.pane-node-field-motiv { text-align: center; }
.pane-node-field-motiv .pane-content { text-align: left; }
.pane-node-field-motiv .pane-title {
	margin-bottom: 17px;
	padding-top: 10px;
	display: inline-block;
	background-image: url("images/motiv_ico.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 48px;
	min-height: 30px;
	font-family: neutratext, helvetica, arial;
	font-size: 20px;
	font-weight: bold;
}

.field-name-field-motiv  {
	width: 100%;
	overflow: hidden;	
}
.field-name-field-motiv .field-item {
	width: 49%;
	height: auto;
	max-width: 530px;
	float: right;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.field-name-field-motiv .field-item img { width: 100%; height: auto; }
.field-name-field-motiv .field-item .on img { width: auto; }
.field-name-field-motiv .field-item.even { float: left; }

.field-name-field-motiv .select_giftcard { position: absolute; right: 20px; bottom: 20px; }
.field-name-field-motiv .zoom_ico { position: absolute; left: 20px; bottom: 20px; cursor: pointer; line-height: 0px; }
.field-name-field-motiv .button {
	background-color: white;
	color: #433635;
	cursor: pointer;
	font-size: 18px;
	text-transform: uppercase;
	padding: 5px 15px;
	font-family: neutratext, helvetica, arial;
	font-weight: bold;
}
.field-name-field-motiv .button.selected { color: white; }
.field-name-field-motiv .button.selected { background-color: #433635; }
.field-name-field-motiv .button .on { display: none; }
.field-name-field-motiv .button.selected .on { display: block; padding: 0px 20px; }
.field-name-field-motiv .button.selected .on img { margin-bottom: -4px; margin-right: 8px; }
.field-name-field-motiv .button.selected .off { display: none; }

.node-type-giftcard-front .pane-page-title {
	text-align: center;
	max-width: 100%;
}

.node-type-giftcard-front .pane-node-field-blurb {
  float: right;
  margin-top: -30px;
}

.node-type-giftcard-front .pane-node-field-blurb .field-collection-container {
    border:none;
}

.node-type-giftcard-front .pane-node-field-body.has-blurb {
  border-bottom: 1px solid #ccc;
  height: 165px;  
}

.node-type-giftcard-front .pane-node-field-body.has-blurb .pane-content {
  /*max-width: 720px;*/
  width:100%;
}

.node-type-giftcard-front .pane-giftcard-giftcard-terms {
  height: 30px;
  width:100%;  
}

.node-type-giftcard-front .pane-giftcard-giftcard-terms .pane-content {
  float: right;
  border: solid 1px #cccccc;
  padding: 2px 4px;
}



textarea { outline: none; }
#giftcard-start-form textarea,
.giftcard-edittext-field textarea,
#giftcard-checkout-form textarea {
	max-width: 620px;	
	border-left: 1px solid #a8a8a8;
	border-top: 1px solid #a8a8a8;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance:none;
	background-color: #fbfbfb;
	-webkit-box-shadow: inset 10px 10px 3px -7px #ebebeb;
	-moz-box-shadow: inset 10px 10px 3px -7px #ebebeb;
	box-shadow: inset 10px 10px 3px -7px #ebebeb;
	font: 17px/150% cochin, georgia;
	padding: 10px 15px;
	min-height: 150px;
	margin: 0px auto;
	margin-bottom: 40px;
}
#giftcard-checkout-form textarea { max-width: 800px; }
.giftcard-edittext-field textarea { width: 100%; text-align: center; }

#giftcard-start-form .form-type-textarea { 
	margin: 0px auto;
}

#giftcard-start-form .form-item {
	text-align: center;	
	border-top: 1px solid #cccccc;
	padding-top: 15px;
	margin-top: 25px;
}

#giftcard-start-form .form-item.form-item-language {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 35px;
}

#giftcard-start-form .form-radios .form-item { 
	border: 0px; 
	width: auto;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	padding: 0px 20px;
}


.giftcard select {
	border: 2px solid #433635;
  height: 42px;
	outline: 0px;
	font-family: neutratext, helvetica, arial;
	font-size: 17px;
	font-weight: bold;
	color: #433635;
	padding: 7px 10px;
	padding-bottom: 8px;
	top: -1px;
	margin-right: 10px;
	position: relative;
}

.giftcard #block-system-main .form-checkbox {
	-webkit-appearance: none;
	border-radius: 0;
	border: 0px;
	width: 25px;
	height: 25px;
	background-image: url("images/checkbox.png");
	outline: 0px;
	cursor: pointer;
	margin-top: -3px;
}
.giftcard #block-system-main .form-checkbox:checked {
	background-image: url("images/checkbox_active.png");	
	background-color: transparent;
}

.giftcard #block-system-main .form-radio,
#giftcard-start-form .form-radio {
	-webkit-appearance: none;
	border-radius: 0;
	border: 0px;
	width: 25px;
	height: 25px;
	background-image: url("images/radio.png");
	outline: 0px;
	cursor: pointer;
}
.giftcard #block-system-main .form-radio:checked,
#giftcard-start-form .form-radio:checked {
	background-image: url("images/radio_active.png");	
	background-color: transparent;
}
#giftcard-start-form .form-radios .form-radio { margin-top: -7px; margin-right: 5px; }
#giftcard-start-form .form-radios label { cursor: pointer; }

#giftcard-start-form label {
	font-family: neutratext, helvetica, arial;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	margin: 0px auto;
}

#giftcard-start-form label[for=edit-message] {
	min-height: 30px;
	background-image: url("images/msg_ico.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 7px;
	padding-left: 40px;
	margin-bottom: 17px;
}


