
/*
* Generated from .less
*/


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


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


/* Form Elements */

input,
select,
textarea,
button {
    line-height: 22px;
    vertical-align: middle;
    color: #2f2f2f;
}
input.input-text,
select,
textarea {
    background: #fff;
    border: 0;
}
input.input-text, textarea {
    padding: 2px;
    border: 1px solid #D8D8D8;
}
select {
    padding: 1px;
}
select option {
    padding-right: 10px;
}
select.multiselect option {
    border-bottom: 1px solid #b6b6b6;
    padding: 2px 5px;
}
select.multiselect option:last-child {
    border-bottom: 0;
}
textarea {
    overflow: auto;
}
input.radio {
    margin-right: 3px;
}
input.checkbox {
    /* margin-right: 3px; */
}
input.qty {
    width: 2em !important;
}
button.button::-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 {
    background: #828282;
    border: 0px;
    text-transform: uppercase;
    color: #FFF;
    display: block;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 7px rgba(71,73,72,0.06);
    -moz-box-shadow: 0 4px 7px rgba(71,73,72,0.06);
    box-shadow: 0 4px 7px rgba(71,73,72,0.06);
        transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}
button.button span span {
    border: 0;
    font-size: 14px;
    font-family: "Helvetica W01 Roman";
    padding: 10px 20px;
}

button:hover.button span {
    background: #676767;
    color: #fff;
}
button.button.yellow {
    -webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */

button.button.yellow {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}
button.button.yellow span {
    background: #FFDD00;
    border: 0px;
    padding: 0;
    text-transform: uppercase;
    color: #4F5353;
}
button.button.yellow span span {
    border: 0;
    padding: 10px 20px;
}
button.button.yellow.upgrade-button {
    margin: 5px 0 20px 0;
}
button.button.yellow.upgrade-button span span {
    line-height: 22px;
}
button:hover.button.yellow span {
    background: #FFE965;
}
button.disabled span {
    border-color: #bbb !important;
    background: #bbb !important;
}

button span span .fa {
    padding-right: 10px;
}



button.button.red {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}
button.button.red span {
    background:#F44336;
    border: 0px;
    padding: 0;
    text-transform: uppercase;
    color: #ffffff;
}
button.button.red span span {
    border: 0;
    padding: 10px 20px;
}
button.button.red.upgrade-button {
    margin: 5px 0 20px 0;
}
button.button.red.upgrade-button span span {
    line-height: 22px;
}
button:hover.button.red span {
    background: #f56f66;
}

/*
button.btn-checkout span {
    font-weight: normal;
    font-family: Helvetica W01 Roman;
    line-height: 40px;
    height: 40px;
    border: 0;
    background-color: #ffdd00;
    color: #6f6f71;
    border-bottom: 2px solid #F93;
}
button.btn-checkout span span {
    background-position: 100% 0;
    padding: 25px;
    line-height: 4px;
}
*/

button.btn-checkout span {
    font-weight: normal;
    font-family: Helvetica W01 Roman;
    border: 0;
    background-color: #FD0;
    color: #424242;
}
button.btn-checkout span span {
    background-position: 100% 0;
    padding:15px 30px;
}


button.btn-checkout.no-checkout span {
    background-position: 0 100%;
    color: #b8baba;
}
button.btn-checkout.no-checkout span span {
    background-position: 100% 100%;
}
button.btn-checkout:hover span {
    background: #FFE965;
    color:initial;
}
p.control input.checkbox,
p.control input.radio {
    margin-right: 6px;
}

/* Form Highlight */

.header .form-search input.input-text:focus {
    border-bottom: none !important;
}
input.input-text:focus, textarea:focus {
    color: #000;
    background-color: #F3F3F3;
}
select:focus {
    color: #000;
    background-color: #F3F3F3;
}
.form-search input-text:focus {
    border-bottom: none !important;
}

/*.highlight { background:#efefef; }*/


/* Form lists */


/* Grouped fields */


/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/

.form-list li {
    margin: 0 0 8px;
}
.cart .discount label, .form-list label {
    float: left;
    color: #151515;
    position: relative;
    z-index: 0;
    padding: 5px 0 3px 0;
    font-size: 15px;
    line-height: 150%;
    font-family: "Helvetica W01 Roman";
    font-weight: normal!important;
}
.form-list label.required em {
    float: right;
    font-style: normal;
    color: #eb340a;
    position: absolute;
    top: 3px;
    right: -8px;
}
.form-list li.control label {
    float: none;
}
.form-list li.control input.radio,
.form-list li.control input.checkbox {
    /* margin-right: 6px; */
}
.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

/*.form-list li.fields { margin-right:-15px; }*/

.form-list .input-box {
    display: block;
    clear: both;
    max-width: 660px;
    width: 100%;
}
@media (max-width: 869px) {
    .form-list .input-box {
        max-width: 100%;
    }
}
.form-list .field {
    width: 275px;
    float: none;
}
@media (max-width: 869px) {
    .form-list .field {
        width: 100%;
    }
}
.form-list input.input-text {
    width: 254px;
    padding: 5px;
    font-size: 14px;
    font-family: "Helvetica W01 Light";
    font-weight: normal;
}
@media (max-width: 869px) {
    .form-list input.input-text {
        width: 100%;
    }
}
.form-list textarea {
    width: 254px;
    height: 10em;
}
.form-list select {
    width: 254px;
    font-size: 14px;
    border: 1px solid #CCCCCC;
    line-height: 24px;
    padding: 5px 0;
}
@media (max-width: 869px) {
    .form-list select {
        width: 100%;
        max-width: 100%;
    }
}
.form-list li.wide .input-box {
    max-width: 535px;
    width: 100%;
}
@media (max-width: 869px) {
    .form-list li.wide .input-box {
        max-width: 100%;
    }
}
.form-list li.wide input.input-text {
    max-width: 529px;
    width: 100%;
}
@media (max-width: 869px) {
    .form-list li.wide input.input-text {
        max-width: 100%;
    }
}
.form-list li.wide textarea {
    max-width: 529px;
    width: 100%;
    border: 1px solid #CCC;
    border-bottom: 3px solid #CCC;
    padding: 10px;
    font-family: "Helvetica W01 Roman";
    font-size: 14px !important;
    color: #464646;
}
@media (max-width: 869px) {
    .form-list li.wide textarea {
        max-width: 100%;
    }
}

.form-list li.wide select {
    padding: 5px 41px 5px 23px;
    font-size: 14px;
    border: 0 solid #D5D5D5;
    text-align: center;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #4C4C4C;
    margin: 10px;
    font-family: "Helvetica W01 Roman";
    background: url(../images/arrows.png) no-repeat 97% 50% #E6E6E6;
    text-indent: 1px;
    text-overflow: '';
}

.form-list li.wide select::-ms-expand {
    display: none;
}

@media (max-width: 869px) {
    .form-list li.wide select {
        max-width: 93%;
    }
}
.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;
}
.form-list-narrow li {
    margin-bottom: 0;
}
.form-list-narrow li .input-box {
    margin-bottom: 6px;
}
.form-list-narrow li.wide .input-box {
    width: 260px;
}
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
    width: 254px;
}
.form-list-narrow li.wide select {
    width: 260px;
}

/* 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-weight: normal;
    color: #949494;
}
.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;
}

/* Misc Pages */

.misc-page {
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 4px 7px rgba(71,73,72,0.06);
    -moz-box-shadow: 0 4px 7px rgba(71,73,72,0.06);
    box-shadow: 0 4px 7px rgba(71,73,72,0.06);
    border: 1px solid #E4E4E4;
    transition: height 150ms ease-out;
    -moz-transition: height 150ms ease-out;
    -webkit-transition: height 150ms ease-out;
}

.misc-page h1 {
    margin: 15px 0 0 0 !important;
}

.misc-page h2 {
    margin: 10px 0 0 0 !important;
    font-size: 20px !important;
}

.misc-page h3 {
    font-size: 16px;
    font-family: "Helvetica W01 Roman" !important;
}

.misc-page .page-title {
    border-bottom: 1px solid #F1F1F1;
    padding: 0px 0 20px 0;
}

.misc-page p {
    font-size: 16px;
    padding: 5px 0;
    text-transform: initial;
}

.misc-page .form-list label {
    padding: 10px 0 5px 0;
    font-family: "Helvetica W01 Roman";
}

.misc-page .form-list input.input-text {
     max-width: 450px;
    padding: 7px 10px;
    font-family: "Helvetica W01 Roman";
}

@media (max-width: 869px) { 
    .misc-page h2,  .misc-page h1 { text-align: center; }
    .misc-page h2 { margin: 15px 0 0 0 !important; }
}

.misc-page a {
    color: #08ABF4;
    text-decoration: none;
    font-family: "Helvetica W01 Roman";
}

/* Independent fields */


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


/* Customer */


/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set {
    clear: both;
    margin: 4em 0 0;
    padding: 8px 0 0;
    border-top: 0px solid #e4e4e4;
    text-align: right;
}
.buttons-set p.required {
    margin: 0 0 10px;
}
@media (max-width: 869px) {
    .buttons-set p.required {
        float: right;
    }
}
.buttons-set .back-link {
    float: left;
    margin: 0 0 20px 0;
}

.buttons-set .back-link a {
    text-decoration: none;
    font-size: 16px;
    color: #03A9F4;
    font-family: "Helvetica W01 Roman";
}

@media (max-width: 869px) {
    .my-account .buttons-set .back-link {
        margin-bottom: 20px;
    }
}
.buttons-set button.button {
    float: right;
    margin-left: 5px;
}
@media (max-width: 869px) {
    .buttons-set button.button {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }
}
.buttons-set-order {
    margin: 10px 0 0;
}
.buttons-set-order .please-wait {
    padding: 12px 7px 0 0;
    font-size: 14px;
}
.checkout-success {
    background: #FFF;
    margin: 57px 0 0;
    float: left;
    width: 100%;
    padding-bottom: 50px;
    font-size: 14px;
    border-top: 5px solid #B3B3B3;
    border-radius: 3px;
}

.checkout-success p {
    line-height: 1.6em;
}
.checkout-success .buttons-set {
    text-align: center;
    margin-top: 25px;
    border: 0px;
}
.checkout-success .buttons-set button.button {
    float: none;
}
@media (max-width: 869px) {
    .checkout-success .buttons-set button.button {
        width: 100%;
        margin: 0;
    }
}
.checkout-success .buttons-set button.button span span {
    display: inline-block;
    width: 240px;
    line-height: 25px;
}
@media (max-width: 869px) {
    .checkout-success .buttons-set button.button span span {
        width: 100%;
    }
}
.checkout-success .content-wrapper {
    text-align: center;
}
.checkout-success .page-title {
    text-align: center;
    border: 0px;
    padding-top: 25px;
    margin-bottom: 0;
}
@media (max-width: 869px) {
    .checkout-success .page-title {
        padding-top: 10px;
    }
}
.checkout-success .page-title h2,
.checkout-success .page-title h1 {
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    color: #7C7D7E;
}
.checkout-success .page-title h2 {
    font-size: 14px;
}
.fieldset .legend {
    /*
	 float:left;  border:1px solid #f19900; background:#f9f3e3; color:#7C7D7E; margin:-33px 0 0 -10px; padding:0 8px; position:relative;
	 */
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* Form Validation */

.validation-advice {
    clear: both;
    min-height: 15px;
    line-height: 26px;
    margin: 3px 0 10px;
    font-size: 14px;
    color: #EB340A;
    font-family: "Helvetica W01 Roman";
}

.validation-advice::before {
    font-family: FontAwesome;
    content:"\f071";
    padding-right:5px;
    color:inherit;
    font-size:inherit;
}

.footer-column .validation-advice {
    clear: both;
    min-height: 13px;
    line-height: 28px;
    margin: 3px 0 0;
    font-size: 12px;
    /* padding-left: 17px; */
    /* background: url(../images/validation_advice_bg.gif) 0px 8px no-repeat; */
    color: #FFA08A;
    font-family: "Helvetica W01 Bold";
}
.validation-failed {
    -webkit-box-shadow: 0 5px 12px rgba(71, 73, 72, 0.2);
    -moz-box-shadow: 0 5px 12px rgba(71, 73, 72, 0.2);
    box-shadow: 0 0px 5px rgba(255, 153, 146, 0.53);
    border: 1px solid #FFBFBA !important;
}
.footer-column #advice-validate-email-newsletter,
.footer-column #advice-validate-mobileno-mobile {
    display: none;
}
p.required {
    text-align: right;
    color: #E74C3C;
    font-size: 12px !important;
    text-transform: uppercase;
    font-family: "Helvetica W01 Bold";
}

/* Expiration date and CVV number validation fix */

.v-fix {
    float: left;
}
.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}

/* Global Messages  */

.success {
    color: #3d6611;
    font-weight: bold;
}
.error {
    color: #df280a;
    font-weight: bold;
}
.notice {
    color: #e26703;
}
.messages,
.messages ul {
    list-style: none !important;
    padding: 0 !important;
}

.messages {
    width: 100%;
    margin-top: 55px;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 7px rgba(71,73,72,0.06);
    -moz-box-shadow: 0 4px 7px rgba(71,73,72,0.06);
    box-shadow: 0 4px 7px rgba(71,73,72,0.06);
}

@media (max-width: 869px) {
    .messages {
            margin-top: 26px!important;
    }
}


.messages li {
    font-size: 16px;
    margin: 0px 0px 0px !important;
}
.messages li li {
    margin: 0 0 3px !important;
}
.account-login .messages li {
    margin: 0;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
    font-size: 14px;
    padding: 15px 5px;
    text-align: center;
    font-weight: normal!important;
    font-size: 16px;
    overflow: hidden;
    border-left: 8px solid;
    margin: 0 8px;
    color: #171717!important;
}
.error-msg span,
.success-msg span,
.note-msg span,
.notice-msg span {
    font-family: "Helvetica W01 Light" !important; line-height: 100%;
}

.success-msg {
    background-color: #F3FFF8!important;
    border-left-color: #2ECC71 !important;
}

.note-msg, 
.notice-msg {
    background-color: #F3FBFF!important;
    border-left-color: #03A9F4!important;
}

.error-msg {
    background-color: #f8d7d3 !important;
    border-left-color: #e74c3c !important;
}

/* BreadCrumbs */

.breadcrumbs {
    margin: 0;
    font-size: 10px!important;
    line-height: 28px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #FFF;
    border: 1px solid #DEDEDE;
    margin-left: 10px;
    margin: 10px 0 10px 10px;
    border-radius: 4px;
}
@media (max-width: 869px) {
    .breadcrumbs {
        display: none;
    }
}
.breadcrumbs li {
    display: inline;
}
.breadcrumbs li a strong {
    font-weight: normal;
    font-family: "Helvetica W01 Bold" !important;
    color: #6F6F71 !important;
}
.breadcrumbs li a {
    text-decoration: none;
    color: #6F6F71!important;
    border-radius: 4px;
    padding: 6px 10px;
    font-family: "Helvetica W01 Roman";
}
.breadcrumbs li a span {
    font-family: "Helvetica W01 Roman";
}
.cms-shop .breadcrumbs {
    display: none;
}

/* Page Heading */

.page-title {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #DADADA;
    margin: 0 0 25px;
    padding: 15px 0 15px 0;
    text-transform: uppercase;
}
.page-title h1 {
    margin: 0;
    color: #252525;
    font-size: 32px;
    margin: 15px 0 0 10px;
    font-family: "Helvetica W01 Light";
}
.page-title h2 {
    margin: 0;
    color: #7C7D7E;
    font-size: 24px;
}
.page-title .separator {
    margin: 0 3px;
}
.page-title .link-rss {
    float: right;
    margin: 7px 0 0;
}
.title-buttons {
    text-align: right;
    margin-top: 0px;
}
@media (max-width: 869px) {
    .title-buttons button.button {
        float: none;
        width: 100%;
    }
.page-title h1 {
    margin: 0;
    color: #292929;
    font-size: 24px;
    margin: 15px 0 12px 0;
    font-family: "Helvetica W01 Light";
    text-align: center;
}
}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left;
}
@media (max-width: 869px) {
    .title-buttons h1,
    .title-buttons h2,
    .title-buttons h3,
    .title-buttons h4,
    .title-buttons h5,
    .title-buttons h6 {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 0 10px 0;
    }
}
.subtitle,
.sub-title {
    clear: both;
    padding: 15px 0 0;
    margin: 0 0 20px;
}
.cms-shop .page-title {
    display: none;
}
.cms-shop .products-grid .product-image {
    padding: 0px;
}

/* Pager */

.pager {
    padding: 4px 15px;
    text-align: center;
    font-size: 14px !important;
}
.pager .amount {
    float: left;
    margin: 0;
    padding-top: 8px;
    color: #656565;
    font-family: "Helvetica W01 Roman";
    color: #656565;
}
@media (max-width: 869px) {
    .pager .amount {
        display: none;
        color: #6f6f71;
    }
    
    .limiter label {
        display: none;
    }
}
.pager .limiter {
    float: right;
    color: #6f6f71;
}

.pager .limiter label {
    vertical-align: middle;
    font-family: "Helvetica W01 Roman";
    color: #656565;
}
.pager .limiter select {
    border: 1px solid #111;
    background: rgba(0,0,0,0);
    padding: 5px 41px 5px 23px;
    font-size: 14px;
    border: 0 solid #D5D5D5;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #4C4C4C;
    font-family: "Helvetica W01 Roman";
    background: url(../images/arrows.png) no-repeat 90% 50% #EFEFEF;
}
.pager .pages {
    margin: 0 140px;
    padding-top: 8px;
}
@media (max-width: 869px) {
.pager .pages {
    margin: 0;
    float: none;
    clear: both;
    padding-top: 25px;
}
}
.pager .pages ol {
    display: inline;
}
.pager .pages li {
    display: inline;
    margin: 0 2px;
}
@media (max-width: 991px) {
    .pager .pages a.previous span {
        padding-right: 20px;
    }
    .pager .pages a.next span {
        padding-left: 20px;
    }
}

/* Sorter */

.sorter {
    padding: 10px 9px 0;
    font-size: 14px;
    border-top: 1px solid #EFEFEF;
    margin-top: 6px;
	display:none;
}
.view-mode {
    float: left;
    margin: 0;
    font-size: 18px;
    padding-top: 6px;
    padding-right:10px
}
.sorter .sort-by {
    float: right;
}
.sorter .sort-by label {
    vertical-align: middle;
    font-family: "Helvetica W01 Roman";
    color: #656565;
}
.sorter .sort-by select {
    border: 1px solid #111;
    background: rgba(0,0,0,0);
    padding: 5px 41px 5px 23px;
    font-size: 14px;
    border: 0 solid #D5D5D5;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #4C4C4C;
    font-family: "Helvetica W01 Roman";
    background: url(../images/arrows.png) no-repeat 90% 50% #EFEFEF;
}

/* Toolbar */

.toolbar {
    margin: 0px 7px 17px;
    padding: 10px;
    font-family: Helvetica W01 Roman;
    font-size: 14px;
    background-color: #FFF;
    border-radius: 4px;
    border: 1px solid #DEDEDE;
}
@media (max-width: 869px) {
    
    .toolbar .sorter {
        display: none;
    }
    .toolbar {
        margin: 7px 0px 17px; 
    }
    
}
.toolbar .pager {
    padding: 3px 8px;
    font-size: 14px;
}
.toolbar .sorter {
    border-bottom: 1px solid #fff;
}

/* Data Table */

.data-table {
    width: 100%;
    margin: 30px 0;
}
@media (max-width: 869px) {
    .data-table {
        margin-top: 10px;
    }
}
.data-table th {
    padding: 3px 8px;
    font-weight: bold;
    font-family: "Helvetica W01 Roman";
}
.data-table td {
    padding: 10px 10px;
}
.data-table thead th {
    text-transform: uppercase;
    font-weight: normal !important;
    padding: 2px 8px;
    color: #464646;
    white-space: nowrap;
    vertical-align: middle;
    font-family: "Helvetica W01 Roman";
}
.data-table thead th .tax-flag {
    white-space: nowrap;
}
.data-table thead th.wrap {
    white-space: normal;
}
.data-table tfoot td {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 0;
}
.data-table tbody.odd tr {
    background: #F8F7F5 !important;
}
.data-table tbody.odd tr td.data-table tbody.even tr td {
    border-bottom: 0;
}
.data-table tbody.even tr {
    /* background: #F6F6F6 !important; */
}
.data-table tbody td .option-label {
    font-weight: normal;
    font-family: "Helvetica W01 Roman";
    color: #3A3A3A;
    font-size: 15px;
}
.data-table tbody td .option-value {
    padding-left: 20px;
    font-size: 14px;
    font-family: "Helvetica W01 Roman";
    line-height: 28px;
}
.data-table td.last,
.data-table th.last {
    border-right: 0;
}
.data-table tr.last th,
.data-table tr.last td {
    border-bottom: 0 !important;
}
.data-table thead th a,
.data-table thead th a:hover {
    color: #fff;
}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom: 1px solid #d9dde3;
}

/* Generic Info Box */

.info-box {
    background: #ffffff url(../images/bkg_block-title.gif) 0 0 repeat-x;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
}
.info-table th {
    font-weight: bold;
    padding: 2px 15px 2px 0;
}
.info-table td {
    padding: 2px 0;
}

/* Shopping cart total summary row expandable to details */

tr.summary-total {
    cursor: pointer;
}
tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(../images/bkg_collapse.gif) 0 5px no-repeat;
    cursor: pointer;
    padding-right: 10px;
}
tr.show-details .summary-collapse {
    background-position: 0 -52px;
}
tr.summary-details td {
    background-color: #E0E0E0;
    color: #2F2F2F;
    font-style: italic;
    font-size: 14px;
    text-indent: 10px;
}
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% 5px no-repeat;
    cursor: pointer;
}
.cart-tax-info .price,
.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}
.cart-tax-total-expanded {
    background-position: 100% -52px;
}

/* Class: std - styles for admin-controlled content */

.std a {
    color: #3498db;
    text-decoration: none;
    font-family: "Helvetica W01 Roman";
    border-bottom: 2px solid #baddf4;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.std a:hover {
    border-color: #7cc0ed;
}

.std .subtitle {
    padding: 0;
}
.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}
.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}
.std dl dt {
    font-weight: bold;
}
.std dl dd {
    margin: 0 0 10px;
}
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
    margin: 0 0 1em;
    padding: 0;
    color: #656565;
    font-family: "Helvetica W01 Light";
    font-size: 16px;
    line-height: 1.8;
}
.std ol li, .std ul li {
    font-family: "Helvetica W01 Light"; 
}
.std ul {
    list-style: disc outside;
    padding-left: 1.5em;
}
.std ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}
.std ul ul {
    list-style-type: circle;
}
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
    margin: .5em 0;
}
.std dt {
    font-weight: bold;
}
.std dd {
    padding: 0 0 0 1.5em;
}
.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}
.std address {
    font-style: normal;
}
.std b,
.std strong {
    font-family: "Helvetica W01 Bold" !important;
    font-weight: normal;
}
.std i,
.std em {
    font-style: italic;
    font-family: "Helvetica W01 Bold";
}
.cms-shop .std {
    display: none;
}

/* Misc */

.links li {
    display: inline;
}
.links li.first {
    padding-left: 0 !important;
}
.links li.last {
    background: none !important;
    padding-right: 0 !important;
}
.link-cart {
    color: #dc6809 !important;
    font-weight: bold;
}
.link-wishlist {
    color: #dc6809 !important;
    font-weight: bold;
}
.link-reorder {
    color: #656565 !important;
    text-decoration: none;
    font-family: "Helvetica W01 Roman";
    font-weight: normal;
    text-transform: capitalize;
}
.link-compare {
    font-weight: bold;
}
.link-print {
    font-weight: normal;
    color: #656565;
    font-family: "Helvetica W01 Roman";
    text-decoration: none;
    text-transform: capitalize;
}

.link-rss {
    background: url(../images/i_rss.gif) 0 2px no-repeat;
    padding-left: 18px;
    line-height: 14px;
    white-space: nowrap;
}
.btn-remove {
    display: block;
}
.btn-previous {
    display: block;
}
.btn-remove2 {
    display: block;
}
.btn-edit {
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/btn_edit.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}
.cards-list dt {
    margin: 5px 0 0;
}
.cards-list .offset {
    padding: 2px 0 2px 20px;
}
.separator {
    margin: 0 3px;
}
.divider {
    clear: both;
    display: block;
    height: 1px;
    margin: 10px 0;
    background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

/* Global site notices */

.global-site-notice {
    line-height: 1.25;
    border: 1px solid #cfcfcf;
    border-width: 0 0 1px;
    background: #ffff90;
    text-align: center;
    color: #2f2f2f;
}
.global-site-notice .notice-inner {
    width: 860px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    background: url(../images/i_notice.gif) 20px 25px no-repeat;
    text-align: left;
}
.global-site-notice .notice-inner p {
    margin: 0;
    border: 1px dotted #cccc73;
    padding: 10px;
}
.global-site-notice .notice-inner .actions {
    padding-top: 10px;
}

/* Cookie Notice */


/* Noscript Notice */


/* Demo Notice */

.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    border: 0;
    text-align: center;
    color: #fff;
}
.demo-notice .notice-inner {
    width: auto;
    padding: 0;
    background: none;
    text-align: center;
}
.demo-notice .notice-inner p {
    padding: 0;
    border: 0;
}

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


/* Header ================================================================================ */

/*
.search-autocomplete {
    z-index: 5000;
    width: 345px !important;
    background: #2F2F2F;
    color: #FFF;
    left: 0px !important;
    top: 35px !important;
    position: relative !important;
    font-size: 14px;
    font-family: "Helvetica W01 Bold";
    -webkit-box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.3);
}
.search-autocomplete ul {
    border: 0px solid #F0F0F0;
    background-color: #919195 !important;
}
.search-autocomplete li {
    text-align: left;
    border-bottom: 0px solid #F4EEE7;
    background-color: #484848 !important;
    padding: 6px 8px 6px 8px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Helvetica W01 Roman";
}
.search-autocomplete li:hover {
    background-color: #FFDD00 !important;
    color: #000 !important;
}
.search-autocomplete li .amount {
    float: right;
    font-weight: bold;
    display: none;
}
.search-autocomplete li.odd {
    background-color: #fffefb;
}
.search-autocomplete li.selected {
    background-color: #FD0;
}
*/

.logo {
    float: left;
}
.header-container {
    background-color: #212121;
    border-bottom: 1px solid #353535;
}
@media (max-width: 869px) {
    .languageurl-flag,
    .header-container {
        display: none;
    }
    
    .mobile-menu-wrapper .languageurl-flag {
        display: block!important;
        left: 9px;
        margin: 0 auto;
        max-width: 150px;
        position: absolute;
        top: 18px;
    }
    
    .mobile-menu-wrapper .select-storeul li {
        display: inline;
        padding-right: 7px;
    }
}
.header {
    margin: 0 auto;
    padding: 10px 0 0;
    text-align: right;
    z-index: 10;
    height: auto;
    position: relative;
}
@media (max-width: 869px) {
    .header {
        height: 56px;
    }
    .header .mobile-header-links {
        padding: 10px 0 0 0;
    }
}
.header .logo {
    float: left;
    text-decoration: none!important;
    position: absolute;
    left: 0px;
    top: -44px;
    background-color: #212121;
    height: 115px;
    padding: 18px;
}
@media (max-width: 869px) {
    .header .site-logo {
    margin: 6px 0 0;
    width: 118px;
    height: auto;
    top: -1px;
    left: 11px;
    position: absolute;
}
    .header .site-logo img {
        width: 120px;
        height: auto;
    }
}
.header .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}
.header h1.logo,
.header div.logo {
    margin: 0;
}
.header .quick-access {
    float: right;
    width: 600px;
    padding: 28px 10px 0 0;
}
.header .welcome-msg {
    margin: 0;
    color: #fff;
    text-align: right;
}
.header .welcome-msg a {
    color: #ebbc58;
}
.header .form-search {
    position: absolute;
    top: 0;
    right: 10px;
    height: 30px;
    background: url(../images/bkg_form-search.gif) 0 0 no-repeat;
    padding: 1px 0 0 16px;
}
.header .twelve.columns.last .form-search {
    position: absolute;
    top: 5px;
    right: 12px;
    height: 40px;
    padding: 5px 0 0 0;
    font-size: 16px;
}
.header .form-search label {
    float: left;
    width: 24px;
    height: 21px;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}
.header .form-search input.input-text {
    float: left;
    border-color: #5c7989;
    width: 200px;
    margin-right: 4px;
    border-bottom: none;
}

