/* Reset %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

* { margin:0; padding:0; }
html { font-size:16px; /* Fix for Opera */ }
body          {	font:75%/150% Arial, Helvetica, sans-serif; background-color:#fff; color:#333; text-align:center; }
#root-wrapper {}

img           { border:0; vertical-align:top; max-width:100%;}

a             { color:#888;text-decoration:underline;}
a:hover       { text-decoration:underline; color:#ca0413; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 10px; font-weight:normal; }
h1            { font-size:2.6666em;	line-height:1.25em;		/*32px, 40px*/		margin-bottom:20px; }
h2            { font-size:2em;		line-height:1.25em;		/*24px, 30px*/ }
h3            { font-size:1.6666em;	line-height:1.2em;		/*20px, 24px*/ }
h4            { font-size:1.3333em;	line-height:1.25em;		/*16px, 20px*/ }
h5            { font-size:1.1666em;	line-height:1.1428em;	/*14px, 16px*/ }
h6            { font-size:1em;		line-height:1.1666em;	/*12px, 14px*/ }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; min-height:147px; position:relative; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }



/* Layout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.wrapper {}
.page { text-align:left; background-repeat:repeat; background-position:center top; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; background:#fff; }

.main-container { background-repeat:repeat; background-position:center top; }
.main { padding:20px 0; min-height:370px; }
/* Decrease padding on home page */
body.cms-index-index .main,
body.cms-index-defaultindex .main { padding-top:20px; padding-bottom:20px; }

/* Base Columns */
.col-left { float:left; }
.col-main { float:left; }
.col-right { float:right; }

/* 1 Column Layout */
.col1-layout .col-main {}

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main {}
.col3-layout .col-wrapper { float:left; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }



/* Global Styles %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Form Elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Basic
-------------------------------------------------------------- */
input, select, textarea, button {
	font:12px/15px Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
/* Fix: remove default formatting on iOS (e.g. rounded corners) */
input.input-text, textarea { -webkit-appearance:none; }
input.input-text, select, textarea {
	background:#fff;
	border:1px solid #ddd;
	color:#888;

	/* Box model */
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;

	/* Remove default formatting, fix for iOS (rounded corners and shadow) */
	-webkit-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	box-shadow:none;
}
input.input-text{
	height: 36px;
}
select {
	height:36px;
	padding:8px;
	text-overflow:ellipsis;
}
select.multiselect {
	height: auto;
}
input.input-text, textarea {
	padding:8px;
	text-overflow:ellipsis;
}

select option { padding-right:10px; padding-left:5px; }
select.multiselect option { border-bottom:1px solid #eee; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:3em !important; text-align:center; }

/* Active and others
-------------------------------------------------------------- */
input.input-text:hover, select:hover, textarea:hover, 
input.input-text:focus, select:focus, textarea:focus { border-color:#aaa; color:#333; outline:none; }
input.input-text:disabled,
select:disabled,
textarea:disabled {}


/* Buttons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { 
	-webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ 
	overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer;
}
button.button span {
	float:left;
	display:block;
	padding:0;
	font-size:12px;
	text-align:center; 
	white-space:nowrap;
	background-color:#ddd;
	color:#333;
	
	transition:			color 300ms ease-in-out, background-color 300ms ease-in-out;
	-moz-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out;
	-webkit-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out;
	-o-transition:		color 300ms ease-in-out, background-color 300ms ease-in-out;
}
button.button:hover span { background-color:#333; color:#fff; }
button.button span span { padding:0 25px; height:45px; line-height:45px; }

/* Smaller button - for inline display with input boxes
-------------------------------------------------------------- */
button.button.btn-inline span span,
.product-view .box-tags .form-add button.button span span { padding:0 10px; line-height:36px; height:36px; }

/* Big button: Add to cart (product view) & Proceed to checkout
-------------------------------------------------------------- */
/*.product-view .btn-cart span,
button.btn-checkout span {}*/
.product-view .btn-cart span span,
button.btn-checkout span span { padding:5px 25px; font-size:1.1666em; /*14px*/ }


/* Form
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
p.control input.checkbox,
p.control input.radio { margin-right:6px; }

/* Form lists */
/* Grouped fields */
.form-list li { margin:0 0 8px; }
.form-list label { float:left; font-weight:bold; position:relative; z-index:0; margin:0 0 2px 0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list .input-box { display:block; clear:both; }
.form-list .field { float:left; width:275px; margin-bottom:5px; }
.form-list input.input-text { width:262px; /*244px;*/ }
.form-list textarea { width:244px; height:10em; }
.form-list select { width:262px; }
.form-list li.wide .input-box { /*width:535px;*/ }
.form-list li.wide input.input-text { /*width:529px;*/ }
.form-list li.wide textarea { /*width:529px;*/ }
.form-list li.wide select { /*width:535px;*/ }
.form-list li.additional-row { border-top:1px solid #e5e5e5; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Orders and Returns form
-------------------------------------------------------------- */
#oar_widget_orders_and_returns_form .buttons-set button { float: left; }
#oar_widget_orders_and_returns_form .buttons-set .required { text-align: left; }

/* Fieldset
-------------------------------------------------------------- */
/* Common styles for fieldsets and blocks in Multiple Addresses Checkout and Generic Info Set */
.fieldset,
.multiple-checkout .col2-set,
.multiple-checkout .col3-set,
.info-set {
	margin:0 0 10px;
	padding:0;
}
.fieldset .legend,
.multiple-checkout .col2-set h2.legend,
.info-set h2.legend {}

/* Buttons set
-------------------------------------------------------------- */
.buttons-set { clear:both; margin:10px 0; }
.buttons-set button.button { float:right; margin-right:5px; margin-bottom:5px; }
.buttons-set p.required { margin:0 5px 5px 0; }

.contacts-index-index .buttons-set { float:left; margin-top:-10px; }
.contacts-index-index .buttons-set .required { text-align:left; }

.buttons-set .back-link { float:left; margin-bottom:5px; }
.buttons-set .back-link a { display:block; line-height:36px; /* Icon size */ }
.buttons-set .back-link small {
	display:inline-block;
	margin-right:5px;
	width:36px;
	height:36px;
	text-indent:-9999px;
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-107px -107px;
}
.buttons-set .back-link:hover small {
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-107px -157px;
}

/* Form Validation
-------------------------------------------------------------- */
.validation-advice { clear:both; font-size:0.9166em; line-height:1em; color:#ee001c; margin-top:5px; }
.validation-failed { border:1px solid #ee001c !important; background:#fff !important; }
.validation-passed {}

/* Required */
p.required { font-size:0.8333em; /*10px*/ text-align:right; }
p.required,
.product-options dt label.required em,
.form-list label.required em { color:#ee001c; }

/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Specific buttons set
-------------------------------------------------------------- */

/* Log in */
.account-login .buttons-set button span span,
/* Create account */
.account-create .buttons-set button span span,
/* Forgot password */
.customer-account-forgotpassword .buttons-set button span span,
/* Orders and Returns form */
#oar_widget_orders_and_returns_form .buttons-set button span span,
/* Contact us */
.contacts-index-index .buttons-set .button span span
{
	min-width: 120px;
}


/* Global Messages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.success { color:#3d6611; font-weight:bold; }
.error { color:#ee001c; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0; padding:0; }
.messages { overflow:hidden; margin:0 0 10px; }
.messages li { margin:0 0 1%; }
.messages > li:last-child { margin-bottom:0; }
.messages li li { margin:0; }
.messages a { text-decoration:underline; }
.catalog-category-view .messages { margin-top:15px; margin-bottom:15px; }
.cms-index-index .messages,
.cms-home .messages { margin:20px 0 20px; }

.error-msg,
.success-msg,
.note-msg,
.notice-msg { 
	background-position:25px center !important;
	background-repeat:no-repeat !important;
	padding:25px 25px 25px 80px !important;
	font-size:12px !important; 
}
.error-msg {
	border-color:#c02230;
	background-color:#F5DAD3;
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/i_msg-error.png);
	color:#c02230;
}
.success-msg {
	border-color:#008489;
	background-color:#e9ffca;
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/i_msg-success.png);
	color:#296a23;
}
.note-msg,
.notice-msg {
	border-color:#7c622a;
	background-color:#FDEDA4;
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/i_msg-note.png);
	color:#7c622a;
}


/* BreadCrumbs
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.breadcrumbs li { display:inline; font-size:0.9166em; /*11px*/ }
.breadcrumbs a { display:block; float:left; }
.breadcrumbs li span {
	background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/pix.png) 0 -129px no-repeat;
	width:7px;
	height:5px;
	margin:6px 4px 0;
	display:block;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
.breadcrumbs li strong { font-weight:normal; display:block; }


/* Page Heading
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.page-title h1,
.page-title h2 { margin-bottom:0; }
.page-title { margin-bottom:20px; }
/*.category-title { margin-bottom:10px; }*/

/* Links in page title */
.page-title .separator { margin:0 3px; }
.page-title .separator,
.page-title .link-reorder,
.page-title .link-rss,
.page-title .link-print { font-weight:normal; display:inline-block; margin-top:10px; }
.page-title .link-rss { float:right; margin-top:15px; }

/* Title with buttons */
.title-buttons { text-align:right; }
.title-buttons button { margin-left:1em; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; text-align:left; /* TRICKY: align left as opposition to other elements */ }

/* Buttons - adjust the height of heading buttons in customer account (required for the Address Book) */
.my-account .title-buttons button span span {
	height:35px;
	line-height:35px;
}


/* Toolbar: pager and sorter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Sorter
-------------------------------------------------------------- */
.sorter { padding:5px 0; }

/* View mode */
.sorter .view-mode { float:right; }
.sorter .view-mode label { margin-right:5px; }
.sorter .view-mode .grid,
.sorter .view-mode .list {
	display:inline-block;
	vertical-align:middle;
	
	margin:0 0 0 1px;
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/pix.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.sorter .view-mode .grid { background-position:0 -207px; }
.sorter .view-mode .list { background-position:-30px -207px; margin-left:-5px; }
.sorter .view-mode a.grid:hover { background-position:0 -237px; }
.sorter .view-mode a.list:hover { background-position:-30px -237px; }

/*.sorter .view-mode .grid { background-position:0 -277px; }
.sorter .view-mode .list { background-position:-30px -277px; margin-left:-5px; }
.sorter .view-mode a.grid:hover { background-position:0 -307px; }
.sorter .view-mode a.list:hover { background-position:-30px -307px; }*/
/* Currently selected mode icon */
/*.sorter .view-mode span.grid,
.sorter .view-mode span.list {}*/

/* Sort by */
.sorter .sort-by { float:left; margin-right:10px; padding-right:3px; background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/link-separator.png) right center no-repeat; }
.sorter .sort-by .category-asc,
.sorter .sort-by .category-desc {
	display:inline-block;
	text-indent:-9999px;
	overflow:hidden;
}
.sorter .sort-by .category-asc { background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/pix.png) 0 -87px no-repeat transparent; }
.sorter .sort-by .category-desc { background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/pix.png) -60px -87px no-repeat transparent; }
.sorter .sort-by .category-asc:hover { background-position:-30px -87px; }
.sorter .sort-by .category-desc:hover { background-position:-90px -87px; }

/* Pager
-------------------------------------------------------------- */
.pager { margin:10px 0; padding:5px 0; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; }
.pager .pages { float:right; vertical-align:middle; /* Vertical align to fix positionning issue */  }
.pager .pages strong,
.pager .pages span { float:left; margin-right:5px; font-weight:normal; }
.pager .pages ol { display:inline-block; vertical-align:middle; }
.pager .pages li { float:left; margin:0 0 0 1px; display:block; text-align:center; }
.pager .pages li a { display:block; background-color:transparent; color:inherit; }

.pager .pages li a.previous,
.pager .pages li a.next {
	text-indent:-9999px;
	overflow:hidden;
}

/* Toolbar. Pager and sorter inside toolbar
-------------------------------------------------------------- */
.toolbar {
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:-1px; /* To cover the top line of the products grid/list */
	
	/* Move up to cover adjacent lines/elements */
	position:relative;
	z-index:1;
}

/* Pager inside toolbar - align center */
.toolbar .pager { margin:0; border-bottom:none; border-top:1px dashed #e5e5e5; text-align:center; }
.toolbar .pager .pages { display:inline-block; float:none; }

/* Bottom toolbar */
.toolbar-bottom { margin-top:10px; }
.toolbar-bottom .toolbar { border-bottom:none; }
.toolbar-bottom .toolbar .pager { border-top:none; }
.toolbar-bottom .sorter { display:none; }

/* Common styles for toolbar elements
-------------------------------------------------------------- */

	/* Size */
	.sorter,
	.pager { line-height:36px; } /* Important: the same as the height of the form elements */
	.sorter .view-mode .grid,
	.sorter .view-mode .list,
	.sorter .sort-by .category-asc,
	.sorter .sort-by .category-desc,
	.pager .pages li { width:30px; height:30px; line-height:30px; }
	
	/* Amount */
	.pager .amount,
	.sorter .amount { float:left; padding-right:10px; margin-right:10px; background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/link-separator.png) right center no-repeat; }
	
	/* Limiter */
	.pager .limiter,
	.sorter .limiter { float:left; margin-right:15px; }
	
	/* All elements - vertical spacing */
	.pager .amount,
	.pager .limiter,
	.pager .pages,
	.sorter .amount,
	.sorter .limiter,
	.sorter .view-mode,
	.sorter .sort-by { padding-top:5px; padding-bottom:5px; }


/* Data Table
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.data-table { width:100%; }
.data-table th,
.data-table td { padding:10px; }
.data-table thead { background:none; border-bottom:1px solid #e5e5e5; }
.data-table thead th { font-weight:bold; vertical-align:bottom; border-right: none; }
.data-table thead th.wrap { white-space:normal; }

.data-table tr.odd td,
.data-table tr.odd th { border-right:1px solid #f5f5f5;}
.data-table tr.odd td.last { border-right:none; }
.data-table tr.odd {}
.data-table tr.odd.last { border-bottom:#eee solid 1px; }

.data-table tr.even td,
.data-table tr.even th { border-right:1px solid #f5f5f5; }
.data-table tr.even td.last { border-right:none; }
.data-table tr.even { background-color:#fbfbfb; }

.data-table tbody tr:hover {}
.data-table tbody tr.product-shop-row:hover { background-color:#fff; } /*TODO:?*/
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.odd tr.last { border-bottom:#e5e5e5 solid 1px; }
.data-table tbody.even { background-color:#f5f5f5; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {}
.data-table th .tax-flag { /*white-space:nowrap;*/ font-weight:normal; }

/* Additional classes for mobile devices
-------------------------------------------------------------- */
/* Cell title */
.data-table .cell-label { display:none; }


/* Shopping cart total summary row expandable to details
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#f5f5f5; color:#777; padding:2px 5px !important; }
tr.summary-details-first td { border-top:1px solid #d5d5d5; }
tr.summary-details-excluded { font-style:italic; }


/* Shopping cart tax info
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }


/* Misc
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.link-cart { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-print { background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/i_print.gif) 0 center no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/i_rss.gif) 0 center no-repeat; padding-left:16px; white-space:nowrap; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; font-weight:normal; color:#e5e5e5; }
.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#e5e5e5; text-indent:-9999em; overflow:hidden; }

/* Global site notices
-------------------------------------------------------------- */
/* Obsolete: */
/*.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#f5f5f5; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }*/

.global-site-notice { background:#f5f5f5; color:#333; }
.global-site-notice .notice-inner { max-width:66%; margin:0 auto; padding:10px 0 10px 80px; background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/i_notice.gif) 20px center no-repeat; text-align:left; }
.global-site-notice .notice-inner p { width:80%; margin:0; padding:10px 10px 10px 0; display:inline-block; vertical-align:middle; }
.global-site-notice .notice-inner .actions { display:inline-block; vertical-align:middle; }

/* Cookie Notice */
.notice-cookie {}

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }


/* Buttons remove/close and edit
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Common styles for buttons
-------------------------------------------------------------- */
.btn-remove,
.btn-remove2,
.btn-edit,
.tool-tip .btn-close a {
	display:block;
	width:17px; 
	height:17px; 
	font-size:0; 
	line-height:0;
	text-indent:-999em; 
	overflow:hidden; 
}

.btn-remove,
.btn-remove2,
.tool-tip .btn-close a { 
	background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/pix.png) 0 -150px no-repeat;
}
.btn-remove:hover,
.btn-remove2:hover,
.tool-tip .btn-close a:hover { background-position: -17px -150px; }
.btn-remove:active,
.btn-remove2:active,
.tool-tip .btn-close a:focus { background-position: -34px -150px; }

/* Button edit
-------------------------------------------------------------- */
.btn-edit { background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/pix.png) 0 -167px no-repeat; margin:0 5px 0 0; }
.btn-edit:hover { background-position: -17px -167px; }
.btn-edit:active { background-position: -34px -167px; }



/* Class: std %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Styles for admin-controlled content */

.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }


/* Lists
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Unordered lists
-------------------------------------------------------------- */
/* Common basic styling */
ul.bullet,
ul.disc { margin:0 0 1em; padding:0; }

/* Disc */
ul.disc { list-style:disc outside none; padding-left:1.5em; }
ul.disc li { background-image:none; padding-left:0; }

/* Bullet */
ul.bullet { list-style:none outside none; }
ul.bullet li {
	background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/bullet.png) 0 0 no-repeat;
	padding-left:25px;
	transition:			background-position 150ms ease-out;
	-moz-transition:	background-position 150ms ease-out;
	-webkit-transition:	background-position 150ms ease-out;
	-o-transition:		background-position 150ms ease-out;
}
ul.bullet li:hover { background-position:3px 0; }

	/* Different bullets. IMPORTANT: use together with class "bullet" */
	ul.list1  li { background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/list1.png); }
	ul.list2  li { background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/list2.png); }
	ul.list11 li { background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/list11.png); }
	ul.list12 li { background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/list12.png); }
	ul.list13 li { background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/list13.png); }

/* Separator */
ul .separator {
	border-bottom:1px solid #fff;
	margin:8px 1px;
	overflow:hidden;
}

/* Nested unordered lists
-------------------------------------------------------------- */
ul.bullet ul,
ul.disc ul { margin-top:0.5em; margin-bottom:0.5em; }
ul.bullet ul li,
ul.disc ul li { background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/bullet-small.png) 0 0 no-repeat; padding-left:1.5em; }


/* Lists inside ".std"
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Unordered list without any bullets */
.std ul.no-bullets { list-style:none outside none !important; padding-left:0 !important; }
.std ul.no-bullets li { background-image:none !important; padding-left:0 !important; }

/* Ordered lists */
.std ol { list-style:decimal outside; margin:10px 0; padding:0 0 0 1.5em; }
.std ol ol,
.std ul ol,
.std ol ul { margin:0.5em 0; }


/* Misc
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }


/* Override std styles for selected elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.std .products-grid p { margin-bottom:0; }



/* Header %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Header
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header-container,
.header-container2,
.header-container3 { background-repeat:repeat; background-position:center top; background-attachment: scroll; }
.header { padding:0; }

/* Misc header elements
-------------------------------------------------------------- */
.header .item {}
.header .item-left { float:left; margin-right:20px; }
.header .item-right { float:right; margin-left:20px; }

.header .welcome-msg {}
.header .login-msg {}
.header .login-msg a {}
.header .login-msg a:hover {}


/* Header top
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header-top .lang-switcher,
.header-top .currency-switcher { margin:0; }


/* Logo
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header .logo-wrapper { margin:10px 0; }
.header .logo { display:inline-block; max-width:220px; margin:0; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }


/* User menu, top links
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.user-menu {
	float:right;
	margin:10px 0 10px 10px;
}
#mini-cart { float:right; }
.top-links { float:right; }

/* Set floating because there can be more than one list of links. */
.top-links ul { float:right; }


/* Quick search
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header-top-search-wrapper { float:left; margin:10px 0; } /* Deprecated class */
#search_mini_form { clear:both; display:block; }
.form-search { position:relative; }
.form-search label { float:left; margin:3px 4px 0 0; display:none; }
.form-search .input-text {
	display: block;
	height:36px;
	line-height:36px; /*IE8*/
	padding:0px 35px 0 7px; /*0 0 0 5px;*/
	color:#bbb;
	background-color:#fff;
	overflow:hidden;
	text-overflow:ellipsis;
}

/* Button */
.form-search .button {
	position:absolute;
	right:0;
	top:0;
}
.form-search .button span {
	background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/sprite.png) no-repeat transparent;
	background-position:-57px -108px; /* -57px -107px; */
	width:34px;
	height:34px;
	opacity:0.3;
	filter:alpha(opacity=30);
	margin:1px;
}
.form-search .button:hover span { opacity:1; filter:alpha(opacity=100); background-color:transparent; }
.form-search .button span span { background:none; display:none; }

/* Search autocomplete */
.form-search .search-autocomplete {
	left:0 !important; /*Fix for IE*/
	top:42px !important;
	position:relative;
	z-index:4100 !important;
}
.form-search .search-autocomplete ul { 
	background-color:#fff; 
	text-align:left; 
	padding:3px;	
}
.form-search .search-autocomplete li { padding:3px 5px; cursor:pointer; line-height: 24px; }
.form-search .search-autocomplete li:hover {}
.form-search .search-autocomplete li .amount { float:right; padding-left:5px; }

/* Quick search: skins
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Search: small box
-------------------------------------------------------------- */
.search-wrapper-small .form-search .input-text {
	height:28px;
	line-height:28px; /*IE8*/
}
.search-wrapper-small .form-search .button span {
	background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/sprite.png) no-repeat transparent;
	background-position: -61px -111px; /*-59px -109px*/
	width:28px;
	height:28px;
}
.search-wrapper-small .form-search .search-autocomplete { top:30px !important; }

/* Search: inline
-------------------------------------------------------------- */
.search-wrapper-inline #search_mini_form { display: inline-block; vertical-align: middle; }


/* Quick search: positions
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Search: centered
-------------------------------------------------------------- */
.search-wrapper-centered .form-search {
	margin:0 auto;
	width:90%;
}
.search-wrapper-centered .form-search .input-text {
	float:right;
	width:100%;
}


/* Mini-cart
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
#mini-cart { position:relative; }
.after-mini-cart { clear:both; }

/* Mini-cart Heading
-------------------------------------------------------------- */
#mini-cart .dropdown-toggle {}

	/* Deprecated: */
	#mini-cart .dropdown-toggle .icon-cart {
		width:14px;
		max-height:32px;
		background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/pix.png) 0px -205px no-repeat;
	}
	#mini-cart .dropdown-toggle .summary {}
	#mini-cart .dropdown-toggle .amount {}
	#mini-cart .dropdown-toggle .subtotal {}
	/* Fix icon positioning */
	/*#mini-cart .dropdown-toggle .icon { padding:0; width:36px; height:36px; }*/

/* Mini-cart content
-------------------------------------------------------------- */
#mini-cart .dropdown-menu {
	width:300px;
	padding:25px;
	text-align:left; /* Because cart can be aligned center */
}

	#mini-cart .dropdown-menu .inner {}
	#mini-cart .dropdown-menu .incl-tax { display:block; padding-bottom:10px; text-align:right; }
	#mini-cart .dropdown-menu .empty { padding:10px 0; }
	#mini-cart .block-subtitle { padding:0; margin:0 0 10px; }
	#mini-cart .product-name {}
	#mini-cart .btn-remove,
	#mini-cart .btn-edit { float:right; }
	#mini-cart .product-details strong { font-weight:normal; }
	#mini-cart .actions { margin:10px 0 0; padding:0; border:none; text-align:left; }
	#mini-cart .actions button { float:left; margin-right:1px;  }
	#mini-cart .truncated { margin-left:3px; }
	

/* Mini-cart on hover
-------------------------------------------------------------- */
/* TODO
#mini-cart:hover .block-content { display:block; }
#mini-cart.hover:hover .block-content { display:none; }*/ /*Override (remove) default :hover behavior, if JS is enabled*/


/* Block: Recently Compared (dropdown)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.quick-compare {
	float:right;
	position:relative;
	margin:0;
	padding:0;
	border:none;
}
.quick-compare .dropdown-toggle {}
.quick-compare .dropdown-menu {
	width:300px;
	padding:25px;
	text-align:left; /* Because cart can be aligned center */
}

	.quick-compare .dropdown-menu .empty { padding:10px 0; }
	.quick-compare .dropdown-menu .item { padding:3px 0; }
	.quick-compare .dropdown-menu .item .product-name { padding-right:20px; }
	.quick-compare .btn-remove { float:right; }
	.quick-compare .actions {
		border-top:1px dotted #e5e5e5;
		margin:5px 0 0;
		padding:5px 0 0;
		text-align:right;
	}
	.quick-compare .actions a { float:right; }
	.quick-compare .actions button { float:left; }

/* Block on hover
-------------------------------------------------------------- */
.header .block-compare:hover .block-content { display:block; }



/* Sidebar %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Blocks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block { margin:0 0 10px; }
.block .block-title {}
.block .block-title strong { font-weight:inherit;  }
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:5px 0 10px; padding:0; font-size:1em; font-weight:bold; }
.block .block-content {	padding:10px 5px; }
.block .block-content li.item {	padding:5px 0; }
.block .block-content li.item .product-name {}
.block .btn-remove { float:right; }
.block .btn-edit { float:right; }
.block .actions { margin:5px 0 0 0; padding:5px 0 0; border-top:1px dotted #e5e5e5; text-align:right; }
.block .actions a { float:left; }


/* Block lists
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-viewed .block-content ol,
.block-compare .block-content ol,
.block-compared .block-content ol {
	list-style: outside disc none;
	padding-left: 20px;
}
.block-viewed .block-content ol li,
.block-compare .block-content ol li,
.block-compared .block-content ol li {
	padding: 3px 0;
}

/* Mini Products List
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; }
.mini-products-list .product-details { margin-left:69px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }

/* Common styling for mini list and cross-sell list */
.mini-products-list .product-image,
.cart .crosssell .product-image { padding:3px; border:1px solid #e5e5e5; }
.mini-products-list .product-image:hover,
.cart .crosssell .product-image:hover { border-color:#999; }


/* Block: Account
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-account .block-title {}
.block-account .block-content { padding: 10px 0; }
.block-account .block-content ul { list-style: outside disc none; padding-left: 25px; }
.block-account li > * {
	padding:4px;
	display:block;
	text-transform:uppercase;
}
.block-account li strong { font-weight:normal; }



/* Block: Layered Navigation
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.block-layered-nav .block-content {	padding:0; }
.block-layered-nav .block-subtitle { display:none; margin-bottom:0; }

/* List of filters */
.block-layered-nav dl { padding-left:10px; padding-top:10px; }
.block-layered-nav dt { font-weight:bold; padding:0; }
.block-layered-nav dd {	padding:5px 0 10px 5px; }
.block-layered-nav dd.last { border-bottom:none; }

/* Current filters */
.block-layered-nav .currently { margin:10px 0; }
.block-layered-nav .currently .block-subtitle { display:block; padding:10px 10px 0; font-weight:normal; }
.block-layered-nav .currently ol { padding:10px; }
.block-layered-nav .currently ol li { margin-bottom:4px; }
.block-layered-nav .currently .label { margin-right:4px; color:#d90000; }
.block-layered-nav .currently .btn-remove { float:right; margin-left:5px; }
.block-layered-nav .actions { margin:0; }
.block-layered-nav .actions a { float:right; }

/* List items */
.block-layered-nav dd li,
.block-layered-nav .currently ol li {
	line-height:1.5em;
	background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/bullet.png) 3px 5px no-repeat;
	padding-left:15px;
	transition:			background-position 150ms ease-out;
	-moz-transition:	background-position 150ms ease-out;
	-webkit-transition:	background-position 150ms ease-out;
	-o-transition:		background-position 150ms ease-out;
}
.block-layered-nav dd li:hover,
.block-layered-nav .currently ol li:hover { background-position:6px 5px; }


/* Block: Wishlist
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-wishlist li.item .btn-remove { margin-left:5px; }


/* Block: Related
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Ccommon styles for all types of the block */
.block-related .block-subtitle {
	display:none;
	position:absolute;
	padding:1em 0;
	margin:-20px 0 0;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	font-weight:normal;
	z-index:1;
}
.block-related:hover .block-subtitle { display:block; padding:8px; background-color:#fff; }

/* Block: Related. Single product slider
-------------------------------------------------------------- */
.block-related-slider input.checkbox { float:left; margin:7px 5px 0 0; }


/* Block: Related. Simple thumbnails slider
-------------------------------------------------------------- */
.block-related-thumbnails .product-image {
	float:left;
	margin-bottom:10px;
}
.block-related-thumbnails .product-details {
	margin-left:110px;
}
	.block-related-thumbnails .product-details > * { margin-bottom:5px; }
	.block-related-thumbnails .product-name,
	.block-related-thumbnails .related-add-to-wishlist { font-size:1em; line-height:1.25em; font-family:inherit; font-weight:inherit; display:inline-block; }
	.block-related-thumbnails .price-box { font-size:1em; line-height:1.25em; }
	.block-related-thumbnails .checkbox { float:left; margin:2px 5px 0 0; }


/* Block: Compare Products
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.compare-table { border:0; }
.compare-table .btn-remove { float:right; }
.compare-table tbody tr:hover { background-color:#e5e5e5; }

.compare-table .product-shop-row { border-bottom:1px solid #ccc; }
.compare-table .product-shop-row th,
.compare-table .product-shop-row td { border-color:#eee !important; }
.compare-table tr.add-to-row { background-color:#fff; border-top:1px solid #ccc; }
.compare-table tr.add-to-row:hover { background-color:#fff; } /* Cover background applied on tr hover */
.compare-table tr.add-to-row td { text-align:left; }
.compare-table tr.first td { text-align:left; }
.compare-table tr.first td .product-name { font-family:inherit; font-size:1.1666em; font-weight:bold; margin:10px 0; }
.compare-table tr.first td .ratings { width:145px; margin:10px 0; }
.compare-table .price-box { margin:10px 0; line-height:15px; }

/* Changes after setting text-align:left */
.compare-table .product-image img { display:block; margin:0 auto; }
.compare-table .add-to-links { margin-top:5px; }
.compare-table .add-to-links li { float:none; }
.compare-table a.link-wishlist { overflow:visible; text-indent:0; background:none; display:inline; border:none; }


/* Block: Recently Viewed
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-viewed {}


/* Block: Recently Compared
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-compared {}


/* Block: Poll
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-poll .block-subtitle { font-weight:normal; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }


/* Block: Tags
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .tags-list a {}
.block-tags .tags-list a:hover {}
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }


/* Block: Subscribe
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-subscribe .input-box { margin-top: 5px; }
.block-subscribe input { width:155px; }
.block-subscribe .actions button.button { float:none; }


/* Block: Reorder
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }


/* Block: Banner
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-banner {}
.block-banner .block-content { text-align:center; }


/* Block: Login
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Paypal
-------------------------------------------------------------- */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }


/* Block: vertical main menu
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-vertnav .block-content {
	padding-left:0;
	padding-right:0;
}



/* Category view %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.category-title h1 {}
.category-image { width:100%; overflow:hidden; margin:10px 0; text-align:center; }
.category-image img {}
.category-description { margin:20px 0; position:relative; }

/* Negative top margin: to cover bottom border of the category title */
.category-products { margin:-1px 0 10px; }


/* Common styles for View Types: List & Grid
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.products-list .product-name,
.products-grid .product-name,
h3.product-name {
	/* Sizes are modified for different number of columns */
	font-size:1.3333em; line-height:1.25em; /*16px 20px*/
}

.products-list .price-box.map-info a,
.products-grid .price-box.map-info a { margin-left:3px; }

/* Product image
-------------------------------------------------------------- */
/* Product alternative image */
.products-list .product-image .alt-img,
.products-grid .product-image .alt-img {
	position:absolute;
	top:0;
	left:0;
	display: none;
}

/* Fix possible glitches during animation */
.products-list .product-image img,
.category-products-grid .product-image img /* Grid only in category view */
{
	-moz-transform: translateZ(0);
}


/* View Type: List
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.products-list .item { 
	border-top:1px solid #e5e5e5; 
	padding-top:20px; 
	padding-bottom:20px;
	background-color:#fff;
	position:relative; /* For hover effect */

	transition:			box-shadow 0ms ease-in;
	-moz-transition:	box-shadow 0ms ease-in;
	-webkit-transition:	box-shadow 0ms ease-in;
	-o-transition:		box-shadow 0ms ease-in;
}
.products-list .product-shop {}
.products-list .product-shop-inner { border-right:1px solid #e5e5e5; padding-right:15px }
.products-list .right-column { float:right; }

.products-list .product-name { margin:0 0 15px; }
.products-list .product-image-wrapper {}
.products-list .product-image { display:block; position:relative; margin-left:auto; margin-right:auto; }
.products-list .price-box { margin:0 0 15px; font-size:1.3333em; line-height:1.25em; }
.products-list .ratings { margin:10px 0; }
.products-list .desc { margin:15px 0px; }
.products-list .link-learn {}
.products-list .btn-cart { width:100%; max-width:180px; }
.products-list .button span { float:none; }
.products-list .availability { float:none; margin:15px 0; }
.products-list .add-to-links { margin:15px 0 0; }

	/* Hover effect
	-------------------------------------------------------------- */
	.products-list.hover-effect .item:hover {
		margin-left:-1%;
		margin-right:-1%;
		padding-left:1%;
		padding-right:1%;
		z-index:10;
		box-shadow:0 0 20px rgba(0,0,0,0.2);
		border-color:transparent;

		transition:			box-shadow 400ms ease-out;
		-moz-transition:	box-shadow 400ms ease-out;
		-webkit-transition:	box-shadow 400ms ease-out;
		-o-transition:		box-shadow 400ms ease-out;
	}


/* View Type: Grid
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Products grid: basic styles
   (common for all types of product grids)
-------------------------------------------------------------- */
.products-grid {}
.products-grid .item {
	padding-top:20px;
	padding-bottom:20px;
	position:relative; /* For hover effect */
}
.products-grid .product-name { margin:15px 0 0; }
.products-grid .product-image-wrapper { margin:0 auto; position:relative; }
.products-grid .product-image { display:block; }
.products-grid .price-box { margin:5px 0 10px; font-size:1em; }
.products-grid .ratings { margin:10px 0; }
.products-grid .actions { margin:10px 0 0; }
.products-grid .availability { float:none; margin:5px 0; }
.products-grid .add-to-links { margin:10px 0 0; }

/* Price: old/special */
/*.products-grid .old-price,
.products-grid .special-price { display: inline-block; }
.products-grid .old-price { margin-right: 2px; }
.products-grid .special-price { margin-left: 2px; }*/


/* Grid: additional styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
	/* Equal height of items (buttons displayed at the bottom of items)
	-------------------------------------------------------------- */
	.products-grid.equal-height .item .actions { position:absolute; bottom:15px; }
		
	/* Remove equal height */
	.products-grid.auto-height .item .actions { position:static; bottom:auto; } /* Deprecated */
	
	/* Display grid item elements only on hover
	-------------------------------------------------------------- */
	.products-grid .item .display-onhover { display:none; }

		/* Display grid item elements only on hover: fade-in (for sliders) */
		.products-grid .item .visible-onhover {
			visibility:hidden;
			opacity:0;
			transition:			visibility 0s ease-in-out 600ms, opacity 300ms ease-in-out 300ms;
			-moz-transition:	visibility 0s ease-in-out 600ms, opacity 300ms ease-in-out 300ms;
			-webkit-transition:	visibility 0s ease-in-out 600ms, opacity 300ms ease-in-out 300ms;
			-o-transition:		visibility 0s ease-in-out 600ms, opacity 300ms ease-in-out 300ms;
		}
		.products-grid .item:hover .visible-onhover {
			visibility:visible;
			opacity:1;
			transition:			visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms;
			-moz-transition:	visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms;
			-webkit-transition:	visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms;
			-o-transition:		visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms;
		}

	/* Product name in a single line
	-------------------------------------------------------------- */
	.products-grid.single-line-name .product-name {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.products-grid.single-line-name .item:hover .product-name {
		overflow: visible;
		white-space: normal;
	}

	/* Align to the center
	-------------------------------------------------------------- */
	.products-grid.centered .item { text-align: center; }
	.products-grid.centered .item .ratings .rating-box,
	.products-grid.centered .item .btn-cart { margin-left: 0; margin-right: 0; }
	.products-grid.centered .item .ratings { display: inline-block; margin-bottom: 0; /* Remove margin from inline-block */ }
	.products-grid.centered .item .ratings .rating-box { display: inline-block; vertical-align: middle; float: none; /* Remove default float */ }
	.products-grid.centered .item .ratings .amount { display: inline-block; vertical-align: middle; margin-left: 3px; }
	.products-grid.centered .item input.checkbox { float: none; }

	.products-grid.centered .item .actions .add-to-links li { float: none; margin:0; }
	/*.products-grid.centered .item .actions .add-to-links li:last-child { margin-right:0; }*/


/* Grid: only in category view
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.category-products-grid .item {
	border-top:1px solid #e5e5e5;
	border-left:none;
	border-right:none;
	zoom:1;

	padding-top:2%;
	padding-left:1%;
	padding-right:1%;
	background-color:#fff;

	transition:			box-shadow 0ms ease-in;
	-moz-transition:	box-shadow 0ms ease-in;
	-webkit-transition:	box-shadow 0ms ease-in;
	-o-transition:		box-shadow 0ms ease-in;
}

	/* Hover effect
	-------------------------------------------------------------- */
	.category-products-grid.hover-effect .item:hover {
		margin-left:-1%;
		margin-right:-1%;
		padding-left:2%;
		padding-right:2%;
		z-index:10;
		box-shadow:0 0 20px rgba(0,0,0,0.2);
		border-color:transparent;

		transition:			box-shadow 400ms ease-out;
		-moz-transition:	box-shadow 400ms ease-out;
		-webkit-transition:	box-shadow 400ms ease-out;
		-o-transition:		box-shadow 400ms ease-out;
	}


/* Grid: override grid elements to change size
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Product name
-------------------------------------------------------------- */
.products-grid.size-s .product-name {
	font-size:1.1666em; /*14px*/
	line-height:1.2307em; /*16px*/
}
.products-grid.size-xs .product-name {
	font-size:1em; /*12px*/
	line-height:1.25em;/*15px*/
}

/* Buttons
-------------------------------------------------------------- */
.products-grid.size-s .item button.btn-cart span span {
	padding:7px 15px;
	height:auto;
	line-height:2em;
}
.products-grid.size-xs .item button.btn-cart span span {
	padding:3px 8px;
	height:auto;
	line-height:2em;
}

/* Product labels
-------------------------------------------------------------- */
.products-grid.size-s .sticker { width:45px; height:45px; font-size:1em; }
.products-grid.size-s .item:hover .sticker { width:50px; height:50px; }
.products-grid.size-xs .sticker { width:40px; height:40px; font-size:0.9166em; /*11px*/ }
.products-grid.size-xs .item:hover .sticker { width:45px; height:45px; }



/* Product view elements %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Rating
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ratings,
.no-rating { line-height:1.0833em; margin:15px 0 15px; }
.ratings a { line-height:1.0833em; }
.ratings strong { float:left; margin:1px 5px 0 0; }
.ratings .rating-links .separator {
	display:inline-block;
	text-indent:-9999px;
	width:1px;
	background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/bg-separator1.gif) no-repeat;
}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/rating.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:8px; }
.ratings .amount { white-space:nowrap; font-size:10px; text-transform:uppercase; }

.ratings-table th,
.ratings-table td { line-height:1.1666em; /*14px*/ padding:3px 0; }
.ratings-table th { padding-right:8px; }


/* Availability
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Availability - with details */
.availability-only { margin:15px 0; }
a.availability-only { cursor:pointer; }
.availability-only strong { font-weight:normal; }
.availability-only .caret { margin-left:8px; opacity:1; filter:alpha(opacity=100); }
	
	.availability-only-details { width:100%; margin:-10px auto 20px; }
	.availability-only-details thead { border-bottom:1px solid #e5e5e5; }
	.availability-only-details th { padding:4px 12px; font-weight:bold; }
	.availability-only-details td { padding:1px 12px; border-right:1px solid #f5f5f5; }
	.availability-only-details td.last { border-right:none; }
	
/* Product increments */
.product-pricing { line-height:1.25em; /* TODO:15px */ }
.extrahint-wrapper .product-pricing { padding:10px; background-color:#f5f5f5; }
.product-options-bottom .product-pricing { clear:left; }


/* Alerts
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.alert-price,
.alert-stock { margin:15px 0; padding:2px 0 2px 25px; line-height:15px; }
.alert-price { background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/icons.png) 0 -120px no-repeat; }
.alert-stock { background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/icons.png) 0 -160px no-repeat; }


/* Product Prices
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.price { white-space:nowrap !important; }

.price-box { margin: 0; }
.price-box .price {}
.price-box .price-label {}

/* Common labels */
.old-price .price-label,
.special-price .price-label { white-space:nowrap; }
.old-price .price-label { display:none; }

/* Regular price */
.regular-price {}
.regular-price .price {}

/* Old price */
.old-price { margin:0; }
.old-price .price { text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:0; }
.special-price .price,
.special-price .price-label { color:#ee001c !important; /* Override other color changes */ }
.special-price .price-excluding-tax .price {}

/* Minimal price (as low as) */
.minimal-price { margin:0 0 5px; }
.minimal-price .price {}
.minimal-price .price-label { white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { color:#ee001c; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price {}

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { white-space:nowrap; }

/* Price notice next to the options */
.price-notice { margin-left:5px; }
.price-notice .price { padding-left:3px; }

/* Price as configured */
.price-as-configured .price-label { font-size:1.1666em; font-weight:bold; text-transform:uppercase; white-space:nowrap; color:inherit; }

.price-box-bundle .price-box { margin:0 !important; padding:0 !important; border:none !important; }


/* Tier Prices
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.tier-prices { margin:0 0 10px; padding-left: 10px; }
.tier-prices li { line-height:15px; background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/bullet.png) 0 4px no-repeat; padding:0 0 0 11px; margin:3px 0; }
.tier-prices .benefit { color:#ee001c; font-weight:normal; }

.tier-prices-grouped li { padding:2px 0; }
.tier-prices-grouped li .price { font-weight:bold; }


/* Add-to links
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.add-to-links .separator { display:none; }
.add-to-links li { float:left; }

.addto-gaps-right li { margin-right:10px; } /* Add gaps at the right side of links */

/* Add-to links as icons (with no text).
   Deprecated (will be removed in the next update).
-------------------------------------------------------------- */
.addto-icons a.link-wishlist,
.addto-icons a.link-compare,
.addto-icons a.email-friend {
	display:block;
	padding:0;
	margin:0;
	width:27px;
	height:27px;
	text-indent:-9999em;
	overflow:hidden;
	background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/pix.png) no-repeat;
	background-color:#fff;
	/*border:1px solid #f5f5f5;*/
}
.addto-icons a.link-wishlist:hover,
.addto-icons a.link-compare:hover,
.addto-icons a.email-friend:hover { background-color:#fff; }

.addto-icons a.link-wishlist { background-position:-27px 0; }
.addto-icons a.link-wishlist:hover { background-position:-27px -27px; }

.addto-icons a.link-compare { background-position:0 0; }
.addto-icons a.link-compare:hover { background-position:0 -27px; }

.addto-icons a.email-friend { background-position:-54px 0; }
.addto-icons a.email-friend:hover { background-position: -54px -27px; }

	/* If displayed in a group: add margin between icons */
	.add-to-links.addto-icons .link-compare,
	.add-to-links.addto-icons .email-friend { margin-left:3px; }
	
	/* If displayed on product image */
	.addto-icons.addto-onimage {
		float:right;
		margin-top:-31px; /* Move up: height (29px) + 2 additional pixels */
		position:relative;
		z-index:1;
		padding-bottom:4px; /* Use padding to cover the image below icons. */
		padding-right:4px;
	}

/* Add-to links: simple icons (with no text)
-------------------------------------------------------------- */
.addto-links-icons {}

	/* If displayed in a group: add margin between icons */
	.add-to-links.addto-links-icons .link-compare { margin-left:3px; }
	
	/* If displayed on product image */
	.addto-links-icons.addto-onimage {
		float:right;
		margin-top:-40px; /* Move up */
		position:relative;
		z-index:1;
		padding-bottom:4px; /* Use padding to cover the bottom part of the product image below icons */
		padding-right:4px;
	}


/* Add to Cart box
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.add-to-cart .qty-wrapper {}
	.add-to-cart .qty { text-align:center; margin-right:10px; }
.add-to-cart .button { margin-right:10px; }

.product-view .add-to-cart { float:left; }
.product-view .paypal-wrapper { float:left; }
.product-view .paypal-wrapper .paypal-logo { margin:0; padding:5px 0 0; text-align:right; }
.product-view .paypal-wrapper .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }

/* Magento's default */
.add-to-cart .paypal-logo { clear:left; margin:0; padding:10px 0 0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }

/* Box floating right
-------------------------------------------------------------- */
.add-to-cart.right {}
.add-to-cart.right label { margin-left:10px; }
.add-to-cart.right .button { margin-right:0; }

/* Messages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
#messages_product_view { margin: 0 auto; width: 98%; }



/* Product page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Basic layout
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* 1 Column Layout
-------------------------------------------------------------- */
/* Stretch content area (full page width) */
.catalog-product-view .col1-layout .col-main { margin-left:0; margin-right:0; width:100%; }

/* 3 Columns Layout
-------------------------------------------------------------- */
/* Uncomment if you're using 3-column layout on product page */
/*.catalog-product-view .col3-layout .product-img-column,
.catalog-product-view .col3-layout .product-shop,
.catalog-product-view .col3-layout .product-secondary-column,
.catalog-product-view .col3-layout .box-additional { float: none; width: 100%; }
.catalog-product-view .col3-layout .img-box .product-image { margin: 0 auto; width: 57%; }*/


/* Main sections of product page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Generic wrapper for product page collaterals */
.product-view .box-additional { margin-top:20px; }
.product-view .box-tabs {}
.product-view .box-sidebar {}
.product-view .box-up-sell {}


/* Product images
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .product-img-column {
	float:left; margin-bottom:10px;
	position:relative; /* Stickers are positioned relative to this container. TODO: move to the stylesheet with sticker styles. */
}
.col3-layout .product-view .product-img-column { float:none; margin:0 auto; }


/* Product primary column
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .product-shop { float:left; }
.product-view .product-shop .product-name {	margin:0 0 1.6666em; /*20px*/ }
.product-view .product-shop .product-name h1 { margin:0; }
.product-view .product-shop .ratings-table { margin:15px 0 5px; }


/* Product secondary Column
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .product-secondary-column .inner { padding-top:1px; padding-bottom:10px; /* Stop collapsing margins */ }


/* Product primary column's elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .short-description { margin:15px 0; line-height:1.25em; /*15px*/ }
.product-view .short-description ul { margin-top:5px; margin-bottom:5px; }

/* Add-to links */
.product-view .action-box { margin:20px 0; }

	/* Add-to links in different places of the product page */
	.product-view .add-to-links li { margin-right: 10px; }

/* Other elements */
.extrahint-wrapper { margin-bottom:15px; }

/* Downloadable product
-------------------------------------------------------------- */
.product-type-data .item-options { clear: both; }
.product-type-data .item-options dt { float:none; margin:0 0 5px; }
/* The same style as "item-options" in cart */
.product-type-data .item-options dd { background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/bullet.png) 3px 4px no-repeat; padding-left:15px; }

/* Additional information table
-------------------------------------------------------------- */
.product-view .data-table th { font-weight:bold; }


/* Prices - common for product view and MAP popup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Prices on product page and MSRP */
.product-view .product-shop .price-box .price-including-tax .price { font-size:18px; }
.product-view .product-shop .price-box .price-excluding-tax .price { font-size:inherit; }

/* Main price (prominent) */
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .special-price .price-label,
.product-view .product-shop .price-box .old-price .price,
.product-view .product-shop .price-box .old-price .price-label,
.product-view .product-shop .price-box .price-including-tax .price,
.product-view .product-options-bottom .price-box .regular-price .price,
.product-view .price-as-configured .price,
.map-popup-price .regular-price .price,
.product-view .price-box.map-info .old-price .price { font-size:1.6666em; /*20px*/ }

/* Old price */
.product-view .product-shop .price-box .old-price .price-label { white-space:nowrap; display:none; }

/* MSRP price (only in MSRP box) */
.map-popup-msrp .price { display:block; /* Move price below the label */ }

/* Move MSRP links below the price */
.product-view .product-shop .price-box.map-info .old-price { display:block; }

/* Special price */
.product-view .price-box .special-price { white-space:nowrap; /*Chrome*/ }
.product-view .price-box .special-price .price-label { white-space:nowrap; }
.product-view .price-box .special-price .price-including-tax,
.product-view .price-box .special-price .price-excluding-tax { padding:0 0 0 15px; }

/* Price box inside "Add-to-cart" box or inside product options box */
.product-view .add-to-box .price-box,
.product-options-bottom .price-box { float:left; margin:18px 15px 10px 0; padding:0; }


/* Main containers (e.g. for add-to-cart, product options)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Product type specific data */
.product-view .product-type-data { margin:15px 0 0; }

/* Lower part of the container */
.product-view .container1-wrapper,
.product-view .container2-wrapper,
.product-view .add-to-box {
	padding:0 0 15px;
	margin:0 0 15px;
	border-bottom:1px solid #e5e5e5;
}

/* Button container */
.product-view .add-to-box {
	margin-top:15px;
}

/* Background color for main containers */
/*.product-view .product-type-data,
.container1-wrapper,
.container2-wrapper,
.product-view .add-to-box {}*/


/* Other elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Unordered list in product description (for lists with no bullet class) */
.product-view .short-description .std ul,
.product-view .box-tabs .std ul { list-style:none outside none; }
.product-view .short-description .std ul li,
.product-view .box-tabs .std ul li { background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/bullet.png) 0 0 no-repeat; padding-left:25px; }

/* Margin for list in long description */
.product-view .box-tabs .std ul { margin-bottom:1em; }

/* If unordered list has "disc" class, override  */
.product-view .short-description .std ul.disc,
.product-view .box-tabs .std ul.disc { list-style:disc outside none; padding-left:1.5em; }
.product-view .short-description .std ul.disc li,
.product-view .box-tabs .std ul.disc li { background-image:none; padding-left:0; }


/* Product options 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-options { position:relative; margin-bottom:15px; }
.product-options dt { font-weight:normal; }
.product-options dt label { display:inline-block; font-weight:bold; }
.product-options dt label.required em { float:right; margin-left:3px; }
.product-options dd .qty-holder { display:block; padding:5px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; }
.product-options dd { margin:3px 0 10px; }
.product-options dl.last dd.last { border-bottom:0; }
.product-options dd input.input-text { width:100%; /*98%*/ }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:100%; /*width:92%;*/ height:8em; }
.product-options dd select { width:100%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; }
.product-options ul.options-list input.checkbox { float:left; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:0.9166em; }
.product-options p.required { position:absolute; right:0; top:-15px; }

/* Override form colors */
/* .product-options dd select,
.product-options dd .input-text,
.product-options dd textarea,
.product-options ul.options-list { color:#888; border-color:#ddd; }
.product-options dd select:hover,
.product-options dd select:focus,
.product-options dd textarea:hover,
.product-options dd textarea:focus,
.product-options ul.options-list:hover { color:#333; border-color:#aaa; }*/

/*bottom*/
.product-options-bottom { margin-top:20px; }
.product-options-bottom .tier-prices { margin:0 0 10px; padding:0; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .price-box .price-as-configured {}
.product-options-bottom .price-label {}
.product-options-bottom .price-tax { float:left; }
.product-shop .product-options-bottom { margin:0; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }


/* Grouped Product
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .grouped-items-table { margin:0; clear:both; }
.product-view .grouped-items-table thead th { font-weight:bold; }
.product-view .grouped-items-table .price-box { margin:0; padding:0; border:0; }
.product-view .grouped-items-table .price-box .price-including-tax .price { font-size:15px; }

.product-view .grouped-items-table td { vertical-align:middle; }
.product-view .grouped-items-table .price-box .regular-price .price { font-size:14px; }


/* Product collateral blocks 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Hide first h2 heading (which is the same as tab text) */
.box-tabs .panel > h2:first-child { display:none; }


/* Block: Tags 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .box-tags .product-tags { display:block; margin:0 0 25px; }
.product-view .box-tags .product-tags li { display:inline; padding:0 7px; border-right:1px solid #e5e5e5; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { padding-right:0; border-right:0; }
.product-view .box-tags .form-add label { display:block; font-weight:bold; margin:0 0 5px; }
.product-view .box-tags .form-add .input-box { float:left; margin:0 5px 5px 0; }
.product-view .box-tags .form-add input.input-text { width:auto; }
.product-view .box-tags .note { margin:3px 0 0; font-size:0.9166em; /*11px*/ }


/* Block: Reviews
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .box-reviews { margin-top:15px; }
.product-view .box-reviews dl { margin:0 0 15px; }
.product-view .box-reviews dt .heading { font-weight:normal; font-size:1.5em; margin-right:10px; }
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dt a { font-size:18px; margin-right:8px; }
.product-view .box-reviews dd { margin:0 0 15px 15px; padding-bottom:15px; border-bottom:1px dashed #e5e5e5; }
.product-view .box-reviews dd .date { display:block; margin-top:3px; font-style:italic; }
.product-view .box-reviews .ratings-table { margin:5px 0; }

.product-view .box-reviews .form-add {}
.product-view .box-reviews .form-add h2 { text-transform:uppercase; }
.product-view .box-reviews .form-add h3 { font-size:1em; font-weight:normal; margin-bottom:0; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:1em; font-weight:normal; }
.product-view .box-reviews .form-add h3,
.product-view .box-reviews .form-add h4 { font-family:inherit; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box {}
.product-view .box-reviews .form-add .form-list input.input-text { width:100%; max-width:340px; }
.product-view .box-reviews .form-add .form-list textarea { width:100%; max-width:500px; }
.product-view .box-reviews .buttons-set button.button { float:left; margin-left:0; }

.product-view .box-reviews .form-add .data-table { max-width:176px; }
.product-view .box-reviews .form-add .data-table th,
.product-view .box-reviews .form-add .data-table td { text-align:center; line-height:1em; }
.product-view .box-reviews .form-add .data-table td .radio { margin:0; }


/* Send a Friend
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { margin-bottom:8px; }
.send-friend .form-list textarea { width:100%; }
.send-friend .buttons-set .limit { float:right; margin:0 7px; }



/* Content Styles %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.product-name { margin:0; font-weight:normal; font-size:1em; }
/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search-summary { padding:20px; margin:10px 0; }
.advanced-search-summary ul { float:left; margin:0 4% 10px 0; width:46%; }
.advanced-search-summary li { margin:0 0 2px 0; font-size:1.25em; }
.advanced-search-summary strong { margin:0 5px 0 0; }
.advanced-search-summary p { clear:both; float:left; display:block; margin:20px 0 0; }

/* Advanced Search - form */
.advanced-search .form-list label { padding-right:10px; width:140px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
	clear:none;
	float:left; /* Complex form fields (e.g. price range) require floating for correct layout */
}

.catalogsearch-advanced-index .fieldset { margin-bottom:3px; }
.catalogsearch-advanced-index .buttons-set { padding-left:0; }
.catalogsearch-advanced-index .buttons-set button.button { float:left; margin:0; }
.catalogsearch-advanced-index .buttons-set button.button span span { padding-left:60px; padding-right:68px; }

/* Sitemap */
.page-sitemap .links { float:right; margin:0 0 5px; text-align:center; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .sitemap { margin:15px; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}
.page-sitemap .pager { clear:both; }

/* RSS */
.rss-title h1 { background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/i_rss-big.png) 0 center no-repeat; padding-left:30px; }
.rss-table .link-rss { display:block; }



/* Shopping Cart %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Checkout Types
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }


/* Shopping Cart Table
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart-table thead tr { border-bottom:1px solid #e5e5e5; }
.cart-table th.last { border-right:none; }

.cart-table .product-image { width:168px; display:block; }
.cart-table .product-name { margin:0 0 10px; font-weight:normal; font-size:1.6666em; line-height:1.2em; /*20px, 24px*/ }
.cart-table .item-msg { margin:5px 0; font-size:0.9166em; font-weight:bold; color:#ee001c; }
.cart-table tfoot td { padding:5px 10px; border:none; }

/* Table bottom - buttons
-------------------------------------------------------------- */
.cart-table tfoot td.last { padding:15px 0 0; border-bottom:1px solid #eee; }
.cart-table tfoot button { padding:0; margin:0 0 15px 10px; }
.cart-table .btn-continue { float:left; margin-left:0; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }


/* Cart Collateral blocks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart-collaterals { margin-top:2%; /* Percentage value to keep the same margin as between columns */ }
.cart .cart-left-column > *,
.cart .cart-right-column > * { margin-bottom:20px; }
.cart .cart-right-column { float:right; }


/* Cross-sell
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart .crosssell .product-image { float:left; }
.cart .crosssell .product-details { margin-left:85px; }
.cart .crosssell .btn-cart { float:left; margin-right:10px; }
.cart .crosssell .add-to-links { float:left; margin:12px 0 0; }
.cart .crosssell .price-box { margin:7px 0; }
.cart .crosssell li.item { padding:20px 0; }
.cart .crosssell li.item.odd { margin-left:0; clear:left; }
.cart .crosssell li.item.even { margin-right:0; float:right; }

/*
-------------------------------------------------------------- */
.cart-wide-box .crosssell li.item { float:left; width:265px; min-height:109px; }
.cart-wide-box .crosssell li.item.odd { padding-right:20px; border-right:1px solid #eee; }
.cart-wide-box .crosssell li.item.even { padding-left:20px; }


/* Common styles: Cross-sell, Discount Codes, Estimate Shipping
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }


/* Discount Codes (coupons)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart .discount label { display:block; margin:0 0 5px; }
.cart .discount .input-box {}
.cart .discount input.input-text { width:100%; }


/* Estimate Shipping
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart .shipping input.input-text,
.cart .shipping select { width:100%; }
.cart .shipping p { margin-bottom:10px; }
.cart .shipping .sp-methods { margin:10px 0 0; }


/* Shopping Cart Totals
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart .totals { background-color:#f5f5f5; }
.cart .totals-inner { padding:20px; }
.cart .totals table { width:100%; }
.cart .totals td { padding:1px 0px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:16px; }
/*.cart .totals tfoot .price { color:#B31F5A; } */
.cart .totals .checkout-types { text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }


/* Cart static blocks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Item Options and Options Tool Tip
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.item-options { line-height:15px; }
.item-options dt { white-space:nowrap; float:left; margin-right:7px; }
.item-options dd { padding-left:11px; margin:0 0 2px; }

/* Item options in cart/checkout tables */
.data-table .item-options dt {
	background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/bullet.png) 0 4px no-repeat;
	padding-left:10px;
	white-space:normal; /* Override 'nowrap' */
}
.data-table .item-options { margin:0 0 0 10px; }

/* Options Tool Tip
-------------------------------------------------------------- */
.truncated { cursor:help; display:inline-block; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; text-decoration:none; border-bottom:1px dotted #ccc; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; padding:8px; min-width:100px; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; margin-bottom:2px; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }



/* Checkout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; margin:15px 0 0; }
.sp-methods dd { margin: 3px 0 15px;  }
.sp-methods dd li { margin: 5px 0; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding:10px 10px 10px 30px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li {}
.sp-methods .checkmo-list label { padding-right:10px; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { background-color:#fff; padding:10px; position:absolute; z-index:9999; }
.tool-tip .btn-close a { margin:0 0 0 auto; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages { margin:30px 0 10px; }
.gift-messages-form { border:1px solid #e5e5e5; padding:20px; position:relative; }
.gift-messages-form p { margin-bottom:10px; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }

.gift-message-link { display:block; background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row .btn-close { float:right; padding:0 7px 0px; }
.gift-message dt strong { font-weight:bold; color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }
.order-gift-message { margin:15px 0; }

/* Checkout Agreements */
.checkout-agreements { padding:0 60px 20px; }
.checkout-agreements li { margin:0 0 20px; }
.checkout-agreements .agree { margin-top: 5px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; }
.opc .checkout-agreements { padding:15px 30px; }

.checkout-agreements .agreement-content { max-height:250px; overflow:auto; padding-right:30px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
/* For more styles see Multiple Addresses Checkout */
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */


/* Other */
.block-progress .block-title { background:none; border:0; padding:10px 0;}
.block-progress .block-title strong { font-family:inherit; text-transform:none; font-weight:normal; }
.block-progress .block-content { background:none; padding:0; margin-top:10px; border:none; }
.block-progress dt {
	background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/checkout-progress.png) 0 5px no-repeat;
	line-height:18px;
	margin:0 0 5px;
	padding:6px 0 6px 30px;
	font-weight:bold;
}
.block-progress dd {
	line-height:15px;
	border-top:0 none;
	margin:0 0 6px;
	padding:8px 10px;
}
.block-progress dt.complete { background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/checkout-progress-done.png) 0 5px no-repeat; }
.block-progress dt.complete .separator {}
.block-progress dt.complete a { font-weight:normal; }
.block-progress dd.complete {}
.block-progress p { margin:0; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:28px; line-height:28px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc .section { margin:0 0 10px; padding:0; }

.opc .step-title { background:#f5f5f5; padding:10px; text-align:right;  }
.opc .step-title .number { float:left; background:#fff; padding:8px 12px; margin:0 8px 0 0; font-size:1.3333em; }
.opc .step-title h2 { float:left; margin:0; color:#999; font-size:1.3333em; line-height:2.125em; }
.opc .step-title a { display:none; float:right; margin-top:6px; }

.opc .section.allow { cursor:pointer; }
.opc .section.allow.active { cursor:auto; }
.opc .allow .step-title { background:#f5f5f5; }
.opc .allow .step-title:hover { background-color:#e5e5e5; }
.opc .allow .step-title h2 { color:#333; }
.opc .allow .step-title a { display:block; }

.opc .active .step-title { background-color:#e5e5e5; cursor:default; }
.opc .active .step-title .number { color:#fff; background-color:#333; }
.opc .active .step-title h2 {}
.opc .active .step-title a { display:none; }

.opc .step { padding:10px 20px; margin-top:10px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .col-1 {}
#opc-login .col-2 {}
#opc-login h3 { margin-top:10px; }
#opc-login h4 { font-family:inherit; font-weight:normal; }
#opc-login .form-list { margin:15px 0 15px; }
#opc-login .form-list li { margin:0 0 3px;}
#opc-login .buttons-set { padding:0; }

.opc .gift-messages-form { border:1px solid #e5e5e5; border-width:1px 0;}
.opc .gift-messages-form .inner-box { overflow:visible; }

#opc-review .step { padding:0; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { border:0; padding:15px 30px; }
#opc-review .buttons-set p { margin:0; line-height:28px; }
#opc-review .buttons-set .please-wait { height:28px; line-height:28px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }


/* Common styles for: Multiple Addresses Checkout and Generic Info Set
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.multiple-checkout h2,
.info-set h2 { font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4,
.info-set h3,
.info-set h4 { font-size:15px; font-weight:bold; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a,
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-size:12px; font-weight:normal; }

.multiple-checkout .data-table .product-name,
.info-set .data-table .product-name { font-size:13px; margin:0 0 5px; }
.multiple-checkout .col2-set h2.legend,
.info-set h2.legend { font-weight:normal; }
.multiple-checkout .col2-set h3.legend,
.info-set h3.legend { color:#ce001a; margin:0 0 10px; }
.multiple-checkout .col2-set .divider,
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box,
.info-set .box { margin:0 0 15px; }



/* Multiple Addresses Checkout
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.checkout-progress { padding:0 110px; margin:-11px 0 25px; }
.checkout-progress li { float:left; width:19%; margin:0 1px 0 0; padding-top:5px; border-top:10px solid #d5d5d5; text-align:center; color:#bbb; }
.checkout-progress li.active { border-top-color:#ce001a; color:#ce001a; }

.multiple-checkout .page-title { border-bottom:1px solid #e5e5e5; padding-bottom:5px; }
.multiple-checkout .buttons-set { border-top:1px solid #e5e5e5; margin-top:40px; padding-top:15px; }

/* Styles similar to cart-table */
.multiple-checkout .data-table thead tr { border-bottom:1px solid #bbb; }
.multiple-checkout .data-table thead th { padding:10px; font-weight:normal; }

.multiple-checkout .gift-messages { margin:15px 0 0; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }

.multiple-checkout .col2-set .col-1 { width:32%; }
.multiple-checkout p.actions { margin-bottom:10px; }

.multiple-checkout .place-order .please-wait { margin-top:10px; }
.multiple-checkout .place-order .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:20px; }

/* Step 1 */
#multiship-addresses-table td { padding:10px; }

/* Step 2 */
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #e5e5e5; padding:15px; margin-bottom:0; position:relative; }



/* My Account %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Account Login/Create Pages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.account-login .new-users,
.account-login .registered-users { margin-bottom:20px; }
.account-login p { margin-bottom:20px; }
.account-login p.required { margin:0; }
.account-login .buttons-set { clear:none; padding:0; margin:0; }

/* Account Login/Create box elements - login page and checkout page */
.account-login .buttons-set button,
#opc-login .buttons-set button { float:left; margin-left:0; }
.account-login .buttons-set a,
#opc-login .buttons-set a { float:right !important; margin:4px 0 0; }


/* My Account Dashboard
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.my-account {}
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 0 1.6666em; }
.dashboard .welcome-msg .hello { font-size:1.6666em; line-height:1.2em; /*20px, 24px*/ }
.dashboard .welcome-msg .hello strong { font-weight: normal; }
.dashboard .col-1,
.dashboard .col-2 { margin-bottom:1.5em; }

/* General Box */
.box-account { margin:0 0 2.5em; }
.box-account .box-head { border-bottom:1px solid #e5e5e5; margin:0 0 10px; padding-bottom:5px; }
.box-account .box-head a { float:right; margin-top:10px; }
.box-account .box-head h2 { float:left; margin:0; background-position:0 0; background-repeat:no-repeat; }
.box-account.box-info .col-1 { border-right:1px solid #e5e5e5; }
.box-account.box-info .col-1 .box { padding-right:10px; }

.dashboard .box .box-title { padding:0 0 2px; margin:0 0 10px; text-align:right; border-bottom:1px solid #e5e5e5; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {}

/* Block: Account Information */
.dashboard .box-info .box-head h2 {}
.dashboard .box-info h4 { font-weight:normal; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {}
.dashboard .box-reviews .number { float:left; font-size:1.3333em; line-height:1.25em; padding:0 10px; }
.dashboard .box-reviews .details { margin-left:38px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:5px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 {}
.dashboard .box-tags .number { float:left; font-size:1.3333em; line-height:1.25em; padding:0 10px; }
.dashboard .box-tags .details { margin-left:38px; }
.dashboard .box-tags .tags { margin:5px 0 0; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Add left padding if icons are displayed in headings */
/*.box-account .box-head h2,
.order-items h2,
.order-about h2 { padding-left:38px; }*/


/* Address Book
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.addresses-list h3 { font-weight:normal; }
.addresses-list address { margin-bottom:10px; }
.addresses-list .link-remove:hover { color:#ee001c; }
.addresses-list .separator { margin:0 3px; }
.addresses-list .addresses-primary .item { padding:15px; margin:0 0 10px; background-color:#f5f5f5; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { color:#555; }
.addresses-list .addresses-additional .item { padding:15px; margin:0 0 10px; border:1px solid #e5e5e5; }

.my-account .pager { margin-bottom:20px; }


/* Order View
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.order-info { margin:20px 0 10px; }
.order-info dt,
.order-info dd,
.order-info li,
.order-info li a { float:left; }

.order-info dt { font-weight:bold; }
.order-info li { margin-right:1px; }
.order-info dt,
.order-info li.current,
.order-info li a { padding:10px; }
.order-info dt { padding-left:0; }

.order-info li a { background-color:#f8f8f8; }
.order-info li a:hover,
.order-info li.current { background-color:#e5e5e5; }

/* Date */
.order-date { margin:15px 0; color:#ee001c; clear:both; }


/*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.order-info-box { margin:0 0 10px; padding:20px; }
.order-info-box .col-1 { border-right:#e5e5e5 solid 1px; }
.order-info-box h2 {}
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items .data-table { margin-bottom:20px; }
.order-items .data-table td { padding:5px 9px; }
.order-items .data-table .grand_total { font-size:1.3333em; }
/* Grand total color */
.order-items .data-table .grand_total .last,
.order-items .data-table .grand_total_incl .last {}

.order-items { width:100%; }
.order-items .product-name { margin:0 0 3px; font-size:12px; }
.order-items .link-print { font-weight:normal; }
.order-items p .link-print { float:none; }

.order-items h2,
.order-about h2 { margin:15px 0; }

.order-items h3.table-caption { font-size:13px; font-weight:bold; }
.order-items h2.table-caption a,
.order-items h2.sub-title a {
	font-size:12px;
	font-weight:normal;
	text-transform:none;
}
.order-items .order-links { text-align: right; }
.order-items .order-comments h2 {}

.order-details h2 {}
.order-details h2 .separator { color:#999; font-size:12px; }

.order-about { margin:0 0 15px;	padding:5px 30px; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:12px; margin-bottom:15px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { width:20%; font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:5px 9px; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }


/* Order Print Pages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }


/* My Wishlist
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.my-wishlist .product-image { display:block; margin:0 0 5px; min-width:113px; max-width:140px;  }
.my-wishlist .product-name { margin-bottom:10px; }
.my-wishlist .description { margin-bottom:10px; }
.my-wishlist textarea { display:block; width:97%; height:70px; border:1px solid #e5e5e5; }
.my-wishlist .price-box { margin-bottom:5px; }
.my-wishlist .add-to-cart-alt { margin-bottom:10px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
#wishlist-table .add-to-links { white-space:nowrap; }

.my-wishlist .data-table tr.even { background:#f8f8f8; }
.my-wishlist .btn-cart { margin:10px 0 5px; }


/* My Tags
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:5px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }


/* My Reviews TODO:deprecated
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
#my-reviews-table td { padding:10px; }
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { margin:0 0 8px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 10px; }
.product-review .product-details { margin:0 20px 20px 155px; }
.product-review .product-name { font-size:18px; margin:0 0 18px; }
.product-review h3 { font-size:12px; margin:15px 0 5px; }
.product-review .ratings-table { margin:0 0 15px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:12px; margin:5px 0 0; }


/* Billing Agreements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }



/* Popups %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Remember Me Popup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.window-overlay { background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; width:100%; height:100%; z-index:9999; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; z-index:10000; }
.remember-me-popup .remember-me-popup-head { position:relative; }
/*.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }*/
/* Additionally remove the button */
.remember-me-popup .remember-me-popup-close-button { display:none; }


/* MAP Popup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart-msrp-totals { color:red; font-size:12px !important; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; text-align:left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-transform:lowercase;
	width:55px;
	line-height:15px;
	padding:2px 8px;
}
.map-cart-sidebar-total:hover {
	overflow:visible;
	white-space:normal;
	background-color:#fff;
	box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);
}
.map-popup { margin:10px 0 0; position:absolute; width:300px; z-index:100; }
.map-popup-heading { width:240px; }
.map-popup-heading h2 {
	margin:0;
	overflow:hidden;
	white-space:nowrap;
	word-wrap: break-word;
	text-align:left;
	text-overflow:ellipsis;
}
.map-popup-arrow { display:none; /*border-color:transparent transparent #fff transparent; border-style:solid; border-width:10px; position:absolute; left:50%; top:-20px;*/ }
.map-popup-content { overflow:hidden; text-align:left; width:270px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 15px; padding:15px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #eee; }


/* Common styles for: Remember Me Popup and MAP Popup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.remember-me-popup,
.map-popup { background:#fff; text-align:left; /* + Common shadow styles for multiple items */ }
.remember-me-popup h3,
.map-popup-heading { border-bottom:1px solid #e5e5e5; padding:12px 45px 12px 15px; }
.remember-me-popup h3,
.map-popup-heading h2 { font-size:1.5em; /*18px*/ }
.remember-me-popup .remember-me-popup-body,
.map-popup-content { padding:15px; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close,
.map-popup-close { background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/img/pix.png) 0 -150px no-repeat; display:block; position:absolute; top:11px; right:15px; height:17px; width:17px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close:hover,
.map-popup-close:hover { background-position:-17px -150px; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close:active,
.map-popup-close:active { background-position:-34px -150px; }

/* Other
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.calendar { z-index:200; }



/* Footer %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.footer-container,
.footer-container2 { background-repeat:repeat; background-position:center top; background-attachment: scroll; }
.footer {
	width:960px;
	margin:0 auto;
	padding:0;
	text-align:left;
}
.footer .item-left { float:left; margin-right:20px; }
.footer .item-right { float:right; margin-left:20px; }

/* Footer elements */
.footer .heading,
#subscribe-form label { margin-bottom:0.625em; font-size:1.3333em; font-weight:normal; }


/* Footer top
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.footer-top {}


/* Footer primary
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.footer-primary {}

/* Primary footer additional
-------------------------------------------------------------- */
.footer-primary-top-spacing {
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid;
	border-color:#eee;
	border-color:rgba(0,0,0, 0.05);
}
.footer-primary-bottom-spacing {
	border-top:1px solid;
	border-color:#eee;
	border-color:rgba(0,0,0, 0.05);
	padding-top:20px;
	padding-bottom:20px;
}


/* Footer secondary
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.footer-secondary {}


/* Footer bottom
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.footer-bottom-container {}
.footer-bottom {
	padding-top:0; /* To counterbalance the bottom margin of footer elements */
}


/* Footer elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Newsletter form
-------------------------------------------------------------- */
#subscribe-form {}
#subscribe-form form { display:block; }
#subscribe-form label { float:left; margin:0 5px 0 0; line-height:36px; font-weight:normal; position: relative; }
#subscribe-form .input-box { float:left; margin:0 5px 5px 0; position:relative; }
#subscribe-form .input-box .validation-advice {
	padding:10px 0;
	margin:0;
	width:140%;
	position:absolute;
	top:-103%;
	left:-20%;
	text-align:center;
	background-color:#fff;
	background-color:rgba(255,255,255,0.9);
	z-index:1;
}
#subscribe-form .input-text {
	float:left;
	width:auto;
}
#subscribe-form .input-text.validation-failed {}
#subscribe-form .button { float:left; }

/* Social services
-------------------------------------------------------------- */
.social-links span.icon { margin-bottom:3px; }

/* Other elements
-------------------------------------------------------------- */
.footer-copyright { font-size:0.9166em; /*11px*/ line-height:1.3636em; margin-bottom:10px; margin-left:10px;  }

/* Scroll to top button
-------------------------------------------------------------- */
#scroll-to-top {
	display:none;
	position:fixed;
	width:50px;
	height:50px;
	bottom:30px;
	right:30px;
	z-index:9999;
	text-indent:-9999px;
	border-radius:50%;
	background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/sprite.png) -200px -100px no-repeat #e5e5e5;
}
#scroll-to-top:hover {
	background-position:-200px -150px;
	background-color:#333;
}



/* CMS pages and elements %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* CMS pages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Home page */
body.cms-index-index .breadcrumbs { display:none; }


/* Magento widgets
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.widget-new-products .products-grid .item,
.widget-viewed .products-grid .item,
.widget-compared .products-grid .item { float: left; max-width: 165px; padding: 0 10px 15px; }

.widget-new-products .products-list,
.widget-viewed .products-list,
.widget-compared .products-list { list-style-type: none; padding: 0; }

.widget-new-products .products-list .product-image,
.widget-viewed .products-list .product-image,
.widget-compared .products-list .product-image { float: left; }



/* Clear %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.clear { clear:both; font-size:0; line-height:0; height:0; } /* Additional simple clearing */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,

/* Additional clearing */
.my-account .order-info:after,
#mini-cart .mini-products-list li.item:after,
.block-related-thumbnails .product:after,
.cart .crosssell:after,
.section-line:after,
.section-title:after

{ display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

/**
 * Magento
 *
 * 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_AFL.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@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

/* Widget: CMS Static Block */
.widget-static-block {}

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }
/* ======================================================================================= */

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('https://www.miomente.de/skin/frontend/ultimo/default/fonts/flexslider-icon.eot');
	src:url('https://www.miomente.de/skin/frontend/ultimo/default/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('https://www.miomente.de/skin/frontend/ultimo/default/fonts/flexslider-icon.woff') format('woff'),
		url('https://www.miomente.de/skin/frontend/ultimo/default/fonts/flexslider-icon.ttf') format('truetype'),
		url('https://www.miomente.de/skin/frontend/ultimo/default/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* FlexSlider Default Theme
*********************************/
/*.flexslider { margin: 0 0 60px; background: #fff; zoom: 1; }*/
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
.flexslider:hover .flex-prev { opacity: 1; }
.flexslider:hover .flex-next { opacity: 1; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }

/*! jQuery UI - v1.12.1 - 2017-11-10
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%23777620&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgTextureHighlight=flat&bgColorHighlight=%23fffa90&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%23511743&bgTextureActive=flat&bgColorActive=%2393216a&iconColorHover=%23555555&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgTextureHover=flat&bgColorHover=%23ededed&iconColorDefault=%23777777&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgTextureDefault=flat&bgColorDefault=%23f6f6f6&iconColorContent=%23444444&fcContent=%23333333&borderColorContent=%23dddddd&bgTextureContent=flat&bgColorContent=%23ffffff&iconColorHeader=%23444444&fcHeader=%23333333&borderColorHeader=%23dddddd&bgTextureHeader=flat&bgColorHeader=%23e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* 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-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

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


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


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.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;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: 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;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

	/* We use html here because we need a greater specificity to make sure disabled
    works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	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,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #511743;
	background: #93216a;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #511743;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.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); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("https://www.miomente.de/skin/frontend/ultimo/default/css/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("https://www.miomente.de/skin/frontend/ultimo/default/css/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("https://www.miomente.de/skin/frontend/ultimo/default/css/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("https://www.miomente.de/skin/frontend/ultimo/default/css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("https://www.miomente.de/skin/frontend/ultimo/default/css/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("https://www.miomente.de/skin/frontend/ultimo/default/css/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("https://www.miomente.de/skin/frontend/ultimo/default/css/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-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: -65px -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: -65px -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: 1px -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: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%23777620&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgTextureHighlight=flat&bgColorHighlight=%23fffa90&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%23511743&bgTextureActive=flat&bgColorActive=%2393216a&iconColorHover=%23555555&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgTextureHover=flat&bgColorHover=%23ededed&iconColorDefault=%23777777&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgTextureDefault=flat&bgColorDefault=%23f6f6f6&iconColorContent=%23444444&fcContent=%23333333&borderColorContent=%23dddddd&bgTextureContent=flat&bgColorContent=%23ffffff&iconColorHeader=%23444444&fcHeader=%23333333&borderColorHeader=%23dddddd&bgTextureHeader=flat&bgColorHeader=%23e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

	/* We use html here because we need a greater specificity to make sure disabled
    works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	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,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #511743;
	background: #93216a;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #511743;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #2d5c78;
	background: #94babd;
	color: #000000;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.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); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("https://www.miomente.de/skin/frontend/ultimo/default/css/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("https://www.miomente.de/skin/frontend/ultimo/default/css/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("https://www.miomente.de/skin/frontend/ultimo/default/css/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("https://www.miomente.de/skin/frontend/ultimo/default/css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("https://www.miomente.de/skin/frontend/ultimo/default/css/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("https://www.miomente.de/skin/frontend/ultimo/default/css/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("https://www.miomente.de/skin/frontend/ultimo/default/css/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-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: -65px -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: -65px -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: 1px -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: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px; } }
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block; }
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal; }
.sweet-alert fieldset {
  border: none;
  position: relative; }
.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s; }
.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s; }
.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px; }
.sweet-alert .sa-error-container p {
  display: inline-block; }
.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s; }
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px; }
.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }
.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed; }
.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }
.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }
.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }
.sweet-alert input::-moz-placeholder {
  color: #bdbdbd; }
.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd; }
.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd; }
.sweet-alert.show-input input {
  display: block; }
.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative; }
.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden; }
.sweet-alert button {
  background-color: #93216a !important;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 0px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer; }
.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
.sweet-alert button:hover {
  background-color: #7ecff4; }
.sweet-alert button:active {
  background-color: #5dc2f1; }
.sweet-alert button.cancel {
  background-color: #C1C1C1; }
.sweet-alert button.cancel:hover {
  background-color: #b9b9b9; }
.sweet-alert button.cancel:active {
  background-color: #a8a8a8; }
.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default; }
.sweet-alert button.confirm[disabled] {
  color: transparent; }
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s; }
.sweet-alert button::-moz-focus-inner {
  border: 0; }
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important; }
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px; }
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box; }
.sweet-alert .sa-icon.sa-error {
  border-color: #93216a; }
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block; }
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #93216a;
  display: block;
  top: 37px;
  border-radius: 2px; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px; }
.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86; }
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86; }
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86; }
.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86; }
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px; }
.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px; }
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

/* 
 * Itemslider - based on Owl Carousel
 *
 * IMPORTANT: Flexslider was replaced by Owl Carousel.
 * Deprecated styles for Flexslider are not needed any more and can be found inside this file: itemslider-old.css
 */



/* Owl Carousel %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Necessary styles (Core Owl Carousel CSS File v1.24)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(https://www.miomente.de/skin/frontend/ultimo/default/images/infortis/_shared/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-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);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}


/* Additional styles for Owl Carousel
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Preloading images */
.owl-item.loading {
  min-height: 60px;
  background: url(https://www.miomente.de/skin/frontend/ultimo/default/images/infortis/_shared/ajax-loader.gif) no-repeat center center;
}

/* Pagination */
.owl-pagination { text-align: center; z-index: 1; /* z-index to show above other items */ }



/* Itemslider %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.itemslider { margin-bottom: 20px; }

/* Items */
.itemslider .item { padding-left:10px; padding-right:10px; }

/* Lazy loading */
.itemslider .owl-item.loading { background-position: center 40px; }
.itemslider .owl-item.loading .product-image { min-height: 70px; }


.pagination-pos-bottom-right 			.owl-pagination { padding: 10px 0; float: right; }
.pagination-pos-bottom-left 			.owl-pagination { padding: 10px 0; float: left; }





/* Deprecated classes %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Simple directional arrows
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.gen-direction-arrows1 a.previous,
.gen-direction-arrows1 a.next {
	display:block;
	width:30px;
	height:30px;
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/infortis/_shared/slider-arrows.png);
	background-repeat:no-repeat;
	background-color:#e5e5e5;
	transition:			background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition:	background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition:	background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition:		background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}

.gen-direction-arrows1 a.previous { background-position:-10px -10px; }
.gen-direction-arrows1 a.previous:hover { background-position:-10px -60px; background-color:#333; }

.gen-direction-arrows1 a.next { background-position:-60px -10px; }
.gen-direction-arrows1 a.next:hover { background-position:-60px -60px; background-color:#333; }




/* Slideshow
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.the-slideshow { margin:0 auto; }
.the-slideshow .slides { display: none; }

/*
 * Accordions and collapsible blocks
 */



/* Accordion  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.accordion {
	padding:0;
	margin:0;
	list-style-type:none;
}
.accordion ul {
	float:left;
	display:block;
	width:100%;
	padding:0;
	margin:0;
}
.accordion li {
	float:left;
	display:block;
	width:100% !important;
	padding:0 !important;
	margin:0;
	list-style-type:none;
	cursor:pointer;
	position:relative;
}

.accordion li.active {}
.accordion li.current {}
.accordion li a {
	display:block;
	padding:15px 10px;
	font-size: 1.1666em; /*14px*/
	line-height: 1.2857em; /*18px*/
}
.accordion li li a { padding-left:20px; }
.accordion li li li a { padding-left:40px; }
.accordion li li li li a { padding-left:60px; }

/* Space for openner if item has children.
   Space has to be a few pixels wider than openner */
.accordion li.parent > a { padding-right:54px; }

/* Opener
-------------------------------------------------------------- */
.accordion .opener {
	position:absolute;
	right:0;
	top:0;
	display:block;
	cursor:pointer;
	
	width:49px;
	height:49px;
	background: url(https://www.miomente.de/skin/frontend/ultimo/default/images/infortis/ultra-megamenu/opener.png) center center no-repeat;
}
.accordion .opener:hover {
	background-color:rgba(0,0,0, 0.05);
}

/* Active */
.accordion li.active > .opener {
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/infortis/ultra-megamenu/opener-active.png);
}


/* Accordion - Style 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Padding
-------------------------------------------------------------- */
.accordion-style1 li a { padding:5px 10px; }
.accordion-style1 li li a { padding-left:20px; }
.accordion-style1 li li li a { padding-left:35px; }
.accordion-style1 li li li li a { padding-left:50px; }

/* Space for openner if item has children.
   Space has to be a few pixels wider than openner */
.accordion-style1 li.parent > a { padding-right:33px; }

/* Misc
-------------------------------------------------------------- */
.accordion-style1 li a {
	border-bottom-color:#eee;
	border-bottom:1px solid rgba(0,0,0,0.06);
	font-size:1em; /*12px*/
	line-height:1.5em; /*18px*/
}
.accordion-style1 li a:hover {
	background-color:rgba(0,0,0, 0.03);
}

/* Opener
-------------------------------------------------------------- */
.accordion-style1 .opener {
	width:28px;
	height:28px;
	/*background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/infortis/ultra-megamenu/opener-small.png);*/
	background-color:rgba(0,0,0, 0.03);
}
.accordion-style1 .opener:hover {
	background-color:rgba(0,0,0, 0.10);
	background-image: url(https://www.miomente.de/skin/frontend/ultimo/default/images/infortis/ultra-megamenu/opener-w.png);
}

/* Active */
/*.accordion-style1 li.active > .opener {
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/infortis/ultra-megamenu/opener-small-active.png);
}*/
.accordion-style1 li.active > .opener:hover {
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/infortis/ultra-megamenu/opener-active-w.png);
}



/* Collapsible %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.collapsible { position:relative; }
.collapsible .block-title {
	padding-top:8px;
	padding-right:35px; /* Space for opener */
	padding-bottom:8px;
	border-bottom:1px solid #f2f2f2;
	border-color:rgba(0,0,0, 0.05);
	margin-bottom:0.625em; /*10px*/
	
	font-size:1.3333em; /*16px*/
	line-height:1.25em; /*20px*/
	font-weight:normal;
}

.collapsible .block-content,
.collapsible .block-content > * {
	margin-top:0; /* Prevent animation jumping */
}

/* Opener
-------------------------------------------------------------- */
.collapsible .opener {
	position:absolute;
	right:0;
	top:2px;
	display:block;
	cursor:pointer;
	
	width:30px;
	height:30px;
	background-color:#f2f2f2; /*IE*/
	background-color:rgba(0,0,0, 0.05);
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/infortis/ultra-megamenu/opener.png);
	background-position:center center;
	background-repeat:no-repeat;
	/*border-radius:50%;*/
}
.collapsible .opener:hover {
	background-color:#e5e5e5; /*IE*/
	background-color:rgba(0,0,0, 0.1);
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/infortis/ultra-megamenu/opener-w.png);
}
.collapsible.active .opener {
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/infortis/ultra-megamenu/opener-active.png);
}
.collapsible.active .opener:hover {
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/infortis/ultra-megamenu/opener-active-w.png);
}

/* Mobile accordion
-------------------------------------------------------------- */
.mobile-collapsible { position: static; }

.bootstrap {
  /*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=48cfc3780618608a674b4b0a2065c704)
 * Config saved to config.json and https://gist.github.com/48cfc3780618608a674b4b0a2065c704
 */
  /*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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 */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=48cfc3780618608a674b4b0a2065c704)
 * Config saved to config.json and https://gist.github.com/48cfc3780618608a674b4b0a2065c704
 */
  /*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
}
.bootstrap {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.bootstrap {
  margin: 0;
}
.bootstrap article,
.bootstrap aside,
.bootstrap details,
.bootstrap figcaption,
.bootstrap figure,
.bootstrap footer,
.bootstrap header,
.bootstrap hgroup,
.bootstrap main,
.bootstrap menu,
.bootstrap nav,
.bootstrap section,
.bootstrap summary {
  display: block;
}
.bootstrap audio,
.bootstrap canvas,
.bootstrap progress,
.bootstrap video {
  display: inline-block;
  vertical-align: baseline;
}
.bootstrap audio:not([controls]) {
  display: none;
  height: 0;
}
.bootstrap [hidden],
.bootstrap template {
  display: none;
}
.bootstrap a {
  background-color: transparent;
}
.bootstrap a:active,
.bootstrap a:hover {
  outline: 0;
}
.bootstrap abbr[title] {
  border-bottom: 1px dotted;
}
.bootstrap b,
.bootstrap strong {
  font-weight: bold;
}
.bootstrap dfn {
  font-style: italic;
}
.bootstrap h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.bootstrap mark {
  background: #ff0;
  color: #000;
}
.bootstrap small {
  font-size: 80%;
}
.bootstrap sub,
.bootstrap sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.bootstrap sup {
  top: -0.5em;
}
.bootstrap sub {
  bottom: -0.25em;
}
.bootstrap img {
  border: 0;
}
.bootstrap svg:not(:root) {
  overflow: hidden;
}
.bootstrap figure {
  margin: 1em 40px;
}
.bootstrap hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.bootstrap pre {
  overflow: auto;
}
.bootstrap code,
.bootstrap kbd,
.bootstrap pre,
.bootstrap samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.bootstrap button,
.bootstrap input,
.bootstrap optgroup,
.bootstrap select,
.bootstrap textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.bootstrap button {
  overflow: visible;
}
.bootstrap button,
.bootstrap select {
  text-transform: none;
}
.bootstrap button,
.bootstrap input[type="button"],
.bootstrap input[type="reset"],
.bootstrap input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.bootstrap button[disabled],
.bootstrap input[disabled] {
  cursor: default;
}
.bootstrap button::-moz-focus-inner,
.bootstrap input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.bootstrap input {
  line-height: normal;
}
.bootstrap input[type="checkbox"],
.bootstrap input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.bootstrap input[type="number"]::-webkit-inner-spin-button,
.bootstrap input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.bootstrap input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.bootstrap input[type="search"]::-webkit-search-cancel-button,
.bootstrap input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrap fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.bootstrap legend {
  border: 0;
  padding: 0;
}
.bootstrap textarea {
  overflow: auto;
}
.bootstrap optgroup {
  font-weight: bold;
}
.bootstrap table {
  border-collapse: collapse;
  border-spacing: 0;
}
.bootstrap td,
.bootstrap th {
  padding: 0;
}
@media print {
  .bootstrap *,
  .bootstrap *:before,
  .bootstrap *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .bootstrap a,
  .bootstrap a:visited {
    text-decoration: underline;
  }
  .bootstrap a[href]:after {
    content: " (" attr(href) ")";
  }
  .bootstrap abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .bootstrap a[href^="#"]:after,
  .bootstrap a[href^="javascript:"]:after {
    content: "";
  }
  .bootstrap pre,
  .bootstrap blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .bootstrap thead {
    display: table-header-group;
  }
  .bootstrap tr,
  .bootstrap img {
    page-break-inside: avoid;
  }
  .bootstrap img {
    max-width: 100% !important;
  }
  .bootstrap p,
  .bootstrap h2,
  .bootstrap h3 {
    orphans: 3;
    widows: 3;
  }
  .bootstrap h2,
  .bootstrap h3 {
    page-break-after: avoid;
  }
  .bootstrap .navbar {
    display: none;
  }
  .bootstrap .btn > .caret,
  .bootstrap .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .bootstrap .label {
    border: 1px solid #000;
  }
  .bootstrap .table {
    border-collapse: collapse !important;
  }
  .bootstrap .table td,
  .bootstrap .table th {
    background-color: #fff !important;
  }
  .bootstrap .table-bordered th,
  .bootstrap .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://www.miomente.de/skin/frontend/ultimo/default/css/fonts/glyphicons-halflings-regular.eot');
  src: url('https://www.miomente.de/skin/frontend/ultimo/default/css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://www.miomente.de/skin/frontend/ultimo/default/css/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('https://www.miomente.de/skin/frontend/ultimo/default/css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://www.miomente.de/skin/frontend/ultimo/default/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://www.miomente.de/skin/frontend/ultimo/default/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.bootstrap .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bootstrap .glyphicon-asterisk:before {
  content: "\002a";
}
.bootstrap .glyphicon-plus:before {
  content: "\002b";
}
.bootstrap .glyphicon-euro:before,
.bootstrap .glyphicon-eur:before {
  content: "\20ac";
}
.bootstrap .glyphicon-minus:before {
  content: "\2212";
}
.bootstrap .glyphicon-cloud:before {
  content: "\2601";
}
.bootstrap .glyphicon-envelope:before {
  content: "\2709";
}
.bootstrap .glyphicon-pencil:before {
  content: "\270f";
}
.bootstrap .glyphicon-glass:before {
  content: "\e001";
}
.bootstrap .glyphicon-music:before {
  content: "\e002";
}
.bootstrap .glyphicon-search:before {
  content: "\e003";
}
.bootstrap .glyphicon-heart:before {
  content: "\e005";
}
.bootstrap .glyphicon-star:before {
  content: "\e006";
}
.bootstrap .glyphicon-star-empty:before {
  content: "\e007";
}
.bootstrap .glyphicon-user:before {
  content: "\e008";
}
.bootstrap .glyphicon-film:before {
  content: "\e009";
}
.bootstrap .glyphicon-th-large:before {
  content: "\e010";
}
.bootstrap .glyphicon-th:before {
  content: "\e011";
}
.bootstrap .glyphicon-th-list:before {
  content: "\e012";
}
.bootstrap .glyphicon-ok:before {
  content: "\e013";
}
.bootstrap .glyphicon-remove:before {
  content: "\e014";
}
.bootstrap .glyphicon-zoom-in:before {
  content: "\e015";
}
.bootstrap .glyphicon-zoom-out:before {
  content: "\e016";
}
.bootstrap .glyphicon-off:before {
  content: "\e017";
}
.bootstrap .glyphicon-signal:before {
  content: "\e018";
}
.bootstrap .glyphicon-cog:before {
  content: "\e019";
}
.bootstrap .glyphicon-trash:before {
  content: "\e020";
}
.bootstrap .glyphicon-home:before {
  content: "\e021";
}
.bootstrap .glyphicon-file:before {
  content: "\e022";
}
.bootstrap .glyphicon-time:before {
  content: "\e023";
}
.bootstrap .glyphicon-road:before {
  content: "\e024";
}
.bootstrap .glyphicon-download-alt:before {
  content: "\e025";
}
.bootstrap .glyphicon-download:before {
  content: "\e026";
}
.bootstrap .glyphicon-upload:before {
  content: "\e027";
}
.bootstrap .glyphicon-inbox:before {
  content: "\e028";
}
.bootstrap .glyphicon-play-circle:before {
  content: "\e029";
}
.bootstrap .glyphicon-repeat:before {
  content: "\e030";
}
.bootstrap .glyphicon-refresh:before {
  content: "\e031";
}
.bootstrap .glyphicon-list-alt:before {
  content: "\e032";
}
.bootstrap .glyphicon-lock:before {
  content: "\e033";
}
.bootstrap .glyphicon-flag:before {
  content: "\e034";
}
.bootstrap .glyphicon-headphones:before {
  content: "\e035";
}
.bootstrap .glyphicon-volume-off:before {
  content: "\e036";
}
.bootstrap .glyphicon-volume-down:before {
  content: "\e037";
}
.bootstrap .glyphicon-volume-up:before {
  content: "\e038";
}
.bootstrap .glyphicon-qrcode:before {
  content: "\e039";
}
.bootstrap .glyphicon-barcode:before {
  content: "\e040";
}
.bootstrap .glyphicon-tag:before {
  content: "\e041";
}
.bootstrap .glyphicon-tags:before {
  content: "\e042";
}
.bootstrap .glyphicon-book:before {
  content: "\e043";
}
.bootstrap .glyphicon-bookmark:before {
  content: "\e044";
}
.bootstrap .glyphicon-print:before {
  content: "\e045";
}
.bootstrap .glyphicon-camera:before {
  content: "\e046";
}
.bootstrap .glyphicon-font:before {
  content: "\e047";
}
.bootstrap .glyphicon-bold:before {
  content: "\e048";
}
.bootstrap .glyphicon-italic:before {
  content: "\e049";
}
.bootstrap .glyphicon-text-height:before {
  content: "\e050";
}
.bootstrap .glyphicon-text-width:before {
  content: "\e051";
}
.bootstrap .glyphicon-align-left:before {
  content: "\e052";
}
.bootstrap .glyphicon-align-center:before {
  content: "\e053";
}
.bootstrap .glyphicon-align-right:before {
  content: "\e054";
}
.bootstrap .glyphicon-align-justify:before {
  content: "\e055";
}
.bootstrap .glyphicon-list:before {
  content: "\e056";
}
.bootstrap .glyphicon-indent-left:before {
  content: "\e057";
}
.bootstrap .glyphicon-indent-right:before {
  content: "\e058";
}
.bootstrap .glyphicon-facetime-video:before {
  content: "\e059";
}
.bootstrap .glyphicon-picture:before {
  content: "\e060";
}
.bootstrap .glyphicon-map-marker:before {
  content: "\e062";
}
.bootstrap .glyphicon-adjust:before {
  content: "\e063";
}
.bootstrap .glyphicon-tint:before {
  content: "\e064";
}
.bootstrap .glyphicon-edit:before {
  content: "\e065";
}
.bootstrap .glyphicon-share:before {
  content: "\e066";
}
.bootstrap .glyphicon-check:before {
  content: "\e067";
}
.bootstrap .glyphicon-move:before {
  content: "\e068";
}
.bootstrap .glyphicon-step-backward:before {
  content: "\e069";
}
.bootstrap .glyphicon-fast-backward:before {
  content: "\e070";
}
.bootstrap .glyphicon-backward:before {
  content: "\e071";
}
.bootstrap .glyphicon-play:before {
  content: "\e072";
}
.bootstrap .glyphicon-pause:before {
  content: "\e073";
}
.bootstrap .glyphicon-stop:before {
  content: "\e074";
}
.bootstrap .glyphicon-forward:before {
  content: "\e075";
}
.bootstrap .glyphicon-fast-forward:before {
  content: "\e076";
}
.bootstrap .glyphicon-step-forward:before {
  content: "\e077";
}
.bootstrap .glyphicon-eject:before {
  content: "\e078";
}
.bootstrap .glyphicon-chevron-left:before {
  content: "\e079";
}
.bootstrap .glyphicon-chevron-right:before {
  content: "\e080";
}
.bootstrap .glyphicon-plus-sign:before {
  content: "\e081";
}
.bootstrap .glyphicon-minus-sign:before {
  content: "\e082";
}
.bootstrap .glyphicon-remove-sign:before {
  content: "\e083";
}
.bootstrap .glyphicon-ok-sign:before {
  content: "\e084";
}
.bootstrap .glyphicon-question-sign:before {
  content: "\e085";
}
.bootstrap .glyphicon-info-sign:before {
  content: "\e086";
}
.bootstrap .glyphicon-screenshot:before {
  content: "\e087";
}
.bootstrap .glyphicon-remove-circle:before {
  content: "\e088";
}
.bootstrap .glyphicon-ok-circle:before {
  content: "\e089";
}
.bootstrap .glyphicon-ban-circle:before {
  content: "\e090";
}
.bootstrap .glyphicon-arrow-left:before {
  content: "\e091";
}
.bootstrap .glyphicon-arrow-right:before {
  content: "\e092";
}
.bootstrap .glyphicon-arrow-up:before {
  content: "\e093";
}
.bootstrap .glyphicon-arrow-down:before {
  content: "\e094";
}
.bootstrap .glyphicon-share-alt:before {
  content: "\e095";
}
.bootstrap .glyphicon-resize-full:before {
  content: "\e096";
}
.bootstrap .glyphicon-resize-small:before {
  content: "\e097";
}
.bootstrap .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.bootstrap .glyphicon-gift:before {
  content: "\e102";
}
.bootstrap .glyphicon-leaf:before {
  content: "\e103";
}
.bootstrap .glyphicon-fire:before {
  content: "\e104";
}
.bootstrap .glyphicon-eye-open:before {
  content: "\e105";
}
.bootstrap .glyphicon-eye-close:before {
  content: "\e106";
}
.bootstrap .glyphicon-warning-sign:before {
  content: "\e107";
}
.bootstrap .glyphicon-plane:before {
  content: "\e108";
}
.bootstrap .glyphicon-calendar:before {
  content: "\e109";
}
.bootstrap .glyphicon-random:before {
  content: "\e110";
}
.bootstrap .glyphicon-comment:before {
  content: "\e111";
}
.bootstrap .glyphicon-magnet:before {
  content: "\e112";
}
.bootstrap .glyphicon-chevron-up:before {
  content: "\e113";
}
.bootstrap .glyphicon-chevron-down:before {
  content: "\e114";
}
.bootstrap .glyphicon-retweet:before {
  content: "\e115";
}
.bootstrap .glyphicon-shopping-cart:before {
  content: "\e116";
}
.bootstrap .glyphicon-folder-close:before {
  content: "\e117";
}
.bootstrap .glyphicon-folder-open:before {
  content: "\e118";
}
.bootstrap .glyphicon-resize-vertical:before {
  content: "\e119";
}
.bootstrap .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.bootstrap .glyphicon-hdd:before {
  content: "\e121";
}
.bootstrap .glyphicon-bullhorn:before {
  content: "\e122";
}
.bootstrap .glyphicon-bell:before {
  content: "\e123";
}
.bootstrap .glyphicon-certificate:before {
  content: "\e124";
}
.bootstrap .glyphicon-thumbs-up:before {
  content: "\e125";
}
.bootstrap .glyphicon-thumbs-down:before {
  content: "\e126";
}
.bootstrap .glyphicon-hand-right:before {
  content: "\e127";
}
.bootstrap .glyphicon-hand-left:before {
  content: "\e128";
}
.bootstrap .glyphicon-hand-up:before {
  content: "\e129";
}
.bootstrap .glyphicon-hand-down:before {
  content: "\e130";
}
.bootstrap .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.bootstrap .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.bootstrap .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.bootstrap .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.bootstrap .glyphicon-globe:before {
  content: "\e135";
}
.bootstrap .glyphicon-wrench:before {
  content: "\e136";
}
.bootstrap .glyphicon-tasks:before {
  content: "\e137";
}
.bootstrap .glyphicon-filter:before {
  content: "\e138";
}
.bootstrap .glyphicon-briefcase:before {
  content: "\e139";
}
.bootstrap .glyphicon-fullscreen:before {
  content: "\e140";
}
.bootstrap .glyphicon-dashboard:before {
  content: "\e141";
}
.bootstrap .glyphicon-paperclip:before {
  content: "\e142";
}
.bootstrap .glyphicon-heart-empty:before {
  content: "\e143";
}
.bootstrap .glyphicon-link:before {
  content: "\e144";
}
.bootstrap .glyphicon-phone:before {
  content: "\e145";
}
.bootstrap .glyphicon-pushpin:before {
  content: "\e146";
}
.bootstrap .glyphicon-usd:before {
  content: "\e148";
}
.bootstrap .glyphicon-gbp:before {
  content: "\e149";
}
.bootstrap .glyphicon-sort:before {
  content: "\e150";
}
.bootstrap .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.bootstrap .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.bootstrap .glyphicon-sort-by-order:before {
  content: "\e153";
}
.bootstrap .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.bootstrap .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.bootstrap .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.bootstrap .glyphicon-unchecked:before {
  content: "\e157";
}
.bootstrap .glyphicon-expand:before {
  content: "\e158";
}
.bootstrap .glyphicon-collapse-down:before {
  content: "\e159";
}
.bootstrap .glyphicon-collapse-up:before {
  content: "\e160";
}
.bootstrap .glyphicon-log-in:before {
  content: "\e161";
}
.bootstrap .glyphicon-flash:before {
  content: "\e162";
}
.bootstrap .glyphicon-log-out:before {
  content: "\e163";
}
.bootstrap .glyphicon-new-window:before {
  content: "\e164";
}
.bootstrap .glyphicon-record:before {
  content: "\e165";
}
.bootstrap .glyphicon-save:before {
  content: "\e166";
}
.bootstrap .glyphicon-open:before {
  content: "\e167";
}
.bootstrap .glyphicon-saved:before {
  content: "\e168";
}
.bootstrap .glyphicon-import:before {
  content: "\e169";
}
.bootstrap .glyphicon-export:before {
  content: "\e170";
}
.bootstrap .glyphicon-send:before {
  content: "\e171";
}
.bootstrap .glyphicon-floppy-disk:before {
  content: "\e172";
}
.bootstrap .glyphicon-floppy-saved:before {
  content: "\e173";
}
.bootstrap .glyphicon-floppy-remove:before {
  content: "\e174";
}
.bootstrap .glyphicon-floppy-save:before {
  content: "\e175";
}
.bootstrap .glyphicon-floppy-open:before {
  content: "\e176";
}
.bootstrap .glyphicon-credit-card:before {
  content: "\e177";
}
.bootstrap .glyphicon-transfer:before {
  content: "\e178";
}
.bootstrap .glyphicon-cutlery:before {
  content: "\e179";
}
.bootstrap .glyphicon-header:before {
  content: "\e180";
}
.bootstrap .glyphicon-compressed:before {
  content: "\e181";
}
.bootstrap .glyphicon-earphone:before {
  content: "\e182";
}
.bootstrap .glyphicon-phone-alt:before {
  content: "\e183";
}
.bootstrap .glyphicon-tower:before {
  content: "\e184";
}
.bootstrap .glyphicon-stats:before {
  content: "\e185";
}
.bootstrap .glyphicon-sd-video:before {
  content: "\e186";
}
.bootstrap .glyphicon-hd-video:before {
  content: "\e187";
}
.bootstrap .glyphicon-subtitles:before {
  content: "\e188";
}
.bootstrap .glyphicon-sound-stereo:before {
  content: "\e189";
}
.bootstrap .glyphicon-sound-dolby:before {
  content: "\e190";
}
.bootstrap .glyphicon-sound-5-1:before {
  content: "\e191";
}
.bootstrap .glyphicon-sound-6-1:before {
  content: "\e192";
}
.bootstrap .glyphicon-sound-7-1:before {
  content: "\e193";
}
.bootstrap .glyphicon-copyright-mark:before {
  content: "\e194";
}
.bootstrap .glyphicon-registration-mark:before {
  content: "\e195";
}
.bootstrap .glyphicon-cloud-download:before {
  content: "\e197";
}
.bootstrap .glyphicon-cloud-upload:before {
  content: "\e198";
}
.bootstrap .glyphicon-tree-conifer:before {
  content: "\e199";
}
.bootstrap .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.bootstrap .glyphicon-cd:before {
  content: "\e201";
}
.bootstrap .glyphicon-save-file:before {
  content: "\e202";
}
.bootstrap .glyphicon-open-file:before {
  content: "\e203";
}
.bootstrap .glyphicon-level-up:before {
  content: "\e204";
}
.bootstrap .glyphicon-copy:before {
  content: "\e205";
}
.bootstrap .glyphicon-paste:before {
  content: "\e206";
}
.bootstrap .glyphicon-alert:before {
  content: "\e209";
}
.bootstrap .glyphicon-equalizer:before {
  content: "\e210";
}
.bootstrap .glyphicon-king:before {
  content: "\e211";
}
.bootstrap .glyphicon-queen:before {
  content: "\e212";
}
.bootstrap .glyphicon-pawn:before {
  content: "\e213";
}
.bootstrap .glyphicon-bishop:before {
  content: "\e214";
}
.bootstrap .glyphicon-knight:before {
  content: "\e215";
}
.bootstrap .glyphicon-baby-formula:before {
  content: "\e216";
}
.bootstrap .glyphicon-tent:before {
  content: "\26fa";
}
.bootstrap .glyphicon-blackboard:before {
  content: "\e218";
}
.bootstrap .glyphicon-bed:before {
  content: "\e219";
}
.bootstrap .glyphicon-apple:before {
  content: "\f8ff";
}
.bootstrap .glyphicon-erase:before {
  content: "\e221";
}
.bootstrap .glyphicon-hourglass:before {
  content: "\231b";
}
.bootstrap .glyphicon-lamp:before {
  content: "\e223";
}
.bootstrap .glyphicon-duplicate:before {
  content: "\e224";
}
.bootstrap .glyphicon-piggy-bank:before {
  content: "\e225";
}
.bootstrap .glyphicon-scissors:before {
  content: "\e226";
}
.bootstrap .glyphicon-bitcoin:before {
  content: "\e227";
}
.bootstrap .glyphicon-btc:before {
  content: "\e227";
}
.bootstrap .glyphicon-xbt:before {
  content: "\e227";
}
.bootstrap .glyphicon-yen:before {
  content: "\00a5";
}
.bootstrap .glyphicon-jpy:before {
  content: "\00a5";
}
.bootstrap .glyphicon-ruble:before {
  content: "\20bd";
}
.bootstrap .glyphicon-rub:before {
  content: "\20bd";
}
.bootstrap .glyphicon-scale:before {
  content: "\e230";
}
.bootstrap .glyphicon-ice-lolly:before {
  content: "\e231";
}
.bootstrap .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.bootstrap .glyphicon-education:before {
  content: "\e233";
}
.bootstrap .glyphicon-option-horizontal:before {
  content: "\e234";
}
.bootstrap .glyphicon-option-vertical:before {
  content: "\e235";
}
.bootstrap .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.bootstrap .glyphicon-modal-window:before {
  content: "\e237";
}
.bootstrap .glyphicon-oil:before {
  content: "\e238";
}
.bootstrap .glyphicon-grain:before {
  content: "\e239";
}
.bootstrap .glyphicon-sunglasses:before {
  content: "\e240";
}
.bootstrap .glyphicon-text-size:before {
  content: "\e241";
}
.bootstrap .glyphicon-text-color:before {
  content: "\e242";
}
.bootstrap .glyphicon-text-background:before {
  content: "\e243";
}
.bootstrap .glyphicon-object-align-top:before {
  content: "\e244";
}
.bootstrap .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.bootstrap .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.bootstrap .glyphicon-object-align-left:before {
  content: "\e247";
}
.bootstrap .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.bootstrap .glyphicon-object-align-right:before {
  content: "\e249";
}
.bootstrap .glyphicon-triangle-right:before {
  content: "\e250";
}
.bootstrap .glyphicon-triangle-left:before {
  content: "\e251";
}
.bootstrap .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.bootstrap .glyphicon-triangle-top:before {
  content: "\e253";
}
.bootstrap .glyphicon-console:before {
  content: "\e254";
}
.bootstrap .glyphicon-superscript:before {
  content: "\e255";
}
.bootstrap .glyphicon-subscript:before {
  content: "\e256";
}
.bootstrap .glyphicon-menu-left:before {
  content: "\e257";
}
.bootstrap .glyphicon-menu-right:before {
  content: "\e258";
}
.bootstrap .glyphicon-menu-down:before {
  content: "\e259";
}
.bootstrap .glyphicon-menu-up:before {
  content: "\e260";
}
.bootstrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap *:before,
.bootstrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bootstrap {
  font-size: 15px;
  font-family: FilsonPro, Helvetica, Arial, sans-serif;
  line-height: 1.588235294;
  color: #595959;
  background-color:#ffffff;
}

.bootstrap input,
.bootstrap button,
.bootstrap select,
.bootstrap textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrap a {
  color: #337ab7;
  text-decoration: none;
}
.bootstrap a:hover,
.bootstrap a:focus {
  color: #23527c;
  text-decoration: underline;
}
.bootstrap a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap figure {
  margin: 0;
}
.bootstrap img {
  vertical-align: middle;
}
.bootstrap .img-responsive,
.bootstrap .thumbnail > img,
.bootstrap .thumbnail a > img,
.bootstrap .carousel-inner > .item > img,
.bootstrap .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.bootstrap .img-rounded {
  border-radius: 6px;
}
.bootstrap .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.bootstrap .img-circle {
  border-radius: 50%;
}
.bootstrap hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.bootstrap .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bootstrap .sr-only-focusable:active,
.bootstrap .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.bootstrap [role="button"] {
  cursor: pointer;
}
.bootstrap h1,
.bootstrap h2,
.bootstrap h3,
.bootstrap h4,
.bootstrap h5,
.bootstrap h6,
.bootstrap .h1,
.bootstrap .h2,
.bootstrap .h3,
.bootstrap .h4,
.bootstrap .h5,
.bootstrap .h6 {
  font-family: FilsonPro, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
.bootstrap h1 small,
.bootstrap h2 small,
.bootstrap h3 small,
.bootstrap h4 small,
.bootstrap h5 small,
.bootstrap h6 small,
.bootstrap .h1 small,
.bootstrap .h2 small,
.bootstrap .h3 small,
.bootstrap .h4 small,
.bootstrap .h5 small,
.bootstrap .h6 small,
.bootstrap h1 .small,
.bootstrap h2 .small,
.bootstrap h3 .small,
.bootstrap h4 .small,
.bootstrap h5 .small,
.bootstrap h6 .small,
.bootstrap .h1 .small,
.bootstrap .h2 .small,
.bootstrap .h3 .small,
.bootstrap .h4 .small,
.bootstrap .h5 .small,
.bootstrap .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.bootstrap h1,
.bootstrap .h1,
.bootstrap h2,
.bootstrap .h2,
.bootstrap h3,
.bootstrap .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.bootstrap h1 small,
.bootstrap .h1 small,
.bootstrap h2 small,
.bootstrap .h2 small,
.bootstrap h3 small,
.bootstrap .h3 small,
.bootstrap h1 .small,
.bootstrap .h1 .small,
.bootstrap h2 .small,
.bootstrap .h2 .small,
.bootstrap h3 .small,
.bootstrap .h3 .small {
  font-size: 65%;
}
.bootstrap h4,
.bootstrap .h4,
.bootstrap h5,
.bootstrap .h5,
.bootstrap h6,
.bootstrap .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap h4 small,
.bootstrap .h4 small,
.bootstrap h5 small,
.bootstrap .h5 small,
.bootstrap h6 small,
.bootstrap .h6 small,
.bootstrap h4 .small,
.bootstrap .h4 .small,
.bootstrap h5 .small,
.bootstrap .h5 .small,
.bootstrap h6 .small,
.bootstrap .h6 .small {
  font-size: 75%;
}
.bootstrap h1,
.bootstrap .h1 {
  font-size: 36px;
}
.bootstrap h2,
.bootstrap .h2 {
  font-size: 30px;
}
.bootstrap h3,
.bootstrap .h3 {
  font-size: 24px;
}
.bootstrap h4,
.bootstrap .h4 {
  font-size: 18px;
}
.bootstrap h5,
.bootstrap .h5 {
  font-size: 15px;
}
.bootstrap h6,
.bootstrap .h6 {
  font-size: 12px;
}
.bootstrap p {
  margin: 0 0 10px;
}
.bootstrap .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .bootstrap .lead {
    font-size: 21px;
  }
}
.bootstrap small,
.bootstrap .small {
  font-size: 85%;
}
.bootstrap mark,
.bootstrap .mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.bootstrap .text-left {
  text-align: left;
}
.bootstrap .text-right {
  text-align: right;
}
.bootstrap .text-center {
  text-align: center;
}
.bootstrap .text-justify {
  text-align: justify;
}
.bootstrap .text-nowrap {
  white-space: nowrap;
}
.bootstrap .text-lowercase {
  text-transform: lowercase;
}
.bootstrap .text-uppercase {
  text-transform: uppercase;
}
.bootstrap .text-capitalize {
  text-transform: capitalize;
}
.bootstrap .text-muted {
  color: #777777;
}
.bootstrap .text-primary {
  color: #337ab7;
}
.bootstrap a.text-primary:hover,
.bootstrap a.text-primary:focus {
  color: #286090;
}
.bootstrap .text-success {
  color: #3c763d;
}
.bootstrap a.text-success:hover,
.bootstrap a.text-success:focus {
  color: #2b542c;
}
.bootstrap .text-info {
  color: #31708f;
}
.bootstrap a.text-info:hover,
.bootstrap a.text-info:focus {
  color: #245269;
}
.bootstrap .text-warning {
  color: #8a6d3b;
}
.bootstrap a.text-warning:hover,
.bootstrap a.text-warning:focus {
  color: #66512c;
}
.bootstrap .text-danger {
  color: #a94442;
}
.bootstrap a.text-danger:hover,
.bootstrap a.text-danger:focus {
  color: #843534;
}
.bootstrap .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
.bootstrap a.bg-primary:hover,
.bootstrap a.bg-primary:focus {
  background-color: #286090;
}
.bootstrap .bg-success {
  background-color: #dff0d8;
}
.bootstrap a.bg-success:hover,
.bootstrap a.bg-success:focus {
  background-color: #c1e2b3;
}
.bootstrap .bg-info {
  background-color: #d9edf7;
}
.bootstrap a.bg-info:hover,
.bootstrap a.bg-info:focus {
  background-color: #afd9ee;
}
.bootstrap .bg-warning {
  background-color: #fcf8e3;
}
.bootstrap a.bg-warning:hover,
.bootstrap a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bootstrap .bg-danger {
  background-color: #f2dede;
}
.bootstrap a.bg-danger:hover,
.bootstrap a.bg-danger:focus {
  background-color: #e4b9b9;
}
.bootstrap .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.bootstrap ul,
.bootstrap ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.bootstrap ul ul,
.bootstrap ol ul,
.bootstrap ul ol,
.bootstrap ol ol {
  margin-bottom: 0;
}
.bootstrap .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bootstrap .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.bootstrap .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.bootstrap dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.bootstrap dt,
.bootstrap dd {
  line-height: 1.42857143;
}
.bootstrap dt {
  font-weight: bold;
}
.bootstrap dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .bootstrap .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bootstrap .dl-horizontal dd {
    margin-left: 180px;
  }
}
.bootstrap abbr[title],
.bootstrap abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.bootstrap .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bootstrap blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.bootstrap blockquote p:last-child,
.bootstrap blockquote ul:last-child,
.bootstrap blockquote ol:last-child {
  margin-bottom: 0;
}
.bootstrap blockquote footer,
.bootstrap blockquote small,
.bootstrap blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
.bootstrap blockquote footer:before,
.bootstrap blockquote small:before,
.bootstrap blockquote .small:before {
  content: '\2014 \00A0';
}
.bootstrap .blockquote-reverse,
.bootstrap blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.bootstrap .blockquote-reverse footer:before,
.bootstrap blockquote.pull-right footer:before,
.bootstrap .blockquote-reverse small:before,
.bootstrap blockquote.pull-right small:before,
.bootstrap .blockquote-reverse .small:before,
.bootstrap blockquote.pull-right .small:before {
  content: '';
}
.bootstrap .blockquote-reverse footer:after,
.bootstrap blockquote.pull-right footer:after,
.bootstrap .blockquote-reverse small:after,
.bootstrap blockquote.pull-right small:after,
.bootstrap .blockquote-reverse .small:after,
.bootstrap blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.bootstrap address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.bootstrap code,
.bootstrap kbd,
.bootstrap pre,
.bootstrap samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.bootstrap code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.bootstrap kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.bootstrap pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.bootstrap .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.bootstrap .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .bootstrap .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .bootstrap .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .bootstrap .container {
    width: 1170px;
  }
}
.bootstrap .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap .row {
  margin-left: -15px;
  margin-right: -15px;
}
.bootstrap .col-xs-1,
.bootstrap .col-sm-1,
.bootstrap .col-md-1,
.bootstrap .col-lg-1,
.bootstrap .col-xs-2,
.bootstrap .col-sm-2,
.bootstrap .col-md-2,
.bootstrap .col-lg-2,
.bootstrap .col-xs-3,
.bootstrap .col-sm-3,
.bootstrap .col-md-3,
.bootstrap .col-lg-3,
.bootstrap .col-xs-4,
.bootstrap .col-sm-4,
.bootstrap .col-md-4,
.bootstrap .col-lg-4,
.bootstrap .col-xs-5,
.bootstrap .col-sm-5,
.bootstrap .col-md-5,
.bootstrap .col-lg-5,
.bootstrap .col-xs-6,
.bootstrap .col-sm-6,
.bootstrap .col-md-6,
.bootstrap .col-lg-6,
.bootstrap .col-xs-7,
.bootstrap .col-sm-7,
.bootstrap .col-md-7,
.bootstrap .col-lg-7,
.bootstrap .col-xs-8,
.bootstrap .col-sm-8,
.bootstrap .col-md-8,
.bootstrap .col-lg-8,
.bootstrap .col-xs-9,
.bootstrap .col-sm-9,
.bootstrap .col-md-9,
.bootstrap .col-lg-9,
.bootstrap .col-xs-10,
.bootstrap .col-sm-10,
.bootstrap .col-md-10,
.bootstrap .col-lg-10,
.bootstrap .col-xs-11,
.bootstrap .col-sm-11,
.bootstrap .col-md-11,
.bootstrap .col-lg-11,
.bootstrap .col-xs-12,
.bootstrap .col-sm-12,
.bootstrap .col-md-12,
.bootstrap .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap .col-xs-1,
.bootstrap .col-xs-2,
.bootstrap .col-xs-3,
.bootstrap .col-xs-4,
.bootstrap .col-xs-5,
.bootstrap .col-xs-6,
.bootstrap .col-xs-7,
.bootstrap .col-xs-8,
.bootstrap .col-xs-9,
.bootstrap .col-xs-10,
.bootstrap .col-xs-11,
.bootstrap .col-xs-12 {
  float: left;
}
.bootstrap .col-xs-12 {
  width: 100%;
}
.bootstrap .col-xs-11 {
  width: 91.66666667%;
}
.bootstrap .col-xs-10 {
  width: 83.33333333%;
}
.bootstrap .col-xs-9 {
  width: 75%;
}
.bootstrap .col-xs-8 {
  width: 66.66666667%;
}
.bootstrap .col-xs-7 {
  width: 58.33333333%;
}
.bootstrap .col-xs-6 {
  width: 50%;
}
.bootstrap .col-xs-5 {
  width: 41.66666667%;
}
.bootstrap .col-xs-4 {
  width: 33.33333333%;
}
.bootstrap .col-xs-3 {
  width: 25%;
}
.bootstrap .col-xs-2 {
  width: 16.66666667%;
}
.bootstrap .col-xs-1 {
  width: 8.33333333%;
}
.bootstrap .col-xs-pull-12 {
  right: 100%;
}
.bootstrap .col-xs-pull-11 {
  right: 91.66666667%;
}
.bootstrap .col-xs-pull-10 {
  right: 83.33333333%;
}
.bootstrap .col-xs-pull-9 {
  right: 75%;
}
.bootstrap .col-xs-pull-8 {
  right: 66.66666667%;
}
.bootstrap .col-xs-pull-7 {
  right: 58.33333333%;
}
.bootstrap .col-xs-pull-6 {
  right: 50%;
}
.bootstrap .col-xs-pull-5 {
  right: 41.66666667%;
}
.bootstrap .col-xs-pull-4 {
  right: 33.33333333%;
}
.bootstrap .col-xs-pull-3 {
  right: 25%;
}
.bootstrap .col-xs-pull-2 {
  right: 16.66666667%;
}
.bootstrap .col-xs-pull-1 {
  right: 8.33333333%;
}
.bootstrap .col-xs-pull-0 {
  right: auto;
}
.bootstrap .col-xs-push-12 {
  left: 100%;
}
.bootstrap .col-xs-push-11 {
  left: 91.66666667%;
}
.bootstrap .col-xs-push-10 {
  left: 83.33333333%;
}
.bootstrap .col-xs-push-9 {
  left: 75%;
}
.bootstrap .col-xs-push-8 {
  left: 66.66666667%;
}
.bootstrap .col-xs-push-7 {
  left: 58.33333333%;
}
.bootstrap .col-xs-push-6 {
  left: 50%;
}
.bootstrap .col-xs-push-5 {
  left: 41.66666667%;
}
.bootstrap .col-xs-push-4 {
  left: 33.33333333%;
}
.bootstrap .col-xs-push-3 {
  left: 25%;
}
.bootstrap .col-xs-push-2 {
  left: 16.66666667%;
}
.bootstrap .col-xs-push-1 {
  left: 8.33333333%;
}
.bootstrap .col-xs-push-0 {
  left: auto;
}
.bootstrap .col-xs-offset-12 {
  margin-left: 100%;
}
.bootstrap .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.bootstrap .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.bootstrap .col-xs-offset-9 {
  margin-left: 75%;
}
.bootstrap .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.bootstrap .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.bootstrap .col-xs-offset-6 {
  margin-left: 50%;
}
.bootstrap .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.bootstrap .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.bootstrap .col-xs-offset-3 {
  margin-left: 25%;
}
.bootstrap .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.bootstrap .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.bootstrap .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .bootstrap .col-sm-1,
  .bootstrap .col-sm-2,
  .bootstrap .col-sm-3,
  .bootstrap .col-sm-4,
  .bootstrap .col-sm-5,
  .bootstrap .col-sm-6,
  .bootstrap .col-sm-7,
  .bootstrap .col-sm-8,
  .bootstrap .col-sm-9,
  .bootstrap .col-sm-10,
  .bootstrap .col-sm-11,
  .bootstrap .col-sm-12 {
    float: left;
  }
  .bootstrap .col-sm-12 {
    width: 100%;
  }
  .bootstrap .col-sm-11 {
    width: 91.66666667%;
  }
  .bootstrap .col-sm-10 {
    width: 83.33333333%;
  }
  .bootstrap .col-sm-9 {
    width: 75%;
  }
  .bootstrap .col-sm-8 {
    width: 66.66666667%;
  }
  .bootstrap .col-sm-7 {
    width: 58.33333333%;
  }
  .bootstrap .col-sm-6 {
    width: 50%;
  }
  .bootstrap .col-sm-5 {
    width: 41.66666667%;
  }
  .bootstrap .col-sm-4 {
    width: 33.33333333%;
  }
  .bootstrap .col-sm-3 {
    width: 25%;
  }
  .bootstrap .col-sm-2 {
    width: 16.66666667%;
  }
  .bootstrap .col-sm-1 {
    width: 8.33333333%;
  }
  .bootstrap .col-sm-pull-12 {
    right: 100%;
  }
  .bootstrap .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap .col-sm-pull-9 {
    right: 75%;
  }
  .bootstrap .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap .col-sm-pull-6 {
    right: 50%;
  }
  .bootstrap .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap .col-sm-pull-3 {
    right: 25%;
  }
  .bootstrap .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap .col-sm-pull-0 {
    right: auto;
  }
  .bootstrap .col-sm-push-12 {
    left: 100%;
  }
  .bootstrap .col-sm-push-11 {
    left: 91.66666667%;
  }
  .bootstrap .col-sm-push-10 {
    left: 83.33333333%;
  }
  .bootstrap .col-sm-push-9 {
    left: 75%;
  }
  .bootstrap .col-sm-push-8 {
    left: 66.66666667%;
  }
  .bootstrap .col-sm-push-7 {
    left: 58.33333333%;
  }
  .bootstrap .col-sm-push-6 {
    left: 50%;
  }
  .bootstrap .col-sm-push-5 {
    left: 41.66666667%;
  }
  .bootstrap .col-sm-push-4 {
    left: 33.33333333%;
  }
  .bootstrap .col-sm-push-3 {
    left: 25%;
  }
  .bootstrap .col-sm-push-2 {
    left: 16.66666667%;
  }
  .bootstrap .col-sm-push-1 {
    left: 8.33333333%;
  }
  .bootstrap .col-sm-push-0 {
    left: auto;
  }
  .bootstrap .col-sm-offset-12 {
    margin-left: 100%;
  }
  .bootstrap .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .col-sm-offset-9 {
    margin-left: 75%;
  }
  .bootstrap .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .col-sm-offset-6 {
    margin-left: 50%;
  }
  .bootstrap .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .col-sm-offset-3 {
    margin-left: 25%;
  }
  .bootstrap .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .bootstrap .col-md-1,
  .bootstrap .col-md-2,
  .bootstrap .col-md-3,
  .bootstrap .col-md-4,
  .bootstrap .col-md-5,
  .bootstrap .col-md-6,
  .bootstrap .col-md-7,
  .bootstrap .col-md-8,
  .bootstrap .col-md-9,
  .bootstrap .col-md-10,
  .bootstrap .col-md-11,
  .bootstrap .col-md-12 {
    float: left;
  }
  .bootstrap .col-md-12 {
    width: 100%;
  }
  .bootstrap .col-md-11 {
    width: 91.66666667%;
  }
  .bootstrap .col-md-10 {
    width: 83.33333333%;
  }
  .bootstrap .col-md-9 {
    width: 75%;
  }
  .bootstrap .col-md-8 {
    width: 66.66666667%;
  }
  .bootstrap .col-md-7 {
    width: 58.33333333%;
  }
  .bootstrap .col-md-6 {
    width: 50%;
  }
  .bootstrap .col-md-5 {
    width: 41.66666667%;
  }
  .bootstrap .col-md-4 {
    width: 33.33333333%;
  }
  .bootstrap .col-md-3 {
    width: 25%;
  }
  .bootstrap .col-md-2 {
    width: 16.66666667%;
  }
  .bootstrap .col-md-1 {
    width: 8.33333333%;
  }
  .bootstrap .col-md-pull-12 {
    right: 100%;
  }
  .bootstrap .col-md-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap .col-md-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap .col-md-pull-9 {
    right: 75%;
  }
  .bootstrap .col-md-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap .col-md-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap .col-md-pull-6 {
    right: 50%;
  }
  .bootstrap .col-md-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap .col-md-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap .col-md-pull-3 {
    right: 25%;
  }
  .bootstrap .col-md-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap .col-md-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap .col-md-pull-0 {
    right: auto;
  }
  .bootstrap .col-md-push-12 {
    left: 100%;
  }
  .bootstrap .col-md-push-11 {
    left: 91.66666667%;
  }
  .bootstrap .col-md-push-10 {
    left: 83.33333333%;
  }
  .bootstrap .col-md-push-9 {
    left: 75%;
  }
  .bootstrap .col-md-push-8 {
    left: 66.66666667%;
  }
  .bootstrap .col-md-push-7 {
    left: 58.33333333%;
  }
  .bootstrap .col-md-push-6 {
    left: 50%;
  }
  .bootstrap .col-md-push-5 {
    left: 41.66666667%;
  }
  .bootstrap .col-md-push-4 {
    left: 33.33333333%;
  }
  .bootstrap .col-md-push-3 {
    left: 25%;
  }
  .bootstrap .col-md-push-2 {
    left: 16.66666667%;
  }
  .bootstrap .col-md-push-1 {
    left: 8.33333333%;
  }
  .bootstrap .col-md-push-0 {
    left: auto;
  }
  .bootstrap .col-md-offset-12 {
    margin-left: 100%;
  }
  .bootstrap .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .col-md-offset-9 {
    margin-left: 75%;
  }
  .bootstrap .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .col-md-offset-6 {
    margin-left: 50%;
  }
  .bootstrap .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .col-md-offset-3 {
    margin-left: 25%;
  }
  .bootstrap .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .bootstrap .col-lg-1,
  .bootstrap .col-lg-2,
  .bootstrap .col-lg-3,
  .bootstrap .col-lg-4,
  .bootstrap .col-lg-5,
  .bootstrap .col-lg-6,
  .bootstrap .col-lg-7,
  .bootstrap .col-lg-8,
  .bootstrap .col-lg-9,
  .bootstrap .col-lg-10,
  .bootstrap .col-lg-11,
  .bootstrap .col-lg-12 {
    float: left;
  }
  .bootstrap .col-lg-12 {
    width: 100%;
  }
  .bootstrap .col-lg-11 {
    width: 91.66666667%;
  }
  .bootstrap .col-lg-10 {
    width: 83.33333333%;
  }
  .bootstrap .col-lg-9 {
    width: 75%;
  }
  .bootstrap .col-lg-8 {
    width: 66.66666667%;
  }
  .bootstrap .col-lg-7 {
    width: 58.33333333%;
  }
  .bootstrap .col-lg-6 {
    width: 50%;
  }
  .bootstrap .col-lg-5 {
    width: 41.66666667%;
  }
  .bootstrap .col-lg-4 {
    width: 33.33333333%;
  }
  .bootstrap .col-lg-3 {
    width: 25%;
  }
  .bootstrap .col-lg-2 {
    width: 16.66666667%;
  }
  .bootstrap .col-lg-1 {
    width: 8.33333333%;
  }
  .bootstrap .col-lg-pull-12 {
    right: 100%;
  }
  .bootstrap .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap .col-lg-pull-9 {
    right: 75%;
  }
  .bootstrap .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap .col-lg-pull-6 {
    right: 50%;
  }
  .bootstrap .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap .col-lg-pull-3 {
    right: 25%;
  }
  .bootstrap .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap .col-lg-pull-0 {
    right: auto;
  }
  .bootstrap .col-lg-push-12 {
    left: 100%;
  }
  .bootstrap .col-lg-push-11 {
    left: 91.66666667%;
  }
  .bootstrap .col-lg-push-10 {
    left: 83.33333333%;
  }
  .bootstrap .col-lg-push-9 {
    left: 75%;
  }
  .bootstrap .col-lg-push-8 {
    left: 66.66666667%;
  }
  .bootstrap .col-lg-push-7 {
    left: 58.33333333%;
  }
  .bootstrap .col-lg-push-6 {
    left: 50%;
  }
  .bootstrap .col-lg-push-5 {
    left: 41.66666667%;
  }
  .bootstrap .col-lg-push-4 {
    left: 33.33333333%;
  }
  .bootstrap .col-lg-push-3 {
    left: 25%;
  }
  .bootstrap .col-lg-push-2 {
    left: 16.66666667%;
  }
  .bootstrap .col-lg-push-1 {
    left: 8.33333333%;
  }
  .bootstrap .col-lg-push-0 {
    left: auto;
  }
  .bootstrap .col-lg-offset-12 {
    margin-left: 100%;
  }
  .bootstrap .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .col-lg-offset-9 {
    margin-left: 75%;
  }
  .bootstrap .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .col-lg-offset-6 {
    margin-left: 50%;
  }
  .bootstrap .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .col-lg-offset-3 {
    margin-left: 25%;
  }
  .bootstrap .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.bootstrap table {
  background-color: transparent;
}
.bootstrap caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.bootstrap th {
  text-align: left;
}
.bootstrap .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.bootstrap .table > thead > tr > th,
.bootstrap .table > tbody > tr > th,
.bootstrap .table > tfoot > tr > th,
.bootstrap .table > thead > tr > td,
.bootstrap .table > tbody > tr > td,
.bootstrap .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.bootstrap .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.bootstrap .table > caption + thead > tr:first-child > th,
.bootstrap .table > colgroup + thead > tr:first-child > th,
.bootstrap .table > thead:first-child > tr:first-child > th,
.bootstrap .table > caption + thead > tr:first-child > td,
.bootstrap .table > colgroup + thead > tr:first-child > td,
.bootstrap .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.bootstrap .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.bootstrap .table .table {
  background-color: #ffffff;
}
.bootstrap .table-condensed > thead > tr > th,
.bootstrap .table-condensed > tbody > tr > th,
.bootstrap .table-condensed > tfoot > tr > th,
.bootstrap .table-condensed > thead > tr > td,
.bootstrap .table-condensed > tbody > tr > td,
.bootstrap .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.bootstrap .table-bordered {
  border: 1px solid #dddddd;
}
.bootstrap .table-bordered > thead > tr > th,
.bootstrap .table-bordered > tbody > tr > th,
.bootstrap .table-bordered > tfoot > tr > th,
.bootstrap .table-bordered > thead > tr > td,
.bootstrap .table-bordered > tbody > tr > td,
.bootstrap .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.bootstrap .table-bordered > thead > tr > th,
.bootstrap .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.bootstrap .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.bootstrap .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.bootstrap table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.bootstrap table td[class*="col-"],
.bootstrap table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.bootstrap .table > thead > tr > td.active,
.bootstrap .table > tbody > tr > td.active,
.bootstrap .table > tfoot > tr > td.active,
.bootstrap .table > thead > tr > th.active,
.bootstrap .table > tbody > tr > th.active,
.bootstrap .table > tfoot > tr > th.active,
.bootstrap .table > thead > tr.active > td,
.bootstrap .table > tbody > tr.active > td,
.bootstrap .table > tfoot > tr.active > td,
.bootstrap .table > thead > tr.active > th,
.bootstrap .table > tbody > tr.active > th,
.bootstrap .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.bootstrap .table-hover > tbody > tr > td.active:hover,
.bootstrap .table-hover > tbody > tr > th.active:hover,
.bootstrap .table-hover > tbody > tr.active:hover > td,
.bootstrap .table-hover > tbody > tr:hover > .active,
.bootstrap .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.bootstrap .table > thead > tr > td.success,
.bootstrap .table > tbody > tr > td.success,
.bootstrap .table > tfoot > tr > td.success,
.bootstrap .table > thead > tr > th.success,
.bootstrap .table > tbody > tr > th.success,
.bootstrap .table > tfoot > tr > th.success,
.bootstrap .table > thead > tr.success > td,
.bootstrap .table > tbody > tr.success > td,
.bootstrap .table > tfoot > tr.success > td,
.bootstrap .table > thead > tr.success > th,
.bootstrap .table > tbody > tr.success > th,
.bootstrap .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.bootstrap .table-hover > tbody > tr > td.success:hover,
.bootstrap .table-hover > tbody > tr > th.success:hover,
.bootstrap .table-hover > tbody > tr.success:hover > td,
.bootstrap .table-hover > tbody > tr:hover > .success,
.bootstrap .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.bootstrap .table > thead > tr > td.info,
.bootstrap .table > tbody > tr > td.info,
.bootstrap .table > tfoot > tr > td.info,
.bootstrap .table > thead > tr > th.info,
.bootstrap .table > tbody > tr > th.info,
.bootstrap .table > tfoot > tr > th.info,
.bootstrap .table > thead > tr.info > td,
.bootstrap .table > tbody > tr.info > td,
.bootstrap .table > tfoot > tr.info > td,
.bootstrap .table > thead > tr.info > th,
.bootstrap .table > tbody > tr.info > th,
.bootstrap .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.bootstrap .table-hover > tbody > tr > td.info:hover,
.bootstrap .table-hover > tbody > tr > th.info:hover,
.bootstrap .table-hover > tbody > tr.info:hover > td,
.bootstrap .table-hover > tbody > tr:hover > .info,
.bootstrap .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.bootstrap .table > thead > tr > td.warning,
.bootstrap .table > tbody > tr > td.warning,
.bootstrap .table > tfoot > tr > td.warning,
.bootstrap .table > thead > tr > th.warning,
.bootstrap .table > tbody > tr > th.warning,
.bootstrap .table > tfoot > tr > th.warning,
.bootstrap .table > thead > tr.warning > td,
.bootstrap .table > tbody > tr.warning > td,
.bootstrap .table > tfoot > tr.warning > td,
.bootstrap .table > thead > tr.warning > th,
.bootstrap .table > tbody > tr.warning > th,
.bootstrap .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.bootstrap .table-hover > tbody > tr > td.warning:hover,
.bootstrap .table-hover > tbody > tr > th.warning:hover,
.bootstrap .table-hover > tbody > tr.warning:hover > td,
.bootstrap .table-hover > tbody > tr:hover > .warning,
.bootstrap .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.bootstrap .table > thead > tr > td.danger,
.bootstrap .table > tbody > tr > td.danger,
.bootstrap .table > tfoot > tr > td.danger,
.bootstrap .table > thead > tr > th.danger,
.bootstrap .table > tbody > tr > th.danger,
.bootstrap .table > tfoot > tr > th.danger,
.bootstrap .table > thead > tr.danger > td,
.bootstrap .table > tbody > tr.danger > td,
.bootstrap .table > tfoot > tr.danger > td,
.bootstrap .table > thead > tr.danger > th,
.bootstrap .table > tbody > tr.danger > th,
.bootstrap .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.bootstrap .table-hover > tbody > tr > td.danger:hover,
.bootstrap .table-hover > tbody > tr > th.danger:hover,
.bootstrap .table-hover > tbody > tr.danger:hover > td,
.bootstrap .table-hover > tbody > tr:hover > .danger,
.bootstrap .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.bootstrap .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .bootstrap .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .bootstrap .table-responsive > .table {
    margin-bottom: 0;
  }
  .bootstrap .table-responsive > .table > thead > tr > th,
  .bootstrap .table-responsive > .table > tbody > tr > th,
  .bootstrap .table-responsive > .table > tfoot > tr > th,
  .bootstrap .table-responsive > .table > thead > tr > td,
  .bootstrap .table-responsive > .table > tbody > tr > td,
  .bootstrap .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .bootstrap .table-responsive > .table-bordered {
    border: 0;
  }
  .bootstrap .table-responsive > .table-bordered > thead > tr > th:first-child,
  .bootstrap .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .bootstrap .table-responsive > .table-bordered > thead > tr > td:first-child,
  .bootstrap .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .bootstrap .table-responsive > .table-bordered > thead > tr > th:last-child,
  .bootstrap .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .bootstrap .table-responsive > .table-bordered > thead > tr > td:last-child,
  .bootstrap .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.bootstrap fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.bootstrap legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.bootstrap input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap input[type="radio"],
.bootstrap input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.bootstrap input[type="file"] {
  display: block;
}
.bootstrap input[type="range"] {
  display: block;
  width: 100%;
}
.bootstrap select[multiple],
.bootstrap select[size] {
  height: auto;
}
.bootstrap input[type="file"]:focus,
.bootstrap input[type="radio"]:focus,
.bootstrap input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.bootstrap .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.bootstrap .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.bootstrap .form-control:-ms-input-placeholder {
  color: #999999;
}
.bootstrap .form-control::-webkit-input-placeholder {
  color: #999999;
}
.bootstrap .form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.bootstrap .form-control[disabled],
.bootstrap .form-control[readonly],
.bootstrap fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.bootstrap .form-control[disabled],
.bootstrap fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.bootstrap textarea.form-control {
  height: auto;
}
.bootstrap input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bootstrap input[type="date"].form-control,
  .bootstrap input[type="time"].form-control,
  .bootstrap input[type="datetime-local"].form-control,
  .bootstrap input[type="month"].form-control {
    line-height: 34px;
  }
  .bootstrap input[type="date"].input-sm,
  .bootstrap input[type="time"].input-sm,
  .bootstrap input[type="datetime-local"].input-sm,
  .bootstrap input[type="month"].input-sm,
  .bootstrap .input-group-sm input[type="date"],
  .bootstrap .input-group-sm input[type="time"],
  .bootstrap .input-group-sm input[type="datetime-local"],
  .bootstrap .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  .bootstrap input[type="date"].input-lg,
  .bootstrap input[type="time"].input-lg,
  .bootstrap input[type="datetime-local"].input-lg,
  .bootstrap input[type="month"].input-lg,
  .bootstrap .input-group-lg input[type="date"],
  .bootstrap .input-group-lg input[type="time"],
  .bootstrap .input-group-lg input[type="datetime-local"],
  .bootstrap .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.bootstrap .form-group {
  margin-bottom: 15px;
}
.bootstrap .radio,
.bootstrap .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap .radio label,
.bootstrap .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.bootstrap .radio input[type="radio"],
.bootstrap .radio-inline input[type="radio"],
.bootstrap .checkbox input[type="checkbox"],
.bootstrap .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.bootstrap .radio + .radio,
.bootstrap .checkbox + .checkbox {
  margin-top: -5px;
}
.bootstrap .radio-inline,
.bootstrap .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.bootstrap .radio-inline + .radio-inline,
.bootstrap .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.bootstrap input[type="radio"][disabled],
.bootstrap input[type="checkbox"][disabled],
.bootstrap input[type="radio"].disabled,
.bootstrap input[type="checkbox"].disabled,
.bootstrap fieldset[disabled] input[type="radio"],
.bootstrap fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.bootstrap .radio-inline.disabled,
.bootstrap .checkbox-inline.disabled,
.bootstrap fieldset[disabled] .radio-inline,
.bootstrap fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.bootstrap .radio.disabled label,
.bootstrap .checkbox.disabled label,
.bootstrap fieldset[disabled] .radio label,
.bootstrap fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.bootstrap .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.bootstrap .form-control-static.input-lg,
.bootstrap .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.bootstrap .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap select.input-sm {
  height: 30px;
  line-height: 30px;
}
.bootstrap textarea.input-sm,
.bootstrap select[multiple].input-sm {
  height: auto;
}
.bootstrap .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.bootstrap .form-group-sm textarea.form-control,
.bootstrap .form-group-sm select[multiple].form-control {
  height: auto;
}
.bootstrap .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap select.input-lg {
  height: 46px;
  line-height: 46px;
}
.bootstrap textarea.input-lg,
.bootstrap select[multiple].input-lg {
  height: auto;
}
.bootstrap .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.bootstrap .form-group-lg textarea.form-control,
.bootstrap .form-group-lg select[multiple].form-control {
  height: auto;
}
.bootstrap .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap .has-feedback {
  position: relative;
}
.bootstrap .has-feedback .form-control {
  padding-right: 42.5px;
}
.bootstrap .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.bootstrap .input-lg + .form-control-feedback,
.bootstrap .input-group-lg + .form-control-feedback,
.bootstrap .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.bootstrap .input-sm + .form-control-feedback,
.bootstrap .input-group-sm + .form-control-feedback,
.bootstrap .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.bootstrap .has-success .help-block,
.bootstrap .has-success .control-label,
.bootstrap .has-success .radio,
.bootstrap .has-success .checkbox,
.bootstrap .has-success .radio-inline,
.bootstrap .has-success .checkbox-inline,
.bootstrap .has-success.radio label,
.bootstrap .has-success.checkbox label,
.bootstrap .has-success.radio-inline label,
.bootstrap .has-success.checkbox-inline label {
  color: #3c763d;
}
.bootstrap .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.bootstrap .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.bootstrap .has-success .form-control-feedback {
  color: #3c763d;
}
.bootstrap .has-warning .help-block,
.bootstrap .has-warning .control-label,
.bootstrap .has-warning .radio,
.bootstrap .has-warning .checkbox,
.bootstrap .has-warning .radio-inline,
.bootstrap .has-warning .checkbox-inline,
.bootstrap .has-warning.radio label,
.bootstrap .has-warning.checkbox label,
.bootstrap .has-warning.radio-inline label,
.bootstrap .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.bootstrap .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.bootstrap .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.bootstrap .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.bootstrap .has-error .help-block,
.bootstrap .has-error .control-label,
.bootstrap .has-error .radio,
.bootstrap .has-error .checkbox,
.bootstrap .has-error .radio-inline,
.bootstrap .has-error .checkbox-inline,
.bootstrap .has-error.radio label,
.bootstrap .has-error.checkbox label,
.bootstrap .has-error.radio-inline label,
.bootstrap .has-error.checkbox-inline label {
  color: #a94442;
}
.bootstrap .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.bootstrap .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.bootstrap .has-error .form-control-feedback {
  color: #a94442;
}
.bootstrap .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.bootstrap .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.bootstrap .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .bootstrap .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap .form-inline .form-control-static {
    display: inline-block;
  }
  .bootstrap .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap .form-inline .input-group .input-group-addon,
  .bootstrap .form-inline .input-group .input-group-btn,
  .bootstrap .form-inline .input-group .form-control {
    width: auto;
  }
  .bootstrap .form-inline .input-group > .form-control {
    width: 100%;
  }
  .bootstrap .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .form-inline .radio,
  .bootstrap .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .form-inline .radio label,
  .bootstrap .form-inline .checkbox label {
    padding-left: 0;
  }
  .bootstrap .form-inline .radio input[type="radio"],
  .bootstrap .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.bootstrap .form-horizontal .radio,
.bootstrap .form-horizontal .checkbox,
.bootstrap .form-horizontal .radio-inline,
.bootstrap .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.bootstrap .form-horizontal .radio,
.bootstrap .form-horizontal .checkbox {
  min-height: 27px;
}
.bootstrap .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .bootstrap .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.bootstrap .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .bootstrap .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .bootstrap .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.bootstrap .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap .btn:focus,
.bootstrap .btn:active:focus,
.bootstrap .btn.active:focus,
.bootstrap .btn.focus,
.bootstrap .btn:active.focus,
.bootstrap .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap .btn:hover,
.bootstrap .btn:focus,
.bootstrap .btn.focus {
  color: #333333;
  text-decoration: none;
}
.bootstrap .btn:active,
.bootstrap .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap .btn.disabled,
.bootstrap .btn[disabled],
.bootstrap fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap a.btn.disabled,
.bootstrap fieldset[disabled] a.btn {
  pointer-events: none;
}
.bootstrap .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.bootstrap .btn-default:focus,
.bootstrap .btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.bootstrap .btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.bootstrap .btn-default:active,
.bootstrap .btn-default.active,
.bootstrap .open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.bootstrap .btn-default:active:hover,
.bootstrap .btn-default.active:hover,
.bootstrap .open > .dropdown-toggle.btn-default:hover,
.bootstrap .btn-default:active:focus,
.bootstrap .btn-default.active:focus,
.bootstrap .open > .dropdown-toggle.btn-default:focus,
.bootstrap .btn-default:active.focus,
.bootstrap .btn-default.active.focus,
.bootstrap .open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.bootstrap .btn-default:active,
.bootstrap .btn-default.active,
.bootstrap .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.bootstrap .btn-default.disabled:hover,
.bootstrap .btn-default[disabled]:hover,
.bootstrap fieldset[disabled] .btn-default:hover,
.bootstrap .btn-default.disabled:focus,
.bootstrap .btn-default[disabled]:focus,
.bootstrap fieldset[disabled] .btn-default:focus,
.bootstrap .btn-default.disabled.focus,
.bootstrap .btn-default[disabled].focus,
.bootstrap fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.bootstrap .btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.bootstrap .btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrap .btn-primary:focus,
.bootstrap .btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.bootstrap .btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.bootstrap .btn-primary:active,
.bootstrap .btn-primary.active,
.bootstrap .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.bootstrap .btn-primary:active:hover,
.bootstrap .btn-primary.active:hover,
.bootstrap .open > .dropdown-toggle.btn-primary:hover,
.bootstrap .btn-primary:active:focus,
.bootstrap .btn-primary.active:focus,
.bootstrap .open > .dropdown-toggle.btn-primary:focus,
.bootstrap .btn-primary:active.focus,
.bootstrap .btn-primary.active.focus,
.bootstrap .open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.bootstrap .btn-primary:active,
.bootstrap .btn-primary.active,
.bootstrap .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.bootstrap .btn-primary.disabled:hover,
.bootstrap .btn-primary[disabled]:hover,
.bootstrap fieldset[disabled] .btn-primary:hover,
.bootstrap .btn-primary.disabled:focus,
.bootstrap .btn-primary[disabled]:focus,
.bootstrap fieldset[disabled] .btn-primary:focus,
.bootstrap .btn-primary.disabled.focus,
.bootstrap .btn-primary[disabled].focus,
.bootstrap fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrap .btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.bootstrap .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.bootstrap .btn-success:focus,
.bootstrap .btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.bootstrap .btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.bootstrap .btn-success:active,
.bootstrap .btn-success.active,
.bootstrap .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.bootstrap .btn-success:active:hover,
.bootstrap .btn-success.active:hover,
.bootstrap .open > .dropdown-toggle.btn-success:hover,
.bootstrap .btn-success:active:focus,
.bootstrap .btn-success.active:focus,
.bootstrap .open > .dropdown-toggle.btn-success:focus,
.bootstrap .btn-success:active.focus,
.bootstrap .btn-success.active.focus,
.bootstrap .open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.bootstrap .btn-success:active,
.bootstrap .btn-success.active,
.bootstrap .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.bootstrap .btn-success.disabled:hover,
.bootstrap .btn-success[disabled]:hover,
.bootstrap fieldset[disabled] .btn-success:hover,
.bootstrap .btn-success.disabled:focus,
.bootstrap .btn-success[disabled]:focus,
.bootstrap fieldset[disabled] .btn-success:focus,
.bootstrap .btn-success.disabled.focus,
.bootstrap .btn-success[disabled].focus,
.bootstrap fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.bootstrap .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.bootstrap .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.bootstrap .btn-info:focus,
.bootstrap .btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.bootstrap .btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.bootstrap .btn-info:active,
.bootstrap .btn-info.active,
.bootstrap .open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.bootstrap .btn-info:active:hover,
.bootstrap .btn-info.active:hover,
.bootstrap .open > .dropdown-toggle.btn-info:hover,
.bootstrap .btn-info:active:focus,
.bootstrap .btn-info.active:focus,
.bootstrap .open > .dropdown-toggle.btn-info:focus,
.bootstrap .btn-info:active.focus,
.bootstrap .btn-info.active.focus,
.bootstrap .open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.bootstrap .btn-info:active,
.bootstrap .btn-info.active,
.bootstrap .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.bootstrap .btn-info.disabled:hover,
.bootstrap .btn-info[disabled]:hover,
.bootstrap fieldset[disabled] .btn-info:hover,
.bootstrap .btn-info.disabled:focus,
.bootstrap .btn-info[disabled]:focus,
.bootstrap fieldset[disabled] .btn-info:focus,
.bootstrap .btn-info.disabled.focus,
.bootstrap .btn-info[disabled].focus,
.bootstrap fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.bootstrap .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.bootstrap .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.bootstrap .btn-warning:focus,
.bootstrap .btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.bootstrap .btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.bootstrap .btn-warning:active,
.bootstrap .btn-warning.active,
.bootstrap .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.bootstrap .btn-warning:active:hover,
.bootstrap .btn-warning.active:hover,
.bootstrap .open > .dropdown-toggle.btn-warning:hover,
.bootstrap .btn-warning:active:focus,
.bootstrap .btn-warning.active:focus,
.bootstrap .open > .dropdown-toggle.btn-warning:focus,
.bootstrap .btn-warning:active.focus,
.bootstrap .btn-warning.active.focus,
.bootstrap .open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.bootstrap .btn-warning:active,
.bootstrap .btn-warning.active,
.bootstrap .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.bootstrap .btn-warning.disabled:hover,
.bootstrap .btn-warning[disabled]:hover,
.bootstrap fieldset[disabled] .btn-warning:hover,
.bootstrap .btn-warning.disabled:focus,
.bootstrap .btn-warning[disabled]:focus,
.bootstrap fieldset[disabled] .btn-warning:focus,
.bootstrap .btn-warning.disabled.focus,
.bootstrap .btn-warning[disabled].focus,
.bootstrap fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.bootstrap .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.bootstrap .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.bootstrap .btn-danger:focus,
.bootstrap .btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.bootstrap .btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.bootstrap .btn-danger:active,
.bootstrap .btn-danger.active,
.bootstrap .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.bootstrap .btn-danger:active:hover,
.bootstrap .btn-danger.active:hover,
.bootstrap .open > .dropdown-toggle.btn-danger:hover,
.bootstrap .btn-danger:active:focus,
.bootstrap .btn-danger.active:focus,
.bootstrap .open > .dropdown-toggle.btn-danger:focus,
.bootstrap .btn-danger:active.focus,
.bootstrap .btn-danger.active.focus,
.bootstrap .open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.bootstrap .btn-danger:active,
.bootstrap .btn-danger.active,
.bootstrap .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.bootstrap .btn-danger.disabled:hover,
.bootstrap .btn-danger[disabled]:hover,
.bootstrap fieldset[disabled] .btn-danger:hover,
.bootstrap .btn-danger.disabled:focus,
.bootstrap .btn-danger[disabled]:focus,
.bootstrap fieldset[disabled] .btn-danger:focus,
.bootstrap .btn-danger.disabled.focus,
.bootstrap .btn-danger[disabled].focus,
.bootstrap fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.bootstrap .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.bootstrap .btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.bootstrap .btn-link,
.bootstrap .btn-link:active,
.bootstrap .btn-link.active,
.bootstrap .btn-link[disabled],
.bootstrap fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap .btn-link,
.bootstrap .btn-link:hover,
.bootstrap .btn-link:focus,
.bootstrap .btn-link:active {
  border-color: transparent;
}
.bootstrap .btn-link:hover,
.bootstrap .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.bootstrap .btn-link[disabled]:hover,
.bootstrap fieldset[disabled] .btn-link:hover,
.bootstrap .btn-link[disabled]:focus,
.bootstrap fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.bootstrap .btn-lg,
.bootstrap .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap .btn-sm,
.bootstrap .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap .btn-xs,
.bootstrap .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap .btn-block {
  display: block;
  width: 100%;
}
.bootstrap .btn-block + .btn-block {
  margin-top: 5px;
}
.bootstrap input[type="submit"].btn-block,
.bootstrap input[type="reset"].btn-block,
.bootstrap input[type="button"].btn-block {
  width: 100%;
}
.bootstrap .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.bootstrap .fade.in {
  opacity: 1;
}
.bootstrap .collapse {
  display: none;
}
.bootstrap .collapse.in {
  display: block;
}
.bootstrap tr.collapse.in {
  display: table-row;
}
.bootstrap tbody.collapse.in {
  display: table-row-group;
}
.bootstrap .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.bootstrap .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.bootstrap .dropup,
.bootstrap .dropdown {
  position: relative;
}
.bootstrap .dropdown-toggle:focus {
  outline: 0;
}
.bootstrap .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bootstrap .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.bootstrap .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.bootstrap .dropdown-menu > li > a:hover,
.bootstrap .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.bootstrap .dropdown-menu > .active > a,
.bootstrap .dropdown-menu > .active > a:hover,
.bootstrap .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.bootstrap .dropdown-menu > .disabled > a,
.bootstrap .dropdown-menu > .disabled > a:hover,
.bootstrap .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.bootstrap .dropdown-menu > .disabled > a:hover,
.bootstrap .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.bootstrap .open > .dropdown-menu {
  display: block;
}
.bootstrap .open > a {
  outline: 0;
}
.bootstrap .dropdown-menu-right {
  left: auto;
  right: 0;
}
.bootstrap .dropdown-menu-left {
  left: 0;
  right: auto;
}
.bootstrap .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.bootstrap .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.bootstrap .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.bootstrap .dropup .caret,
.bootstrap .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.bootstrap .dropup .dropdown-menu,
.bootstrap .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .bootstrap .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .bootstrap .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.bootstrap .btn-group,
.bootstrap .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.bootstrap .btn-group > .btn,
.bootstrap .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.bootstrap .btn-group > .btn:hover,
.bootstrap .btn-group-vertical > .btn:hover,
.bootstrap .btn-group > .btn:focus,
.bootstrap .btn-group-vertical > .btn:focus,
.bootstrap .btn-group > .btn:active,
.bootstrap .btn-group-vertical > .btn:active,
.bootstrap .btn-group > .btn.active,
.bootstrap .btn-group-vertical > .btn.active {
  z-index: 2;
}
.bootstrap .btn-group .btn + .btn,
.bootstrap .btn-group .btn + .btn-group,
.bootstrap .btn-group .btn-group + .btn,
.bootstrap .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.bootstrap .btn-toolbar {
  margin-left: -5px;
}
.bootstrap .btn-toolbar .btn,
.bootstrap .btn-toolbar .btn-group,
.bootstrap .btn-toolbar .input-group {
  float: left;
}
.bootstrap .btn-toolbar > .btn,
.bootstrap .btn-toolbar > .btn-group,
.bootstrap .btn-toolbar > .input-group {
  margin-left: 5px;
}
.bootstrap .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.bootstrap .btn-group > .btn:first-child {
  margin-left: 0;
}
.bootstrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .btn-group > .btn:last-child:not(:first-child),
.bootstrap .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap .btn-group > .btn-group {
  float: left;
}
.bootstrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap .btn-group .dropdown-toggle:active,
.bootstrap .btn-group.open .dropdown-toggle {
  outline: 0;
}
.bootstrap .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.bootstrap .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.bootstrap .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap .btn .caret {
  margin-left: 0;
}
.bootstrap .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.bootstrap .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.bootstrap .btn-group-vertical > .btn,
.bootstrap .btn-group-vertical > .btn-group,
.bootstrap .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.bootstrap .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.bootstrap .btn-group-vertical > .btn + .btn,
.bootstrap .btn-group-vertical > .btn + .btn-group,
.bootstrap .btn-group-vertical > .btn-group + .btn,
.bootstrap .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.bootstrap .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.bootstrap .btn-group-justified > .btn,
.bootstrap .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.bootstrap .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.bootstrap .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.bootstrap [data-toggle="buttons"] > .btn input[type="radio"],
.bootstrap [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.bootstrap [data-toggle="buttons"] > .btn input[type="checkbox"],
.bootstrap [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrap .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.bootstrap .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.bootstrap .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.bootstrap .input-group .form-control:focus {
  z-index: 3;
}
.bootstrap .input-group-lg > .form-control,
.bootstrap .input-group-lg > .input-group-addon,
.bootstrap .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap select.input-group-lg > .form-control,
.bootstrap select.input-group-lg > .input-group-addon,
.bootstrap select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
.bootstrap textarea.input-group-lg > .form-control,
.bootstrap textarea.input-group-lg > .input-group-addon,
.bootstrap textarea.input-group-lg > .input-group-btn > .btn,
.bootstrap select[multiple].input-group-lg > .form-control,
.bootstrap select[multiple].input-group-lg > .input-group-addon,
.bootstrap select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.bootstrap .input-group-sm > .form-control,
.bootstrap .input-group-sm > .input-group-addon,
.bootstrap .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap select.input-group-sm > .form-control,
.bootstrap select.input-group-sm > .input-group-addon,
.bootstrap select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.bootstrap textarea.input-group-sm > .form-control,
.bootstrap textarea.input-group-sm > .input-group-addon,
.bootstrap textarea.input-group-sm > .input-group-btn > .btn,
.bootstrap select[multiple].input-group-sm > .form-control,
.bootstrap select[multiple].input-group-sm > .input-group-addon,
.bootstrap select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.bootstrap .input-group-addon,
.bootstrap .input-group-btn,
.bootstrap .input-group .form-control {
  display: table-cell;
}
.bootstrap .input-group-addon:not(:first-child):not(:last-child),
.bootstrap .input-group-btn:not(:first-child):not(:last-child),
.bootstrap .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap .input-group-addon,
.bootstrap .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.bootstrap .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.bootstrap .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.bootstrap .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.bootstrap .input-group-addon input[type="radio"],
.bootstrap .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.bootstrap .input-group .form-control:first-child,
.bootstrap .input-group-addon:first-child,
.bootstrap .input-group-btn:first-child > .btn,
.bootstrap .input-group-btn:first-child > .btn-group > .btn,
.bootstrap .input-group-btn:first-child > .dropdown-toggle,
.bootstrap .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .input-group-addon:first-child {
  border-right: 0;
}
.bootstrap .input-group .form-control:last-child,
.bootstrap .input-group-addon:last-child,
.bootstrap .input-group-btn:last-child > .btn,
.bootstrap .input-group-btn:last-child > .btn-group > .btn,
.bootstrap .input-group-btn:last-child > .dropdown-toggle,
.bootstrap .input-group-btn:first-child > .btn:not(:first-child),
.bootstrap .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap .input-group-addon:last-child {
  border-left: 0;
}
.bootstrap .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.bootstrap .input-group-btn > .btn {
  position: relative;
}
.bootstrap .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.bootstrap .input-group-btn > .btn:hover,
.bootstrap .input-group-btn > .btn:focus,
.bootstrap .input-group-btn > .btn:active {
  z-index: 2;
}
.bootstrap .input-group-btn:first-child > .btn,
.bootstrap .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.bootstrap .input-group-btn:last-child > .btn,
.bootstrap .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.bootstrap .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.bootstrap .nav > li {
  position: relative;
  display: block;
}
.bootstrap .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.bootstrap .nav > li > a:hover,
.bootstrap .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.bootstrap .nav > li.disabled > a {
  color: #777777;
}
.bootstrap .nav > li.disabled > a:hover,
.bootstrap .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.bootstrap .nav .open > a,
.bootstrap .nav .open > a:hover,
.bootstrap .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.bootstrap .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap .nav > li > a > img {
  max-width: none;
}
.bootstrap .nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.bootstrap .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.bootstrap .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.bootstrap .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.bootstrap .nav-tabs > li.active > a,
.bootstrap .nav-tabs > li.active > a:hover,
.bootstrap .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.bootstrap .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.bootstrap .nav-tabs.nav-justified > li {
  float: none;
}
.bootstrap .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.bootstrap .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.bootstrap .nav-tabs.nav-justified > .active > a,
.bootstrap .nav-tabs.nav-justified > .active > a:hover,
.bootstrap .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .bootstrap .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .bootstrap .nav-tabs.nav-justified > .active > a,
  .bootstrap .nav-tabs.nav-justified > .active > a:hover,
  .bootstrap .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.bootstrap .nav-pills > li {
  float: left;
}
.bootstrap .nav-pills > li > a {
  border-radius: 4px;
}
.bootstrap .nav-pills > li + li {
  margin-left: 2px;
}
.bootstrap .nav-pills > li.active > a,
.bootstrap .nav-pills > li.active > a:hover,
.bootstrap .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.bootstrap .nav-stacked > li {
  float: none;
}
.bootstrap .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.bootstrap .nav-justified {
  width: 100%;
}
.bootstrap .nav-justified > li {
  float: none;
}
.bootstrap .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.bootstrap .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap .nav-tabs-justified {
  border-bottom: 0;
}
.bootstrap .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.bootstrap .nav-tabs-justified > .active > a,
.bootstrap .nav-tabs-justified > .active > a:hover,
.bootstrap .nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .bootstrap .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .bootstrap .nav-tabs-justified > .active > a,
  .bootstrap .nav-tabs-justified > .active > a:hover,
  .bootstrap .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.bootstrap .tab-content > .tab-pane {
  display: none;
}
.bootstrap .tab-content > .active {
  display: block;
}
.bootstrap .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .bootstrap .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .bootstrap .navbar-header {
    float: left;
  }
}
.bootstrap .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.bootstrap .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .bootstrap .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .bootstrap .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .bootstrap .navbar-collapse.in {
    overflow-y: visible;
  }
  .bootstrap .navbar-fixed-top .navbar-collapse,
  .bootstrap .navbar-static-top .navbar-collapse,
  .bootstrap .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.bootstrap .navbar-fixed-top .navbar-collapse,
.bootstrap .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .bootstrap .navbar-fixed-top .navbar-collapse,
  .bootstrap .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.bootstrap .container > .navbar-header,
.bootstrap .container-fluid > .navbar-header,
.bootstrap .container > .navbar-collapse,
.bootstrap .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .bootstrap .container > .navbar-header,
  .bootstrap .container-fluid > .navbar-header,
  .bootstrap .container > .navbar-collapse,
  .bootstrap .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.bootstrap .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .bootstrap .navbar-static-top {
    border-radius: 0;
  }
}
.bootstrap .navbar-fixed-top,
.bootstrap .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .bootstrap .navbar-fixed-top,
  .bootstrap .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.bootstrap .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.bootstrap .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.bootstrap .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.bootstrap .navbar-brand:hover,
.bootstrap .navbar-brand:focus {
  text-decoration: none;
}
.bootstrap .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .bootstrap .navbar > .container .navbar-brand,
  .bootstrap .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.bootstrap .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bootstrap .navbar-toggle:focus {
  outline: 0;
}
.bootstrap .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.bootstrap .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .bootstrap .navbar-toggle {
    display: none;
  }
}
.bootstrap .navbar-nav {
  margin: 7.5px -15px;
}
.bootstrap .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .bootstrap .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .bootstrap .navbar-nav .open .dropdown-menu > li > a,
  .bootstrap .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .bootstrap .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .bootstrap .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .bootstrap .navbar-nav {
    float: left;
    margin: 0;
  }
  .bootstrap .navbar-nav > li {
    float: left;
  }
  .bootstrap .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.bootstrap .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .bootstrap .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap .navbar-form .form-control-static {
    display: inline-block;
  }
  .bootstrap .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap .navbar-form .input-group .input-group-addon,
  .bootstrap .navbar-form .input-group .input-group-btn,
  .bootstrap .navbar-form .input-group .form-control {
    width: auto;
  }
  .bootstrap .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .bootstrap .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .navbar-form .radio,
  .bootstrap .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .navbar-form .radio label,
  .bootstrap .navbar-form .checkbox label {
    padding-left: 0;
  }
  .bootstrap .navbar-form .radio input[type="radio"],
  .bootstrap .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .bootstrap .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .bootstrap .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.bootstrap .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.bootstrap .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.bootstrap .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .bootstrap .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .bootstrap .navbar-left {
    float: left !important;
  }
  .bootstrap .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .bootstrap .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.bootstrap .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.bootstrap .navbar-default .navbar-brand {
  color: #777777;
}
.bootstrap .navbar-default .navbar-brand:hover,
.bootstrap .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.bootstrap .navbar-default .navbar-text {
  color: #777777;
}
.bootstrap .navbar-default .navbar-nav > li > a {
  color: #777777;
}
.bootstrap .navbar-default .navbar-nav > li > a:hover,
.bootstrap .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.bootstrap .navbar-default .navbar-nav > .active > a,
.bootstrap .navbar-default .navbar-nav > .active > a:hover,
.bootstrap .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.bootstrap .navbar-default .navbar-nav > .disabled > a,
.bootstrap .navbar-default .navbar-nav > .disabled > a:hover,
.bootstrap .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.bootstrap .navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.bootstrap .navbar-default .navbar-toggle:hover,
.bootstrap .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.bootstrap .navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.bootstrap .navbar-default .navbar-collapse,
.bootstrap .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.bootstrap .navbar-default .navbar-nav > .open > a,
.bootstrap .navbar-default .navbar-nav > .open > a:hover,
.bootstrap .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.bootstrap .navbar-default .navbar-link {
  color: #777777;
}
.bootstrap .navbar-default .navbar-link:hover {
  color: #333333;
}
.bootstrap .navbar-default .btn-link {
  color: #777777;
}
.bootstrap .navbar-default .btn-link:hover,
.bootstrap .navbar-default .btn-link:focus {
  color: #333333;
}
.bootstrap .navbar-default .btn-link[disabled]:hover,
.bootstrap fieldset[disabled] .navbar-default .btn-link:hover,
.bootstrap .navbar-default .btn-link[disabled]:focus,
.bootstrap fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.bootstrap .navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.bootstrap .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.bootstrap .navbar-inverse .navbar-brand:hover,
.bootstrap .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.bootstrap .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.bootstrap .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.bootstrap .navbar-inverse .navbar-nav > li > a:hover,
.bootstrap .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.bootstrap .navbar-inverse .navbar-nav > .active > a,
.bootstrap .navbar-inverse .navbar-nav > .active > a:hover,
.bootstrap .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.bootstrap .navbar-inverse .navbar-nav > .disabled > a,
.bootstrap .navbar-inverse .navbar-nav > .disabled > a:hover,
.bootstrap .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.bootstrap .navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.bootstrap .navbar-inverse .navbar-toggle:hover,
.bootstrap .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.bootstrap .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.bootstrap .navbar-inverse .navbar-collapse,
.bootstrap .navbar-inverse .navbar-form {
  border-color: #101010;
}
.bootstrap .navbar-inverse .navbar-nav > .open > a,
.bootstrap .navbar-inverse .navbar-nav > .open > a:hover,
.bootstrap .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.bootstrap .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.bootstrap .navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.bootstrap .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.bootstrap .navbar-inverse .btn-link:hover,
.bootstrap .navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.bootstrap .navbar-inverse .btn-link[disabled]:hover,
.bootstrap fieldset[disabled] .navbar-inverse .btn-link:hover,
.bootstrap .navbar-inverse .btn-link[disabled]:focus,
.bootstrap fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.bootstrap .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.bootstrap .breadcrumb > li {
  display: inline-block;
}
.bootstrap .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.bootstrap .breadcrumb > .active {
  color: #777777;
}
.bootstrap .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.bootstrap .pagination > li {
  display: inline;
}
.bootstrap .pagination > li > a,
.bootstrap .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.bootstrap .pagination > li:first-child > a,
.bootstrap .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.bootstrap .pagination > li:last-child > a,
.bootstrap .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.bootstrap .pagination > li > a:hover,
.bootstrap .pagination > li > span:hover,
.bootstrap .pagination > li > a:focus,
.bootstrap .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.bootstrap .pagination > .active > a,
.bootstrap .pagination > .active > span,
.bootstrap .pagination > .active > a:hover,
.bootstrap .pagination > .active > span:hover,
.bootstrap .pagination > .active > a:focus,
.bootstrap .pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.bootstrap .pagination > .disabled > span,
.bootstrap .pagination > .disabled > span:hover,
.bootstrap .pagination > .disabled > span:focus,
.bootstrap .pagination > .disabled > a,
.bootstrap .pagination > .disabled > a:hover,
.bootstrap .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.bootstrap .pagination-lg > li > a,
.bootstrap .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap .pagination-lg > li:first-child > a,
.bootstrap .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.bootstrap .pagination-lg > li:last-child > a,
.bootstrap .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.bootstrap .pagination-sm > li > a,
.bootstrap .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap .pagination-sm > li:first-child > a,
.bootstrap .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap .pagination-sm > li:last-child > a,
.bootstrap .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.bootstrap .pager li {
  display: inline;
}
.bootstrap .pager li > a,
.bootstrap .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.bootstrap .pager li > a:hover,
.bootstrap .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.bootstrap .pager .next > a,
.bootstrap .pager .next > span {
  float: right;
}
.bootstrap .pager .previous > a,
.bootstrap .pager .previous > span {
  float: left;
}
.bootstrap .pager .disabled > a,
.bootstrap .pager .disabled > a:hover,
.bootstrap .pager .disabled > a:focus,
.bootstrap .pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.bootstrap .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.bootstrap a.label:hover,
.bootstrap a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap .label:empty {
  display: none;
}
.bootstrap .btn .label {
  position: relative;
  top: -1px;
}
.bootstrap .label-default {
  background-color: #777777;
}
.bootstrap .label-default[href]:hover,
.bootstrap .label-default[href]:focus {
  background-color: #5e5e5e;
}
.bootstrap .label-primary {
  background-color: #337ab7;
}
.bootstrap .label-primary[href]:hover,
.bootstrap .label-primary[href]:focus {
  background-color: #286090;
}
.bootstrap .label-success {
  background-color: #5cb85c;
}
.bootstrap .label-success[href]:hover,
.bootstrap .label-success[href]:focus {
  background-color: #449d44;
}
.bootstrap .label-info {
  background-color: #5bc0de;
}
.bootstrap .label-info[href]:hover,
.bootstrap .label-info[href]:focus {
  background-color: #31b0d5;
}
.bootstrap .label-warning {
  background-color: #f0ad4e;
}
.bootstrap .label-warning[href]:hover,
.bootstrap .label-warning[href]:focus {
  background-color: #ec971f;
}
.bootstrap .label-danger {
  background-color: #d9534f;
}
.bootstrap .label-danger[href]:hover,
.bootstrap .label-danger[href]:focus {
  background-color: #c9302c;
}
.bootstrap .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.bootstrap .badge:empty {
  display: none;
}
.bootstrap .btn .badge {
  position: relative;
  top: -1px;
}
.bootstrap .btn-xs .badge,
.bootstrap .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.bootstrap a.badge:hover,
.bootstrap a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap .list-group-item.active > .badge,
.bootstrap .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.bootstrap .list-group-item > .badge {
  float: right;
}
.bootstrap .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.bootstrap .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.bootstrap .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.bootstrap .jumbotron h1,
.bootstrap .jumbotron .h1 {
  color: inherit;
}
.bootstrap .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.bootstrap .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.bootstrap .container .jumbotron,
.bootstrap .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .bootstrap .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .bootstrap .container .jumbotron,
  .bootstrap .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .bootstrap .jumbotron h1,
  .bootstrap .jumbotron .h1 {
    font-size: 63px;
  }
}
.bootstrap .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.bootstrap .thumbnail > img,
.bootstrap .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
.bootstrap a.thumbnail:hover,
.bootstrap a.thumbnail:focus,
.bootstrap a.thumbnail.active {
  border-color: #337ab7;
}
.bootstrap .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.bootstrap .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bootstrap .alert h4 {
  margin-top: 0;
  color: inherit;
}
.bootstrap .alert .alert-link {
  font-weight: bold;
}
.bootstrap .alert > p,
.bootstrap .alert > ul {
  margin-bottom: 0;
}
.bootstrap .alert > p + p {
  margin-top: 5px;
}
.bootstrap .alert-dismissable,
.bootstrap .alert-dismissible {
  padding-right: 35px;
}
.bootstrap .alert-dismissable .close,
.bootstrap .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.bootstrap .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.bootstrap .alert-success hr {
  border-top-color: #c9e2b3;
}
.bootstrap .alert-success .alert-link {
  color: #2b542c;
}
.bootstrap .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.bootstrap .alert-info hr {
  border-top-color: #a6e1ec;
}
.bootstrap .alert-info .alert-link {
  color: #245269;
}
.bootstrap .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.bootstrap .alert-warning hr {
  border-top-color: #f7e1b5;
}
.bootstrap .alert-warning .alert-link {
  color: #66512c;
}
.bootstrap .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.bootstrap .alert-danger hr {
  border-top-color: #e4b9c0;
}
.bootstrap .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.bootstrap .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.bootstrap .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.bootstrap .progress-striped .progress-bar,
.bootstrap .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.bootstrap .progress.active .progress-bar,
.bootstrap .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.bootstrap .progress-bar-success {
  background-color: #5cb85c;
}
.bootstrap .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap .progress-bar-info {
  background-color: #5bc0de;
}
.bootstrap .progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap .progress-bar-warning {
  background-color: #f0ad4e;
}
.bootstrap .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap .progress-bar-danger {
  background-color: #d9534f;
}
.bootstrap .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap .media {
  margin-top: 15px;
}
.bootstrap .media:first-child {
  margin-top: 0;
}
.bootstrap .media,
.bootstrap .media-body {
  zoom: 1;
  overflow: hidden;
}
.bootstrap .media-body {
  width: 10000px;
}
.bootstrap .media-object {
  display: block;
}
.bootstrap .media-object.img-thumbnail {
  max-width: none;
}
.bootstrap .media-right,
.bootstrap .media > .pull-right {
  padding-left: 10px;
}
.bootstrap .media-left,
.bootstrap .media > .pull-left {
  padding-right: 10px;
}
.bootstrap .media-left,
.bootstrap .media-right,
.bootstrap .media-body {
  display: table-cell;
  vertical-align: top;
}
.bootstrap .media-middle {
  vertical-align: middle;
}
.bootstrap .media-bottom {
  vertical-align: bottom;
}
.bootstrap .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrap .media-list {
  padding-left: 0;
  list-style: none;
}
.bootstrap .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.bootstrap .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.bootstrap .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.bootstrap .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap a.list-group-item,
.bootstrap button.list-group-item {
  color: #555555;
}
.bootstrap a.list-group-item .list-group-item-heading,
.bootstrap button.list-group-item .list-group-item-heading {
  color: #333333;
}
.bootstrap a.list-group-item:hover,
.bootstrap button.list-group-item:hover,
.bootstrap a.list-group-item:focus,
.bootstrap button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.bootstrap button.list-group-item {
  width: 100%;
  text-align: left;
}
.bootstrap .list-group-item.disabled,
.bootstrap .list-group-item.disabled:hover,
.bootstrap .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap .list-group-item.disabled .list-group-item-heading,
.bootstrap .list-group-item.disabled:hover .list-group-item-heading,
.bootstrap .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.bootstrap .list-group-item.disabled .list-group-item-text,
.bootstrap .list-group-item.disabled:hover .list-group-item-text,
.bootstrap .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.bootstrap .list-group-item.active,
.bootstrap .list-group-item.active:hover,
.bootstrap .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrap .list-group-item.active .list-group-item-heading,
.bootstrap .list-group-item.active:hover .list-group-item-heading,
.bootstrap .list-group-item.active:focus .list-group-item-heading,
.bootstrap .list-group-item.active .list-group-item-heading > small,
.bootstrap .list-group-item.active:hover .list-group-item-heading > small,
.bootstrap .list-group-item.active:focus .list-group-item-heading > small,
.bootstrap .list-group-item.active .list-group-item-heading > .small,
.bootstrap .list-group-item.active:hover .list-group-item-heading > .small,
.bootstrap .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.bootstrap .list-group-item.active .list-group-item-text,
.bootstrap .list-group-item.active:hover .list-group-item-text,
.bootstrap .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.bootstrap .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.bootstrap a.list-group-item-success,
.bootstrap button.list-group-item-success {
  color: #3c763d;
}
.bootstrap a.list-group-item-success .list-group-item-heading,
.bootstrap button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.bootstrap a.list-group-item-success:hover,
.bootstrap button.list-group-item-success:hover,
.bootstrap a.list-group-item-success:focus,
.bootstrap button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
.bootstrap a.list-group-item-success.active,
.bootstrap button.list-group-item-success.active,
.bootstrap a.list-group-item-success.active:hover,
.bootstrap button.list-group-item-success.active:hover,
.bootstrap a.list-group-item-success.active:focus,
.bootstrap button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.bootstrap .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.bootstrap a.list-group-item-info,
.bootstrap button.list-group-item-info {
  color: #31708f;
}
.bootstrap a.list-group-item-info .list-group-item-heading,
.bootstrap button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.bootstrap a.list-group-item-info:hover,
.bootstrap button.list-group-item-info:hover,
.bootstrap a.list-group-item-info:focus,
.bootstrap button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
.bootstrap a.list-group-item-info.active,
.bootstrap button.list-group-item-info.active,
.bootstrap a.list-group-item-info.active:hover,
.bootstrap button.list-group-item-info.active:hover,
.bootstrap a.list-group-item-info.active:focus,
.bootstrap button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.bootstrap .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.bootstrap a.list-group-item-warning,
.bootstrap button.list-group-item-warning {
  color: #8a6d3b;
}
.bootstrap a.list-group-item-warning .list-group-item-heading,
.bootstrap button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.bootstrap a.list-group-item-warning:hover,
.bootstrap button.list-group-item-warning:hover,
.bootstrap a.list-group-item-warning:focus,
.bootstrap button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.bootstrap a.list-group-item-warning.active,
.bootstrap button.list-group-item-warning.active,
.bootstrap a.list-group-item-warning.active:hover,
.bootstrap button.list-group-item-warning.active:hover,
.bootstrap a.list-group-item-warning.active:focus,
.bootstrap button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.bootstrap .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.bootstrap a.list-group-item-danger,
.bootstrap button.list-group-item-danger {
  color: #a94442;
}
.bootstrap a.list-group-item-danger .list-group-item-heading,
.bootstrap button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.bootstrap a.list-group-item-danger:hover,
.bootstrap button.list-group-item-danger:hover,
.bootstrap a.list-group-item-danger:focus,
.bootstrap button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
.bootstrap a.list-group-item-danger.active,
.bootstrap button.list-group-item-danger.active,
.bootstrap a.list-group-item-danger.active:hover,
.bootstrap button.list-group-item-danger.active:hover,
.bootstrap a.list-group-item-danger.active:focus,
.bootstrap button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.bootstrap .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrap .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.bootstrap .panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap .panel-body {
  padding: 15px;
}
.bootstrap .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.bootstrap .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.bootstrap .panel-title > a,
.bootstrap .panel-title > small,
.bootstrap .panel-title > .small,
.bootstrap .panel-title > small > a,
.bootstrap .panel-title > .small > a {
  color: inherit;
}
.bootstrap .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap .panel > .list-group,
.bootstrap .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.bootstrap .panel > .list-group .list-group-item,
.bootstrap .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.bootstrap .panel > .list-group:first-child .list-group-item:first-child,
.bootstrap .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap .panel > .list-group:last-child .list-group-item:last-child,
.bootstrap .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.bootstrap .list-group + .panel-footer {
  border-top-width: 0;
}
.bootstrap .panel > .table,
.bootstrap .panel > .table-responsive > .table,
.bootstrap .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.bootstrap .panel > .table caption,
.bootstrap .panel > .table-responsive > .table caption,
.bootstrap .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap .panel > .table:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.bootstrap .panel > .table:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.bootstrap .panel > .panel-body + .table,
.bootstrap .panel > .panel-body + .table-responsive,
.bootstrap .panel > .table + .panel-body,
.bootstrap .panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.bootstrap .panel > .table > tbody:first-child > tr:first-child th,
.bootstrap .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.bootstrap .panel > .table-bordered,
.bootstrap .panel > .table-responsive > .table-bordered {
  border: 0;
}
.bootstrap .panel > .table-bordered > thead > tr > th:first-child,
.bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.bootstrap .panel > .table-bordered > tbody > tr > th:first-child,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.bootstrap .panel > .table-bordered > tfoot > tr > th:first-child,
.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.bootstrap .panel > .table-bordered > thead > tr > td:first-child,
.bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.bootstrap .panel > .table-bordered > tbody > tr > td:first-child,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.bootstrap .panel > .table-bordered > tfoot > tr > td:first-child,
.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.bootstrap .panel > .table-bordered > thead > tr > th:last-child,
.bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.bootstrap .panel > .table-bordered > tbody > tr > th:last-child,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.bootstrap .panel > .table-bordered > tfoot > tr > th:last-child,
.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.bootstrap .panel > .table-bordered > thead > tr > td:last-child,
.bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.bootstrap .panel > .table-bordered > tbody > tr > td:last-child,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.bootstrap .panel > .table-bordered > tfoot > tr > td:last-child,
.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.bootstrap .panel > .table-bordered > thead > tr:first-child > td,
.bootstrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.bootstrap .panel > .table-bordered > tbody > tr:first-child > td,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.bootstrap .panel > .table-bordered > thead > tr:first-child > th,
.bootstrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.bootstrap .panel > .table-bordered > tbody > tr:first-child > th,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.bootstrap .panel > .table-bordered > tbody > tr:last-child > td,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.bootstrap .panel > .table-bordered > tfoot > tr:last-child > td,
.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.bootstrap .panel > .table-bordered > tbody > tr:last-child > th,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.bootstrap .panel > .table-bordered > tfoot > tr:last-child > th,
.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.bootstrap .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.bootstrap .panel-group {
  margin-bottom: 20px;
}
.bootstrap .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.bootstrap .panel-group .panel + .panel {
  margin-top: 5px;
}
.bootstrap .panel-group .panel-heading {
  border-bottom: 0;
}
.bootstrap .panel-group .panel-heading + .panel-collapse > .panel-body,
.bootstrap .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.bootstrap .panel-group .panel-footer {
  border-top: 0;
}
.bootstrap .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.bootstrap .panel-default {
  border-color: #dddddd;
}
.bootstrap .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.bootstrap .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.bootstrap .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.bootstrap .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.bootstrap .panel-primary {
  border-color: #337ab7;
}
.bootstrap .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrap .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.bootstrap .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.bootstrap .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.bootstrap .panel-success {
  border-color: #d6e9c6;
}
.bootstrap .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.bootstrap .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.bootstrap .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.bootstrap .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.bootstrap .panel-info {
  border-color: #bce8f1;
}
.bootstrap .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.bootstrap .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.bootstrap .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.bootstrap .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.bootstrap .panel-warning {
  border-color: #faebcc;
}
.bootstrap .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bootstrap .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.bootstrap .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.bootstrap .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.bootstrap .panel-danger {
  border-color: #ebccd1;
}
.bootstrap .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.bootstrap .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.bootstrap .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.bootstrap .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.bootstrap .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.bootstrap .embed-responsive .embed-responsive-item,
.bootstrap .embed-responsive iframe,
.bootstrap .embed-responsive embed,
.bootstrap .embed-responsive object,
.bootstrap .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.bootstrap .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.bootstrap .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.bootstrap .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.bootstrap .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.bootstrap .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.bootstrap .close:hover,
.bootstrap .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.bootstrap button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.bootstrap .modal-open {
  overflow: hidden;
}
.bootstrap .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.bootstrap .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;
}
.bootstrap .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bootstrap .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrap .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.bootstrap .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  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;
}
.bootstrap .modal-backdrop{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.bootstrap .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.bootstrap .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.bootstrap .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap .modal-header .close {
  margin-top: -2px;
}
.bootstrap .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.bootstrap .modal-body {
  position: relative;
  padding: 15px;
}
.bootstrap .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.bootstrap .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.bootstrap .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.bootstrap .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.bootstrap .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .bootstrap .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .bootstrap .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);
  }
  .bootstrap .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrap .modal-lg {
    width: 900px;
  }
}
.bootstrap .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.bootstrap .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bootstrap .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.bootstrap .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.bootstrap .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.bootstrap .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.bootstrap .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.bootstrap .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.bootstrap .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.bootstrap .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.bootstrap .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.bootstrap .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.bootstrap .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.bootstrap .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.bootstrap .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.bootstrap .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.bootstrap .popover.top {
  margin-top: -10px;
}
.bootstrap .popover.right {
  margin-left: 10px;
}
.bootstrap .popover.bottom {
  margin-top: 10px;
}
.bootstrap .popover.left {
  margin-left: -10px;
}
.bootstrap .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.bootstrap .popover-content {
  padding: 9px 14px;
}
.bootstrap .popover > .arrow,
.bootstrap .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap .popover > .arrow {
  border-width: 11px;
}
.bootstrap .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.bootstrap .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.bootstrap .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.bootstrap .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.bootstrap .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.bootstrap .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.bootstrap .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.bootstrap .carousel {
  position: relative;
}
.bootstrap .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.bootstrap .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.bootstrap .carousel-inner > .item > img,
.bootstrap .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .bootstrap .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .bootstrap .carousel-inner > .item.next,
  .bootstrap .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .bootstrap .carousel-inner > .item.prev,
  .bootstrap .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .bootstrap .carousel-inner > .item.next.left,
  .bootstrap .carousel-inner > .item.prev.right,
  .bootstrap .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.bootstrap .carousel-inner > .active,
.bootstrap .carousel-inner > .next,
.bootstrap .carousel-inner > .prev {
  display: block;
}
.bootstrap .carousel-inner > .active {
  left: 0;
}
.bootstrap .carousel-inner > .next,
.bootstrap .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.bootstrap .carousel-inner > .next {
  left: 100%;
}
.bootstrap .carousel-inner > .prev {
  left: -100%;
}
.bootstrap .carousel-inner > .next.left,
.bootstrap .carousel-inner > .prev.right {
  left: 0;
}
.bootstrap .carousel-inner > .active.left {
  left: -100%;
}
.bootstrap .carousel-inner > .active.right {
  left: 100%;
}
.bootstrap .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.bootstrap .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.bootstrap .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.bootstrap .carousel-control:hover,
.bootstrap .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bootstrap .carousel-control .icon-prev,
.bootstrap .carousel-control .icon-next,
.bootstrap .carousel-control .glyphicon-chevron-left,
.bootstrap .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.bootstrap .carousel-control .icon-prev,
.bootstrap .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.bootstrap .carousel-control .icon-next,
.bootstrap .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.bootstrap .carousel-control .icon-prev,
.bootstrap .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.bootstrap .carousel-control .icon-prev:before {
  content: '\2039';
}
.bootstrap .carousel-control .icon-next:before {
  content: '\203a';
}
.bootstrap .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.bootstrap .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.bootstrap .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.bootstrap .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.bootstrap .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .bootstrap .carousel-control .glyphicon-chevron-left,
  .bootstrap .carousel-control .glyphicon-chevron-right,
  .bootstrap .carousel-control .icon-prev,
  .bootstrap .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .bootstrap .carousel-control .glyphicon-chevron-left,
  .bootstrap .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .bootstrap .carousel-control .glyphicon-chevron-right,
  .bootstrap .carousel-control .icon-next {
    margin-right: -10px;
  }
  .bootstrap .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .bootstrap .carousel-indicators {
    bottom: 20px;
  }
}
.bootstrap .clearfix:before,
.bootstrap .clearfix:after,
.bootstrap .dl-horizontal dd:before,
.bootstrap .dl-horizontal dd:after,
.bootstrap .container:before,
.bootstrap .container:after,
.bootstrap .container-fluid:before,
.bootstrap .container-fluid:after,
.bootstrap .row:before,
.bootstrap .row:after,
.bootstrap .form-horizontal .form-group:before,
.bootstrap .form-horizontal .form-group:after,
.bootstrap .btn-toolbar:before,
.bootstrap .btn-toolbar:after,
.bootstrap .btn-group-vertical > .btn-group:before,
.bootstrap .btn-group-vertical > .btn-group:after,
.bootstrap .nav:before,
.bootstrap .nav:after,
.bootstrap .navbar:before,
.bootstrap .navbar:after,
.bootstrap .navbar-header:before,
.bootstrap .navbar-header:after,
.bootstrap .navbar-collapse:before,
.bootstrap .navbar-collapse:after,
.bootstrap .pager:before,
.bootstrap .pager:after,
.bootstrap .panel-body:before,
.bootstrap .panel-body:after,
.bootstrap .modal-header:before,
.bootstrap .modal-header:after,
.bootstrap .modal-footer:before,
.bootstrap .modal-footer:after {
  content: " ";
  display: table;
}
.bootstrap .clearfix:after,
.bootstrap .dl-horizontal dd:after,
.bootstrap .container:after,
.bootstrap .container-fluid:after,
.bootstrap .row:after,
.bootstrap .form-horizontal .form-group:after,
.bootstrap .btn-toolbar:after,
.bootstrap .btn-group-vertical > .btn-group:after,
.bootstrap .nav:after,
.bootstrap .navbar:after,
.bootstrap .navbar-header:after,
.bootstrap .navbar-collapse:after,
.bootstrap .pager:after,
.bootstrap .panel-body:after,
.bootstrap .modal-header:after,
.bootstrap .modal-footer:after {
  clear: both;
}
.bootstrap .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bootstrap .pull-right {
  float: right !important;
}
.bootstrap .pull-left {
  float: left !important;
}
.bootstrap .hide {
  display: none !important;
}
.bootstrap .show {
  display: block !important;
}
.bootstrap .invisible {
  visibility: hidden;
}
.bootstrap .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bootstrap .hidden {
  display: none !important;
}
.bootstrap .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.bootstrap .visible-xs,
.bootstrap .visible-sm,
.bootstrap .visible-md,
.bootstrap .visible-lg {
  display: none !important;
}
.bootstrap .visible-xs-block,
.bootstrap .visible-xs-inline,
.bootstrap .visible-xs-inline-block,
.bootstrap .visible-sm-block,
.bootstrap .visible-sm-inline,
.bootstrap .visible-sm-inline-block,
.bootstrap .visible-md-block,
.bootstrap .visible-md-inline,
.bootstrap .visible-md-inline-block,
.bootstrap .visible-lg-block,
.bootstrap .visible-lg-inline,
.bootstrap .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .bootstrap .visible-xs {
    display: block !important;
  }
  .bootstrap table.visible-xs {
    display: table !important;
  }
  .bootstrap tr.visible-xs {
    display: table-row !important;
  }
  .bootstrap th.visible-xs,
  .bootstrap td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .bootstrap .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .bootstrap .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .visible-sm {
    display: block !important;
  }
  .bootstrap table.visible-sm {
    display: table !important;
  }
  .bootstrap tr.visible-sm {
    display: table-row !important;
  }
  .bootstrap th.visible-sm,
  .bootstrap td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap .visible-md {
    display: block !important;
  }
  .bootstrap table.visible-md {
    display: table !important;
  }
  .bootstrap tr.visible-md {
    display: table-row !important;
  }
  .bootstrap th.visible-md,
  .bootstrap td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .visible-lg {
    display: block !important;
  }
  .bootstrap table.visible-lg {
    display: table !important;
  }
  .bootstrap tr.visible-lg {
    display: table-row !important;
  }
  .bootstrap th.visible-lg,
  .bootstrap td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .hidden-lg {
    display: none !important;
  }
}
.bootstrap .visible-print {
  display: none !important;
}
@media print {
  .bootstrap .visible-print {
    display: block !important;
  }
  .bootstrap table.visible-print {
    display: table !important;
  }
  .bootstrap tr.visible-print {
    display: table-row !important;
  }
  .bootstrap th.visible-print,
  .bootstrap td.visible-print {
    display: table-cell !important;
  }
}
.bootstrap .visible-print-block {
  display: none !important;
}
@media print {
  .bootstrap .visible-print-block {
    display: block !important;
  }
}
.bootstrap .visible-print-inline {
  display: none !important;
}
@media print {
  .bootstrap .visible-print-inline {
    display: inline !important;
  }
}
.bootstrap .visible-print-inline-block {
  display: none !important;
}
@media print {
  .bootstrap .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .bootstrap .hidden-print {
    display: none !important;
  }
}
.bootstrap .btn-default,
.bootstrap .btn-primary,
.bootstrap .btn-success,
.bootstrap .btn-info,
.bootstrap .btn-warning,
.bootstrap .btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap .btn-default:active,
.bootstrap .btn-primary:active,
.bootstrap .btn-success:active,
.bootstrap .btn-info:active,
.bootstrap .btn-warning:active,
.bootstrap .btn-danger:active,
.bootstrap .btn-default.active,
.bootstrap .btn-primary.active,
.bootstrap .btn-success.active,
.bootstrap .btn-info.active,
.bootstrap .btn-warning.active,
.bootstrap .btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap .btn-default.disabled,
.bootstrap .btn-primary.disabled,
.bootstrap .btn-success.disabled,
.bootstrap .btn-info.disabled,
.bootstrap .btn-warning.disabled,
.bootstrap .btn-danger.disabled,
.bootstrap .btn-default[disabled],
.bootstrap .btn-primary[disabled],
.bootstrap .btn-success[disabled],
.bootstrap .btn-info[disabled],
.bootstrap .btn-warning[disabled],
.bootstrap .btn-danger[disabled],
.bootstrap fieldset[disabled] .btn-default,
.bootstrap fieldset[disabled] .btn-primary,
.bootstrap fieldset[disabled] .btn-success,
.bootstrap fieldset[disabled] .btn-info,
.bootstrap fieldset[disabled] .btn-warning,
.bootstrap fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap .btn-default .badge,
.bootstrap .btn-primary .badge,
.bootstrap .btn-success .badge,
.bootstrap .btn-info .badge,
.bootstrap .btn-warning .badge,
.bootstrap .btn-danger .badge {
  text-shadow: none;
}
.bootstrap .btn:active,
.bootstrap .btn.active {
  background-image: none;
}
.bootstrap .btn-default {
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.bootstrap .btn-default:hover,
.bootstrap .btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.bootstrap .btn-default:active,
.bootstrap .btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.bootstrap .btn-default.disabled,
.bootstrap .btn-default[disabled],
.bootstrap fieldset[disabled] .btn-default,
.bootstrap .btn-default.disabled:hover,
.bootstrap .btn-default[disabled]:hover,
.bootstrap fieldset[disabled] .btn-default:hover,
.bootstrap .btn-default.disabled:focus,
.bootstrap .btn-default[disabled]:focus,
.bootstrap fieldset[disabled] .btn-default:focus,
.bootstrap .btn-default.disabled.focus,
.bootstrap .btn-default[disabled].focus,
.bootstrap fieldset[disabled] .btn-default.focus,
.bootstrap .btn-default.disabled:active,
.bootstrap .btn-default[disabled]:active,
.bootstrap fieldset[disabled] .btn-default:active,
.bootstrap .btn-default.disabled.active,
.bootstrap .btn-default[disabled].active,
.bootstrap fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.bootstrap .btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.bootstrap .btn-primary:hover,
.bootstrap .btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.bootstrap .btn-primary:active,
.bootstrap .btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.bootstrap .btn-primary.disabled,
.bootstrap .btn-primary[disabled],
.bootstrap fieldset[disabled] .btn-primary,
.bootstrap .btn-primary.disabled:hover,
.bootstrap .btn-primary[disabled]:hover,
.bootstrap fieldset[disabled] .btn-primary:hover,
.bootstrap .btn-primary.disabled:focus,
.bootstrap .btn-primary[disabled]:focus,
.bootstrap fieldset[disabled] .btn-primary:focus,
.bootstrap .btn-primary.disabled.focus,
.bootstrap .btn-primary[disabled].focus,
.bootstrap fieldset[disabled] .btn-primary.focus,
.bootstrap .btn-primary.disabled:active,
.bootstrap .btn-primary[disabled]:active,
.bootstrap fieldset[disabled] .btn-primary:active,
.bootstrap .btn-primary.disabled.active,
.bootstrap .btn-primary[disabled].active,
.bootstrap fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}
.bootstrap .btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.bootstrap .btn-success:hover,
.bootstrap .btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.bootstrap .btn-success:active,
.bootstrap .btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.bootstrap .btn-success.disabled,
.bootstrap .btn-success[disabled],
.bootstrap fieldset[disabled] .btn-success,
.bootstrap .btn-success.disabled:hover,
.bootstrap .btn-success[disabled]:hover,
.bootstrap fieldset[disabled] .btn-success:hover,
.bootstrap .btn-success.disabled:focus,
.bootstrap .btn-success[disabled]:focus,
.bootstrap fieldset[disabled] .btn-success:focus,
.bootstrap .btn-success.disabled.focus,
.bootstrap .btn-success[disabled].focus,
.bootstrap fieldset[disabled] .btn-success.focus,
.bootstrap .btn-success.disabled:active,
.bootstrap .btn-success[disabled]:active,
.bootstrap fieldset[disabled] .btn-success:active,
.bootstrap .btn-success.disabled.active,
.bootstrap .btn-success[disabled].active,
.bootstrap fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.bootstrap .btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.bootstrap .btn-info:hover,
.bootstrap .btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.bootstrap .btn-info:active,
.bootstrap .btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.bootstrap .btn-info.disabled,
.bootstrap .btn-info[disabled],
.bootstrap fieldset[disabled] .btn-info,
.bootstrap .btn-info.disabled:hover,
.bootstrap .btn-info[disabled]:hover,
.bootstrap fieldset[disabled] .btn-info:hover,
.bootstrap .btn-info.disabled:focus,
.bootstrap .btn-info[disabled]:focus,
.bootstrap fieldset[disabled] .btn-info:focus,
.bootstrap .btn-info.disabled.focus,
.bootstrap .btn-info[disabled].focus,
.bootstrap fieldset[disabled] .btn-info.focus,
.bootstrap .btn-info.disabled:active,
.bootstrap .btn-info[disabled]:active,
.bootstrap fieldset[disabled] .btn-info:active,
.bootstrap .btn-info.disabled.active,
.bootstrap .btn-info[disabled].active,
.bootstrap fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.bootstrap .btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.bootstrap .btn-warning:hover,
.bootstrap .btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.bootstrap .btn-warning:active,
.bootstrap .btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.bootstrap .btn-warning.disabled,
.bootstrap .btn-warning[disabled],
.bootstrap fieldset[disabled] .btn-warning,
.bootstrap .btn-warning.disabled:hover,
.bootstrap .btn-warning[disabled]:hover,
.bootstrap fieldset[disabled] .btn-warning:hover,
.bootstrap .btn-warning.disabled:focus,
.bootstrap .btn-warning[disabled]:focus,
.bootstrap fieldset[disabled] .btn-warning:focus,
.bootstrap .btn-warning.disabled.focus,
.bootstrap .btn-warning[disabled].focus,
.bootstrap fieldset[disabled] .btn-warning.focus,
.bootstrap .btn-warning.disabled:active,
.bootstrap .btn-warning[disabled]:active,
.bootstrap fieldset[disabled] .btn-warning:active,
.bootstrap .btn-warning.disabled.active,
.bootstrap .btn-warning[disabled].active,
.bootstrap fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.bootstrap .btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.bootstrap .btn-danger:hover,
.bootstrap .btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.bootstrap .btn-danger:active,
.bootstrap .btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.bootstrap .btn-danger.disabled,
.bootstrap .btn-danger[disabled],
.bootstrap fieldset[disabled] .btn-danger,
.bootstrap .btn-danger.disabled:hover,
.bootstrap .btn-danger[disabled]:hover,
.bootstrap fieldset[disabled] .btn-danger:hover,
.bootstrap .btn-danger.disabled:focus,
.bootstrap .btn-danger[disabled]:focus,
.bootstrap fieldset[disabled] .btn-danger:focus,
.bootstrap .btn-danger.disabled.focus,
.bootstrap .btn-danger[disabled].focus,
.bootstrap fieldset[disabled] .btn-danger.focus,
.bootstrap .btn-danger.disabled:active,
.bootstrap .btn-danger[disabled]:active,
.bootstrap fieldset[disabled] .btn-danger:active,
.bootstrap .btn-danger.disabled.active,
.bootstrap .btn-danger[disabled].active,
.bootstrap fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.bootstrap .thumbnail,
.bootstrap .img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.bootstrap .dropdown-menu > li > a:hover,
.bootstrap .dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.bootstrap .dropdown-menu > .active > a,
.bootstrap .dropdown-menu > .active > a:hover,
.bootstrap .dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}
.bootstrap .navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.bootstrap .navbar-default .navbar-nav > .open > a,
.bootstrap .navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.bootstrap .navbar-brand,
.bootstrap .navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.bootstrap .navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3c3c3c), to(#222));
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 4px;
}
.bootstrap .navbar-inverse .navbar-nav > .open > a,
.bootstrap .navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.bootstrap .navbar-inverse .navbar-brand,
.bootstrap .navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap .navbar-static-top,
.bootstrap .navbar-fixed-top,
.bootstrap .navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .bootstrap .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}
.bootstrap .alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap .alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.bootstrap .alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.bootstrap .alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.bootstrap .alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.bootstrap .progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.bootstrap .progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.bootstrap .progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.bootstrap .progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.bootstrap .progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.bootstrap .progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.bootstrap .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap .list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.bootstrap .list-group-item.active,
.bootstrap .list-group-item.active:hover,
.bootstrap .list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.bootstrap .list-group-item.active .badge,
.bootstrap .list-group-item.active:hover .badge,
.bootstrap .list-group-item.active:focus .badge {
  text-shadow: none;
}
.bootstrap .panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap .panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.bootstrap .panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.bootstrap .panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.bootstrap .panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.bootstrap .panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.bootstrap .panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.bootstrap .well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.modal-backdrop{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.bootstrap .btn-primary, .bootstrap .btn-primary:hover, .bootstrap .btn-primary:focus {
    background-color: #93216a !important;
    background-image: linear-gradient(to bottom, #bf2487 0, #93216a 100%);
    border-color: #93216a;
}

/* Modal Bottom */
.bootstrap.bottom .modal.fade.in .lab-modal-body {
    bottom: -50%;
    opacity: 1;
}

.bootstrap.bottom .modal.fade .modal-dialog {
    transform: translate3d(0, 100vh, 0) !important;
}

.bootstrap.bottom .modal.in .modal-dialog {
    transform: translate3d(0, 0, 0) !important;
}


.bootstrap.bottom .modal {
    top: 20% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
    width:340px !important;
}

.bootstrap.bottom .modal-dialog {
    position: absolute !important;
    bottom: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
    width: 340px;
    margin: 30px auto;

}

.bootstrap.bottom .modal-header h3{
    text-transform: uppercase;
    font-size:18px;
    color:#434446;
    margin-bottom:0px;
    margin-top:22px;
}

.bootstrap.bottom .modal-header{
    padding:10px;
    padding-bottom:0px;
    border-bottom:none;
}

.bootstrap.bottom .modal-footer{
    text-align: center;
    border-top:none;
    padding-top:10px;
}

.bootstrap a{
    color:#777777;
    text-decoration:underline;
}

.bootstrap a:hover {
    color: #93216a;
    text-decoration:underline;
}

a.btn{
    text-decoration:none;
}

.bootstrap .btn.contactsubmit.btn-primary-inverse:hover
{
    color: #93216a;
    text-decoration: none;
}

.bootstrap .btn.contactsubmit.btn-primary-inverse:focus
{
    color: #ffffff;
    text-decoration: none;
}

span.multiselect-native-select {
    position: relative
}

span.multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px -1px -1px -3px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: 50%;
    top: 30px
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.multiselect-container .input-group {
    margin: 5px
}

.multiselect-container > li {
    padding: 0
}

.multiselect-container > li > a.multiselect-all label {
    font-weight: 700
}

.multiselect-container > li.multiselect-group label {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: 700
}

.multiselect-container > li.multiselect-group-clickable label {
    cursor: pointer
}

.multiselect-container > li > a {
    padding: 0
}

.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 40px
}

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
    margin: 0
}

.multiselect-container > li > a > label > input[type=checkbox] {
    margin-bottom: 5px
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0
}

.bootstrap .btn-group {
    display: inline-block !important;
}

.bootstrap .dropdown-menu > .active > a,
.bootstrap .dropdown-menu > .active > a:hover,
.bootstrap .dropdown-menu > .active > a:focus {

    background-image: -webkit-linear-gradient(top, #93216a 0, #93216a 100%);
    background-image: -o-linear-gradient(top, #93216a 0, #93216a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #93216a), to(#93216a));
    background-image: linear-gradient(to bottom, #93216a 0, #93216a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-color: #93216a;
}


.bootstrap .form-control:focus {
    border-color:#a5a5a5;
    box-shadow: none;
}

.bootstrap.multiselectwrapper .btn-group > .btn:first-child {
    min-width: 110px;
}

.multiselectwrapper button.button span span{
    padding: 0 10px;
}




.wishdatefinderSearchForm #order{
    width:120px;
}

.wishdatefinderSearchForm .wrapper {

    display: block;
    padding-bottom: 11px;
    color: #333;
    background-color: #f5f5f5 !important;
    border: 1px solid #ccc;
    border-radius: 0px;

}

.wishdatefinderSearchForm .bootstrap {
    background-color: transparent !important;
}

.wishdatefinderSearchForm .bootstrap label{
    font-weight: normal;
}

.wishdatefinderSearchForm .bootstrap a{
    text-decoration:none;
}

.wishdatefinderSearchForm button.button span {
    background-color: #93216a !important;
    height: 36px !important;
    line-height: 36px !important;
    color:#fff;
}

.wishdatefinderSearchForm button.button:hover span{
    background-color:#a52777 !important;
}

.wishdatefinderSearchForm h5{
    font-weight:bold;
}

.wishdatefinderSearchForm label.we {
    display: block;
    float: left;
    margin-top: 3px;
    display: block;
    float: left;
    margin-right:7px;
}

.wishdatefinderSearchForm .bootstrap input[type="checkbox"]{
    pointer-events:auto;
    height:14px;
}

/******************************************************\
*
*  Base TouchCarousel stylesheet
*   
*  Contents:
*
*   1. Main containers
*   2. Carousel items
*   3. Arrows(direction) navigation
*   4. Paging navigation
*   5. Scrollbar
*   6. Cursors
*
\******************************************************/





/******************************************************\
*
*  1. Main containers (carousel size, background)
*
\******************************************************/

.touchcarousel {
	position: relative;
	width: 600px;
	height: 400px;		
	
	/* style is removed after carousel is inited, use !important if you want to keep it*/
	overflow: hidden; 
}
.touchcarousel .touchcarousel-container {
	position: relative;    
    margin: 0;
    padding: 0;
    list-style: none;    
	left: 0;
}
.touchcarousel .touchcarousel-wrapper {
	position: relative;
	overflow:hidden;
	width: 100%;
	height: 100%;
}





/******************************************************\
*
*  2. Carousel items (item styling, spacing between items)
*
\******************************************************/

.touchcarousel .touchcarousel-item {
	/* use margin-right for spacing between items */
	margin: 0 0 0 0;
	padding: 0;	
	float: left;		
}

/* Last carousel item  */
.touchcarousel .touchcarousel-item.last {
	margin-right: 0 !important;		
}





/******************************************************\
*
*  3. Arrows(direction) navigation
*
\******************************************************/

/* arrow hitstate and icon holder */
.touchcarousel .arrow-holder {
	height: 100%;
	width: 45px;
	position: absolute;
	top: 0;
	display: block;
	cursor: pointer;	
	z-index: 25;	
}
.touchcarousel .arrow-holder.left {	
	left: 0;	
}
.touchcarousel .arrow-holder.right {	
	right: 0;
}

/* arrow icons */
.touchcarousel .arrow-icon{		
	width: 45px;
	height: 90px;
	top:50%;
	margin-top:-45px;	
	position: absolute;	
	cursor: pointer;	
}
.touchcarousel .arrow-icon.left { }
.touchcarousel .arrow-icon.right { }
.touchcarousel .arrow-holder:hover .arrow-icon { }
.touchcarousel .arrow-holder.disabled { cursor: default; }
.touchcarousel .arrow-holder.disabled .arrow-icon { cursor: default; }





/******************************************************\
*
*  4. Paging navigation
*
\******************************************************/

.touchcarousel .tc-paging-container {
	width:100%;
	overflow:hidden;
	position:absolute;
	margin-top:-20px;
	z-index:25;
}
.touchcarousel .tc-paging-centerer {	
	float: left;
	position: relative;
	left: 50%;		
}
.touchcarousel .tc-paging-centerer-inside {
	float: left;
	position: relative;
	left: -50%;
}

/* Paging items */
.touchcarousel .tc-paging-item {			
	float:left;	
	cursor:pointer;		
	position:relative;
	display:block;	
	text-indent: -9999px;	
}
.touchcarousel .tc-paging-item.current { }
.touchcarousel .tc-paging-item:hover { }





/******************************************************\
*
*  5. Scrollbar
*
\******************************************************/
.touchcarousel .scrollbar-holder {
	position: absolute;
	z-index: 30;
	left: 6px;
	right: 6px;	
	bottom: 5px;
	height:4px;
	overflow: hidden;
}
.touchcarousel .scrollbar {
	position: absolute;
	left:0;	
	height:4px;
	bottom: 0px;
}
.touchcarousel .scrollbar.dark {
	background-color: rgb(130, 130, 130);	
	background-color: rgba(0, 0, 0, 0.5);
}
.touchcarousel .scrollbar.light {
	background-color: rgb(210, 210, 210);	
	background-color: rgba(255, 255, 255, 0.5);	
}





/******************************************************\
*
*  6. Cursors
*
\******************************************************/

/* IE and Opera use "move", FF uses -moz-grab */
.touchcarousel .grab-cursor{ cursor:url(https://www.miomente.de/skin/frontend/ultimo/miomente/css/Touchcarousel/grab.png) 8 8, move; }
.touchcarousel .grabbing-cursor{ cursor:url(https://www.miomente.de/skin/frontend/ultimo/miomente/css/Touchcarousel/grabbing.png) 8 8, move; }

/* Cursor that used when mouse drag is disabled */
.touchcarousel .auto-cursor{ cursor:auto; }




/* Copyright 2011, Dmitry Semenov, http://dimsemenov.com */
/******************************************************\
*
*  Grey-Blue skin
*
*    1. Arrows(direction) navigation
*    2. Paging navigation
*
\******************************************************/



/******************************************************\
*
*  1. Arrows (direction) navigation
*
\******************************************************/
.touchcarousel.grey-blue .arrow-icon {	
	background-image: url('https://www.miomente.de/skin/frontend/ultimo/miomente/css/Touchcarousel/grey-blue-skin/sprite.png');
	background-repeat: no-repeat;
	width: 11px;
	height: 19px;	
	margin-top: -9px;
}
.touchcarousel.grey-blue .arrow-holder {
	width: 19px;
	height: 100%;
	-moz-opacity: 1;	
	-webkit-opacity: 1;	
	opacity: 1;	
}
.touchcarousel.grey-blue .arrow-holder.left {
	left: -20px;
}
.touchcarousel.grey-blue .arrow-holder.right {	
	right: -20px;
}

.touchcarousel.grey-blue .arrow-icon.left {
	left: 0;
	background-position: -6px -15px;
}
.touchcarousel.grey-blue .arrow-icon.right {
	right: 0;
	background-position: -186px -15px;
}
.touchcarousel.grey-blue .arrow-holder:hover .arrow-icon.left {
	background-position: -36px -15px;
}
.touchcarousel.grey-blue .arrow-holder:hover .arrow-icon.right {
	background-position: -156px -15px;
}
.touchcarousel.grey-blue .arrow-holder.disabled .arrow-icon.left {
	background-position: -66px -15px;
}
.touchcarousel.grey-blue .arrow-holder.disabled .arrow-icon.right {
	background-position: -126px -15px;
}
.touchcarousel.grey-blue .arrow-holder:hover {
	-moz-opacity: 1;	
	-webkit-opacity: 1;	
	opacity: 1;	
}
.touchcarousel.grey-blue .arrow-holder:active .arrow-icon {
	margin-top: -8px;
}
.touchcarousel.grey-blue .arrow-holder.disabled {
	-moz-opacity: 1;	
	-webkit-opacity: 1;	
	opacity: 1;	
}

/******************************************************\
*
*  2. Paging navigation
*
\******************************************************/

.touchcarousel.grey-blue .tc-paging-item {
	background: url('https://www.miomente.de/skin/frontend/ultimo/miomente/css/Touchcarousel/grey-blue-skin/sprite.png') no-repeat -95px -4px;
	
	width: 16px;
	height: 16px;	
	
	-moz-opacity: 0.8;	
	-webkit-opacity: 0.8;	
	opacity: 0.8;	
}
.touchcarousel.grey-blue .tc-paging-item.current {	
	background: url('https://www.miomente.de/skin/frontend/ultimo/miomente/css/Touchcarousel/grey-blue-skin/sprite.png') no-repeat -95px -22px;
}
.touchcarousel.grey-blue .tc-paging-item:hover {		
	-moz-opacity: 1;	
	-webkit-opacity: 1;	
	opacity: 1;		
}



/**
* Carousel with image and text, custom skinned scrollbar for miomente
**/
#carousel-image-and-text {
	width: 1176px;
	height: 84px;
	margin: 0 auto;
	margin-left:12px;
}
#carousel-image-and-text .arrow-holder {
	height: 68px;
}
#carousel-image-and-text .touchcarousel-item {
	margin-right: 11px;
	width: 108px;
	height: 68px;
}
#carousel-image-and-text .item-block {
	width: 108px;
	height: 68px;
	display: block;
	text-align: center;
}
#carousel-image-and-text .item-block img,
#carousel-image-and-text .item-block p {
	float: left;
	position: relative;
	display: block;
	margin: 0;
}

#carousel-image-and-text .item-block h4{
	float: left;
	position: relative;
	display: block;
	margin: 0;
	width:100%;
	text-align: center;
}

#carousel-image-and-text .item-block img {
	width: 108px;
	height: 68px;
	border: 0;
	padding: 0;
}

#carousel-image-and-text .item-block {
	text-decoration: none;
	color: inherit;

}
#carousel-image-and-text .item-block h4, h4.storename {
	text-transform: uppercase;
	margin-top: -40px;
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #434446;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
#carousel-image-and-text .item-block:hover h4 {
	color: #93216a;
}
#carousel-image-and-text .item-block p {
	font: normal 13px/20px Helvetica, Arial, sans-serif;
	color: #434446;
	width: 158px;
	padding: 0 0 0 6px;
}
#carousel-image-and-text .scrollbar-holder {
	background: #CED7DB;
	bottom: 0;
	height: 1px;
	left: 0;
	right: 0;
}
#carousel-image-and-text .scrollbar {
	background-color: #93216a !important;
	bottom: 0;
}

div.touchcarousel_textlinks{
	margin-top:16px;
	margin-bottom:6px;
	border-bottom:1px solid #d9d9d9;
}

div.touchcarousel_textlinks a{
	text-decoration:none;
}

div.touchcarousel_textlinks a:hover{
	color:#93216a;
	text-decoration:underline;
}







.m-fpc-debug-info {
  width: 420px;
  min-height: 115px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: #47bbb3;
  color: #fff;
  z-index: 100000;
  font-family:Arial;
}
.m-fpc-debug-info .m-fpc-h1 {
  font-family:Arial;
  background: rgb(57, 172, 163);
  color: #fff;
  padding: 3px 3px 5px 10px;
  font-size: 14px;
  font-weight: bold;
  text-align:left;
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-debug-info-main-block {
  padding: 2px 5px 10px 5px;
}
.m-fpc-debug-info .m-fpc-action {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 5px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-transform:none;
  padding-top:15px;
}
.m-fpc-debug-info .m-fpc-ignored {
  padding-top: 0px !important;
}
.m-fpc-debug-info .m-fpc-hit-info {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 0px 0px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-time-text {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 5px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-time {
  font-family:Arial;
  text-transform: uppercase;
  font-size: 76px;
  font-weight: 700;
  line-height: 65px;
  text-align:center;
}
.m-fpc-debug-info .m-fpc-time-sec-text {
  font-family:sans-serif,Arial;
  font-size: 35px;
  text-align:center;
  text-transform:none;
}
.m-fpc-debug-info.m-fpc-debug-info-not-cacheable {
  height: 220px;
  box-shadow: 0 0 0 5px #E0E0E0;
}
.m-fpc-debug-info.m-fpc-debug-info-hit {
  box-shadow: 0 0 0 5px #CCFFD3;
}
.m-fpc-debug-info.m-fpc-debug-info-miss {
  box-shadow: 0 0 0 5px #FECBCB;
}
.m-fpc-debug-info .m-fpc-disabled-info {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 12px 0px 0px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
  color: #911E42 !important;
}
.m-fpc-debug-info .m-fpc-detail-info-hide-show-button-style {
  float: right;
  padding-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.m-fpc-debug-info .m-fpc-info-scroll-hide {
  display: none;
}
/*scroll*/
.m-fpc-debug-info .m-fpc-info-scroll {
  overflow-y: auto;
  height: 350px;
  padding: 0px 5px 10px 5px;
  text-align: justify;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.2);
  border-radius: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}

/*detail info table*/
.m-fpc-debug-info .m-fpc-detail-info-table {
  display:table;
  width:100%;
  padding-top: 3px;
}
.m-fpc-debug-info .m-fpc-detail-row {
  display:table-row;
}
.m-fpc-debug-info .m-fpc-detail-col {
  display:table-cell;
  text-align: left;
  padding: 2px;
  vertical-align: top;
  width: 50%;
  font-family:sans-serif,Arial;
  padding:5px;
  text-align: left;
  font-size: 10px;
  text-transform:none;
  color: #222 !important;
}
.m-fpc-debug-info .m-fpc-dark {
  background-color: #D9F0EE;
}
.m-fpc-debug-info .m-fpc-light {
  background-color: #ECF8F7;
}

/*flush cache button*/
.m-fpc-debug-info .m-fpc-flush-cache-button-style {
  float: left;
  padding-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.m-fpc-debug-info .m-fpc-flush-cache-button-style-flushed {
  float: left;
  color: #911E42;
}

/*small debug info block*/
.m-fpc-debug-info-small {
  width: 120px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: #47bbb3;
  color: #fff;
  z-index: 100000;
  font-family:Arial;
}

.m-fpc-debug-info-small .m-fpc-debug-info-main-block-small {
  padding: 2px 5px 10px 5px;
}

.m-fpc-debug-info-small .m-fpc-hit-info-small {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
}

.m-fpc-debug-info-small .m-fpc-flush-cache-button-style-small {
  float: left;
  padding-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.m-fpc-debug-info-small .m-fpc-flush-cache-button-style-flushed {
  float: left;
  color: #911E42;
}

.m-fpc-debug-info-small.m-fpc-debug-info-hit {
  box-shadow: 0 0 0 3px #CCFFD3;
}
.m-fpc-debug-info-small.m-fpc-debug-info-miss {
  box-shadow: 0 0 0 3px #FECBCB;
}
.m-fpc-debug-info-small.m-fpc-debug-info-not-cacheable {
  box-shadow: 0 0 0 5px #E0E0E0;
}



/* Helper classes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Magento default helper classes
-------------------------------------------------------------- */

/* Layout helper classes
-------------------------------------------------------------- */
.margin-top { margin-top:20px; }
.margin-bottom { margin-bottom:20px; }
.padding-top { padding-top:20px; }
.padding-bottom { padding-bottom:20px; }
.float-left { float:left; } /*deprecated*/
.float-right { float:right; } /*deprecated*/



/* Minor components %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Caret
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.caret {
	display:inline-block;
	width:0;
	height:0;
	margin-bottom:2px;
	vertical-align:middle;
	content:"";
	border-style:solid solid none;
	border-width:4px 4px 0;
	border-color:#333 transparent transparent;
}
.dropdown .caret {
	opacity:0.3;
	filter:alpha(opacity=30);
}
.dropdown:hover .caret {
	opacity:1;
	filter:alpha(opacity=100);
}


/* Other
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Disable transitions, fade effect applied with JS */
.fade-on-hover {
	transition:			none;
	-moz-transition:	none;
	-webkit-transition:	none;
	-o-transition:		none;
}



/* Heading of a content section
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.section-title { clear:both; margin:0; display:block; }
.section-title.padding-right { padding-right:80px !important; }




/* Misc %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Link with an arrow */
a.go {
	background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/infortis/_shared/cck/bullet.png) 97% 50% no-repeat;
	padding-right:17px;
	display:inline !important;
}

/**
 * Drop-down
 */



/* Dropdown box %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.dropdown { position:relative; }
.dropdown:hover { z-index:4000; }

/* Dropdown toggle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown-toggle {
	display:block;
	cursor:default;
}

/* Inside Dropdown-toggle
-------------------------------------------------------------- */
.dropdown-toggle * { display:inline-block; }
.dropdown-toggle .label { padding-right:2px; }
.dropdown-toggle .value {}
.dropdown-toggle .dropdown-icon {
	width:18px;
	text-indent:-9999px;
	background-position:0 50%;
	background-repeat:no-repeat;
}
.dropdown-toggle .img-caret {
	background:url(https://www.miomente.de/skin/frontend/ultimo/default/images/infortis/_shared/dropdown/arrow-dropdown.png) 100% 50% no-repeat;
	width:10px;
	text-indent:-9999px;
}

/* Predefined icons
-------------------------------------------------------------- */
.dropdown-toggle .icon.first { margin-left:-5px; }
.dropdown-toggle .icon.close-to-text { margin-right:-8px; }


/* Cover 'dropdown-toggle' (and 'dropdown-menu' shadow) with additional inner div
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
		.dropdown-toggle.cover > div { padding:0 10px; cursor:default; }
.open > .dropdown-toggle.cover > div { background-color:#fff; }
/*.dropdown:hover .dropdown-toggle.cover > div,*/
.open > .dropdown-toggle.cover > div {
	z-index:4001;
	position:relative;
}


/* Dropdown menu
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown-menu {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	z-index:4000;
	padding:20px;
	min-width:130px;
	line-height:1.5em;
	text-align:left;

	list-style:none;
	background-color:#fff;
}
.dropdown-menu.left-hand {
	left:auto;
	right:0;
}

/* When dropdown menu is an unordered list
-------------------------------------------------------------- */
/* Everything is inline-block, except links */
.dropdown-menu > li * { display:inline-block; }
.dropdown-menu > li > a { display:block; }

.dropdown-menu > li { white-space:nowrap; }
.dropdown-menu > li .label { margin-right:8px; }
.dropdown-menu .dropdown-icon {
	width:18px;
	text-indent:-9999px;
	background-position:0 50%;
	background-repeat:no-repeat;
}


/* Clickable
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.clickable-dropdown {}

/**
 * Icons and "feature" box
 */



/* Icon %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

div.icon, /*backward compatibility*/
span.icon {
	background-color:#999;
	background-position:0 0;
	background-repeat:no-repeat;
	border-radius:50%;
	
	vertical-align:middle;
	display:inline-block;
	width:30px;
	height:30px;
	padding:3px;
}
div.icon.large, /*backward compatibility*/
span.icon.large {
	width:50px;
	height:50px;
	padding:5px;
}


/* Icons: single characters (letters, numbers etc.)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* "i-number" - class name for backward compatibility */
.icon.i-number,
.icon.i-char {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.icon.large.i-number,
.icon.large.i-char {
	font-size: 20px;
	line-height: 50px;
	font-weight: normal;
}

/* Auto-size: allow for big icons */
.icon.auto-size { width: auto; max-width: none; height: auto; max-height: none; }

/**
 * Itemgrid
 */



.itemgrid .item {
	float:left;
	padding-left:1%;
	padding-right:1%;
}

/* Item grid: 2 columns */
.itemgrid-2col .item { width:48%; }
.itemgrid-2col .item:nth-child(2n+1) { clear:left; }



/* Left */
.icon.i-left {
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-107px -107px;
}
.icon.i-left-w {
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-107px -157px;
}

/* Right */
.icon.i-right {
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-157px -107px;
}
.icon.i-right-w {
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-157px -157px;
}

/* Top */
.icon.i-top {
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-207px -107px;
}
.icon.i-top-w {
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-207px -157px;
}

/* Bottom */
.icon.i-bottom {
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-257px -107px;
}
.icon.i-bottom-w {
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-257px -157px;
}



/* Mobile */
.icon.i-mobile {
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-57px -7px;
}

/* Location */
.icon.i-location {
	background-image:url(https://www.miomente.de/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-207px -7px;
}

/**
 * Common styles
 */



/* Common styles %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Sizes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header-top,
.header .dropdown { line-height:3em; } /* line-height:36px; */
.header .dropdown { max-height:3em; } /* Set static height to improve layout of inline elements */


/* Blocks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/**/
.sidebar .block:first-child { margin-top:6px; } /* To align with page title */
.cms-index-index .sidebar .block:first-child { margin-top:0; } /* Remove margin on home page */

 
/* Headings
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Page Heading
-------------------------------------------------------------- */
.my-account .page-title,
.category-title { border-bottom:1px solid #e5e5e5; }

/* Block titles and section headings
-------------------------------------------------------------- */
/* Sidebar blocks */
.block .block-title,

/* Section title */
.section-title,

/* Cart */
.cart .crosssell h2,
.cart .discount h2,
.cart .shipping h2
{
	/* padding:13px 0 7px; */ /*TODO*/
	padding-top:7px;
	padding-bottom:7px;
	border-bottom:1px solid #e5e5e5;
	font-weight:normal;
	font-size:1.5em; /*18px*/
	line-height:1.2222em; /*22px*/
}

/* Secondary headings
-------------------------------------------------------------- */
/* Log in */
.account-login h2,

/* Checkout log in */
#opc-login h3,

/* Fieldset and multiple checkout */
.fieldset .legend,
.multiple-checkout .col2-set h2.legend,
.info-set h2.legend
{
	font-size:1.5em; /*18px*/
	line-height:1.3333em; /*24px*/
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:10px;
}

/* Account headings
-------------------------------------------------------------- */
/* Primary */
.box-account .box-head h2,
.order-items h2.table-caption,
.order-items h2.sub-title,
.order-items .order-comments h2 {}

/* Secondary */
.dashboard .box .box-title h3,
.dashboard .box .box-title h4,
.order-info-box h2 {}

/* Other headings
-------------------------------------------------------------- */
/* Page title */
.category-title,

/* Account */
.my-account .page-title,
.box-account .box-head,
.dashboard .box .box-title
{
	border-color:#e5e5e5;
}



/* Colors %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Borders
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Elements with horizontal border - normal
-------------------------------------------------------------- */
/* CMS */
.section-line,

/* Misc */
.toolbar 
{ border-color:#e5e5e5; }

/* Elements with horizontal border - lighter
-------------------------------------------------------------- */
/* Product page - Add-to-cart area */
.product-view .product-type-data,
.product-view .product-type-data .price-box,
.container1-wrapper,
.container2-wrapper,
.product-view .add-to-box,

/* Product grid/list */
.category-products-grid .item,
.products-list li.item,

/* Pop-ups */
.remember-me-popup h3,
.map-popup-heading
{
	border-color:#f5f5f5;
}

/* Elements with vertical border - normal
-------------------------------------------------------------- */
/* Product page */
.custom-sidebar-right .inner,
.custom-sidebar-left .inner
{
	border-color:#e5e5e5;
}

/* Elements with vertical border - lighter
-------------------------------------------------------------- */
/* Product grid/list */
.products-list .product-shop-inner
{
	border-color:#f5f5f5;
}

/* Elements with darker border
-------------------------------------------------------------- */
/* Cart */
.data-table thead,
.cart-table thead tr,

/* Availability */
.availability-only-details thead
{
	border-color:#e5e5e5; /*Currently the same color as other borders*/
}


/* Background colors
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Elements with light gray background
-------------------------------------------------------------- */
/* Product page - increaments */
.extrahint-wrapper .product-pricing,

/* Account */
.addresses-list .addresses-primary .item,
.order-info-box,

/* Advanced search */
.advanced-search-summary,

/* Checkout */
.opc .gift-messages-form
{
	background-color:#f5f5f5;
}


/* Text color
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Elements with lighter text
-------------------------------------------------------------- */
/* Product grid/list */
.products-list .ratings,
.products-grid .ratings,
.products-list .ratings a,
.products-grid .ratings a,

/* Breadcrumbs */
.breadcrumbs li,
.breadcrumbs a,

/* Layered nav */
.block-layered-nav dd li,

/* Product page */
.block-related-simple .related-add-to-wishlist,
.block-related-thumbnails .related-add-to-wishlist,

/* Availability */
.availability,

/* Reviews */
.product-view .box-reviews dd .date,

/* Product options */
.item-options dd,
.product-options p.note,

/* Prices */
.price-notice .price,

/* MSRP price and old price */
.old-price,
.product-view .price-box .old-price .price,
#map-popup-msrp,
.map-popup-msrp .price
{
	color:#aaa;
}


/* Forms
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Product options form colors
-------------------------------------------------------------- */
.product-options dd select,
.product-options dd .input-text,
.product-options dd textarea,
.product-options ul.options-list { color:#888; }
.product-options dd select:hover,
.product-options dd select:focus,
.product-options dd textarea:hover,
.product-options dd textarea:focus,
.product-options ul.options-list:hover { color:#333; }


/* Selected interface icons:
   text color - icons on hover: toolbar icons, pager, prev/next slide etc.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Hover item color */
/* Toolbar */
.sorter .view-mode a:hover,
.sorter .sort-by .category-asc:hover,
.sorter .sort-by .category-desc:hover,
.pager .pages li a:hover,

/* Add-to links */
.add-to-links.addto-icons a:hover,

/* Slider arrows */
.gen-slider-arrows1 .direction-nav a:hover,
.gen-slider-arrows2 .direction-nav a:hover,
.gen-slider-arrows3 .direction-nav a:hover,

/* Lightbox */
#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose:hover,

/* Scroll to top button */
#scroll-to-top:hover
{
	color:#fff; /*Color of text*/
}



/* Fonts %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Price on product page and MSRP
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .price-box .price,
.map-popup-price .price,
.map-popup-msrp .price { font-family:Verdana, Geneva, sans-serif; }



/* Effects %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Shadows: for pop-ups, drop-downs etc.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* IE version included */
#nav .level0-wrapper,
#nav.classic .parent > ul,

/* Mini cart */
#mini-cart .block-content,
.truncated .truncated_full_value .item-options,

/* Compare drop-down */
.header .block-compare .block-content,

/* Search autocomplete */
.header .form-search .search-autocomplete ul,

/* Dropdown */
.open > .dropdown-toggle.cover,
.dropdown-menu,

/* Pop-ups and tooltips */
.remember-me-popup,
.map-popup,
.tool-tip,
#subscribe-form .input-box .validation-advice
{
	-moz-box-shadow:0 2px 10px rgba(0,0,0, 0.15);
	-webkit-box-shadow:0 2px 10px rgba(0,0,0, 0.15);
	box-shadow:0 2px 10px rgba(0,0,0, 0.15);
}


/* Transitions
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Links and other selected elements
-------------------------------------------------------------- */
/* IMPORTANT: link transitions should be placed before other transitions */
a,
#mobnav-trigger .trigger-icon .line,
.accordion .opener /*Main menu accordion*/
{
	transition:			color 450ms ease-in-out, background-color 450ms ease-in-out;
	-moz-transition:	color 450ms ease-in-out, background-color 450ms ease-in-out;
	-webkit-transition:	color 450ms ease-in-out, background-color 450ms ease-in-out;
	-o-transition:		color 450ms ease-in-out, background-color 450ms ease-in-out;
}
a:hover,
#mobnav-trigger:hover .trigger-icon .line,
.accordion .opener:hover
{
	transition-duration:			100ms;
	-moz-transition-duration:		100ms;
	-webkit-transition-duration:	100ms;
	-o-transition-duration:			100ms;
}

/* Opacity
-------------------------------------------------------------- */
/*
.form-search .button span
{
	transition:			opacity 450ms ease-in-out;
	-moz-transition:	opacity 450ms ease-in-out;
	-webkit-transition:	opacity 450ms ease-in-out;
	-o-transition:		opacity 450ms ease-in-out;
}
.form-search .button:hover span
{
	transition-duration:			100ms;
	-moz-transition-duration:		100ms;
	-webkit-transition-duration:	100ms;
	-o-transition-duration:			100ms;
}
*/
.form-search .button span {
	transition:			opacity 300ms ease-in-out;
	-moz-transition:	opacity 300ms ease-in-out;
	-webkit-transition:	opacity 300ms ease-in-out;
	-o-transition:		opacity 300ms ease-in-out;
}

/* Interface icons: toolbar icons, pager, prev/next slide etc.
-------------------------------------------------------------- */
.sorter .view-mode .grid,
.sorter .view-mode .list,
.sorter .sort-by .category-asc,
.sorter .sort-by .category-desc,

/* Back link */
.buttons-set .back-link small,

/* Add-to links */
.add-to-links.addto-icons a,

/* Accordion and collapsible: opener */
.accordion-style1 .opener,
.accordion-style1 .opener:hover, /*Override: .accordion .opener:hover */
.collapsible .opener,

/* Scroll to top */
#scroll-to-top
{
	transition:			background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition:	background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition:	background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition:		background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}

/* Accordions, tabs & other components
-------------------------------------------------------------- */
/* TODO: del
.gen-tabs .tabs a,
.gen-tabs .acctab,
.opc .step-title
{
	transition:			color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
	-moz-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
	-webkit-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
	-o-transition:		color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
}
*/

/* Carets
-------------------------------------------------------------- */
#nav a.level-top .caret {
	transition:			border-top-color 450ms ease-in-out;
	-moz-transition:	border-top-color 450ms ease-in-out;
	-webkit-transition:	border-top-color 450ms ease-in-out;
	-o-transition:		border-top-color 450ms ease-in-out;
}
#nav > li:hover a.level-top .caret {
	transition-duration:			100ms;
	-moz-transition-duration:		100ms;
	-webkit-transition-duration:	100ms;
	-o-transition-duration:			100ms;
}

/* Elements with animated color, background color and borders
-------------------------------------------------------------- */
/* Forms */
input.input-text, select, textarea,
.product-options ul.options-list,

/* Product image thumbnails */
.product-view .product-img-box .more-views .thumbnails li a,

/* Product mini-lists */
.mini-products-list .product-image,
.cart .crosssell .product-image,

/* Tabs & accordion */
.gen-tabs .tabs a,
.gen-tabs .acctab,

/* OPC accordion */
.opc .step-title
{
	transition:			color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
	-moz-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
	-webkit-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
	-o-transition:		color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
}


/* Shadow for the main containers
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Elements which have backgr. color can be marked with "show-bg". They will drop shadow if "shadow" class was added to the containing block. */
.drop-shadow,
.shadow .show-bg,

/* Conditional shadow for main menu bar */
.shadow .nav-bar-drop-shadow #mobnav-trigger,
.shadow .nav-bar-drop-shadow .vertnav-top,
.shadow .nav-bar-drop-shadow #nav
{
	-moz-box-shadow:	0 2px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:	0 2px 3px rgba(0, 0, 0, 0.1);
	box-shadow:			0 2px 3px rgba(0, 0, 0, 0.1);
}

body {
			color: #333333;
				font-size: 14px;
	
			background-color: #f5f5f5;
	}
a
{
			color: #333333;
	}
a:hover,
.vertnav-side li.current > a
{
			color: #3ec2df;
	}

.caret {
			border-top-color: #333333;
	}


button.button span
{
	background-color: #eeeeee;
	color: #333333;
}
button.button:hover span
{
	background-color: #3ec2df;
	color: #ffffff;
}

.product-view .btn-cart span,
button.btn-checkout span
{
	background-color: #333333;
	color: #ffffff;
}
.product-view .btn-cart:hover span,
button.btn-checkout:hover span
{
	background-color: #3ec2df;
	color: #ffffff;
}



/* Default icon */
/* Toolbar */
.sorter .view-mode a,
.sorter .sort-by .category-asc,
.sorter .sort-by .category-desc,
.pager .pages li a,

/* Back link */
.buttons-set .back-link small,

/* Add-to links */

	/* Simple icons (product grid) */
	.add-to-links.addto-icons a, /*Deprecated*/

	/* Other with standard icons */
	.add-to-links span.icon,

/* Slider arrows */
.slider-arrows1 .owl-controls .owl-buttons div,
.slider-arrows1 .owl-controls.clickable .owl-buttons div.disabled:hover,
.slider-arrows2 .owl-controls .owl-buttons div,
.slider-arrows3 .owl-controls .owl-buttons div,
.slider-arrows3 .owl-controls.clickable .owl-buttons div.disabled:hover,

	/* deprecated */
	.gen-slider-arrows1 .direction-nav a, /* Sliders */
	.gen-slider-arrows1 .direction-nav a.disabled:hover,
	.gen-slider-arrows2 .direction-nav a, /* Slideshow */
	.gen-slider-arrows2 .direction-nav a.disabled:hover,
	.gen-slider-arrows3 .direction-nav a, /* Cloud Zoom */
	.gen-slider-arrows3 .direction-nav a.disabled:hover,

/* Slider pagination */
.slider-pagination1 .owl-controls .owl-page span,
.slider-pagination2 .owl-controls .owl-page span,

/* Lightbox */
#cboxPrevious,
#cboxNext,
#cboxClose,

/* Accordion and collapsible: opener */
.accordion-style1 .opener,
.collapsible .opener,

/* Scroll to top */
#scroll-to-top
{
	background-color: #f5f5f5;
}


/* Hover icon */
/* Toolbar */
.sorter .view-mode a:hover,
.sorter .sort-by .category-asc:hover,
.sorter .sort-by .category-desc:hover,
.pager .pages li a:hover,

/* Back link */
.buttons-set .back-link:hover small,

/* Add-to links */

	/* Simple icons (product grid) */
	.add-to-links.addto-icons a:hover, /*Deprecated*/

	/* Other with standard icons */
	.add-to-links span.icon-hover:hover,
	.add-to-links .feature-icon-hover:hover span.icon,

/* Slider arrows */
.slider-arrows1 .owl-controls.clickable .owl-buttons div:hover,
.slider-arrows2 .owl-controls.clickable .owl-buttons div:hover,
.slider-arrows3 .owl-controls.clickable .owl-buttons div:hover,

	/* deprecated */
	.gen-slider-arrows1 .direction-nav a:hover,
	.gen-slider-arrows2 .direction-nav a:hover,
	.gen-slider-arrows3 .direction-nav a:hover,

/* Slider pagination */
.slider-pagination1 .owl-controls.clickable .owl-page:hover span,
.slider-pagination2 .owl-controls.clickable .owl-page:hover span,


/* Lightbox */
#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose:hover,

/* Accordion and collapsible: opener */
.accordion-style1 .opener:hover,
.collapsible .opener:hover,

/* Scroll to top */
#scroll-to-top:hover
{
	background-color: #000000;
}


/* Active icon */
/* Slider pagination */
.slider-pagination1 .owl-controls			.owl-page.active span,
.slider-pagination1 .owl-controls.clickable .owl-page.active:hover span, /* Active state overrides hover state */
.slider-pagination2 .owl-controls			.owl-page.active span,
.slider-pagination2 .owl-controls.clickable .owl-page.active:hover span, /* Active state overrides hover state */

.sorter .view-mode span.grid,
.sorter .view-mode span.list,
.pager .pages li.current
{
	background-color: #e5e5e5;
}


span.icon
{
	background-color: #de2666;
}



/* Custom content class */
.main-font,

/* Headings */
h1, h2, h3, h4, h5,
.section-title,
.products-list .product-name,
.products-grid .product-name,
h3.product-name, /*TODO:remove*/

/* Generic  */
.feature .heading,
.accordion .heading,

/* Main menu */
#mobnav-trigger,
#nav > li > a,
#nav.wide ul.level0 > li > a,
.vertnav-top li a,

/* Block headings */
.block .block-title,

/* Checkout headings */
#opc-login h3,

/* Multiple checkout */
/*.fieldset .legend,
.multiple-checkout .col2-set h2.legend,
.info-set h2.legend,*/

/* Account */
.box-account .box-head h2,
.order-items h2.table-caption,
.order-items h2.sub-title,
.order-items .order-comments h2,

/* Product page */
.product-view .box-reviews dt .heading,
.gen-tabs .tabs a,

/* Footer headings */
.footer .heading,
#subscribe-form label,

/* Captions */
.caption .heading
{
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		
	
			font-weight: 500;
	}







.wrapper
{
				border-top-color: #333333;
	
			background-color: #ffffff;
		
	}
.header
{
		
	}
.header a {
	}
.header a:hover {
	}

.header .caret {
			border-top-color: #333333;
	}


.form-search .input-text
{
	background-color: #ffffff;
	border-color: #dddddd;
			color: #bbbbbb;
	}
.form-search .input-text:hover,
.form-search .input-text:focus
{
	background-color: #ffffff;
	border-color: #333333;
			color: #333333;
	}



.header .dropdown-menu,
.header .open > .dropdown-toggle.cover > div,
.header .truncated .truncated_full_value .item-options,
.header .form-search .search-autocomplete
{
			background-color: #ffffff;
		
			color: #333333;
	}

.header .dropdown-menu a,
.header .open > .dropdown-toggle.cover > div a,
.header .form-search .search-autocomplete li
{
			color: #333333;
	}
.header .dropdown-menu a:hover,
.header .open > .dropdown-toggle.cover > div a:hover,
.header .form-search .search-autocomplete li:hover
{
			color: #aaaaaa;
	}

.header-top
{
		
	
		}
.header-top a
{
	}
.header-top a:hover
{
	}

#nav ul li a
{
			color: #333333;
	}
#nav ul li a:hover
{
			color: #00a9c7;
	}
#mobnav-trigger
{
	background-color: #f8f8f8;
	color: #333333;
}

#mobnav-trigger:hover
{
	background-color: #5bd2ec;
	color: #ffffff;
}

#mobnav-trigger.active
{
	background-color: #5bd2ec;
	color: #ffffff;
}


#nav,
.vertnav-top li a
{
	background-color: #f8f8f8;
	color: #333333;
}
#nav > li > a
{
	color: #333333;
}

#nav > li:hover > a,
.vertnav-top li > a:hover
{
	background-color: #5bd2ec;
	color: #ffffff;
}

.cms-index-index #nav #nav-home > a,
#nav > li.active > a,
.vertnav-top li.current > a
{
	background-color: #333333;
	color: #ffffff;
}



#nav > li > a,
#mobnav-trigger
{
	font-size:16px;
			text-transform:uppercase;
	}

#nav > li.parent > a .caret {
	border-top-color: #333333;
}
#nav > li.parent:hover > a .caret {
	border-top-color: #ffffff;
}
#nav > li.parent.active > a .caret {
	border-top-color: #ffffff;
}



	#nav,
	.vertnav-top
	{
		border-bottom:5px solid #333333;
	}

		#nav > li { border-bottom:5px solid transparent; margin-bottom:-5px; }



.main-container
{
	
	
	}
.main
{
			background-color: #ffffff;
	}





.category-products-grid .item,
.products-list .item
{
	}
.category-products-grid .item:hover,
.products-list .item:hover
{
	}





/* Slider arrows */
.the-slideshow .owl-controls .owl-buttons div,

/* Slider pagination */
.the-slideshow.slider-pagination1 .owl-controls .owl-page span,

/* For pagination2 default color overrides color of active state and hover state */
.the-slideshow.slider-pagination2 .owl-controls .owl-page span,
.the-slideshow.slider-pagination2 .owl-controls				.owl-page.active span,
.the-slideshow.slider-pagination2 .owl-controls.clickable 	.owl-page.active:hover span 
{
	background-color: #ffffff;
}


/* Slider arrows */
.the-slideshow .owl-controls.clickable .owl-buttons div:hover,

/* Slider pagination */
.the-slideshow.slider-pagination1 .owl-controls.clickable .owl-page:hover span,
.the-slideshow.slider-pagination2 .owl-controls.clickable .owl-page:hover span
{
	background-color: #000000;
}
.footer
{
		
	}

.footer a
{
	}
.footer a:hover
{
	}


.footer span.icon
{
	background-color: #de2666;
}



/* Back link */
.footer .buttons-set .back-link small,

/* Slider arrows */
.footer .slider-arrows1 .owl-controls .owl-buttons div,
.footer .slider-arrows1 .owl-controls.clickable .owl-buttons div.disabled:hover,
.footer .slider-arrows2 .owl-controls .owl-buttons div,
.footer .slider-arrows3 .owl-controls .owl-buttons div,
.footer .slider-arrows3 .owl-controls.clickable .owl-buttons div.disabled:hover,

	/* deprecated */
	.footer .gen-slider-arrows1 .direction-nav a, /* Sliders */
	.footer .gen-slider-arrows1 .direction-nav a.disabled:hover,
	.footer .gen-slider-arrows2 .direction-nav a, /* Slideshow */
	.footer .gen-slider-arrows2 .direction-nav a.disabled:hover,
	.footer .gen-slider-arrows3 .direction-nav a, /* Cloud Zoom */
	.footer .gen-slider-arrows3 .direction-nav a.disabled:hover,

/* Slider pagination */
.footer .slider-pagination1 .owl-controls .owl-page span,
.footer .slider-pagination2 .owl-controls .owl-page span,

/* Accordion and collapsible: opener */
.footer .accordion-style1 .opener,
.footer .collapsible .opener
{
	background-color: #f5f5f5;
}

/* Back link */
.footer .buttons-set .back-link:hover small,

/* Slider arrows */
.footer .slider-arrows1 .owl-controls.clickable .owl-buttons div:hover,
.footer .slider-arrows2 .owl-controls.clickable .owl-buttons div:hover,
.footer .slider-arrows3 .owl-controls.clickable .owl-buttons div:hover,

	/* deprecated */
	.footer .gen-slider-arrows1 .direction-nav a:hover,
	.footer .gen-slider-arrows2 .direction-nav a:hover,
	.footer .gen-slider-arrows3 .direction-nav a:hover,

/* Slider pagination */
.footer .slider-pagination1 .owl-controls.clickable .owl-page:hover span,
.footer .slider-pagination2 .owl-controls.clickable .owl-page:hover span,

/* Accordion and collapsible: opener */
.footer .accordion-style1 .opener:hover,
.footer .collapsible .opener:hover
{
	background-color: #5bd2ec;
}

/**
 * Override CSS components
 */



/* Itemslider %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Buttons aligned at the bottom */
.itemslider.equal-height .item { position: static; padding-bottom: 50px; }
.itemslider.equal-height .actions { position: absolute; bottom: 0; }

/**
 * Theme-specific styles
 */



/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
   Override/extend styles.css %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Layout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.main { padding:30px 0 40px; }

/* Additional margin for main sidebars
-------------------------------------------------------------- */
.col-left > * { margin-right: 15px; }
.col-right > * { margin-left: 15px; }



/* Global Styles %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Form
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Fieldset
-------------------------------------------------------------- */
/* Common styles for fieldsets and blocks in Multiple Addresses Checkout and Generic Info Set */
.fieldset,
.multiple-checkout .col2-set,
.multiple-checkout .col3-set,
.info-set {
    margin:0 0 10px;
    padding:0 15px 15px;
}
.fieldset .legend,
.multiple-checkout .col2-set h2.legend,
.info-set h2.legend {
	margin:0 -15px 10px -15px;
	padding-left:15px; padding-right:15px;
}

/* Buttons set
-------------------------------------------------------------- */
.buttons-set { margin:10px 15px; }
/* Note: buttons and "required" have equal right margin */
.buttons-set button.button { margin-left:0; margin-right:5px; margin-bottom:5px; }
.buttons-set p.required { margin:0 5px 5px 0; }



/* Page Heading
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.page-title h1,
.page-title h2 { margin:0; min-height:1.3125em; /* 42px. Has to ba aligned with ".block .block-title" */ }
.category-title { margin-bottom:0; }


/* Global Messages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.note-msg.empty-catalog {
	background:url(https://www.miomente.de/skin/frontend/ultimo/miomente/images/img/empty-catalog.png) 10px 10px no-repeat transparent !important;
	color:inherit;
	min-height:70px;
	padding:40px 20px 40px 160px !important;
}


/* BreadCrumbs
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.breadcrumbs { line-height:1.5em; /*18px*/ margin:0 0 5px; }
/* Breadcrumbs on product page */
.catalog-product-view .breadcrumbs { margin-bottom:10px; }



/* Header %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Line breaker */
.user-menu .line-break-after { clear:both; margin-bottom: 1px; }

/* Quick search: skins
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Search: inline
-------------------------------------------------------------- */
.search-wrapper-inline .form-search .input-text { min-width: 180px; }


/* Quick search: positions
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Position 0 */
.search-wrapper-p0 { float: right; }
.search-wrapper-p0 .form-search .input-text { min-width: 220px; }

/* Position 1 - right side of top links */
.search-wrapper-p1 { float: right; }
.search-wrapper-p1 .form-search .input-text { min-width: 220px; }

/* Position 2 - right side of top links */
.search-wrapper-p2 { float: right; }
.search-wrapper-p2 .form-search .input-text { min-width: 220px; }

/* Position 3 - right side of top links */
.search-wrapper-p3 { float: right; }
.search-wrapper-p3 .form-search .input-text { min-width: 220px; }

/* Position 4 - right side of top links */
.search-wrapper-p4 { float: right; }
.search-wrapper-p4 .form-search .input-text { min-width: 220px; }

/* Position 5 - right side of top links */
.search-wrapper-p5 { float: right; }
.search-wrapper-p5 .form-search .input-text { min-width: 220px; }


/* Mini-cart
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/*#mini-cart { margin-bottom:-8px; }*/



/* Sidebar %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Block lists
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-viewed .block-content ol,
.block-compare .block-content ol,
.block-compared .block-content ol {
	padding-left: 0;
	list-style: none;
}
.block-viewed .block-content li.item,
.block-compare .block-content li.item,
.block-compared .block-content li.item {
	background:url(https://www.miomente.de/skin/frontend/ultimo/miomente/images/img/bullet.png) no-repeat 0 10px;
	padding-left:10px;
}


/* Block: Related
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Align block title with the tabs on product page */
.block-related .section-title { padding-top: 19px; }
.block-related-thumbnails .owl-wrapper { margin-top:15px; }


/* Block: Account
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-account .block-title { background:url(https://www.miomente.de/skin/frontend/ultimo/miomente/images/img/ic-account.png) 5px 2px no-repeat; padding-left:42px !important; }
.block-account .block-content { padding:10px 0 0; }
.block-account li > * { padding: 2px; }
.block-account li.current strong { font-weight:bold; }



/* Category view %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.products-grid .item { -webkit-tap-highlight-color: transparent; }



/* Product view elements %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Availability
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.availability { float:right; margin:15px 0; }



/* Product page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Prices
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Bundle product */
.price-box-bundle {
	border-bottom:1px solid #e5e5e5;
	margin:-10px 0 15px; /* Move up to align with the main price box */
	padding-bottom:15px;
}


/* Main containers
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Margin before price box */
.product-view .space-before-avail { margin:0 0 15px; height:0; line-height:0; }

/* Upper part of the container */
.product-view .product-type-data > .price-box {
	border-top-style:solid;
	border-top-width:1px;
	margin:15px 0 0;
	padding:10px 0;
}

/* Other
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Add to cart button */
.product-view .btn-cart span span { padding:5px 40px; }

/* Reviews */
.product-view .box-reviews .buttons-set { margin-left:0; margin-right:0; }


/* New elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .sku { margin: 15px 0; }
.product-view .sku span { font-weight: bold; }


/* Product type specific data
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .is-type-grouped .availability { margin-top:0; margin-bottom:0; }
.product-view .grouped-items-table input.input-text { height: 26px; padding:4px; /* Decrease default height and padding */ }



/* My Account %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*.my-account .pager { margin: -1px 0 20px; }*/



/* Footer %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Footer primary
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.footer-primary .section { padding-top: 20px; padding-bottom: 20px; }





/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
   Misc %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Accordion & Collapsible %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Accordion - Style 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.accordion-style1 li a {
	border-bottom-color:#eee;
	border-bottom:1px solid rgba(0,0,0,0.06);
}
.accordion-style1 li a:hover {
	background-color:rgba(0,0,0, 0.03);
}

/* Opener
-------------------------------------------------------------- */
.accordion-style1 .opener {
	background-color:rgba(0,0,0, 0.03);
}



/* Other modifications %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Nav container:
   with outline (if nav container has background color) or without outline (stretched)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* With outline
-------------------------------------------------------------- */
/* Add top and bottom margin */
.nav.has-outline > .grid-full { margin-top: 1%; margin-bottom: 1%; }
.nav.has-outline #mobnav { margin-bottom: 0; } /* Trigger has no bottom margin */

/* Without outline
-------------------------------------------------------------- */
/* If menu stretched, no top and bottom margin. Important: added "container" class to make the selector more specific */
.container.nav.stretched > .grid-full { margin-top: 0; margin-bottom: 0; }
/*.nav > .grid-full { float:left; }*/


/* Cart
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Collateral boxes - stretch */
.cart-left-column .grid-full,
.cart-right-column .grid-full { width:100%; }


/* Interface icons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Icons with no background
-------------------------------------------------------------- */
/* Toolbar */
.sorter .view-mode a,
.sorter .sort-by .category-asc,
.sorter .sort-by .category-desc,
.pager .pages li a,

/* Add-to links */
.add-to-links.addto-icons a,

/* Slider arrows (for zoom thumbnails) */
.slider-arrows3 .owl-controls .owl-buttons div,
.slider-arrows3 .owl-controls.clickable .owl-buttons div.disabled:hover,

	/* Deprecated */
	.gen-slider-arrows3 .direction-nav a,
	.gen-slider-arrows3 .direction-nav a.disabled:hover
{
	background-color:transparent;
}

/* Other icons
-------------------------------------------------------------- */
/* Add-to links icons in product grid */
.products-grid .addto-links-icons span.icon { border-radius: 0; }

/* Pager */
.pager .pages li a { background-color:#f5f5f5; }

/* Add-to links */
.addto-links-icons span.icon,
.add-to-links.addto-icons a, /* Obsolete */

/* Slideshow directional arrows */
.gen-slider-arrows2 .direction-nav a,
.gen-slider-arrows2 .direction-nav a.disabled:hover { background-color:#fff; }





/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
   Built-in static blocks %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Deprecated: Header top - help block */
.header-top .phone { background:url(https://www.miomente.de/skin/frontend/ultimo/miomente/images/img/ic-phone.png) 0 center no-repeat; padding:0 0 0 24px; }

.block_category_above_collection { margin:10px 0; }
.block_category_below_collection { margin:10px 0; }
.block_category_above_empty_collection { margin:10px 0; }

/*.block_product_primary_bottom {}
.block_product_secondary_bottom {}
.block_product_replace_related {}
.block_product_replace_upsell {}
	
.block_cart_below_totals {}
.block_cart_below_table {}*/

.block_mini_cart_above_products { margin:0 0 10px; }

.block_opc_below_progress { margin:15px 0; }

.block_cms_page_top { margin:0 0 15px; }

/*.block_header_top_left {}
.block_header_top_left2 {}
.block_header_top_right {}
.block_header_top_right2 {}

.block_footer_primary_bottom_left {}
.block_footer_primary_bottom_right {}*/
.block_footer_payment { margin-right:10px; margin-bottom:10px; margin-left:20px; }

/* Sample block content
-------------------------------------------------------------- */
.sample-block {
	color:#999;
	margin-top:10px;
	padding: 0 !important;
	transition:			color 300ms ease-in-out, background-color 300ms ease-in-out;
	-moz-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	-o-transition:		color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.sample-block:hover { color:#333; }



/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
   High-resolution-ready (retina-ready) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (   min--moz-device-pixel-ratio: 1.5),
only screen and (     -o-min-device-pixel-ratio: 3/2),
only screen and (    -ms-min-device-pixel-ratio: 1.5),
only screen and (        min-device-pixel-ratio: 1.5)
{

	/* Rating */
	.rating-box,
	.rating-box .rating { background-image:url(https://www.miomente.de/skin/frontend/ultimo/miomente/images/img/rating@2x.png); background-size:14px 43px; }
	
	/* Theme icons
	-------------------------------------------------------------- */
	/* To top */
	#scroll-to-top,
	
	/* Search button */
	.header .form-search .button span,
	
	/* All icons from icons-theme.css */
	/* Row 1: */
	.icon.i-wishlist,
	.icon.i-wishlist-w,
	.icon.i-wishlist-bw,
	.icon.i-wishlist-wb,
	
	.icon.i-compare,
	.icon.i-compare-w,
	.icon.i-compare-bw,
	.icon.i-compare-wb,
	
	.icon.i-recommend,
	.icon.i-recommend-w,
	.icon.i-recommend-bw,
	.icon.i-recommend-wb,
	
	.icon.i-lowstock,
	.icon.i-lowstock-w,
	.icon.i-lowstock-bw,
	.icon.i-lowstock-wb,
	
	.icon.i-cart,
	.icon.i-cart-w,
	.icon.i-cart-bw,
	.icon.i-cart-wb,
	
	/* Row 2: */
	.icon.i-home,
	.icon.i-home-w,
	.icon.i-home-bw,
	.icon.i-home-wb,
	
	.icon.i-left,
	.icon.i-left-w,
	.icon.i-left-bw,
	.icon.i-left-wb,
	
	.icon.i-right,
	.icon.i-right-w,
	.icon.i-right-bw,
	.icon.i-right-wb,
	
	.icon.i-top,
	.icon.i-top-w,
	.icon.i-top-bw,
	.icon.i-top-wb,
	
	.icon.i-bottom,
	.icon.i-bottom-w,
	.icon.i-bottom-bw,
	.icon.i-bottom-wb /* Last selector without trailing coma */
	
	{ background-image:url(https://www.miomente.de/skin/frontend/ultimo/miomente/images/sprite@2x.png); background-size:500px 200px; }
	
	
	/* All icons from icons-social.css
	-------------------------------------------------------------- */
	/* Row 1: */
	.icon.i-telephone,
	.icon.i-telephone-w,
	
	.icon.i-mobile,
	.icon.i-mobile-w,

	.icon.i-skype,
	.icon.i-skype-w,
	
	.icon.i-letter,
	.icon.i-letter-w,

	.icon.i-location,
	.icon.i-location-w,
	
	/* Row 2: */
	.icon.i-twitter,
	.icon.i-twitter-w,
	
	.icon.i-facebook,
	.icon.i-facebook-w,
	
	.icon.i-googleplus,
	.icon.i-googleplus-w,
	
	.icon.i-youtube,
	.icon.i-youtube-w,
	
	.icon.i-vimeo,
	.icon.i-vimeo-w,
	
	.icon.i-wordpress,
	.icon.i-wordpress-w,
	
	.icon.i-pinterest,
	.icon.i-pinterest-w,
		
	.icon.i-linkedin,
	.icon.i-linkedin-w,
	
	.icon.i-blogger,
	.icon.i-blogger-w,

	.icon.i-envato,
	.icon.i-envato-w /* Last selector without trailing coma */
	
	{ background-image:url(https://www.miomente.de/skin/frontend/ultimo/miomente/images/sprite-icons-social@2x.png); background-size:500px 200px; }

} /* end: media query */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(120, 120, 120, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}



/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

/* Pop */
@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
}
@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 600;
    line-height: 24px;
    list-style: none;
    min-height: 24px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #a3134f;
      color:#ffffff;
    }

    .nice-select .option.selected {
      font-weight: bold;
      color:#000000;
    }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/*
 * 12-column grid system
 */



/* Container */
.container {
	margin-left:auto;
	margin-right:auto;
}
.nested-container {
	width:102%;
	margin-left:-1%;
}

/* Grid units */
.grid12-1,
.grid12-2,
.grid12-3,
.grid12-4,
.grid12-5,
.grid12-6,
.grid12-7,
.grid12-8,
.grid12-9,
.grid12-10,
.grid12-11,
.grid12-12,
.grid-full, /* Alias for full-width unit */

/* Special grid units */
.grid-col2-sidebar,
.grid-col2-main
{ 
	/*position:relative;*/
	display:inline;
	float:left;
	margin-left:1%;
	margin-right:1%;
}

/* Basic grid units width */
.grid12-1	{ width:6.33%; }
.grid12-2	{ width:14.66%; }
.grid12-3	{ width:23%; }
.grid12-4	{ width:31.33%; }
.grid12-5	{ width:39.67%; }
.grid12-6	{ width:48%; }
.grid12-7	{ width:56.33%; }
.grid12-8	{ width:64.67%; }
.grid12-9	{ width:73%; }
.grid12-10	{ width:81.33%; }
.grid12-11	{ width:89.67%; }
.grid12-12,
.grid-full	{ width:98%; }

/* Grid units without left gutter (margin) */
.no-left-gutter.grid12-1	{ margin-left:0; width:7.33%; }
.no-left-gutter.grid12-2	{ margin-left:0; width:15.66%; }
.no-left-gutter.grid12-3	{ margin-left:0; width:24%; }
.no-left-gutter.grid12-4	{ margin-left:0; width:32.33%; }
.no-left-gutter.grid12-5	{ margin-left:0; width:40.67%; }
.no-left-gutter.grid12-6	{ margin-left:0; width:49%; }
.no-left-gutter.grid12-7	{ margin-left:0; width:57.33%; }
.no-left-gutter.grid12-8	{ margin-left:0; width:65.67%; }
.no-left-gutter.grid12-9	{ margin-left:0; width:74%; }
.no-left-gutter.grid12-10	{ margin-left:0; width:82.33%; }
.no-left-gutter.grid12-11	{ margin-left:0; width:90.67%; }
.no-left-gutter.grid12-12,
.no-left-gutter.grid-full	{ margin-left:0; width:99%; }

/* Grid units without right gutter (margin) */
.no-right-gutter.grid12-1	{ margin-right:0; width:7.33%; }
.no-right-gutter.grid12-2	{ margin-right:0; width:15.66%; }
.no-right-gutter.grid12-3	{ margin-right:0; width:24%; }
.no-right-gutter.grid12-4	{ margin-right:0; width:32.33%; }
.no-right-gutter.grid12-5	{ margin-right:0; width:40.67%; }
.no-right-gutter.grid12-6	{ margin-right:0; width:49%; }
.no-right-gutter.grid12-7	{ margin-right:0; width:57.33%; }
.no-right-gutter.grid12-8	{ margin-right:0; width:65.67%; }
.no-right-gutter.grid12-9	{ margin-right:0; width:74%; }
.no-right-gutter.grid12-10	{ margin-right:0; width:82.33%; }
.no-right-gutter.grid12-11	{ margin-right:0; width:90.67%; }
.no-right-gutter.grid12-12,
.no-right-gutter.grid-full	{ margin-right:0; width:99%; }

/* Grid units without any gutter (margin) */
.no-gutter.grid12-1		{ margin-left:0; margin-right:0; width:8.33%; }
.no-gutter.grid12-2		{ margin-left:0; margin-right:0; width:16.66%; }
.no-gutter.grid12-3		{ margin-left:0; margin-right:0; width:25%; }
.no-gutter.grid12-4		{ margin-left:0; margin-right:0; width:33.33%; }
.no-gutter.grid12-5		{ margin-left:0; margin-right:0; width:41.67%; }
.no-gutter.grid12-6		{ margin-left:0; margin-right:0; width:50%; }
.no-gutter.grid12-7		{ margin-left:0; margin-right:0; width:58.33%; }
.no-gutter.grid12-8		{ margin-left:0; margin-right:0; width:66.67%; }
.no-gutter.grid12-9		{ margin-left:0; margin-right:0; width:75%; }
.no-gutter.grid12-10	{ margin-left:0; margin-right:0; width:83.33%; }
.no-gutter.grid12-11	{ margin-left:0; margin-right:0; width:91.67%; }
.no-gutter.grid12-12,
.no-gutter.grid-full	{ margin-left:0; margin-right:0; width:100%; }

/* Special grid units: basic structure of pages with 1 and 2 sidebars
-------------------------------------------------------------- */
/* 2 columns: fixed-width sidebar unit and fluid main unit.
   Sidebar unit has the same width for all screen sizes equal or greater than 1280px.
   Width of the main unit is fluid.
*/
.grid-col2-sidebar	{ width:23%; }
.grid-col2-main		{ width:73%; }

/* Another 2 columns inside ".grid-col2-main": fixed-width sidebar unit and fluid main unit */
.grid-col3-sidebar 		{ width:31.52%; }
.grid-col3-main			{ width:65.90%; }

/* Vertically aligned grid
-------------------------------------------------------------- */
.v-grid-container {
	display:table;
	width:100%;
}
.v-grid {
	float:none;
	display:table-cell;
	vertical-align:middle;
}

/* Utility classes
-------------------------------------------------------------- */
/* Units with no gutter (margin): alpha - first unit in a row, omega - last unit in a row */
.alpha { margin-left:0; }
.omega { margin-right:0; }

/* Hide element if screen width is lower than the width specified in the class name */
.hide-below-1680 { display:none !important; }
.hide-below-1440 { display:none !important; }
.hide-below-1360 { display:none !important; }
.hide-below-1280 { display:none !important; }

/* Container: stretched, without side margin 
-------------------------------------------------------------- */
/* Remove padding from stretched container (it is added for narrow screens via media queries) */
.container.stretched { width:96%; padding-left:0; padding-right:0; }

/* Stretch inner grid unit (full width) */
.container.stretched > .grid-full { width:100%; margin-left:0; margin-right:0; }

/* Grid units container: clears floats
   (place grid units inside "div" with this class)
-------------------------------------------------------------- */
.grid-container { *zoom: 1; clear: both; }
.grid-container:before,
.grid-container:after { display: table; line-height: 0; content: ""; }
.grid-container:after { clear: both; }

/* Grid unit container: clears floats and adds vertical margin between units
-------------------------------------------------------------- */
.grid-container-spaced { *zoom: 1; clear: both; }
.grid-container-spaced:before,
.grid-container-spaced:after { display: table; line-height: 0; content: ""; }
.grid-container-spaced:after { clear: both; }
.grid-container-spaced .grid12-1,
.grid-container-spaced .grid12-2,
.grid-container-spaced .grid12-3,
.grid-container-spaced .grid12-4,
.grid-container-spaced .grid12-5,
.grid-container-spaced .grid12-6,
.grid-container-spaced .grid12-7,
.grid-container-spaced .grid12-8,
.grid-container-spaced .grid12-9,
.grid-container-spaced .grid12-10,
.grid-container-spaced .grid12-11,
.grid-container-spaced .grid12-12,
.grid-container-spaced .grid-full
{
	margin-bottom: 2%;
}

/* Grid presentation
-------------------------------------------------------------- */
.show-grid [class*="grid12-"] {
	background-color: #eee;
	text-align: center;
	min-height: 40px;
	line-height: 40px;
	transition:			all 300ms ease-in-out;
	-moz-transition:	all 300ms ease-in-out;
	-webkit-transition:	all 300ms ease-in-out;
	-o-transition:		all 300ms ease-in-out;
}
.show-grid [class*="grid12-"]:hover {
	background-color: #F08080;
}

/* Grid container
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/



	.container {
		width:96%;
	
											max-width: 1200px;
						}

				.lte-ie8 .container { max-width:1200px; }
	






















/* Desktop - design for a width of 1280px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 1280px <= width */

@media only screen and (min-width: 1280px)  {

						.container { max-width: 1200px; }
				
	/* Special grid units */
	.grid-col2-sidebar 	{ width: 20.41%; }
	.grid-col2-main		{ width: 75.58%; }
	.grid-col3-sidebar		{ width:27.01%; }
	.grid-col3-main			{ width:70.34%; }
	
	/* Hide */
	.hide-below-1280 { display:inherit !important; }
}


/* Desktop, laptop - design for a width of 1280px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 1280px <= width */

@media only screen and (min-width: 1280px) {

    /* Header
    -------------------------------------------------------------- */
    .header .logo {
        max-width: 350px;
    }

    /* Cart
    -------------------------------------------------------------- */
    .cart-table .product-image {
        max-width: 110px;
    }

    /* Product page
    -------------------------------------------------------------- */
    .product-view .sticker {
        width: 80px;
        height: 80px;
    }

    /* Misc
    -------------------------------------------------------------- */
    /* Mini cart */
    .after-mini-cart {
        clear: none;
    }

    /* Item grid
    -------------------------------------------------------------- */
    /* Item grid: 2 columns */
    .itemgrid-adaptive.itemgrid-2col .item {
        width: 31.3333%;
        clear: none !important;
    }

    .itemgrid-adaptive.itemgrid-2col .item:nth-child(3n+1) {
        clear: left !important;
    }

    /* Item grid: 3 columns */
    .itemgrid-adaptive.itemgrid-3col .item {
        width: 23%;
        clear: none !important;
    }

    .itemgrid-adaptive.itemgrid-3col .item:nth-child(4n+1) {
        clear: left !important;
    }

    /* Item grid: 4 columns */
    .itemgrid-adaptive.itemgrid-4col .item {
        width: 18%;
        clear: none !important;
    }

    .itemgrid-adaptive.itemgrid-4col .item:nth-child(5n+1) {
        clear: left !important;
    }

    /* Item grid: 5 columns */
    .itemgrid-adaptive.itemgrid-5col .item {
        width: 14.6666%;
        clear: none !important;
    }

    .itemgrid-adaptive.itemgrid-5col .item:nth-child(6n+1) {
        clear: left !important;
    }

    /* Item grid: 6 columns */
    .itemgrid-adaptive.itemgrid-6col .item {
        width: 12.2857%;
        clear: none !important;
    }

    .itemgrid-adaptive.itemgrid-6col .item:nth-child(7n+1) {
        clear: left !important;
    }

    /* Item grid: 7 columns */
    .itemgrid-adaptive.itemgrid-7col .item {
        width: 10.5%;
        clear: none !important;
    }

    .itemgrid-adaptive.itemgrid-7col .item:nth-child(8n+1) {
        clear: left !important;
    }

    /* Cloud zoom
    -------------------------------------------------------------- */
    .itemslider-thumbnails.count-4,
    .itemslider-thumbnails.count-5,
    .itemslider-thumbnails.count-multi {
        max-width: 316px;
    }

    /*4*/
    /* Direction navigation */
    .itemslider-thumbnails.count-4 .direction-nav {
        display: none;
    }

    /* Slideshow caption
    -------------------------------------------------------------- */
    .caption .heading {
        font-size: 3.3em;
    }

    .caption p {
        font-size: 1.6666em;
    }

}


/* Design for a width of 960-1280 px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 960px <= width < 1280px */
@media only screen and (min-width: 960px) and (max-width: 1279px) {

    /* Cart
    -------------------------------------------------------------- */
    .cart-table .product-image {
        max-width: 80px;
    }

    /* Product page
    -------------------------------------------------------------- */
    .product-view .sticker {
        width: 80px;
        height: 80px;
    }
}


/* Mobile, small old desktop - design for a width of less than 960px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 960px */
@media only screen and (max-width: 959px) {

    /* Products grid: override size of elements (values like size-s)
    -------------------------------------------------------------- */
    /* Product labels */
    .products-grid .sticker {
        width: 45px;
        height: 45px;
        font-size: 1em;
    }

    .products-grid .item:hover .sticker {
        width: 50px;
        height: 50px;
    }

    /* Misc
    -------------------------------------------------------------- */
    /* Scroll to top button */
    #scroll-to-top {
        display: none !important;
    }

    /* Hide Sign Up link in Top Links */
    #link-sign-up {
        display: none;
    }

    /* Hide amount. Note: has to be defined after aligning ".amount" center */
    .toolbar .sorter .amount {
        display: none !important;
    }
}


/* Tablet (Portrait) - design for a width of 768px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 768px <= width < 960px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

    /* Default Magento classes
    -------------------------------------------------------------- */
    .nobr {
        white-space: normal !important;
    }

    /* Cart
    -------------------------------------------------------------- */
    .cart-table .product-name {
        font-size: 1em;
        font-family: inherit;
    }

    .cart-table .product-image {
        max-width: 80px;
    }

    /* Product page
    -------------------------------------------------------------- */
    /* Related - simple */
    .block-related-thumbnails .product-details {
        margin-left: 0;
        margin-bottom: 10px;
        clear: left;
    }

    /* Cloud zoom
    -------------------------------------------------------------- */
    /* Shrink the slider if to many thumbnails */
    .itemslider-thumbnails.count-3,
    .itemslider-thumbnails.count-4,
    .itemslider-thumbnails.count-5,
    .itemslider-thumbnails.count-multi {
        max-width: 158px !important;
    }

    /*2*/
    /* Direction navigation */
    .itemslider-thumbnails.count-3 .direction-nav,
    .itemslider-thumbnails.count-4 .direction-nav,
    .itemslider-thumbnails.count-5 .direction-nav,
    .itemslider-thumbnails.count-multi .direction-nav {
        display: block;
    }

    /* Thumbnails */
    .img-box .thumbnails.show-all.auto-adjust-width .item {
        max-width: 32%;
    }

    /* Slideshow caption
    -------------------------------------------------------------- */
    .caption .heading {
        font-size: 2.0833em;
    }

    .caption p {
        font-size: 1.1666em;
    }

    .caption button.button span span {
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
    }

}


/* All desktop - design for a width of 768px and wider
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 768px <= width */
@media only screen and (min-width: 768px) {

    /* Mobile accordion
    -------------------------------------------------------------- */
    .mobile-collapsible .block-title {
        border-bottom: none;
    }

    /* Hide line when not on mobile */
    .mobile-collapsible .opener {
        display: none !important;
    }

    /* Always hide when not on mobile */
    .mobile-collapsible .block-content {
        display: block !important;
    }

    /* Always show when not on mobile */
    /* See also: always make the container "relative" when ON mobile */
}


/* All mobile - design for a width of less than 768px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 768px */
@media only screen and (max-width: 767px) {

    /* Grid and basic layout
    -------------------------------------------------------------- */
    /* Margin for basic Magento columns */
    .col-main,
    .col-left,
    .col-right {
        margin-bottom: 30px;
    }

    /* Product view:
       margin for all grid units */
    .product-view .grid12-1,
    .product-view .grid12-2,
    .product-view .grid12-3,
    .product-view .grid12-4,
    .product-view .grid12-5,
    .product-view .grid12-6,
    .product-view .grid12-7,
    .product-view .grid12-8,
    .product-view .grid12-9,
    .product-view .grid12-10,
    .product-view .grid12-11,

        /* deprecated */
    .product-view .grid4-1,
    .product-view .grid4-2,
    .product-view .grid4-3,
    .product-view .grid2-1
        /* end:deprecated */
    {
        margin-bottom: 30px;
    }

    /* Remove additional margin for main sidebars */
    .col-left > * {
        margin-right: 0;
    }

    .col-right > * {
        margin-left: 0;
    }

    /* Magento utility classes
    -------------------------------------------------------------- */
    .nobr {
        white-space: normal !important;
    }

    /* Forms
    -------------------------------------------------------------- */
    .form-list .field,
    .form-list input.input-text,
    .form-list textarea,
    .form-list select,
    .form-list li.wide .input-box,
    .form-list li.wide input.input-text,
    .form-list li.wide textarea,
    .form-list li.wide select {
        max-width: 100%;
    }

    /* Tables
    -------------------------------------------------------------- */
    .data-table thead .nobr {
        white-space: normal !important;
    }

    .data-table th,
    .data-table td {
        padding: 5px;
    }

    /* Data tables formatting
    -------------------------------------------------------------- */
    /* Basic formatting */
    .cart .data-table thead,
    .my-wishlist .data-table thead,
    .my-account .data-table thead,
    .order-review .data-table thead {
        display: none;
    }

    .cart .data-table tbody,
    .my-wishlist .data-table tbody,
    .my-account .data-table tbody,
    .order-review .data-table tbody {
        background: transparent !important;
    }

    .cart .data-table tr,
    .cart .data-table td,
    .my-wishlist .data-table tr,
    .my-wishlist .data-table td,
    .my-account .data-table tr,
    .my-account .data-table td,
    .order-review .data-table tr,
    .order-review .data-table td {
        border: none !important;
        background: transparent !important;
        display: block;
        width: 100%;
        text-align: left !important;
    }

    .cart .data-table tr,
    .my-wishlist .data-table tr,
    .my-account .data-table tr,
    .order-review .data-table tr {
        border-bottom: 1px solid #e5e5e5 !important;
        margin-bottom: 20px;
    }

    /* Highlight first cell in table footer */
    .my-account .data-table tfoot tr td:first-child,
    .order-review .data-table tfoot tr td:first-child {
        font-weight: bold;
    }

    /* Show cell label */
    .data-table .cell-label {
        display: inline-block;
        width: 30%;
        min-width: 100px;
        max-width: 140px;
        margin-right: 10px;
        font-weight: bold;
    }

    /* Header
    -------------------------------------------------------------- */
    /* Global notices */
    .global-site-notice .notice-inner {
        background: none;
        padding: 10px 0;
        text-align: center;
    }

    .global-site-notice .notice-inner p {
        width: 100%;
        padding: 0 0 10px;
    }

    .global-site-notice .notice-inner .actions {
        padding-bottom: 5px;
    }

    /* Logo
    -------------------------------------------------------------- */
    .header .logo-wrapper {
        text-align: center;
    }

    .header .logo {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    /* Quick search
    -------------------------------------------------------------- */
    /* Search: mobile (search bar layout for narrow screens)
    -------------------------------------------------------------- */
    .search-wrapper-mobile {
        display: block; /* To override possible inline styles */
        clear: both;
        width: 100%;
        margin: 10px 0;
        /*float: none;*/
    }

    .search-wrapper-mobile .form-search {
        width: 100%;
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }

    .search-wrapper-mobile .form-search .input-text {
        width: 100%;
        min-width: 100%; /* Cancel minimum width */
    }

    /* Search: header inline
    -------------------------------------------------------------- */
    /* Note: added .header class to override other selectors */
    .header .search-wrapper-inline {
        display: block;
        clear: both;
        width: 100%;
        margin: 10px auto;
    }

    /* If wrapper is an .item, then remove side margins */
    .header .item.search-wrapper-inline {
        margin-left: auto;
        margin-right: auto;
    }

    .search-wrapper-inline #search_mini_form {
        display: block;
    }

    .search-wrapper-inline .form-search .input-text {
        width: 100%;
    }

    /* Other
    -------------------------------------------------------------- */
    /* User menu (Top Links) */
    .user-menu {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    /* Top links */
    .top-links {
        float: left;
    }

    /* Mini cart */
    .after-mini-cart {
        clear: none;
    }

    /* Deprecated */
    /* Line breaker - disable on narrow screens */
    .user-menu .line-break-after {
        clear: none;
    }

    /* Footer
    -------------------------------------------------------------- */
    /* Footer elements - align center */
    .footer .mobile-inline-container {
        text-align: center;
    }

    .footer .mobile-inline-container > * {
        float: none;
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
    }

    .footer-primary-top-spacing,
    .footer-primary-bottom-spacing,
    .footer-top .links,
    .footer-bottom {
        text-align: center;
    }

    .footer-primary-top-spacing .item,
    .footer-primary-bottom-spacing .item,
    #subscribe-form,
    .footer-bottom .item,
    .footer-top .links li {
        float: none;
        display: inline-block;
    }

    .footer-top .item {
        float: none;
    }

    /* Simplify links */
    .footer .links-wrapper-separators .links li a,
    .footer .links-wrapper-separators-left .links li a {
        background-image: none;
    }

    /* Footer elements */
    .footer-primary-bottom-spacing .item {
        width: 100%;
        margin: 0;
    }

    .footer-bottom .item {
        margin-left: 5px;
        margin-right: 5px;
    }

    /* Copyright - remove space */
    .footer-copyright {
        margin-left: 0;
    }

    /* Primary and secondary section: additional inner padding */
    .footer-primary > .grid-full > .section,
    .footer-secondary > .grid-full > .section {
        padding: 15px 10px;
    }

    /* Layered navigation
    -------------------------------------------------------------- */
    .block-layered-nav dd li,
    .block-layered-nav .currently ol li {
        line-height: 2.3333em;
        background-position: 3px 10px;
    }

    .block-layered-nav dd li:hover,
    .block-layered-nav .currently ol li:hover {
        background-position: 6px 10px;
    }

    /* Toolbar
    -------------------------------------------------------------- */
    /* All elements - align center and increase vertical spacing */
    .pager,
    .sorter {
        text-align: center;
    }

    .pager .amount,
    .pager .limiter,
    .pager .pages,
    .sorter .amount,
    .sorter .limiter,
    .sorter .view-mode,
    .sorter .sort-by {
        display: inline-block;
        float: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .toolbar .sort-by,
    .toolbar .sorter .amount {
        border-right: none;
    }

    .sorter .per-page,
    .pager .per-page {
        display: none;
    }

    /* Category view
    -------------------------------------------------------------- */
    .note-msg.empty-catalog {
        background-position: center 10px !important;
        color: inherit;
        padding: 150px 10px 10px !important;
        text-align: center;
    }

    /* Page heading with RSS link */
    .page-title {
        position: relative;
    }

    .page-title .link-rss {
        float: none;
        display: block;
        position: static;
        margin: 10px 0 0;
    }

    /* Products list
    -------------------------------------------------------------- */
    .products-list .product-shop-inner {
        padding-right: 0;
        border-right: none;
    }

    /* Products grid: override size of elements (values like size-s)
    -------------------------------------------------------------- */
    /* Product name */
    .products-grid .product-name {
        font-size: 1.1666em; /*14px*/
        line-height: 1.2307em; /*16px*/
    }

    /* Buttons */
    .products-grid .item button.btn-cart span span {
        padding: 7px 15px;
        height: auto;
        line-height: 2em;
    }

    /* Product page
    -------------------------------------------------------------- */
    /* Wrapper for collaterals - remove top margin (grid units already have bottom margin) */
    .product-view .box-additional {
        margin-top: 0;
    }

    /* Related: remove bottom margin */
    .block-related-slider {
        margin-bottom: 0;
    }

    /* Sidebar */
    .product-view .custom-sidebar-right .inner {
        padding-left: 0;
        border-left: none;
    }

    .product-view .custom-sidebar-left .inner {
        padding-right: 0;
        border-right: none;
    }

    /* Add-to links */
    .product-view .add-to-links {
        text-align: center;
    }

    .product-view .add-to-links li {
        float: none;
        display: inline-block;
    }

    /* Cart
    -------------------------------------------------------------- */
    /* Buttons below table: align center */
    .cart-table tfoot tr.first td {
        text-align: center !important;
        padding: 0;
        margin-bottom: 20px;
    }

    .cart-table tfoot button {
        display: inline-block;
        float: none !important;
        margin: 0 0 3px;
        padding: 0;
    }

    /* One Page Checkout
    -------------------------------------------------------------- */
    /* Step title - link "edit" */
    .opc .allow .step-title a {
        display: none;
    }

    /* Form */
    /*.opc form fieldset { display:table-column-group; }*/
    /* Account
    -------------------------------------------------------------- */
    .my-wishlist .product-image {
        max-width: none;
    }

    /* Items slider
    -------------------------------------------------------------- */
    .control-nav.control-paging {
        display: none;
    }

    /* Deprecated */
    /* If only one item exists */
    .itemslider.single-item .slides > li {
        margin: 0 auto;
    }

    /* Deprecated */
    /* Slideshow
    -------------------------------------------------------------- */
    /* Slideshow navigation: move buttons to the top right corner */
    .the-slideshow-wrapper .slider-arrows2 .owl-controls .owl-buttons .owl-prev {
        top: 10px;
        right: 60px;
        left: auto;
    }

    .the-slideshow-wrapper .slider-arrows2 .owl-controls .owl-buttons .owl-next {
        top: 10px;
        right: 10px;
        left: auto;
    }

    /* Deprecated */
    .the-slideshow .direction-nav .prev {
        top: 4%;
        right: 63px;
        left: auto;
    }

    .the-slideshow .direction-nav .next {
        top: 4%;
        right: 2%;
    }

    /* Pagination */
    .the-slideshow-wrapper .owl-pagination {
        display: none;
    }

    /* Slideshow caption */
    /* Shrink font, hide all elements except heading */
    .caption > * {
        display: none !important;
    }

    .caption .heading {
        display: inline-block !important;
        font-size: 2.0833em;
        margin-bottom: 1px;
    }

    .caption p {
        font-size: 1.1666em;
        margin-bottom: 1px;
    }

    .caption button.button span span {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
    }

    /* Cloud Zoom
    -------------------------------------------------------------- */
    /* Hide zoom */
    .cloud-zoom-big,
    .cloud-zoom-lens {
        display: none !important;
    }

    .cloud-zoom-lens {
        cursor: default !important;
    }

    /* Thumbnails */
    .img-box .thumbnails.show-all.auto-adjust-width .item {
        max-width: 16%;
    }

    /* Lightbox
    -------------------------------------------------------------- */
    #cboxTitle,
    #cboxCurrent {
        display: none !important;
    }

    /* Accordion
    -------------------------------------------------------------- */
    .accordion-style1 li a {
        padding: 15px 10px;
        font-size: 1.1666em; /*14px*/
        line-height: 1.2857em; /*18px*/
    }

    /* Space for openner if item has children. It has to be a few pixels wider than openner */
    .accordion-style1 li.parent > a {
        padding-right: 53px;
    }

    .accordion-style1 .opener {
        width: 48px;
        height: 48px;
    }

    /* Mobile accordion
    -------------------------------------------------------------- */
    .mobile-collapsible .block-content {
        display: none;
    }

    /* Hide on mobile */
    .mobile-collapsible {
        position: relative;
    }

    /* Always make "relative" when not on mobile (to avoid flickering on CSS transitions) */

}

/* end: width < 768px */


/* Mobile (Landscape) - design for a width of 480px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 480px <= width < 768px */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    /* Category view
    -------------------------------------------------------------- */
    .products-list .product-shop,
    .products-list .right-column,
    .products-list .product-image-wrapper {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

    /* Cloud zoom
    -------------------------------------------------------------- */
    /* Broaden the slider if at least 4 thumbnails */
    .itemslider-thumbnails.count-4,
    .itemslider-thumbnails.count-5,
    .itemslider-thumbnails.count-multi {
        max-width: 316px;
    }

    /*4*/
    /* Direction navigation */
    .itemslider-thumbnails.count-4 .direction-nav {
        display: none;
    }

    /* Shrink and align center the main image */
    .img-box .product-image {
        width: 60.4651%; /*364px*/
    }

}

/* end: 480px <= width < 768px */


/* Design for a width of 640px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 640px <= width < 768px */
@media only screen and (min-width: 640px) and (max-width: 767px) {

    /* Item grid
    -------------------------------------------------------------- */
    .itemgrid.itemgrid-adaptive .item {
        width: 31.3333%;
        clear: none !important;
    }

    .itemgrid.itemgrid-adaptive .item:nth-child(3n+1) {
        clear: left !important;
    }
}

/* end: 640px <= width < 768px */


/* Design for a width of less than 640px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 640px */
@media only screen and (max-width: 639px) {

    h1 {
        font-size: 2em;
        line-height: 1.25em; /*24px, 30px*/
    }

    h2 {
        font-size: 1.6666em;
        line-height: 1.2em; /*20px, 24px*/
    }

    h3 {
        font-size: 1.3333em;
        line-height: 1.25em; /*16px, 20px*/
    }

    h4 {
        font-size: 1.1666em;
        line-height: 1.1428em; /*14px, 16px*/
    }

    h5 {
        font-size: 1em;
        line-height: 1em; /*12px, 12px*/
    }

    h6 {
        font-size: 1em;
        line-height: 1em; /*12px, 12px*/
    }


    /* Cloud zoom
    -------------------------------------------------------------- */
    /* Thumbnails */
    .img-box .thumbnails.show-all.auto-adjust-width .item {
        max-width: 19%;
    }
}

/* end: width < 640px */


/* Design for a width of 480px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 480 <= width < 640px */
@media only screen and (min-width: 480px) and (max-width: 639px) {

    /* Item grid
    -------------------------------------------------------------- */
    .itemgrid.itemgrid-adaptive .item {
        width: 48%;
        clear: none !important;
    }

    .itemgrid.itemgrid-adaptive .item:nth-child(2n+1) {
        clear: left !important;
    }
}

/* end: 480 <= width < 640px */


/* Design for a width of less than 480px (small mobile)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 480px */
@media only screen and (max-width: 479px) {


    /* Products grid
    -------------------------------------------------------------- */
    .products-grid.category-products-grid.hover-effect .item .add-to-links, /* To override "display-onhover" */
    .products-grid .item .add-to-links {
        display: none !important;
    }

    /* Buttons
    -------------------------------------------------------------- */
    /* Button checkout + button "Add to cart" on product page */
    button.btn-checkout span span,
    .product-view .btn-cart span span {
        padding: 5px 10px;
    }

    /* Grid elements
    -------------------------------------------------------------- */
    .col2-set .col-1,
    .col2-set .col-2 {
        width: 100%;
    }

    /* Header
    -------------------------------------------------------------- */
    /* Mini cart */
    #mini-cart .dropdown-toggle {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    #mini-cart .dropdown-toggle.cover > div {
        background-color: transparent;
        color: inherit;
    }

    #mini-cart .dropdown-toggle span.icon {
        transition: none;
    }

    #mini-cart .dropdown-toggle .name {
        display: none;
    }

    #mini-cart .dropdown-toggle .caret {
        display: none !important;
    }

    #mini-cart .dropdown-menu {
        display: none !important;
    }

    #mini-cart.hide-empty-cart {
        display: none !important;
    }

    /* Quick compare dropdown */
    #quick-compare .dropdown-toggle {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    #quick-compare .dropdown-toggle.cover > div {
        background-color: transparent;
        color: inherit;
    }

    #quick-compare .dropdown-toggle span.icon {
        transition: none;
    }

    #quick-compare .dropdown-toggle .name {
        display: none;
    }

    #quick-compare .dropdown-toggle .caret {
        display: none !important;
    }

    #quick-compare .dropdown-menu {
        display: none !important;
    }

    #quick-compare.is-empty {
        display: none !important;
    }

    /* Header elements - align center
    -------------------------------------------------------------- */
    .header .mobile-inline-container {
        text-align: center;
    }

    .header .mobile-inline-container > * {
        float: none;
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
    }

    /* Links */
    .header .links {
        text-align: center;
    }

    .header .links li {
        float: none;
        display: inline-block;
    }

    /* Header top */
    .header-top {
        text-align: center;
    }

    .header-top .item {
        float: none;
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
    }

    /* Inside user menu */
    .user-menu {
        text-align: center;
    }

    .user-menu > *,
    .user-menu .links, /*Some blocks of links may be deeper than one level*/
    .dropdown {
        float: none !important;
        display: inline-block !important;
    }

    /* previous:
    .user-menu { text-align:center; }
    .user-menu .top-links { float:none; }
    #mini-cart,
    .user-menu .links,
    .user-menu .links li { float:none; display:inline-block; }
    */
    /* Simplify horizontal links */
    .header .links-wrapper-separators .links li a,
    .header .links-wrapper-separators-left .links li a {
        background-image: none;
    }

    /* Products list
    -------------------------------------------------------------- */
    .products-list .item {
        margin-bottom: 20px;
    }

    .products-list .item:first-child {
        margin-top: 1px; /* Move item down to uncover the border of the toolbar */
    }

    .products-list .product-image {
        margin-bottom: 20px;
    }

    /* Products list: disable hover effect
    -------------------------------------------------------------- */
    /* Cancel "hover effect" styles: apply the same styles which item has without "hover effect" */
    .products-list.hover-effect .item {
        border-top: none;
    }

    .products-list.hover-effect .item:hover {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        box-shadow: none !important;
    }

    /* Products grid: override size of elements (values like size-xs)
    -------------------------------------------------------------- */
    /* Product labels */
    .products-grid .sticker {
        width: 40px;
        height: 40px;
        font-size: 0.9166em;
    }

    .products-grid .item:hover .sticker {
        width: 45px;
        height: 45px;
    }

    /* Product page
    -------------------------------------------------------------- */
    /* Reviews */
    .product-view .box-reviews .form-add .data-table th,
    .product-view .box-reviews .form-add .data-table td {
        padding: 6px 1px;
    }

    .product-view .box-reviews .form-add .form-list input.input-text,
    .product-view .box-reviews .form-add .form-list textarea {
        width: 90%;
    }

    /* Add-to links */
    .product-view .add-to-links {
        text-align: inherit;
    }

    /* Toolbar
    -------------------------------------------------------------- */
    .toolbar .limiter {
        display: none;
    }

    .sorter .view-mode {
        display: none;
    }

    .sorter .sort-by {
        background: none;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }

    /* Remove right divider */
    /* Pages */
    .pager .pages li {
        display: none;
    }

    .pager .pages li.previous,
    .pager .pages li.current,
    .pager .pages li.next {
        display: block;
    }

    /* Account
    -------------------------------------------------------------- */
    /* Account info + Order info */
    /*
    .box-account.box-info .col-1,
    .order-info-box .col-1 { border-right:none; }
    .box-account.box-info .col-1 .box,
    .order-info-box .col-1 .box { padding-right:0; }
    */
    .my-account .col2-set .col-1 {
        border-right: none;
        margin-bottom: 20px;
    }

    .my-account .col2-set .col-1 .box {
        padding-right: 0;
    }

    /* Order details */
    .order-items .sub-title .separator {
        display: none;
    }

    /* Checkout
    -------------------------------------------------------------- */
    .opc .step-title h2 {
        font-size: 1em;
        line-height: 2.8333em;
    }

    /* Footer
    -------------------------------------------------------------- */
    #subscribe-form label {
        display: inline-block;
        float: none;
        line-height: 1em;
        margin: 15px 0 2px;
    }

    #subscribe-form .input-box {
        display: inline-block;
        float: none;
        margin: 5px 0;
        position: relative;
        width: 100%;
    }

    #subscribe-form .input-text {
        width: 100%;
        max-width: 100%;
    }

    #subscribe-form .button {
        display: inline-block;
        float: none;
    }

    /* Slideshow
    -------------------------------------------------------------- */
    .the-slideshow .control-nav {
        display: none;
    }

    /* Deprecated */
    /* Slideshow caption */
    /* Shrink font. Hide all elements, even with class "permanent" (except heading with "permanent") */
    .caption > *,
    .caption .heading,
    .caption .permanent {
        display: none !important;
    }

    .caption .heading.permanent {
        display: inline-block !important;
    }

    .caption .heading {
        font-size: 1.3333em;
    }

    .caption p {
        font-size: 1em;
    }

    /* Itemslider
    -------------------------------------------------------------- */
    /* Pagination */
    .itemslider .owl-pagination {
        display: none;
    }

    /* Cloud zoom
    -------------------------------------------------------------- */
    #zoom-btn {
        display: none;
    }

    /* Thumbnails */
    .img-box .thumbnails.show-all.auto-adjust-width .item {
        max-width: 24%;
    }

}

/* end: width < 480px */


/* Design for a width of 320px (mobile - portrait)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 320px <= width < 480px */
@media only screen and (min-width: 320px) and (max-width: 479px) {

    /* Item grid
    -------------------------------------------------------------- */
    .itemgrid.itemgrid-adaptive .item {
        width: 48%;
        clear: none !important;
    }

    .itemgrid.itemgrid-adaptive .item:nth-child(2n+1) {
        clear: left !important;
    }

    /* Cloud zoom
    -------------------------------------------------------------- */
    /* Shrink the slider if to many thumbnails */
    .itemslider-thumbnails.count-3,
    .itemslider-thumbnails.count-4,
    .itemslider-thumbnails.count-5,
    .itemslider-thumbnails.count-multi {
        max-width: 237px;
    }

    /*3*/
    /*{ max-width:158px; }*/
    /*2*/
    /* Direction navigation */
    .itemslider-thumbnails.count-3 .direction-nav,
    .itemslider-thumbnails.count-4 .direction-nav,
    .itemslider-thumbnails.count-5 .direction-nav,
    .itemslider-thumbnails.count-multi .direction-nav {
        display: block;
    }

}

/* end: 320px <= width < 480px */


/* Design for a width of less than 320px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 320px */
@media only screen and (max-width: 319px) {


    /* Disable hover effect
    -------------------------------------------------------------- */
    /* Cancel "hover effect" styles: apply the same styles which item has without "hover effect" */
    .category-products-grid.hover-effect .item {
        border-top: none;
    }

    .category-products-grid.hover-effect .item:hover {
        margin-left: 0;
        margin-right: 0;
        padding-left: 1%;
        padding-right: 1%;
        box-shadow: none !important;
    }

    /* Show elements normally displayed only on hover */
    .category-products-grid.hover-effect .item .display-onhover {
        display: block !important;
    }

    /* Show full name even if enabled: display name in single line */
    .products-grid.single-line-name .item .product-name {
        overflow: visible;
        white-space: normal;
    }

    /* Spaces between items */
    .category-products-grid.hover-effect .item {
        margin-bottom: 20px;
    }


    /* Product page
    -------------------------------------------------------------- */
    /* Related - thumbnails */
    .block-related-thumbnails .product-details {
        margin-left: 0;
        margin-bottom: 10px;
        clear: left;
    }

    .block-related-thumbnails .product-details .price-box {
        display: inline-block;
        margin-right: 5px;
    }

    .block-related-thumbnails .product-details .related-add-to-wishlist {
        display: inline-block;
    }

    /* Item grid
    -------------------------------------------------------------- */
    /* Always show 1 column */
    /* Important: added ".itemgrid" class to override other styles */
    .itemgrid.itemgrid-adaptive .item {
        width: 98%;
        clear: none !important;
    }

    /* Cloud zoom
    -------------------------------------------------------------- */
    /* Thumbnails */
    .img-box .thumbnails.show-all.auto-adjust-width .item {
        max-width: 32%;
    }

    /* Slideshow
    -------------------------------------------------------------- */
    .the-slideshow-wrapper .owl-buttons {
        display: none;
    }

    .the-slideshow .direction-nav {
        display: none;
    }

    /* Deprecated */

}

/* end: width < 320px */


/* Design for a width of 240px (small mobile)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 240px <= width < 320px */
@media only screen and (min-width: 240px) and (max-width: 319px) {

    /* Cloud zoom
    -------------------------------------------------------------- */
    /* Shrink the slider if to many thumbnails */
    .itemslider-thumbnails.count-3,
    .itemslider-thumbnails.count-4,
    .itemslider-thumbnails.count-5,
    .itemslider-thumbnails.count-multi {
        max-width: 158px;
    }

    /*2*/

}

/* end: 240px <= width < 320px */


/* Design for a width of lass than 240px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 240px */
@media only screen and (max-width: 239px) {

    /* Cloud zoom
    -------------------------------------------------------------- */
    /* Shrink the slider if to many thumbnails */
    .itemslider-thumbnails.count-2,
    .itemslider-thumbnails.count-3,
    .itemslider-thumbnails.count-4,
    .itemslider-thumbnails.count-5,
    .itemslider-thumbnails.count-multi {
        max-width: 79px !important;
    }

    /*1*/
    /* Direction navigation */
    .itemslider-thumbnails.count-2 .direction-nav,
    .itemslider-thumbnails.count-3 .direction-nav,
    .itemslider-thumbnails.count-4 .direction-nav,
    .itemslider-thumbnails.count-5 .direction-nav,
    .itemslider-thumbnails.count-multi .direction-nav {
        display: block;
    }

}

/* end: width < 240px */

/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 *
 */

@charset "UTF-8";
@font-face {
    font-family: FilsonPro;
    font-display: auto;
    src: local('FilsonPro'), url("/skin/frontend/ultimo/default/fonts/FilsonPro-Book.woff2") format("woff2"), url("/skin/frontend/ultimo/default/fonts/FilsonPro-Book.woff") format("woff");
}

@font-face {
        font-family: FilsonPro;
        font-display: auto;
        font-weight: bold;
        src: local('FilsonPro'), url("/skin/frontend/ultimo/default/fonts/FilsonPro-Medium.woff2") format("woff2"),  url("/skin/frontend/ultimo/default/fonts/FilsonPro-Medium.woff") format("woff");
}

@font-face {
    font-family: FilsonPro;
    font-display: auto;
    font-weight: 900;
    src: local('FilsonPro'), url("/skin/frontend/ultimo/default/fonts/FilsonPro-Bold.woff2") format("woff2"), url("/skin/frontend/ultimo/default/fonts/FilsonPro-Bold.woff") format("woff");
}

body {
    font-size: 15px;
    font-family: FilsonPro, Helvetica, Arial, sans-serif;
    line-height: 1.588235294;
    color: #595959;
    background-color:#ffffff;
}

.main-font, h1, h2, h3, h4, h5, .section-title, .products-list .product-name, .products-grid .product-name, h3.product-name, .feature .heading, .accordion .heading, #mobnav-trigger, #nav > li > a, #nav.wide ul.level0 > li > a, .vertnav-top li a, .block .block-title, #opc-login h3, .box-account .box-head h2, .order-items h2.table-caption, .order-items h2.sub-title, .order-items .order-comments h2, .product-view .box-reviews dt .heading, .gen-tabs .tabs a, .footer .heading, #subscribe-form label, .caption .heading {
    font-family: FilsonPro,Helvetica,Arial,sans-serif;
    font-weight: bold;
}


.caption p {
    font-size: 1.42em;
    line-height:1.2em;
}


#checkout-shipping-method-load .sp-methods li label {
    display: block;
    float: left;
    line-height: 26px;
    margin: 10px 0 10px 10px;
    width: 500px;
}

#checkout-shipping-method-load .sp-methods input {
    margin-top: 15px;
}

#checkout-payment-method-load .comment {
    font-style: italic;
    margin-left: 72px;
    margin-top: -12px;
    font-weight:normal;
}

.sp-methods .ipayment_cc label {
    background: url("https://www.miomente.de/skin/frontend/ultimo/miomente/images/ico-card.png") no-repeat scroll 18px 8px rgba(0, 0, 0, 0);
}

.sp-methods .ipayment_elv label {
    background: url("https://www.miomente.de/skin/frontend/ultimo/miomente/images/ico-ec.png") no-repeat scroll 20px 8px rgba(0, 0, 0, 0);
}

.sp-methods span, .sp-methods label {
    padding: 0;
}

.sp-methods input[type="radio"] {
    clear: left;
    float: left;
}
.sp-methods input {
    width: auto;
}

#checkout-payment-method-load label {
    display: block;
    padding: 10px 0 5px;
    float:none;
}

#checkout-payment-method-load br {
    display: none;   
}

#checkout-payment-method-load dt label {
    font-weight: bold;
    height: 26px;
    text-indent: 56px;
}

#checkout-payment-method-load dt input {
    margin-top: 14px;
}

#checkout-step-payment .required{
    display:inline;
    color:#ff0000;
}

#checkout-review-table td.last {   
    text-align: right;
}

.sp-methods .form-list {
    padding-left:70px;
}

/* Products Grid */

img.product-image{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.products-grid .tax-details{
    display:none;
}

.product-information-wrapper{
    padding-left:6%;
    padding-right:6%;
    padding-top:10px;
    min-height:185px;
}

.product-information-wrapper div.city{
    height:20px;
    text-transform:uppercase;
    font-weight:500;    
}

.product-information-wrapper div.name{
    height:50px;
    border-top:1px solid #848388;
    border-bottom:1px solid #848388;
    margin-top:10px;
    margin-bottom:10px;
}

.product-information-wrapper div.subtitle{
    height:56px;
    font-weight:500;
}

.products-grid .price-box {
    text-align: right;    
}

.products-grid .price-box .price{
    font-weight:bold;    
}

.products-grid .product-name {
    font-size: 17px;
    margin-bottom: 6px;
    display:block;
    margin-top:2px;
    text-transform:uppercase;
    line-height:1.25em;
}

.products-grid .product-name a{   
   padding-bottom:4px;
   padding-right:8px;
   background-image:url(https://www.miomente.de/skin/frontend/ultimo/miomente/images/arrow_r.png);   
   background-position:right 7px ;
   background-repeat: no-repeat;
}

.category-grid-childcats .products-grid .product-name a{
    padding-bottom:4px;
    padding-right:8px;
    background-image:none;
    font-size: 17px;
    font-weight: 500;
    color: #333333;
}

.category-grid-childcats .itemgrid .item{
    margin-bottom:-215px;
    background-color: transparent;
}

.category-products-grid .item{
    background-color: transparent;
}

.category-grid-childcats .products-grid .product-name{
    text-transform: uppercase;
}

/* Mainmenu Customizing */
#nav, .vertnav-top {
    border-bottom: 1px solid #333333;
}

#nav{
    border-bottom: 0px;
}

.nav-container{
    padding-bottom:0px;
}

a:hover, .vertnav-side li.current > a {
    color: #93216a;
}

.price-box .regular-price .price, .price-box .minimal-price .price {
    color: #333333;
}

/* SM Buttons */
.social-networks li a {
    color: rgba(0, 0, 0, 0);
    display: block;
    overflow: hidden;
    text-decoration: none;
    text-indent: -9999px;
}


.social-links li {
    float: left;
    list-style: none outside none;
    margin: 0 0 0 10px;
}

.social-networks .facebook {
    background: url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/header/miomente_sprite_header.png') no-repeat 0 0;
    height: 12px;
    width: 13px;
}

.social-networks .googleplus {
    background: url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/header/miomente_sprite_header.png') no-repeat -40px 0;
    height: 12px;
    width: 13px;
}

.social-networks .pinterest {
    background: url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/header/miomente_sprite_header.png') no-repeat -20px 0px;
    height: 12px;
    width: 13px;
}

.social-networks .instagram {
    background: url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/header/miomente_sprite_header.png') no-repeat -60px 0;
    height: 12px;
    width: 14px;
}

/* Header Icons For Retina Display */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .social-networks .facebook,
    .social-networks .pinterest,
    .social-networks .googleplus,
    .social-networks .instagram
    {
        background-image: url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/header/miomente_sprite_header@4x.png');
        background-size: 100px 75px;
    }
}


/* Homepage */
.page-title {
    margin-bottom: 0px;
    padding-left:10px;
}

/* Headlines */
h1, .headline_h1 {
    font-size: 35px;
    text-transform:uppercase;
    line-height: 42px;
    margin-bottom: 0px;
    font-weight:900;

}

h2 {
    font-size: 24px;
    text-transform:uppercase;
    line-height: 33px;
    margin-bottom: 0px;

    
}

/* Category Grid */

.category-grid .item, .products-grid .item{
    border-color: transparent;
}

.category-description{
    margin-top:0px;
}

.category-description p{
    margin:0;
}

.category-grid .product-info-wrapper{
    min-height:250px;
    padding-left:6%;
    padding-right:6%;
    padding-top:18px;
    padding-bottom:18px;
    margin-right:1px;
    background-color:#9cb9bd;
}

.category-grid .product-info-wrapper .category-name{
    border-bottom:1px solid #545456;
}    

.category-grid div.store-name{
    text-transform:uppercase;
}

.category-grid div.category-name{
    height:45px;
}

/* Category Colors */

.category-grid a{
    color:#000000;
    text-decoration:none;
}

/* Text */

.caption.light1 .heading, .caption.light1 p {
    background-color: rgba(255, 255, 255, 0.65);
    color: #404445;
    padding:6px;
    padding-left:8px;
    padding-right:7px;
    min-width:510px;
    
}

/* Slides */
.cms-home-page .slide .caption.light1{
    left:13%;
    bottom:auto;
    top:15%;    
}


.slide .caption.light1.bottom {
    top: auto;
    left: 13%;
    bottom: 0%;
    margin-bottom:4.5%;
}


.heading.permanent{
    font-size: 2.1em;
    text-transform:uppercase;
    line-height:1.1em;
    margin-bottom:4px;
    padding:6px;
    padding-left:8px;
}

span.row1{
    color:#eb6920;
}

span.row2{
    color:#bf2a40;
}

.success h3{
    font-size:1.3em;
    line-height:1.4em;
    text-transform:uppercase;
    padding-bottom:6px;
    border-bottom: 1px solid #C4C4C5;
}

.success h3 span.row1{
    display:block;
    color:#eb6920;
}

.success h3 span.row2{
    display:block;
    color:#bf2a40;
}


/* Footer */
.footer-primary, .footer-secondary{
 display:none;   
}

/* Header */

.header-primary {
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: transparent;
}

.header-contact{
    float:right;
    line-height:3em;    
}

.header-secondline{
    margin-top:-28px;
    text-align: right;
    margin-bottom:2px;
}

.header-secondline .secondline-inner, .header-secondline .secondline-inner a {
    text-transform: uppercase;
    color: #93216a;
}

/* Forms */
input, select, textarea, button {
    font: 17px/17px Sans-Serif;
    font: 17px/17px FilsonPro,Arial,sans-serif;
}

.search-wrapper-centered .form-search .input-text {
    float: left;
    width: 90%;
    
}

.form-search .button {
    position: absolute;
    right: 10%;
    top: 0;
}

/* product detail page*/

.catalog-product-view .main{
    padding-top:8px;
}

.product-name h1{
    line-height:1.2em;
    margin-bottom:10px;
    margin-top:10px;
}

.product-name span.row2{
    font-size:16px;
    text-transform: none;
    
}

.p-i-o-details.event-voucher{
    color:#fff;
    background-color: #511743;
}

.p-i-o-details.offer .note{
    text-align: center;
    padding-top:20px;
    padding-bottom: 20px;
}



#product-info .event-voucher .p-i-o-d-switch-bg.offer {
    background-image: url("https://www.miomente.de/skin/frontend/ultimo/miomente/images/anfrage_bg.png");
    background-position: left top;
    background-repeat: no-repeat;
    border-bottom: 1px solid #DF8493;
    height: 40px;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-top:70px;
}

#product-info .p-i-order .event-voucher table td.input.offer {
    height: 56px;
    padding-top: 24px;
}

.input.offer button.button span span {
    width: 155px;
}
.p-d-content{
    margin-bottom:20px;
}

.p-d-content ul {
    list-style:disc; 
}

#category-page .c-p-request, #product-info .p-i-o-details .p-i-o-d-switch {
    display: block;
    height: 30px;
    margin-bottom: 3px;
    margin-top: 4px;
    position: relative;
    text-align: center;
}

#product-info a.p-i-o-d-switch {
    cursor: default;
    padding-top: 4px;
}



#product-info .p-i-order table th {
    padding: 3px 0;
}

#product-info .p-i-order table th {
    border-bottom: 1px solid #CECEC8;
    font-weight: normal;
}

#product-info .event-dates table td{
    border-bottom: 1px solid #CECEC8;
}

#product-info .event-dates-top{
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    font-size:18px;
    font-weight:500;
    padding-top: 22px;
    height:57px;    
    background-image:  url("https://www.miomente.de/skin/frontend/ultimo/miomente/images/ticket_bg_top.png");
    background-position: top center;
    background-repeat: no-repeat;
} 


#product-info .p-i-order table td.seats {
    text-align: center;
    width:80px;
}


#product-info button.button span span{
    height:36px;
    line-height:36px;
}

#product-info button.button span{
    background-color:#93216a;
    color:#ffffff;
}

#product-info button.button:hover span{
    background-color:#a52777;
    color:#ffffff;
}

#product-info .event-dates button.button span{
    background-color:#511743;
    color:#ffffff;
    text-transform:uppercase;
}

#product-info .event-dates button.button:hover span{
    background-color:#a52777;
    color:#ffffff;
}

#product-info .event-dates table td {
    border-bottom: 1px solid #CECEC8;
}




input[disabled="disabled"] {
    background-color: #D3D3D3;
}

#product-info .p-i-order-choice {    
    text-transform: uppercase;
    text-align:center;
    font-weight:bold;
    height:32px;
}

#product-info .p-i-o-d-box table th{
    text-transform: uppercase;
    font-weight:500;
    border-bottom:1px solid #fff;
}

#product-info .event-dates table td, #product-info .event-dates table th{
    vertical-align:middle;
    text-align:center;
} 

#product-info .p-i-o-d-box table th.startdate{
    padding-left:80px;
    height:40px;
    text-align:left;    
}

#product-info .p-i-o-d-box table td.startdate{
    padding-left:20px;
    height:50px;
    text-align:left;
    width:260px;
}

#product-info .p-i-o-d-box table td.seats{
    border-bottom:1px solid #fff;
}

#product-info .event-dates .p-i-o-d-box table td.input{
    border-bottom:1px solid #fff;
}

#product-info .p-i-o-d-box table td.startdate{
    border-bottom:1px solid #fff;
}

#product-info .p-i-o-d-box .no-dates{
    padding:20px;
}

#product-info .p-i-order-choice div{    
    margin-top:15px;
    
}

#category-page .c-p-request, #product-info .p-i-o-details .p-i-o-d-switch {
    display: block;
    height: 30px;
    margin-bottom: 3px;
    margin-top: 4px;
    position: relative;
    text-align: center;
}
#product-info a.p-i-o-d-switch {
    cursor: default;
    padding-top: 4px;
}

#product-info .event-voucher .p-i-o-d-switch-bg {
    background-repeat: no-repeat;
    background-image: url("https://www.miomente.de/skin/frontend/ultimo/miomente/images/geschenkgutschein_bg.png");
    background-position: top left;
    padding-top:15px;
    height: 60px;
    width: 100%;
    border-bottom:1px solid #ffffff;
    text-transform: uppercase;
    text-align: center;    
}

#product-info .event-dates{
    background-repeat: no-repeat;
    background-image: url("https://www.miomente.de/skin/frontend/ultimo/miomente/images/geschenkgutschein_bg.png");
    background-position: top left;
    background-color: #93216a;
    color:#ffffff;
}


#product-info .event-voucher .p-i-o-d-switch-bg span.row1{
    font-weight:500;
    font-size:18px;
    font-color:#ffffff;
}

#product-info .p-i-order table {
    border-collapse: collapse;
    
    width: 100%;
}

#product-info .p-i-order .event-voucher table tr.input-row{
    border-bottom:1px solid #ffffff;
}

#product-info .p-i-order .event-voucher table td.input {
    padding: 5px 0;
    height:90px;    
}
#product-info .p-i-o-d-box table td.input {
    text-align: center;
}

#product-info .p-i-order table td.input p {
    margin-top:8px;
    margin-bottom:10px;
    text-transform:uppercase;
}



#product-info input[type="text"] {
    text-align: center;
    font-style: italic;
    margin-right:12px;
    font-size:14px;
    width:185px;
    text-transform:uppercase;
}

#product-info td.note{
    background-repeat: no-repeat;
    background-image: url("https://www.miomente.de/skin/frontend/ultimo/miomente/images/geschenkgutschein_bg_bottom.png");
    background-position: bottom center;
}

#product-info td.note ul{
    display: table;
    margin: 0 auto;
    font-size:13px;
    margin-top:15px;
    margin-bottom:12px;
}

#product-info .event-voucher li {
    background-image: url("https://www.miomente.de/skin/frontend/ultimo/miomente/images/hakenbullet.png");
    background-repeat: no-repeat;
    background-position: left 3px;
    margin-bottom: 0.5em;
    padding-left: 20px;
}

.product-options p.required{
    display:none;
}

/* product page */



.product-information-wrapper a:hover{
    color:#000;
}

.page-title, .category-title{
    border-bottom:none;
}

.box-additional{
    margin-top:20px;
}

.box-additional span.label{
    text-transform: uppercase;
    font-weight:500;
}

.box-additional.right{
    padding-top:16px;
}


.box-additional .price{
    font-weight:500;
    font-size:1.4em;
}

.product-view .price-box .price, .map-popup-price .price, .map-popup-msrp .price {
    font-family: "Neue Helvetica", Helvetica,Arial,sans-serif;
}


.box-additional ul.p-d-list {
    list-style-type: none;
    margin: 10px 0;
    margin-top:16px;
}

.box-additional ul.p-d-list li {
    border-bottom: 1px solid #c4c4c5;
    padding: 3px 3px 3px 0;
}

.box-additional ul, .cms-page-view .std ul {
    list-style-position: outside;   
    margin-right: 12px;
    
}

.box-additional ul li, .cms-page-view .std ul li {
    margin: 4px 0;
}

.p-d-content ul ul li, .cms-page-view .std ul ul li{
    list-style:circle;
}

.cms-page-view .std ul li {
    list-style:disc;
}



/* product page tabs*/
#product-tabs .tabs{
    display:none;
}

#acctab-description, #acctab-tabreviews{
    display:none;
}


.gen-tabs.accor .acctab{
    display:none;
}

.tabs-panels p{
    margin-right:3%;
}
.gen-tabs-style1 .tabs-panels{
    border-top: none;
}

.horizontalrow{
    
    border-bottom:1px solid #c4c4c5;
}

.categoryseotext{
 margin-top:40px;   
}

/* regionswitch */
.regionswitch{
    margin-top:4px;
    
}

.regionswitch li{
    display:block;
    background-color: rgba(255, 255, 255, 0.55);
    color: #404445;
    width:260px;
    margin-bottom:2px;
    padding-left:42px;
    padding-top:5px;
    padding-bottom:4px;
   
}

.regionswitch .headline{
    margin-top:4px;
    width:282px;
    font-size: 1.1em;
    line-height: 1.25em;
    text-transform: uppercase;
    font-weight:bold;
    background-color: rgba(255, 255, 255, 0.75);
    color:#c52f21;    
    margin-bottom:2px;
    padding-top:4px;
    padding-bottom:2px;
    padding-left:10px;
    padding-right:10px;    
}

.regionswitch li.longname{
    padding-bottom:3px;    
}

.regionswitch li.longname span{
    font-size:12px;
    background-position: right 3px;
}


.regionswitch li:hover{   
    background-color: rgba(255, 255, 255, 0.75);    
}

.regionswitch li span{    
    text-transform: uppercase;
    font-weight:bold;
    padding-right:8px;
    background-image:url(https://www.miomente.de/skin/frontend/ultimo/miomente/images/arrow_r.png);   
    background-position:right 4px ;    
    background-repeat: no-repeat;
}

.regionswitch div.div3, .regionswitch div.div4{
    margin-left:2px;
    float:left;
}

.regionswitch div.div6, .regionswitch div.div8{
    margin-left:2px;
    float:right;
}

button.button span span{
    font-size:15px;
    text-transform: uppercase;
    font-weight:700;
}

.input button.button span span{
   width:135px;
}

/* Icons */
.icon.i-cart {
    box-sizing:border-box;
    background: url("https://www.miomente.de/skin/frontend/ultimo/miomente/images/header/miomente_sprite_header.png") no-repeat 6px -28px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon.i-cart
    {
        background-image: url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/header/miomente_sprite_header@4x.png');
        background-size: 100px 75px;
    }
}




/* Top Produkte */
.top-produkte .price-box span {
    background-image: url("https://www.miomente.de/skin/frontend/ultimo/miomente/images/arrow_r.png");
    background-position: right 4px;
    background-repeat: no-repeat;
    font-weight: bold;
    padding-right: 8px;
}    

.catalog-product-view .owl-item{
    width:280px !important;
}

.itemslider-wrapper .product-image-wrapper{
    height:173px;
    overflow:hidden;
}

.owl-item .price{
    font-size:1.2em;
}

/* BreadCrumbs
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.breadcrumbs li { display:inline; font-size:15px; }
.breadcrumbs a { display:block; float:left; }
.breadcrumbs li span {
	background:url("https://www.miomente.de/skin/frontend/ultimo/miomente/images/arrow_r.png") no-repeat;
	width:7px;
	height:10px;
	margin:8px 4px 0;
	display:block;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}

.breadcrumbs ul{
    margin-left: 0 !important;
}

.breadcrumbs li strong { font-weight:normal; display:block; }

.breadcrumbs li, .breadcrumbs li a{
    color:#434446;
}

ul.event-notes li span {
    display: block;
    font-weight: bold;
    margin-right: 2px;
    text-transform: uppercase;
}

ul.event-notes li {
    border-bottom: 1px solid #D8D8D8;
    padding: 3px 3px 3px 0;
    margin: 4px 0;
}

.addthis_toolbox{
    margin-top:10px;
}

/* Kontakt Form */
.formleft label {
    display: block;
    padding: 10px 0 0;
    color:#333333;
    font-weight:normal;
}

.cms-page-view h1, .success h1{
    font-size:1.5em;
    color:#93216a;
    border-bottom:1px solid #C4C4C5;
    margin-right:12px;
    margin-bottom:14px;
    margin-top:10px;
    line-height:1.4em;
}

.cms-page-view .breadcrumbs{
    margin-left:22px;
}

.m-c-c-kontakt-inner ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 14px;
    margin-bottom:14px;
    margin-top:14px;
}

.captcha .fieldset {
    margin-top:40px;
    padding:0px;
}

#co-billing-form .field .required em, #co-shipping-form .field .required em, #co-payment-form .field .required em, #co-shipping-method-form .field .required em, #m-c-c-kontakt em, #m-c-c-kontakt b {
    color: #FF0000;
    
}

.required{
    font-weight:normal;
}

.formleft input.input-text, .formleft textarea {
    width:100%;
}

/* Operator in Productview */
.operatordetails h4{
   border-bottom: 1px solid #C4C4C5;
   padding-bottom:10px; 
}

.operatordetails img{
    width:100%;
}

.locationdescription, .operatordescription, .locationadress{
    background-color: #eeeeef;
    padding-left:22px;
    padding-right:22px;
    padding-top:16px;
    padding-bottom:16px;
    margin-bottom:25px;
}

/*
.locationdescription{
    margin-top:-10px;
}
*/

.locationdescription .locationcity, .operatordescription .operatorcity{
    text-transform: uppercase;
    font-weight:500;
}

.locationdescription .yourlocation, .operatordescription .youroperator{
    border-bottom:1px solid #555557;
    text-transform: uppercase;
    font-weight:500;
    font-size:18px;
    line-height:36px;
    margin-bottom:10px;
}

.locationdescription .yourlocation span, .operatordescription .youroperator span {
    //background-image: url("https://www.miomente.de/skin/frontend/ultimo/miomente/images/arrow_r.png");
    background-position: right 6px;
    background-repeat: no-repeat;
    padding-bottom: 4px;
    padding-right: 8px;
}

#product-info .required{
    display:none;
}


.formwrap h2{
    margin-left:10px;
    margin-bottom:10px;
}

.cms-kontaktanfrage button.button span span,.cms-newsletter button.button span span{
    padding: 0 60px;
}

.required em{
    color:#ff0000;
}

.cms-page-view .std{
    padding-left:10px;
    padding-top:10px;
}

.cms-ueber-uns p{
    border-bottom:1px solid #C4C4C5;
    padding:8px;
    padding-top:2px;
}

.cms-ueber-uns .main h4, .cms-ueber-uns .main h2{
    font-size: 1.2em;
    font-weight:500;
    color:#BF0926;
    margin-left:8px;
    margin-bottom:0px;
    text-transform:uppercase;
    line-height: 1.6em;
}

.cms-ueber-uns .std img{    
    margin-bottom:20px;
    margin-top:10px;
}

/* Footer */

.footer-bottom.footer .newsletterbox{
    display:flex;
    width:100%;
    height:435px;
    color:#ffffff;
    background: url(https://www.miomente.de/skin/frontend/ultimo/miomente/images/flourish-big-1.svg) left 2.5%/60%, url(https://www.miomente.de/skin/frontend/ultimo/miomente/images/flourish-big-2.svg) 200% 30%/70%;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: repeat, repeat;
    background-color: #008489;
    background-repeat: no-repeat;
}

.footer-bottom.footer .newsletterbox div.center{
    margin:auto;
}


.footer-bottom.footer.container{
    background-color: #000000;
    color:#ffffff;
}

.footer-bottom-container div.level1{
    font-weight:bold;
    color:#ffffff;
}    

.footer-bottom-container div.level1 a 
{
    font-weight:bold;
    color:#ffffff;
}    

.footer-bottom-container div.level2 a, .footer-bottom a, .footer-bottom{
    color:#595959;
}    

.footer-bottom li{    
    line-height:1.2em;
    margin-bottom:6px;
} 

.footer-bottom div.level1{    
    line-height:1.2em;
    margin-bottom:6px;
}

.footer-bottom a:hover, .footer-bottom-container div.level1 a:hover {
    color:#595959;
}

.footer-bottom-container .paymentlabel{    
    margin-left:55px;
    padding-top:4px;
    color:#595959;
}

.footer-bottom-container .paymentspace{    
    height:10px;
}


/* Link Colors */
.cms-index-index #nav #nav-home > a, #nav > li.active > a, .vertnav-top li.current > a {
    background-color: #AD0922;
    color: #FFFFFF;
}

#nav > li > a {
    color: #696969;
}


#nav ul li a:hover {
    color: #AD0922;
}

#nav > li:hover > a, .vertnav-top li > a:hover {
    background-color: #696969;
    color: #FFFFFF;
}

/* Success Page */
div.success {
    color: #696969;
    font-weight: bold;
}

#mini-cart .btn-edit, #mini-cart .btn-remove, #mini-cart .details{
    display:none;
}

#mini-cart .cartlabel{
    color: #511742;
    text-transform: uppercase;
    margin-right:8px !important;
}

#mini-cart button.button span, button.button.btn-proceed-checkout span{
    background-color: #93216a;
    color:#ffffff;
}

#mini-cart button.button:hover span, button.button.btn-proceed-checkout:hover span{
    background-color:#a52777;
    color:#ffffff;
}

#mini-cart .actions{
    float:right;
}

.dropdown-toggle .icon.close-to-text {
    margin-right: -4px;
}

button.button span{
    background-color: #cecece;
    color:#000000;
}

button.button:hover span{
    background-color: #a52777;
}

.cart .discount h2{
    color:#511743;
    font-size:1.2em;
}

.flag-container img{
    display:inline;
    margin-top:6px;
}

.ugiftcert-remove{
    display:none;
}

.checkout-cart-index .btn-continue{
    display:none;
}

#checkout-progress-wrapper .block-progress dt{
    background-image: none;
    padding-left:0px;
}

#checkout-progress-wrapper dt.complete{
    color:#018720;
    background-image:url(https://www.miomente.de/skin/frontend/ultimo/miomente/images/img/checkout-progress-done.png);
    padding-left:20px;
}

dd.complete strong{
    font-weight:normal;
}

.cart-empty{
    margin-left:10px;
}

#checkout-step-payment #payment-buttons-container p.required{
    display:none;
}

p.agree a{
    text-decoration:underline;
}

.categoryseotext a{
    text-decoration: underline;
}

/* CMS - FAQ */
.cms-faqs .faq-overview a{
    text-decoration:underline;
}

.cms-faqs h2{
    margin-top:30px;
}

.cms-faqs .block-content{
    padding-bottom:30px;
}
/* @end */

.footer a, .product-information-wrapper a, .breadcrumbs a, .header-contact a{
    text-decoration: none;
}




/* CMS-Elements */

.cmselement-list-container .trenner{
       border-bottom: 1px solid #c4c4c5;
       height:25px;
       margin:0px;
       margin-bottom:25px;
}

.cmselement-list-container .left{
    margin-left:0px;
}

/* Googlemaps */

.productview-right .googlemaps{
    height:252px;    
}

.productview-right .googlemaps iframe {
    width: 100%;
    height: 100%;
}

/*
*::-moz-placeholder {
    font-style: italic;
}
*/

.header-main{
    background-color:#f8f8f8;
    padding:8px;
}

.header-primary-container .newsletterbutton{
    margin-left:20px;
}

#search_autocomplete{
    background-color:#ffffff;
    z-index:10000;
    padding:5px;
    border:1px solid #cecece;
}

#search_autocomplete span{
    display:none;
}

#select-store{
    width:300px;
    height:45px;
}

.container { 
    min-width:1170px !important;
}

.searchwrap{
    margin-bottom:15px;
    margin-left:0;
    margin-right:0;
    width:100%;
}

.searchwrap .inner{

    display:table-cell;

}

.searchwrap .left, .searchwrap .middle{
    background-color:#ffffff;
}

.searchwrap label{
    text-transform: uppercase;
    padding-left:20px;
    font-weight:bold;
}

.searchwrap button span span{
    box-sizing:border-box;
    height: 45px;
    line-height: 46px;
    width:180px;
    background-color: #93216a;
    color: #ffffff;
    font-size:18px;
    font-weight: normal;
}


.searchwrap button:hover span span, .searchwrap .right button:active span span{
    background-color: #ad3689;
    color: #ffffff;
}


#mini-cart{
    width:165px;
}

#mini-cart .dropdown-menu {
    width: 220px !important;
}



.freeshipping_freeshipping img{
    margin-left:0px !important;
}

.footer-bottom a.some{
    display:block;
    width:41px;
    height:41px;
    margin-left:36px;
    background: #ffffff url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/footer/sprite-footer.png') no-repeat;
    background-size: 130px 600px;
    margin-bottom:8px;
}

.footer-bottom a.some.facebook{
    background-position: -90px 0px;
}

.footer-bottom a.some.youtube{
    background-position: -90px -41px;
}

.footer-bottom a.some.instagram{
    background-position: -90px -82px;
}

.footer-bottom a.some.pinterest{
    background-position: -89px -123px;
}

.footer-bottom a.some.google{
    background-position: -90px -160px;
}

.footer-bottom a.newsletter{
    display:block;
    line-height:18px;
    height:46px;
    margin-top:30px;
    padding-top:10px;
    padding-left:62px;
    font-weight:bold;
    font-size:16px;
    background: url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/footer/sprite-footer.png') no-repeat;
    background-size: 130px 600px;
    background-position: -75px -205px;
}

/* Xmas Begin */

body {
    /*background: url("https://www.miomente.de/skin/frontend/ultimo/miomente/images/xmas_bg.jpg") no-repeat center 0px #c1cfc2;*/
    /*background: #c1cfc2;*/
}

#root-wrapper .wrapper {
    background-color:transparent !important;
    width:100% !important;
}

 /* Xmas End*/


/* Slidebox Xmas */

#slidebox{
    width:400px;
    height:100px;
    padding:10px;
    background-color:#fff;
    /*border-top:3px solid #ad0922;*/
    position:fixed;
    top:200px;
    right:-430px;
    -moz-box-shadow:-2px 0px 5px #aaa;
    -webkit-box-shadow:-2px 0px 5px #aaa;
    box-shadow:-2px 0px 5px #aaa;
}


a.more{
    cursor:pointer;
    color:#E28409;
}
a.more:hover{
    text-decoration:underline;
}
#slidebox h2{
    color:#ad0922;
    font-size:18px;
    margin:0px 20px 10px 0px;
}

a.close{
    background:transparent url(https://www.miomente.de/skin/frontend/ultimo/miomente/images/close.gif) no-repeat top left;
    width:13px;
    height:13px;
    position:absolute;
    cursor:pointer;
    top:10px;
    right:10px;
}
a.close:hover{
    background-position:0px -13px;
}
/* Slidebox Xmas End */

.footer-bottom-container h4,
.footer-bottom-container div.headline_h4
{
    text-transform: none;
    font-size:17px;
    color:#59595d;
    margin: 0 0 0.8rem;
    font-family: FilsonPro,Helvetica,Arial,sans-serif;
    font-weight: bold;
}

.footer-bottom-container .choosecountry{
    display:inline-block;
    line-height:22px;
}

.footer-container.bootstrap .laenderauswahl_icon {
    float:left;
    margin-right:8px;
    width: 25px;
    height: 25px;
    border: 1px solid rgba(151, 151, 151, 0.17);
    background: #EFEFEF;
    content: '';
    display: block;
    border-radius: 50%;
}

.footer-container.bootstrap .laenderauswahl_icon .inner{
    margin-left: 4px;
    margin-top: 4px;
    width: 15px;
    height: 15px;
    background: #960067;
    content: '';
    display: block;
    border-radius: 50%;
}

.footer-bottom-container a.choosecountry.germany{
    background-position: -109px -263px;
}

.footer-bottom-container a.choosecountry.austria{
    background-position: -109px -285px;
}

.footer-bottom-container {
    background-color: transparent !important;
}

.footer-container .zahlungsmethoden {
    display: inline-block;
    width: 50px;
    height: 32px;
    background-color: #ffffff;
    padding: 5px;
    -webkit-box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5);
    box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5);
    background: url(https://www.miomente.de/skin/frontend/ultimo/miomente/images/footer/sprite-footer.png) no-repeat;
    background-size: 200% 1500%;
    margin-bottom: 12px;
    border-radius: 2px;
}

.footer-container .zahlungsmethoden:not(:last-of-type) {
    margin-right: 10px;
}

.footer-container .zahlungsmethoden.mastercard {
    background-position: 0% 0%;
}

.footer-container .zahlungsmethoden.rechnung {
    background-position: 0% 7%;
}

.footer-container .zahlungsmethoden.paypal {
    background-position: 0% 14%;
}

.footer-container .zahlungsmethoden.lastschrift {
    background-position: 0% 21.25%;
}

.footer-container .zahlungsmethoden.visa {
    background-position: 0% 28.25%;
}


/* Slidebox eBook Download */

#slidebox{
    background:transparent url(https://www.miomente.de/skin/frontend/ultimo/miomente/images/slidebox_bg_genussmagazin.png) no-repeat top left;
    width:400px;
    height:100px;
    padding:10px;
    background-color:#fff;
    /*border-top:3px solid #2f5a7c;*/
    position:fixed;
    top:200px;
    right:-420px;
    padding-left:30px;
    -moz-box-shadow:-2px 0px 5px #aaa;
    -webkit-box-shadow:-2px 0px 5px #aaa;
    box-shadow:-2px 0px 5px #aaa;
}

#slidebox.xmas{
    height:145px;
    background:transparent url(https://www.miomente.de/skin/frontend/ultimo/miomente/images/slidebox_bg.jpg) no-repeat top left;
    background-color:#2d5c78;
    padding-left:60px;
    padding-top:20px;
    width:380px;
    z-index:1000;
    background-size: 450px 175px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #slidebox.xmas {
        background-image: url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/slidebox_bg@4x.jpg');
    }
}

#slidebox .slidebox_inner{
    margin-left:105px;
}

#slidebox a.imagelink{
    width:350px;
    height:150px;
    position:absolute;
    cursor:pointer;
    top:0px;
    left:40px;    
}


#slidebox a.open{
    width:30px;
    height:120px;
    position:absolute;
    cursor:pointer;
    top:0px;
    left:0px;    
}

#slidebox.xmas a.open{
    height:160px;
}


#slidebox a.more{
    cursor:pointer;
    color:#E28409;
}
#slidebox a.more:hover{
    text-decoration:underline;
}
#slidebox h2{
    color:#ad0922;
    font-size:18px;
    margin:0px 20px 10px 0px;
}

#slidebox a.close{
    background:transparent url(https://www.miomente.de/skin/frontend/ultimo/miomente/images/close.gif) no-repeat top left;
    width:13px;
    height:13px;
    position:absolute;
    cursor:pointer;
    top:10px;
    right:10px;
}
#slidebox a.close:hover{
    background-position:0px -13px;
}

/* Slidebox End */






#product-info .formwrap .required {
    display: block;
}


#product-info .formwrap input[type="text"]{
    font-size: 14px;
    font-style: normal;
    margin-right: 0px;
    text-align: left;
    text-transform: none;
    width:55%;
}


#product-info .formwrap label{
    display:block;
    float:left;
    width:45%;
    padding-top:6px;
}

#product-info .formleft{
    margin-top:4px;
}

#product-info .formwrap .requiredlabel{
    color:#ff0000;
    font-size:10px;
}

#product-info .formwrap{
    padding:8px;
    border:15px solid #e7e7e4;
    margin-top:18px;
}

#product-info .formwrap .formcontactinfo .clearer{
    clear:both; 
    height:8px;
    border-bottom:8px solid #e7e7e4;
    margin-left:-8px;
    margin-right:-8px;
}

#product-info .formwrap .formcontactinfo .infotext{
    padding-top:8px;
    font-weight:bold;
}

#product-info .formwrap .formcontactinfo .innerleft {
    float:left;
}

#product-info .formwrap .formcontactinfo .innerright{
    padding-left:185px;
    padding-top:10px;
}

#product-info .formwrap .contactsubmit span span{
    background-color:#93216a !important;
    text-transform: uppercase;
}

#product-info .formwrap button:hover span span, #product-info .formwrap button:active span span {
    background-color: #a52777 !important;
    color: #ffffff;
}

#product-info .formwrap .submit-group{
    text-align:center;
}

.business-success{
    margin-left:-10px;
    margin-right:-10px;
}

.business-success .introtext{
    margin-top:30px;
    margin-bottom:30px;
}

.contact-success .introtext{
     margin-top:30px;
     margin-bottom:-4px;
}

.business-success .trenner, .contact-success .trenner{
    height:30px;
}

.business-success img, .contact-success img{
    border:1px solid #f0f0f0;
    margin-bottom:10px;
}
    
.business-success button span span, .contact-success button span span {
    background-color: #93216a !important;
    font-weight: bold;
    color:#fff;
}

.business-success button:hover span span, .business-success button:active span span, .contact-success button:hover span span, .contact-success button:active span span {
    background-color: #a52777 !important;
    color: #ffffff;
}

.contact-success{
    margin-top:30px;
}

.cms-kontaktanfrage-success.cms-page-view .std ul li{
    list-style: none;
}

.contact-success .messages{
    display:none;
}

.box-additional ul, .cms-page-view .std ul ul{    
    margin-left: 12px;
}

.cms-page-view #search_autocomplete{
    display:none;
}

.cms-faqs p{
border-bottom:1px solid #cecece;
padding-bottom:10px;
}

.cms-faqs ul{
margin-left:20px;
}

/* Landingpage */

.landingpage .categoryseotext {
margin-top: 15px;
margin-bottom:-15px;
}

.landingpage .horizontalrow{
    margin-top:0px !important;
}

.landingpage h2{
    margin-top:25px;
}

.landingpage .category-products-grid .item{
    margin-top:-30px;
    background-color:transparent;
}

.backinstocknotification-top{
    color:#932161;
    text-align:center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin-top:15px;
}

.p-i-o-d-box .no-dates .formwrap div p{
    color:#333333;
}
.cms-page-view.cms-miomente-ebook-genussmagazin .std{
    padding-left:0px;
}

.cms-page-view.cms-miomente-ebook-genussmagazin .std ul{
    margin-left:30px;
    margin-bottom:15px;
    list-style: disc;
}

a {
    color: #333333;
}

/* Paypal */
.product-view .paypal-wrapper { float:left; }
.product-view .paypal-wrapper .paypal-logo { margin:0; padding:5px 0 0; text-align:right; }
.product-view .paypal-wrapper .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }


.checkout-cart-index .paypal-logo { clear:left; margin:0; padding:10px 4px 0; text-align:right; }
.checkout-cart-index .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; text-transform: uppercase}

.main.show-bg{
    background-color: #ffffff;
}

.special-price{
    margin-top:5px;
}

/* Onepage Checkout */
.checkout-onepage-index p.agree{
    margin-left:580px;
}

.checkout-onepage-index p.agree input[type=checkbox] {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    margin-right:8px;
}

.paypal-express-review p.agree{
    margin-left:600px;
}

.paypal-express-review p.agree input[type=checkbox] {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    margin-right:8px;
}

.header-primary-container .extendvoucher{
    /*background-color: #e5e6e7;*/
    background-color: #e7e7e4;
    margin-bottom:15px;
}

.header-primary-container .extendvoucher a{
    display:block;
    margin-left:532px;
}

/* Paypal Review */

.paypal-express-review .info-set h2.legend{
    font-size:1.2em;
    margin-top:15px;
}

.paypal-express-review ul.messages.notice{
   margin-bottom: 30px;
}

.paypal-express-review .sum-right.last{
    text-align: right;
}

.paypal-express-review .info-set button.button span {
    background-color: #93216a;
    color: #ffffff;
}

.paypal-express-review .info-set button.button:hover span {
    background-color: #a52777;
    color: #ffffff;
}

.paypal-express-review .info-set button.button span span {
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
}

.paypal-review .notice-msg {
    background-color: #93216a;
    background-image: url("https://www.miomente.de/skin/frontend/ultimo/miomente/images/i_msg-note.png");
    color: #ffffff;
    font-size:16px !important;
}

.category-grid-childcats h3.product-name{
    font-size:14px;
    text-transform: uppercase;
    margin-top:5px;
}

.product-information-wrapper h2.product-name {
    display: block;
    font-size: 16px;
    line-height: 1.25em;
    margin-bottom: 6px;
    margin-top: 2px;
    text-transform: uppercase;
}

.product-information-wrapper h2.product-name a {
    background-image: url("https://www.miomente.de/skin/frontend/ultimo/miomente/images/arrow_r.png");
    background-position: right 6px;
    background-repeat: no-repeat;
    padding-bottom: 4px;
    padding-right: 8px;
}

.products-grid .grid12-3{
    margin-top:20px;
}

.sticker-wrapper.top-left {
    left: -10px;
    top: -10px;
}

.bootstrap .products-grid .item {
    font-size:13px;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    height:460px;
    border: 1px solid rgba(151, 151, 151, 0.17);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
}

.products-grid a:hover{
    text-docoration:none;
    color:#595959;
}

.productgrid .item h5{
    font-size:15px;
    font-weight:bold;
}

.default-category-grid .products-grid .item {
    padding-top: 0;
}

/* Zurückbutton Kochkursefilter */
.kochkurseback button.button span span {
    height: 36px;
    line-height: 36px;
}

.kochkurseback button.button span {
    background: #93216a url("https://www.miomente.de/skin/frontend/ultimo/miomente/images/arrow_l_white.png") no-repeat 14px center;
    color: #ffffff;
}

.kochkurseback button.button:hover span {
    background-color: #a52777;
}

/* Top Headerzeile */
div.header-primary-container, div.firstrow{
    margin-top:0px;
}

div.header-primary-container div.extend-voucher,
div.header-primary-container div.minicart
{
    float:left;
    text-transform: uppercase;
    color:#511742;
    font-size:12px;
    font-weight: bold;
    padding-top:2px;
}

div.header-primary-container div.phone{
    font-weight: bold;
    color: #a3134f;
    font-size:12px;
}

div.header-primary-container div.minicart{
    margin-left:10px;
}

div.header-primary-container div.minicart .dropdown{
    text-transform: none;
    font-weight: normal;
}

div.header-primary-container div.minicart div.cartlabel{
    text-transform: uppercase;
    font-weight: bold;
}

div.header-primary-container div.extend-voucher{
    background: url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/sprite_desktop.png') no-repeat 0 -64px;
    padding-left:35px;
}

ul.social-networks li.facebook{
    margin-left:0px;
}

div.header-primary-container div.entdeckerlink{
    text-align: right;
}

#mini-cart a.summary,
div.minicart div.label.amount,
#mini-cart div.empty .price
{
    font-weight: bold;
    color: #511742;
}

#mini-cart a.summary:hover{
    color: #511742;
}

div.header-primary-container div.entdeckerlink img{
    margin-right:12px;
}

/* Businessbooking */
#product-info div.p-i-o-details.event-dates.businessbooking{
    margin-top:24px;
}

#product-info div.p-i-o-details.event-dates.businessbooking div.event-dates-top{
    background-image: none;
}

#product-info div.p-i-o-details.event-dates.businessbooking div.p-i-o-d-switch-bg{
    text-align:left;
    padding-left:94px;
}

#product-info div.p-i-o-details.event-dates.businessbooking input[type="text"] {
    font-size: 14px;
    margin-right: 12px;
    text-align: left;
    text-transform: none;
    font-style: normal;
    width: 185px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, border-color 300ms ease-in-out 0s;
    padding: 8px;
    text-overflow: ellipsis;
    height: 36px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #888;
    vertical-align: middle;
}

#product-info div.p-i-o-details.event-dates.businessbooking td.codelabel{
    height:50px;
    vertical-align: middle;
    text-align: left;
    padding-left:20px;
    font-weight: bold;
}

#product-info div.p-i-o-details.event-dates.businessbooking td.codeinput{
    vertical-align: middle;
    text-align: right;
    padding-right:24px;
}

#product-info div.p-i-o-details.event-dates.businessbooking td.codesubmit{
    vertical-align: middle;
    text-align: right;
    padding-right:35px;
    height:50px;

}

#product-info div.p-i-o-details.event-dates.businessbooking td.seats{
    text-align: left;
    width:100px;
}

.dropdown-toggle.cover > div {
    padding: 0;
}

.form div.formcountry{
    visibility: hidden;
}

/* Show Scrollbar in Product Terminbox */
#product-info .p-i-o-d-box::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
}

#product-info .p-i-o-d-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #cecece;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

#product-info .p-i-o-d-box::-webkit-scrollbar-track {
    background-color: #511743;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    border-radius: 10px;
}

/* Paypal Plus */

#ppplus iframe{
    width:700px !important;
}

/* Operator und Location Description Button */
.operatordetails .operatordescription a.descriptionbutton,
.operatordetails .locationdescription a.descriptionbutton{
    display: block;
    width: 100%;
    line-height: 38px;
    background-color: #93216a;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    margin-top: 12px;
}

.operatordetails .operatordescription a.descriptionbutton:hover,
.operatordetails .locationdescription a.descriptionbutton:hover {
    background-color: #a52777;
}
/* Style Correction for Customweb PaypalPlus */
.required {
    color: #333333 !important;
    padding-left: 0px !important;
}

.paypalplus-review .notice-msg {
    background-color: #93216a;
    background-image: url("https://www.miomente.de/skin/frontend/ultimo/miomente/images/i_msg-note.png");
    color: #ffffff;
    font-size:14px !important;
    padding-top:12px !important;
    padding-bottom:12px !important;
}

.paypalplus-review .notice-msg a{
    color: #ffffff;
}

.paypalplus-review .notice-msg a:hover{
    color: #ffffff;
}

.sprite_footer{
    background: url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/sprite_footer.png') no-repeat top left;
}

/* Search Box German */
.sbibod {
    background-color: #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    transition-delay: 0s;
    transition-duration: 200ms;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: top;
}

.sbibod #search{
    height: 44px;
}

/* Noticemessage for Searchresults */
.search20-msg {
    display: table;
    margin-top:20px;
    background-color: #93216a;
    background-image: url("https://www.miomente.de/skin/frontend/ultimo/miomente/images/sprite_desktop.png");
    background-origin: padding-box;
    background-position-x: 25px;
    background-position-y: -341px;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #ffffff;
    font-size:14px !important;
    box-sizing: border-box;
    height:80px;
/*
    background-image: url("https://www.miomente.de/skin/frontend/ultimo/miomente/images/i_msg-note.png");
    background-position-x: 25px !important;
    background-position-y: center !important;
    background-repeat: no-repeat !important;
*/
}

.search20-msg .inner{
    display: table-cell;
    vertical-align: middle;
    padding-left:80px;
}

.search20-msg h4{
    margin-top:8px;
    margin-bottom:0;
}

.catalogsearch-result-index .breadcrumbs{
    display:none;
}

.catalogsearch-result-index .search20-msg{
    margin-left:0px;
    margin-right:0px;
    width:100%;
    margin-bottom:20px;
    margin-top:-8px;
}

#search_autocomplete{
    width:386px !important;
}

.carouselnotice{
    color: #511743;
    font-size: 17px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom:10px;
    padding-right:30px;
    padding-bottom:10px;
}

.carouselnotice.choose{
    background-image:url(https://www.miomente.de/skin/frontend/ultimo/miomente/images/arrow1.png);
    background-position:270px 6px ;
    background-repeat: no-repeat;
}

#search_autocomplete li{
    cursor: pointer;
}

.additional-bg-color, .block-layered-nav .currently, .cart .totals {
    background-color: #e7e7e4;
}

.cart-shipping-chooser .inner{
    margin-top:12px !important;
    margin-left:12px !important;
}

#cart-sidebar .price{
    padding-left:4px;
}

#header2017{
    margin-bottom:12px;
    min-width: 1170px !important;
}

#header2017 .white{
    color:#ffffff;
}

#header2017 .giftboxbanner{
    float:left;
    width:665px;
    height:160px;
    margin-left:20px;
    background: #a7b8b3 url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/header/bg_giftboxbanner.jpg') no-repeat 0 0;
    background-size: 665px 160px;
}

#header2017 .giftboxbanner .inner{
    margin-left:26px;
    margin-top:22px;
}

#header2017 .giftboxbanner p{
    font-size: 20px;
    font-weight:500;
    line-height: 29px;
    text-transform: uppercase;
    color:#355454;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #header2017 .giftboxbanner {
        background-image: url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/header/bg_giftboxbanner@4x.jpg');
    }
}

#header2017 .giftboxbanner p.link{
    font-size: 11px;
    text-transform: uppercase;
    color:#ffffff;
    text-decoration: underline;
    font-weight:normal;
}

#header2017 .logo{
    float:left;
    width:124px;
    height:160px;
    background: url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/header/miomente-logo.png') no-repeat;
    background-size: 124px 160px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #header2017 .logo {
        background-image: url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/header/miomente-logo@4x.png');
    }
}

#header2017 .entdeckerbanner{
    float:right;
    width:359px;
    height:160px;
    background: #a7b8b3 url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/header/bg_entdeckerbanner.jpg') no-repeat;
    background-size: 365px 160px;
}

/* For Retina Display */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #header2017 .entdeckerbanner{
        background-image: url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/header/bg_entdeckerbanner@4x.jpg');
    }
}

#header2017 .entdeckerbanner .inner{
    margin-left:70px;
    margin-top:54px;
}

#header2017 .entdeckerbanner p{
    font-size: 20px;
    font-weight:500;
    line-height: 26px;
    text-transform: uppercase;
    color:#511742;
}

#header2017 .entdeckerbanner div.left{
    text-align: center;
}

#header2017 .entdeckerbanner div.right{
    float:right;
    color:#959797;
    font-size:11px;
    text-transform: uppercase;
    font-weight:normal;
    margin-right:53px;
    line-height:17px;
}

/* header2018 begin */
#header2018 .logo {
    max-width:517px;
    width: 517px;
    height: 90px;
    background: url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/header2018/miomente-logo.png') no-repeat;
    background-size: 517px 90px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #header2018 .logo {
        background-image: url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/header2018/miomente-logo@4x.png');
    }
}

/* No Sticky Header below 760 Screen height */


    #header2018 {
        position: relative !important;
    }




/* header2018 end */

.header .first-row{
    background-color:#e7e8e3;
    height:24px;
    margin-bottom:12px;
    color:#511742;
    text-transform: uppercase;
    font-weight:600;
    font-size:12px;
    min-width: 1170px !important;
}

.header .first-row a {
    text-decoration: none;
    color:#511742;
    text-transform: uppercase;
    font-weight:normal;
    font-size:12px;
}
.header .first-row .slogan{
    margin-left:14px;
    margin-top:2px;
    float:left;
}

.header .first-row .contact{
    margin-left:70px;
    margin-top:2px;
    float:left;
}

.header .first-row .phone{
    margin-left:30px;
    margin-top:2px;
    float:left;
    font-weight:600;
    font-size:12px;
}

.header .first-row .newsletter{
    margin-left:30px;
    margin-top:2px;
    float:left;
}

.header .first-row .social-links{
    margin-left:30px;
    margin-top:6px;
    float:left;
}

div.header-primary-container div.languageswitch{
    font-weight: bold;
    color: #511742;
    font-size: 12px;
}

div.header-primary-container div.languageswitch a div{
    text-decoration: underline;
}

div.header-primary-container div.languageswitch div.de{
    float:left;
    margin-right:5px;
}

div.header-primary-container div.languageswitch div.at{
    float:left;
}

#mini-cart .dropdown.is-empty.open{
    background-color: #00a9c7 !important;
}

#search_at #search{
    width:390px !important;
    height:45px;
}

.products-grid .dateinfo, .owl-item .dateinfo{
    text-align: center;
    margin-left:2px;
    width:98.2%;
    text-decoration: none;
    color:#69184c;
    font-size:14px;
    height:20px;
    margin-top:-22px;
}

.products-grid .dateinfo .dateinfoinner, .owl-item .dateinfo .dateinfoinner{
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.products-grid .dateinfo.hidden,
.owl-item .dateinfo.hidden{
    color: transparent !important;
    background-color: transparent !important;
    font-size:14px !important;
    height:20px !important;
    margin-top:-22px !important;
}

a.product-image{
    text-decoration: none;
}

a.product-image:hover{
    color:#333333;
}

.toolbar {
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
}

.sorter .sort-by {
    float: left;
    margin-left: 0;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid
}

/* Begin Styles for Cookie Consent plugin */
.cc_container .cc_btn {
    color:#ffffff !important;
    background-color:#93216a !important;
}
/* End Styles for Cookie Consent plugin */

body{
    background-color: #eaeaea;
}

#mini-cart .feature-icon-hover{
    width:200px;
}

#mini-cart .dropdown-menu{
    margin-right:-43px;
}

.footer-container1 ul{
    list-style-type: none;
    margin-left: 0;
}

/* entdeckermagazin header-mobile */

.header-entdeckermagazin .header-mobile-cart{
    width:100%;
    margin-bottom:-35px;
    margin-top:8px;
}

.header-entdeckermagazin .header-mobile-cart .header-mobile-cart-inner{
    margin-left:auto;
    width:38px;
    height:35px;
    background-image:url(https://www.miomente.de/skin/frontend/ultimo/miomente/images/entdeckermagazin/miomente-cart-mobile.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
    position: relative;
}

.header-entdeckermagazin .header-mobile-cart .header-mobile-cart-inner .amount{
    text-align: center;
    background-color:#e70883;
    font-size:12px;
    color:#ffffff;
    padding-top:2px;
    width:17px;
    height:17px;
    line-height:14px;
    right:10px;
    bottom:0;
    position:absolute;
}

.header-entdeckermagazin .kundenservice{
    margin: auto;
    width:270px;
    padding-left:24px;
    font-size:15px;
    padding-top:8px;
    background-image:url(https://www.miomente.de/skin/frontend/ultimo/miomente/images/entdeckermagazin/phone.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: left 8px;
}

.header-entdeckermagazin .suche{
    background-color:#ffffff;
}

.header-entdeckermagazin .search-autocomplete ul{
    list-style: none !important;
    margin-left: 6px;
}

input:focus, textarea:focus, select:focus, .select2-container--focus .select2-selection {
    box-shadow: 0 0 0 0 !important;
}

@media only screen and (min-width: 1279px) {
    .hide-above1366{
        display:none !important;
    }
}


@media only screen and (max-width: 1278px) {
    .hide-below1366{
        display:none !important;
    }
}

/* No Sticky Header below 760 Screen height */
/*
@media screen and ( max-height: 760px ){
    #header2018 {
        position: relative !important;
    }
    .main-container.col1-layout{
        padding-top:0 !important;
    }
}
*/
    .view-categories.itemgrid-adaptive.itemgrid-2col .item {
        width: 31.3333% !important;
        clear: none !important;
    }

    .view-categories.itemgrid-adaptive.itemgrid-2col .item:nth-child(3n+1) {
        clear: left !important;
    }

.category-grid-childcats.category-grid button.kochkursfilter{
    margin-right:20px;
    margin-bottom:10px;
    border-radius: 40px;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #CECEC8;
    color: black;
    padding: 10px 20px 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor:pointer;
}

div.headline_h2{
    font-size: 21px;
    text-transform: uppercase;
    line-height: 2.20em;
    margin-bottom: 0px;

}

div.headline_h4{
    font-size: 17px;
    line-height: 1.25em;
    font-weight:bold;
    text-transform: uppercase;
    margin-bottom: 0px;

}

.biggerfont{
    font-size: 17px;
}

.toolbar .pager {
    border-top: none !important;
}

#review-form li.email{
    display:none;
}

.catalog-category-view div.ratings{
    margin-bottom:-22px;
}

.ratings .amount {
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
}

.catalog-product-view.bootstrap .container {
    width: 1200px;
}

.catalog-product-view .breadcrumbs {
    margin-top: 15px;
}

.miomente-select {
    display: block;
    font-size: 17px !important;
    font-family: FilsonPro !important;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #960067;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('https://www.miomente.de/skin/frontend/ultimo/default/images/icon-caret-down.png');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .59em auto, 100%;
    height:50px;
}

.miomente-select.condensed{
    height:36px;
    line-height:0.8;
    padding: 0 1.4em 0 .8em;
    font-size:15px;
}

.dates-desktop .miomente-select{
    width:60%;
}

.miomente-select::-ms-expand {
    display: none;
}
.miomente-select:hover {
    border-color: #960067;
}
.miomente-select:focus {
    border-color: #960067;

    color: #222;
    outline: none;
}
.miomente-select option {
    font-weight:normal;
    font-size: 17px !important;
    font-family: FilsonPro !important;
}

.listitem .ratings {
    margin: 5px 0 0 5px;
}

.listitem .panel-header{
    height:180px;
}

.listitem td, .listitem .panel.panel-default td{
    padding-top:0 !important;
    padding-bottom:0 !important;
}

.listitem .panel-body{
    padding-top:0;
    height:140px;
    overflow:hidden;
}

.listitem .data-wrapper{
    min-height:90px;
}

.formbusinesswrapper{
    border: 1px solid rgba(151, 151, 151, 0.17);
    box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5);
    padding:0px 30px 20px 30px;
}

.messagewrapper{
    margin:1%;
    border-radius:10px;
    margin-bottom:20px;
}

.messagewrapper ul.messages{
    margin:0;
}

.message_success{
    border:1px solid #008489;
    background-color:transparent;
}

.messagewrapper .success-msg{
    background-color:transparent;
    background-image:url(https://www.miomente.de/skin/frontend/ultimo/miomente/images/i_msg-success.png);
    color:#008489;
    border:none;
    font-family: FilsonPro;
    font-size: 17px !important;
    line-height: 1.588235294;
    background-position: 20px center !important;
    background-repeat: no-repeat !important;
    padding: 25px 25px 25px 80px !important;
}


.message_notice{
    border:1px solid #960067;
    background-color:transparent;
}

.messagewrapper .notice-msg{
    background-color:transparent;
    background-image:url(https://www.miomente.de/skin/frontend/ultimo/miomente/images/i_msg-notice.png);
    color:#960067;
    border:none;
    font-family: FilsonPro;
    font-size: 17px !important;
    line-height: 1.588235294;
    background-position: 20px center !important;
    background-repeat: no-repeat !important;
    padding: 25px 25px 25px 80px !important;
}

.message_error{
    border:1px solid #960067;
    background-color:#960067;
}

.messagewrapper .error-msg{
    background-color:transparent;
    background-image:url(https://www.miomente.de/skin/frontend/ultimo/miomente/images/i_msg-error.png);
    color:#ffffff;
    border:none;
    font-family: FilsonPro;
    font-size: 17px !important;
    line-height: 1.588235294;
    background-position: 20px center !important;
    background-repeat: no-repeat !important;
    padding: 25px 25px 25px 80px !important;
}

.notice-msg.ppp-review {
    padding-left: 90px !important;
}

.products-grid .item {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}


.bootstrap select {
    display: block;
    font-size: 17px !important;
    font-family: FilsonPro !important;
    font-weight: 400;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #960067;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('https://www.miomente.de/skin/frontend/ultimo/default/images/icon-caret-down.png');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .59em auto, 100%;
    height:50px;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #960067 !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.block-progress dd {
    line-height: 18px;
}

.header-container-main-city.bootstrap:hover .dropdown-menu {
    display: block;
}

/*
.catid3 .nav-panel--dropdown.nav-panel{
    display:block !important;
}
*/

/* Heidelpay */
.checkout-onepage-index #payment_form_hcdcc,
.checkout-onepage-index #payment_form_hcdsu,
.checkout-onepage-index #payment_form_hcdpal
{
    display:none;
}

.checkout-onepage-index dt.hcdcc{
    background-image:url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/hcdcc_logos.png');
    background-size: auto 26px;
    background-position: 180px 8px;
    background-repeat: no-repeat;
}

.checkout-onepage-index dt.hcdpal{
    background-image:url('https://www.miomente.de/skin/frontend/ultimo/miomente/images/hcdpal_logos.png');
    background-size: auto 26px;
    background-position: 180px 8px;
    background-repeat: no-repeat;
    /*border-top:1px solid #cccccc;*/
}

#payment_form_hcddd #hcddd_holder{

}

#payment_form_hcddd .input-box label{
    display:inline-block;
    padding: 10px 0 0;
    font-weight:normal;
}

#payment_form_hcddd .hcd-payment-desc{
    display:none;
}

#payment_form_hcddd .input-text{
    display: block;
    font-size: 17px !important;
    font-family: FilsonPro !important;
    color: inherit;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 300px;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #960067;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color:#ffffff;
}

#payment_form_hcddd em{
    display:none;
}

.checkout-onepage-index .methodscomment{
    margin-top:16px;
}

.navi-wrapper {
    background-color: #ffffff !important;
}

/* Bottommodal */

.bottommodal div.table {
    display: table;
    border-collapse:collapse;
}
.bottommodal div.tr {
    display:table-row;
}
.bottommodal div.td {
    display:table-cell;
    text-align: left;
    vertical-align: middle;
    padding:5px;
}

.bottommodal div.td h4{
    color:#93216a
}

/* Remove Sublinks Online-Events and Genuss-Events for Desktop */
.nav-item.catid114,
.nav-item.catid115{
    display:none !important;
}

.messages li::marker{
    color:transparent;
}



 .paypal-express-review h3.product-name {
     font-size: 16px !important ;
 }
.messages.notice.paypal-review{
    margin-top:60px;
    border-radius: 8px;
}
.messages.notice.paypal-review .notice-msg{
    background-image: none !important;
}

.paypal-express-review hr {
    background: #e5e5e5;
    height: 1px;
    border: 0px;
}

.paypal-express-review td.last {
    padding-left:0px;
    padding-right:0px;
}

.paypal-express-review .info-set h2.legend{
    margin-left:0px;
    padding-left:0px;
    margin-right:0px;
    padding-right:0px;
}

.paypal-express-review .info-set{
    padding-right: 15px !important;
}

 .disabled-checkoutbutton {
     background-color: #ccc !important;
     color: #666 !important;
     border-color: #aaa !important;
     cursor: not-allowed;
     pointer-events: none;
     opacity: 0.6;
 }

/* Service Form */
.accordion-item {
    margin-bottom: 10px;
}
.accordion-content {
    display: none;
}
.note {
    margin-top: 5px;
}

.service-form-container {
    max-width: 642px;
    margin: 0 auto;
}

.service-form-container .accordion-title {
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 10px auto;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
    border-radius: 8px;
    background-color: #A4006A;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
.service-form-container .accordion-title h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
.service-form-container .accordion-title:hover {
    background-color: #fff;
    color: #A4006A;
    border: 1px solid #A4006A;
}
html {
  font-size: 17px;
}

body {
  background: #ffffff;
  overflow-x: hidden;
  letter-spacing: 0.26px;
}

.bootstrap .col-xs-1, .bootstrap .col-sm-1, .bootstrap .col-md-1, .bootstrap .col-lg-1, .bootstrap .col-xs-2, .bootstrap .col-sm-2, .bootstrap .col-md-2, .bootstrap .col-lg-2, .bootstrap .col-xs-3, .bootstrap .col-sm-3, .bootstrap .col-md-3, .bootstrap .col-lg-3, .bootstrap .col-xs-4, .bootstrap .col-sm-4, .bootstrap .col-md-4, .bootstrap .col-lg-4, .bootstrap .col-xs-5, .bootstrap .col-sm-5, .bootstrap .col-md-5, .bootstrap .col-lg-5, .bootstrap .col-xs-6, .bootstrap .col-sm-6, .bootstrap .col-md-6, .bootstrap .col-lg-6, .bootstrap .col-xs-7, .bootstrap .col-sm-7, .bootstrap .col-md-7, .bootstrap .col-lg-7, .bootstrap .col-xs-8, .bootstrap .col-sm-8, .bootstrap .col-md-8, .bootstrap .col-lg-8, .bootstrap .col-xs-9, .bootstrap .col-sm-9, .bootstrap .col-md-9, .bootstrap .col-lg-9, .bootstrap .col-xs-10, .bootstrap .col-sm-10, .bootstrap .col-md-10, .bootstrap .col-lg-10, .bootstrap .col-xs-11, .bootstrap .col-sm-11, .bootstrap .col-md-11, .bootstrap .col-lg-11, .bootstrap .col-xs-12, .bootstrap .col-sm-12, .bootstrap .col-md-12, .bootstrap .col-lg-12 {
  padding-left: 9px;
  padding-right: 9px;
}

.bootstrap h1, .bootstrap h2, .bootstrap h1 span {
  text-transform: none;
}

.bootstrap h1 {
  font-family: FilsonPro;
  font-weight: 900;
  font-size: 35px;
  line-height: 42px;
  letter-spacing: 0.015142857em;
}

@media (min-width: 992px) {
  .bootstrap .businessform-mobile {
    display:none;
  }
}

@media (max-width: 992px) {
  .bootstrap h1 {
    font-size: 35px;
    line-height: 42px;
  }
  .bootstrap .product-detail-aside.businessform {
    display:none;
  }
  .bootstrap section.dates-desktop{
    display:none;
  }
}

.bootstrap h2, .bootstrap h1 span {
  display: inline-block;
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.02em;
}

@media (min-width: 992px) {
  .bootstrap h2, .bootstrap h1 span {
    font-size: 24px;
    line-height: 33px;
  }
}

.bootstrap h2, .bootstrap h3{
  font-weight:bold;
}

.bootstrap h1 + h2, .bootstrap h1 h1 + span  {
  margin-top: -10px;
}

.bootstrap p + p {
  margin-top: 25px;
}

.bootstrap a {
  cursor: pointer;
}

.bootstrap a.btn:hover {
  text-decoration: none;
}

.bootstrap .section-title {
  font-weight: bold;
  border-bottom: none;
  padding: 0;
}

.bootstrap .section-title + .section-subtitle {
  margin-top: -10px;
  font-size: 17px;
}

.bootstrap .container {
  min-width: 0px !important;
  width: 100%;
  padding: 0 12px;
}

@media (min-width: 1224px) {
  .bootstrap .container {
    padding: 0;
  }
}


.bootstrap .row {
  margin-left: 2px;
  margin-right: 2px;
}

.bootstrap .btn {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.bootstrap .btn-primary,
.bootstrap .btn-primary-inverse {
  border: 1px solid #960067;
  font-size: 17px;
  line-height: 1.5;
  padding: 10px 16px 12px;
  height: 48px;
}

.bootstrap .btn-primary.slim,
.bootstrap .btn-primary-inverse.slim {
  border: 1px solid #960067;
  font-size: 17px;
  line-height: 1.5;
  padding: 5px 50px 12px;
  height: 36px;
}

.bootstrap .btn.btn-primary.slim.mobile {
  padding: 5px 15px 12px;
}

@media (max-width: 992px) {
  .bootstrap .btn-primary.condensed,
  .bootstrap .btn-primary-inverse.condensed {
    border: 1px solid #960067;
    font-size: 15px;
    padding: 5px 16px 12px;
    height: 34px;
  }
}

.footer-container.bootstrap .newsletterbox .btn-primary{
  border: 1px solid #19b4b9;
  color: #056569;
  width:260px;
  margin: 13px auto 12px auto;
}

.footer-container.bootstrap .btn-primary:hover,
.footer-container.bootstrap .btn-primary:focus{
  background-color:#19b4b9 !important;
  color:#ffffff;
}


.bootstrap .btn-primary-inverse:focus{
  color:#ffffff;
}

.bootstrap .btn-primary span {
  vertical-align: -1px;
}

.bootstrap .btn-primary-inverse span {
  vertical-align: -3px;
}

.bootstrap .btn-primary {
  color: #960067;
  background: #ffffff !important;
}

.bootstrap .btn-primary-inverse {
  color: #ffffff;
  background: #960067;
}

.bootstrap .btn-primary-inverse:hover {
  background: transparent;
  color: #960067;
}

.bootstrap .btn-round {
  position: relative;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  color: #960067;
  background: #ffffff;
  border: 1px solid #008489;
  -webkit-box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5);
  box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5);
}

.bootstrap .btn-miomente {
  background: transparent;
  border: 1px solid #008489;
  font-size: 17px;
  color: #008489;
  padding: 15px 27px;
  line-height: 1.176470588;
}

.bootstrap .btn-miomente .icon + span,
.bootstrap .btn-miomente span:not(.icon) {
  vertical-align: -3px;
}

.bootstrap .btn-miomente .icon + span + .icon,
.bootstrap .btn-miomente span:not(.icon) + .icon {
  margin-left: 27px;
}

.bootstrap .btn-miomente [class*="icon-arrow"] {
  border-color: #008489;
}

.bootstrap .btn-miomente:hover {
  background: #008489;
  color: #ffffff;
}

.bootstrap .btn-miomente:hover [class*="icon-arrow"] {
  border-color: #ffffff;
}

.bootstrap form[role="search"] {
  color: #595959;
}

.bootstrap form[role="search"] .input-group {
  width: 100%;
  border: 1px solid rgba(151, 151, 151, 0.17);
  -webkit-box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5);
  box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5);
  border-radius: 2px;
}

.bootstrap form[role="search"] .input-group-btn {
  width: 41px;
}

@media (min-width: 992px) {
  .bootstrap form[role="search"] .input-group-btn:first-child > .btn {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .bootstrap form[role="search"] .input-group-btn img {
    width: 16px;
    height: 16px;
  }
}

@media (min-width: 992px) {
  .bootstrap form[role="search"] .input-group {
    direction: rtl;
  }
  .bootstrap form[role="search"] .input-group input {
    direction: ltr;
  }
}

.bootstrap form[role="search"] .form-control {
  height: 45px;
  padding: 15px 16px 12px 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: inherit;
  color: #595959;
}

@media (max-width: 991px) {
  .bootstrap form[role="search"] .form-control {
    font-size: 15px;
    padding-right: 12px;
  }
}

@media (min-width: 992px) {
  .bootstrap form[role="search"] .form-control {
    padding: 15px 0 12px 16px;
  }
}

.bootstrap form[role="search"] .form-control::-webkit-input-placeholder {
  color: inherit;
}

.bootstrap form[role="search"] .form-control::-moz-placeholder {
  color: inherit;
}

.bootstrap form[role="search"] .form-control:-ms-input-placeholder {
  color: inherit;
}

.bootstrap form[role="search"] .form-control::-ms-input-placeholder {
  color: inherit;
}

.bootstrap form[role="search"] .form-control::placeholder {
  color: inherit;
}

.bootstrap form[role="search"] .btn-default {
  background: #ffffff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  .bootstrap .navbar {
    min-height: 0;
  }
}

.bootstrap .navbar-default {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: none;
}

.bootstrap .navbar-default .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .bootstrap .navbar-default .navbar-nav {
    float: none;
  }
}

.bootstrap .navbar-default .navbar-nav > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.bootstrap .navbar-default .navbar-nav > li > a {
  padding-left: 9px;
  padding-right: 9px;
}

.bootstrap .navbar-default .navbar-nav > .active > a,
.bootstrap .navbar-default .navbar-nav > .active > a:hover,
.bootstrap .navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap .navbar-default .navbar-toggle {
  float: none;
}

.bootstrap .navbar-default .navbar-toggle .icon-bar {
  width: 16px;
  background-color: #595959;
}

.bootstrap .navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}

.bootstrap .navbar-toggle {
  border: none;
  margin-right: 0;
}

.bootstrap .navbar-collapse {
  padding: 0;
}

.bootstrap .navbar-collapse ul li:first-child a {
  padding-left: 0;
}

.bootstrap .navbar-collapse ul li:last-child a {
  padding-right: 0;
}

.bootstrap .table.table-striped:not(.expanded) > tbody > tr:nth-child(n+4) > td {
  padding-top: 0;
  padding-bottom: 0;
}

.bootstrap .table > thead > tr > th {
  border-bottom: none;
}

.bootstrap .table > tbody > tr > td {
  border: none;
  vertical-align: middle;
  -webkit-transition: padding .5s;
  -o-transition: padding .5s;
  transition: padding .5s;
}

.bootstrap .table > tbody > tr > td > .td-wrapper {
  display: none;
}

.bootstrap .table td > p:last-child {
  margin-bottom: 0;
}

.bootstrap .toggle-table {
  display: block;
  text-align: center;
  color: #008489;
  font-size: 15px;
  line-height: 26px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.bootstrap a.panel {
  display: block;
  color: inherit;
}

.bootstrap a.panel:hover {
  text-decoration: none;
}

.bootstrap a.panel:hover .panel-header img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.bootstrap .panel {
  border: 1px solid rgba(151, 151, 151, 0.17);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  overflow: hidden;
  font-size: 13px;
}

.bootstrap .panel-header {
  overflow: hidden;
}

.bootstrap .panel-header img {
  width: 100%;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  -o-transition: transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}

.bootstrap .panel-footer {
  background: transparent;
}

.bootstrap .panel-footer .table {
  margin: 0 -8px 12px;
}

.bootstrap .panel h5, .bootstrap .panel strong {
  font-size: 15px;
  font-weight: bold;
}

.bootstrap .carousel .panel-header {
  height: 0;
  padding-bottom: 66.5%;
  overflow: hidden;
}

.bootstrap .slick.single {
  margin-bottom: 42px;
  display:none;
}

@media (max-width: 992px) {
  .bootstrap .slick.single {
    margin-bottom: 12px;
  }
}

.bootstrap .slick.multiple {
  margin-left: -9px;
  margin-right: -9px;
}

.bootstrap .slick-slide > img {
  width: 100%;
}

.bootstrap .slick-slide td img {
  display: inline;
}

.bootstrap .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 30px;
  margin: 0 -5px;
}

.bootstrap .slick-dots li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin: 0 5px;
  background: rgba(255, 255, 255, 0.6);
  height: 2px;
}

.bootstrap .slick-dots li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0px;
  background: #ffffff;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.bootstrap .slick-dots li.slick-active:after {
  -webkit-animation-name: slick-progress;
  animation-name: slick-progress;
}

@-webkit-keyframes slick-progress {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}

@keyframes slick-progress {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}

.slick-3 .slick-dots li:after {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.slick-5 .slick-dots li:after {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.slick-10 .slick-dots li:after {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

.bootstrap .slick-dots li button {
  display: none;
}

.bootstrap .slick-arrow {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.bootstrap .slick-arrow.slick-disabled {
  opacity: 0;
}

.bootstrap .slick-prev, .bootstrap .slick-next {
  position: absolute;
  z-index: 1;
  top: 42.67%;
}

@media (min-width: 992px) {
  .bootstrap .slick-prev, .bootstrap .slick-next {
    top: 37.85%;
  }
}

.bootstrap .slick-prev {
  left: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 1265px) {
  .bootstrap .slick-prev {
    left: 14px;
  }
}

.bootstrap .slick-next {
  right: 30px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

@media (min-width: 1265px) {
  .bootstrap .slick-next {
    right: 14px;
  }
}

.bootstrap .input-text,
.bootstrap .formwrap input,
.bootstrap .formwrap textarea,
#review-form input,
#review-form textarea
{
  display: block;
  font-size: 17px !important;
  font-family: FilsonPro !important;
  color: inherit;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #960067;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.bootstrap .formwrap.formbusinesswrapper input,
.bootstrap .formwrap.formbusinesswrapper textarea{
  margin-top:20px;
}

.bootstrap input {
  font-size: 15px;
  height: 50px;
  border: none;
}

.bootstrap input[type="email"] {
  padding: 15px 60px 15px 15px;
}

/*
@media (min-width: 768px) {
  .bootstrap input[type="email"] {
    width: 455px;
  }
}
*/

.bootstrap input[type="submit"] {
  border-radius: 4px;
  padding: 15px;
}

.bootstrap .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  line-height: 1.35;
  font-weight: bold;
  text-align: center;
  margin-top: 45px;
  border-radius: 4px;
  border: 1px solid #008489;
  overflow: hidden;
}

@media (min-width: 992px) {
  .bootstrap .nav-tabs {
    font-size: 20px;
  }
}

.bootstrap .nav-tabs > li.active > a,
.bootstrap .nav-tabs > li.active > a:hover,
.bootstrap .nav-tabs > li.active > a:focus {
  border: 1px solid #008489;
  background: #008489;
  color: #ffffff;
}

.bootstrap .nav-tabs > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.bootstrap .nav-tabs > li > a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  margin-right: 0;
  color: #008489;
  line-height: inherit;
  height: 100%;
}

.bootstrap .tab-content {
  padding-top: 28px;
  margin-bottom: 40px;
}

/*
@media (min-width: 992px) {
  .bootstrap .tab-content {
    margin-bottom: 138px;
  }
}
*/

.bootstrap .tab-content tr th:first-child,
.bootstrap .tab-content tr td:first-child {
  padding-left: 15px;
}

@media (min-width: 992px) {
  .bootstrap .tab-content tr th:first-child,
  .bootstrap .tab-content tr td:first-child {
    padding-left: 32px;
  }
}

.bootstrap .tab-content tr th, .bootstrap .tab-content tr td {
  min-width: 20%;
}

.bootstrap .toggle-height {
  position: relative;
  display: block !important;
  max-height: 340px;
  height: auto !important;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: max-height .5s;
  -o-transition: max-height .5s;
  transition: max-height .5s;
}

.bootstrap .toggle-height:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(47.82%, rgba(255, 255, 255, 0.61)), color-stop(80.82%, rgba(255, 255, 255, 0.96)), to(#FFFFFF));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 47.82%, rgba(255, 255, 255, 0.96) 80.82%, #FFFFFF 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 47.82%, rgba(255, 255, 255, 0.96) 80.82%, #FFFFFF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 47.82%, rgba(255, 255, 255, 0.96) 80.82%, #FFFFFF 100%);
  opacity: 1;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.bootstrap .toggle-height.expanded {
  max-height: 500vh;
}

.bootstrap .toggle-height.expanded:after {
  opacity: 0;
}

.bootstrap .img-circle {
  overflow: hidden;
}

.bootstrap input:-moz-read-only {
  pointer-events: none;
}

.bootstrap input:read-only {
  pointer-events: none;
}

.bootstrap input[type="radio"] {
  display: none;
}

.bootstrap input[type="radio"] ~ * {
  padding-left: 60px;
}

.bootstrap input[type="radio"]:checked + label:after {
  opacity: 1;
}

.bootstrap input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  min-height: 25px;
  line-height: 35px;
}

.bootstrap input[type="radio"] + label:before, .bootstrap input[type="radio"] + label:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
}

.bootstrap input[type="radio"] + label:before {
  top: 3px;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(151, 151, 151, 0.17);
  background: #EFEFEF;
}

.bootstrap input[type="radio"] + label:after {
  left: 5px;
  top: 8px;
  width: 15px;
  height: 15px;
  background: #960067;
  opacity: 0;
}

.bootstrap input[type="radio"] ~ .order-box-type-desc {
  display: none;
}

.bootstrap input[type="radio"]:checked ~ .order-box-type-desc {
  display: block;
}

.bootstrap input[type=number]::-webkit-inner-spin-button,
.bootstrap input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

@media (max-width: 767px) {
  .bootstrap .modal {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .bootstrap .modal-dialog {
    margin: 0;
    height: 100%;
  }
}

.bootstrap .modal-content {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 15px;
}

@media (max-width: 767px) {
  .bootstrap .modal-content {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .bootstrap .modal-content {
    border: 1px solid rgba(151, 151, 151, 0.17);
    -webkit-box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5);
    box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5);
    border-radius: 2px;
  }
}

@media (min-width: 992px) {
  .bootstrap .modal-content {
    font-size: 17px;
  }
}

.bootstrap .modal-content .close {
  position: absolute;
  top: 18px;
  left: 15px;
  font-weight: normal;
  font-size: 38px;
  line-height: 0.5;
  opacity: 1;
}

@media (min-width: 992px) {
  .bootstrap .modal-content .close {
    top: 27px;
    left: auto;
    right: 23px;
  }
}

.bootstrap .modal-content [data-toggle="copy"] {
  margin: 10px auto;
}

.bootstrap .modal-title {
  font-size: 15px;
  text-align: center;
  padding: 0 10px;
}

@media (min-width: 992px) {
  .bootstrap .modal-title {
    font-size: 20px;
    text-align: left;
    padding: 0;
  }
}

.bootstrap .modal-body {
  padding: 15px 25px;
  max-height: 100vh;
  overflow-y: scroll;
}

@media (min-width: 992px) {
  .bootstrap .modal-body {
    padding: 25px;
  }
}

.bootstrap .modal-body > input {
  width: 100%;
  padding: 10px 15px;
  -webkit-box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5);
  box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5);
}

.bootstrap .modal-body > input:focus {
  -webkit-box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5) !important;
  box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5) !important;
}

.bootstrap [data-toggle="modal"] {
  cursor: pointer;
}

.bootstrap [data-toggle="copy"] {
  cursor: pointer;
  color: #960067;
  text-decoration: underline;
}

.bootstrap .alert-info {
  background: rgba(0, 132, 137, 0.15);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  color: #595959;
}

.bootstrap .btn .badge {
  top: -15px;
  right: 3px;
  border-radius: 50%;
  background-color: #008489;
  font-size: 8px;
  line-height: 10px;
  padding: 1px 3px;
  min-width: 12px;
}


.header-container-top {
  background: #F7F2EF;
  font-size: 13px;
  line-height: 2.307692308;
  letter-spacing: 0.81px;
  color: rgba(89, 89, 89, 0.55);

}

/* Corona Topbar Begin */
.header-container-top.topbar {
  background: #821754;
  font-size: 17px;
  line-height: 4.0;
  white-space: nowrap;
  letter-spacing: 0.81px;
  color: #ffffff;
}
.header-container-top.topbar img{
  width:30px;
  height:30px;
}
.header-container-top.topbar .topbar_1 img{
  margin-bottom:3px;
}
.header-container-top.topbar .topbar_2 img{
  margin-bottom:2px;
}
.header-container-top.topbar .topbar_3 img{
  margin-bottom:8px;
}
.header-container-top.topbar .topbar_4 img{
  margin-bottom:4px;
}
.header-container-top.topbar .topbar_1{
  min-width:320px;
}
.header-container-top.topbar .topbar_2{
  min-width:260px;
}
.header-container-top.topbar .topbar_3{
  min-width:350px;
}


.header-container-top.topbar.mobile{
  display:none;
}

@media only screen and (max-width: 1200px) {
  .header-container-top.topbar.desktop{
    display:none;
  }


  .header-container-top.topbar.mobile {
    display:block;
    background: #821754;
    font-size: 10px;
    line-height: 1.1;
    letter-spacing:0.26px;
    white-space: nowrap;
    color: #ffffff;
    height:40px;
 }

  .header-container-top.topbar.mobile .topbar_1 div{
    display:inline-block;
    padding-top:8px;
    padding-left:4px;
  }
  .header-container-top.topbar.mobile .topbar_2 div{
    display:inline-block;
    padding-top:8px;
    padding-left:4px;
  }
  .header-container-top.topbar.mobile .topbar_3 div{
    display:inline-block;
    padding-top:8px;
    padding-left:4px;
  }

  .header-container-top.topbar.mobile .topbar_1 img{
    margin-top:-8px;
  }
  .header-container-top.topbar.mobile .topbar_2 img{
    margin-top:-10px;
  }
  .header-container-top.topbar.mobile .topbar_3 img{
    margin-top:-10px;
  }
  .header-container-top.topbar.mobile ul{
    margin-left:6px;
    margin-right:6px;
  }
  .header-container-top.topbar.mobile img{
    width:20px;
    height:20px;
  }

  .header-container-top.topbar.mobile .topbar_1{
    min-width:33%;
  }
  .header-container-top.topbar.mobile .topbar_2{
    min-width:35%;
  }
  .header-container-top.topbar.mobile .topbar_3{
    min-width:31%;
  }
}
/* Corona Topbar End */


.header-container-top {
  background: #F7F2EF;
  font-size: 13px;
  line-height: 2.307692308;
  letter-spacing: 0.81px;
  color: rgba(89, 89, 89, 0.55);

}


.header-container-top ul{
  list-style: none;
}

.header-container-top li {
  margin: 0;
}

.header-container-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}

.header-container-main {
  font-size: 15px;
}

@media (max-width: 991px) {
  .header-container-main {
    padding-top: 15px;
  }
}

.header-container-main .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  margin-bottom: 20px;
}

.header-container-main .header-logo img {
  width:157px;
  height:28px;
}

@media (min-width: 992px) {
  .header-container-main .header-logo img {
    width:258px;
    height:47px;
  }
}

.header-container-main > .container {
  border-bottom: 1px solid #E5E4E4;
}

@media (min-width: 992px) {
  .header-container-main .col-md-offset-0 {
    float: right;
  }
}

.header-container-main .navbar {
  margin: 0;
}

.header-container-main .phone {
  margin-right: 46px;
}

.header-container-main .phone img + span {
  margin-left: 6px;
  display: inline-block;
  margin-bottom: -3px;
}

.header-container-main-city {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 11px;
  margin-right:16px;
  padding-left:12px;
}

@media (max-width: 767px) {
  .header-container-main-city > span {
    font-size: 12px;
  }
}

.header-container-main-city .dropdown {
  display: block !important;
  margin-left: 15px;
  font-size: 15px;
}

.header-container-main-city .dropdown-toggle {
  background: transparent;
  padding: 0;
  font-size: inherit;
  color: #960067;
}

.header-container-main-city .dropdown-toggle img {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .header-container-search {
    float: left;
    width: 85%;
  }
}

@media (max-width: 767px) {
  .header-container-toggle {
    float: left;
    width: 15%;
  }
}

#header-contact.affix {
  z-index: 1000;
  right: 3.5px;
}

.main-container {
  overflow: hidden;
  padding-top: 0;
}

.icon {
  display: inline-block;
}

.icon.icon-arrow-left, .icon.icon-arrow-right, .icon.icon-arrow-down {
  width: 14px;
  height: 14px;
  border-right: 1px solid #008489;
  border-bottom: 1px solid #008489;
  background: transparent;
  border-radius: 0;
}

.icon.icon-arrow-right {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -7px;
}

.icon.icon-arrow-left {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-right: -7px;
}

.icon.icon-arrow-down {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -7px;
}

.icon.icon-caret-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #960067 transparent;
}

.icon.icon-caret-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #960067 transparent transparent transparent;
}

.icon.icon-checkmark, .checkmark-list li:before {
  width: 11px;
  height: 8px;
  border-bottom: 2px solid #008489;
  border-left: 2px solid #008489;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.img-square {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}

.img-square img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  max-width: none;
}

.miomente-list {
  list-style: none;
}

.miomente-list li {
  position: relative;
  padding-left: 62px;
  margin-bottom: 25px;
}

.miomente-list li:before {
  content: '';
  display: block;
  height: 49px;
  width: 45px;
  position: absolute;
  top: -10px;
  left: 0;
  background: url(https://www.miomente.de/skin/frontend/ultimo/default/images/goldenwebage/flower.svg) center top/contain no-repeat;
}

.miomente-list-item-title.miomente-list-item-title {
  font-size: 24px;
  line-height: 1.083333333;
  font-weight: bold;
  margin-bottom: 3px;
}

p.miomente-list-item-title.miomente-list-item-title + p {
  margin-top: 0;
}

.checkmark-list.checkmark-list {
  margin: 15px auto;
}

.checkmark-list li {
  position: relative;
  padding-left: 20px;
}

.checkmark-list li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}

#order-box {
  width: 482px;
  margin-left: auto;
  font-size: 15px;
  -webkit-box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5);
  box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5);
}

@media (max-width: 991px) {
  #order-box {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 70px;
    overflow: hidden;
    margin-bottom: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 -2px 4px 0 rgba(154, 154, 154, 0.5);
    box-shadow: 0 -2px 4px 0 rgba(154, 154, 154, 0.5);
    border-radius: 0;
    border: none;
  }
}

@media (min-width: 992px) {
  #order-box.affix {
    position: fixed !important;
    top: 20px;
    z-index: 1000 !important;
  }
}

@media (min-width: 992px) {
  section.dateinfolink-mobile {
    display:none;
  }
}

#order-box-mobile input[type="radio"] + label {
  font-size: 20px;
}

#order-box-mobile .label-extra {
  margin-top: -5px;
}

#order-box-mobile .spinner,
#order-box-mobile .btn {
  max-width: 215px;
}

#order-box-mobile .price {
  font-size: 15px;
  margin-bottom: 30px;
}

#order-box-mobile #pricebox .price {
  font-size: 20px;
  margin-bottom: 30px;
}

#order-box-mobile input[type="radio"][value="ticket"] ~ .order-box-type-desc {
  padding-left: 0;
}

#order-box-mobile table tbody tr {
  background-color: #FAFAFA;
}

#order-box-mobile table tbody tr.spacer {
  background-color: #ffffff;
  height: 10px;
}

#order-box-mobile table th {
  font-weight: bold;
}


#order-box h3 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  max-width: 50%;
}

@media (min-width: 992px) {
  #order-box h3 {
    display: block;
    font-size: 35px;
    max-width: none;
    margin-top: 0;
  }
}

#order-box h3 small {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

@media (min-width: 992px) {
  #order-box h3 small {
    display: inline;
    font-size: 15px;
  }
}

#order-box .panel-body,
#order-box .panel-footer {
  padding: 8px 11px;
}

@media (min-width: 992px) {
  #order-box .panel-body,
  #order-box .panel-footer {
    padding: 25px 35px;
  }
}

#order-box form , .businessform-mobile form{
  display: block;
  position: relative;
  padding-right: 70px;
  margin-top: 25px;
}

#order-box input[type="radio"] + label {
  font-size: 24px;
  font-weight: 900;
}

#order-box a:not(.btn) {
  display: block;
  color: #960067;
  text-align: right;
  font-size: 15px;
  text-decoration: underline;
}

#order-box .formwrap a:not(.btn) {
  display: inline;
  color: inherit;
  text-align: inherit;
  font-size: inherit;
  text-decoration: none;
}

#order-box .table img {
  min-width: 15px;
}

#order-box .btn-block {
  margin-top: 22px;
}

#order-box .label-extra {
  font-size: 17px;
  margin-top: -5px;
}

.order-box-type:not(:last-of-type) .order-box-type-desc {
  margin-bottom: 40px;
}

.order-box-help {
  text-align: right;
  color: #960067;
  line-height: 35px;
}

@media (min-width: 992px) {
  .order-box-help {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.order-box-help img {
  vertical-align: sub;
  margin-left: 15px;
}

@media (min-width: 992px) {
  .order-box-help img {
    margin-left: 10px;
  }
}

.product-navigation {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.product-navigation a {
  color: inherit;
}

.product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .product-detail {
    margin-top: 24px;
  }
}

.product-detail-main {
  max-width: 100%;
}

@media (max-width: 991px) {
  .product-detail-main .slick {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}

@media (min-width: 992px) {
  .product-detail-main {
    padding-right: 69px;
    max-width: calc(100% - 482px);
  }
}

.product-detail-main ul:not([role]):not(.miomente-list) {
  list-style: disc;
  padding-left: 1.5em;
  margin: 0 auto;
}

.product-detail-main ul:not([role]):not(.miomente-list) ul {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
}

.product-detail-main ul:not([role]):not(.miomente-list) ul li:before
{
  content: '⁃';
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.product-detail-main section {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .product-detail-main section {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .product-detail-main section.section-fluid {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}

.product-detail-info-short {
  font-size: 15px;
  margin: 30px auto;
}

@media (min-width: 992px) {
  .product-detail-info-short {
    margin: 40px auto;
  }
}

.product-detail-info-short td > img,
.product-detail-info-short .btn-round {
  height: 40px;
  width: 40px;
  max-width: none;
  background-color: #EFEFEF;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.product-detail-info-short .table {
  width: auto;
  margin: 0 -5px;
}

.product-detail-info-long .row {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .product-detail-info-long .row > div:first-child {
    padding-right: 48px;
  }
}

.product-detail-info-long h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 32px;
}

.product-detail-info-long h3 small {
  font-size: 17px;
}

.product-detail-info-long div.img-circle {
  width: 70%;
  padding-bottom: 70%;
  margin: 0 auto 24px auto;
}

@media (min-width: 768px) {
  .product-detail-info-long div.img-circle {
    width: auto;
    padding-bottom: 100%;
  }
}

.product-detail-info-long .btn {
  margin-top: 32px;
  font-size: 20px;
}

.discover-more {
  padding-top: 64px;
}

.discover-more h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.083333333;
  margin-bottom: 32px;
}

.google-maps {
  width: 100%;
  height: 415px;
  margin: 50px auto 100px;
}

.google-maps .gm-style .gm-style-iw-c {
  border-radius: 0;
  overflow: visible;
  padding: 10px !important;
}

.google-maps .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: visible !important;
}

.google-maps .gm-style .gm-style-iw-t:after {
  display: none;
}

.google-maps .gmnoprint[controlwidth="40"]:not(.gm-bundled-control) > :first-child {
  width: 30px !important;
  height: 61px !important;
}

.google-maps .gmnoprint[controlwidth="40"]:not(.gm-bundled-control) > :first-child > :not(button) {
  width: 20px !important;
}

.google-maps .gm-control-active[title="Vergrößern"], .google-maps .gm-control-active[title="Verkleinern"] {
  width: 30px !important;
  height: 30px !important;
}

.google-maps .gm-control-active[title="Vergrößern"] img, .google-maps .gm-control-active[title="Verkleinern"] img {
  width: 12px !important;
  height: 12px !important;
}

.google-maps img[draggable] {
  width: 100% !important;
  height: 100% !important;
}

.marker-popup {
  position: relative;
  text-align: center;
  font-size: 15px;
  padding-bottom: 20px;
  font-family: FilsonPro;
}


@media (min-width: 768px) {
  .marker-popup {
    min-width: 220px;
  }
}

.marker-popup-title {
  font-weight: bold;
  font-size: 17px;
}

.marker-popup-pin {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 19px;
  height: 27px;
}

.marker-popup p + p {
  margin-top: 20px;
  line-height: 1.4;
}

.marker-popup a {
  display: block;
  margin-top: 20px;
  text-decoration: underline;
  color: inherit;
}

.marker-popup .img-circle {
  width: 66px;
  height: 66px;
  margin-top: -45px;
  margin-bottom: 15px;
}

.spinner {
  border: 1px solid #960067;
  border-radius: 4px;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spinner.simple {
  max-width: 85px;
  padding-right: 15px;
}

.spinner input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0px;
  width: 100%;
  font-weight: bold;
  border: none;
  background: transparent;
  padding-top: 2px;
}

.spinner label, .spinner .spinner-buttons {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.spinner label {
  margin: 0;
  font-weight: normal;
  font-size: 15px;
  min-width: 70%;
}

@media (min-width: 768px) {
  .spinner label {
    font-size: 17px;
  }
}

.spinner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 5px;
}

.spinner-buttons button {
  background: transparent;
  border: none;
  line-height: 13px;
}

.spinner-buttons button .icon-caret-up {
  margin-top: 4px;
}

.spinner-buttons button .icon-caret-down {
  margin-bottom: 4px;
}

#share-modal .links {
  margin: 45px 0 30px;
}

#share-modal .links a {
  display: inline-block;
  color: inherit;
}

#share-modal .links a:not(:last-child) {
  margin-right: 25px;
}

#share-modal .links img {
  margin-bottom: 15px;
}

#termin-auswaehlen .modal-body {
  padding: 15px 10px 65px;
}

#termin-auswaehlen .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #960067;
  color: #ffffff;
  text-align: center;
}

#termin-auswaehlen .table {
  margin-top: 10px;
  margin-bottom:80px;
}

#termin-auswaehlen thead {
  font-weight: bold;
}

#termin-auswaehlen tbody tr {
  background-color: #FAFAFA;
}

#termin-auswaehlen tbody tr.spacer {
  background-color: #ffffff;
  height: 10px;
}

#termin-auswaehlen .spinner {
  max-width: 215px;
  margin: 0 auto;
}

/* animations */
[data-animation] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

[data-animation].animationEnd {
  -webkit-animation: none;
  animation: none;
}

[data-animation^="fade-in"] {
  visibility: hidden;
  opacity: 0;
}

[data-animation^="fade-in"].animationEnd {
  visibility: visible;
  opacity: 1;
}

.fade-in {
  -webkit-animation: fade-in 1.5s ease;
  animation: fade-in 1.5s ease;
}

@-webkit-keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

.setActive{
  border: 2px dotted #960067;
  border-radius: 4px;
}

.unsetActive{
  border:none;
}

.order-box-scroll-up{
  height:1px;
}

.formwrap a.textlink{
  text-decoration: none;
}

.formwrap a.textlink:hover{
  color:#960067 !important;
}

/*
#product_addtocart_form_mobile{
  display:none;
}
*/

.bootstrap #date-box a:hover, .bootstrap #date-box a:focus {
  color: #23527c !important;
  text-decoration: underline;
}

#order-box #pricebox {
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  margin-top: 5px;
  max-width: 50%;
}

@media (min-width: 992px) {
  #order-box #pricebox {
    display: block;
    font-size: 35px;
    max-width: none;
    margin-top: 0;
  }
}

#order-box #pricebox small {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

@media (min-width: 992px) {
  #order-box #pricebox small {
    display: inline;
    font-size: 15px;
  }
}


#order-box-mobile #pricebox{
  font-size: 35px;
  font-weight:bold;
}

#order-box-mobile #pricebox .price{
  font-weight:900;
}

#order-box-mobile #pricebox small{
  font-size: 15px;
  font-weight:normal;
}

.bootstrap #tickets-disabled + label:after {
   background: none;
}

.bootstrap #tickets-disabled + label {
  color:#bcbcbc;
}

.img-circle.small {
  width: 40px;
  height: 40px;
  background: no-repeat center;
  background-color: #efefef;
  background-size: cover;
}

.marker-popup .img-circle.map {
  width: 66px;
  height: 66px;
  background: no-repeat center;
  background-color: #efefef;
  background-size: cover;
  margin-left:auto;
  margin-right:auto;
  margin-top:-40px;
}

.contactsubmit{
  height:48px;
}

@media (min-width: 992px) {
  .bootstrap .infobox-business-mobile {
    display:none;
  }
  #header2018 .row.top{
    margin-top:36px;
    padding-left:8px;
    padding-right:8px;
  }

}

@media (max-width: 1025px) {
  .bootstrap .product-detail-main .submit-infobox-business {
    display:none;
  }
  .bootstrap .product-detail-main .infobox-business {
    display:none;
  }
}


.p-d-content ul ul li:before{
  content: '' !important;
  margin-left:0 !important;
}

.p-d-content ul ul{
  margin-left:8px !important;
  padding-left:8px !important;
}

#order-box-mobile .order-box-type label{
  font-weight:900;
}

.bootstrap .sharelink {
  width:76px;
  margin-left: auto;
  margin-top:-15px;
}
@media (max-width: 991px) {
  .bootstrap .sharelink {
    width:76px;
    margin-left: auto;
    margin-top:-10px;
    margin-bottom:10px;
  }
}

.bootstrap .btn-primary{
  background-color:#ffffff;
}

.btn.btn-round.cart-button{
  border: 1px solid rgba(151, 151, 151, 0.17);
  margin-right:12px
}

.navi-wrapper .label{
  color:#595959;
}

@media (min-width: 639px) {
  #headercontainer {
    padding:0;
  }
}

@media (min-width: 1367px) {
  #cityselect_mobile{
    display:none;
  }
}

@media (min-width: 1367px) {
  .searchwrapper {
    width: 40%;
    position:absolute;
    top:30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

#cityselect_mobile select {
  display: inline-block;
  font-size: 15px !important;
  font-family: FilsonPro !important;
  font-weight: 400;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .6em .5em;
  width: 190px;
  max-width: 190px;
  box-sizing: border-box;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(https://www.miomente.de/skin/frontend/ultimo/default/images/icon-caret-down.png);
  background-repeat: no-repeat, repeat;
  background-position: right 2.0em top 50%, 0 0;
  background-size: .59em auto, 100%;
  height: 40px;
}

@media (min-width: 1023px) {
.menu-trigger-inner,
#cityselect_mobile{
  margin-left:12px !important;
}
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset "UTF-8";
.slick-loading .slick-list {
    background: #fff url(https://www.miomente.de/skin/frontend/ultimo/default/css/goldenwebage/slick-carousel@1.8.1/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(https://www.miomente.de/skin/frontend/ultimo/default/css/goldenwebage/slick-carousel@1.8.1/fonts/slick.eot);
    src: url(https://www.miomente.de/skin/frontend/ultimo/default/css/goldenwebage/slick-carousel@1.8.1/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://www.miomente.de/skin/frontend/ultimo/default/css/goldenwebage/slick-carousel@1.8.1/fonts/slick.woff) format('woff'), url(https://www.miomente.de/skin/frontend/ultimo/default/css/goldenwebage/slick-carousel@1.8.1/fonts/slick.ttf) format('truetype')
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-main-gallery, .slick-thumbnails {
    opacity: 0;               /* Unsichtbar zu Beginn */
    transition: opacity 0.5s ease; /* Weicher Übergang beim Einblenden */
}

/* Styling für das aktuell ausgewählte Thumbnail */
/*
.slick-thumbnails .slick-current img {
    transform: scale(1.1);
    transition: all 0.3s ease;
}
*/





.bootstrap .slick-thumbnails .slick-slide > img{
    width:96% !important;
}

.slick-dotted.slick-slider{
    margin-bottom:0px;
}

.bootstrap .slick-dots{
    display:none !important;
}

@keyframes pulse {
    0% {
        opacity: 0.6;

    }
    50% {
        opacity: 1;

    }
    100% {
        opacity: 0.6;

    }
}

.slick-gallery-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 417px;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    animation: pulse 1.0s infinite ease-in-out;
}

.video-thumbnail {
    padding-top:25px;
    position: relative;
    display: flex;           /* Flexbox aktivieren */
    justify-content: center; /* Horizontale Zentrierung */
    align-items: center;     /* Vertikale Zentrierung */
    width: 100%;             /* Sicherstellen, dass das Thumbnail die volle Breite hat */
    height: 100%;            /* Höhe gleich halten wie andere Thumbnails */
    overflow: hidden;        /* Falls das Thumbnail größer ist, wird es zugeschnitten */
}

.video-thumbnail img {
    max-width: 100%;         /* Thumbnail passt sich an */
    max-height: 100%;        /* Thumbnail wird nicht zu groß */
    object-fit: cover;       /* Zuschneiden, falls nötig */
    display: block;
}

.video-thumbnail .play-icon {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 15px;
    border-radius: 50%;
    pointer-events: none; /* Verhindert Klick-Interferenzen */
}

/*
.slick-thumbnail.slick-current img{
    border: 2px solid #ff6600;
    opacity: 1;
}

.slick-thumbnail {
    opacity: 0.6;
    transition: opacity 0.3s ease-in-out, border 0.3s ease-in-out;
}
*/

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
 .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
@font-face {
  font-family: "Filson Pro";
  src: url("https://www.miomente.de/skin/frontend/ultimo/default/fonts/FilsonPro-Book.woff2") format("woff2"), url("https://www.miomente.de/skin/frontend/ultimo/default/fonts/FilsonPro-Book.woff") format("woff");
  font-weight: 350;
  font-style: normal;
}

@font-face {
  font-family: "Filson Pro";
  src: url("https://www.miomente.de/skin/frontend/ultimo/default/fonts/FilsonPro-Regular.woff2") format("woff2"), url("https://www.miomente.de/skin/frontend/ultimo/default/fonts/FilsonPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Filson Pro";
  src: url("https://www.miomente.de/skin/frontend/ultimo/default/fonts/FilsonPro-Medium.woff2") format("woff2"), url("https://www.miomente.de/skin/frontend/ultimo/default/fonts/FilsonPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Filson Pro";
  src: url("https://www.miomente.de/skin/frontend/ultimo/default/fonts/FilsonPro-Bold.woff2") format("woff2"), url("https://www.miomente.de/skin/frontend/ultimo/default/fonts/FilsonPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/*! Variables and default styles  */
.grid-full-GWA {
  width: 100%;
  margin: 0;
  float: none;
  display: block;
}

.grid-full-GWA.event .GWA.info {
  padding-top: 76px;
}

.grid-full-GWA.event .GWA.info h2 {
  max-width: 100%;
}

.grid-full-GWA.event .GWA.info p {
  max-width: 926px;
}

.grid-full-GWA.event .GWA.categories h2 {
  margin-bottom: 30px;
}

.grid-full-GWA.event .GWA.categories .categories-table {
  margin-top: 0;
}

.grid-full-GWA.event .GWA.seller {
  padding-bottom: 0;
}

.GWA *,
.GWA *::after,
.GWA *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Filson Pro", sans-serif !important;
}

.GWA body {
  background: #fff !important;
  font-family: "Filson Pro", sans-serif !important;
  color: #595959;
  margin: 0;
  letter-spacing: 0;
}

.GWA body.lock {
  overflow: hidden;
}

.GWA button {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
}

.GWA a {
  text-decoration: none;
}

.GWA a:hover {
  color: #000;
  text-decoration: none;
}

.GWA a,
.GWA button {
  transition: all 0.3s ease-in-out;
}

.GWA .container {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0;
  min-width: unset !important;
  width: 100%;
}

.GWA h2 {
  width: fit-content;
  color: #a4006a;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.19;
  text-transform: unset;
  text-align: center;
}

.GWA h4 {
  color: #595959;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

.GWA h5 {
  color: #a4006a;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
}

.GWA h6 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.GWA p {
  color: #595959;
  font-size: 18px;
  font-weight: 350;
  line-height: 1.6;
}

.GWA .show-item {
  overflow: hidden;
}

.GWA .show-item::before {
  transition: all 0.3s ease-in-out;
}

.GWA .show-item.show {
  max-height: none;
}

.GWA .show-item.show::before {
  opacity: 0;
  visibility: hidden;
}

.GWA .show-more {
  display: flex;
  align-items: center;
  justify-content: center;
}

.GWA .show-more span {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.GWA .show-more span.show {
  margin-top: 20px;
}

.GWA .show-more button.show {
  margin-top: 20px;
}

.GWA .scroll-down {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  background: #f5f5f5;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 58px auto 0;
  cursor: pointer;
}

.GWA .scroll-down img {
  max-width: 12px;
  min-width: 12px;
}

.GWA .scroll-up {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  background: #a4006a;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 80px;
  right: 80px;
  cursor: pointer;
}

.GWA .scroll-up-icon-mobile {
  display: none;
}

.GWA .btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.18;
  background: #a4006a !important;
  max-width: 200px;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #a4006a;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.GWA .btn-primary:hover {
  color: #a4006a !important;
  background: transparent !important;
}

.GWA .btn-primary:focus {
  color: #a4006a;
  background: transparent;
}

.GWA .btn-primary:active {
  color: #a4006a;
  background: transparent;
}

.GWA .btn-primary.show {
  color: #a4006a;
  background: transparent !important;
}

.GWA.overlay {
  z-index: 80;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.GWA.overlay.active {
  display: block;
}

.GWA .dropdown__trigger {
  cursor: pointer;
}

.GWA .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.GWA .slick-dots li button {
  position: relative;
  margin: 0 5px;
  width: 9px;
  height: 9px;
}

.GWA .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
  background: #595959;
  opacity: 0.4;
  border-radius: 100px;
}

.GWA .slick-dots li.slick-active button::before {
  opacity: 1;
}

.GWA.hero {
  /*! Hero ==========>  */
  padding: 453px 0 97px;
  background-image: url(https://www.miomente.de/skin/frontend/ultimo/default/images/hero-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.GWA.hero .hero-dropdown {
  z-index: 10;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  background: #f5f5f5;
  max-width: 425px;
  width: 100%;
  padding: 11px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.GWA.hero .hero-dropdown .search-wrapper {
  background: #fff;
  border-radius: 5px;
  padding: 17px 20px;
}

.GWA.hero .hero-dropdown .i-search {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: #a4006a;
  font-size: 20px;
  font-weight: 700;
}

.GWA.hero .hero-dropdown .result__error {
  color: #595959;
  font-size: 20px;
  font-weight: 350;
  line-height: 1.15;
  padding-left: 20px;
  margin-top: 31px;
}

.GWA.hero .hero-dropdown .result-list {
  margin-top: 31px;
  padding-left: 20px;
  max-height: 290px;
  overflow: auto;
}

.GWA.hero .hero-dropdown .result__item:not(:last-child) {
  margin-bottom: 24px;
}

.GWA.hero .hero-dropdown .result__item:last-child {
  margin-bottom: 19px;
}

.GWA.hero .hero-dropdown .result__item.hide {
  display: none;
}

.GWA.hero .hero-dropdown .result__link {
  position: relative;
  color: #595959;
  font-size: 20px;
  font-weight: 350;
  line-height: 1.15;
  padding-bottom: 3px;
}

.GWA.hero .hero-dropdown .result__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #a4006a;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.GWA.hero .hero-dropdown .result__link:hover {
  color: #a4006a;
}

.GWA.hero .hero-dropdown .result__link:hover::before {
  opacity: 1;
  visibility: visible;
}

.GWA.hero .hero-dropdown.active {
  opacity: 1;
  visibility: visible;
}

.GWA.hero .hero__trigger.active img {
  transform: rotate(-180deg);
}

.GWA.hero .hero__trigger:hover ~ .hero-dropdown {
  opacity: 1;
  visibility: visible;
}

.GWA.hero .hero__text {
  color: #fff;
  padding-top: 50px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.18;
  text-transform: unset;
  text-align: center;
  cursor: pointer;
}

.GWA.hero .hero__text a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.18;
}

.GWA.hero .hero__text a::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
}

.GWA.hero .hero__text .ellipse::after {
  content: "";
  position: absolute;
  top: -17%;
  left: -6%;
  width: 140%;
  height: 140%;
  background-image: url(https://www.miomente.de/skin/frontend/ultimo/default/images/hero-ellipse.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}

.GWA.hero .hero__text img {
  margin-top: 25px;
  max-width: 15px;
  min-width: 15px;
  transition: all 0.3s ease-in-out;
}

.GWA.hero .hero__text span {
  display: inline-block;
  position: relative;
  height: fit-content;
  width: fit-content;
}

.GWA.hero .hero__text span::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 94%;
  height: 3px;
  background: #fff;
}

.GWA.hero .dropdown-wrapper {
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 900px;
}

.GWA.info {
  /*! Info ==========>  */
  padding-top: 50px;
}

.GWA.info .container {
  max-width: 940px;
}

.GWA.info h2 {
  max-width: 592px;
  margin: 0 auto 40px;
}

.GWA.info p {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  margin: 0 auto;
}

.GWA.info p span {
  font-weight: 700;
}

.GWA.info p::before {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(rgba(255, 255, 255, 0), white, white);
}

.GWA.info .show-more {
  width: 100%;
  position: relative;
  text-align: center;
  display: none;
}

.GWA.info .show-more button {
  /*z-index: 10;*/
  color: #595959;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.GWA.info .info__image {
  display: none;
}

.GWA.seller {
  /*! Seller ==========>  */
  padding-top: 120px;
  padding-bottom: 140px;
}

.GWA.seller .show-more {
  margin-top: 20px;
}

.GWA.seller .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.GWA.seller .swiper-slide {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 10px;
  height: auto !important;
}

.GWA.seller h2 {
  margin-bottom: 50px;
  text-align: left;
}

.GWA.seller .seller-slider {
  max-width: 1170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -10px;
}

.GWA.seller .seller-table {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin: -10px;
}

.GWA.seller .seller-table.show-item {
  max-height: 1450px;
}

.GWA.seller .seller-table.show-item.show {
  max-height: none;
}

.GWA.seller .seller-table::before {
  z-index: 5;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(rgba(255, 255, 255, 0), white, white);
}

.GWA.safe {
  /*! Safe ==========>  */
  padding-top: 110px;
  padding-bottom: 167px;
  background: #f9f9f9;
}

.GWA.safe h2 {
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.05;
  margin-bottom: 65px;
  text-transform: none;
}

.GWA.safe h2 span {
  font-size: 45px;
  white-space: nowrap;
}

.GWA.safe .safe-list {
  max-width: 600px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
}

.GWA.safe .safe-item {
  max-width: 160px;
}

.GWA.safe .safe-item__icon {
  max-width: 70px;
  max-height: 70px;
  min-width: 70px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 35px;
}

.GWA.safe .safe-item span {
  display: block;
  color: #595959;
  font-size: 18px;
  font-weight: 350;
  line-height: 1.2;
  text-align: center;
}

.GWA.categories {
  padding-top: 140px;
}

.GWA.categories .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1170px;
}

.GWA.categories h2 {
  margin-bottom: 30px;
  padding-left: 10px;
  text-align: left;
}

.GWA.categories .show-more {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 5;
}

.GWA.categories .show-item.show {
  max-height: none;
}

.GWA.categories .categories-filter-list {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.GWA.categories .categories-filter__item {
  color: #e0e0e0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  padding: 8px 22px;
}

.GWA.categories .categories-filter__item:hover {
  color: #595959;
  border-color: #595959;
}

.GWA.categories .categories-filter__item:focus {
  color: #595959;
  border-color: #595959;
}

.GWA.categories .categories-filter__item:active {
  color: #595959;
  border-color: #595959;
}

.GWA.categories .categories-filter__item.active {
  color: #595959;
  border-color: #595959;
}

.GWA.categories .categories-filter__item:not(:last-child) {
  margin-right: 10px;
}

.GWA.categories .categories-table {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 50px 0 0;
  width: 100%;
  max-height: 1170px;
}

.GWA.categories .categories-table::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(rgba(255, 255, 255, 0), white, white);
}

.GWA.specials {
  /*! Specials ==========>  */
  padding-top: 140px;
  padding-bottom: 140px;
}

.GWA.specials .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.GWA.specials .specials-title {
  display: none;
}

.GWA.specials .specials-subtitle {
  text-align: left;
  margin: 33px 0 43px;
}

.GWA.specials .specials__image {
  max-width: 625px;
  max-height: 625px;
  overflow: hidden;
}

.GWA.specials .specials__image img {
  width: 100%;
  height: 100%;
}

.GWA.specials .specials-text {
  z-index: 1;
  max-width: 570px;
  margin-left: 80px;
}

.GWA.specials .specials-text span {
  columns: #595959;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.GWA.reviews {
  /*! Reviews ==========>  */
  padding: 110px 0 120px;
  background: #f5f5f5;
}

.GWA.reviews .container {
  max-width: 1170px;
  display: flex;
  flex-direction: column;
}

.GWA.reviews h2 {
  margin: 0 auto 80px;
}

.GWA.reviews .reviews__link {
  margin: 75px 0 0;
  display: block;
  color: #a4006a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
  align-self: center;
}

.GWA.reviews .reviews__link:hover {
  color: #a4006a;
  text-decoration: underline;
}

.GWA.reviews .reviews__link:focus {
  color: #a4006a;
  text-decoration: underline;
}

.GWA.reviews .reviews__link:active {
  color: #a4006a;
  text-decoration: underline;
}

.GWA.reviews .reviews-table {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -40px;
}

.GWA.works {
  padding-top: 140px;
}

.GWA.works h2 {
  margin-bottom: 50px;
}

.GWA.works .works-table {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -10px;
}

.GWA.works .works-wrapper {
  z-index: 1;
  padding: 10px;
}

.GWA.works .works-large {
  flex: 0 0 100%;
  max-width: 100%;
}

.GWA.works .works-large .works-card {
  min-height: none;
  padding: 0;
}

.GWA.works .works-small {
  flex: 0 0 50%;
  max-width: 50%;
}

.GWA.works .works-card {
  position: relative;
  width: 100%;
  min-height: 440px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}

.GWA.works .works-card:hover .works-card__image img {
  transform: scale(1.1);
}

.GWA.works .works-card__image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.GWA.works .works-card__image img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
}

.GWA.works .works-card-text {
  margin-top: auto;
}

.GWA.works .works-card-text p {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.GWA.breadcrumbs {
  margin: 32px 0 0;
}

.GWA.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.GWA.breadcrumbs ul li {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.GWA.breadcrumbs ul li a {
  color: #595959;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.2;
}

.GWA.breadcrumbs ul li.active a {
  color: #a4006a;
  text-decoration: underline;
}

.GWA.breadcrumbs .breadcrumbs-arrow {
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  margin: 0 7px;
}

.GWA.events-preview {
  padding-top: 43px;
}

.GWA.events-preview .events-preview__image {
  border-radius: 10px;
  overflow: hidden;
  max-width: 100%;
}

.GWA.events-preview .events-preview__image img {
  width: 100%;
  height: 100%;
}

.GWA .elected {
  width: 100%;
}

.GWA .elected .select {
  width: 100%;
  cursor: pointer;
}

.GWA .elected span {
  font-size: 16px;
  font-weight: 350;
}

.GWA .elected-menu {
  display: none;
  z-index: 100;
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  width: 100%;
  padding: 5px 16px 9px;
  background: #f5f5f5;
  border-radius: 5px 5px 5px 5px;
}

.GWA .elected-menu li {
  color: #595959;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.2;
  cursor: pointer;
}

.GWA .elected-menu li:not(:last-child) {
  margin-bottom: 10px;
}

.GWA .ui-datepicker-inline {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
}

.GWA .ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  cursor: pointer;
}

.GWA .video {
  width: 100%;
  height: 100%;
}

.GWA .video iframe {
  display: block;
  width: 100%;
  height: 700px;
}

.GWA .video-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.GWA .video-container .icon-play {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 55px;
  cursor: pointer;
}

.GWA .video-thumb {
  position: relative;
  max-height: 700px;
  max-width: 100%;
  overflow: hidden;
}

.GWA .video-thumb:hover .thumb {
  transform: scale(1.1);
}

.GWA .video-thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.GWA #search_mini_form {
  display: flex;
}

@media screen and (max-width: 1500px) {
  /*! Media 1500px ==========>  */
  .GWA.reviews .reviews-table {
    margin: -10px;
    justify-content: space-between;
  }
  .GWA.footer .container {
    padding: 130px 40px 50px;
  }
}

@media screen and (max-width: 1450px) {
  /*! Media 1450 ==========>  */
  .GWA .container {
    padding: 0 20px;
  }
  .GWA.specials .specials-text {
    margin-right: 40px;
  }
  .GWA.seller .seller-table.show-item {
    max-height: 1400px;
  }
}

@media screen and (max-width: 1310px) {
  /*! Media 1310px ==========>  */
  .GWA.specials .specials__image {
    padding-right: 40px;
  }
  .GWA.specials .specials-text {
    margin-left: 0;
  }
  .GWA.works .works-card h6 {
    font-size: 40px;
  }
  .GWA.works .works-card p {
    font-size: 18px;
  }
  .GWA.seller .seller-table.show-item {
    max-height: 1300px;
  }
}

@media screen and (max-width: 1200px) {
  /*! Media 1200px ==========>  */
  .GWA.categories .categories-table {
    max-height: 1070px;
  }
  .GWA.works .works-card {
    min-height: 380px;
  }
}

@media screen and (max-width: 991px) {
  /*! Media 991px ==========>  */
  .grid-full-GWA .GWA.categories h2 {
    padding-bottom: 20px;
    padding-left: 30px;
  }
  .GWA.reviews {
    padding: 47px 0 50px;
  }
  .GWA.reviews h2 {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .GWA.reviews .reviews-table {
    margin: -20px;
  }
  .GWA.reviews .reviews-wrapper {
    padding: 20px;
  }
  .GWA.specials {
    padding: 0;
    padding-top: 78px;
  }
  .GWA.specials span {
    display: none;
  }
  .GWA.specials .container {
    position: relative;
    padding: 173px 40px 50px;
    background-image: url(https://www.miomente.de/skin/frontend/ultimo/default/images/goldenwebage/geschenkboxen-miomente.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .GWA.specials .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .GWA.specials .btn-primary {
    max-width: 174px;
    height: 48px;
    background: transparent;
    color: #fff;
    border-color: #fff;
  }
  .GWA.specials .btn-primary:hover {
    background: #fff;
    color: #a4006a;
  }
  .GWA.specials .btn-primary:focus {
    background: #fff;
    color: #a4006a;
  }
  .GWA.specials .btn-primary:active {
    background: #fff;
    color: #a4006a;
  }
  .GWA.specials .specials-subtitle {
    color: #fff;
    margin: 0 0 29px;
  }
  .GWA.specials .specials-title {
    display: block;
    color: #a4006a;
    margin-bottom: 30px;
    padding-left: 30px;
  }
  .GWA.specials .specials__image {
    display: none;
  }
  .GWA.specials .specials-text {
    max-width: 350px;
  }
  .GWA.categories {
    padding-top: 66px;
  }
  .GWA.categories .categories-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .GWA.categories .categories-table {
    max-height: 1170px;
  }
  .GWA.seller {
    padding-bottom: 60px;
  }
  .GWA.seller .swiper-horizontal > .swiper-scrollbar {
    bottom: 0;
  }
  .GWA.seller .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .GWA.seller .swiper-slide {
    flex: 0 0 auto;
    max-width: 400px;
  }
  .GWA.seller .swiper-scrollbar {
    background: rgba(242, 242, 242, 0.5);
    border-radius: 5px;
  }
  .GWA.seller .swiper-scrollbar-drag {
    background: #a4006a;
    border-radius: 5px;
  }
  .GWA.seller h2 {
    margin-bottom: 27px;
    padding-left: 20px;
  }
  .GWA.seller .seller-slider {
    position: relative;
    padding-bottom: 32px;
  }
  .GWA.seller .seller-table.show-item {
    max-height: 1350px;
  }
  .GWA.works {
    padding-top: 70px;
  }
  .GWA.works h2 {
    padding-left: 20px;
    margin-bottom: 24px;
  }
  .GWA.works .works-card {
    min-height: 300px;
    padding: 10px 12px;
  }
  .GWA.works .works-card h6 {
    font-size: 33px;
  }
  .GWA.breadcrumbs {
    margin: 20px 0 0;
  }
  .GWA.events-preview {
    padding-top: 35px;
  }
  .GWA .video iframe {
    height: 460px;
  }
  .GWA h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 820px) {
  /*! Media 820px ==========>  */
  .GWA.seller .seller-table.show-item {
    max-height: 1300px;
  }
}

@media screen and (max-width: 768px) {
  /*! Media 768px ==========>  */
  .GWA.seller .seller-table.show-item {
    max-height: 1250px;
  }
  .GWA .card-info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
  .GWA .works-card {
    min-height: 240px;
  }
  .GWA .works-card h6 {
    font-size: 18px;
  }
  .GWA .works-card p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .GWA.categories h2 {
    margin-bottom: 15px;
  }
  .GWA.categories .categories-table {
    margin-top: 43px;
    max-height: 1070px;
  }
  .GWA.info .info__image {
    display: block;
    margin-bottom: 19px;
  }
  .GWA.info .show-more {
    display: block;
  }
  .GWA.info .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .GWA.info h2 {
    max-width: 500px;
    margin-bottom: 7px;
  }
  .GWA.info p {
    margin: 0;
    max-width: 600px;
    max-height: 224px;
  }
  .GWA.info p::before {
    display: block;
  }
  .GWA.safe {
    padding: 79px 0 85px;
  }
  .GWA.safe h2 {
    font-size: 26px;
  }
  .GWA.safe h2 span {
    display: block;
    font-size: 26px;
  }
  .GWA.safe .safe-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .GWA.safe .safe-item {
    position: relative;
    max-width: 100%;
    flex-direction: row;
    align-items: flex-start;
    padding-left: 24px;
  }
  .GWA.safe .safe-item span {
    margin: 0 3px;
  }
  .GWA.safe .safe-item::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    min-width: 13px;
    min-height: 13px;
    max-width: 13px;
    max-height: 13px;
    background-image: url(https://www.miomente.de/skin/frontend/ultimo/default/images/goldenwebage/icons/safe-mobile.svg);
    background-repeat: no-repeat;
    background-size: auto;
  }
  .GWA.safe .safe-item__icon {
    display: none;
  }
  .GWA.safe .safe-item:not(:last-child) {
    margin-bottom: 19px;
  }
  .GWA.hero {
    background-image: url(https://www.miomente.de/skin/frontend/ultimo/default/images/hero-mobile.jpg);
    position: relative;
    padding: 380px 0 100px;
  }
  .GWA.hero .hero__text {
    font-size: 40px;
  }
  .GWA.hero .hero__text a {
    font-size: 40px;
  }
  .GWA .scroll-down {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  /*! Media 640px ==========>  */

  .GWA.categories .show-more::before {
    top: -130px;
    height: 150px;
  }
  .GWA.categories .show-more .btn-primary {
    top: -20px;
  }
  .GWA.categories h2 {
    padding-left: 0;
  }
  .GWA.categories .categories-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 0;
  }
  .GWA.categories .categories-filter-list {
    padding-left: 0;
    flex-wrap: wrap;
  }
  .GWA.specials {
    padding-top: 78px;
  }
  .GWA.works .works-card {
    min-height: 200px;
  }
  .GWA.seller .seller-table.show-item {
    max-height: 1750px;
  }
  .GWA .video iframe {
    height: 287px;
  }
}

@media screen and (max-width: 540px) {
  /*! Media 540px ==========>  */
  .GWA.hero .hero__text {
    padding-top: 34px;
    font-size: 33px;
    max-width: 250px;
  }
  .GWA.hero .hero__text a {
    font-size: 33px;
  }
  .GWA.hero .hero__text img {
    margin-top: 15px;
  }
  .GWA.info h2 {
    max-width: 270px;
  }
  .GWA.info p {
    max-width: 342px;
  }
  .GWA.info .show-more button {
    position: relative;
  }
  .GWA.seller {
    padding-top: 98px;
  }
  .GWA.seller .swiper-slide {
    max-width: 320px;
  }
  .GWA.categories .categories-table {
    max-height: 1820px;
  }
  .GWA.categories .categories-table::before {
    height: 200px;
  }
  .GWA.works .works-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .GWA.works .works-card {
    min-height: 280px;
  }
}

@media screen and (max-width: 480px) {
  /*! Media 480px ==========>  */
  .GWA .video iframe {
    height: 208px;
  }
  .GWA.seller .seller-table.show-item {
    max-height: 1570px;
  }
}

@media screen and (max-width: 380px) {
  /*! Media 380px ==========>  */
  .GWA.specials .specials-subtitle {
    font-size: 30px;
  }
  .GWA.specials .specials-card h3 {
    font-size: 16px;
  }
  .GWA.specials .specials-card p {
    font-size: 14px;
  }
  .GWA.categories .categories-table {
    max-height: 1620px;
  }
  .GWA.categories .categories-filter__item {
    padding: 6px 18px;
  }
  .GWA.breadcrumbs ul li a {
    font-size: 12px;
  }
  .GWA .video iframe {
    height: 159px;
  }
  .GWA .card h3 {
    font-size: 14px;
  }
  .GWA.seller .seller-table.show-item {
    max-height: 1400px;
  }
}

/* Begin Fixes from GWA 21.01.24 */

.GWA.categories .categories-filter__item.active,
.GWA.categories .categories-filter__item.active-cat,
.GWA.categories .categories-filter__item:active,
.GWA.categories .categories-filter__item:focus {
  color: #A3006A;
  border-color: #A3006A;
}

.filter-cat {
  display: none;
}

.filter-cat.active-cat {
  display: block!important;
}

.GWA.einloesewelt-header {
  padding: 50px 0 40px;
}


.GWA.footer-einloesewelt {
  padding: 42px 0 47px;
  background: #F5F5F5;
  margin-bottom: 10px;
}

.GWA.footer-einloesewelt  .footer-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
}

.GWA.footer-einloesewelt .footer-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.GWA.footer-einloesewelt .clock {
  margin-right: 70px;
}

.GWA.footer-einloesewelt  .footer-wrapper h5 {
  font-size: 18px;
  margin-right: 70px;
}

.GWA.footer-einloesewelt .footer-einloesewelt__copyright {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.GWA.footer-einloesewelt .footer-einloesewelt__copyright a {
  color: #595959;
  font-size: 14px;
  font-weight: 300;
  margin-right: 30px;
}

.GWA.footer-einloesewelt .footer-einloesewelt__copyright a:last-of-type {
  margin-right: 0px;
}

.GWA.footer-einloesewelt .footer-list .footer__link {
  color: #595959;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.GWA.footer-einloesewelt .footer-list .footer__link img {
  margin-right: 11px;
  width: 18px;
}

.einloesewelt-content {
  position: relative;

}

.einloesewelt-content__error {
  max-width: fit-content;
  border: 1px solid #A3006A;
  border-radius: 8px;
  padding: 15px 20px 15px 80px;
  margin: 15px auto 0;
  font-size: 17px;
  position: relative;
  line-height: 1.2;
}

.einloesewelt-content__error::before {
  position: absolute;
  content: '';
  top: 0;
  left: 20px;
  width: 38px;
  height: 38px;
  bottom: 0px;
  margin: auto;
  background-image: url(https://www.miomente.de/skin/frontend/ultimo/default/css/images/icons/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.gutscheincode-result__container .einloesewelt-content__error {
  margin: -20px auto 10px;
}

.einloesewelt-content h1 {
  color: #A3006A;
  font-size: 44px;
  text-align: center;
  margin-bottom: 35px;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 100px;
}

.einloesewelt-content  .einloesewelt-content__error + h1 {
  padding-top: 32px;
}

.einloesewelt-content__subtitle {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  color: #595959;
  line-height: 1.2;
}

.einloesewelt-content form {
  position: relative;
  display: block;
  max-width: 660px;
  margin: 0 auto 200px auto;
}

.einloesewelt-content form input[type="text"] {
  width: 100%;
  height: 65px;
  line-height: 65px;
  font-size: 18px;
  padding-left: 23px;
  border-radius: 8px;
  background: #F5F5F5;
  box-sizing: border-box;
  border: none;
}

.einloesewelt-content form input[type="submit"] {
  width: 188px;
  color: #fff;
  background: #A3006A;
  position: absolute;
  right: 0px;
  top: 0;
  height: 65px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.einloesewelt-content form input[type="submit"]:hover {
  opacity: 0.8;
}

.pdp.pdp_einloesewelt .product-detail-main {
  text-align: left;
}


.einloesewelt-orderbox .table .header {
  font-family: FilsonPro;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.2;
  text-align: left;
}

.einloesewelt-orderbox .table .row {
  display: flex;
  padding: 5px 0; /* Abstand zwischen den Zeilen */
  text-align: left;
}

.einloesewelt-orderbox .table .row.pdp_einloesewelt__hidden {
  display: none;
}

.einloesewelt-orderbox .table .row.pdp_einloesewelt__hidden.active {
  display: flex;
}

.einloesewelt-orderbox .row {
  position: relative;
}

.GWA__people-select__wrapper select {
  display: none;
}

.GWA__people-select__wrapper .GWA__people-select.active {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: auto;
  background: #F5F5F5;
  z-index: 10;
}

.GWA__people-select__wrapper .GWA__people-select {
  position: absolute;
  height: 50px;
  width: 80px;
  top: 3px;
  right: 10px;
  border: 1px solid #A3006A;
  overflow: hidden;
  z-index: 1;
  padding: 15px;
  border-radius: 6px;
}

.GWA__people-select.active .GWA__people-select__helper {
  position: relative;
  padding: 20px 25px;
  background: #fff;
}

.GWA__people-select__helper {
  cursor: pointer;
  padding-top: 70px;
  border-radius: 6px;

  margin-bottom: 10px;
}

.GWA__people-select.active .GWA__people-select__helper img {
  margin-right: 21px;
  max-width: 38px;
  display: inline-block;
}

.GWA__people-select__wrapper .GWA__people-select .GWA__people-select__indicator {
  position: absolute;
  top: 0px;
  right: 0;
  width: 78px;
  height: 50px;
  background: url(https://www.miomente.de/skin/frontend/ultimo/default/css/images/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 20px 10px;
  background-position: center;
  transform: rotate(0deg);
  transform-origin: 55%;
}

.GWA__people-select__wrapper .GWA__people-select.active .GWA__people-select__indicator {
  top: 8px;
  right: 0;
  width: 85px;
  height: 50px;
  transform: rotate(180deg);
}

.GWA__people-select__item {
  display: flex;
  padding: 10px;
  cursor: pointer;
}

.GWA__people-select__item__persons,
.GWA__people-select__item__saleamount,
.GWA__people-select__item__discountamount {
  width: 33%;
}

.GWA__people-select__item__saleamount {
  text-align: center;
}

.GWA__people-select__item__saleamount span {
  font-size: 18px;
  color: #23C7C7;
  padding: 6px 20px 7px;
  background: #fff;
  border-radius: 6px;
}

.GWA__people-select__item__persons {
  font-size: 18px;
}

.GWA__people-select__item.active {
  font-weight: 700;
}

.GWA__people-select__item__discountamount {
  text-align: right;
  font-size: 19px;
  color: #A3006A;
}

.GWA.gutscheincode-result {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 23px 0;
  background: #F5F5F5;
  border-radius: 10px;
  margin-bottom: 45px;
}

.gutscheincode-result__graphics,
.gutscheincode-result__description {
  width: 50%;
}

.gutscheincode-result__graphics {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gutscheincode-result__container {
  padding-top: 0px;
}

.gutscheincode-result__graphics__shtrih {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100px;
  padding: 0 20px;
  white-space: nowrap;
  font-size: 16px;
  transform: rotate(-90deg);
}

.gutscheincode-result__graphics__shtrih img {
  width: 250px;
  max-width: 250px;
}

.gutscheincode-result__graphics__image {
  width: calc(100% - 100px);
}

.einloesewelt-orderbox .table .subtitle {
  margin-bottom: 25px;
  font-size: 21px;
  text-align: left;
}

.einloesewelt-orderbox .table .row .cell {
  margin-right: 10px; /* Abstand zwischen den Zellen */
  flex: 1; /* Jede Zelle nimmt gleichen Platz ein */
  display: flex;
  align-items: center;
}

.einloesewelt-orderbox .table .row .cell:nth-of-type(1) {
  flex: 3;
}

.einloesewelt-orderbox .table .row:nth-child(even) {
  background: #FAFAFA;
}

.pdp_einloesewelt #order-box {
  position: relative!important;
}

.pdp_einloesewelt #order-box .miomente-add-to-cart {
  height: 70px;
  line-height: 66px;
  font-size: 21px;
  padding: 0;
  margin-top: 10px;
}

.pdp_einloesewelt #order-box .termin {
  text-align: center;
}

.pdp_einloesewelt #order-box .termin span {
  color: #008489;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.pdp_einloesewelt #order-box .termin span:hover {
  text-decoration: underline;
}

.pdp_einloesewelt .miomente-select.miomente-select_arrow {
  background: url(https://www.miomente.de/skin/frontend/ultimo/default/css/images/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 14px 7px;
  background-position: center;
  font-size: 0px!important;
  transition: all 0.3s ease;
  cursor: pointer;
}

.pdp_einloesewelt .miomente-select.miomente-select_arrow:hover {
  opacity: 0.8;
}

.pdp_einloesewelt .miomente-select.miomente-select_arrow option {
  text-align: center;
}

.pdp_einloesewelt #order-box {
  width: 520px;
}

.pdp_einloesewelt #order-box form ,
.pdp_einloesewelt .businessform-mobile form{
  margin-top: 0px;
}

.pdp_einloesewelt #order-box {
  box-shadow: none!important;
}

.panel-body.pdp_einloesewelt__addition {
  border-top : 1px solid rgba(151, 151, 151, 0.17);
  padding: 40px 45px;
  text-align: left;
}

.pdp_einloesewelt__addition__item {
  font-size: 20px;
  margin-bottom: 15px;
}

.pdp_einloesewelt__addition__item:last-of-type {
  margin-bottom: 0px;
}

.pdp_einloesewelt__addition__item img {
  margin-right: 10px;
}

.GWA__review {
  text-align: left;
}

.GWA .card .date-wrapper img {
  width: 23px;
}

.GWA.einloesewelt-list .card .date .icon-calendar {
  margin-right: 5px;
  min-width: 22px;
  max-width: 22px;
  min-height: 24px;
  max-height: 24px;
  width: 18px;
  height: 18px;
}

.GWA.einloesewelt-list .miomente-add-to-cart {
  height: 50px;
  width: 200px;
}

.GWA.einloesewelt-list h4 {
  font-size: 34px;
  text-align: left;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.17);
}

.gutscheincode-result__description {
  padding: 0 23px;
}

.gutscheincode-result__description h2 {
  font-size: 36px;
  margin-bottom: 10px;
  text-align: left;
}

.gutscheincode-result__description__subtitle {
  font-size: 18px;
  margin-bottom: 40px;
}

.gutscheincode-result__graphics__image img {
  width: 100%;
  border-radius: 8px;
}

.gutscheincode-result__item {
  border-bottom: 1px solid rgba(151, 151, 151, 0.17);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.gutscheincode-result__item__description {
  font-size: 15px;
}

.gutscheincode-result__item__description span {
  font-weight: 700;
}

.gutscheincode-result__item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.gutscheincode-result__description.einloesewelt-content form {
  margin-bottom: 0px;
}

.gutscheincode-result__description.einloesewelt-content form input[type="text"] {
  border: 1px solid #595959;
  font-size: 16px;
  height: 56px;
  line-height: 56px;
}

.gutscheincode-result__description.einloesewelt-content form input[type="submit"] {
  width: 150px;
  height: 56px;
  line-height: 56px;
  border: 1px solid #595959;
  background: transparent!important;
  color: #A3006A!important;
}

.GWA-content .container {
  max-width: 1420px;
  width: 100%;
  box-sizing: border-box;
}

.gutscheincode-result__container h2 {
  font-size: 34px;
  text-transform: none;
  padding-bottom: 30px;
  text-align: left;
  color: #A3006A;
  border-bottom: 1px solid rgba(151, 151, 151, 0.17);
}

.gutscheincode-result__container .category-products {
  margin: 0px 0 10px;
  margin-bottom: 125px;
}

.gutscheincode-result__container .gutscheincode-result h1 {
  font-size: 36px;
  text-transform: none;
  margin-bottom: 10px;
  text-align: left;
  color: #A3006A;
  padding-top: 0px;
}

.GWA.products .card ul {
  margin-bottom: 20px;
}

.GWA.einloesewelt-list .card__image {
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.GWA.einloesewelt-list .card-main {
  top: -6px;
  padding: 30px 20px 20px 20px;
}

.GWA.einloesewelt-list .card .date__link {
  padding: 6px 11px;
}

.GWA.einloesewelt-list .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.card-footer .pricing {
  font-size: 12px;
  font-weight: 700;
  color: #23C7C7;
}

.einloesewelt-list__header h2 {
  border: none;
  padding-bottom: 0px;
  max-width: 50%;
}

.einloesewelt-list__header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}

.einloesewelt-list__header__tips select {
  display: flex;
  width: 100%;
  justify-content: space-between;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 16px;
}

.einloesewelt-list__header__tips select option {
  display: block;
}

.einloesewelt-list__header__country {
  min-width: 45%;
}

.einloesewelt-list__header__country select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  border: none;
  background: url('https://www.miomente.de/skin/frontend/ultimo/default/css/images/icons/red_pin.svg') #F5F5F5;
  background-repeat: no-repeat;
  background-position: 24px 13px;
  border-radius: 5px;
  padding-left: 55px;
  height: 50px;
}

.gutscheincode-result__item__close {
  position: absolute;
  top: 12px;
  right: 20px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: url('https://www.miomente.de/skin/frontend/ultimo/default/css/images/icons/close.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.gutscheincode-result__total {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #595959;
  padding-bottom: 2px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.17);

}

.gutscheincode-result.gutscheincode-result_multiple .gutscheincode-result__item {
  padding: 12px 18px;
  border: 1px solid #595959;
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative;
}

.gutscheincode-result.gutscheincode-result_multiple .gutscheincode-result__description__subtitle {
  margin-bottom: 20px;
}

.GWA.categories .categories-filter__item {
  border: 1px solid #707070;
  color: #707070;
}

.checkout-navigation-wrapper .checkout-navigation.checkout-navigation_einloesewelt {
  padding: 0;
}

.checkout-navigation.checkout-navigation_einloesewelt > div {
  padding-top: 42px;
  padding-bottom: 43px;
  background: #F9F9F9;
}

.GWA-content .grid12-12,
.GWA-content .grid-full {
  width: 100%;
  margin: 0;
}

.pdp_einloesewelt .product-detail-main {
  padding-right: 69px;
  max-width: calc(100% - 520px);
}

.main-banner img {
  border-radius: 10px;
}

.right-nav {
  display: flex;
  align-items: center;
}

.GWA.header .right-nav .cart__trigger {
  margin-left: 0px;
}

.btn-primary-inversed {
  color: #a4006a;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  background: #f5f5f5;
  transition: all 0.3s ease;
  height: 48px;
  text-align: center;
  width: 198px;
  border: 1px solid #f5f5f5;
  border-radius: 25px;
  margin-right: 20px;
  display: inline-block;
}

.btn-primary-inversed:hover {
  border: 1px solid #a4006a;
  color: #a4006a;
}

#checkout-summary .one-checkout-summary:not(.final-price) > div:nth-child(2) {
  display: none;
}

.GWA.header .nav-list + .btn-primary-inversed {
  display: none;
}

.js-terminmodal-close {
  display: none;
}
.prev-step-link {
  display: flex;
  padding: 0 5px;
  margin-bottom: 20px;
  font-size: 14px;
  align-items: center;
  font-family: "Filson Pro", sans-serif !important;
  color: #838383!important;
  font-weight: 700;
}
.prev-step-link svg {
  margin-right: 5px;
}
@media screen and (max-width: 640px) {
  .prev-step-link {
    padding: 0 15px;
  }
  .GWA.categories .categories-filter-list {
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .btn-primary-inversed.btn-primary-inversed__small {
    color: #a4006a;
    font-size: 12px;
    font-weight: 700;
    line-height: 50px;
    background: #fff;
    box-shadow: 0px 5px 6px rgba(0,0,0,.21);
    transition: all 0.3s ease;
    height: 44px;
    text-align: center;
    width: 100px;
    line-height: 1.2;
    padding: 8px 0;
    margin-left: 15px;
    border: none;
    border-radius: 25px;
    margin-right: 20px;
    display: inline-block;
  }
  .GWA.categories .categories-filter__item {
    white-space: nowrap;
  }

  .GWA.categories .categories-filter-list::-webkit-scrollbar {
    width: 90px;
    height: 6px;
  }

  .GWA.categories .categories-filter-list::-webkit-scrollbar-thumb {
    background-color: #A4006A;
    border-radius: 6px;
  }

  .GWA.categories .categories-filter-list::-webkit-scrollbar-track {
    background-color: #E0E0E0;
    height: 4px;
  }
}

@media screen and (max-width: 992px) {
  .GWA.categories .categories-filter__item {
    margin-bottom: 5px;
  }
  .einloesewelt-orderbox .table .row .cell {
    min-width: 82px;
  }
  .js-terminmodal-close {
    display: block;
    position: absolute;
    top: 30px;
    left: 22px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: url(https://www.miomente.de/skin/frontend/ultimo/default/css/images/icons/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .GWA-terminemodal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #F5F5F5;
    height: 100%;
    padding: 70px 10px 10px;
    overflow-y: scroll;
    z-index: 100;
  }

  .pdp_einloesewelt__addition {
    display: none;
  }

  .panel-body.pdp_einloesewelt__addition {
    border-top: none;
  }

  .gutscheincode-result__container .gutscheincode-result h1 {
    font-size: 26px;
  }

  .GWA.einloesewelt-list .card__image {
    border-radius: 10px 10px 0 0;
  }

  .gutscheincode-result__description__subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .GWA.header .nav-list + .btn-primary-inversed {
    display: block;
    margin: 20px auto;
    width: 100%;
    height: 60px;
    line-height: 60px;
  }

  .right-nav .btn-primary-inversed {
    display: none;
  }

  .pdp_einloesewelt .product-detail {
    display: block;
  }

  .pdp_einloesewelt .product-detail-main {
    max-width: 100%;
    width: 100%;
    padding-right: 0px;
  }

  .gutscheincode-result__graphics, .gutscheincode-result__description {
    width: 100%;
  }

  .einloesewelt-list__header__wrapper {
    display: block;
  }

  .pdp_einloesewelt .product-detail-main > section {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .product-detail-main .product-detail-aside  > .panel#order-box{
    position: relative!important;
    max-height: max-content;
    width: 100%;
  }

  .product-detail-main #order-box .panel-body,
  .product-detail-main #order-box .panel-footer {
    padding: 0 0 10px 0;
  }

  .pdp_einloesewelt #order-box .miomente-add-to-cart {
    height: 56px;
    line-height: 50px;
    font-size: 16px;
  }

  .pdp_einloesewelt__addition__item img {
    margin-right: 15px;
  }

  .product-detail-main #order-box .panel-body {
    margin-bottom: 30px;
  }

  .pdp_einloesewelt__addition__item {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .einloesewelt-orderbox .table .header {
    font-size: 25px;
  }

  .einloesewelt-orderbox .table .subtitle {
    margin-bottom: 15px;
    font-size: 16px;
    text-align: left;
  }

  .GWA.einloesewelt-list h4 {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .GWA.einloesewelt-list .card-footer {
    display: block;
  }

  .GWA.einloesewelt-list .miomente-add-to-cart {
    margin-bottom: 10px;
  }

  .pdp_einloesewelt .product-detail-main > section > .main-banner {
    order: -1;
    width: 100%;
    margin-left: 0;
  }

  .checkout-navigation.checkout-navigation_einloesewelt .checkout-nav-menu .step-title {
    font-size: 11px;
    text-align: center;
  }

  .gutscheincode-result__description.einloesewelt-content form input[type="submit"] {
    width: 100%;
    max-width: 100%;
  }

  .gutscheincode-result__item {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .gutscheincode-result__item__description {
    margin-bottom: 10px;
  }

  .gutscheincode-result__container h2 {
    font-size: 30px;
  }

  .gutscheincode-result__graphics__image {
    width: 100%;
  }


  .checkout-navigation.checkout-navigation_einloesewelt .checkout-nav-menu svg {
    width: 5px;
    height: auto;
  }

  .checkout-navigation.checkout-navigation_einloesewelt > div {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .GWA.header .GWA.einloesewelt-header .logo {
    display: block;
    width: 180px;
  }

  .GWA.footer-einloesewelt .footer-wrapper {
    flex-direction: column;
  }

  .GWA.footer-einloesewelt .footer-wrapper h5 {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .GWA-content .container {
    min-width: 100%!important;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .GWA.footer-einloesewelt .clock {
    margin-right: 30px;
  }

  .einloesewelt-content__subtitle {
    font-size: 18px;
  }

  .einloesewelt-content form input[type="submit"] {
    position: relative;
    width: 100%;
  }

  .gutscheincode-result__container .einloesewelt-content__error {
    margin: -20px auto 30px;
  }
  .gutscheincode-result__total {
    font-size: 16px;
  }

  .einloesewelt-content form {
    margin: 0 auto 30px auto;
  }

  .gutscheincode-result__graphics__image img {
    margin-bottom: 20px;
  }

  .einloesewelt-list__header h2 {
    max-width: 100%;
    font-size: 30px;
    margin: 0 0px 20px 0!important;
  }

  .einloesewelt-content form input[type="text"] {
    margin-bottom: 10px;
    text-align: center;
    padding-left: 0px;
  }

  .gutscheincode-result__description.einloesewelt-content form input[type="text"]::placeholder {
    font-size: 12px;
  }

  .einloesewelt-content__subtitle br {
    display: none;
  }

  .einloesewelt-content h1 {
    font-size: 34px;
    padding-top: 90px;
    margin-bottom: 10px;
  }

  .einloesewelt-content {
    padding: 0 15px;
  }

  .einloesewelt-content__error::before {
    width: 25px;
    height: 25px;
  }

  .einloesewelt-content__error {
    font-size: 12px;
    padding: 15px 20px 15px 60px;
    margin: 40px auto 0;
  }

  .GWA.gutscheincode-result {
    display: block;
    position: relative;
    padding-bottom: 120px;
    padding-top: 0px;
  }

  .gutscheincode-result__graphics__shtrih {
    position: absolute;
    bottom: 55px;
    left: 0;
    width: 100%;
    text-align: center;
    height: 40px;
    font-size: 18px;
    transform-origin: 0;
    transform: none;
  }
}


@media (min-width: 992px) {
  .pdp_einloesewelt .product-detail {
    margin-top: 10px;
  }
  .pdp_einloesewelt #order-box.affix {
    position: relative!important;
  }
  .pdp_einloesewelt #order-box .panel-body,
  .pdp_einloesewelt #order-box .panel-footer {
    padding: 50px 45px;
  }
}


@media screen and (max-width: 1450px) {
  .GWA .container {
    padding: 0 10px;
  }
  .GWA-content .container {
    padding: 0 10px;
  }
}

/* End Fixes from GWA 21.01.24 */
.GWA.categories .categories-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 10px;
}

.GWA.categories .categories-wrapper.local-item {
  display: none;
}

.GWA.categories .categories-wrapper.local-item.active {
  display: block;
}

.GWA.categories .categories-wrapper.online-item {
  display: none;
}

.GWA.categories .categories-wrapper.online-item.active {
  display: block;
}

.GWA.categories .categories-card {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.GWA.categories .categories-card:hover .categories-card__image img {
  transform: scale(1.1);
}

.GWA.categories .categories-card .dropdown__trigger {
  display: none;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  background: #595959;
  max-width: 110px;
  min-width: 110px;
  height: 25px;
  border-radius: 5px;
}

.GWA.categories .categories-card .dropdown-list {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.GWA.categories .categories-card-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.GWA.categories .categories-card-main {
  padding: 30px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.GWA.categories .categories-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  min-height: 200px;
  max-height: 200px;
  width: 100%;
}

.GWA.categories .categories-card__image img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.GWA.categories .categories-card h3 {
  color: #a4006a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
}

.GWA.categories .categories-card p {
  width: 100%;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  margin-bottom: 25px;
}

.GWA.categories .categories-card__btn {
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  .GWA.categories .categories-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .GWA.categories .categories-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 0;
  }
  .GWA.categories .categories-card__image img {
    height: auto;
  }
  .GWA.categories .categories-card-main {
    padding-bottom: 12px;
  }
  .GWA.categories .categories-card__btn {
    margin-bottom: 8px;
  }
  .GWA.categories .categories-card .dropdown-list {
    padding-top: 10px;
    display: none;
  }
  .GWA.categories .categories-card .dropdown__trigger {
    display: flex;
  }
}

@media screen and (max-width: 540px) {
  .GWA.categories .categories-card__image {
    height: 120px;
    min-height: 120px;
    max-height: 120px;
  }
}

@media screen and (max-width: 420px) {
  .GWA.categories .categories-card-main {
    align-items: center;
  }
  .GWA.categories .categories-card h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 380px) {
  .GWA.categories .categories-card h3 {
    font-size: 14px;
  }
}
.GWA.seller .seller-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 10px;
}

.GWA .card {
  /*! card ==========>  */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  height: 100%;
}

.GWA .card:hover .card__image img {
  transform: scale(1.1);
}

.GWA .card__image {
  max-width: 100%;
  height: 200px;
  max-height: 200px;
  min-height: 200px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.GWA .card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.GWA .card-stars {
  display: flex;
  align-items: center;
  height: fit-content;
}

.GWA .card-stars img:not(:last-child) {
  margin-right: 6px;
}

.GWA .card-header {
  height: fit-content;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.GWA .card-main {
  height: 100%;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.GWA .card h3 {
  max-width: 100%;
  width: 100%;
  color: #a4006a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  margin: 20px 0 0;
}

.GWA .card-info {
  width: 100%;
  margin-bottom: 15px;
}

.GWA .card-info p {
  max-width: 100%;
  color: #595959;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.2;
}

.GWA .card ul {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  margin-top: auto;
  width: 100%;
}

.GWA .card ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 35px;
}

.GWA .card ul li:not(:last-child) {
  margin-bottom: 15px;
}

.GWA .card ul li .icon-location {
  max-width: 14px;
  min-width: 14px;
}

.GWA .card ul li .icon-users {
  max-width: 22px;
  min-width: 22px;
}

.GWA .card ul li .icon-calendar {
  max-width: 18px;
  min-width: 18px;
}

.GWA .card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  min-width: 25px;
  max-width: 25px;
  transform: translateY(-50%);
}

.GWA .card-buy {
  margin-top: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.GWA .card-buy .price {
  /*padding-right: 10px;*/
  color: #a4006a;
  font-size: 20px;
  font-weight: 700 !important;
  line-height: 1.2;
}

.GWA .card-buy .price span {
  font-weight: 400;
  margin-right: 15px;
  padding-left: 1px;
}

.GWA .card .dropdown__trigger {
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  background: #595959;
  padding: 4px 10px;
  border-radius: 5px;
}

.GWA .card .dropdown-list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .GWA.seller .seller-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .GWA.seller .seller-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .GWA .card .dropdown__trigger {
    display: flex;
  }
  .GWA .card .dropdown-list {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  .GWA .card h3 {
    font-size: 20px;
  }
  .GWA .card-buy .price {
    font-size: 16px;
  }

  .GWA .swiper-wrapper .card-buy .price {
    font-size: 22px
  }
  .GWA .swiper-wrapper .sale-percentage{
    display:none;
  }
}

@media screen and (max-width: 380px) {
  .GWA .card h3 {
    font-size: 20px;
  }
  .GWA .card-buy .price {
    font-size: 16px;
  }
}
.GWA.reviews .reviews-wrapper {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 40px;
}

.GWA.reviews .reviews-card {
  text-align: center;
}

.GWA.reviews .reviews-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 120px;
  max-height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 auto;
}

.GWA.reviews .reviews-card__image img {
  width: 100%;
  height: 100%;
}

.GWA.reviews .reviews-card-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.GWA.reviews .reviews-card-stars img {
  max-width: 21px;
  min-width: 21px;
}

.GWA.reviews .reviews-card-stars img:not(:last-child) {
  margin-right: 9px;
}

.GWA.reviews .reviews-card h4 {
  margin: 28px 0 21px;
}

.GWA.reviews .reviews-card span {
  display: block;
  margin-top: 30px;
  color: #595959;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 1500px) {
  .GWA.reviews .reviews-wrapper {
    padding: 10px;
  }
}

@media screen and (max-width: 991px) {
  .GWA.reviews .reviews-wrapper {
    padding: 20px;
  }
  .GWA.reviews .reviews-card {
    max-width: 400px;
    margin: 0 auto;
  }
  .GWA.reviews .reviews-card span {
    margin-top: 18px;
  }
  .GWA.reviews .reviews-card h4 {
    font-size: 16px;
    margin: 10px 0 7px;
  }
  .GWA.reviews .reviews-card p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
  }
  .GWA.reviews .reviews-card__image {
    max-height: 72px;
    max-width: 72px;
    min-width: 72px;
    min-height: 72px;
  }
  .GWA.reviews .reviews-card-stars {
    margin-top: 22px;
  }
  .GWA.reviews .reviews-card-stars img {
    max-width: 15px;
    min-width: 15px;
  }
  .GWA.reviews .reviews-card-stars img:not(:last-child) {
    margin-right: 6.5px;
  }
}

.GWA .rating-box {
    width: 96px;
    height: 20px;
    font-size: 0;
    line-height: 0;
    background: url(https://www.miomente.de/skin/frontend/ultimo/default/images/review_star_empty.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
    background-size: 20px;
}

.GWA .rating-box .rating {
    float: left;
    height: 20px;
    background: url(https://www.miomente.de/skin/frontend/ultimo/default/images/review_star_fill.png) 0 0 repeat-x;
    background-size: 20px;
}

.GWA .ratings,
.GWA .catalog-category-view div.ratings{
    line-height: 1.0833em;
    margin: 0 !important;
}

.GWA .no-rating{
    margin-bottom: 4px !important;
}

.GWA.categories h2 {
    margin-bottom: 0;
}

.GWA .calendar {
    border: unset;
    background: unset;
    cursor:unset;
}


/* Min-Height of Swiper Product-Item Card */
.GWA.seller.swiper .card-info{
    min-height:120px;
}

@media screen and (max-width: 540px) {
    .GWA.seller .swiper-slide {
        max-width: 320px;
    }

    .GWA .container {
        padding: 0 8px;
    }

    .GWA .card__image {
        height: 200px !important;
        min-height: 200px !important;
        max-height: 200px !important;
    }


}

.GWA.hero {
    padding: 200px 0 300px;
}
.GWA.hero .hero-dropdown {
    top:58% !important;
}

@media screen and (max-width: 420px) {
    .GWA.categories .categories-card h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 380px) {
    .GWA.categories .categories-card h3 {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .GWA.works .works-small {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .GWA .works-card p {
        -webkit-line-clamp: 10;
        font-size: 14px;
    }
}

.nav__link.labelaboutus{
    cursor:pointer;
}

@media screen and (max-width: 991px) { /* Menu Breakpoint */
    .GWA.header .nav__link img.displaymobile{
        display:block !important;
    }
    .nav-dropdown .nav-dropdown-wrapper .disabled{
        display:none;
    }
    .nav-dropdown-list.active{
        display:block !important;
    }
    .nav-sub__trigger.disabled{
        display:none !important;
    }

}

@media screen and (min-width: 540px){ /* Small Handy Portrait Breakpoint */
    .GWA.seller.swiper .card-info{
        min-height:120px;
    }
}

@media screen and (min-width: 960px) {
    .GWA.seller.swiper .card-info {
        min-height: 120px;
    }
}

/* Fix for images under video */
.GWA.works .works-card__image{
     z-index:0;
 }
.GWA.works .works-card-text {
    z-index:1;
}

/* Fix for cart label */
.GWA.header .cart__trigger .label {
    top: 20px !important;
}

@media screen and (max-width: 991px) {
    .GWA.header .cart__trigger .label {
        top: 10px !important;
        right: 5px !important;
    }
}

    /* Swiper Scrollbar */
@media screen and (max-width: 991px){
    .GWA.seller .seller-slider {
        position: relative;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 1420px) {
    .swiper-scrollbar{
        display:none;
    }
}

.GWA.categories .categories-table::before{
    height:210px;
}


.GWA.footer .safety-list {
    align-items: center;
}

.GWA.single.info h1 {
    max-width: 592px;
    margin: 0 auto 40px;
    width: fit-content;
    color: #a4006a;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.19;
    text-transform: unset;
    text-align: center;
}

/* Category FAQ-List */
.GWA.questions h2:nth-of-type(2){
    max-width: 600px;
    font-size:40px;
    margin:40px auto 56px !important;
}

.GWA.questions h3 {
    color: #A4006A;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin:40px auto 16px auto;
}

.GWA.questions{
    text-align: center;
}

/* Category FAQ-List End */

.GWA.footer .footer-tab .btn-primary{
    background:#fff !important;
}

.GWA.subscribe.banner{
    margin:100px 0;
    padding-left:10px;
    padding-right:10px;
}

.GWA.filters.single{
    margin-bottom:40px;
}

@media screen and (max-width: 991px) {
    .GWA.subscribe.banner {
        margin: 20px 0 50px;
    }
    .GWA.filters.single{
        margin-bottom:0;
    }
}

#checkout-review-table tr td:nth-child(1) {
    text-align: right;
}

#checkout-review-table tbody td.productname-cell {
    text-align: left;
}

.carousel__button.fancybox__button--close{
    display:none;
}

#shipping_method-progress-opcheckout span.changelink{
    display:none;
}

#checkout-review-table-wrapper hr {
    border:0;
    border-bottom: 1px solid #707070;
}

/* Fullscreen begin */
.cms-index-index .grid12-12,
.cms-index-index .grid-full,
.catalog-category-view.category-genuss-kategorien .grid12-12,
.catalog-category-view.category-genuss-kategorien .grid-full,
.catalog-category-view.category-eventsathome .grid12-12,
.catalog-category-view.category-eventsathome .grid-full,
.checkout-cart-index  .grid12-12,
.checkout-cart-index  .grid-full
{
    width: 100%;
    margin-left: unset;
    margin-right: unset;
}


.catalog-category-view .grid-full.breadcrumbs{
    display:none;
}

.catalog-category-view .GWA.single.breadcrumbs .grid-full.breadcrumbs{
    display:block;
}

.GWA.breadcrumbs li span {
    margin: 8px 4px 6px;
}

.GWA.breadcrumbs{
    margin: 0 0 40px;
}

.GWA .container {
    margin: 0 auto;
    max-width: 1420px;
    padding: 0;
    min-width: unset !important;
    width: 100%;
}

.GWA.seller .seller-slider {
   max-width: 1420px;

}


.GWA.categories .container {
    max-width: 1420px;
}


.cms-index-index .GWA.seller,
.cms-index-index .GWA.categories,
.catalog-category-view.category-genuss-kategorien .GWA.seller,
.catalog-category-view.category-genuss-kategorien .GWA.categories,
.catalog-category-view.category-eventsathome .GWA.seller,
.catalog-category-view.category-eventsathome .GWA.categories
{
    padding-top: 120px;
    padding-bottom: 140px;
}


.catalogsearch-result-index .page-title h1{
    text-align: center;
    color: #028488;
    font-size: 20px;
    font-weight: 700;
    margin-top:10px;
    margin-bottom:10px;
}

@media screen and (max-width: 991px){
    .cms-index-index .GWA.seller,
    .cms-index-index .GWA.categories,
    .catalog-category-view.category-genuss-kategorien .GWA.seller,
    .catalog-category-view.category-genuss-kategorien .GWA.categories,
    .catalog-category-view.category-eventsathome .GWA.seller,
    .catalog-category-view.category-eventsathome .GWA.categories
    {
        padding-top: 66px;
        padding-bottom: 66px;
    }

}


.cms-index-index .container,
.catalog-category-view .container,
.catalogsearch-result-index .container,
.checkout-cart-index .container
{
    width: unset;
}

@media only screen and (min-width: 1280px) {
    .cms-index-index .main.container,
    .catalog-category-view .main.container,
    .catalogsearch-result-index .main.container,
    .wishdatefinder-index-index .main.container
    {
        max-width: unset;
    }
    .checkout-cart-index .main.container
    {
        max-width: 1420px;
    }
}

@media screen and (max-width: 1450px) {
    .cms-index-index .container,
    .catalog-category-view .container,
    .catalogsearch-result-index .container,
    .wishdatefinder-index-index .container,
    .checkout-cart-index .container
    {
        padding: 0 10px;
    }
}

@media screen and (max-width: 768px) {
    .GWA.newsletter {
        padding: 30px 0 75px !important;
    }
}

/* Fullscreen end */

/* PDP Pricebox */
.catalog-product-view .sale-label {
    display: inline-block;
    font-size: 16px;
    background-color: #4aaaa6;
    border-radius: 5px;
    color: white;
    padding: 5px 15px 5px 15px;
}

.catalog-product-view .sale-percentage{
    color:#a30069;
    font-size: 20px !important;
}

.catalog-product-view .sale-finalprice{
    color: #4aaaa6;
}

.catalog-product-view .sale-oldprice{
    text-decoration: line-through;
    font-size: 20px !important;
    font-weight:normal !important;
}

.catalog-product-view .comment{
    color:#595959;
}


.catalog-product-view .sale-oldprice-wrapper{
    line-height:20px;
}

/* PDP Orderbox Mobile */

#order-box-mobile .sale-finalprice{
    margin-bottom:-28px;
}

#order-box-mobile .sale-finalprice .price{
    color:#4aaaa6 !important;
    font-size: 30px !important;
}

#order-box-mobile .sale-percentage{
    color:#a30069;
    font-size: 20px !important;
}


/* Listview Pricebox */

.listview-pricebox-sale .sale-oldprice{
    text-decoration: line-through;
    font-size:18px;
    padding-left:4px;
    margin-top:-6px;
    color:#595959;
}

.listview-pricebox-sale .price{
    padding-left:30px !important;
}

.listview-pricebox-sale .sale-finalprice{
    font-weight:bold !important;
    color:#4aaaa6 !important;
}

.catalogsearch-result-index .sale-label,
.wishdatefinder-index-index .sale-label,
.catalog-category-view .sale-label,
.swiper-wrapper .sale-label{
    margin-top:10px;
    margin-bottom:-4px;
    display: inline-block;
    font-size: 16px;
    background-color: #4aaaa6;
    border-radius: 5px;
    color: white;
    padding: 2px 15px 2px 15px;
}

.catalogsearch-result-index .sale-label-mobile,
.wishdatefinder-index-index .sale-label-mobile,
.catalog-category-view .sale-label-mobile,
.swiper-wrapper .sale-label-mobile{
    margin-top:10px;
    margin-bottom:-4px;
    display: inline-block;
    font-size: 16px;
    background-color: #4aaaa6;
    border-radius: 5px;
    color: white;
    padding: 2px 12px 2px 12px !important;
    margin-bottom:2px;
}


.messagewrapper.message_error .success-msg{
    background-color:#ffffff;
    border-radius: 10px;
}

.catalogsearch-result-index #pricebox .mobile,
.wishdatefinder-index-index #pricebox .mobile,
.catalog-product-view #pricebox .mobile{
    display:none;
}

@media (max-width: 992px) {
    .catalogsearch-result-index .sale-finalprice .price,
    .wishdatefinder-index-index .sale-finalprice .price,
    .catalog-product-view .sale-finalprice .price{
        font-size: 22px !important;
    }
    .catalogsearch-result-index #pricebox .mobile,
    .wishdatefinder-index-index #pricebox .mobile,
    .catalog-product-view #pricebox .mobile{
        display:block;
    }

    .catalogsearch-result-index #pricebox .desktop,
    .wishdatefinder-index-index #pricebox .desktop,
    .catalog-product-view #pricebox .desktop{
        display:none;
    }
}

.price.mobile .sale-finalprice{
    font-size: 20px !important;
}

.catalogsearch-result-index .price.mobile,
.wishdatefinder-index-index .price.mobile,
.catalog-category-view .price.mobile{
    display:none;
}

@media (max-width: 992px) {
    .catalogsearch-result-index .sale-label,
    .wishdatefinder-index-index .sale-label,
    .catalog-category-view .sale-label{
        display:none;
    }
    .catalogsearch-result-index .price.desktop,
    .wishdatefinder-index-index .price.desktop,
    .catalog-category-view .price.desktop{
        display:none;
    }
    .catalogsearch-result-index .price.mobile,
    .wishdatefinder-index-index .price.mobile,
    .catalog-category-view .price.mobile{
        display:block;
    }
}

#order-box-mobile .sale-finalprice{
    color:#4aaaa6 !important;
    font-weight:bold;
}

.GWA.newsletter {
  /*! Newsletter ==========>  */
  padding-top: 140px;
  padding-bottom: 140px;
}

.GWA.newsletter .container {
  background-image: url(https://www.miomente.de/skin/frontend/ultimo/default/images/goldenwebage/newsletter.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 115px 84px 114px;
}

.GWA.newsletter h2 {
  text-align: left;
  margin: 27px 0;
}

.GWA.newsletter p {
  color: #a4006a;
  font-size: 16px;
}

.GWA.newsletter p span {
  font-weight: 700;
}

.GWA.newsletter .btn-primary {
  margin-top: 34px;
  max-width: 284px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  color: #a4006a;
  background: #fff !important;
  border-color: #fff;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.GWA.newsletter .btn-primary:hover {
  background: #a4006a;
  border-color: #a4006a;
  color: #fff;
}

.GWA.newsletter .btn-primary:focus {
  background: #a4006a;
  border-color: #a4006a;
  color: #fff;
}

.GWA.newsletter .btn-primary:active {
  background: #a4006a;
  border-color: #a4006a;
  color: #fff;
}

.GWA.newsletter .newsletter-mobile {
  display: none;
}

.GWA.newsletter .newsletter-text {
  max-width: 327px;
}

.GWA.newsletter .newsletter-text img {
  max-width: 55px;
  max-height: 55px;
}

@media screen and (max-width: 1450px) {
  .GWA.newsletter {
    padding: 140px 20px;
  }
}

@media screen and (max-width: 991px) {
  .GWA.newsletter .btn-primary {
    max-width: 234px;
  }
  .GWA.newsletter .newsletter-text {
    max-width: 280px;
  }
  .GWA.newsletter .newsletter-text img {
    max-width: 45px;
    max-height: 45px;
  }
}

@media screen and (max-width: 768px) {
  .GWA.newsletter {
    padding: 30px 20px 75px;
  }
  .GWA.newsletter .container {
    position: relative;
    background-image: url(https://www.miomente.de/skin/frontend/ultimo/default/images/goldenwebage/newsletter-mobile.jpg);
    background-size: cover;
    max-width: 385px;
    min-height: 618px;
    padding: 50px;
    display: flex;
  }
  .GWA.newsletter .container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    opacity: 0.5;
    background: linear-gradient(rgba(0, 0, 0, 0), black);
  }
  .GWA.newsletter .btn-primary {
    margin-top: 26px;
    max-width: 100%;
  }
  .GWA.newsletter h2 {
    color: #fff;
    font-size: 20px;
    margin: 24px 0 12.5px;
  }
  .GWA.newsletter .newsletter-desktop {
    display: none;
  }
  .GWA.newsletter .newsletter-mobile {
    display: block;
    max-width: 36px;
    max-height: 36px;
  }
  .GWA.newsletter .newsletter-text {
    z-index: 10;
    margin-top: auto;
  }
  .GWA.newsletter .newsletter-text p {
    color: #fff;
  }
}
.GWA.header .header-top {
  width: 100%;
  background: #333333;
}

.GWA.header .header-top .container {
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12.5px 0;
}

.GWA.header .header-top__item {
  z-index: 5;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.GWA.header .header-top__item span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.GWA.header .header-top img {
  margin-right: 10px;
  max-width: 30px;
}

@media screen and (max-width: 420px) {
    .GWA.header-top .header-top__item img {
        max-width: 14px;
        margin-right: 4px;
    }
    .GWA.header-top .header-top__item span {
        font-size: 8px;
    }
}

@media screen and (max-width: 540px) {
    .GWA.header-top .header-top__item img {
        max-width: 14px;
    }
    .GWA.header-top .header-top__item span {
        font-size: 10px;
    }
}

@media screen and (max-width: 1200px) {
  .GWA.header .header-top .container {
    padding: 12.5px 15px;
  }
}

@media screen and (max-width: 991px) {
  .GWA.header .header-top {
    order: 2;
  }
  .GWA.header .euro {
    display: none;
  }
  .GWA.header .header-top .container {
    justify-content: center;
    padding: 12.5px 0;
  }
  .GWA.header .header-top__item {
    padding: 0 15px;
  }
}

@media screen and (max-width: 540px) {
  .GWA.header .header-top__item img {
    max-width: 14px;
  }
  .GWA.header .header-top__item span {
    font-size: 10px;
  }
}

@media screen and (max-width: 420px) {
  .GWA.header .header-top .container {
    padding: 11.5px 20px;
  }
  .GWA.header .header-top__item img {
    max-width: 14px;
    margin-right: 4px;
  }
  .GWA.header .header-top__item span {
    font-size: 8px;
  }
}

@media screen and (max-width: 360px) {
  .GWA.header .header-top__item {
    padding: 0 5px;
  }
}
.GWA.header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.GWA.header .header-top {
  width: 100%;
  background: #333333;
}

.GWA.header .header-top .container {
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12.5px 0;
}

.GWA.header .header-top__item {
  z-index: 5;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.GWA.header .header-top__item span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.GWA.header .header-top img {
  margin-right: 10px;
  max-width: 30px;
}

.GWA.header .header-main {
  width: 100%;
  background: #fff !important;
  padding: 0;
}

.GWA.header .header-main .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}

.GWA.header .header-main .logo {
  max-width: 276px;
  max-height: 50px;
  min-height: 50px;
  min-width: 276px;
  margin-right: 2vw;
}

.GWA.header .header-main .logo img {
  width: 100%;
  height: 100%;
}

.GWA.header .mobile-logo {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 45px;
  max-height: 45px;
  min-width: 45px;
  min-height: 45px;
}

.GWA.header .mobile-logo img {
  width: 100%;
  height: 100%;
}

.GWA.header .search {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  height: 50px;
  padding-left: 17px;
  border-radius: 25px;
  width: 100%;
}

.GWA.header .search__trigger {
  display: none;
}

.GWA.header .search-close {
  display: none;
}

.GWA.header .search-wrapper {
  max-width: 600px;
  width: 100%;
}

.GWA.header .search__icon {
  max-width: 16px;
  max-height: 16px;
  min-width: 16px;
  min-height: 16px;
  margin-right: 21px;
}

.GWA.header .search__icon img {
  width: 100%;
  height: 100%;
}

.GWA.header .search__apply {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  background: #a4006a;
  height: 100%;
  min-width: 160px;
  max-width: 160px;
  width: 100%;
  border-radius: 25px;
  margin-left: 21px;
}

.GWA.header .i-search {
  border: none;
  outline: none;
  background: transparent;
  color: #595959;
  font-size: 16px;
  font-weight: 350;
  line-height: 1;
  width: 100%;
}

.GWA.header .i-search::-webkit-input-placeholder {
  font-family: "Filson Pro";
  color: #595959;
  font-size: 16px;
  font-weight: 350;
}

.GWA.header .i-search:-ms-input-placeholder {
  font-family: "Filson Pro";
  color: #595959;
  font-size: 16px;
  font-weight: 350;
}

.GWA.header .i-search::-ms-input-placeholder {
  font-family: "Filson Pro";
  color: #595959;
  font-size: 16px;
  font-weight: 350;
}

.GWA.header .i-search::placeholder {
  font-family: "Filson Pro";
  color: #595959;
  font-size: 16px;
  font-weight: 350;
}

.GWA.header .i-search::-webkit-search-decoration, .GWA.header .i-search::-webkit-search-cancel-button, .GWA.header .i-search::-webkit-search-results-button, .GWA.header .i-search::-webkit-search-results-decoration {
  display: none;
}

.GWA.header .phone-contact {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 20px;
}

.GWA.header .phone-contact span {
  color: #595959;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.2;
  white-space: nowrap;
}

.GWA.header .phone-contact__icon {
  min-width: 50px;
  height: 50px;
  max-width: 50px;
  background: #f5f5f5;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.GWA.header .phone-contact__icon img {
  max-width: 16px;
  max-height: 16px;
  min-height: 16px;
  min-width: 16px;
}

.GWA.header .cart__trigger {
  position: relative;
  margin-left: 55px;
  min-width: 50px;
  height: 50px;
  max-width: 50px;
  background: #f5f5f5;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.GWA.header .cart__trigger img {
  max-width: 17px;
  max-height: 17px;
  min-height: 17px;
  min-width: 17px;
}

.GWA.header .cart__trigger .label {
  position: absolute;
  top: -8px;
  right: -8px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: #a4006a;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.GWA.header .nav {
  width: 100%;
  z-index: 80;
  box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.1);
}

.GWA.header .nav-header, .GWA.header .nav-footer {
  display: none;
}

.GWA.header .nav-header {
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 51.5px;
  border-bottom: 1px solid #e0e0e0;
}

.GWA.header .nav-header .burger {
  display: flex;
  align-items: center;
}

.GWA.header .nav-header .burger__text {
  color: #595959;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.2;
  padding-left: 25px;
}

.GWA.header .nav-footer {
  margin-top: 40.5px;
  flex-direction: column;
  align-items: flex-start;
}

.GWA.header .nav-footer .language-list {
  width: 100%;
}

.GWA.header .nav-footer .language__item {
  padding: 0;
  max-width: 164px;
  min-height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.GWA.header .nav-footer .language__item.active {
  background: #f5f5f5;
}

.GWA.header .nav-footer .language__item:hover {
  background: #f5f5f5;
}

.GWA.header .nav-footer .copyright-list {
  margin-top: 19.5px;
  width: 100%;
}

.GWA.header .nav-footer .copyright__link {
  width: 100%;
  display: block;
  padding: 20.5px 0 23.5px;
  border-bottom: 1px solid #e0e0e0;
}

.GWA.header .nav-footer .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 40px 0 0;
}

.GWA.header .nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.GWA.header .nav__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.GWA.header .nav__trigger.active .icon-dropdown {
  transform: rotate(-180deg);
}

.GWA.header .nav-item {
  cursor: pointer;
  padding: 15px 0;
}

.GWA.header .nav-item .icon-dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 10px;
  margin-left: 12.5px;
  margin-bottom: 2px;
  transition: all 0.3s ease-in-out;
}

.GWA.header .nav-item:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
}

.GWA.header .nav__link {
  display: flex;
  align-items: center;
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
  padding: 15px 0;
}

.GWA.header .nav__link__icon {
  max-width: 15px;
  margin-right: 10px;
}

.GWA.header .nav__link:hover {
  color: #000;
  text-decoration: none;
}

.GWA.header .nav-dropdown {
  z-index: 80;
  position: absolute;
  top: 241px;
  left: 0;
  width: 100%;
  height: fit-content;
  background: #fff;
  box-shadow: inset 0px 20px 20px -20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  padding-top: 50px;
  cursor: default;
}

.GWA.header .nav-dropdown-table {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -30px;
  justify-content: flex-start;
}

.GWA.header .nav-dropdown-wrapper {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 5px 30px;
  margin-bottom: 30px;
}

.GWA.header .nav-dropdown-wrapper.with-border {
  border-right: 1px solid #e0e0e0;
}

.GWA.header .nav-dropdown-wrapper.large {
  flex: 0 0 50%;
  max-width: 50%;
}

.GWA.header .nav-dropdown-wrapper.large .nav-dropdown-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.GWA.header .nav-dropdown-wrapper.large .nav-dropdown__item {
  flex: 0 0 50%;
  max-width: 50%;
}

.GWA.header .nav-dropdown .title {
  display: flex;
  color: #a4006a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 27px;
}

.GWA.header .nav-dropdown .title a {
  display: block;
  color: #a4006a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.GWA.header .nav-dropdown .title img {
  display: none;
}

.GWA.header .nav-dropdown h6 {
  color: #a4006a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 27px;
}

.GWA.header .nav-dropdown h6 img {
  display: none;
}

.GWA.header .nav-dropdown__item {
  cursor: default;
}

.GWA.header .nav-dropdown__item img {
  border-radius: 10px;
}

.GWA.header .nav-dropdown__item:not(:last-child) {
  margin-bottom: 20px;
}

.GWA.header .nav-dropdown__item .preview-image {
  max-width: 100%;
  max-height: 150px;
}

.GWA.header .nav-dropdown__item p {
  font-size: 16px;
}

.GWA.header .nav-dropdown__item .slide__trigger {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}

.GWA.header .nav-dropdown__item .slide__trigger img {
  display: block;
  margin-left: 10px;
  max-width: 12.95px;
}

.GWA.header .nav-dropdown__item .slide-list {
  margin-top: 20px;
  display: none;
  padding-left: 20px;
}

.GWA.header .nav-dropdown .nav__link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}

.GWA.header .nav-dropdown .nav__link img {
  margin-right: 38px;
  max-width: 83px;
}

.GWA.header .nav-dropdown .nav__link .preview-image {
  max-width: 100%;
  width: 100%;
  max-height: none;
  margin: 0;
}

.GWA.header .nav-dropdown .nav__link .preview-image.mt-1 {
  margin-top: 10px;
}

.GWA.header .nav-dropdown .nav__link.flex-column {
  flex-direction: column;
  align-items: flex-start;
}

.GWA.header .nav-dropdown .no-wrap {
  white-space: nowrap;
}

.GWA.header .nav-dropdown .title__link {
  color: #a4006a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 27px;
}

.GWA.header .nav-dropdown .title__link img {
  margin-right: 10px;
}

.GWA.header .nav-dropdown.active {
  opacity: 1;
  visibility: visible;
}

.GWA.header .nav-dropdown-list.social {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.GWA.header .nav-dropdown-list.social .nav-dropdown__item {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 5px;
}

.GWA.header .nav__location {
  color: #a4006a;
}

.GWA.header .nav__social {
  background: #a4006a;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.GWA.header .nav__social .social-icon {
  margin: 0;
  max-width: 18px;
  width: 100%;
  border-radius: 0;
}

.GWA.header .burger {
  position: relative;
  max-width: 25px;
  min-width: 25px;
  max-height: 14px;
  min-height: 14px;
  transition: all 0.3s ease-in-out;
}

.GWA.header .burger::before, .GWA.header .burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #595959;
  transition: all 0.3s ease-in-out;
}

.GWA.header .burger::before {
  top: 0;
}

.GWA.header .burger::after {
  bottom: 0;
}

.GWA.header .burger-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}

.GWA.header .burger-wrapper.active .burger__line {
  opacity: 0;
  visibility: hidden;
}

.GWA.header .burger-wrapper.active .burger::before {
  top: 50%;
  transform: rotate(45deg);
}

.GWA.header .burger-wrapper.active .burger::after {
  top: 50%;
  transform: rotate(-45deg);
}

.GWA.header .burger__text {
  color: #595959;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin-left: 13.5px;
}

.GWA.header .burger__line {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #595959;
}

@media screen and (max-width: 1450px) {
  .GWA.header .header-main .container {
    padding: 30px 20px;
  }
  .GWA.header .cart__trigger {
    margin-left: 35px;
  }
  .GWA.header .nav-dropdown {
    top: 238.33px;
    height: unset;
  }
  .GWA.header .nav-dropdown-table {
    margin: 0 -20px;
  }
  .GWA.header .nav-dropdown-wrapper {
    padding: 0 20px;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media screen and (max-width: 1310px) {
  .GWA.header .header-main .search-wrapper {
    max-width: 500px;
  }
}

@media screen and (max-width: 1200px) {
  .GWA.header .header-main .search-wrapper {
    max-width: 600px;
  }
  .GWA.header .header-top .container {
    padding: 12.5px 15px;
  }
  .GWA.header .phone-contact span {
    display: none;
  }
  .GWA.header .phone-contact__icon {
    margin: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
  }
  .GWA.header .cart__trigger {
    margin-left: 8px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .GWA.header .nav__link {
    font-size: 14px;
  }
  .GWA.header .nav__link__icon {
    max-width: 12px;
  }
  .GWA.header .nav__link .icon-dropdown {
    margin-bottom: 0;
    margin-left: 8.5px;
  }
}

@media screen and (max-width: 1024px) {
  .GWA.header .nav__link {
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .GWA.header .euro {
    display: none;
  }
  .GWA.header .header-top {
    order: 2;
  }
  .GWA.header .header-top .container {
    justify-content: center;
    padding: 12.5px 0;
  }
  .GWA.header .header-top__item {
    padding: 0 15px;
  }
  .GWA.header .header-main {
    order: 1;
  }
  .GWA.header .header-main .container {
    padding: 15px 20px 16px;
    border: none;
  }
  .GWA.header .header-main .search {
    background: #fff;
    margin-left: 22px;
    height: 38px;
    border-radius: 19px;
  }
  .GWA.header .header-main .search__icon {
    margin-right: 10px;
  }
  .GWA.header .header-main .search__apply {
    border-radius: 0 19px 19px 0;
    max-width: 112px;
    min-width: 112px;
    font-size: 14px;
    margin-left: 10px;
  }
  .GWA.header .header-main .search-close {
    display: flex;
    cursor: pointer;
  }
  .GWA.header .header-main .search-wrapper {
    z-index: 90;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    max-width: 100%;
    padding: 16px 23px;
    display: none;
    align-items: center;
  }
  .GWA.header .header-main .search-wrapper.active {
    display: flex;
  }
  .GWA.header .phone-contact__icon {
    max-width: 38px;
    max-height: 38px;
    min-height: 38px;
    min-width: 38px;
  }
  .GWA.header .cart__trigger {
    max-width: 38px;
    max-height: 38px;
    min-height: 38px;
    min-width: 38px;
  }
  .GWA.header .cart__trigger .label {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  .GWA.header .burger-wrapper {
    display: flex;
  }
  .GWA.header .logo {
    display: none;
  }
  .GWA.header .mobile-logo {
    display: block;
  }
  .GWA.header .search__trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    max-width: 38px;
    max-height: 38px;
    min-height: 38px;
    min-width: 38px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    margin-left: auto;
    cursor: pointer;
  }
  .GWA.header .search__trigger img {
    max-width: 14px;
  }
  .GWA.header .phone-contact {
    margin-left: 8px;
    padding-left: 0;
  }
  .GWA.header .nav {
    z-index: 80;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0;
    overflow: auto;
    transform: translateX(-150vw);
    transition: all 0.3s ease-in-out;
  }
  .GWA.header .nav.active {
    transform: translateX(0);
  }
  .GWA.header .nav .container {
    padding: 25px 40px 47px;
  }
  .GWA.header .nav-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .GWA.header .nav__link {
    padding: 0;
    font-size: 24px;
    font-weight: 350;
  }
  .GWA.header .nav-item {
    width: 100%;
    padding: 0;
  }
  .GWA.header .nav-item.disabled {
    display: none;
  }
  .GWA.header .nav__location {
    display: none;
  }
  .GWA.header .nav__trigger {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding: 20.5px 0 17.5px;
  }
  .GWA.header .nav__trigger .icon-dropdown {
    margin: 0 10px 0 auto;
    max-width: 40px;
    max-height: 40px;
    min-height: 40px;
    min-width: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 100px;
  }
  .GWA.header .nav-sub__trigger {
    cursor: pointer;
  }
  .GWA.header .nav-header, .GWA.header .nav-footer {
    display: flex;
  }
  .GWA.header .nav .burger-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 17.5px;
  }
  .GWA.header .nav-dropdown {
    padding: 28.5px 0 26.5px 40px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    background: transparent;
    transition: unset;
    box-shadow: none;
    display: none;
  }
  .GWA.header .nav-dropdown-list {
    display: none;
    margin-top: 20px;
    padding-left: 40px;
  }
  .GWA.header .nav-dropdown .slide-list {
    padding-right: 24px;
  }
  .GWA.header .nav-dropdown .slide__trigger {
    padding-right: 24px;
  }
  .GWA.header .nav-dropdown__item img {
    display: none;
  }
  .GWA.header .nav-dropdown .title {
    color: #595959;
    font-size: 22px;
    font-weight: 350;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  }
  .GWA.header .nav-dropdown .title a {
    color: #595959;
    font-size: 22px;
    font-weight: 350;
  }
  .GWA.header .nav-dropdown .title img {
    display: block;
    margin-right: 24px;
  }
  .GWA.header .nav-dropdown h6 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #595959;
    font-size: 22px;
    font-weight: 350;
    margin: 0;
  }
  .GWA.header .nav-dropdown h6 img {
    display: inline-block;
    margin-top: 8px;
    margin-right: 24px;
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
  }
  .GWA.header .nav-dropdown h6.active img {
    transform: rotate(-180deg);
  }
  .GWA.header .nav-dropdown-wrapper {
    margin-bottom: 20px;
  }
  .GWA.header .nav-dropdown-wrapper.disabled {
    display: none;
  }
  .GWA.header .nav-dropdown-wrapper.large {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .GWA.header .nav-dropdown-wrapper.large .nav-dropdown__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .GWA.header .nav-dropdown-wrapper.large .nav-dropdown-list {
    display: none;
  }
  .GWA.header .nav-dropdown .container {
    padding: 0;
  }
  .GWA.header .nav-dropdown-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .GWA.header .nav-dropdown .nav__link img {
    margin-right: 10px;
  }
  .GWA.header .nav-dropdown-list.social .nav-dropdown__item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .GWA.header .nav-dropdown-list.social .nav__social .social-icon {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .GWA.header .nav-dropdown-list {
    padding-left: 20px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 540px) {
  .GWA.header .header-top__item img {
    max-width: 14px;
  }
  .GWA.header .header-top__item span {
    font-size: 10px;
  }
}

@media screen and (max-width: 420px) {
  .GWA.header .search__trigger,
  .GWA.header .cart__trigger,
  .GWA.header .phone-contact__icon {
    max-width: 30px;
    max-height: 30px;
    min-height: 30px;
    min-width: 30px;
  }
  .GWA.header .search__trigger img,
  .GWA.header .cart__trigger img,
  .GWA.header .phone-contact__icon img {
    max-width: 14px;
    min-width: 14px;
  }
  .GWA.header .cart__trigger .label {
    font-size: 8px;
    width: 18px;
    height: 18px;
  }
  .GWA.header .header-top .container {
    padding: 11.5px 20px;
  }
  .GWA.header .header-top__item img {
    max-width: 14px;
    margin-right: 4px;
  }
  .GWA.header .header-top__item span {
    font-size: 8px;
  }
  .GWA.header .header-main .container {
    padding: 15px 15px 16px;
  }
  .GWA.header .nav .container {
    padding: 25px 20px 47px;
  }
  .GWA.header .nav-footer .language__item {
    font-size: 14px;
  }
}

@media screen and (max-width: 380px) {
  .GWA.header .header-main .search__apply {
    max-width: 86px;
    min-width: 86px;
  }
  .GWA.header .header-main .search__icon {
    display: none;
  }
  .GWA.header .header-main .search .i-search {
    font-size: 13px;
  }
  .GWA.header .header-main .search .i-search::placeholder {
    font-size: 13px;
  }
  .GWA.header .nav__link {
    font-size: 18px;
  }
  .GWA.header .nav-dropdown {
    padding-left: 20px;
  }
  .GWA.header .nav-dropdown-wrapper {
    padding-left: 0;
  }
  .GWA.header .nav-dropdown h6 {
    font-size: 16px;
  }
}

@media screen and (max-width: 360px) {
  .GWA.header .header-top__item {
    padding: 0 5px;
  }
}

.GWA.header .nav {
  width: 100%;
  z-index: 80;
  -webkit-box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.GWA.header .nav-header, .GWA.header .nav-footer {
  display: none;
}

.GWA.header .nav-header {
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 51.5px;
  border-bottom: 1px solid #e0e0e0;
}

.GWA.header .nav-header .burger {
  display: flex;
  align-items: center;
}

.GWA.header .nav-header .burger__text {
  color: #595959;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.2;
  padding-left: 25px;
}

.GWA.header .nav-footer {
  margin-top: 40.5px;
  flex-direction: column;
  align-items: flex-start;
}

.GWA.header .nav-footer .language-list {
  width: 100%;
}

.GWA.header .nav-footer .language__item {
  padding: 0;
  max-width: 164px;
  min-height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.GWA.header .nav-footer .language__item.active {
  background: #f5f5f5;
}

.GWA.header .nav-footer .language__item:hover {
  background: #f5f5f5;
}

.GWA.header .nav-footer .copyright-list {
  margin-top: 19.5px;
  width: 100%;
}

.GWA.header .nav-footer .copyright__link {
  width: 100%;
  display: block;
  padding: 20.5px 0 23.5px;
  border-bottom: 1px solid #e0e0e0;
}

.GWA.header .nav-footer .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 40px 0 0;
}

.GWA.header .nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.GWA.header .nav__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.GWA.header .nav__trigger.active .icon-dropdown {
  transform: rotate(-180deg);
}

.GWA.header .nav-item {
  cursor: pointer;
  padding: 15px 0;
}

.GWA.header .nav-item .icon-dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 10px;
  margin-left: 12.5px;
  margin-bottom: 2px;
  transition: all 0.3s ease-in-out;
}

.GWA.header .nav-item:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
}

.GWA.header .nav__link {
  display: flex;
  align-items: center;
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
  padding: 15px 0;
}

.GWA.header .nav__link__icon {
  max-width: 15px;
  margin-right: 10px;
}

.GWA.header .nav__link:hover {
  color: #000;
  text-decoration: none;
}

.GWA.header .nav-dropdown {
  z-index: 80;
  position: absolute;
  top: 241px;
  left: 0;
  width: 100%;
  height: fit-content;
  background: #fff;
  box-shadow: inset 0px 20px 20px -20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  padding-top: 30px;
  cursor: default;
}

.GWA.header .nav-dropdown-table {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -30px;
  justify-content: flex-start;
}

.GWA.header .nav-dropdown-wrapper {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 5px 30px;
  margin-bottom: 30px;
}

.GWA.header .nav-dropdown-wrapper.with-border {
  border-right: 1px solid #e0e0e0;
}

.GWA.header .nav-dropdown-wrapper.large {
  flex: 0 0 50%;
  max-width: 50%;
}

.GWA.header .nav-dropdown-wrapper.large .nav-dropdown-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.GWA.header .nav-dropdown-wrapper.large .nav-dropdown__item {
  flex: 0 0 50%;
  max-width: 50%;
}

.GWA.header .nav-dropdown .title {
  display: flex;
  color: #a4006a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 27px;
}

.GWA.header .nav-dropdown .title a {
  display: block;
  color: #a4006a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.GWA.header .nav-dropdown .title img {
  display: none;
}

.GWA.header .nav-dropdown h6 {
  color: #a4006a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 27px;
}

.GWA.header .nav-dropdown h6 img {
  display: none;
}

.GWA.header .nav-dropdown__item {
  cursor: default;
}

.GWA.header .nav-dropdown__item img {
  border-radius: 10px;
}

.GWA.header .nav-dropdown__item:not(:last-child) {
  margin-bottom: 20px;
}

.GWA.header .nav-dropdown__item .preview-image {
  max-width: 100%;
  max-height: 150px;
}

.GWA.header .nav-dropdown__item p {
  font-size: 16px;
}

.GWA.header .nav-dropdown__item .slide__trigger {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}

.GWA.header .nav-dropdown__item .slide__trigger img {
  display: block;
  margin-left: 10px;
  max-width: 12.95px;
}

.GWA.header .nav-dropdown__item .slide-list {
  margin-top: 20px;
  display: none;
  padding-left: 20px;
}

.GWA.header .nav-dropdown .nav__link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}

.GWA.header .nav-dropdown .nav__link img {
  margin-right: 38px;
  max-width: 83px;
}

.GWA.header .nav-dropdown .nav__link .preview-image {
  max-width: 100%;
  width: 100%;
  max-height: none;
  margin: 0;
}

.GWA.header .nav-dropdown .nav__link .preview-image.mt-1 {
  margin-top: 10px;
}

.GWA.header .nav-dropdown .nav__link.flex-column {
  flex-direction: column;
  align-items: flex-start;
}

.GWA.header .nav-dropdown .no-wrap {
  white-space: nowrap;
}

.GWA.header .nav-dropdown .title__link {
  color: #a4006a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0;
  margin-top:0;
}

.GWA.header .nav-dropdown .title__link img {
  margin-right: 10px;
}

.GWA.header .nav-dropdown.active {
  opacity: 1;
  visibility: visible;
}

.GWA.header .nav-dropdown-list.social {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.GWA.header .nav-dropdown-list.social .nav-dropdown__item {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 5px;
}

.GWA.header .nav__location {
  color: #a4006a;
}

.GWA.header .nav__social {
  background: #a4006a;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.GWA.header .nav__social .social-icon {
  margin: 0;
  max-width: 18px;
  width: 100%;
  border-radius: 0;
}

@media screen and (max-width: 1450px) {
  .GWA.header .nav-dropdown {
    top: 238.33px;
    height: unset;
  }
  .GWA.header .nav-dropdown-table {
    margin: 0 -20px;
  }
  .GWA.header .nav-dropdown-wrapper {
    padding: 0 20px;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

}

@media screen and (max-width: 1200px) {
  .GWA.header .nav__link {
    font-size: 14px;
  }
  .GWA.header .nav__link__icon {
    max-width: 12px;
  }
  .GWA.header .nav__link .icon-dropdown {
    margin-bottom: 0;
    margin-left: 8.5px;
  }

  .GWA.header .nav-dropdown-wrapper.newevents{
    display:none;
  }

  .GWA.header .nav-dropdown-wrapper.reviews{
    display:none;
  }
}

@media screen and (max-width: 1024px) {
  .GWA.header .nav__link {
    font-size: 13px;
  }
}


.GWA.header .nav-item.cityselect-mobile .nav-dropdown__item .nav__link{
  font-size: 24px !important;
  font-weight: 350 !important;
}

.GWA.header .nav-dropdown.genussevents .nav-dropdown-wrapper.first,
.GWA.header .nav-dropdown.genussevents .nav-dropdown-wrapper.second
{
  display:none;
}


@media screen and (min-width: 991px) {
  .GWA.header .nav-item.cityselect-mobile {
    display: none;
  }

  .GWA.header .nav-dropdown.genussevents .nav-dropdown-wrapper.all{
    display:none;
  }

  .GWA.header .nav-dropdown.genussevents .nav-dropdown-wrapper.second{
    display:block;
    padding-top:55px;
    margin-bottom:0 !important;
  }

  .GWA.header .nav-dropdown.genussevents .nav-dropdown-wrapper.first{
    display:block;
    margin-bottom:0 !important;
  }

  .GWA.header .nav-dropdown__item:not(:last-child) {
    margin-bottom: 12px;
  }

  .GWA.header .nav-dropdown-wrapper {
    margin-bottom: 12px;
  }

  .GWA.header .nav-dropdown-wrapper p.kundenstimmen_menu{
    line-height: 18px;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .GWA.header .nav {
    z-index: 80;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0;
    overflow: auto;
    transform: translateX(-150vw);
    transition: all 0.3s ease-in-out;
  }
  .GWA.header .nav.active {
    transform: translateX(0);
  }
  .GWA.header .nav .container {
    padding: 25px 40px 47px;
  }
  .GWA.header .nav-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .GWA.header .nav__link {
    padding: 0;
    font-size: 24px;
    font-weight: 350;
  }
  .GWA.header .nav-item {
    width: 100%;
    padding: 0;
  }
  .GWA.header .nav-item.disabled {
    display: none;
  }
  .GWA.header .nav__location {
    display: none;
  }
  .GWA.header .nav__trigger {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding: 20.5px 0 17.5px;
  }
  .GWA.header .nav__trigger .icon-dropdown {
    margin: 0 10px 0 auto;
    max-width: 40px;
    max-height: 40px;
    min-height: 40px;
    min-width: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 100px;
  }
  .GWA.header .nav-sub__trigger {
    cursor: pointer;
  }
  .GWA.header .nav-header, .GWA.header .nav-footer {
    display: flex;
  }
  .GWA.header .nav .burger-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 17.5px;
  }
  .GWA.header .nav-dropdown {
    padding: 28.5px 0 26.5px 40px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    background: transparent;
    transition: unset;
    box-shadow: none;
    display: none;
  }
  .GWA.header .nav-dropdown-list {
    display: none;
    margin-top: 20px;
    padding-left: 40px;
  }
  .GWA.header .nav-dropdown .slide-list {
    padding-right: 24px;
  }
  .GWA.header .nav-dropdown .slide__trigger {
    padding-right: 24px;
  }
  .GWA.header .nav-dropdown__item img {
    display: none;
  }
  .GWA.header .nav-dropdown .title {
    color: #595959;
    font-size: 22px;
    font-weight: 350;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  }
  .GWA.header .nav-dropdown .title a {
    color: #595959;
    font-size: 22px;
    font-weight: 350;
  }
  .GWA.header .nav-dropdown .title img {
    display: block;
    margin-right: 24px;
  }
  .GWA.header .nav-dropdown h6 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #595959;
    font-size: 22px;
    font-weight: 350;
    margin: 0;
  }
  .GWA.header .nav-dropdown h6 img {
    display: inline-block;
    margin-top: 8px;
    margin-right: 24px;
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
  }
  .GWA.header .nav-dropdown h6.active img {
    transform: rotate(-180deg);
  }
  .GWA.header .nav-dropdown-wrapper {
    margin-bottom: 20px;
  }
  .GWA.header .nav-dropdown-wrapper.disabled {
    display: none;
  }
  .GWA.header .nav-dropdown-wrapper.large {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .GWA.header .nav-dropdown-wrapper.large .nav-dropdown__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .GWA.header .nav-dropdown-wrapper.large .nav-dropdown-list {
    display: none;
  }
  .GWA.header .nav-dropdown .container {
    padding: 0;
  }
  .GWA.header .nav-dropdown-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .GWA.header .nav-dropdown .nav__link img {
    margin-right: 10px;
  }
  .GWA.header .nav-dropdown-list.social .nav-dropdown__item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .GWA.header .nav-dropdown-list.social .nav__social .social-icon {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .GWA.header .nav-dropdown-list {
    padding-left: 20px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 420px) {
  .GWA.header .nav .container {
    padding: 25px 20px 47px;
  }
  .GWA.header .nav-footer .language__item {
    font-size: 14px;
  }
}

@media screen and (max-width: 380px) {
  .GWA.header .nav__link {
    font-size: 18px;
  }
  .GWA.header .nav-dropdown {
    padding-left: 20px;
  }
  .GWA.header .nav-dropdown-wrapper {
    padding-left: 0;
  }
  .GWA.header .nav-dropdown h6 {
    font-size: 16px;
  }
}

/* Menu Storelist Desktop Begin */
.GWA.header .nav-dropdown.stores .storelist-columns {
  display: flex;
  gap: 20px; /* Abstand zwischen den Spalten */
}

.GWA.header .nav-dropdown.stores .storelist-column {
  flex: 1; /* Gleiche Breite für jede Spalte */
  width:300px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.GWA.header .nav-dropdown.stores .storelist-column .nav-dropdown__item {
  margin-bottom: 5px; /* Optionaler Abstand zwischen den Einträgen */
}

.GWA.header .nav-dropdown.stores .nav-dropdown-wrapper.large{
  max-width:50%;
}

.GWA.header .nav-dropdown.stores .nav-dropdown-wrapper.large .nav-dropdown__item{
  max-width:100%;
}

.GWA.header .nav-dropdown.entdeckermagazin .nav__link .preview-image{
  max-width:80%;
}
/* Menu Storelist Desktop End */

/* Begin Link Sale Category Color*/
.GWA.header .nav-item.cat117 a{
  color:#a4006a;
  font-weight:bold;
}

.GWA.header .nav-item.cat117 .icon-dropdown{
  display:none;
}
/* End Link Sale Category Color*/
.GWA.footer {
  /*! Footer ==========>  */
  position: relative;
  background: #f5f5f5;
  max-width: 100%;
  width: 100%;
}

.GWA.footer .container {
  padding: 130px 0 50px;
}

.GWA.footer .footer-info {
  margin-top: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.GWA.footer .footer-info h5 {
  color: #595959;
  font-size: 16px;
  margin-bottom: 22px;
}

.GWA.footer .footer-info h5 .icon-dropdown {
  display: none;
}

.GWA.footer .footer-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -10px;
}

.GWA.footer .footer-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 10px;
}

.GWA.footer .footer-wrapper.uber {
  display: none;
}

.GWA.footer .footer-wrapper.cities h5 {
  padding-left: 9.063rem;
}

.GWA.footer .footer-wrapper.cities .footer-list {
  padding-left: 9.063rem;
}

.GWA.footer .footer-wrapper.cities .footer__link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 5px 0;
}

.GWA.footer .footer-wrapper.cities .footer__link:nth-child(2n) {
  padding-left: 60px;
}

.GWA.footer .footer-wrapper.shop h5 {
  padding-left: 14.063rem;
}

.GWA.footer .footer-wrapper.shop .footer-list {
  padding-left: 14.063rem;
}

.GWA.footer .footer-wrapper.shop .footer__link {
  padding: 5px 0;
}

.GWA.footer .footer-wrapper .uber {
  display: none;
}

.GWA.footer .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.GWA.footer .footer-tab {
  margin-top: 69px;
  background: #a4006a;
  border-radius: 5px;
  padding: 33px;
  max-width: 350px;
}

.GWA.footer .footer-tab h5 {
  color: #fff;
  margin-bottom: 13.5px;
}

.GWA.footer .footer-tab p {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.GWA.footer .footer-tab .btn-primary {
  margin-top: 27px;
  max-width: 100%;
  background: #fff;
  color: #a4006a;
}

.GWA.footer .footer-tab .btn-primary:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.GWA.footer .footer-tab .btn-primary:focus {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.GWA.footer .footer-tab .btn-primary:active {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.GWA.footer .footer__link {
  color: #595959;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px 0;
}

.GWA.footer .footer__link img {
  max-width: 21.5px;
  min-width: 21.5px;
  margin-right: 10px;
}

.GWA .payment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 80px;
}

.GWA .payment-list h5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.GWA .payment__item {
  min-width: 74px;
  max-width: 74px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.GWA .payment__item:not(:last-child) {
  margin-right: 15px;
}

.GWA .payment__item img {
  width: 100%;
}

.GWA .safety-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 20px;
}

.GWA .safety-list h5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.GWA .safety__item {
  height: 50px;
}

.GWA .safety__item:not(:last-child) {
  margin-right: 32px;
}

.GWA .social-list {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.GWA .social-list h5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.GWA .social__item {
  min-width: 40px;
  height: 40px;
  max-width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #a4006a;
  border-radius: 100px;
}

.GWA .social__item:not(:last-child) {
  margin-right: 22px;
}

.GWA .copyright {
  margin-top: 50px;
  padding-top: 57px;
  border-top: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.GWA .copyright__link:not(:last-child) {
  margin-right: 37px;
}

.GWA .copyright__link.contact {
  display: none;
}

.GWA .language-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.GWA .language__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  background: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  width: 164px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.GWA .language__item img {
  margin-right: 10px;
}

.GWA .language__item:not(:last-child) {
  margin-right: 20px;
}

.GWA .language__item:hover {
  background: #fff;
  border-color: #fff;
}

.GWA .language__item:focus {
  background: #fff;
  border-color: #fff;
}

.GWA .language__item:active {
  background: #fff;
  border-color: #fff;
}

.GWA .language__item.active {
  background: #fff;
  border-color: #fff;
}

@media screen and (max-width: 1500px) {
  .GWA.footer .container {
    padding: 130px 40px 50px;
  }
}

@media screen and (max-width: 1310px) {
  .GWA.footer .footer-wrapper.cities h5,
  .GWA.footer .footer-wrapper.shop h5 {
    padding-left: 0;
  }
  .GWA.footer .footer-wrapper.cities .footer-list,
  .GWA.footer .footer-wrapper.shop .footer-list {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .GWA.footer {
    position: relative;
    background: transparent;
  }
  .GWA.footer::before {
    z-index: -1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 318px;
    background: #f5f5f5;
  }
  .GWA.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 30px;
  }
  .GWA.footer h5 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    margin: 0;
  }
  .GWA.footer h5::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border-radius: 100px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .GWA.footer h5::after {
    z-index: 2;
    content: "";
    background-image: url(https://www.miomente.de/skin/frontend/ultimo/default/images/goldenwebage/icons/nav-dropdown.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right center;
    width: 13px;
    height: 8px;
    margin-right: 13px;
    margin-left: 20px;
    margin-bottom: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .GWA.footer .clock {
    display: none;
  }
  .GWA.footer .copyright {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    margin-top: 20px;
  }
  .GWA.footer .copyright-list {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .GWA.footer .copyright__link {
    width: 100%;
    font-size: 18px;
    font-weight: 350;
    padding-bottom: 23.5px;
    margin-bottom: 20.5px;
    border-bottom: 1px solid #e0e0e0;
  }
  .GWA.footer .copyright__link.impressum {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .GWA.footer .copyright__link.agb {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .GWA.footer .copyright__link.contact {
    display: block;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .GWA.footer .copyright__link.faq {
    display: none;
  }
  .GWA.footer .copyright__link.datenschutz {
    display: none;
  }
  .GWA.footer .copyright .language-list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
  .GWA.footer .copyright .language__item.active {
    background: #e0e0e0;
  }
  .GWA.footer .copyright .language__item:hover {
    background: #e0e0e0;
  }
  .GWA.footer .copyright .language__item:active {
    background: #e0e0e0;
  }
  .GWA.footer .copyright .language__item:focus {
    background: #e0e0e0;
  }
  .GWA.footer .footer-info h5::after, .GWA.footer .footer-info h5::before,
  .GWA.footer .contact h5::after,
  .GWA.footer .contact h5::before {
    display: none;
  }
  .GWA.footer .contact h5 {
    padding-top: 20.5px;
  }
  .GWA.footer .dropdown-list {
    padding-top: 20px;
    display: none;
  }
  .GWA.footer .dropdown__trigger {
    padding: 20.5px 0 17.5px;
  }
  .GWA.footer .dropdown__trigger.active::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .GWA.footer .footer-list {
    margin-top: 0;
  }
  .GWA.footer .footer-table {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
  }
  .GWA.footer .footer-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .GWA.footer .footer-wrapper:not(:first-child) .dropdown__trigger {
    border-bottom: 1px solid #e0e0e0;
  }
  .GWA.footer .footer-wrapper.cities {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .GWA.footer .footer-wrapper.cities .footer__link:nth-child(2n) {
    padding-left: 0;
  }
  .GWA.footer .footer-wrapper.contact {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .GWA.footer .footer-tab {
    display: none;
  }
  .GWA.footer .footer-info {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 0;
  }
  .GWA.footer .footer-info h5 {
    font-size: 18px;
    margin-bottom: 17px;
  }
  .GWA.footer .footer__link {
    font-size: 16px;
    font-weight: 400;
  }
  .GWA .scroll-up {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #e0e0e0;
  }
  .GWA .scroll-up-icon {
    display: none;
  }
  .GWA .scroll-up-icon-mobile {
    display: block;
  }
  .GWA .social-list {
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 80px;
  }
  .GWA .social-list h5 {
    display: none;
  }
  .GWA .safety-list {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
  }
  .GWA .safety__item {
    max-width: 95px;
  }
  .GWA .payment-list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0;
  }
  .GWA .payment__item {
    min-width: 60px;
    max-width: 60px;
    height: 35px;
    padding: 5px;
  }
  .GWA .payment__item img {
    max-width: 100%;
  }
  .GWA .payment__item:not(:last-child) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .GWA.footer .language-list {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .GWA.footer .language__item {
    margin: 10px 0;
  }
}

@media screen and (max-width: 420px) {
  .GWA .payment__item {
    max-width: 50px;
    max-height: 30px;
    min-width: 50px;
    min-height: 30px;
  }
  .GWA .language__item {
    width: 140px;
  }
}

@media screen and (max-width: 380px) {
  .GWA .payment__item {
    max-width: 45px;
    max-height: 25px;
    min-width: 45px;
    min-height: 25px;
  }
  .GWA.footer .footer__link {
    font-size: 12px;
  }
}

.genuss-event-single {
  overflow: initial;
}

.main.container.GWA {
  width: 100%;
  max-width: 1420px;
  padding: 0;
  padding-top:20px;
}

.col-main.GWA {
  width: 100%;
}

.genuss-event-single .container {
  min-width: auto !important;
}

body.lock {
  overflow: hidden;
}

.GWA.single.breadcrumbs {
  margin-bottom: 54px;
}

/* Start Preview Image =====> */
.GWA.events-preview .mobile-visible {
  display: none;
}
/* End Preview Image */

/* Start Info =====> */
.GWA.single.info {
  padding-top: 76px;
}
/* End Info */

/* Start Filters =====> */
.GWA.filters {
  margin: 44px 0 160px;
}

.GWA.filters .container {
  max-width: 940px;
}

.GWA.filters h2 {
  font-size: 20px;
  margin: 0 auto 15px;
}

.GWA.filters .filters-table {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: -10px;
}

.GWA.filters .filters-wrapper {
  flex: 0 0 auto;
  max-width: fit-content;
  padding: 10px;
}

.GWA.filters .filters__link {
  display: block;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 20px;
  position: relative;
  border: 1px solid #909090;
  border-radius: 30px;
  transition: all 0.15s ease-in-out;
}

.GWA.filters .filters__link button {
  color: #909090;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.15s ease-in-out;
}

.GWA.filters .filters__link:hover {
  border-color: #A4006A;
}

.GWA.filters .filters__link:hover button {
  color: #A4006A;
}

.GWA.filters .filters__link.active {
  border-color: #A4006A;
}

.GWA.filters .filters__link.active button {
  color: #A4006A;
}

/* End Filters */

/* Start Products =====> */
.GWA.single.products {
  margin-bottom: 240px;
}
.GWA.products .products-title {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}

.GWA.products h2 {
  font-size: 40px;
  margin: 0 60px 0 0;
}

/* Datepicker Trigger */
.GWA.products .datepicker__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  border-radius: 8px;
}

.GWA.products .datepicker__trigger input {
  outline: none;
  border: none;
  background: transparent;
  padding: 22px 64px 22px 84px;
  width: 100%;
  cursor: pointer;
  color: #595959;
  font-size: 18px;
  font-weight: 500;
  line-height: 1
}

.GWA.products .datepicker__trigger .icon-calendar {
  position: absolute;
  top: 50%;
  left: 44px;
  transform: translateY(-50%);
}

.GWA.products .datepicker__trigger .icon-dropdown {
  position: absolute;
  top: 50%;
  right: 44px;
  transform: translateY(-50%);
  width: 18.89px;
  height: 11.25px;
}

.GWA.products .datepicker-hidden {
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 100%;
  top: 0;
}

/* Sort */
.GWA.products .sort {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 34px 0 0;
}

.GWA.products .sort-wrapper {
  position: relative;
}

.GWA.products .sort__trigger {
  position: relative;
  display: flex;
  align-items: center;
}

.GWA.products .sort__trigger span {
  display: block;
  color: #595959;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-right: 160px;
}

.GWA.products .sort__trigger .icon-dropdown {
  width: 14.65px;
  height: 7px;
}

.GWA.products .sort__trigger .icon-dropdown img {
  width: 100%;
  height: 100%;
}

.GWA.products .sort__trigger select {
  cursor: pointer;
  position: absolute;
  left: 102px;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 36px;
  width: fit-content;
  height: fit-content;
  text-align: left;
  color: #595959;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.GWA.products.seller {
  padding: 0;
}

.GWA.products .products-table {
  padding-top: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.GWA.products .products-wrapper {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 10px;
}

/* Card */
.GWA.products .card {
  text-align: left;
}

.GWA.products .card-info p {
  line-height: 1.4;
}

.GWA.products .card .price {
  position: relative;
  padding-left: 16px;
}

/* End Products */

/* Start Subscribe =====> */
.GWA.subscribe {
  margin: 254px 0;
}

.GWA.subscribe .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.GWA.subscribe .subscribe__image {
  max-width: 625px;
  max-height: 625px;
  border-radius: 5px;
  overflow: hidden;
}

.GWA.subscribe .subscribe__image img {
  width: 100%;
  height: 100%;
}

.GWA.subscribe .subscribe-text {
  max-width: 540px;
  margin-left: 40px;
  margin-right: 120px;
}

.GWA.subscribe .subtitle {
  display: none;
  color: #595959;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.GWA.subscribe h4 {
  color: #A4006A;
  line-height: 1.3;
  font-size: 34px;
  margin-bottom: 24px;
}

.GWA.subscribe p {
  color: #595959;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.4;
}

.GWA.subscribe .btn-primary {
  margin-top: 50px;
}

/* End Subscribe */

/* Start Questions =====> */
.GWA.questions {
  margin: 156px 0 200px;
}

.GWA.questions .container {
  max-width: 940px;
}

.GWA.questions h2 {
  margin: 0 auto 56px;
}

.GWA.questions h4 {
  color: #A4006A;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.GWA.questions .questions-list {
  margin-top: 80px;
}

.GWA.questions .questions-list h2 {
  max-width: 600px;
  font-size: 40px;
  margin: 0 auto 70px;
}

.GWA.questions p {
  color: #595959;
  font-size: 18px;
  font-weight: 350;
  line-height: 1.2;
  text-align: center;
}

.GWA.questions .questions-item:not(:last-child) {
  margin-bottom: 65px;
}

/* End Questions */


/* Start Datepicker =====> */
.GWA.datepicker {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 100%;
}

.GWA.datepicker .datepicker-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 58px 0 60px 0;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.GWA.datepicker .datepicker-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 58px;
  background: #F5F5F5;
}

.GWA.datepicker .datepicker-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #EEEEEE;
}

.GWA.datepicker .checkbox-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 30px 13px 8px 30px;
}

.GWA.datepicker .checkbox-container span {
  display: block;
  max-width: 250px;
  color: #A4006A;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}

.GWA.datepicker .datepicker-custom {
  opacity: 0;
  position: absolute;   
}

.GWA.datepicker .datepicker-custom, .datepicker-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
}

.GWA.datepicker .datepicker-custom-label {
  position: relative;
  display: flex;
  align-items: center;
  color: #595959;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.GWA.datepicker .datepicker-custom + .datepicker-custom-label:before {
  content: '';
  background: #fff;
  border: 1px solid #707070;
  width: 16px;
  height: 16px;
  padding: 1px;
  margin-right: 14px;
}

.GWA.datepicker .datepicker-custom:checked + .datepicker-custom-label:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  width: 12px;
  height: 12px;
  background: #A4006A;
}

.GWA.datepicker .datepicker-apply {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  background: #A4006A;
  padding: 11px 20px;
  border-radius: 8px;
}

.GWA.datepicker .datepicker-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: fit-content;
  height: fit-content;
  color: #595959;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 5px;
}

.GWA.datepicker .icon-calendar {
  width: 15.75px;
  height: 18px;
  margin-right: 20px;
}

/* Date Range Picker */
.GWA.daterangepicker {
  position: relative;
  margin: 0;
  border: none;
  border-radius: 0;
}

.GWA.daterangepicker::before,
.GWA.daterangepicker::after {
  display: none;
}

.GWA.daterangepicker.show-calendar .drp-buttons {
  display: none;
}

.GWA.daterangepicker .drp-calendar {
  max-width: 100%;
}

.GWA.daterangepicker .drp-calendar.left {
  padding: 24px 20px 20px;
}

.GWA.daterangepicker .drp-calendar.right {
  padding: 24px 20px 20px 34px;
  border-right: 1px solid #EEEEEE;
}

.GWA.daterangepicker .calendar-table {
  padding: 0;
}

.GWA.daterangepicker .calendar-table td,
.GWA.daterangepicker .calendar-table th {
  z-index: 1;
  position: relative;
  font-family: 'Filson Pro', sans-serif !important;
  color: #1D2634;
  font-size: 18px;
  font-weight: 950;
  min-width: 42px;
  min-height: 42px;
  height: 42px;
  line-height: 42px;
  width: 42px;
  border: none;
  border-radius: 0;
}

.GWA.daterangepicker .calendar-table th {
  color: #BEBEBE;
  font-weight: 650;
}

.GWA.daterangepicker .calendar-table th.month {
  font-family: 'Filson Pro', sans-serif !important;
  color: #595959;
  font-weight: 500;
}

.GWA.daterangepicker td.off, .GWA.daterangepicker td.off.in-range, .GWA.daterangepicker td.off.start-date, .GWA.daterangepicker td.off.end-date {
  opacity: 0.2;
}

.GWA.daterangepicker td.in-range {
  background: #F5F5F5;
}

.GWA.daterangepicker td.active.start-date.end-date::after {
  border-radius: 100px;
  box-shadow: inset 0 0 0 2px #ffffff;
}

.GWA.daterangepicker td.active::before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 38px;
  height: 38px;
  background: #A4006A;
  border-radius: 100px;
}

.GWA.daterangepicker td.active::after {
  z-index: -2;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
}

.GWA.daterangepicker td.active.start-date::after {
  border-radius: 100px 0 0 100px;
  box-shadow: inset 2px 0 #ffffff;
}

.GWA.daterangepicker td.active.end-date::after {
  border-radius: 0 100px 100px 0;
  box-shadow: inset -2px 0 #ffffff;
}


.GWA.daterangepicker td.active, .GWA.daterangepicker td.active:hover {
  color: #fff;
  background: transparent;
  border: none;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  text-decoration: none;
}

.GWA.daterangepicker .datepicker-arrow {
  width: 24px;
  height: 24px;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  margin: 0 auto;
}

.GWA.daterangepicker .datepicker-arrow img {
  width: 100%;
  height: 100%;
}

.GWA.daterangepicker .drp-header {
  position: absolute;
  bottom: calc(100% + 20px);
  right: 60px;
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
}

.GWA.daterangepicker .drp-selected {
  color: #595959;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

/* End Datepicker */

/* Start Confirm =====> */
.GWA.confirm {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}

.GWA.confirm .confirm-icon {
  max-width: 50px;
  min-width: 50px;
  max-height: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
}

.GWA.confirm .confirm-icon img {
  width: 100%;
  height: 100%;
}

.GWA.confirm span {
  margin-top: 30px;
  display: block;
  text-align: center;
  color: #028488;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
/* End Confirm */

/* Start Alternative =====> */
.GWA.alternative {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0 24px;
}

.GWA.alternative .alternative-icon {
  max-width: 50px;
  min-width: 50px;
  max-height: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
}

.GWA.alternative .alternative-icon img {
  width: 100%;
  height: 100%;
}

.GWA.alternative span {
  margin-top: 30px;
  display: block;
  text-align: center;
  color: #595959;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.GWA.alternative .btn-primary {
  margin-top: 38px;
}

.GWA.alternative h2 {
  margin: 120px auto 0 0;
}
/* End Alternative */

/* Start Card =====> */
.GWA .card-main {
  position: relative;
}

.GWA .card .date {
  width: 100%;
}

.GWA .card .date-header {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin: -5px;
}

.GWA .card .date-wrapper {
  flex: 0 0 auto;
  max-width: fit-content;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.GWA .card .date .icon-calendar {
  margin-right: 5px;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  height: 18px;
}

.GWA .card .date__link {
  text-align: center;
  width: fit-content;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #595959;
  border-radius: 30px;
  padding: 6px 16px;
}

.GWA .card .date__link span {
  display: block;
  color: #595959;
  font-size: 14px;
  font-weight: 350;
  line-height: 1;
}


.GWA .card .date__trigger {
  margin-left: auto;
  border: 1px solid #595959;
  border-radius: 30px;
  padding: 6px 24px;
}

.GWA .card .date__trigger span {
  display: block;
  color: #595959;
  font-size: 14px;
  font-weight: 350;
  line-height: 1;
}

.GWA .card .date-list {
  display: none;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  background: #ffffff;
  padding: 20px 20px 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.GWA .card .date-list.active {
  display: block;
}

.GWA .card .date-table {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin: -5px;
}

.GWA .card .date-list .date-wrapper {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 5px;
}

.GWA .card .date-list .date-wrapper.full {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.GWA .card .date-list .date__link {
  width: 100%;
  padding: 6px 8px;
}

.GWA .card .date-list .date__trigger {
  border: none;
  padding: 0;
  color: #595959;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.GWA .card .calendar-title {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.GWA .card .calendar-title .icon-calendar {
  margin-right: 10px;
}

.GWA .card .calendar-title span {
  color: #A4006A;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

/* End Card */

/* Media 1450px */
@media screen and (max-width: 1450px) {
  .GWA .container {
    padding: 0 10px;
  }

  /* Start Filters =====> */
  .GWA.filters .container {
    max-width: 980px;
    padding: 0 20px;
  }
  /* End Filters */

  /* Start Products =====> */
  .GWA.products .products-title {
    margin: 0 10px;
  }

  .GWA.products .sort {
    margin: 34px 10px 40px;
  }
  /* End Products */

  /* Start Subscribe =====> */
  .GWA.subscribe .container {
    padding: 0 20px;
  }
  /* End Subscribe */

  /* Start Questions =====> */
  .GWA.questions .container {
    padding: 0 20px;
  }
  /* End Questions */
}

/* Media 1200px */
@media screen and (max-width: 1200px) {
  /* Start Datepicker =====> */
  .GWA.datepicker {
    padding: 0 20px;
  }
  /* End Datepicker */
  /* Start Subscribe =====> */
  .GWA.subscribe .subscribe-text {
    margin-right: 0;
  }
  /* End Subscribe */
}

/* Media 1100px */
@media screen and (max-width: 1100px) {
  /* Start Datepicker =====> */
  .GWA.datepicker {
    max-width: fit-content;
  }

  .GWA.datepicker .datepicker-container {
    flex-direction: column;
  }

  .GWA.datepicker .checkbox-container {
    padding: 0 30px 20px;
  }

  /* Date Range Picker */
  .GWA.daterangepicker .drp-calendar.right {
    border: none;
  }

  .GWA.daterangepicker .drp-header {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  /* End Datepicker */
}

/* Media 991px */
@media screen and (max-width: 991px) {
  .GWA.single.products {
    margin-bottom: 100px;
  }
  .GWA .filters.single {
    margin-top: 20px;
  }
  .GWA.single.breadcrumbs {
    margin: 20px 0 32px;
  }
  .GWA.events-preview {
    padding-top: 0;
  }
  /* Start Info =====> */
  .GWA.single.info {
    padding-top: 50px;
  }
  .GWA.single.info h2 {
    margin-bottom: 15px;
    max-width: 360px;
  }
  /* End Info */
  /* Start Datepicker =====> */

  .GWA.datepicker .checkbox-container {
    position: relative;
    width: 100%;
    padding: 8px 20px 12px;
  }

  .GWA.datepicker .checkbox-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    height: 1px;
    background: #EEEEEE;
  }

  .GWA.datepicker .datepicker-footer {
    border: none;
  }
  /* End Datepicker */

  /* Start Subscribe =====> */
  .GWA.subscribe {
    margin: 80px 0;
  }

  .GWA.subscribe .container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .GWA.subscribe .subscribe__image {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  
  .GWA.subscribe .subscribe-text {
    margin: 28px 0 0;
  }

  .GWA.subscribe .subtitle {
    display: block;
  }

  .GWA.subscribe p {
    display: none;
  }

  .GWA.subscribe .btn-primary {
    margin: 0;
    height: 40px;
    max-width: 152px;
  }
  /* End Subscribe */

  /* Start Filters =====> */
  .GWA.filters {
    margin: 75px 0 20px;
  }

  .GWA.filters .container {
    padding: 0;
    max-width: 100%;
  }

  .GWA.filters .filters-table {
    flex-wrap: unset;
    overflow-x: auto;
    margin: 0;
    padding-bottom: 40px;
    position: relative;
    justify-content: flex-start;
  }

  .GWA.filters .filters-wrapper {
    padding: 0 10px;
  }

  .GWA.filters .filters-wrapper:first-child {
    padding-left: 40px;
  }

  .GWA.filters .filters-wrapper:last-child {
    padding-right: 40px;
  }
  /* End Filters */

  /* Start Products =====> */
  .GWA.products .products-title {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 30px;
  }

  .GWA.products .sort {
    margin: 20px 30px 34px;
    justify-content: flex-start;
  }

  .GWA.products h2 {
    font-size: 36px;
    padding: 0;
    margin-bottom: 24px;
  }

  .GWA.products .products-table {
    padding-top: 0;
  }

  /* Datepicker Trigger */
  .GWA.products .datepicker__trigger input {
    padding: 10px 44px 10px 44px;
  }

  .GWA.products .datepicker__trigger .icon-calendar {
    left: 16px;
  }
  
  .GWA.products .datepicker__trigger .icon-dropdown {
    right: 16px;
  }
  /* End Products */

  /* Start Questions =====> */
  .GWA.questions {
    margin: 80px 0;
  }

  .GWA.questions .container {
    padding: 0 40px;
  }

  .GWA.questions h2 {
    font-size: 33px;
    margin-bottom: 24px;
  }

  .GWA.questions .questions-list {
    margin-top: 90px;
  }
  
  .GWA.questions .questions-list h2 {
    font-size: 26px;
    margin-bottom: 50px;
  }

  .GWA.questions .questions-item:not(:last-child) {
    margin-bottom: 90px;
  }
  /* End Questions */

  /* Start Confirm =====> */
  .GWA.confirm {
    margin: 60px 30px;
  }
  /* End Confirm */

  /* Start Alternative =====> */
  .GWA.alternative {
    margin: 60px 30px 0;
  }
  .GWA.alternative h2 {
    margin: 70px 0 0;
  }
  /* End Alternative */
}

/* Media 768px */
@media screen and (max-width: 768px) {
  .products-table.single .card__btn {
    max-width: 120px;
    height: 40px;
  }

  /* Start Info =====> */
  .GWA.single.info .show-more {
    top: -64px;
    transition: all 0.15s ease-in-out;
  }
  .GWA.single.info .show-more.show {
    top: 0;
  }
  .GWA.single.info .show-item {
    line-height: 1.2;
    max-height: 250px;
  }
  .GWA.single.info .show-item.show {
    max-height: none;
  }
  /* End Info */
  /* Start Datepicker =====> */
  .GWA.datepicker .datepicker-container {
    overflow: visible;
  }
  .GWA.datepicker .datepicker-header {
    border-radius: 8px 8px 0 0;
  }
  .GWA.datepicker .datepicker-footer {
    padding: 0 20px 20px;
  }
  .GWA.datepicker .datepicker-apply {
    width: 100%;
    font-size: 16px;
  }
  .GWA.datepicker .datepicker-close {
    top: unset;
    right: 0;
    bottom: calc(100% + 20px);
    color: #ffffff;
    font-size: 16px;
  }
  .GWA.datepicker .drp-header {
    left: 20px;
    transform: translateX(0);
  }
  .GWA.datepicker .icon-calendar {
    margin-right: 10px;
  }
  .GWA.daterangepicker {
    width: auto;
  }
  .GWA.daterangepicker .drp-selected {
    font-size: 16px;
  }
  .GWA.daterangepicker .drp-calendar.left {
    padding: 0 20px;
  }
  .GWA.daterangepicker .drp-calendar.right {
    position: absolute;
    right: 20px;
    padding: 20px 0 0;
  }
  .GWA.daterangepicker .calendar-table td,
  .GWA.daterangepicker .calendar-table th {
    font-size: 16px;
  }
  .GWA.daterangepicker .drp-calendar.right .calendar-table td,
  .GWA.daterangepicker .drp-calendar.right .calendar-table th {
    display: none;
  }
  .GWA.daterangepicker .drp-calendar.right .next.available {
    display: table-cell;
  }
  /* End Datepicker */
}

/* Media 540px */
@media screen and (max-width: 540px) {
  /* Start Preview Image =====> */
  .GWA.events-preview .mobile-hidden {
    display: none;
  }
  .GWA.events-preview .mobile-visible {
    display: block;
  }
  /* End Preview Image */
  /* Start Products =====> */
  .GWA.products .datepicker__trigger {
    width: 100%;
  }
  /* End Products */
  /* Start Card =====> */
  .GWA .card .date-header {
    margin: -2px;
  }
  .GWA .card .date-wrapper {
    padding: 2px;
  }
  .GWA .card .date__link {
    padding: 6px 8px;
  }
  .GWA .card .date__trigger {
    padding: 6px 10px;
  }
  .GWA .card .date-table {
    margin: -8px;
  }
  .GWA .card .date-list .date-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 8px;
  }
  .GWA .card .date-list .date-wrapper.full {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .GWA .card .date-list .date-wrapper.mobile-full {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  
  .GWA .card .calendar-title span {
    font-size: 18px;
  }
  /* End Card */
}

/* Media 428px */
@media screen and (max-width: 428px) {
  /* Sta */
  .GWA .card-main {
    padding: 18px;
  }

  .GWA .card .date__link,
  .GWA .card .date__trigger {
    padding: 4px 6px;
  }

  .GWA .card .date__link span {
    font-size: 12px;
  }
  .GWA .card .date__trigger span {
    font-size: 12px;
  }
  /*  */
}

/* Media 420px */
@media screen and (max-width: 420px) {
  /* Start Products =====> */
  .GWA.products .datepicker__trigger input {
    font-size: 14px;
  }
  /* End Products */
}

/* Media 380px */
@media screen and (max-width: 380px) {
  /* Start Datepicker =====> */
  .GWA.datepicker {
    max-width: 340px;
  }
  .GWA.datepicker .datepicker-wrapper {
    width: 100%;
  }
  .GWA.datepicker .checkbox-container {
    padding: 0 13px 8px;
  }
  .GWA.daterangepicker .drp-calendar.left {
    width: 100%;
    padding: 0 20px;
  }
  .GWA.datepicker .datepicker-footer {
    padding: 0 13px 20px;
  }
  .GWA.daterangepicker .calendar-table td,
  .GWA.daterangepicker .calendar-table th {
    min-width: 36px;
    min-height: 36px;
    height: 36px;
    line-height: 36px;
    width: 36px;
  }
  .GWA.datepicker .datepicker-custom-label {
    font-size: 15px;
  }
  .GWA.daterangepicker td.active::before {
    width: 34px;
    height: 34px;
  }

  /* End Datepicker */
  /* Start Filters =====> */
  .GWA.filters .filters-wrapper:first-child {
    padding-left: 20px;
  }

  .GWA.filters .filters-wrapper:last-child {
    padding-left: 20px;
  }
  /* End Filters */

  /* Start Products =====> */
  .GWA.products .products-title {
    margin: 0 10px;
  }

  .GWA.products .sort {
    margin: 20px 10px 34px;
  }

  .GWA.products .sort-wrapper {
    width: 100%;
  }
  /* End Products */
  
  /* Start Confirm =====> */
  .GWA.confirm {
    margin: 60px 10px;
  }
  /* End Confirm */

  /* Start Alternative =====> */
  .GWA.alternative {
    margin: 60px 10px 0;
  }
  /* End Alternative */
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}


.checkout-step-1 .cs1-main-row
{
    display: flex;
    margin-left: -40px;
    margin-right: -40px;
}

.cs1-main-row > div
{
    padding-left: 40px;
    padding-right: 40px;
}

.cs1-left
{
    width: calc(100% - 390px);
    flex: calc(100% - 390px);
    min-width: calc(100% - 390px);
    max-width: calc(100% - 390px);
}

.cs1-right
{
    width: 390px;
    flex: 390px;
    min-width: 390px;
    max-width: 390px;
}

.cs1-main-row h3
{
    font-size: 24px;
    font-weight: bold;
    color: #A4006A;
    text-align: left;
    margin-bottom: 35px;
}

.checkout-navigation-wrapper .checkout-navigation
{
    padding: 5px 0;
    border-top: 1px solid #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
}

.checkout-navigation-wrapper
{
    margin-bottom: 40px;
}

.checkout-navigation > div
{
    padding-top: 18px;
    padding-bottom: 18px;
    background: #F9F9F9;
}

.checkout-nav-menu
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout-nav-menu .step-title
{
    padding: 0 45px;
    color: #838383;
    font-size: 20px;
}

.checkout-nav-menu .step-title.active
{
    font-weight: bold;
}

.cs1-one-product
{
    display: flex;
    text-align: left;
}

.cs1-one-product .cs1op-picture
{
    padding-right: 30px;
    width: 270px;
    flex: 270px;
    min-width: 270px;
    max-width: 270px;

}

.cs1-one-product .cs1op-right-column h4
{
    font-size: 20px;
    color: #838383;
    margin-bottom: 12px;
}

.cs1-one-product .cs1op-right-column p
{
    color: #838383;
    font-size: 16px;
}

.cs1-one-product .cs1op-right-column
{
    width: calc(100% - 270px);
    flex: calc(100% - 270px);
    min-width: calc(100% - 270px);
    max-width: calc(100% - 270px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cs1op-split
{
    display: flex;
    justify-content: space-between;
}

.cs1op-price
{
    font-size: 24px;
    font-weight: bold;
    color: #A4006A;
    text-align: right;
}

.cs1op-price h4
{
    font-size: 24px;
    font-weight: bold;
    color: #A4006A;
}

.cs1-one-product .cs1op-price h4,
.cs1-one-product .cs1op-price p
{
    color: #A4006A;
}

.cs1op-split .delete-close
{
    width: 6px;
    height: auto;
    margin-left: 5px;
}

.delete-link
{
    display: inline-flex;
    align-items: center;
    margin-left: 28px;
    color: #838383;
    font-size: 16px;
}

#checkout-summary
{
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.16);
}

#checkout-summary h3
{
    color: #838383;
    margin-bottom: 17px;
}

#checkout-summary .one-checkout-summary
{
    display: flex;
    font-size: 16px;
    line-height: 1.75;
    color: #838383;
    justify-content: space-between;

}

#checkout-summary .one-checkout-summary.discount
{
    color: #A4006A;
}

#checkout-summary .one-checkout-summary >div:nth-child(1)
{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
}

#checkout-summary .one-checkout-summary >div:nth-child(2)
{
    white-space: nowrap;
}

#checkout-summary .one-checkout-summary.final-price
{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 40px;
}

#free-delivery
{
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #A4086A;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

#free-delivery img
{
    margin-left: 4px;
    position:relative;
    top: 6px;
}

#checkout-summary .btn-primary
{
    width: 100%;
    max-width:100%;
}

#checkout-summary .or-text
{
    font-size: 14px;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #838383;
    text-align: center;
}


#paypal-button
{
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #E0E0E0;
}

#paypal-button:hover
{
    background: #D0D0D0;
}

#paypal-button img
{
    height: 28px;
    width: auto;
}

#paypal-button-wrapper
{
    margin-bottom: 60px;
}

.GWA .checkout-1-hr
{
    margin: 35px 0;
    border-bottom: 1px solid #707070;
}

#cs1-packagins
{
    padding-top: 30px;

}

#cs1-packagins h3
{
    margin-bottom: 100px;
}

#packages-row
{
    display: flex;
    margin: -10px;
}

#packages-row > div
{
    padding: 10px;
    width: 33.3%;
    flex: 33.3%;
    min-width: 33.3%;
    max-width: 33.3%;
}

#packages-row .one-package
{
    padding: 30px;
    height: 100%;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
}

#packages-row .one-package .p-name
{
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #A4006A;
}

#packages-row .one-package .p-description
{
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #7C7C7C;
}

#packages-row .one-package ul
{
    list-style: none;
}

#packages-row .one-package li
{
    margin-bottom: 8px;
    display: flex;

}

#packages-row .one-package li > span:nth-child(1)
{
    margin-right: 7px;
}

#packages-row .one-package li > span:nth-child(1) img
{
    filter: drop-shadow(0 0 15px rgba(0,0,0,0.1));
    position:relative;
    top: 3px;
}

#packages-row .op-bottom
{
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    color: #7B7B7B;
    display: flex;
    justify-content: flex-end;
}

#packages-row .op-bottom input[type="radio"],
.checkout-cart-index .checkbox
{
    width: 0;
    height: 0;
    display:none;
}

#packages-row .op-bottom span,
.checkbox + span
{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #707070;
    margin-right: 10px;
    position:relative;
}

#packages-row .op-bottom  span:after,
.checkbox + span:after
{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19px;
    height: 19px;
    border-radius: 19px;
    transform: translate(-50%,-50%);
    background: #707070;
    z-index: 2;
    opacity: 0;
    transition: 0.5s;
}

#packages-row .package-picture-row
{
    display: flex;
    margin-bottom: 80px;
}

.package-picture-row > div:nth-child(1)
{
    width: 60px;
    flex: 60px;
    min-width: 60px;
    max-width: 60px;
}

.package-picture-row > div:nth-child(2)
{
    width: calc(100% - 60px);
    flex: calc(100% - 60px);
    min-width: calc(100% - 60px);
    max-width: calc(100% - 60px);
    position:relative;
}

.package-picture-row > div:nth-child(2) img
{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#packages-row .one-package.active .op-bottom span:after,
.checkbox:checked + span:after
{
    opacity: 1;
}

.package-picture-row .details-button img
{
    width: 39px;
    height: auto;
}

#packages-row .package-picture-row
{
    margin-top: -10px;
    margin-left: -10px;
    width: calc(100% + 10px);
}

.package-picture-row
{
    position:relative;
}

.package-picture-row > div
{
    z-index: 3;
    position:relative;
}

.package-picture-row >img
{
    width:90%;
    height: auto;
    position:absolute;
    top: -10px;
    left: 50%;
    opacity: 0.5;
    transform: translateX(-50%);
}

#packages-row .one-package{
    transition: 0.55s;
}

#packages-row .one-package.active
{
    background: #fff;
    border: 2px solid #7B7B7B;
    position:relative;
    top: -20px;
    height: calc(100% + 40px);
}

#packages-row
{
    margin-bottom: 70px;
}

#packages-row .select-wrapper
{
    position:relative;
}

#packages-row .select-wrapper:after
{
    width: 15px;
    height: 9px;
    content: "";
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 3;
    background: url('https://www.miomente.de/skin/frontend/ultimo/default/images/goldenwebage/checkout-form/arrow-dropdown-white-select.svg') center;
    background-size: contain;
}

#packages-row select{
    color: #fff;
    background: #006B7F;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 50px;
    appearance: none;
    -webkit-appearance: none;
}

.pdf-picture
{
    min-height: 127px;
}
.pdf-picture img
{
    width: 90px;
    height: auto;
}

#rabat-wrapper p
{
    text-align: left;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.2;
}

#rabat-wrapper
{
    margin-bottom: 90px;
    padding-top: 30px;
}

#rabat-wrapper form
{
    display: flex;

}

#rabat-wrapper form input[type="email"],
#rabat-wrapper form input[type="text"]
{
    max-width: 260px;
    width: 100%;
    margin-right: 20px;
    border: 1px solid #7C7C7C;
    border-radius: 5px;
    padding-left: 15px;
}

#rabat-wrapper form input[type="submit"]
{
    text-transform: uppercase;
    max-width: 260px;
}

.the-tooltip
{
    display: inline-flex;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #A4006A;
    background: #F9F9F9;
    border-radius: 25px;
    position:relative;
    top: -8px;
    cursor: pointer;
}

#be-save p
{
    text-align: left;
    margin-bottom: 14px;
    font-weight: bold;
    color: #838383;
    margin-bottom: 16px;
}

#be-save #be-save-row
{
    margin: -3px;
    display: flex;
}

#be-save #be-save-row >div
{
    width:33.3%;
    flex:33.3%;
    min-width:33.3%;
    max-width:33.3%;
    padding: 3px;
}

#be-save #be-save-row >div>div
{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    background: #F9F9F9;
}

#bs-1
{
    height: 43px;
    width: auto;
}

#bs-2
{
    height: 44px;
    width: auto;
}
#bs-3
{
    height: 43px;
    width: auto;
}

#packages-row .one-package li > span:nth-child(1) img
{
    width:18px;
    height: auto;
}

.GWA .one-checkbox-area
{
    display: flex;
    text-align: left;

    align-items: flex-start;
    margin-bottom: 40px;
}

.one-checkbox-area h4,
.one-checkbox-area div:nth-child(1),
.one-checkbox-area
{
    cursor: pointer;
}

.one-checkbox-area > div:nth-child(1)
{
    margin-right: 23px;
    width:30px;
    flex:30px;
    max-width:30px;
    min-width:30px;
}

.one-checkbox-area > div:nth-child(2)
{
    flex-grow: 1;
}

.GWA .one-checkbox-area h4
{
    font-size: 20px;
    font-weight: bold;
    color: #838383;
    margin-bottom: 7px;
}

.GWA .one-checkbox-area p
{
    font-size: 14px;
    font-weight: 400;
    color: #838383;
}

.GWA .one-checkbox-area p a
{
    color: #838383;
}

.GWA .one-checkbox-area p a:hover
{
    color: #000;
}

.checkout-container
{
    width:100%;
}

@media all and (max-width:1200px)
{
    .catalog-category-view .checkout-container .container
    {
        min-width:0px!important;
        width:100%;
        overflow: hidden;
    }
}

@media all and (max-width: 1024px)
{
    .checkout-step-1 .cs1-main-row
    {
        flex-wrap: wrap;
    }

    .checkout-step-1 .cs1-main-row > div
    {
        width:100%;
        min-width:100%;
        max-width:100%;
        flex:100%;
    }
}

.mobile-only
{
    display:none;
}

@media all and (max-width: 991px)
{
    #packages-row
    {
        flex-wrap: wrap;
    }

    #packages-row > div
    {
        width: 100%;
        flex: 100%;
        min-width: 100%;
        max-width: 100%;
    }


    .package-picture-row > div:nth-child(2) img
    {
        max-width:150px;
    }
    #packages-row > div:not(:last-child)
    {
        margin-bottom: 50px;
    }
}

@media all and (max-width: 575px)
{
    .mobile-only
    {
        display: block;
    }
    #checkout-summary
    {
        box-shadow: none;
    }

    .checkout-nav-menu .step-title
    {
        font-size: 12px;
    }

    .cs1op-price,
    .cs1op-split:last-child
    {
        display:none;
    }

    #packages-row .one-package.active
    {
        top: 0;
        height: 100%;
    }



}

@media all and (max-width:575px)
{
    .cs1-one-product .cs1op-picture
    {
        width: 135px;
        flex: 135px;
        min-width: 135px;
        max-width: 135px;
        padding-right: 10px;
    }

    .checkout-navigation-wrapper .container
    {
        padding: 0!important;
    }

    .cs1-one-product .cs1op-right-column h4
    {
        font-size: 16px;
    }

    .cs1-main-row h3
    {
        font-size: 20px;
    }



    .checkout-nav-menu .step-title
    {
        padding-left: 15px;
        padding-right: 15px;
    }

    .checkout-nav-menu svg
    {
        width:10px;
        height: auto;
    }

    #checkout-summary
    {
        padding: 20px 0;
    }

    .checkout-container .main.container
    {
        padding: 0!important;
    }
    .checkout-container .main.container .container
    {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }


    .checkout-container .checkout-step-1 .cs1-main-row
    {
        margin-left: 0;
        margin-right: 0;
    }

    .checkout-container .checkout-step-1 .cs1-main-row >div
    {
        padding-left: 0;
        padding-right: 0;
    }

    .checkout-nav-menu .step-title:first-child
    {
        padding-left: 0;
    }

    #bs-3,
    #bs-2,
    #bs-1
    {
        height: 27px;
    }
}

.cs1-one-product
{
    flex-wrap: wrap;
}

.product-mobile-bottom
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex: 100%;
    min-width: 100%;
    max-width: 100%;
}

.product-mobile-bottom >div:nth-child(2)
{
    font-weight: bold;
    color: #A4006A;
    font-size: 20px;
}

.product-mobile-bottom >div:nth-child(2) h4
{
    color: #A4006A;
}

@media all and (max-width: 575px)
{
    .cs1-one-product .cs1op-right-column
    {
        width: calc(100% - 135px);
        flex: calc(100% - 135px);
        min-width: calc(100% - 135px);
        max-width: calc(100% - 135px);
    }
}

@media all and (max-width: 768px)
{
    .cs1-one-product .product-mobile-bottom
    {
        margin-top: 20px;
    }
    .cs1-one-product .product-mobile-bottom select
    {
        margin-right: 10px;
    }
}

@media all and (max-width: 575px)
{
    #cs1-packagins,
    #rabat-wrapper
    {
        padding-top: 0px;
    }

    .cs1-main-row h3
    {
        margin-bottom: 25px;
    }

    #be-save #be-save-row >div>div
    {
        height: 60px;
    }
}

#checkout-mobile-only-sticky
{
    display:none;
}

.only-mobile
{
    display:none;
}

.cs1-one-product select
{
    border-radius: 8px;
}

@media all and (max-width:575px)
{
    .only-mobile
    {
        display:block;
    }

    .product-mobile-bottom
    {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #checkout-mobile-only-sticky p
    {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #checkout-mobile-only-sticky p:nth-child(1)
    {
        font-size: 18px;
        font-weight: bold;
        color: #838383;
        margin-bottom: 15px;
    }

    #checkout-mobile-only-sticky p:nth-child(2) span
    {
        flex-grow: 1;
    }

    #checkout-mobile-only-sticky p:nth-child(2) span:nth-child(1)
    {
        margin-right: 17px;
    }

    #checkout-mobile-only-sticky
    {
        z-index: 5;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 100%;
        box-sizing: border-box;
        padding: 15px 20px;
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
        display: block;
    }

    #paypal-button-mobile
    {
        text-align: center;
        background: #E0E0E0;
        border-radius: 8px;
        width: 100%;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #paypal-button-mobile img
    {
        height: 26px;
    }
}

#package-select
{
    display:none;
}

#jeden-getschein:not(.show)
{
    display:none;
}

@media all and (min-width: 1025px)
{
    .switch-order-on-desktop
    {
        flex-direction: row-reverse;
        max-width: 600px;
    }

    .switch-order-on-desktop > div:nth-child(1)
    {
        padding-top: 7px;
    }
}

@media all and (max-width: 1350px) and (min-width: 992px)
{
    .checkout-step-1 .cs1-main-row
    {
        margin-left: -15px;
        margin-right: -15px;
    }

    .cs1-left
    {

    }
}

@media all and (min-width: 1250px) and (max-width: 1350px)
{
    .cs1-left {
        width: calc(100% - 330px);
        flex: calc(100% - 330px);
        min-width: calc(100% - 330px);
        max-width: calc(100% - 330px);
    }

    .cs1-right
    {
        width: 330px;
        flex: 330px;
        min-width: 330px;
        max-width: 330px;
    }
}

@media all and (min-width: 992px) and (max-width: 1279px)
{
    .cs1-left,.cs1-right {
        width: 100%;
        flex: 100%;
        min-width: 100%;
        max-width: 100%;

    }

    .cs1-right
    {
        padding-top:40px!important;
    }

}

@media all and (max-width: 1350px) and (min-width: 992px)
{

    .cs1-main-row
    {
        flex-wrap: wrap;
    }

    .cs1-main-row > div
    {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media all and (min-width:1025px)
{

    #lcl_window #lcl_nav_cmd
    {
        height:100%;
    }



    #lcl_window #lcl_nav_cmd .lcl_icon.lcl_prev
    {
        opacity: 1!important;
        position: absolute;
        right: calc(100% + 50px);
        top: 50%;
        transform: translateY(-50%)!important;
    }

    #lcl_window #lcl_nav_cmd .lcl_icon.lcl_next
    {
        opacity: 1!important;
        position: absolute;
        left: calc(100% + 50px);
        top: 50%;
        transform: translateY(-50%)!important;
    }
}

#click-to-close-wrapper
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.lcl_window,
.lcl_thumbs_nav
{
    z-index: 3;
}

/* miomente adjustments */

#rabat-wrapper button
{
    text-transform: uppercase;
    max-width: 260px;
}

#shopping-cart-totals-table{
    width:100%;
}

#checkout-summary .ugiftcertinfo{
    color:#A4006A;
}

.GWA .btn-primary.disabled{
    background:#E0E0E0 !important;
    border:#E0E0E0 !important;
    color: #a7a7a7 !important;
    pointer-events: none;
}

.GWA #paypal-button-wrapper #paypal-button.disabled,
.GWA #paypal-button-mobile.disabled{
    pointer-events: none;
}

.GWA #paypal-button-wrapper #paypal-button.disabled img,
.GWA #paypal-button-mobile.disabled img{
    opacity: 0.4;
}

#packages-row .one-package .p-description{
    color:#A4006A;
}

#packages-row .one-package .insurance-headline{
    margin-top:20px;
}

.p-description span {
    font-size: 13px;
    font-weight: normal;
}

#checkout-summary #shopping-cart-totals-table{
    color: #838383;
    font-size:16px;
}

#checkout-summary #shopping-cart-totals-table > tr > td:first-child{
    text-align: left !important;
    background: #ff0000;
}

.checkout-cart-index .paypal-logo .paypal-or {
    clear: both;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #838383;
    text-transform: none;
}

.checkout-cart-index .paypal-logo {
    clear: left;
    margin: 0;
    padding: unset;
    text-align: center;
}

.totals-separator hr{
    margin-top: 19px;
    margin-bottom: 19px;
    border: 0;
    border-bottom: 1px solid #707070;
}

.subtotals-separator hr {
    border: 0;
    border-bottom: 1px solid #707070;
}

#checkout-summary .spacediv{
    margin-top:20px;
}

@media all and (max-width: 1279px){

    #rabat-wrapper {
        margin-bottom: 20px;
    }
    #cs1-packagins h3 {
        margin-bottom: 0;
    }
    img.delete-close{
        margin-left:3px;
        margin-top:1px;
    }
    #giftwrapselection{
        margin-bottom:60px !important;
    }
}

#shopping-cart-totals-table td.cartlistprice{
    text-align:right;
}

#shopping-cart-totals-table tr.subtotalline{
    display:none;
}

#shopping-cart-totals-table tr.summary-total{
    display:none;
}

#shopping-cart-totals-table td:first-child {
    text-align: left !important;
}

#shopping-cart-totals-table td.cartlistname div {
    width:200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
}

#shopping-cart-totals-table > tfoot > tr:last-child {
    font-size:18px;
    color:#838383;
}

@media all and (max-width: 1278px) and (min-width: 767px){
    #shopping-cart-totals-table td.cartlistname div {
        width: 400px;
    }
}

#rabat-wrapper span.couponnotice{
    font-weight: normal;
    font-style: italic;
}

#rabat-wrapper div.couponnotice-wrapper{
    max-width: 710px;
}

/* Begin Tooltipp */
#tooltip
{
    text-align: left;
    color: #838383;
    background: #ffffff;
    position: absolute;
    z-index: 100;
    padding: 15px;
    border:1px solid #838383;
    border-radius: 8px;
}

#tooltip:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #838383;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after
{
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after
{
    left: 10px;
    margin: 0;
}

#tooltip.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}
/* End Tooltipp */

.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
.GWA.categories .categories-filter__item.active,
.GWA.categories .categories-filter__item.active-cat {
  color: #595959;
  border-color: #595959;
}

.filter-cat {
  display: none;
}

.filter-cat.active-cat {
  display: block!important;
}



.GWA.einloesewelt-header {
  padding: 50px 0 40px;
}


.GWA.footer-einloesewelt {
  padding: 42px 0 47px;
  background: #F5F5F5;
  margin-bottom: 10px;
}

.GWA.footer-einloesewelt  .footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
}

.GWA.footer-einloesewelt .footer-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.GWA.footer-einloesewelt .clock {
    margin-right: 70px;
}

.GWA.footer-einloesewelt  .footer-wrapper h5 {
    font-size: 18px;
    margin-right: 70px;
}

.GWA.footer-einloesewelt .footer-einloesewelt__copyright {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.GWA.footer-einloesewelt .footer-einloesewelt__copyright a {
  color: #595959;
  font-size: 14px;
  font-weight: 300;
  margin-right: 30px;
}

.GWA.footer-einloesewelt .footer-einloesewelt__copyright a:last-of-type {
  margin-right: 0px;
}

.GWA.footer-einloesewelt .footer-list .footer__link {
  color: #595959;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.GWA.footer-einloesewelt .footer-list .footer__link img {
  margin-right: 11px;
  width: 18px;
}

.einloesewelt-content {
  position: relative;
  
}

.einloesewelt-content__error {
  max-width: fit-content;
  border: 1px solid #A3006A;
  border-radius: 8px;
  padding: 15px 20px 15px 80px;
  margin: 15px auto 0;
  font-size: 17px;
  position: relative;
      line-height: 1.2;
}

.einloesewelt-content__error::before {
  position: absolute;
  content: '';
  top: 0;
  left: 20px;
  width: 38px;
  height: 38px;
  bottom: 0px;
  margin: auto;
  background-image: url(https://www.miomente.de/skin/frontend/ultimo/default/images/goldenwebage/icons/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.gutscheincode-result__container .einloesewelt-content__error {
  margin: -20px auto 10px;
}

.einloesewelt-content h1 {
  color: #A3006A;
  font-size: 44px;
  text-align: center;
  margin-bottom: 35px;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 100px;
}

.einloesewelt-content  .einloesewelt-content__error + h1 {
  padding-top: 32px;
}

.einloesewelt-content__subtitle {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  color: #595959;
  line-height: 1.2;
}

.einloesewelt-content form {
  position: relative;
  display: block;
  max-width: 660px;
  margin: 0 auto 200px auto;
}

.einloesewelt-content form input[type="text"] {
  width: 100%;
  height: 65px;
  line-height: 65px;
  font-size: 18px;
  padding-left: 23px;
  border-radius: 8px;
  background: #F5F5F5;
  box-sizing: border-box;
  border: none;
}

.einloesewelt-content form input[type="submit"] {
  width: 188px;
  color: #fff;
  background: #A3006A;
  position: absolute;
  right: 0px;
  top: 0;
  height: 65px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.einloesewelt-content form input[type="submit"]:hover {
  opacity: 0.8;
}

.pdp.pdp_einloesewelt .product-detail-main {
  text-align: left;
}


.einloesewelt-orderbox .table .header {
  font-family: FilsonPro;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.2;
  text-align: left;
}

.einloesewelt-orderbox .table .row {
    display: flex;
    padding: 5px 0; /* Abstand zwischen den Zeilen */
    text-align: left;
}

.einloesewelt-orderbox .table .row.pdp_einloesewelt__hidden {
  display: none;
}

.einloesewelt-orderbox .table .row.pdp_einloesewelt__hidden.active {
  display: flex;
}

.einloesewelt-orderbox .row {
  position: relative;
}

.GWA__people-select__wrapper select {
  display: none;
}

.GWA__people-select__wrapper .GWA__people-select.active {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: auto;
  background: #F5F5F5;
  z-index: 10;
}

.GWA__people-select__wrapper .GWA__people-select {
  position: absolute;
  height: 50px;
  width: 80px;
  top: 3px;
  right: 10px;
  border: 1px solid #A3006A;
  overflow: hidden;
  z-index: 1;
  padding: 15px;
  border-radius: 6px;
}

.GWA__people-select.active .GWA__people-select__helper {
  position: relative;
  padding: 20px 25px;
  background: #fff;
}

.GWA__people-select__helper {
  cursor: pointer;
  padding-top: 70px;
  border-radius: 6px;
  
  margin-bottom: 10px;
}

.GWA__people-select.active .GWA__people-select__helper img {
  margin-right: 21px;
  max-width: 38px;
  display: inline-block;
}

.GWA__people-select__wrapper .GWA__people-select .GWA__people-select__indicator {
  position: absolute;
  top: 0px;
  right: 0;
  width: 78px;
  height: 50px;
  background: url(https://www.miomente.de/skin/frontend/ultimo/default/images/goldenwebage/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 20px 10px;
  background-position: center;
  transform: rotate(0deg);
  transform-origin: 55%;
}

.GWA__people-select__wrapper .GWA__people-select.active .GWA__people-select__indicator {
  top: 8px;
  right: 0;
  width: 85px;
  height: 50px;
 transform: rotate(180deg);
}

.GWA__people-select__item {
  display: flex;
  padding: 10px;
  cursor: pointer;
}

.GWA__people-select__item__persons,
.GWA__people-select__item__saleamount,
.GWA__people-select__item__discountamount {
  width: 33%;
}

.GWA__people-select__item__saleamount {
  text-align: center;
}

.GWA__people-select__item__saleamount span {
  font-size: 18px;
  color: #23C7C7;
  padding: 6px 20px 7px;
  background: #fff;
  border-radius: 6px;
}

.GWA__people-select__item__persons {
  font-size: 18px;
}

.GWA__people-select__item.active {
  font-weight: 700;
}

.GWA__people-select__item__discountamount {
  text-align: right;
  font-size: 19px;
  color: #A3006A;
}

.GWA.gutscheincode-result {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 23px 0;
  background: #F5F5F5;
  border-radius: 10px;
  margin-bottom: 45px;
}

.gutscheincode-result__graphics,
.gutscheincode-result__description {
  width: 50%;
}

.gutscheincode-result__graphics {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gutscheincode-result__container {
  padding-top: 0px;
}

.gutscheincode-result__graphics__shtrih {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100px;
  padding: 0 20px;
  white-space: nowrap;
  font-size: 16px;
  transform: rotate(-90deg);
}

.gutscheincode-result__graphics__shtrih img {
  width: 250px;
  max-width: 250px;
}

.gutscheincode-result__graphics__image {
  width: calc(100% - 100px);
}

.einloesewelt-orderbox .table .subtitle {
  margin-bottom: 25px;
  font-size: 21px;
  text-align: left;
}

.einloesewelt-orderbox .table .row .cell {
    margin-right: 10px; /* Abstand zwischen den Zellen */
    flex: 1; /* Jede Zelle nimmt gleichen Platz ein */
    display: flex;
    align-items: center;
}

.einloesewelt-orderbox .table .row .cell:nth-of-type(1) {
  flex: 3;
}

.einloesewelt-orderbox .table .row:nth-child(even) {
  background: #FAFAFA;
}

.pdp_einloesewelt #order-box {
  position: relative!important;
}

.pdp_einloesewelt #order-box .miomente-add-to-cart {
  height: 70px;
  line-height: 66px;
  font-size: 21px;
  padding: 0;
  margin-top: 10px;
}

.pdp_einloesewelt #order-box .termin {
  text-align: center;
}

.pdp_einloesewelt #order-box .termin span {
  color: #008489;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.pdp_einloesewelt #order-box .termin span:hover {
  text-decoration: underline;
}

.pdp_einloesewelt .miomente-select.miomente-select_arrow {
  background: url(https://www.miomente.de/skin/frontend/ultimo/default/images/goldenwebage/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 14px 7px;
  background-position: center;
  font-size: 0px!important;
  transition: all 0.3s ease;
  cursor: pointer;
}

.pdp_einloesewelt .miomente-select.miomente-select_arrow:hover {
  opacity: 0.8;
}
 
.pdp_einloesewelt .miomente-select.miomente-select_arrow option {
  text-align: center;
}

.pdp_einloesewelt #order-box {
  width: 520px;
}

.pdp_einloesewelt #order-box form , 
.pdp_einloesewelt .businessform-mobile form{
  margin-top: 0px;
}

.pdp_einloesewelt #order-box {
  box-shadow: none!important;
}

.panel-body.pdp_einloesewelt__addition {
  border-top : 1px solid rgba(151, 151, 151, 0.17);
  padding: 40px 45px;
  text-align: left;
}

.pdp_einloesewelt__addition__item {
  font-size: 20px;
  margin-bottom: 15px;
}

.pdp_einloesewelt__addition__item:last-of-type {
  margin-bottom: 0px;
}

.pdp_einloesewelt__addition__item img {
  margin-right: 10px;
}

.GWA__review {
  text-align: left;
}

.GWA .card .date-wrapper img {
  width: 23px;
}

.GWA.einloesewelt-list .card .date .icon-calendar {
  margin-right: 5px;
  min-width: 22px;
  max-width: 22px;
  min-height: 24px;
  max-height: 24px;
  width: 18px;
  height: 18px;
}

.GWA.einloesewelt-list .miomente-add-to-cart {
  height: 50px;
  width: 200px;
}

.GWA.einloesewelt-list h4 {
  font-size: 34px;
  text-align: left;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.17);
}

.gutscheincode-result__description {
  padding: 0 23px;
}

.gutscheincode-result__description h2 {
  font-size: 36px;
  margin-bottom: 10px;
  text-align: left;
}

.gutscheincode-result__description__subtitle {
  font-size: 18px;
  margin-bottom: 40px;
}

.gutscheincode-result__graphics__image img {
  width: 100%;
  border-radius: 8px;
}

.gutscheincode-result__item {
  border-bottom: 1px solid rgba(151, 151, 151, 0.17);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.gutscheincode-result__item__description {
  font-size: 15px;
}

.gutscheincode-result__item__description span {
  font-weight: 700;
}

.gutscheincode-result__item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.gutscheincode-result__description.einloesewelt-content form {
  margin-bottom: 0px;
}

.gutscheincode-result__description.einloesewelt-content form input[type="text"] {
  border: 1px solid #595959;
  font-size: 16px;
  height: 56px;
  line-height: 56px;
}

.gutscheincode-result__description.einloesewelt-content form input[type="submit"] {
  width: 150px;
  height: 56px;
  line-height: 56px;
  border: 1px solid #595959;
  background: transparent!important;
  color: #A3006A!important;
}

.GWA-content .container {
  max-width: 1420px;
  width: 100%;
  box-sizing: border-box;
}

.gutscheincode-result__container h2 {
    font-size: 34px;
    text-transform: none;
    padding-bottom: 30px;
    text-align: left;
    color: #A3006A;
    border-bottom: 1px solid rgba(151, 151, 151, 0.17);
}

.gutscheincode-result__container .category-products {
    margin: 0px 0 10px;
    margin-bottom: 125px;
}

.gutscheincode-result__container .gutscheincode-result h1 {
  font-size: 36px;
  text-transform: none;
  margin-bottom: 10px;
  text-align: left;
  color: #A3006A;
  padding-top: 0px;
}

.GWA.products .card ul {
  margin-bottom: 20px;
}

.GWA.einloesewelt-list .card__image {
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.GWA.einloesewelt-list .card-main {
  top: -6px;
  padding: 30px 20px 20px 20px;
}

.GWA.einloesewelt-list .card .date__link {
  padding: 6px 11px;
}

.GWA.einloesewelt-list .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.card-footer .pricing {
  font-size: 12px;
  font-weight: 700;
  color: #23C7C7;
}

.einloesewelt-list__header h2 {
  border: none;
  padding-bottom: 0px;
  max-width: 50%;
}

.einloesewelt-list__header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; 
  margin-bottom: 50px;
}

.einloesewelt-list__header__tips select {
  display: flex;
  width: 100%;
  justify-content: space-between;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 16px;
}

.einloesewelt-list__header__tips select option {
  display: block;
}

.einloesewelt-list__header__country {
  min-width: 45%;
}

.einloesewelt-list__header__country select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  border: none;
  background: url('https://www.miomente.de/skin/frontend/ultimo/default/images/goldenwebage/icons/red_pin.svg') #F5F5F5;
  background-repeat: no-repeat;
  background-position: 24px 13px;
  border-radius: 5px;
  padding-left: 55px;
  height: 50px;
}

.gutscheincode-result__item__close {
  position: absolute;
  top: 12px;
  right: 20px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: url('https://www.miomente.de/skin/frontend/ultimo/default/images/goldenwebage/icons/close.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.gutscheincode-result__total {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #595959;
  padding-bottom: 2px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.17);

}

.gutscheincode-result.gutscheincode-result_multiple .gutscheincode-result__item {
  padding: 12px 18px;
  border: 1px solid #595959;
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative;
}

.gutscheincode-result.gutscheincode-result_multiple .gutscheincode-result__description__subtitle {
  margin-bottom: 20px;
}

.checkout-navigation-wrapper .checkout-navigation.checkout-navigation_einloesewelt {
    padding: 0;
}

.checkout-navigation.checkout-navigation_einloesewelt > div {
    padding-top: 42px;
    padding-bottom: 43px;
    background: #F9F9F9;
}

.GWA-content .grid12-12, 
.GWA-content .grid-full {
  width: 100%;
  margin: 0;
}

.pdp_einloesewelt .product-detail-main {
  padding-right: 69px;
  max-width: calc(100% - 520px);
}

.main-banner img {
  border-radius: 10px;
}

.right-nav {
  display: flex;
  align-items: center;
}

.GWA.header .right-nav .cart__trigger {
  margin-left: 0px;
}

.btn-primary-inversed {
  color: #a4006a;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  background: #f5f5f5;
  transition: all 0.3s ease;
  height: 48px;
  text-align: center;
  width: 198px;
  border: 1px solid #f5f5f5;
  border-radius: 25px;
  margin-right: 20px;
  display: inline-block;
}

.btn-primary-inversed:hover {
  border: 1px solid #a4006a;
  color: #a4006a;
}

#checkout-summary .one-checkout-summary:not(.final-price) > div:nth-child(2) {
  display: none;
}

.GWA.header .nav-list + .btn-primary-inversed {
  display: none;
}

.js-terminmodal-close {
  display: none;
}


@media screen and (max-width: 992px) {
  .GWA.categories .categories-filter__item {
    margin-bottom: 5px;
  }
  .einloesewelt-orderbox .table .row .cell {
        min-width: 82px;
  }
  .js-terminmodal-close {
    display: block;
    position: absolute;
    top: 30px;
    left: 22px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: url(https://www.miomente.de/skin/frontend/ultimo/default/images/goldenwebage/icons/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .GWA-terminemodal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #F5F5F5;
    height: 100%;
    padding: 70px 10px 10px;
    overflow-y: scroll;
    z-index: 100;
  }

  .pdp_einloesewelt__addition {
    display: none;
  }

  .panel-body.pdp_einloesewelt__addition {
    border-top: none;
  }

  .gutscheincode-result__container .gutscheincode-result h1 {
    font-size: 26px;
  }

  .GWA.einloesewelt-list .card__image {
    border-radius: 10px 10px 0 0;
  }

  .gutscheincode-result__description__subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .GWA.header .nav-list + .btn-primary-inversed {
      display: block;
      margin: 20px auto;
      width: 100%;
      height: 60px;
      line-height: 60px;
  }

  .right-nav .btn-primary-inversed {
    display: none;
  }

  .pdp_einloesewelt .product-detail {
    display: block;
  }

  .pdp_einloesewelt .product-detail-main {
    max-width: 100%;
    width: 100%;
    padding-right: 0px;
  }

  .gutscheincode-result__graphics, .gutscheincode-result__description {
    width: 100%;
  }

  .einloesewelt-list__header__wrapper {
    display: block;
  }

  .pdp_einloesewelt .product-detail-main > section {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .product-detail-main .product-detail-aside  > .panel#order-box{
    position: relative!important;
    max-height: max-content;
    width: 100%;
  }

  .product-detail-main #order-box .panel-body,
  .product-detail-main #order-box .panel-footer {
    padding: 0 0 10px 0;
  }

  .pdp_einloesewelt #order-box .miomente-add-to-cart {
    height: 56px;
    line-height: 50px;
    font-size: 16px;
  }

  .pdp_einloesewelt__addition__item img {
    margin-right: 15px;
  }

  .product-detail-main #order-box .panel-body {
    margin-bottom: 30px;
  }

  .pdp_einloesewelt__addition__item {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .einloesewelt-orderbox .table .header {
    font-size: 25px;
  }

  .einloesewelt-orderbox .table .subtitle {
    margin-bottom: 15px;
    font-size: 16px;
    text-align: left;
  }

  .GWA.einloesewelt-list h4 {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .GWA.einloesewelt-list .card-footer {
    display: block;
  }

  .GWA.einloesewelt-list .miomente-add-to-cart {
    margin-bottom: 10px;
  }

  .pdp_einloesewelt .product-detail-main > section > .main-banner {
    order: -1;
    width: 100%;
    margin-left: 0;
  }

  .checkout-navigation.checkout-navigation_einloesewelt .checkout-nav-menu .step-title {
    font-size: 11px;
    text-align: center;
  }

  .gutscheincode-result__description.einloesewelt-content form input[type="submit"] {
    width: 100%;
    max-width: 100%;
  }

  .gutscheincode-result__item {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .gutscheincode-result__item__description {
    margin-bottom: 10px;
  }

  .gutscheincode-result__container h2 {
    font-size: 30px;
  }

  .gutscheincode-result__graphics__image {
    width: 100%;
  }


  .checkout-navigation.checkout-navigation_einloesewelt .checkout-nav-menu svg {
    width: 5px;
    height: auto;
  }

  .checkout-navigation.checkout-navigation_einloesewelt > div {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .GWA.header .GWA.einloesewelt-header .logo {
    display: block;
    width: 180px;
  }

  .GWA.footer-einloesewelt .footer-wrapper {
        flex-direction: column;
  }

  .GWA.footer-einloesewelt .footer-wrapper h5 {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .GWA-content .container {
    min-width: 100%!important;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .GWA.footer-einloesewelt .clock {
    margin-right: 30px;
  }

  .einloesewelt-content__subtitle {
    font-size: 18px;
  }

  .einloesewelt-content form input[type="submit"] {
    position: relative;
    width: 100%;
  }

  .gutscheincode-result__container .einloesewelt-content__error {
    margin: -20px auto 30px;
  }

  

  .gutscheincode-result__total {
    font-size: 16px;
  }

  .einloesewelt-content form {
    margin: 0 auto 30px auto;
  }

  .gutscheincode-result__graphics__image img {
    margin-bottom: 20px;
  }

  .einloesewelt-list__header h2 {
    max-width: 100%;
    font-size: 30px;
    margin: 0 0px 20px 0!important;
  }

  .einloesewelt-content form input[type="text"] {
    margin-bottom: 10px;
    text-align: center;
    padding-left: 0px;
  }

  .gutscheincode-result__description.einloesewelt-content form input[type="text"]::placeholder {
    font-size: 12px;
  }

  .einloesewelt-content__subtitle br {
    display: none;
  }

  .einloesewelt-content h1 {
    font-size: 34px;
    padding-top: 90px;
    margin-bottom: 10px;
  }

  .einloesewelt-content {
    padding: 0 15px;
  }

  .einloesewelt-content__error::before {
    width: 25px;
    height: 25px;
  }

  .einloesewelt-content__error {
    font-size: 12px;
    padding: 15px 20px 15px 60px;
    margin: 40px auto 0;
  }

  .GWA.gutscheincode-result {
    display: block;
    position: relative;
    padding-bottom: 120px;
    padding-top: 0px;
  }

  .gutscheincode-result__graphics__shtrih {
    position: absolute;
    bottom: 55px;
    left: 0;
    width: 100%;
    text-align: center;
    height: 40px;
    font-size: 18px;
    transform-origin: 0;
    transform: none;
  }
}


@media (min-width: 992px) {
  .pdp_einloesewelt .product-detail {
    margin-top: 10px;
  }
  .pdp_einloesewelt #order-box.affix {
    position: relative!important;
  }
  .pdp_einloesewelt #order-box .panel-body,
  .pdp_einloesewelt #order-box .panel-footer {
    padding: 50px 45px;
  }
}


@media screen and (max-width: 1450px) {
  .GWA .container {
    padding: 0 10px;
  }
  .GWA-content .container {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1280px) {

    .einloesewelt-index-result .container{
        max-width:100%;
    }

    .einloesewelt-index-result .gutscheincode-result__container,
    .einloesewelt-index-result .gutscheincode-result,
    .einloesewelt-index-result .messagewrapper,
    einloesewelt-index-index .messagewrapper{
        max-width: 1280px;
        margin-left:auto !important;
        margin-right:auto !important;
    }
}

.GWA.einloesewelt-list .card-footer {
    align-items: center;
}

.GWA.einloesewelt-list .date {
    min-height:24px;
}


.einloesewelt-index-result .einloesewelt-content h1 {
    padding-top: 0;
    margin-bottom: 0;
    text-align:left;
}

.GWA.einloesewelt-list .card__image {
    border-radius: 10px 10px 0 0;
    position: relative;
    z-index: 1;
}

.GWA.einloesewelt-list .card .date__trigger {
    padding: 6px 10px;
}


.GWA.categories .categories-filter-list {
    flex-wrap: wrap; /* Ermöglicht den Umbruch in neue Zeilen */
}

.GWA.categories .categories-filter__item{
    white-space: nowrap;
    margin-bottom:18px;
}


.gutscheincode-result__item__close {
    background: url('https://www.miomente.de/skin/frontend/ultimo/default/images/goldenwebage/icons/close.svg');
}


.einloesewelt-orderbox .table .header {
    font-size: 35px;
}

.einloesewelt-orderbox .termin {
    text-align: center;
}

.einloesewelt-orderbox .termin span {
    color: #008489;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.gutscheincode-result__container H2{
    font-weight: 700 !important;
    line-height: 1.19 !important;
    font-size:34px;
}

.einloesewelt-index-index .messagewrapper.message_error a,
.einloesewelt-index-index .messagewrapper.message_error a:hover{
    color:#ffffff;
}

.gutscheincode-result__description .btn-primary.remove{
    max-width:280px;
    margin-left:5px;
    margin-top:15px;
    background-color:#F5F5F5 !important;
    color:#595959;
    border: 1px solid #595959;
}

.gutscheincode-result__description .btn-primary.remove:hover{
    border-color: #A3006A;
    color:#A3006A;
}

.GWA .gutscheincode-result__description .btn-primary:active {
    color: #ffffff !important;
}

@media (min-width: 992px) {
    #order-box .pdp_einloesewelt__addition {
        padding-right: 0;
        padding-left: 0;

    }
    .pdp_einloesewelt__addition__item{
        font-size:15px;
    }

}

.card-footer .copaylabel {
    padding-left:10px;
    color:#4AAAA6;
    font-weight:bold;
}

/** Product unavailable */
.einloesewelt-index-result .gutscheincode-result__graphics__image.unavailable{
    opacity: 0.5;
}

.einloesewelt-index-result .gutscheincode-result__graphics__image {
    position: relative; /* Ermöglicht die absolute Positionierung des inneren Divs */
}

.einloesewelt-index-result .unavailable-overlay {
    position: absolute; /* Positioniert das Div über dem Bild */
    top: 20px; /* Abstand von oben, anpassen nach Bedarf */
    left: 10px; /* Abstand von links, anpassen nach Bedarf */
    opacity:1;
    background-color: black; /* Schwarzer Hintergrund */
    color: white; /* Weißer Text */
    padding: 5px; /* Ein bisschen Abstand um den Text */
    border-radius: 5px; /* Optional: Runde Ecken */
    font-size: 14px; /* Schriftgröße anpassen */
    display: block; /* Standardmäßig versteckt */
}


.GWA.einloesewelt-list .card-stars{
    margin-top:20px;
}

/* No Dummy-Divs on Mobile */
@media screen and (max-width: 992px) {
    .GWA.einloesewelt-list .date.empty,
    .GWA.einloesewelt-list .no-rating {
        display:none;
    }
}

/* Honeypot */
.einloesewelt-index-index #indexform input[name="phone"] {
    position: absolute;
    left: -9999px;
}



/* Category Filter slideable */
@media screen and (max-width: 992px) {
    .categories-filter-list {
        display: block !important;
        overflow-x: auto;
        white-space: nowrap;
        padding: 10px 0;
    }

    .categories-filter__item {
        display: inline-block;
        margin-right: 10px;
    }
}

.GWA.categories .categories-filter__item.active-cat,
.GWA.categories .categories-filter__item:hover
{
    color: #A3006A;
    border-color: #A3006A;
}

@media (max-width: 575px) {
    .product-mobile-bottom.redemptionactive {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}

.header-main .btn-primary-inversed {
    color: #fff;
    background: #a4006a;
}

.header-main .btn-primary-inversed:hover {
    border: none;
    color: #fff;
}

.header-main .search__apply{
    color: #a4006a !important;
    background: #f5f5f5 !important;
    border: 1px solid #a1a1a1 !important
}

.header-main .search__apply:hover{
    color: #fff !important;
    background: #a4006a !important;
    border: 1px solid #a4006a !important;
    transition: all 0.3s ease !important;
}


element.style {
}
.einloesewelt-index-result .einloesewelt-content h1 {
    padding-top: 0;
    margin-bottom: 0;
    text-align: left;
}
@media screen and (max-width: 992px){
    .einloesewelt-content h1{
        font-size:28px;
    }
}

@media screen and (max-width: 640px){
    .btn-primary-inversed.btn-primary-inversed__small {
        width:84px;
        margin-left:30px;
    }
}
/*
 * Product images gallery and zoom
 */



/* Basic zoom styles %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border:1px solid #ccc;
	margin:-1px; /* Set this to minus the border thickness. */
	background-color:#fff;
	cursor:move;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:1px solid #e5e5e5;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
    color:white;
    background:#222;
    padding:0.25em;
    border:1px solid #000;
}

#wrap {
	/* Decrease default z-index */
	z-index:99 !important;
}

/* Zoom position: "inside"
-------------------------------------------------------------- */
.product-image .mousetrap {
	z-index:100 !important;
	
	/* For responsive layout */
	width:100% !important;
	height:100% !important;
}
.zoom-inside #wrap { overflow:hidden; }

/* No borders if zoom position is "inside" */
.zoom-inside .cloud-zoom-big { border:none; }



/* Skins %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Default skin
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.img-box .product-image { margin: 0 auto; position:relative; /* Labels (e.g. "sale") are positioned relative to this box */ }
.img-box .product-image.product-image-zoom { z-index:9; }

/**
 * Lightbox
 */



/* ColorBox Core Style
-------------------------------------------------------------- */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}
#colorbox{}

