/* @override 
	https://pos.kauft-an.de/skin/frontend/loop/pos/css/styles.css
	https://cpn.kauft-an.de/skin/frontend/loop/pos-cpn/css/styles.css */


.no-display {
	display: none;
}


ul {
	list-style: none;
	padding: 0;
}



#kontakt {
	margin-right: 10px;
}
.nav-item {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
}
.nav-item .btn {
	margin-left: 10px;
}
.nav-item .nav-link{
	margin-top: 5px;
}
.nav-item.active  {
	text-decoration: underline;
}

.nav-item:hover  {
	text-decoration: underline;
}


/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	vertical-align:middle; color:#2f2f2f;
}
input.input-text,select,textarea { background:#fff; border: 1px solid #dbdddb;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background-clip: padding-box;
width: 100%;
}





.field-25 {
	display: block;
	float: left;
	width: 238px;
	margin-bottom: 4px; 
}

.field-50 {
	display: block;
	float: left;
	width: 50%;
	margin-bottom: 4px;
}


.field-75 {
	display: block;
	float: left;
	width: 38%;
	margin-bottom: 4px;
	margin-left: 4px;
}

.field-25 .input-box{
		
	
	
		margin: 0 5px 0 0;
		float: left;
		width: 125px;
	}

.field-50 .input-box{
			margin-right: 0;
		margin: 0;
		float: left;
		width: 125px;
	}
	
.field-75 .input-box{
			margin-right: 0;
		margin: 0;
		float: left;
		width: 224px;
	}

.field label, .field-25 label, .field-50 label, .field-75 label  {
	float: left;
	margin-top: 7px;
	margin-right: 8px;
	width: 100px;
	font-weight: bold;
}


.field-25 .input-box input.input-text,textarea{
	height: 29px;
	font-size: 14px;
	background: url('../libs/corecss/images/magnifying_glass_2.gif') white no-repeat;
	background-position: 8px 7px;
	padding: 1px 10px;
	float: left;
	display: block;
	width: 107px;
}
	
	.field-75 .input-box input.input-text,textarea{
		height: 30px;
		font-size: 14px;
		padding: 1px 10px;
		float: left;
		display: block;
		width: 207px;
	}

input.input-text,textarea { 
height: 40px;
font-size: 14px;
background: url('../libs/corecss/images/magnifying_glass_2.gif') white no-repeat;
background-position: 8px 7px;
padding: 1px 10px;
float: left;
display: block;
line-height: 22px;
}
select { padding: 1px;
	margin-top: 2px;
	float: left;
	height: 30px;
}
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio {
	cursor:pointer;
}
input.checkbox { margin-right:2px; cursor:pointer;}
input.qty { width:2.5em !important;
	margin-top: 2px;
}

/* FF Fix */
button.button { -webkit-border-fit:lines;
	float: right;
	display: block;
} /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer;
}
button.button span { 

display:block; height: 35px; background:#f18200;  color:#fff;


-webkit-border-radius: 4px;
   -moz-border-radius: 4px;
        border-radius: 4px;
*zoom: 1;
background-color: #7795a8;
background: -moz-linear-gradient(90deg, #5e8399 0%, #9eb4c1 100%) #63839b;
background: -webkit-gradient(linear, left bottom, left top, from(#5e8399), to(#9eb4c1)) #63839b;
border-bottom: 1px solid #18518e;
border-top: 1px solid #9eb4c1;
border-left: 1px none #9eb4c1;
border-right: 1px none #9eb4c1;

font-size: 14px;
padding: 3px 12px 9px;
text-shadow: 0 -1px 1px #18518e;

line-height: 19px;

color: white;


font-weight: normal;
font-style: normal;


}
button.button span span { background: none;
	border-style: none;
}
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
        border-radius: 4px;
*zoom: 1;


background: -webkit-gradient(linear, left bottom, left top, from(#5e8399), to(#9eb4c1)) #63839b;
border-bottom: 1px solid #18518e;
border-top: 1px solid #9eb4c1;
border-left: 1px none #9eb4c1;
border-right: 1px none #9eb4c1;

font-size: 16px;

text-shadow: 0 -1px 1px #18518e;



padding: 10px 15px 15px;

font-weight: normal;
font-style: normal;
line-height: 5px;
}
button.btn-checkout span span {
	border-style: none;
	background: none;
}
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color: white;
}
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	clear: left;
}
.form-list label { float:left;
	position:relative; z-index:0;
}
.form-list label.required {
	font-weight: normal;  
	font-style: normal;
}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px;
	display: none;
}
.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 li.fields { margin-right:-15px; }*/
.form-list .input-box {
	width: 100%;
	clear: both;
}
.form-list .field {
	
}
.form-list input.input-text {
	display: block;
}
.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 #ccc; 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; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.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:11px; font-weight:normal; color:#777; text-align:left; }
.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 {
	text-align:right;
	clear: both;
}

#billing-buttons-container  {
	border: 1px solid #dcdddc;
	padding: 15px;
	background-color: #f4f5f4;
	-moz-box-shadow: 0 1px 2px #daddda;
	box-shadow: 0 1px 2px #daddda;
}


#billing-buttons-container p  {
	text-align: left;
	float: left;
	width: 60%;
	font-size: 12px;
}
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button {
	margin-left:5px;
	float: right;
}

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }


.fieldset .legend {
	font-weight:bold; font-size: 20px;
	margin-bottom: 5px;
}

/* Form Validation */


.validation-advice {
	margin: 5px 0 0;
	line-height: 14px;
	color: #dc3445;
	font-size: 12px;
}

.product-options .validation-advice {
	display: none;
}
.product-options .validation-failed {
	border-color: #dc3645;
}
.product-options .validation-passed {
	}

input.input-text.validation-failed {
	border-color: #dc3645;

}




input.input-text.validation-passed {
	
}

p.required { font-size: 11px; text-align: right; color:#EB340A;
display: none;
	
}
/* 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:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin: 25px 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style: solid;
background-position: 12px 15px !important; background-repeat: no-repeat !important; min-height:24px !important; padding: 12px 20px 10px !important; font-size: 16px;
margin: 0;
-webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
border-width: 1px;
}
.error-msg { border-color: #f4c6ca; background-color: #f8d6d9;
	color:#df280a;
	clear: left;
}
.success-msg { border-color: #c2e5cb; background-color: #d3ecda;
	color:#3d6611; }
.note-msg,
.notice-msg { border-color: #ffeeba; background-color: #fff2cd;
	color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 13px;}
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }


.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.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; padding:15px 0 0; font-size: 15px; font-weight: bold; margin:0 0 6px;
}

/* Pager */
.pager {
	border-top:1px solid #e2e2e2;
	padding: 10px 0;
	margin-right: 0;
	margin-left: 0;
}
.pager .amount { float:left;
}
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select {
	vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages ol { display:inline; }

.pager .pages .current {}

/* Sorter */
.sorter { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom {}

/* Data Table */

.cart {
	padding: 15px;
	border: 1px solid #daddda;
	-moz-box-shadow: 0 1px 2px #daddda;
	box-shadow: 0 1px 2px #daddda;
}

.cart-fieldset {
	padding: 15px;
	border: 1px solid #daddda;
	-moz-box-shadow: 0 1px 2px #daddda;
	box-shadow: 0 1px 2px #daddda;
	margin-top: 15px;
}


 
 
.data-table .odd  {  }
.data-table .even { }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0;
}
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }

.data-table th {padding: 8px;
line-height: 18px;
text-align: left;
vertical-align: top;


}
.data-table td { padding: 8px;
line-height: 18px;
text-align: left;
vertical-align: top;


 }

.data-table thead th { font-weight:bold;  color:#0a263c; white-space:nowrap; vertical-align:middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background-color: #efefef;
	font-size: 14px;
}
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { }
.data-table tfoot tr {
	
}
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }


.data-table tbody th,
.data-table tbody td { }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td {  }
tr.summary-details-first td {  }
tr.summary-details-excluded { font-style:italic; }

#my-orders-table.data-table  {
	width: 100%;
}

#my-orders-table.data-table td {
	background-color: white;
	padding: 15px 15px 0;
}






#my-orders-table.table .price {
	float: none;
}

#my-orders-table.data-table td.last {
	border-right-style: solid;
}

#my-orders-table.table .price-incl-tax {
	border: 10px solid #dfe0df;
	padding: 5px 10px 10px;
	width: 220px;
	text-align: center;
	margin-bottom: 10px;
	float: right;
}