.header .form-search button.button {
    position: absolute;
    right: 13px;
    width: auto;
    top: -1px;
    height: 40px;
    color: #ACACAC;
    font-size: 12px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.header .form-search button.button img {
    display: none;
}
.header .form-search button.button span {
    font-weight: normal;
    line-height: 21px;
    border: 0;
    height: 21px;
    padding: 0 0 0 3px;
}
.header .form-search button.button span span {
    background-position: 100% 0;
    padding: 0 6px 0 3px;
}
.header .form-language {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}
.header .form-language label {
    font-weight: bold;
    padding-right: 5px;
    color: #a7c6dd;
    vertical-align: middle;
}
.header .form-language select {
    padding: 0;
}
.header .form-language select.flags option {
    background-position: 4px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
}
.header .links {
    float: right;
    margin: 0 0 6px;
}
.header .links li {
    float: left;
    background: url(../images/bkg_pipe1.gif) 100% 60% no-repeat;
    padding: 0 8px 0 7px;
}
.header .links a {
    color: #ebbc58;
}
.header-container .top-container {
    clear: both;
    padding: 5px 10px 0 12px;
    text-align: right;
}
.header-container .top-container a {
    color: #ebbc58;
}
.header-banner {
    width: 100%;
    clear: both;
    overflow: auto;
    height: 370px;
}
.header-banner .columns.fullwidth {
    background: #1f56a6;
}
.header-promo {
    margin: 0 auto;
    float: left;
    border-bottom: 1px solid #b9b6b7;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    height: 125px;
    overflow: hidden !important;
}
.header .twelve.columns.last {
    float: right;
    position: relative;
}
.header-promo .bx-viewport {
    height: 125px !important;
}
.header-tel {
    font-size: 25px !important;
    color: #fff;
    padding: 3px 15px 5px 5px !important;
    text-decoration: none;
}

.header-home {
    font-size: 27px !important;
    color: #ccc;
    padding: 6px 22px 5px 5px !important;
    text-decoration: none;
}
@media (max-width: 480px) {
    .header-tel {
        padding: 9px 0 5px 5px!important;
        margin-right: 25px;
    }
}
@media (max-width: 869px) {
.header-tel {
    padding: 9px 0 5px 5px!important;
    margin-right: 25px;
}
}
.header-promo li {
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /*IE8*/
    opacity: 0.8;
    -webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.3);
    position: relative;
}
.header-promo li:hover {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /*IE8*/
    opacity: 1;
}
.header-promo li:after {
    content: "";
    position: absolute;
    z-index: 100;
    top: 100%;
    bottom: 0;
    width: 200%;
    height: 10px;
    left: -50%;
    right: -50%;
    background: -webkit-radial-gradient(50% -1%, ellipse cover, rgba(0, 0, 0, 0.5), rgba(97, 97, 97, 0) 40%);
    background: radial-gradient(ellipse at 50% -1%, rgba(0, 0, 0, 0.5), rgba(97, 97, 97, 0) 40%);
}
.top-cart .block-title,
.toplink-container .form-search button.button,
.header-tel {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /*IE8*/
    opacity: 1;
}
.top-cart .block-title:hover,
.toplink-container .form-search button.button:hover,
.header-tel:hover {
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    /*IE8*/
    opacity: 0.7;
}
.header-tel span {
    padding-top: 4px;
    display: inline-block;
    color: #FD0;
    padding-left: 6px;
    font-size: 11px;
    /* font-weight: bold; */
    font-family: "Helvetica W01 Bold";
}
.header-tel span::before {
    content: "\f095";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 14px;
    vertical-align: baseline;
}
.twelve.columns.last .form-search {
    background: #464646;
    border: 1px solid #444;
    height: 44px;
    padding: 12px 9px 8px;
    text-align: right;
      z-index: 999999;
}

  
.toplink-container .form-search button.button {
    border: 0px;
    width: 22px;
    height: 22px;
}
.toplink-container .form-search button.button span {
    background: none;
    padding: 0px;
    margin: 0px;
    border: 0px;
}
.twelve.columns.last .form-search button:hover {
    color: #fff;
}

.twelve.columns.last .form-search .input-text {
    padding: 0px 62px 0 11px !important;
    border: 0px;
    background: none;
    color: #FFF;
    font-weight: normal;
    font-size: 12px;
    line-height: 31px;
    font-family: "Helvetica W01 Roman";
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-transform: uppercase;
}

.twelve.columns.last .form-search label {
    display: none;
}
.toplink-container .links {
    padding: 14px 0px 5px 0;
}
.toplink-container .links a {
    /* font-weight: bold; */
    text-decoration: none;
    color: #919195;
    padding: 0 10px 0 0;
  font-size: 10px;
    font-family: "Helvetica W01 Bold";
    text-transform: uppercase;
}
.toplink-container .links li:nth-child(1) a:before {
    content: "\f007";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 14px;
    vertical-align: baseline;
}
.toplink-container .links li:nth-child(2) a:before {
    content: "\f09d";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 14px;
    vertical-align: baseline;
}
.toplink-container .links li:nth-child(3) a:before {
    content: "\f090";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 14px;
    vertical-align: baseline;
}
.toplink-container .links a:hover {
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7;
}
.top-cart {
    height: 44px;
}
.top-cart .close-btn,
.top-cart .block-title {
    cursor: pointer;
}
@media (max-width: 869px) {
.top-cart {
    padding-right: 42px;
}
    .top-cart .dropdownwrapper {
        display: none;
    }
}
.top-cart .block-title {
    padding-top: 10px !important;
}

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

.nav-container {
    float: right;
}
#nav {
    margin: 0 auto;
    float: left;
}

/* All Levels */


/* Style consistent throughout all nav levels */

#nav li {
    position: relative;
    text-align: left;
}
#nav li.over {
    z-index: 998;
}
#nav a {
    display: block;
    line-height: 1.3em;
    text-decoration: none;
    color: #B5B5BB;
}
#nav a:hover {
    color: #FFF !important;
}
#nav span {
    display: block;
    cursor: pointer;
    white-space: nowrap;
}
#nav li ul span {
    white-space: normal;
}
#nav ul li.parent a {
    background: url(../images/bkg_nav2.gif) 100% 100% no-repeat;
}
#nav ul li.parent li a {
    background-image: none;
}

/* 0 Level */

#nav li {
    float: left;
}
#nav li.active a {
    color: #FFF;
}
#nav a {
    float: left;
    padding: 6px 11px 25px 11px;
    color: #E0E0E1;
}
#nav li.over a,
#nav a:hover {
    color: #fff;
    border-bottom: 2px solid #fd0 !important;
}

/*
#nav li.level0.nav-9 a.level-top {
    background: #FFDD00;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 16px 4px !important;
    margin-top: 9px !important;
    color: #515555 !important;
    height: 48px;
    width: 48px;
    text-transform: uppercase;
    font-size: 14px !important;
}

#nav li.level0.nav-9 a:hover.level-top {
  background: #E2C200;
  color: #000;
}
*/

#nav a.level-top {
    margin-top: 20px;
}

/* 1st Level */

#nav ul li,
#nav ul li.active {
    float: none;
    margin: 0;
    padding-bottom: 1px;
    background: #ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x;
}
#nav ul li.last {
    background: #ecf3f6;
    padding-bottom: 0;
}
#nav ul a,
#nav ul a:hover {
    float: none;
    padding: 0;
    background: none;
}
#nav ul li a {
    font-weight: normal !important;
}

/* 2nd Level */

#nav ul,
#nav div {
    position: absolute;
    width: 15em;
    top: 27px;
    left: -10000px;
    border: 1px solid #899ba5;
}
#nav div ul {
    position: static;
    width: auto;
    border: none;
}

/* 3rd+ Level */

#nav ul ul,
#nav ul div {
    top: 5px;
}
#nav ul li a {
    background: #ecf3f6;
}
#nav ul li a:hover {
    background: #d5e4eb;
}
#nav ul li a,
#nav ul li a:hover {
    color: #2f2f2f !important;
}
#nav ul span,
#nav ul li.last li span {
    padding: 3px 15px 4px 15px;
}

/* Show menu */

#nav li ul.shown-sub,
#nav li div.shown-sub {
    left: 0;
    z-index: 999;
}
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
    left: 100px;
}

/********** Navigation > */


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


/* Sidebar =============================================================================== */

.wp-sidebar .block {
    background: #fff;
}
.block {
    margin: 0px 0 7px;
}
.block .block-title {
    padding: 2px 9px;
}
.block .block-title strong {
    font-weight: bold;
    line-height: 15px;
    display: block;
    min-height: 16px;
    padding: 1px 0 1px;
    text-transform: uppercase;
}
.block .block-title strong span {
    line-height: 28px;
    font-weight: normal;
    text-transform: uppercase;
    color: #656565;
    font-size: 20px;
    text-decoration: none;
    font-family: "Helvetica W01 Light";
}
.block .block-title a {
    text-decoration: none !important;
}
.block .block-subtitle {
    margin: 0;
    padding: 5px 9px;
    font-size: 1em;
    font-weight: normal;
    color: #6f6f71;
}
.block .block-content {
    background: none;
}

/*
.block-account .sidebar .block .block-content {
    background: #FFF;
padding-bottom: 15px;
    padding-top: 5px;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    margin-bottom: 15px;
    margin-top: 7px;
    border-top: 5px solid #D6D6D6;
    border-radius: 3px 3px 0 0;
}
*/

.block .block-content li.item {
    padding: 7px 9px;
    border-bottom: 1px solid #F0F0F0;
}
.block .block-content .product-name {
    color: #7C7D7E;
    width: 140px;
}
.block .btn-remove,
.block .btn-edit {
    float: right;
    margin: 1px 0 2px 5px;
}
.block .actions {
    padding: 6px 9px;
    text-align: right;
}
.block .actions a {
    float: left;
    margin-top: 10px;
}
.block .actions button.button {
    display: block;
}
.block .empty {
    margin: 0;
    padding: 5px 9px;
}

/* Mini Blocks */

.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {
    line-height: 1.25;
}
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {
    background-position: 0 0;
    background-repeat: no-repeat;
}
.block-reorder {
    display: none;
}

/* Mini Products List */

.mini-products-list .product-image {
    float: left;
}
.mini-products-list .product-details {
    margin-left: 60px;
}
.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;
}

/* mini products group */

.products-grid .block-title {
    margin: 50px 0 15px 0;
    font-size: 18px;
    text-align: left;
}
@media (max-width: 869px) {
    .products-grid .block-title {
        margin: 20px 0 15px 0;
        font-size: 18px;
        text-align: left;
    }
    .products-grid .block-title span {
        font-size: 26px !important;
    }
}
.products-grid .block-title span {
    text-transform: uppercase;
    color: #6F6F71;
    font-size: 32px;
    margin: 0;
    color: #656565;
    font-size: 26px;
    /* margin: 0px 0 0 0px; */
    font-family: "Helvetica W01 Bold";
}
.products-grid .block-title:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.products-grid .block-title a {
    float: right;
    font-size: 24px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Helvetica W01 Roman";
    line-height: 40px;
}
@media (max-width: 869px) {
    .products-grid .block-title a {
        font-size: 14px;
        line-height: 20px;
        padding-top: 17px;
    }
}/* bestsellers slider */

.products-grid img {width: 100%;}

.bsproductslider {
    margin-bottom: 10px;
}
.bestsellers .bx-pager.bx-default-pager {
    display: none;
}
.bestsellers .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -40px;
}
.bestsellers .bx-wrapper .bx-controls-direction a.bx-next {
    right: -40px;
}
.bestsellers .bx-wrapper .bx-controls-direction a {
    height: 140px;
    top: -30px;
    margin-top: -155px;
    outline: 0 none;
    position: absolute;
    text-indent: 0px;
    width: 25px;
    padding: 100px 0 0 7px;
    z-index: 1;
    background: none 0 0 no-repeat #bab9bb !important;
    color: #CCC;
    font-size: 28px;
    text-decoration: none;
}
.bestsellers .bx-wrapper .bx-controls-direction a:hover {
    color: #989A9C;
}
.products-grid.bestsellers {
    margin-bottom: 50px !important;
}
.bestsellers li .product {
    background: #fff;
}

/* Block: Account */

.block-account {
    font-size: 14px;
    margin-top: 23px;
}
.block-account .block-title {
    background: none;
    color: #7C7D7E;
    border: 0;
    padding: 3px 10px;
}
.block-account .block-title strong {
    color: #7C7D7E;
}
.block-account .block-content {
    background: none;
    padding: 7px 10px 7px;
}
.block-account .block-content li {
    margin: 0;
    text-transform: uppercase;
}
.block-account .block-content li a {
    display: block;
    border-bottom: 1px solid #DDD;
    padding: 7px 0;
    color: #5F5D5C;
    text-decoration: none !important;
    color: #919191;
    font-family: "Helvetica W01 Roman";
}
.block-account .block-content li a:hover {
    color: #7C7D7E;
}
.block-account .block-content li.last a {
    border-bottom: 0;
}
.block-account .block-content li.current {
    border-bottom: 1px solid #DDD;
    padding: 3px 0;
    color: #797979;
}
.block-account .block-content li.current.last {
    border-bottom: 0;
}

/* Block: Currency Switcher */

.block-currency {
    border: 0;
    padding: 7px 12px 10px;
    height: 51px;
}
.block-currency .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px;
}
.block-currency .block-title strong {
    font-weight: bold;
    line-height: 21px;
    padding: 0 0 0 21px;
    text-transform: none;
    color: #fff;
}
.block-currency .block-content {
    background: none;
    padding: 0;
}
.block-currency .block-content select {
    width: 100%;
    padding: 0;
}

/* Block: Layered Navigation */

.block-layered-nav {
    border-radius: 4px;
    margin-top: 72px;
    border: 1px solid #DEDEDE;
    overflow: hidden;
}
.block-layered-nav .block-title {
    border: 0;
    padding: 0;
    height: 24px;
    text-indent: -999em;
    overflow: hidden;
}
.block-layered-nav .block-subtitle {
    line-height: 1.35;
    padding: 3px 9px;
    border: 1px solid #b9ccdd;
    border-width: 1px 0;
    text-transform: uppercase;
    color: #1f5070;
}
.block-layered-nav .block-content {
    background: #FFF!important;
    border-radius: 4px;
}
.block-layered-nav dt {
    padding: 20px 21px 15px;
    text-transform: uppercase;
    color: #464646;
    font-size: 19px;
    font-family: "Helvetica W01 Light";
    border-bottom: 1px solid #F0F0F0;
}

@media (max-width: 869px) {
 .block-layered-nav dt {
    padding: 20px 21px 16px;
    font-family: "Helvetica W01 Roman";
}   
}
.block-layered-nav dd {
    /* padding: 0 12px 12px; */
}
.block-layered-nav dd.last {
    background: none;
}
.block-layered-nav .currently li {
    padding: 6px 10px 6px;
    position: relative;
    z-index: 1;
    line-height: 1.5;
}
.block-layered-nav .currently .label {
    font-weight: bold;
    padding-left: 15px;
    background: url(../images/bkg_block-layered-label.gif) 0 4px no-repeat;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
}
.block-layered-nav .currently .value {
    display: inline-block;
    vertical-align: top;
}
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
    position: absolute;
    right: 4px;
    top: 9px;
    margin: 0;
}
.block-layered-nav .currently .btn-previous {
    right: 17px;
}
.block-layered-nav .actions {
    padding: 4px 5px 4px 9px;
    background: #cad6e4;
    border: 1px solid #dee5e8;
    border-width: 1px 0;
    text-align: right;
}
.block-layered-nav .actions a {
    float: none;
}

@media (max-width: 869px) {
    .checkout-success {
        margin: 20px 0 0 0;
        padding: 0 20px 25px 20px;
    }
    .block-layered-nav {
        border-top: 5px solid #D6D6D6;
        border-radius: 3px;
        margin-top: 9px;
        margin-bottom: 25px;
    }
}

.catcontainer {
    background-color: #D6D6D6;
}

.order-review #checkout-review-table {
    margin:0 !important;   
}

/* cat layered nav block */

@media (max-width: 869px) {
    #narrow-by-list2 {}
}
#narrow-by-list2 li {
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #F0F0F0;
    transition: all 200ms ease-out;
    background-color: #fff;
}
#narrow-by-list2 li:hover {
    background-color: #F9F9F9;
    margin-left: 7px;
}
#narrow-by-list2 li:last-of-type {
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #F0F0F0;
}
#narrow-by-list2 li a {
    text-decoration: none;
    color: #464646;
    font-weight: normal;
    font-family: Helvetica W01 Roman;
    line-height: 27px;
    font-size: 14px;
}
#narrow-by-list2 li a:hover {
    text-decoration: none;
}

#narrow-by-list2 li.curCat {
    padding: 15px 20px 15px 20px;
    border-bottom: 1px solid #F0F0F0;
}
#narrow-by-list2 li.curCat span {
    color: #737373;
    /* text-transform: uppercase; */
    font-family: "Helvetica W01 Bold";
    font-size: 13px;
}
#narrow-by-list2 li.productItem {
    padding-left: 15px;
}
#narrow-by-list2 li.productItem a {
    font-weight: normal;
}
.catalogsearch-result-index .mobileTopSubMenu .mobileTopSubMenu-content li.current,
.catalogsearch-result-index .mobileTopSubMenu .mobileTopSubMenu-content li.curCat {
    display: none;
}

/* cat-page sidebar blocks */

.block.rebreathersidebar,
.block.deliverysidebar,
.block.accessoriescat {
    background: #FFDC01;
    padding: 10px;
    display: none;
}
.block.sparescat {
    background: #FFDC01;
    padding: 10px;
    display: none;
}
.block.rebreathersidebar span,
.block.deliverysidebar span,
.block.accessoriescat a,
.block.sparescat a {
    font-size: 24px;
    color: #7C7D7E;
    text-decoration: none;
}
.block.accessoriescat a,
.block.sparescat a {
    text-transform: uppercase;
}
.block.accessoriescat a:hover,
.block.sparescat a:hover {
    text-decoration: underline;
}
.block.rebreathersidebar {
    padding-top: 120px;
}

/* Block: Cart */

.block-cart .block-title {
    /*border-bottom:0;*/
}
.block-cart .summary {
    background: #fff;
    padding: 2px 8px 8px;
    margin: -1px 0 0;
    position: relative;
    z-index: 1;
}
.block-cart .amount {
    margin: 0;
}
.block-cart .amount a {
    font-weight: bold;
}
.block-cart .subtotal {
    margin: 5px 0 0;
    padding: 2px 0;
    background: #fbebd9;
    text-align: center;
}
.block-cart .subtotal .price {
    font-weight: bold;
}
.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right;
}
.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 8px 0;
}

/* Block: Wishlist */

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

/* Block: Related */

.block-related {
    margin: 30px 0;
}
.block-related li {
    height: auto;
    float: left;
}
.block-related li.odd,
.block-related li.even,
.block-related {
    background: none !important;
}
.block-related .product-details {
    display: none;
}
.block-related .block-title strong {
    background-position: 0 1px;
}
.block-related input.checkbox {
    float: left;
}
.block-related .product {
    margin-left: 20px;
}
.block-related .block-title {
    background: none;
    text-transform: uppercase;
    padding: 10px 15px 0;
}
.block-related .block-subtitle,
.block-related .related-checkbox,
.block-related .product-details {
    visibility: hidden;
    height: 0px;
    width: 0px;
}
.block-related .related_plus {
    font-size: 50px;
    color: #E2E3E4;
    margin: 15px 5px 0;
    float: left;
}
.block-related .related-checkbox {
    position: absolute;
    z-index: -10;
}
.block-related .related-addall-bttn {
    float: left;
    background: #F9DC01;
    padding: 10px 100px;
    color: #3F3C3C;
    margin: 40px 0 0 45px;
    border-bottom: 2px solid #e5c600;
    display: inline-block;
    height: 40px;
    background: #404040;
    border: 0px;
    border-bottom: 2px solid #6F6F71;
    padding: 0 0 0 0;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

/* Block: Compare Products */

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

/* Block: Recently Viewed */

.sidebar .block-viewed {
    background: #FFF;
    margin-top: 20px;
    border-top: 5px solid #D6D6D6;
    border-radius: 3px;
    display: none;
}
@media (max-width: 869px) {
    .sidebar .block-viewed {
        display: none;
    }
}
.sidebar .block-viewed .block-title strong {
    color: #7C7D7E;
    font-size: 20px !important;
    margin: 5px 0 10px 0;
    padding: 7px 0 0 5px;
    height: 30px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 22px;
}
.sidebar .block-viewed .block-title strong span {
    font-size: 18px !important;
}
#recently-viewed-items li a {
    float: left;
    padding: 3px;
    /* text-transform: uppercase; */
    font-family: "Helvetica W01 Roman";
    word-break: break-word;
}
#recently-viewed-items li p {
    float: none;
    padding: 3px;
    width: auto;
    margin-left: 53px;
}

/* Block: Recently Compared */

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

/* Block: Poll */

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

/* Block: Tags */

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

/* Block: Subscribe */

.block.block-subscribe {
    border: 0px;
}
.block-subscribe .block-content {
    padding: 5px 10px;
}
.block-subscribe .block-title strong {
    background-image: url(../images/i_block-subscribe.gif);
}
.block-subscribe label {
    font-weight: bold;
    color: #666;
}
.block-subscribe input.input-text {
    border: 0px solid #6F6F71;
    background: #1F1F1F;
    color: #919195;
    width: 82%;
    margin: 0;
    padding: 14px 10px 13px;
    height: 46px;
}
.block-subscribe button.button {
    float: left;
    background: #5F5F5F;
}
.block-subscribe button.button span {
    border: 0px;
    background: none;
    color: #434042;
    line-height: 38px;
    box-shadow: none !important;
    color: #E0E0E0;
}
.block-subscribe button.button span span {
    padding: 0px !important;
    box-shadow: none !important;
}
.block-subscribe button .button span {
    background: #34495E;
    border: 0px;
    padding: 0;
    text-transform: uppercase;
    color: #FFF;
    display: block;
}

/* Block: Reorder */

.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}
.block-reorder .product-name {
    margin-left: 20px;
}
.block-reorder .validation-advice {
    margin: 3px 9px 7px;
}

/* Block: Banner */

.block-banner {
    border: 0;
}
.block-banner .block-content {
    padding: 0;
    text-align: center;
}

/* Block: Login */

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

/* Paypal */

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

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


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

.category-title {
    border: 0;
    margin: 0 0 0px;
}
.category-title h1 {
    margin-top: 0;
}

@media (max-width: 869px) {

    .category-title {
        border: 0;
        margin: 25px 0 7px;
    }    
}


.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: center;
}
.category-description {
    margin: 0 0 10px;
}
.category-products .price-excluding-tax {
    display: none;
}
.category-products .price-including-tax .price {
    font-size: 16px !important;
}

/* cats grid */

.cats-grid li a,
.cats-grid li h2 {
    background: #FFFFFF;
}
.cats-grid li a {
    margin-bottom: 5px;
}

/* View Type: Grid */

.products-grid {
    position: relative;
}
.products-grid.last {
    border-bottom: 0;
}
.products-grid li.item {
    float: left;
    margin-bottom: 20px;
    background: #FFF;
    position: relative;
    -webkit-box-shadow: 0 4px 7px rgba(71, 73, 72, 0.06);
    -moz-box-shadow: 0 4px 7px rgba(71, 73, 72, 0.06);
    box-shadow: 0 4px 7px rgba(71, 73, 72, 0.06);
    border: 1px solid #DEDEDE;
}
.category-products .products-grid li.item {
    float: left;
    margin-bottom: 20px;
    background: #FFF;
    position: relative;
    min-height: 420px;
    border: 1px solid #E4E4E4;
    overflow: hidden;
	transition: all 150ms ease-in-out;
}

.category-products .products-grid li.item:hover {
    border: 1px solid #03A9F4;
}

.products-grid .product-image {
    background: none repeat scroll 0 0 #FFF;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    padding: 5px;
}

.category-products .products-grid .product-name a {
    color: #565656;
    font-size: 14px;
}  

.products-grid .product-name a {
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    font-family: "Helvetica W01 Roman";
    font-weight: normal;
    word-break: break-word;
    text-align: left;
    width: 100%;
}


.products-grid .product-name {
    color: #444;
    text-decoration: none;
    font-size: 16px;
    font-family: "Helvetica W01 Roman";
    font-weight: normal;
    word-break: break-word;
    text-align: left;
    width: 100%;
    height: 65px;
    padding: 0 10px;
    margin: 10px 0;
}

.products-grid .price-box {
    width: 100%;
    bottom: 58px;
    height: 20px;
    padding: 0 10px;
    margin: 10px 0;
}

.category-grid .product-detail {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(90%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    position: static;
    margin: 5px 0 0 0;
    z-index: 500;
}

.category-grid .product-detail a { 
	text-decoration: none; 
}

.category-grid .product-name {
    min-height: 40px;
    max-height: 100px;
    margin: 0;
    font-size: 14px;
    font-family: "Helvetica W01 Bold";
    text-align: center;
    padding: 10px;
    text-decoration: none;
    height: initial;
}

.col1-layout .category-grid .category-button { width: 150px; margin-left:-75px; } 

.category-grid .category-button {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background-color: #656565;
    font-family: "Helvetica W01 Bold";
    font-size: 14px;
    padding: 10px 0;
    width: 120px !important;
    position: absolute;
    bottom: -40px;
    height: 40px !Important;
    margin-left: -60px;
    left: 50%;
    -webkit-box-shadow: 0 0px 10px rgba(71,73,72,0.45);
    -moz-box-shadow: 0 0px 10px rgba(71,73,72,0.45);
    box-shadow: 0 0px 10px rgba(71,73,72,0.45);
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    z-index: 500;
}

.category-grid .item:hover .category-button {
    background-color: #03A9F4;
    bottom: -17px;
    opacity: 1;
}

.category-grid li.item {
    margin-bottom: 40px;
    background-position: 50% 90%;
    background-size: 95%;
    background-repeat: no-repeat;
}

.category-grid  .title-break {
    width: 100px;
    height: 1px;
    background-color: #ccc;
    margin: 0 auto 10px;
	transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
}

.category-grid li.item a {
	height: 100%;
    display: block;
    width: 100%;
}

/*
.category-grid .item:hover .title-break {
	width: 90%;
}
*/

.products-grid .price-box.rrp {
    display: none;
}
.products-grid .availability {
    line-height: 21px;
}
.products-grid .actions {
    float: left;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.products-grid .actions p {
    float: left;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
.products-grid .product-detail {
    float: left;
    width: 100%;
}
.products-grid button.button {
    width: 100%;
}
.products-grid button.button span {
    background: #dcdcdc;
    color: #333;
    display: block;
    height: auto;
    font-size: 14px;
    font-family: Helvetica W01 Roman;
    width: auto;
    text-align: center;
    white-space: nowrap;
    padding: 6px!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    transition: all 100ms ease-out;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
}
@media (max-width: 869px) {
    .products-grid button.button {
        width: 100%;
        float: none;
        clear: both;
    }
.products-grid button.button span {
    /* border-top: 1px solid #F0F0F0!important; */
    display: block;
    height: auto;
    font-size: 14px;
    width: auto;
    text-align: center;
    white-space: nowrap;
    padding: 2px 0;
    /* border-radius: 5px; */
}
}
.products-grid li.item:hover button.button span,
.products-grid button:hover.button span {
    background: #03A9F4;
    color: #fff;
}
.products-grid button.button span span {
    border: 0px !important;
}
.products-grid button.button span span {
    padding: 10px 0;
}
.products-grid .product-detail .catPrice {
    float: left;
    margin: 0px 10px 10px;
    width: 100%;
}
.col2-right-layout, .col2-left-layout {
    padding-top: 0px;
}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
    margin: 0 auto;
}
.col1-layout .products-grid {
    width: auto;
    margin: 0 auto;
}
.col-main .fullwidth.columns {
    height: 369px;
}

/* View Type: List */

.products-list li.item {
    border-bottom: 1px solid #d9ddd3;
    padding: 12px 10px 50px;
    background-color: #fff;
    position: relative;
}
.products-list li.item.last {
    border-bottom: 0;
}
.products-list .product-image {
    float: left;
    width: 28%;
    /* height: 135px; */
}

.products-list .product-image img {
    width:100%;
}
.products-list .product-shop {
    float: left;
    width: 70%;
    margin-left: 2%;
    padding: 0 5px;
}
.products-list .product-name {
    margin: 10px 0 15px;
    color: #203548;
}
.products-list .product-name a {
    color: #5E5E5F;
    text-decoration: none;
    font-size: 20px !important;
    font-family: Helvetica W01 Roman;
    word-break: break-word;
}
.products-list .price-box {
    float: left;
    margin: 3px 13px 5px 0;
}
.products-list .availability {
    float: left;
    margin: 3px 0 0;
}
.products-list .desc {
    clear: both;
    padding: 6px 0 0;
    margin: 0 0 15px;
    line-height: 1.35;
    font-size: 14px;
}
.products-list .add-to-links {
    clear: both;
}
.products-list .add-to-links li {
    display: inline;
}
.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px;
}

.list-button button.button {
    position: absolute;
    right: 10px;
    bottom: 10px;
}


.list-button button.button span span {
    padding: 10px 45px !important;
}

.sort-icon img {
    padding: 8px 0px 0 4px;
}

@media (max-width: 869px) {

    .products-list .product-image {
        width: 100%;
    }

    .list-button button.button span span {
        background: none repeat scroll 0 0 #6B6B6B;
        color: #FFF;
        display: block;
        height: auto;
        padding: 20px;
        font-size: 14px;
        font-family: Helvetica W01 Bold;
        width: 100%;
        text-align: center;
        border-radius: 0;
        white-space: nowrap;
        padding: 10px 0;
    }
    
    .list-button button.button {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
    }
    
    .products-list .product-shop {
        width: 100% !important;
        margin: 0% 2%;
    }
    
}


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


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


/* Rating */

.no-rating {
    margin: 0;
}
.ratings {
    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;
    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 {
    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: 10px 0 7px;
    line-height: 16px;
    background: url(../images/i_availability_only.gif) 0 50% no-repeat;
    padding-left: 15px;
}
.availability-only span,
.availability-only a {
    border-bottom: 1px dashed #751d02;
    color: #000;
}
.availability-only a {
    background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
    text-decoration: none;
}
.availability-only .expanded {
    background-position: 100% -15px;
}
.availability-only strong {
    color: #be2c00;
}
.availability-only-details {
    margin: 0 0 7px;
}
.availability-only-details th {
    background: #d2d6d9;
    padding: 0 8px;
}
.availability-only-details td {
    background: #ebf0f3;
    border-bottom: 1px solid #fff;
    padding: 2px 8px 1px;
}
.availability-only-details tr.odd td.last {
    color: #d95e00;
    font-weight: bold;
}
.product-view .product-shop .availability span {
    font-weight: normal;
    color: #7C7D7E !important;
}
.product-view-fullwidth.wordpress-data {
    /* background: #FFF; */
    padding-bottom: 30px;
}
@media (max-width: 869px) {
    .product-view-fullwidth.wordpress-data {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding-bottom: 0;
    }
    .product-view-fullwidth.wordpress-data .wordpress-product-data {
        margin: 0;
        padding: 0;
    }
}
.product-view-fullwidth.product-media-data {
    width: 100%;
    overflow: auto;
    padding-bottom: 0;
}
@media (max-width: 869px) {
    .product-view-fullwidth.product-media-data {
        padding: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin: 0;
    }
}
.product-view-fullwidth.product-media-data .image-tab-container,
.product-view-fullwidth.product-media-data .video-content-container {
    padding: 10px 0;
}
@media (min-width: 870px) {
    .product-view-fullwidth.product-media-data .image-tab-container,
    .product-view-fullwidth.product-media-data .video-content-container {
        display: block!important;
    }
}
@media (max-width: 869px) {
    .product-view-fullwidth.product-media-data .eight.columns {
        width: 100%;
        margin: 0;
    }
}
.product-view-fullwidth.product-media-data #image_tab {
    font-size: 30px;
    color: #979A9D;
    text-align: left;
    margin: 20px 1%;
}
@media (max-width: 869px) {
    .product-view-fullwidth.product-media-data #image_tab {
        background: #E2E2E2;
        border-bottom: 2px solid #AAAAB3;
        color: #717171;
        text-transform: uppercase;
        margin: 5px -3px 10px -3px;
        padding: 10px 0;
        cursor: pointer;
        text-align: center;
        font-size: 15px;
        font-family: "Helvetica W01 Bold";
    }
    .product-view-fullwidth.product-media-data #image_tab.active {
        background: #F9DC01;
        color: #000;
        cursor: default;
        border-bottom: 2px solid #E5C600;
    }
}
.product-media-data,
.wordpress-product-data {
    margin: 0;
    padding: 10px 0;
}
.wordpress-product-data .columns.eight {
    text-align: left;
}
.wordpress-product-data h1 {
    text-align: left;
    color: #7C7D7E;
    font-size: 30px;
    margin: 20px 0;
    text-transform: uppercase;
}
@media (max-width: 869px) {
    .wordpress-product-data h1 {
        background: #E2E2E2;
        border-bottom: 2px solid #AAAAB3;
        color: #717171;
        text-transform: uppercase;
        margin: 5px -3px;
        padding: 10px 0;
        cursor: pointer;
        text-align: center;
        font-size: 15px;
        font-family: "Helvetica W01 Bold";
    }
    .wordpress-product-data h1.active {
        background: #F9DC01;
        color: #000;
        cursor: default;
        border-bottom: 2px solid #E5C600;
    }
}
@media (min-width: 870px) {
    .wordpress-product-data h1 ~ div {
        display: block!important;
    }
}
.product-view-fullwidth.product-review-data {
    width: 100%;
    overflow: auto;
}
@media (max-width: 869px) {
    .product-view-fullwidth.product-review-data {
        background: none;
    }
}