#giftcard-start-form label[for=edit-language] {
	min-height: 30px;
	background-image: url("images/pen_ico.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 7px;
	padding-left: 40px;
	margin-bottom: 17px;
}

.pane-giftcard-addition-addition-pane { overflow: hidden; }

.giftcard.page-giftcard-package .node-giftcard-addition .field-name-field-image img {
  display: block;
}

.view.giftcard, .field-name-field-giftcard-sel-room { width: 1080px; }
.view.giftcard .views-row,
.giftcard .field-type-field-collection.field-name-field-giftcard-sel-room .field-item {
	float: left;	
	text-align: center;
	padding-bottom: 50px;
	width: 530px;
	margin-right: 10px;
}

.giftcard .field-type-field-collection.field-name-field-giftcard-sel-room .field-item {
  height: 640px;
}

.giftcard .field-type-field-collection.field-name-field-giftcard-sel-room .field-item  .field-item {
  height: auto;
}

.view.giftcard .views-row-odd,
.giftcard .field-type-field-collection.field-name-field-giftcard-sel-room .field-item.odd {
  float: left;
}
.view.giftcard .views-row-even,
.giftcard .field-type-field-collection.field-name-field-giftcard-sel-room .field-item.even {
  float: left;
}
.view.giftcard .view-content,
.giftcard .field-type-field-collection.field-name-field-giftcard-sel-room {
  overflow: hidden;
}
.view.giftcard .view-footer { 
	clear: both; 
	overflow: hidden; 
	border-top: 1px solid #cccccc;
	padding-top: 40px;
}

.giftcard .field-type-field-collection.field-name-field-giftcard-sel-room .field-type-number-decimal .field-item,
.giftcard .field-type-field-collection.field-name-field-giftcard-sel-room .field-type-text-with-summary  .field-item{
  	padding-bottom: 0px;
}

.view.giftcard .view-footer.sticky-buttons,
.pane-giftcard-giftcard-footer.sticky-buttons {
  background-color: #FFF;    
  bottom: 37px;
  height: 52px;
  margin-bottom: 0;
  max-width: 1070px; 
  opacity: 0.9;
  padding:10px 0 0 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.view.giftcard .views-field-name,
.view.giftcard .views-field-title,
.node-giftcard-addition.node-teaser .addition-title {	
	font-size: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #000000;
	line-height: 35px;
}

.view.giftcard .views-field-field-pream,
.view.giftcard .views-field-body,
.node-giftcard-addition.node-teaser .field-name-body {
	font-size: 17px;
	overflow: hidden;
}

.pane-items-widget-pane .price,
.view.giftcard  .views-field-field-price,
.views-field-field-addition-range,
.node-giftcard-addition.node-teaser .field-name-field-price {
	font-weight: bolder;
	font-size: 23px;
	font-family: neutratext, helvetica, arial;
	color: #000000;
	padding: 5px 0px 0px 0px;
}

.view-giftcard-addition .views-field-field-price,
.node-giftcard-addition.node-teaser .field-name-field-price {
    display: inline-block;
}


.pane-node-field-giftcard-room {
  margin-top: 20px;
}

.page-giftcard-checkout .view-giftcard-addition .views-row-odd.views-row-last {
	float: none !important;
	margin: 0px auto !important;
	clear: both !important;
}

.view-giftcard-categories .views-field-field-price,
.views-field-field-addition-range {
  display: inline-block;
}

.giftcard-option a,
.view-giftcard-tags .category-tag {
	display: inline-block;
	width: 211px;
	text-align: center;	
	border: 2px solid #433635;
	padding: 8px 0px 6px 0px;
	font-family: neutratext, helvetica, arial;
	font-weight: bold;
	font-size: 17px;
	color: #433635;
	text-transform: uppercase;
	cursor: pointer;
}

.view-giftcard-tags .category-tag { 
	width: auto; 
	padding-left: 15px; 
	padding-right: 15px; 
	margin-right: 5px;
  margin-top: 15px;
}

.giftcard select { margin-top: 15px; }
.giftcard-option a { margin-top: 15px; }
.giftcard-option a.selected,
.view-giftcard-tags .category-tag.selected {
	background-color: #433635;	
	color: white;
	line-height: 1.5em;
}
.giftcard-option a img,
.view-giftcard-tags .category-tag img { margin-bottom: -4px; padding-right: 5px; }

.view-giftcard-tags {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 35px;
	margin-bottom: 20px;
}
.view-giftcard-addition .view-giftcard-tags { display: none; }
.page-giftcard-spabehandling .view-giftcard-addition .view-giftcard-tags { display: block; } 
.pane-giftcard-giftcard-preview,
.pane-giftcard-giftcard-validate { text-align: center; }
.pane-giftcard-giftcard-preview .pane-content {
	position: relative;
	background-color: #f2f2f2;
	border-bottom: 1px solid #cccccc;
	color: black;
	font-size: 17px;
}

.pane-giftcard-giftcard-preview .giftcard-message {
	text-align: center;	
	/*max-width: 800px;*/
	width: 100%;
	border-bottom: 1px dashed #d9d3b4;
	margin: 0px auto;
	padding-top: 55px;
	margin-bottom: 36px;
	position: relative;
}
.pane-giftcard-giftcard-preview .giftcard-message .text {
	font-family: cochin;
	font-size: 40px;
	font-style: italic;
	line-height: 50px;
	margin: 0px auto;
	margin-bottom: 38px;
	max-width: 800px;
	width: 100%;
}

.pane-giftcard-giftcard-preview .giftcard-header {
	font-family: cochin;
	font-size: 35px;
	color: black;
	line-height: 50px;
	margin-bottom: 15px;
} 

.pane-giftcard-giftcard-preview .giftcard-description { 
	max-width: 640px; 
	margin: 0px auto; 
	width: 90%; 
	margin-bottom: 20px;
}

.pane-giftcard-giftcard-preview .giftcard-contents-header {
	font-weight: bold;	
}


.pane-giftcard-giftcard-preview .giftcard-edittext-link {
	position: absolute;	
	right: 10px;
	top: 72px;
	background-color: #58595b;
	color: #fffefe;
	background-image: url("images/edit_icon.png");
	background-repeat: no-repeat;
	background-position: 7px center;
	padding: 3px 10px;
	font-size: 15px;
	padding-left: 28px;
	cursor: pointer;
}

.pane-giftcard-giftcard-preview .giftcard-edittext .giftcard-edittext-field { display: none; }
.pane-giftcard-giftcard-preview .giftcard-message.editable .text { display: none; }
.pane-giftcard-giftcard-preview .giftcard-message.editable .giftcard-edittext .giftcard-edittext-field { display: block; }
.pane-giftcard-giftcard-preview .giftcard-edittext-field a { 
	clear: both; 
	display: block; 
	margin: 0px auto; 
	margin-bottom: 30px; 
	background-color: #c4c2c2;
	color: #232323;
	width: 260px;
	font-size: 20px;
	padding: 10px 0px;
	margin-top: 10px;
}
.giftcard-edittext-field textarea { margin-bottom: 0px; }
.giftcard .pane-image-pane { line-height: 0px; }
.giftcard .pane-image-pane img { width: 100%; height: auto; }

.giftcard .header.preview .giftcard-tagline { border-bottom: 0px; margin-bottom: 0px; }
.giftcard-contents,
.giftcard-info { padding-bottom: 60px; }
.giftcard-footer { margin-bottom: -46px; padding-top: 46px; }

.pane-giftcard-giftcard-footer {
	border-bottom: 1px solid #cccccc;
	padding: 20px 0 60px 0;
	margin-bottom: 20px;
}

#giftcard_another { 
	float: right; 
	clear: both; 
	color: #58595b;
	font-weight: bold;
	margin-top: 10px;
	font-size: 16px;
}

