/**
 * 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) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Fonts ================================================================================== */
@font-face{
    font-family: 'lucidaReg';
    src: url('../fonts/lucidagrandle-webfont.eot');
    src: url('../fonts/lucidagrandle-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lucidagrandle-webfont.woff') format('woff'),
         url('../fonts/lucidagrandle-webfont.ttf') format('truetype'),
         url('../fonts/lucidagrandle-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gillsans_lightregular';
    src: url('../fonts/gillsans_light-webfont.eot');
    src: url('../fonts/gillsans_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gillsans_light-webfont.woff') format('woff'),
         url('../fonts/gillsans_light-webfont.ttf') format('truetype'),
         url('../fonts/gillsans_light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gillsans_regular';
    src: url('../fonts/gillsansmt.eot');
    src: url('../fonts/gillsansmt.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gillsansmt.woff') format('woff'),
         url('../fonts/gillsansmt.ttf') format('truetype'),
         url('../fonts/gillsansmt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Reset ================================================================================= */
* {
    margin: 0;
    padding: 0;
    max-height: 10000px;
}
html {overflow: visible !important;}
html, body {height: 100%;}
body {
    font: 11px/1.417 'gillsans_lightregular', Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center;
    background: #dedfe1;
    min-width: 320px;
}
img {
    border: 0;
    vertical-align: top;
}
a {
    text-decoration: underline;
    color: #000;
    outline: none;
}
a:hover {text-decoration: none;}
:focus {outline:0;}

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:normal; line-height:1.25; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
fieldset {border:0;}
legend {display:none;}
label {vertical-align: middle;}
input[type="radio"],
input[type="checkbox"] {
    width: 12px;
    height: 12px;
    padding: 0;
    margin: -2px 3px 0 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

/* 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; letter-spacing: 1px; margin-bottom: 5px;}
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 !important; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */

/* Layout ================================================================================ */
.wrapper {
    min-height: 100%;
    position: relative;
}
.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; }
.content {
    display: block;
    position: relative;
    z-index: 2;
}

/* Fullscreen ============================================================================ */
body.catalog-category-view .fullscreen-cont,
body.catalog-product-view .fullscreen-cont {
    display: block;
    position: relative;
    min-width: 100%;
    min-height: 100%;
}

/* Base Columns */
.col-left { float:left; width:230px; border:1px solid #ddd; padding:5px 5px 0; }
.catalog-category-view .col-main {}
.col-right { float:right; width:230px; border:1px solid #ddd; padding:5px 5px 0; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; }
/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }

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

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

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

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


/* Global Styles ========================================================================= */

/* Form Elements */
input,select,textarea,button {
    font:11px 'gillsans_lightregular', Arial, Helvetica, sans-serif;
    vertical-align:middle;
    color:#000;
}
input.input-text,select,textarea { background: transparent; border:1px solid #000; }
input.input-text,textarea { padding:5px; }
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; }
.checkout-cart-index input.qty {
    background: none;
    border: none;
    width: 10px;
    vertical-align: top;
    padding: 0;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding:0;
    border:0;
} /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span {
    text-align: center;
    white-space: nowrap;
    font: 11px 'gillsans_lightregular', sans-serif;
    letter-spacing: -0.1px;
}
p.control input.checkbox,
p.control input.radio { margin-right:6px; }

/* Form lists */
.form-list li {margin:0;}
.form-list li.wide {margin:0 0 10px;}
.form-list li.control {margin:10px 0 6px;}
.form-list label {
    vertical-align: middle;
    position: relative;
    letter-spacing: 0.3px;
}
.form-list label em {
    position: absolute;
    left: 100%;
}
.form-list .input-box {position: relative;}
.form-list li.control .input-box {display: inline;}
.form-list input.input-text {
    display: block;
    width: 157px;
    height: 19px;
    padding: 1px 5px;
    margin: 0;
    border: 1px solid #565657;
    background: #e2e3e4;
    font-size: 12px;
    line-height: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-list .sp-methods input.cvv {width: 157px;}
#remember-me-box {padding-top: 10px;}
.link-tip {
    vertical-align: middle;
    margin-left: 12px;
}
.remember-me-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 991;
    background: #eaeaeb;
    width: 400px;
    margin: -57px 0 0 -200px;
    padding: 20px 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.remember-me-popup-body .remember-me-popup-close {display: none;}
.remember-me-popup-close {
    background: url('../images/sprite.png') no-repeat -280px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    position: absolute;
    right: -8px;
    top: -8px;
}
.remember-me-popup h3 {
    font-family: 'gillsans_regular', sans-serif;
    font-weight: normal;
    margin: 0 0 10px;
}
.link-tip:hover {text-decoration: none;}
.form-list .field {margin: 0 0 4px;}
.form-list textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-list select,
.form-list li.wide input.input-text,
.form-list li.wide textarea {width: 100%;}
.form-list select {border-color: #e2e2e2; background: #f7f7f8;}
.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 {
    overflow: hidden;
    margin: -17px 0 19px;
    min-height: 26px;
    position: relative;
}
.buttons-set button.button {
    float:right;
    background: #e2e3e4;
    border: 1px solid #505050;
    min-width: 91px;
    padding: 0 10px;
    text-transform: uppercase;
}
.buttons-set p {
    line-height: 26px;
    margin: 0 !important;
    float: left;
}
.buttons-set p.required {float: none;}

.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }
.input-box {position: relative;}

/* Form Validation */
.validation-advice {
    margin:0 0 3px;
    line-height:15px;
    color:#f00;
}
#opc-login .form-list .validation-advice {
    position: absolute;
    right: 0;
    top: 0;
}
.validation-failed {
    border:1px dashed #f00 !important;
    background:#faebe7 !important;
}
p.required {
    text-align:right;
}

/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; border-bottom: 1px solid #bebebf }
.messages li { margin:10px 35px; }
.messages li li { margin:0 0 3px; }
.note-msg,
.notice-msg {
    font-size: 14px;
    margin: 20px 0;
}

.subtitle,
.sub-title { clear:both; }

/* Pager */
.pager { border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }

/* Sorter */
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }

/* Data Table */
.data-table {width:100%;}
.data-table th {
    padding: 5px;
    white-space:nowrap;
}
.data-table td {padding: 5px 0;}

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../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 dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul 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; }

/* Top bar */
.top-bar {
    position: fixed;
    right: 0;
    top: 11px;
    z-index: 100;
    padding: 0 20px 0 0;
}

/* Social media */
.social-media {
    float: left;
    margin: 0 -7px 0 0;
}
.social-media li {
    float: left;
    margin: 0 7px 0 0;
}
.social-media a {
    background: url('../images/sprite.png') no-repeat;
    width: 12px;
    height: 11px;
    display: block;
    text-indent: -9999px;
    text-align: left;
    overflow: hidden;
}
.social-media .facebook {background-position: -19px 0;}
.social-media .instagram {background-position: 0 -15px;}
.social-media .vimeo {background-position: -16px -16px}

/* Ajax cart */
.ajax_cart_holder {
    position: absolute;
    top: 23px;
    right: 0;
}
.ajax_cart_holder>div {
    background: rgba(255,255,255,0.22);
    width: 289px;
    border: 1px solid #e2e2e3;
    border-color: rgba(78,78,78,0.1);
}
.ajax_cart_holder .info-box {
    border-bottom: 1px solid #e2e2e3;
    border-color: rgba(78,78,78,0.1);
    padding: 2px 10px;
}
.shopping-cart-table {width: 100%;}
.shopping-cart-table td {
    text-align: center;
    padding: 12px 10px 11px;
}
#shopping-cart-table td{
    padding: 0 5px;
    text-align: left;
}
#shopping-cart-table td span{
    padding: 3px 5px;
}
.view-bag-button {
    float: left;
    background: rgba(255,255,255,0.6);
    border: 1px solid #dfe0e1;
    border-color: rgba(220,220,220,0.66);
    height: 26px;
    width: 134px;
    font-size: 12px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    text-transform: capitalize;
    text-decoration: none;
}
.view-bag-button:hover {text-decoration: none !important;}
.ajax_cart_holder .btn-holder {
    overflow: hidden;
    padding: 0 7px 6px;
}
.ajax_cart_holder .view-bag-button {margin: 0 0 0 7px;}
.ajax_cart_holder .view-bag-button:first-child {margin: 0;}
.ajax_cart_holder a {text-decoration: none;}
.ajax_cart_holder a:hover {text-decoration: underline;}

/* Misc */
.links {
    float: left;
    font: 9px/12px 'lucidaReg', sans-serif;
}
.links li {
    float: left;
    margin: 0 0 0 7px;
    padding: 0 0 0 8px;
    position: relative;
}
.links li:before {
    border-left: 1px solid #3f3d40;
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 3px;
}
.links a {text-decoration: none;}
.links a:hover {text-decoration: underline;}

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder {  }
.link-compare { font-weight:bold; }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.template-account .link-print { padding:0 5px 0 0; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-edit { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-empty {display: none !important;}
.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

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

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

/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
/* ======================================================================================= */


/* Header ================================================================================ */
.header-container {
    position: fixed;
    z-index: 100;
    left: 50px;
    top: 71px;
}
.header-container .logo {
    display: block;
    width: 190px;
    margin: 0 0 0 -2px;
}
.header-container .logo a {display: block;}
.header-container .logo img {
    width: 100%;
    height: auto;
}
.header-mobile {display: none;}

/* Navigation ============================================================================ */
.nav-container {
    font: 9px/2.3 'lucidaReg', sans-serif;
    text-transform: uppercase;
    text-align: left;
    width: 117px;
    min-height: 316px;
}
#nav a {text-decoration: none;}
#nav > li > a {
    background: url('../images/none.png');
    display: block;
    position: relative;
}
#nav > li.active > a:after,
#nav > li:hover > a:after {
    content: '';
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 2px;
    border-bottom: 1px solid #000;
}
#nav > li > ul ul,
#nav > li > ul {
    background: url('../images/none.png');
    display: none;
    padding: 0 0 0 10px;
}
#nav > li > ul > li.active > ul,
#nav > li.active > ul {
    display: block !important;
    height: auto !important;
}
#nav > li > ul a {opacity: 0.45;}
#nav > li > ul > li:hover > a,
#nav > li > ul a:hover,
#nav > li > ul li.active > a {opacity: 1 !important;}
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #ddd; margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #ddd; padding:3px 10px; }
.block .block-title strong { font-size:14px; font-weight:bold; }
.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 {  }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:right; padding-top: 10px; }
.block .actions a { float:left; }
.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-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

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