.pp-review select {
    padding: 5px 41px 5px 23px;
    font-size: 14px;
    border: 0 solid #D5D5D5;
    text-align: center;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #4C4C4C;
    margin: 10px 0;
    font-family: "Helvetica W01 Roman";
    background: url(../images/arrows.png) no-repeat 94% 50% #E6E6E6;
    text-indent: 1px;
    text-overflow: '';
}

.pp-review button.btn-checkout span {
    font-weight: normal;
    font-family: Helvetica W01 Roman;
    line-height: normal;
    display: block;
    padding: 20px 30px;
    border: 0;
    font-size: 14px;
    height: auto;
    background-color: #FD0;
    color: #333;
    transition: background-color 150ms ease-out;
    -moz-transition: background-color 150ms ease-out;
    -webkit-transition: background-color 150ms ease-out;
}

.pp-review .buttons-set {
    border-top: 0px;
    margin: 0;
    padding: 0;
}

.pp-review button.btn-checkout span:hover {
    background: #ffec6f;   
}

.pp-review .buttons-set-order .please-wait {
    padding: 19px 7px 0 0;
    font-size: 14px;
    font-family: "Helvetica W01 Roman";
}

.pp-review a {
    color: #03A9F4;
    font-family: "Helvetica W01 Roman";
    text-decoration: none;
    border-bottom: 1px solid #25B4F5;
}


#reviewtabs {
    padding: 0px !important;
    border: 0px !important;
}
#reviewtabs .tablink-wrapper {
    background: none;
}
#reviewtabs .form-add {
    margin: 20px 0;
}
.tabpanel-wrapper {
    padding: 20px 0;
    box-shadow: 0 0 0 rgba(50, 50, 50, 0.2);
    background-color: #FFFFFF;
    border-top: 3px solid #EAEAEA;
}
.tabpanel-wrapper .buttons-set button.button span {
    padding-left: 20px;
    padding-right: 20px;
}
.tabpanel-wrapper .buttons-set button.button span span {
    padding: 0;
}
@media (max-width: 869px) {
    .tabpanel-wrapper {
        padding: 0;
        box-shadow: 0 0 0 rgba(50, 50, 50, 0.2);
        background-color: #F0F0F0;
        border-top: 0px solid #EAEAEA;
    }
}
.tabpanel-wrapper .ui-widget-content {
    background: none !important;
}
.tabpanel-wrapper .collateral-box {
    padding: 10px;
    font-size: 14px;
    line-height: 28px;
}
@media (max-width: 869px) {
    .tabpanel-wrapper .collateral-box {
        padding: 10px 0;
    }
}
.tabpanel-wrapper .collateral-box .collateral-box {
    padding: 0px;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    margin-right: 0px !important;
}

/* .ui-accordion .ui-accordion-content { overflow:visible !important; } */


/* Email to a Friend */

.email-friend {
    margin: 0;
}

/* Alerts */

.alert-price {
    margin: 0;
}
.alert-stock {
    margin: 0;
}
button.button.btn-more-info {
    width: 100%;
}
button.button.btn-more-info span {
    display: inline-block;
    height: 45px;
    background-color: #FFEB3B;
    padding: 0 0 0 0;
    text-transform: uppercase;
    color: #30393B;
    border-radius: 4px;
    line-height: 45px;
    width: 100%;
    transition: background-color 150ms ease-out;
    -moz-transition: background-color 150ms ease-out;
    -webkit-transition: background-color 150ms ease-out;
}
button.button.btn-more-info span span {
}
button.button.btn-more-info:hover.btn-more-info span {
    background-color: #faef8a;
}

/* product buy bttns */

.productBuyBttns {
    clear: left;
    width: 100%;
    padding-top: 10px;
    font-family: Helvetica W01 Roman;
}
@media (max-width: 869px) {
    .productBuyBttns {
        padding-top: 20px;
    }
    .productBuyBttns.productBuyBttnsMobile {
        padding: 0 5px 20px 5px;
        display: none;
    }
    .productBuyBttns.productBuyBttnsMobile button.checkout {
        margin: 10px 0 0 0!important;
    }
}
.productBuyBttns button {
    text-align: center;
    width: 100%;
    margin: 0 1% 0 0;
}
@media (max-width: 869px) {
    .productBuyBttns button {
        width: 100%;
    }
}
.productBuyBttns button.btn-cart span {
    display: inline-block;
    height: 45px;
    background-color: #FD0;
    padding: 0 0 0 0;
    font-family: "Helvetica W01 Roman";
    text-transform: uppercase;
    color: #30393B;
    border-radius: 4px;
    line-height: 45px;
    width: 100%;
    transition: background-color 150ms ease-out;
    -moz-transition: background-color 150ms ease-out;
    -webkit-transition: background-color 150ms ease-out;
}
/*
.productBuyBttns button.btn-cart span span::before {
    font-family: FontAwesome;
    content:"\f217";
    font-size:inherit;
    color:inherit;
    padding-right:10px;
}
*/

.top-buy-buttons {
    display: block;
    padding-top: 20px;
}
.top-buy-buttons .productBuyBttns button {
    text-align: center;
    width: 100%;
    /* float: left; */
    margin: 0 auto;
    /* padding-left: 30px; */
    display: inline-block;
}
.top-buy-buttons .productBuyBttns {
    clear: none;
    width: 100%;
    padding-top: 0;
    font-family: Helvetica W01 Roman;
    margin-left: 0;
    padding-left: 0;
}
.top-buy-buttons .add-to-cart {
    width: 100%;
    display: inline-block;
    float: right;
    margin-bottom: 20px;
    text-align: left;
}
.productBuyBttns button.btn-cart:hover.btn-cart span {
background-color: #FFED48;
}
.productBuyBttns button.btn-cart.checkout {
    float: right;
    margin: 0 0 0 0;
}
@media (max-width: 869px) {
    .productBuyBttns button.btn-cart.checkout {
        width: 100%;
        margin-top: 5px;
    }
}
.productBuyBttns button.btn-cart.checkout span {
    display: inline-block;
    height: 40px;
    background: #34495E;
    border: 0px;
    padding: 0 0 0 0;
    text-transform: uppercase;
    color: #FFF;
    line-height: 40px;
    width: 100%;
    font-family: "Helvetica W01 Bold";
}
.productBuyBttns button.btn-cart.checkout:hover.btn-cart.checkout span {
    background-color: #d6d6d6;
}
.productBuyBttns button.btn-cart.checkout:hover.btn-cart.checkout span span {
    color: #30393B;
}

/********** < Product Prices */

.price {
    white-space: nowrap !important;
}
.price-box {
    margin: 5px 0;
}
.price-box .price {
    color: #6F6F71;
}

/* Regular price */

.regular-price {
    color: #c72;
}
.regular-price .price {
    font-weight: bold;
    color: #c76200;
}
.block .regular-price,
.block .regular-price .price {
    color: #2f2f2f;
}
.price-label {
    display: none;
}

/* Old price */

.old-price {
    margin: 0;
}
.old-price .price-label {
    white-space: nowrap;
    color: #999;
    padding-top: 20px;
}
.old-price .price {
    color: #c76200;
    text-decoration: line-through;
    font-size: 14px;
}

/* Special price */

.special-price {
    margin: 0;
    padding: 0 !important;
}
.special-price .price-label {
    font-size: 14px!important;
    white-space: nowrap;
    text-transform: uppercase;
    color: #484848;
    padding-top: 20px;
    font-family: "Helvetica W01 Roman";
}
.special-price .price {
    color: #3498DB !Important;
}

/* Minimal price (as low as) */

.minimal-price {
    margin: 0;
}
.minimal-price .price-label {
    font-weight: bold;
    white-space: nowrap;
    float: left;
    margin-right: 5px;
}
.minimal-price-link {
    display: block;
}
.minimal-price-link .label {
    color: #7C7D7E;
}
.minimal-price-link .price {
    font-weight: normal;
    color: #7C7D7E;
}

/* Excluding tax */

.price-excluding-tax {
    display: block;
    color: #999;
    float: right;
    margin-right: 10px;
    padding-top: 11px;
    line-height: 10px;
}
.price-excluding-tax .label {
    white-space: nowrap;
    color: #999;
}
.price-excluding-tax .price {
    font-weight: normal;
    color: #7C7D7E;
}

/* Including tax */

.price-including-tax {
    display: block;
    float: left;
    margin-right: 10px;
}
.price-including-tax .label {
    white-space: nowrap;
    color: #6F6F71;
    font-size: 18px;
    display: none;
}

.price-including-tax .price {
    font-size: 20px;
    color: #6F6F71;
}

/* Configured price */

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

/* FPT */

.weee {
    display: block;
    color: #444;
}
.weee .price {
    font-weight: normal;
}

/* Excl tax (for order tables) */

.price-excl-tax {
    display: block;
}
.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}
.price-excl-tax .price {
    display: block;
}

/* Incl tax (for order tables) */

.price-incl-tax {
    display: block;
}
.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}
.price-incl-tax .price {
    display: block;
    font-weight: bold;
}

/* Price range */

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

/* Price notice next to the options */

.price-notice {
    color: #999;
    display: block;
    padding: 2px 0;
}
.price-notice .price {
    font-weight: normal;
    color: #2f2f2f;
}

/* Price as configured */

.price-as-configured {
    margin: 0;
}
.price-as-configured .price-label {
    font-weight: normal;
    float: left;
    white-space: nowrap;
}
.price-box-bundle {
    padding: 0;
    margin-top: 10px;
}
.price-box-bundle .price-excluding-tax {
    display: inline-block;
}
.price-box-bundle .price-including-tax {
    display: inline-block;
    float: right;
}
.price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important;
}
.price-box-bundle .price {
    color: #555;
}

/********** Product Prices > */


/* Tier Prices */

.product-pricing,
.tier-prices {
    margin: 70px 0 0;
    padding: 10px;
    background-color: #F2F2F2;
    border: 1px solid #E0E0E0;
    color: #616161;
    font-family: "Helvetica W01 Roman" !important;
    font-size: 14px;
}
.tier-prices li {
    line-height: 1.4;
    /*  background: url(../images/i_tier.gif) no-repeat 0 3px; */
    padding: 2px 0 2px 10px;
}
.tier-prices .benefit,
.tier-prices .benefit .percent {
    font-weight: normal;
    color: #6F6F6F;
    font-family: "Helvetica W01 Bold" !important;
}
.tier-prices .price {
    font-weight: normal;
    color: #6F6F6F;
    font-family: "Helvetica W01 Bold" !important;
}
.tier-prices-grouped li {
    padding: 2px 0;
    color: #e26703;
}
.tier-prices-grouped li .price {
    font-family: "Helvetica W01 Bold" !important;
}

/* Add to Links */

.add-to-links {
    margin: 5px 0 0;
}
.add-to-links .separator {
    display: none;
}

/* Add to Cart */

.add-to-cart label {
    margin-right: 10px;
    font-size: 16px;
    color: #666;
    padding-top: 10px;
    text-align: right;
    font-family: "Helvetica W01 Bold";
    font-weight: normal;
    float: right;
}
.add-to-cart .qty {
    margin-right: 2px;
    border: 1px solid #E4E4E4;
    border-bottom: 3px solid #DCDCDC;
    padding: 6px;
    color: #919195;
    float: right;
    font-size: 16px;
    width: 50px;
    height: 38px;
    margin-top: 2px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Helvetica W01 Bold";
    float: right;
}
.add-to-cart button.button {
    float: left;
    display: none;
}
.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    text-align: right;
}
.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}
.product-view .add-to-cart .paypal-logo {
    margin: 0;
}
.product-options-bottom .add-to-cart button.button {
    display: none;
}

/* info */

.importantInfo {
    background: #EFEFEF;
    position: relative;
    color: #484848;
    padding: 15px;
    margin-top: 40px;
    margin-bottom: 25px;
    border-left: 40px solid #7B7B7B;
    -webkit-box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.44);
}
.importantInfo::after {
    font-family: FontAwesome;
    content: "\F05A";
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 12px;
    left: -30px;
}
.importantInfo h3 {
    font-weight: normal;
    font-family: "Helvetica W01 Bold" !important;
    font-size: 16px;
    color: #6f6f71;
}
.importantInfo p {
    line-height: 20px;
    font-size: 14px;
    font-family: "Helvetica W01 Roman";
}
.importantInfo br {
    clear: both;
}
.importantInfo strong,
.importantInfo b {
    font-weight: normal;
    font-family: "Helvetica W01 Bold" !important;
}
.ccrInfoNotice {
    background: #EFEFEF;
    position: relative;
    color: #484848;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 25px;
    border-left: 40px solid #7B7B7B !important;
    border: 1px solid #DEDEDE;
    -webkit-box-shadow: 0px 5px 12px -7px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 5px 12px -7px rgba(0,0,0,0.44);
    box-shadow: 0px 5px 12px -7px rgba(0,0,0,0.44);
}
.ccrInfoNotice::after {
    font-family: FontAwesome;
    text-shadow: 0 1px 0 #FFF;
    content: "\F05A";
    font-size: 25px;
    position: absolute;
    top: 12px;
    left: -29px;
    color: #fff;
}
.ccrInfoNotice p {
    line-height: 20px;
    font-size: 14px;
    font-family: "Helvetica W01 Roman";
}
.ccrInfoNotice p strong {
    font-weight: normal;
    font-family: "Helvetica W01 Bold" !important;
}
.ccrInfoNotice p a {
    font-weight: normal;
    font-family: "Helvetica W01 Bold" !important;
    color: inherit !important;
}

/* Add to Links + Add to Cart */

.add-to-box {
    margin: 10px 0;
}
.add-to-box .add-to-cart {
    float: left;
    width: 100%;
}
.add-to-box .or {
    float: left;
    font-weight: bold;
    margin: 0 7px;
    color: #666;
}
.add-to-box .add-to-links {
    float: left;
    margin: 0;
    line-height: 1.25 !important;
    text-align: left !important;
}
.add-to-box .add-to-links li {
    display: block !important;
}
.add-to-box .add-to-links li .separator {
    display: none !important;
}
.product-view {
    background: #FFF;
    padding: 10px 10px 10px 0;
}
.product-essential {
    background: #fff;
    padding: 27px;
}
@media (max-width: 1199px) {
    .product-essential {
        padding: 27px 20px;
    }
}
@media (max-width: 869px) {
    .product-essential {
        padding: 0px 6px;
    }
}
.product-essential h2 {
    line-height: 1.35em;
    font-size: 16px !important;
    font-family: "Helvetica W01 Bold";
}
.product-collateral h2 {
    font-weight: bold;
    color: #e26703;
    border-bottom: 1px solid #e5dcc3;
    padding: 0 0 1px;
    margin: 0 0 15px;
}
.product-collateral .box-collateral {
    margin: 0 0 25px;
}
.product-view .product-img-box {
    float: left;
    background: #fff;
    padding-right:25px;
}
.product-view .product-img-box .product-image {
    margin: 0 0 13px;
    text-align: center;
}
.product-view .product-img-box .product-image-zoom {
    position: relative;
    z-index: 9;
}
.product-view .product-img-box .zoom-notice {
    margin: 0 0 5px;
    text-align: center;
    display: none;
}
.product-view .product-img-box .zoom {
    position: relative;
    display: none;
    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 #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 .zoom.disabled {
    -moz-opacity: .3;
    -webkit-opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: .3;
}
.product-view .product-img-box .more-views h2 {
    display: none;
    border-bottom: 1px solid #ccc;
    margin: 0 0 8px;
    text-transform: uppercase;
}
.product-view .product-img-box .more-views li {
    float: left;
    margin: 0 14px 8px 0;
}
@media (max-width: 869px) {
    .product-view .product-img-box .more-views li {
        width: 23%;
        margin: 0 1% 2% 1%;
    }
    .product-view .product-img-box .more-views li a {
        width: 100%!important;
        max-width: 95px;
        height: auto!important;
    }
    .product-view .product-img-box .more-views li a img {
        width: 100%;
        height: auto;
    }
}
.product-view .product-img-box .more-views li a {
    float: left;
    /* width: 95px; */
    /* height: 95px; */
    overflow: hidden;
}
.product-view .product-img-box .more-views li.last {
    margin-right: 0px;
}
.product-view .product-img-box #axZm-load-container {
    min-height: 438px;
    z-index: 1;
    position: relative;
}
@media (max-width: 869px) {
    .product-view .product-img-box #axZm-load-container {
        max-width: 421px;
        margin: 0 auto;
    }
}
.product-view .mobile-image-box {
    display: none;
}
@media (max-width: 869px) {
    .product-view .mobile-image-box {
        display: block;
        width: 100%;
    }
}
@media (max-width: 869px) {
    .product-view .product-info-box {}
}
.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}
.product-image-popup {
    margin: 0 auto;
}
.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0;
}
.product-image-popup .nav {
    font-weight: bold;
    margin: 0 100px;
    text-align: center;
}
.product-image-popup .image {
    display: block;
    margin: 10px 0;
}
.product-image-popup .image-label {
    font-weight: bold;
    margin: 0 0 10px;
    color: #2f2f2f;
}
#product-media-images .more-views h2,
#product-media-images .more-views .product-image {
    display: none;
}
#product-media-images .more-views li {
    float: left;
    width: 23%;
    margin: 0 1% 2% 1%!important;
}
#product-media-images .more-views li img {
    width: 100%;
    height: auto;
    background-color: #fff;
    border: 2px solid #E5E5E5;
}
#product-media-images.sixteen .more-views li {
    width: 18%;
}
@media (max-width: 991px) {
    #product-media-images.sixteen .more-views li {
        width: 23%;
    }
}

/* Product Shop */

.product-view .product-shop {
    float: right !important;
}
.product-view .product-shop .yotpo {
    clear: none;
    height: 33px;
    margin-top: 15px;
}

.yotpo .text-m {
    font-size: 12px;
}


@media (max-width: 869px) {
    .product-view .product-shop .yotpo {
        height: 23px;
    }
}
.product-view .product-shop .yotpo .yotpo-regular-box {
    border-top: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.product-view .product-shop .yotpo .yotpo-regular-box .questions,
.product-view .product-shop .yotpo .yotpo-regular-box .yotpo-star-distribution {
    display: none;
}
.product-view .product-shop .yotpo .yotpo-regular-box .yotpo-clr {
    clear: none;
}
.col3-layout .product-view .product-shop {
    float: none;
    width: auto;
}
.product-view .product-shop .product-name {
    margin: 0;
}
.product-view .product-shop .product-name h1 {
    margin: 0;
    color: #333;
    line-height: 1.35em;
    font-size: 26px;
    text-transform: uppercase;
    word-break: break-word;
    font-family: "Helvetica W01 Light";
}
@media (max-width: 869px) {
    .product-view .product-shop .product-name h1 {
        font-size: 24px;
        color: #333;
        font-weight: normal;
        padding-top: 10px;
        margin: 15px 0 20px 0;
        font-family: "Helvetica W01 Light";
    }
}
.product-view .product-shop .availability {
    margin: 15px 0 0;
    float: right;
    display: none;
}
.product-view .product-shop .requiredlabel {
    color: #F45130;
    margin: 5px 0;
    display: none !important;
    font-size: 14px;
}
.product-view .product-shop .short-description {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0 0;
    clear: both;
}
@media (min-width: 870px) {
    .product-view .product-shop .short-description .short-description-mobile {
        display: none!important;
    }
}
@media (max-width: 869px) {
    .product-view .product-shop .short-description .mobile-hidden {
        display: none;
    }
}
.product-view .product-shop .short-description .read-more,
.product-view .product-shop .short-description .read-less {
    text-decoration: underline;
}
@media (min-width: 870px) {
    .product-view .product-shop .short-description .read-more,
    .product-view .product-shop .short-description .read-less {
        display: none!important;
    }
}
.product-view .product-shop .short-description .read-more {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #E2E2E2;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
    color: #6D6D6D;
    font-weight: normal;
    margin-top: 15px;
    padding: 5px 0;
    text-transform: uppercase;
    font-family: "Helvetica W01 Bold";
}
.product-view .product-shop .short-description .read-less {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #E2E2E2;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
    color: #6D6D6D;
    font-weight: normal;
    margin-top: 15px;
    padding: 5px 0;
    text-transform: uppercase;
    font-family: "Helvetica W01 Bold";
}
.product-view .product-shop .short-description .std .only-short {
    display: none;
}
.short-description ul li {
     font-family: "Helvetica W01 Light";
}
.product-view .product-shop .price-box {
    margin: 10px 0 0;
    display: block;
}
@media (max-width: 869px) {
    .product-view .product-shop .price-box {
        float: none;
        width: 100%;
    }
}
.product-view .product-shop .price-box.rrp {
    padding: 5px 0 0;
}
.product-view .product-shop .price-box.rrp span {
    font-size: 14px;
    color: #C76200;
    text-decoration: line-through;
}
.product-view .product-shop .price-box.rrp label {
    font-size: 14px;
    color: #999999;
}
.product-view .product-shop .add-to-links {
    margin: 0;
}
.product-view .product-shop .add-to-links {
    font-size: 12px;
    text-align: right;
}
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator {
    display: inline;
}
.product-view .product-shop .add-to-links a {
    color: #7C7D7E !important;
    font-weight: normal !important;
}

/* product videos */

#video_tab {
    font-size: 30px;
    color: #979A9D;
    text-align: left;
    margin: 20px 1%;
}
@media (max-width: 869px) {
    #video_tab {
        background: #b7b8ba;
        border-bottom: 2px solid #6f6f71;
        color: #000;
        text-transform: uppercase;
        margin: 5px -3px 5px -3px;
        padding: 10px 0;
        cursor: pointer;
        text-align: center;
        font-size: 15px;
    }
    #video_tab.active {
        background: #F9DC01;
        color: #000;
        cursor: default;
        border-bottom: 2px solid #E5C600;
    }
}
#product-media-videos #video-container-2 .video-object {
    width: 100% !important;
}
#product-media-videos .more-views {
    float: left;
}
#product-media-videos .more-views ul,
#product-media-videos .more-views ul li {
    float: left;
    margin-top: 5px;
}
#product-media-videos .more-views ul {
    margin-top: 5px;
}
#product-media-videos .more-views ul li {
    margin-right: 5px;
}
#product-media-videos .video-object,
#product-media-videos .video-container-7 {
    width: 100% !important;
    height: 300px !important;
    float: left;
}

/* Product Options */

.product-options {
    position: relative;
    margin-top: 30px;
}
.product-options dt {
    padding: 10px !important;
    font-weight: normal;
    background-color: #A0A7AB;
    position: relative;
}

.product-options dt:after {
    font-family: FontAwesome;
    content: "\f104";
    font-size: 19px;
    color: inherit;
    position: absolute;
    right: 15px;
    top: 6px;
    color: #fff;
}

.product-options dt.ui-state-active {
    background-color: #6E7375;
}

.product-options dt.ui-state-active:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 19px;
    color: inherit;
    position: absolute;
    right: 13px;
    top: 7px;
    color: #fff;
}
.product-options dt label {
    font-size: 14px;
    color: #FFF;
    font-family: Helvetica W01 Bold;
}
.product-options dt label.required em {
    color: #eb340a;
    margin-left: 5px;
    display: none;
}
.product-options dd .qty-holder {
    visibility: hidden;
    padding: 0;
    height: 1px;
    overflow: hidden;
}
.product-options dd .qty-holder label {
    vertical-align: middle;
}
.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #2f2f2f;
}
.product-options dd {
    padding: 5px 10px 15px;
    margin: 0 0 5px;
    border-bottom: 1px solid #e4e4e4;
}
.product-options dl.last dd.last {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 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 {
    width: 99%;
}
.product-options dd .multiselect option {
    border-bottom: 1px dotted #d9e5ee;
    padding: 2px 4px;
}
.product-options ul.options-list {
    margin-right: 5px;
}
.product-options ul.options-list li {
    line-height: 1.5;
    padding: 2px 0;
}
.product-options ul.options-list input.radio {
    float: left;
    margin-top: 3px;
}
.product-options ul.options-list input.checkbox {
    float: left;
    margin-top: 3px;
}
.product-options ul.options-list .label {
    display: block;
    margin-left: 18px;
}
.product-options ul.options-list label {
    font-weight: normal;
    font-size: 14px;
    font-family: "Helvetica W01 Bold";
    color: #636363;
}
.product-options ul.validation-failed {
    padding: 0 7px;
}
.product-options p.note {
    margin: 0;
}
.product-options p.required {
    position: absolute;
    right: 20px;
    top: 20px;
    display: none;
}
.product-options-bottom {
    padding: 25px 0px;
    border: 0px;
}
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: 0;
    color: #e26703;
}
.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0;
}
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
    color: #e26703;
}
.product-options-bottom .price-box {
    float: left;
    margin: 0;
    padding: 0;
}
.product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}
.col3-layout .product-options-bottom .price-box {
    float: none;
    padding: 0 0 5px;
}
.product-options-bottom .price-label {
    float: left;
    padding-right: 5px;
}
.product-options-bottom .price-tax {
    float: left;
}
.product-options-bottom .add-to-cart {
    float: right;
    width: 50%;
}
.product-shop .product-options-bottom {
    margin: 0 0 0 0;
}
.product-shop .product-options-bottom .price-box {
    float: none;
    margin: 0 0 5px;
}
@media (max-width: 869px) {
    .product-shop .product-options-bottom .price-box {
        float: left;
        width: 50%;
    }
}
.product-shop .product-options-bottom .price-label {
    float: none;
    padding-right: 0;
}
.product-shop .product-options-bottom .price-tax {
    float: none;
}
.product-shop .product-options-bottom .add-to-cart-box {
    clear: both;
    float: left;
    padding-top: 12px;
}
.product-shop .product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

/* Grouped Product */

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

/* Block: Description */


/* Block: Additional */

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

/* Block: Upsell */

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

/* Block: Tags */

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

/* Block: Reviews */

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

/* Send a Friend */

.send-friend .form-list {
    width: 615px;
    overflow: hidden;
}
.send-friend .form-list li {
    margin-right: -15px;
}
.send-friend .form-list li p {
    margin: 0 15px 0 0;
}
.send-friend .form-list .field {
    width: 315px;
}
.send-friend .form-list .input-box {
    width: 300px;
}
.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
    width: 294px;
}
.send-friend .form-list li.wide .input-box {
    max-width: 612px;
    width: 100%;
}
.send-friend .form-list li.wide textarea {
    max-width: 609px;
    width: 100%;
}
.send-friend .buttons-set .limit {
    float: right;
    margin: 0 7px 0 0;
    line-height: 21px;
}

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


/* Content Styles ================================================================= */

.product-name {
    margin: 0;
    font-weight: normal;
}
.product-name a {
    color: #7C7D7E;
    text-decoration: none;
    font-size: 12px;
}

/* Product Tags */

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

/* Advanced Search */

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

/* CMS Home Page */


/* Sitemap */

.page-sitemap .links {
    text-align: right;
    margin: 0 8px -22px 0;
}
.page-sitemap .links a {
    text-decoration: none;
    position: relative;
}
.page-sitemap .links a:hover {
    text-decoration: underline;
}
.page-sitemap .sitemap {
    margin: 12px;
}
.page-sitemap .sitemap a {
    color: #1b2d3b;
}
.page-sitemap .sitemap li {
    margin: 3px 0;
}
.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold;
}
.page-sitemap .sitemap li.level-0 a {
    color: #7C7D7E;
}