#giftcard_to_checkout,
#giftcard-checkout-form #edit-submit,
#giftcard-amount-form #edit-submit {
 	-webkit-appearance: none;
  border-radius: 0;
	display: block;
	margin: 0px;
	width: 260px;
	text-align: center;
	padding: 10px 0px;
	color: white;
	font-size: 20px;
	border: 0px;
	outline: 0px;
	font-family: cochin;
	font-weight: normal;
	float: right;
	background-color: #433635;
	color: white;	
}

#giftcard-checkout-form #edit-country,
#giftcard-checkout-form #edit-r-country{
  height: 42px;
  margin-top:1px;
  width: 97%;
}

#giftcard_back,
#giftcard_forward,
#giftcard-start-form #edit-submit,
#giftcard-checkout-form #edit-previous,
#giftcard-amount-form #edit-previous {
 	-webkit-appearance: none;
    border-radius: 0;
	display: block;
	margin: 0px;
	max-width: 260px;
	width: 48%;
	text-align: center;
	padding: 10px 0px;
	color: white;
	font-size: 20px;
	border: 0px;
	outline: 0px;
	font-family: cochin;
	font-weight: normal;
	position: relative;
}

#giftcard-start-form  .submit-message {
  float: right;
  font-size: 0.75em;  
  max-width: 260px;
  width: 100%;
}

#giftcard-start-form  #edit-submit {
  float:right;
  clear:both;
}

#giftcard_forward .ajax-loader,
#giftcard-start-form #edit-submit .ajax-loader {
	position: absolute;
	left: 15px;
	top: -2px;
}

#giftcard_back,
#giftcard-checkout-form #edit-previous,
#giftcard-amount-form #edit-previous {
	float: left;
	background-color: #c4c2c2;
	color: #232323;	
}

#giftcard_forward,
.giftcard #edit-submit {
	float: right;
	background-color: #58595b;
	color: #c4c2c2;
	cursor: default;
	opacity: 0.2;
}
#giftcard-start-form #edit-submit.isavailable,
#giftcard_forward.isavailable,
.giftcard #edit-submit.isavailable {
  background-color: #58595b;
  color: white;
  cursor: pointer;
  opacity: 1;
}

.giftcard .panel-2col-stacked .panel-col-top, 
.giftcard .panel-2col-stacked .panel-col-bottom { padding: 0px; margin: 0px; }
.giftcard .center-wrapper { 
	overflow: hidden; 
	border-bottom: 1px solid #cccccc;
	padding-bottom: 7px;
	color: #000000;	
}
.giftcard .panel-2col-stacked .center-wrapper .panel-col-last {
	text-align: center;	
}

.giftcard .center-wrapper .panel-col-first img { width: 95%; height: auto; }

.giftcard .center-wrapper h1 { color: black; }
.pane-giftcard-giftcard-header { text-align: center; }
.pane-giftcard-giftcard-header .giftcard-tagline {
	border-bottom: 1px solid #cccccc;	
	padding-bottom: 22px;
	margin-bottom: 20px;
}

.giftcard .field-collection-container,
.giftcard .field-collection-view { border: 0px; padding: 0px; margin: 0px; } 

