/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#fff; font-family: Montserrat, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 22px; color:#978A88; text-align:center; }

img           { border:0; vertical-align:top; }

a             { color:#BC927A; text-decoration:underline; }
a:hover       { text-decoration:none; color: #978A88; }
:focus        { outline: 0; }

/* Headings */
h1            { font-size:31px; font-weight:bold; line-height:1.15; margin-bottom: 20px; color: #BC927A; }
h2            { font-size:27px; font-weight:bold; line-height:1.25; margin-bottom: 20px; color: #BC927A; }
h3            { font-size:23px; font-weight:bold; line-height:1.25; margin-bottom: 20px; color: #BC927A; }
h4            { font-size:14px; font-weight:bold; margin-bottom: 10px; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

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

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

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

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

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


/* Layout ================================================================================ */
.wrapper {}
.page { width:100%; min-width: 1100px; margin:0 auto; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container {}

/* Base Columns */
.col-left { float:left; width: 280px; }
.col-main { margin-bottom: 30px; }
.cms-home .col-main { margin-bottom: 0; }
.col-right { float:right; width: 280px; }

/* 1 Column Layout */
.col1-layout .main { width: 100%; }
.col1-layout .col-main { float:none; width:auto; }

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

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:748px; }
.col3-layout .col-wrapper .col-main { float:right; }

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

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

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:14px Montserrat, Arial, Helvetica, sans-serif; vertical-align:middle; color:#978A88; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding: 7px; }
input.input-text:focus, textarea:focus { border-color: #978A88; }
::-webkit-input-placeholder { color: #C8B9B7; }
::-moz-placeholder { color: #C8B9B7; }
:-ms-input-placeholder { color: #C8B9B7; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
.button { overflow:visible; width:auto; border: 0; padding:0 20px; margin:0; cursor:pointer; background: #5ec0d5; height: 44px; line-height: 44px; text-transform: uppercase; display: block; color: #FFF7E9; text-align: center; }
a.button { text-decoration: none; display: block; }
.button:hover { color: #FFF7E9; background: #BC927A; }
.button-dark { color: #FFF7E9; background: #BC927A; }
.button-dark:hover { background: #978A88; }
.button-link { background: transparent; color: #BC927A !important; }
.button-link:hover { background-color: transparent; color: #978A88 !important; }
.button-green { background: #86a95f; color: #fff; }
.button-green:hover { background: #86a95f; color: #fff; }
.btn-large { height: 54px; line-height: 54px; font-size: 16px; padding: 0 30px; }
.button-full-width { width: 100%; box-sizing: border-box; }

button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

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

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#111; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #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; }

.buttons-set { clear:both; margin-bottom: 30px; line-height: 44px; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; margin-left: 3px; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border:1px solid #ddd; background:#fefefe; padding:32px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:15px; border:1px solid #fefefe; background:#BC927A; color:#fff7e9; margin:-53px 0 0 -10px; padding: 10px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin: 3px 0 5px; padding-left:17px; font-size:10px; line-height:13px; background:url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

.messages,
.messages ul { list-style:none !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 20px; }
.messages li li { margin-bottom: 0; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; padding:15px !important; font-size:12px !important; font-weight:bold !important; }
.error-msg { border-color:#CB6262; background-color:#CB6262; color:#fff; }
.success-msg { border-color:#9CBC7A; background-color:#9CBC7A; color:#fff; }
.error-msg *,
.success-msg * { color: #fff; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fcd344; color:#777; }
.note-msg *,
.notice-msg * { color: #fff; }

/* BreadCrumbs */
.breadcrumbs { margin-bottom: 20px !important; text-transform: uppercase;  }
.breadcrumbs li { display:inline; font-size: 12px; }
.breadcrumbs li strong { font-weight: normal; }
.breadcrumbs li a { text-decoration: none; }

/* Page Heading */
.page-title { width: auto !important; }
.col1-layout .page-title,
.cms-page-view .page-title { width: 1100px !important; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; margin-bottom: 40px; line-height: 44px; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; margin-bottom: 0; }
.title-buttons .button { float: right; }
.page-header { margin-bottom: 20px; position: relative; height: 240px; overflow: hidden; }
.page-header img { position: absolute; top: 0; }
.page-header .content { position: absolute; bottom: 0; padding: 20px; background: url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/images/page-header-bg.png); width: 100%; box-sizing: border-box; }

.subtitle { clear:both; }

/* Pager */
.pager { text-align:center; }
.pager .amount { float:left; height: 30px; line-height: 30px; }
.pager .limiter { float:right; }
.pager .pages { float: left; margin-left: 40px; }
.pager .pages ol { display: inline-block; }
.pager .pages li { display: inline-block; width: 30px; height: 30px; line-height: 30px; }
.pager .pages .current { background: #BC927A; color: #fff7e9; }
.pager .pages strong { display: none; }

/* Sorter */
.sorter { float: right; height: 30px; line-height: 30px; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Toolbar */
.toolbar { padding: 0 0 20px; border-bottom: 1px solid #ddd; }
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom { margin-bottom: 30px; }
.toolbar-bottom .toolbar { padding: 20px 0 0; border-top: 1px solid #ddd; border-bottom: none; }

/* Data Table */
.data-table { width:100%; margin-bottom: 20px; }
.data-table th { padding:10px; border-top: 1px solid #F6EAE4; border-bottom: 1px solid #F6EAE4; font-weight:bold; white-space:nowrap; }
.data-table td { padding:10px; border-top: 1px solid #F6EAE4; border-bottom: 1px solid #F6EAE4; }
.data-table td,
.data-table th { vertical-align: middle; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#F6EAE4; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.tax-details-first td { border-top:1px solid #d2d8db; }

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

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std p { margin-bottom: 15px; }
/*.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 { font-weight:bold; color:#f00; }
.link-wishlist { margin-top: 3px; display: block; color: #978A88; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/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; }
/* ======================================================================================= */

/* General layout settings ================================================================================ */
.top-container-inner,
.header-container,
.nav-container,
.breadcrumbs,
.main,
.col1-layout .col-main > *,
.cms-home .block,
.onestepcheckout-index-index .col-main,
.usps,
.footer-inner,
.footer-outro-inner,
.footer-blocks { width: 1100px; margin: 0 auto; }
/* ======================================================================================= */

/* Top ================================================================================ */
.top-container { background: #BC927A; height: 54px; line-height: 54px; }
.top-container .store-switcher {   }
.top-container .store-switcher li { float: left; text-transform: uppercase; font-size: 12px; }
.top-container .store-switcher li a { padding: 0 20px; display: block; text-decoration: none; color: #FFF; }
.top-container .store-switcher li.active a { background: #fff; color: #BC927A; }
.top-container .top-links { float: right; }
.top-container .top-links li { float: left; padding: 0 20px 0 33px; position: relative; font-size: 12px; text-transform: uppercase; position: relative; }
.top-container .top-links li.toggle { margin-right: 40px; }
.top-container .top-links li.toggle:after { content: ''; position: absolute; right: 0; top: 24px; background: url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/images/sprite.png) no-repeat -5px -5px; width: 10px; height: 6px; }
.top-container .top-links li a { color: #FFF7E9; text-decoration: none; }
.top-container .top-links li .content { display: none; position: absolute; right: 0; background: #f6eae4; border: 1px solid #BC927A; border-top: none; z-index: 999; line-height: 22px; padding: 30px 20px; min-width: 320px; }
.top-container .top-links li .content h4 { margin-bottom: 30px; font-weight: normal; }
.top-container .top-links li .content h4 a { color: #BC927A; }
.top-container .top-links li:before { content: ''; height: 26px; width: 26px; position: absolute; left: 0; top: 13px; }
.top-container .top-links li.top-cart:before { background: url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/images/sprite.png) no-repeat -69px -89px; }
.top-container .top-links li.top-account:before { background: url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/images/sprite.png) no-repeat -33px -89px; }
.top-container .top-cart .cart-items { margin-bottom: 30px; width: 100%; }
/*.top-container .top-cart .content { background: #fff !important; }*/
.top-container .top-cart .content .recently-added { margin-bottom: 10px; font-weight: bold; }
.top-container .top-cart .cart-items td { border-top: 1px solid #C8B9B7; border-bottom: 1px solid #C8B9B7; padding: 5px; margin-bottom: -1px; }
.top-container .top-cart .cart-items td a { color: #BC927A; }
/* ======================================================================================= */

/* Header ================================================================================ */
.logo { float:left; }
.header-container {}
.header { padding: 40px 0; }
.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.header .form-search { border: 1px solid #F6EAE4; float: left; width: 400px; margin: 2px 0 0 130px; }
.header .form-search label { display: none; }
.header .form-search input { border: none; height: 42px; padding: 0 10px; width: 350px; font-size: 13px; color: #000; }
.header .form-search .button { display: inline-block; background: url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/images/sprite.png) no-repeat -5px -89px; text-indent: -9999px; height: 18px; width: 18px; line-height: 0; padding: 0; }
.header .form-search .search-autocomplete { z-index:999; width: 402px !important; margin-left: -1px; }
.header .form-search .search-autocomplete ul { border:1px solid #F6EAE4; background-color:#fff; }
.header .form-search .search-autocomplete li { padding: 5px 10px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { clear:both; text-align:right; }
.header .phone { float: right; padding-left: 42px; position: relative; margin-top: 2px; }
.header .phone:before { content: ''; background: url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/images/sprite.png) no-repeat -89px -47px; width: 32px; height: 32px; position: absolute; left: 0; top: 6px; }
.header .phone strong { display: block; font-size: 18px; color: #BC927A; }
.header .phone a { text-transform: lowercase; color: #978A88; }
.header-container .top-container { clear:both; text-align:right; }

/********** < Navigation */
.nav-container {}
.nav-toggle { display: none; background: #5ec0d5; color: #FFF; }
#nav { font-size: 15px; background: #5ec0d5; height: 64px; line-height: 64px; margin-bottom: 40px; }
.cms-home #nav { margin-bottom: 0; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li.home a { text-indent: -999px; background: url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/images/nav-home.png) no-repeat center; width: 23px; }
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; text-transform: uppercase; }
#nav li a { float:left; font-weight:normal; padding: 0 15px; color:#FFF7E9; }
#nav li a:hover { color:#ccc; }
#nav li.over a,
#nav li.active a { color:#ccc; }

/* 2nd Level */
#nav ul { position:absolute; width: 250px; top: 64px; left:-10000px; background: #5ec0d5; line-height: 32px; }
#nav ul li { float:none; display: block; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding: 5px 20px; font-weight:normal; color:#FFF !important; }
#nav ul li a:hover { color:#FFF !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0; background: #CCC; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */
/* ======================================================================================= */

/* Banner ================================================================================ */
.banner { margin-bottom: 60px; float: left; width: 1100px;  }
.banner-large,
.banner-small { float: left; }
.banner-full-width { display: block; margin-top: -40px !important; height: 500px; background-position: center; background-repeat: no-repeat; background-size: cover; width: 100% !important; }
/* ======================================================================================= */

/* Content blocks ================================================================================ */
.content-blocks { list-style-type: none; margin-bottom: 60px; float: left; width: 1100px; }
.content-blocks li { float: left; width: 306px; margin-right: 1px; background: #f6eae4; padding: 30px; text-align: center; }
.content-blocks li.last { margin-right: 0;  }
.content-blocks li img { margin: -30px -30px 30px;  }
/* ======================================================================================= */

/* USP's ================================================================================ */
.usp-container { background: #BC927A; clear: both; margin-bottom: 60px !important; width: 100% !important; }
.usps { padding: 40px 0; text-align: center; overflow: hidden; }
.usps li { float: left; width: 25%; color: #FFF7E9; padding-top: 89px; background-position: top center; background-repeat: no-repeat; }
.usps li strong { font-size: 16px; display: block; font-weight: normal; }
.usps li.free-shipping { background-image: url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/images/icon-truck.png); }
.usps li.fast-delivery { background-image: url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/images/icon-clock.png); }
.usps li.product-range { background-image: url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/images/icon-store.png); }
.usps li.secure-shopping { background-image: url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/images/icon-shield.png); }
.usps-checkout { border-top: 1px solid #F6EAE4; padding: 15px 0; margin: 20px 0 0 !important; }
.usps-checkout li { padding: 0; color: #978A88;  margin-bottom: 0 !important; font-size: 11px; }
.usps-checkout li strong { color: #BC927A; font-size: 13px; }
/* ======================================================================================= */

/* USP's small ================================================================================ */
.usps-small li { margin-bottom: 5px; }
.usps-small li i { color: #BC927A; }
/* ======================================================================================= */

/* Newsletter ================================================================================ */
.newsletter-container { width: 100% !important; padding: 40px 0; }
.col1-layout .newsletter-container { width: 1100px !important; }
.newsletter-container .block-subscribe { border: 0; margin: 0; padding: 0; }
.newsletter-container .block-subscribe h3 { margin-bottom: 3px; }
.newsletter-container .block-subscribe p { margin-bottom: 40px; }
.newsletter-container .block-subscribe .subscribe-content .input-box,
.newsletter-container .block-subscribe .subscribe-content button { display: inline-block; margin: 0 5px 10px; vertical-align: top; }
.newsletter-container .block-subscribe .subscribe-content input { height: 38px; width: 330px; padding: 2px 10px; }
.newsletter-container .block-subscribe .subscribe-content .validation-advice { text-align: left; }
/* ======================================================================================= */

/* Sidebar =============================================================================== */
.block { border-bottom: 1px solid #ddd; padding-bottom: 40px; margin-bottom: 40px; }
.block .block-title { text-transform: uppercase; color: #BC927A; margin-bottom: 10px; }
.block .block-title strong { font-size:15px; font-weight:normal; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

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

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

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav { padding-bottom: 0; border-bottom: 0; }
.block-layered-nav dt { font-weight:bold; margin-bottom: 3px; }
.block-layered-nav .actions { margin-bottom: 20px; }
.block-layered-nav .currently ol { margin-bottom: 3px; }
.block-layered-nav .currently ol li { line-height: 28px; }
.block-layered-nav .btn-remove { float:left; margin: 8px 7px 0 0; }
.block-layered-nav .block-subtitle { display: none; }
.block-layered-nav dd { margin-bottom: 20px; }
.block-layered-nav dd ol li { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin-bottom: -1px; position: relative; font-size: 12px; }
.block-layered-nav dd ol li a { display: block; padding: 5px 0; }
.block-layered-nav dd ol li .count { position: absolute; right: 0; top: 5px; }
.block-layered-nav dd.last { margin-bottom: 0; }

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

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

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

/* Block: Poll */
.block-poll label {}
.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 .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

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

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

/* Block: Creative Steps Product List */
.block-creativesteps-catalog-product-list { border: 0; padding: 0; margin: 0 auto 60px !important; text-align: center; }
.block-creativesteps-catalog-product-list h3 { color: #BC927A; font-size: 27px; }

/* Block: Onze voordelen */
.block-onze-voordelen ul li { margin-bottom: 20px; }
.block-onze-voordelen ul li span { display: block; }
.block-onze-voordelen ul li.last { margin-bottom: 0; }
/* ======================================================================================= */

/* Category Page ========================================================================= */
.category-title { border:0; margin-bottom: 20px; }
.category-image { display: none; }
.category-image img {}
.category-description { margin-bottom: 20px; }
.category-description,
.category-products { width: auto; }

/* View Type: Grid */
.products-grid { border-bottom:1px solid #ddd; }
.products-grid.last { border-bottom: none; }
.products-grid.last { border-bottom: none; }
.products-grid li.item { position: relative; float:left; width: 220px; padding: 30px 19px 80px; text-align: left; border: 1px solid #FFF; cursor: pointer; }
.products-grid li.item:hover { border-left: 1px solid #DDD; border-right: 1px solid #DDD; }
.products-grid li.item:hover .product-name a { color: #978A88; }
.products-grid .product-image { display:block; width:220px; height:220px; margin:0 0 30px; }
.products-grid .product-name { margin:0 0 20px; font-size: 17px; }
.products-grid .product-name a { color: #BC927A; text-decoration: none; }
.products-grid .price-box { margin: 0 0 20px; }
.products-grid .availability { line-height:21px; }
.products-grid .button { width: 100%; }
.products-grid .bottom { position: absolute; height: auto; bottom: 30px; left: 20px; right: 20px; }
.products-grid .excl-tax { text-transform: lowercase; color: #C8B9B7; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width: auto; margin:0 auto; }
.col1-layout .products-grid { width:1100px; margin:0 auto; }
.col1-layout .products-grid li { width: 235px; }
.col1-layout .products-grid .product-image { width: auto; height: 200px; text-align: center; }
.col1-layout .products-grid .old-price,
.col1-layout .products-grid .regular-price,
.col1-layout .products-grid .special-price { margin-bottom: 3px; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; 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; }
.products-list .product-name a {}
.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-more { 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; }

/* Categories grid */
.categories-list li.item { padding-bottom: 44px; }

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


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin-bottom: 10px; }
.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(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}
.ratings .amount a { text-decoration: none; }

.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; font-weight: bold; }
.availability.in-stock { color: #9CBC7A; }
.availability.out-of-stock span { color:#CB6262; }

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

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

.price-box {}
.price-box .price-label { display: none; }
.old-price,
.regular-price,
.special-price { display: inline-block; }

/* Regular price */
.regular-price {}
.regular-price .price,
.special-price .price,
.minimal-price .price,
.price-from .price { color: #BC927A; font-size: 19px; }

/* Old price */
.old-price {}
.old-price .price { text-decoration:line-through; font-size: 15px; }

/* Special price */
.special-price {}

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

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

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

/* FTP */
.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 / Minimal price */
.minimal-price .price-label,
.price-from .price-label { display: inline-block; }

.price-to { display: none; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

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

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

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

/* Add to Cart */
.add-to-cart label { display: none; }
.add-to-cart .qty { float:left; }

.product-view {}

.product-essential { padding-bottom: 60px; margin-bottom: 60px; border-bottom: 1px solid #ddd; }

.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box { float:left; width: 530px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image-container { position: relative; }
.product-view .product-img-box .product-image-container.has-multiple { padding-left: 130px; }
.product-view .product-img-box .product-image { border:1px solid #ddd; display: block; }
.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 { 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(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/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(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/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 { position: absolute; left: 0; top: 0; width: 100px; }
.product-view .product-img-box .more-views li { float:left; margin-bottom: -1px; }
.product-view .product-img-box .more-views li .product-video { width: 100px; overflow: hidden; text-align: center; display: inline-block; vertical-align: top; }
.product-view .product-img-box .more-views li .product-video img { height: 100px; margin-left: -39px; }
.catalog-product-view .breadcrumbs { margin-bottom: 0 !important; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width: 530px; }
.product-view .product-shop-top { margin-bottom: 10px; }
.product-view .product-shop-top > * { display: inline-block; font-size: 12px; }
.product-view .product-shop-top .link-wishlist { color: #BC927A; vertical-align: top; line-height: 13px; margin: 2px 0 0 10px; }
.product-view .product-name h1 { margin-bottom: 40px; }
.product-view .short-description { margin-bottom: 30px; }
.product-view .availability { margin-bottom: 3px; }
.product-view .regular-price .price,
.product-view .special-price .price,
.product-view .minimal-price .price,
.product-view .price-from .price { font-size: 25px; line-height: 25px; }
.product-view .old-price .price { font-size: 21px; line-height: 21px; }
.product-view .add-to-box { background: #F6EAE4; padding: 30px; border: 1px solid #BC927A; margin-bottom: 15px; }
.product-view .add-to-box .add-to-cart { float:right; width: 280px; }
.product-view .add-to-box .add-to-cart .qty { height: 54px; width: 40px !important; text-align: center; margin-right: 2px; box-sizing: border-box; font-weight: bold; }
.product-view .add-to-box .add-to-cart .btn-large { padding: 0 40px; }
.product-view .add-to-box .product-info { float: left; width: 160px; }
.product-view .tier-prices { margin-bottom: 10px; font-size: 12px; display: none; }

/* Product Options */
.product-options { margin-bottom: 20px; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Additional */
.product-view .box-additional { border-bottom: 1px solid #ddd; padding-bottom: 60px; margin-bottom: 60px; overflow: hidden; }
.product-view .box-additional .product-description { float: left; width: 47%; }
.product-view .box-additional .product-attributes { float: right; width: 47%; }

/* Block: Reviews */
.product-view .box-reviews { clear: both; }
.product-view .box-reviews .reviews { width: 600px; float: left; }
.product-view .box-reviews .reviews-title { float: left; line-height: 44px; }
.product-view .box-reviews .reviews-title h3 { line-height: 44px; margin-bottom: 0; }
.product-view .box-reviews .reviews { clear: both; margin-bottom: 30px; }
.product-view .box-reviews .reviews ul { margin-bottom: 30px; border-bottom: 1px solid #ddd; padding: 15px 0; }
.product-view .box-reviews .reviews .title { color: #BC927A; font-weight: bold; margin-bottom: 5px; }
.product-view .box-reviews .reviews ul li { padding: 20px 0; }
.product-view .box-reviews .data-table,
.product-view .box-reviews .form-list { margin-bottom: 40px; }
.product-view .box-reviews .review-form { width: 419px; float: right; border-left: 1px solid #ddd; padding-left: 40px; }
.product-view .box-reviews .buttons-set button.button { float: left; }

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


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

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .subtitle {}
.cms-home .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 {}
.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 {}

/* RSS */
.rss-title h1 { background:url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }
.cart-table td { padding: 15px; }
.cart-table tr.even { background: none; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:700px; }

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}
.cart .discount .input-text { width: 100%; box-sizing: border-box; margin-bottom: 5px; }
.cart .discount .button { width: 100%; float: none; }

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; margin-bottom: 20px; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Cart footer */
.cart tfoot .button { float: right; margin-left: 10px; }
.cart tfoot td { padding: 10px 0; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

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

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/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 {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/* Success */
.checkout-success .buttons-set { margin-top: 20px; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login p { margin-bottom: 10px; }
.account-login .new-users button { float: left; }

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


/* My Account ============================================================================= */
.my-account { width: auto; }
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .box { margin-bottom: 20px; }
.my-account .box-head { margin-bottom: 20px; line-height: 33px; }
.my-account .box-head h2 { float: left; margin-bottom: 0; }
.my-account .box-head a { float: right; }
.my-account .box-content { border: 1px solid #ddd; padding: 10px; overflow: hidden; }
.my-account .box-content p { margin-bottom: 0; }
.my-account .box-title { margin-bottom: 5px; line-height: 25px;  }
.my-account .box-title h3 { margin-bottom: 0; float: left; }
.my-account .box-title a { float: right; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .box-recent { margin: 20px 0; }

/* Block: Account Information */
.dashboard .box-info {}

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }

/* Block: Orders */
.my-account #my-orders-table { margin: 20px 0; }

/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list ol li { margin-bottom: 20px; }
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

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

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.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 th,
.tracking-table td { padding:1px 5px 0 0; }

.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 {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */

/* Video's ================================================================================ */
.cms-videos ul.youtube-videos { width: 820px; margin-left: -40px; }
.cms-videos ul.youtube-videos li { float: left; width: 370px; margin: 0 0 40px 40px; }
/* ======================================================================================= */

/* Wishlist ================================================================================ */
.my-wishlist .data-table td { padding: 20px; }
.my-wishlist .cart-cell { width: 200px; }
.my-wishlist .cart-cell .price-box { margin-bottom: 1em; }
.my-wishlist .cart-cell .add-to-cart-alt { overflow: hidden; }
.my-wishlist .cart-cell .add-to-cart-alt .qty { margin-bottom: 5px; height: 28px; }
/* ======================================================================================= */

/* Cookie bar ================================================================================ */
div #cookie-bar { padding: 30px; text-align: center; background: #f6eae4; }
div #cookie-bar p { float: none; margin: 0 0 10px; color: #403c33; font-family: Montserrat, Arial, Helvetica, sans-serif; font-size: 14px; }
div #cookie-bar #cookie-bar-button { float: none; font-family: Montserrat, Arial, Helvetica, sans-serif; font-size: 14px; }
/* ======================================================================================= */

/* Footer ================================================================================ */
.footer-container { border-top: 1px solid #F6EAE4; padding-top: 60px; }
.footer { background: #BC927A; padding: 60px 0;  }
.footer,
.footer a,
.footer p { color: #FFF7E9; }
.footer-blocks { overflow: hidden; margin-bottom: 60px; }
.footer-block { float: left; width: 260px; margin-right: 20px; }
.footer-block h4 { color: #BC927A; margin-bottom: 10px; }
.footer-block a,
.footer-block p { color: #978A88; }
.footer-block a { text-decoration: none; }
.footer-block a:hover { text-decoration: underline; }
.footer-block.last { margin-right: 0;  }
.footer-outro { border-top: 1px solid #F6EAE4;  }
.footer-outro-inner { padding: 60px 0; }
.footer .footer-copyright { float: left; width: 900px; }
.footer .social-media { float: right; }
.footer .social-media a { width: 32px; height: 32px; display: inline-block; background-image: url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/images/sprite.png); background-repeat: no-repeat; text-indent: -999em; }
.footer .social-media .facebook { background-position: -25px -5px; }
.footer .social-media .twitter { background-position: -134px -5px; }
.footer .social-media .instagram { background-position: -5px -47px; }
.footer .social-media .youtube { background-position: -105px -89px;  }
/* ======================================================================================= */

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

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

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

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.postWrapper {
    padding: 20px 0;
    border-bottom: 1px solid #f6eae4;
    overflow: hidden;
    margin-bottom: 20px;
}

.postWrapper.last {
    margin-bottom: 20px;
}

.postImage {
    float: left;
    padding: 10px;
    border: 1px solid #f6eae4;
    margin-right: 40px;
}

.postTitle {
    margin-bottom: 15px;
}

.postTitle h1 {
    font-size: 26px;
    margin: 0px;
    padding: 0px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postContent ul{
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.postContent ul li{
    margin-left: 2em;
}

.postContent ol{
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.postContent ol li{
    margin-left: 2em;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.postBookmarks a.bm {
    display: inline-block;
}

.postBookmarks img {
    display: inline;
}

.sharethis-inline-share-buttons {
    margin-bottom: 20px;
}

.commentContainer {
    margin-bottom: 60px;
}

.commentWrapper {
    padding: 15px;
    border-top: 1px solid #f6eae4;
}

.commentWrapper.even {
    background: #f6eae4;
}

.commentTitle {
    padding-top: 20px;
    margin-bottom: 20px;
}

.commentTitle h3 {
    font-size: 18px;
    font-weight: normal;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 10px;
    padding: 0px;
}

.commentDetails h4.username {
    margin-bottom: 0;
}

.commentDetails span.date {
    font-size: 12px;
    font-style: italic;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest .title {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.35;
    margin: 0 0 5px;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}
.youtube-title {
    float: left;
}
.youtube-embed {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    margin-bottom: 20px;
}

.youtube-embed .play {
    background: url("https://www.spray-tan.nl/skin/frontend/base/default/youtube/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ+CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out;
}

.youtube-embed .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.account-login .fb-login h2 {
	background-image:url("https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/images/magestore/fblogin/fb.png");
	background-repeat: no-repeat;
	/* padding-left: 40px; */
	padding-bottom: 5px
}
button.fb_button.fb_button_medium span {
    min-width: 140px;
}
span.fb_button_text {
	display: inline-block;
	height: 35px;
	text-align: center;
	padding-left: 55px;
	padding-right: 20px;
	line-height: 35px;
	color: white;
	background: url("https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/css/magestore/fblogin/fb.png") no-repeat;
	}
.col-1.new-users li.button {
	min-width: 80px;
	background: none;
	display: block;
	text-align: left;
}
.fb-seprate{
	margin-top:30px;
}

#connected{
	text-align:center;
	margin-top:60px;
}

#connected #image{
	margin-bottom:10px;
}
/**
 * Copyright (c) 2012-2018, Mollie B.V.
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *
 * - Redistributions of source code must retain the above copyright notice,
 *    this list of conditions and the following disclaimer.
 * - Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 *
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY
 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY
 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 * DAMAGE.
 *
 * @category    Mollie
 * @package     Mollie_Mpm
 * @author      Mollie B.V. (info@mollie.nl)
 * @copyright   Copyright (c) 2012-2018 Mollie B.V. (https://www.mollie.nl)
 * @license     http://www.opensource.org/licenses/bsd-license.php  Berkeley Software Distribution License (BSD-License 2)
 **/

.mollie-loading .redirect-block {
    padding: 10%;
    text-align: center;
}

.mollie-loading p {
    margin-top: 20px;
}

.mollie-loading .loader {
    border: 16px solid #E3F0FA;
    border-top: 16px solid #31A8F0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
}

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

#checkout-payment-method-load input.radio {
    float: left;
}

a.postnl-message {color:#EA7601 !important; text-decoration:underline;}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/fancybox/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/fancybox/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/fancybox/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/fancybox/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/fancybox/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://www.spray-tan.nl/skin/frontend/spraytan/spraytan/fancybox/images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* Mobile */
@media (max-width: 640px) {
    /* Helper classes */
    .hide-mobile { display: none !important; }
    .hide-desktop { display: block !important; }

    /* All containers device-width */
    .top,
    .header,
    #nav,
    .top-container-inner,
    .main-container,
    .header-container,
    .nav-container,
    .banner,
    .content-blocks,
    .content-blocks li,
    .main,
    .col-main,
    .col-main > *,
    .col-left,
    .col-right,
    .col-wrapper,
    .cms-home .block,
    .col1-layout .page-title,
    .cms-page-view .page-title,
    .products-grid,
    .products-grid li.item,
    .products-grid .product-image,
    .product-view .product-img-box,
    .product-essential,
    .product-view .product-shop,
    .product-view .product-shop-cart,
    .product-view .product-shop-description,
    .product-view .add-to-box .product-info,
    .product-view .add-to-box .add-to-cart,
    .product-view .box-additional .product-description,
    .product-view .box-additional .product-attributes,
    .product-view .box-reviews .reviews,
    .product-view .box-reviews .review-form,
    .pager .amount,
    .pager .limiter,
    .usps,
    .cart .voordelen,
    .cart .crosssell,
    .cart .totals,
    .newsletter-container,
    .footer-blocks,
    .footer-blocks .footer-block,
    .footer-outro-inner,
    .footer-inner,
    .footer-copyright,
    .copyright,
    div.onestepcheckout-threecolumns div.onestepcheckout-column-left,
    div.onestepcheckout-threecolumns div.onestepcheckout-column-middle,
    div.onestepcheckout-threecolumns div.onestepcheckout-column-right,
    .col2-set,
    .col2-set .col-1,
    .col2-set .col-2,
    .form-list .field,
    .form-list .input-box { width: auto !important; float: none !important; }

    h1 { font-size: 22px; }
    h2 { font-size: 20px; }
    h3 { font-size: 18px; }

    img { max-width: 100%; }

    /* Forms */
    .form-list .field { margin-right: 0; }
    .form-list input.input-text { box-sizing: border-box; width: 100% !important; }
    .fieldset { padding-left: 25px; padding-right: 25px; }

    /* Page */
    .page { min-width: auto; }

    /* Top */
    .top-container { height: auto; }
    .top-container .store-switcher { display: none; }
    .top-container .top-links { float: none; text-align: center; line-height: 50px; height: 50px; }
    .top-container .top-links li { display: inline-block; float: none; padding: 0 7px; margin: 0 !important; }
    .top-container .top-links li.toggle:after { display: none; }
    .top-container .top-links li a { display: block; }
    .top-container .top-links li:before { display: none; }

    /* Header */
    .header { text-align: center; height: auto; line-height: normal; padding: 25px; }
    .header .logo { display: block; margin: 0 0 20px; }
    .header .logo,
    .header .phone { float: none; display: inline-block; padding: 0; margin-top: 0; }
    .header .phone:before,
    .header .phone strong { display: none; }
    .header .logo img { max-width: 100%; }
    .header .form-search { float: none; position: relative; width: auto; margin: 0 0 7px; }
    .header .form-search input { box-sizing: border-box; width: 100%; height: 36px; line-height: 36px; padding-right: 36px; }
    .header .form-search button.button { position: absolute; right: 8px; top: 8px; }
    .header .form-search .search-autocomplete { display: none !important; }
    .header .keurmerk { display: none; }

    /* Nav */
    .nav-toggle { position: relative; font-size: 16px; display: block; height: 50px; line-height: 50px; padding: 0 25px 0 49px; text-decoration: none; text-transform: uppercase; }
    .nav-toggle:before { content: "\f0c9"; display: inline-block; font-family: FontAwesome; position: absolute; left: 25px; top: -1px; width: 17px; height: 16px; }
    #nav { display: none; height: auto; line-height: normal; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; margin: 0; }
    #nav li { position: relative; float: none; border-bottom: 1px solid #ddd; font-size: 14px; display: block !important; }
    #nav li:after { position: absolute; right: 25px; top: 15px; content: "\f054"; display: inline-block; font-family: FontAwesome; font-size: 13px; }
    #nav li a { padding: 12px 25px !important; float: none; }
    #nav li.home a { background: none; width: auto; text-indent: 0; }
    #nav li ul { display: none; line-height: normal; position: static; width: 100%; background: #CCC; }
    #nav li ul li a { padding: 12px 25px !important; float: none; }

    /* Main */
    .main-container { margin-bottom: 0; }
    .main { padding: 25px; }

    /* Breadcrumbs */
    .breadcrumbs { display: none; }

    /* Banner */
    .banner { margin-bottom: 40px; }
    .banner-large { float: none; }

    .banner-large img { height: auto; }
    .banner-small { display: none;  }

    /* Content Blocks */
    .content-blocks { margin-bottom: 40px; }
    .content-blocks li { margin-bottom: 10px; }
    .content-blocks img { height: auto; }

    /* USP's */
    .usps { display: none; }

    /* Sidebar */
    .sidebar {}
    .sidebar .block:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }

    /* Category View */
    .category-description img { display: none; }

    /* Product Grid */
    .products-grid { border: none; }
    .products-grid li.item { float: none; border: none; margin-right: 0 !important; height: auto !important; padding: 25px 0; border-bottom: 1px solid #ddd; }
    .products-grid li.item:hover { border: none; }
    .products-grid .bottom { position: static; }
    .products-grid .product-image { text-align: center; }
    .products-grid .actions { position: relative; bottom: auto; }
    .products-grid .desc { margin-bottom: 20px; }
    .product-price-box { right: 0; }

    /* Product View */
    .product-view .product-name h1 { margin-bottom: 20px; }
    .product-view .product-img-box { clear: both; }
    .product-view .product-img-box .product-image { width: 100%; height: auto; float: none; box-sizing: border-box; display: block; position: relative; }
    .product-view .product-img-box .product-image img { max-width: 100%; }
    .product-view .button-info { display: none; }
    .product-view .product-options .options-list li { padding: 5px 0; }
    .product-view .product-img-box .product-price-box { bottom: 10px; right: 10px; }
    .product-view .product-img-box .product-image-container { margin-bottom: 20px; }
    .product-view .product-img-box .product-image-container.has-multiple { padding-left: 0; }
    .product-view .product-img-box .more-views { display: none; }
    .product-view .data-table { table-layout: fixed; }
    .product-view .data-table colgroup { display: none; }
    .product-view .data-table th { white-space: normal; }
    .product-view .data-table th,
    .product-view .data-table td { overflow: hidden; }
    .product-view .data-table th { width: 60%; }
    .product-view .data-table td { width: 40%; }
    .product-view .product-collateral .box-collateral img { max-width: 100%; }
    .product-view .add-to-box { padding: 40px 20px; margin-bottom: 20px; }
    .product-view .add-to-box .product-info { margin-top: 0 !important; margin-bottom: 20px; }
    .product-view .add-to-box .add-to-cart .btn-large { padding: 0 20px; font-size: 14px; width: 100%; }
    .product-view .add-to-box .add-to-cart .qty { display: none; }
    .product-view .box-reviews .review-form { padding-left: 0; border: 0; }
    .product-essential { padding-bottom: 40px; margin-bottom: 40px; }

    /* USP's */
    .usps-small li { margin-bottom: 10px; }
    .usps-small li:last-child { margin-bottom: 0; }

    /* Newsletter */
    .newsletter-container { padding: 25px; }
    .newsletter-container .block-subscribe { padding-bottom: 0; }
    .newsletter-container .block-subscribe .subscribe-content input,
    .newsletter-container .block-subscribe .subscribe-content button { width: 100%; box-sizing: border-box; }
    .newsletter-container .block-subscribe .subscribe-content .input-box,
    .newsletter-container .block-subscribe .subscribe-content button { margin: 0 0 5px; display: block; }

    /* Pager */
    .pager { text-align: center; height: auto; line-height: 32px; }
    .pager .amount { display: none; }
    .pager .sorter { float: none; display: inline-block; }
    .pager .pages { float: none; }
    .pager .limiter,
    .pager .pages { margin: 10px 0; }

    /* Toolbar */
    .toolbar { padding: 0; }
    .toolbar-bottom .toolbar { border-top: none; }

    /* Layered Nav */
    .mobile-filters .toggle-filters { display: block; margin-bottom: 20px; width: 100%; box-sizing: border-box; }
    .col-main .block-layered-nav .block-title { display: none; }
    .col-main .block-layered-nav .block-content { border: 1px solid #f5f5f5 !important; padding: 15px !important; }
    .col-main .block-layered-nav,

    /* Loader */
    #m-wait .loader { margin-left: -120px !important; }

    /* Zopim */
    .zopim { display: none; }

    /* Cart */
    .cart .checkout-types,
    .cart .checkout-types li { float: none !important; text-align: left; }
    .cart .checkout-types .button { width: 100%; }
    .cart .voordelen { display: none; }
    .cart .data-table th { padding: 7px; }
    .cart .data-table td { padding: 15px 7px; }
    .cart .data-table td .product-name { margin-bottom: 5px; }
    .cart .data-table td .product-image img { height: auto; max-width: 60px; }
    .cart .data-table td .price { font-weight: bold; }
    .cart .data-table tfoot .btn-continue { display: none; }
    .cart .totals { margin-bottom: 20px; }
    .cart .crosssell .product-image { width: 70px; height: 70px; padding: 4px; }
    .cart .crosssell .product-image img { max-width: 100%; height: auto; }
    .cart .crosssell .product-details { margin-left: 95px; }
    .cart tfoot .button { margin-left: 0; float: none; width: 100%; }

    /* OSC */
    div.onestepcheckout-threecolumns div.onestepcheckout-column-left,
    div.onestepcheckout-threecolumns div.onestepcheckout-column-middle,
    div.onestepcheckout-threecolumns div.onestepcheckout-column-right { margin-right: 0 !important; background: none !important; }
    div.onestepcheckout-threecolumns div.onestepcheckout-column-left,
    div.onestepcheckout-threecolumns div.onestepcheckout-column-middle { padding: 30px 0 !important; border-bottom: 1px solid #ddd; }
    div.onestepcheckout-threecolumns div.onestepcheckout-column-middle { padding-bottom: 10px !important; }
    div.onestepcheckout-threecolumns div.onestepcheckout-column-right { padding-top: 30px !important; }
    div.onestepcheckout-threecolumns .onestepcheckout-shipping-method { margin-bottom: 30px !important; padding-bottom: 10px !important; border-bottom: 1px solid #ddd !important; }
    div.checkoutcontainer li div.input-box:first-child { margin-right: 2%; }
    div.checkoutcontainer li div.input-box input[type="text"],
    div.checkoutcontainer li div.input-box select { width: 100% !important; box-sizing: border-box; }
    div.onestepcheckout-place-order-wrapper { text-align: left !important; }
    #onestepcheckout-form .btn-cart { float: none !important; width: 100% !important; }

    /* Account */
    .account-login .registered-users { margin-bottom: 30px; }
    .account-login .form-list .input-box,
    .account-login .form-list input.input-text { width: 100%; }
    .account-login .form-list input.input-text { box-sizing: border-box; }
    .account-login .col2-set .col-1 { margin-bottom: 20px; }
    .account-login .buttons-set .button { width: 100%; }
    .dashboard .box-info .col-1 { margin-bottom: 10px; }

    /* Titles */
    .title-buttons h1 { float: none; margin-bottom: 20px; }
    .title-buttons { text-align: left; }
    .title-buttons .button { float: none; }

    /* Footer */
    .footer { padding: 25px; text-align: center; }
    .footer .social-media { float: none; }
    .footer .footer-copyright { margin-bottom: 20px; }
    .footer-outro-inner { padding: 25px; }
    .footer-blocks .footer-block { float: none; margin: 0 0 25px; padding: 0 25px; }

    /* Videos */
    .cms-videos ul.youtube-videos { width: auto; margin: 0; }
    .cms-videos ul.youtube-videos li { float: none; width: 100%; margin: 0 0 20px; }
    .cms-videos ul.youtube-videos li > * { width: 100% !important; }

    /* Blog */
    .postWrapper .postImage {
        float: none;
        width: 100%;
        margin: 0 0 20px;
        box-sizing: border-box;
        text-align: center;
    }
}