/* RSS */

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

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


/* Shopping Cart ========================================================================= */

.cart .page-title {
    border-bottom: 0;
    margin: 0 0 12px;
}
@media (max-width: 869px) {
    .cart .page-title {
        margin: 0;
        padding: 0;
    }

    .cart-table .btn-update {
            display: none;
        text-decoration: none;
        font-family: "Helvetica W01 Roman";
        color: #2F2F2F;
        font-weight: normal;
        font-size: 14px;
        background-color: #F9F9F9;
        border: 1px solid #ccc;
        border-radius: 4px;
        min-width: 90px;
        margin-bottom: 4px;


    }
}
.cart .page-title h1 {
    margin: 10px 0 0;
    text-transform: uppercase;
}
@media (max-width: 869px) {
    .cart .page-title h1 {
        margin: 0;
        padding: 0;
    }
}
.cart {
    float: left;
    margin: 15px 0 20px 0;
}
@media (max-width: 991px) {
    .cart {
        padding: 20px 0;
    }
}
.cart h2.items-title {
    margin-top: 15px;
}

.cart_addremove a {
    display: block;
    text-decoration: none;
    font-family: "Helvetica W01 Roman";
    color: #2F2F2F;
    font-weight: normal;
    font-size: 14px;
    background-color: #F9F9F9;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width: 90px;
    margin-bottom: 4px;
    height: 30px;
}

.cart_addremove a .fa { padding-right:5px; }

.cart_addremove a:hover {
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /*IE8*/
    opacity: 0.8;
}
@media (max-width: 869px) {
    .cart-collaterals a.checkoutbttn,
    .shop-range-block a.yellow-button {
        height: auto !important;
    }
    .cart-collaterals .one-third.column img {
        padding-left: 12px !important;
        padding-top: 20px;
        margin: 9px auto 0;
        display: block;
        text-align: center;
    }
}

/* Checkout Types */

.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}
.cart .title-buttons .checkout-types {
    /*display: none;*/
    list-style: none;
}
.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}
.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}
.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    line-height: 1.0;
}

/* Shopping Cart Table */

.cart-table th {
    padding: 2px 10px;
}
.cart-table .subt {
    width: 150px;
}
.cart-table td {
    padding: 10px;
}
.cart-table .product-name {
    font-weight: normal;
    margin: 0 0 5px;
    font-family: Helvetica W01 Roman;
}
.cart-table .product-name a {
    color: #656565;
}
.cart-table .item-msg {
    margin: 5px 0;
    font-weight: bold;
    color: #df280a;
}
.cart-table tfoot td {
    padding: 5px 10px;
}
.cart-table .btn-continue {
    float: left;
}
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span {
    border-color: #406a83;
    background: #618499;
}

.cart-table .btn-update span {
    display: block;
    text-decoration: none;
    font-family: "Helvetica W01 Roman";
    color: #2F2F2F;
    font-weight: normal;
    font-size: 14px;
    background-color: #F9F9F9;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width: 90px;
    margin-bottom: 4px;
    height: 30px;
    line-height: 28px;
}

.cart-table .btn-update span .fa {
    padding-right:5px;
    }

.cart_addremove .btn-update {
    background:none;
}

.cart-table .btn-update:hover span,
.cart-table .btn-empty:hover span {
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /*IE8*/
    opacity: 0.8;
}
.cart td.quty {
    width: 160px!important;
}
@media (max-width: 869px) {
    .cart td.quty {
        padding: 10px 0;
        width: 45px!important;
    }
}
@media (max-width: 869px) {
    
    .cart td.no-side-padding {
        padding: 10px 0 !important;
    }
    
    .cart #shopping-cart-table tbody td {
        padding: 10px 10px !important;
        display: block;
    }
    
}
.cart td.quty input {
    float: left;
    margin-left: 3px;
}
.cart .input-text.qty {
    border: 1px solid #CCC;
    border-radius: 4px;
    height: 30px;
    left: 20px;
    text-align: center;
    position: absolute;
    /* padding: 0 10px; */
    width: 40px !important;
    font-family: "Helvetica W01 Roman";
}
.minusQty,
.addQty {
    text-indent: -9999px;
    background: url('../images/qtybttns.png') 0 0 no-repeat;
    height: 13px;
    width: 13px;
}
.minusQty {
    background-position: 0 -13px !important;
    height: 13px;
    width: 13px;
}

/* Shopping Cart Collateral boxes */

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

/* Discount Codes & Estimate Shipping and Tax Boxes */

.cart .discount {
    margin: 0 0 18px;
}
@media (max-width: 869px) {
    .cart .discount {
        margin: 20px 0;
    }
}
.cart .shipping {
    border: 1px solid #d0cbc1;
    background: #ffffff url(../images/bkg_block-title.gif) 0 0 repeat-x;
    padding: 12px 15px;
    margin: 0 0 18px;
}
.cart .shipping h2 {
    background-position: 0 0;
    font-weight: bold;
    line-height: 16px;
    background-repeat: no-repeat;
    padding: 0 0 0 21px;
    color: #e26703;
    text-transform: uppercase;
}
.cart .discount h2 {
    background: none;
    line-height: 16px;
    text-transform: uppercase;
}
.cart .discount button span,
.cart .shipping button span {
    border-color: #406a83;
    background: #618499;
}
.cart .discount .buttons-set,
.cart .shipping .buttons-set {
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    text-align: left;
}
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
    float: none;
    margin-left: 0;
}
@media (max-width: 869px) {
    .cart .discount .buttons-set button.button,
    .cart .shipping .buttons-set button.button {
        width: 100%;
    }
}
#empty_cart_button {
    display: none;
}
.cart .discount .input-box {
    margin: 8px 0 0;
    width: 260px;
}
@media (max-width: 869px) {
    .cart .discount .input-box {
        width: 100%;
    }
}
.cart .discount input.input-text {
    width: 254px;
}
@media (max-width: 869px) {
    .cart .discount input.input-text {
        width: 100%;
    }
}
.cart .shipping h2 {
    background-image: url(../images/i_shipping.gif);
}
.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 5px 0 0;
    background: url(../images/bkg_divider1.gif) 0 0 repeat-x;
}
.cart-collaterals {
    margin-bottom: 15px;
}
.cart-collaterals .one-third.column img {
    padding-left: 20px;
    /* vertical-align: middle; */
    margin-top: -5px;
}
.cart-collaterals .paymentlogos {
    width: auto !important;
    margin: 0px;
}
.cart-collaterals a.checkoutbttn, .cart-collaterals a.checkoutbttn span {
    font-size: 14px;
    text-align: center;
    display: block;
    font-family: "Helvetica W01 Roman";
}
.cart-collaterals button.button {
    height: 48px !important;
    padding: 0px !important;
}
.cart-collaterals button.button,
.cart-collaterals button.button span {
    width: 100%;
    display: inline-block;
    height: 48px;
    background: #b8b9bb;
    border-bottom: 0px solid #777777;
    text-transform: uppercase;
    color: #000;
    padding: 0px 0 0px;
}
.cart-collaterals button.button span span {
    padding: 0;
    font-size: 14px;
    border: 0px !important;
    height: 48px;
    display: inline-block;
    line-height: 48px;
}
.cart-collaterals button:hover.button span {
    border-bottom: 2px solid #b8b9bb;
    color: #fff;
    background: #777777;
}

/* Shopping Cart Totals */

.cart .totals {
    float: right;
    width: 268px;
}
@media (max-width: 869px) {
    .cart .totals {
        width: 100%;
        float: none;
    }
}
.cart .totals table {
    width: 100%;
    margin: 7px 0;
}
.cart .totals td {
    padding: 1px 0 1px 7px;
}
.cart .totals tfoot th {
    padding: 5px 15px 5px 7px;
}
.cart .totals tfoot td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.cart .totals .checkout-types {
    display: none;
    padding: 8px 15px 15px;
    text-align: right;
}
.cart .totals .checkout-types li {
    clear: both;
    margin: 10px 0;
}

/* Options Tool Tip */

.item-options dt {
    font-weight: normal;
    font-family: Helvetica W01 Roman;
    font-style: italic;
}
.item-options dd {
    padding-left: 10px;
    margin: 0 0 6px;
}
.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%;
}
.checkout-cart-index .item-options dt {
    float: left;
    padding-right: 5px;
}
.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px;
}
.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

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


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


/********** < Common Checkout Styles */


/* Shipping and Payment methods */

.sp-methods {
    margin: 0 0 8px;
}
.sp-methods dt {
    margin: 13px 0 10px;
    font-weight: normal;
    font-family: "Helvetica W01 Bold";
    color: #606868;
    font-size: 16px;
}
. .sp-methods dd li {
    margin: 5px 0;
}
.sp-methods label {
    font-family: "Helvetica W01 Roman";
    color: #666;
    line-height: 2;
}
.sp-methods .price {
    font-family: "Helvetica W01 Bold"; 
}
.sp-methods .form-list {
    padding-left: 20px;
}
.sp-methods .form-list li {
    margin: 0 0 8px;
}
.sp-methods select.month {
    width: 154px;
    margin-right: 10px;
}
.sp-methods select.year {
    width: 92px;
}
.sp-methods input.cvv {
    width: 3em !important;
}
.sp-methods .checkmo-list li {
    margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right;
}
.sp-methods .checkmo-list address {
    float: left;
}
.sp-methods .centinel-logos a {
    margin-right: 3px;
}
.sp-methods .centinel-logos img {
    vertical-align: middle;
}
.sp-methods .release-amounts {
    margin: 0.5em 0;
}
.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}
@media (max-width: 869px) {
    .sp-methods .paymentsage .v-fix {
        width: 50%;
    }
    .sp-methods .paymentsage .v-fix select {
        width: 95%;
    }
    .sp-methods .paymentsage .v-fix select.month {
        margin: 0;
    }
    .sp-methods .paymentsage .v-fix select.year {
        float: right;
    }
}
.please-wait {
    float: right;
}
.please-wait img {
    vertical-align: middle;
}
.cvv-what-is-this {
    font-size: 11px;
    cursor: help;
    margin-left: 10px;
}

/* Tooltip */

.tool-tip {
    border: 1px solid #7BA7C9;
    background: #EAF6FF;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999;
}
@media (max-width: 869px) {
    .tool-tip {
        position: fixed;
        top: 120px!important;
        left: 50%;
        margin-left: -48%;
        width: 96%;
    }
}
.tool-tip .btn-close {
    margin: -9px -14px 0;
    text-align: right;
}
.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}
.tool-tip .tool-tip-content {
    padding: 5px;
}
@media (max-width: 869px) {
    .tool-tip .tool-tip-content {
        max-width: 100%;
        text-align: center;
    }
    .tool-tip .tool-tip-content img {
        max-width: 100%;
        height: auto;
    }
}

/* Gift Messages */

.gift-messages h3 {
    font-weight: bold;
    color: #e87403;
}
.gift-messages p.control {
    color: #8e8d8b;
}
.gift-messages-form {
    position: relative;
}
.gift-messages-form label {
    float: none !important;
    position: static !important;
}
.gift-messages-form h4 {
    font-weight: bold;
    color: #e87403;
}
.gift-messages-form .whole-order {
    margin: 0 0 25px;
}
.gift-messages-form .item {
    margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px;
}
.gift-messages-form .item .product-image {
    margin: 0 0 7px;
}
.gift-messages-form .item .number {
    margin: 0;
    font-weight: bold;
    text-align: center;
    color: #8a8987;
}
.gift-messages-form .item .details {
    margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
    font-weight: bold;
    margin: 0 0 10px;
}
.gift-messages-form .item .details .form-list .field {
    width: 255px;
}
.gift-messages-form .item .details .form-list .input-box {
    width: 240px;
}
.gift-messages-form .item .details .form-list input.input-text {
    width: 234px;
}
.gift-messages-form .item .details .form-list li.wide .input-box {
    max-width: 500px;
    width: 100%;
}
.gift-messages-form .item .details .form-list li.wide textarea {
    max-width: 494px;
    width: 100%;
}
.gift-message-link {
    background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
    padding-right: 7px;
}
.gift-message-link.expanded {
    background-position: 100% -40px;
}
.gift-message-row {
    background: #f2efe9;
}
.gift-message-row .btn-close {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

/* Checkout Agreements */

.checkout-agreements li {
    margin: 30px 0;
}
.checkout-agreements .agreement-content {
    overflow: auto;
    height: 12em;
    padding: 10px;
    background-color: #fbfaf6;
    border: 1px solid #bbb6a5;
}
.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
    margin-right: 6px;
}
.checkout-agreements .agree label {
    font-weight: bold;
    color: #666;
}
.opc .checkout-agreements {
    border: 1px solid #d9dde3;
    border-width: 0 1px;
    padding: 5px 30px;
}
.opc .checkout-agreements li {
    margin: 20px 0 0;
}
.opc .checkout-agreements .agreement-content {
    background-color: #fff;
    border-color: #e4e4e4;
    padding: 5px;
}
.opc .checkout-agreements .agree {
    padding-left: 6px;
}

/* Centinel */

.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff;
}
.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.opc .centinel {
    border: 1px solid #bbb6a5;
    border-width: 0 1px 1px;
    padding: 10px 30px;
}

/* Generic Info Set */

.info-set {
    margin-bottom: 50px;
    background-color: #FFF;
    padding: 20px;
    -webkit-box-shadow: 0 4px 7px rgba(71,73,72,0.06);
    -moz-box-shadow: 0 4px 7px rgba(71,73,72,0.06);
    box-shadow: 0 4px 7px rgba(71,73,72,0.06);
    border: 1px solid #E4E4E4;
}
.info-set h2 {
    font-weight: bold;
    margin: 0 0 10px;
}
.info-set h3,
.info-set h4 {
    font-weight: normal;
    color: #656565;
    font-family: "Helvetica W01 Roman";
    font-size: 16px;
}
.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
    font-weight: normal;
}
.info-set .box-content {
    font-size: 14px;
}
.info-set h2.legend {
    margin: -20px 0 15px;
    padding: 15px 0px;
    border-bottom: 1px solid #F1F1F1;
    position: relative;
    font-size: 16px;
    color: #5F5F5F;
    font-weight: normal !important;
    font-family: "Helvetica W01 Bold";
}
.info-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c;
}
.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}
.info-set .box {
    margin: 0 0 15px;
}
.info-set .box h2 {
    color: #e26703;
}
.info-set .data-table .product-name {
    font-weight: normal;
    color: #4F4F4F !important;
    font-family: "Helvetica W01 Bold";
}
.info-set .data-table .product-name a {
    font-weight: bold !important;
}
.info-set .data-table .item-options {
    margin: 5px 0 0;
}

/********** Common Checkout Styles > */


/* One Page Checkout */

.block-progress {
    border: 0;
    margin: 0px 0 0 0;
    padding: 10px;
    border-radius: 5px;
}
@media (max-width: 869px) {
    .block-progress {
        display: none;
    }
}
.block-progress .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0px 0 0px;
}
.block-progress .block-title strong {
    color: #0a263c;
}
.block-progress .block-content {
    background: none;
}
.block-progress dt {
    font-weight: normal;
    font-family: Helvetica W01 Roman;
    line-height: 1.35;
    border: 0px solid #A3AEB3;
    margin: 0 0 6px;
    padding: 2px 8px;
    color: #696969;
}
.block-progress dd {
    background: #FFF;
    border: 1px solid #E2E2E2;
    padding: 10px;
    margin: 0 0 6px;
    border-radius: 4px;
    font-size: 14px;
}

.opc-block-progress a {
    text-decoration: none;
    color: #03A9F4;
    font-family: "Helvetica W01 Roman";
}

.block-progress dt.complete {
    margin: 0;
    color: #444;
    line-height: 52px;
    font-size: 14px;
    white-space: nowrap;
}
.block-progress p {
    margin: 0;
}
.block-progress .cards-list dt {
    background: none;
    border: 0 none;
    color: inherit;
    margin: 5px 0;
    padding: 0;
}
.block-progress .cards-list dd {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.block-progress .cards-list .info-table th {
    font-weight: normal;
}
.opc {
    position: relative;
    font-size: 14px;
    margin-bottom: 50px;
}
.opc .buttons-set {
    margin-top: 0;
    padding-top: 2em;
}
.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
}
@media (max-width: 869px) {
    .opc .buttons-set p.required {
        float: right;
    }
}
@media (max-width: 869px) {
    .opc .buttons-set .back-link {
        margin-bottom: 10px;
    }
}
.opc .buttons-set .back-link small {
    display: none;
}

.opc .buttons-set .back-link a {
    color: #03A9F4;
    font-family: "Helvetica W01 Roman";
    text-decoration: none;
}

.opc .buttons-set .back-link a:before {
    content: "\f139";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 15px;
    vertical-align: baseline;
    text-decoration: none;
}

.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px;
}
.opc .buttons-set.disabled button.button {
    display: none;
}
.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}
.opc li.section .allow .active {
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.6);
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.6);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.6);
}
.opc .step-title {
    background: #919195 url(../img/checkout-icon-light.png) 17px 50% no-repeat;
    padding: 10px 10px 10px 40px;
    text-align: right;
    border-bottom: 2px solid #666;
    border-top: 1px solid #9f9f9f;
}
.opc .step-title .number {
    font-weight: bold;
    float: left;
    background: #fff;
    border: 1px solid #fff;
    padding: 0 4px;
    margin: 0 5px 0 0;
    color: #999;
    display: none;
}
.opc .step-title h2 {
    float: left;
    margin: 0;
    color: #FFF;
    font-weight: normal;
    line-height: 38px;
    font-family: Helvetica W01 Light;
    font-size: 22px !important;
    padding-left: 10px;
}
.opc .step-title a {
    display: none;
    float: right;
    line-height: 16px;
}
.opc .step-title {
    background: #E4E4E4 17px 50% no-repeat;
    padding: 10px 10px 10px 10px;
    text-align: right;
    border-bottom: 0px solid #666;
    border-top: 1px solid #D5DADB;
}
.opc .step-title .number {
    font-weight: bold;
    float: left;
    background: #fff;
    border: 1px solid #fff;
    padding: 0 4px;
    margin: 0 5px 0 0;
    color: #999;
    display: none;
}
.opc .step-title h2 {
    float: left;
    margin: 0;
    color: #596262;
    font-weight: normal;
    line-height: 38px;
    font-family: Helvetica W01 Light;
    font-size: 22px !important;
    padding-left: 10px;
}

.opc .step-title h2::before {
    font-family: FontAwesome;
    color:inherit;
    font-size:inherit;
    content:"\f1db";
    padding-right: 10px;
}

.opc .step-title a {
    display: none;
    float: right;
    line-height: 16px;
}
.opc .allow .step-title {
    color: #FFF !important;
    font-size: 22px;
    cursor: pointer;
    background: #929292;
}
.opc .allow .step-title .number {
    background: #dbe6eb;
    border-color: #dbe6eb;
    color: #a4b3b9;
    display: none;
}
.opc .allow .step-title h2 {
    color: #fff;
    font-size: 16px;
}

.opc .allow .step-title h2::before {
    font-family: FontAwesome;
    color:inherit;
    font-size:inherit;
    content:"\f058";
    padding-right: 10px;
}

.opc .active .step-title {
    background: #F7F7F7;
    border-bottom: 1px solid #D5DADB;
    padding-bottom: 10px;
    color: #262624;
    cursor: default;
}

.opc .active .step-title h2::before {
    font-family: FontAwesome;
    color:inherit;
    font-size:inherit;
    content:"\f1db";
    padding-right: 10px;
}


.opc .active .step-title .number {
    background: #FFF;
    color: #000;
    font-size: 14px;
    border: none;
    display: none;
}
.opc .active .step-title h2 {
    color: #596262;
    font-weight: normal;
    font-family: Helvetica W01 Light;
    font-size: 22px;
    line-height: 37px;
}
.opc .step {
    border: 0px solid #BBAFA0;
    border-top: 0;
    background: #FFF;
    padding: 15px 30px;
    position: relative;
    font-size: 16px;
}
@media (max-width: 869px) {
    .opc .step {
        padding: 10px;
    }
    .opc .step .buttons-set {
        padding: 10px 0;
    }
    .opc .step .buttons-set button.button {
        width: 100%;
        float: none;
        margin: 0;
    }
}
.opc .step .tool-tip {
    right: 30px;
}
.checkout-review-table-wrapper {
    border-left: 1px solid #e4e4e4;
}
.checkout-review-table {
    margin-top: 20px;
}
#opc-login .buttons-set {
    border-top: 0;
}

#review_button span {
    padding: 12px 30px;
    font-family: "Helvetica W01 Roman";
    font-size: 13px;
}

#opc-login h3 {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 14px;
    margin-bottom: 14px;
    font-family: "Helvetica W01 Roman";
    color: #000;
    font-weight: normal;
    font-size: 18px!important;
}
@media (max-width: 869px) {
    #opc-login h3 {
        font-size: 15px!important;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
}
#opc-login h4 {
    margin: 0;
    font-family: "Helvetica W01 Roman";
    color: #000;
    font-weight: normal;
    font-size: 16px!important;
    padding: 10px 0;
}
@media (max-width: 869px) {
    #opc-login .col2-set .col-1,
    #opc-login .col2-set .col-2 {
        width: 100%;
        float: none;
        margin: 0;
    }
}

#opc-login p {
        padding: 10px 0;
}

#opc-login .form-list li {
    margin: 8px 0 8px;
}

#opc-shipping_method .buttons-set {
    border-top: 0;
}
.opc .gift-messages-form {
    margin: 0 -30px;
    background: #f6f1eb;
    border: 1px solid #e9e4de;
    border-width: 1px 0;
    padding: 22px 24px 22px 30px;
}
.opc .gift-messages-form .inner-box {
    padding: 5px;
    height: 260px;
    overflow: auto;
}
#opc-review .step {
    border: 0;
    padding: 30px;
}
@media (max-width: 869px) {
    #opc-review .step {
        padding: 0 10px;
    }
}
#opc-review .product-name {
    font-weight: normal;
    font-family: Helvetica W01 Roman;
    color: #0a263c;
}
#opc-review .item-options {
    margin: 5px 0 0;
}
@media (max-width: 869px) {
    #opc-review .item-options {
        margin: 5px 0 0 30px;
    }
}
#opc-review .buttons-set {
    padding: 20px 10px 20px 30px;
    border: 0px solid #d9dde3;
}
@media (max-width: 869px) {
    #opc-review .buttons-set {
        padding: 20px 0;
    }
}
#opc-review .buttons-set p {
    margin: 0;
    line-height: 40px;
}
#opc-review .buttons-set .please-wait {
    height: 40px;
    line-height: 40px;
}
#opc-review .authentication {
    margin: 0 auto;
    width: 570px;
}
#opc-review .warning-message {
    color: #222;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 0;
}
@media (max-width: 869px) {
    #opc-review #checkout-review-table th {
        text-transform: none;
        padding-bottom: 5px;
        border-bottom: 1px solid #ff871e!important;
    }
    #opc-review #checkout-review-table tbody td {
        border-bottom: 1px solid #ffd3a5!important;
        padding: 8px;
    }
    #opc-review #checkout-review-table .item-options.only-mobile dt {
        float: left;
        padding: 0 5px;
    }
}
#opc-review #checkout-review-table-mobile {
    margin-top: 0;
}
#opc-review #checkout-review-table-mobile td {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffd3a5!important;
}
#opc-review #checkout-review-table-mobile td:first-child {
    width: 100%;
    padding-right: 25px;
}
#opc-review #checkout-review-table-mobile tr:last-child td {
    border-bottom: 1px solid #ff871e!important;
}

/* Multiple Addresses Checkout */
.checkout-progress {
    padding: 0 90px;
    margin: 0 0 20px;
}
.checkout-progress li {
    float: left;
    width: 19%;
    margin: 0 3px 0 0;
    border-top: 10px solid #999;
    padding: 2px 0 0;
    font-weight: bold;
    text-align: center;
    color: #abb5ba;
}
.checkout-progress li.active {
    border-top-color: #e96200;
    color: #e96200;
}
.multiple-checkout h2 {
    font-weight: bold;
    margin: 0 0 10px;
}
.multiple-checkout h3,
.multiple-checkout h4 {
    font-weight: bold;
    color: #E26703;
}
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
    font-weight: normal;
}
.multiple-checkout .data-table .product-name {
    font-weight: bold !important;
    color: #7C7D7E !important;
}
.multiple-checkout .data-table .product-name a {
    font-weight: bold !important;
}
.multiple-checkout .data-table .item-options {
    margin: 5px 0 0;
}
.multiple-checkout .gift-messages {
    margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 20px;
}
.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
    background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px;
}
.multiple-checkout .col2-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative;
}
.multiple-checkout .col2-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c;
}
.multiple-checkout .col2-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}
.multiple-checkout .box {
    margin: 0 0 15px;
}
.multiple-checkout .box h2 {
    color: #e26703;
}
.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 27px 7px 0 0;
}
.multiple-checkout .place-order .grand-total {
    float: right;
    height: 71px;
    font-size: 1.5em;
    padding: 0 0 0 21px;
    background: url(../images/bkg_grand-total.gif) 0 0 no-repeat;
    overflow: hidden;
}
.multiple-checkout .place-order .grand-total .inner {
    float: left;
    height: 57px;
    padding: 14px 21px 0 0;
    background: url(../images/bkg_grand-total.gif) 100% 0 no-repeat;
}
.multiple-checkout .place-order .grand-total .inner div {
    display: inline;
}
.multiple-checkout .place-order .grand-total big {
    display: inline;
    margin-right: 12px;
}
.multiple-checkout .place-order .grand-total .price {
    color: #E26703;
}
.multiple-checkout .place-order .grand-total button.button span span {
    padding: 0 45px 0 36px;
}

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

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

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

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

/* Account Login/Create Pages ============================================================ */
.account-login {
    margin: 40px 0 15px;
}
@media (max-width: 869px) {
    .account-login .page-title {
        margin: 0;
    }
    .account-login {
        margin: 0 0 15px;
    }
}
.account-login .content {
    min-height: 400px;
    padding: 20px;
    background: #FFF;
    font-size: 16px;
    line-height: 28px;
    -webkit-box-shadow: 0 4px 7px rgba(71,73,72,0.06);
    -moz-box-shadow: 0 4px 7px rgba(71,73,72,0.06);
    box-shadow: 0 4px 7px rgba(71,73,72,0.06);
    border: 1px solid #E4E4E4;
}
@media (max-width: 869px) {
    .account-login .content {
        min-height: 10px;
    }
}
.account-login .content h2 {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 24px;
    padding: 0 0 10px 0px;
    border-bottom: 1px solid #E8E8E8;
    background-position: 0 1px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-family: "Helvetica W01 Light";
    color: #1F1F1F;
}
@media (max-width: 869px) {
    .account-login .registered-users p.required {
        float: right;
        margin: 0;
    }
}
.account-login .buttons-set {
    margin: 0;
    padding: 8px 0;
}
@media (max-width: 869px) {
    .account-login .buttons-set {
        border: 0;
        padding: 10px 0;
    }
}
.account-create {
    line-height: 28px;
    font-size: 14px;
    background-color: #FFF;
    padding: 20px;
    color: #6F6F71;
    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
}
.account-create strong,
.account-create b {
    font-family: Helvetica W01 Roman;
    font-weight: normal;
}
.account-create h2 {
    font-size: 18px;
    border-bottom: 1px solid #CCC;
    margin-top: 20px;
    margin-bottom: 10px;
}
.account-create p,
.account-create i {
    font-family: Helvetica W01 Roman;
    font-size: 16px;
}
.account-create strong {
    font-family: "Helvetica W01 Bold" !important;
    font-size: 16px;
}