.pane-giftcard-giftcard-header h1 {
	margin-bottom: 9px;	
	font-size: 44px;
}
.giftcard-tagline {
	font-family: neutratext, helvetica, arial;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
.giftcard-tagline .placeholder { font-style: normal; }

.pane-node-field-giftcard-prices,
.pane-node-field-giftcard-arrival-day,
.pane-giftcard-addition-panel-additions-context,
.pane-node-field-giftcard-sel-room {
	border-bottom: 1px solid #cccccc;	
	text-align: center;	
	padding-bottom: 40px;
	cursor: pointer;
}

.pane-node-field-giftcard-sel-room  {
  padding-top:20px
}

.view-giftcard-addition { /*margin-top: 20px;*/ }

.giftcard .panel-2col-stacked .panel-separator { margin: 0px; }

.giftcard h2.pane-title {
	display: inline-block;
	font-family: neutratext, helvetica, arial;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 25px;
	padding-top: 5px;
	min-height: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
}

.giftcard .field-name-field-giftcard-prices .field-item,
.giftcard .field-name-field-giftcard-arrival-day .field-item {
	border: 2px solid #433635;
	display: inline-block;
	max-width: 302px;
	width: 39%;
	overflow: hidden;
	font-family: neutratext, helvetica, arial;
	margin: 0px 5px;
	font-weight: bold;
	font-size: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.giftcard .field-name-field-giftcard-prices .field-item.selected,
.giftcard .field-name-field-giftcard-arrival-day .field-item.selected {
	background-color: #433635;
	color: white;
}
.giftcard .field-name-field-giftcard-prices .field-item img,
.giftcard .field-name-field-giftcard-arrival-day .field-item img {
  display: none;
}
.giftcard .field-name-field-giftcard-prices .field-item.selected img,
.giftcard .field-name-field-giftcard-arrival-day .field-item.selected img {
  display: inline-block;
  margin-bottom: -4px;
  margin-right: 5px;
}

.giftcard .field-name-field-giftcard-prices .field-item .field-item,
.giftcard .field-name-field-giftcard-arrival-day .field-item .field-item { 
	border: 0px; 
	margin: 0px;
	padding: 0px;
	width: auto;
	overflow: visible;
	height: auto;
}

.giftcard .pane-node-field-pream {
	font-size: 20px;
	font-style: italic;
	font-family: cochin;
	padding-bottom: 15px;
}

.giftcard .field-name-field-description-long  {
	font-size: 17px;
	font-family: cochin;	
}

.field-name-field-giftcard-room .giftcard-subtitle,
.giftcard .giftcard-subtitle,
#giftcard-checkout-form .section-header,
.giftcard #other-info .section-header,
.pane-giftcard-giftcard-checkout-form h2.pane-title span {
	display: inline-block;	
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	min-height: 30px;
	padding-top: 7px;
	font-family: neutratext, helvetica, arial;
	font-size: 20px;
	font-weight: bold;
	color: #4b3c38;
	margin: 0px;
	margin-bottom: 15px;
}

.giftcard .addition-rum .giftcard-subtitle-wrapper .giftcard-subtitle,
.giftcard .pane-node-field-giftcard-sel-room .giftcard-subtitle { background-image: url("images/bed_ico.png"); }
.giftcard .addition-spabehandling .giftcard-subtitle-wrapper .giftcard-subtitle { background-image: url("images/lotus_ico.png"); }
.giftcard .addition-leveranssatt .giftcard-subtitle-wrapper .giftcard-subtitle { background-image: url("images/truck_ico.png"); }
.giftcard .header.spabehandling .giftcard-subtitle { background-image: url("images/filter_ico.png"); }
.giftcard .amount .giftcard-subtitle { background-image: url("images/gift_ico.png"); }
.giftcard .type .giftcard-subtitle { background-image: url("images/lines_ico.png"); }
.giftcard .packages .giftcard-subtitle { background-image: url("images/paket_ico.png"); }
.giftcard .rumstillagg .giftcard-subtitle { background-image: url("images/additions_ico.png"); }
.giftcard .pane-node-field-giftcard-prices .pane-title { background-image: url("images/boendetyp_ico.png"); }
.giftcard .pane-node-field-giftcard-arrival-day .pane-title { background-image: url("images/kalender_ico.png"); }
.giftcard #edit-payment-header .section-header { background-image: url("images/payment_ico.png"); background-position: left center; }
.giftcard #edit-purchaser-header .section-header { background-image: url("images/buyer_ico.png"); background-position: left center; }
.giftcard #edit-reciever-header .section-header { background-image: url("images/letter_ico.png"); background-position: left center; padding-left: 45px; }

.giftcard #block-system-main .ajax-loader {
	width: 	16px;
	height: 11px;
	background-image: url("images/ajax-loader.gif");
	float: right;
	margin-right: 25px;
	margin-top: 20px;	
}

.giftcard .panel-col-top .inside { position: relative; }

.pane-giftcard-giftcard-cart {
	background-color: rgba(235,235,235,0.85);
	width: 260px;
	min-height: 50px;
	max-height: 50px;
	position: absolute;
	right: 0px;	
	top: 20px;
	z-index: 99;
	background-image: url("images/cart_ico.png");
	background-position: 10px 8px;
	background-repeat: no-repeat;
	/*
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out;
	*/		
	overflow: hidden;
}
.pane-giftcard-giftcard-cart.selected div { display: block; }
.pane-giftcard-giftcard-cart.selected {
	width: 505px;
	min-height: 50px;
	max-height: 1500px;
}

.giftcard .pane-giftcard-giftcard-cart .cart-content {
	border-top: 1px dashed #acacac;
	padding: 12px 10px;
}

.giftcard .pane-giftcard-giftcard-cart .giftcard-cart-checkout a,
.giftcard .pane-giftcard-giftcard-cart .giftcard-cart-delete a {
	color: white;
	display: block;
	width: 483px;
	padding: 9px 0px;
	background-color: #58595b;
	text-align: center;
	font-size: 20px;
	margin: 0px auto;
	margin-bottom: 10px;
	margin-left: 10px;
}

.giftcard .pane-giftcard-giftcard-cart .cart-content ul li span {
	display: block;
	float: right;	
	color: #666666;
	font-weight: bold;
}
.giftcard .pane-giftcard-giftcard-cart .cart-content ul li .remove { 
	float: right; 
	margin-left: 15px; 
	margin-top: 8px;
	font-size: 0px;
	width: 10px;
	height: 10px;
	display: block;
}
.giftcard .pane-giftcard-giftcard-cart .cart-content ul li .remove a {
	background-image: url("images/delete_ico.png");
	width: 10px;
	height: 10px;
	display: block;
}
.giftcard .pane-giftcard-giftcard-cart .cart-content ul li { padding: 1px 0px; }

.giftcard .pane-giftcard-giftcard-cart .cart-content .title {
	font-weight: bold;
	padding-bottom: 5px;	
}
.giftcard .pane-giftcard-giftcard-cart .cart-content {
	font-size: 17px;	
}

.giftcard .pane-giftcard-giftcard-cart .cart-price {
	font-family: neutratext, helvetica, arial;
	font-size: 23px;
	font-weight: bold;	
	text-align: right;
	padding-top: 10px;
	padding-right: 25px;
	margin-right: 15px;
	min-height: 40px;
	background-image: url("images/arrow.png");
	background-position: right 21px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.pane-giftcard-giftcard-cart .cart-content,
.pane-giftcard-giftcard-cart .giftcard-cart-checkout {
	display: block;	
}

#default-room-pane { display: none; }

#edit-cart,
#verify-cart {
	background-color: #e6e6e6;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}

#edit-cart .giftcard,
#edit-cart .giftcard-delivery,
#verify-cart .giftcard,
#verify-cart .giftcard-delivery {
	max-width: 800px;
	width: 90%;
	margin: 0px auto;
	overflow: hidden;
	font-size: 17px;
	color: black;
	border-bottom: 1px dashed #acacac;
}
#edit-cart .giftcard .card-wrapper,
#verify-cart .giftcard .card-wrapper { 
	overflow: hidden; 
	padding: 14px 15px; 
	padding-left: 50px;
	padding-right: 45px;
	position: relative;
}
#edit-cart .giftcard.odd,
#verify-cart .giftcard.odd { background-color: #dddddd; }

