/* ---> TOP SEARCH */

.store-decorate-silk .headernav form input[type=text] {
	border: 1px solid var(--border-white-06);
	width: 208px;
	box-shadow: none;
	background: url(nav-search-icon.png) 98% 5px no-repeat;
}

.store-decorate-silk .headernav form input[type=text]:hover, .store-decorate-silk .headernav form input[type=text]:focus, .store-decorate-silk .headernav form input[type=text]:active {
	border: 1px solid var(--border-white-06);
	color: #fff;
}

/* ---> MAIN CONTENT */

main .main-content {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

#main.section.section--main {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

#main.section.section--main .block--light .block__container {
	background-color: transparent;
}

#main.section.section--main .block:first-child .block__container {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.section.section--main h1.block__title {
	color: #fff;
	font-size: var(--h1-xl);
	font-family: "Arimo", sans-serif;
	letter-spacing: var(--ls-neg-1);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

h2.store-product-detail-title, h2.core-section-header {
	margin-bottom: var(--mar-2);
	font-weight: 600;
	line-height: 1.2;
}

h3.core-form-field-group-header {
		margin-bottom: var(--mar-1);
		font-weight: 600;
	line-height: 1.2;
}


h3.store-product-detail-pricing {
    display: block;
    margin-top: 0.5em;
}

h3.store-product-detail-pricing .store-product-price-original {
	padding-right: 0.5em;
}

.store-product-detail-description-short {
    line-height: 1.2;
}

.core-form-field-group {
    margin-bottom: var(--mar-1-5);
}

.core-form-field {
    margin-bottom: 20px;
}

.core-form-field.store-field-address-street {
	margin-bottom: 0;
}

.store-field-contact-email .core-form-field-body-note {
 	margin-top: var(--mar-1);
 	line-height: 1.2;
}

li.core-message-error + li.core-message-error {
	margin-bottom: 1em;
}

.store-order-pricing .store-order-price.store-order-price-subtotal, .store-order-pricing .store-order-price.store-order-price-vat, .store-order-pricing .store-order-price.store-section-vat-exemption {
	margin-bottom: 1em;
}

.store-surveys.gdpr-container .store-survey.gdpr .core-form-field-label {
	margin-bottom: 1em;
}

p#store-delivery-message, p.store-notice-delivery-spam-folder {
	line-height: 1.3;
}

/* ---> BUTTONS */

/* All buttons */

.store-action.store-product-detail-action-order, .store-action.store-action-next, .store-action.store-action-complete {
	border: 0;
}

.store-action.store-product-detail-action-order .store-action-command, .store-action.store-action-next .store-action-command, .store-action.store-action-complete .store-action-command {
	background-color:var(--gbs-orange);
	border:1px solid var(--gbs-orange);
	color:var(--color-white);
	border-radius:4px;
	padding: 9px 20px 9px 20px;
	text-decoration:none;
}


.store-decorate-button .store-page-navigation .store-action.store-product-detail-action-order .store-action-command,
.store-decorate-button .store-page-navigation .store-action.store-action-next .store-action-command,
.store-decorate-button .store-page-navigation .store-action.store-action-complete .store-action-command
{
    padding: .65em .5em .65em .5em;
}

.store-action.store-product-detail-action-order .store-action-command:hover, .store-action.store-action-next .store-action-command:hover, .store-action.store-action-complete .store-action-command:hover {
	background-color:var(--orange-dark);
	border:1px solid var(--orange-dark);
	color:var(--color-white);
	text-decoration:none;
}

.store-action.store-product-detail-action-order .store-action-command .store-action-title, .store-action.store-action-next .store-action-command .store-action-title, .store-action.store-action-complete .store-action-command .store-action-title {
	border: 0;
	background: transparent url(gb-shopping-cart-white.png) 97% 50% no-repeat;
	background-size: 24px;
	color: #fff;
	transition: none;
	font-weight: 400;
	font-size: 1.2em;
	padding-right: 38px;
}

/* Next button */

.store-action.store-action-next .store-action-command .store-action-title {
	padding-left: 19px;
	padding-right: 34px;
}

.store-action.store-action-next .store-action-command .store-action-title {
	background: transparent url(gb-arrow-next-white.png) 100% 50% no-repeat;
	background-size: 24px;
}

/* Complete purchase button */

.store-action.store-action-complete .store-action-command .store-action-title {
	padding-right: 34px;
}

.store-action.store-action-complete .store-action-command .store-action-title {
	background: transparent url(gb-check-mark-white.png) 100% 50% no-repeat;
	background-size: 22px;
}

/* ---> EDIT ORDER */

.store-action-list.store-order-action-list {
	text-align: right;
}

.store-action-list.store-order-action-list li {
	margin-right: 0;
}

/* ---> 1st STEP: price */

.store-page-product.store-page-product-standard .store-product-price-original .store-value-money.store-value-money-single {
	font-weight: 300;
}

.store-page-product.store-page-product-standard .store-product-detail-quantity.core-form-field {
	margin-top: 20px;
	margin-bottom: 38px;
}

.core-form-field-label label[for="product:quantity"] {
	font-size: 16px;
}

.core-form-field-body label[for="product:quantity"] {
	font-size: 16px;
	color: #000;
}

/* ---> FASTSPRING HEADING LAST STEP */

.store-page-confirm h2.core-section-header {
	margin-bottom: 50px;
}

.store-surveys.gdpr-container .store-survey.gdpr h2.core-section-header {
	margin: 30px 0 16px 0;
    font-weight: normal;
    line-height: 1.2;
    font-size: 16px;
    letter-spacing: normal;
    color: #000;
    text-align: right;
}

.store-surveys.gdpr-container .store-survey.gdpr .core-form-field.core-form-field-required .core-form-field-label, .core-form-field.core-form-field-required .core-form-field-body table td {
	text-align: right;
}

.store-page-confirm .store-order-item.store-order-item-base {
    padding-top: 18px;
}

.store-page-confirm .store-order-item.store-order-item-base:first-child {
    padding-top: 0;
}

.store-page-confirm .store-order-item-base-title {
    width: 70%;
    line-height: 1.3;
}

.store-page-confirm .store-order-item-base-pricing {
    padding-bottom: 18px;
}

.store-page-confirm .store-order-item-group.store-order-item-group-base .store-order-item.store-order-item-base {
	padding-bottom: 24px;
    border-top: 1px solid lightgray;
}

.store-page-confirm .store-order-item-group.store-order-item-group-base .store-order-item.store-order-item-base:first-child {
	border-top: 0;
}

.store-page-confirm .store-order-item-group.store-order-item-group-base .store-order-item.store-order-item-base:last-child {
	border-bottom: 1px solid lightgray;
}