/* Captcha ================================================================================ */
.captcha-note {
    clear: left;
    padding-top: 5px;
}
.captcha-image {
    float: left;
    display: inline;
    margin: 0;
    position: relative;
    width: 258px;
}
.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%;
}
.registered-users .captcha-image {
    margin: 0;
}
.captcha-reload {
    cursor: pointer;
    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 label {
    float: none;
    margin: 0 6px;
}
.remember-me-popup {
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    position: fixed;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    -box-shadow: 0 0 6px #ccc;
    z-index: 1000;
}
@media (max-width: 480px) {
    .remember-me-popup {
        width: 300px;
        margin: -85px 0 0 -150px;
    }
}
.remember-me-popup h3 {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}
.remember-me-popup .remember-me-popup-head {
    position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-body {
    padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
    font-weight: bold;
    line-height: 19px;
    display: inline-block;
    height: 19px;
    border: 1px solid #de5400;
    background: #262624;
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}

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

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}
.my-account {
    font-size: 16px;
    margin-bottom: 50px;
    padding: 0 20px 30px 20px;
}

/********** < Dashboard */
.dashboard .welcome-msg {
    margin: 0 0 21px 0;
    padding: 0px 0 0 13px;
    font-size: 16px;
    line-height: 28px;
    color: #525252;
    font-family: "Helvetica W01 Roman";
}
.dashboard .welcome-msg > p {
    font-family: "Helvetica W01 Roman";
}
.dashboard .welcome-msg p {
    margin: 10px 0 0 0;
}
.dashboard .col2-set {
    margin: 50px 0 15px;
}

/* General Box */
.box-account {
    /* background: #FFF; */
    
    margin: 10px 0 20px;
    font-size: 14px !important;
    line-height: 28px;
    color: #6F6F71;
}
.box-recent {
    margin-bottom: 50px;
    background-color: #FFF;
    padding: 20px;
    /* border-radius: 5px; */
    /* border-bottom: 2px solid #E5E5E5; */
    
    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    border-top: 5px solid #D6D6D6;
    border-radius: 3px 3px 0 0;
}
.box-account .box {
    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    border-top: 5px solid #D6D6D6;
    border-radius: 3px 3px 0 0;
    background-color: #FFF;
    font-family: "Helvetica W01 Roman";
    padding: 18px;
    min-height: 190px;
}
.box-account .box p {
    font-family: "Helvetica W01 Roman";
}
.box-account .box address {
    line-height: 150%;
    font-size: 14px;
    background-color: #FFF;
    border-radius: 5px;
    padding: 10px;
    color: #464646;
    font-family: "Helvetica W01 Roman";
    font-weight: normal;
}
.box-account .box address a,
.box-content a {
    color: #F08C1F;
    font-family: "Helvetica W01 Bold";
    font-weight: normal;
    text-decoration: none;
    line-height: 34px;
}
@media (max-width: 869px) {
    .box-account .box-head {
        padding: 0 0 10px 0;
    }
}
.box-account .box-head a {
    float: right;
    margin-top: -36px;
    margin-right: 3px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Helvetica W01 Roman";
}
.box-account .box-head h2 {
    float: left;
    margin: 0 0 0 0;
    border-bottom: 1px solid #d9dde3;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 28px !important;
    width: 100%;
}
@media (max-width: 869px) {
    .box-account .box-head h2 {
        font-size: 18px !important;
    }
}
.box-account.box-recent .box-head {
    padding: 0 0 10px 0;
}
@media (max-width: 991px) {
    .box-account.box-info .col2-set.sm-col .col-1,
    .box-account.box-info .col2-set.sm-col .col-2 {
        float: none;
        width: 100%;
        margin: 0 0 15px 0;
    }
}
@media (max-width: 869px) {
    .box-account.box-info .col2-set .col-1,
    .box-account.box-info .addresses-list .col-1,
    .box-account.box-info .col2-set .col-2,
    .box-account.box-info .addresses-list .col-2 {
        float: none;
        width: 100%;
        margin: 0 0 15px 0;
    }
}
.dashboard .box .box-title {
    padding: 0 0 2px;
    margin: 0 0 8px;
    text-align: right;
    border-bottom: 1px solid #EAEAEA;
}
.dashboard .box .box-title h3 {
    float: left;
    font-weight: normal;
    margin: 0;
    font-size: 19px;
    text-transform: uppercase;
}
@media (max-width: 869px) {
    .dashboard .box .box-title h3 {
        font-size: 16px !important;
    }
}
.dashboard .box .box-title h4 {
    float: left;
    font-weight: normal;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
}

/* Block: Recent Orders */

/* Block: Account Information */
.dashboard .box-info .box-head h2 {
    font-size: 28px;
}
.dashboard .box-info h4 {
    font-weight: normal;
    font-family: Helvetica W01 Roman;
    font-size: 16px;
    text-transform: uppercase;
}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {
    background-image: url(../images/i_ma-reviews.gif);
}
.dashboard .box-reviews .number {
    float: left;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}
.dashboard .box-reviews .details {
    margin-left: 20px;
}
.dashboard .box-reviews li.item {
    margin: 0 0 7px;
}
.dashboard .box-reviews li.item.last {
    margin: 0;
}
.dashboard .box-reviews .ratings {
    margin: 7px 0 0;
}

/* Block: Tags */
.dashboard .box-tags .box-head h2 {
    background-image: url(../images/i_ma-tags.gif);
}
.dashboard .box-tags .number {
    float: left;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}
.dashboard .box-tags .details {
    margin-left: 20px;
}
.dashboard .box-tags li.item {
    margin: 0 0 7px;
}
.dashboard .box-tags li.item.last {
    margin: 0;
}
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
    display: inline;
}

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

/* Address Book */
.addresses-list h2 {
    font-weight: normal;
    font-family: Helvetica W01 Roman;
    color: #8B8B8B;
    text-transform: uppercase;
    font-size: 18px !important;
}
.addresses-list h3 {
    /* font-weight: bold; */
    
    color: #676767 !important;
    font-size: 15px !important;
    font-family: "Helvetica W01 Roman";
}
.addresses-list address {
    margin: 0 0 3px;
    font-size: 14px;
}
.addresses-list p {
    margin: 0;
}
.addresses-list a {
    font-family: "Helvetica W01 Roman";
    line-height: 27px;
}
.addresses-list .link-remove {
    color: #646464;
}
.addresses-list .separator {
    margin: 0 3px;
}
.addresses-list li.item {
    margin-bottom: 25px;
    background-color: #FFF;
    padding: 20px;
    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    border-top: 5px solid #D6D6D6;
    border-radius: 3px 3px 0 0;
}
.addresses-list li.empty {
    background: none;
    border: 0;
    padding: 0;
}
.addresses-list li.empty p {
    font-weight: normal;
    font-family: Helvetica W01 Roman;
    font-size: 14px;
}
.addresses-list .addresses-additional li.item {
    background: none;
    border: 0;
    padding: 0;
    margin-bottom: 25px;
    background-color: #FFF;
    padding: 20px;
    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    border-top: 5px solid #D6D6D6;
    border-radius: 3px 3px 0 0;
}

/* Order View */
.order-info {
    background: #dee5e8;
    border: 1px solid #d0cbc1;
    padding: 4px 8px;
    margin: 0 0 8px;
    display: none;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}
.order-info .current {
    font-weight: normal;
    font-family: Helvetica W01 Roman;
}
.order-info li {
    margin: 0 3px;
}
.order-date {
    margin: 10px 0;
}
.order-info-box {
    margin-bottom: 25px;
    background-color: #FFF;
    padding: 20px;
    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    border-top: 5px solid #D6D6D6;
    border-radius: 3px 3px 0 0;
}
.order-info-box h2 {
    font-weight: bold;
}
.order-info-box .box-payment p {
    margin: 0 0 3px;
}
.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px;
}
.order-items {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 25px;
    background-color: #FFF;
    padding: 20px;
    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    border-top: 5px solid #D6D6D6;
    border-radius: 3px 3px 0 0;
}
.order-items h2,
.order-items h3 {
    clear: none;
    color: #656565;
    font-size: 18px !important;
    text-transform: uppercase;
    font-family: "Helvetica W01 Bold";
}
.order-items .product-name {
    font-weight: normal !important;
    font-family: "Helvetica W01 Roman";
}
.order-items .link-print {
    color: #7C7D7E;
    font-weight: normal;
}
.order-items .order-links {
    text-align: right;
}
.order-additional {
    margin: 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
    color: #666;
}
.gift-message dd {
    margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
    font-weight: bold;
}
.order-about dd {
    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 */
.sales-order-print {
    font-family: Helvetica W01 Light;
    font-weight: normal;
}
.sales-order-print strong {
    font-family: Helvetica W01 Roman;
    font-weight: normal;
}
.sales-order-print table {
    text-align: left;
}
.page-print .print-head {
    margin: 0 0 15px;
}
.page-print .print-head .logo {
    float: right;
}
.page-print .print-head address {
    float: left;
    margin-left: 15px;
}
.page-print h1 {
    font-family: Helvetica W01 Roman;
    font-weight: normal;
}
.page-print h2,
.page-print h3 {
    font-family: Helvetica W01 Roman;
    font-weight: normal;
}
.page-print h2.h2 {
    font-family: Helvetica W01 Roman;
    font-weight: normal;
}
.page-print .order-date {
    background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.page-print .col2-set {
    margin: 0 0 10px;
    font-family: Helvetica W01 Light;
    text-align: left;
}

/* Price Rewrites */
.page-print .gift-message-link {
    display: none;
}
.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline;
}

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

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

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

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

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

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

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

/* Footer ================================================================================ */
.footer-columns {
    color: #FFFFFF;
}
.footer-columns h2 {
    color: #FFFFFF;
    margin: 15px 0;
}
.footer-columns div.one-third.column {
    margin: 25px 1% 30px 1%;
}
.footer-columns div.one-third.column.first {
    margin-left: 0;
}
.footer-columns div.one-third.column.last {
    margin-right: 0;
}
@media (max-width: 869px) {
    .footer-columns div.one-third.column {
        width: 100%;
        margin: 10px 0;
    }
}
.footer-columns li {
    line-height: 2.5em;
    border-bottom: 1px solid #616161;
}
.footer-columns li.last {
    border-bottom: 0px;
}
.footer-columns .four.columns {
    text-align: center;
}
@media (max-width: 869px) {
    .footer-column div.one-third.column {
        width: 100%;
        margin: 5px 0;
    }
}
.footer {
    margin: 20px auto 0;
    padding: 10px 0 20px !important;
    background-color: rgba(21, 20, 20, 0.52);
    -webkit-box-shadow: inset 0px 13px 11px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 13px 11px -10px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 13px 11px -10px rgba(0, 0, 0, 0.75);
}

}
@media (max-width: 869px) {
    .footer {
        margin: 10px auto 0;
    }
}
.footer .store-switcher {
    display: inline;
    margin: 0 5px 0 0;
    color: #fff;
}
.footer .store-switcher label {
    font-weight: bold;
    vertical-align: middle;
}
.footer .store-switcher select {
    padding: 0;
    vertical-align: middle;
}
.footer a {
    color: #737373;
    text-decoration: none;
    font-size: 14px;
    font-family: "Helvetica W01 Roman";
}
.footer a.voicegroup-link {
    display: none;
}
.footer a:hover {
    color: #FFF;
}
.footer .logo {
    margin: 0;
    float: right;
}
@media (max-width: 869px) {
    .footer .logo {
        display: none;
    }
}
.footer .logo img {

}
.footer ul {
    display: inline;
    margin: 30px 0 0;
    display: block;
    text-align: left;
}
.footer ul.links {
    float: right;
    margin: 30px 0 0;
    display: block;
    max-width: 70%;
}
.footer ul li {
    display: inline;
    padding: 0 7px 0 4px;
}
.footer ul li.last {
    background: none;
    padding-right: 0;
}
@media (max-width: 869px) {
    .footer ul.links {
        float: none;
        width: 100%;
    }
    .footer ul li,
    .footer ul li.last {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 10px;
        padding: 10px 0;
        border-top: 3px solid #484848;
        border-radius: 3px 3px 0 0;
        background-color: #3E3E3E;
    }
    .footer ul {
        padding: 0 20px;
    }
    .footer a {
        color: #B9B9B9;
    }
}
.footer-container {
    background: url(//www.apdiving.com/en/wp-content/uploads/contour-bg-ap-footer.jpg) 0 0 repeat-x #2c2c2c;
    border-top: 3px solid #fd0;
}
.footer-container .bottom-container {
    margin: 0 0 5px;
}
.footer-container .footer-top-bar {
    width: 100%;
    background: none;
    height: 12px;
}
.footer-container .footer-banner {
    width: 100%;
    clear: both;
    height: 370px;
    margin-bottom: -5px;
}
.tb-border1 {
    border-top: 0px solid #919195;
    border-bottom: 0px solid #919195;
    padding: 5px 10px !important;
}
@media (max-width: 869px) {
    .tb-border1 {
        border: 0;
    }
}

/* social icons */
.social-icons {
    margin: 0px;
} 
.one-third.column.social-icons.last {
    width: 100%;
    text-align: center;
}
.social-icons li {
	float: none;
    width: auto;
    text-align: center;
    display: inline-block;
    padding: 0 10px;

}

.social-icons li a:hover {color:#fff;}

.social-icons li a {
    height: 46px;
    width: 46px;
    display: inline-block;
    text-decoration: none;
    font-size: 36px;
    color: #989898;
    line-height: 46px;
        -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    
}
.social-icons li a.last {
    margin-right: 0px;
}
.social-icons li a.facebook {
    background: url('../images/ap-diving-equipment-social-icons-small-sprite.png') 0 0 no-repeat;
}
.social-icons li a.youtube {
    background: url('../images/ap-diving-equipment-social-icons-small-sprite.png') -46px 0 no-repeat;
}
.social-icons li a.twitter {
    background: url('../images/ap-diving-equipment-social-icons-small-sprite.png') -92px 0 no-repeat;
}
.social-icons li a.google {
    background: url('../images/ap-diving-equipment-social-icons-small-sprite.png') -138px 0 no-repeat;
}
.social-icons li a.linkedin {
    background: url('../images/ap-diving-equipment-social-icons-small-sprite.png') -184px 0 no-repeat;
}
.social-icons li a.vimeo {
    background: url('../images/ap-diving-equipment-social-icons-small-sprite.png') -230px 0 no-repeat;
}

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

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

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

/* bx slider */

/* ibanner->bxslider style */
.ibanners .bx-viewport {
    height: 380px !important;
}
.ibanners li div.bannerimg {
    height: 380px;
}
.bx-controls {
    height: 60px;
    margin-top: -20px;
    position: relative;
    height: 1px;
    z-index: 2;
}
.ibanners .bx-wrapper .bx-controls-direction {
    margin-top: -210px;
    position: relative;
    z-index: 1100;
    width: 100%;
}
.ibanners .bx-wrapper .bx-controls-direction a {
    margin-top: -100px;
    top: auto;
    height: 150px;
    width: 80px;
}
.ibanners .bx-wrapper .bx-next {
    background: url("../images/controls.png") no-repeat scroll -120px 0 transparent;
    right: 75px;
}
.ibanners .bx-wrapper .bx-prev {
    background: url("../images/controls.png") no-repeat scroll 0 0 transparent;
    left: 75px;
}
.ibanners .bx-wrapper a:hover.bx-next {
    background-position: -120px -160px;
}
.ibanners .bx-wrapper a:hover.bx-prev {
    background-position: 0 -160px;
}
.ibanners .bx-wrapper .bx-pager.bx-default-pager a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #FFDD00;
    margin: 5px 3px;
}
.ibanners .bx-wrapper .bx-pager.bx-default-pager a:hover,
.ibanners .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: none repeat scroll 0 0 #FFDD00;
    border: 2px solid #FFDD00;
    margin: 5px 3px;
}
.bx-wrapper h3 {
    display: none
}

.col1-layout .col-main {
    padding: 15px 0 20px;
}

@media (max-width: 869px) {
    /*
    .bx-wrapper {
        margin: 0 auto;
        display: none;
    }
    */
    .col1-layout .col-main {
        margin-top: 0;
        padding: 0 0 5px;
    }
}

.ibanners .bx-wrapper .html {
    position: relative;
    color: #fff;
    font-size: 14px;
    margin-top: -350px;
}
.bx-wrapper {
    overflow-x: hidden;
    max-width: 1680px;
    width: 100%;
    margin: 47px auto 0 !important;
}
@media (max-width: 869px) {
    .bx-wrapper {
        display: none;
    }
}

/* static blocks */
.paymentlogos {
    margin: 25px auto;
}

/* shop catview */
label.product-label-overlay {
    text-transform: UPPERCASE;
    color: #fff;
    font-weight: bold;
    background: #f28d1f;
    padding: 10px 15px;
    position: absolute;
    min-width: 50px;
    font-size: 16px;
}
.shop-grid div.price,
.shop-grid h3 {
    font-size: 14px;
    text-align: left;
    padding: 5px 0 0 0;
}
.shop-grid h3 {
    height: auto;
    text-transform: uppercase;
    font-family: "Helvetica W01 Roman";
    color: #5E5E5F;
    text-decoration: none;
    font-size: 13px !important;
    font-family: Helvetica W01 Bold;
    font-weight: normal;
    word-break: break-word;
}
.shop-grid .smallitem h3 {
    overflow: hidden;
}
.shop-grid div.price {
    font-weight: normal;
    color: #6F6F71;
    margin: 0px 0;
    padding-left: 0px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    bottom: 10px;
    font-family: "Helvetica W01 Roman" !important;
}
.shop-grid div.old-price {
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
    position: absolute;
    right: 10px;
    bottom: 9px;
}
.cms-shop .paymentlogos {
    float: left;
    text-align: center;
    width: 100%;
}

/* featuredproduct  */
.featuredproduct {
    height: 210px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 15px 0;
}
.featuredproduct h2.product-name {
    height: 100px;
    padding-left: 15px;
    width: 48%;
    z-index: 100;
}
.featuredproduct h2.product-name a {
    color: #000;
}
.featuredproduct .actions {
    margin-top: 30px;
    padding-left: 15px;
}
.featuredproduct button.button {
    padding: 0px;
}
.featuredproduct button.button span {
    background: url("../images/ml-subscribe-bttn.jpg") no-repeat scroll 0 0 transparent !important;
    border: 0 none;
    height: 28px;
    padding: 0;
    width: 116px;
}
.featuredproduct button.button span span {
    background: none;
    padding: 10px 0 0;
}

/* UI */
.ui-tabs-panel {
    text-align: left;
}
.product-fullwidth-outer .ui-tabs .ui-tabs-nav,
.product-fullwidth-outer .ui-tabs {
    padding: 0px !important;
}
.product-fullwidth-outer .ui-widget-header {
    background: none;
    border: 0px;
}
.product-fullwidth-outer .ui-tabs .ui-tabs-nav li {
    margin: 0 14px 1px 0 !important;
    -moz-border-radius: 0%;
    -webkit-border-radius: 0%;
    border-radius: 0%;
    background: #d0d0d0;
    border: 0px;
    font-family: Helvetica W01 Roman;
    font-size: 16px;
}
.product-fullwidth-outer .ui-tabs .ui-tabs-nav li.last {
    margin-right: 0px;
}
.product-fullwidth-outer .ui-tabs .ui-tabs-nav li a {
    color: #4c4c4c;
    width: 100%;
}
.product-fullwidth-outer .ui-tabs .ui-tabs-nav li a:hover {
    background: #888 !important;
    color: #000 !important;
}
.product-fullwidth-outer .ui-tabs .ui-tabs-nav li.first {
    margin-left: 0px;
}
.product-fullwidth-outer .ui-widget-header {
    -moz-border-radius: 0%;
    -webkit-border-radius: 0%;
    border-radius: 0%;
}
.product-fullwidth-outer .ui-state-active,
.product-fullwidth-outer.ui-widget-content .ui-state-active,
.product-fullwidth-outer.ui-widget-header .ui-state-active {
    background: #909295 !important;
    margin: 0 0 -1px 10px;
    font-family: Helvetica W01 Roman;
}
.product-fullwidth-outer .ui-tabs .ui-tabs-nav li.ui-state-active a {
    color: #FFF !important;
    font-family: "Helvetica W01 Roman";
}
.product-fullwidth-outer .ui-state-default {
    background: none;
}
.product-fullwidth-outer .ui-widget-content {
    background:none;
}
.product-fullwidth-outer .ui-tabs .ui-tabs-nav li a {
    padding: 15px 0;
    font-family: "Helvetica W01 Roman";
}

/* UI Accordion */
.ui-accordion .ui-accordion-header .ui-icon {
    display: none;
}
.main-container .ui-widget-content {
    background: #fff !important;
    border: 0px !important;
}
.ui-accordion .ui-state-hover,
.ui-accordion .ui-state-active {
    border: 0px;
}
.ui-widget-content a {
    text-decoration: none !important;
}

/* addthis */
.addthis_toolbox {
    margin: 5px 0;
    padding: 10px;
}
.addthiscontainer {
    display: none;
}

/* delivery-notice */
.delivery-notice-bar {
    clear: both;
    margin: 40px 0;
    text-align: center;
    padding: 10px 0;
    background: #F3F3F3;
    text-transform: uppercase;
    color: #6f6f71;
    font-size: 32px;
}
@media (max-width: 1199px) {
    .delivery-notice-bar {
        font-size: 20px;
        margin: 20px 0;
    }
}

/* top cart */
.top-cart {
    height: 44px;
}
.top-cart .block-title {
    background: none;
    padding-top: 10px !important;
    text-transform: none;
}
.top-cart .block-title span.dropdownwrapper {
    padding: 0px;
    height: 15px;
    padding: 4px 0 5px 5px;
    float: right;
}
.top-cart .block-title span.dropdownwrapper span {
    color: #919195;
    font-size: 10px;
    font-family: "Helvetica W01 Bold";
    /* font-weight: bold; */
}
.top-cart .cartgrandtotal::before {
    content: "\f07a";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 14px;
    vertical-align: baseline;
}
.top-cart .block-title span.itemcount {
    color: #FFFFFF;
    padding: 0px;
    height: 15px;
    padding: 0 0 0 10px;
    display: block;
    float: right;
    text-transform: none;
}
.top-cart .block-title strong {
    background: none;
    color: #636363;
    font-weight: normal;
    position: relative;
}
.top-cart .block-title strong ins {
    font-size: 14px;
    color: #fff;
    vertical-align: top;
    text-align: center;
    font-family: "Helvetica W01 Bold";
    text-decoration: none;
    line-height: 20px;
}
.top-cart .block-title span.cartgrandtotal {
    float: left;
}

#cartHeaderMobile a {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
}

#cartHeaderMobile a i {
    color: #fff;
    font-size: 20px;
}


.top-cart .block-title span.dropdown {
    height: 25px;
    width: 31px;
    display: block;
    float: right;
    margin-top: -5px;
}
#topCartContent {
    margin: -8px 0 0 -87px;
    width: 250px;
    position: absolute;
    background: none;
    z-index: 5000;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.35);
    padding-top: 0px;
    top: 50px;
}
#topCartContent.no-items {
    margin-top: 0px;
}
#topCartContent .block-subtitle {
    color: #C2C2C2;
    height: 24px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    background: #FFF;
    text-decoration: none;
    float: left;
    width: 100%;
}
.top-cart .inner-wrapper {
    border: 0px;
}
.top-cart .inner-inner-wrapper {
    padding: 0;
}
.top-cart .block-subtitle.no-items,
.top-cart .inner-wrapper.no-items {
    background: none;
}
.top-cart .inner-wrapper.no-items .inner-inner-wrapper {
    float: left;
    width: 100%;
    background: #FFF !important;
}
.top-cart .inner-wrapper .cart-empty {
    padding: 10px 5px 20px;
}
.top-cart .block-content .block-subtitle .close-btn {
    color: #2F2F2F;
    text-decoration: none;
    float: right;
    margin-right: 5px;
    background: #FFF;
    font-family: "Helvetica", arial sans-serif;
    color: #505050;
    font-weight: bold;
    font-size: 18px;
    padding-right: 2px;
}

.top-cart .block-content .block-subtitle .close-btn::after {
    font-family: FontAwesome;
    content: "\f00d";
    padding: 0 0 0 10px;
    font-size: 14px;
    color: #000;
}

.top-cart tr {
    float: left;
    display: inline-block;
}
.top-cart .qty {
    font-size: 14px;
    font-family: "Helvetica W01 Bold";
    color: #131313;
    line-height: 24px;
}
.top-cart .actions {
    background: none;
}
.top-cart .actions button {
    width: 100%;
    background: #313332;
    padding: 10px;
}

.top-cart .cartitemlinks {
        margin-top: 8px;
}

.top-cart .actions button.button span {
    padding-bottom: 10px !important;
    height: 46px;
    width: auto !important;
    color: #AOAOAO !important;
    font-size: 14px;
    background: #E6E6E6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.header .quick-access .links li a.top-link-checkout {
    font-family: CentraleSansRegular,
    Arial,
    sans-serif;
    color: #4f4f51 !important;
    padding: 5px 10px 5px 5px !important;
    text-transform: none;
}
.top-cart .actions button.button span span,
.header .quick-access .links li a.top-link-checkout {
    width: 60px;
    display: block;
    padding: 5px 5px 5px 10px;
    line-height: 38px;
    color: #5F5F5F;
    font-weight: normal;
    font-family: "Helvetica W01 Roman";
}
.top-cart .block-content table th,
.top-cart .block-content table td {
    color: #6f6f71;
    padding: 1px 5px 0 0 !important;
    font-size: 11px;
    font-weight: bold;
}
.top-cart .block-content table tr {
    padding: 0 3px 0 0;
}
.top-cart tr.rborder {
    border-right: 1px solid #e7e7e8;
    margin-right: 5px;
    width: 45px;
}
.top-cart a.btn-edit,
.top-cart a.btn-remove {
    background: none #F1F1F1;
    padding: 0px 6px 0 0;
    margin: 3px 0 3px 0;
    float: left;
    color: #9E9E9E;
}
.top-cart a.btn-edit,
.top-cart a.btn-remove {
    text-decoration: none;
    text-indent: 0px;
    height: auto;
    width: auto;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: normal;
    background: none;
    font-family: "Helvetica W01 Roman";
}
.top-cart .block-content table {
    margin: 4px 0 0;
}
.top-cart .block-content .item .product-name {
    height: auto !important;
    font-size: 14px;
    margin-bottom: 14px;
    padding-bottom: 7px;
    color: #6F6F71;
    border-bottom: 1px solid #DADADA;
    overflow-wrap: break-word;
}
.top-cart .price {
    font-size: 16px;
    font-family: "Helvetica W01 Bold";
    color: #F44336;
    margin-top: 10px;
}
.mini-products-list li.item {
    background: #FFF;
    padding: 18px 10px 10px;
    float: left;
    width: 92%;
    border-bottom: 1px solid #ECECEC;
}
.mini-products-list#mini-cart li.item {
    width: 100%;
}
.top-cart .product-details {
    margin-left: 110px;
    text-align: left;
    font-size: 14px;
}
.top-cart .block-content .subtotal {
    background: none !important;
    color: #444;
    font-size: 14px;
    padding: 5px 0 0;
    font-family: "Helvetica W01 Roman";
}
.top-cart .actions {
    padding: 0;
    float: left;
    width: 100%;
}
.top-cart .actions a {
    line-height: 12px;
    text-decoration: none;
}
.top-cart .actions a:hover.shoppingbasket {
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.8;
}
.top-cart .product-name a {
    font-size: 14px;
    /* text-transform: uppercase; */
    font-weight: normal;
    color: #484848;
    font-family: "Helvetica W01 Roman";
}
.top-cart .actions .price {
    color: #3E3E3E !important;
    font-weight: normal;
    font-family: "Helvetica W01 Roman";
    font-size: 14px;
}
.top-cart .actions .subtotal .label {
    color: #3E3E3E !important;
    font-weight: normal;
    font-family: "Helvetica W01 Roman";
    font-size: 14px;
}
.top-cart .action-inner {
    background: #F5F5F5;
    float: left;
    width: 100%;
    padding: 10px 0px 5px;
    text-transform: uppercase;
}
.top-cart .action-inner a {
    margin: 10px auto;
    display: block;
}
.top-cart .counthover {
    font-weight: bold;
    position: absolute;
    display: none;
    background: #E74C3C;
    padding: 2px 5px;
    color: #FFF !important;
    font-size: 10px;
    margin: -2px 0 0 -8px;
    /* border-bottom: 1px solid #9B3B31; */
}
.top-cart .cartTopImg {
    width: 250px;
    height: 0px;
    /* background: url('../images/carttop.png') 0 0 no-repeat; */
    float: left;
}

.top-cart .fa {
    font-size: 16px;
    color: #000;
}

/* social share */
.share_bttns {
    width: 100%;
}
@media (max-width: 869px) {
.share_bttns {
    display: none;
}
}
.share_bttns span,
.share_bttns {
    float: left;
}
.share_bttns span,
.share_bttns a {
    background: #bcbabe;
    margin-right: 13px;
    color: #fff;
    display: inline-block;
}
@media (max-width: 991px) {
    .share_bttns span,
    .share_bttns a {
        margin-right: 8px;
    }
}
@media (max-width: 869px) {
    .share_bttns span,
    .share_bttns a {
        margin-right: 3px;
    }
}
.share_bttns span {
    height: 43px;
    max-width: 145px;
    width: 100%;
    border-bottom: 2px solid #939393 !important;
    padding: 10px 0 0 0;
    text-align: center;
}
@media (max-width: 869px) {
    .share_bttns span {
        display: none;
    }
}
.share_bttns a {
    height: 43px;
    width: 41px;
    background: url('../img/custom_share_bttns.png') no-repeat 0 0 #bcbabe;
}
.share_bttns a.last {
    margin-right: 0px;
}
.share_title {
    text-transform: uppercase;
    padding: 10px 25px 0;
    font-size: 1.4em;
}
.share_fb {
    background-position: 0 0 !important;
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,
    0,
    0,
    0);
}
.share_fb:hover {
    background-position: 0 -48px !important;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.share_twitter {
    background-position: -51px 0 !important;
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,
    0,
    0,
    0);
}
.share_twitter:hover {
    background-position: -51px -48px !important;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.share_googleplus {
    background-position: -100px 0 !important;
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,
    0,
    0,
    0);
}
.share_googleplus:hover {
    background-position: -100px -48px !important;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.share_email {
    background-position: -148px 0 !important;
    margin-right: 0px;
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,
    0,
    0,
    0);
}
.share_email:hover {
    background-position: -148px -48px !important;
    margin-right: 0px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* category page slider */
.catproductslider {
    margin-bottom: 15px;
    background: #fff;
    height: 310px;
}
.catproductslider .bx-pager.bx-default-pager {
    display: none;
}
.catproductslider .bx-wrapper .bx-controls-direction a {
    height: 167px;
    top: auto;
    margin-top: -237px;
    outline: 0 none;
    position: absolute;
    text-indent: 0px;
    width: 21px;
    padding: 145px 0 0 7px;
    z-index: 1;
    text-decoration: none;
    text-indent: -9999px;
    background-size: 56px 100px !important;
}
.catproductslider .bx-wrapper .bx-next,
.catproductslider .bx-wrapper .bx-prev {
    background: url(../images/ap-diving-carousel-arrows.png) no-repeat -28px 100px #cccccc;
}
.catproductslider .bx-wrapper .bx-next {
    right: 0px;
}
.catproductslider .bx-wrapper .bx-prev {
    background-position: 0 100px;
    left: 0px;
}
.catproductslider .bx-wrapper .bx-next:hover {
    background-color: #FFDD00;
    background-position: -28px 100px;
}
.catproductslider .bx-wrapper .bx-prev:hover {
    background-color: #FFDD00;
    background-position: 0 100px;
}
ul.catproduct-slider li {
    width: 640px !important;
    margin: 0 34px;
    background: #fff;
    padding: 10px 10px 0;
}
.shadow-below {
    -webkit-box-shadow: 0 4px 4px -2px rgba(0,
    0,
    0,
    0.3);
    box-shadow: 0 4px 4px -2px rgba(0,
    0,
    0,
    0.3);
    position: relative;
}

/*
.shadow-below:after {
    content: "";
    position: absolute;
    z-index: 100;
    top: 100%;
    bottom: 0;
    width: 150%;
    height: 10px;
    left: -50%;
    right: -50%;
    background: -webkit-radial-gradient(50% -1%, ellipse cover, rgba(0, 0, 0, 0.5), rgba(97, 97, 97, 0) 40%);
    background: radial-gradient(ellipse at 50% -1%, rgba(0, 0, 0, 0.5), rgba(97, 97, 97, 0) 40%);
}
*/
ul.catproduct-slider li .product-detail,
ul.catproduct-slider li .price,
ul.catproduct-slider li .actions,
ul.catproduct-slider li .product-image {
    float: left;
}
ul.catproduct-slider li .product-detail {
    padding: 10px;
    width: 350px;
}
ul.catproduct-slider li .product-detail .product-name a {
    font-size: 32px;
    text-decoration: none;
}
ul.catproduct-slider li .price {
    font-size: 32px;
    margin: 0;
    color: #7C7D7E;
}
ul.catproduct-slider li .actions {
    width: 100%;
    padding-top: 5px;
}
ul.catproduct-slider li button.button {
    height: 40px;
    padding: 0px;
    background: none;
    width: 100%;
    text-align: center;
}
ul.catproduct-slider li button.button span {
    padding: 0px;
    background: none;
    width: 100%;
    text-align: center;
}
ul.catproduct-slider li button.button span span {
    background: #FFDC01;
    padding: 10px 0;
    color: #fff;
    width: 350px;
    display: inline-block;
}
ul.catproduct-slider li .short-description {
    height: 120px;
}

/* fancybox
div#fancy_outer {
    margin: 230px 0 0 !important;
}
*/

/* question form */
#product-q-a .fieldset .legend {
    display: none;
}
#product-q-a .fieldset {
    border: 0px;
    background: none;
}