#my-orders-table.table .form-check {
	padding-left: 0;
}




/* 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(../images/bkg_collapse.gif) 100% 5px 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% -52px; }

/* 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; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  {
	width:11px; height:11px; font-size: 0; line-height: 0; background: url(../images/btn_remove.gif) no-repeat 0 0; text-indent:-999em; overflow:hidden;
	float: right;
}
.btn-remove2 {
	width:16px; height:16px; font-size: 0; line-height: 0; background: url(../images/glyphicons-halflings.png) no-repeat -455px 0; text-indent:-999em;
	float: left;
}



.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../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:url(../images/bkg_divider1.gif) 0 50% repeat-x; 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:950px; margin:0 auto; padding:12px 0 12px; background:url(../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:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container {
	
}
.header {
	padding: 0; text-align:right; position:relative; z-index:10;
	margin-top: 20px;
	margin-bottom: 0;
}
.header .logo { float:left;
	text-decoration:none !important;
margin-top: 10px;
margin-bottom: 15px;
margin-right: 0;
}
.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 h1.logo { margin:0; }
.header .quick-access { float:right; width: 800px; padding: 0;
	margin-top: 35px;
}
.header .welcome-msg {
	display: none;
}
.header .welcome-msg a { color:#ebbc58; }


.header .promo {
	overflow: hidden;
	height: 35px;
	float: right;
	margin-top: 12px;
}



.header .promo p{
	text-align: left;
	float: right;
	margin-right: 40px;
	font-size: 11px;
	line-height: 14px;
}

.header .promo p a{
	color: #2f2f2f;
}

.header .promo p a.blue{
	color: #1e7ec8;
}


.header .promo p.hotline{
	margin-right: 0;
	width: 270px;
}


.form-search { 
background-color: #EFEFEF;
padding: 5px;

position: relative;
white-space: nowrap;
-webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	margin-bottom: 25px;
	
	display: block;
	height: 33px;
	clear: left;
}
.form-search label {
	display: none;
}
.form-search input.input-text {
	height: 29px;
padding: 1px;
padding-left: 30px;
font-size: 14px;
margin-right: 3px;
background: url('../libs/corecss/images/magnifying_glass_2.gif') white no-repeat;
background-position: 8px 7px;
float: left;
color:#CCC;
width: 644px;
}
.form-search button.button { 
padding: 0;
height: 33px;
float: left;

}
.form-search button.button span { 
-webkit-border-radius: 4px;
   -moz-border-radius: 4px;
        border-radius: 4px;
*zoom: 1;
background: -moz-linear-gradient(90deg, #5e8399 0%, #9eb4c1 100%) #63839b;
background: -webkit-gradient(linear, left bottom, left top, from(#5e8399), to(#9eb4c1)) #63839b;
border-bottom: 1px solid #18518e;
border-top: 1px solid #9eb4c1;
border-left: 1px none #9eb4c1;
border-right: 1px none #9eb4c1;

font-size: 14px;
padding: 3px 12px 9px;
text-shadow: 0 -1px 1px #18518e;
font-weight: normal;
font-style: normal;
}
.form-search button.button span span {
	background: none;
	border-style: none;
}
.form-search .search-autocomplete { z-index:999; left:5px !important; top:37px !important; }
.form-search .search-autocomplete ul { border: 1px solid #b6b6b6;
	font-size: 14px;
	padding: 1px;
	background-color: white;
}
.form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.form-search .search-autocomplete li.odd { background-color:#fffefb; }
.form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right;
	display: none;
}
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; margin: 0 0 5px; }
.header .links li { float:left; font-size:11px; background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header .links a { }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

/********** < Navigation */

#nav {
	float: left;
}

#nav a {
	color: #6c757d;
}