#verify-cart .giftcard .giftcard_footer_spacer { border-bottom: 1px dashed #acacac; height: 2px; }

#edit-cart .giftcard .cart-content { display: none; clear: both; overflow: hidden; padding-bottom: 10px; }
#edit-cart .giftcard.active .cart-content { display: block;	}

#edit-cart .giftcard .cart-content .title { display: none; }
#edit-cart .giftcard .cart-content ul { list-style: none; clear: both; margin-top: 10px; }
#edit-cart .giftcard .cart-content li { padding-left: 10px; }
#edit-cart .giftcard .cart-content li .remove,
#edit-cart .giftcard .cart-content li span { display: none; }
#edit-cart .giftcard .cart-content li:before {
	content: '- ';	
}

#edit-cart .cart-checkout-title,
#verify-cart .cart-checkout-title {
	font-size: 35px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 15px;	
	color: black;
}
#edit-cart .giftcard .card-title,
#edit-cart .giftcard .card-items,
#edit-cart .giftcard .card-price,
#edit-cart .giftcard .card-sum,
#verify-cart .giftcard .card-title,
#verify-cart .giftcard .card-items,
#verify-cart .giftcard .card-price,
#verify-cart .giftcard .card-sum { overflow: hidden; }

#edit-cart .giftcard .card-title,
#verify-cart .giftcard .card-title {
	float: left;
	width: 38%;	
	font-weight: bold;
	background-image: url("images/cart_show_ico.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-left: -25px;
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
	
}
#verify-cart .giftcard .card-title { margin-left: 0px; padding-left: 0px; text-align: left; }
#verify-cart .giftcard .card-title { background: none !important; cursor: default !important; }
#edit-cart .giftcard.active .card-title { background-image: url("images/cart_hide_ico.png"); }
#edit-cart .giftcard.header,
#verify-cart .giftcard.header {
	font-family: neutratext, helvetica, arial;
	text-transform: uppercase;	
	font-size: 17px;
}
#edit-cart .giftcard.header .card-title,
#edit-cart .giftcard.delivery .card-title,
#verify-cart .giftcard.delivery .card-title,
#verify-cart .giftcard.header .card-title { background: none; cursor: default; }
#edit-cart .giftcard .card-items,
#verify-cart .giftcard .card-items {
	float: right;
	width: 12%;	
	text-align: center;
}
#edit-cart .giftcard .card-items input,
#verify-cart .giftcard .card-items { 
	width: 22px; 
	border: 0px;
	background-color: transparent;
	outline: 0px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	font-family: cochin;
}

#verify-cart .giftcard .card-items { width: 12%; }
#verify-cart .giftcard.header .card-items { font-weight: normal; font-family: neutratext, helvetica, arial; } 
#edit-cart .giftcard.delivery .card-items,
#verify-cart .giftcard.delivery .card-items {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	font-family: cochin;
}
#edit-cart .giftcard.card .card-price,
#edit-cart .giftcard.delivery .card-price,
#verify-cart .giftcard.card .card-price,
#verify-cart .giftcard.delivery .card-price { color: #656565; }
#edit-cart .giftcard .card-price,
#edit-cart .giftcard .card-sum,
#verify-cart .giftcard .card-price,
#verify-cart .giftcard .card-sum { 
	width: 25%; 
	float: right; 
	text-align: right;
	font-weight: bold;
}