/* product attachements */
#downloads_video_popup {
    top: 50% !important;
}

/* ajax-zoom */
#zoomCustomNavi,
#zoom_to_click_icon {
    display: none !important;
}

/* contact page styling */
#contactForm .fieldset .legend {
    display: none;
}
#contactForm .fieldset {
    border: 0px;
    padding: 22px 25px 12px 10px;
}
#contactForm .form-list {
    padding-left: 0px;
    list-style: none;
}

/* shop range blocks */
.shop-range-block,
.shop-range-block h1,
.shop-range-block label,
.shop-range-block p,
.shop-range-block a {
    float: left;
}
.shop-range-block {
    /*-webkit-box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.3);*/
    -webkit-box-shadow: 0px 0px 4px rgba(50,
    50,
    50,
    0.6);
    -moz-box-shadow: 0px 0px 4px rgba(50,
    50,
    50,
    0.6);
    box-shadow: 0px 0px 4px rgba(50,
    50,
    50,
    0.6);
    position: relative;
    background-color: #FFFFFF;
}
.shop-range-block h1 {
    width: 100%;
    color: #6F6F71;
    margin: 15px 10px;
    text-transform: uppercase;
    font-size: 32px;
}
.shop-range-block label {
    width: 49%;
    font-size: 24px;
    text-transform: uppercase;
    margin: 20px 0px 20px 15px;
    color: #919191;
}
.shop-range-block p {
    width: 49%;
    margin: 0 0 0 15px;
    font-size: 18px;
    color: #575756;
    text-transform: uppercase;
    font-weight: bold;
}
.shop-range-block img {
    width: auto !important;
    float: right;
    padding-right: 30px;
}
.cart-collaterals a.checkoutbttn, .shop-range-block a.yellow-button {
    width: 100%;
    display: block;
    height: 48px;
    background: #F1F1F1;
    padding: 15px 0 15px 0;
    text-align: center;
    text-transform: uppercase;
    color: #4E4E4E;
    font-family: "Helvetica W01 Roman";
    font-weight: normal;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    border-radius: 3px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
	margin: 10px 0;
}
.shop-range-block a.yellow-button {
    width: 95%;
    margin: 2.5%;
}
.cart-collaterals a:hover.checkoutbttn,
.shop-range-block a:hover.yellow-button {
    background: #EAEAEA;
    /* border-bottom: 2px solid #C6AA03; */
}
.responsive-header-wrapper {
    background: #282828;
    display: none;
}
@media (max-width: 869px) {
    .responsive-header-wrapper {
        display: block;
        margin-top: 0px;
    }
}
.responsive-header-wrapper .header {
    padding-top: 0px;
    min-width: 320px;
}
@media (max-width: 869px) {
    .responsive-header-wrapper .header {
        padding: 0 8px;
    }
}
.responsive-header-wrapper .toplink-container {
    width: 100% !important;
    padding: 0px;
    text-align: center;
    height: 46px;
    border-bottom: 2px solid #6f6f71;
}
@media (max-width: 869px) {
    .responsive-header-wrapper .toplink-container {
        border-bottom: 0px solid #6F6F71;
    }
}
.responsive-header-wrapper .shop-nav-bttn {
    background: #3195D8 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    padding: 15px 20px !important;
    display: none;
    width: 0px !important;
}
.responsive-header-wrapper .shop-nav-bttn:after {
    font-family: FontAwesome;
    content: "\f07a";
    padding: 0 0 0 10px;
    font-size: 14px;
    color: #fff;
}
.cms-shop .products-grid .mini-products-group li.item {
    position: relative;
}
.products-grid .product-image,
.catlanding {
    -webkit-box-shadow: 0px 0px 0px rgba(50,
    50,
    50,
    0.6);
    -moz-box-shadow: 0px 0px 0px rgba(50,
    50,
    50,
    0.6);
    box-shadow: 0px 0px 0px rgba(50,
    50,
    50,
    0.6);
}
.catalog-category-view .products-grid .product-image img {
    height: auto;
    margin: auto 0;
    width: 100%;
    padding: 3%;
    z-index: 1;
}
.cms-shop .products-grid .mini-products-group li.item .product-image {
    /*-webkit-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.6);
     -moz-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.6);
     box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.6);*/
}
.products-grid .mini-products-group .product-info {
    background-color: #FFF;
    padding: 10px;
}
.payment_logos {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding: 100px 0 20px 0;
}
@media (max-width: 869px) {
    .payment_logos {
        padding: 20px 0 20px 0;
    }
}
.payment_logos li {
    display: inline;
    padding-left: 2px;
    padding-right: 2px;
}
@media (max-width: 869px) {
    .payment_logos li img {
        width: 50px;
    }
}
#question-form .form-list input.input-text,
#question-form .form-list li.wide textarea {
    border: 1px #909295 solid;
}
#question-form .form-list li.wide textarea {
    border: 1px #909295 solid;
    max-width: 501px;
    width: 100%;
    padding: 5px;
}
#review-form .form-list input.input-text {
    border: 1px #909295 solid;
    width: 254px;
}
#review-form .form-list textarea {
    max-width: 501px;
    width: 100%;
    border: 1px #909295 solid;
    padding: 5px;
}
#checkout-payment-method-load .payment_logos {
    text-align: left;
    height: 40px;
}
#checkout-payment-method-load .payment_logos li {
    display: inline;
    padding-left: 2px;
    padding-right: 2px;
}
#checkout-payment-method-load .payment_logos li img {
    width: 35px;
}
.footer-inner.footer-column {
    padding-bottom: 25px;
}
.footer-container .footer-columns li,
.footer-container .footer-columns a {
    text-decoration: none;
    color: #E6E6E6;
    font-size: 14px;
    font-family: "Helvetica W01 Roman";
}
.footer-container .footer-columns a:hover {
    color: #BDBEC0;
}
.footer-container .footer-columns h2 {
    font-size: 18px;
}
.footer-container .footer-columns h2 a {
    font-size: 18px;
    font-family: "Helvetica W01 Bold";
}
.top-cart .actions button:hover.button span {
    background-color: #FD0;
}
.top-cart .actions button {
    padding: 0px;
    width: 250px;
}
.top-cart .actions button.button span {
    width: 250px;
    display: block;
}
.top-cart .actions button.button span span {
    width: 250px;
    display: block;
}
.category-bcd-spares .catproductslider .bx-wrapper .bx-controls-direction a {
    margin-top: -222px;
}
.category-accessories .catproductslider .bx-wrapper .bx-controls-direction a {
    margin-top: -237px;
}
.product-view .product-shop .price-from .price-label {
    font-size: 14px;
    color: #3B3B3B;
    margin: 10px 0 0px 0;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    font-family: "Helvetica W01 Roman";
}
@media (max-width: 869px) {
    .product-view .product-shop .price-from .price-label {
        margin: 0px 0 5px 0;
    }
}
.price-box-bundle .price-including-tax,
.price-box-bundle .price-excluding-tax {
    float: none;
}
@media (max-width: 869px) {
    .catalog-product-view .price-box-bundle {
        padding-top: 0;
    }
}
@media (max-width: 869px) {
    .catalog-product-view .price-box-bundle .price {
        font-size: 18px!important;
        color: #000;
    }
}
.price-box-bundle .price-excluding-tax,
.price-box-bundle .price-excluding-tax .price {
    font-size: 14px;
    color: #919195;
}
@media (max-width: 869px) {
    .price-box-bundle .price-excluding-tax,
    .price-box-bundle .price-excluding-tax .price {
        font-size: 14px!important;
    }
}
.product-view .product-shop .short-description,
.wordpress-product-data ul li {
    /* font-size: 14px; */
    /* color: #333; */
    line-height: 32px;
    padding-top: 20px;
}
.product-options-bottom .price-box {
    float: left;
    width: 50%;
}
.product-options-bottom .price-box .price-including-tax,
.product-options-bottom .price-box .price-excluding-tax {
    width: 100%;
    float: left;
}
.product-options-bottom .price-box .price-including-tax .price {
    font-size: 30px !important;
    color: #3498DB;
    margin-top: 5px;
    font-family: "Helvetica W01 Bold";
    font-weight: normal;
}
.product-options-bottom .price-box .price-excluding-tax,
.product-options-bottom .price-box .price-excluding-tax .price {
    font-size: 12px;
    color: #919195;
}
.product-options-bottom .price-box .price-label {
    /* margin-right: 10px; */
    margin: 0 0 7px 0;
    font-size: 16px;
    color: #666;
    padding-top: 10px;
    /* text-align: right; */
    font-family: "Helvetica W01 Bold";
    text-transform: uppercase;
    font-weight: normal;
    /* float: right; */
}
.product-options-bottom .add-to-cart .qty {
    margin-right: 2px;
    border: 1px solid #E4E4E4;
    border-bottom: 3px solid #DCDCDC;
    padding: 5px;
    color: #919195;
    float: right;
    font-size: 18px;
    height: 2em;
    margin-top: 2px;
    text-align: center;
    text-transform: uppercase;
    float: right;
}
.product-options-bottom .add-to-cart label {
    margin-right: 10px;
    font-size: 16px;
    color: #666;
    padding-top: 10px;
    text-align: right;
    font-family: "Helvetica W01 Bold";
    font-weight: normal;
    float: right;
    display: none;
}
.more-views ul li img {
    /* box-shadow: 0 0 4px rgba(50, 50, 50, 0.6);
  padding: 5px; */
}
.tablink-wrapper a {
    font-weight: normal!important;
}
.short-description .std p, .short-description .std ul, .short-description .std span {
    margin: 15px 0;
    font-family: "Helvetica W01 Light";
}
#ibanners-shophome_desktop .bx-wrapper {
    background-color: #FFFFFF;
    margin: 0 p auto;
}
.mobile-tab-title {
    background: #E2E2E2;
    border-bottom: 2px solid #AAAAB3;
    color: #717171 !important;
    text-transform: uppercase;
    margin: 0 5px 10px 5px;
    padding: 10px 0;
    cursor: pointer;
    font-family: "Helvetica W01 Bold" !important;
}
.mobile-tab-title.active {
    background: #F9DC01;
    color: #000;
    cursor: default;
    border-bottom: 2px solid #E5C600;
}
.pages ol li a {
    text-decoration: none;
    text-transform: capitalize;
}
.pager .pages .sq {
    padding: 4px 7px;
    border: 2px solid #DEDEDE;
}
.pager .pages .sq:hover {
    background-color: #DEDEDE;
    border: 2px solid #DEDEDE;
}
.pager .pages .current {
    background-color: #FFF;
    color: #333;
    background-color: #DEDEDE;
    border: 2px solid #DEDEDE;
}
.pager .pages_mobile {
    display: none;
}
.pages a,
.pages a:hover {
    text-decoration: none;
}
.bundleoptioninc,
.bundleoptioninc .price {
    font-size: 14px;
    color: #5F5F5F;
    font-weight: normal;
    font-family: "Helvetica W01 Roman";
}
.bundleoptioninc {
    margin-right: 20px;
}
.bundleoptionexc,
.bundleoptionexc .price {
    font-size: 12px;
    font-weight: normal;
    color: #919194;
}
.block-subscribe #newsletter-validate-detail button.button,
.block-subscribe #mobile-validate-detail button.button {
    float: right;
    height: 46px !important;
    line-height: 35px !important;
    width: 18%;
    border-radius: 0 4px 4px 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.block-subscribe #newsletter-validate-detail button.button:hover {
    background-color:#ccc;
}
.block-subscribe #newsletter-validate-detail button.button span span i {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.block-subscribe #newsletter-validate-detail button.button:hover > span span i {
    color:#5F5F5F !important;
}
.footer-column #advice-validate-email-newsletter,
.footer-column #advice-validate-mobileno-mobile {
    display: block;
    float: left;
}
.aw-onestepcheckout-index-login .step-title {
    display: none;
}
.aw-onestepcheckout-index-login .opc .step {
    border: none;
    padding: 0;
    background: none;
}
.aw-onestepcheckout-index-login .guestreg {
    margin-top: 20px;
    margin-bottom: 20px;
}
.aw-onestepcheckout-index-login .login_bor {
    border: 1px solid #E1E1E1;
    padding: 20px;
    height: 160px;
}
.aw-onestepcheckout-index-login #opc-login h3 {
    background-color: #FFFFFF;
    border-bottom: none;
    margin-left: -10px;
    margin-top: -30px;
    padding-left: 15px;
    padding-right: 5px;
    width: 175px;
    font-size: 15px;
    text-transform: none;
}
.aw-onestepcheckout-index-login #guest-checkout-form .login_bor {
    height: 80px;
}
.aw-onestepcheckout-index-login .opc .buttons-set {
    padding-top: 0px;
}
.skip-reg {
    margin-bottom: 20px;
}
.aw-onestepcheckout-index-login #opc-login .skip-reg button.button span {
    width: 200px;
    display: inline-block;
    height: 40px;
    background: #F9DC01;
    border-bottom: 2px solid #e5c600;
    padding: 0 0 0 0;
    text-transform: uppercase;
    color: #30393B;
    line-height: 40px;
    font-size: 14px;
}
.aw-onestepcheckout-index-login #opc-login .skip-reg button.button span:hover {
    border-bottom: 2px solid #e5c600;
    background-color: #e5c600;
}
#opc-login .login_bor h4 {
    margin-bottom: 10px;
}
#guest-reg-form p,
#guest-checkout-form p,
#login-form p {
    margin-bottom: 10px;
}
.aw-onestepcheckout-index-login #login-form p.required {
    float: left;
    text-align: left;
}
.carticon {
    width: 24px;
    height: 24px;
}
.carticon img {
    display: none;
}
#resp_menu {
    width: 100%;
    clear: both;
}
#resp_menu li.level0 a {
    text-decoration: none;
}
#resp_menu li.level0 a span {
    display: block;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 22px;
}
.size-guide {
    width: auto;
    background-color: #D6D6D6;
}
.size-guide span {
    display: block;
    font-family: Helvetica W01 Roman;
    float: left;
    width: 93px;
    text-align: center;
    margin: 10px 0 10px 10px;
    background-color: #FFF;
    padding: 0 !important;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /*IE8*/
    opacity: 1;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}
.size-guide span.blank {
    background: #FFF;
    height: 93px;
}
.size-guide span.inflator {
    background: url(../img/inflator-guide-icon.jpg) no-repeat #ffffff;
    height: 93px;
    -webkit-box-shadow: 0 0 3px 0 #000;
    box-shadow: 0 0 3px 0 #000;
}
.size-guide span.sizej {
    background: url(../img/size-guide-icon.jpg) no-repeat #ffffff;
    height: 93px;
    -webkit-box-shadow: 0 0 3px 0 #000;
    box-shadow: 0 0 3px 0 #000;
}
.size-guide span.sizew {
    background: url(../img/size-guide-icon.jpg) no-repeat #ffffff;
    height: 93px;
    -webkit-box-shadow: 0 0 3px 0 #000;
    box-shadow: 0 0 3px 0 #000;
}
.size-guide span.rrs {
    background: url(../img/rrs-guide-icon.jpg) no-repeat #ffffff;
    height: 93px;
    -webkit-box-shadow: 0 0 3px 0 #000;
    box-shadow: 0 0 3px 0 #000;
}
.size-guide span.emergency {
    background: url(../img/emergency-air-guide-icon.jpg) no-repeat #ffffff;
    height: 93px;
    -webkit-box-shadow: 0 0 3px 0 #000;
    box-shadow: 0 0 3px 0 #000;
}
.size-guide span.twinset {
    background: url(../img/twinset-guide-icon.jpg) no-repeat #ffffff;
    height: 93px;
    -webkit-box-shadow: 0 0 3px 0 #000;
    box-shadow: 0 0 3px 0 #000;
}
.size-guide span.tridentauxpockets {
    background: url(../img/trident-aux-pockets-guide-icon.jpg) no-repeat #ffffff;
    height: 93px;
    -webkit-box-shadow: 0 0 3px 0 #000;
    box-shadow: 0 0 3px 0 #000;
}
.size-guide span.adv {
    background: url(../img/adv-guide-icon.jpg) no-repeat #ffffff;
    height: 93px;
    -webkit-box-shadow: 0 0 3px 0 #000;
    box-shadow: 0 0 3px 0 #000;
}
.size-guide span.scooter {
    background: url(../img/scooter-strap-guide-icon.jpg) no-repeat #ffffff;
    height: 93px;
    -webkit-box-shadow: 0 0 3px 0 #000;
    box-shadow: 0 0 3px 0 #000;
}
.size-guide span.tekiws {
    background: url(../img/tekiws-guide-icon.jpg) no-repeat #ffffff;
    height: 93px;
    -webkit-box-shadow: 0 0 3px 0 #000;
    box-shadow: 0 0 3px 0 #000;
}
.size-guide span.inflator:hover,
.size-guide span.emergency:hover,
.size-guide span.rrs:hover,
.size-guide span.sizew:hover,
.size-guide span.sizej:hover,
.size-guide span.twinset:hover,
.size-guide span.tridentauxpockets:hover,
.size-guide span.adv:hover,
.size-guide span.scooter:hover,
.size-guide span.tekiws:hover {
    padding: 0 !important;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /*IE8*/
    opacity: 0.8;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}
.desc-readmore,
#openmoreinfo {
    display: none;
}
#testinfo {
    display: none;
}
.cart-empty {
    font-size: 14px;
    font-family: "Helvetica W01 Roman";
}
@media (max-width: 869px) {
    .cart-empty {
        text-align: center;
        padding-bottom: 15px;
    }
}
.data-table .cart-table {
    margin-top: 20px;
}
.entry-comment {
    font-family: Helvetica W01 Light;
    font-style: italic;
    padding: 5px 10px 20px 0;
    width: 100%;
}
.entry-answer {
    width: 70%;
    padding-left: 50px;
    padding-bottom: 20px;
}
.added-on {
    font-family: Helvetica W01 Roman;
    padding-bottom: 10px;
    display: none;
}
.bx-wrapper .bx-viewport {
    z-index: 1;
}
.fixed-header-wrapper .bx-wrapper .bx-controls-direction a {
    margin-top: -93px !important;
}
.cat-nav-container {
    background: #FD0;
    border-bottom: 2px solid #E2C200;
    height: 47px;
}
@media (max-width: 869px) {
    .cat-nav-container {
        display: none;
    }
    .cat-nav-container.hidden-xs {
        display: none !important;
    }
}
.cat-nav-container #navCat {
    max-width: 970px;
    margin: 0 auto;
    text-align: right;
}
.cat-nav-container li.level0 {
    display: inline-block;
    position: relative;
}
.cat-nav-container li.level0 > a {
    line-height: 45px;
    font-size: 15px;
    padding: 0 13px;
    text-decoration: none;
    display: inline-block;
    font-family: "Helvetica W01 Roman";
    color: #616161;
}
.cat-nav-container li.level0 > a span {
    font-family: "Helvetica W01 Roman";
    font-weight: normal;
}

/*.cat-nav-container li.level0 > a:hover {
  background-color: #CDCDCD;
}
.cat-nav-container li.level0.active > a {
  background-color: #cfcfcf;
}*/
.cat-nav-container li.level0.active > a span {
    font-family: "Helvetica W01 Bold";
    color: #FD0;
}
.cat-nav-container li.level0.parent > a {
    /* background-image: url(../images/menu-arrow.png); */
    background-position: 95% 55%;
    background-repeat: no-repeat;
    padding: 0 23px 0 13px;
}
.cat-nav-container li.level0:hover ul.level0 {
    right: 0;
    z-index: 1000;
    visibility: visible;
    opacity: 1;
	position: absolute;
    filter: alpha(opacity=100);
}
.cat-nav-container ul.level0 {
    right: 0;
    position: absolute;
    background: rgba(32,
    32,
    32,
    0.9);
    padding: 1px 0 0;
    -webkit-box-shadow: 0px 10px 23px 0px rgba(0,
    0,
    0,
    0.24);
    -moz-box-shadow: 0px 10px 23px 0px rgba(0,
    0,
    0,
    0.24);
    box-shadow: 0px 10px 23px 0px rgba(0,
    0,
    0,
    0.3);
    min-width: 300px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 200ms ease;
    -moz-transition: 200ms ease;
    -o-transition: 200ms ease;
	z-index: 900;
    transition: 200ms ease;
}
.cat-nav-container ul.level0 li.level1 {
    position: relative;
}
.cat-nav-container ul.level0 li.level1 > a {
    font-size: 15px;
    line-height: 40px;
    text-decoration: none;
    padding: 0 15px;
    display: block;
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
    font-family: "Helvetica W01 Roman" Arial,
    sans-serif !important;
    color: #D3D3D3;
}
.cat-nav-container ul.level0 li.level1 > a:hover {
    background-color: #fd0;
    color: #000;
}
.cat-nav-container ul.level0 li.level1 > a span {
    font-family: "Helvetica W01 Roman";
    font-weight: normal;
}

/*.cat-nav-container ul.level0 li.level1 > a:hover {
  background-color: #dfdfdf;
}*/
.cat-nav-container ul.level0 li.level1 > a:hover span {
    color: #000;
}
.cat-nav-container ul.level0 ul.level1 {
    display: none;
}
.mobile-menu-wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    overflow-y: auto;
    background: #FFF;
    z-index: 10001;
    text-transform: capitalize;
    -webkit-overflow-scrolling: touch; /* Brings back Momentum Scroll for iOS */
}
.mobile-menu-wrapper .i_mobile-menu-wrapper {
    padding-top: 0;
}
.mobile-menu-wrapper .mmw-title {
    background: #282828;
    height: 57px;
    display: none;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font: 18px/54px Helvetica W01 Bold;
    padding: 0 20px;
    line-height: 59px;
    position: fixed;
    width: 260px;
    border-bottom: 1px solid #676767;
}
.mobile-menu-wrapper .mmw-list {
    text-align: left;
    padding: 0;
}
.mobile-menu-wrapper .mmw-list .mmw-list-item.mobile-icon-default .level-top:before {
    font-family: FontAwesome;
    /* content: "\f0da"; */
    font-size: 14px;
    color: #505050;
    padding-right: 15px;
}
.mobile-menu-wrapper .mmw-list .mmw-list-item.mmw-training a:before,
.mobile-menu-wrapper .mmw-list .mmw-list-item.mmw-brochure a:before,
.mobile-menu-wrapper .mmw-list .mmw-list-item.mmw-about a:before {
    font-family: FontAwesome;
    content: "\f129";
    font-size: 14px;
color: #505050;
    padding-right: 20px;
}
.mobile-menu-wrapper .mmw-list .mmw-list-item.mmw-account a:before {
    font-family: FontAwesome;
    content: "\f007";
    font-size: 14px;
    color: #505050;
    padding-right: 15px;
}
.mobile-menu-wrapper .mmw-list .mmw-list-item.mmw-contact a:before {
    font-family: FontAwesome;
    content: "\f095";
    font-size: 14px;
    color: #505050;
    padding-right: 9px;
}
.mobile-menu-wrapper .mmw-list .mmw-list-item.mmw-service a:before {
    font-family: FontAwesome;
    content: "\f0ad";
    font-size: 14px;
    color: #505050;
    padding-right: 15px;
}
.mobile-menu-wrapper .mmw-list .mmw-list-separator {
    height: 2px;
    border-top: 1px solid #DEDEDE;
    margin: 5px 0;
}
.mobile-menu-wrapper .mmw-list .mmw-list-item {
    padding: 12px 0;
    border-bottom: 1px solid #EAEAEA;
    text-align: center;
}
.mobile-menu-wrapper .mmw-list .mmw-list-item a {
    text-decoration: none;
    color: #3C3C3C !important;
    font-family: "Helvetica W01 Roman";
    font-weight: normal;
    font-size: 16px;
}
.mobile-menu-wrapper .mmw-list .mmw-list-item.mobile-icon-default {}
.mobile-menu-wrapper .mmw-list .mmw-list-item.mobile-icon-default.active {
    content: "";
    content: "\f0d7";
}
.mobile-menu-wrapper .mmw-list .mmw-list-item.mmw-account {}
.mobile-menu-wrapper .mmw-list .mmw-list-item.mmw-training,
.mobile-menu-wrapper .mmw-list .mmw-list-item.mmw-brochure {}
.mobile-menu-wrapper .mmw-list .mmw-list-item.mmw-service {}
.mobile-menu-wrapper .mmw-list .mmw-list-item.mmw-about {}
.mobile-menu-wrapper .mmw-list .mmw-list-item.mmw-contact {}
.mobile-menu-wrapper .mmw-list .mmw-list-item ul {
    margin: 14px 0 -13px;
    background: #F7F7F7;
    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    box-shadow: inset 0 0px 4px rgba(71, 73, 72, .19999999999999996);
}
.mobile-menu-wrapper .mmw-list .mmw-list-item ul > li {
    padding: 12px 0;
}
.mobile-menu-wrapper .mmw-list .mmw-list-item ul > li a {}
.mobile-menu-wrapper .mmw-list .mmw-list-item ul > li a span,
.mobile-menu-wrapper .mmw-list .mmw-list-item a span {
    font-family: "Helvetica W01 Roman";
}
.mobile-menu-wrapper .mmw-list .mmw-list-item ul > li a span:before {
    font-family: FontAwesome;
    /* content: "\f054"; */
    font-size: 12px;
    color: #3F3F3F;
    padding-right: 10px;
}

.mobile-menu-wrapper .form-search {
    float:none !important;
    position: relative;
}