/* Block: Layered Navigation */
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart .subtotal { text-align:center; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }

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

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

/* Block: Poll */
.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: Reorder */
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

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

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

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

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

/* Category and Product pages ============================================================ */
.product-bespoke-product-mens-sb .main-container,
.product-bespoke-product-women-sb .main-container,
.product-bespoke-product-mens-sb .main-container,
.product-bespoke-product-women-sb .main-container,
.catalog-category-view .wrapper,
.catalog-product-view .wrapper,
.catalog-category-view .page,
.catalog-product-view .page {height: 100%;}
.product-bespoke-product-mens-sb .main-container,
.product-bespoke-product-women-sb .main-container,
.product-bespoke-product-mens-sb .main-container,
.product-bespoke-product-women-sb .main-container,
.catalog-category-view .main-container,
.catalog-product-view .main-container {
    background: #e7e8ec url('../images/bg-shop.jpg') repeat-x;
    background-size: 100% 100%;
    height: 100%;
    min-height: 650px;
    overflow: hidden;
    position: relative;
}
.product-bespoke-product-mens-sb .main-container,
.product-bespoke-product-women-sb .main-container,
.product-bespoke-product-mens-sb .main-container,
.product-bespoke-product-women-sb .main-container{
    background: #e7e8ec url('../images/bg-bespoke.jpg') repeat-x;
}
.catalog-category-view.category-mens .main-container,
.catalog-product-view.category-mens .main-container{
    background-image: url('../images/bg-shop_mens.jpg');
}
.category-footwear .main-container {
    background-image: url('../images/bg-shoes.jpg');
}
.product-bespoke-product-men .main-container {
    background-image: url('../images/bg-shop_mens.jpg');
}
@media (min-width: 2048px) and (max-width: 2880px) {
    .category-shoes .main-container {
        background-size: cover;
    }
}
/* ======================================================================================= */

/* Category Page ========================================================================= */

/* Carousel */
.jcarousel-wrapper {
    position: absolute;
    height: 100%;
    top:0;
    right: 45px;
    left: 301px;
    padding: 17px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    height: 100%;
}
.jcarousel li {
    float: left;
    height: 100%;
}
.jcarousel .product-image {height: 100%;}
.jcarousel .product-image img {
    width: auto;
    height: 100%;
    max-width: 100%;
}
.jcarousel-control-prev,
.jcarousel-control-next {
    background: url('../images/none.png');
    position: absolute;
    z-index: 99;
    left: 0;
    top: 50%;
    margin-top: -159px;
    text-indent: -9999px;
    overflow: hidden;
    width: 50px;
    height: 92px;
}
.jcarousel-control-next {
    left: auto !important;
    right: 0;
}
.jcarousel-control-prev:after,
.jcarousel-control-next:after {
    content: '';
    background: url('../images/arrows.png') no-repeat top left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
}
.jcarousel-control-next:after {background-position: top right;}

.jcarousel-control-prev:hover:after,
.jcarousel-control-next:hover:after {
    opacity: 1.0;
}
/* ======================================================================================= */


/* Product View ========================================================================== */

/* Product Images */
.product-view .product-img-box {
    position: relative;
    left: 16%;
    padding: 17px 0 0;
    text-align: left;
}
.product-view .product-img-box img{
    height: 95%;
    max-width: 100%;
}
.category-shoes .product-view .product-img-box {
    left: 5%;
}
.category-shoes .product-view .product-img-box img {
    max-height: 900px;
    width: auto;
}

/* Bespoke */
.product-view.bespoke{
    visibility: hidden;
}

.product-view.bespoke.visible{
    visibility: visible;
    opacity: 0;
}

.product-bespoke-product-mens-sb .product-view .product-img-box img,
.product-bespoke-product-mens-db .product-view .product-img-box img{
    height: 100%;
    margin: -2% 0 0 -2%;
}

.product-bespoke-product-women-sb .product-view .product-img-box img,
.product-bespoke-product-women-db .product-view .product-img-box img{
    margin: 0 0 0 -4%;
}

.bespoke-loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff url('../images/loading.gif') no-repeat center center;
    text-indent: -9999px;
    overflow: hidden;
}

/* Product Shop */
.product-view .product-shop {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -170px;
    height: 100%;
    width: 340px;
    background: rgba(225, 225, 225, 0.2);
    line-height: 1.417;
    z-index: 10;
}
.product-view .product-shop .inner {
    display: table;
    width: 100%;
    height: 100%;
}
.product-view .product-shop .holder {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0;
}
.product-view .product-name h1 {font: inherit;}
.product-view .short-description {margin: 0 28px 4px;}
.product-view .regular-price .price {font-weight: normal;}
.product-view .validation-advice {
    position: absolute;
    text-align: left;
    top: 100%;
}