#edit-cart .giftcard.header .card-title,
#edit-cart .giftcard.header .card-price,
#edit-cart .giftcard.header .card-sum,
#verify-cart .giftcard.header .card-title,
#verify-cart .giftcard.header .card-price,
#verify-cart .giftcard.header .card-sum {
	font-weight: normal;
	color: #433635;
}
#edit-cart .giftcard.header .card-wrapper,
#verify-cart .giftcard.header .card-wrapper { padding-bottom: 8px; }

#edit-cart .items.reduce {
	font-size: 0px;
	width: 17px;
	height: 17px;
	background-image: url("images/reduce_ico.png");	
	display: inline-block;
	position: relative;
	top: -2px;
}
#edit-cart .items.increase {
	font-size: 0px;
	width: 17px;
	height: 17px;
	top: -2px;
	background-image: url("images/increase_ico.png");	
	display: inline-block;
	position: relative;
}
#edit-cart .items,
#verify-cart .items {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
}

#edit-cart .total-sum,
#verify-cart .total-sum {
	max-width: 800px;
	width: 90%;
	margin: 0px auto;
	text-align: right;
}
#edit-cart .total-sum-wrapper,
#verify-cart .total-sum-wrapper { 
	display: inline-block; 
	font-family: neutratext, helvetica, arial;
	font-size: 20px;
	font-weight: bold;
	color: #433635;
	margin-top: 20px;
	margin-bottom: 32px;
	border-bottom: 1px solid #cccccc;
}
#edit-cart .total-sum-wrapper .inner,
#verify-cart .total-sum-wrapper .inner { 
	border-bottom: 1px solid #cccccc; 
	margin-bottom: 1px; 
	padding-left: 57px;
	padding-right: 45px;
	padding-bottom: 10px;
}
#edit-cart .total-sum-wrapper .inner .sum,
#verify-cart .total-sum-wrapper .inner .sum { font-size: 25px; padding-left: 5px; }

#giftcard-checkout-form fieldset,
#giftcard-checkout-form #edit-delivery-method {
	border: 0px;	
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 40px;
	margin-bottom: 30px;
}
#giftcard-amount-form fieldset {
	border: 0px;	
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #cccccc;
	padding-top: 40px;	
}

#giftcard-checkout-form fieldset  .fieldset-wrapper {	
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	max-width: 800px;	
}

#giftcard-checkout-form .form-type-textfield,
#giftcard-checkout-form .form-type-select {
	width: 50%;	
	float: left;
	margin: 0px;
	margin-bottom: 15px;
	overflow: hidden;
}

#giftcard-amount-form #edit-amount,
#giftcard-checkout-form .form-type-textfield input,
.giftcard #edit-country,
.giftcard #edit-r-country,
#edit-register #edit-discount-notarized{
	width: 89%;	
	border-left: 1px solid #c0cad3;
	border-top: 1px solid #c0cad3;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance:none;
	background-color: #fbfbfb;
	-webkit-box-shadow: inset 10px 10px 3px -7px #f1f1f1;
	-moz-box-shadow: inset 10px 10px 3px -7px #f1f1f1;
	box-shadow: inset 10px 10px 3px -7px #f1f1f1;
	font: 17px/150% cochin, georgia;
	padding: 9px 15px;
	padding-bottom: 5px;
	margin: 0px auto;
	outline: none;
}
#giftcard-checkout-form .form-type-textfield input.error { 
	background-color: #e7d8d8; 
	border-left: 1px solid #b97e7e; 
	border-top: 1px solid #b97e7e; 
	border-bottom: 1px solid #ca9292;
	border-right: 1px solid #ca9292;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#giftcard-checkout-form label { font-size: 17px; padding-bottom: 3px; }

.pane-giftcard-giftcard-checkout-form h2.pane-title {
  text-align:center;
  display:block;
}

#edit-payment-header,
#edit-purchaser-header,
#edit-reciever-header {
	text-align: center;
	margin: 0px;
	margin-top: 15px;
}

.form-item-company {
  clear: left;
}

.form-item-message {
  clear: both;
}

.form-item-unique {
	width: 100%;
	max-width: 350px;
	text-align: center;
	background-color: #ebebeb;
	margin: 0px auto;
	padding: 11px 0px;
	padding-top: 12px;
	font-size: 17px;
	color: black;
	margin-bottom: 20px;
}
.form-item-unique input { margin-right: 5px; margin-top: -4px; }

#giftcard-checkout-form .form-item-method {
	text-align: center;	
	margin-top: 2px;
}
#edit-method { display: inline-block; margin: 0px auto; }
#giftcard-checkout-form .form-item-method label[for=edit-method] { display: none; }
#edit-method .form-item {
	display: inline-block;
	width: auto;
	float: none;	
	margin: 0px 10px;
}

#giftcard-checkout-form #edit-discount--2 .form-type-textfield,
#giftcard-checkout-form #edit-discount .form-type-textfield { width: 100%; }

#edit-payment { padding-bottom: 30px; }
#giftcard-checkout-form #edit-register { padding-top: 5px; }
#giftcard-checkout-form #edit-discount--2,
#giftcard-checkout-form #edit-discount {
	padding-top: 20px;	
}
#edit-register #edit-discount-type {
	width: 75px;	
	border-left: 1px solid #c0cad3;
	border-top: 1px solid #c0cad3;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fbfbfb;
	-webkit-box-shadow: inset 10px 10px 3px -7px #f1f1f1;
	-moz-box-shadow: inset 10px 10px 3px -7px #f1f1f1;
	box-shadow: inset 10px 10px 3px -7px #f1f1f1;
	font: 17px/150% cochin, georgia;
  height: 52px;
	padding: 9px 15px;
	padding-bottom: 8px;
	margin: 0px auto;
	outline: none;	
	margin-top: 28px;
}