.mobile-menu-wrapper input.input-text, textarea {
    padding: 7px 66px 7px 10px;
    border: 1px solid #CCC;
    border-bottom: 3px solid #CCC;
    width: 90%;
    font-family: "Helvetica W01 Roman";
    font-size: 14px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mobile-menu-wrapper input.input-text:focus, .mobile-menu-wrapper textarea:focus {
    border-bottom:1px;
}

.mobile-menu-wrapper .form-search .button .fa {
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 20px;
}

.mobile-menu-wrapper .form-search .button {
    position: absolute;
    right: 5%;
    width: 60px;
    top: 0px;
    height: 40px;
    background-color: #03A9F4;
    border-bottom: 3px solid #168EC3;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.mobile-menu-wrapper .fa {
    position: absolute;
    right: 30px;
    top: 16px;
    font-size: 24px;
    color: #fff;
}


.mobile-menu-wrapper .shoptitlemobile {
    text-transform: uppercase;
    font-family: "Helvetica W01 Roman";
    border-bottom: 1px solid #FFF;
    background-color: #3A3A3A;
    text-align: center;
    color: #fff;
    height: 56px;
    line-height: 56px;
}

.mobile-menu-wrapper .level-top span {
    color: #3C3C3C;
    font-family: "Helvetica W01 Roman" !important;
    font-weight: normal;
    font-size: 16px;
}


.none {display: none;}

@media (max-width: 869px) {
    .mobile-menu-wrapper {
        display: block;
    }
}

.category-products products-grid .item {
    width: 31.3333%;
    margin: 0 1% 10px 1%;
}

.col1-layout .products-grid .item {
    height: 370px;
}

.products-grid .item {
    width: 31.3333%;
    margin: 0 1% 10px 1%;
    height: 300px;
}



.products-list .item {
    width: 98%;
    margin: 0 1% 10px 1%;
}

@media (max-width: 480px) {
    .category-grid .item, {
        width: 48%;
    }
    
    .category-products .item {
        width: 98%;
        height: auto;
    }
}
.mobileTopSubMenu {
    display: none;
    margin-top: 0;
}
@media (max-width: 869px) {
    .mobileTopSubMenu {
        display: block;
        -webkit-overflow-scrolling: touch;
    }
}
.mobileTopSubMenu .mobileTopSubMenu-title {
    background: #2196F3;
    color: #FFF;
    text-align: center !important;
    text-transform: uppercase;
    text-align: left;
    font: 14px/15px Helvetica W01 Bold;
    font-weight: normal;
    padding: 14px 15px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 20px rgba(71, 73, 72, .5);
    -moz-box-shadow: 0px 0px 20px rgba(71, 73, 72, .5);
    box-shadow: 0px 0px 20px rgba(71, 73, 72, .5);
}

.mobileTopSubMenu .mobileTopSubMenu-title::before {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 14px;
    padding-right: 10px;
}


.mobileTopSubMenu .mobileTopSubMenu-content {
    text-align: left;
    font: 15px/20px "Helvetica W01 Bold";
    color: #fff;
    padding: 0;
    overflow: auto !important;
    background-color: #3289CE;
    -webkit-box-shadow: 0px 4px 10px rgba(71, 73, 72, .5);
    -moz-box-shadow: 0px 4px 10px rgba(71, 73, 72, .5);
    box-shadow: 0px 4px 10px rgba(71, 73, 72, .5);
}

.mobileTopSubMenu .mobileTopSubMenu-content li {
    padding: 8px 20px;
}
.mobileTopSubMenu .mobileTopSubMenu-content li.current,
.mobileTopSubMenu .mobileTopSubMenu-content li.curCat {
    color: #F9DC01;
    font-size: 20px;
    line-height: 35px;
    text-transform: uppercase;
    font-family: "Helvetica W01 Bold" !important;
}

.mobileTopSubMenu .mobileTopSubMenu-content a {
    color: #FFF;
    font: 14px/26px Helvetica W01 Bold;
    display: block;
    text-decoration: none;
    padding: 0 0 0 5px;
}

.mobileTopSubMenu .mobileTopSubMenu-content a::before {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 14px;
    padding-right: 10px;
}

.mobileTopSubMenu .mobileTopSubMenu-content a:hover,
.mobileTopSubMenu .mobileTopSubMenu-content a:focus {
    color: #F9DC01;
}



@media (min-width: 650px) and (max-width: 869px) {

.real-products.products-grid .item {
    float: none;
    width: 48%;
    margin: 5px 1%;
    border: 1px solid #E6E7E8;
    min-height: 220px !important;
    } 
    
    .category-grid .item {
        width: 31%;
        margin: 0 1% 10px 1%;
    }
    
}

@media (max-width: 649px) {
    
.real-products.products-grid .item {
    float: none;
    width: 100%;
    margin: 5px 0;
    border: 1px solid #E6E7E8;
    min-height: 220px !important;
    } 
    
.category-grid .item {
    width: 98%;
    height: 130px;
    margin: 0 1% 10px 1%;
    background-position: 0 0 !Important;
    background-size: contain !Important;
    background-repeat: no-repeat !Important;
}
	
	.category-grid .category-button {
    bottom: -17px;
    margin-left: -140px;
    left: 100%;
    opacity: 1;
}
	
.category-grid .title-break {
    display: none;
}
    
	.category-grid .product-detail {
		float: right;
		width: 60%;
		margin-top: 15px;
		border-right: 0;
	}
    
    
    .category-grid img {
		width: 35% !important;
		float: left;
		position: static !important;
	}
    
    .category-grid  .product-detail a { color:#fff; }
    
    .category-grid .product-name {
		font-size: 16px !important;
		font-weight: normal;
		display: block;
		float: initial;
		text-align: left;
		color: #404040;
		text-decoration: none;
		min-height: initial;
		margin: 0;
		font-family: "Helvetica W01 Roman";
		padding: 0;
	}
    
}



@media (max-width: 869px) {
    
.products-grid .product-name a {
    font-size: 16px!important;
    font-family: Helvetica W01 Roman;
}
    
     .products-grid .product-image {
        background: none repeat scroll 0 0 #FFF;
        display: block;
        margin-bottom: 5px;
        text-align: center;
        padding: 0;
    }
    .real-products.products-grid .item:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
    .real-products.products-grid .item .product-image {
    float: left;
    width: 40%;
    box-shadow: none;
    padding-bottom: 46px;
}
    .real-products.products-grid .item .product-image img {
        padding: 10px 0 0 0;
    }
    .real-products.products-grid .item .product-detail {
    min-height: 165px;
    margin-left: 40%;
    padding: 10px 10px 0 0;
    display: block;
    float: none;
    width: auto;
    padding-bottom: 50px;
}
.products-grid .actions {
    /* float: left; */
    margin-bottom: 0px;
    text-align: center;
    /* width: 60%; */
    position: absolute;
    bottom: -1px;
    /* left: 100%; */
    right: 0;
    /* height: 47px; */
}
    .real-products.products-grid .item .product-name {
        min-height: 25px;
        margin: 0 0 15px 0;
    }
    .real-products.products-grid .item .price-box {
        height: auto;
        min-height: 10px;
        text-align: left;
        bottom: 57px;
    }
    .real-products.products-grid .item .price-box p {
        display: inline-block;
    }
    .real-products.products-grid .item .price-box p.old-price {
        display: block;
    }
    .real-products.products-grid .item .price-box p.old-price .price {}
    .real-products.products-grid .item .price-box p.special-price {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .real-products.products-grid .item .price-box .price-label {
        display: none;
    }
    .real-products.products-grid .item .price-box .price {
       font-size: 18px !important;
    color: #757575;
    font-family: "Helvetica W01 Roman";
    font-weight: normal;
}
    .real-products.products-grid .item .price-box .price-excluding-tax {
        display: inline-block;
        font-weight: normal;
        padding-top: 0;
        margin: 0;
        float: left;
    }
    .real-products.products-grid .item .price-box .price-excluding-tax .price {
        color: #999999;
    }
    .products-grid .price-box {
        width: 100%;
        margin: 0;
        float: left;
        font-size: 14px;
        font-weight: bold;
        height: 42px;
    }
}
.real-products.products-grid .product-detail {
    min-height: 200px;
}
#zoomAll,
#zoomBorder,
#zoomContainer,
#zoomedBack,
#zoomedImageContainer,
#zoomLayer,
#zoomLayerImg {
    width: 100% !important;
}
#zoomContainer {
    position: relative;
}
.media_tabs {
    list-style: none;
    height: 29px;
    border-bottom: 1px solid #ccc;
}
.media_tabs li {
    float: left;
    margin: 0;
    border: 1px solid #ccc;
    background-color: #ccc;
    height: 28px;
}
.media_tabs li.last {
    border-right: 1px solid #ccc;
}
.media_tabs li.active {
    font-weight: bold;
    background-color: #fff;
    border-width: 1px 1px 0px 1px;
    height: 29px;
}
.media_tabs a {
    text-decoration: none;
    color: #333333;
    padding: 4px 10px 5px 10px;
    display: block;
}
.media_tabs .active a {
    color: #000000;
}
.media_box {
    padding: 10px 0;
    clear: both;
}
.product-img-box .video-description {
    padding-bottom: 5px;
}
.video-description {
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
}
.video-object {
    padding-bottom: 10px;
}
.only-mobile {
    display: none;
}
@media (max-width: 869px) {
    .only-mobile {
        display: block;
        font-size: 16px;
        line-height: 1.8;
        padding-bottom: 12px;
        font-family: "Helvetica W01 Light";
        color: #4D4D50;
    }
    
    .only-mobile h1 {
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    margin: 5px 0 20px;
    text-transform: uppercase;
        }
    
    .short-description .std p, .short-description .std ul, .short-description .std span {
        font-size: 16px;
    }
    
    .short-description ul li {
        font-size: 16px;
    }
}
@media (max-width: 869px) {
    .only-desktop {
        display: none !important;
    }
    .product-essential #product_addtocart_form .product-shop .productBuyBttns.only-desktop {
        display: block;
    }
}
@media (max-width: 869px) {
    .product-simple .add-to-cart br {
        display: none;
    }
    .product-simple .add-to-cart label {
        width: 50%;
        float: left;
        padding: 0;
        text-align: left;
    }
}
@media (max-width: 869px) {
    .catalog-product-view .responsive-header-wrapper .toplink-container,
    .checkout-cart-index .responsive-header-wrapper .toplink-container {
        /* display: none; */
    }
    .catalog-product-view .page,
    .checkout-cart-index .page {
        margin-top: -50px;
    }
    .catalog-product-view .page-title h1,
    .checkout-cart-index .page-title h1 {
        text-align: center;
    }
}
@media (max-width: 869px) {
    .with-account-menu .col-left {
        display: none;
    }
}
.order-list dt {
    font-weight: bold;
    float: left;
    padding-right: 5px;
}
.order-list dd.separator-h {
    border-bottom: 1px solid #808080;
    padding-bottom: 10px;
}
@media (max-width: 869px) {
    .customer-login.col2-set .col-1,
    .addresses-list.col2-set .col-1,
    .order-info-box.col2-set .col-1,
    .customer-login.col2-set .col-2,
    .addresses-list.col2-set .col-2,
    .order-info-box.col2-set .col-2 {
        float: none;
        width: 100%;
        margin: 0 0 15px 0;
    }
}
@media (max-width: 869px) {
    .order-view-table tbody tr th:nth-child(3),
    .order-view-table thead tr th:nth-child(3),
    .order-view-table tbody tr td:nth-child(3),
    .order-view-table thead tr td:nth-child(3) {
        display: none;
    }
    .order-view-table tbody tr th:nth-child(4),
    .order-view-table thead tr th:nth-child(4),
    .order-view-table tbody tr td:nth-child(4),
    .order-view-table thead tr td:nth-child(4) {
        display: none;
    }
    .order-view-table tbody tr th:nth-child(5),
    .order-view-table thead tr th:nth-child(5),
    .order-view-table tbody tr td:nth-child(5),
    .order-view-table thead tr td:nth-child(5) {
        display: none;
    }
}
.price-box-bundle .price-excluding-tax, .price-box-bundle .price-excluding-tax .price, .price-box .price-excluding-tax, .price-box .price-excluding-tax .price {
    font-size: 12px;
    color: #919195;
}
.catalog-category-view .old-price,
.catalogsearch-result-index .old-price,
.catalogsearch-advanced-result .old-price {
    min-height: 1.23em;
}
.catalog-category-view .old-price .price-including-tax .price,
.catalogsearch-result-index .old-price .price-including-tax .price,
.catalogsearch-advanced-result .old-price .price-including-tax .price {
    font-size: 16px !important;
}
.catalog-category-view .special-price .price-including-tax .price,
.catalogsearch-result-index .special-price .price-including-tax .price,
.catalogsearch-advanced-result .special-price .price-including-tax .price {
    font-size: 16px !important;
}
.catalog-old-price {
    margin: 0px !important;
}
.category-products .price-including-tax .price {
    font-size: 16px !important;
    color: #2196F3 !important;
    font-family: "Helvetica W01 Bold";
    font-weight: normal;
}
.old-price .price-label {
    white-space: nowrap;
    color: #333;
    float: left;
    text-transform: uppercase;
    font-family: "Helvetica W01 Roman";
}
.old-price .price,
.old-price .old-price .price {
    font-weight: normal;
    color: #E74C3C !important;
    text-decoration: line-through;
    font-size: 14px !important;
    font-family: "Helvetica W01 Roman";
}
.product-view .old-price .price, .product-view .old-price .old-price .price {
    font-weight: normal;
    color: #E74C3C !important;
    text-decoration: line-through;
    font-size: 18px !important;
    margin: 0;
    font-family: "Helvetica W01 Roman";
}

/* Special price */
.special-price {
    margin: 0;
    padding: 3px 0;
}
.catalog-product-view .price-including-tax {
    float: none;
}
.product-essential .price-box-bundle .price-including-tax .price, .product-essential .price-including-tax .price {
    font-size: 26px !important;
    color: #3498DB;
    margin-top: 5px;
    font-family: "Helvetica W01 Bold";
    font-weight: normal;
}
.old-price .old-price .price {
    font-size: 18px !important;
}
.catalog-category-view .old-price {
    min-height: 1.23em;
}
.catalog-category-view .old-price .price-including-tax .price {
    font-weight: normal;
    font-size: 16px !important;
    color: #e8bbb7 !important;
    font-family: "Helvetica W01 Bold";
    text-decoration: line-through;
}
.catalog-category-view .special-price .price-including-tax .price {

}
.cms-index-index .old-price .price {
    /*float: left;*/
    font-size: 16px !important;
    padding-top: 6px;
    /*padding-right: 15px;*/
}
.cms-index-index .price .price {
    float: left;
    padding-right: 15px;
    font-size: 18px !important;
    color: #F08C1F;
    font-family: "Helvetica W01 Bold";
    font-weight: normal;
}
.catalog-product-view .price-label {
    display: block;
    float: none;
}
@media (max-width: 869px) {
    .sagepaymodal {
        max-width: 100%!important;
        width: 100%!important;
    }
    .sagepaymodal div#direct3d-logos img {
        max-width: 90px;
    }
}

/**********************Chirag**************************/
.container .two-thirds .input-text.required-entry.validate-email {
    color: #D8D8D8;
    font-size: 14px;
    font-family: "Helvetica W01 Bold";
}
.container .two-thirds.column.first {
    max-width: 620px;
    width: 100%;
}
.cart #shopping-cart-table > tbody {
    padding: 20px 20px;
    background: #FFF;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid #E4E4E4;
    overflow: hidden;
}
.cart #shopping-cart-table tbody td {
    padding: 40px 10px;
}
.cart #shopping-cart-table tfoot td {
    padding: 10px;
}
.cart #shopping-cart-table thead th, .cart #shopping-cart-table thead th span {
    font-size: 17px;
    font-family: "Helvetica W01 Light";
}
#shopping-cart-table tbody tr .product-name > a {
    font-size: 16px;
    font-family: "Helvetica W01 Roman";
}
#shopping-cart-table tbody td .price {
    font-size: 16px;
    font-family: "Helvetica W01 Roman";
    color: #5F5F5F;
}
.main-container .cart > form {
    clear: both;
    float: left;
    width: 100%;
}
.cart .page-title.title-buttons {
    display: inline-flex;
    margin: 0 auto;
    text-align: center;
}
.cart .page-title h1 {
    margin: 0 auto;
}
.cart #shopping-cart-table {
    margin: 0;
}
.cart_bottom .cart_left {
    float: left;
    margin-right: 2%;
    width: 58%;
}
.col-main .cart_bottom {
    display: inline-block;
    width: 100%;
}
.cart_bottom .cart-collaterals.cart_right {
    border-radius: 0px;
    float: left;
    padding: 22px;
    width: 40%;
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #03A9F4;
    -webkit-box-shadow: 0 5px 12px rgba(71, 73, 72, 0.2);
    -moz-box-shadow: 0 5px 12px rgba(71, 73, 72, 0.2);
    box-shadow: 0 5px 12px rgba(71, 73, 72, 0.2);
}
.main-container .col-main .cart {
    max-width: 970px;
    padding: 0;
    width: 100%;
}
.cart_left #discount-coupon-form .discount > h2 {
    display: none;
}
#discount-coupon-form .discount-form {
    background: none repeat scroll 0 0 #FFF;
    padding: 15px;
    border: 1px solid #E4E4E4;
    border-radius: 3px 3px 0 0;
}
#discount-coupon-form .discount .field-wrapper #coupon_code {
    height: 40px;
    margin: 14px 0;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-family: "Helvetica W01 Roman";
    color: #646464;
    display: block;
}
#discount-coupon-form .discount-form .field-wrapper > label {
    font-size: 16px;
    font-family: "Helvetica W01 Roman";
    color: #515151;
}
.discount .field-wrapper .button span span {
    width: 150px;
}
.discount-form .field-wrapper button.button > span {
    background-color: #929196;
    border-color: #5E5D63;
}
.cart_bottom .cart_left .discount_codes {
    margin-bottom: 20px;
}
.cart_bottom .cart_left .cart_information {
    margin-bottom: 20px;
    padding: 30px 15px 10px 25px;
    background-color: #FFF;
    border: 1px solid #E4E4E4;
}
.registered-users a.f-left {
    font-family: "Helvetica W01 Roman";
    text-decoration: none;
    font-size: 14px;
    padding-left: 1px;
    color: #464646;
}
.registered-users a.f-left:hover {
    color: #6d6d6d;
}
.registered-users label.required em,
.registered-users p.required {
    display: none;
}
.cart_information .info_top {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.info_top .info_top_left {
    float: left;
    width: 65%;
}
.info_top .info_top_right {
    float: left;
    width: 35%;
}
.info_top .info_top_left > p {
    font-size: 18px;
    margin-bottom: 20px;
}
.info_top .info_top_left .number {
    margin: 0;
    font-family: "Helvetica W01 Roman";
    color: #4F4F4F;
}
.cart_information .info_bottom > p:first-child {
    display: none;
}
.cart_information .info_bottom > p:nth-child(2) {
    margin: 0 !important;
}
.container .cart-collaterals .one-third.column.last.chk_buttons {
    width: 100%;
    margin-top: 20px;
}
.cart-collaterals.cart_right .totals.only-desktop {
    display: inline-block;
    width: 100%;
}
.cart-collaterals.cart_right .totals.only-desktop > table {
    width: 100%;
}
.cart_information .info_bottom .gateway-icon {
    height: 40px;
    width: 60px;
}
.cart-collaterals .totals #shopping-cart-totals-table tr {
    font-size: 14px;
    line-height: 35.5px;
}
.cart_table_title {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
    font-family: "Helvetica W01 Roman";
    color: #515151;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 5px;
}
#shopping-cart-totals-table tbody tr .a-right {
    text-align: left !important;
    font-family: "Helvetica W01 Roman";
    font-weight: normal;
    color: #515151;
}
#shopping-cart-totals-table tbody tr .a-right .price {
    text-align: left !important;
    font-family: "Helvetica W01 Roman";
    font-weight: normal;
    color: #515151;
}
.cart #shopping-cart-table .first.last {
    line-height: 30px;
    position: relative;
}
.cart-table .even {
    border-top: 1px solid #EAEAEA;
    background-color: #FFF;
}
.cart-table .odd {
    background-color: #fff;
}
.a-center.quty > div {
    margin-left: 27px;
    position: relative;
}
.quty .cart_addremove {
    display: inline-block;
    margin: 10px auto 0 auto !important;
    float: left;
}
.cart td.quty .addQty {
    background: none;
    height: 16px;
    width: 16px;
    margin-top: 7px;
    left: 0;
    position: absolute;
    text-indent: initial;
    color: #505050;
}
.cart td.quty .minusQty {
    background: none;
    height: 16px;
    width: 16px;
    margin-top: 7px;
    position: absolute;
    margin-left: 0px;
    text-indent: initial;
    color: #505050;
}

.cart .qty-options {
    min-height: 41px;
    width: 100%;
    margin: 3px 0 0 0 !important;
}
#shopping-cart-table .no-side-padding {
    text-align: center;
}
.price_cust.only-desktop {
    text-align: center;
}
.info_top_right > img {
    max-width: 155px;
    width: 100%;
}
.checkout-cart-index .button.btn-continue > span {
    border-color: -moz-use-text-color;
    border-radius: 7px;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: hsl(207,
    7%,
    76%);
}
.checkout-cart-index .button.btn-continue:hover span {
    border-bottom: 2px solid hsl(207,
    7%,
    76%);
}
.checkout-cart-index .button.btn-continue span span {
    background: none repeat scroll 0 0 hsl(180,
    12%,
    94%);
    border-radius: 5px;
    border: medium none !important;
    color: hsl(140,
    1%,
    47%);
    font-weight: normal;
    text-transform: capitalize;
}
.cart_bottom .continue_button {
    float: left;
    width: 100%;
}
@media only screen and (max-width: 990px) {
    .discount .field-wrapper .button span span {}
}
@media only screen and (max-width: 880px) {
    #discount-coupon-form .discount .field-wrapper #coupon_code {}
}
@media only screen and (max-width: 869px) {
    .cart td.quty {}
    .checkout-cart-index .item-options dt {
        font-size: 14px;
        font-style: normal;
    }
    .checkout-cart-index .container .one-third.column {
        width: 100%;
        margin-bottom: 2%;
    }
    .checkout-cart-index .item-options dt {
        display: none;
    }
    input.qty {
        width: 3em !important;
    }
    .cart .input-text.qty {
        padding: 0px 10px;
    }
    /*.a-center.quty > div {margin-left: 12px;float: right;}*/
        .cart td.quty {
            padding: 0 !important;
            margin: 0 !important;
            width: 100% !Important;
        }
    
        .cart_bottom .cart-collaterals.cart_right {
        width: 100%;
    }
    
    .cart_bottom .cart_left {
    width: 100%;
}
    }
    #shopping-cart-table td.quty .item-options dd .price {
        float: right;
        font-size: 17px;
    }

    table#shopping-cart-totals-tabletable {
        width:100%;
    }
}
@media only screen and (max-width: 760px) {
    .discount .field-wrapper .button span span {}
}
@media only screen and (max-width: 710px) {
    #discount-coupon-form .discount .field-wrapper #coupon_code {}
}
@media only screen and (max-width: 599px) {
    .cart_bottom .cart_left {
        width: 100%;
    }
    #discount-coupon-form .discount .field-wrapper #coupon_code {
        height: 40px;
        /* margin: 0 20px; */
        /* max-width: 230px; */
        
        width: 100%;
    }
    .discount .field-wrapper .button span span {}
    .checkout-cart-index .continue_button {
        margin-bottom: 3%;
    }



}
@media only screen and (max-width: 570px) {
    #discount-coupon-form .discount .field-wrapper #coupon_code {
        /* max-width: 200px; */
        
        width: 100%;
    }
}
@media only screen and (max-width: 540px) {
    #discount-coupon-form .discount .field-wrapper #coupon_code {}
}
@media only screen and (max-width: 510px) {
    .discount .field-wrapper .button span span {}
    #discount-coupon-form .discount .field-wrapper #coupon_code {
        /* margin: 0 10px; */
        /* max-width: 140px; */
        
        width: 100%;
    }
    dl.item-options {
    float: left;
    width: 100%;
}
}
@media only screen and (max-width: 414px) {
    .cart h2.items-title {
        display: none;
    }
    .checkout-cart-index .container .one-third.column {
        width: 100%;
        margin-bottom: 6%;
        margin-top: 4%;
    }
    .checkout-cart-index .button.btn-continue {
        width: 100%;
    }
    .checkout-cart-index .button.btn-continue span span {
        padding: 0 10%;
    }
    #shopping-cart-table tbody tr .product-name > a {
        font-size: 17px;
        font-family: "Helvetica W01 Roman";
        color: #393939; 
    }
    /*.a-center.quty > div {margin-left: 12px;float: right;}*/
    .main-container .col-main .cart {
    padding: 10px 0;
    margin-bottom: 10px;
}
    #discount-coupon-form .discount-form .field-wrapper > label {
        width: 100%;
        font-size: 15px;
        float: left;
        margin: 0px 0px 3% 3%;
    }
    #discount-coupon-form .discount .field-wrapper #coupon_code {
        margin: 2% 0 5%;
        max-width: 350px;
        width: 100%;
    }
    .discount .field-wrapper .button {
        width: 100%;
        /*margin: 0 3%;*/
    }
    .info_top .info_top_left {
        float: left;
        width: 100%;
        margin-bottom: 7%;
    }
    .info_top .info_top_right {
        width: 100%;
        float: left;
    }
    .info_top_right > img {
        max-width: 155px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    input.qty {
        width: 3em !important;
    }
    .cart .input-text.qty {
        padding: 0;
        text-align: center;
    }
    .cart td.quty input {
        margin-left: 3px;
        margin-right: 8px;
    }
    .quty .cart_addremove {
    display: inline-block;
    margin: 0 10px 20px !important;
    float: right;
}
    .cart td.quty {}
    .checkout-cart-index .item-options dd {
    text-align: left;
    margin: 10px 0 16px;
            color: #757575;
    }
    .discount .field-wrapper .button span span {
        width: 100%;
    }
}
@media only screen and (max-width: 360px) {
    .cart td.quty input {
        margin-left: 0;
        margin-right: 0;
    }
    /*.cart .input-text.qty {       width: 2em !important;}*/
}
.cart_bottom .continue_button {
    margin-bottom: 25px;
}
tfoot .a-right > strong {
    border-top: 1px solid #CBCBCB;
    display: inline-block;
    font-weight: bold;
    margin-top: 3px;
}
tfoot .a-right:nth-child(1) > strong {
    padding-right: 10px;
}
@media only screen and (max-width: 869px) {
.cart td.quty .addQty {
    left: 0;
    top: -5px;
    font-size: 24px;
    height: 25px;
    width: 25px;
}
.cart td.quty .minusQty {
    left: 76px;
    font-size: 26px;
    top: -5px;
    height: 25px;
    width: 25px;
}
.cart .input-text.qty {
    left: 26px;
    font-family: "Helvetica W01 Bold";
    font-size: 14px;
}
    .a-center.quty > div {
       
    }
    
.quty .cart_addremove li a { 
    
}
    
    .quty .cart_addremove {
    display: inline-block;
    margin: 20px 0 0 0 !important;
    float: right;
    height: 50px;
width: 100%;
    text-align: right;
}
        
#shopping-cart-table td.quty .only-mobile dd .price {
    float: right;
    font-size: 18px;
    margin-top: 0px;
    text-align: center;
    width: 100%;
}
    
    .cart .qty-options {
    min-height: 41px;
            display: none;
    width: 50%;
    margin: 20px 0 0 0 !important;
    float: left;
}

.cart-table .odd {
    background-color: #fff;
    border-top: 1px solid #EAEAEA;
}
    
    td.quty dl.item-options {
    display: block;
    height: 45px;
    background-color: #F7F7F7;
    border: 1px solid #E4E4E4;
}
    .cart_addremove a {
    display: inline-block;
        text-align: center;
        min-width: 49%;
    height: 40px;
    line-height: 40px;
}
    
}
    
    
}
.checkout-cart-index .item-options dd {
    font-size: 14px;
    margin: 10px 0;
    padding-left: 0;
    font-family: "Helvetica W01 Roman";
    color: #717173;
}
#shopping-cart-table td .item-options dd .price {
    float: right;
    font-size: 14px;
}
.cat-nav-container {
    position: fixed;
    width: 100%;
    z-index: 2;
    background: #1D1D1D;
    border-bottom: 0px solid #CACACA;
    border-top: 0;
    margin-top: 18px;
}
.wrapper .page {
    margin-top: 60px;
}
@media (max-width: 869px) {
.wrapper .page {
    margin-top: 45px;
    padding: 0 5px;
}
}
.catalog-product-view .price-box .price-excluding-tax .price {
    float: left;
    font-family: "Helvetica W01 Roman";
    /* padding-left: 5px; */
}
.catalog-product-view .price-excluding-tax .label {
    float: left;
    font-family: "Helvetica W01 Roman";
}
.product-info-box .price_label {
    color: #7B7B7B;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 30px;
    font-family: "Helvetica W01 Roman";
}
.catalog-product-view .product-view .product-shop .price-box {
    margin: 0 !important;
}

.item .sale_div {
    top: 0px !important;
    position: absolute;
    background-color: #f96055;
    padding: 8px 20px;
    color: #fff;
    width: 100%;
    font-size: 14px;
    text-align: center;
    font-family: "Helvetica W01 Bold";
}

.item .sale_div img {
    width:auto !important;
}

@media (max-width: 869px) {
.item .sale_div {
    top: 25px !important;
    position: absolute;
}
}
.yotpo-question .no-border.yotpo-comments-box.visible .yotpo-header.yotpo-store-owner .yotpo-icon-profile {
    background-color: transparent !important;
}
.ap-original-price {
    padding-top: 20px;
    font-size: 14px;
    font-weight: 500;
}
.category-products .products-grid .product-image .catlanding,
.category-grid .products-grid .product-image,
.category-products .products-grid .product-image {
    -webkit-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.6);
    -moz-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.6);
    box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.6);
    margin-bottom: 0px;
}
.size-guide-info-button {
    line-height: 25px;
    color: #464646;
    height: 36px;
    font-size: 14px;
    display: inline-block;
    padding: 5px 15px 5px 10px;
    background: #E4E4E4;
    font-family: "Helvetica W01 Bold" !important;
    margin: 5px 0px 5px 0 !important;
    outline: none;
    position: relative;
    border: none;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    border-top: 2px solid #D4D4D4;
    border-radius: 4px 4px 0 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    
}

a .size-guide-info-button {
    border-bottom:0;
}

.size-guide-info-button:before {
    font-family: FontAwesome;
    content: "\f05a";
    font-size: 14px;
    color: #464646;
    padding-right: 10px;
}
.size-guide-info-button:hover {
    background-color: #F9DC01;
    border-top: 2px solid #E6D026;
    cursor: pointer;
}
.size-guide-info-header {
    color: #464646;
    font-family: "Helvetica Neue";
    font-size: 16px;
    padding: 10px 0
}
blockquote .cust-review {
    color: #000;
    line-height: 22px;
    padding: 0 10px;
    font-size: 14px;
}

label[for="p_method_sagepaydirectpro"],
label[for="p_method_sagepayserver"],
label[for="p_method_sagepayform"] {
    padding-bottom: 1px;
    padding-left: 30px !important;
    background-repeat: no-repeat;
    background-image: none !important;
    padding-top: 1px !important;
}

label[for="p_method_sagepaydirectpro"]:before {
    font-family: FontAwesome;
    content: "\f09d";
    margin: 0 9px 0 0;
    color: #6B6B6B;
    font-size: 30px;
    vertical-align: middle;
}

label[for="p_method_paypal_express"] img {
    display:none !important;
}

label[for="p_method_paypal_express"] a {
    font-size: 80%;
    text-decoration: none;
    border-bottom: 1px dotted;
    color: #3b7bbf;
    font-family: "Helvetica W01 Bold";
}

label[for="p_method_paypal_express"]:before {
    font-family: FontAwesome;
    content: "\f1f4";
    margin: 0 0px 0 8px;
    color: #3b7bbf;
    font-size: 30px;
    vertical-align: middle;
}