/* Sidebar =============================================================================== */
.block { border:1px solid #c4c1bc; margin:0 0 15px; }
.block .block-title { background:url(../images/bkg_block-title.gif) 0 0 repeat-x; border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content { background:#f8f7f5; }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#dee5e8 url(../images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }

/* Mini Blocks */


.block-subscribe, .block-cart, .block-viewed, .block-compare {
	display: none;
}
.block-subscribe {
	display: block;
}

.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title { background:#fc9d36 url(../images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content { background:#fbfaf6; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#ea7900; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(../images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(../images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; height:24px; background:url(../images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(../images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.block-layered-nav .block-content { border:1px solid #a0b3c3; background:#e7f1f4; }
.block-layered-nav dt { background:url(../images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
.block-layered-nav dd { padding:0 12px 12px; background:url(../images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff url(../images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:4px 6px 4px 10px; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:18px; background:url(../images/bkg_block-layered-label.gif) 0 3px no-repeat; text-transform:uppercase; }
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions { font-size:11px; padding:4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(../images/i_block-cart.gif); }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.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 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(../images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(../images/i_block-related.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(../images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(../images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(../images/i_block-tags.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(../images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(../images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

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

/* Block: Login */
.block-login .block-title strong { background-image:url(../images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

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


/* Category Page ========================================================================= */
.category-title { 
	background-color: #edefed;
	padding-top: 10px;
	padding-bottom: 13px;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.category-title h1 {
	float: left;
	margin-left: 25px;
	margin-bottom: 0;
}

.category-box h2 {
	width: 100%;
}


.category-box .btn {
	margin-top: 15px;
	font-size: 14px;
	padding: 10px 15px;
}

.category-image, .category-image-active  {
	width: 100%;
}

.category-image img, .category-image-active img {
	height: 120px;
	max-width: 165px;
}
.category-description {
	margin-right: 15px;
	margin-left: 15px;
}

.category-products {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}



/* View Type: Grid */
.products-grid {
	float: left;
	padding-left: 0;
}
.products-grid.last { border-bottom:0; }

.products-grid li.item {
	width: 164px;
	padding: 0 0 10px 10px;
	height: 154px;
	float: left;
}
.products-grid li.item.first {
	padding-left: 0;
}
.products-grid .product-image { display:block; width: 153px; height: 153px; margin: 0 0 10px;
	
	
	background-color: #EFEFEF;
	
	
	
	
	-webkit-border-radius: 4px;
	    -khtml-border-radius: 4px;
	    -moz-border-radius: 4px;
	    border-radius: 4px;
		padding: 5px;
		text-align: center;
	}
	.products-grid .product-image-inner{
		border: 1px solid #b6b6b6;
		width: 143px;
		height: 143px;
		float: left;
		background-color: white;
	}
	
	.products-grid .sub-image-inner{
		border: 1px solid #b6b6b6;
		width: 143px;
		height: 143px;
		float: left;
		background-color: #efefef;
	}
	.products-grid .product-image img{
		
		width: 100px;
		height: 100px;
		margin-top: 10px;
	}
.products-grid .product-name { /*min-height:2.7em;*/   


top: -44px;
position: relative;


}
.products-grid .product-name a {
	width: 141px;
display: block;
font-size: 10px;
font-weight: bold;
	margin-top: 6px;
	margin-right: 6px;
	margin-left: 6px;
	height: 30px;
line-height: 15px;
text-align: center;
background-color: #efefef;
color: #0a263c;
padding-right: 4px;
padding-left: 4px;
	bottom: 2px;
	position: relative;
}

.products-grid .product-name a:hover {
	text-decoration: none;
}
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width: 100%; margin:0 auto; }
.col1-layout .products-grid { width: 100%; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.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; }
/* ======================================================================================= */


/* 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; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.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:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

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

table .price {
	float: right;
}


.price-box { margin:5px 0;
	
}
.price-box .price { font-weight: bold;
}

/* Regular price */
.regular-price {
	
}
.regular-price .price { font-weight: bold; font-size: 40px;
}
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

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

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999;
	font-size: 12px;
}
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size: 24px; font-weight: bold;
	color: #000000;
}

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999;
	font-size: 12px;
}
.price-including-tax .price { font-size: 24px; font-weight:bold; color: #000000; }

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

/* FPT */
.weee { display:block; font-size:11px; 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 { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

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

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999;
	display: none;
}
.price-notice .price { font-weight:bold; color:#2f2f2f; }

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

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

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

/* Add to Links */
.add-to-links { font-size:11px;
	display: none;
}
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button {
	margin-left: 25px;
	margin-top: 15px;
}
.add-to-cart .paypal-logo { clear:left; margin:0; 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 { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }




.product-essential {
	
}


.product-essential .h1 {
	font-size: 18px;
}



.product-collateral { background:#faf7ee url(../images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px; }
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.product-view .product-img-box {
	margin-right: auto;
	margin-left: auto;
}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.product-view .product-img-box .product-image img {
	max-width: 100%;
	max-height: 200px;
}
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; 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 { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../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:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.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 { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop {
	text-align: center;
}




.product-view .product-shop .tax-details{
	
	display: none;
}


.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { 
  font-size: 18px !important;
  margin-top: 25px;
	margin-bottom: 0;
}
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
.product-view .product-shop .price-box { margin:10px 0;
	height: 80px;
}
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
.product-options { 

background-color: white;
	white-space: nowrap;

-webkit-border-top-left-radius: 4px;
   -webkit-border-top-right-radius: 4px;
   -khtml-border-top-left-radius: 4px;
   -khtml-border-top-right-radius: 4px;
   -moz-border-radius-topleft: 4px;
   -moz-border-radius-topright: 4px;
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
	border: 5px solid #EFEFEF;
	padding-bottom: 15px;
	padding-top: 2px;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}


.product-options dl {
	margin: 0;
}

.product-options div.option-child{
	border-left: 1px solid #e4e4e4;
}
.product-options dt {
	font-weight: normal;
	margin-top: 15px;
	margin-left: -15px;
	margin-right: -15px;
}
.product-options dt label {
	font-weight: bold;
	display: block;
	white-space: normal;
	float: left;
	margin-bottom: 0;
}

.product-options dt label button {
	float: right;
	position: absolute;
} 
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dt label span.required  {
	display: none;
}
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-color: #e4e4e4;
}

.product-options div.option-child dd {
	
}






.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:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }

.product-options ul.options-list {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 30px;
	margin-bottom: 0;
}





.product-options ul.options-list li { line-height: 1.5; padding:2px 0;
	margin-right: 20px;
	float: left;
}
.product-options ul.options-list li:last-child { 
	margin-right: 0px;
}
.product-options ul.options-list input.radio { float:left;
	margin-top: 5px;
}
.product-options ul.options-list input.checkbox { float:left; margin-top: 5px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label {
	font-size: 14px;cursor:pointer;
	margin-bottom: 0;
}
.product-options ul.validation-failed {
	background-color: #f19a9a;
}
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom {
	-webkit-border-bottom-left-radius-left-radius: 4px;
   -webkit-border-bottom-right-radius: 4px;
   -khtml-border-bottom-left-radius: 4px;
   -khtml-border-bottom-right-radius: 4px;
   -moz-border-radius-bottomleft: 4px;
   -moz-border-radius-bottomright: 4px;
   border-bottom-left-radius: 4px;
   border-bottom-right-radius: 4px;
   padding: 5px 5px 0;
}

.product-options-bottom .tax-details {
	
}

.product-view-tip {
	background: url(../images/glyphicons_064_lightbulb.png) 15px 15px no-repeat #d2f3bf;
	margin-top: 15px;
	padding: 15px 15px 15px 45px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
}

#toggle_in_price {
	border: 6px solid #7794a7;
	background-color: white;
	padding: 10px 10px 5px;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	display: block;
	margin-top: 15px;
	margin-left: 0;
	float: left;
}

#toggle_in_price .price-box{
	display: block;
}

#toggle_in_highlights {
	margin-left: 10px;
	margin-right: 20px;
	text-align: left;
	margin-top: 15px;
}
.product-options-bottom .add-to-cart { margin:0; padding:0 0 10px; border:0; background:0;
	
}

.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box {
	margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.add-to-cart {
	margin-top: 20px;
	text-align: center;
}
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(../images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal;
}
.product-name a { color:#1e7ec8;
}

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* 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 a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight: bold; margin:0 0 5px; color:#2f2f2f;
font-size: 14px;
line-height: 21px;
}
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }

.cart-table .btn-continue  { 
	width: 265px;
	float: left;
	display: block;
}


.cart-table .btn-continue span { float:left; background: none;
	border-style: none;
	
	color: #1e7ec8;
	font-size: 12px;
	margin: 0;
	text-shadow: 0 0 0 #ffffff;
	font-weight: bold;
	padding: 10px 0;
	

}

.cart-table .btn-continue span:hover {
	text-decoration: underline;
}



.cart-table .btn-update  {
	float: left;
	width: 16px;
}

.cart-table .btn-update span {   display:block; width:16px; height:16px; font-size: 0; line-height: 0; background: url(../images/glyphicons-halflings.png) no-repeat -215px -24px; text-indent:-999em; overflow:hidden;
border-style: none;
float: left;
padding: 0 4px 0 0;
}



.cart-table .btn-update span span{  background: none;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
}
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #d0cbc1; background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; padding:12px 15px; margin:0 0 18px; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span { border-color:#406a83; background:#618499; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 { background-image:url(../images/i_discount.gif); }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping h2 { background-image:url(../images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */

.cart-additional-info {
	background-color: #f3f5f3;
	margin-top: 15px;
	padding: 15px;
}

.cart .totals table {
	border: 4px solid #7b99aa;
	padding: 10px 10px 5px;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.cart .totals td { padding: 1px 0 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px;
}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size: 17px;
	text-decoration: underline;
}
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt {
	margin-right: 5px;
	font-weight: normal;
	font-style: normal;
}
.item-options dd {  margin:0 0 6px;
	font-weight: bold;
}
.truncated { cursor:help;
	float: left;
}



.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { 
	width: 100%;
	float: left;
	clear: left;
	margin: 8px;
}
.sp-methods dt {
	font-weight:bold;
	cursor:pointer;
	float: left;
	width: 100%;
}
.sp-methods dd {
	clear: left;
}
.sp-methods dd li {
	margin: 0;
	padding: 5px 0;
	float: left;
	clear: left;
}
.sp-methods dt label {
	background-color: #f4f5f4;
	padding: 15px 25px 15px 35px;
	float: left;
	border: 1px solid #dbdddb;
	margin-top: -16px;
	font-weight: normal;
	font-style: normal;
	cursor:pointer;
}

.sp-methods dt label:hover {
	background-color: #dbdddb;
}


.sp-methods .radio {
	position: relative;
	float: left;
	left: 15px;
	top: 14px;
}

.cart-info {
	color: gray;
}

.sp-methods .price { font-weight:bold; }
.sp-methods .form-list {
	float: left;
	width: 555px;
	border-right: 1px solid #daddda;
	margin: 15px 0 0;
	border: 1px solid #daddda;
	padding-left: 15px;
	padding-right: 15px;
	
	
}



.sp-methods .form-list ul {


}


.sp-methods .form-list li {
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

.ssl {
	float: right;
}
.sp-methods select.month { width:154px; 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; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait {
	margin-top: 65px;
}
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../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 h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.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; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li {
	margin-right: 0;
	margin-left: 0;
}
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

p.agree{
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

p.agree input.checkbox{
	position: relative;
	margin: 2px 5px 20px 0;
	float: left;
}

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

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

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(../images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(../images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
.opc .active .step-title h2 { color:#f18200; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

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

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:240px; padding:14px 21px; background:#faf7ee url(../images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
.account-login .new-users h2 { background-image:url(../images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(../images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x; }

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


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

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 {
	margin:0; font-size: 16px; font-weight:bold;
	background-position:0 0; background-repeat:no-repeat;
	float: left;
	width: 100%;
	text-align: left;
}

.dashboard .box .box-title { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left;
	font-weight:bold; margin: 3px 0 0;
	font-size: 16px;
}

/* Block: Recent Orders */


/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(../images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(../images/i_ma-reviews.gif); }
.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:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(../images/i_ma-tags.gif); }
.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:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0;
	float: right;
}

.order-info-box { 
	background: rgba(0,0,0,.03);
	border: 1px solid rgba(0,0,0,.125);
	margin:0 0 15px; 
	border-radius:calc(.25rem - 1px) calc(.25rem - 1px) calc(.25rem - 1px) calc(.25rem - 1px)
		
		width: 1px;
	width: 100%;
}
.order-info-box h2 { font-weight:bold; font-size: 16px;
	margin-top: 15px;
}
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items {
 }
.order-items h2,
.order-items h3 {
	font-weight:bold;
	padding:0; margin:0 0 5px; color:#0a263c;
	clear: none;
	font-size: 15px;
}
.order-items .product-name { font-size:1em !important; font-weight:bold !important;
	clear: left;
	margin-top: 15px;
	float: left;
}
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.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 { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }

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

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { 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 h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

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


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */


.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }

.footer a:hover { text-decoration:underline; }
.footer .bugs {
	display: none;
}
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address {
	float: left;
}
.footer address a {
	text-decoration: none;
}
.footer address a:hover {
	
}

.footer ul.links { display:block; }
.footer li {}
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */

/* ======================================================================================= */


.custom-checkout {
	padding-left: 1px;
}

.custom-checkout h4 {
font-size: 18px;
display:block;
line-height: 16px;
margin-left: 0;
margin-right: 0;
font-weight: normal;
font-style: normal;
padding-right: 0;
	padding-left: 0;
	padding-bottom: 15px;
}

.field_50 {width: 40%;

	float: left;
}

.guest-select {width:305px !important;}

.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
	}
.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}
.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}
.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}
.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.cart .row-fluid .span6:first-child {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
	border-right: 1px solid #dcdddc;
}
.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}
.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}
.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}
.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.store-switcher {
	float: left;
	text-align: center;
	background-color: #efefef;
	margin-bottom: 15px;
	height: 35px;
	padding-top: 15px;
	width: 915px;
	
	
}

.store-switcher:hover {
	
	height: 32px;

	width: 910px;
	text-decoration: none;
	padding-top: 12px;
	border: 3px solid #63839b;
}

	

.category-box h2{
	font-weight: bold;
}	

.category-box .h3{
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	width: 100%;
}

.category-box .number{
	margin-bottom: 0;
	margin-top: 5px;
	padding-bottom: 4px;
	display: none;
}	

.category-box h3{
	margin-top: 15px;
	margin-bottom: 10px;
}	

	


 
.category-box a.category-image, .category-box-first a.category-image, .category-box a.category-active, .category-box-first a.category-active, .category-box a.category-image-active, .category-box-first a.category-image-active {
	

	text-align: center;
	display:block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
		color: #404040;
		-webkit-border-radius: 4px;
		    -khtml-border-radius: 4px;
		    -moz-border-radius: 4px;
		    border-radius: 4px;
			line-height: 18px;
	font-weight: bold;
	float: left;
}
	
.category-box a.category-active, .category-box-first a.category-active{
	background: -webkit-gradient(linear, left bottom, left top, from(#99afbc), to(#c9d9e3)) #63839b;
	background: -moz-linear-gradient(bottom, #99afbc 0%, #c9d9e3 100%) #63839b;
	background: linear-gradient(to top, #99afbc 0%, #c9d9e3 100%) #63839b;

}
	

.category-box a:hover, .category-box-first a:hover, .category-box .category-image-active {
	text-decoration: none;
	/*background-color: #dbdddb;*/
}

a.category-active:hover {
	text-decoration: none;
	background: -webkit-gradient(linear, left bottom, left top, from(#99afbc), to(#c9d9e3)) #63839b;
	background: -moz-linear-gradient(bottom, #99afbc 0%, #c9d9e3 100%) #63839b;
	background: linear-gradient(to top, #99afbc 0%, #c9d9e3 100%) #63839b;}

.category-box a .product-inner, .category-box-first a .product-inner{
	height: 202px;
	float: left;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
}

.category-box a .product-image-inner h2, .category-box-first a .product-image-inner h2{
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
}


a.category-image-active .product-image-inner{
	box-shadow: inset 0 1px 2px #dcdddc;
	border-color: #9a9a9a;
}
.category-image-box a img, .category-image-box-first a img{
	margin: 5px auto;
	display: block;
	height: 120px;
	max-width: 165px;
}
.category-image-box .buy, .category-image-box-first .buy, .category-image-box .buy-active, .category-image-box-first .buy-active{
	


border: 1px solid #194665;
background: -webkit-gradient(linear, left top, left bottom, from(#89a3b4), to(#618095)) #f3f3f3;
background: -webkit-linear-gradient(top, #89a3b4 0%, #618095 100%) #f3f3f3;
background: -moz-linear-gradient(top, #89a3b4 0%, #618095 100%) #f3f3f3;
background: -ms-linear-gradient(top, #89a3b4 0%, #618095 100%) #f3f3f3;
background: -o-linear-gradient(top, #89a3b4 0%, #618095 100%) #f3f3f3;
background: linear-gradient(to bottom, #89a3b4 0%, #618095 100%) #f3f3f3;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-size: 16px;
	
		*zoom:1;
list-style-type:none;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#eeeeee',GradientType=0);*zoom:1;-webkit-box-shadow:0 1px 0 rgba(22,22,22,0.5) inset;-moz-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;box-shadow:0 1px 0 rgba(225,225,225,0.5) inset;


margin-bottom: 0;
	color: white;
	line-height: 22px;
	text-shadow: 0 -1px #184565;
	font-weight: normal;
	font-style: normal;
	padding: 6px 15px 7px;
	position: relative;
	float: left;
	top: 5px;
	left: 2px;
}



.category-image-box a:hover .buy, .category-image-box-first a:hover .buy {
	
background: -webkit-gradient(linear, left top, left bottom, from(#7d9aac), to(#597689)) #f3f3f3;
background: -webkit-linear-gradient(top, #7d9aac 0%, #597689 100%) #f3f3f3;
background: -moz-linear-gradient(top, #7d9aac 0%, #597689 100%) #f3f3f3;
background: -ms-linear-gradient(top, #7d9aac 0%, #597689 100%) #f3f3f3;
background: -o-linear-gradient(top, #7d9aac 0%, #597689 100%) #f3f3f3;
background: linear-gradient(to bottom, #7d9aac 0%, #597689 100%) #f3f3f3;
border: 1px solid #153d58;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#eeeeee',GradientType=0);*zoom:1;-webkit-box-shadow:0 1px 0 rgba(22,22,22,0.5) inset;-moz-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;box-shadow:0 1px 0 rgba(225,225,225,0.5) inset;
}

.category-image-box a:active .buy, .category-image-box-first a:active .buy {
	
background: -webkit-gradient(linear, left top, left bottom, from(#7d9aac), to(#597689)) #f3f3f3;
background: -webkit-linear-gradient(top, #7d9aac 0%, #597689 100%) #f3f3f3;
background: -moz-linear-gradient(top, #7d9aac 0%, #597689 100%) #f3f3f3;
background: -ms-linear-gradient(top, #7d9aac 0%, #597689 100%) #f3f3f3;
background: -o-linear-gradient(top, #7d9aac 0%, #597689 100%) #f3f3f3;
background: linear-gradient(to bottom, #7d9aac 0%, #597689 100%) #f3f3f3;
border: 1px solid #153d58;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#eeeeee',GradientType=0);*zoom:1;-webkit-box-shadow: inset 0 2px 6px rgb(86, 114, 133);-moz-box-shadow: inset 0 2px 6px rgb(86, 114, 133);box-shadow: inset 0 2px 6px rgb(86, 114, 133);
	width: 100px;
}


.category-image-box a.buy-active, .category-image-box-first a.buy-active{
	top: -24px;
	display: none; 
}

.loading-wrapper          {
	height: 0;
	width: 100%;
	top: 350px;
	margin-right: auto;
	margin-left: auto;
	position: fixed;
	left: 0;
}

.loading-wrapper .loading          {
	height: 80px;
	width: 110px;
	background: url(../images/ajax-loader.gif) 40px no-repeat #b5b6b5;
	opacity: 0.6;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 4px;
	    -khtml-border-radius: 4px;
	    -moz-border-radius: 4px;
	    border-radius: 4px;
	
}

#tooltip {
	background-color: transparent;
	padding-bottom: 0;
	padding-top: 3px;
	position: absolute;
}

#tooltip a{
	background-color: #404040;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
			color: white;
			text-align: left;
			width: 10px;
			display: block;
			height: 14px;
			font-weight: bold;
			line-height: 18px;
			padding: 1px 3px 4px 6px;
	border-color: #efefef;
	top: -4px;
			position: relative;
	margin-right: 5px;
	float: left;
}

#tooltip a:hover{
	text-decoration: none;
	
	float: left;
	border-color: #a9a9a9;
}

#tooltip a span {
	
	background-color: white;
	padding: 10px;
	width: 300px;
	text-align: left;
	white-space: normal;
	float: left;
	color: #404040;
	font-weight: normal;
	font-style: normal;
	z-index: 999999999;
	position: relative;
	display: none;
	left: -355px;
	top: -35px;
	-webkit-border-radius: 4px;
	   -webkit-border-radius: 4px;
	   -khtml-border-radius: 4px;
	 
	   -moz-border-radius: 4px;
	   border-radius: 4px;
	   border: 4px solid #efefef;
   }

#tooltip a:hover span {
	display: block;
	
	
}




.help {
	float: right;
	border: 1px solid #dbdddb;
	margin-right: 15px;
	margin-top: 5px;
	background-color: white;
	padding: 5px 10px 4px;
	cursor: pointer;
	margin-left: 15px;
}
	
	



		
		.step-line {
			float: left;
					
		
				vertical-align: middle;
			width: 312px;
						background: -moz-linear-gradient(90deg, #eeefee 0%, #eeeeef 100%, #a3a3a3 100%) #efefef;
							    background: -webkit-gradient(linear, left bottom, left top, from(#eeefee), to(#eeeeef), to(#a3a3a3)) #efefef;
							
								height: 1px;
								border-top: 1px solid #e0dddd;
								border-bottom: 1px solid #e0dddd;
							}
					
					.step-line-active {
						float: left;
								
					
							vertical-align: middle;
									width: 312px;
									margin-bottom: 5px;
									
									
									
				
				
			
				background-color: #7b97a7;
			
				
			
							
					height: 2px;
				
					
						 -webkit-font-smoothing: subpixel-antialiased;
						
						-moz-box-shadow: 0 1px 1px #dcdddc;
						-webkit-box-shadow: 0 1px 1px #dcdddc;
						box-shadow: 0 1px 1px #dcdddc;
						
											
						border: 1px solid #194665;
						    background: -webkit-gradient(linear, left top, left bottom, from(#89a3b4), to(#618095)) #f3f3f3;
						    background: -webkit-linear-gradient(top, #89a3b4 0%, #618095 100%) #f3f3f3;
						    background: -moz-linear-gradient(top, #89a3b4 0%, #618095 100%) #f3f3f3;
						    background: -ms-linear-gradient(top, #89a3b4 0%, #618095 100%) #f3f3f3;
						    background: -o-linear-gradient(top, #89a3b4 0%, #618095 100%) #f3f3f3;
						    background: linear-gradient(to bottom, #89a3b4 0%, #618095 100%) #f3f3f3;
						   font-size: 16px;
						    
						    *zoom:1;
						    
						    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#eeeeee',GradientType=0);*zoom:1;-webkit-box-shadow:0 1px 0 rgba(22,22,22,0.5) inset;-moz-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;box-shadow:0 1px 0 rgba(225,225,225,0.5) inset;
						    
						    
						    margin-bottom: 0;
						    	color: white;
						    
						    	text-shadow: 0 -1px #184565;
						border-bottom-style: none;
						border-left-style: none;
						border-right-style: none;
					}


		
.bluebox-title {
			width: 952px;
			font-weight: normal;
			font-style: normal;
			 -webkit-font-smoothing: subpixel-antialiased;
			
			-moz-box-shadow: 0 1px 1px #dcdddc;
			-webkit-box-shadow: 0 1px 1px #dcdddc;
			box-shadow: 0 1px 1px #dcdddc;
			
			-webkit-border-top-left-radius: 2px;
			-webkit-border-top-right-radius: 2px;
			-moz-border-radius-topleft: 2px;
			-moz-border-radius-topright: 2px;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
		
			border: 1px solid #194665;
			    background: -webkit-gradient(linear, left top, left bottom, from(#89a3b4), to(#618095)) #f3f3f3;
			    background: -webkit-linear-gradient(top, #89a3b4 0%, #618095 100%) #f3f3f3;
			    background: -moz-linear-gradient(top, #89a3b4 0%, #618095 100%) #f3f3f3;
			    background: -ms-linear-gradient(top, #89a3b4 0%, #618095 100%) #f3f3f3;
			    background: -o-linear-gradient(top, #89a3b4 0%, #618095 100%) #f3f3f3;
			    background: linear-gradient(to bottom, #89a3b4 0%, #618095 100%) #f3f3f3;
			   font-size: 16px;
			    
			    *zoom:1;
			    
			    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#eeeeee',GradientType=0);*zoom:1;-webkit-box-shadow:0 1px 0 rgba(22,22,22,0.5) inset;-moz-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;box-shadow:0 1px 0 rgba(225,225,225,0.5) inset;
			    
			    
			    margin-bottom: 0;
			    	color: white;
			    	line-height: 22px;
			    	text-shadow: 0 -1px #184565;
			    	
			    	padding: 6px 15px 7px;
			
		}
			

.hero-img {
			margin-bottom: 25px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6x;
	font-size: 14px;
	text-align: center;
	border: 5px solid #edefed;
}

.hero-img .hero {
	margin-top: 80px;
	margin-bottom: 0;
	width: 400px;
	-webkit-border-radius: 0x;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0x;
	-webkit-border-top-right-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.hero {
	background-color: #edefed;
	padding: 35px 15px;
	margin-bottom: 25px;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 14px;
	text-align: center;
}

.hero p, .hero h1 {
	font-size: 18px;
	line-height: 27px;
	font-weight: normal;
	font-style: normal;
}

.hero-img .hero p {
	line-height: 24px;
	font-size: 16px;
}

.hero-img .hero .h2 {
	font-size: 22px;
	line-height: 33px;
	margin-bottom: 10px;
}


			
.instructions li {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 5px;
}
			
.number {
	color: white;
	-webkit-font-smoothing: subpixel-antialiased;
	text-shadow: 1px -1px 1px #18518e;
	-moz-box-shadow: 0 1px 1px #dcdddc;
	-webkit-box-shadow: 0 1px 1px #dcdddc;
	border-top: 1px solid #9eb4c1;
	border-bottom: 1px solid #18518e;
	border-left: 1px none #9eb4c1;
	border-right: 1px none #9eb4c1;
	background-color: #7b97a7;
	background: -moz-linear-gradient(90deg, #5e8399 0%, #9eb4c1 100%) #63839b;
	background: -webkit-gradient(linear, left bottom, left top, from(#5e8399), to(#9eb4c1)) #63839b;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 14px;
	padding: 3px 6px;
	margin-right: 5px;
}

.container-how-it-works  {
	border: 4px dashed #969796;
	width: 100%;
	float: left;
}

.container-how-it-works li {
	list-style-type: none;
	width: 272px;
	float: left;
	font-size: 16px;
	color: #959795;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 5px;
}

.container-how-it-works li div{
	text-align: center;
}

.container-how-it-works li div img{
	margin-top: 4px;
	float: none;
	clear: left;
}

.container-how-it-works img {
	float: left;
	margin-top: 80px;
	margin-right: 10px;
	margin-left: 10px;
}

.container-topseller  {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #bcbcbb;
	padding: 10px 15px;
	clear: both;
	display: block;
	
	float: left;
}

.container-topseller li {
	float: left;
	text-align: center;
	width: 227px;
}


/* ORDER STATUS
======================================================================================= */

#StatusForm {
	width: 50%;
	text-align: right;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
}

.currentStatus {
	background-color: #edefed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dbdcda;
	font-size: 11px;
	padding: 10px;
	margin: 0 0 15px 0;
	line-height: 15px;
	
}

.currentStatus span {
	font-size: 14px;
	line-height: 23px;
	color: #000;
}




.status-product {
	text-align: center;
}

.status  {
	padding-top: 35px;
}



.status li {
	width: 100%;
	font-weight: bold;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-right: 1px solid #efefee;
	border-left: 1px solid #efefee;
	border-bottom: 1px solid #efefee;
	
}

.status li.active {
	border-right: 1px solid #dcdcdb;
	border-left: 1px solid #dcdcdb;
	border-bottom: 1px solid #dcdcdb;
}

.status li:first-child {
	border-top: 1px solid #dcdddc;
}


.status li h3 {
	padding-left: 50px;
	padding-right: 20px;
	background: url(../images/status.png) 10px no-repeat;
	color: silver;
}

.status li.active h3{
	color: #333;
	background: url(../images/status-active.png) 10px no-repeat;
}


.status li hr{
	border-style: none;
	box-shadow: 0 5px 5px #efefee;
	border-top: 1px solid white;
	margin-top: 0;
}

.status li.active hr{
	box-shadow: 0 5px 5px #dcdddc;
	border-top: 1px solid white;
	
}

.container_presse {
	background-color: #eeefee;
	padding: 15px;
}

.presse {
	border: 2px solid #edefed;
}







div#test-accordion{
    margin: 10px;
    border: 1px solid #aaa;
}

div.accordion {
	position: relative; /* required for bounding */
border-top: 1px solid #daddda;
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #f3f5f3;   
    cursor: pointer;
	border: 1px solid #daddda;
	padding: 15px;
	border-top-style: none;
	font-weight: bold;
}

div.accordion-toggle-active{
	background: #fff;	
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
	padding: 15px;
	border: 1px solid #daddda;
	border-top-style: none;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.contact {
	border: 1px solid #d9ddd9;
	padding: 10px;
}




padding:8px 13px; background:none; }

.form-list label.required {
	font-weight: normal;  
	font-style: normal;
	width: 100%;
}


.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase;
	float: right;
}


.sp-methods dd {
	width: 100%;
}
.sp-methods dd li {
	margin: 0;
	padding: 5px 0;
	float: left;
	clear: left;
}
.sp-methods dt label {
	background-color: white;
	padding: 0;
	float: left;
	border: 1px none #dbdddb;
	font-weight: normal;
	font-style: normal;
	cursor:pointer;
	margin-top: 0;
}

.sp-methods dt label:hover {
	background-color: #dbdddb;
}


.sp-methods .radio {
	position: relative;
	float: left;
	left: 0;
	top: 0;
}

.cart-info {
	color: gray;
}

.sp-methods .price { font-weight:bold; }
.sp-methods .form-list {
	float: left;
	border-right: 1px solid #daddda;
	border: 1px solid #daddda;
	width: 100%;
}




.sp-methods .form-list li {
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}





ol         { list-style:none;
	padding-left: 0;
}


input.input-text,textarea { 
float: none;
	margin: 0;
}

.checkout-note {
	width: 70%;
	text-align: left;
	display: block;
	float: left;
}

.order-cancel-or-accept {
	background-color: #eeefee;
	border: 1px solid #d0cbc0;
	padding: 0 25px 25px;
}

.link-cancel, .link-accept {
	background-color: red;
	color: white;
	padding: 5px;
}

.status-alternative_offer, .status-alternative_offer_reminder {
	border-color:#f16048;
	background-color:#faebe7;
	color:#df280a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 8px;
}

.status- {
	border-color:#446423;
	background-color:#eff5ea;
	color:#3d6611;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 8px;
}

.status- {
	border-color:#fcd344;
	background-color:#fafaec;
	color:#3d6611;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 8px;
}

#my-orders-table .item-options {
	width: 100%;
	float: left;
	margin-bottom: 0;
}




.list-group .glyphicon-ok-sign {
	border-color:#446423;
	font-size: 20px;
	color: #3d6611;
}

.list-group .glyphicon-exclamation-sign {
	border-color:#446423;
	font-size: 20px;
	color: #df280a;
}

.list-group .glyphicon-remove-sign  {
	border-color:#446423;
	font-size: 20px;
	color: #df280a;
}

#totals  {
	width: 100%;
}

.totals  {
	width: 100%;
	margin-bottom: 20px;
}

.totals td {
	padding: 2px;
}

.totals .count {
	border-top-width: 1px;
	border-top-style: solid;
}

.totals tr.count td {
	padding-top: 10px;
}

.total {
	border: 10px solid #dfe0df;
	padding: 5px 10px 10px;
	width: 220px;
	text-align: center;
	margin-bottom: 10px;
	display: block;
	float: right;
}

.total .price {
	font-size: 18px;
	color: #8db320;
	clear: left;
	font-weight: bold;
}

.total h3 {
	line-height: 21px;
	margin-bottom: 5px;
}

.modal-body p {
	white-space: normal;
}

.price-loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.5s linear infinite;
	margin: 10px auto -10px;
	display: inline-block;
}

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


tr.border {
	border-style: none;
}


footer h3,
footer a,
footer p {
	color: black;
}

h4 {
    font-size: 1rem !important;
    line-height: 1rem;
}

.widget-list li a:hover {
    text-decoration: underline;
}

.widget .card-header {
    background: #fff;
}

.widget .card-header a {
    width: 100%;
    display: block;
}

.widget .card-header a:after {
    content: "+";
    position: absolute;
    right: 40px;
    top: .9rem;
    transition: transform .15s ease-in-out;
}

.widget .card-header a:hover, .widget .card-header a:focus {
    text-decoration: none;
}

.widget .card-header a[aria-expanded="true"]:after {
    transform: rotate(45deg);
}

.widget .card-block {
    padding: 0 1.3rem;
}

.widget .card-block .widget-list li {
    margin-bottom: 4px;
}

#step1 {
	float: left;
	border-color: #6b747d;
	width: 100%;
}

.btn-group-toggle label.active:before  {
	content: "\2713";
}

#payment_form_debit .fields .field:first-child
 {

padding-left: 0;
	padding-bottom: 20px;
}

#payment_form_debit .fields .field:last-child
 {
padding-right: 0;
padding-bottom: 20px;
}

#notice-cookie-block
 {
padding-right: 0;
padding-bottom: 20px;
background-color: #007afe;
color: white;
position: fixed;
z-index: 9999;
width: 100%;
bottom: 0;
left: 0;
}
.notice-inner
 {
background-color: #007afe;
color: white;
z-index: 9999;
margin-left: auto;
	margin-right: auto;
padding: 25px;
max-width: 1100px;
}


/*CPN*/

/* Farben */

:root {
  --schwarz: #333333; 
  --dunkelblau: #0054ad;
  --blau: #0066d4; /* oder #0070cd oder #2b5179 COMACS: #eb6a27*/
  --hellblau: #f2f7fd;
  --grau: #8e8e8e;
  --hellgrau: #cfcfcf; /* oder #dddddd */
  --ganzhellgrau: #f0f0f0;
  --pink: #ec7bb0;
  --gelb: #ece734;
  --tuerkis: #9cd7d2;
  --gruen: #00971a;
  --dunkelgruen: #00bfa6;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative !important;
	font-size: 14px !important;
	background-color: var(--ganzhellgrau);
}
.customer-account-login .main, .customer-account-forgotpassword .main {
	margin-top: 50px;
}
.customer-account-login, .customer-account-forgotpassword {
	background-color: var(--ganzhellgrau);
}
.customer-account-login .card, .customer-account-forgotpassword .card {
	border-style: none;
	border-radius:  40px !important;
	padding: 30px;
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
}
.customer-account-login .card-footer, .customer-account-forgotpassword .card-footer {
	background-color: white;
	border-top-style: none;
	border-radius:  40px !important;
}


.customer-account-login .main .container {
	background-color: transparent;
}
.main .container {
	background-color: white;
	padding: 50px 25px;
	position: relative;
	max-width: 100%;
}
.navbar .container, .footer .container {
	max-width: 100%;
}

.cms-home main {
/*	margin-top: 110px;*/

}

h1 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px !important;
	}
.cms-page-view h1{
	margin-top: 0px;
	font-size: 22px !important;
	margin-bottom: 15px !important;
}
.cms-home h1 {
	margin-top: 0px;
	font-size: 22px !important;
	margin-bottom: 30px;
}
h2 {
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 10px !important;
}
h2.col-grey {
	font-size: 14px;
	font-weight: 500;
	
}
h3 {
	font-size: 14px !important;
}
.info {
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
}
.back {
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	color: var(--blau) !important;
}


.nav li .nav-link span {
	display: none;
}
.nav li .col-blue {
	padding-right: 0 !important;
}
.nav li .col-blue i {
	display: block;
}

.progress {
	height: 5px !important;
	background-color: #e8e8e8 !important;
	margin-bottom: 30px;
	margin-top: 0 !important;
}

.iframe-form-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 15px;
	margin-top: 25px;
}
.iframe-form-list li {
	margin-bottom: 5px;
	display: flex;
}
.iframe-form-list li a {
	color: var(--schwarz);
	border: 1px solid #e2e2e2;
	width: 100%;
	display: block;
	padding: 15px 40px 15px 20px;
	border-radius:  4px;
	background: white;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: 500;
}
/*.cms-home .iframe-form-list li a {
	border-left: 6px solid var(--blau);
}
.cms-home .iframe-form-list li a:hover {
	border-left: 6px solid var(--blau);
}*/
.iframe-form-list li a .cat-image {
		display: none;
	}
.iframe-form-list li a::after {
	content: url(../images/icons/icn-arrow-right-grey.svg);
	position: absolute;
	right: 40px;
}
.iframe-form-list li a:hover::after {
	content: url(../images/icons/icn-arrow-right-black.svg);
}
.product-view {
	margin-top: 15px;
}
.product-options { 
	border: 1px solid var(--hellgrau);
	float: left;
	width: 100%;
	padding: 0 20px;
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.product-options dt label { 
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 10px;
}
.product-view .product-result {
	background-color: white;
	border: 1px solid var(--hellgrau);
	border-radius: 4px;
	padding: 20px;
	text-align: left;
	margin-top: 10px;
}

.firecheckout-set .step {
	border: 1px solid var(--hellgrau) !important;
	padding: 20px 25px 0 !important;
}
.firecheckout-set .step-name {
	padding: 20px 25px 5px !important;
}
.firecheckout-set .step-review {
	padding: 20px 25px !important;
}
.firecheckout-section .block-title {
	font-size: 22px !important;
	font-weight: 500 !important;
	margin-bottom: 5px !important;
}
.firecheckout-section .block-subtitle {
	font-size: 14px !important;
	font-weight: 500 !important;
	max-width: 80%;
}
.visible-sm {
		display: none;
}
.hidden-sm {
		display: inline-block;
}
@media (min-width: 576px) {
	.hidden-sm {
		display: none;
	}
	.visible-sm {
		display: inline-block;
	}
	body {
		font-size: 16px !important;
	}
	.navbar .container, .footer .container {
		max-width: 1140px
	}
	.main {
		min-height: 500px;
		/*margin-top: 120px;*/
		margin-bottom: 15px;
	}
	.main .container {
		max-width: 1140px;
	}
	
	h1 {
		font-size: 32px !important;
		margin-bottom: 10px !important;
	}
	.cms-page-view h1 {
		margin-top: 50px;
		font-size: 40px !important;
		margin-bottom: 25px !important;
	}
	.cms-home h1 {
		margin-top: 0px;
		font-size: 40px;
		margin-bottom: 40px !important;
	}
	h2 {
		font-size: 32px;
		margin-bottom: 15px !important;
	}
	h2.col-grey {
		font-size: 18px;
	}
	h3 {
		font-size: 18px !important;
	}
	.info {
		font-size: 18px;
	}
	.back {
		font-size: 18px;
	}

	
	
	.progress {
		margin-bottom: 50px;
	}
	
	.iframe-form-list {
		margin-bottom: 10px;
		margin-top: 30px;
		
	}
	.iframe-form-list li {
		margin-bottom: 15px;

	}
	.iframe-form-list li a {
		padding: 18px 40px 14px 20px;
		font-size: 18px;
	}
	
	.product-view {
		margin-top: 25px;
	}
	.product-options { 
		margin-bottom: 25px;
		padding: 5px 30px 0;
	}
	.product-options dt label { 
		font-size: 18px;
	}
	.product-view .product-result {
		padding: 50px;
	}
	
	.firecheckout-set .step {
		padding: 40px 45px 10px !important;
	}
	.firecheckout-set .step-name {
		padding: 40px 45px 25px !important;
	}
	.firecheckout-set .step-review {
		padding: 40px 45px !important;
	}
	.firecheckout-section .block-title {
		font-size: 32px !important;
		margin-bottom: 5px !important;
	}
	.firecheckout-section .block-subtitle {
		font-size: 18px !important;
		max-width: 80%;
	}
}


@media (min-width: 768px) {
	.main .container {
	background-color: white;
	padding: 80px 100px;
	position: relative;
}
	
	
	.iframe-form-list li a {
		text-align: center;
		padding-right: 15px;
	}
	.iframe-form-list li a .cat-image{
		display: block;
		margin-bottom: 5px;
	}
	.iframe-form-list li a::after {
		content: "";
	}
	.iframe-form-list li a:hover::after {
		content: "";
	}
/*	.iframe-form-list li a {
	color: var(--schwarz);
	border: 1px solid #e2e2e2;
	width: 100%;
	display: block;
	padding: 15px 40px 15px 20px;
	border-radius:  4px;
	background: white;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: 500;
}*/
	
}


@media (min-width: 992px) { 
	.nav li .nav-link span {
		display: inline-block;
	}
}


@media (min-width: 1200px) { ... }




h3 {
	
}
h4 {
	
}

a {
	color: var(--blau);
}
.link {
	color: var(--blau) !important;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	cursor: pointer;
	margin-top: 16px;
	margin-bottom: 35px;
}
.link:hover {
	text-decoration: underline !important;
}
.col-grey {
	color: var(--grau);
}
.btn-lg {
  font-size: 22px;
  height: 65px;
}
.navbar {
	/*border-bottom-color: var(--hellgrau) !important;*/
	/*	position: relative;*/
	border-bottom-style: none !important;
}
.nav li {
	font-size: 18px;
	font-weight: 500;
}

.nav li a {
	color: var(--grau) !important;
}

.nav li .mini-cart {
	color: var(--schwarz) !important;
	font-weight: bold;
}

.nav li .mini-cart {
	border: 1px solid var(--hellgrau);
	padding: 10px 25px !important;
	border-radius:  24px;
	margin-top: 5px;
		margin-left: 15px;
}

.nav-item .btn {
	font-weight: 500;
	font-size: 18px;
	border-style: none;
	color: var(--blau);
	padding-right: 0;
}
.nav-item .btn:hover {
	background-color: transparent !important;
	text-decoration: underline !important;
}

.progress-bar.bg-primary {
	background-color: var(--blau) !important;
}
.btn-primary {
	background-color: var(--blau) !important;
}
.btn-primary:hover {
	background-color: var(--dunkelblau) !important;
}
.footer {
	width: 100%;
	bottom: 0px;
	font-size: 14px;
	padding-bottom: 15px;
}
.footer hr {
	background-color: var(--hellgrau);
	display: none;
}
.footer ul {
	margin-bottom: 5px;
}
.footer ul li {
display: inline-block;
margin-right: 15px;
}
.footer a {
	color:  var(--schwarz);

}
.footer ul li:first-child a {
	margin-left: 0px;
}


.back:hover {
	text-decoration: underline !important;
}


.description {
	color: var(--schwarz);
	padding: 20px 15px 5px;
	border-radius:  3px;
	background-color: var(--hellgrau);
	margin-top: 15px;
}
table {
	background-color: white !important;
}



/*.iframe-form-list li:last-child {
	margin-bottom: 0px;
}*/


.iframe-form-list li a.store-select{
	
}
.iframe-form-list li a.store-select::before {
	position: relative;
	margin-right: 10px;
	float: left;
}
.iframe-form-list li:first-child a.store-select::before {
	content: url(../images/icons/icn-private.svg);
}
.iframe-form-list li:nth-child(2) a.store-select::before {
	content: url(../images/icons/icn-business.svg);
}

.iframe-form-list li a:hover {
	text-decoration: none;
	border-color: var(--grau);
	color: var(--schwarz);
}

.category-box {
	display: flex;
}
.category-image {
	color: var(--schwarz);
	border: 1px solid var(--hellgrau);
	display: block;
	border-radius:  3px;
	background-color: white;
	margin-bottom: 15px;
}
.category-image:hover {
	text-decoration: none;
	border-color: var(--schwarz);
	color: var(--schwarz);
}
.category-image .product-image-img {
	display: block;
	height: 120px;
	margin: 10px;
}
.category-image img, .category-image-active img {
	display: block;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	max-height: 120px;
}
.catalog-product-view h2 {
	margin-bottom: 10px;
}
.catalog-product-view h3 {
	font-size: 18px;
	font-weight: 500;
	color: var(--grau);
}

.product-options .option dl {
	border-bottom: 1px solid var(--hellgrau);
	width: 100%;
	float: left;
	padding: 10px 0 25px;
}
.product-options .option dl.last {
	border-bottom-style: none;
}
.product-options .btn { 
	font-size: 13px;
	background-color: var(--blau);
	border-radius: 20px;
	padding: 6px 20px;
	font-weight: bold;
	letter-spacing: -0.24px;
	border-style: none;
}
.product-options .btn:hover { 
	background-color: var(--dunkelblau);
}


.full-width-container  {
	width: 100vw;
	margin-left: -50vw;
	left: 50%;
	position: relative;
}
.full-width-container .row {
	margin-left: auto;
	margin-right: auto;
	max-width: 1140px;
}
.mb-50 {
	margin-bottom: 50px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-50 {
	padding-bottom: 50px;
}
h1 {
	margin-bottom: 35px;
	font-weight: 500;
}
h2 {
	margin-bottom: 15px;
	font-weight: 500;
}

.center {
	text-align: center;
}
.bg-grey {
	background-color: var(--ganzhellgrau)
}
.col-white {
	color: white;
}
/*.col-red {
	color: #00bfa6;
}*/

/* Buttons & Links */

a.arrow { 
	font-family: 'DIN W01 Medium','Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 500;
}
a.arrow:after {
	content: url('http://p477630.mittwaldserver.info/magento_2/pub/media/icons/svg-arrow-s.svg');
	margin-left: 5px;
}
.btn {
	
	border-radius: 2px;
	padding: 12px 25px 13px;
	display: inline-block;
	cursor:  pointer;
	font-weight: 500;
	font-family: 'DIN W01 Medium','Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.btn:hover {
	text-decoration: none !important;
}
.btn:active {
	text-decoration: none !important;
	color: var(--blau);
}
.btn-blue {
	font-size: 15px;
	color: white !important;
	background: var(--blau) !important;
	padding-right: 30px;
}
.btn-green {
	font-size: 15px;
	color: white !important;
	background: var(--dunkelgruen);
}
.btn-green:hover {
	background: #00b9a1;
}
.btn-blue:after, .btn-trans:after, .btn-green:after {
	content: url('http://p477630.mittwaldserver.info/magento_2/pub/media/icons/r.svg');
	float: right;
	position: relative;
	left: 12px;
	top: 2px;
}
.btn-blue:hover, .btn-trans:hover {
	color: white;
	background-color: #0054ad;
}
.btn-trans {
	font-size: 15px;
	color: white;
	border: 1px solid white;
	padding: 11px 29px 12px 24px;
}
.btn-white {
	font-size: 15px;
	background-color: white;
	color: var(--blau);
	padding-right: 30px;
}
.btn-white:after {
	content: url('http://p477630.mittwaldserver.info/magento_2/pub/media/icons/icn-arrow-right-blue.svg');
	float: right;
	position: relative;
	left: 12px;
	top: 2px;
}
.btn-white:hover {

	background-color: var(--ganzhellgrau);

}
.btn-white:hover:after {


}


/*CHECKOUT*/


.firecheckout-section .input-text, .firecheckout-section select {
	 font-size: 18px !important;
	 border: 1px solid var(--hellgrau) !important;
	
}
.step-review2 {
	font-size: 18px;
	font-weight: 500;
	color: var(--grau);
	border-style: none !important;
	background-color: var(--ganzhellgrau) !important;
}
.step-review2 .btn {
	font-size: 22px !important;
	font-weight: bold !important;
}
#checkout-review-table-wrapper  {
	padding: 25px 0 0 !important;
}
#checkout-review-table tr.first {
	border-top: 1px solid var(--hellgrau);
}
#checkout-review-table tr.first td {
	padding-top: 25px;
	padding-bottom: 25px !;
}
#checkout-review-table tfoot {
	padding-top: 15px !important;
	padding-bottom: 35px !important;
}
#checkout-review-table tfoot {
	border-bottom: 1px solid var(--hellgrau) !important;
}
.firecheckout-set #checkout-review .collateral .product-name { 
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.firecheckout-set #checkout-review .product-image  {
	margin-right: 25px;
	margin-bottom: 25px;
}

.input::after { content: 'sd'; display: block; visibility: hidden; height: 0; font-size: 0; clear: both; }
/*.firecheckout-section .btn {
	font-size: 18px;
	font-weight: 500;
	padding: 0;
	background-color: transparent;
	color: var(--blau);
	border-style: none;
	margin-top: 10px;
}
.firecheckout-section .btn:focus {
	font-size: 18px;
	font-weight: 500;
	padding: 0;
	background-color: transparent !important;
	color: var(--blau);
	border-style: none;
	margin-top: 10px;
}*/
.collateral {
	margin-bottom: 25px;
	font-size: 14px;
}
table.item-option {
	font-size: 14px;
	margin-bottom: 45px;
}
table.item-options th {
	color: var(--grau);
	font-weight: normal;
	padding: 2px 0;
}
table.item-options td.last {
	padding: 2px 0 2px 15px !important;
}

.b2b-c2b-switcher  {
	/*background-color: #007afe;*/
	/*color: white;*/
	width: 100%;
	display: inline-block;
	text-align: left;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 35px;
	position: relative;
}
.b2b-c2b-switcher .switcher {
	/*color: white;*/
	display: inline-block;
		border: 1px solid #007afe;
		border-radius: 2px;
	margin-left: 5px;
}
.b2b-c2b-switcher .switch {
	padding: 10px 20px;
	display: inline-block;
}
.b2b-c2b-switcher .switch.active {
	background-color: #007afe;
	color: white;
	font-weight: bold;
}

.hero {
	padding: 0;
	margin-bottom: 0;
	min-height: 100% !important;
	display: block;
}
.hero h1, .hero .h1 {
	font-weight: bold;
	line-height: 1;
	font-size: 24px !important;
}
.hero h2, .hero .h2 {
	font-weight: normal;
	line-height: 1.5;
	font-size: 14px;
	font-style: normal;
	margin-bottom: 25px;
	max-width: 450px;
}
.hero p {
	font-size: 14px;
	margin-bottom: 25px;
}
.full-width-container .hero {
	max-width: 1350px;
	margin-left: auto;
		margin-right: auto;
	margin-bottom: -50px;
}
.hero-slide {
	padding: 0 !important;
	display: flex;
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover !important;
}
.hero-text {
	float: left;

	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	height: 100%;
	
	width: 100%;
	text-align: left;
	margin-top: 0;
	background-color: var(--blau);
}
.hero-text-inner {
	padding: 40px 25px;
}


@media only screen and (min-width: 640px) {
	.hero h1, .hero .h1 {
		margin-bottom: 1rem;
		font-weight: bold;
		line-height: 1;
		font-size: 36px !important;
	}
	.hero h2 {
		font-size: 18px;
		margin-bottom: 50px;
	}
	.hero-text-inner {
		padding: 50px;
	}

}

@media only screen and (min-width: 768px) {
	.full-width-container .hero {
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -100px;
}
	.hero-slide {
	padding: 0 !important;
	height: 400px !important;

	background-size: 70% auto !important;
	}
	.hero-text {
	float: left;
background-color: var(--blau);
	-webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
	height: 100%;
	margin-top: 0;
	width: auto;
	}
	.hero-text-inner {
		padding: 70px 180px 70px 100px;
		
	}

}
@media only screen and (min-width: 1024px) {
	.hero-slide {
	background-size: 60% auto !important;
}
	.hero-text-inner {
		padding: 70px 200px 70px 120px;
	}

}
@media only screen and (min-width: 1240px) {
	.hero-text-inner {
		padding: 70px 220px 70px 140px;
	}
	
}
@media only screen and (min-width: 1440px) {
	.hero-slide {
	background-size: 50% auto !important;
}
	.hero-text-inner {
	padding-left: 140px;
			padding-top: 100px;
	padding-right: 300px;
		}

}

.product-options .radio {
  position: absolute;
  display: none;
}

.product-options li .label {
	margin-left: 0 !important;
}
.product-options li .label label {
	font-size: 16px;
}
.product-options li label::before {
	width: 20px;
	content: "";
	height: 20px;
	margin-right: 8px;
	border-radius: 2px;
	border: solid 1px var(--hellgrau);
	display: inline-block;
	position: relative;
	top: 2px;
	float: left;
}
.product-options .radio:checked + .label label::before {
	border-color: var(--blau);
	content: "";
	color: white;
	background-color: var(--blau);
	background-image: url(../images/icons/icn-checkbox-white.svg);
	background-repeat: no-repeat;
	background-position: center;

}
.btn-primary {
  font-size: 22px;
  border-radius: 4px;
  font-weight: bold;
}
input.input-text {
  border-radius: 4px;
  font-size: 18px;
  height: auto;
  padding: 12px 15px;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
	cursor: pointer;
}
input[type="checkbox"] + label::before {
  width: 20px;
	content: "";
	height: 20px;
	margin-right: 8px;
	border-radius: 2px;
	border: solid 1px var(--hellgrau);
	display: inline-block;
	position: relative;
	top: 2px;
	float: left;
}
input[type="checkbox"]:checked+label::before {
  border-color: var(--blau);
	content: "";
	color: white;
	background-color: var(--blau);
	background-image: url(../images/icons/icn-checkbox-white.svg);
	background-repeat: no-repeat;
	background-position: center;
}



.no-display {
	display: none !important;
}
/*
IPAD FIX*/

.navbar-brand {
	margin-right: 0;
}

.nav li .nav-link{
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.nav li:first-child .nav-link{
	padding-left: 0!important;
}