/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('https://www.home-royal.de/skin/frontend/default/responsive/images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('https://www.home-royal.de/skin/frontend/default/responsive/images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('https://www.home-royal.de/skin/frontend/default/responsive/images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('https://www.home-royal.de/skin/frontend/default/responsive/images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('https://www.home-royal.de/skin/frontend/default/responsive/images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://www.home-royal.de/skin/frontend/default/responsive/images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('https://www.home-royal.de/skin/frontend/default/responsive/images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('https://www.home-royal.de/skin/frontend/default/responsive/images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('https://www.home-royal.de/skin/frontend/default/responsive/images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://www.home-royal.de/skin/frontend/default/responsive/images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('https://www.home-royal.de/skin/frontend/default/responsive/images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('https://www.home-royal.de/skin/frontend/default/responsive/images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('https://www.home-royal.de/skin/frontend/default/responsive/images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('https://www.home-royal.de/skin/frontend/default/responsive/images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('https://www.home-royal.de/skin/frontend/default/responsive/images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('https://www.home-royal.de/skin/frontend/default/responsive/images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('https://www.home-royal.de/skin/frontend/default/responsive/images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/**
* 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@magentocommerce.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.magentocommerce.com for more information.
*
* @category    design
* @package     default_blank
* @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
* @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

/* Reset ================================================================================= */
*{margin:0;padding:0;}
body{-webkit-text-size-adjust:none}
*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
button, input[type=submit],a{cursor:pointer}
input{-webkit-appearance:none;border-radius:0;}
input[type=text],
input[type=search]{-webkit-appearance:none;/* schatten etc entfernen */-webkit-border-radius:0;/* runde ecken entfernen */-webkit-box-sizing: border-box;/* css-box modell umstellen */}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill{background-color:#fff!important;background-image:none;border:1px solid #d5d5d5;color:#4a4a4e!important;}
input:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px #fff inset!important;}
input[type="radio"]{-webkit-appearance:radio;}
input[type="checkbox"]{-webkit-appearance:checkbox;}
input[placeholder],
[placeholder],
*[placeholder]{color: black!important;opacity:1}
::-webkit-input-placeholder{/* Chrome/Opera/Safari */color: black ;}
::-moz-placeholder{/* Firefox 19+ */color: black ;}
:-ms-input-placeholder{/* IE 10+ */color: black ;}
:-moz-placeholder{/* Firefox 18- */color: black ;}
img,iframe,table{max-width: 100%!important;}
p:empty{display:none}
.only-mobile{display:none!important}
.no-mobile{display:block!important}
body{background-color:#fff;font-size:12px;color:#000;text-align:center;font-family: "Century Gothic", Arial, Helvetica, sans-serif;}
.wrapper{padding:23px 0 20px 0;width:100%;max-width: 100%}
img{border:0;vertical-align:top;}
a{color:#000;text-decoration:underline;}
a:hover{text-decoration:none;}
:focus{outline:0;}
.buttons-set .privacy-confirm {padding-bottom: 15px;}
/* Headings */
h1{font-size:20px;font-weight:normal;line-height:1.15;}
h2{font-size:18px;font-weight:normal;line-height:1.25;}
h3{font-size:16px;font-weight:bold;line-height:1.25;}
h4{font-size:14px;font-weight:bold;}
h5{font-size:12px;font-weight:bold;}
h6{font-size:11px;font-weight:bold;}
/* 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 */
.green{background-color: #0c3;}
.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!important;}
.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%;}
.no-display{display:none;}
.no-margin {margin:0!important;}
.no-padding{padding:0!important;}
.no-bg{background:none!important;}
/* ======================================================================================= */
/* Layout ================================================================================ */
.page{width:940px;max-width: 100%;margin:0 auto;text-align:left;}
.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;}
.page-popup .btn-cart{height:28px;}
.main-container{padding-bottom:0px;}
/* Base Columns */
.col-left{float:left;width:220px;margin: 13px 0 0 0}
.col-main{float:left;width:calc(100% - 240px);padding:25px 0 35px 0;color:#000;border-style:solid;margin: 13px 0 40px 0;border-width:0px;border-color:#ddd;}
.col-right{float:right;width:200px;border-style:solid;border-color:#7f7f7f;border-width:0 0 0 1px;padding: 0 0 0 20px;}
.col2-right-layout .col-main{float:left;width:calc(100% - 218px);padding:25px 20px 35px 0;color:#000;margin: 13px 0 40px 0;border-style:solid;border-color:#d0cbc4;border-width:0 2px 0 0 ;}
.col2-right-layout .col-right{float:right;width:200px;padding: 12px 0 0 0px;border-width:0 0 0 0;}
/* 1 Column Layout */
.col1-layout .col-main{float:none;width:auto;padding:25px 0 15px 0;}
.cms-index-index .col1-layout .col-main{padding:0px 0 15px 0;}
/* 2 Columns Layout */
.col2-left-layout .col-main{float:right;}
.checkout-onepage-index .main .holder{display:none;}
/* 3 Columns Layout */
.col3-layout .col-main{width:484px;margin-left:10px;}
.col3-layout .col-wrapper{float:left;width:748px;}
.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 */
input,select,textarea,button{font:12px Arial, Helvetica, sans-serif;vertical-align:middle;color:#000;}
input.input-text,select,textarea{background:#fff;border:1px solid #ddd;}
input.input-text,textarea{padding:2px;}
select{padding:1px;}
select option{padding-right:10px;}
select.multiselect option{border-bottom:1px solid #ddd;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:2.5em!important;}
button.button::-moz-focus-inner{padding:0;border:0;} /* FF Fix */
button.button{-webkit-border-fit:lines;} /* <- Safari & Google Chrome Fix */
button.button{overflow:visible;width:auto;border:0;padding:0;margin:0;background:transparent;cursor:pointer;}
button.button span{float:left;height:18px;background:transparent url(https://www.home-royal.de/skin/frontend/default/responsive/images/button_red.gif) 0 0 repeat-x;font:12px "Century Gothic", Arial, Helvetica, sans-serif;text-align:center;white-space:nowrap;color:#fff;text-transform: none;}
button.button span span{background:none;padding:0 10px;}
p.control input.checkbox,p.control input.radio{margin-right:6px;}
button.button.refresh span{float:left;height:16px;background:transparent url(https://www.home-royal.de/skin/frontend/default/responsive/images/arrow_refresh.png) 0 0 no-repeat;font:12px "Century Gothic", Arial, Helvetica, sans-serif;text-align:center;white-space:nowrap;color:#fff;text-transform: none;}
.form-list li{margin:0 0 8px;}
.form-list label{float:left;color:#000;position:relative;z-index:0;}
.form-list label.required em{float:right;font-size:12px!important;font-style:normal;color:#000;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;width:260px;}
.form-list .field{float:left;width:275px;}
.form-list input.input-text{width:254px;}
.form-list textarea{width:254px;height:10em;}
.form-list select{width:260px;}
.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 #ddd;margin-top:10px;padding-top:7px;}
.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-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;color:#888;}
.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;}
.buttons-set{clear:both;padding:5px 0;}
.buttons-set .back-link{float:left;}
.buttons-set button.button{float:right;}
.new-users .buttons-set button.button,.registered-users .buttons-set button.button{float:left;}
.buttons-set p.required{margin:0 0 5px;}
.fieldset{border:1px solid #ddd;background:#fefefe;padding:22px 25px 12px 33px;margin:28px 0;}
.fieldset .legend{float:left;font-weight:bold;font-size:13px;border:1px solid #fefefe;background:#aba395;color:#fff;margin:-33px 0 0 -10px;padding:3px 8px;position:relative;}
/* Form Validation */
.validation-advice{clear:both;min-height:13px;margin:3px 0 0;padding-left:17px;font-size:10px;line-height:13px;background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/validation_advice_bg.gif) 2px 1px no-repeat;color:#f00;}
.validation-failed{border:1px dashed #f00!important;background:#faebe7!important;}
p.required{font-size:12px;text-align:right;color:#000;}
.registered-users p.required{ text-align:left;float:left;width:100%;margin-top:5px}
/* Expiration date and CVV number validation fix */
.v-fix{float:left;}
.v-fix .validation-advice{display:block;width:12em;margin-right:-12em;position:relative;}

/* Global Messages  */
.success{color:#3d6611;font-weight:bold;}
.error{color:#f00;font-weight:bold;}
.notice{color:#ccc;}
.messages,.messages ul{list-style:none!important;margin:0!important;padding:0!important;}
.messages{width:100%;overflow:hidden;}
.messages li{margin:0 0 10px;}
.messages li li{margin:0 0 3px;}
.error-msg,.success-msg,.note-msg,.notice-msg{border-style:solid!important;border-width:1px!important;background-position:10px 9px!important;background-repeat:no-repeat!important;min-height:24px!important;padding:8px 8px 8px 32px!important;font-size:11px!important;font-weight:bold!important;}
.error-msg{border-color:#f16048;background-color:#faebe7;background-image:url(https://www.home-royal.de/skin/frontend/default/responsive/images/i_msg-error.gif);color:#df280a;}
.success-msg{border-color:#446423;background-color:#eff5ea;background-image:url(https://www.home-royal.de/skin/frontend/default/responsive/images/i_msg-success.gif);color:#3d6611;}
.note-msg,.notice-msg{border-color:#fcd344;background-color:#fafaec;background-image:url(https://www.home-royal.de/skin/frontend/default/responsive/images/i_msg-note.gif);color:#3d6611;}
/* BreadCrumbs */
.holder{height:20px;}
.cms-index-index .breadcrumbs{display:none}
.breadcrumbs{padding:10px 0 0 0;}
.breadcrumbs li{display:inline;}
.breadcrumbs li a{color:#000;text-decoration:none;font-weight:normal}
.breadcrumbs li a:hover{text-decoration:underline;}
.breadcrumbs li strong{color:#981134;font-weight:normal}
.breadcrumbs li span{padding:0 6px;}
/* Page Heading */
.page-title{margin:0 0 10px;}
.cms-index-index .page-title ,.cms-index-index .std{display:none}
.page-title h1,.page-title h2{font-size:26px;color:#981134;}
.page-title .separator{margin:0 3px;}
.page-title .link-rss{float:right;}
.title-buttons{text-align:right;}
.title-buttons h1,.title-buttons h2,.title-buttons h3,.title-buttons h4,.title-buttons h5,.title-buttons h6{float:left;}
.subtitle,.sub-title{clear:both;}
/* Pager */
.pager{padding:6px 0;text-align:center;}
.pager .amount{float:left;}
.pager .amount strong{font-weight:normal;}
.pager .limiter{float:right;}
.pager .limiter select{border:solid 1px #ddd;font-size:11px;color:#000;margin:0 3px;}
.pager .pages{margin:0 135px;}
.pager .pages strong{font-weight:normal;}
.pager .pages ol{display:inline;}
.pager .pages li{display:inline;}
.pager .pages li a{color:#000;}
/* Sorter */
.sorter{border-top:1px solid #ddd;padding:6px 0;}
.sorter .view-mode{float:left;}
.sorter .view-mode strong{font-weight:normal;}
.sorter .view-mode a{font-weight:bold;color:#000;}
.sorter .sort-by{float:right;padding:0 42px 0 0;}
.sorter .sort-by select{border:solid 1px #ddd;font-size:11px;color:#000;margin:0 3px;}
/* Toolbar */
.toolbar{margin-bottom:26px;}
.toolbar-bottom .toolbar{margin-bottom:0!important;}
/* Data Table */
.data-table{width:100%;}
.data-table th{padding:5px 10px;border:1px solid #8b806c;font-weight:bold;font-size:11px;text-transform:uppercase;color:#fff;white-space:nowrap;}
.data-table td{padding:5px 10px;border:1px solid #8b806c;}
.data-table thead{background-color:#aba395 ;}
.data-table tfoot{background-color:#aba395;}
.data-table tbody.odd td{border-width:0 1px;}
.data-table tbody.even td{border-width:0 1px;}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td{border-bottom-width:1px;}
.data-table th .tax-flag{white-space:nowrap;font-weight:normal;}
.cart-table{border-right:1px solid #8b806c;}
.cart-table th{padding:8px 10px;}
.cart-table td{vertical-align:middle;padding:10px;}
.cart-table tfoot td{padding:7px;overflow:hidden;}
.cart-table tfoot td button{height:28px;}
.cart-table .product-name a{color:#981134;text-decoration:none;font-weight:bold}
.cart-table .product-name a:hover{color:#981134;text-decoration:underline;}
.cart-table .price{font-size:12px;font-weight:normal;color:#000;float:left;margin-right:3px}
.cart-table .qty{width:45px!important;height:20px;border:solid 1px #ddd;border-top:solid 1px #ddd;border-left:solid 1px #ddd;font-size:11px;color:#000;}
/* Shopping cart total summary row expandable to details */
tr.summary-total{cursor:pointer;}
tr.summary-total .summary-collapse{float:right;text-align:right;padding-left:20px;background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/bkg_collapse.gif) 0 4px no-repeat;cursor:pointer;}
tr.show-details .summary-collapse{background-position:0 -53px;}
tr.summary-details td{font-size:11px;background-color:#dae1e4;color:#626465;}
tr.summary-details-first td{border-top:1px solid #d2d8db;}
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.home-royal.de/skin/frontend/default/responsive/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;}
/* Class: std - styles for admin-controlled content */
.std .subtitle{padding:0;}
.std ol.ol{list-style:decimal outside;padding-left:1.5em;}
.std ul.disc{list-style:disc outside;padding-left:18px;margin:0 0 10px;}
.std dl dt{font-weight:bold;}
.std dl dd{margin:0 0 10px;}
/* Misc */
.links li{display:inline;}
.links li.first{padding-left:0!important;}
.links li.last{background:none!important;padding-right:0!important;}
.link-cart{font-weight:bold;}
.link-wishlist{text-transform:uppercase;font-size:11px;}
.link-reorder{font-weight:bold;}
.link-compare{text-transform:uppercase;font-size:11px;color:#000;}
.link-print{background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/i_print.gif) 0 2px no-repeat;padding:2px 0 2px 25px;}
.link-rss{background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/i_rss.gif) 0 1px no-repeat;padding-left:18px;white-space:nowrap;}
.btn-remove{display:block;width:9px;height:9px;font-size:0;line-height:0;background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/btn_remove.gif) 0 0 no-repeat;text-indent:-999em;overflow:hidden;}
.btn-remove2{display:block;width:13px;height:13px;font-size:0;line-height:0;background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/btn_trash.gif) 0 0 no-repeat;text-indent:-999em;overflow:hidden;margin:0 auto;}
.btn-edit {display:block;width:11px;height:11px;font-size:0;line-height:0;background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/btn_edit.gif) 0 0 no-repeat;text-indent:-999em;overflow:hidden;}
.cards-list dt{margin:5px 0 0;}
.cards-list .offset{padding:2px 0 2px 20px;}
.separator{margin:0 3px;}
.divider{clear:both;display:block;font-size:0;line-height:0;height:1px;margin:10px 0;background:#ddd;text-indent:-999em;overflow:hidden;}
/* Noscript Notice */
.noscript{border:1px solid #ddd;border-width:0 0 1px;background:#ffff90;font-size:12px;line-height:1.25;text-align:center;color:#2f2f2f;}
.noscript .noscript-inner{width:1000px;margin:0 auto;padding:12px 0 12px;background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/i_notice.gif) 20px 50% no-repeat;}
.noscript p{margin:0;}
/* Demo Notice */
.demo-notice{margin:0;padding:6px 10px;background:#d75f07;font-size:14px;line-height:21px;text-align:center;color:#fff;position:absolute;width:100%;top:0;font-weight:bold}
.demo-notice a{color:#fff;font-weight:bold}
/* ======================================================================================= */
/* Header ================================================================================ */
.before-header {
	float: right;
	margin-top: -29px;
	font-weight: bold;
	color: #cc1e43;
	font-size: 19px;
	font-style: italic;
}
.header-container{background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/header.gif) repeat-x;}
.header{height:135px;border-bottom:solid 0px #E5E3E3;margin-top:10px;position:relative}
.header .logo{margin: 25px 0 0 0px;text-decoration: none!important;float: left;width: 44%;}
.header .logo strong{position:absolute;top:-999em;left:-999em;width:0;height:0;font-size:0;line-height:0;text-indent:-999em;overflow:hidden;}
.header .links{float: left;margin-top: 15px;line-height: 13px;}
.header .links li{padding:0 0 0 14px;float:left}
.header .links li#Versand{width:160px;padding:0 0 0 14px;float:left;text-align:left}
.header div.tel{margin:0;width:118px;height:75px;position: absolute;right: 104px;top:9px;}
.header .fa.fa-phone{display: none;}
.header div.tel a{cursor:default;color:#981134;text-decoration:none;width:100%;height:20px;padding:55px 0 0 0;background-image:url(https://www.home-royal.de/skin/frontend/default/responsive/images/bg_tel.png);background-position:top 6px center;float:left;text-align:center;}
.header  div.tel a:hover{cursor:default;color:#981134;}
.header div.top-link-cart{position: absolute;top:9px;float:none;width:104px;height:75px;right:0;}
.header div.top-link-cart a{width: 100%;height: 20px;padding: 55px 0 0 0;background-image: url(https://www.home-royal.de/skin/frontend/default/responsive/images/bg_cart.png);background-position: 0 5px;float: left;text-align: center;text-decoration: none;color: #AA8D77;}
.header div.top-link-cart a:hover{color: #000;}
.header .links li a{color:#AA8D77;text-decoration:none;}
.header .links li a:hover{color:#000;}
.header .form-search{border: solid 1px #E3E2E1;background: #fff url(https://www.home-royal.de/skin/frontend/default/responsive/images/bg_search.gif);width: 255px;height: 26px;padding: 2px 12px 2px 9px;position: absolute;margin: 50px 0 0 420px;}
.header .form-search label{display:none;}
.header .form-search .input-text{background:none;float:left;border:0;width:210px;font-size:13px;color:#D3C4B9;*margin: 0 0 0 -685px}
.header .form-search button{float:right;margin:3px 0 0 0;*margin:-23px 0 0 0;}
.header .form-search button span{background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/btn_search.gif) no-repeat;width:9px;height:14px;padding:0;}
.header .form-search button span span{display:none;}
.header .form-search .search-autocomplete{z-index:999;}
.header .form-search .search-autocomplete ul{border:1px solid #ddd;background-color:#fff;}
.header .form-search .search-autocomplete li{padding:3px;border-bottom:1px solid #ddd;cursor:pointer;}
.header .form-search .search-autocomplete li .amount{float:right;font-weight:bold;}
.header .form-search .search-autocomplete li.selected{}
.header .form-language{clear:both;text-align:right;}
.header .quick-access{padding:16px 0 0 0;height:215px;position:relative;}
/********** < Navigation */
.nav-container{background-color: #978f85;height: 22px;padding-left: 0px;position: absolute;z-index: 100;top: 112px;width: 940px;}
/* All Levels */
#nav{font-size: 13px;}
#nav li{text-align:left;position:relative;}
#nav li.over{z-index:998;}
#nav li a{display:block;text-decoration:none;}
#nav li a:hover{text-decoration:none;}
#nav li a span{display:block;white-space:nowrap;cursor:pointer;}
#nav li ul a span{white-space:normal;}
/* 1st Level */
#nav li{float:left;padding:0px 18px;border-style:solid;border-color:#fff;border-width:0 1px 0 0;margin-top:3px;margin-right:0px}
#nav li a{float:left;color:#fff;}
#nav li:hover,#nav li.active{background-color:#FFF;}
#nav li:hover{background-color:#FFF;}
#nav li a:hover{color:#7b6f5b;}
#nav li.over a,#nav li.active a{color:#7b6f5b;}
/* 2nd Level */
#nav ul,#nav div{position:absolute;width:164px;top:42px;z-index:2110;left:-10000px}
#nav div ul{position:static;width:auto;border:none;}
#nav li ul{margin-left:8px;margin-top:-23px;-webkit-box-shadow: 2px 2px 5px #666, inset 1px 1px 2px #ddd;-moz-box-shadow: 2px 2px 5px #666, inset 1px 1px 2px #ddd;box-shadow: 2px 2px 5px #666, inset 1px 1px 2px #ddd;}
#nav li ul li{margin-right:0px;margin-top:0px;border-width:0;filter:alpha(opacity=90);/* IE */-moz-opacity: 0.90;/* Mozilla */opacity: 0.90;/* Opera */}
#nav li ul li:hover{filter:alpha(opacity=100);/* IE */-moz-opacity: 1;/* Mozilla */opacity: 1;/* Opera */}
#nav li ul li ul{margin-top:0px;margin-left:0px}
#nav li ul li ul li{margin-right:0px;margin-top:0px;border-width:0px;filter:alpha(opacity=80);/* IE */-moz-opacity: 0.80;/* Mozilla */opacity: 0.80;/* Opera */}
/* 3rd+ leven */
#nav ul ul,#nav ul div{top:0;}
#nav ul li{float:none;border-bottom:1px solid #fff;padding:0;font-size:12px;}
#nav ul li.last{border-bottom:0px solid #fff;}
#nav ul li a{float:none;background:#978f85;padding:5px 11px;font-weight:normal;color:#fff!important;}
#nav ul li.active > a,#nav ul li.over > a{color:#fff!important;}
/* Show menu */
#nav li ul.shown-sub,#nav li div.shown-sub{left:-10px;z-index:999;}
#nav li .shown-sub ul.shown-sub,#nav li .shown-sub li div.shown-sub{left:164px;}
/********** Navigation > */
/* ======================================================================================= */
/* Sidebar =============================================================================== */
.block{border-style:solid;border-width:1px;border-color:#ddd;padding:0px;margin:0 0 20px;}
.block .block-title{padding:0px 0 13px 0px;background:#fff;}
.block .block-title strong{font-size:17px;font-weight:bold;color:#981134;}
.block .block-title a{text-decoration:none!important;}
.block .block-subtitle{font-weight:bold;color:#981134;}
.block .block-content{  background:#fff;padding:5px 5px 20px 0px;}
.block .block-content li.item{padding:5px 0;}
.block .btn-remove,.block .btn-edit{float:right;}
.block .actions{text-align:right;}
.block .actions a{float:left;}
/* Mini Products List */
.mini-products-list li{padding:5px 0;}
.mini-products-list .product-image{float:left;width:55px;height:85px;}
.mini-products-list .product-details{margin-left:62px;}
.mini-products-list .product-name{line-height:18px;margin-bottom:8px;}
.mini-products-list .product-name a{color:#000;text-decoration:none;}
.mini-products-list .product-name a:hover{text-decoration:underline;}
.mini-products-list .price{font-size:18px;font-weight:normal;color:#981134;}
.mini-products-list .price-box{margin-bottom:13px;}
.mini-products-list .delivery-time-details{margin:0 0px;width:154px;float:left;text-align:left;}
.product-shop .delivery-time-details{margin:0 0px;width:304px;float:left;text-align:left;}
.delivery-time-details.right{float:right;width:100%;text-align:right}
/* Block: Account */
.block-account{line-height:25px;color:#981134;padding:5px}
.block-account a{color:#981134;text-decoration:none}
.block-account .current{ text-decoration:underline;color:#981134}
.block-account .block-title strong{ text-transform:uppercase;text-decoration:underline;color:#000;font-weight:normal;font-size:12px}
/* Block: Currency Switcher */
.block-currency select{width:100%;border:1px solid #888;}
/* Block: Layered Navigation */
.block-layered-nav .block-subtitle{padding-bottom:8px;font-weight:normal;color:#981134;}
.block-layered-nav dt{background:#fff;padding:7px 10px 2px 0px;margin:0 0 0 0px;text-transform:uppercase;text-decoration:underline}
.block-layered-nav dd{padding:7px 0 17px 0px;}
.block-layered-nav dd.last{padding:7px 0 0 0px!important;}
.block-layered-nav dd a,.block-layered-nav dd{color:#981134;text-decoration:none;font-size:12px ;}
.block-layered-nav .dt{background:#fff;padding:7px 10px 2px 0px;margin:0 0 0 0px;text-transform:uppercase;text-decoration:underline}
.block-layered-nav .dd{padding:7px 0 17px 0px;}
.block-layered-nav .dd.last{padding:7px 0 0 0px!important;}
.block-layered-nav .dd a,.block-layered-nav .dd{color:#981134;text-decoration:none;font-size:12px ;}
.block-layered-nav .currently li{background:#fff url(https://www.home-royal.de/skin/frontend/default/responsive/images/arr.gif) no-repeat 16px 12px;padding:6px 6px 6px 24px;text-transform:uppercase;margin-bottom:1px;}
.block-layered-nav .btn-remove{margin:2px 0 0 0;}
.block-layered-nav .actions{padding:12px 15px 20px 0;font-weight:bold;}
.block-layered-nav .actions a{float:right;color:#AA8D77;}
.block.block-layered-nav .block-content{  background:#fff;padding:0px 5px 5px 5px;}
.block-service{border-style:solid;border-width:1px;border-color:#d0cbc4;}
.block-service span{color:#981134}
.block-service .block-title{padding:20px 0 13px 0px;background:#fff;width:100%;text-align:center}
.block-service .block_wrapper .block-title strong span{font-size:35px;font-weight:normal;color:#d0cbc4;}
.block-service .block-content{  background:#fff;padding:5px 5px 20px 0px;color:#d0cbc4;}
.block-service .block-content ul{list-style-type: disc;padding:0;margin:0}
.block-service .block-content ul li{list-style-type: disc;padding:0;margin:0 10px 15px 25px}
/* Block: Cart */
.block-cart{border-style:solid;border-width:0px;border-color:#ddd}
.col-right .block-cart{display: block;border-style:solid;border-width:0px;border-color:#ddd}
.block-cart .block_wrapper{background:#fff;padding:14px 5px 20px 0px;}
.block-cart .amount{padding-bottom:12px;}
.block-cart .amount a{font-weight:bold;color:#000;text-decoration:none;}
.block-cart .amount a:hover{text-decoration:underline;}
.block-cart .subtotal{background:#F5F5F5;padding:2px 0 3px 0;text-align:center;margin-bottom:11px;}
.block-cart .subtotal .price{font-size:18px;font-weight:normal;color:#000;}
.block-cart .actions{padding:10px 20px 0 0;}
.block-cart .actions .paypal-logo{float:left;width:100%;margin:3px 0 0;text-align:right;}
.block-cart .actions .paypal-logo .paypal-or{clear:both;display:block;padding:0 55px 5px 0;}
.block-cart .empty strong{color:#000;}
.block-cart .block-subtitle{padding-bottom:8px;font-weight:normal;color:#981134;}
.block-cart .mini-products-list .product-name{padding-right:10px;}
.block-cart .btn-remove{background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/btn_remove2.gif) no-repeat;margin-top:6px;}
.block-cart .btn-edit{ margin-top:6px;}
.block-cart .block-content li.item{padding:0 0 10px 0;}
.block-cart .block-content li.last{padding:0!important;}
/* Block: Wishlist */
.block-wishlist{padding:5px}
/* Block: Related */
.block-related{padding: 5px;}
.block-related .block-subtitle{padding-bottom:12px;font-weight:normal;color:#000;}
.block-related .block-subtitle a{text-decoration:none;color:#000;}
.block-related .block-subtitle a:hover{text-decoration:underline;}
.block-related li{padding:5px 0;float:left;}
.block-related input.checkbox{float:left;margin-right:-30px;}
.block-related .product{margin-left:30px;}
.block-related .product .product-image{float:none;display:block;width:110px;height:130px;margin-bottom:10px;color:#000}
.block-related .product .product-details{margin:0;}
.block-related .block-content li.item{padding:0 0 10px 0;}
.block-related .block-content li.last{padding:0!important;}
#block-related{display: flex;flex-flow: wrap;}
/* Block: Compare Products */
.block-compare .block-content li.item{padding:0 0 8px 0;}
.block-compare .btn-remove{background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/btn_remove2.gif) no-repeat;margin-top:4px;}
.block-compare .actions{padding:10px 0 0 0;}
.block-compare .actions a{margin:4px 0 0 0;}
.block-compare .empty strong{color:#000;}
/* Block: Recently Viewed */
.block-viewed{padding:5px}
.block-viewed .block-content li.item{padding:0 0 8px 0;}
.block.block-viewed .block-title strong{font-size:12px;font-weight:normal;color:#000;text-decoration:underline;text-transform:uppercase}
.block.block-viewed .block-content ol li .product-name a{color:#981134;text-decoration:none;}
/* Block: Recently Compared */
.block-compared .block-content li.item{padding:0 0 8px 0;}
/* Block: Poll */
.block-poll{background:#fff;}
.block-poll .block-subtitle{padding-bottom:18px;line-height:18px;}
.block-poll input.radio{float:left;margin:1px -18px 0 0;}
.block-poll .label{display:block;margin-left:18px;}
.block-poll li{padding:0 0 15px 0;}
.block-poll .actions{text-align:left;margin:5px 0 0;}
.block-poll .answer{font-weight:bold;}
.block-poll .votes{float:right;margin-left:10px;}
/* Block: Tags */
.block-tags ul,.block-tags li{display:inline;font-size:13px;}
.block-tags li a{color:#7b6f5b;}
.block-tags .actions{padding:10px 0 0 0;}
/* Block: Subscribe */
.block.block-subscribe{border-style:solid;border-width:0px;border-color:#ddd;padding:0px;margin:0 0 20px 0px;}
.block-subscribe .mwst_info{position:absolute;margin:-40px 15px 0 620px;font-size:10px	}
.block-subscribe button{font-size:12px;font-family: "Century Gothic", Arial, Helvetica, sans-serif;text-align:center;white-space:nowrap;color:#fff;text-transform: none;}
.block.block-subscribe .input-box{float:left;border-style:solid;border-width:1px  0 1px 1px;border-color:#000;height: 23px;margin: 0}
.block.block-subscribe .block-content{ background-image:url(https://www.home-royal.de/skin/frontend/default/responsive/images/bgNewsletter.gif);background-repeat:repeat-x;padding:0;}
.block.block-subscribe .validation-advice{clear:inherit;position:absolute;border-style:solid;border-width:0  0px 0 0;border-color:#000;padding-bottom:5px;padding-top:5px;margin-top:-1px;background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/validation_advice_bg.gif) 2px 6px no-repeat;}
.block-content-inner{position: relative;left: 50%;transform: translatex(-50%);width: 305px;}
.block-subscribe .input-text{width:150px;height: 21px;}
.block-subscribe .actions{padding: 0px 0 0 0;float: left;border-style: solid;border-width: 1px 1px 1px 0;border-color: #000;width: 153px;background: #961c3e;height: 23px;line-height: 17px;text-align: center;}
/* Block: Reorder */
.block-reorder li{padding:5px 0;}
.block-reorder input.checkbox{float:left;margin:3px -20px 0 0;}
.block-reorder .product-name{margin-left:20px;}
/* 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;}
/* ======================================================================================= */
/* Category Page ========================================================================= */
.category-title{margin:10px 0 30px;color:#aa8d77}
.category-image{width:100%;overflow:hidden;margin:-23px 0 0 0px;text-align:center;}
.category-description{margin:0 0 10px;}
/* View Type: Grid */
.products-grid{margin: 0 0 30px 0;position: relative;display: flex;flex-flow: wrap;}
.products-grid li.item{float:left;width:calc(25% - 15px);padding: 0;margin: 0 20px 20px 0;border: 1px dashed #ddd;}
.products-grid li.item:nth-child(4n){margin: 0 0px 20px 0;}
.products-grid .product-image{display:block;width:100%;margin:0 0 1px;text-align:center;}
.products-grid .product-name{margin:0 0 10px;width:100%;line-height:18px;text-align:left;padding:0 5px 0 5px;float:left}
.products-grid .product-name a{color:#000;text-decoration:none;}
.products-grid .product-name a:hover{text-decoration:underline;}
.products-grid .ratings{margin:0 auto 14px auto;width:96px;}
.products-grid .price-box{margin:0;padding:2px 5px 0 0px;float:left;width:100%;text-align:right;min-height:40px}
.products-grid .price{font-size:12px;font-weight:normal;color:#000;}
.products-grid .availability{line-height:21px;}
.products-grid .actions{float:left;padding:0 4px 0 0;text-align:center ;width: 194px;}
.products-grid .add-to-links{clear:both;text-align:center;padding:12px 0 0 0;color:#000}
.products-grid .add-to-links a{color:#000}
.products-grid .add-to-links li{display:inline;}
.products-grid .add-to-links .separator{display:inline;margin:0 2px;}
.products-grid .tax-details{display:none;margin:0 2px;width: 194px;font-size:10px;float:left;text-align:center}
.products-grid .delivery-time-details{display:none;margin:0 2px;width: 194px;height:15px;float:left;text-align:center}
.products-grid .configurable-price-from-label{display:none;}
.products-grid-new{overflow:hidden;margin:0 -30px 19px 0;}
.products-grid-new li.item{float:left;width:138px;margin:0 29px 0 0;}
.products-grid-new li.last{margin:0!important;}
.products-grid-new .product-image{display:block;width:138px;height:150px;margin:0 0 13px;}
.products-grid-new .product-name{margin:0 0 18px;line-height:18px;padding-right:10px;}
.products-grid-new .product-name a{color:#000;text-decoration:none;}
.products-grid-new .product-name a:hover{color:#981134;text-decoration:none;}
.products-grid-new .price-box{border-top:solid 1px #F0F0F0;border-bottom:solid 1px #F0F0F0;padding:4px 0 5px 0;}
.products-grid-new .price{font-size:18px;font-weight:normal!important;color:#000;}
/* View Type: List */
.products-list li.item{border-bottom:1px solid #F0F0F0;padding:0 0 29px 0;margin:0 0 27px 0;}
.products-list li.item.last{border-bottom:0;}
.products-list .product-image{float:left;width:120px;height:135px;}
.products-list .product-shop{margin-left:142px;}
.products-list .product-name{margin:0 0 7px;}
.products-list .product-name a{color:#AA8D77;text-decoration:none;}
.products-list .product-name a:hover{text-decoration:underline;}
.products-list .ratings{margin:0 0 11px 0;}
.products-list .rating-links{clear:both;padding:10px 0 0 0;text-transform:uppercase;}
.products-list .price-box{float:left;margin:2px 19px 0 0;}
.products-list .price{font-size:18px;font-weight:normal;color:#000;}
.products-list .availability{float:left;margin:3px 0 0;}
.products-list .desc{clear:both;padding:10px 0 0;margin:0 0 12px;line-height:18px;}
.products-list .desc .link-learn{font-size:12px;}
.products-list .add-to-links{clear:both;}
.products-list .add-to-links li{display:inline;}
.products-list .add-to-links .separator{display:inline;margin:0 2px;}
.rev_link2{color:#AA8D77;}
/* ======================================================================================= */
/* Product View ========================================================================== */
/* Rating */
.no-rating{margin:0;}
.ratings{font-size:11px;line-height:1.25;margin:7px 0;}
.ratings strong{float:left;margin:1px 3px 0 0;}
.ratings .rating-links{margin:0;}
.ratings .rating-links .separator{margin:0 2px;}
.rating-box{width:69px;height:13px;font-size:0;line-height:0;background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/bkg_rating.gif) 0 0 repeat-x;text-indent:-999em;overflow:hidden;}
.rating-box .rating{float:left;height:13px;background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/bkg_rating.gif) 0 100% repeat-x;}
.ratings .rating-box{float:left;margin-right:3px;}
.ratings-table th,.ratings-table td{font-size:11px;line-height:1.15;padding:3px 0;}
.ratings-table th{font-weight:bold;padding-right:8px;}
/* Availability */
.availability{margin:0;}
.availability span{font-weight:normal;}
.availability.out-of-stock span{color:#d83820;}
.availability-only{margin:0 0 7px;}
.availability-only a{background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/i_availability_only_arrow.gif) 100% 0 no-repeat;cursor:pointer;padding-right:15px;}
.availability-only .expanded{background-position:100% -15px;}
.availability-only-details{margin:0 0 7px;}
.availability-only-details th{background:#f2f2f2;font-size:10px;padding:0 8px;}
.availability-only-details td{border-bottom:1px solid #ddd;font-size:11px;padding:2px 8px 1px;}
.availability-only-details tr.odd td.last{}
/* Email to a Friend */
.email-friend{padding-bottom:13px;}
.delivery_info{float:left;width:100%;padding: 20px 0;}
.delivery_info u{color:#0C3}
/********** < Product Prices */
.price{white-space:nowrap!important;}
.price-box .price{font-weight:bold;}
/* Regular price */
.regular-price .price{font-weight:bold;}
/* Old price */
.old-price .price-label{white-space:nowrap;}
.old-price .price{font-weight:bold;text-decoration:line-through;}
/* Special price */
.special-price .price-label{font-weight:bold;white-space:nowrap;}
.special-price .price{font-weight:bold;}
/* Minimal price (as low as) */
.minimal-price .price-label{font-weight:bold;white-space:nowrap;}
.minimal-price-link{display:block;}
.minimal-price-link .price{font-weight:normal;}
/* 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{font-weight:bold;}
/* Configured price */
.configured-price .price-label{font-weight:bold;white-space:nowrap;}
.configured-price .price{font-weight:bold;}
/* FPT */
.weee{display:block;font-size:11px;color:#444;}
.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 .price-label{font-weight:bold;white-space:nowrap;}
.price-to .price-label{font-weight:bold;white-space:nowrap;}
/* Price notice next to the options */
.price-notice{padding-left:10px;}
.price-notice .price{font-weight:bold;}
/* Price as configured */
.price-as-configured .price-label{font-weight:bold;white-space:nowrap;}
/********** Product Prices > */
/* Tier Prices */
.product-view .product-shop .tier-prices .price{font-size:12px!important;font-weight:bold!important;color:#AA8D77!important;}
.tier-prices{margin:0 0 15px 0;}
.tier-prices li{background:#FAFAFA;padding:6px 0 6px 18px;}
/* Add to Links */
.add-to-links .separator{display:none;}
/* Add to Cart */
.add-to-cart label{float:left;margin-right:5px;}
.add-to-cart .qty{float:left;}
.add-to-cart button.button{float:left;margin-left:5px;}
.add-to-cart .paypal-logo{clear:left;text-align:right;}
.add-to-cart .paypal-logo .paypal-or{clear:both;display:block;margin:5px 60px 5px 0;}
.product-view .add-to-cart .paypal-logo{margin:0;}
/* Add to Links + Add to Cart */
.add-to-box{float:right}
.add-to-box.left{float:left}
.add-to-box .add-to-cart{float:left;}
.add-to-box .or{float:left;margin:0 10px;}
.add-to-box .add-to-links{float:left;}
.add-to-box.grouped{float:right;margin:15px 15px 15px 0	}
.mwst_info{float:left;margin:0 15px 0 0	}
.product-essential{margin-bottom:25px;}
.product-collateral .box-collateral{margin:0 0 30px;}
.product-collateral{margin: 20px 0 20px 0;float:left;width:100%}
.product-collateral h2{display:none}
.product-collateral .box-collateral h2{padding:25px 0 18px 0;border-top:solid 1px #ddd;font-size:12px;font-weight:bold;text-transform:uppercase;color:#981134}
/*=============product tabs==============*/
#product-tabs .tabs{padding-left:4px;}
#product-tabs .tabs h3{color:#FFF;}
#product-tabs .clear{clear:both;height:1px;font-size:0%;line-height:0%;}
#product-tabs .tabs .corner-left-top{background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/tabs_button_corner_left_top.gif) left top no-repeat;display:block;width:172px;float:left;font-weight:bold;text-decoration:none;cursor:pointer;margin-right:4px;}
#product-tabs .tabs .corner-right-top{background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/tabs_button_corner_right_top.gif) right top no-repeat;display:block;}
#product-tabs .tabs .border-top{background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/tabs_border.gif) left top repeat-x #aba395;display:block;margin:0 7px;padding:12px 0 11px;text-align:center;height:14px;overflow:hidden;font-size:1.09em;}
#product-tabs .tabs .active-tab{color:#FFF;background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/tabs_button_corner_left_top_active.gif) left top no-repeat;margin-bottom:-1px;position:relative;height:38px;}
#product-tabs .tabs .active-tab .corner-right-top{background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/tabs_button_corner_right_top_active.gif) right top no-repeat;}
#product-tabs .tabs .active-tab .border-top{background-color:#FFFFFF;height:15px;}
#product-tabs .tabs .active-tab h3{color:#000;}
#tags-button{width:78px!important;}
#product-tabs .tabs-content{margin-top:-1px}
#product-tabs .tabs-content .tabs-content-top{background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/tabs_corner_left_top.gif) left top no-repeat;}
#product-tabs .tabs-content .tabs-content-top div{background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/tabs_corner_right_top.gif) right top no-repeat;}
#product-tabs .tabs-content .tabs-content-top div div{background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/tabs_border.gif) left top repeat-x #ffffff;margin:0 5px;height:5px;overflow:hidden;}
#product-tabs .tabs-content .border-left{background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/tabs_border.gif) left top repeat-y #ffffff;}
#product-tabs .tabs-content .border-right{background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/tabs_border.gif) right top repeat-y;}
#product-tabs .tabs-content .border-right .block-width{width:607px;overflow:hidden;position:relative;padding:20px 0 20px;margin-left:20px;}
#product-tabs .tabs-content .tabs-content-bot{background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/tabs_corner_left_bot.gif) left top no-repeat;}
#product-tabs .tabs-content .tabs-content-bot div{background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/tabs_corner_right_bot.gif) right top no-repeat;}
#product-tabs .tabs-content .tabs-content-bot div div{background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/tabs_border.gif) left 4px repeat-x #ffffff;margin:0 5px;height:5px;overflow:hidden;}
#tabber{display:block;width:2829px;list-style:none;overflow:hidden;}
#tabber .tabs-list{width:607px;float:left;display:block;margin-right:100px;}
/*============//product tabs=============*/
/* Product Tags */
.tags-list li{display:inline;}
/* Product Images */
.product-view .product-img-box{float:left;width:335px;}
.col3-layout .product-view .product-img-box{float:none;margin:0 auto;}
.product-view .product-img-box .product-image{border:0px solid #F0F0F0;}
.product-view .product-img-box .product-image-zoom{position:relative;width:263px;height:263px;overflow:hidden;z-index:9;}
.product-view .product-img-box .product-image-zoom img{position:absolute;left:0;top:0;cursor:move;}
.product-view .product-img-box .zoom-notice{text-align:center;font-size:10px;color:#A4A4A5;padding:7px 0 12px 0;}
.product-view .product-img-box .zoom{position:relative;z-index:9;height:18px;margin:0 auto 13px;padding:0 28px;background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/slider_bg.gif) 50% 50% no-repeat;cursor:pointer;}
.product-view .product-img-box .zoom.disabled{-moz-opacity:.3;-webkit-opacity:.3;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3;}
.product-view .product-img-box .zoom #track{position:relative;height:18px;}
.product-view .product-img-box .zoom #handle{position:absolute;left:0;top:-1px;width:33px;height:22px;background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/magnifier_handle.gif) 0 0 no-repeat;}
.product-view .product-img-box .zoom .btn-zoom-out{position:absolute;left:2px;top:2px;}
.product-view .product-img-box .zoom .btn-zoom-in{position:absolute;right:2px;top:2px;}
.product-view .product-img-box .more-views h2{padding:36px 0 6px 0;font-size:12px;font-weight:bold;color:#981134;}
.product-view .product-img-box .more-views ul{margin-left: 0;display: flex;flex-flow: wrap;}
.product-view .product-img-box .more-views li{float: left;border: solid 1px #981134;margin: 2px 2px 2px 0;width: calc(25% - 1.5px);text-align: center;}
.product-view .product-img-box .more-views li:nth-child(4n){margin: 2px 0px 2px 0;}
.product-image-popup{margin:0 auto;}
.product-image-popup .buttons-set{float:right;clear:none;border:0;margin:0;padding:0;}
.product-image-popup .nav{margin:0 100px;text-align:center;}
.product-image-popup .nav a{margin:0 10px;}
.product-image-popup .image{display:block;margin:10px 0;}
/* Product Shop */
.review-product-list .product-shop .nobr{display:none;}
.product-view .product-shop{float:right;width:323px;}
.product-view .product-shop .product-name h1{font-size:16px;font-weight:normal;padding:0 0 12px 0;width:200px;color:#000}
.product-view .product-shop .ratings{margin:0 0 17px 0;}
.product-view .product-shop .rating-links{padding:0 0 0 110px;font-size:12px;}
.product-view .product-shop .no-rating{padding-bottom:13px;}
.product-view .product-shop .price-box{float:left;margin:0 25px 0 0;}
.product-shop .tax-details{margin:0 0;width: 354px;font-size:10px;float:left;text-align:left;}
.product-view .product-shop .price{font-size:18px;font-weight:normal!important;color:#981134;}
.product-view .product-shop .availability{float:left;font-size:12px;margin:5px 0 0 0;}
.product-view .product-shop .availability.right{float:right;font-size:12px;margin:5px 0 0 0;}
.product-view .product-shop .availability span{font-weight:normal;}
.product-view .product-shop .clear{height:14px!important;}
.product-view .product-shop .add-to-cart label{margin:6px 6px 0 0;}
.product-view .product-shop .add-to-cart .qty{margin:5px 0 0 0;width:37px!important;height:18px;border:solid 1px #ddd;font-size:12px;color:#000;}
.product-view .product-shop .add-to-cart button.button{margin-left:0px;}
.product-view .product-shop .add-to-box.left .add-to-cart button.button{margin-left:10px;margin-top:5px}
.product-view .product-shop .add-to-box .or{margin:6px 13px 0 13px;float:left;}
.product-view .product-shop .add-to-box .add-to-links{margin:10px 0 0px 0 ;line-height:28px;float:left;}
.product-view .short-description{padding:33px 0 0 0;}
.product-view .short-description h2{padding:0 0 10px 0;font-size:12px;font-weight:bold;}
/* Product Options */
.product-options{padding:10px;margin:10px 0 0;border:1px solid #ddd;}
.product-options dt label{font-weight:bold;}
.product-options dt .qty-holder{float:right;}
.product-options dt .qty-holder label{vertical-align:middle;}
.product-options dt .qty-disabled{background:none;border:0;padding:3px;color:#000;}
.product-options dd{margin:10px 0;}
.product-options dd input.input-text{width: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:98%;height:8em;}
.product-options dd select{width:100%;}
.product-options .options-list input.radio{float:left;margin:3px -18px 0 0;}
.product-options .options-list input.checkbox{float:left;margin:3px -20px 0 0;}
.product-options .options-list .label{display:block;margin-left:20px;}
.product-options ul.validation-failed{padding:0 7px;}
.product-options p.required{padding:15px 0 0;}
.product-options-bottom{padding:10px;border:1px solid #ddd;border-top:0;}
.product-options-bottom .price-box{margin:2px 15px 0 0!important;float:left;font-size:18px;color:#981134;}
.product-options-bottom .add-to-cart{float:right;clear:none;}
.product-options-bottom .add-to-links{clear:both;padding:10px 0 0 0;}
/* Grouped Product */
.product-view .grouped-items-table{margin:13px 0 0 0;float:left;}
.grouped-items-table th{padding:5px 10px;border:0px solid #8b806c;font-weight:bold;font-size:11px;text-transform:uppercase;color:#fff;white-space:nowrap;}
.grouped-items-table td{padding:5px 10px 5px 10px;border:1px solid #8b806c;}
.grouped-items-table thead{background-color:#fff ;}
.product-view .data-table.grouped-items-table th{font-weight:bold;text-transform:none;color:#981134;font-size:13px;padding-bottom:15px}
.product-view .data-table.grouped-items-table th{border:0px solid #ddd;}
.product-view .data-table.grouped-items-table td{border-style: dotted;border-width: 0 0 1px 0;border-color: #ddd;}
.product-view .data-table.grouped-items-table td button{background-image:url(https://www.home-royal.de/skin/frontend/default/responsive/images/icon-cart-black.gif);width:31px;height:13px;background-color:transparent;border:none}
.product-view .data-table.grouped-items-table td button span{display:none}
.product-view .data-table.grouped-items-table .price{font-weight:normal}
#super-product-table .sku{float:left;margin: 0 5px 0 0;padding: 0 10px 0 0;width:100%}
#super-product-table .availability{float:right;height:11px;width:11px;margin:3px 0 0 0;}
#super-product-table .availability.in-stock span{background-color:#0C3;float:left;height:11px;width:11px}
#super-product-table .availability.out-of-stock span{background-color:#F00;float:left;height:11px;width:11px}
#super-product-table .availability.in-stock_backorders span{background-color:#fff;float:left;height:11px;width:11px}
.stock .availability.in-stock div.ampel{background-color:#0C3;float:left;height:11px;width:11px;margin: 3px 0 0 0}
.stock .availability.out-of-stock div.ampel{background-color:#F00;float:left;height:11px;width:11px;margin: 3px 0 0 0}
.stock .availability.in-stock span{float:left;padding: 0 8px 0 0}
.stock .availability.out-of-stock span{color:#000;float:left;padding: 0 8px 0 0}
#super-product-table .tax-details{display:none}
#super-product-table .delivery-time-details{display:none}
/* Block: Description */
.product-view .box-description .std p{padding-bottom:13px;}
/* Block: Additional */
.product-view .data-table th{font-weight:bold;text-transform:none;color:#000;}
.product-view .data-table th{border:1px solid #ddd;}
.product-view .data-table td{border:1px solid #ddd;}
/* Block: Upsell */
.product-view .box-up-sell{margin: 20px 0 0 0}
.product-view .box-up-sell .products-grid{margin:0 ;}
/* Block: Tags */
.product-view .box-tags{color:#000;}
.product-view .box-tags h2{color:#981134;}
.product-view .box-tags h3{font-size:12px;font-weight:normal;padding-bottom:7px;}
.product-view .box-tags .product-tags{margin-bottom:14px;}
.product-view .box-tags .product-tags li{display:inline;padding:0 12px 0 0;margin:0 10px 0 0;background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/sp.gif) no-repeat 100% 3px;}
.product-view .box-tags .product-tags li.last{background:none;}
.product-view .box-tags .product-tags li a{color:#000;}
.product-view .box-tags .form-add label{display:block;padding:0 0 6px 0;}
.product-view .box-tags .form-add .input-box{float:left;width:556px;padding:3px 0 0 0;margin-bottom:15px}
.product-view .box-tags .form-add input.input-text{width:540px;height:15px;border:solid 1px #ddd;color:#000;}
.product-view .box-tags .form-add button{margin:0 0px 0 0;}
.product-view .box-tags p{clear:both;padding:1px 0 0 0;}
/* Block: Reviews */
.product-view .box-reviews dd,.product-view .box-reviews h3,.product-view .box-reviews h4{padding-bottom:13px;}
.product-view .box-reviews .data-table{margin-bottom:13px;}
.product-view .box-reviews .input-box{width:100%;}
.product-view .box-reviews .input-text, .product-view .box-reviews textarea{width:99%;}
.product-view .box-reviews .buttons-set button{float:left;}
/* Send a Friend */
.send-friend .buttons-set button{margin-left:10px;}
/* ======================================================================================= */
/* Content Styles ================================================================= */
.product-name{font-size:1em;font-weight:normal;}
/* Product Tags */
.tags-list li{display:inline;}
/* Advanced Search */
.advanced-search-amount{padding:0 0 13px 0;}
.advanced-search-summary{padding:0 0 13px 0;}
/* Sitemap */
.page-sitemap .links{text-align:right;margin:0 8px -22px 0;}
.page-sitemap .links a{text-decoration:none;position:relative;}
.page-sitemap .links a:hover{text-decoration:underline;}
.page-sitemap .sitemap{margin:12px;}
.page-sitemap .sitemap li{margin:3px 0;}
.page-sitemap .sitemap li.level-0{margin:10px 0 0;font-weight:bold;}
/* RSS */
.rss-title h1{background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/i_rss-big.png) 0 4px no-repeat;padding-left:27px;}
.rss-table .link-rss{display:block;line-height:1.35;background-position:0 2px;}
/* ======================================================================================= */
/* Shopping Cart ========================================================================= */
.cart .page-title{margin-bottom:6px;}
/* Checkout Types */
.cart .checkout-types{float:right;}
.cart .checkout-types li button{height:42px;}
.cart .checkout-types li button span{height:30px;line-height:30px;background:#aba395;font-size:18px;text-transform:none;}
.cart .checkout-types li button span span{padding:0 13px;}
.cart .checkout-types .paypal-or{margin:0 8px;line-height:2.3;}
.cart .totals .checkout-types .paypal-or{clear:both;display:block;padding:3px 55px 8px 0;line-height:1.0;font-size:11px;}
/* Shopping Cart Table */
.cart-table .item-msg{font-size:10px;}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals{padding:15px 0 0;}
.cart .cart-collaterals .col2-set{float:left;width:607px;}
.cart .cart-collaterals .col-2{float:right;width:355px;}
.cart .crosssell{border:solid 1px #ddd;padding:14px 9px 2px 7px;}
.cart .crosssell h2{font-size:12px;font-weight:bold;line-height:18px;padding:0 0 17px 9px;}
.cart .crosssell .product-image{float:left;width:110px;height:125px;}
.cart .crosssell .product-details{margin-left:129px;}
.cart .crosssell .product-name{margin:0 0 12px 0;}
.cart .crosssell .product-name a{color:#981134;text-decoration:none;font-weight:bold}
.cart .crosssell .product-name a:hover{text-decoration:underline;}
.cart .crosssell .price-box{margin-bottom:12px;}
.cart .crosssell .price{font-size:18px;font-weight:normal;color:#000;}
.cart .crosssell button{margin-bottom:14px;}
.cart .crosssell button span{font-size:11px}
.cart .crosssell li.item{background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/cross.gif) repeat-x 0% 100%;padding:0 0 27px 0;margin:0 0 27px 0;}
.cart .crosssell li.last{background:0!important;margin:0!important;}
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,.cart .shipping{border:solid 1px #ddd;padding:13px 0 14px 16px;overflow:hidden;margin-bottom:12px;}
.cart .discount h2,.cart .shipping h2{padding:0 0 8px 0;font-size:12px;font-weight:bold;}
.cart .discount label{display:block;padding:0 0 5px 0;}
.cart .discount .input-box{float:left;width:169px;padding:4px 0 0 0;}
.cart .discount .input-text{width:150px;height:20px;border:solid 1px #ddd;border-left:solid 1px #ddd;border-top:solid 1px #ddd;font-size:10px;color:#000;}
.cart .discount .buttons-set{float: left;clear: none;padding: 0;margin: 5px 0 0 0;}
.cart .shipping p{padding-bottom:25px;}
.cart .shipping .form-list label{ color:#000;font-weight:bold;padding-bottom:3px;}
.cart .shipping .form-list input.input-text{width:222px;border:solid 1px #ddd;border-left:solid 1px #ddd;border-top:solid 1px #ddd;font-size:10px;color:#000;}
.cart .shipping .form-list select{width:228px;border:solid 1px #ddd;border-left:solid 1px #ddd;border-top:solid 1px #ddd;font-size:10px;color:#000;}
.cart .shipping .buttons-set button{float:left;}
/* Shopping Cart Totals */
.cart .totals{float:right;background:#F1F1F1;border:solid 1px #ddd;width:300px;padding:10px 0 10px 0;}
.cart .totals table{width:100%;}
.cart .totals table th,
.cart .totals table td{padding:5px 0;font-weight:bold;text-transform:uppercase;vertical-align:middle;}
.cart .totals table th{font-weight:bold;}
.grndttl{width:110px;padding-left:8px!important;}
.grndttl .price{font-size:12px;font-weight:normal!important;color:#000;}
.cart .totals .checkout-types{float:none;text-align:center;padding:5px 0 0 0;}
.cart .totals .checkout-types li{padding:0 0 11px 0;font-size:11px;text-transform:uppercase;}
.summary-details .a-right.last{text-align: left!important;}
.summary-total .a-right.last{text-align: left!important;}
.summary-details .a-right:last-child{text-align: left!important;padding-left: 8px!important;}
.summary-total .a-right:last-child{text-align: left!important;padding-left: 8px!important;}
/* Options Tool Tip */
.item-options dt{font-weight:bold;font-style:italic;}
.item-options dd{padding-left:10px;}
.truncated{cursor:help;}
.truncated a.dots{cursor:help;}
.truncated a.details{cursor:help;color:#000;}
.truncated .truncated_full_value{position:relative;z-index:999;}
.truncated .truncated_full_value dl{position:absolute;top:-99999em;left:-99999em;z-index:999;width:250px;padding:8px;border:1px solid #ddd;background-color:#f6f6f6;}
.truncated .show dl{top:-20px;left:50%;}
.col-left .truncated .show dl{left:30px;top:7px;}
.col-right .truncated .show dl{left:-240px;top:7px;}
/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt{font-weight:bold;}
.sp-methods .price{font-weight:bold;}
.sp-methods .form-list{padding-left:20px;}
.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{margin:0 0 5px;}
.sp-methods .checkmo-list label{width:135px;padding-right:10px;text-align:right;}
.sp-methods .checkmo-list address{float:left;}
.sp-methods .centinel-logos a{margin-right:3px;}
.sp-methods .centinel-logos img{vertical-align:middle;}
.sp-methods .release-amounts{margin:0.5em 0 1em;}
.sp-methods .release-amounts button{float:left;margin:5px 10px 0 0;}
.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{border:1px solid #ddd;background-color:#f6f6f6;padding:5px;position:absolute;z-index:9999;}
.tool-tip .btn-close{text-align:right;}
.tool-tip .btn-close a{display:block;margin:0 0 0 auto;width:15px;height:15px;background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/btn_window_close.gif) 100% 0 no-repeat;text-align:left;text-indent:-999em;overflow:hidden;}
.tool-tip .tool-tip-content{padding:5px;}
/* Gift Messages */
.gift-messages{margin:13px 0;}
.gift-messages-form{position:relative;}
.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.home-royal.de/skin/frontend/default/responsive/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;}
.gift-message dt strong{font-weight:bold;}
/* Checkout Agreements */
.checkout-agreements li{margin:10px 0;}
.checkout-agreements .agreement-content{border:1px solid #ddd;background-color:#f6f6f6;padding:5px;height:10em;overflow:auto;}
.checkout-agreements .agree{padding:6px;}
/* 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;}
/********** Common Checkout Styles > */
/* One Page Checkout */
.block-progress{border: solid 1px #B6B6B6;background: #fff;padding: 0;margin: 66px 0 0 0;}
.block-progress .block-title{padding:9px 0 9px 10px;background:#F6F6F6;font-size:12px;font-weight:bold;color:#202020;text-transform:uppercase;}
.block-progress .block-title strong{font-size:12px;font-weight:bold;}
.block-progress .block-content{padding:14px 10px 20px 11px;}
.block-progress dl{border:solid 1px #B6B6B6;border-bottom:0;}
.block-progress dt{border-bottom:solid 1px #B6B6B6;padding:11px 0 11px 19px;font-weight:bold;font-size:11px;text-transform:uppercase;color:#202020;}
.block-progress dd{border-bottom:solid 1px #B6B6B6;padding:25px 0 25px 19px;}
.opc{border-bottom:1px solid #B6B6B6;position:relative;}
.opc li.section{border:1px solid #B6B6B6;border-bottom:0;}
.opc .buttons-set.disabled button.button{display:none;}
.opc .buttons-set .please-wait{height:21px;line-height:21px;}
.opc .step-title{padding:8px 0 8px 34px;text-align:right;}
.opc .step-title .number{float:left;width:20px;height:20px;border:solid 1px #3A4750;line-height:18px;margin-right:10px;text-align:center;font-size:11px;font-weight:bold;color:#3A4750;}
.opc .step-title h2{float:left;font-size:13px;font-weight:bold;color:#981134;padding:3px 0 0 0;text-transform:uppercase;}
.opc .step-title a{display:none;float:right;}
#checkoutSteps h3{font-size:12px}
#checkoutSteps h4{font-size:12px}
.opc .allow .step-title{cursor:pointer;}
.opc .active .step-title{background-color:#F6F6F6;cursor:default;}
.opc .active .step-title .number{border:solid 1px #9D9D9D;background:#9D9D9D;color:#fff;}
.opc .active .step-title h2{color:#AA8D77;}
.opc .step{border-top:1px solid #B6B6B6;padding:20px 30px;position:relative;background:#F6F6F6;}
.opc .step .tool-tip{right:10px;}
/* Multiple Addresses Checkout */
.checkout-progress{padding:0 50px;margin:10px 0;}
.checkout-progress li{float:left;width:20%;border-top:5px solid #ccc;text-align:center;color:#ccc;}
.checkout-progress li.active{border-top-color:#000;color:#000;}
.multiple-checkout{position:relative;}
.multiple-checkout .tool-tip{top:50%;margin-top:-120px;right:10px;}
.multiple-checkout .grand-total{font-size:1.5em;text-align:right;}
/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.account-login h2, .account-login p{padding-bottom:13px;}
/* Account Login/Create Pages ============================================================ */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss{float:none;margin:0;}
.my-account h2,.my-account h3,.my-account h4,.my-account .col2-set{padding-bottom:13px;}
/********** < Dashboard */
.dashboard .welcome-msg{padding:0 0 13px 10px;}
.box-account{padding:0 10px 0 10px;}
.dashboard .box-title,.dashboard .box-head{width:100%;overflow:hidden;margin:10px 0;}
.dashboard .box-title h2,.dashboard .box-title h3,.dashboard .box-head h2,.dashboard .box-head h3{float:left;background-color:#aba395;color:#fff}
.dashboard .box-head h2,.dashboard .box-title h3{padding:2px 0 2px 10px;margin:0 0 0 0;font-size:14px;font-weight:bold;width:100%;}
.dashboard .box-title a{margin:-19px 5px 0 0;color:#fff}
.dashboard .box-title a,.dashboard .box-head a{float:right;}
.box-tags .tags{margin-bottom:13px;}
.box-tags .tags li{display:inline;}
/* Block: Recent Orders */
.dashboard .box-recent{margin:10px 0;}
/* Block: Reviews */
.dashboard .box-reviews .number{float:left;font-size:10px;font-weight:bold;line-height:1;color:#fff;margin:3px -20px 0 0;padding:2px 3px;background:#ddd;}
.dashboard .box-reviews .details{margin-left:20px;}
/* Block: Tags */
.dashboard .box-tags .number{float:left;font-size:10px;font-weight:bold;line-height:1;color:#fff;margin:3px -20px 0 0;padding:2px 3px;background:#ddd;}
.dashboard .box-tags .details{margin-left:20px;}
/********** Dashboard > */
/* Order View */
.order-info{border:1px solid #ddd;padding:5px;}
.order-info dt,.order-info dd,.order-info ul,.order-info li{display:inline;}
.order-info dt{font-weight:bold;}
.order-date{margin:10px 0;}
.order-items{width:100%;overflow-x:auto;}
.order-additional{margin:15px 0;}
/* Order Gift Message */
.gift-message dt strong{color:#666;}
.gift-message dd{font-size:13px;margin:5px 0 0;}
/* Order Comments */
.order-about dt{font-weight:bold;}
.order-about dd{font-size:13px;margin:0 0 7px;}
.tracking-table{margin:0 0 15px;}
.tracking-table th{font-weight:bold;white-space:nowrap;}
.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 img{float:left;}
.page-print .print-head address{float:left;margin-left:15px;}
/* 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 Reviews */
.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{font-size:11px;margin:0 0 3px;}
.product-review .product-img-box .ratings .rating-box{float:none;display:block;margin:0 0 3px;}
.product-review .product-details{margin-left:150px;}
.product-review .product-name{font-size:16px;font-weight:bold;margin:0 0 10px;}
.product-review .ratings-table{margin:0 0 10px;}
.product-review dt{font-weight:bold;}
.product-review dd{font-size:13px;margin:5px 0 0;}
/* ======================================================================================= */
/* Footer ================================================================================ */
.footer{border-top:0px solid #E5E3E3;padding:0px 0 14px 0;text-align:center;}
.footer p{text-align:right;}
.footer address{display:block;padding:24px 0 0 0;color:#000;border-top:solid 1px #000;margin-top:20px;float:left;width:100%;}
.footer-box{width: 14.36170212765957%;float: left;margin-right: 1.063829787234043%;}
.footer-box.last{margin-right: 0;}
.footer-box.two_cols{width: 22.87234042553191%;}
.footer ul{font-size:11px;margin-bottom:4px;float:left;width:100%;}
.footer ul.two_cols{margin-bottom:4px;float:left;width:100%;}
.footer ul.long{ margin-right: 0px;width:300px;}
.footer .clear{clear:both;height:15px;font-size:0%;line-height:0%;}
.footer ul li{display:inline;padding:0 0 0 0;margin:0 0 0 0;float:left;width:100%;text-align:left;}
.footer ul li img{ margin:0 0px ;float:left;}
.footer ul.two_cols li{display:inline;padding:0 0px 0 0;margin:0 0px 0 0;float:left;width:50%;text-align:left;}
.footer .footer-box h3{font-size:12px;float:left;width:100%;text-align:left;margin: 0 0 5px 0;font-weight:normal;padding-bottom:3px}
.footer ul li.last{padding:0!important;margin:0!important;background:none!important;}
.footer ul li a{color:#000;text-decoration:none;}
.footer ul li a:hover{text-decoration:underline;}
.footer-container .bottom-container{text-align:left;}
/* ======================================================================================= */
/* Clears ================================================================================ */
.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,.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-collateral:after,.product-view .product-img-box .more-views ul:after,.product-view .product-shop .short-description:after,.product-view .box-description:after,.product-view .box-tags .form-add: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{display:block;content:".";clear:both;font-size:0;line-height:0;height:0;overflow:hidden;}
/* ======================================================================================= */
.clear{clear:both;height:1px;font-size:0%;line-height:0%;}
.scroller{width:938px;height:384px;margin:10px 0 21px 0;padding:0px 0 0 0;overflow:hidden;border-style:solid;border-width:1px;border-color:#EDEDEC}
.categories_row{border-bottom:solid 0px #E7E6E6;padding:10px 0 10px 0;margin:0 0 10px 0;}
.category_block{float:left;border:solid 1px #000;background:#fff;padding:0px;width:18.63829787234043%;margin:0 1.702% 0 0;-webkit-box-shadow: 2px 2px 5px #666, inset 1px 1px 2px #ddd;-moz-box-shadow: 2px 2px 5px #666, inset 1px 1px 2px #ddd;box-shadow: 2px 2px 5px #666, inset 1px 1px 2px #ddd;}
.owl-stage .category_block{ width:100%;margin:0;}
.category_block.last{margin:0 0 0 0px;}
.category_block .category_img{float:left;margin:5px 5px;width:calc(100% - 10px);height:auto;border:solid 1px #ddd;}
.category_block .category_img img{height: auto;}
.category_block .category_name{float:left;text-align:center;width:calc(100% - 10px);margin:5px 5px;}
.category_block .category_name h2{padding:0 0 0 0;font-size:13px;color:#981134;font-weight:normal}
.category_block .click_here{display:block;background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/click_here_red.gif) no-repeat;width:74px;height:28px;}
.category_block .click_here:hover{background:url(https://www.home-royal.de/skin/frontend/default/responsive/images/click_here_red.gif) no-repeat 0% -28px;}
.category_block .click_here span{display:none;}
#checkout-step-login h3, #checkout-step-login h4, #checkout-step-login p{padding-bottom:13px;}
#checkout-step-billing .form-list,#checkout-step-shipping .form-list{margin:0 -150px 0 0;}
#checkout-step-billing .form-list .field,#checkout-step-shipping .form-list .field{width:345px;}
#checkout-step-billing .form-list label,#checkout-step-shipping .form-list label{padding:0 0 6px 0;text-transform:uppercase;font-size:10px;}
#checkout-step-billing .form-list input.input-text,#checkout-step-shipping .form-list input.input-text{width:273px;font-size:11px;color:#AA8D77;}
#checkout-step-billing .form-list select,#checkout-step-shipping .form-list select{width:279px;font-size:11px;color:#AA8D77;}
#checkout-step-billing .form-list li.wide input.input-text,#checkout-step-shipping .form-list li.wide input.input-text{width:618px;}
#checkout-step-billing .control{float:left;padding:0 45px 0 0;}
.my-wishlist .product-name{padding-top:13px!important;}
.my-wishlist .product-name a{color:#981134}
.my-wishlist textarea{width:99%;}
.my-wishlist .buttons-set button{margin:0 0 0 3px;float:left}
.my-wishlist .buttons-set{width:100%;margin:0 0 0 0px;}
.my-wishlist .data-table button{margin:10px 0;}
#my-orders-table .last .nobr{white-space:normal;}
#my-orders-table .last .separator{display:none;}
#my-orders-table .last a{display:block;}
.rectangle{background: #fff;height: 26px;position: absolute;float: left;margin-left:-10px;margin-top:-2px;padding: 2px 10px;-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);box-shadow:  0px 0px 4px rgba(0,0,0,0.55);text-transform:uppercase;letter-spacing:0.1em;border: 1px solid #ffffff;width:54px;z-index: 20;}
.rectangle:before{position: absolute;top: -2px;left: -2px;display: block;content: '';border: 1px solid #9d0823;width: 55px;height: 28px;}
.catalog-product-view .rectangle{margin-left:-9px;}
.rectangle h2{display:block;font-size: 16px;color: #9d0823;padding-top: 0;text-shadow: 1px 1px 2px rgba(0,0,0,0.2);text-align: center;}
.triangle-l{border-color: transparent #9d0823 transparent transparent;border-style:solid;border-width:10px;height:0px;width:0px;margin-top:15px;margin-left:-20px;position: absolute;z-index: 19;/* displayed under bubble */}
.catalog-product-view .triangle-l{margin-left:-19px;}
.triangle-r{border-color: transparent transparent transparent #9d0823;border-style:solid;border-width:10px;margin-left:137px;height:0px;margin-top:9px;width:0px;position: absolute;z-index: 98;/* displayed under bubble */}
.rectangle#sale{color:#fff;background:#9d0823;border: 1px solid #ffffff;width:60px;}
.rectangle#sale h2{color:#fff;}
.rectangle#sale:before{width: 62px;}
.triangle-l#sale{border-color: transparent #9d0823 transparent transparent;margin-top:15px;}
.rectangle#stoerer_blank{background:#aba395;height: 28px;width:auto;text-transform:none;letter-spacing:0.05em;border: 1px solid #aba395;margin-top:-3px;}
.rectangle#stoerer_blank h2{color:#fff;}
.rectangle#stoerer_blank:before{border:0;}
.triangle-l#stoerer_blank{border-color: transparent #7b6f5b transparent transparent;}
.product-view .box-up-sell .rectangle h2{font-size: 16px;color: #fff;padding-top: 0;text-shadow: 1px 1px 2px rgba(0,0,0,0.2);text-align: center;font-weight:normal;border-top:solid 0px #ddd}
.callBack{float:left;background-color:#ddd;width:100%;padding: 5px;margin:10px 0 0 0}
.callBack a{text-decoration:none}
.callBack ul{padding: 10px 0 10px 10px;}
.callBack li{margin: 0 0 0 0px;list-style-image: none}
a.serviceOverlayClick{background: url("https://www.home-royal.de/skin/frontend/default/responsive/images/button_red.gif") repeat-x scroll 0 0 transparent;color: #fff;float: left;font: 12px "Century Gothic",Arial,Helvetica,sans-serif;height: 18px;line-height:18px;text-align: center;text-transform: none;white-space: nowrap;padding:0 10px}
.callBackForm{position:fixed;z-index:1500;width:540px;background-color:#fff;border:solid 1px #ddd;padding: 20px;-webkit-box-shadow: 2px 2px 5px #666, inset 1px 1px 2px #ddd;-moz-box-shadow: 2px 2px 5px #666, inset 1px 1px 2px #ddd;box-shadow: 2px 2px 5px #666, inset 1px 1px 2px #ddd;display:none}
.callBackForm h1{padding: 0 0 10px 0	}
.callBackForm label{float:left}
.callBackForm input{float:left;border: 1px solid #e2e3ea;}
.callBackForm textarea{float:left;border: 1px solid #e2e3ea;}
.rueckruf{width:230px;float:left;}
.rueckruf label{margin: 0 3px 0 0}
.email{border-left: 2px solid #ddd;width:240px;float:left;padding: 0 0 0 20px}
.email label{width:50px;}
.email input{width:168px;margin: 0 0 5px 0}
.email textarea{width:168px;margin: 0 0 5px 0}
.callBackForm button{margin:10px 0 0 190px}
.callBackForm .close{text-decoration:none;position:absolute;margin: -10px 0 0 500px;background-color:#991134;color:#fff;padding: 0 5px}
.popUp{width:100%;position:absolute;padding:20px;z-index:1000;display:none;}
.popUp div{width:100%;padding:20px;background-color:#fff;position:absolute;-moz-box-shadow:    3px 3px 5px 4px #333;-webkit-box-shadow: 3px 3px 5px 4px #333;box-shadow:         3px 3px 5px 4px #333;z-index:1001;height:500px;overflow:auto}
.popUp div div {overflow: visible !important; -moz-box-shadow:  none;-webkit-box-shadow: none; box-shadow: none; position: relative !important; height: auto !important; padding: 10px;}
#checkoutSteps .popUp{top:-150px;margin:0 0 0 -50px}
.popUp p{padding:10px 0 10px 0;}
.popUp .close{background: url(https://www.home-royal.de/skin/frontend/default/responsive/images/close_button.png) 100% 0 no-repeat;position: absolute;z-index: 1003;width: 45px;height: 45px;text-decoration: none;right: -36px;top: -7px;}
#checkout-review-submit{margin-top: 10px;text-align: right;}
#payment-progress-opcheckout dd.complete{display:none;}
/*Order*/
#order-info-tabs .last{display:none;}
.owl-nav-custom.disabled{display: none;}
.owl-dots{bottom: 12px;position: absolute;width: 100%;z-index: 10;height:13px;}
.home_block .owl-dots{bottom: -6px;}
.owl-dots,.owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-nav{margin-top:10px}
.owl-nav [class*=owl-]{color:#FFF;font-size:14px;padding:0;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.owl-nav .disabled{opacity:.5;cursor:default}
.owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-dots .owl-dot span{width:8px;height:8px;margin:0px 5px;background:#e3e2e1;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-dots .owl-dot.active span,.owl-dots .owl-dot:hover span{background:#281e1a}
.carousel{padding: 35px 35px 0 35px;}
.carousel .owl-carousel .owl-item img{width: auto;}
.owl-nav .owl-prev{position: absolute;top: 0px;left: -31px;width: 32px;height: 32px;cursor: pointer;background: transparent url(https://www.home-royal.de/skin/frontend/default/responsive/images/prev-horizontal.png) no-repeat 0 0;text-indent: -999rem}
.owl-nav .owl-prev:hover{background: transparent url(https://www.home-royal.de/skin/frontend/default/responsive/images/prev-horizontal.png) no-repeat -32px 0;}
.owl-nav .owl-next{position: absolute;top: 0px;right: -31px;width: 32px;height: 32px;cursor: pointer;background: transparent url(https://www.home-royal.de/skin/frontend/default/responsive/images/next-horizontal.png) no-repeat 0 0;text-indent: -999rem}
.owl-nav .owl-next:hover{background: transparent url(https://www.home-royal.de/skin/frontend/default/responsive/images/next-horizontal.png) no-repeat -32px 0;}
#burger-container{position:relative;margin:22px 15px 0 0;width:50px;height: 50px;float:left;z-index: 99;}
.burger-name{font-size: 14px;text-align: center;float: left;width: 100%;margin: 1px 0 0 0;color: #991834;font-weight: bold}
#burger{cursor:pointer;display:block;}
#burger span{background: #991834;display:block;width:50px;height:5px;margin-bottom: 5px;position: relative;top:0;transition: all ease-in-out 0.4s;}
#burger-container.open span:nth-child(2),
#burger-container.open span:nth-child(3){width: 0;opacity:0;}
#burger-container.open span:nth-child(1){transform: rotate(-45deg);top:23px;}
#burger-container.open span:nth-child(4){transform: rotate(45deg);top:-8px;}
.menueTransparency{background-color: rgba(255, 255, 255, 0.8);height: 100%;position: fixed;width: 100%;z-index: 11;right: 100%;top: 0px;-webkit-transition: all .6s ease-in-out;-moz-transition: all .6s ease-in-out;-o-transition: all .6s ease-in-out;-ms-transition: all .6s ease-in-out;transition: all .6s ease-in-out;}
.menueTransparency.active{right: 0%;-webkit-transition: all .6s ease-in-out;-moz-transition: all .6s ease-in-out;-o-transition: all .6s ease-in-out;-ms-transition: all .6s ease-in-out;transition: all .6s ease-in-out;}
.icon-mobile{float: right;color: #991834;font-size: 27px;position: absolute;top: -35px;right: 0;}
.icon-mobile a{color: #991834;}
.icon-mobile .fa{margin: 0 0px 0 21px;}
.mobile-nav.active{z-index: 99;position: relative;background: aqua;padding: 0 0 20px;float: left;width: 100%;}
.overflow-auto{float: left;width: 100%;overflow: auto;}
.my-wishlist td:first-child{width: 137px;}
.my-wishlist td:first-child img{max-width:none!important}
.owl-carousel .owl-item{padding-bottom: 6px;padding-right: 6px;}

/*AGB+Widerruf CSS*/
.cms-agb h1
{
	color: #981134;
	font-size: 26px;
	margin-bottom: 10px;
}

.cms-agb h2,
.cms-datenschutz h2,
.cms-widerruf h2
{
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 10px;
}

.cms-agb p,
.cms-datenschutz p,
.cms-widerruf p
{
	margin-bottom: 5px;
	position: relative;
	padding-left: 20px;
}

.cms-agb p > strong,
.cms-datenschutz p > strong,
.cms-widerruf p > strong
{
	color: #981134;
	position: absolute;
	left: 0;
}

.cms-agb .std ul,
.cms-datenschutz .std ul,
.cms-widerruf .std ul
{
	padding: 0 0 0 21px;
	margin: 0 0 10px 0;
}

.cms-agb .std ul li,
.cms-datenschutz .std ul li,
.cms-widerruf .std ul li
{
	padding-left: 12px;
	position: relative;
}

.cms-agb .std ul li::before,
.cms-datenschutz .std ul li::before,
.cms-widerruf .std ul li::before
{
	content: "";
	height: 5px;
	width: 5px;
	background: #981134;
	position: absolute;
	left: 1px;
	top: 6px;
	border-radius: 50%;
}



/*ENDE AGB CSS*/

.mwst_info_simple {
    font-size: 10px;
    margin-top: -11px;
    margin-bottom: 6px;
}

/**
 * @copyright  For copyright and license information, read the COPYING.txt file.
 * @link       /COPYING.txt
 * @license    Academic Free License (AFL 3.0)
 * @category    design
 * @package     base_default
 */

/* 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 .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.home-royal.de/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.home-royal.de/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.home-royal.de/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

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

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

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.home-royal.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.home-royal.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.home-royal.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.home-royal.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.home-royal.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.home-royal.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://www.home-royal.de/skin/frontend/base/default/cyberday/core/slider/owl/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*======================================
  Selectric v1.11.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  background: #F8F8F8;
  position: relative;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}


.cookiefirst-root .cfGMLl {
    bottom: 5px !important;
    left: 4px !important;

    @media ( max-width: 750px) {
        bottom: 4px !important;
        left: 3px !important;
    }
}

.cookiefirst-root .cf3Mob {
    font-size: 11px !important;
    --banner-font-size: 11px !important;
}

.cookiefirst-root .cf2Ic7 {
    .cf2Lf6 {
        font-size: 11px !important;
        --banner-font-size: 11px !important;
    }
}

.cookiefirst-root button.cf3Mob.cf2Lf6.cf8Oal[data-cookiefirst-button=primary] {
    font-size: 11px !important;
    --banner-font-size: 11px !important;

    @media ( max-width: 750px) {
        font-size: 9px !important;
        --banner-font-size: 9px !important;
    }
}

.CybotCookiebotDialogBodyButton#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    padding: 10px !important;
}

.cookieconsent-accept-helper-cookiefirst {
    iframe:not([src]) {
        display: none;
    }
}
.form-wrapper-custom-hp {
    display: none !important;
}

.form-wrapper-custom-hp-two {
    opacity: 0 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 0 !important;
    width: 0 !important;
    z-index: -1 !important;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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@magentocommerce.com so we can send you a copy immediately.
 *
 * @category  Symmetrics
 * @package   Symmetrics_StockIndicator
 * @author    symmetrics gmbh <info@symmetrics.de>
 * @author    Andreas Timm <at@symmetrics.de>
 * @author    Ngoc Anh Doan <nd@symmetrics.de>
 * @copyright 2010 symmetrics gmbh
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
 
/**
 * StockIndicator styles
 *
 * @category  Symmetrics
 * @package   Symmetrics_StockIndicator
 * @author    symmetrics gmbh <info@symmetrics.de>
 * @author    Andreas Timm <at@symmetrics.de>
 * @author    Ngoc Anh Doan <nd@symmetrics.de>
 * @copyright 2010 symmetrics gmbh
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
.stock-indicator-wrapper { padding: 5px }

.stock-indicator { margin: 0px }

.stock-indicator.horizontal {
    width: 33px;
    height: 11px;
    background: url(https://www.home-royal.de/skin/frontend/default/default/images/stockindicator/sprite_vertical.gif) repeat-x;
}

.stock-indicator.vertical {
    width: 11px;
    height: 33px;
    background: url(https://www.home-royal.de/skin/frontend/default/default/images/stockindicator/sprite_horizontal.gif) repeat-y;
}

.yellow.horizontal { background-position: 0 -11px; }
.green.horizontal { background-position: 0 -22px; }

.yellow.vertical { background-position: -11px 0; }
.green.vertical { background-position: -22px 0; }
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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@magentocommerce.com so we can send you a copy immediately.
 *
 * @category  Symmetrics
 * @package   Symmetrics_TrustedRating
 * @author    symmetrics gmbh <info@symmetrics.de>
 * @author    Yauhen Yakimovich <yy@symmetrics.de>
 * @copyright 2010 symmetrics gmbh
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
div.trustedrating-widget {
    vertical-align: middle;
    text-align: center;
    margin-bottom: 14px;
}

.mobile-nav.mobile{z-index:99;position:relative;background:#978f85;padding:0 0 20px;float:left;width:100%;top:100px;}
.header .mobile-nav.mobile div.tel{position:relative;right:auto;width:100%;border-bottom:1px solid white;float:left;height:44px;top:0;text-align:center;line-height:44px;background:#991834;}
.mobile-nav.mobile div.tel a{background:none;padding:0;color:white;text-align:left;width:auto;font-size:25px;float:none;cursor:pointer}
.header .mobile .fa.fa-phone{display:inline-block;color:white;font-size:30px;margin-right:5px;margin-top:2px;}
.header .mobile-nav.mobile .links{float:left;width:100%;margin:50px 0 0 0}   
.header .mobile-nav.mobile .links li{width:100% !important;text-align:left;border-bottom:1px solid #fff;padding:0;font-size:16px;} 
.header .mobile .links li#Versand{padding:0}
.header .mobile-nav.mobile .links li a{color:white;min-height:30px;float:left;padding-left:5px;line-height:30px;}
.mobile-nav.mobile .nav-container a,.mobile-nav.mobile .nav-container{color:#fff}
.mobile-nav.mobile .nav-container{position:relative;top:0px;width:100%;height:auto;float:left;padding:0;}
.mobile-nav.mobile li{float:left;width:100%;}
.mobile-nav.mobile li.level0{float:left;width:100%;border-bottom:1px solid;text-align:left;}
.mobile-nav.mobile li.level1{border-bottom:1px solid #cfc3b3;}
.mobile-nav.mobile li.level2{border-bottom:1px solid #afa598;}
.mobile-nav.mobile li.level1:last-child,.mobile-nav.mobile li.level2:last-child{border-bottom:0;}
.mobile-nav.mobile #nav_mobile li > a{float:left;width:calc(100% - 30px);height:30px;line-height:30px;text-decoration:none;font-size:16px;padding-left:5px;}
.mobile-nav.mobile #nav_mobile li.level1 > a{padding-left:30px;font-size:14px;}
.mobile-nav.mobile #nav_mobile li.level1:last-child > a{padding-bottom:50px;}
.mobile-nav.mobile #nav_mobile li.level2 > a{padding-left:40px;font-size:12px;}
.mobile-nav.mobile .parent ul{display:none}
.mobile-nav.mobile .parent.activeSub > ul{display:block}
.mobile-nav.active.mobile{left:0;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;   }
.mobile-nav.mobile{position:absolute;left:-107%;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;   }
.opener{float:right;font-size:30px;width:30px;cursor:pointer;text-align:center;height:30px;line-height:30px;}
.topNaviAccount{position:absolute;top:-500px;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;  right:0;border:1px solid;background:white;z-index:10;width:195px;}
.topNaviAccount.open{top:37px;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;   }
.topNaviAccount .block-account{font-size:14px;border:0;margin:0;text-align:right;}
.col-left.sidebar.mobile .dl{display:flex;flex-flow:wrap;}
.col-left.sidebar.mobile .dl-container{float:left;width:33.333333%;position:relative;}
.col-left.sidebar.mobile .dd{display:none;}
.col-left.sidebar.mobile .block{border:none;padding:0px;margin:0}
.col-left.sidebar.mobile .dt{background:#991834;margin:0 1px 1px 0;color:white;text-decoration:none;padding:0 0 0 10px;line-height:25px;cursor:pointer}
.col-left.sidebar.mobile .dd.open{display:block;position:absolute;z-index:999;left:0;background:white;width:calc(100% - 1px);border:1px solid #981134;padding:10px;}
.col-left.sidebar.mobile .dt::after{content:url('https://www.home-royal.de/skin/frontend/default/responsive/images/arrow_select.png');position:absolute;right:9px;font-size:20px;}
.col-left.sidebar.mobile  .dt.active::after{content:url('https://www.home-royal.de/skin/frontend/default/responsive/images/arrow_select_open.png');}
.col-left.sidebar.mobile  .block.block-layered-nav .block-content{padding:0px 0 5px 0;}
/*IPAD HOCH*/
@media (min-width:768px){
    .header{height:95px;margin-top:10px;}
    .header .form-search{right:112px;margin:35px 0 0 0;}
    .icon-mobile .fa.fa-search,.icon-mobile .fa.fa-shopping-cart{display:none}
    .col-main{width:100%;}    
    .col-left{ width:100%; margin:13px 0 0 0 }
    .customer-account-index .col-left.sidebar,.customer-account-edit .col-left.sidebar,.customer-address-index .col-left.sidebar,.sales-order-history .col-left.sidebar,.sales-order-view .col-left.sidebar,.wishlist-index-index .col-left.sidebar,.customer-address-form .col-left.sidebar,.newsletter-manage-index .col-left.sidebar{display:none;} 
}
/*IPAD QUER*/
@media (min-width:992px){

}
/*BILDSCHIRM*/
@media (min-width:1020px){
    .icon-mobile{display:none}
    #burger-container{display:none}
    .header .form-search{right:auto;margin:50px 0 0 420px;}
    .header{height:135px;margin-top:10px;}
    .col-main{width:calc(100% - 240px);}
    .col-left{width:220px; margin:13px 0 0 0 }
    .customer-account-index .col-left.sidebar,.customer-account-edit .col-left.sidebar,.customer-address-index .col-left.sidebar,.sales-order-history .col-left.sidebar,.sales-order-view .col-left.sidebar,.wishlist-index-index .col-left.sidebar,.customer-address-form .col-left.sidebar,.newsletter-manage-index .col-left.sidebar{display:block;}    
}
@media (max-width:1380px){

}
@media (max-width:995px){
    .header .form-search{right:112px;margin:35px 0 0 0;}   
    .page{width:100%;padding:0px 17px;}   
    .col2-right-layout .col-main{width:100%;border:none;margin:0;padding:25px 0px 35px 0;}
    .col2-right-layout .col-right{width:100%;}   
    .product-view .product-shop{width:calc(100% - 355px);}   
    .block-related .block-content li.item{padding:0 0 10px 0;width:25%;}     
    .cart .cart-collaterals .col2-set{width:49%;} 
    .cart .totals{width:49%;}
    .cart .cart-collaterals .col-2{width:100%;}
    .cart .cart-collaterals .col-1{width:100%;}   
    .cart .discount .input-box{width:100%;}
    .cart .discount .input-text{width:100%;height:30px;}
    .cart .discount, .cart .shipping{padding:13px 16px 14px 16px;}
    .buttons-set button.button{width:100%;margin:15px 0;}  
    .discount-form .buttons-set button.button{width:100%;margin:0;}  
    button.button span span{background:#991834;}
    button.button span{width:100%;height:30px;font-size:16px;line-height:30px;}
    .cart .discount .buttons-set{width:100%;margin:15px 0 0 0;}
    .cart .discount  button.button span{width:100%;}
    .cart-table td.cart-img{width:100px;}
    #checkout-step-billing .form-list, #checkout-step-shipping .form-list{margin:0;}   
    #checkout-step-billing .form-list .field, #checkout-step-shipping .form-list .field{width:calc(50% - 5px);clear:left;}    
    #checkout-step-billing .form-list select, #checkout-step-shipping .form-list select{width:100%;}    
    #checkout-step-billing .form-list input.input-text, #checkout-step-shipping .form-list input.input-text{width:100%;} 
    .form-list .input-box{width:100%;}
    #checkout-step-billing .form-list li.wide input.input-text, #checkout-step-shipping .form-list li.wide input.input-text{width:100%;}    
    .form-list li.wide .input-box{width:100%;} 
    #checkout-step-billing .form-list .field:nth-child(2n),#checkout-step-shipping .form-list .field:nth-child(2n){float:right;clear:none;} 
    .opc   .form-list input.input-text{width:100%;}  
    .opc .input-box select, .opc input.input-text{height:30px;}
    .form-list li.wide textarea{width:100%;}   
    .product-view .product-shop .add-to-cart .qty{margin:5px 0 0 0;height:31px;} 
    .product-view .product-shop .add-to-cart label{display:none;}
    .callBackForm{width:calc(100% - 15px - 15px);left:15px;}
    .callBackForm .rueckruf{width:50%;}   
    .callBackForm .email{width:50%;}    
    .email input{width:calc(100% - 50px);margin:0 0 5px 0;}    
    .rueckruf label{margin:0 ;width:100px;}
    .callBackForm .rueckruf input{width:calc(100% - 120px);}    
    .callBackForm input{width:calc(100% - 50px);height:30px;} 
    .callBackForm textarea{width:calc(100% - 50px);} 
    .callBackForm button{margin:20px 0 0 0 !important;width:100%;}   
    .callBackForm .rueckruf button{margin:20px 0 0 0 !important;width:calc(100% - 20px);}   
    .callBackForm .close{margin:0;right:21px;top:13px;}  
    .before-header {
	float: left;
    }
}
@media (min-width:768px) and (max-width:955px){
    .icon-mobile{display:block}
    .icon-mobile .fa.fa-search,.icon-mobile .fa.fa-shopping-cart{display:inline-block}
    .top-link-cart{display:none}
    #search_mini_form{left:-100%;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;   }    
    #search_mini_form.active{left:0%;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;   }
    #search_mini_form{position:absolute;width:calc(100% - 138px);top:-29px;} 
    .header .form-search{border:solid 1px #991834;}   
    .header .form-search .input-text{color:#991834;width:calc(100% - 16px);}   
    .header .form-search{right:0;margin:0;position:relative;width:100%;}    
    .header{text-align:center;}  
    .header .logo{margin:25px 0 0 0px;width:auto;float:none;display:inline-block;max-width:calc(100% - 65px);}
    .footer-box.two_cols{width:100%;margin-top:15px;margin-bottom:15px;border-top:1px solid;border-bottom:1px solid;padding-top:15px;padding-bottom:11px;}
    .footer-box{width:48%;}
    .before-header {
	float: left;
    }
}
/*IPHONE QUER*/
@media (max-width:767px){
    .only-mobile{display:block!important}
    .no-mobile{display:none!important}
    .icon-mobile{display:block}
    .col-main{width:100%;}    
    .col-left{ width:100%; margin:13px 0 27px 0 }
    .top-link-cart{display:none}
    #search_mini_form{left:-100%;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;   }    
    #search_mini_form.active{left:0%;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;   }
    #search_mini_form{position:absolute;width:calc(100% - 138px);top:-29px;} 
    .header .form-search{border:solid 1px #991834;}   
    .header .form-search .input-text{color:#991834;width:calc(100% - 16px);}   
    .header .form-search{right:0;margin:0;position:relative;width:100%;}      
    .header{height:95px;margin-top:10px;}
    .header{text-align:center;}  
    .header .logo{margin:25px 0 0 0px;width:auto;float:none;display:inline-block;max-width:calc(100% - 65px);}
    .footer-box.two_cols{width:100%;margin-top:15px;margin-bottom:15px;border-top:1px solid;border-bottom:1px solid;padding-top:15px;padding-bottom:11px;}
    .footer-box{width:48%;}    
    .footer .footer-box h3{font-size:14px;font-weight:bold;text-transform:uppercase;}  
    .footer ul{font-size:15px;}   
    .footer ul li{margin:0 0 6px !important;}   
    .col-left.sidebar.mobile .dl-container{width:50%;}
    .products-grid li.item{width:48%;margin:0 4% 20px 0;}    
    .products-grid li.item:nth-child(2n){margin:0 0px 20px 0;float:right}  
    .toolbar .pager{text-align:left;}
    .pager .amount{float:left;width:100%;border-bottom:1px solid #ddd;padding:3px 0;}
    .pager .limiter{float:right;width:100%;border-bottom:1px solid #ddd;padding:3px 0;}    
    .pager .pages{margin:0;border-bottom:1px solid #ddd;padding:3px 0;}   
    .sorter .sort-by{float:left;padding:0;}
    .sorter{border-top:none;padding:3px 0;}
    .pager{padding:0;}
    .product-view .product-shop{width:53%;}     
    .product-view .product-img-box{width:44%;}  
    a.serviceOverlayClick{font:11px "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;} 
    .product-view .product-shop .add-to-box.left .add-to-cart button.button{margin-left:0;}
    .product-view .data-table.grouped-items-table td  .only-mobile{display:none !important;}   
    .block-related .block-content li.item{padding:0 0 10px 0;width:50%;}  
    .overlay.cartOverlay{width:100%;left:0;margin:0;position:absolute;}
    .cartOverlayContinue{background-position:center;} 
    .cartOverlayCart, .cartOverlayContinue{width:100%!important;}
    .cartOverlayCart{background-position:center;margin:20px 0 0 0;}  
    .cart-collaterals .col2-set .col-1{margin-bottom:0px}
    .col2-set .col-1{width:100%;margin-bottom:20px}
    .col2-set .col-2{width:100%;}
    .form-list .input-box{width:100%;} 
    .form-list select{height:30px;}
    .form-list input.input-text{width:100%;height:30px;}    
    .form-list .name-prefix{width:100%;}    
    .form-list .name-prefix select{width:100%;}
    .form-list .name-suffix{width:100%;}
    .form-list .name-suffix select{width:100%;}
    .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:100%;}    
    .form-list .customer-name-prefix-middlename-suffix .name-firstname, .form-list .customer-name-prefix-middlename .name-firstname{width:100%;}    
    .form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-middlename .name-firstname input.input-text{width:100%;}    
    .form-list .name-middlename{width:100%;}  
    .form-list .name-middlename input.input-text{width:100%;}   
    .form-list .customer-name-prefix-middlename-suffix .name-lastname{width:100%;}    
    .form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text{width:100%;}    
    .form-list .field{width:100%;}    
    .fieldset{padding:8px;} 
    .cart-table .price{float:none;}
    .data-table.cart-table thead{display:none;}
    .data-table.cart-table .btn-remove.btn-remove2{display:inline-block;}
    .cart-table td{width:100%;float:left;border:none;}
    .cart-table td.cart-img{width:100px;padding:0 2px 2px 0}
    .cart-table td.cart-name{width:calc(100% - 100px);float:left;height:88px;font-size:14px;}
    .cart-table td.cart-qty{width:25% !important;padding:0;height:45px;clear:left;border-top:1px solid #aba395;border-bottom:double 3px #991834;}
    .cart-table td.cart-unit-price{width:25% !important;padding:0;height:45px;border-top:1px solid #aba395;border-bottom:double 3px #991834; }
    .cart-table td.cart-price-total{width:25% !important;padding:0;height:45px;border-top:1px solid #aba395;border-bottom:double 3px #991834; }
    .cart-table td.cart-move-whislist{width:25% !important;padding:0;height:45px;border-top:1px solid #aba395;border-bottom:double 3px #991834;}
    .cart-table .notAllowInCart td.cart-qty{width:33.33333% !important;padding:0;height:45px;clear:left;border-top:1px solid #aba395;border-bottom:double 3px #991834;}
    .cart-table .notAllowInCart td.cart-unit-price{width:33.33333% !important;padding:0;height:45px;border-top:1px solid #aba395;border-bottom:double 3px #991834; }
    .cart-table .notAllowInCart td.cart-price-total{width:33.33333% !important;padding:0;height:45px;border-top:1px solid #aba395;border-bottom:double 3px #991834; }    
    .cart-table{border-right:none;}
    .cart .cart-collaterals .col2-set{width:100%;}    
    .cart .totals{width:100%;} 
    .cart .totals .checkout-types{text-align:right;padding:5px 10px 0 10px;}
    .cart .totals table th, .cart .totals table td{padding:5px 10px;text-align:right;}
    .summary-total .a-right:last-child{text-align:right !important;}
    .summary-details .a-right:last-child{text-align:right !important;}
    .opc .step-title{padding:8px 0 8px 5px;} 
    .opc .step{padding:0px 5px;}
    #checkout-step-billing .form-list label, #checkout-step-shipping .form-list label{padding:5px 0 6px 0;font-size:11px;}    
    .sp-methods dt{float:left;width:100%;padding:10px;}  
    .sp-methods dd{float:left;width:100%;padding:0 10px;}  
    .opc button.button{width:100%;} 
    .block-progress{margin:0;}
    #checkout-review-table.data-table thead{display:none;}    
    #checkout-review-table.data-table tbody td{float:left;width:33.33333333%;padding:0;border:0; border-bottom:3px double #8b806c;text-align:center;margin-bottom:15px;} 
    #checkout-review-table.data-table tbody td:first-child{float:left;width:100%;border-bottom:1px solid #8b806c;text-align:left;padding:2px 0px;margin-bottom:0px;}  
    #checkout-review-table.data-table tr{float:left;width:100%;} 
    #checkout-review-table.data-table tfoot td:first-child{width:66.66666666% !important;float:left;}
    #checkout-review-table.data-table tfoot td:last-child{width:33.33333% !important;float:left;text-align:right;}
    #checkout-review-table.data-table tbody tr:first-child{border-top:1px solid #8b806c;}   
    #checkout-review-table.data-table tfoot tr{display:flex;} 
    .dashboard .welcome-msg{padding:0 0 13px 0;}   
    .box-account{padding:0 10px 0 0;}
    .col-main{padding:0px 0 35px 0;margin:0px 0 40px 0;}   
    .page{padding:0px 5px;}  
    .customer-account-index .col-left.sidebar,.customer-account-edit .col-left.sidebar,.customer-address-index .col-left.sidebar,.sales-order-history .col-left.sidebar,.sales-order-view .col-left.sidebar,.wishlist-index-index .col-left.sidebar,.customer-address-form .col-left.sidebar,.newsletter-manage-index .col-left.sidebar{display:none;}    
    .dashboard #my-orders-table .last .nobr{white-space:normal !important;}  
    .dashboard #my-orders-table td:nth-child(2),.dashboard #my-orders-table th:nth-child(2),.dashboard #my-orders-table td:nth-child(3),.dashboard #my-orders-table th:nth-child(3){display:none}      
    .dashboard #my-orders-table.data-table td,.dashboard #my-orders-table.data-table th{padding:5px;}   
    .form-list .customer-name-prefix-suffix .name-firstname{width:100%;}   
    .form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text{width:100%;}   
    .form-list .customer-name-prefix-suffix .name-lastname{width:100%;}   
    .form-list li.wide input.input-text{width:100%;}
    .form-list select{width:100%;}   
    .data-table .nobr{white-space:normal !important;}    
    .data-table td,.data-table th{padding:5px;}
    .page-sitemap .links{margin:0 8px 0 0;float:left;width:100%;}   
    #checkoutSteps .popUp{top:0;margin:0;left:-13px;}
    .popUp div{width:100%;padding:13px;}
    .popUp{width:100%;padding:10px;}
    .popUp .close{right:-18px;top:-17px;}
    .callBackForm .rueckruf{width:100%;}   
    .callBackForm .email{width:100%;margin:20px 0 0 0;padding:0;border:none;}  
    .callBackForm .rueckruf input{width:calc(100% - 100px);}  
    .callBackForm .rueckruf button{width:100%;}   
    .callBackForm .close{margin:0;right:6px;top:6px;}
}
/*IPHONE HOCH*/
@media only screen and (max-width:480px){
    .before-header {
        margin-top: -25px;
        font-size: 13px;
    }
    .header .logo{margin:0;position:relative;top:50%;transform:translatey(-50%);float:none;height:50%;}
    .block-content-inner{left:0;transform:none;width:100%;}
    .block-subscribe .input-text{width:100%;}
    .block.block-subscribe .input-box{width:calc(100% - 153px);} 
    .block-subscribe button.button{width:100%;}
    .block-subscribe button.button span{float:left;width:100%; padding:0}
    .block-subscribe button.button span span{padding:0 5px}
    .footer-box{width:100%;border-bottom:1px solid;margin:0 0 20px;padding:0 0 20px;}
    .footer-box.two_cols{width:100%;margin:0 0 20px;padding:0 0 20px;border-top:0;}    
    .footer ul.two_cols li{width:100%;}  
    .col-left.sidebar.mobile .dl-container{width:100%;}
    .product-view .product-img-box{width:100%;}
    .product-view .product-shop{width:100%;margin-top:20px;} 
    .product-view .grouped-items-table{display:block;}   
    .product-view .data-table.grouped-items-table tr{display:block;}
    .product-view .data-table.grouped-items-table td:first-child{height:auto;float:left;width:100%;border:none;background:#978f85;color:white;margin:20px 0 0 0;}
    .product-view .data-table.grouped-items-table td:nth-child(2){height:auto;float:left;width:100%;border:none;}    
    .product-view .data-table.grouped-items-table td{width:33.3333%;float:left;height:49px;}    
    .grouped-items-table thead{display:none;}   
    .grouped-items-table td.a-right{text-align:left !important;} 
    .product-view .data-table.grouped-items-table td button{float:right;margin:19px 0 0 0;}    
    .product-view .data-table.grouped-items-table td .only-mobile{display:block!important;}   
    .block-related .block-content li.item{padding:0 0 10px 0;width:100%;}  
    .cart-table td.cart-move-whislist.isNotVisibleProduct{display:none}
    .cart-table td.cart-unit-price.isNotVisibleProduct{border-top:1px solid #aba395;border-bottom:double 3px #991834;}
    .cart-table td.cart-qty.isNotVisibleProduct{border-top:1px solid #aba395;border-bottom:double 3px #991834;}
    .cart-table td.cart-price-total.isNotVisibleProduct{border-top:1px solid #aba395;border-bottom:double 3px #991834;}
    .cart-table td.cart-move-whislist{width:100%!important;height:auto;border-top:1px solid #aba395;border-bottom:double 3px #991834;padding-bottom:5px;}   
    .cart-table td.cart-qty{width:33.333333333% !important;border-top:0;border-bottom:0;}    
    .cart-table td.cart-unit-price{width:33.333333333% !important;border-top:0;border-bottom:0;}
    .cart-table td.cart-price-total{width:33.333333333% !important;border-top:0;border-bottom:0;}
    .cart-table tfoot td button{width:100%;margin:0 0 12px 0;}    
    .cart .checkout-types{float:right;width:100%;text-align:right;}
    .col1-layout .col-main{padding:0;}  
    .cms-page-view .col1-layout .col-main{padding:20px 0 0 0;}  
    .cart .checkout-types li button{width:100%;}
    #checkout-step-billing .form-list .field, #checkout-step-shipping .form-list .field{width:100%;clear:none;}   
    .dashboard #my-orders-table td:nth-child(5),.dashboard #my-orders-table th:nth-child(5){display:none}      
    .footer address{padding: 0;border-top:none;margin-top:0px;}
    .product-view .product-shop .add-to-box.left .add-to-cart button.button{margin-left:5px;}
    .cartOverlayProduct{padding:0 3px;}
    .cartOverlayProductImage{margin-right:5px;width:33%;}
    .cartOverlayProductContainer p.middle{height:auto!important;width:auto!important;}
    .cartOverlayMessage{height:auto!important;text-align:left!important;padding-bottom:4px!important;}
}

@media (max-width:320px){
    .products-grid li.item{width:100%;margin:0 0 20px 0;}    
}
/*iPad in landscape*/
@media only screen and (min-device-width :768px)and (max-device-width :1024px)and (orientation :landscape){

}
/*Retina iPad in portrait & landscape*/
@media only screen and (min-device-width :768px)and (max-device-width :1024px)and (-webkit-min-device-pixel-ratio:2){

}
/*iPad in portrait*/
@media only screen and (min-device-width :768px)and (max-device-width :1024px)and (orientation :portrait){

}
/*iPhone 5 in landscape*/
@media only screen and (min-device-width :320px)and (max-device-width :568px)and (orientation :landscape){

}
/*iPhone 5 in portrait*/
@media only screen and (min-device-width :320px)and (max-device-width :568px)and (orientation :portrait){
    .header .logo{margin:0;position:relative;top:20px;transform: none;float:none;height:50%;}  
}
/* Samsung S3 default browser portrait*/
@media only screen and (device-width:720px) and (device-height:1280px) and (orientation:portrait){

}
/* Samsung S3 default browser landscape */
@media only screen and (device-width:1280px) and (device-height:720px) and (orientation:landscape){

}
/*(hdpi) Android*/
@media only screen and (-webkit-device-pixel-ratio:1.5) and (orientation:landscape){

}



/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.home-royal.de/skin/frontend/default/responsive/css/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('https://www.home-royal.de/skin/frontend/default/responsive/css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('https://www.home-royal.de/skin/frontend/default/responsive/css/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('https://www.home-royal.de/skin/frontend/default/responsive/css/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('https://www.home-royal.de/skin/frontend/default/responsive/css/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('https://www.home-royal.de/skin/frontend/default/responsive/css/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    cursor: pointer
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.overlay {
	background-color: #978f85;
	position: fixed;
	top: 225px;
	width: 640px;
	z-index: 10000;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	color: #fff;
    margin-left: -320px;
    left: 50%;
}



.cartOverlayMessage {
	
	height: 56px;
	float: left;
	font-size: 17px;
	width: 100%;
	text-align:center;
	margin: 9px 0 0;
}
.cart_sucess {
    background-image: url("https://www.home-royal.de/skin/frontend/default/responsive/css/cyberday/images/icon_sucess.png");
    background-repeat: no-repeat;
    display: inline-block;
    margin: 16px 0 0;
    padding-left: 38px;
	height: 26px;
	font-weight: bold;
}
.cartOverlayProduct {
    padding: 0 28px;
}


.cartOverlayProductContainer {
    float: left;
    width: 100%;
	margin: 0 0 0;
	border-color: #fff;
    border-style: solid;
    border-width: 1px 0;
	padding: 9px 0;
}
.cartOverlayProductImage{
	float:left;
	margin-right:40px;
}
.cartOverlayProductImage  img {
float: left;
}

.cartOverlayProductName{
	font-size:14px;
	font-weight:bold
}
.cartOverlayProductSku,.cartOverlayProductQty{
	font-size:14px
}
.cartOverlayProductQty {
    padding: 4px 0 0;
}
.cartOverlayButtons {
    float: left;
    width: 100%;
	margin: 15px 0 30px 0;
}
.cartOverlayButtons span{
    display:none
}
.cartOverlayCart,.cartOverlayContinue{
	width:280px;
	height:40px;
	float:left;
    background-repeat: no-repeat;
}
.cartOverlayCart{
    background-image: url("https://www.home-royal.de/skin/frontend/default/responsive/css/cyberday/images/cartOverlayCart.png");
	float:right
}
.cartOverlayContinue{
    background-image: url("https://www.home-royal.de/skin/frontend/default/responsive/css/cyberday/images/cartOverlayContinue.png");
}
.line {
    background-color: #fff;
    float: left;
    height: 3px;
    margin: 5px 0;
    width: 100%;
}
.cartOverlayProductContainer  p.middle {
    display: table-cell;
    height: 167px;
    vertical-align: middle;
	width:250px
}