#payment_form_paypal_express .form-alt {
    font-size:14px;
    font-family: "Helvetica W01 Roman";
}

#p_method_sagepayserver, #p_method_sagepayform, #p_method_sagepaydirectpro {
    float: left;
    margin-right: 0;
    margin-top: 23px;
}

#embedded_widget .embedded_widget_container .embedded_widget_list .embedded_widget_list_item {
    border: none !important;
}
#embedded_widget .embedded_widget_container .embedded_widget_list .embedded_widget_list_item {
    border: none !important;
}
#embedded_widget .embedded_widget_container .embedded_widget_header .embedded-inner-header {
    font-size: 18px !important;
    font-family: Helvetica W01 Light !important;
    line-height: 28px !important;
    font-weight: normal !important;
    color: #6f6f71 !important;
    text-align: left !important;
    padding: 2px 9px;
}
#embedded_widget .embedded_widget_container {
    border: none !important;
}
#embedded_widget .embedded_widget_container .embedded_widget_header {
    border: none !important;
}
.gateway-icon {
    margin: 10px 5px;
}
.yotpo-question .no-border.yotpo-comments-box.visible .yotpo-header.yotpo-store-owner .yotpo-icon-profile {
    background-color: transparent !important;
}
.hidethis {
    display: none !important;
}
.custommenu {
    background-color: #2e2e2e;
    color: white;
    text-align: left;
    -webkit-box-shadow: 0px 10px 23px -7px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 23px -7px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 23px -7px rgba(0, 0, 0, 0.24);
}
.custommenu {
    position: absolute;
    width: 100%;
    top: 115px;
}
.innercustommenu {
    max-width: 980px;
    margin: 0 auto;
    min-height: 468px;
}
.innercustommenu .block1 {
    display: inline-block;
    float: left;
    position: relative;
    padding: 9px 12px;
    text-align: left;
    width: 23%;
    margin: 20px 2% 20px 0;
    background-color: #3A3A3A;
    border: 1px solid #404040;
    -webkit-box-shadow: 0px 10px 23px -7px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 23px -7px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 23px -7px rgba(0, 0, 0, 0.24);
    transition: all 150ms ease-out;
}

.innercustommenu .block1:hover {
    background-color: #454545;
}

.innercustommenu .block1 p {
    margin-top: 95px;
}

.innercustommenu u1 li {
    list-style: none;
    text-align: left;
}
.innercustommenu u1 li {
    line-height: 24px;
    list-style: outside none none;
    text-align: left;
    text-transform: uppercase;
    font-family: "Helvetica W01 Bold";
}
.innercustommenu .image {
    background-color: #626262;
    background-size: cover;
    height: 98px;
    width: 224px;
    overflow: hidden;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
}
.innercustommenu .block1 p a {
    color: #FD0;
    line-height: 36px;
    font-size: 15px;
    font-family: "Helvetica W01 Bold";
    text-decoration: none;
    text-transform: uppercase;
}
.innercustommenu .block1 p a:hover {
    color: #ffea61;
    line-height: 36px;
    font-size: 15px;
    font-family: "Helvetica W01 Bold";
    text-decoration: none;
    text-transform: uppercase;
}
.level-top > span {
    color: #F5F5F5;
}
.hidden-xs {
    display: none;
}
.innercustommenu .block1 a {
    text-decoration: none;
    color: #FFF;
    line-height: 2;
    font-family: "Helvetica W01 Bold";
    font-size: 13px;
}
.innercustommenu .block1 a:hover {
    color: #FD0;
}
.twelve #nav a {
    line-height: 18px;
    margin-top: 10px;
    transition: all 150ms ease-out;
    border-bottom: 2px solid #212121;
}
@media (max-width: 1020px) and (min-width:771px) {
    .innercustommenu { 
        margin-left: 15px;
    }
}
.custommenu1 .block1 p {
    text-transform: uppercase;
}
.custommenu1 .block1 {
    width: 28%;
}
.custommenu .category {
    display: inline-block;
    float: left;
    position: relative;
    padding: 9px 12px;
    text-align: left;
    width: 23%;
    margin: 20px 2% 20px 0;
    background-color: #3A3A3A;
    border: 1px solid #404040;
    -webkit-box-shadow: 0px 10px 23px -7px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 23px -7px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 23px -7px rgba(0, 0, 0, 0.24);
    transition: all 150ms ease-out;
}

.custommenu .category:hover {
    background-color: #454545;
}


.custommenu .cat-image {
    height: 98px;
    position: absolute;
    width: 100%;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
}

.category > a {
   -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    -ms-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
}

.category ul li > a {
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Helvetica W01 Bold";
    font-size: 13px;
}

.category ul {
    padding-bottom: 5px;
}

.category ul li {
    padding: 8px 0;
}

.category a:hover {
    color: #ffdd00;
}
.category > p a {
    color: #FD0;
    line-height: 36px;
    font-size: 15px;
    font-family: "Helvetica W01 Bold";
    text-decoration: none;
    text-transform: uppercase;
    display: block;
/*    margin-top: 95px;*/
}

.category > p a:hover {
    color: #FFED77;
    text-decoration: none;
    font-size: 15px;
    line-height: 36px;
}

@media only screen and (max-width: 770px) {
    .wrapper .toplink-container .shop-nav-bttn {
        display: none;
    }
    .wrapper .responsive-header-wrapper .toplink-container #search_mini_form_mobile {
        margin-right: 0;
    }
    .wrapper .responsive-header-wrapper .toplink-container #search_mini_form_mobile .form-search .button {
        top: 8px;
        right: 13px;
    }
    .wrapper .responsive-header-wrapper .toplink-container #search_mini_form_mobile .form-search .input-text {
        padding: 11px 40px 10px 8px;
        font-size: 14px;
        font-family: "Helvetica W01 Bold";
        text-transform: uppercase;
        font-weight: normal;
        color: #585858;
    }
    .wrapper .cat-nav-container.hidden-xs {
        display: none;
    }
}
.mb {
    width: 210px;
    padding: 15px 0px;
    margin: 10px 1%;
    min-width: 180px;
    border-bottom: 2px solid;
    text-align: center;
    display: inline-block;
    border-radius: 0px;
    font-family: "Helvetica" sans-serif;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,
    0,
    0,
    0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.mb:first-child {
    margin-left: 0 !important;
}
.mb:last-child {
    margin-right: 0 !important;
}
.mb-green {
    background-color: #2ecc71;
    border-bottom-color: #229a55;
    color: #fff;
    text-shadow: 0px 2px 0px rgba(38,
    155,
    87,
    1);
}
.mb-green:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.mb-grey {
    background-color: #ebebeb;
    border-bottom-color: #c3c3c3;
    color: #4e4e4e;
    text-shadow: 0px 0px 0px rgb(222,
    222,
    222);
}
.mb-grey:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.yotpo .text-m {
    font-size: 13px;
    margin: 0 0 0 10px;
    line-height: 22px;
}
.morale-bar {
    width: 100%;
    padding: 20px 0;
    margin-top: 0px;
    background-color: #03A9F4;
}
.morale-bar span {
    width: 24%;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    display: inline-block;
    font-family: "Helvetica W01 Bold";
}

@media (max-width: 869px) {
    .morale-bar span {
        width: 100%;
        padding: 17px 0;
        display: block;
    }
    .morale-bar {
        display: none;
    }
}

/* Begin Navigation Highlighting */
.nav-red {
    background-color: #E74C3C;
    border-bottom: 1px solid #A83D31;
}
.nav-red:hover {
    background-color: #b93d30;
    border-bottom: 1px solid #7b2d25;
}
.nav-red:active {
    background-color: #E74C3C;
    border-bottom: 1px solid #A83D31;
}
.nav-red::before {
    font-family: FontAwesome;
    content: "\F005";
    margin: 0 -10px 0 12px;
    color: #FFF;
    font-size: 14px;
    text-shadow: 0px 1px 0px #762B23;
}
.nav-red > a span,
.cat-nav-container li.level0.active > .nav-red a span {
    color: #fff !important;
    text-shadow: 0px 1px 0px #762b23;
}
.nav-red > a:hover span {
    color: #fff !important;
}
.nav-green {
    background-color: #2ecc71;
    border-bottom: 1px solid #20a257;
}
.nav-green:hover {
    background-color: #20a257;
    border-bottom: 1px solid #1b8045;
}
.nav-green:active {
    background-color: #2ecc71;
    border-bottom: 1px solid #20a257;
}
.nav-green::before {
    font-family: FontAwesome;
    content: "\F005";
    margin: 0 -10px 0 12px;
    color: #FFF;
    font-size: 14px;
    text-shadow: 0px 1px 0px #1b8045;
}
.nav-green > a span,
.cat-nav-container li.level0.active > .nav-green a span {
    color: #fff !important;
    text-shadow: 0px 1px 0px #1b8045;
}
.nav-green > a:hover span {
    color: #fff !important;
}
.nav-yellow,
.nav-refresh {
    background-color: #fd0;
    border-bottom: 1px solid #d1b602;
}
.nav-yellow:hover, .nav-refresh:hover {
    background-color: #e8c900;
    border-bottom: 1px solid #b49c00;
}
.nav-yellow:active, .nav-refresh:active {
    background-color: #fd0;
    border-bottom: 1px solid #e8c900;
}
.nav-yellow::before {
    font-family: FontAwesome;
    content: "\F005";
    margin: 0 -10px 0 12px;
    color: #393939;
    font-size: 14px;
}
.nav-refresh::before {
    font-family: FontAwesome;
    content: "\f021";
    margin: 0 -10px 0 12px;
    color: #393939;
    font-size: 14px;
}
.nav-yellow > a span,
.nav-refresh > a span,
.cat-nav-container li.level0.active > .nav-yellow a span,
.cat-nav-container li.level0.active > .nav-refresh a span {
    color: #393939 !important;
}
.nav-yellow > a:hover span
.nav-refresh > a:hover span {
    color: #393939 !important;
}

/* End Navigation Highlighting */

/* Begin Static Banner */
.static-banner-img {
    max-width: 1680px;
    margin: 47px auto 0;
    display: inline-block;
    -webkit-box-shadow: 0px 10px 23px 0px rgba(0,
    0,
    0,
    0.24);
    -moz-box-shadow: 0px 10px 23px 0px rgba(0,
    0,
    0,
    0.24);
    box-shadow: 0px 10px 23px 0px rgba(0,
    0,
    0,
    0.24);
    position: relative;
}
.static-banner-img .cta {
    position: absolute;
    width: 300px;
    bottom: 10%;
    left: 50%;
    margin-left: -150px;
    padding: 15px 0;
    border: 2px solid #FFF;
    color: #FFF;
    font-size: 25px;
    text-transform: uppercase;
    font-family: "Helvetica W01 Roman";
}

/*
.static-banner-img .cta::before {
    font-family: FontAwesome;
    content: "\F07A";
    color: #fff;
      margin-right: 20px;
}
*/
.static-banner-img .cta:hover {
    color: #46443C;
}
.static-banner-img-mobile {
    display: none;
    max-width: 870px;
    margin: 24px auto 0;
}
.static-banner-img img,
.static-banner-img-mobile img {
    width: 100%;
}
.static-banner-img img a,
.static-banner-img-mobile img a {
    outline: none;
    border: none;
}
@media (max-width: 869px) {
    .static-banner-img {
        display: none;
    }
    .static-banner-img-mobile {
        display: inline-block;
    }
}

/* End Static Banner */
.products-grid .yotpo {
    /* direction: LTR; */
    clear: both;
    /* position: absolute; */
    /* bottom: 85px; */
    /* left: 7px; */
    margin: 10px 0 0 7px;
}
/*
.products-grid .yotpo.bottomLine .standalone-bottomline .yotpo-icon.yotpo-icon-star {
    width: 15px !important;
    height: 15px !important;
    background-position: -170px 0;
}
*/
.products-grid .yotpo .text-m {
    font-size: 11px;
    line-height: 21px;
}

/*
.products-grid .yotpo.bottomLine .standalone-bottomline .yotpo-icon.yotpo-icon-half-star {
    background-position: -184px 0;
}
.products-grid .yotpo.bottomLine .standalone-bottomline .yotpo-icon {
    width: 15px !important;
    height: 15px !important;
}
*/
@media only screen and (max-width: 869px) {
    .products-grid .yotpo {
    direction: LTR;
    clear: both;
    position: absolute;
    bottom: 55px;
    right: 15px; left: initial;
    text-align: left;
    display: none;
}
.product-view {
    padding: 10px;
    margin-top: -10px;
}
}
.top-buttons {
    margin: 20px 0;
}
.clear {
    width: 100%;
    clear: both;
}
.continue-shopping {
    font-family: "Helvetica W01 Roman";
    text-decoration: none;
    font-size: 14px;
    color: #6F6F6F;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
@media (max-width: 869px) {
    .continue-shopping {
    margin-top: 14px;
    display: block;
    padding: 20px;
    text-align: center;
}
}
.continue-shopping::before {
    content: "\f0a8";
    font-family: FontAwesome;
    padding-right: 5px;
}
.continue-shopping:hover {
    background-color: #FBFBFB;
}
.footer-column .pf {
    color: #6B6B6B;
    margin: 30px 10px 0;
    font-size: 39px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.footer-column .pf:hover {
    color: #FFF;
}
.info_bottom .pf {
    color: #383838;
    margin: 30px 10px 0;
    font-size: 39px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.info_bottom .pf:hover {
    color: #000000;
}
.form-language {
    float: left;
    width: auto;
}
.select-storeul li {
    display: inline;
    padding-right: 4px;
}
.form-language .select-storeul {
    padding-top: 9px;
}
.stock_status {
    display: inline-block;
    clear: left;
    padding: 10px 10px;
    border-radius: 3px;
    background-color: #F45D4E;
    border-bottom: 2px solid #C74D41;
    margin: 30px 0 0;
    font-size: 14px;
    font-family: "Helvetica W01 Bold";
    color: #fff;
    z-index: 10;
    position:relative;
    -moz-animation: fadein 1s ease-in-out;
    -webkit-animation: fadein 1s ease-in-out;
    -o-animation: fadein 1s ease-in-out;
    animation: fadein 1s ease-in-out;
    -moz-animation-delay: 3.5s;
    -webkit-animation-delay: 3.5s;
    -o-animation-delay: 3.5s;
    animation-delay: 3.5s;
    animation-fill-mode: forwards;
    opacity:0;
}

.in-stock {
    border-bottom: 0px;
    font-family: "Helvetica W01 Roman";
    color: #2ecc71;
    display: block;
    clear: both;
    font-size: 16px;
    padding: 15px 0 0;
}

@-moz-keyframes fadein {
    /* Firefox */
    from {
        opacity: 0;
        bottom: 15px;
    }
    to {
        opacity: 1;
        bottom: 0px;
    }
}
@-webkit-keyframes fadein {
    /* Safari and Chrome */
    from {
        opacity: 0;
        bottom: 15px;
    }
    to {
        opacity: 1;
        bottom: 0px;
    }
}
@-o-keyframes fadein {
    /* Opera */
    from {
        opacity: 0;
        bottom: 15px;
    }
    to {
        opacity: 1;
        bottom: 0px;
    }
}
@keyframes fadein {
    from {
        opacity: 0;
        bottom: 15px;
    }
    to {
        opacity: 1;
        bottom: 0px;
    }
}
.stock_status span {
    font-family: "Helvetica W01 Roman";
    padding-top:10px;
    display:block;
}
@media (max-width: 869px) {
    .stock_status {
        clear: left;
        text-align: center;
        width: 100%;
    }
}


.mobileTopSubMenu .currentCat {
    position: relative;
background-color: #3080BF !important;
    padding: 10px 20px !important;
}

.mobileTopSubMenu .catcontainer {
    background: none !important;
}
/*
.currentCat::before {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 12px;
    color: #8E8E8E;
    position: absolute;
    left: 7px;
    top: 17px;
} */

.upgrade-steps {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}

.upgrade-steps li {
    display: inline-block;
    width: 31%;
    padding: 20px;
    list-style: none;
    margin: 1%;
    color: #444;
    background-color: #FFF;
    min-height: 270px;
    float: left;
    -webkit-box-shadow: 0 4px 7px rgba(71,73,72,0.06);
    -moz-box-shadow: 0 4px 7px rgba(71,73,72,0.06);
    box-shadow: 0 4px 7px rgba(71,73,72,0.06);
}

.upgrade-button {
    display: inline-block;
    height: 45px;
    background-color: #FD0;
    padding: 0 0 0 0;
    text-transform: uppercase;
    color: #30393B;
    border-radius: 4px;
    line-height: 45px;
    width: 40%;
    font-family: "Helvetica W01 Roman";
    margin-top: 40px;
    -webkit-box-shadow: 0 4px 7px rgba(71,73,72,0.06);
    -moz-box-shadow: 0 4px 7px rgba(71,73,72,0.06);
    box-shadow: 0 4px 7px rgba(71,73,72,0.06);
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.upgrade-button:hover {
    background-color: #fff283;
}

@media (max-width: 869px) {
    
    .upgrade-steps li {
        display: block;
        width: 85%;
        padding: 20px;
        list-style: none;
        margin: 20px auto;
        float: none;
        min-height: auto;
    }
    
    .upgrade-button {
        margin: 10px auto 0;
        width: 77%;
    }
    
}

.languageurl-flag {
    left: 5px;
    margin: 0 auto;
    max-width: 150px;
    position: fixed;
    top: 13px;
    z-index: 9999;
}
.languageurl-flag .select-storeul {
    margin: 0 auto;
    text-align: left;
    z-index: 9999 !important;
}
.languageurl-flag .select-storeul li a {
    color: transparent;
    font-size: 0;
    margin: 0 2px;
}

.languageurl-flag .select-storeul li a img { 
	-webkit-filter: grayscale(1);
  	filter: grayscale(1);
	transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
}

.languageurl-flag .select-storeul li a img:hover { 
	-webkit-filter: grayscale(0);
  	filter: grayscale(0);
}

.header .form-search .input-text:focus { 
    width:300px;
}

.product-sku {
    color: #7d7c7c;
    font-size: 12px;
    display: inline-block;
    padding: 3px 7px;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    margin-top: 10px;
	border-radius: 3px;
}

.stock-info {
    display: block;
    position: relative;
}

.stock-info strong {
    font-family: "Helvetica W01 Roman" !important;
}

.stock-info span {
    color: #2ecc71;
    font-size: 16px;
    padding: 8px 0 8px 1px;
    display: block;
    font-family: "Helvetica W01 Roman";

}

.stock-info span.stock-status {
    color: #444 !important;
    background-color: #FFEBEE;
    border-left: 40px solid #F44336;
    padding: 15px 15px;
    margin: 20px 0;
    font-size: 14px;
    position: relative;
    -webkit-box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.44);
}

.stock-info .stock-status .fa {
    position: absolute;
    left: -23px;
    top: 50%;
    height: 25px;
    font-size: 25px;
    margin-top: -11px;
    color: #fff;
} 

.stock-info .stock-status a {
    color: #464646;
    text-decoration: none;
    font-family: "Helvetica W01 Bold";
    border-bottom: 1px solid #afafaf;
}


.stock-info .size-guide-button {
    position: absolute;
    height: 45px;
    min-width: 150px;
    background-color: #03A9F4;
    right: 4px;
    top: 50%;
    border-radius: 4px;
    margin-top: -23px;
    color: #fff;
    font-size: 16px;
    line-height: 43px;
    font-family: "Helvetica W01 Bold";
    text-decoration: none;
    text-align: center;
    transition: background-color 150ms ease-out;
    -moz-transition: background-color 150ms ease-out;
    -webkit-transition: background-color 150ms ease-out;
    -webkit-box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.76);
    -moz-box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.76);
    box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.76);
}

.stock-info .size-guide-button:hover {
    background-color: #3ec3ff;
}

.stock-info .size-guide-button:hover i {

}
@media (max-width: 869px) {
    .stock-info .size-guide-button {
        position: static;
        min-width: auto;
        right: initial;
        display: block;
        margin-top: 26px;
    }
}
 
.stock-info .size-guide-button i {
    padding: 0 10px 0 0;
    color: #fff;
    font-size: 16px;
    transition: background-color 150ms ease-out;
    -moz-transition: background-color 150ms ease-out;
    -webkit-transition: background-color 150ms ease-out;
}

.product-actions {
    font-family: "Helvetica W01 Roman";
    color: #545454;
    font-size: 14px;
    line-height: 1.5;
    background-color: #F7F7F7;
    border: 1px solid #DEDEDE;
    padding: 10px;
    border-radius: 0px;
    margin-top: 15px;
    -webkit-box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.44);
}

@media (max-width: 869px) { 
    
    .product-actions { background: #fff; border:0px; }
    
    
}

.short-description-excerpt {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #DEDEDE;
    position: relative;
}

.short-description-excerpt p {
    font-family: "Helvetica W01 Roman";
}

.product-shop-description {
    -webkit-box-shadow: 0 1px 2px rgba(71,73,72,.19999999999999996);
    -moz-box-shadow: 0 1px 2px rgba(71,73,72,.19999999999999996);
    box-shadow: 0 1px 2px rgba(71,73,72,.19999999999999996);
    padding:27px;
    background-color: #fff;
}

@media (max-width: 869px) { 
    
    
    .product-shop-description {
        
    -webkit-box-shadow:0 0px 0px rgba(71,73,72,.19999999999999996);
    -moz-box-shadow: 0 0px 0px rgba(71,73,72,.19999999999999996);
    box-shadow: 0 0px 0px rgba(71,73,72,.19999999999999996);
    padding:10px;
        
        
    }
    
    
}

.read-more {
    color: #424242;
    text-decoration: none;
    font-family: "Helvetica W01 Roman";
    /* border-bottom: 2px solid #baddf4; */
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    position: absolute;
    right: 0;
    bottom: 0;
background-color: #F3F3F3;
    padding: 3px 15px;
    width: 100%;
    text-align: center;
}

.read-more:hover {
    background-color:#ccc;
}

.product-extras {
    background: #FFF;
    margin-bottom: 5px;
    margin-top: 20px;
    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    box-shadow: 0 1px 2px rgba(71, 73, 72, .19999999999999996);
    padding: 10px;
     transition: height 250ms ease-in-out;
}

.product-extras div p {
    font-size: 14px;
    padding: 15px;
    font-family: "Helvetica W01 Roman";
    color: #585858;
}

@media (max-width: 869px) {  
    .product-extras { 
        margin-top: 0;
    }
}

.product-extras h2 {
    font-size: 24px;
    margin: 20px 0 0 16px;
    font-family: "Helvetica W01 Bold";
}

.yotpo .yotpo-small-box {
    display: none;
}

.yotpo .promoted-products-box .yotpo-main-title {
    margin-bottom: 0 !important; 
    margin-top: 0 !important; 
    padding-left: 16px;
    padding-top: 35px;
    font-size: 24px;
    font-family: "Helvetica W01 Bold";
}

.short-description img {
    max-width:100%;
}

.product-view .short-description table {
    width:100%;
    text-align: center;
}

.short-description table {
    border: 1px solid #E2E2E2;
    width: 80%;
    margin: 50px auto;
    -webkit-box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.24);
    font-size: 16px;
}

.short-description table tr td { text-align: center;  border: 1px solid #E2E2E2; }

.short-description table tr td h2 {
    font-family: "Helvetica W01 Light" !important;
    padding: 20px 0;
    margin: 0 !important;
    font-size: 22px !important;
}

.yotpo .yotpo-modal .yotpo-modal-header {
    height: 90px !important;
    background: #2196F3 !important;
}


.yotpo .yotpo-modal .yotpo-modal-dialog {
    height: 80% !important;
    max-height: initial !important;
    min-height: 150px !important;
    width: 70% !important;
    margin: 0 auto !important;
    max-width: initial !important;
    z-index: 900 !important;
    overflow: hidden !important;
    position: relative !important;
    -webkit-transition: top 0.7s ease-in-out 0.1s !important;
    -moz-transition: top 0.7s ease-in-out 0.1s !important;
    -ms-transition: top 0.7s ease-in-out 0.1s !important;
    -o-transition: top 0.7s ease-in-out 0.1s !important;
    transition: top 0.7s ease-in-out 0.1s !important;
}

.yotpo .yotpo-modal .modal-body-wrapper .yotpo-modal-body {
    position: relative !important;
    max-height: initial !important;
    min-height: initial !important;
    max-width: inherit !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    background: #fff !important;
    height: 100% !important;
}

.yotpo .yotpo-modal .yotpo-modal-header .modal-title {
    text-transform: uppercase !important;
    padding: 0 !important;
    text-align: center !important;
    height: 90px !important;
    line-height: 100px !important;
}

.yotpo div, .yotpo span, .yotpo p, .yotpo a, .yotpo img, .yotpo i, .yotpo strong, .yotpo sup, .yotpo ul, .yotpo li, .yotpo form, .yotpo label {
    font-family: "Helvetica W01 Roman" !important;
}

.yotpo .yotpo-modal.yotpo-modal-active .yotpo-modal-dialog {
    top: 8% !important;
}

.yotpo .yotpo-testimonials-btn span {
    font-family: "Helvetica W01 Bold" !important;
}

sub { vertical-align: sub; font-family: inherit; }
sup { vertical-align: super; font-family: inherit; }

sub, sup { font-size:70%; }

strong sub, strong sup { font-family: "Helvetica W01 Bold"; }

.disqus-hook { margin: 10px 0; }

.disqus-hook a:before { font-family: FontAwesome; font-size:inherit; content:"\f086"; padding-right:5px; }

.disqus-hook a {
  color: #828282;
  text-decoration: none;
  font-size: 15px;
  font-family: "Helvetica W01 Roman";
}

.yotpo .yotpo-regular-box {
    border-top: 0px solid #e3e3e3 !important;
}


.product-badge-bar {
    background-color: #ffe055;
    -webkit-box-shadow: 0 1px 2px rgba(71,73,72,.19999999999999996);
    -moz-box-shadow: 0 1px 2px rgba(71,73,72,.19999999999999996);
    box-shadow: 0 2px 4px rgba(71, 73, 72, 0.11);
}

.product-badge-bar .four.columns {
    margin: 0;
    text-align: center;
    color: #313131;
    font-size: 20px;
    padding: 50px 0;
}

.product-badge-bar .four.columns p:first-child {
    font-size: 24px;
}

.product-badge-bar .four.columns p:last-child {
    font-size: 17px;
    font-family: "Helvetica W01 Roman";
    margin-top: 15px;
}

@media (max-width: 869px) { 
  
  .product-badge-bar .four.columns {
    padding: 20px 0;
  }
  
} 

.cart-payment-options {
    display: block;
    margin-top: 25px;
    text-align: center;
}

.cart-payment-options i {
    font-size: 36px;
    padding: 10px 15px;
    text-align: center;
    display: inline-flex;
    color: #676767;
}

@media (max-width: 869px) { 
  .cart-payment-options {
    margin-bottom: 25px;
  } 
}

.navigation-block {
    clear: both;
    min-height: 575px;
    padding: 30px 0 50px;
}

.navigation-block .menu-block {
    width: 33%;
    display: inline-block;
    float: left;
    margin-bottom: 30px;
    border-left: 1px solid #5d5d5d;
    padding-left: 15px;
}

.navigation-block .menu-block p {
    font-size: 20px;
    color: #fd0;
    font-family: "Helvetica W01 Roman";
    margin: 0 0 10px 0;
}

.navigation-block .menu-block p a {
    color: inherit;
    text-decoration: none;
    font: inherit;
    font-size: inherit;
}

.navigation-block .menu-block-dash {
  height:210px;
  width:1px;
  background: #ccc;
  display: inline-block;
  float: left;
}

 .navigation-block .menu-block ul li a {
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    font-family: "Helvetica W01 Roman";
    padding: 0 0 5px 0;
    display: block;
}

.navigation-block .title-block-underscore {
    background: #fd0;
    width: 35px;
    height: 2px;
    margin-bottom: 30px;
    display: block;
}

.navigation-block .title-block {
    font-size: 26px;
    margin-bottom: 5px;
    font-family: "Helvetica W01 Light";
    color: #fff;
}

.checkout-onepage-index .page {
    padding: 0!important;
    border: 1px solid #ccc!important;
    background-color: #fff!important;
    border-radius: 5px;
    overflow: hidden;
    max-width: 1080px;
    margin-top: 100px;
    position: relative;
}

.new-product {
	position: absolute;
    top: 10px;
    left: 0;
    background-color: #F44336;
    padding: 10px;
    font-family: "Helvetica W01 Bold";
    color: #fff;
    font-size: 12px;
    -webkit-box-shadow: 0 4px 7px rgba(71,73,72,0.06);
    -moz-box-shadow: 0 4px 7px rgba(71,73,72,0.06);
    box-shadow: 0 4px 7px rgba(71,73,72,0.06);
}

.category-product-sku {
    position: absolute;
    top: 210px;
    font-family: "Helvetica W01 Roman";
    left: 10px;
    color: #a5a5a5;
    font-size: 11px;
    padding: 3px 7px;
    background-color: #fff;
    /* border-radius: 2px; */
    border: 1px solid #e4e4e4;
    /* -webkit-box-shadow: 0 2px 3px rgba(71, 73, 72, 0.11); */
    -moz-box-shadow: 0 2px 3px rgba(71, 73, 72, 0.11);
    /* box-shadow: 0 2px 3px rgba(71, 73, 72, 0.11); */
}

@media (max-width: 869px) { .category-product-sku { display:none; } }

.sitewide-message {
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 15px 5px;
    background-color: #F44336;
    z-index: 999999;
    color: #fff;
}

.sitewide-message p {
    font-family: "Helvetica W01 Roman";
    font-size: 14px;
}

@media (max-width: 869px) {
	.sitewide-message {
    padding: 10px;
}
}

.checkout-onepage-index .signature-text {  clear: left;  color: red;}