#edit-register .form-item-discount-notarized {
  height: 126px;
}

#giftcard-checkout-form .form-item-agree,
#giftcard-checkout-form .form-item-newsletter {
  text-align: center;	
  margin: 30px 0;
}
#giftcard-checkout-form .form-item-newsletter { margin-top: 0px; margin-bottom: 0px; }
#giftcard-checkout-form .form-item-agree a { padding-left: 5px; }
#giftcard-checkout-form  #edit-actions .fieldset-wrapper { width: 100%; max-width: 100%; }
#giftcard-checkout-form  #edit-actions #edit-previous { float: left; }
#giftcard-checkout-form  #edit-actions #edit-submit { float: right; }

#giftcard-checkout-form  #validation-messages {
  color: #000;
  background-color: #FFF;
  border: 1px solid #ccc;
  right: 0;
  opacity: 0.5;
  padding: 5px;
  position:absolute;
  width: 250px;  
  z-index:1000;
}

#giftcard-checkout-form  #validation-messages ul li {
  list-style: none;
}

#other-info .content { overflow: hidden; width: 90%; max-width: 800px; margin: 0px auto; padding-top: 10px; }
#other-info .content .item {
	float: left;
	width: 50%;
	text-align: left;
	color: black;
	font-size: 17px;
	padding-bottom: 20px;
}
#other-info .content .item span { display: block; }
#other-info .content .item .value {
	font-weight: bold;
}
#other-info .content .item.message { width: 100%; }

.pane-giftcard-giftcard-validate .purchaser,
.pane-giftcard-giftcard-validate .reciever,
.pane-giftcard-giftcard-validate .payment-method {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 30px;	
}
.pane-giftcard-giftcard-validate .payment-method .content .radio {
	display: inline-block;
	margin: 0px 10px;	
	font-family: neutratext, helvetica, arial;
	font-size: 20px;
	font-weight: bold;
	background-image: url("images/radio.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	min-height: 25px;
	opacity: 0.5;
}
.pane-giftcard-giftcard-validate .payment-method .content .radio.selected { background-image: url("images/radio_active.png"); opacity: 1; } 

.pane-giftcard-pane {
	font-size: 17px;	
	max-width: 800px;
	width: 90%;
	margin: 0px auto;
	text-align: center;
	padding-bottom: 50px;
}
.pane-giftcard-pane h1,
.pane-giftcard-pane h2 {
	font-size: 40px;
	font-style: italic;
	color: black;	
	margin-top: 40px;
	margin-bottom: 20px;
}

.giftcard-subtitle-wrapper { text-align: center; }

/* Items widget */
.pane-items-widget-pane {
    display: block;
    text-align: center;
}
.pane-items-widget-pane .pane-content {
  display: inline-block;
}

/* Amount page */
.page-giftcard-amount .pane-image-pane,
.pane-giftcard-giftcard-amount-form {
  float:left;
}

.page-giftcard-amount .pane-image-pane {
  margin-bottom:140px;
}

.pane-giftcard-giftcard-amount-form {
  height: 280px;
  left: 0;
  padding-top: 70px;
  position: absolute;
  text-align: center;
  top: 172px;
  width: 100%;
  z-index: 100;
}

.page-giftcard-amount .pane-variable-pane {
  margin-left: 50%;
  padding-left: 20px;
  position: absolute;
  top: 350px;
}

.pane-giftcard-giftcard-amount-form .check-status { height: 20px; }

.page-giftcard-amount .pane-image-pane img {
  width: auto;
}

#giftcard-amount-form {
  width: 50%;
  float: right;
}

#giftcard-amount-form .form-item-amount label {
  font-family: cochin;
  font-size: 20px;
  font-style: italic;
}

#giftcard-amount-form  #edit-amount {
  width: 70%;
}

.page-giftcard-amount #edit-actions {
  left: 0;
  margin-top: 170px;
  position: absolute;
  width: 100%;
}

/* Hide header and footer for terms and conditions */
.tag-terms_and_conditions #header,
.tag-terms_and_conditions #footer,
.tag-terms_and_conditions #page-content .panel-col-last,
.tag-terms_and_conditions #featured-region{
  display: none;
}

/* No cookie error message */
#disable-shop-overlay { 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	z-index:999; 
}

@media only screen and (max-width:1100px) {
	.view.giftcard,
  .field-type-field-collection.field-name-field-giftcard-sel-room {
    width: 100%;
  }
	.view.giftcard .views-row,
  .giftcard .field-type-field-collection.field-name-field-giftcard-sel-room .field-item {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }  
  .field-name-field-giftcard-sel-room .field-item .field-name-field-giftcard-room .field-item {
    width: 100%;
  }
  
	.view.giftcard .views-row .views-field-field-image img,
  .field-type-field-collection.field-name-field-giftcard-sel-room .field-name-field-image .field-item img {
    width: 100%;
    height: auto;
  }
  
	#giftcard-amount-form { width: 40%; }

	.page-giftcard-amount .pane-variable-pane {
		margin-left:60%;
	}
}

@media only screen and (max-width:1024px) {
	.pane-giftcard-giftcard-header { text-align: left; }
	textarea { resize: none; }
	#giftcard-checkout-form .form-type-textfield input { width: 75%; }
}