/* Right Block */
.product-view .right_block {
    position: absolute;
    width: 48%;
    height: 100%;
    top: 0;
    right: 0;
    padding: 0 26px 0 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.product-bespoke-product-mens-sb .product-view .right_block,
.product-bespoke-product-women-sb .product-view .right_block,
.product-bespoke-product-mens-sb .product-view .right_block,
.product-bespoke-product-women-sb .product-view .right_block{
    width: 50%;
}
.product-view .right_block .holder {
    display: table;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    position: relative;
}
.product-view .right_block .frame {
    display: table-cell;
    vertical-align: middle;
}
.product-view .right_block .more-views-bespoke {
    width: 100%;
    max-width: 100%;
    float: right;
    position: relative;
}
.product-view .slides .image-holder:hover .cloud-zoom img {
    visibility: hidden;
}
.product-view .slides .image-holder {
    margin: 0 21px;
    position: relative;
    -moz-user-select: none;
}
.image-holder span,
.product-view .slides .image-holder .collar,
.product-view .slides .image-holder .details,
.product-view .slides .image-holder .sleeves{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.product-view .slides .image-holder .body,
#body_front_front,
#body_back_back{
    position: relative !important;
    -moz-user-select: none;
}
#sleeves_front_front{
    z-index: 2;
}
#body_front_front,
#body_back_back{
    z-index: 5;
}
#collar_front_front {
    z-index: 6;
}
.product-view .slides .image-holder .details{
    z-index: 10;
}
.product-view .slides .image-holder img {width: 100%;}
.flex-prev,
.flex-next {
    background: url('../images/sprite.png') no-repeat 0 -26px;
    width: 29px;
    height: 53px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -90px 0 0;
    z-index: 3;
}
.flex-next {
    left: auto !important;
    right: 8px;
    background-position: -45px -26px;
}
.flex-prev:hover {background-position: 0 -103px;}
.flex-next:hover {background-position: -45px -101px;}
.flex-disabled {display: none;}
.flex-viewport {margin: 0 0 43px;}
.flex-control-paging {
    display: inline-block;
    vertical-align: top;
    height: 8px;
    margin: 0 0 0 12px;
}
.flex-control-paging li {
    float: left;
    margin: 0 0 0 5px;
}
.flex-control-paging li:first-child {margin: 0;}
.flex-control-paging a {
    background: rgba(255,255,255,0.45);
    display: block;
    width: 8px;
    height: 8px;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
}
.flex-control-paging a.flex-active,
.flex-control-paging a:hover {background: rgba(255,255,255,0.91);}

/* Add to Cart */
.add-to-cart button.button {
    float: left;
    background: rgba(255,255,255,0.6);
    border: 1px solid #dfe0e1;
    border-color: rgba(220,220,220,0.8);
    height: 26px;
    width: 100%;
    position: relative;
    padding: 0 44px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
}

/* Rating */
.no-rating { margin:0; }
.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }

/* Product Prices */
.price { white-space:nowrap !important; }
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

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

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

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

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

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

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

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

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

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

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

.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.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(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views-bespoke ul { margin-left:-4px }
.product-view .product-img-box .more-views-bespoke li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }

/* Bottom Options */
.bottom-options {padding: 0 21px;}
.bottom-options:after {
    display: block;
    content: '';
    clear: both;
}
.bottom-options .input-box {
    float: left;
    width: 100%;
}
/* Product Options */
.product-options,
.product-options-bottom {
    float: left;
    width: 46%;
    padding: 0 6px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-options-bottom {
    float: right;
    width: 54%;
    padding: 0 0 0 6px;
}
.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:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select,
.product-options dd .select-area {width:100% !important; cursor: pointer;}
.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 .price-box { margin:10px 0; }

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

/* Block: 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; }

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


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

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

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }

/* RSS */
.rss-title h1 { background:url(../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, Checkout and Logout Success layout ===================================== */
.template-account .page,
.template-account .wrapper,
.review-customer-index .page,
.newsletter-manage-index .page,
.newsletter-manage-index .wrapper,
.customer-address-form .page,
.customer-address-form .wrapper,
.customer-account-edit .page,
.customer-account-edit .wrapper,
.customer-account-forgotpassword .page,
.customer-account-forgotpassword .wrapper,
.customer-account-create .page,
.customer-account-create .wrapper,
.customer-account-login .page,
.customer-account-login .wrapper,
.customer-account-index .page,
.customer-account-index .wrapper,
.checkout-cart-index .wrapper,
.checkout-cart-index .page,
.checkout-onepage-index .wrapper,
.checkout-onepage-index .page,
.checkout-onepage-success .wrapper,
.checkout-onepage-success .page,
.customer-account-logoutsuccess .wrapper,
.customer-account-logoutsuccess .page {height: 100%;}
.template-account .main-container,
.review-customer-index .main-container,
.newsletter-manage-index .main-container,
.customer-address-form .main-container,
.customer-account-forgotpassword .main-container,
.customer-account-create .main-container,
.customer-account-login .main-container,
.customer-account-index .main-container,
.checkout-cart-index .main-container,
.checkout-onepage-index .main-container,
.checkout-onepage-success .main-container,
.customer-account-logoutsuccess .main-container,
.customer-account-resetpassword .main-container {
    background: #e4e4e6;
    width: 339px;
    margin: 0 auto;
    padding: 159px 0 50px;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.customer-account-resetpassword .main-container {
    padding: 250px 0 450px;
}
.checkout-cart-index .main,
.checkout-onepage-index .main,
.checkout-onepage-success .main,
.customer-account-logoutsuccess .main {
    margin: 0 -1px;
    overflow: hidden;
}
.customer-account-logoutsuccess .main,
.checkout-onepage-success .main {
    padding-left: 28px !important;
    padding-right: 28px !important;
}
.my-account .page-title h1,
.newsletter-manage-index .page-title h1,
.sales-order-view .page-title h1,
.template-account .page-title h1,
.checkout-cart-index .page-title h1,
.customer-account-index .page-title h1,
.customer-account-edit .page-title h1,
.customer-account-login .page-title h1,
.customer-account-create .page-title h1,
.customer-account-forgotpassword .page-title h1,
.customer-address-form .page-title h1,
.checkout-onepage-index .page-title h1,
.checkout-onepage-success .page-title h1,
.customer-account-logoutsuccess .page-title h1,
.customer-account-resetpassword .page-title h1 {
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding-top: 20px;
}
body[class^="customer-account"] .page-title h1 a,
.template-account .page-title h1 a {
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
}
body[class^="customer-account"] .page-title h1 a:hover,
.template-account .page-title h1 a:hover {
    text-decoration: underline;
}
.customer-address-form .page-title h1 {
    padding-top: 15px;
}
.review-customer-index .footer,
.newsletter-manage-index .footer,
.sales-order-view .footer,
.customer-account-edit .footer,
.customer-address-form .footer,
.customer-account-index .footer,
.customer-account-forgotpassword .footer,
.customer-account-create .footer,
.customer-account-login .footer,
.checkout-cart-index .footer,
.checkout-onepage-index .footer,
.checkout-onepage-success .footer,
.customer-account-logoutsuccess .footer {display: block;}

/* Account Links */
.account-links {
    margin: 10px 0 0;
    background: #fcfcfc;
    border-top: 1px solid #bebebf;
    border-bottom: 1px solid #bebebf;
}
.account-links li {
    display: inline-block;
    position: relative;
    padding: 5px 6px 4px 10px;
    font: 11px/1.35 'gillsans_lightregular', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}
.account-links li:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0; top: 6px;
    background: #3e3e3e;
    width: 1px; height: 12px;
}
.account-links li:first-child:before {
    display: none;
}
.account-links li a {
    text-decoration: none;
    display: block;
    font: 11px/1.35 'gillsans_lightregular', Arial, Helvetica, sans-serif;
    letter-spacing: 0.4px;
}
.account-links li a:hover {
    text-decoration: underline;
}

/* Account Welcome Message */
.welcome-msg {
    text-align: left;
    padding: 10px 18px 22px 36px;
    font: 11px/1.6 'gillsans_lightregular', sans-serif;
    background: #ededef;
    letter-spacing: 1px;
}
.customer-account-edit .welcome-msg,
.template-account .welcome-msg {
    padding-top: 30px;
}
.welcome-msg .hello {
    margin-bottom: 20px;
}

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

/* Shopping Cart ========================================================================= */
.cart .totals table,
.cart .discount,
.cart form{background: #ededef;}
.cart .data-table {line-height: 17px;}
.cart .data-table tr {border:0;}
.cart .data-table th {
    border-bottom: 1px solid #a5a5a7;
    border-top: 1px solid #a5a5a7;
    padding: 3px 28px 1px;
}
.cart .data-table tbody td {
    padding: 20px 12px 32px;
    vertical-align: middle;
}
.cart .data-table tbody td:first-child {
    padding-left: 18px;
    padding-right: 9px;
    width: 110px;
}
.cart .data-table .product-name a {text-decoration: none;}
.cart .data-table .product-name a:hover {text-decoration: underline;}
.cart .data-table .cart-price {
    margin: -1px 0 34px;
    display: block;
}
.btn-remove:hover {text-decoration: none;}
.cart .data-table tbody td.last {text-align: right;}
.cart .data-table tbody tr.last td {padding-bottom: 83px;}
.cart .data-table tfoot td {
    border-top: 1px solid #a5a5a7;
    padding: 13px 18px 34px 9px;
}
.cart .cart-collaterals>.discount {padding: 0 10px 23px;}
.cart .totals table {
    border: solid #a5a5a7;
    border-width: 0 0 1px;
    border-collapse: separate;
}
button.btn-continue,
button.btn-update,
.discount-form button.button,
.checkout-types button.button {
    background: #f7f7f8;
    border: 1px solid #e2e2e2;
    float: left;
    width: 156px;
    font-size: 12px;
}
button.btn-continue,
button.btn-update {
    width: 50%;
    margin: 0 9px 0 0;
}
button.btn-update {margin: 0 -9px 0 0;}
.discount-form {padding: 0 9px 0 0;}
.discount-form button.button {width: auto;}
.checkout-types button.button {
    width: 213px;
    float: none;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
}
.cart .input-box {
    width: 50%;
    margin: 0 9px 0 0;
}
.cart input.input-text {
    float: left;
    background: #f7f7f8;
    border: 1px solid #e2e2e2;
    width: 100%;
    font-size: 12px;
    line-height: 17px;
    height: 26px;
    padding: 4px 5px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cart input.input-text::-webkit-input-placeholder {color: #7c7c7c;}
.cart input.input-text:-moz-placeholder {color: #7c7c7c;}
.cart input.input-text::-moz-placeholder {
    color: #7c7c7c;
    opacity: 1;
}
.cart input.input-text:-ms-input-placeholder {color: #7c7c7c;}

/* Shopping Cart Totals */
.totals table {
    width: 100%;
    line-height: 20px;
}
.totals table td {padding: 0 15px 0 0;}
.totals table td:first-child {padding-right: 4px;}
.totals table tfoot td {padding-bottom: 11px;}
.totals table tfoot td:first-child {text-transform: uppercase;}
.totals table strong {font-weight: normal;}
.checkout-types  {margin-top: 12px;}

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

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

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

.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 {text-align: left;}
.cart .discount label {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}
.discount-form .input-box,
.discount-form .buttons-set {float: left;}

/* Options Tool Tip */
.item-options dt,
.item-options dd {
    display: inline;
    padding: 0;
    font-style: normal;
    font-weight: normal;
}
.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 .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */

/* Checkout ============================================================================== */

/* Shipping and Payment methods */
.sp-methods {margin: 0 0 20px;}
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month {
    width:157px;
    margin-right:10px;
}
.sp-methods select.year {width:96px;}

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait {
    float:right;
    margin-right:5px;
    min-height: 26px;
}
.please-wait img { vertical-align:middle; }
.cvv-what-is-this {
    cursor:help;
    margin-left:10px;
}
#login-form {
    position: relative;
}
.back-link a {text-decoration: none;}
.back-link a:hover {text-decoration: underline;}

/* 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(../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-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 .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }

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

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

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

/* One Page Checkout */
.opc,
.opc .step {border-top: 1px solid #a5a5a7;}
.opc .step {
    text-align: left;
    padding: 31px 18px 14px 35px;
    position: relative;
}
.tool-tip {
    top:0 !important;
    left: 0 !important;
}
.tool-tip img {width: 100%;}
.opc li.section {
    border: solid #a5a5a7;
    border-width: 0 1px 1px;
}
.opc .step-title {
    padding:3px 7px 1px;
    text-align: left;
}
.opc .step-title .number {margin-right:4px;}
.opc .step-title h2 {
    font-size: 12px;
    display: inline;
    text-transform: uppercase;
}
.opc .step-title a {
    display:none;
    float:right;
}
.opc .allow .step-title {cursor:pointer;}
.opc .active .step-title {
    background: #f5f5f5;
    cursor: default;
}
.opc h3 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: -1px;
    font-weight: normal;
    margin: 0 0 8px;
}
.opc p {margin: 0 0 8px;}
.opc .buttons-set.disabled button.button {display:none;}
.opc .buttons-set .please-wait {
    height:21px;
    line-height:21px;
}
.opc .data-table {margin: 0 0 30px;}
.opc .data-table th {
    border: solid #a5a5a7;
    border-width: 1px 0;
}
.opc .data-table th:first-child,
.opc .data-table tbody td:first-child {border-left: 1px solid #a5a5a7;}
.opc .data-table th:last-child,
.opc .data-table tbody td:last-child {border-right: 1px solid #a5a5a7;}
.opc .data-table tfoot {line-height: 19px;}
.opc .data-table tfoot td {
    padding-bottom: 1px;
    padding-top: 0;
}
.opc .data-table tfoot tr:first-child td {
    border-top: 1px solid #a5a5a7;
    padding-top: 20px;
}
.opc .data-table tfoot tr.last td:first-child {text-transform: uppercase;}
.opc .data-table tfoot strong {font-weight: normal;}
.opc .data-table .item-options dt:after {content: ":";}
#checkout-step-review {margin: 0 -8px 0 -25px;}
#checkout-step-review h3 {
    font: inherit;
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
}
#checkout-payment-method-load dt,
#checkout-payment-method-load dd {margin: 0 0 6px;}
#payment_form_ccsave {margin: 10px 0 0 3px;}

/* 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; }
/* ======================================================================================= */

/* Checkout Success Page ================================================================= */
.checkout-onepage-success .sub-title {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 13px;
}
.checkout-onepage-success .page-title+.sub-title {margin-top: -13px;}
.checkout-onepage-success .buttons-set {
    margin-top: 0;
    padding-top: 14px;
}
.checkout-onepage-success .buttons-set button {float: none;}
/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.captcha-reload { position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

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

/* Remember Me Popup ===================================================================== */

/* My Account ============================================================================= */
.template-account .col-left,
.template-account .col-main,
.sales-order-view .col-left,
.sales-order-view .col-main,
.customer-account-edit .col-left,
.customer-account-edit .col-main{
    width: 100%;
    float: none;
}
.my-account .addresses-list {
    text-align: left;
}
.my-account .addresses-list{
    background: #ededef;
    border-bottom: 1px solid #bebebf;
}
.my-account .order-holder{
    background: #ededef;
    overflow: hidden;
}
.my-account .order-holder .pager{
    background: #f6f6f7;
    border:1px solid #c5c5c7;
    border-width: 1px 0;
    font-size: 12px;
    padding: 7px 30px 5px;
    margin: 0;
}

.my-account #my-orders-table th{
    background: #dedfe1;
    border-bottom: 1px solid #e2e2e2;
}

.template-account .block-reorder .text-box,
.my-account .addresses-list .text-box{padding: 10px 18px 10px 36px;}
.my-account .addresses-list .text-box li:first-child{margin: 0 0 20px;}
.sales-order-view .col-left.sidebar .block-title,
.sales-order-view .col-left.sidebar
.customer-account-edit .col-left.sidebar .block-title,
.customer-account-edit .col-left.sidebar{
    border: none;
    padding: 0;
}
.template-account .row,
.account-login .row{
    overflow: hidden;
    margin: 0 0 20px;
}
.account-login .content .text-box{
    padding: 10px;
    text-align: left;
}
.my-account p,
.forgot-password p,
.account-create p,
.account-login p{margin: 0 0 20px;}
.customer-account-edit .col-left.sidebar .block-title strong,
.template-account .sidebar .block-title strong,
.template-account .main h2,
.my-account h2,
.forgot-password h2,
.account-create h2,
.account-login h2,
.customer-account-resetpassword h2 {
    padding: 4px 0;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 11px;
    margin: 0;
    font-weight: normal;
    border:1px solid #c5c5c7;
    border-width: 1px 0;
}
.customer-account-resetpassword h2 {
    border-bottom: none;
}
.my-account .dashboard h2{margin: 0 0 10px;}
body[class^="customer-account"] .main h2,
.my-account h2 {
    background: #f6f6f7;
}
.template-account .main h2 {
    background: #ededef;
}
.customer-address-index .addresses-list h2:first-child {
    border-top: none;
}
.my-account h3,
.forgot-password h3,
.account-create h3,
.account-login h3{
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    margin: 15px 0 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.my-account h4 {
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 0;
    background: #ededef;
}
.template-account .sidebar,
.sales-order-view .col-left.sidebar,
.customer-account-edit .col-left.sidebar,
.my-account .dashboard,
.my-account #form-validate,
.forgot-password #form-validate,
.account-login #login-form,
.account-create #form-validate{
    border-bottom:1px solid #c5c5c7;
    text-align: left;
    background: #ededef;
    padding: 20px 0;
}
.my-account .dashboard {
    padding-bottom: 0;
}
.my-account #form-validate {
    padding: 20px 25px;
}
.template-account .sidebar,
.sales-order-view .col-left.sidebar {
    padding: 0;
    margin: 0 0 15px;
}
.template-account .col-left.sidebar {
    display: none;
}
.template-account .block .block-content,
.template-account .sidebar .block .block-title,
.template-account .sidebar .block,
.sales-order-view .col-left.sidebar .block .block-title,
.sales-order-view .col-left.sidebar .block{
    border: none;
    padding: 0;
}
.template-account .sidebar ul,
.sales-order-view .col-left.sidebar ul{
    overflow: hidden;
    text-align: center;
    padding-top: 8px;
}
.template-account .sidebar ul li,
.sales-order-view .col-left.sidebar ul li{
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    min-width: 200px;
    text-align: left;
}
.my-account .fieldset,
.forgot-password .fieldset,
.account-create .fieldset{
    margin: 0;
    background: none;
    border: none;
    padding: 0;
}
.my-account .form-list select,
.my-account .form-list input.input-text,
.my-account .form-list input.input-text,
.customer-address-form .input-box input.input-text {
    width: 156px !important;
}
.my-account input[type="password"],
.my-account input[type="text"],
.forgot-password input[type="password"],
.forgot-password input[type="text"],
.account-create input[type="password"],
.account-create input[type="text"],
.account-login input[type="text"],
.customer-account-resetpassword input.input-text {
    width: 100%;
    background: #f7f7f8;
    border:1px solid #e2e2e2;
    padding: 0 5px;
    font: 11px 'gillsans_lightregular', sans-serif;
}
body[class^="customer-account"] #login-form,
body[class^="customer-account"] #form-validate {
    padding: 55px 18px 25px 36px;
}
body[class^="customer-account"] #form-validate .fieldset:first-child {
    margin-bottom: 45px;
}
.customer-account-resetpassword #form-validate {
    background: #ededef;
    border-bottom: 1px solid #c5c5c7;
    border-top: 1px solid #c5c5c7;
}
.customer-account-resetpassword #form-validate .field {
    text-align: left;
}
.customer-account-resetpassword #form-validate .field:last-child {
    margin-bottom: 20px;
}
.customer-account-resetpassword p.required {
    text-align: left;
}
.customer-account-resetpassword .fieldset {
    border: none;
    background: transparent;
    margin: 0 !important;
    padding: 0;
}
body[class^="customer-account"] .form-list label {
    display: inline-block;
    margin-bottom: 3px;
}
body[class^="customer-account"] .input-text {
    width: 156px;
}
.my-account .form-list,
.forgot-password .form-list,
.account-login .form-list{
    overflow: hidden;
    margin: 0 0 10px;
}
.account-login .form-list #remember-me-box{
    float: left;
    padding: 0;
    margin: 0 20px 0 0;
}
.my-account .buttons-set,
.forgot-password .buttons-set,
.account-create .buttons-set,
.account-login .buttons-set{
    margin: 20px 0 0;
    overflow: hidden;
    text-align: right;
}
.template-account .buttons-set .buttons-holder,
.account-btn {
    overflow: hidden;
    padding: 20px 25px 20px 0;
    text-align: right;
}
.customer-address-index .buttons-set {
    margin: 0;
}
.my-account .buttons-set button.button,
.forgot-password .buttons-set button.button,
.account-create .buttons-set button.button,
.account-login .buttons-set button.button,
.checkout-cart-index button.button,
.customer-account-resetpassword button.button,
.account-btn a {
    display: inline-block;
    border: 1px solid #e2e2e2;
    background: #f7f7f8;
    font: 11px/1 'gillsans_lightregular', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    text-align: center;
    text-decoration: none;
    padding: 6px 20px 5px;
}
.my-account .order-info{
    border: none;
}
.my-account .title-buttons .link-rss { float:none; margin:0; }

/* Block: Recent Orders */
.data-table-wrapper {
    padding: 20px 25px;
}
.customer-account-index .data-table-wrapper {
    padding: 20px 27px 0 31px;
}
#my-orders-table tr td {
    font: 11px/1.35 'gillsans_lightregular', sans-serif;
}
#my-orders-table tr td:first-child {
    width: 107px;
}
#my-orders-table tr td.last {
    text-align: right;
}