@media only screen and (max-width:1023px) {
	.page-giftcard-amount .pane-image-pane { width: 100%; margin-bottom: 0px; text-align: center; }
	.page-giftcard-amount .pane-variable-pane {
		margin-left:0;
		padding-left:0;
		top:470px;
		text-align:center;
	}
	#giftcard-amount-form { width: 100%; margin-top:60px; }
	.pane-giftcard-giftcard-amount-form {
		position: relative;
		top: 0px;
		clear: both;
		float: none;
		width: 100%;
		height: auto;
		padding-top: 20px;
	}
	.page-giftcard-amount #edit-actions { 
		position: relative; 
		margin-top: 50px; 
		width: 100%;
		
	}
	#giftcard-amount-form #edit-amount { width: 50%; }
	.page-giftcard-amount .pane-image-pane img { width: 100%; max-width: 530px; height: auto; }
}

@media only screen and (max-width:640px) {
	#giftcard-amount-form { margin-top:140px; }
	.field-name-field-motiv .field-item .zoom_ico { left: 8px; bottom: 15px; }
	.field-name-field-motiv .field-item .zoom_ico img { width: 50%; }
	.field-name-field-motiv .button { font-size: 15px; padding: 3px 10px; padding-top: 6px; }
	.field-name-field-motiv .button.selected .on { padding: 0px 10px; }
	.field-name-field-motiv .select_giftcard { right: 8px; bottom: 15px; }
	.pane-giftcard-giftcard-cart { width: 200px; top: 10px; }
	.pane-giftcard-giftcard-header h1 { font-size: 35px; }
	.giftcard-tagline { font-size: 15px; }
	.giftcard .center-wrapper .panel-col-first img { width: 100%; }
	.view.giftcard .views-field-name, .view.giftcard .views-field-title { font-size: 25px; }
	.pane-giftcard-giftcard-preview .giftcard-edittext-link {
		bottom: 10px;
		top: auto;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		right: auto;
		left: auto;
	}
	.pane-giftcard-giftcard-preview .giftcard-message .text { margin-bottom: 68px; }
	#edit-cart .giftcard .card-price, 
	#edit-cart .giftcard .card-sum, 
	#verify-cart .giftcard .card-price, 
	#verify-cart .giftcard .card-sum,
	#edit-cart .giftcard .card-title, #verify-cart .giftcard .card-title {
		float: none;
		width: 100%;	
		text-align: left;
	}
	#edit-cart .giftcard .card-items, 
	#verify-cart .giftcard .card-items { position: absolute; right: 15px; top: 15px; width: 60px; }
	#edit-cart .giftcard.header .card-wrapper, #verify-cart .giftcard.header .card-wrapper { display: none;}
	#giftcard-amount-form #edit-submit { width: 64%; }
	#giftcard-amount-form #edit-previous { width: 34%; }
  
	.view.giftcard .views-row,
  .giftcard .field-type-field-collection.field-name-field-giftcard-sel-room .field-item {
    width: 100%;
    margin-right: 1%;
    margin-left: 1%;
  }    
}

@media only screen and (max-width:530px) {
	.page-giftcard-amount .pane-variable-pane { top:500px; }
	#giftcard-amount-form { margin-top:120px; }
	.field-name-field-motiv .field-item,
	.view.giftcard .views-row { width: 100%; max-width: auto; }
	.field-name-field-motiv .select_giftcard { right: 15px; bottom: 20px; }
	.field-name-field-motiv .field-item .zoom_ico { left: 15px; bottom: 20px; }
	.field-name-field-motiv .field-item .zoom_ico img { width: 75%; }
	#giftcard-start-form .form-radios .form-item { margin-bottom: 10px; padding: 0px 5px; }
	.pane-giftcard-giftcard-cart,
	.pane-giftcard-giftcard-cart.selected { position: relative; margin-bottom: 30px; width: 100%; }
	.giftcard .pane-giftcard-giftcard-cart .giftcard-cart-checkout a, 
	.giftcard .pane-giftcard-giftcard-cart .giftcard-cart-delete a { 
		width: 90%; 
		margin-left: 4.5%; 
	}
	.view.giftcard .views-field-name, .view.giftcard .views-field-title { font-size: 35px; }
	#giftcard_back, #giftcard_forward, #giftcard-start-form #edit-submit, #giftcard-checkout-form #edit-previous {
		width: 48%;	
	}
	#giftcard-start-form #edit-submit { width: 100%; max-width: 100%; }
	.pane-giftcard-giftcard-preview #giftcard_back, 
	#giftcard-checkout-form #edit-previous,
	.pane-giftcard-giftcard-validate #giftcard_back {
		width: 34%;
	}
	#giftcard_to_checkout, #giftcard-checkout-form #edit-submit,
	#giftcard-checkout-form #edit-actions #edit-submit {
		width: 64%;	
	}
	.pane-giftcard-giftcard-header { text-align: center; }
	.giftcard .pane-giftcard-giftcard-cart .cart-content ul li span {
		float: none;	
	}
	#giftcard-amount-form #edit-submit { width: 74%; }
	#giftcard-amount-form #edit-previous { width: 24%; }
	#giftcard-amount-form #edit-amount { width: 75%; }
}

@media only screen and (max-width:460px){
	#giftcard-amount-form { margin-top:150px; }
}

@media only screen and (max-width:400px) {
	.page-giftcard-amount .pane-variable-pane { top:450px; }
	#giftcard-amount-form #edit-submit { width: 100%; margin-bottom: 20px; }
	#giftcard-amount-form #edit-previous { width: 100%; max-width: none; margin-bottom: 10px; }
}