.dashboard .box-recent { margin:10px 0; }

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

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

/* Order View */
.sales-order-view .data-table-wrapper {
    border-bottom: 1px solid #c5c5c7;
}
.sales-order-view .buttons-set {
    display: none;
}
.sales-order-view #my-orders-table tr td {
    width: 50%;
}
.sales-order-view #my-orders-table tbody tr td.last {
    text-align: left;
}
.sales-order-view #my-orders-table tfoot tr td.last {
    text-align: right;
}
.sales-order-view .title-buttons {
    padding: 20px;
}
.sales-order-view .title-buttons p {
    margin-bottom: 10px;
}
.my-account {
    background: #ededef;
}
.sales-order-view .col2-set {
    padding: 10px 25px 20px;
}
.sales-order-view .col-1,
.sales-order-view .col-2 {
    text-align: left;
}
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

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

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

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review 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; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container {
    position: fixed;
    right: 0; bottom: 0;
    z-index: 9;
}
.footer {
    height: 14px;
    padding: 0 18px 8px;
    z-index: 2;
    overflow: hidden;
    font: 10px/14px 'lucidaReg', sans-serif;
}
.footer ul {float: right;}
.footer ul li {
    float: left;
    margin: 0 0 0 5px;
}
.footer ul li:before {
    content: "|";
    float: left;
    margin: 0 5px 0 0;
}
.footer ul li:first-child:before {display: none;}
.footer a {text-decoration: none;}
.footer a:hover {text-decoration: underline;}
.footer-mobile {
    background: #e5e5e6;
    display: none;
}
.footer-mobile ul {
    font: 9px/11px 'lucidaReg', sans-serif;
    text-transform: uppercase;
    text-align: left;
}
.footer-mobile li {border-bottom: 1px solid #eee;}
.footer-mobile a {
    text-decoration: none;
    display: block;
    padding: 10px 20px 9px;
}
/* ======================================================================================= */

/* Homepage ============================================================================== */

/* Full Image */
.full-image {
    background: #656567;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 50px;
    overflow: hidden;
}
.full-image ul {height: 100%;}
.full-image li {
    overflow: hidden;
    height: 100%;
}
.full-image img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* Homepage - Bottom Blocks */
.bottom-blocks {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -50px;
    overflow: hidden;
}
.bottom-blocks .col {
    float: left;
    width: 50%;
    position: relative;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    color: #ccc;
    font-family: 'lucidaReg', sans-serif;
}
.bottom-blocks .col a {color: inherit;}
.bottom-blocks .col img {
    width: 100%;
    height: auto;
}
.bottom-blocks .col .hover-state {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    text-align: left;
    padding: 25px 20px;
    background: rgba(0,0,0,0.49);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
.bottom-blocks .col.hover .hover-state {opacity: 1;}
/* ======================================================================================= */

/* Tabs ================================================================================== */
.tabs {
    width: 100%;
    overflow: hidden;
    margin: 23px 0 21px;
    position: relative;
    z-index: 10;
    border: solid #c7c7ca;
    border-color: rgba(78, 78, 78, 0.17);
    border-width: 1px 0;
}
.tabs a {
    color: inherit;
    text-decoration: none;
}
.tabs dt {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #666;
    line-height: 22px;
    margin: 0 5px 0 0;
}
.tabs dt:before {
    display: inline-block;
    content: '/';
    color: #666;
    margin: 0 5px 0 0;
}
.tabs dt:first-child:before {display: none;}
.tabs dt span:hover,
.tabs dt.selected span,
.tabs dt a:hover {
    color: #000;
    text-decoration: underline;
}
.tabs dt.selected {
    z-index: 3;
    cursor: default;
}
.tabs dd {
    display: none;
    float: right;
    width: 100%;
    margin: 21px 0 0 -100%;
    position: relative;
    z-index: 2;
    border-top: 1px solid #c7c7ca;
    border-color: rgba(78,78,78,0.17);
    text-align: left;
}
.tabs dd.selected {display: block;}
.tabs .tab-content {padding: 29px 28px;}
.tabs .size-guide-content .tab-content {padding: 29px 0;}
/* ======================================================================================= */

/* Select Size =========================================================================== */
.select-size-wrapper {
    float: left;
    margin-left: 20px;
}
/* ======================================================================================= */

/* Add to Bag ============================================================================ */
.catalog-product-view .or,
.catalog-product-view .add-to-links,
.catalog-product-view .add-to-cart label[for='qty'],
.catalog-product-view .input-text.qty {
    display: none;
}
/* ======================================================================================= */


/* 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-bespoke ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.slides:before,
.slides:after,
.bottom-blocks:before,
.bottom-blocks:after,
.jcarousel ul:after,
.discount:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/* Custom Forms ================================================================================ */

/* hide original element */
.jcf-hidden {
    display: block !important;
    position: absolute !important;
    left: -9999px !important;
}
/* custom select styles */
.select-area {
    background: rgba(255,255,255,0.6);
    border: 1px solid #dfe0e1;
    border-color: rgba(220,220,220,0.8);
    position: relative;
    cursor: default;
    height: 26px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.select-area .center {
    display: block;
    margin: 0 30px 0 0;
    padding: 4px 10px 2px;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0.5px;
    overflow: hidden;
}
.select-area .select-opener {
    position: absolute;
    width: 29px;
    right: 0;
    top: -1px;
    bottom: -1px;
    border-left: 1px solid #d6d6d7;
    border-color: rgba(78,78,78,0.17);
}
.select-area .select-opener:after {
    background: url('../images/sprite.png') no-repeat -37px -1px;
    width: 7px;
    height: 4px;
    content: '';
    position: absolute;
    left: 11px;
    top: 11px;
}
.select-options {
    position: absolute;
    overflow: hidden;
    background: rgba(255,255,255,0.6);
    border: 1px solid #dfe0e1;
    border-color: rgba(220,220,220,0.8);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2000;
    margin: 1px 0 0;
}
.select-options .drop-list {
    overflow: hidden;
    height: 1%;
}
.select-options ul li {
    width: 100%;
    float: left;
}
.select-options ul a {
    padding: 3px 10px;
    display: block;
    color: #000;
    height: 1%;
    text-decoration: none;
}
.select-options .item-selected a {background: rgba(78,78,78,0.17);}
.select-options .item-disabled {background: rgba(78,78,78,0.17);}

/* About page styles ================================================================================= */
.cms-about {height: 100% !important;}
.hidden-title {
    position: absolute;
    top: -9999px;
}
.about-page {position: relative;}
.about-page:before {
    background-color: transparent;
    background-color: rgba(225, 225, 225, 0.3);
    height: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    margin: 0 0 0 -169px;
    width: 339px;
    content: "";
    z-index: 2;
}
.about-page .item-section {
    height: 1024px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
    overflow: hidden;
}
.about-page .item-section:first-child {
    height: 900px;
}
.about-page .item-section .block-wrapper {
    width: 300px;
    height: 600px;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 99;
    margin-left: -150px;
    padding-top: 76px;
}
.logo-hva {
    background: url('../images/sprite.png') no-repeat -102px -2px;
    width: 23px;
    height: 31px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 auto 32px;
}
.logo-hva a {
    display: block;
    height: 100%;
}
.about-page .item-section h2 {
    text-transform: uppercase;
    font: 14px/1.417 'gillsans_regular', sans-serif;
    letter-spacing: 2px;
    margin: 0 0 4px;
}
.about-page .item-section .pager,
.cms-page-view .col-main .pager {
    display: block;
    font: italic 10px/13px Arial, sans-serif;
    text-decoration: underline;
    margin: 0 0 27px;
    padding: 0;
    border: 0;
}
.about-page .item-section p {margin: 0 0 17px;}
.scroll-link {
    display: inline-block;
    position: relative;
    padding: 0 0 9px;
    margin: 31px 0 0;
}
.scroll-link:after {
    background: url('../images/sprite.png') no-repeat -37px -1px;
    width: 7px;
    height: 4px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -4px;
}

/* Contact, stockists, terms-and-conditions pages ======================================== */
.cms-no-route .wrapper {
}
.cms-page-view .wrapper {
    background-color: #5e5e5f;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.cms-page-view.cms-contact .wrapper {
    background-image: url('../images/termsbackground.jpg');
}
.cms-page-view.cms-privacy-policy .wrapper {
    background-image: url('../images/termsbackground.jpg');
}
.cms-page-view.cms-stockists .wrapper {
    background-image: url('../images/termsbackground.jpg');
}
.cms-page-view.cms-shipping-and-returns .wrapper {
    background-image: url('../images/bg-terms.jpg');
}
.cms-page-view.cms-size-guide .wrapper {
    background-image: url('../images/termsbackground.jpg');
}
.cms-page-view.cms-terms-and-conditions .wrapper {
    background-image: url('../images/bg-terms.jpg');
}

.cms-no-route .col-main,
.cms-page-view .col-main{
    margin: 0 auto;
    padding: 76px 20px 0;
    width: 260px;
    position: relative;
    z-index: 1;
}

.cms-page-view.cms-about .col-main{
    width: auto;
    padding: 0;
}
.cms-no-route .wrapper{
    width: auto;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9B9B9B), to(#DEE0E2));
    background-image: -webkit-linear-gradient(#9B9B9B 0%, #DEE0E2 100%);
    background-image: -moz-linear-gradient(#9B9B9B 0%, #DEE0E2 100%);
    background-image: -o-linear-gradient(#9B9B9B 0%, #DEE0E2 100%);
    background-image: linear-gradient(#9B9B9B 0%, #DEE0E2 100%);
}
.cms-no-route .col-main:before,
.cms-page-view .col-main:before {
    background-color: #dedfe1;
    height: 100%;
    width: 339px;
    content: '';
    position: fixed;
    left: 50%;
    top: 0;
    margin: 0 0 0 -169px;
    z-index: -1;
}
.cms-page-view .col-main h1 {
    text-transform: uppercase;
    font: 14px/1.417 'gillsans_regular', sans-serif;
    letter-spacing: 2px;
    margin: 0 0 27px;
}
.cms-page-view .col-main h2 {
    font:inherit;
    text-transform: uppercase;
    margin: 0 0 17px;
}
.cms-page-view .col-main address,
.cms-page-view .col-main .address {
    display: block;
    margin: 0 0 30px;
}
.cms-page-view .col-main address a,
.cms-page-view .col-main .address a {text-decoration: none;}
.cms-page-view .col-main address a:hover,
.cms-page-view .col-main .address a:hover {text-decoration: underline;}
.cms-page-view .col-main .pager {margin: 20px 0;}

/* Size Guide */
table.size-guide {
    font-family: 'gillsans_lightregular';
}
.cms-page-view.cms-size-guide table {
    font-family: 'gillsans_lightregular';
    margin-bottom: 40px;
}
table.size-guide tr th,
table.size-guide tr td,
.cms-page-view.cms-size-guide table tr th,
.cms-page-view.cms-size-guide table tr td {
    border: 1px solid #b1b0b3;
    border-color: rgba(78, 78, 78, 0.17);
    padding: 5px 0;
    width: 40px;
    text-align: center;
    white-space: nowrap;
}
.cms-page-view.cms-size-guide table:first-child tr th,
.cms-page-view.cms-size-guide table:first-child tr td {
    border-color: #555;
}
table.size-guide tr th,
table.size-guide tr td {
    border: 1px solid #b1b0b3;
    border-color: rgba(78, 78, 78, 0.17);
}
table.size-guide tr th:first-child,
table.size-guide tr td:first-child,
.cms-page-view.cms-size-guide table tr th:first-child,
.cms-page-view.cms-size-guide table tr td:first-child {
    width: 100px;
    text-align: left;
    padding-left: 10px;
}
table.size-guide tr th:first-child,
.cms-page-view.cms-size-guide table thead tr th:first-child {
    font-weight: bold;
    font-style: italic;
    font-size: 11px;
}

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

/* Media queries ========================================================================= */
@media (max-width:1350px) {
    .product-view .product-img-box { left: 12%; }
    .product-view .right_block {padding-left: 150px;}
    .category-mens .product-view .right_block {
        background: transparent;
    }
}
/* Tablet */
@media (max-width:1020px) {
    .header-container .logo {
        width: 100px;
    }
    .product-view .product-img-box { display: none; }
}
@media (max-width:850px) {
}
/* Mobile view */
@media (max-width:767px) {
    body {
        background: #eaebec;
        font-size: 10px;
        line-height: 15px;
    }
    body:before {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlYmViZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Q4ZDlkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWViZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  rgba(190,190,190,1) 0%, rgba(216,217,217,1) 50%, rgba(234,235,236,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(190,190,190,1)), color-stop(50%,rgba(216,217,217,1)), color-stop(100%,rgba(234,235,236,1)));
        background: -webkit-linear-gradient(top,  rgba(190,190,190,1) 0%,rgba(216,217,217,1) 50%,rgba(234,235,236,1) 100%);
        background: -o-linear-gradient(top,  rgba(190,190,190,1) 0%,rgba(216,217,217,1) 50%,rgba(234,235,236,1) 100%);
        background: -ms-linear-gradient(top,  rgba(190,190,190,1) 0%,rgba(216,217,217,1) 50%,rgba(234,235,236,1) 100%);
        background: linear-gradient(to bottom,  rgba(190,190,190,1) 0%,rgba(216,217,217,1) 50%,rgba(234,235,236,1) 100%);
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }
    input[type="radio"] {
        width: 10px;
        height: 10px;
    }
    input[type="checkbox"] {
        width: 12px;
        height: 12px;
    }
    .main {
        background: #ededef;
    }
    .messages {
        border-bottom: none;
    }
    .about-page .item-section p {
        font-size: 12px;
        line-height: 15px;
        font-family: 'gillsans_lightregular';
    }
    .cms-page-view.cms-terms-and-conditions .wrapper,
    .cms-page-view .wrapper{
        background-attachment: fixed;
        background-size: cover;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9B9B9B), to(#DEE0E2));
        background-image: -webkit-linear-gradient(#9B9B9B 0%, #DEE0E2 100%);
        background-image: -moz-linear-gradient(#9B9B9B 0%, #DEE0E2 100%);
        background-image: -o-linear-gradient(#9B9B9B 0%, #DEE0E2 100%);
        background-image: linear-gradient(#9B9B9B 0%, #DEE0E2 100%);
    }
    .cms-page-view .col-main{padding-top: 102px;}
    .cms-page-view .col-main:before {background: none;}
    .top-bar,
    .header {display: none;}
    .header-container {
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        z-index: 100;
    }
    .header-mobile {
        display: block;
        margin: 0 0 23px;
        font: 9px 'lucidaReg', sans-serif;
        text-transform: uppercase;
    }
    .header-mobile ul:after {
        clear: both;
        content: '';
        display: block;
    }
    .header-mobile li {
        float: left;
        width: 25%;
        min-height: 1px;
    }
    .header-mobile a,
    .header-mobile .opener {
        background: url('../images/none.png');
        display: block;
        border: solid #827f84;
        border-width: 0 1px 1px;
        margin: 0 0 0 -1px;
        height: 33px;
        line-height: 37px;
        text-decoration: none;
        cursor: pointer;
    }
    .header-mobile li:first-child>a {margin: 0;}
    .header-mobile ul ul {
        position: absolute;
        width: 100%;
        left: 0;
        display: none;
    }
    .header-mobile ul li.hover > ul {display: block;}
    .header-mobile li.hover a,
    .header-mobile li.hover .opener {background: rgba(255,255,255,0.15);}
    .header-mobile ul ul a {height: 37px;}
    .header-container .logo {
        width: 172px;
        margin: 0 auto;
    }
    .footer-container {
        position: static;
    }
    .footer {display: none !important;}
    .footer-mobile {
        display: block;
        position: relative;
        z-index: 1;
    }

    /* Home page */
    .cms-home .wrapper {overflow: hidden;}
    .full-image {
        margin: 0 -70px 0 -150px;
        position: relative;
    }
    .full-image img {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        position: static;
    }
    .bottom-blocks {
        position: static;
    }
    .bottom-blocks .col {
        float: none;
        width: 100%;
    }
    .bottom-blocks .col .hover-state {
        padding: 7px;
        font-size: 9px;
    }

    /* About page */
    .about-page:before {display: none;}
    .about-page .item-section {
        height: auto;
        background-attachment: scroll;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 100px;
    }
    .about-page .item-section .block {
        position: static;
        margin: 0;
        padding: 20px 55px 4px;
        width: auto;
        background: rgba(255,255,255,0.51);
        opacity: 1 !important;
    }
    .about-page .item-section:first-child .block {padding-top: 108px;}
    .logo-hva {
        background: url('../images/sprite-mobile.png') no-repeat;
        width: 17px;
        height: 22px;
        margin-bottom: 23px;
    }
    .about-page .item-section h2 {
        font-size: 12px;
    }
    .about-page .item-section .block-wrapper {
        padding-top: 110px;
        height: 400px;
        letter-spacing: 1px;
    }
    .about-page .item-section .pager,
    .cms-page-view .col-main .pager {
        font: italic 9px/12px "Times New Roman", serif;
        margin: 0 0 19px;
    }
    .scroll-link {
        margin: 0 0 17px;
        display: none;
    }
    .scroll-link:after {background: url('../images/sprite-mobile.png') no-repeat -24px 0;}

    /* Category page and Product page */
    .catalog-category-view .main-container,
    .catalog-product-view .main-container {min-height: 400px;}
    .catalog-category-view .main-container {background-image: url('../images/bg-shop-small.jpg');}
    .category-shoes .main-container {background-image: url('../images/bg-shoes.jpg');}

    /* Category page */
    .jcarousel-wrapper {
        left: -95px;
        right: -95px;
        padding: 105px 0 0;
    }
    .jcarousel-control-prev,
    .jcarousel-control-next {
        width: 50px;
        height: 46px;
        margin-top: -34px;
        left: 21.37%;
    }
    .jcarousel-control-next {right: 21.37%;}
    .jcarousel-control-prev:after,
    .jcarousel-control-next:after {
        background: url('../images/sprite-mobile.png') no-repeat -35px -54px;
        width: 25px;
        opacity: 1;
    }
    .jcarousel-control-next:after {
        background-position: -75px -54px;
        left: auto;
        right: 0;
    }
    .jcarousel-control-prev:hover:after {background-position: -35px -54px;}
    .jcarousel-control-next:hover:after {background-position: -75px -54px;}

    /* Product page */
    .cloud-zoom-big {
        display: none !important;
    }
    .product-view .slides .image-holder:hover .cloud-zoom img {
        visibility: visible;
    }
    .catalog-product-view .main-container {
        background: none;
        height: auto;
    }
    .category-shoes .product-view .right_block {
        background-image: url('../images/bg-shoes.jpg');
    }
    .product-view .right_block {
        background: #e7e8ec url('../images/bg-shop-small.jpg') repeat-x;
        background-size: auto 100%;
        position: static;
        width: auto;
        padding: 0 15px;
    }
    .product-view .right_block .frame {padding: 100px 15px;}
    .product-view .right_block .more-views-bespoke {
        float: none;
        margin: 0 auto;
        max-width: 400px;
    }
    .product-view .slides .image-holder {margin: 0 31px;}
    .flex-viewport {margin: 0;}
    .flex-control-paging {display: none;}
    .flex-prev,
    .flex-next {
        background: url('../images/sprite-mobile.png') no-repeat -35px -54px;
        width: 25px;
        height: 46px;
        margin-top: -23px;
        left: -15px;
    }
    .flex-next {
        background-position: -75px -54px;
        right: -15px;
    }
    .flex-prev:hover {background-position: -35px -54px;}
    .flex-next:hover {background-position: -75px -54px;}
    .product-view .product-shop {
        background: #ecebf0 url('../images/bg-product-shop.jpg') repeat-x 0 100%;
        position: static;
        margin: 0;
        height: auto;
        width: auto;
        line-height: 16px;
    }
    .product-view .product-shop .inner {
        display: block;
        max-width: 360px;
        margin: 0 auto;
    }
    .product-view .product-shop .holder {padding: 32px 0 24px;}
    .product-view .short-description {margin: 0 30px 4px;}
    .tabs {margin: 21px 0 19px;}
    .tabs .tab-content {padding: 27px 30px 35px}
    .bottom-options {padding: 0 22px;}
    .select-area,
    .select-options,
    .add-to-cart button.button {
        border-color: #999;
        background: rgba(255,255,255,0.85);
    }
    .select-area,
    .add-to-cart button.button {height: 25px;}
    .add-to-cart button.button span {font-size: 10px;}
    .select-area .select-opener:after {background: url('../images/sprite-mobile.png') no-repeat -24px 0;}
    .select-options ul a {padding: 4px 10px;}
    .note-msg,
    .notice-msg {margin: 100px 0 50px;}

    /*Bespoke*/
    .product-bespoke-product-mens-sb .right_block,
    .product-bespoke-product-women-sb .right_block,
    .product-bespoke-product-mens-sb .right_block,
    .product-bespoke-product-women-sb .right_block{
        background: #e7e8ec url('../images/bg-bespoke.jpg') repeat-x;
    }

    /* Shopping Cart, Checkout and Logout Success layout */
    .checkout-cart-index .page,
    .checkout-onepage-index .page,
    .checkout-onepage-success .page,
    .customer-account-logoutsuccess .page {
        display: table;
        width: 100%;
    }
    .checkout-cart-index .main-container,
    .checkout-onepage-index .main-container,
    .checkout-onepage-success .main-container,
    .customer-account-logoutsuccess .main-container {
        background: none;
        width: auto;
        padding: 0;
        display: table-row;
        height: 99%;
    }
    .checkout-cart-index .footer-container,
    .checkout-onepage-index .footer-container,
    .checkout-onepage-success .footer-container,
    .customer-account-logoutsuccess .footer-container {display: table-row;}
    .checkout-cart-index .main,
    .checkout-onepage-index .main,
    .checkout-onepage-success .main,
    .customer-account-logoutsuccess .main {
        margin: 0;
        padding: 100px 0 50px;
    }
    .checkout-cart-index .page-title h1,
    .checkout-onepage-index .page-title h1,
    .checkout-onepage-success .page-title h1,
    .customer-account-logoutsuccess .page-title h1,
    .checkout-onepage-success .sub-title {font-size: 11px;}
    .checkout-cart-index .page-title h1,
    .checkout-onepage-index .page-title h1 {display: none;}

    /* Checkout */
    .opc li.section,
    .opc,
    .opc .step {border-color: #939393;}
    .opc li.section {border-width: 0 0 1px;}
    .opc .step-title {padding: 4px 7px 3px;}
    .opc .active .step-title {background: rgba(255,255,255,0.52);}
    .opc .step-title h2,
    .opc h3 {
        font-size: 11px;
        word-spacing: 0;
    }
    .opc h3 {margin: 0 0 12px;}
    .opc p {margin: 0 0 10px;}
    .opc .step {padding: 30px 17px 12px 32px}
    .form-list li.control {margin: 0 0 11px 2px;}
    .buttons-set {margin: -21px 0 18px}
    .buttons-set button.button {
        background: #dbdcde;
        min-width: 86px;
    }
    .buttons-set button.button span {font-size: 10px;}
    .form-list label {
        display: inline-block;
        margin: 0 0 0 2px;
    }
    .form-list label+.input-box {margin-top: 3px;}
    .form-list input.input-text {
        font-size: 10px;
        line-height: 13px;
        padding: 3px 5px 2px;
        height: 18px;
        width: 149px;
    }
    .form-list li {margin: 0 0 6px;}
    #remember-me-box {padding: 7px 0 1px;}
    .sp-methods select.month {width: 149px;}
    .sp-methods select.year {width: 89px;}

    /* Basket */
    .cart .data-table tbody tr.last td {padding-bottom: 32px;}
    .cart .data-table,
    .cart .data-table th,
    .cart .data-table tfoot td,
    .cart .totals table {border-color: #939393;}
    .cart .data-table {border-width: 1px 0 0;}
    .cart .cart-collaterals>.discount {
        border:0;
        padding-bottom: 15px;
    }
    .cart .totals table {border-width: 0 0 1px;}
    .cart .data-table .product-name {font-size: 12px;}
    .cart .data-table th,
    .cart .discount h2,
    .checkout-types button.button span {font-size: 11px;}
    button.btn-continue,
    button.btn-update {background: #dbdcde;}
    .cart .data-table tfoot td {padding-bottom: 20px;}

    /* Styles for Windows Phone */
    .winphone .logo-hva,
    .winphone .scroll-link:after,
    .winphone .jcarousel-control-prev:after,
    .winphone .jcarousel-control-next:after,
    .winphone .flex-prev,
    .winphone .flex-next,
    .winphone .select-area .select-opener:after {
        background-image: url('../images/sprite-mobile@2x.png');
        background-size: 100px 100px;
    }
    .winphone .product-view .product-shop {
        background-image: url('../images/bg-product-shop@2x.jpg');
        background-size: 320px 500px;
    }
    .winphone .catalog-category-view .main-container,
    .winphone .product-view .right_block {background-image: url('../images/bg-shop-small@2x.jpg');}

    .product-bespoke-product-mens-sb .main-container,
    .product-bespoke-product-women-sb .main-container,
    .product-bespoke-product-mens-sb .main-container,
    .product-bespoke-product-women-sb .main-container,
    .product-bespoke-product-mens-sb .right_block,
    .product-bespoke-product-women-sb .right_block,
    .product-bespoke-product-mens-sb .right_block,
    .product-bespoke-product-women-sb .right_block{
        background: #e7e8ec url('../images/bg-bespoke.jpg') repeat-x repeat-y ;
    }
    .customer-account-edit .main-container.col2-left-layout{width: 399px;}
}
/* Retina styles */
@media (-webkit-min-device-pixel-ratio:1.5) and (max-width:767px), (min-resolution:144dpi) and (max-width:767px) {
    .logo-hva,
    .scroll-link:after,
    .jcarousel-control-prev:after,
    .jcarousel-control-next:after,
    .flex-prev,
    .flex-next,
    .select-area .select-opener:after {
        background-image: url('../images/sprite-mobile@2x.png');
        background-size: 100px 100px;
    }
    .product-view .product-shop {
        background-image: url('../images/bg-product-shop@2x.jpg');
        background-size: 320px 500px;
    }
    .catalog-category-view .main-container,
    .product-view .right_block {background-image: url('../images/bg-shop-small@2x.jpg');}
    .product-bespoke-product-mens-sb .catalog-category-view .main-container,
    .product-bespoke-product-women-sb .catalog-category-view .main-container,
    .product-bespoke-product-mens-sb .catalog-category-view .main-container,
    .product-bespoke-product-women-sb .catalog-category-view .main-container,
    .product-bespoke-product-mens-sb .product-view .right_block,
    .product-bespoke-product-women-sb .product-view .right_block,
    .product-bespoke-product-mens-sb .product-view .right_block,
    .product-bespoke-product-women-sb .product-view .right_block,
    .product-bespoke-product-mens-sb .product-view .product-shop,
    .product-bespoke-product-women-sb .product-view .product-shop,
    .product-bespoke-product-mens-sb .product-view .product-shop,
    .product-bespoke-product-women-sb .product-view .product-shop{
        background: #e7e8ec url('../images/bg-bespoke.jpg');
    }
}
/* ======================================================================================= */
.image-holder.loading img {
    visibility: hidden;
}
@media (max-width: 767px){
    
    .product-bespoke-product-mens-sb .product-view .right_block, 
    .product-bespoke-product-women-sb .product-view .right_block, 
    .product-bespoke-product-mens-sb .product-view .right_block, 
    .product-bespoke-product-women-sb .product-view .right_block{
        width: 100%;
        background: #C8C4C1;
    }

    .product-view .product-shop .holder{
        display: block;
    }

    .product-view .product-shop{
        background: #C8C4C1;
    }

}

/* Custom Backgrounds ==================================================================== */

#category-view-background,
#product-view-background{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100% 100% !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}