/**
 * 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@magento.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.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
.img-responsive{display: block;max-width: 100%;height: auto;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: 'arboria_bookbook';
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/*
 * Removes default margin.
 */
body {
    margin: 0;-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000!important;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a{}
a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
input[type="checkbox"]{
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    opacity: 0;display:none;
}
input[type="checkbox"] + label,
.checkbox-add-compare-ajax input[type="checkbox"] + span{
    font-size: 13px;
    font-weight: normal;
    padding-left: 27px!important;
    vertical-align: middle;
    line-height: 22px;
    cursor: pointer;
    display: inline-block;
    position:relative;
    text-transform: uppercase;
    color: #777676;
}
input[type="checkbox"] + label:before,
.checkbox-add-compare-ajax input[type="checkbox"] + span:before{
    content:'';
    width: 17px;
    height: 17px;
    left: 0px;
    top: 2px;
    background-position: 0 -118px!important;position:absolute;
}
input[type="checkbox"]:checked + label:before,
.checkbox-add-compare-ajax input[type="checkbox"]:checked + span:before
{
    background-position: -20px -118px!important;
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* Prevent tap highlight on iOS/Android */
    -webkit-text-size-adjust: 100%;
    /* Prevent automatic scaling on iOS */
}

body {
    background: #FFFFFF;
    color: #777676!important;
    line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

th,
code,
cite,
caption {
    font-weight: normal;
    font-style: normal;
    text-align: left;
}

address {
    font-style: normal;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    display: inline-block;
}

ol,
ul {
    list-style: none;
}

q:before,
q:after {
    content: '';
}

input:focus,
input[type="search"]:focus {
    outline-offset: -2px;
}

input[type="search"] {
    -webkit-appearance: none;
    /* 1 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* 2 */
    box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a, button {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

body,
button,
input,
select,
table,
textarea {
    font-family: "arboria_bookbook", Verdana, Arial, sans-serif;
    color: #777676;
    font-size: 17px;
    line-height: 1.5;
}

a {
    color: #777676;
    text-decoration: none;
}

a:hover {
    color: #0090b9;
    text-decoration: underline;
}

a:focus {
    outline-color: #0090b9;
    color: #0090b9;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
body.logged-in-loading {
    background: url('../images/loading.gif') no-repeat center center transparent;
    pointer-events: none;
    opacity: 0.5;
}
h1, .h1 {
    margin: 0;
    margin-bottom: 0.7em;
    color: #777676;
    font-family: "arboria_bookbook", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
}

h2, .h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #777676;
    font-family: "arboria_bookbook", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
}

h3, .h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #777676;
    font-family: "arboria_bookbook", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

h4, .h4 {
    margin: 0;
    margin-bottom: 10px;
    color: #777676;
    font-family: "arboria_bookbook", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

h5, .h5 {
    margin: 0;
    margin-bottom: 10px;
    color: #777676;
    font-family: "arboria_bookbook", Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

h6, .h6 {
    margin: 0;
    margin-bottom: 5px;
    color: #777676;
    font-family: "arboria_bookbook", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
    margin-bottom: 1em;
}

.availability {
    margin-bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
}

.availability .label {
    display: none;
}

.availability.in-stock {
    color: #11b400;
}

.availability.available-soon,
.availability.out-of-stock {
    color: #df280a;
}

.availability-only {
    color: #df280a;
    margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
    font-weight: normal;
    margin-bottom: 15px;
    color: #777676;
    font-family:'Arboria-Bold';
    font-size:43px;
    text-transform:uppercase;
}
.page-title h1{
    padding: 40px 0 0 0;
}

/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
    margin-bottom: 25px;
}

.col-left-first .block:last-of-type {
    margin-bottom: 0;
}

.block-title {
    position: relative;
    padding: 20px 0 0;
    margin-bottom: 5px;
    border-top: 1px solid #cccccc;
}
.block-title h2,
.block-title h3,
.block-title strong {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    color: #0090b9;
    margin-bottom: 0;
    text-transform: uppercase;
}
.block-title small {
    font-size: 100%;
    font-weight: normal;
}

body:not(.customer-account) .block:first-child .block-title {
    border-top: none;
    padding-top: 0;
}

.block-subtitle {
    font-weight: bold;
    margin-bottom: 7px;
}

.block-content {
    margin-top: 5px;
}

.block-content.unpad {
    padding: 0;
}

.block-content li.item {
    margin: 0 20px 20px 0;
}
.block-content #compare-items li.item{
    margin: 5px 25px 5px 0;
}
.block-content li.item:last-child {
    margin-bottom: 0;
}

.block .actions {
    margin: 10px 0 0;
    line-height: 43px;
}
.block .actions:after {
    content: '';
    display: table;
    clear: both;
}
.block .actions a {
    float: left;
}
.block .actions .button {
    float: right;
}
#reorder-validate-detail .actions .button{
    float: left;
    margin-bottom: 10px;
}
.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
    line-height: 33px;
    margin-right: 5px;
}


/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
    padding-top: 0;
    border-top: none;
}
.block-account li,
.block-cms-menu li {
    font-size: 17px;
    margin: 5px 0;
}
.block-account li strong,
.block-cms-menu li strong {
    font-weight: 400;
    color: #0090b9;
}
.block-account li a,
.block-cms-menu li a {
    color: #777676;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
    color: #3399cc;
    text-decoration: none;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.sidebar .actions .button,
.button.button-secondary {
    background: #dddddd;
    color: #636363;
    padding: 7px 15px;
}

.sidebar .actions .button:hover,
.button.button-secondary:hover {
    background: #d0d0d0;
    cursor: pointer;
}
.sidebar .actions .button:active,
.button.button-secondary:active {
    background: #c4c4c4;
    color: #636363;
}

.sidebar .actions .button:focus,
.button.button-secondary:focus {
    color: #636363;
    background: #c4c4c4;
    outline: none;
}

.sidebar .actions button.button {
    white-space: normal;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;border:0 none;
    float:left;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;background-color: #777676;height:43px;line-height:43px;min-width:129px;font-family: "arboria_bookbook";margin:0;padding:0 25px;font-size: 22px;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
    background-color: #008fb9;
    cursor: pointer;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
    background: #008fb9;
    color: #FFFFFF;
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
    background-color: #008fb9;
    outline: none;
    color: #FFFFFF;
}

a.button {
    text-decoration: none;
}

a.button:hover {
    color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
    background: #C8C8C8;
    opacity: 0.6;
    cursor: not-allowed;
}

/* Adjacent buttons */
.button + .button {
    margin-left: 5px;
}

.button2 {
    border: 0;
    padding: 0;
    margin: 0;
    background: #777676;
    line-height: 43px;
    height: 43px;
    cursor: pointer;
    vertical-align: middle;
    color: #fff;
    font-size: 22px;
    border-radius: 5px;
    width: 195px;
    text-align: center;
}

.button2:focus {
    outline: none;
}

.button2 span,
.button2 span span {
    line-height: 43px;
    height: 43px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    text-decoration: none;

}
.button2:hover{
    background: #0090b9;
}

/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
    float: left;
}

.paypal-after .paypal-or {
    float: left;
}

.paypal-or {
    line-height: 34px;
    margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
    float: left;
}

.paypal-button {
    line-height: 0px;
}

.paypal-button img {
    display: inline;
}

/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
    clear: both;
    border-top: 1px solid #ccc;
    text-align: right;
    margin: 0;
    padding: 10px 0;
}
.buttons-set p.required {
    margin: 0;
    margin-left: 10px;
    line-height: 43px;
    float: right;
}
.buttons-set .back-link {
    float: left;
    margin: 0;
    line-height: 43px;
}
.buttons-set a:not(.button) {
    line-height: 20px;
    display: inline-block;
    padding: 5px;
}
.buttons-set button.button {
    float: right;
    margin-left: 0;
    min-width: 140px;
}
.buttons-set:after {
    content: '';
    display: table;
    clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {

}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
    overflow: hidden;
    /*margin: 0 0 15px;*/
    padding: 10px 0;
    background-color: #f5f5f5;border-top:1px solid #c5c5c5;
}

.breadcrumbs li {
    float: left;
    font-size: 15px;
}

.breadcrumbs a {
    float: left;
    color:#777676;
}

.breadcrumbs a:hover {
    color: #008fb8;
    text-decoration:none;
}

.breadcrumbs strong {
    color: #008fb8;
    font-weight: normal;
}

.breadcrumbs span{
    background-position: -2px -84px!important;
    width: 4px;
    height: 7px;
    float: left;
    margin: 8px 7px 0 7px;
    text-indent: -9999px;
}

/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
    display: inline-block;
    width: 24px;
    height: 26px;
    border: 1px solid #ededed;
    text-align: center;
    /* Hide text */
    font: 0/0 a ;
    text-shadow: none;
    color: transparent;
    position: relative;
}
.btn-remove:hover,
.btn-previous:hover {
    background-color: #3399cc;
    border-color: #3399cc;
    text-decoration: none;
}
/*.btn-remove:after {*/
/*color: #777676;*/
/*content: "X";*/
/*font-family: arboria_bookbook;*/
/*font-size: 18px;*/
/*font-weight: normal;*/
/*height: 24px;*/
/*line-height: 24px;*/
/*width: 100%;*/
/*}*/
/*.btn-remove:hover:after {*/
/*color: #FFFFFF;*/
/*text-decoration: none;*/
/*}*/
.btn-remove,
.btn-remove2 {
    background: url("../images/icon_sprite.png") -119px -39px no-repeat;
    border: none;
    vertical-align: top;
}
.btn-remove:hover,
.btn-remove2:hover{
    background:  #3399cc url("../images/icon_sprite.png") -46px -1274px no-repeat;
}
.btn-previous:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #3399cc;
    border-left: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -4px;
}
.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
    float: right;
    margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
    margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
    overflow-y: auto;
    max-width: 670px;
    max-height: 125px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #cccccc;
    background: #f4f4f4;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
    margin-left: 10px;
    font-size: 13px;
    line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
.main-container,
.footer-container {
}
.main-container:after,
.footer-container:after {
    content: '';
    display: table;
    clear: both;
}

.footer-container {
    padding-top: 0px;
}

/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.col-left,
.col-right,
.col-main {
    padding: 0 10px;
}

.col-left {
    float: left;
    width: 25%;
    padding-left: 0;
    /* Remove the 15px padding */
    clear: left;
}
.col-left img {
    max-width: 100%;
}

.col-right {
    float: right;
    width: 25%;
    padding-right: 0;
    /* Remove the 15px padding */
}
.col-right img {
    max-width: 100%;
}

.col-main {
    float: left;
    width: 75%;
}

.col1-layout .col-main {
    float: none;
    width: auto;
    padding: 0;
    /* Remove the 15px padding */
}

.col2-left-layout .col-main {
    float: right;
    padding-right: 0;
    /* Remove the 15px padding */
}

.col2-right-layout .col-main {
    padding-left: 0;
    /* Remove the 15px padding */
}

.col3-layout .col-right {
    width: 20.83333%;
}
.col3-layout .col-wrapper {
    float: left;
    width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
    float: right;
    width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
    width: 26.31579%;
}
/* Content Columns */
.col2-set {
    width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
    width: 50%;
    padding: 20px;
}

.col2-set .col-1 {
    float: left;
    padding-left: 0;
}
.col2-set .col-2 {
    float: right;
    padding-right: 0;
}

.col2-set .narrow {
    width: 33%;
}
.col2-set .wide {
    width: 65%;
}
.col2-set:after {
    content: '';
    display: table;
    clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
    background: #676157;
    color: #e6e6e6;
    font-size: 11px;
}
.global-site-notice .notice-inner {
    padding-left: 120px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 11px;
    min-height: 40px;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    background-image: url("../images/demo-logo.png");
    background-position: left;
    background-repeat: no-repeat;
}
.global-site-notice p {
    margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
    color: #3399cc;
    text-align: center;
    margin: 10px;
    text-transform: uppercase;

}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
    content: '';
    display: table;
    clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
    color: #11b400;
}

.error {
    color: #df280a;
    font-weight: bold;
}

.notice {
    color: #e26703;
    font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
    margin-bottom: 10px;
    /*max-width: 1280px;*/
    margin: 0 auto;
    width: 100%;
}

.messages li li {
    position: relative;
    margin-bottom: 5px;
    padding: 7px 10px 7px 20px;
    background: #f4f4f4;
    font-size: 15px;
}

.messages li li:before {
    top: 50%;
    left: 0;
    margin-top: -6px;
}

.messages .error-msg li {
    color: black;
    border-left: 5px solid #df280a;
    background-color: #faebe7;
}

.messages .error-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #df280a;
    border-right: none;
}

.messages .notice-msg li {
    color: black;
    border-left: 5px solid #e26703;
    background-color: #f9ebe6;
}

.messages .notice-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e26703;
    border-right: none;
}

.messages .success-msg li {
    color: #008eaa;
    border-left: 5px solid #008eaa;
    background-color: #e6f9fd;
}

.messages .success-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #008eaa;
    border-right: none;
}


/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
    /*padding: 20px;*/
    background: #FFFFFF;
    height: auto;
}

.page-popup h1 {
    margin: 0 0 0.5em;
    font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
    margin-bottom: 20px;
}

.payment-methods dt {
    padding: 5px 0;
}

.payment-methods dd {
    padding-top: 10px;
}

.payment-methods .form-list {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 5px 15px 15px;
    padding: 15px;
    border: 1px solid #cccccc;
    background: #f4f4f4;
}

.payment-methods .form-list:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #cccccc;
    border-top: none;
    top: -11px;
    left: 30px;
}

.payment-methods .form-list:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #f4f4f4;
    border-top: none;
    top: -10px;
    left: 30px;
}

.payment-methods .form-list li:last-child {
    margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    line-height: 24px;
    height: 24px;
    white-space: nowrap;
    /* Prevent the linebreak in the HTML from causing layout issues */
}
.please-wait img {
    float: left;
    margin-right: 5px;
    width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
    margin: 7px 0;
}

.price-box p {
    margin-bottom: 0;
}

.price-notice {
    color: #a0a0a0;
}

.price-box .price {
    color: #000;
    font-size: 16px;
}

.price-box .price,
.price {

}

.price-box .price-label {
    color: #a0a0a0;
    white-space: nowrap;

}

.price-box .minimal-price-link {
    padding-left: 1em;
    color: #3399cc;
    display: block;
    /* We want this to show on its own line, otherwise the layout looks funky */
}
.price-box .minimal-price-link .label {
    color: #a0a0a0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
    display: inline-block;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
    display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
    display: inline-block;
}

.price-box .old-price .price {
    color: #a0a0a0;
    text-decoration: line-through;
}

.price-box .special-price {
    color: #3399cc;
}
.price-box .special-price .price-label {
    color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
    display: block;
}

span.weee {
    display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
    display: inline-block;
    padding: 4px 8px;
    background: #FBF4DE;
    border: 1px solid #E2D4C7;
    margin-top: 7px;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
    font-size: 12px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
    font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
    font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options:after {
    content: '';
    display: table;
    clear: both;
}
.item-options dt {
    float: left;
    clear: left;
    font-family:'Arboria-Bold';
}
.item-options dt:after {
    content: ': ';
}
.item-options dd {
    float: left;
    padding-left: 8px;
    margin: 0 0 6px;
    color: #787676;
}

.truncated,
.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
    height: 16px;
    line-height: 16px;
}
.truncated a.details:hover {
    text-decoration: none;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 300;
}

.truncated .truncated_full_value .item-options {
    display: none;
    position: absolute;
    z-index: 300;
    width: 200px;
    padding: 8px;
    border: 1px solid #0090b9;
    background-color: #F6F6F6;
    top: 28px;
    left: -100px;
    font-size:15px;
}
.truncated .truncated_full_value .item-options:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #0090b9;
    border-top: none;
    left: 97px;
    top: -7px;
}

.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.truncated .show .item-options {
    display: block;
}

/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
    margin: 20px auto;
    max-width: 1024px;
    width: 100%;
    background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
    margin: 7px 0;
}
.add-to-links a {
    display: inline-block;
    padding: 0px 3px 3px;
}

.add-to-links .separator {
    display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
    position: relative;
    display: block;
}

.no-touch .product-image:hover {
    border-color: #3399cc;
}

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
    margin: 7px 0;
}
.ratings .rating-box,
.ratings .rating-links {
    margin: 5px 0;
}
.ratings .rating-box {
    width: 65px;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -615px;
    overflow: hidden;
}
.ratings .rating-box .rating {
    float: left;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -600px;
}
.ratings .amount {
    display: block;
    margin: 5px auto;
}
.ratings .rating-links .separator {
    margin: 0 3px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
    margin: 0 0 10px;
}

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

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

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

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

.std .note {
    color: #a0a0a0;
    font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
    margin-bottom: 10px;
    background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 5px 10px 0px 10px;
}
.toolbar:after {
    content: '';
    display: table;
    clear: both;
}

.pager-no-toolbar {
    margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
    margin-top: 10px;
}

.toolbar,
.pager {
    text-align:center;
    line-height: 30px;
    font-size: 12px;
}

.toolbar label,
.pager-no-toolbar label {
    font-weight: normal;
    text-transform: uppercase;
}

.sorter {
    float: left;
    margin-bottom: 5px;
}
.sorter label {
    float: left;
    margin-right: 5px;
}
.sorter label:after {
    content: ':';
}

.sorter > .sort-by {
    float: left;
    margin-right: 5px;
    height: 30px;
}
.sorter > .sort-by .sort-by-switcher {
    width: 30px;
    height: 30px;
    display: inline-block;
}
.sorter > .sort-by .sort-by-switcher--asc {
    background-position: 4px -542px;
}
.sorter > .sort-by .sort-by-switcher--asc:hover {
    background-position: -46px -542px;
}
.sorter > .sort-by .sort-by-switcher--desc {
    background-position: 4px -567px;
}
.sorter > .sort-by .sort-by-switcher--desc:hover {
    background-position: -46px -567px;
}

.sorter > .view-mode {
    float: right;
}
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
    float: left;
    width: 30px;
    height: 30px;
}
.sorter > .view-mode .grid {
    margin-right: 5px;
    background-position: 8px -492px;
}
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
    background-position: -42px -492px;
}
.sorter > .view-mode .list {
    background-position: 11px -517px;
}
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
    background-position: -39px -517px;
}

.pager {
    position: relative;
}
.pager > .count-container {
    float: left;
}
.pager .amount {
    float: left;
    font-size: 17px;
    white-space: nowrap;
    margin: 0 15px 0 0;
    color: #777676;
    line-height: 43px;
}
.pager .limiter {
    float: left;
    height: 30px;
    line-height: 30px;
}
.pager .limiter > label {
    padding-right: 5px;
}
.pager .limiter > label:after {
    content: ':';
}
.pager .amount,
.pager .limiter,
.pager .pages {
    margin-bottom: 5px;
}

.my-account .pages {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 35%;
}
.pages strong {
    display: none;
}

.pages li {
    float: left;
}
.pages ol{display: inline-block; text-align: center;}
.pages a,
.pages .current {
    display: inline-block;
    border: 0;
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0 5px;
    color: #777676;
    line-height: 43px;
}
.pages a:hover{
    color: #0090b9;
}

/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
    position: relative;
    cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #3399cc;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #246b8f;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #3399cc;
    border-top: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #246b8f;
    border-top: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
    margin-bottom: 5px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
    text-align: center;
}

.a-right,
.align-right {
    text-align: right;
}

.no-display {
    display: none !important;
}

.nobr,
.nowrap {
    white-space: nowrap;
}

.width-full {
    width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
    display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: none;
    max-height: 50px;
    width: auto;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
    margin-bottom: 7px;
    /*Justin*/
    color: #777676;
}
.fieldset p.required {
    margin-bottom: 5px;
    float: right;
    font-size: 12px;
    margin-top: 0px;
}

.fieldset + .fieldset {
    margin-top: 5px;
}

form .legend {
    color: #777676;
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: none;
    margin-bottom: 15px;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
    padding-top: 2px;
}
.input-box:after {
    content: '';
    display: table;
    clear: both;
}

li.centinel-logos div.input-box img {
    display: inline;
    vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
    float: left;
    margin-right: 5px;
    max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
label {
    display: inline-block;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

label.required:after,
span.required:after {
    /*content: ' *';*/
    /*color: #df280a;*/
    /*font-weight: normal;*/
    /*font-family: "Helvetica Neue", Verdana, Arial, sans-serif;*/
    /*font-size: 12px;*/
}

label.required em,
span.required em {
    display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
    color: #a0a0a0;
    font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
    font-size: 17px;
    background: #fff;
}

select + select {
    margin-left: 5px;
}

select[multiple] {
    width: 270px;
    border: 1px solid silver;
    font-size: 15px;
    padding: 5px;
}
.select-style {
    position: relative;
    float: left;
    width: 100%;
}

.select-style:before {
    content: '';
    right: 0;
    top: 0;
    width: 23px;
    height: 43px;
    background: #ffffff;
    position: absolute;
    pointer-events: none;
    display: block;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border: 1px solid #838383;
    border-left: 0;
}

.select-style:after {
    content: '' !important;
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    background: url("../images/icon_sprite.png") no-repeat scroll -120px -175px rgba(0, 0, 0, 0);
    top: 18px;
    right: 10px;
    pointer-events: none;
    z-index: 2;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 450px;
    padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #838383; /* stroke */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* border radius */
    background: #FFFFFF;
    font-size: 17px;padding:5px 10px;
}
.input-text:focus,input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color:#fff;outline:0 none; -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.input-text.validation-failed {
    border-color: #df280a;
}

.input-text.validation-failed:focus {
    outline-color: #ef9384;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    height: 43px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {

    width: 100%;
}

/* Only show on iPhones (not iPads or any other device) */

.ie8 .input-text {
    max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
    width: 3em;
    text-align: center;
    vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
    color: #a0a0a0;
}

input:-moz-placeholder {
    color: #a0a0a0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
    position: relative;
    top: -1px;
    display: inline-block;
}

.checkbox + label,
.radio + label {
    width: auto;
    max-width: 85%;
    padding: 0 0 0 8px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
    margin: 5px 0 0;
    color: #df280a;
    font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
    margin-bottom: 10px;
}
.form-list select {
    border: 1px solid #838383;
    border-radius: 5px;
    height: 43px;
    margin-top: 0;
    padding: 5px 10px;
    width: 100%;
}
.form-list .input-range .input-text {
    width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
    margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
    /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
    display: inline;
    float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
    display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
    float: left;
    margin-right: -40px;
    margin-top: 12px;
    margin-left: 15px;
}
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
    padding: 0px 10px 0px 40px;
}
#shipping-method .sp-methods dd label{
    padding:0;
}
.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
    /*background-color: #ececec;*/
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
    padding-left: 10px;
    background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
    background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
    min-width: inherit;
    width: 250px;
    max-width: 100%;
}
.form-list .control.remember-me-box label {
    width: auto;
    max-width: none;
    min-width: inherit;
}

.form-list .control {
    margin-top: 10px;
}
.form-list .control label {
    float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
    margin-right: 6px;
}
.form-list .control .input-box {
    clear: none;
    display: inline-block;
    width: auto;
    padding: 0;
}

form .form-instructions {
    font-style: italic;

    font-size: 13px;
    color: #a0a0a0;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
    text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
    width: 100%;
}

.data-table td,
.data-table th {
    padding: 10px;
    vertical-align: top;
}

.data-table td em,
.data-table th em{
    font-style: normal;
}

.data-table th {
    background: #f4f4f4;
    line-height: 1.4;
    white-space: nowrap;
}

/*.data-table thead th,*/
.data-table tbody td {
    border-bottom: 1px solid silver;
}
.data-table tbody td[data-rwd-label="SKU"]{
    min-width: 150px;
    text-align: center;
}
.data-table.shipment-table tbody tr:last-child td{
    border-bottom: none;
}
.my-account .data-table tbody td .visible-table{
    display: none;
}

.data-table tfoot tr {
    background: #f4f4f4;
}

.data-table tbody td .item-options {

}
.data-table tbody td .item-options dt:after {
    content: ':';
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
    border: 1px solid silver;
    padding: 12px 15px;
    margin: 0 0 15px;
}
.info-box h2 {
    font-weight: bold;
    font-size: 13px;
}

.info-table th,
.info-table td {
    vertical-align: top;
}

.info-table th {
    font-weight: bold;
    padding: 4px 20px 4px 0;
}

.info-table td {
    padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
    border-top: 1px solid silver;
}
.zebra-table td,
.zebra-table th {
    border-bottom: 1px solid silver;
    padding: 6px;
    background-color: transparent;
}
.zebra-table tr {
    background-color: #eeeded;
}
.zebra-table tr:nth-child(odd) {
    background-color: #f8f7f5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
/* ============================================ *
 * Global
 * ============================================ */
html,
body {
    height: 100%;
}

.wrapper {
    min-width: 320px;
    min-height: 100%;
    margin: 0 auto;
    background: #FFFFFF;
}

.wrapper:after {
    content: '';
    display: table;
    clear: both;
}

/* ============================================ *
 * Header
 * ============================================ */
.page-header{height:122px;}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
    padding: 10px;
    background-color: #3399cc;
    text-transform: uppercase;
}
.header-language-background .header-language-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.header-language-background:after {
    content: '';
    display: table;
    clear: both;
}
.header-language-background .form-language,
.header-language-background .currency-switcher {
    float: left;
    margin-right: 10px;
}
.header-language-background .welcome-msg {
    float: right;
}

.page-header-container .store-language-container {
    float: right;
    max-width: 35%;
    padding: 13px 15px 10px 10px;
}
.page-header-container .store-language-container label {
    display: none;
}
.page-header-container .store-language-container select {
    max-width: 100%;
}

.header-language-background,
.header-language-background a {
    color: #e6e6e6;
}

/* ============================================ *
 * Logo
 * ============================================ */

.logo img {
    max-width: 100%;
}
.logo .small {
    display: none;
}
.logo .large {
    display: block;
}

.logo:hover {
    opacity: 0.8;
}

/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
    clear: both;
    overflow: hidden;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
    /*position: relative;
  float: left;
  width: 20%;
  height: 44px;
  background: #FFFFFF;
  color: #636363;
  line-height: 42px;
  text-align: center;*/
}

a.skip-link {
    text-decoration: none;
}

.skip-link:not(.skip-active):hover {
    /*opacity: 0.8;*/
}

/* -------------------------------------------- *
 * Skip Link - Active
 */

/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {

}

/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
}

/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
    /*display: none;*/
}

.skip-content.skip-active {
    display: block;
    background: #EDEDED;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */

.account-cart-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
}
/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
    width: 40%;
}
.skip-nav:not(.skip-active):hover {
    text-decoration: none;
}
.skip-nav:not(.skip-active):hover .icon {
    background-position: -46px 4px;
}

.skip-nav .label {
    display: inline;
}

.skip-nav .icon {
    background-position: 4px 4px;
}

/* ============================================ *
 * Nav - Skip Content
 * ============================================ */


/* ============================================ *
 * Nav Primary
 * ============================================ */

/* ============================================ *
 * General Navigation Styles
 * ============================================ */

.nav-primary li,
.nav-primary li.level0,
.nav-primary a.level0 {
    display: inline-block;
    min-height: 41px;
    cursor: pointer;
}
.nav-primary a.level0,
.nav-primary li.page-include-in-menu > a{
    line-height: 41px;
    text-decoration: none;
    position: relative;
    color: #777676;
    font-size:17px;
    font-weight:normal;
    font-family:'Arboria-Bold';
    text-transform: uppercase;
    display: block;
}
.nav-primary li.level0.packit-logo,
.nav-primary li.level0.packit-logo a{
    min-height: 0;
    line-height: normal;
}

.nav-primary .menu-active {
    z-index: 200;
}


/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
    background-position: -46px -146px;
}
.skip-search .icon {
    background-position: 4px -146px;
}

/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
    padding: 20px;
}

/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
    position: relative;
    padding-top: 0;
}

#search_mini_form label {
    display: none;
}

#search {

}

#search_mini_form .search-button {

}

#search_mini_form .search-button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    background-position: 4px -146px;
}

#search_mini_form .search-button:hover:before {
    opacity: 0.8;
}

#search_mini_form .search-button:active:before {

}

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account:not(.skip-active):hover .icon {
    background-position: -46px -44px;
}
.skip-account .icon {
    background-position: 4px -44px;
}

/* -------------------------------------------- *
 * Account Links
 */
#header-account {
    padding: 5px 0;
}

#header-account a {
    position: relative;
    display: block;
    padding: 5px 10px;
    line-height: 23px;
    text-align: center;
}

#header-account a:hover {
    color: #3399cc;
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.skip-cart:not(.skip-active):hover .icon {

}
.skip-cart .icon {

}

/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {

}

.skip-link.skip-active .count {
    color: white;
}

.skip-cart.no-count .count {
    display: none;
}

.skip-cart .count.empty {
    display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
    padding: 20px;
    text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.cart-menu .actions {
    overflow: hidden;
    padding: 15px;
}

.cart-menu .actions .button {
    float: left;
    width: 48%;
}

.cart-menu .actions .button + .button {
    margin-left: 4%;
}

/* Subtotal */
.cart-menu .subtotal {
    padding: 0 15px 15px;

    font-size: 24px;
    line-height: 1.2;
}

/* List */
.mini-cart-list {
    margin-bottom: 5px;
}

.mini-cart-list li {
    position: relative;
    min-height: 90px;
    padding: 15px 15px 15px 90px;
    border-top: 1px solid #cccccc;
    font-size: 13px;
    line-height: 1.35;
}

.mini-cart-list .product-name {
    display: inline-block;
}

.mini-cart-list .product-image {
    position: absolute;
    left: 15px;
    top: 15px;
}

.mini-cart-list .product-image img {
    width: 60px;
    height: 60px;
}

.mini-cart-list .has-options {
    margin-bottom: 0;
    color: #a0a0a0;
    font-size: 12px;
}

/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
    padding: 10px 15px 15px;
    border-top: 1px solid #cccccc;
    font-size: 13px;
}

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer,
.footer button {

}

.footer {
    clear: both;
    width: 100%;
    padding:40px 0 30px;
    /* -------------------------------------------- *
   * Social icons
   */
}

.footer .block-title {
    border-bottom: 0;
    padding: 3px 0;
    border-top: none;
}
.footer .block-title strong {
    font-weight: normal;
    font-size: 17px;
    text-transform: uppercase;
    font-family:'Arboria-Bold';
    color:#777676;
}
.footer .block-title,
.footer address {
    color: #3399cc;
}
.footer .links {
    float: left;
    width: 17%;
    padding: 0 30px 0 0;
    margin-bottom: 30px;
}
.footer .links li {
    word-break: break-all;
    line-height: 1.4;
    padding: 4px 0;
}
.footer .links a {
    color: #636363;
}
.footer .links a:hover {
    color: #3399cc;
}
.footer .block-subscribe {

}
.footer .links,
.footer .block-subscribe {
    text-transform: uppercase;
    font-size: 12px;
}
.footer .form-subscribe-header {
    display: none;
}
.footer .links.social-media em {
    background-image: url(../images/social_icons.png);
    background-repeat: no-repeat;
    width: 13px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 7px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    .footer .links.social-media em {
        background-image: url(../images/social_icons@2x.png);
        background-size: 50px 125px;
    }
}
.footer .links.social-media em.facebook {
    background-position: 0 -0px;
    height: 13px;
}
.footer .links.social-media a:hover em.facebook {
    background-position: -25px -0px;
}
.footer .links.social-media em.twitter {
    background-position: 0 -24px;
    height: 13px;
}
.footer .links.social-media a:hover em.twitter {
    background-position: -25px -24px;
}
.footer .links.social-media em.youtube {
    background-position: 0 -49px;
    height: 13px;
}
.footer .links.social-media a:hover em.youtube {
    background-position: -25px -49px;
}
.footer .links.social-media em.pinterest {
    background-position: 0 -74px;
    height: 15px;
}
.footer .links.social-media a:hover em.pinterest {
    background-position: -25px -74px;
}
.footer .links.social-media em.rss {
    background-position: 0 -99px;
    height: 13px;
}
.footer .links.social-media a:hover em.rss {
    background-position: -25px -99px;
}
.footer .block-subscribe .input-box {
    float: left;
    width: 100%;
    padding-top: 0;
}
.footer .block-subscribe .input-text {
    background:transparent;
}
.footer .block-subscribe .input-box:after{
    position:absolute;
    top:12px;
    left:12px;
    content:'';
    background-position:-2px -306px!important;
    display:block;
    width:31px;
    height:21px;
}
.footer .block-subscribe .block-content {
    padding-top: 7px;position:relative;padding:0;
}
.footer .block-subscribe .block-content:after {
    content: '';
    display: table;
    clear: both;
}
.footer .block-subscribe .actions {
    margin:0;position:absolute;right:0;top:0;
}
.footer .block-subscribe .actions .button {

}
.footer .bugs,
.footer address {
    clear: both;
}
.footer .bugs {
    display: none;
}
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
    clear: both;
    margin-bottom: 10px;
}
.footer .form-language,
.footer .currency-switcher {
    display: none;
}
.footer address {
    border-top: 1px solid #cccccc;
    text-align: center;
    width: 100%;
    font-size: 11px;
    margin-top: 30px;
    padding: 30px 0;
}


/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
    border-bottom: none;
}
.content-detail .all-products {
    text-align: center;
    margin-bottom: 35px;
}

.products-list .action .button,
.products-grid .actions .button {
    white-space: normal;
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
    margin: 0;
    color: #777676;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
    color: #777676;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
    color: #0090b9;
    text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
    text-transform: uppercase;
    color: #0090b9;
    font-family:'Arboria-Bold';
    font-size: 15px;
    margin: 0 0 6px;
    /*max-height: 50px;*/
    /*min-height: 50px;*/
    overflow: hidden;
}
.products-grid .product-name a,
.products-list .product-name a {
    padding: 0;
    line-height: 18px;
    display: block;
    text-align: center;
}
.block-featured-products .products-grid .product-name{
    /*max-height: 50px;*/
    /*min-height: 50px;*/
    /*overflow: hidden;*/
    margin: 0 0 6px;
}
.products-grid .product-name a span{
    height: 18px;
    overflow: hidden;
    width: 100%;
    clear: both;
    display: inline-block;
}
.view-more-colors a{
    text-decoration: underline;
    text-transform: uppercase;
    font-size:13px;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
    position: relative;
}

.products-grid:after {
    content: '';
    display: table;
    clear: both;
}

.products-grid > li {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.products-grid > li:after {
    content: '';
    display: table;
    clear: both;
}

.products-grid .product-image {
    width: 100%;
    margin-bottom: 15px;
}

.products-grid .product-image img {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    width:100%;
}
.products-grid .product-image img:hidden {
    display: none;
}

.widget-new-products .products-grid .product-image {
    width: 75%;
    margin-bottom: 15px;
    margin-left: 10%;
}

.products-grid .product-info {
    position: relative;
    clear: both;
}

.products-grid .actions {
    padding-top: 10px;
    position: absolute;
    bottom: 0px;
    min-height: 85px;
    width: 100%;
}

.products-grid .ratings .rating-box {
    margin: 0 auto;
}

.products-grid .ratings .amount {
    display: none;
}

.products-grid .price-box {
    color: #777676;
    font-size: 15px;
    margin: 6px 0 3px;
}
.products-grid .price-box .price{
    color: #777676;
    font-size: 15px;
}
.products-grid .add-to-links {
    margin-bottom: 0;
}
.checkbox-add-compare-ajax label:hover{
    color:#008eaa;
}
/* Config: Two columns + flexible gutter */

.products-grid .product-image {
    margin-bottom: 15px;
}
.products-grid .product-image:before, .products-grid .product-image:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.products-grid .product-image:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}
.products-grid .product-image:after {
    background-image: url("../images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
.products-grid .product-image.loading {
    position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
    display: block;
}

/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
    margin-top: 20px;
    margin-bottom: 20px;
}
.products-list > li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
}
.products-list > li:after {
    content: '';
    display: table;
    clear: both;
}
.products-list > li .product-image {
    float: left;
    width: 33.33333%;
}
.products-list > li .product-image img {
    width: 100%;
    max-width: 100%;
}
.products-list > li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.products-list .product-shop {
    float: right;
    width: 66.66667%;
    padding-left: 20px;
}
.products-list .product-shop .product-name {
    margin-bottom: 0;
}
.products-list .product-shop .ratings {
    margin: 0;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
    float: left;
    margin-right: 7px;
}
.products-list .product-shop .ratings .rating-links {
    margin-top: 4px;
}
.products-list .product-shop .price-box {
    margin-top: 0;
}
.products-list .product-shop .price-box .price {
    font-size: 18px;
}
.products-list .product-shop .action {
    margin: 7px 0;
}
.products-list .product-shop .desc {
    margin-top: 7px;
}
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
    float: left;
    width: 65%;
    overflow: hidden;
}
.products-list .product-shop .product-secondary {
    float: right;
    width: 35%;
    text-align: right;
    clear: right;
}


/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
    float: left;
    min-width: 50px;
    position: absolute;
}
#cart-sidebar.mini-products-list > li{
    min-height: 140px;
}
.left-sidebar #cart-sidebar.mini-products-list > li{
    min-height: inherit;
}
#cart-sidebar.mini-products-list .product-image{
    /*position: relative;*/
}
.mini-products-list .product-details {
    margin-left: 60px;
}
.mini-products-list .product-details a.btn-edit{
    clear: both;
    display: block;
}
.mini-products-list .product-details .product-name {
    padding-top: 10px;
}
.mini-products-list li {
    margin-bottom: 10px;
    clear: both;
}
.mini-products-list li:after {
    content: '';
    display: table;
    clear: both;
}

.mini-products-images-list:after {
    content: '';
    display: table;
    clear: both;
}
.mini-products-images-list li.item {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
    padding-right: 0;
    padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
    display: block;
}
.mini-products-images-list li.item .product-image img {
    width: 100%;
    max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {

}
.category-image img {
    width: 100%;
    max-width: 100%;
    display:block;
}
.category-image img:hidden {
    display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
    display: none;
    margin: 0;
    margin-bottom: 10px;
    color: #636363;

    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    cursor: pointer;
}
.block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}
.block-layered-nav .block-subtitle--filter:hover {
    background-color: #ececec;
}

.block-layered-nav .block-content .toggle-tabs {
    display: none;
}
.block-layered-nav .block-content > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
}
.block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}
.block-layered-nav .block-content > dl > dt:hover {
    background-color: #ececec;
}
.block-layered-nav .block-content > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
}
.block-layered-nav .block-content > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
}

.block-layered-nav dl dd {
    margin-bottom: 10px;
    margin-top: 10px;
}
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
    padding: 5px 15px;
    display: block;
}
.block-layered-nav dl dd ol > li > a .count {
    color: #a0a0a0;
}


.block-layered-nav .currently .block-subtitle {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    color: #636363;

    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}
.block-layered-nav .currently ol {
    padding-left: 10px;
    margin-bottom: 10px;
}
.block-layered-nav .currently ol li {
    margin-bottom: 5px;
}
.block-layered-nav .currently ol li .label {
    font-weight: bold;
}
.block-layered-nav .currently ol li:after {
    content: '';
    display: table;
    clear: both;
}

.block-layered-nav .actions {
    text-align: right;
    margin-bottom: 7px;
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
    float: left;
}
.product-view .product-essential .extra-info .ratings .rating-box {
    margin-top: 8px;
    margin-right: 10px;
}
.product-view .product-essential .extra-info .ratings:after {
    content: '';
    display: table;
    clear: both;
}
.product-view .product-essential:after {
    content: '';
    display: table;
    clear: both;
}
.product-view .product-description{
    clear: both;
    display: block;
    margin-bottom: 60px;
}
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
    margin-bottom: 10px;
    border: 0;
}
.product-view .product-shop {
    width: 50%;
    float: right;
}
.product-view .product-shop .product-name .h1 {
}
.product-view .product-shop .extra-info {
    float: left;
    padding-right: 15px;
    clear: left;
    width: 70%;
}
.product-view .product-shop .price-info {
    text-align: left;
}
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
    clear:both;
}
.product-view .product-shop .short-description {
    margin-bottom: 10px;
    clear: both;
}
.product-view .product-shop .ratings {
    margin-bottom: 8px;
}
.product-view .product-shop .availability {
    font-size: 16px;
}
.product-view .product-shop .price-box {
    margin-top: 0;
}
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
    padding-right: 0;
    line-height: 1.2;
}
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
    color: #777676!important;
}
.product-view .product-shop .price-box .special-price .price-label {
    font-size: 16px;
    text-transform: uppercase;
}
.product-view .product-shop .price-box .special-price span.weee {
    color: #636363;
}
.product-view .product-shop .price-box .special-price span.weee span.price {
    font-size: 16px;
}
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
    display: block;
    line-height: 1.2;
    color: #636363;
}
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
    font-weight: 300;
}
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
}
.product-view .price-box.map-info a {
    display: inherit;
}
.product-view .old-price .price-label {
    display: none;
}
.product-view .add-to-cart-wrapper,
.product-view .block-related {
    /*width: 50%;*/
    /*float: right;*/
    /*clear: right;*/
}

.product-img-box {
    width: 50%;
    float: left;
}
.product-img-box .product-name h1 {
    border: 0;
}
.product-img-box .product-image {
    margin-bottom: 10px;
}
.product-img-box .product-image img {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    max-height: 507px;
    width: auto;
}
.product-image-gallery {
    position: relative;
}
.product-image-gallery .gallery-image {
    display: none;
}
.product-image-gallery .gallery-image.visible {
    display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
    visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.product-image-gallery:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}
.product-image-gallery:after {
    background-image: url("../images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
.product-image-gallery.loading {
    position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
    display: block;
}

.product-image-thumbs li {
    display: inline-block;
}
.product-image-thumbs li:first-child {
    margin-left: -1px;
}
.product-image-thumbs a {
    display: inline-block;
    border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
    border-color: #c7c7c7;
}

.product-view .product-shop,
.product-view .add-to-cart-wrapper,
.product-view .block-related {
    /*padding-left: 15px;*/
}

.product-img-box {
    padding-right: 15px;
}

.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
    margin-bottom: 10px;
}

.product-view .block-related {
    margin: 0;
    padding: 0;
    width: 100%;
}
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
    content: '';
    display: table;
    clear: both;
}
.product-view .add-to-cart {
    margin-bottom: 0px;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
    min-height: 40px;
}
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
    margin-bottom: 10px;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
    margin-right: 7px;
    float: left;
}
.product-view .add-to-cart .qty-wrapper label {
    line-height: 40px;
}
.product-view .add-to-cart .qty-wrapper .qty {
    float: left;
    height: 40px;
}
.product-view .add-to-cart-buttons {
    float: left;
    margin-right: 10px;
    max-width: 100%;
}
.product-view .add-to-cart-buttons .paypal-logo {
    clear: left;
    text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
    margin: 0 auto;
    display: block;
    width: 170px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
    display: block;
    width: 174px;
    margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
    text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    line-height: 1;
    text-align: center;
}
.product-view .add-to-cart-buttons .button {
    min-height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0px 30px;
    float: left;
    min-width: 160px;
    width: 100%;
    white-space: normal;
}
.product-view .alert-price,
.product-view .alert-stock {
    clear: both;
}

/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
    display: none;
}

.product-view .add-to-links {
    clear: both;
    margin-top: 0px;
    margin-right: 15px;
    float: left;
}
.product-view .add-to-links:after {
    content: '';
    display: table;
    clear: both;
}
.product-view .add-to-links li {
    float: left;
}
.product-view .add-to-links a {
    padding: 2px 7px 2px 0px;
    margin-left: 7px;
    border-right: 1px solid #cccccc;
}
.wishlist-index-configure .product-view .add-to-links a {
    margin: 0;
    border: none;
    color: #777676;
    font-size: 16px;
    padding: 0;
    text-decoration: underline;
    text-transform: uppercase;
}
.wishlist-index-configure .product-view .add-to-links a:hover {
    color: #0090b9;
}
.product-view .add-to-links li:first-child a {
    margin-left: 0px;
}
.product-view .add-to-links li:last-child a {
    border-right: 0px;
}

.product-view .sharing-links {
    float: left;
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 1000;
}
.product-view .sharing-links:after {
    content: '';
    display: table;
    clear: both;
}
.product-view .sharing-links li {
    display: inline-block;
    float: left;
    padding: 6px 7px;
}
.product-view .sharing-links a {
    text-indent: -9999px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../images/icon_sprite.png");
    background-repeat: none;
}
.product-view .sharing-links a:hover {
    opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
    background-position: 0px -225px;
}
.product-view .sharing-links a.link-compare {
    background-position: 0px -250px;
}
.product-view .sharing-links a.link-facebook {
    background-position: 2px -1327px;
}
.product-view .sharing-links a.link-twitter {
    background-position: -2px -1360px;
}
.product-view .sharing-links li.pinterest a{
    background-position: 0px -1392px;
}
.product-view .sharing-links a.link-email-friend {
    background-position: 0px -1430px;
}
.product-view .sharing-links a.link-facebook:hover {
    background-position: -37px -1327px;
}
.product-view .sharing-links a.link-twitter:hover {
    background-position: -43px -1360px;
}
.product-view .sharing-links li.pinterest a:hover{
    background-position: -41px -1392px;
}
.product-view .sharing-links a.link-email-friend:hover{
    background-position: -41px -1430px;
}
.product-collateral {
    clear: both;
}

.collateral-tabs dd h2 {
    display: none;
}

.box-collateral {
    clear: both;
}


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

.product-img-box .product-name {
    display: none;
}

.product-view .ratings .rating-links {
    clear: left;
    float: left;
    margin-top: 0;
}

#product-attribute-specs-table {
    max-width: 50em;
    border: 1px solid silver;
}
#product-attribute-specs-table th {
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
    border: solid 1px silver;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
    border-bottom: none;
}

.grouped-items-table .name-wrapper {
    color: #3399cc;

}
.grouped-items-table .qty-wrapper {
    padding-top: 7px;
}
.grouped-items-table .qty-label {
    margin-left: 7px;
}
.grouped-items-table td {
    padding: 4px;
}
.grouped-items-table td:last-child {
    width: 30%;
    text-align: left;
}
.grouped-items-table .price-box {
    text-align: right;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
    width: 100%;
    margin: 10px 0 0;
    clear: both;
    position: relative;
}

.product-options p.required {
    position: absolute;
    top: 6px;
    right: 15px;
    text-align: right;
}


.product-options dt {
    margin: 10px 0 3px;
    font-weight: normal;
}

.product-options dt:first-child {
    margin-top: 0;
}

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0 0;
}

.product-options dd .qty-holder .qty {
    width: 3em;
}

.product-options dd .qty-holder label {
    vertical-align: middle;
}

.product-options dd .qty-disabled {
    background: none;
    border: 0;
    padding: 0 2px;
}

.product-options dd {
    padding: 0 0 10px 0;
    margin: 0 0 5px;
    border-bottom: 1px solid #ededed;
}

.product-options dl.last dd.last {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.product-options dd .input-text {
    width: 98%;
}

.product-options dd .input-box {
    padding-top: 0;
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select {
    width: 330px;
    max-width: 100%;
}

.product-options ul.options-list {
    margin-right: 5px;
}

.product-options ul.options-list li {
    line-height: 1.5;
    margin-bottom: 7px;
}

.product-options ul.options-list li:last-child {
    margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
    float: left;
    margin-top: 5px;
}

.product-options ul.options-list .label {
    display: block;
}

.product-options ul.options-list label {
    font-weight: normal;
}

.product-options p.note {
    margin: 0;
    font-size: 11px;
}

.product-options-bottom {
    margin-bottom: 10px;
    color: #777676;
}

.product-options-bottom:after {
    content: '';
    display: table;
    clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
    float: right;
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: 0;
    color: #636363;
}

.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
    color: #636363;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
    display: none;
    float: right;
    margin: 0 0 10px;
    padding: 0;
}

.product-options-bottom .price-tax {
    float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
    margin: 0 20px 20px 0;
    width: 140px;
    float: left;
    clear: none;
}
.block-related .mini-products-list .product-image{
    width: 100%;
    position: relative;
    margin: 0 auto;
    float: left;
}
.block-related .mini-products-list .product-name > a{
    font-family:'Arboria-Bold';
    font-size: 14px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.block-related .mini-products-list .product-name > a span{
    display: block;
}
.block-related .block-title {
    border-bottom: 1px solid #cccccc;
    border-top: none;
    padding: 0 0 18px 0;
    margin: 0 0 10px 0;
}
.block-related .block-title h2 {
    margin: 0;
    color: #777676;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-family:'Arboria-Bold';
}
.block-related .block-subtitle {
    margin-bottom: 7px;
}
.block-related .product {
    position: relative;
}
.block-related .checkbox {
    float: left;
    margin-top: 36px;
}
.block-related .product-details {
    margin-left: 0px;
}
.block-related .product-details .price-box .price{
    color:#777676!important;
    font-size: 11px!important;
    text-align: center;
}
.block-related .product-name {
    margin-bottom: 3px;
}
.block-related .product-details .price-box {
    margin:0;
    text-align: center;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
    float: left;
    margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
    float: none;
    text-align: center;
}
.block-related .product-details .price-box:after {
    content: '';
    display: table;
    clear: both;
}
.block-related .link-wishlist {
    display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
    margin-top: 20px;
}
.box-up-sell .ratings {
    display: none;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}

.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
}

.map-popup {
    background: #FFFFFF;
    border: 5px solid #cccccc;
    margin: 12px 0 0;
    position: absolute;
    text-align: left;
    width: 450px;
    z-index: 100;
}
.map-popup .map-popup-heading {
    padding: 8px 10px;
    margin-right: 40px;
    width: auto;
}
.map-popup .map-popup-heading h3 {
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}
.map-popup .map-popup-close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 36px;
    width: 36px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}
.map-popup .map-popup-content {
    border-top: 1px solid #ededed;
    padding: 10px;
    margin: 0 10px;
    overflow: hidden;
    text-align: left;
}

.map-popup .map-popup-checkout {
    padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
    content: '';
    display: table;
    clear: both;
}
.map-popup .map-popup-checkout span {
    display: block;
}
.map-popup .map-popup-checkout .button {
    float: left;
    margin: 0 2px;
    clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
    float: left;
    min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
    list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
    width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
    display: inline-block;
    float: left;
    clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: left;
    text-align: center;
    padding: 5px 15px;
    clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
    content: '';
    display: table;
    clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
    clear: left;
}
.map-popup .map-popup-checkout:after {
    content: '';
    display: table;
    clear: both;
}
.map-popup .map-popup-price {
    padding: 10px 0;
}

.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.map-popup .map-popup-price .price-box .minimal-price-link {
    display: inline-block;
}
.map-popup .map-popup-text {
    padding: 10px 0;
    margin: 0 10px;
    word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
    border-top: 1px solid #ededed;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
    display: block;
    text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
    content: '';
    display: table;
    clear: both;
}

.compare-table .product-image {
    display: inline-block;
}

.compare-table .product-shop-row.top td {
    padding-bottom: 0;
    border-bottom: 0;
}
.compare-table .product-shop-row.bottom td {
    padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */


.cart .button {
    white-space: normal;
}

/*.cart-totals,*/
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    padding:20px;
    background-color: #f6f6f6;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    margin-bottom: 20px;
    overflow: hidden;
}

.checkout-cart-index #postcode {
    width: 100%;
}
.checkout-cart-index .cart-empty a{
    color:#0090b9;
}

.display-both-prices .cart-table {
    float: none;
    width: 100%;
}
.display-both-prices .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
    padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
    width: 50%;
}
.display-both-prices .crosssell {
    clear: right;
    float: right;
}

.display-single-price:after {
    content: '';
    display: table;
    clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
}
.cart .page-title:after {
    content: '';
    display: table;
    clear: both;
}
.cart .page-title h1 {
    margin: 0;
    padding: 30px 0;
    font-size: 43px;
    font-family:'Arboria-Bold';
}
.cart .page-title .checkout-types{display:none;}
.checkout-types {

    max-width: 100%;
    /* We always want this shipping method to display on its own line */
}
.checkout-types li {
    vertical-align: top;
    margin: 0 0 5px 5px;
}
.checkout-types li:after {
    content: '';
    display: table;
    clear: both;
}
.checkout-types li img {
    display: inline;
    vertical-align: top;
}
.checkout-types li:first-child {
    margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
    display: block;
}
.method-checkout-cart-methods-fire a{
    display: block;
    font-size: 19px;
    text-transform: uppercase;
    color: #777676;
    text-align: center;
    text-decoration: underline;
}
.checkout-types.top li {
    display: inline-block;
}
.checkout-types.top .bml_button {
    display: inline-block;
    vertical-align: top;
}
.checkout-types.top .bml_button img {
    display: block;
}
.checkout-types.top .paypal-logo .paypal-or {
    margin-top: 5px;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
    display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    margin: 0px;
    display: block;
    text-align: center;
}

.cart-totals .checkout-types .btn-checkout {
    margin-bottom: 25px;
    width:100%;
}

.cart-table th,
.cart-table td,
.cart-table tbody td {
    border-bottom: none;
    vertical-align: top;
}
.cart-table h2 {
    color: #000000;
    font-size: 17px;
    font-weight: normal;
    font-family:'Arboria-Bold';
    text-transform: none;
    margin-bottom: 10px;
}
.cart-table h2 a{
    color:#777676;
}
.cart-table thead th,
.cart-table tbody td {
    /*background-color: transparent;*/

}
.cart-table .product-cart-info{
    padding-left: 15px;
}
.cart-table .product-cart-actions {
    text-align: center;
}
.cart-table tr {

}
.cart-table tfoot tr {
    background: none;
}
.cart-table tfoot tr > td:after {
    content: '';
    display: table;
    clear: both;
}
.cart-table span.or {
    font-size: 9px;
    padding: 0 5px;
    text-transform: uppercase;

}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
    display: none;
}
.cart-table .product-cart-image {
    padding-left: 0;
    padding-right: 0;
}
.cart-table .product-cart-image .product-image{
    line-height: 0;
}
.cart-table .product-cart-image .product-image img {
    max-width: 100%;
    width: 100%;
}
.cart-table .product-cart-image a.cart-edit {
    display: none;
}
.cart-table .product-cart-sku {
    display:none;
    font-style: italic;
    font-size: 12px;
    margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
    font-weight: 600;
}
.cart-table .btn-empty {
    float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
    text-align: center;
}
.cart-table .cart-tax-total {
    position: relative;
    cursor: pointer;
}
.cart-table .cart-tax-total:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #3399cc;
    border-left: none;
    position: absolute;
    top: 3px;
    right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #3399cc;
    border-bottom: none;
    right: -15px;
    top: 6px;
}
.cart-table .cart-links > li {
    white-space: nowrap;
    line-height: 1.3;
    margin-bottom: 5px;
    min-width: 65px;
    font-size: 13px;
}
.cart-table .cart-links > li > a {
    display: block;
}
.cart-table .cart-links > li:last-child {
    margin-bottom: 0;
}
.cart-table .product-cart-actions {
    min-width: 60px;
    text-align: center;
}
.cart-table .product-cart-actions .cart-links{
    display: none;
}
.cart-table .product-cart-actions .qty {
    border-color: #838383;
    border-radius: 5px;
    height: 42px;
    text-align: center;
    width: 52px;
    color:#777676;
}
.cart-table .product-cart-actions .button {
    margin-bottom: 5px;
    float: none;
}
.cart-table .product-cart-actions .button.btn-update{
    margin-bottom: 0;
}
.cart-table .item-options {

}
.cart-table td a.edit-link{
    color: #777676;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-right: 10px;
}
.cart-table td a.edit-link:hover{
    color:#0090b9;
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2,
.cart-forms .rewards-box-spend-minicart h2{
    font-size: 27px;
    font-family:'Arboria-Bold';
    margin: 0 0 10px;
    font-weight: normal;
}
.cart-forms .account-login p{
    margin-bottom: 15px;
}
.cart-forms .account-login input{
    padding: 0 15px;
    background: #f6f6f6;
    color: #7b7b7b;
}
.cart-forms .account-login .form-list > li{
    margin-bottom: 15px;
}
.cart-forms .account-login .col2-set a{
    color: #777676;
    float: right;
    line-height: 43px;
    text-decoration: underline;
    text-transform: uppercase;
}
.cart-forms .account-login .col2-set a:hover{
    color:#0090b9;
}
.shipping select {
    max-width: 100%;
    height: 30px;
    display: block;
    border: 1px solid silver;
}
.shipping select.validation-failed {
    border-color: #df280a;
}
.shipping .shipping-desc {
    display: none;
}
.shipping .buttons-set {
    border: none;
    margin: 0;
    padding: 0;
    float: right;
    margin-top: -43px;
}
.shipping .shipping-form form{
    position: relative;
    clear: both;
    display: inline-block;
    width: 100%;
}
.shipping .buttons-set.estimate{
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}
.shipping .form-list:after {
    content: '';
    display: table;
    clear: both;
}
.shipping .form-list li.shipping-country,
.shipping .form-list li.shipping-country label {
    display: none;
}
.shipping .form-list .shipping-postcode > label.required{
    display: none;
}
.shipping .form-list .shipping-postcode {
    float: left;
    width: 195px;
    margin: 0;
}
.shipping .form-list .shipping-postcode input {
    padding: 0 12px;
}
.shipping .form-list .input-box {
    padding-top: 0;
}
.shipping .form-list input {
}
.shipping .form-list label {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
}
.shipping .sp-methods {
    padding: 10px 0 0;
    text-align: left;
    display: inline-block;
    clear: both;
    width: 100%;
}

.shipping .sp-methods label {
    font-family: 'Arboria-Bold';
    color:#777676;
}
.shipping .sp-methods label span {

    font-weight: bold;
    font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
    float: left;
    margin-left: 0;
    max-width: 194px;
    min-width: 195px;
    padding: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
    /*border: 1px solid #cccccc;*/
    /*background-color: #ececec;*/
    min-width: 195px;
    /*border-radius: 5px;*/
    padding: 0px 10px 0 40px;
    height: 36px;
    line-height: 36px;
}
.shipping #co-shipping-method-form .sp-methods dd input.radio{
    margin-top: 15px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
    /*background-color: #dbdbdb;*/
}
.shipping #co-shipping-method-form .buttons-set{
    margin-top: 0;
    clear: both;
    float: none;
}
.cart .cart-totals {
    text-align: right;
}
.cart .cart-totals:after {
    content: '';
    display: table;
    clear: both;
}
.cart .cart-totals table {
    margin-bottom: 20px;
    text-transform: capitalize;
    width: 100%;
}
.cart .cart-totals table td {
    padding: 2px 0px;
}
.cart .cart-totals table td:first-child {
    text-align:left!important;
}
.cart-points-total_spent .caption,
.cart-points-total_earned .caption{
    font-weight: normal;
}
.cart .cart-totals table#shopping-cart-totals-table tbody tr:last-child td,
.cart .cart-totals table#shopping-cart-totals-table tbody tr:last-child th {
    padding-bottom: 15px;
}
.cart .cart-totals table tfoot {
    border-top: 1px solid #c3c3c3;
}
.cart .cart-totals table tfoot td {
    font-size: 24px;
    padding: 10px 5px 0;
    vertical-align: top;
}
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
}
.cart .cart-totals table tfoot strong {
    font-family:'Arboria-Bold';
    font-weight:normal;
}

.discount-form:after,
#giftcard-form:after {
    content: '';
    display: table;
    clear: both;
}

#discount-coupon-form,
.cart .giftcard {
    width: 100%;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
    display: none;
}
#discount-coupon-form label,
.cart .giftcard label {

    font-size: 12px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    min-width: 105px;
    display: inline-block;
    margin-right: 10px;
}
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
    display: inline-block;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
    display: inline;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
    display: inline-block;
    vertical-align: bottom;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
    float: left;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
    border-radius: 0;
    height: 30px;
    margin: 4px 10px 0 0;
    width: 190px;
}

.cart .giftcard p {
    margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
    float: left;
    padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
    font-size: 14px;
    text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2.title-crosssell {
    color: #777676;
    font-size: 43px;
    font-family:'Arboria-Bold';
    margin: 30px 0;
    display: block;
    text-align: center;
}
.crosssell .item a.product-image {
    width: auto;
    float: left;
}
.crosssell h2.product-name-crosssell{
    font-size: 21px;
    font-family:'Arboria-Bold';
    color:#777676;
}
.crosssell h2.product-name-crosssell span{
    width: 100%;
    height: 30px;
    overflow: hidden;
    clear: both;
    display: inline-block;
}
.crosssell h2.product-name-crosssell a:hover{
    text-decoration: none;
}
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
    display: none;
}

.checkout-onepage-index .col-main {
    width: auto;
    float: none;
}

.opc select {
    width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
    width: 100%;
    border-top: 1px solid #ececec;
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.opc .section .step-title:after {
    content: '';
    display: table;
    clear: both;
}

.opc .section.allow:not(.active) .step-title {
    cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
    background-color: #f4f4f4;
}

.opc .section.active .step-title {
    border-bottom: 1px solid #ececec;
}

.opc .section .step-title a {
    display: none;
}

.opc .section.allow:not(.active) .step-title a {
    display: block;
    float: right;
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
    text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
    width: 26px;
    height: 26px;
    text-align: center;
    color: #FFFFFF;
    line-height: 26px;
    background-color: #3399cc;
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px;
}

.opc .section.allow .step-title .number {
    background-color: #99cce5;
}

.opc .section.allow .step-title h2 {
    color: #a0a0a0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
    color: #3399cc;
}

.opc .section .step-title h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    float: left;
    margin: 0px 4px 0px 45px;
}

.opc .section .step {
    padding: 20px;
}
.opc .section .step:after {
    content: '';
    display: table;
    clear: both;
}

.opc select {
    max-width: 365px;
    width: 100%;
}

.opc h3 {
    font-weight: 500;
}

.opc .buttons-set {
    text-align: left;
}
.opc .buttons-set button.button {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0;
}
.opc .buttons-set p.required {
    float: right;
    margin-left: 5px;
    margin-bottom: 0;
}
.opc .buttons-set .back-link {
    float: right;
    margin: 0;
}
.opc .buttons-set a {
    line-height: 20px;
    display: inline-block;
    padding: 5px 5px 5px 0;
}

.opc #opc-login .step {
    padding: 0px;
}
.opc #opc-login .buttons-set {
    border-top: 0;
    padding-top: 5px;
}

#opc-payment .note {
    padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
    -webkit-transition: opacity 300ms linear;
    -webkit-transition-delay: 0;
    -moz-transition: opacity 300ms linear 0;
    -o-transition: opacity 300ms linear 0;
    transition: opacity 300ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
    -webkit-transition: width 80ms linear;
    -webkit-transition-delay: 0;
    -moz-transition: width 80ms linear 0;
    -o-transition: width 80ms linear 0;
    transition: width 80ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
    -webkit-transition: margin-left 80ms linear;
    -webkit-transition-delay: 0;
    -moz-transition: margin-left 80ms linear 0;
    -o-transition: margin-left 80ms linear 0;
    transition: margin-left 80ms linear 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
    opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
    width: 0px;
    overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
    margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
    margin: 0 0 8px;
}
.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold;
}
.sp-methods dt:first-child {
    margin: 0 0 5px;
}
.sp-methods dd li {
    margin: 5px 0;
}
.sp-methods label img {
    float: left;
}
.sp-methods label a {
    margin-top: 6px;
    float: right;
    margin-left: 10px;
}
.sp-methods .price {
    font-weight: bold;
}
.sp-methods .form-list {
    padding-left: 20px;
}
.sp-methods .form-list li {
    margin: 0 0 8px;
}
.sp-methods select.month {
    width: 120px;
    margin-right: 10px;
}
.sp-methods select.year {
    width: 96px;
}
.sp-methods input.cvv {
    width: 4em !important;
}
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
    max-width: 130px;
}
.sp-methods .checkmo-list li {
    margin: 0 0 5px;
    content: '';
    display: table;
    clear: both;
}
.sp-methods .checkmo-list label {
    width: 165px;
    padding-right: 15px;
    text-align: right;
    float: left;
}
.sp-methods .checkmo-list address {
    float: left;
}
.sp-methods .release-amounts {
    margin: 0.5em 0;
}
.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

/* One Page Checkout */
.block-progress {
    border: 0;
    margin: 0;
    border-left: 1px solid #cccccc;
    padding-left: 20px;
}
.block-progress .block-content {
    font-size: 13px;
}
.block-progress dt {
    padding-top: 6px;
    margin: 0;
    font-size: 14px;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: normal;
    color: #a0a0a0;
}
.block-progress dt.complete {
    color: #636363;
}
.block-progress dd {
    padding-left: 15px;
    margin-bottom: 10px;

    font-style: italic;
}
.block-progress dd address {
    font-style: italic;
}
.block-progress #payment-progress-opcheckout .subtitle {
    margin-bottom: 3px;
}
.block-progress .payment-info dt {
    padding: 0;
    margin: 0 0 3px 0;
    color: #636363;

    text-transform: none;
    font-style: italic;
    float: left;
    clear: both;
    font-size: 13px;
}
.block-progress .payment-info dt:after {
    content: ': ';
}
.block-progress .payment-info dd {
    float: left;
    margin-bottom: 3px;
    font-size: 13px;
}
.block-progress .payment-info:after {
    content: '';
    display: table;
    clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
    display: none;
}

#checkout-review-table-wrapper {
    clear: both;
}

#review-buttons-container {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
#review-buttons-container .btn-checkout {
    min-width: 220px;
}
#review-buttons-container .please-wait {
    float: left;
    margin-right: 10px;
}
#review-buttons-container .f-left {
    float: right;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
    display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
    display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
    border-left: none;
    padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
    display: none;
}
#checkout-step-review .opc-block-progress .block-content {
    display: block !important;
    padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
    float: left;
    width: 50%;
}
#checkout-step-review .opc-block-progress .block-content .changelink {
    display: none;
}

#checkout-step-review .centinel > p {
    margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
    width: 100%;
    min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
    content: '';
    display: table;
    clear: both;
    margin-top: 30px;
}
.gift-messages-form .item h5 {
    font-weight: bold;
}
.gift-messages-form .item .product-img-box {
    width: auto;
    float: left;
    padding-right: 15px;
}
.gift-messages-form .item .details {
    float: left;
}

.gift-message-form .inner-box > div {
    content: '';
    display: table;
    clear: both;
    width: 100%;
    margin-top: 15px;
    display: block;
}
.gift-message-form .inner-box > div.extra-options-container p {
    margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
    margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
    float: left;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
    height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
    content: '';
    display: table;
    clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
    margin-right: 5px;
}
.gift-message-form .gift-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ececec;
}
.gift-message-form .gift-item:after {
    content: '';
    display: table;
    clear: both;
}
.gift-message-form .gift-item .product-img-box {
    width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
    width: 75px;
    margin-left: auto;
    margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
    display: block;
}
.gift-message-form .gift-item .fieldset {
    margin-left: 200px;
}

/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
    padding: 0;
    text-align: center;
}
.checkout-onepage-success .buttons-set {
    margin: 0;
    text-align: center;
    border: none;
    padding: 15px 0 0 0;
}
.checkout-onepage-success .buttons-set button {
    float: left;
    text-decoration: underline;
    color: #777676;
    background: none;
    padding: 0;
    font-size: 19px;
}
.checkout-onepage-success .buttons-set button:after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/icon_sprite.png") -115px -94px no-repeat;
    top: 2px;
    position: relative;
}
.checkout-onepage-success .page-title h1{
    font-size: 32px;
    text-transform: none;
    font-family: 'arboria_bookbook';
}
.checkout-onepage-success h2.sub-title{
    font-size: 21px;
    font-family:'Arboria-Bold';
    text-transform: none;
}
.checkout-onepage-success .chechout-purchase-share .page-title h1{
    font-size: 25px;
    margin: 0;
    padding: 10px 0 0 0;
}
.checkout-onepage-success .chechout-purchase-share{
    border: none;
    padding: 0 0 40px 0;
    margin: 0;
}
.chechout-purchase-share .products-grid .item{
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: left;
}
.chechout-purchase-share .products-grid .item .rewardssocial-purchased-product{
    float: left;
    margin-top: 10px;
    margin-right: 40px;
}
.chechout-purchase-share .products-grid .item .rewardssocial-purchased-product a{
    float: left;
}
.chechout-purchase-share .products-grid .item .rewardssocial-purchased-product a img{
    /*min-width: 165px;*/
}
.chechout-purchase-share .products-grid .item .actions h2.product-name{
    max-height: inherit;
    min-height: 0;
    margin-bottom: 20px;
}
.chechout-purchase-share .products-grid .item .actions h2.product-name a{
    float: left;
    text-align: left;
    text-transform: none;
    font-size: 21px;
    padding-top: 20px;
}
.chechout-purchase-share .products-grid .actions{
    float: left;
    width: auto;
}
/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
    content: '';
    display: table;
    clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
    display: block;
    border-radius: 0px;
    font-size: 14px;
    text-align: center;
    color: #636363;
    text-decoration: none;
    box-sizing: content-box;
}

.swatch-link {
    width: 39px!important;
    height: 39px!important;
    /*border-radius: 50%;*/
    /*overflow: hidden;*/
}
.swatch-link:hover {
    cursor: pointer;
    text-decoration: none;
}
.swatch-link .x {
    display: none;
    text-indent: -999em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/bg_x.png) center no-repeat transparent;
    z-index: 10;
}
.configurable-swatch-list .view-more-options,.configurable-swatch-list .hide-options{border:1px solid #777676;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;width:39px;height:39px;font-size:9px;line-height:39px;text-transform:uppercase;}
.configurable-swatch-list .view-more-options a,.configurable-swatch-list .hide-options a{color:#777676;text-decoration:none!important;}
.swatch-link.has-image .swatch-label {
    position: relative;
}
.swatch-link.has-image img {
    position: absolute;
    top: 0;
    left: 0;-moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.swatch-label {
    margin: 0;
    white-space: nowrap;
}
.configurable-swatch-list {
    margin-left: -3px;
    zoom: 1;
    clear: both;
    -webkit-transform: translateZ(0px);display:inline-block;
}
.configurable-swatch-list li {
    float: left;
    zoom: 1;
    margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {

    float: left;
    vertical-align: top;  margin: 0 10px 10px 0;
}
.configurable-swatch-list .not-available .x {
    display: block;
}
.configurable-swatch-list .not-available .swatch-link {
    border-color: #ededed;
    position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
    padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
    outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
    margin: 0 0 0 3px;
    width: 47%;
}
#narrow-by-list dd .swatch-link {
    border: none;
    line-height: 25px;
    margin-right: 2px;
    text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
    line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
    border-color: #3399cc;
}
#narrow-by-list dd .swatch-label {
    background: #f4f4f4;
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: block;
    float: left;
    line-height: 1.5em;
    margin: 0 5px 0 0;
    padding: 1px 5px;
    white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
    padding: 0;
}
.currently .swatch-current {
    position: relative;
}
.currently .swatch-current .btn-remove {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
}
.currently .swatch-current span {
    display: block;
    float: left;
}
.currently .swatch-link {
    display: inline-block;
    margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
    border-color: #cccccc;
    cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
    border-color: #3399cc;
}

.configurable-swatch-box {
    background: none !important;
}
.configurable-swatch-box select.swatch-select {
    display: none;
}
.configurable-swatch-box .validation-advice {
    margin: 0 0 5px;
    background: #df280a;
    padding: 2px 5px !important;
    font-weight: bold;
    color: #fff !important;
    float: left;
    display: block;
    border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
    color: #a0a0a0;
}

.product-view .product-options .swatch-attr {
    float: none;
    display: block;
    clear: both;
    border: 0;
}
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
}
.product-view .product-options .swatch-attr label {
    display: block;
    line-height: 1.3;
    font-family:'Arboria-Bold';
}
.product-view .product-options .swatch-attr .select-label {
    display: inline;
    font-weight: normal;
    padding-left: 5px;font-weight:normal; font-family: 'arboria_bookbook';
}
.product-view .product-options dd .input-box {
    width: auto;
    height: auto;
}
.product-view .product-options .select-label {
    display: none;
}
.product-view .add-to-cart button.out-of-stock {
    background-position: -80px -362px;
    cursor: default;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .cart-search-top{
    /*margin-top: -11px;*/
}
.customer-account-login .scaffold-form label:first-child {
    width: 115px;
}
.customer-account-login .col2-set .buttons-set {
    text-align: left;
    border-top: 0;
    padding: 0;
}
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
    float: none;
    margin: 0;
    min-width: 130px;
}
.customer-account-login .col2-set .col-1 ul {
    list-style: disc;
    padding-left: 20px;
    margin: 10px 0 20px 0;
}
.customer-account-create label.required:after{
    content: '*';

}
.fieldset + .fieldset.rewards_referral_information {
    margin: 30px 0 0 0;
}

.opc #opc-login p:not(.required) {
    font-style: italic;

    font-size: 13px;
    color: #a0a0a0;
}

.remember-me-box a.hide {
    display: none;
}
.remember-me-box .link-tip {
    font-size: 13px;
    padding-left: 10px;
}

.remember-me-popup {
    display: none;
    border: 1px solid #cccccc;
    padding: 10px;
    position: relative;
}
.remember-me-popup.show {
    display: block;
}
.remember-me-popup p {
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}
.remember-me-popup .remember-me-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
    display: none;
}

.customer-account-create .buttons-set {
    max-width: 455px;
}
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
    border: none;
    max-width: 500px;
}
.customer-account-create .fieldset .hidden {
    display: none;
}
.customer-account-create #remember-me-popup {
    max-width: 455px;
}
.customer-account-login .page-title h1,
.customer-account-create .page-title h1,
.customer-account-forgotpassword .page-title h1,
.customer-account-logoutsuccess .page-title h1{
    font-size: 43px;
    text-transform: none;
}
.customer-account-login h2{
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: none;
    font-family: 'arboria_blackblack';
}
.customer-account-login #main p{
    margin-bottom: 23px;
}
.col2-set .col-1.new-users{
    max-width: 415px;
    margin-right: 160px;
    padding: 20px 0;
    width: 100%;
}
.col2-set .col-2.registered-users{
    max-width: 385px;
    float: left;
    width: 100%;
}
.col2-set .col-2.registered-users ul{
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}
.col2-set .col-2.registered-users a.forgot-pass{
    text-transform: uppercase;
    text-decoration: underline;
    float: right;
    line-height: 32px;
}
.col2-set .col-2.registered-users .form-list > li{
    margin-bottom: 14px;
}
.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
    max-width: 500px;
    border: none;
}

.customer-account-forgotpassword .fieldset .input-box input.input-text {
    width: 100%;
}
.customer-account-resetpassword form{
    max-width: 500px;
}
.customer-account-resetpassword .buttons-set{
    border-top: none;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .page-title h1 {
    border: 0;
    text-align: left;
    padding:0;
    line-height: 36px;
    font-family:'Arboria-Bold';
}
body.awrma-customer-rma-view .title-buttons,
body.awrma-guest-rma-view .title-buttons ,
body.customer-account .title-buttons,
body.awrma-guest-rma-view .title-buttons{
    position: relative;
    text-align: left;
}
body.awrma-guest-rma-view .title-buttons a,
body.customer-account .title-buttons a{
    text-decoration: underline;
}
body.awrma-guest-rma-view .title-buttons h1,
body.customer-account .title-buttons h1 {
    text-align: left;
    width: 100%;
    /*float: left;*/
    clear: both;
}
body.awrma-guest-rma-view .title-buttons .button,
body.customer-account .title-buttons .button {
    position: absolute;
    right: 0;
    top: 0;
}
body.customer-account .title-buttons a,
body.customer-account .title-buttons span.separator,
body.awrma-guest-rma-view .title-buttons .links-title{
    position: relative;
}
body.customer-account.awrma-customer-rma-view .title-buttons span.separator{
    display: none;
}
body.awrma-guest-rma-view .fieldset h2,
body.customer-account .fieldset h2,
body.customer-account .addresses-list h2,
body.customer-account .order-details h2 {
    width: 100%;
    display: inline-block;
    text-transform: none;
    font-size: 25px;
    color:#777676;
}
body.customer-account .addresses-list h3 {
    font-family:'Arboria-Bold';
    font-size: 17px;
    font-weight: normal;
    text-transform: none;
}
body.customer-account .fieldset {
    margin-top: 25px;
    padding-bottom: 5px;
    margin-bottom: 0;
}
body.customer-account form .fieldset + .fieldset{
    padding-top: 25px;
    border-top: 1px solid #ccc;
    display: inline-block;
    width: 100%;
}
body.customer-account .fieldset .form-list label:after{
    content: '*';
    display: block;
    width: 10px;
    height: 10px;
    float: right;
    margin-left: 5px;
}
body.customer-account .fieldset .form-list label.no-required:after {
    display: none;
}
body.awrma-customer-rma-view  .fieldset .form-list li,
body.customer-account .fieldset .form-list li{
    clear: both;
}
body.awrma-customer-rma-view .fieldset .form-list li.wide,
body.customer-account .fieldset .form-list li.wide{
    float: left;
    clear: none;
    width: 385px;
}
body.awrma-customer-rma-view .fieldset .form-list li.wide:first-child,
body.customer-account .fieldset .form-list li.wide:first-child{
    margin: 0 20px 0 0;
}
body.awrma-customer-rma-view #awrma-printlabel-form .fieldset .form-list li.wide:last-child .input-box,
body.customer-account #awrma-printlabel-form .fieldset .form-list li.wide:last-child .input-box{
    margin: 20px 20px 0 0;
}
body.awrma-customer-rma-view #awrma-printlabel-form .buttons-set,
body.customer-account #awrma-printlabel-form .buttons-set{
    border-top: none;
    padding-bottom: 30px;
    float: left;
}
body.awrma-customer-rma-view #awrma-printlabel-form .buttons-set p.required,
body.customer-account #awrma-printlabel-form .buttons-set p.required{
    display: none;
}
body.awrma-customer-rma-view  .fieldset .form-list .field,
body.customer-account .fieldset .form-list .field{
    float: left;
    width: 385px;
    margin-right: 22px;
}
body.customer-account .awrma-account .fieldset h3,
body.awrma-guest-rma-view .awrma-account .fieldset h3,
body.awrma-guest-rma-new .awrma-account .fieldset h3{
    font-size: 17px;
    font-family:'Arboria-Bold';
    text-transform: none;
}
body.awrma-guest-rma-new .awrma-account .fieldset h3{
    font-size: 21px;
}
body.awrma-guest-rma-view .fieldset .form-list .fields,
body.awrma-guest-rma-view .fieldset .form-list .field,
body.awrma-customer-rma-view .fieldset .form-list .field{
    margin-bottom: 0;
}
body.awrma-guest-rma-view .fieldset .form-list .field strong,
body.awrma-customer-rma-view .fieldset .form-list .field strong{
    font-family:'Arboria-Bold';
}
body.awrma-guest-rma-view .fieldset,
body.awrma-customer-rma-view .fieldset{
    margin-bottom: 40px;
    margin-top: 0;
}
body.awrma-guest-rma-view .form-list.two-cols,
body.awrma-customer-rma-view .form-list.two-cols {
    display: inline-block;
    width: 49%;
    float: left;
    margin-bottom: 30px;
}
body.awrma-guest-rma-view .form-list.two-cols:last-child,
body.awrma-customer-rma-view .form-list.two-cols:last-child{
    float: left;
}
body.awrma-guest-rma-view .title-buttons h1,
body.awrma-customer-rma-view .title-buttons h1 {
    margin-bottom: 0px;
}
body.awrma-guest-rma-view .title-buttons h1 span,
body.awrma-customer-rma-view .title-buttons h1 span{
    text-transform: none;
    font-family: arboria_bookbook;
}
#awrma-requested-items{
    margin-bottom: 35px;
}
body.awrma-guest-rma-view h4,
body.awrma-customer-rma-view.customer-account h4{
    clear: both;
    font-size: 25px;
    text-transform: none;
    font-weight: normal;
    margin: 0 0 0.5em;
}
body.customer-account .fieldset .form-list .input-box{
    padding-top: 5px;
    padding-bottom: 10px;
    max-width: 385px;
}
body.customer-account .my-account .buttons-set{
    padding-top: 35px;
}
body.customer-account .buttons-set button.button{
    padding: 0 22px;
    min-width: inherit;
}
body.awrma-guest-rma-new .buttons-set a,
body.customer-account .buttons-set a,
.buttons-set .back-link a{
    padding: 14px 0;
    font-size: 25px;
    /*Justin*/
    color: #777676;
    text-transform: uppercase;
}
.buttons-set .back-link a:hover,
.buttons-set .back-link a:hover{
    color:#0090b9;
    text-decoration: none;
}
.buttons-set .back-link a small,
.buttons-set .back-link a small{
    display: none;
}
.buttons-set .back-link a:before,
.buttons-set .back-link a:before{
    content: '';
    display: block;
    float: left;
    width: 15px;
    height: 22px;
    text-indent: -9999px;
    margin-right: 13px;
    /*Justin*/
    background: url("../images/icon_sprite.png") -25px -63px no-repeat;
    transform: rotate(-180deg) translate(1px, 1px);
    -webkit-transform: rotate(-180deg) translate(1px, 1px);
}
.buttons-set .back-link a:hover:before,
.buttons-set .back-link a:hover:before{
    background: url("../images/icon_sprite.png") -28px -346px no-repeat;
    transform: rotate(0deg) translate(0, 0);
    -webkit-transform: rotate(0deg) translate(0, 0);
}
body.customer-account .my-account .fieldset .form-list .control label{
    background: transparent;
    padding: 0px 10px 0px 40px;
    color: #777676;
}
body.customer-account .fieldset .form-list .control label:after{
    content: '';
}
body.customer-account .fieldset p.required,
.awrma-guest-rma-view p.required{
    display: none;
}
body.customer-account .data-table {
    margin-top: 5px;
    clear: both;
}
#awrma-requested-items.data-table tr td{
    min-width: 150px;
    text-align: left;
}
body.customer-account .data-table td a {
    text-transform: none;
    text-decoration: underline;
    font-style: normal;
    font-size: 17px;
}
body.customer-account .data-table span.nobr a {
    white-space: nowrap;
}
body.customer-account .data-table td.view a {
    display: inline-block;
}
body.customer-account .data-table .separator {
    /*display: none;*/
    padding: 0 10px;
}
body.customer-account .sidebar .block ol#compare-items li {
    margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
    margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
    margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
    display: inline-block;
    margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
    margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
    margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
    display: inline;
    margin-bottom: 0;
}
body.customer-account #awrma-new-form .fieldset .form-list label,
body.awrma-guest-rma-new #awrma-new-form .fieldset .form-list label{
    padding-bottom: 8px;
}
body.customer-account #awrma-new-form .fieldset .form-list label::after{
    content: '';
}
body.customer-account .awrma-account .fieldset .form-list .input-box{
    max-width: inherit;
    padding-top: 0;
}
body.customer-account .awrma-account .pager-no-toolbar ~ .pager-no-toolbar .amount{
    margin-bottom: 0;
}
body.awrma-guest-rma-new .awrma-account .buttons-set,
body.awrma-guest-rma-view .awrma-account .buttons-set,
body.customer-account .awrma-account .buttons-set{
    border-top: none;
    padding-bottom: 30px;
}
body.customer-account.awrma-customer-rma-view .awrma-account .buttons-set,
body.awrma-guest-rma-view .awrma-account .buttons-set{
    padding-top: 30px;
}
body.awrma-guest-rma-view .awrma-account .buttons-set button.button,
body.awrma-guest-rma-new .awrma-account .buttons-set button.button,
body.customer-account.awrma-customer-rma-view .awrma-account .buttons-set button.button,
body.customer-account.awrma-customer-rma-new .awrma-account .buttons-set button.button{
    float: left;
}
body.awrma-guest-rma-new .awrma-account .buttons-set button.button{
    min-width: 260px;
}
body.customer-account.awrma-customer-rma-new form .fieldset + .fieldset{
    padding: 0;
    margin: 15px 0 0 0;
    border: none;
}
body.awrma-customer-rma-new .awrma-account .fieldset h3,
body.awrma-customer-rma-new .awrma-account .fieldset p,
body.awrma-guest-rma-new .awrma-account .fieldset h3,
body.awrma-guest-rma-new .awrma-account .fieldset p{
    margin-bottom: 15px;
}
body.customer-account select {
    font-size: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    color:#777676;
    height: 43px;
    width: 100%;
}
body.customer-account select::-ms-expand,
body.awrma-guest-rma-new select::-ms-expand{
    display: none;
}
body.customer-account #awrma-new-form .form-list > li,
body.awrma-guest-rma-new #awrma-new-form .form-list > li{
    clear: both;
    display: inline-block;
    margin: 0 0 10px 0;
    width: 100%;
}
body.awrma-guest-rma-new #awrma-new-form .form-list > li.reason_id{
    margin:  0 0 30px 0;
}
body.customer-account #awrma-new-form .form-list > li.reason_id,
body.awrma-guest-rma-new #awrma-new-form .form-list > li.reason_id{
    max-width: 465px;
}
body.customer-account #awrma-new-form .form-list > li.order-infor{
    margin: 0 0 25px 0;
}
body.awrma-guest-rma-new #awrma-new-form .form-list > li.order-infor{
    margin: 0 0 10px 0;
}
body.customer-account #awrma-new-form .form-list > li.order-infor label,
body.awrma-guest-rma-new  #awrma-new-form .form-list > li.order-infor label{
    float: left;
    line-height: 43px;
    margin: 0 10px 0 0;
}
body.customer-account #awrma-new-form .form-list > li.order-infor .input-box,
body.awrma-guest-rma-new #awrma-new-form .form-list > li.order-infor .input-box{
    float: left;
    width: 465px;
    padding: 0;
    margin-bottom: 10px;
}
body.awrma-guest-rma-view #main article.content-detail,
body.awrma-guest-rma-index #main article.content-detail,
body.awrma-guest-rma-new #main article.content-detail {
    max-width: 950px;
    padding: 0;
}
body.awrma-guest-rma-new #awrma-items-ordered-table.data-table{
    margin-bottom: 35px;
}
body.awrma-guest-rma-new #awrma-items-ordered-table.data-table tbody td{
    vertical-align: middle;
}
body.awrma-guest-rma-new #awrma-items-ordered-table.data-table tbody td h3{
    text-transform: none;
    font-family: 'arboria_bookbook';
    margin: 0;
}
body.customer-account #awrma-items-ordered-table input[type="checkbox"] + label:before,
body.customer-account #awrma-items-ordered-table .checkbox-add-compare-ajax input[type="checkbox"] + span:before{
    top:-2px;
}
body.awrma-guest-rma-new #awrma-items-ordered-table input[type="checkbox"] + label:before,
body.awrma-guest-rma-new #awrma-items-ordered-table .checkbox-add-compare-ajax input[type="checkbox"] + span:before{
    top:-10px;
}
#awrma-requested-items.data-table tbody td .item-options,
body.awrma-guest-rma-new #awrma-items-ordered-table.data-table tbody td .item-options,
body.awrma-guest-rma-new #awrma-requested-items.data-table tbody td .item-options{
    display: none;
}
body.customer-account #awrma-items-ordered-table.data-table thead th,
body.awrma-guest-rma-new #awrma-items-ordered-table.data-table thead th{
    border: none;
}
body.customer-account #awrma-items-ordered-table.data-table tbody td input[type="text"],
body.awrma-guest-rma-new #awrma-items-ordered-table.data-table tbody td input[type="text"]{
    border: 1px solid #838383;
    font-size: 17px;
    height: 34px;
    color: #000;
    width: 60px;
    text-align: center;
    border-radius:5px;
}
body.customer-account #awrma-new-form .form-list .fields .field,
body.awrma-guest-rma-new #awrma-new-form  .form-list .fields .field{
    float: left;
    max-width: 465px;
    width: 100%;
    margin: 0;
}
body.customer-account #awrma-new-form .form-list .fields .field:last-child,
body.awrma-guest-rma-new #awrma-new-form  .form-list .fields .field:last-child{
    float: right;
}
body.customer-account #awrma-new-form .form-list textarea,
body.awrma-guest-rma-new #awrma-new-form  .form-list textarea{
    max-width: 100%;
    border-radius: 5px;
    min-height: 125px;
    border: 1px solid #838383;
}
body.customer-account #my-orders-table.data-table tfoot tr:first-child td{
    padding-top: 15px;
}
body.customer-account #my-orders-table.data-table tfoot tr td{
    padding: 5px 10px;
}
body.customer-account #my-orders-table.data-table tfoot tr td.a-right{
    min-width: 110px;
}
form#awrma-printlabel-form textarea,
form#awrma-comment-form textarea{
    border-radius: 5px;
    border: 1px solid #838383;
}
.awrma-comments-list a{
    text-decoration: underline;
}
#awrma-new-form input[type="checkbox"] + label{
    color: #000;
}
.awrma-guest-rma-index #awrma-new-form .fields .field{
    width: 465px;
    float: left;
}
.awrma-guest-rma-index #awrma-new-form .fields .field:last-child{
    float: right;
}
.awrma-guest-rma-index #awrma-new-form .fields input{
    border:1px solid #838383
}
.awrma-guest-rma-index #awrma-new-form .buttons-set{
    border: none;
}
.awrma-guest-rma-index #awrma-new-form .buttons-set button{
    float: left;
    min-width: 260px;
}
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
    width: 40px;
    float: left;
    margin-right: 10px;
}
.form-list .customer-dob .dob-year {
    width: 80px;
    float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
    margin-top: 22px;
    padding-bottom: 10px;
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.dashboard .box-head h2 {
    display: inline-block;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 0;
    text-transform: none;
}
.dashboard .box-head a {
    padding: 10px;
    text-decoration: underline;
}
.dashboard .box-title a,
.dashboard .box-head a {
    text-transform: uppercase;
    font-size: 12px;
}
.dashboard .box-account {
    /*padding-bottom: 40px;*/
    /*border-bottom: 1px solid #cccccc;*/
    margin-bottom: 33px;
    clear: both;
}
.dashboard .box-account p,
.dashboard .box-account address {
    font-style: normal;
}
.dashboard .box-account p a{
    text-decoration: underline;
}
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
    padding: 0;
}
.dashboard .col2-set .col-1{
    padding-right: 20px;
}
.dashboard .col2-set .col-2{
    padding-left: 20px;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
    border-bottom: 1px solid silver;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
}
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 0;
    text-transform: none;
    font-family:'Arboria-Bold';
}
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 17px;
    text-transform: none;
    line-height: 18px;
    text-decoration: underline;
}
.dashboard .box-reviews.box-account {
    padding-bottom: 0;
}
.dashboard .box-reviews li {
    padding: 10px 0;
    border-top: 1px solid #ededed;
}
.dashboard .box-reviews li:first-child {
    border-top: 0;
}
.dashboard .box-reviews li .number {
    margin-right: -20px;
    float: left;
    line-height: 1.4;
    font-size: 13px;
}
.dashboard .box-reviews li .details {
    margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
    content: '';
    display: table;
    clear: both;
    margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
    float: left;

    font-size: 13px;
    margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
    float: left;
    margin: 3px 0 0 0;
}
.dashboard.mypoints-page .box-account{
    margin-bottom: 0;
}
.box.box-account.box-info.mypoints-redeemcatalog{
    float: left;
}
.dashboard.mypoints-page .box-account .input-box input,
.mypoints-sendfriend .form-list textarea{
    border: 1px solid #838383;
    border-radius: 5px;
    padding: 5px;
    max-width: inherit;
}
.dashboard.mypoints-page .box-account .form-list .field{
    margin-bottom: 0;
}
.dashboard.mypoints-page .box-account .input-box {
    padding-bottom: 20px;
    padding-top: 2px;
}
.block-social-wp h3.title{color:#777676;}
/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {

}
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
    padding:0 0 40px 0;
    width: 100%;
}
.my-account .addresses-list .item {
    float: left;
    max-width: 455px;
    width: 49%;
    line-height: 24px;
}
.my-account .addresses-list .item:last-child{
    float: right;
}
.my-account .addresses-list .col-2 .item{
    width: 100%;
    max-width: 100%;
}
.my-account .addresses-list .col-2 button{
    margin-top: 20px;
    min-width: 276px;
}
.my-account .addresses-list .item a {
    text-decoration: underline;
}
.my-account .addresses-list .item address{
    margin-bottom: 10px;
}
.my-account .addresses-list .addresses-primary h3{
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    width: 100%;
    margin-bottom: 30px;
    clear: both;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}
.order-info dt {
    margin-right: 15px;
    font-size: 27px;
}
.order-info li {
    margin: 0 0 0 20px;
}
.order-info li.current {
    font-weight: 600;
}
.order-info li:first-child {
    margin-left: 0;
}

.order-date {
    color: #777676;
    font-weight: bold;
    text-transform: uppercase;
}

.order-info-box {
    margin-bottom: 40px;
    margin-top: 20px;
}
.order-info-box + .order-info-box {
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
}
.order-info-box .col-1 {
    padding-right: 0;
    width: 48%;
}
.order-info-box .col-2 {
    width: 52%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}
.order-info-box .box-title {
    /*width: 160px;*/
    padding-right: 6px;
    float: left;
}
.order-info-box .box-title h2 {
    font-size: 17px;
    font-weight: bold;
    text-transform: none;
    line-height: 25px;
}
.order-info-box .box-title h2:after {
    content: ':';
}
.order-info-box .box-content {
    float: left;
    clear: both;
}
.order-info-box .box-content td,
.order-info-box .box-content th {

    line-height: 1.3;
}
.order-info-box .box-content th {
    padding-top: 10px;
}
.order-info-box .box-content td {
    padding-left: 15px;
}
.order-info-box .box-content strong {

    font-weight: normal;
    text-transform: uppercase;
}

#my-orders-table .option-label {
    margin-left: 10px;
    font-weight: 600;
    font-style: italic;
}
#my-orders-table .option-value {
    margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
    border-bottom: none;
    border-top: none;
}

ol#cart-sidebar-reorder li {
    margin: 5px 0;
}
ol#cart-sidebar-reorder li input {
    margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
    display: inline;
}


.order-additional {
    margin: 40px 0;
}

.order-gift-message dd {
    margin-top: 10px;
}

/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
    margin-bottom: 20px;
    width: 100%;
}
body.newsletter-manage-index .my-account .fieldset h2 {
    display: none;
}
body.newsletter-manage-index .my-account .form-list {
    min-height: 150px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
    margin-left: 30px;
    max-width: 435px;
}
.contacts-index-index .buttons-set p.required {
    float: left;
}
/* ============================================ *
 * PayPal
 * ============================================ */

.paypal-review-order .info-set {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}
.paypal-review-order .buttons-set {
    margin-top: 0px;
    padding-top: 0px;
    border: 0;
}
.paypal-review-order .buttons-set button {
    margin-bottom: 10px;
}


.top-container .bml-ad {
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
}
.top-container .bml-ad span {
    display: inline-block;
}
.top-container .bml-ad span a {
    display: block;
}

.bml-ad {
    display: none;
    text-align: center;
    margin-bottom: 5px;
}
.bml-ad span {
    display: block;
    line-height: 0;
}
.bml-ad a {
    display: inline-block;
    max-width: 100%;
}
.bml-ad a:hover {
    opacity: 0.7;
}
.bml-ad img {
    height: auto !important;
    max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
    display: block;
    margin: 0;
}

div.paypal-logo {
    text-align: center;
    margin: 15px 0;
    max-width: 100%;
}
div.paypal-logo span {
    display: block;
    width: 100%;
}
div.paypal-logo span a {
    display: inline-block;
    max-width: 100%;
}
div.paypal-logo span a img {
    max-width: 100%;
}
div.paypal-logo span > img {
    display: none;
}

.checkout-types div.paypal-logo {
    text-align: right;
}

.bml-checkout-type {
    list-style-type: none;
}

.sidebar .paypal-logo {
    text-align: center;
    line-height: 0;
}
.sidebar .paypal-logo > a {
    display: inline-block;
    max-width: 100%;
}
.sidebar .paypal-logo > a:hover {
    opacity: 0.8;
}
.sidebar .paypal-logo > a img {
    display: block;
}
.sidebar .paypal-logo .label {
    margin-top: 4px;
}
.sidebar .paypal-logo .label a {
    font-size: 12px;
    line-height: 1.5;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
    width: auto;
    float: none;
}
#customer-reviews .review-heading {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0 5px;
}
#customer-reviews .review-heading:after {
    content: '';
    display: table;
    clear: both;
}
#customer-reviews .review-heading h2 {
    float: left;
    display: block;
}
#customer-reviews .review-heading .pager {
    clear: none;
    float: right;
    width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
    margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {

    font-size: 10px;
    text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
    display: none;
}
#customer-reviews h2 {
    color: #3399cc;
    font-size: 12px;
    text-transform: uppercase;
}
#customer-reviews h2 span {
    color: #636363;
}
#customer-reviews h3 {

    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
#customer-reviews h3 span {
    color: #3399cc;
}
#customer-reviews .fieldset {
    padding-top: 25px;
    width: 470px;
}
#customer-reviews .fieldset h4 {
    border-bottom: 1px solid #cccccc;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
    text-transform: uppercase;
}
#customer-reviews .fieldset h4 em {
    display: none;
}
#customer-reviews .fieldset .form-list {

    font-size: 12px;
    font-weight: normal;
    margin: 10px 0;
    text-transform: uppercase;
    width: 470px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
    content: '';
    display: table;
    clear: both;
}
#customer-reviews .fieldset .form-list label {
    font-size: 12px;
    font-weight: normal;
}
#customer-reviews .fieldset .form-list textarea {
    border: 1px solid #cccccc;
    border-radius: 0;
    min-width: 100%;
    -webkit-appearance: none;
}
#customer-reviews .fieldset .form-list input {
    border: 1px solid #cccccc;
    border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="text"] {
    width: 100%;
}
#customer-reviews .buttons-set {
    border: none;
    margin: 0;
    width: 470px;
}
#customer-reviews dl {

    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
}
#customer-reviews dl dt {
    margin: 10px 0;
    text-transform: uppercase;
}
#customer-reviews dl dd {

    font-size: 14px;
    margin: 10px 0;
}
#customer-reviews dl dd .ratings-table {

    font-size: 12px;
    width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
    margin-right: 15px;
}
#customer-reviews dl dd .ratings-table .review-label {
    width: 300px;
    max-width: 70%;
}
#customer-reviews dl dd table {
    margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
    color: #3399cc;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.review-summary-table {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 10px;
}
.review-summary-table thead {
    background: transparent;
}
.review-summary-table thead th {
    background: transparent;
    border: none;
    padding: 15px 7px 10px 8px;
}
.review-summary-table tbody th {
    background: #FFFFFF;
    font-size: 12px;
}
.review-summary-table tbody td {
    border: none;
    text-align: center;
    padding: 0;
}
.review-summary-table tbody td label {
    width: 100%;
    display: block;
    padding: 11px 0;
}
.review-summary-table .rating-box .rating-number {
    display: none;
}
.review-summary-table .rating-box .rating-number:after {
    content: "";
    display: inline-block;
    background-position: 0px -599px;
    width: 13px;
    height: 14px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {

    font-size: 12px;
    text-transform: uppercase;
}
.ratings-table th {
    padding-right: 10px;
}
.ratings-table .rating-box {
    background-position: 0 -615px;
    background-repeat: repeat-x;
    height: 13px;
    overflow: hidden;
    text-indent: -9999px;
    width: 65px;
}
.ratings-table .rating-box .rating {
    background-position: 0 -600px;
    background-repeat: repeat-x;
    float: left;
    height: 13px;
    text-indent: -9999px;
}
/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
    border-bottom: none;
}
.review-product-view .product-review .product-img-box {
    width: auto;
    max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
    width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
    width: 100%;
}
/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
    position: relative;
    display: block;
    width: 100%;
}
.slideshow-container.flexslider {
    margin: 0 auto;
}
.slideshow-container .slideshow {
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0;
}
.slideshow-container .slideshow > li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: block;
    margin: 0;
}
.slideshow-container .slideshow > li:first-child {
    position: static;
    z-index: 100;
}
.slideshow-container .slideshow > li img {
    max-width: 100%;
    width: 100%;
}

.slideshow-pager {
    text-align: center;
    width: 100%;
    z-index: 115;
    position: absolute;
    bottom: 0px;
    top: auto;
    overflow: hidden;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.slideshow-pager span {
    font-family: arial;
    width: 44px;
    height: 44px;
    display: inline-block;
    color: #DDDDDD;
    cursor: pointer;
}
.slideshow-pager span:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border-radius: 1px;
    background-color: #FFFFFF;
    position: relative;
}
.slideshow-pager span:hover:before {
    background-color: #2e8ab8;
}
.slideshow-pager span.cycle-pager-active:before {
    background-color: #297aa3;
}
.slideshow-pager > * {
    cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
    position: absolute;
    top: 0;
    width: 15%;
    max-width: 80px;
    height: 100%;
    opacity: 0.6;
    z-index: 110;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    position: absolute;
    border-style: solid;
    display: block;
    top: 50%;
    margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
    opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    cursor: default;
}

.slideshow-prev {
    left: 8px;
}
.slideshow-prev:before {
    border-width: 15px 15px 15px 0;
    border-color: transparent #FFFFFF transparent transparent;
    top: 50%;
    left: 10px;
}
.slideshow-prev:hover:before {
    border-color: transparent #2e8ab8 transparent transparent;
}

.slideshow-next {
    right: 8px;
}
.slideshow-next:before {
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #FFFFFF;
    top: 50%;
    right: 10px;
}
.slideshow-next:hover:before {
    border-color: transparent transparent transparent #2e8ab8;
}

.cycle-caption {
    position: absolute;
    color: white;
    bottom: 15px;
    right: 15px;
    z-index: 110;
}

.cycle-overlay {
    font-family: tahoma, arial;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 120;
    background: black;
    color: white;
    padding: 15px;
    opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
.wishlist-empty{
    min-height:350px;
}
#wishlist-table th {
    /*text-align: center;*/
}
#wishlist-table.clean-table {
    font-size: 17px;
    width: 100%;
}
#wishlist-table.clean-table tr {
    border-bottom: 1px solid silver;
}
#wishlist-table.clean-table tr:last-child{
    border: none;
}
#wishlist-table.clean-table p.item-label{
    font-family:'Arboria-Bold';
    margin-right: 5px;
    display: inline;
    color: #777676;
}
#wishlist-table.clean-table .item-value{
    color:#787676;
    display: inline;
}
#wishlist-table.clean-table p.item-label:after{
    content: ':';
}
#wishlist-table.clean-table th {
    border-bottom: 1px solid silver;
}
#wishlist-table.clean-table td {
    padding: 20px 10px;
    vertical-align: middle;
}
#wishlist-table.clean-table td:first-child{
    padding: 20px 0;
}
#wishlist-table.clean-table thead th {
    background: #f4f4f4;
    line-height: 1.4;
    white-space: nowrap;
    padding: 10px;
    vertical-align: top;
    font-size: 17px;
    text-transform: none;
}
#wishlist-table.clean-table thead th.customer-wishlist-item-cart{
    text-align: right;
    padding: 10px 15px;
}
body.customer-account.wishlist-index-index .my-account .buttons-set{
    margin-top: 0;
}
body.customer-account .my-account .my-wishlist .fieldset{
    padding: 0;
}
#wishlist-table .product-name {
    font-size: 17px;
    text-transform: none;
    color: #777676;
}
#wishlist-table .product-name a {
    color: #777676;
    font-family:'Arboria-Bold';
}
#wishlist-table .product-name a:hover{
    color:#0090b9;
}
#wishlist-table .information{
    margin-left: 126px;
}
#wishlist-table .information .item-options::after{
    clear: none;
}
#wishlist-table .wishlist-sku {
    font-size: 11px;
    margin: 5px 0;
}
#wishlist-table textarea {
    border: 1px solid #838383;
    border-radius: 5px;
    font-size: 17px;
    height: 85px;
    max-width: 250px;
    padding: 7px 10px;
    text-transform: none;
    width: 100%;
    color: #777676;
    line-height: 18px;
}
#wishlist-table .product-information{
    width: 300px;
    padding-right: 10px;
}
#wishlist-table .product-information .product-image{
    float: left;
    margin-right: 10px;
    max-width: 116px;
}
#wishlist-table textarea:focus {
    border: 1px solid #3399cc;
}
#wishlist-table .item-manage {
    text-align: right;
    max-width: 450px;
    padding-top: 5px;
}
#wishlist-table .item-manage .button {
    color: #fff;
    font-size: 15px;
    background: #777676;
    height: 30px;
    line-height: 30px;
    min-width: 212px;
    padding: 0 20px;
}
#wishlist-table .item-manage .button:hover{
    background: #3399cc;
}
#wishlist-table .cart-cell {
    /*text-align: center;*/
}
#wishlist-table td.customer-wishlist-item-image {
    width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
    width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
    width: 120px;
    text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
    width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
    font-size: 22px;
    height: 43px;
    line-height: 43px;
    margin-bottom: 10px;
    min-width: 200px;
    padding: 0;
    width: 100%;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
    margin-bottom: 10px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
    margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
    vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
    width: 20px;
}
#wishlist-table td .button,
#wishlist-table td button {
    white-space: normal;
}
#wishlist-table .price-box {

    font-size: 12px;
}
#wishlist-table .price-box .price {
    color: #777676;
}
#wishlist-table .giftregisty-add {
    margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
    display: none;
}
#wishlist-table .giftregisty-add li {
    cursor: pointer;
    color: #3399cc;
    margin-bottom: 3px;
}
#wishlist-table .truncated .details {
    background: none;
    color: #3399cc;
}
#wishlist-table td[data-rwd-label]:before {
    font-weight: 600;
}

/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
    padding-bottom: 5px;
}
.block-wishlist .product-details .product-name {
    padding-top: 0;
    margin-bottom: 5px;
}
.block-wishlist .price-box {
    float: left;
    margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
    font-size: 12px;
}
.block-wishlist .link-cart {
    float: left;
    text-transform: uppercase;
    margin-right: 7px;
    padding-right: 7px;
    border-right: 1px solid #ededed;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart {
    display: inline-block;
}

.header-minicart .minicart-message {
    display: block;
    padding: 10px;
}
.header-minicart .empty {
    padding: 10px;
    text-align: center;
}
.header-minicart .minicart-wrapper {
    clear: both;
    position: relative;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.header-minicart .minicart-wrapper:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}
.header-minicart .minicart-wrapper:after {
    background-image: url("../images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
    position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
    display: block;
}
.header-minicart .block-cart {
    display: none;
}
.header-minicart .block-subtitle {
    color: #50A4CF;

    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
    display:none;
}
.header-minicart .mini-products-list {

}
.header-minicart .mini-products-list li {
    position: relative;
    margin: 0;
}
.header-minicart .mini-products-list li.last {

}
.header-minicart .mini-products-list li .product-details {
    display: block!important;
    text-align: left;
}
.header-minicart .product-details .product-name {

}
.header-minicart .product-details .product-name a {
    color:#777676;
    text-transform: uppercase;
}
.header-minicart .product-details li label::after {
    content: ":";
    margin-right: 5px;
}
.header-minicart .info-wrapper {
    margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
    text-transform: uppercase;
    padding-right: 5px;
}
.header-minicart .info-wrapper td {

    clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {

}
.header-minicart .info-wrapper .qty {
    padding:0;
    width: 3.2em;
    border:0 none;
    color:#777676;
}
.header-minicart .info-wrapper input.qty:disabled {
    -webkit-text-fill-color: #777676;
    -webkit-opacity: 1!important;
    opacity: 1!important;
}
.header-minicart .info-wrapper .quantity-button {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
    cursor: default;
    display:none;
}
.header-minicart .info-wrapper .quantity-button.visible {
    opacity: 1;
}
.header-minicart .subtotal {
    background-color: #DDDDDD;
    text-align: center;
    line-height: 2em;
}
.header-minicart .subtotal .label {
    color: white;
    text-transform: uppercase;
}
.header-minicart .subtotal .price {
    color: #3399cc;
}
.header-minicart .minicart-actions {

    margin-top: 0px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.header-minicart .minicart-actions .link-actions {
    margin: 0px 0 8px;
    padding-top: 8px;
    border-top: 1px solid #c3c3c3;
}
.header-minicart .minicart-actions .link-actions li{
}
.header-minicart .minicart-actions .link-actions a{
    font-size:17px;
    text-transform:uppercase;
    text-decoration:underline;
}
.header-minicart .minicart-actions .checkout-button {
    min-width: 145px;
    text-decoration: none;
}
.header-minicart .minicart-actions .checkout-button:hover{
    color: #fff;
}
.header-minicart .minicart-actions .cart-link {
    height: 33px;
    line-height: 39px;
    text-transform: uppercase;
    font-size: 13px;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
    line-height: 1.6;
}
.header-minicart #minicart-error-message {
    text-align: center;
    color: #777676;
    display: none;
}
.header-minicart #minicart-success-message {
    text-align: center;
    color: #777676;
    display: none;
    border: 1px solid #777676;
    margin: 0 0 20px;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    /* IE 5-7 */
    filter: alpha(opacity=100) !important;
    /* Netscape */
    -moz-opacity: 1 !important;
    /* Safari 1.x */
    -khtml-opacity: 1 !important;
    /* Good browsers */
    opacity: 1 !important;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
    display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
    display: block;
}

/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
    left: 0 !important;
    overflow: visible !important;
    position: relative !important;
    top: 15px !important;
    width: 100% !important;
    z-index: 200;
}
.search-autocomplete ul {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFFFFF;
    border: 1px solid #3399cc;
    left: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.search-autocomplete ul li {
    border-bottom: 1px solid #f4f4f4;
    color: #3399cc;
    cursor: pointer;
    font-size: 12px;
    padding: 4px 6px;
    text-align: left;
}
.search-autocomplete ul li:hover {
    color: #2e8ab8;
}
.search-autocomplete ul li.selected {
    background-color: #3399cc;
    color: white;
}
.search-autocomplete ul li .amount {
    float: right;
    font-weight: bold;
}
.search-autocomplete ul li:last-child {
    border-bottom: none;
}
.search-autocomplete:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #3399cc;
    border-top: none;
    left: 50%;
    top: -7px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
    background: #f4f4f4;
    border: 1px solid #ededed;
    padding: 30px;
}
.advanced-search select.multiselect option {
    border-bottom: 1px solid #ededed;
    padding: 2px 5px;
}

/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
    border-bottom: 1px solid #cccccc;
    font-size: 16px;

    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
    margin: 15px 0;
}
.product-review .product-details h2 {
    border-bottom: 1px solid #cccccc;
    color: #3399CC;
    font-size: 16px;
    font-weight: 600;

    padding-bottom: 10px;
}
.product-review .ratings-table {

}
.product-review .ratings-table th {
    padding-right: 10px;
}
.product-review .ratings-table tr {
    float: left;
    font-size: 12px;
    margin-right: 10px;
    text-transform: uppercase;
}
.product-review .ratings-description dt {
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    font-weight: 400;

    margin-top: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}
.product-review .ratings-description dd {
    color: #737373;

    font-size: 13px;
}

/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .owl-carousel .owl-item img{
    display: inline-block;
    float: left;
}
.cms-standard{
    max-width: 960px;
    margin: 0 auto 60px;
}
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
    border: none;font-weight:normal;
}
.cms-page-view .page-title{
    text-align:center;
    padding: 0;
}
.cms-page-view.cms-about-magento-demo-store .page-title{
    padding: 0;
}
.cms-page-view .page-title h1{
    color: #777676; /* text color */
    font-size: 45px;
    padding: 0;
    margin-bottom: 25px;
}
.cms-page-view .std img,
.cms-no-route .std img {
    max-width: 100%;
    margin-bottom: 50px;
}
.cms-page-view.cms-q-and-a .std img{
    margin-bottom: 0;
}
.cms-page-view .std p,
.cms-no-route .std p {
    font-size: 17px;
    margin-bottom: 30px;
}
.cms-page-view .std h1,
.cms-no-route .std h1 {
    color: #777676;
    font-size: 45px;
    font-family:'Arboria-Bold';
    margin-bottom: 30px;
    padding: 0;
}
.cms-page-view .std h2,
.cms-no-route .std h2 {
    color: #777676;
    text-transform: none;
    font-size: 22px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-weight: bold;
}
.cms-page-view.cms-about-magento-demo-store .std h2{
    text-align: center;
    max-width: 710px;
    font-weight: normal;
}
.cms-page-view.cms-shipping-return h2{
    font-size: 30px;
    font-family:'Arboria-Bold';
    text-transform: uppercase;
    padding:0;
}
.cms-page-view.cms-shipping-return p strong{
    margin-bottom: 10px;
    display: inline-block;
}
.group-questions{
    margin-bottom: 50px;
}
.group-questions .accordion_question:first-child{
    border-top: 1px solid #777676;
}
.accordion_question {
    border-bottom: 1px solid #777676;
}
.accordion_header {
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0.031em;
    line-height: 2.3;
    padding: 0.5em 1em;
    width: 100%;
}
.accordion_header:after{
    display: inline-block;
    content: '';
    background: url("../images/icon_sprite.png") -66px -1615px no-repeat;
    width: 40px;
    height: 40px;
    float: right;
    opacity: 0.7;
}
.accordion_header.is-active:after{
    background: url("../images/icon_sprite.png") -104px -1615px no-repeat;
}
.accordion_header:hover:after{
    opacity: 1;
}
.accordion_heading {
    display: inline-block;
    margin: 0;
    font-size: 17px;
    text-transform: none;
}
.accordion_content {
    display: none;
    padding: 1em;
}
.cms-page-view .std li,
.cms-no-route .std li {

}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
    content: '';
    display: table;
    clear: both;
}

.cms-no-route .std img {
    width: 100%;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
    margin-bottom: 10px;
}
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
    margin-bottom: 0;
}
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
    list-style: none;
    margin-left: 0;
    font-style: normal;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

#accordion .toggle-tabs {
    display: none;
}
#accordion > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;

    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
}
#accordion > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}
#accordion > dl > dt:hover {
    background-color: #ececec;
}
#accordion > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
}
#accordion > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
}
#accordion li {
    position: relative;
    overflow: hidden;
}
#accordion li .plusimage h2 {
    margin-right: 10px;
}

.page-sitemap .links {
    display: block;
    text-align: right;
    margin: 0 20px 0 0;
}
.page-sitemap .links a {
    position: relative;
}
.page-sitemap .sitemap {
    padding: 0 20px;
    margin: 15px 0;
    font-size: 12px;
}
.page-sitemap .sitemap li {
    margin: 3px 0;
}

.contacts-index-index h1 {
    border: none;
}

#contactForm {
    padding-left: 40px;
}
#contactForm h2 {
    display: none;
}
#contactForm:after {
    content: '';
    display: table;
    clear: both;
}
#contactForm .fieldset .legend + .required {
    margin: 0;
}

/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
    color: #cf5050;

    font-size: 12px;
    text-transform: uppercase;
}

.map-info {
    white-space: nowrap;
}

.catalog-product-view .map-info {
    white-space: normal;
}
.catalog-product-view .map-info > span {
    float: right;
    margin-bottom: 5px;
}
.catalog-product-view .map-info .price-box.map-info > a {
    float: right;
    width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
    padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
}
.notice-cookie .notice-text {
    float: left;
    max-width: 90%;
    padding-top: 4px;
    text-align: left;
}
.notice-cookie .notice-text p {
    padding-bottom: 14.5px;
    line-height: 1.3;
}
.notice-cookie .actions {
    float: left;
    text-align: right;
    padding-bottom: 14.5px;
}

/* ============================================ *
 * Tags
 * ============================================ */
#addTagForm button {
    margin-top: 5px;
    margin-bottom: 10px;
}

#addTagForm .form-add {
    margin-top: 10px;
}

.product-tags {
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
    float: left;
    margin-bottom: 10px;
    padding: 5px 1% 10px;
    width: 98%;
}

.product-tags li {
    float: left;
    margin-right: 15px;
}

.product-tags li.last {
    margin-right: 0px;
}

.tags-list {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.tags-list > li {
    float: left;
    margin-right: 10px;
}

.block-tags .actions > a {
    font-size: 12px;
}

.my-tag-edit .button.btn-remove {
    padding: 0;
}
.my-tag-edit .button.btn-remove:after {
    color: white;
}

/* ============================================ *
 * Captcha
 * ============================================ */
.captcha-note {
    clear: left;
    padding-top: 5px;
}

.captcha-image {
    float: left;
    display: inline;
    max-width: 100%;
    position: relative;
    width: 258px;
    margin-bottom: 10px;
}

.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;
}
.contacts-index-index .captcha-reload{
    right: 0!important;
}
.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
    width: 100%;
}

.captcha-reload {
    position: absolute;
    right: 4px;
    top: 4px;
}

.captcha-img {
    border: 20px solid #bbbbbb;
}

.captcha-input-container {
    margin-bottom: 10px;
}

.control.newsletter-box, .captcha-input-container, .captcha-img-container {
    float: none;
    clear: both;
}
.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
    content: '';
    content: '';
    display: table;
    clear: both;
}

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */
#co-billing-form ul.form-list > .control {
    float: left;
    margin: 0 0 5px;
    width: 100%;
}

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */

/* ============================================ *
 * Recurring Profiles
 * ============================================ */
#recurring_profile_list_view th {
    white-space: normal;
}
#recurring_profile_list_view th span {
    white-space: inherit;
}


.recurring-profiles-title {
    float: left;
}
.recurring-profiles-title h1 {
    margin-bottom: 7px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    float: right;
    text-align: right;
    margin-bottom: 30px;
}
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
    position: static;
}

.recurring-profiles-messages:after {
    content: '';
    display: table;
    clear: both;
}

#recurring_start_date_trig {
    display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */
.billing-agreements .info-box {
    margin-bottom: 30px;
}
.billing-agreements .info-box:after {
    content: '';
    display: table;
    clear: both;
}
.billing-agreements .info-box .form-list {
    max-width: 400px;
    width: 100%;
}
.billing-agreements .info-box .box-title {
    margin-top: 20px;
    margin-bottom: 7px;
}
.billing-agreements .info-box .button {
    float: right;
    margin-top: 7px;
}

.billing-agreements #payment_method {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
}

.billing-agreement-view-header-wrapper .heading {
    max-width: 80%;
}

.billing-agreement-details td, .billing-agreement-details th {
    padding: 3.5px;
}

/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
.catalogsearch-term-popular .tags-list {
    float: left;
    width: 100%;
}

.catalogsearch-term-popular .tags-list > li {
    float: left;
    height: 40px;
    margin-right: 25px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    width: 100%;
}

.widget {
    clear: both;
}

.widget .pager {
    float: none;
    width: 100%;
}

/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
body[class*="checkout-multishipping-"] .checkout-progress {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
body[class*="checkout-multishipping-"] .checkout-progress > li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 8px 1% 6px;
    background: #f4f4f4;
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-bottom: 10px;

}
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
    background-color: #dddddd;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
    border-right: 0px;
}
body[class*="checkout-multishipping-"] .page-title {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .page-title h1 {
    border: 0 none;
    float: left;
    margin-top: 2px;
    margin-right: 2%;
}
body[class*="checkout-multishipping-"] .page-title .button {
    float: right;
}
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
    text-transform: none;
    font-size: 17px;
    margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .messages {
    float: left;
    width: 100%;
}
body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 66%;
}
body[class*="checkout-multishipping-"] .col-1.col-narrow {
    width: 30%;
}
body[class*="checkout-multishipping-"] .actions {
    margin-bottom: 10px;
}
body[class*="checkout-multishipping-"] .grand-total {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}
body[class*="checkout-multishipping-"] #checkout-review-submit {
    float: right;
}
body[class*="checkout-multishipping-"] #review-buttons-container {
    float: right;
    text-align: right;
}

.checkout-multishipping-addresses .btn-remove2 {
    text-indent: -5555px;
    display: block;
    width: 22px;
    height: 22px;
}

.checkout-multishipping-shipping .gift-messages {
    margin-top: 20px;
}
.checkout-multishipping-shipping .gift-messages-form {
    margin-top: 15px;
}
.checkout-multishipping-shipping .gift-messages-form h4 {
    margin-top: 15px;
    margin-bottom: 5px;
}
.checkout-multishipping-shipping .gift-messages-form .form-list {
    margin-top: 10px;
    margin-bottom: 25px;
}
.checkout-multishipping-shipping .gift-messages-form .item {
    margin-top: 15px;
}

.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
    font-weight: normal;
    width: 100%;
    background: #f4f4f4;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    font-size: 14px;
}
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
    font-weight: normal;
    width: 100%;
    background: #f4f4f4;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    font-size: 14px;
}
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
    margin-bottom: 25px;
    padding-left: 10px;
    margin-top: 10px;
}

.checkout-multishipping-billing .sp-methods dt {
    float: left;
    width: 100%;
}

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
    background-image: none;
}

#review-order-form > div:nth-child(3) > div.divider {
    width: 100%;
    clear: both;
}

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
    border-collapse: separate;
}
div.calendar table td.button {
    display: table-cell;
    background: inherit;
    color: inherit;
    text-transform: none;
}
/**/
.breadcrumbs span,.header-minicart .product-details .remove-product a,.group-top-header ul.group-info > li.item > a:before,.mini-cart-header-link a.skip-cart:before,/*.wrapper-dropdownmenu .view-all-products a:after,.block-featured-products .view-collection:after,*/input[type="checkbox"] + label:before,.checkbox-add-compare-ajax input[type="checkbox"] + span:before,.footer-bottom .social-media li a:after,.footer .block-subscribe .input-box:after,.block-compare-product-ajax .btn-remove:after,.pages .previous:before,.toolbar .pages .next:before,.instagram-url,.tweet-follow,.block-social-wp .tweet-content:after,.earn-reward-points a:after,.product-block ul.block-content > li.item:before,.search-box-link > a:before,#displayTextMenu,.nav-primary li.level0 .sub_menu,.mobile-static-menu > li > a:before,span.main_menu:after{background:url(../images/icon_sprite.png) no-repeat;}
.mobile-static-menu,.logo-on-mobile{display:none;}
span.sub_menu,span.main_menu{display:none;}
#displayTextMenu{display:none;}
.block-how-it-works .mobile-invisible{display:block;}
.block-how-it-works .mobile-visible{display:none;}

/* Public Version */
/* Header ==================== */
.group-top-header .group-info{
    float:right;
}
.search-autocomplete ul{
    position:relative;
    margin: 0 0 12px;
}
header{
    /*-webkit-box-shadow:0 0 7px 4px  rgba(130,130,130,.7);*/
    /*-moz-box-shadow:0 0 7px 4px  rgba(130,130,130,.7);*/
    /*box-shadow:0 0 7px 4px  rgba(130,130,130,.7);*/
}
.header-fixed .main-header{
    /*-webkit-box-shadow:0 0 7px 4px  rgba(130,130,130,.5);*/
    /*-moz-box-shadow:0 0 7px 4px  rgba(130,130,130,.5);*/
    /*box-shadow:0 0 7px 4px  rgba(130,130,130,.5);*/
}
.skip-content.skip-active{
    display:block!important;
}
.header-minicart .block-subtitle{
    display:none;
}
.mini-cart-header-link .count-your-cart {
    float: left;
    width: 50%;
    font-size: 17px;
    text-transform: uppercase;
    text-align: left;
    padding: 0 0 0 6px;
}

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

/* Animation Parallax */
/*.block-fits-into-your-everyday .animation-image{
  width: 445px;
  height: 342px;
  position: absolute;
  right: 75px;
  bottom: -56px;
  visibility:hidden;
}*/
.block-featured-products .products-grid .product-name a{
    color: #000;
    padding: 0;
    text-align: center;
    display: block;
    line-height: 20px;
}
.block-featured-products .products-grid .product-name a span{
    /*height:20px;*/
    /*overflow: hidden;*/
    /*display: inline-block;*/
    clear: both;
}
.block-featured-products .products-grid .product-name a:hover{
    color:#0090b9;
}
/*.block-how-it-works  .animation-image{
	width: 53.4%;
	height: 100%;
	position: absolute;
}*/
.login-message{
    color:#f00;
}
.content-head .breadcrumbs {
    margin: 0;
    padding: 8px 0;
}

.main{
    min-height:400px;
}
.cms-index-index .main article.content-detail{
    overflow:hidden;
}
.dropdownmenu-featured-products .featured-product-item img{
    max-width:100%;
    height:auto;
}
.catalogsearch-result-index .note-msg,
.catalog-category-view .note-msg{
    margin-bottom:100px;}

/* Sticky Navigation */
header{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.page-header-top{
    position: relative;
    margin:0 auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 10;
    background:#fff;
}
.page-header{
    height:auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 7px 4px rgba(130, 130, 130, 0.5);
    z-index: 9999;
}
.page-sticky{
    width:100%;
    height:inherit;
    background:#fff;
    position: fixed;
    top: 0;
    z-index: 9;
    -webkit-transition: -webkit-transform .6s;
    -moz-transition: -moz-transform .6s;
    -o-transition: -o-transform .6s;
    transition: -webkit-transform .6s,-moz-transform .6s,-o-transform .6s,transform .6s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.page-sticky .main-header{
    padding: 0;
}
.page-sticky .sticky-menu {
    text-align: center;
}
.page-sticky .sticky-menu .nav-primary {
    display: inline-block;
}
.page-sticky .sticky-links{
    position: absolute;
    top: 5px;
    right: 40px;
}
.page-sticky .fix-links {
    position: relative;
    max-width: 1360px;
    margin: 0 auto;
    top: -56px;
}
#header-search-dropdown-mobile {
    display: none;
}
.page-sticky .sticky-links ul{
    position:relative;
}
.page-sticky .sticky-links li{
    float: left
}
.page-sticky .sticky-links a{
    text-indent: -9999px;
    position: relative;
    display: block;
    height: 45px;
    width:45px;
}
.page-sticky .sticky-links a:before{
    background: url(../images/icon_sprite.png) no-repeat;
}
.page-sticky .sticky-links a:before {
    width: 23px;
    height: 23px;
    left: 11px;
    top: 12px;
    background-position: 0 -40px;
    content: '';
    position: absolute;
}

.page-sticky .sticky-links li.find-store a:before{
    width: 18px;
    height: 22px;
    left: 13px;
    top: 14px;
    background-position: 0 -140px;
}
.page-sticky .sticky-links li.account a:before{
    width: 23px;
    height: 23px;
    left: 11px;
    top: 13px;
    background-position: -2px -165px;
}
.page-sticky .sticky-links li.cart a:before{
    width: 23px;
    height: 22px;
    left: 14px;
    top: 14px;
    background-position: 0 -17px;
}
.page-sticky .sticky-links li.cart .no-count span{
    display:none;
}
.page-sticky .sticky-links li.cart span{
    text-indent:0;
    position: absolute;
    top: 8px;
    left: 28px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    background: #000;
    color: #fff;
    font-size: 13px;
}
.page-sticky .sticky-links li.search a:before{
    right: 51px;
    top: 12px;
    background-position: 0 -40px;
}
.header-sticky .page-sticky{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.video-html .press-video-html5 {
    color: #777676;
    font-size: 22px;
    line-height: 1.2;
}
.catalog-product-view .breadcrumbs-fixed {
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.catalog-product-view .breadcrumbs-fixed .breadcrumbs {
    margin: 0;
    padding: 8px 0;
}

@media (min-width: 768px) {
    html.mobile{

    }
}

/* Clears */
#header-search-dropdown:after,
#search_mini_form:after {content: '';display: table;clear: both;}
.show-mobile{display:none;}

@media (min-width: 320px) and (max-width: 1024px) {
    .block-fits-into-your-everyday .animation-image {
        width: 238px;
        height: 342px;
        position: absolute;
        right: 92px;
        bottom: -180px;
        visibility: hidden;
    }
    .block-fits-into-your-everyday .animation-image img{
        max-width:100%;
    }
    .circleRight {
        animation-name: none;
        -webkit-animation-name: none;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        visibility: visible !important;
    }
    .block-how-it-works .animation-image {
        width: 328px;
        height: 100%;
        position: absolute;
        right: 48px;
        top: 43px;
    }
    .block-how-it-works .animation-image img{
        max-width:100%;
    }
    .slideUp {
        animation-name: none;
        -webkit-animation-name: none;
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        visibility: visible !important;
    }
    .block-how-it-works .box-image.animationImageDown{  width: 77px;
        height: 100%;
        position: absolute;
        left: 115px;
        top: 380px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .block-how-it-works .box-image.animationImageDown.slideDown {
        visibility: visible!important;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .block-fits-into-your-everyday .animation-image {
        visibility:visible;
    }
}

/* Mobile Version */
@media (max-width: 767px) {
    body {font-size:13px;  line-height: 18px;}
    .show-mobile{display:block;}
    /* Primary Buttons */
    .button,
    .cart-table .product-cart-actions .button,
    #co-shipping-method-form .buttons-set .button,
    .footer .button {height:32px;line-height:32px;min-width:129px;font-size: 17px;}
    header .top-header,footer > section,.breadcrumbs ul,#main article.content-detail{max-width:320px;margin:0 auto;padding:0 10px;}
    .cms-index-index #main article.content-detail{max-width: 100%;margin:0 auto;padding:0;}
    header{position: relative;z-index: 1001;*margin: 0 auto;}
    #main{z-index:98;position:relative; background: #fff;}
    /*TOP HEADER*/
    .top-header{z-index:100;position:relative;padding-top:9px;}
    #header-nav{margin:0 auto;clear:both;text-align:center;/*max-width:320px;*/}
    .sales-or-notification{margin-top:0;text-transform: capitalize;text-align: center;font-size:11px;max-height: 20px;overflow: hidden;}
    .group-top-header{display:none;}
    .page-header{height:59px;position: relative;/*max-width: 320px;margin: 0 auto;*/}
    /*MAIN HEADER*/
    .main-header{clear:both; background:#fff; z-index:90;}
    .main-header .logo .large{width:140px;height:33px;}
    .footer .logo .large{width:114px;height:26px;margin:0 auto;}
    /*fixed header*/
    .mobile-static-menu{ clear: both;}
    .mobile-static-menu > li {position:relative;padding-left:19px;margin: 0 0 5px;}
    .mobile-static-menu > li > a{font-size:16px;}
    .mobile-static-menu > li.red > a,
    .mobile-static-menu > li.red > a:hover{font-size:16px;color:#f00;}
    .mobile-static-menu > li:hover > a{color:#0090b9;text-decoration:none;}
    .mobile-static-menu > li > a:before{content:'';position:absolute;}
    /*STORE*/
    li.find-a-store > a:before{width:12px;height:15px;left:0;top:4px;background-position:0 0;}
    /*when hover*/
    li.find-a-store:hover > a:before{background-position:-25px 0;}
    /*MY ACCOUNT*/
    li.my-account > a:before{width:13px;height:14px;left:0;top:1px;background-position:-50px 0;}
    /*when hover*/
    li.my-account:hover > a:before{background-position:-64px 0;}
    /*CONTECT & SHIPPING RETURN*/
    li.contact-us > a:before,li.shipping-returns > a:before{width:13px;height:14px;left:0;top:1px;background-position:-81px 0;}
    /*when hover*/
    li.contact-us:hover > a:before,li.shipping-returns:hover > a:before{background-position:-96px 0;}
    /*CART*/
    .header-minicart,#header-cart.skip-active{display:block!important;}
    .mini-cart-header-link{position: absolute;width: 45px;height: 45px;right:0;top: 16px;}
    .mini-cart-header-link .header-minicart a.skip-cart:before{width: 23px;height: 22px;left: 13px;top: 12px;background-position: -72px -17px;}
    .mini-cart-header-link span.label{display:none;}
    /*when hover*/
    .mini-cart-header-link.active{background:#777676;}
    .mini-cart-header-link.active a.skip-cart,.mini-cart-header-link.active .header-minicart .skip-link .label,.mini-cart-header-link.active:hover .header-minicart .skip-link .label{color:#fff!important;}
    .mini-cart-header-link:hover .header-minicart .skip-link .label{color:#0090b9!important;}

    .mini-cart-header-link a.skip-cart:before{content:'';display:block;position:absolute;}
    .mini-cart-header-link:hover a.skip-cart:before{background-position: 0px -17px;}
    .mini-cart-header-link:hover a.skip-cart{color:#2e8ab8;}
    .mini-cart-header-link.active a.skip-cart:before{background-position: -25px -17px;}
    /*SEARCH*/
    .search-box-link a{display:none;}
    /*when hover*/
    .search-box-link.active{background:#777676;}
    .search-box-link:hover > a:before{background-position:-51px -41px;}
    .search-box-link.active > a:before{background-position:-25px -41px;}
    /*DROPDOWN*/
    #header-account-dropdown,#header-cart{position:absolute;top:100%;right:0;background: #fff;padding:10px 20px;border-top:1px solid #777676;-moz-box-shadow: 0 3px 5px rgba(0,0,0,.35); /* drop shadow */ -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.35); /* drop shadow */ box-shadow: 0 3px 5px rgba(0,0,0,.35); /* drop shadow */}
    /*Account*/
    #header-account-dropdown{width:417px;}
    #header-account-dropdown .login-title{font-size: 30px;text-transform: capitalize;border:0 none;margin: 0 0 5px;font-family: 'arboria_bookbook';}
    #header-account-dropdown .registered-users .buttons-set {border-top:0 none;border-bottom:1px solid #c3c3c3;padding:0 0 20px; margin:15px 0 22px;}
    #header-account-dropdown .registered-users .buttons-set button.button{float:left;}
    #header-account-dropdown .registered-users .buttons-set a.f-left{text-transform:uppercase;padding: 0;margin-top: 13px;color:#777676;text-decoration:underline!important;}
    #header-account-dropdown .registered-users .buttons-set a.f-left:hover{color:#2e8ab8}
    #header-account-dropdown .register-title{font-size: 30px;text-transform:capitalize;}
    #header-account-dropdown .new-users .buttons-set{border:0 none;padding:0 0 10px;}
    #header-account-dropdown .new-users .buttons-set a{-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;width:100%;padding:0;}
    /*Cart*/
    #header-cart{width:320px; top:43px;color:#777676;}
    a.skip-cart .icon{display:none;}
    .mini-cart-header-link a.skip-cart .count{position: absolute;top: 5px;left: 22px;border-radius: 50%;width: 16px;height: 16px;text-align: center;line-height: 16px;background:#777676;color:#fff;font-size: 12px;}
    .mini-cart-header-link:hover a.skip-cart .count{background:#000; color:#fff;}
    .mini-cart-header-link.active a.skip-cart .count{background: #fff;color: #000;}
    .mini-cart-header-link .count-your-cart{float:left;width:50%;font-size:16px;text-transform:uppercase;color: #777676;}
    .mini-cart-header-link .your-cart{margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid #c3c3c3;overflow: hidden;}
    .mini-cart-header-link .edit-your-cart{float:right;width:50%;text-align:right;font-size:16px;}
    .mini-cart-header-link .edit-your-cart a{text-transform:uppercase;text-decoration:underline;}
    .header-minicart .mini-products-list li span{ color: #777676;}
    .header-minicart .info-wrapper .qty{ font-size: 14px;}
    .header-minicart .mini-products-list li label,.header-minicart .mini-products-list li > div { float: left;}
    /*.header-minicart .mini-products-list li.qty-wrapper label { margin-top: 3px;}*/
    .header-minicart .mini-products-list .product-details{margin-left:145px;margin-right:20px;}
    .header-minicart .product-details .product-name{padding:0;margin:0 0 5px;}
    .header-minicart .product-details .product-name a{font-size:12px;color:#777676;font-family:'Arboria-Bold'; text-transform: uppercase;}
    .header-minicart .product-details .product-name a:hover{color:#0090b9;}
    .header-minicart .product-details .remove-product{text-indent:-9999px;}
    .header-minicart .product-details .remove-product a{position: absolute;content: '';width: 18px;height: 18px;right:0;top:3px;background-position:-124px -44px;}
    .header-minicart .info-wrapper .product-price th,
    .header-minicart .info-wrapper .product-price td{padding-bottom:5px;}
    .header-minicart .info-wrapper th{color:#000;font-size:16px;text-transform: capitalize;vertical-align:top;  line-height: normal;}
    .header-minicart .info-wrapper td{vertical-align:top;  line-height: normal;}
    .header-minicart .info-wrapper th:after{content:':';}
    .header-minicart .info-wrapper .price{font-size:16px;}
    .header-minicart .minicart-actions .checkout-button{-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;font-size: 22px;font-family: "arboria_bookbook";background:#008fb9;width:100%;height:43px;line-height:43px;padding:0; text-decoration: none;}
    /*Search*/
    #header-search-dropdown-mobile > form{ position: relative;}
    #header-search-dropdown-mobile > form .input-box{ padding: 0;}
    #header-search-dropdown-mobile > form label{ display: none;}
    #search_mobile{height:32px;border:1px solid #838383;padding-right:95px;font-size:13px;}
    #search_mini_form_mobile .search-button{float:left;min-width:95px;margin:0;padding:0;position: absolute;top: 0;right: 0;}
    /*NAVIGATION*/
    .logo-on-mobile{display:block;text-align:center;margin:0 100px;padding: 6px 0;}
    .mobile-static-menu{display:block;text-align:left;}
    #header-search-dropdown-mobile {display: block;margin:0 0 15px;}
    #header-search-dropdown {display: none;}
    .main-header .logo img{width:108px;height:25px;}
    .main-header a.option{display: block;height: 20px;width: 25px;text-indent: -9999px;background-position:100% 0;}
    body.mobile{position:fixed; min-width: 320px;}
    .menu-group-first{margin-right: 0;padding: 10px;position: fixed;left: -275px;top: 0;bottom: 0;width: 275px;background-color: #fff;z-index: 100;text-align:left;}
    .nav-primary li.level0.packit-logo, .nav-primary li.level0.packit-logo a{display:none;}
    .link-to-category-mobile{ display: none;}
    .nav-primary .view-all-products a{display:block; color: #0090b9; float: left; position: relative;}
    .nav-primary .view-all-products a:after{ background:url("../images/icon_sprite.png") no-repeat scroll -116px -64px rgba(0, 0, 0, 0);content: "";height: 15px;position: absolute; top: 2px; width: 10px; margin-left: 5px;}
    .cat-product-title-mobile{ font-size: 16px;font-family:'Arboria-Bold'; padding-bottom: 10px; border-bottom: 1px solid #c3c3c3; position: relative; padding-left: 16px;}
    .cat-product-title-mobile:before{ content:''; width: 15px; height: 15px;position: absolute; left: 0; background: url("../images/icon_sprite.png") no-repeat -131px -64px ; top:2px; }
    .cat-product-title{display:none;}
    .wrapper-featured-product{display:none;}
    .wrapper-dropdownmenu{min-width: 130px; width: 275px; background-color: #fff;border: none;display: block;position: fixed;top: 0;bottom: 0;left: -275px;right: 0;z-index: 10;padding: 10px;}
    #displayTextMenu{display:block;text-indent:-9999px;width:25px;height:20px;background-position:100% 0;position: absolute;left: 10px;top: 29px;}
    #displayTextMenu.option.active ~ div.menu-group-first{ box-shadow: 0 0 5px #999;}
    span.sub_menu,span.main_menu{display:block;}
    #nav{border-bottom:1px solid #c3c3c3;padding:0 0 10px;margin:0 0 20px;}
    .nav-primary a.level0,
    .nav-primary li.page-include-in-menu a{font-size:13px;line-height:normal;min-height:0;display: inline-block !important;}
    .nav-primary  li.level0:hover a.level0,.nav-primary li.page-include-in-menu:hover a.level0,.nav-primary  li.level0 a.level0:hover,.nav-primary li.page-include-in-menu a:hover{color:#0090b9;}
    .nav-primary  li.level0:active a.level0,.nav-primary li.page-include-in-menu:active a.level0,.nav-primary  li.level0:focus a.level0,.nav-primary li.page-include-in-menu:focus a.level0{color:#777676;}
    .nav-primary li.level0,.nav-primary li.page-include-in-menu{position:relative;min-height:0;display:block;margin:0 0 10px;}
    .nav-primary li.level0 .sub_menu{ display: none;}
    .nav-primary li.level0 .sub_menu.active-sub{position:absolute;right:0;top:0;background: url("../images/arrow_mobile.png") no-repeat right top transparent;width:100%;height:19px;text-indent:-9999px;cursor:pointer; padding: 0; display: block;z-index: 1;}
    .nav-primary li.level0 .sub_menu.active-sub:hover{background: url("../images/arrow_mobile_hover.png") no-repeat right top transparent;}
    .nav-primary li, .nav-primary li.level0, .nav-primary a.level0{ min-height: inherit; clear: both; display: block;}
    .nav-primary li.red a{ color: #f00;}
    .dropdownmenu-item{margin:0 0 10px;}
    .dropdownmenu-item a{font-size:14px;}
    span.main_menu{padding:0 0 10px 15px;margin:0 0 20px;border-bottom:1px solid #c3c3c3;color:#000;position:relative;font-family:'Arboria-Bold';text-transform:uppercase;cursor:pointer;}
    span.main_menu:after{content: '';display: block; background-position: -131px -67px;  position: absolute;left: 0;width: 7px;height: 12px;top: 4px;}
    /*HOMEPAGE CONTENT*/
    .block-how-it-works{/*border-top:1px solid #c8c8c8;*/border-bottom:1px solid #c8c8c8;}
    .block-fits-into-your-everyday .container,.block-how-it-works .container{max-width:320px;margin:0 auto;position:relative;padding:0 10px;}
    .block-fits-into-your-everyday .container{padding:15px 10px 0;height:400px;text-align:center;}
    .block-how-it-works .container{padding:15px 10px 0;height:438px;text-align: center;}
    .block-fits-into-your-everyday img.f-left{clear:both;width:103px;height:186px;margin-top:30px;float:left;}
    .block-how-it-works img.f-right{}
    .block-how-it-works .animation-image{ position: static;top: 0; margin: 0;}
    .block-how-it-works .animation-image{position: static;top: 0;margin: 11px auto;width: 146px;float: none;height: auto;}
    .block-fits-into-your-everyday .animation-image{display:none;}
    .block-fits-into-your-everyday .container .animation-mobile{  position: absolute; bottom: 2px;left: 33px;}
    .block-how-it-works .box-image.animationImageDown.slideDown{display:none;}
    .block-how-it-works .mobile-invisible{display:none;}
    .block-how-it-works .mobile-visible{display:block;}
    .block-fits-into-your-everyday h3,.block-how-it-works h3,.block-featured-products h3
    {font-size: 26px;font-family:'Arboria-Bold';text-transform: uppercase; color: #777676;border: 0 none; line-height: 25px;margin: 0 0 9px;}
    .block-fits-into-your-everyday p,
    .block-how-it-works p{color:#777676;line-height: normal;}
    .video-html .link-video-html5,
    .block-how-it-works .link-youtube{
        background: url(../images/player.png) no-repeat 86% top;
        width: auto;
        height: 50px;
        display: block;
        margin-top: 20px;
        background-size: inherit!important;
        font-family: 'Arboria-Bold';
        text-transform: uppercase;
        font-size: 15px;
        padding: 12px 60px 0 0;
    }
    .video-html .press-video-html5 {
        line-height: 1.7;
    }
    ul.pagination{bottom:5px;}
    ul.pagination li a{width:12px;height:12px;padding:0;text-indent:-9999px;}
    /*SHOP*/
    .block-featured-products{max-width:320px;margin:0 auto 0;text-align:center;padding:20px;}
    .block-featured-products ul li{ display: inline-block; margin: 0 5px 5px 0; vertical-align: top;}
    .block-featured-products ul li a{ display: block; text-transform: uppercase;font-size: 11px; min-width: 70px; max-width: 100px;}
    .block-featured-products ul li:hover a,
    .block-featured-products ul li a:hover{ color: #0090b9; text-decoration: none;}
    .block-featured-products ul li a img{ display: block; margin: 0 auto;}
    .block-featured-products ul li a img.img-hover,
    .block-featured-products ul li:hover a img{ display: none;}
    .block-featured-products ul li:hover a img.img-hover{ display: block;}
    /*.block-featured-products h3{font-size:31px;font-weight:normal;display: inline-block;position:relative;margin: 0 0 25px;}
  .block-featured-products h3:before{content:'';background:url(../images/title-border.gif) repeat-x;width:172px;height:3px;position:absolute;left:-190px;top:50%;}
  .block-featured-products h3:after{content:'';background:url(../images/title-border.gif) repeat-x;width:172px;height:3px;position:absolute;right:-190px;top:50%;}
  .block-featured-products  .title-collection{font-size:25px;font-family:'Arboria-Bold'; margin-top: 25px;}
  .block-featured-products .view-collection{background: #777676;border-radius: 5px;color: #fff; display: block; font-size: 17px; height: 32px; line-height: 32px; margin: 0 auto 40px;padding: 0 14px;position: relative;text-transform: uppercase; width: 197px;}
  .block-featured-products .view-collection:after{content:'';background-position:-85px -100px;width: 10px;height:16px;position: absolute;right: 13px;top: 11px;}
	.block-featured-products .view-collection:hover{background-color: #0090b9;text-decoration:none;}*/
    .product-quick-view,.products-grid > li:hover .product-quick-view{  -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;background-color: #000; -moz-box-shadow: 0 0 5px rgba(0,0,0,.75); -webkit-box-shadow: 0 0 5px rgba(0,0,0,.75); box-shadow: 0 0 5px rgba(0,0,0,.75);  width: 94%; position: absolute;top: 17%;left: 50%;margin-left: -87px;height: 34px;line-height: 34px;display:none!important;}
    .product-quick-view a { color: #fff; font-family:'Arboria-Bold';text-transform: uppercase;font-size: 15px; text-transform: uppercase;text-decoration: none;}
    .view-more-colors a{ font-size: 12px !important;}
    .cms-index-index .products-grid{margin:0;}
    .products-grid .product-info {margin:0;}
    /*earn-reward-points*/
    .earn-reward-points{overflow:hidden;background:#b8b8b8;padding:10px 0;height:144px;}
    .earn-reward-points	> .container{max-width:320px;margin:0 auto;padding:0 10px;text-align:center;}
    .earn-reward-points	a{color:#fff;font-size:17px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;background:#777676;width:152px;height:32px;line-height:32px;display:block;text-transform:uppercase;position:relative;text-decoration:none!important;text-align:center;margin:0 auto;padding:0; text-align: center;}
    /*.earn-reward-points	a:after{content:'';background-position: -71px -63px;width: 10px;height: 16px;*/
    /*position: absolute;right: 9px;top: 7px;}*/
    .earn-reward-points	p{font-size:13px;color:#fff;line-height:15px;margin: 5px 0 10px;}
    .earn-reward-points	p + p{padding:0;}
    .earn-reward-points	p + p > a{}
    .earn-reward-points	p + p > a:hover{background: #0090b9;}
    .earn-reward-points h3{font-family: 'arboria_blackblack';font-size:20px;color:#fff;margin-top: 0;margin-bottom:0;display:block;}
    /*Twitter, Wordpress, Instagram*/
    .block-social-wp{overflow:hidden;background:#f1f2f5;padding:15px 10px 10px;}
    .block-social-wp > .container{max-width:320px;margin:0 auto;padding:0;}
    .block-social-wp > .container > div {clear:both;margin:0 0 20px;overflow:hidden;}
    .block-social-wp > .container .block-press .block-content{ position: relative;}
    .block-social-wp > .container .block-press .block-content .box-image{line-height: 0;}
    .block-social-wp > .container .block-press .block-content .box-image img{ width: 100%; height: auto; }
    .block-social-wp > .container .block-press .block-content .info{ visibility: hidden; position: absolute; background: rgba(0,0,0,0.5); color: #fff; width: 100%; height: 100%; top:0;transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; opacity: 0;}
    .block-social-wp > .container .block-press .block-content:hover .info{ visibility: visible; opacity: 1; }
    .block-social-wp > .container .block-press .block-content .info p{ font-size: 25px; line-height: 35px; font-family: 'arboria_bookbook'; display: table; width: 100%; height: 100%;}
    .block-social-wp > .container .block-press .block-content .info a { display: table-cell; padding:0 30px ;text-align: left; vertical-align: middle; color: #fff;}
    .block-social-wp > .container .block-press .block-content .info a:hover{ text-decoration: none;}
    .block-social-wp > .container > div.block-twitter {margin:0;}
    .block-social-wp h3.title{font-size:20px;font-family:'Arboria-Bold'; margin-bottom: 0;}
    .block-social-wp .block-wp h3.title{margin:0 0 20px;}
    .block-social-wp .instagram-url,
    .block-social-wp .tweet-follow{display:block;background:none;margin:0 0 20px;text-transform: uppercase; font-size: 14px; font-family: 'arboria_bookbook';}
    .block-social-wp .instagram-content{float:left;padding:0 3px 3px 0;width:33.333%;overflow:hidden;}
    .block-social-wp .instagram-content img{display: inline-block;width:100%;height:auto;}
    .block-social-wp .instagram-content a{ display: block; line-height: 0;}
    .block-social-wp .instagram-url:hover, .block-social-wp .tweet-follow:hover{ text-decoration: none;}
    .block-social-wp .tweet-content{margin:0 0 32px;	-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px ;background-color: #fff;-moz-box-shadow: 0 2px 0 #e7e7e7;-webkit-box-shadow: 0 2px 0 #e7e7e7;box-shadow: 0 2px 0 #e7e7e7;padding:15px;position:relative;color:#000;}
    .block-social-wp .tweet-content:after{background-position:-52px -406px;width:17px;height:15px;position:absolute;content:'';bottom:-15px;right:60px;}
    .block-social-wp .tweet-content:nth-child(2):after{background-position:-68px -406px;left:60px;right:auto;}
    .block-social-wp .tweet-content:nth-child(3){display:none;}
    .block-social-wp .post-image img{display:inline-block;max-width:100%;height:auto;}
    .block-social-wp .block-blog{margin:0;}
    /*FOOTER*/
    footer{background:#e5e5e5; clear: both;}
    .footer {padding:20px 0 10px;}
    .footer .block-title strong{font-size:16px;}
    .footer-top{overflow:hidden;border-bottom:1px solid #c3c3c3;}
    .footer-top article{margin: 0 0 20px}
    .footer-top a{font-size:16px;text-transform:uppercase;font-family:'Arboria-Bold';}
    .footer-top a:hover{text-decoration:none;color:#0090b9;}
    .footer-top article.block-one{float:left;width:70%;}
    .footer-top article.block-two{float:right;width:30%;}
    .footer-top article.footer-subscribe-ajax{clear:both;}
    .footer-bottom{overflow:hidden;text-align:center;}
    .footer-bottom a{}
    .footer-bottom .footer-copyright{margin-top: 15px;}
    .footer-bottom .footer-copyright p span{clear: both; display: block;}
    .footer-bottom article.footer-social-media{display: inline-block;}
    .footer .block-subscribe .block-title{margin: 0 0 10px;}
    .footer .block-subscribe .input-text{padding-right: 103px;padding-left: 50px;height: 32px;font-size: 13px;}
    .footer .block-subscribe .input-box:after{top: 6px;left: 6px;}
    .footer-bottom .social-media {float:right;text-align:right;}
    .footer-bottom .social-media li{float:left;margin: 0 9px;}
    .footer-bottom .social-media li a{display:inline-block;text-align:left;text-indent:-9999px;font-size:0;}
    .footer-bottom .social-media li a:after{content:'';display: block;}
    .footer-bottom .social-media li.facebook a:after{width: 14px;height: 28px;background-position: -56px -195px;}
    .footer-bottom .social-media li.facebook:hover a:after{background-position:-71px -195px;}
    .footer-bottom .social-media li.twitter a:after{width: 28px;height: 24px;background-position: -84px -195px;margin-top: 3px;}
    .footer-bottom .social-media li.twitter:hover a:after{background-position:-112px -195px;}
    .footer-bottom .social-media li.google-plus a:after{width: 29px;height: 25px;background-position: -77px -233px;margin-top: 3px;}
    .footer-bottom .social-media li.google-plus:hover a:after{background-position:-107px -233px;}
    .footer-bottom .social-media li.pinterest a:after{width: 27px;height: 27px;background-position: -37px -306px;margin-top: 2px;}
    .footer-bottom .social-media li.pinterest:hover a:after{background-position:-67px -306px;}
    .footer-bottom .social-media li.youtube a:after{width: 23px;height: 26px;background-position:-76px -269px;margin-top: 2px;}
    .footer-bottom .social-media li.youtube:hover a:after{background-position:-104px -269px;}
    .footer-bottom .social-media li.instagram a:after{width: 27px;height: 28px;background-position: -63px -336px;margin-top: 1px;}
    .footer-bottom .social-media li.instagram:hover a:after{background-position:-93px -336px;}
    .footer .block-subscribe .actions .button{min-width: 0;font-size: 17px; width: 97px;padding: 0;}
    /*FIND A STORE*/
    .cms-find-a-store #main article.content-detail{max-width:320px;}
    .cms-find-a-store h4{font-size:22px;text-transform:none;font-weight:normal;line-height: normal;text-align:center;margin:0 0 30px;}
    .cms-page-view .std .comerlogo{clear:both;padding:20px 0;list-style:none;overflow:hidden;}
    .cms-page-view .std .comerlogo li{width:25%;float:left;text-align:center;display:inline-block;vertical-align:middle;margin:0;}
    .cms-page-view .std .comerlogo li img{display: inline;margin: 0;width: 100%;height: auto;}
    .cms-page-view .section h1{text-align:center;margin-top: 17px;}
    .col-4-sets {clear:both;padding:12px 0;list-style:none;overflow:hidden;margin-left:-30px;}
    .col-4-sets .col1,.col-4-sets .col2,.col-4-sets .col3,.col-4-sets .col4{width:25%;float:left;list-style:none;margin:0;}
    .col-4-sets li{margin:0!important;list-style:none!important;padding: 0 0 0 30px;}
    .col-4-sets li.item{border-bottom:1px solid #c5c5c5;padding: 0 0 5px;margin: 0 0 8px!important;}
    .col-4-sets li.item:last-child{border:0 none;margin:0;padding:0;}
    .col-4-sets li h5{font-size:27px;text-transform:uppercase;font-weight:normal;}
    .col-4-sets li h6{font-size:21px;text-transform:capitalize;font-weight:normal;font-family:'Arboria-Bold';}
    .col-4-sets li a{color:#2e8ab8;}
    /*CATEGORY PAGE*/
    .content-head .breadcrumbs{ margin:0;padding: 5px 0 5px;}
    .breadcrumbs li {font-size: 12px;}
    .breadcrumbs span{margin: 6px 7px 0 7px;}
    .banner-default{text-align:center;}
    .category-title {text-align:center;}
    .content-detail .all-products,.category-title h1{font-size:24px;font-family:'Arboria-Bold';text-transform:uppercase; margin: 0 0 10px;}
    .category-description {text-align: center;font-size: 13px;line-height: 1.2; }
    .block-compare-product-ajax{padding:20px;background:#f6f6f6;}
    .cms-index-index .block-compare-product-ajax{display:none;}
    .block-compare-product-ajax{display:none;}
    .catalog-product-all .block-compare-product-ajax{display:block;margin: 0;}
    .block-compare-product-ajax .block-compare-ajax{position:relative;margin:0;}
    .block-compare-product-ajax .block-title{border-bottom:1px solid #c3c3c3;padding:0 0 20px;margin:0 0 20px;}
    .block-compare-product-ajax .block-title strong{font-size:27px;font-family:'Arboria-Bold';color:#000;}
    .block-compare-product-ajax .block-content li.item{float: left; margin: 0 25px 10px 0;width: auto;}
    .block-compare-product-ajax .product-name{float:left;}
    .block-compare-product-ajax .product-name a{font-size:21px;font-family:'Arboria-Bold';text-transform:capitalize;color:#000;}
    .block-compare-product-ajax .actions .button{position: absolute;top: 78px;right: 0;}
    .block-compare-product-ajax .btn-remove{background:#0090b9;border:0 none;width:35px;height:35px;}
    .block-compare-product-ajax .btn-remove:after{width:13px;height:13px;position:absolute;content:'';  background-position: -3px -333px;top: 11px;left: 11px;}
    .block-compare-product-ajax .clear-product-compare-ajax{position:absolute;right:0;top:8px;color:#0090b9;font-size:19px;text-transform:uppercase;}
    .toolbar{  padding: 5px 0 0px 0;}
    .toolbar .pages a{font-size:20px;color:#777676;font-family:'Arboria-Bold';line-height:44px;}
    .toolbar .pages a:hover{ color:#0090b9; text-decoration:none; }
    .toolbar .pages li{margin:0 14px;}
    .toolbar .pages .current,
    .toolbar .pages .current:hover { color: #0090b9;width: auto;cursor: default;height:44px;line-height:44px;font-size:20px;font-family:'Arboria-Bold';-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
    .toolbar .pages .next,
    .toolbar .pages .previous {text-shadow: none;text-decoration:none!important;position: relative;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;font-family: 'arboria_bookbook';	 font-size:25px; color:#000;   text-indent: -9999em;}
    .toolbar .pages .previous { padding-left: 0px;padding-right: 15px;}
    .toolbar .pages .next{   padding-right: 22px;padding-left: 0;}
    .toolbar .pages .next:hover,
    .toolbar .pages .previous:hover {color:#0090b9;}
    .toolbar .pages .next:before { content: '';width: 10px;height: 15px;position: absolute; display: block;right: 12px; top: 15px; background-position: -117px -426px; }
    .toolbar .pages .next:hover:before {background-position:-117px -445px;}
    .toolbar .pages .previous:before {content: '';width:10px;height:15px;position:absolute;display:block;  left: 9px; top: 15px; background-position: -107px -425px;}
    .toolbar .pages .previous:hover:before {background-position:-107px -445px;	}
    .products-grid{margin:0 -10px;}
    .products-grid > li {width:50%;float:left;padding:0 10px;}
    .products-grid .price-box .price{font-size:15px;}
    .products-grid .product-name, .products-list .product-name { margin: 0 0 5px;font-size: 15px; /*min-height: 63px;*/}
    .products-grid .product-name a, .products-list .product-name a,.block-featured-products .products-grid .product-name a{ padding:0;}
    .products-grid .price-box { margin: 5px 0 3px;}
    .products-grid .product-image{margin-bottom: 10px;}
    .products-grid .price-box{margin-bottom:5px;line-height: normal;}
    input[type="checkbox"] + label, .checkbox-add-compare-ajax input[type="checkbox"] + span{font-size:13px;}
    input[type="checkbox"] + label:before, .checkbox-add-compare-ajax input[type="checkbox"] + span:before{top:2px;}
    .products-grid .configurable-swatch-list li{margin:0 7px 5px 0;}
    .swatch-link.has-image,.swatch-link.has-image .swatch-label,.swatch-link.has-image img{width:39px!important;height:39px!important;}
    .configurable-swatch-list .view-more-options, .configurable-swatch-list .hide-options{width: 30px;  height: 30px;line-height:30px;font-size:7px;}
    .view-more-colors a{font-size:15px; }
    .products-grid .product-add-compare-ajax{display:none;}
    /*Compare page*/
    .catalog-product-compare-index{background:#000;}
    /*PDP PAGE*/
    .product-view .product-shop .product-name .h1,
    .product-view .product-img-box .product-name h1{color:#777676;font-size:40px;}
    .product-view .product-shop .price-box .regular-price .price,
    .product-view .product-shop .price-box .special-price .price,
    .product-view .product-shop .price-box .full-product-price .price{font-size:27px;}
    .product-view .product-shop .price-info{margin: 0 0 10px;}
    .product-view .product-shop .product-name {margin:0 0 12px;}
    .product-view .product-options {margin:0 0 15px;}
    .product-view .product-options dt{margin:0 0 20px;}
    .product-view .product-options p.required{display:none;}
    .product-view .product-options .swatch-attr label,
    .product-view .product-options .swatch-attr .select-label {font-size:17px;}
    .product-view .configurable-swatch-list{margin:0;}
    .product-view .configurable-swatch-list li{margin:0 15px 15px 0; position: relative;}
    .product-view .configurable-swatch-list li.selected .swatch-label:before{ content: '';background: url("../images/icon_sprite.png") -378px -459px; width: 39px; height: 39px; display: block; border-radius:50%;position: absolute; top:0; left: 0; z-index: 999; }
    .product-view .add-to-cart .qty-wrapper{margin:0 0 28px;}
    .product-view .add-to-cart .qty-wrapper label{ font-family:'Arboria-Bold'; font-size: 17px;}
    .product-view .add-to-cart .qty-wrapper .qty{  width: 38px;height: 32px;color: #777676;margin-top: 3px;}
    .product-view .add-to-cart-wrapper { float: left;font-size: 19px;padding: 0;text-decoration: underline; text-transform: uppercase; width: 100%;}
    .product-view .add-to-cart-wrapper a{position: relative;font-size: 19px; padding-right:15px; margin-right: 3px; text-decoration: underline;}
    .product-view .add-to-cart-wrapper a span{ color: #fff;}
    .product-view .add-to-cart-wrapper .add-to-links a.link-wishlist:hover{color: #0090b9;}
    .product-view .add-to-cart-wrapper .add-to-links a.link-wishlist:after,.product-view .add-to-cart-wrapper .product-view-points .no_points_to_spend a:after {background: none transparent;}
    .product-view .add-to-cart-wrapper a:after{ content: ''; width: 20px; height: 15px; position: absolute; top:4px;background: url("../images/icon_sprite.png") -257px -97px ; right: 7px;}
    .product-view .add-to-cart-wrapper a:hover:after{background: url("../images/icon_sprite.png") -393px -444px;}
    .product-view .add-to-cart-buttons{clear:both;width:auto;margin:0 0 20px;}
    .product-view .add-to-cart-buttons .button{width:252px;height:64px;line-height:64px;font-size:31px;padding:0;margin:0; background: #0090b9;}
    .product-view .add-to-links{margin-left: 278px;margin-top: -84px;margin-right:0;}
    .product-view .add-to-links li a.link-wishlist{font-size:19px;color:#777676;text-transform:uppercase;padding:0;}
    .product-view .add-to-links  li:before{content:'+';font-size:30px;color:#777676;margin-right:4px;}
    /*.product-view .product-img-box {width: 780px;float: right;padding:0;}*/
    .product-view .product-shop .product-name .h1, .product-view .product-img-box .product-name h1{ font-size: 25px;}
    .product-description .title-details{font-family:'Arboria-Bold';font-size:43px;text-transform:uppercase;}
    .product-description .details{font-size:22px;margin:0 0 20px;}
    .product-block{overflow:hidden;}
    .product-block .how-much{font-size:14px;text-decoration:underline;margin:0 0 60px;}
    .product-block ul.block-content{padding:0 60px;}
    .product-block ul.block-content > li.item{width:50%;float:left;margin:0 0 52px;padding-left:160px;padding-right:20px;position:relative;min-height:139px;}
    .product-block ul.block-content > li.item h3{font-size:27px;font-family:'Arboria-Bold';}
    .product-block ul.block-content > li.item .item-icon{display:inline-block;width:139px;height:139px;position:absolute;left:0;top:0;}
    /*SHOPPING CART*/
    .checkout-cart-actions .cart-forms{width:33.33%;float:left;}
    .checkout-cart-actions .cart-totals-wrapper{width:33.33%;float:right;}
    .cart .cart-totals table td,.cart .cart-totals table tfoot strong{font-size:27px;}
    .cart-totals .checkout-types .btn-checkout {height:64px;line-height:64px;font-size:31px;font-family:'Arboria-Bold';background:#0090b9;}
    .cart-table{margin:0 0 33px;}
    .cart-table thead th{font-size:27px;background:#f6f6f6;border:0 none;padding-left:20px;padding-right:20px;}
    .cart-table tbody td{border-bottom:1px solid #c3c3c3;padding:10px;vertical-align:middle;}

    /* Sticky Navigation */
    .page-header-top {position: relative;padding-top: 0;margin-top: 0;-webkit-transform: none; -ms-transform: none;transform: none; z-index: 0;background: #777676; color: #fff;}
    .page-sticky{display:none;}
    .block-how-it-works .box-image.animationImageDown{display:none;}
    .cms-find-a-store h4{ font-size: 15px;  margin: -5px 0 0 0; line-height: 16px;}
    .cms-page-view .std .comerlogo li{width: 50%;padding: 4%;min-height: 92px; display: table;}
    .cms-page-view.cms-meet-the-team .std .comerlogo li{width: 50%;padding: 0 4%;min-height: 235px; display: block;}
    .cms-page-view .std .comerlogo li a {display: table-cell;vertical-align: middle;}
    .cms-page-view .std .comerlogo{ padding: 0; margin: 0;}
    .col-4-sets li h5{ font-size: 17px; margin-bottom: 2px;}
    .col-4-sets li h6{ font-size: 15px;}
    .cms-page-view .col-4-sets li p{ line-height: 18px;  margin-bottom: 7px;}
    .col-4-sets .col1, .col-4-sets .col2, .col-4-sets .col3, .col-4-sets .col4{ width: 100%;}
}

/* Tablet and Desktop Version */
@media (min-width: 768px){
    .toolbar .pages a{font-size:25px;color:#777676;font-family:'Arboria-Bold';line-height:44px;}
    .toolbar .pages a:hover{ color:#0090b9; text-decoration:none;}
    .toolbar .pages li{  margin: 0 19px;}
    .toolbar .pages .current,
    .toolbar .pages .current:hover { color: #0090b9;cursor: default;height:44px;line-height:44px;font-size:25px;font-family:'Arboria-Bold';-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
    .toolbar .pages .next,
    .toolbar .pages .previous {text-shadow: none;text-decoration:none!important;position: relative;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;font-family: 'arboria_bookbook';	 font-size:25px; color:#777676;}
    .toolbar .pages .previous {padding-left:40px;padding-right:15px;}
    .toolbar .pages .next{ padding-right: 42px;padding-left: 11px;}
    .toolbar .pages .next:hover,
    .toolbar .pages .previous:hover {color:#0090b9;}
    .toolbar .pages .next:before {content: '';width:14px;height:21px;position:absolute;display:block;right:15px;top:14px;background-position:-15px -348px;}
    .toolbar .pages .next:hover:before {background-position:-43px -348px;}
    .toolbar .pages .previous:before {content: '';width:14px;height:21px;position:absolute;display:block;left:15px;top:14px;background-position:-1px -348px;}
    .toolbar .pages .previous:hover:before {background-position:-29px -348px;	}
    .block-compare-product-ajax{display:none;}
    .catalogsearch-result-index .block-compare-product-ajax,.catalog-product-all .block-compare-product-ajax{ margin: 0; display:block;}
    .catalog-category-view .block-compare-product-ajax{ display: block;font-family:'Arboria-Bold';}
    .block-compare-product-ajax .block-compare-ajax{width:100%; padding:22px 40px;background:#f6f6f6; position: relative;  margin: 0 0 25px;}
    .compare-product-ajax-message {color: #008eaa;border: 1px solid #008eaa;padding: 5px 10px;margin: 0 0 25px;text-align: center;}
    .cms-index-index .block-compare-product-ajax{display:none;}
    .block-compare-product-ajax .block-title{border-bottom:1px solid #c3c3c3;padding: 0 0 23px; margin: 0 0 22px;}
    .block-compare-product-ajax .block-title strong{font-size:27px;font-family:'Arboria-Bold';color:#777676;}
    .block-compare-product-ajax .block-content li.item{float: left; margin: 0 25px 10px 0;width: auto;}
    .block-compare-product-ajax .product-name{float:left;}
    .block-compare-product-ajax .product-name a{font-size:21px;font-family:'Arboria-Bold';text-transform:capitalize;color:#777676;}
    .block-compare-product-ajax .actions .button{  position: absolute;top: 105px;right: 40px;margin-right: 0;   min-width: 168px;}
    .block-compare-product-ajax .block-content{margin-right: 195px;}
    .block-compare-product-ajax .btn-remove{border:0 none;width:25px;height:30px; background: url("../images/icon_sprite.png") -120px -34px no-repeat;}
    .block-compare-product-ajax .btn-remove:after{width:13px;height:13px;position:absolute;content:''; background-position:0px -1281px;top: 11px;left: 5px;}
    .block-compare-product-ajax .btn-remove:hover:after{background-position:-28px -1281px;}
    .block-compare-product-ajax .btn-remove:hover{ background:none;}
    html.android .block-compare-product-ajax .product-name{white-space:nowrap;}
    .block-compare-product-ajax .clear-product-compare-ajax{  position: absolute;right: 40px;top: 23px;color: #777676; font-size: 19px;text-transform: uppercase;}
    .product-view-points td{ color: #777676; font-size: 15px;}

}
/*
@media (max-width: 1024px) {
    .block-fits-into-your-everyday {
        display: none !important;
    }
}
*/
/* Tablet Version */
@media (min-width: 768px) and (max-width: 1024px) {
    body {font-size:16px;}
    /* Primary Buttons */
    .button,
    .cart-table .product-cart-actions .button,
    #co-shipping-method-form .buttons-set .button,
    .footer .button {height:35px;line-height:35px;min-width:129px;font-size: 20px;}
    header .top-header-container,footer > section,.breadcrumbs ul,#main article.content-detail{max-width:768px;margin:0 auto;padding:0 20px;}
    #main article.content-detail{ margin-top: 20px;}
    .catalog-category-view #main article.content-detail{ padding:0 50px;}
    .cms-index-index #main article.content-detail{max-width: 100%;margin:0 auto;padding:0;}
    header{position: relative;z-index: 1001;}
    #main{z-index:98;position:relative; background: #fff;margin-top: 81px!important; clear: both; display: block;}
    /*TOP HEADER*/
    .page-header {height: inherit;}
    .page-sticky .sticky-menu {text-align: left; padding: 0px 175px 0 0;max-width: 768px;margin: 0 auto;}
    .page-sticky .fix-links{ top: -45px;}
    .page-sticky .sticky-links {position: absolute;top: -3px; right: 3px;}
    .page-sticky .container{position: relative;max-width: 768px;margin: 0 auto;}
    .top-header{z-index:100;color: #fff; display: table;width: 100%;background: #777576;}
    #header-nav{margin:0 auto;clear:both;max-width:768px;position:relative;padding: 0 20px;}
    .nav-primary li.level0.packit-logo a {min-height: 0;line-height: normal; position: relative;top: 0;}
    .sales-or-notification{float:left;width:60%;font-size:15px;text-transform: capitalize; overflow: hidden;line-height: 30px;}
    .group-top-header{float:right;width:40%;margin:0;position: relative;right: 135px; z-index: 1;}
    .group-top-header ul.group-info {float:right;}
    .group-top-header ul.group-info > li.item{float:left;margin:0 0 0 7px;position:relative;height:30px;white-space: nowrap;}
    .group-top-header ul.group-info > li.item > a{line-height:30px;white-space: nowrap;}
    .group-top-header ul.group-info > li.item > a,.header-minicart .skip-link .label{font-size:15px;color:#fff;}
    .mini-cart-header-link span.label {line-height: 48px;}
    .group-top-header ul.group-info > li.item > div{display:none;}
    .group-top-header ul.group-info > li.item > a:before{content:'';display:block;position:absolute;}
    .group-top-header ul.group-info li.active > a,.group-top-header ul.group-info > li:hover > a{text-decoration:none;color:#000;}
    /*MAIN HEADER*/
    .main-header{clear:both;z-index:90;}
    .main-header .logo .large{height:33px;}
    .footer .logo .large{width:114px;height:26px;}
    /*fixed header*/
    .header-fixed{position:fixed;top:0;left:0;right:0;background:#fff;}
    .header-fixed .sales-or-notification{display:none;}
    .header-fixed  .logo .small{display:block;width:124px;}
    .header-fixed  .logo .large{display:none;}
    .header-fixed #header-nav{text-align:left;}
    .header-fixed  .nav-primary li.level0 { padding: 0 10px;}
    .header-fixed  .group-top-header ul.group-info {float: right;position: absolute;right: 10px;top: 5px;}
    .header-fixed .top-header{padding:0;}
    .header-fixed  .nav-primary li.level0.packit-logo a{   top: 6px;}
    .header-fixed .group-top-header{right:90px;margin: 0;}
    .header-fixed .group-top-header ul.group-info > li.item{margin:0;padding-left:35px!important;}
    .header-fixed  .group-top-header ul.group-info > li.item > a{font-size:0;text-indent:-9999px;display:5px inline-block;}
    .header-fixed  .group-top-header ul.group-info > li.item.logged-in{padding-left:50px!important;padding-top: 16px;background:0!important;}
    /*.header-fixed  .group-top-header ul.group-info > li.item.logged-in a{font-size:inherit;text-indent:0;  color: inherit;}*/
    .header-fixed  .group-top-header ul.group-info > li.item.logged-in a:hover{color:#2e8ab8!important;}
    .header-fixed  .group-top-header ul.group-info > li.item.logged-in:hover a{color:inherit;}
    .header-fixed .group-top-header ul.group-info li.find-a-store > a:before {width: 18px;height: 22px;left: 13px;top: 14px; background-position: 0 -140px;}
    .header-fixed .group-top-header ul.group-info li.find-a-store:hover > a:before{background-position: -21px -140px;}
    .header-fixed .group-top-header ul.group-info li.login-link > a:before{width: 23px;height: 23px;left: 11px; top: 13px;background-position: -2px -165px;}
    .header-fixed .group-top-header ul.group-info li.login-link.active > a:before{background-position: -29px -165px!important;}
    .header-fixed .group-top-header ul.group-info li.login-link:hover > a:before{background-position: -56px -165px;}
    .header-fixed .header-minicart .skip-link .label{font-size:0;text-indent:-9999px;}
    .header-fixed .mini-cart-header-link .header-minicart a.skip-cart:before{top:13px;left:12px;}
    .header-fixed .search-box-link{top:0;}
    .header-fixed .search-box-link > a:before {top:14px}
    .header-fixed .main-header{padding-top:5px;}
    .header-fixed  .customer-logout:before{background-position: -46px -139px!important;width: 22px;height: 22px;top: 14px;left:38px;}
    .header-fixed  .customer-logout:hover:before{background-position: -100px -139px!important;}
    .header-fixed  .customer-my-account:before{width: 23px;height: 23px;left: 0; top: 13px;background-position: -2px -165px!important;}
    .header-fixed  .customer-my-account:hover:before{background-position: -56px -165px!important;}
    .header-fixed  .logged-in > span{display:none;}
    .header-fixed .mini-cart-header-link{top: 0;width: 45px;right: 55px;}
    .header-fixed .nav-primary li.level0.packit-logo img{margin: 0 ;}
    /*STORE*/
    .group-top-header ul.group-info li.find-a-store{padding-left:19px;}
    .group-top-header ul.group-info li.find-a-store > a:before{width:12px;height:15px;left:0;top:14px;background-position:0 0;}
    /*when hover*/
    .group-top-header ul.group-info li.find-a-store:hover > a:before{background-position:-25px 0;}
    /*LOGIN|REGISTER*/
    .group-top-header ul.group-info li.login-link.active{background:#777676;}
    .group-top-header ul.group-info li.login-link.active > a{color:#fff;}
    /*.group-top-header ul.group-info > li.item.logged-in a:hover{color:#2e8ab8!important;}
	.group-top-header ul.group-info > li.item.logged-in:hover a{color:inherit;}*/
    /*CART*/
    .header-minicart,#header-cart.skip-active{display:block!important;text-align:center;}
    .mini-cart-header-link{padding-left: 37px;position: absolute;right: 55px;top: -38px;width: 90px;height: 38px;}
    .mini-cart-header-link .header-minicart a.skip-cart:before{width: 23px;height: 22px;left: 13px;top: 12px;background-position: -25px -17px;}
    /*when hover*/
    .mini-cart-header-link.active{background:#777676;}
    .mini-cart-header-link.active a.skip-cart,.mini-cart-header-link.active .header-minicart .skip-link .label,.mini-cart-header-link.active:hover .header-minicart .skip-link .label{color:#fff!important;}
    .mini-cart-header-link:hover .header-minicart .skip-link .label{color:#000!important;}

    .mini-cart-header-link a.skip-cart:before{content:'';display:block;position:absolute;}
    .mini-cart-header-link:hover a.skip-cart:before{background-position: 0px -17px;}
    .mini-cart-header-link:hover a.skip-cart{color:#2e8ab8;}
    .mini-cart-header-link.active a.skip-cart:before{background-position: -25px -17px;}
    /*SEARCH*/
    .search-box-link{width:45px;height:40px;margin-left: 0;position: absolute;right: 10px;top:-38px;z-index: 200;}
    .search-box-link a{text-indent:-9999px;display:block; height: 38px;}
    #header-search-dropdown{display:none;}
    .search-box-link > a:before{width: 23px;height: 23px;left: 11px;top: 12px;background-position:-25px -40px;content:'';position:absolute;}
    /*when hover*/
    .search-box-link.active{background:#777676;}
    .search-box-link:hover > a:before{background-position:-1px -40px;}
    .search-box-link.active > a:before{background-position:-25px -40px;}
    /*DROPDOWN*/
    #header-account-dropdown,#header-cart,#header-search-dropdown{position:absolute;right:0;background: #fff;padding:10px 20px;-moz-box-shadow: 0 3px 5px rgba(0,0,0,.35); /* drop shadow */
        -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.35); /* drop shadow */
        box-shadow: 0 3px 5px rgba(0,0,0,.35); /* drop shadow */}
    /*Account*/
    #header-account-dropdown{width:417px;}
    #header-account-dropdown .login-title{font-size: 30px;text-transform: capitalize;border:0 none;margin: 0 0 5px;font-family: 'arboria_bookbook'; padding: 0;text-align: left;}
    #header-account-dropdown .registered-users .buttons-set {border-top:0 none;border-bottom:1px solid #c3c3c3;padding:0 0 20px; margin:15px 0 22px;}
    #header-account-dropdown .registered-users .buttons-set button.button{float:left;}
    #header-account-dropdown .registered-users .buttons-set a.f-left{text-transform:uppercase;padding: 0;margin-top: 13px;color:#777676;text-decoration:underline!important;}
    #header-account-dropdown .registered-users .buttons-set a.f-left:hover{color:#2e8ab8}
    #header-account-dropdown .register-title{font-size: 30px;text-transform:capitalize;}
    #header-account-dropdown .new-users .buttons-set{border:0 none;padding:0 0 10px;}
    #header-account-dropdown .new-users .buttons-set a{-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;width:100%;padding:0;}
    /*Cart*/
    #header-cart{width:433px;}
    a.skip-cart .icon{display:none;}
    .mini-cart-header-link a.skip-cart .count{position: absolute;top: 9px;left: 24px;border-radius: 50%;width: 16px;height: 16px;text-align: center;line-height: 16px;background:#fff;color:#000;font-size: 12px;}
    .mini-cart-header-link:hover a.skip-cart .count{background:#000; color:#fff;}
    .mini-cart-header-link.active a.skip-cart .count{background: #fff;color: #000;}
    .mini-cart-header-link .count-your-cart{float:left;width:50%;font-size:16px;text-transform:uppercase;}
    .mini-cart-header-link .your-cart{margin:0 0 15px;padding:0 0 15px;border-bottom:1px solid #c3c3c3;overflow: hidden;}
    .mini-cart-header-link .edit-your-cart{float:right;width:50%;text-align:right;font-size:16px;}
    .mini-cart-header-link .edit-your-cart a{text-transform:uppercase;text-decoration:underline;}
    .header-minicart .mini-products-list > li {margin:0; padding: 0 0 10px;}
    .header-minicart .mini-products-list li label,.header-minicart .mini-products-list li > div{ float: left;}
    .header-minicart .mini-products-list li span{ color: #777676;}
    .header-minicart .minicart-actions .link-actions{border-top: 1px solid #c3c3c3;margin: 0 0 13px;padding-top: 10px;}
    .header-minicart .mini-products-list .product-details{margin-left:145px;margin-right:20px;}
    .header-minicart .product-details .product-name{padding:0;margin:0 0 5px;}
    .header-minicart .product-details .product-name a{font-size:16px;color:#777676;font-family:'Arboria-Bold';text-transform: uppercase;}
    .header-minicart .product-details .product-name a:hover{color:#0090b9;}
    .header-minicart .product-details .remove-product{text-indent:-9999px;}
    .header-minicart .product-details .remove-product a{position: absolute;content: '';width: 18px;height: 18px;right:0;top:3px;background-position:left -63px}
    .header-minicart .info-wrapper .product-price th,
    .header-minicart .info-wrapper .product-price td{padding-bottom:5px;}
    .header-minicart .info-wrapper th{color:#000;font-size:16px;text-transform: capitalize;vertical-align:top;  line-height: normal;}
    .header-minicart .info-wrapper td{vertical-align:top;  line-height: normal;}
    .header-minicart .info-wrapper th:after{content:':';}
    .header-minicart .info-wrapper .price{font-size:18px;}
    .header-minicart .minicart-actions .checkout-button{-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;font-size: 22px;font-family: "arboria_bookbook";background:#008fb9;width:100%;height:43px;line-height:43px;padding:0;}
    /*Search*/
    #header-search-dropdown{width:417px;}
    #search{height:36px;border:1px solid #838383;padding-right:135px;}
    #search_mini_form .search-button{float:left;min-width:135px;margin:0;padding:0;position: absolute;top: 0;right: 0;}
    /*NAVIGATION*/
    .nav-primary{clear:both;}
    .nav-primary li.level0:hover,.nav-primary li.page-include-in-menu:hover{background:#777676;}
    .nav-primary li.level0.active a.level0,.nav-primary li.page-include-in-menu.active > a {color: #008eaa;}
    .nav-primary li.level0,.nav-primary li.page-include-in-menu{padding: 0;}
    .nav-primary a.level0,.nav-primary li.page-include-in-menu > a{font-size:12px;padding:5px 7px;}
    .nav-primary li.level0:hover a.level0,.nav-primary li.page-include-in-menu:hover > a{color:#fff;}
    .nav-primary li.level0.packit-logo{background:#fff!important;padding:5px 0; width: 110px; float: left; margin-right: 10px;}
    .nav-primary li.level0.packit-logo img{margin: 7px 0;height: auto;width: 100%;}
    .nav-primary a:hover{text-decoration:none;}
    .wrapper-dropdownmenu {border-top:3px solid #777676;background-color: #fff;-moz-box-shadow: 0 3px 5px rgba(0,0,0,.35); -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.35);box-shadow: 0 3px 5px rgba(0,0,0,.35);}
    .menu-products{overflow: hidden;margin:0 auto; max-width: 728px;}
    .view-all-products{margin:0 auto;padding: 15px 0 0;text-align:center;}
    .link-to-category-mobile,.cat-product-title-mobile{ display: none;}
    .menu-products .wrapper-cat-product{width:80%;float:left;}
    .menu-products .menu-static-block{ float: left; width: 100%;}
    .menu-products .menu-static-block ul{ display: inline-block; width: 32%; padding-right: 2%;float: left;}
    .menu-products .menu-static-block ul li{ margin: 0 0 5px 0; min-height: inherit; line-height: 18px;clear: both;display: block;}
    .menu-products .menu-static-block ul li.red a,
    .menu-products .menu-static-block ul li.red a:hover{ color:#f00;}
    .menu-products .menu-static-block ul li a{ font-size: 12px;}
    .menu-products .wrapper-featured-product{width:20%;float:right;padding-left:1%;border-left: 1px solid #c3c3c3;}
    .menu-products .featured-product-title{text-align:left;}
    .menu-products .cat-product-title,.menu-products .featured-product-title{font-size:14px;font-family:'Arboria-Bold';color:#777676;margin:0 0 10px; text-align: center;}
    .dropdownmenu-products .dropdownmenu-item {margin:0 0 10px;}
    .dropdownmenu-products .dropdownmenu-item a{font-size:21px;text-transform:uppercase;line-height:21px;}
    .dropdownmenu-featured-products .featured-product-item{float:left;text-align:center;}
    .dropdownmenu-featured-products .featured-product-item .featured-product-name{margin:10px 0 0; padding: 0;line-height: 18px;}
    .dropdownmenu-featured-products .featured-product-item .featured-product-name a{font-size:14px;text-transform:uppercase;}
    .wrapper-dropdownmenu .view-all-products a{font-size:16px;line-height: 16px;text-transform:uppercase;font-family:'Arboria-Bold';}
    /*.wrapper-dropdownmenu .view-all-products a:after{content: ''; background-position: -25px -63px; width: 13px; height: 19px; margin-left: 17px; display: inline-block;}*/
    /*.wrapper-dropdownmenu .view-all-products a:hover:after{background-position: -81px -63px;}*/
    .nav-primary li.level0 > div {background: #fff;padding:15px 0; position: absolute; left: 0!important; top: 100%; /* Height of ".nav-primary a.level0" */  z-index: 10; width: 100%; display: none;}
    .nav-primary li:hover > div { display: block;}
    /*HOMEPAGE CONTENT*/
    .block-how-it-works{/*border-top:1px solid #c8c8c8;*/border-bottom:1px solid #c8c8c8;}
    .block-fits-into-your-everyday .container,.block-how-it-works .container{max-width:768px;margin:0 auto;position:relative;padding:0 10px;}
    .block-fits-into-your-everyday .container{padding-left:273px;padding-top:45px;padding-right:35px;height:459px;text-align:center;min-height: 220px;}
    .block-how-it-works .container{padding-left:20px;padding-right:437px;padding-top:90px;height:459px;}
    .block-fits-into-your-everyday img.f-left{position:absolute;left:30px;top:20px;width:227px;height:421px;float: left;}
    .block-how-it-works img.f-right{}
    .block-fits-into-your-everyday h3,.block-how-it-works h3,.block-featured-products h3{font-size:35px;font-family:'Arboria-Bold';text-transform:uppercase;color:#777676;border:0 none;line-height:35px;margin:0 0 20px;}
    .block-fits-into-your-everyday p,.block-how-it-works p{font-size:16px;color:#777676;line-height: normal;}
    /*.block-how-it-works .link-youtube{background:url(../images/player.jpg) no-repeat left top;width:310px;height:50px;display: block;text-indent: -9999px;margin-top:40px;  background-size: 310px 50px;}*/
    .video-html .link-video-html5,.block-how-it-works .link-youtube{background: url(../images/player.png) no-repeat right top;width: auto; height: 50px;display: inline-block; margin-top: 20px; background-size: inherit!important; padding: 6px 69px 0 1px; font-family: 'Arboria-Bold'; text-transform: uppercase;font-size: 21px;background-size: 12.5%; white-space: nowrap;}
    .video-html .press-video-html5 {
        line-height: 1.7;
    }
    /*SHOP*/
    .block-featured-products{width:100%;text-align:center;padding:30px 20px 40px; max-width: 768px!important;}
    .block-featured-products ul li{ display: inline-block; margin: 0 10px; vertical-align: top;}
    .block-featured-products ul li a{ display: block; text-transform: uppercase;font-size: 13px; min-width: 70px; max-width: 100px;}
    .block-featured-products ul li:hover a,
    .block-featured-products ul li a:hover{ color: #0090b9; text-decoration: none;}
    .block-featured-products ul li a img{ display: block; margin: 0 auto;}
    .block-featured-products ul li a img.img-hover,
    .block-featured-products ul li:hover a img{ display: none;}
    .block-featured-products ul li:hover a img.img-hover{ display: block;}
    /*.block-featured-products h3{font-size:31px;font-weight:normal;display: inline-block;position:relative;margin: 0 0 25px;}
  .block-featured-products h3:before{content:'';background:url(../images/title-border.gif) repeat-x;width:172px;height:3px;position:absolute;left:-190px;top:50%;}
  .block-featured-products h3:after{content:'';background:url(../images/title-border.gif) repeat-x;width:172px;height:3px;position:absolute;right:-190px;top:50%;}
  .block-featured-products  .title-collection{font-size:35px;font-family:'Arboria-Bold';margin-top: 30px;}
  .block-featured-products .view-collection{-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;font-size: 20px;background:#777676;width:240px;height:36px;line-height:36px;padding:0;display:block;color:#fff;text-transform:uppercase;margin:0 auto 40px;position:relative;}
  .block-featured-products .view-collection:after{content:'';background-position:-71px -63px;width: 10px;height:16px;position: absolute;right: 17px;top: 9px;}
	.block-featured-products .view-collection:hover{background-color: #0090b9;text-decoration:none;}*/
    .product-quick-view{-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;background-color: #000;-moz-box-shadow: 0 0 5px rgba(0,0,0,.75);-webkit-box-shadow: 0 0 5px rgba(0,0,0,.75);box-shadow: 0 0 5px rgba(0,0,0,.75); width: 134px; position: absolute;top: 16%;left: 50%;margin-left: -67px;height: 40px;line-height: 40px;display:none;}
    .product-quick-view a{color:#ffffff;font-family:'Arboria-Bold';text-transform:uppercase;font-size:17px;text-transform:uppercase;text-decoration: none;}
    .cms-index-index .products-grid{margin:0;}
    .products-grid .product-info {margin:0 0 20px;}
    /*.block-featured-products .products-grid .product-name {max-height: 48px; min-height: 48px; height: 48px;}*/
    /*earn-reward-points*/
    .earn-reward-points{overflow:hidden;background:#b8b8b8;padding:20px 0;height:115px;}
    .earn-reward-points	> .container{max-width:768px;margin:0 auto;padding:0 40px;}
    .earn-reward-points	a{color:#fff;font-size:20px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;background:#777676;width:187px;height:35px;line-height:35px;padding:0 24px;display:block;text-transform:uppercase;position:relative;text-decoration:none!important; text-align: center;}
    /*.earn-reward-points	a:after{content:'';background-position: -71px -63px;width: 10px;height: 16px;*/
    /*position: absolute;right: 13px;top: 9px;}*/
    .earn-reward-points	p{float:left;clear:left;width:65%;font-size:15px;color:#fff;margin-top:5px;line-height:15px;}
    .earn-reward-points	p + p{width:30%;padding:0;float:right;margin-top:-20px;}
    .earn-reward-points	p + p > a{float:right;margin-top: -24px;}
    .earn-reward-points	p + p > a:hover{background: #0090b9;}
    .earn-reward-points h3{font-family:'Arboria-Bold';font-size:22px;color:#fff;width:65%;float:left;margin-top: 0;margin-bottom:0;display:block;}
    /*Twitter, Wordpress, Instagram*/
    .block-social-wp{overflow:hidden;background:#f1f2f5;padding:30px 0;}
    .block-social-wp >.container{max-width:768px;margin:0 auto;padding:0 10px;}
    .block-social-wp > .container > div {width:33.33%;float:left;padding:0 10px;}
    .block-social-wp > .container .block-press .block-content{ position: relative; margin-top: 34px;}
    .block-social-wp > .container .block-press .block-content .box-image{line-height: 0;}
    .block-social-wp > .container .block-press .block-content .box-image img{ width: 100%; height: auto; }
    .block-social-wp > .container .block-press .block-content .info{ visibility: hidden; position: absolute; background: rgba(0,0,0,0.5); color: #fff; width: 100%; height: 100%; top:0;transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; opacity: 0;}
    .block-social-wp > .container .block-press .block-content:hover .info{ visibility: visible; opacity: 1; }
    .block-social-wp > .container .block-press .block-content .info p{ font-size: 16px; line-height: 24px; font-family: 'arboria_bookbook'; display: table; width: 100%; height: 100%;}
    .block-social-wp > .container .block-press .block-content .info a { display: table-cell; padding: 0 50px 0 30px ;text-align: left; vertical-align: middle; color: #fff;}
    .block-social-wp > .container .block-press .block-content .info a:hover{ text-decoration: none;}
    .block-social-wp h3.title{font-size:22px;font-family:'Arboria-Bold';margin: 0 0 2px;}
    .block-social-wp .block-wp h3.title{margin:0 0 35px;}
    .block-social-wp .instagram-url,
    .block-social-wp .tweet-follow{display:block;background:none;margin:0 0 5px;text-transform: uppercase; font-family: 'arboria_bookbook'; font-size: 16px;}
    .block-social-wp .instagram-content{float:left;padding:0 3px 3px 0;width:33.333%;overflow:hidden;}
    .block-social-wp .instagram-content img{display: inline-block;width:100%;height:auto;}
    .block-social-wp .instagram-content a{ display: block; line-height: 0;}
    .block-social-wp .instagram-url:hover, .block-social-wp .tweet-follow:hover{ text-decoration: none;}
    .block-social-wp .tweet-content{margin:0 0 32px;	-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px ;background-color: #fff;-moz-box-shadow: 0 2px 0 #e7e7e7;-webkit-box-shadow: 0 2px 0 #e7e7e7;box-shadow: 0 2px 0 #e7e7e7;padding:15px;position:relative;color:#000;}
    .block-social-wp .tweet-content:after{background-position:-52px -406px;width:17px;height:15px;position:absolute;content:'';bottom:-15px;right:60px;}
    .block-social-wp .tweet-content:nth-child(2):after{background-position:-68px -406px;left:60px;right:auto;}
    .block-social-wp .post-image img{display:inline-block;max-width:100%;height:auto;}
    /*FOOTER*/
    footer{background:#e5e5e5;  clear: both;}
    .footer .block-subscribe .input-box:after{  top: 8px; left: 8px;}
    .footer {  padding: 23px 0 12px;}
    .footer .block-title strong{font-size:16px;}
    .footer-top{overflow:hidden;border-bottom:1px solid #c3c3c3; padding: 0 0 21px;margin: 0 0 9px;}
    .footer-top article{width:147px;float:left;}
    .footer-top article.footer-logo{padding: 3px 0 0;}
    .footer-top article li{  margin: 0 0 3px;}
    .footer-top a{font-size:16px;text-transform:uppercase;font-family:'Arboria-Bold'; color:#777676;}
    .footer-top a:hover{text-decoration:none;color:#0090b9;}
    .footer-top article.block-one{width:206px;}
    .footer-top article.block-two{width:98px;}
    .footer-top article.footer-subscribe-ajax{width:276px;float:right;}
    .footer-bottom{overflow:hidden;text-align:center;}
    .footer-bottom a{}
    .footer-bottom .footer-copyright {  margin: 3px 0 1px;font-size: 14px;}
    .footer-bottom article.footer-social-media{display: inline-block;}
    .footer .block-subscribe .block-title{margin:0 0 7px!important;}
    .footer .block-subscribe .input-text{padding-right: 137px;padding-left: 50px;height: 35px;}
    .footer .block-subscribe .input-box:after{top:7px;left:8px;}
    .footer-bottom .social-media {float:right;text-align:right;}
    .footer-bottom .social-media li{float:left;margin: 0 0 0 22px;}
    .footer-bottom .social-media li a{display:inline-block;text-align:left;text-indent:-9999px;font-size:0;}
    .footer-bottom .social-media li a:after{content:'';display: block;}
    .footer-bottom .social-media li.facebook a:after{width: 14px;height: 28px;background-position: -56px -195px;}
    .footer-bottom .social-media li.facebook:hover a:after{background-position:-71px -195px;}
    .footer-bottom .social-media li.twitter a:after{width: 28px;height: 24px;background-position: -84px -195px;margin-top: 3px;}
    .footer-bottom .social-media li.twitter:hover a:after{background-position:-112px -195px;}
    .footer-bottom .social-media li.google-plus a:after{width: 29px;height: 25px;background-position: -77px -233px;margin-top: 3px;}
    .footer-bottom .social-media li.google-plus:hover a:after{background-position:-107px -233px;}
    .footer-bottom .social-media li.pinterest a:after{width: 27px;height: 27px;background-position: -37px -306px;margin-top: 2px;}
    .footer-bottom .social-media li.pinterest:hover a:after{background-position:-67px -306px;}
    .footer-bottom .social-media li.youtube a:after{width: 23px;height: 26px;background-position:-76px -269px;margin-top: 2px;}
    .footer-bottom .social-media li.youtube:hover a:after{background-position:-104px -269px;}
    .footer-bottom .social-media li.instagram a:after{width: 27px;height: 28px;background-position: -63px -336px;margin-top: 1px;}
    .footer-bottom .social-media li.instagram:hover a:after{background-position:-93px -336px;}
    .footer .block-subscribe .actions .button{width:115px;}
    /*FIND A STORE*/
    .cms-find-a-store #main article.content-detail{max-width:768px;}
    .cms-find-a-store h4{color:#000;font-size:16px;text-transform:none;font-weight:normal;line-height: normal;text-align:center;margin:0 0 30px;}
    .cms-page-view .std .comerlogo{clear:both;padding:20px 0;list-style:none;overflow:hidden;}
    .cms-page-view .std .comerlogo li{width:25%;float:left;text-align:center;display:inline-block;vertical-align:middle;margin:0;}
    .cms-page-view .std .comerlogo li img{display:inline;}
    .cms-page-view .section h1{font-size: 35px;text-align:center;margin-bottom: 35px;}
    .col-4-sets {clear:both;padding:20px 0;list-style:none;overflow:hidden;margin-left:-30px;}
    .col-4-sets .col1,.col-4-sets .col2,.col-4-sets .col3,.col-4-sets .col4{width:50%;float:left;list-style:none;margin:0;}
    .col-4-sets li{margin:0!important;list-style:none!important;padding: 0 0 0 30px;}
    .col-4-sets li.item{border-bottom:1px solid #c5c5c5;padding: 0 0 5px;margin: 0 0 15px!important;}
    .col-4-sets li.item:last-child{border:0 none;margin:0;padding:0;}
    .col-4-sets li h5{font-size:22px;line-height: 24px;text-transform:uppercase;font-weight:normal;}
    .col-4-sets li h6{font-size:17px;text-transform:capitalize;font-weight:normal;font-family:'Arboria-Bold';}
    .col-4-sets li a{color:#2e8ab8;}
    /*CATEGORY PAGE*/
    .banner-default{text-align:center;}
    .breadcrumbs li{ font-size:13px;}
    .content-head .breadcrumbs {margin: 0;padding: 6px 0;}
    .category-title {text-align:center;}
    .content-detail .all-products,.category-title h1{font-size:35px;font-family:'Arboria-Bold';text-transform:uppercase;margin: 0 0 14px; padding: 0 40px 0 0;}
    .category-description{text-align:center;font-size:16px; margin-bottom: 20px;   line-height: 1.2;}
    .block-compare-product-ajax {display:none;}
    .catalog-product-all .block-compare-product-ajax {margin: 0;display:block;}
    .block-compare-product-ajax .block-compare-ajax { width: 100%;padding: 15px;margin-top: 10px;clear: both;float: left;}
    .block-compare-product-ajax .clear-product-compare-ajax,
    .block-compare-product-ajax .actions .button{right:15px;}
    .block-compare-product-ajax .actions{ margin:0;}
    .compare-product-ajax-message {margin:0 0 15px;}
    .block-compare-product-ajax .block-title strong { font-size: 21px;}
    .block-compare-product-ajax .block-title{ padding: 0 0 13px;}
    .block-compare-product-ajax .product-name a { font-size: 17px;}
    .block-compare-product-ajax .block-content {margin: 0 195px 0 0;}
    .block-compare-product-ajax .clear-product-compare-ajax{ top: 10px;font-size: 17px;}
    .block-compare-product-ajax .actions .button{ top: 87px;font-size: 17px; }
    .block-compare-product-ajax .btn-remove{ margin-top: -4px;}
    .toolbar .pages .current,
    .toolbar .pages .current:hover,
    .toolbar .pages a{ font-size:22px;}
    .toolbar .pages li {margin: 0 12px;}
    .toolbar .pages .current{ width:auto; height:auto;}
    .toolbar .pages .next, .toolbar .pages .previous{ font-size:22px;}
    .toolbar .pages .next { padding-right: 39px;padding-left: 14px;}
    .toolbar .pages .next:before{ background-position: -118px -301px;width: 10px;top: 15px; height: 15px;right: 20px;}
    .toolbar .pages .next:hover:before{ background-position:-118px -318px;}
    .toolbar .pages .previous {padding-left: 32px;padding-right: 9px;}
    .toolbar .pages .previous:before{ background-position:-106px -301px; width:10px;height:15px;}
    .toolbar .pages .previous:hover:before{ background-position:-106px -318px;}
    .category-products{ clear:both;}
    .products-grid{margin:0 -10px;}
    .products-grid > li {width:25%;float:left;padding:0 10px;}
    .products-grid .product-name, .products-list .product-name,.products-grid .price-box .price{font-size:15px;}
    .products-grid .product-name{margin:0 0 6px; /*max-height: 48px; min-height: 48px;*/}
    .block-featured-products .products-grid .product-name a,.products-grid .product-name a{ padding: 0;}
    .products-grid .price-box{margin-bottom:5px;line-height: normal;}
    input[type="checkbox"] + label, .checkbox-add-compare-ajax input[type="checkbox"] + span{font-size:13px;}
    input[type="checkbox"] + label:before, .checkbox-add-compare-ajax input[type="checkbox"] + span:before{top:2px;}
    .products-grid .configurable-swatch-list li{margin:0 7px 5px 0;}
    .swatch-link.has-image,.swatch-link.has-image .swatch-label,.swatch-link.has-image img{width:29px!important;height:29px!important;}
    .configurable-swatch-list .view-more-options, .configurable-swatch-list .hide-options{width: 30px;height: 30px;line-height:30px;font-size:7px;}
    .view-more-colors a{font-size:13px;}
    /*Compare page*/
    .catalog-product-compare-index{background:#000;}
    /*PDP PAGE*/
    .product-view .product-shop .product-name .h1,
    .product-view .product-img-box .product-name h1{color:#777676;font-size:20px; line-height: 20px;}
    .product-view .product-shop .price-box .regular-price .price,
    .product-view .product-shop .price-box .special-price .price,
    .product-view .product-shop .price-box .full-product-price .price{font-size:20px;}
    .product-view .product-shop .price-info{margin: 0 0 15px;}
    .product-view .product-shop .product-name {margin:0 0 5px;}
    .product-view .product-options {margin:0 0 15px;}
    .product-view .product-options dt{margin:0 0 20px;}
    .product-view .product-options p.required{display:none;}
    .product-view .product-options .swatch-attr label{ font-size: 15px; color: #777676;}
    .product-view .product-options .swatch-attr .select-label {font-size:15px;color: #787676;}
    .product-view .product-options#product-options-wrapper{ margin: 0;}
    .product-view.product-quickview-popup .product-shop{ float: left;  padding-left: 30px;}
    .product-view .configurable-swatch-list{margin:0; max-width: 210px;}
    .product-view .configurable-swatch-list ul{ max-width: 355px;}
    .product-view .configurable-swatch-list li{margin:0 11px 11px 0; position: relative;}
    /*.product-view .configurable-swatch-list li:nth-child(7n){ margin: 0 0 11px 0;}*/
    .catalog-product-quickview .product-view .configurable-swatch-list li:nth-child(7n){ margin: 0 11px 11px 0;}
    .product-view .configurable-swatch-list li.selected .swatch-label:before{ content: '';background: url("../images/icon_sprite.png") -383px -488px ; width: 30px; height: 30px; display: block; border-radius:50%;position: absolute; top:0; left: 0; z-index: 999; }
    .product-view .add-to-cart .qty-wrapper{margin:0 0 16px;}
    .product-view .add-to-cart .qty-wrapper label{ font-family:'Arboria-Bold'; font-size: 15px;}
    .product-view .add-to-cart .qty-wrapper .qty{width: 36px;height: 36px;color: #777676;margin-left: 7px; font-size: 15px;}
    .product-view .add-to-cart-buttons{clear:both;width:auto;margin:0px;}
    .product-view .add-to-cart-buttons .button{ background: #0090b9 none repeat scroll 0 0;font-size: 22px; height: 43px;line-height: 43px;margin: 0;padding: 0;width: 200px;}
    .product-view .add-to-cart-wrapper{ float: left; font-size: 19px; text-transform: uppercase; padding: 0; width: 100%; text-decoration: none; }
    .product-view .add-to-cart-wrapper a{position: relative;font-size: 19px; padding-right:15px; margin-right: 3px; text-decoration: underline;}
    .product-view .add-to-cart-wrapper a span{ color: #fff;}
    .product-view .add-to-cart-wrapper a:after{ content: ''; width: 20px; height: 15px; position: absolute; top:4px;background: url("../images/icon_sprite.png") -257px -97px ; right: 7px;}
    .product-view .add-to-cart-wrapper a:hover:after{background: url("../images/icon_sprite.png") -393px -444px;}
    .product-view .add-to-links{ clear: both;  margin: 0;}
    /*.product-view .add-to-links li{margin-left: 25px;}*/
    .link-to-details {display: block;margin: 0 0 10px;}
    .product-view .add-to-links li a.link-wishlist,.link-to-details a{font-size:15px;color:#777676;text-transform:uppercase;padding:0; text-decoration: underline; }
    .product-view .add-to-links li:before{content:'+';font-size:20px;color:#777676;margin-right:4px;}
    .product-view .product-img-box {width: 438px; margin:0;float: left;padding:0;}
    .product-img-box .product-image{ margin: 0;}
    .product-description .title-details{font-family:'Arboria-Bold';font-size:33px;text-transform:uppercase;}
    .product-description .details{font-size:16px;margin:0 0 15px;}
    .product-description .item{ font-size: 14px; margin-bottom: 15px;}
    .description{ margin-bottom: 15px;font-size: 14px;}
    h2.title-details{ font-size: 20px; padding-bottom: 10px; border-bottom: 1px solid #c8c8c8;color:#777676;font-family:'Arboria-Bold';}
    .label-dimensions, .label-capacity,.label-features,.how-it-works h2{ font-size: 18px; text-transform: uppercase; display: block;color:#777676;font-family:'Arboria-Bold';}
    .how-it-works p{ font-size: 14px;}
    .product-view-points td{ font-size: 14px;line-height:16px;text-transform: none;}
    .rewards-product-view-points .divider{ margin: 0 0 5px 0;}
    .product-options-bottom{ margin: 0;}
    .product-block{overflow:hidden;}
    .product-block .how-much{font-size:16px;text-decoration:underline;margin:0 0 30px;}
    .product-block ul.block-content{padding:0px;}
    .product-block ul.block-content > li.item{width:50%;float:left;margin:0 0 46px;padding-left:105px;padding-right:20px;position:relative;min-height:139px;}
    .product-block ul.block-content > li.item h3{font-size:20px;font-family:'Arboria-Bold'; margin-bottom: 5px;}
    .product-block ul.block-content > li.item p{ font-size: 14px;}
    .product-block ul.block-content > li.item .item-icon{display:inline-block;height: 95px;width: 95px;position:absolute;left:0;top:0;}
    .product-block ul.block-content > li.item .item-icon img{ width: 100%; height: auto;}
    .catalog-product-view .breadcrumbs-fixed {
        padding: 0;
    }
    .catalog-product-view #main article.content-detail {
        margin-top: 57px;
    }
    .dashboard .mypoints-redeemcatalog .listing table {
        width: 100%;
    }
    .firecheckout-index-index .data-table tfoot tr.first td:last-child .price.points-amount {
        white-space: normal;
    }
    .box.box-account.box-info.mypoints-redeemcatalog {
        width: 100%;
    }
}
.dashboard .mypoints-redeemcatalog .listing {
    clear: both;
    width: 100%;
    text-align: left;
}
/* Desktop Version */
@media (min-width: 1025px) {
    header .top-header{ width: 100%; max-width: 100%;background: #777576;clear: both;color: #ffffff;  display: table;}
    header .top-header-container,footer > section,.breadcrumbs ul,
    .main > .container > .content-detail{width:100%;max-width: 1360px;margin:0 auto;/*padding-left: 40px; padding-right: 40px;*/}
    .main > .container > .content-detail{ margin-top: 25px;}
    .cms-index-index .main article.content-detail > div{ max-width: 1360px; margin: 0 auto; padding: 0;}
    .cms-index-index .main article.content-detail > div.slideshow-container{ max-width: 1360px;}
    header .top-header-container{ padding: 0;}
    .cms-index-index #main article.content-detail{margin:0 auto;padding:0;  max-width: 1360px;}
    .catalog-product-view #main article.content-detail{z-index: 1;  margin-top: 65px;}
    .catalog-product-view #main article.content-head{position: relative; z-index: 2;}
    header{position: relative;z-index: 1001;}
    #main{z-index:98;position:relative; background: #fff; margin-top:111px;}
    /*TOP HEADER*/
    /*.top-header{*//*z-index:100;position:relative;padding-top:9px;*//*background: #777576;clear: both;color: #ffffff;  display: table;}*/
    #header-nav{margin:0 auto;clear:both;/*text-align:center;*/position:relative; z-index: 0;}
    .cart-search-top{position:relative; max-width: 1360px; margin: 0 auto;}
    .main-header .container { margin: 0 auto;position: relative;}
    .sales-or-notification{float:left;width:50%;font-size:16px;/*margin-top: 18px;*/line-height: 30px;text-transform: capitalize;}
    .group-top-header{float:right;width:50%;/*margin:9px 0 0 0;*/right: 150px;position: relative;z-index: 1;}
    .group-top-header ul.group-info .header-fixed .nav-primary li.level0 {float:right;}
    .group-top-header ul.group-info > li.item{float:left;margin:0 0 0 7px;padding:0 10px;height: 30px;}
    .group-top-header ul.group-info > li.item > a{line-height:30px; color: #ffffff !important;}
    .group-top-header ul.group-info > li.item > a:hover{ color: #000!important;}
    .group-top-header ul.group-info > li.item > a,.header-minicart .skip-link .label{font-size:16px;color:#fff;}
    .group-top-header ul.group-info > li.item > div{display:none;}
    .group-top-header ul.group-info > li.item{position:relative;}
    .group-top-header ul.group-info > li.item > a:before{content:'';display:block;position:absolute;}
    .group-top-header ul.group-info li.active > a,.group-top-header ul.group-info > li:hover > a{text-decoration:none;color:#2e8ab8;}
    .group-top-header ul.group-info > li.logged-in:hover > a{color:#000;}
    .group-top-header ul.group-info > li.logged-in a:hover{color:#2e8ab8;}
    /*MAIN HEADER*/
    .main-header{clear:both;/*padding-top:10px;z-index:90;*/}
    /*fixed header*/
    .header-fixed{position:fixed;top:0;left:0;right:0;background:#fff;}
    .header-fixed .sales-or-notification{display:none;}
    .header-fixed  .logo .small{display:block;width:124px;}
    .header-fixed  .logo .large{display:none;}
    .header-fixed  .nav-primary li.level0 { padding: 0 15px;height: 55px;line-height: 55px;}
    .header-fixed  .nav-primary li.level0 .dropdownmenu-item{ line-height: 21px !important;}
    .header-fixed .nav-primary li.level0.packit-logo{background:#fff!important; height: 24px;;line-height: 55px;}
    .header-fixed  .group-top-header ul.group-info {float: right;position: absolute;right: -5px;top: 5px;}
    .header-fixed .top-header{padding:0;}
    .header-fixed .group-top-header{ margin: 0;}
    .header-fixed .group-top-header ul.group-info > li.item{margin:0;padding-left:35px!important; width: 45px;}
    .header-fixed  .group-top-header ul.group-info > li.item > a,
    .header-fixed .header-minicart .skip-link{  font-size: 0;text-indent: -9999px;display: inline-block; width: 45px;height: 45px;top: 0;left: 0;position: absolute; z-index:1;}
    .header-fixed  .group-top-header ul.group-info > li.item.logged-in{padding-left:50px!important;padding-top: 16px;background:0!important;}
    /*.header-fixed  .group-top-header ul.group-info > li.item.logged-in a{font-size:inherit;text-indent:0;  color: inherit;}*/
    .header-fixed  .group-top-header ul.group-info > li.item.logged-in a:hover{color:#2e8ab8!important;}
    .header-fixed  .group-top-header ul.group-info > li.item.logged-in:hover a{color:inherit;}
    .header-fixed .group-top-header ul.group-info li.find-a-store > a:before {width: 18px;height: 22px;left: 13px;top: 14px; background-position: 0 -140px;}
    .header-fixed .group-top-header ul.group-info li.find-a-store:hover > a:before{background-position: -21px -140px;}
    .header-fixed .group-top-header ul.group-info li.login-link.active {background: #777676;}
    .header-fixed .group-top-header ul.group-info li.login-link.login-register > a:before{width: 23px;height: 23px;left: 11px; top: 13px;background-position: -2px -165px;}
    .header-fixed .group-top-header ul.group-info li.login-link.logged-in > a:before{width: 23px;height: 23px; top: 13px;background-position: -2px -165px;}
    .header-fixed .group-top-header ul.group-info li.login-link.active > a:before{background-position: -29px -165px!important;}
    .header-fixed .group-top-header ul.group-info li.login-link:hover > a:before{background-position: -56px -165px;}
    .header-fixed .header-minicart .skip-link .label{font-size:0;text-indent:-9999px;}
    .header-fixed .mini-cart-header-link{top: 6px;width: 45px;right: 85px;}
    .header-fixed .mini-cart-header-link .header-minicart a.skip-cart:before{top:13px;left:12px;}
    .header-fixed .search-box-link{top: 6px;}
    .header-fixed .search-box-link > a:before {top:14px;}
    .header-fixed .main-header{  padding-top: 0;}
    .header-fixed  .customer-logout:before{background-position: -46px -139px!important;width: 22px;height: 22px;top: 14px;left:38px;}
    .header-fixed  .customer-logout:hover:before{background-position: -100px -139px!important;}
    .header-fixed  .customer-my-account:before{width: 23px;height: 23px;left: 0; top: 13px;background-position: -2px -165px!important;}
    .header-fixed  .customer-my-account:hover:before{background-position: -56px -165px!important;}
    .header-fixed  .logged-in > span{display:none;}
    /*STORE*/
    .group-top-header ul.group-info li.find-a-store{padding-left:20px;}
    .group-top-header ul.group-info li.find-a-store > a:before{width:12px;height:15px;left:0;top:14px;background-position:0 0;}
    /*when hover*/
    .group-top-header ul.group-info li.find-a-store:hover > a:before{background-position:-25px 0;}
    /*LOGIN|REGISTER*/
    .group-top-header ul.group-info li.login-link.active{background:#777676;}
    .group-top-header ul.group-info li.login-link.active > a{color:#fff;}
    /*.group-top-header ul.group-info > li.item.logged-in a:hover{color:#2e8ab8!important;}
	.group-top-header ul.group-info > li.item.logged-in:hover a{color:inherit;}*/

    /*CART*/
    .header-minicart,#header-cart.skip-active{display:block!important;}
    .mini-cart-header-link{position: absolute;right: 45px;top: -119px;width:90px;height:38px;}
    .mini-cart-header-link span.label{line-height:47px;}
    .mini-cart-header-link .header-minicart a.skip-cart{padding-left: 37px; position: relative;}
    .mini-cart-header-link .header-minicart a.skip-cart:before{width: 23px;height: 22px;left: 3px;top: 0px;background-position: -25px -17px; position: absolute;}
    /*when hover*/
    .mini-cart-header-link.active{background:#777676;}
    .mini-cart-header-link.active a.skip-cart,.mini-cart-header-link.active .header-minicart .skip-link .label,.mini-cart-header-link.active:hover .header-minicart .skip-link .label{color:#fff!important;}
    .mini-cart-header-link:hover .header-minicart .skip-link .label{color:#000!important;}

    .mini-cart-header-link a.skip-cart:before{content:'';display:block;position:absolute;}
    .mini-cart-header-link:hover a.skip-cart:before{background-position: 0px -17px;}
    .mini-cart-header-link:hover a.skip-cart{color:#000;}
    .mini-cart-header-link.active a.skip-cart:before{background-position: -25px -17px;}
    /*SEARCH*/
    .search-box-link{width:45px;height:51px;margin-left: 0;position: absolute;right: 0px;top: -132px;z-index: 200;}
    .search-box-link a{text-indent:-9999px;display:block;   height: 45px;}
    #header-search-dropdown{display:none;}
    .search-box-link > a:before{width: 23px;height: 23px;left: 11px;top: 25px;background-position: -25px -40px;content:'';position:absolute;}
    /*when hover*/
    .search-box-link.active{background:#777676;}
    .search-box-link:hover > a:before{background-position:0px -40px;}
    .search-box-link.active > a:before{background-position:-25px -40px;}
    /*DROPDOWN*/
    #header-account-dropdown,#header-cart,#header-search-dropdown{position:absolute;top:100%;right:0;background: #fff;padding:20px 16px;/*overflow: visible!important;*/-moz-box-shadow: 0 3px 5px rgba(0,0,0,.35); /* drop shadow */  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.35); /* drop shadow */ box-shadow: 0 3px 5px rgba(0,0,0,.35); /* drop shadow */}
    #header-search-dropdown{padding: 20px 16px 18px;top: 51px;}
    #header-cart.block-cart.skip-content{padding: 17px 20px 20px;}
    /*Account*/
    #header-account-dropdown{width:417px;top: 30px;}
    #header-account-dropdown .login-title{font-size: 31px;text-transform: capitalize;border:0 none;margin: 0 0 5px;font-family: 'arboria_bookbook';padding: 0; text-align: left;}
    #header-account-dropdown .registered-users .buttons-set {border-top:0 none;border-bottom:1px solid #c3c3c3;padding:0 0 20px; margin:15px 0 22px;}
    #header-account-dropdown .registered-users .buttons-set button.button{float:left;}
    #header-account-dropdown .registered-users .buttons-set a.f-left{text-transform:uppercase;padding: 0;margin-top: 13px;color:#777676;text-decoration:underline!important;}
    #header-account-dropdown .registered-users .buttons-set a.f-left:hover{color:#2e8ab8}
    #header-account-dropdown .register-title{font-size: 31px;text-transform:capitalize;}
    #header-account-dropdown .new-users .buttons-set{border:0 none;padding:0 0 10px;}
    #header-account-dropdown .new-users .buttons-set a{-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;width:100%;padding:0;}
    /*Cart*/
    #header-cart{width:433px;z-index: 10;}
    a.skip-cart .icon{display:none;}
    .mini-cart-header-link a.skip-cart .count{position: absolute;top: -3px;left: 17px;border-radius: 50%;width: 16px;height: 16px;text-align: center;line-height: 16px;background:#fff;color:#000;font-size: 12px;}
    .header-fixed .mini-cart-header-link a.skip-cart .count{text-indent:0;}
    .mini-cart-header-link:hover a.skip-cart .count{background:#000; color: #fff;}
    .mini-cart-header-link.active a.skip-cart .count{background: #fff;color: #000;}
    .mini-cart-header-link .count-your-cart{float:left;width:50%;font-size:17px;text-transform:uppercase;}
    .mini-cart-header-link .your-cart{margin:0 0 15px;padding:0 0 15px;border-bottom:1px solid #c3c3c3;overflow: hidden;}
    .mini-cart-header-link .edit-your-cart{float:right;width:50%;text-align:right;font-size:17px;}
    .mini-cart-header-link .edit-your-cart a{text-transform:uppercase;text-decoration:underline;}
    .header-minicart .mini-products-list li {padding:0 0 10px;}
    .header-minicart .mini-products-list .product-details {margin-left: 162px;margin-right: 20px;text-align: left;padding: 3px 0 0; }
    .header-minicart .product-details .product-name{padding:0;margin:0 0 3px;}
    .header-minicart .product-details .product-name a{ font-size: 20px;color: #777676;font-family:'Arboria-Bold'; line-height: 1.2;text-transform: uppercase;}
    .header-minicart .product-details li label:after{content:":";margin-right:5px;}
    .header-minicart .mini-products-list li span{ color: #777676;}
    .header-minicart .product-details li.product-price{  margin:0 0 4px;}
    .header-minicart .product-details li.option-wrapper{ margin-bottom: -5px;}
    .header-minicart .product-details li.qty-wrapper > div{display: inline-block;margin-left: -4px;}
    .header-minicart .product-details .product-name a:hover{color:#0090b9;}
    .header-minicart .product-details .remove-product{text-indent:-9999px;}
    .header-minicart .product-details .remove-product a{position: absolute;content: '';width: 18px;height: 18px;right:0;top:8px;background-position:left -63px;}
    .header-minicart .info-wrapper .product-price th,
    .header-minicart .info-wrapper .product-price td{padding-bottom:5px;}
    .header-minicart .info-wrapper th{color:#000;font-size:17px;text-transform: capitalize;vertical-align:top;  line-height: normal;}
    .header-minicart .info-wrapper td{vertical-align:top;  line-height: normal;}
    .header-minicart .info-wrapper th:after{content:':';}
    .header-minicart .info-wrapper .price{font-size:20px;padding-bottom: 4px;}
    .header-minicart .info-wrapper tr.qty-wrapper th{ }
    .header-minicart .info-wrapper li{clear: none;padding: 0; margin: 0;border: 0;}
    .header-minicart .info-wrapper li:after {display:none;}
    .header-minicart .minicart-actions .checkout-button{-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;font-size: 22px;font-family: "arboria_bookbook";background:#008fb9;width:100%;height:43px;line-height:43px;padding:0;}
    /*Search*/
    #header-search-dropdown{width:417px;}
    #search{height:43px;border:1px solid #838383;padding-right:142px;text-align: left;}
    #search_mini_form .search-button{float:left;min-width:135px;margin:0;padding:0;position: absolute;top: 0;right: 0;}
    /*NAVIGATION*/
    #nav {z-index: 100;}
    .nav-primary{clear:both;max-width: 1360px;margin: 0 auto;}
    .nav-primary li.level0:hover,.nav-primary li.level0.menu-active,
    .nav-primary li.page-include-in-menu:hover{background:#777676;}
    .nav-primary a.level0,.nav-primary li.page-include-in-menu > a{padding:19px 20px 21px 20px;}
    .nav-primary li.level0.packit-logo{background:#fff!important; padding:19px 30px 19px 0;float: left;}
    .nav-primary li.level0.active a.level0{color:#008eaa;}
    .nav-primary li.level0{padding: 0;}
    .nav-primary li.level0:hover a.level0,
    .nav-primary li.level0.menu-active a.level0,
    .nav-primary li.page-include-in-menu:hover > a{color:#fff;}
    .nav-primary a:hover{text-decoration:none;}
    .wrapper-dropdownmenu {border-top:3px solid #777676;background-color: #fff;-moz-box-shadow: 0 3px 5px rgba(0,0,0,.35); -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.35);box-shadow: 0 3px 5px rgba(0,0,0,.35);}
    .menu-products{overflow: hidden;margin: 0 auto;max-width: 1360px;}
    .view-all-products{  max-width: 1280px;margin: 0 auto; text-align: center; padding-top: 20px;}
    .link-to-category-mobile,.cat-product-title-mobile{ display: none;}
    .menu-products .wrapper-cat-product{ float: left; width: 80%;}
    .menu-products .menu-static-block{ float: left; width: 100%;}
    .menu-products .menu-static-block ul{ display: inline-block; width: 33%; padding-right: 1%;  float: left;}
    .menu-products .menu-static-block ul li.red a,
    .menu-products .menu-static-block ul li.red a:hover{ color:#f00;}
    .menu-products .menu-static-block ul li{ margin:  0 0 10px 0;float: left;min-height: inherit; clear: both;}
    .menu-products .menu-static-block ul li a{  font-size: 16px; line-height: 20px;}
    .menu-products .wrapper-featured-product{width:20%;float:right;padding-left:1%;border-left: 1px solid #c3c3c3; text-align: center;}
    .menu-products .featured-product-title{text-align:left;}
    .menu-products .cat-product-title,.menu-products .featured-product-title{font-size:16px;font-family:'Arboria-Bold';color:#777676;margin:0 0 10px; text-align: center;}
    .dropdownmenu-products .dropdownmenu-item {margin:0 0 10px;}
    .dropdownmenu-products .dropdownmenu-item a{font-size:21px;text-transform:uppercase;line-height:21px;}
    .dropdownmenu-featured-products {display: inline-block;}
    .dropdownmenu-featured-products .featured-product-item{float:none;text-align:center;}
    .dropdownmenu-featured-products .featured-product-item .featured-product-name{margin:10px 0 0; padding: 0 15%;}
    .dropdownmenu-featured-products .featured-product-item .featured-product-name a{font-size:16px;text-transform:capitalize;}
    .wrapper-dropdownmenu .view-all-products a{font-size:24px;line-height: 24px;text-transform:uppercase;font-family:'Arboria-Bold';}
    /*.wrapper-dropdownmenu .view-all-products a:after{content: ''; background-position: -25px -63px; width: 13px; height: 19px; margin-left: 17px; display: inline-block;}*/
    /*.wrapper-dropdownmenu .view-all-products a:hover:after{background-position: -81px -63px;}*/
    .nav-primary li.level0 > div { background: #fff;padding:20px 0;position: absolute;left: 0!important;top: 100%;z-index: 10;width: 100%; display: none;}
    .nav-primary li:hover > div{display: block;  cursor: auto;}
    /*HOMEPAGE CONTENT*/
    .block-how-it-works{border-top:1px solid #c8c8c8;border-bottom: 1px solid #c8c8c8;}
    .block-fits-into-your-everyday .container,.block-how-it-works .container{max-width:100%;margin:0 auto;position:relative;}
    .block-how-it-works .container {padding-left: 40px;padding-right: 705px;padding-top: 185px;height: 811px;overflow:hidden;}
    .block-how-it-works h3{font-size:45px;font-family:'Arboria-Bold'; text-transform:uppercase;color:#777676;border:0 none;line-height:50px;margin:0;padding: 10px 0 15px 0;}
    .block-fits-into-your-everyday img.f-left{position:absolute;left:35px;top:20px;}
    /*.block-how-it-works .box-image{width: 584px;height: 693px;position: absolute;right: 64px; top: 80px; visibility: hidden;}*/
    .block-how-it-works .box-image.animationImageDown{left: 178px;top: 0;width: 225px;height:225px;}
    .block-fits-into-your-everyday .animation-image{ }
    .block-how-it-works p{font-size:22px;color:#777676;line-height: normal;line-height: 1.2;}
    .video-html .link-video-html5,
    .block-how-it-works .link-youtube {
        background: url(../images/player.png) no-repeat right top;
        width: auto;
        height: 50px;
        display: inline-block;
        margin-top: 14px;
        background-size: inherit!important;
        padding: 8px 69px 0 1px;
        font-family: 'Arboria-Bold';
        text-transform: uppercase;
        font-size: 28px;
    }
    /*SHOP*/
    .cms-index-index .main article.content-detail > div.block-featured-products{width:100%;text-align:center;padding:0 40px 50px;}
    .block-featured-products h3{font-size:45px;font-weight:normal;display: inline-block;position:relative;margin: 25px 0; color:#777676;font-family:'Arboria-Bold';}
    .block-featured-products ul li{ display: inline-block; margin: 0 5px; vertical-align: top;}
    .block-featured-products ul li a{ display: block; text-transform: uppercase;font-size: 11px; min-width: 90px; max-width: 90px;}
    .block-featured-products ul li a:last-child{ display: block; text-transform: uppercase;font-size: 11px; min-width: 90px; max-width: 90px; line-height: 13px; padding: 0 20px; margin-top: 10px;}
    .block-featured-products ul li:hover a,
    .block-featured-products ul li a:hover{ color: #0090b9; text-decoration: none;}
    .block-featured-products ul li a img{ display: block; margin: 0 auto;}
    .block-featured-products ul li a img.img-hover,
    .block-featured-products ul li:hover a img{ display: none;}
    .block-featured-products ul li:hover a img.img-hover{ display: block;}
    /*.block-featured-products h3:before{content:'';background:url(../images/title-border.gif) repeat-x;width:172px;height:3px;position:absolute;left:-190px;top:50%;}*/
    /*.block-featured-products h3:after{content:'';background:url(../images/title-border.gif) repeat-x;width:172px;height:3px;position:absolute;right:-190px;top:50%;}
	.block-featured-products  .title-collection{font-size:60px;font-family:'Arboria-Bold';margin-top: 60px}
	.block-featured-products .view-collection{-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;font-size: 22px;	background:#777676;width:256px;height:43px;line-height:43px;padding:0;display:block;color:#fff;text-transform:uppercase;margin:0 auto 60px;position:relative;}
	.block-featured-products .view-collection:after{content:'';background-position:-71px -63px;width: 10px;height:16px;position: absolute;right: 13px;top: 12px;}
	.block-featured-products .view-collection:hover{background-color: #0090b9;text-decoration:none;}*/
    .product-quick-view{-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;background-color: #000;-moz-box-shadow: 0 0 5px rgba(0,0,0,.75);-webkit-box-shadow: 0 0 5px rgba(0,0,0,.75);box-shadow: 0 0 5px rgba(0,0,0,.75); width: 175px; position: absolute;top: 24%;left: 50%;margin-left: -87px;height: 43px;line-height: 43px;display:none;}
    .product-quick-view a{color:#ffffff;font-family:'Arboria-Bold';text-transform:uppercase;font-size:25px;text-transform:uppercase;text-decoration: none;}
    .cms-index-index .products-grid{margin:0;}
    .products-grid .product-info {margin:0 0 50px;}
    /*earn-reward-points*/
    .cms-index-index .main article.content-detail > div.earn-reward-points{overflow:hidden;background:#b8b8b8;padding:17px 0;height:115px;}
    .earn-reward-points	> .container{max-width:100%;margin:0 auto;  padding: 0 40px;max-width: 1360px;}
    .earn-reward-points	a{color:#fff;font-size:22px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;background:#777676;width:206px;height:43px;line-height:43px;padding:0 24px;display:block;text-transform:uppercase;position:relative;text-decoration:none!important; text-align: center;}
    /*.earn-reward-points	a:after{content:'';background-position: -71px -63px;width: 10px;height: 16px;*/
    /*position: absolute;right: 13px;top: 12px;}*/
    .earn-reward-points	p{float:left;width:47%;padding-right:10px;font-size:20px;color:#fff;margin-top: 18px; line-height:25px;}
    .earn-reward-points	p + p{width:18%;padding:0;float:right;margin-top:20px;}
    .earn-reward-points	p + p > a{float:right;}
    .earn-reward-points	p + p > a:hover{background: #0090b9;}
    .earn-reward-points h3{font-family:'Arboria-Bold';font-size:30px;color:#fff;width:30%;float:left;margin-right:40px;margin-top: 20px;margin-bottom:0;}
    /*Twitter, Wordpress, Instagram*/
    .cms-index-index .main article.content-detail > div.block-social-wp{overflow:hidden;background:#f1f2f5;padding:40px 0;}
    .block-social-wp >.container{max-width:100%;margin:0 auto;padding:0 20px;max-width: 1360px;}
    .block-social-wp > .container > div {width:33.33%;float:left;padding:0 20px;}
    .block-social-wp > .container .block-press .block-content{ position: relative;margin-top: 47px;}
    .block-social-wp > .container .block-press .block-content .box-image{line-height: 0;}
    .block-social-wp > .container .block-press .block-content .box-image img{ width: 100%; height: auto; }
    .block-social-wp > .container .block-press .block-content .info{ visibility: hidden; position: absolute; background: rgba(0,0,0,0.5); color: #fff; width: 100%; height: 100%; top:0;transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; opacity: 0;}
    .block-social-wp > .container .block-press .block-content:hover .info{ visibility: visible; opacity: 1; }
    .block-social-wp > .container .block-press .block-content .info p{ font-size: 32px; line-height: 42px; font-family: 'arboria_bookbook'; display: table; width: 100%; height: 100%;}
    .block-social-wp > .container .block-press .block-content .info a { display: table-cell; padding: 0 50px 0 30px ;text-align: left; vertical-align: middle; color: #fff;}
    .block-social-wp > .container .block-press .block-content .info a:hover{ text-decoration: none;}
    .block-social-wp h3.title{font-size:27px;font-family:'Arboria-Bold'; color:#777676;}
    .block-social-wp .block-recent-posts h3.title{margin:0 0 46px;}
    .block-social-wp .instagram-url,
    .block-social-wp .tweet-follow{display:block;background:none;margin:0 0 10px;text-transform: uppercase; font-family: 'arboria_bookbook'; font-size: 18px;}
    .block-social-wp .instagram-content{float:left;padding:0 3px 3px 0;width:33.333%;overflow:hidden;}
    .block-social-wp .instagram-content img{display: inline-block;width:100%;height:auto;}
    .block-social-wp .instagram-content a{ display: block; line-height: 0;}
    .block-social-wp .instagram-url:hover, .block-social-wp .tweet-follow:hover{ text-decoration: none;}
    .block-social-wp .tweet-content{margin:0 0 32px;	-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px ;background-color: #fff;-moz-box-shadow: 0 2px 0 #e7e7e7;-webkit-box-shadow: 0 2px 0 #e7e7e7;box-shadow: 0 2px 0 #e7e7e7;padding:15px;position:relative;color:#000;}
    .block-social-wp .tweet-content:after{background-position:-2px -406px;width:22px;height:21px;position:absolute;content:'';bottom:-21px;right:60px;}
    .block-social-wp .tweet-content:nth-child(2):after{background-position:-25px -406px;left:60px;right:auto;}
    .block-social-wp .post-image img{display:inline-block;max-width:100%;height:auto;}
    /*FOOTER*/
    footer{background:#e5e5e5;}
    .footer-top{overflow:hidden;border-bottom:1px solid #c3c3c3;padding:0 0 20px;margin:0 0 10px;}
    .footer-top article{width:25%;float:left;}
    .footer-top a{font-size:17px;text-transform:uppercase;font-family:'Arboria-Bold';color:#777676;}
    .footer-top a:hover{text-decoration:none;color:#0090b9;}
    .footer-top article.block-two{width:18%;}
    .footer-top article.footer-subscribe-ajax{width:32%;}
    .footer-bottom{overflow:hidden;}
    .footer-bottom a{}
    .footer-bottom article{width:60%;float:left;}
    .footer-bottom .footer-copyright{margin-top: 25px; font-size: 18px;}
    .footer-bottom article.footer-social-media{float:right;width:40%;}
    .footer .block-subscribe .block-title{margin: 0 0 20px;}
    .footer .block-subscribe .input-text{padding-right: 137px;padding-left: 50px;}
    .footer-bottom .social-media {float:right;text-align:right;}
    .footer-bottom .social-media li{float:left;margin: 0 0 0 19px;}
    .footer-bottom .social-media li a{display:inline-block;text-align:left;text-indent:-9999px;font-size:0;}
    .footer-bottom .social-media li a:after{content:'';display: block;}
    .footer-bottom .social-media li.facebook a:after{width:15px;height:34px;background-position:-2px -189px;}
    .footer-bottom .social-media li.facebook:hover a:after{background-position:-2px -427px;}
    .footer-bottom .social-media li.twitter a:after{width: 32px;height: 29px;background-position:-24px -196px;margin-top: 4px;}
    .footer-bottom .social-media li.twitter:hover a:after{background-position:-24px -434px;}
    .footer-bottom .social-media li.google-plus a:after{width:37px;height:31px;background-position:-2px -232px;margin-top: 4px;}
    .footer-bottom .social-media li.google-plus:hover a:after{background-position:-2px -470px;}
    .footer-bottom .social-media li.pinterest a:after{width:34px;height:33px;background-position:-42px -231px;margin-top: 2px;}
    .footer-bottom .social-media li.pinterest:hover a:after{background-position:-42px -469px;}
    .footer-bottom .social-media li.youtube a:after{width: 28px;height: 32px;background-position:-2px -269px;margin-top: 2px;}
    .footer-bottom .social-media li.youtube:hover a:after{background-position:-2px -507px;}
    .footer-bottom .social-media li.instagram a:after{width:34px;height:34px;background-position:-35px -267px;margin-top:1px;}
    .footer-bottom .social-media li.instagram:hover a:after{background-position:-35px -505px;}

    /* Footer Sticky For Desktop */
    .main { }
    body > #container{ padding-bottom: 270px;}
    .main > section.container{background:#fff; margin: 0 auto;}
    .main > section.container > div{max-width: 1360px;}
    .main > section.container > div.slideshow-container{max-width: 1500px;}
    footer{position: fixed;width: 100%;min-height: 270px;bottom: 0;}
    html.mobile .main{}
    html.mobile body > #container{padding-bottom: 270px;}
    html.mobile .main > section.container{margin-bottom:0;background-color:none;}
    /*html.mobile footer{*/
    /*position:static;*/
    /*background:none;*/
    /*}*/

    /*FIND A STORE*/
    .cms-find-a-store #main article.content-detail{max-width: 1360px; margin: 0 auto; margin-top: 25px;}
    .cms-find-a-store h4{font-size:22px;text-transform:none;font-weight:normal;line-height: normal;text-align:center;margin:0 0 30px;}
    .cms-page-view .std .comerlogo{clear:both;padding:35px 0;list-style:none;overflow:hidden; margin: 0;}
    .cms-page-view .std .comerlogo li{width:25%;float:left;text-align:center;display:inline-block;vertical-align:middle;margin:0;}
    .cms-page-view .std .comerlogo li img{display:inline; margin: 0;}
    .cms-page-view .section h1{font-size: 62px;text-align:center;margin-bottom: 25px;}
    .col-4-sets {clear:both;padding:20px 0;list-style:none;overflow:hidden;margin-left:-30px;}
    .col-4-sets .col1,.col-4-sets .col2,.col-4-sets .col3,.col-4-sets .col4{width:25%;float:left;list-style:none;margin:0;}
    .col-4-sets li{margin:0!important;list-style:none!important;padding: 0 0 0 30px;}
    .col-4-sets li.item{border-bottom:1px solid #c5c5c5;padding: 0 0 5px;margin: 0 0 15px!important;}
    .col-4-sets li.item:last-child{border:0 none;margin:0;padding:0;}
    .col-4-sets li h5{font-size:23px;text-transform:uppercase;font-weight:normal; font-family: 'arboria_bookbook';  margin-bottom: 7px;}
    .col-4-sets li h6{font-size:18px;text-transform:capitalize;font-weight:normal;font-family:'Arboria-Bold';}
    .cms-page-view .col-4-sets li p{ margin-bottom: 13px;}
    .col-4-sets li a{color:#2e8ab8;}
    /*CATEGORY PAGE*/
    .banner-default{text-align:center; margin: 0 auto;max-width: 1360px;}
    .category-title {text-align:center;margin: 0 0 35px;}
    .content-detail .all-products,.category-title h1{font-size:45px;font-family:'Arboria-Bold';text-transform:uppercase;line-height: 1; padding:0 55px;}
    .main > .container > .content-detail > div.category-description{text-align: center;font-size: 20px;line-height: 1.2; color: #777676; margin: 0 0 47px; padding:0 55px;}
    /*.products-grid{margin:0 -20px;}*/
    .products-grid > li {width:25%;float:left;padding:0 20px;}
    /*Compare page*/
    .catalog-product-compare-index{background:#000;}
    /*PDP PAGE*/
    .product-view .product-shop .product-name .h1,
    .product-view .product-img-box .product-name h1{color:#777676;font-size:30px;font-family:'Arboria-Bold';display: block;}
    .product-view .product-shop .price-box .regular-price .price,
    .product-view .product-shop .price-box .special-price .price,
    .product-view .product-shop .price-box .full-product-price .price{font-size:30px;}
    .product-view .product-shop .price-info{margin: 0 0 15px;}
    .product-view .product-shop .product-name {margin:0 0 5px;}
    .product-view .product-shop.stuck .product-name {margin:35px 0 5px;}
    .product-view .product-options {margin:0 ;}
    .product-view .product-options dt{margin:0 0 25px;}
    .product-view .product-options p.required{display:none;}
    .product-view .product-options .swatch-attr label,
    .product-view .product-options .swatch-attr .select-label {font-size:15px; color:#777676;}
    .product-view .configurable-swatch-list{margin:0;  max-width: 60%;}
    .product-view .configurable-swatch-list li{margin:0 15px 15px 0;}
    .product-view .configurable-swatch-list li.selected .swatch-label:before{ content: '';background: url("../images/icon_sprite.png") -378px -459px; width: 39px; height: 39px; display: block; border-radius:50%;position: absolute; top:0; left: 0; z-index: 999; }
    .product-view .add-to-cart .qty-wrapper{margin:0 0 28px; font-size: 15px;}
    .product-view .add-to-cart .qty-wrapper label{ font-family:'Arboria-Bold';}
    .product-view .add-to-cart .qty-wrapper .qty{width:52px;height:43px;color:#777676; font-size: 19px;}
    .product-view .add-to-cart-buttons{clear:both;width:auto;margin:0px;}
    .product-view .add-to-cart-buttons .button{width: 200px;height: 43px;line-height: 43px;font-size: 22px; padding: 0; margin: 0; background: #0090b9;}
    .product-view .add-to-links{margin-left: 220px;margin-top: -40px;margin-right:0;}
    .rewards-product-view-points .divider{ margin: 0 0 5px 0;}
    .link-to-details{display: block; margin: 0 0 15px 0;}
    .product-view .add-to-links li a.link-wishlist,.link-to-details a{font-size:16px;color:#777676;text-transform:uppercase;padding:0; text-decoration: underline;}
    .product-view .add-to-links  li:hover:before,
    .product-view .add-to-links li a.link-wishlist:hover{color:#0090b9;}
    .product-view .add-to-links  li:before{content:'+';font-size:22px;color:#777676;margin-right:4px;}
    .product-view .product-img-box {width: 780px;float: right;padding:0;}
    .product-description .title-details{font-family:'Arboria-Bold';font-size:43px;text-transform:uppercase; margin-bottom: 35px;padding-right: 130px;}
    .product-description .details{font-size:22px;margin:0 0 20px;line-height: 28px;}
    .product-description .item{ font-size: 20px; margin-bottom: 30px;}
    .description{ margin-bottom: 30px; font-size: 20px;}
    h2.title-details{ font-size: 28px; padding-bottom: 10px; border-bottom: 1px solid #c8c8c8; color:#777676; font-family: 'Arboria-Bold';}
    .label-dimensions, .label-capacity,.label-features{ font-size: 25px; color:#777676;text-transform: uppercase; display: block;font-family: 'Arboria-Bold';}
    .zoomWindowContainer > div{ border: none!important; -webkit-box-shadow: 1px 1px 3px 2px rgba(235,235,235,1);  -moz-box-shadow: 1px 1px 3px 2px rgba(235,235,235,1);box-shadow: 1px 1px 3px 2px rgba(235,235,235,1);}
    .product-block{overflow:hidden;  margin-bottom: 30px;}
    .product-block .how-much{font-size:22px;text-decoration:underline;margin:0 0 64px;}
    .product-block ul.block-content{padding:0 60px;}
    .product-block ul.block-content > li.item{ position: relative; display: inline-block; float: left;  width: 50%;  margin: 0 0 48px;min-height: 139px;}
    .product-block ul.block-content > li.item .item-icon{display:inline-block;width:139px;height:139px;background-position:0 -1112px;position:absolute;left:0;top:0;}
    .product-block ul.block-content > li.item .item-des{float:left;margin:0 0 48px;position:relative;min-height:139px;padding-left:160px;padding-right:40px;}
    .product-block ul.block-content > li.item h3{font-size:27px;font-family: 'arboria_blackblack';  margin-top: -10px; margin-bottom: 15px;}
    .product-block ul.block-content > li.item:nth-child(1):before{background-position:0 -542px;}
    .product-block ul.block-content > li.item:nth-child(2):before{background-position:0 -686px;}
    .product-block ul.block-content > li.item:nth-child(3):before{background-position:0 -828px;}
    .product-block ul.block-content > li.item:nth-child(4):before{background-position:0 -970px;}
    .product-block ul.block-content > li.item:nth-child(5):before{background-position:0 -1112px;}
    /*SHOPPING CART*/
    .checkout-cart-index .checkout-cart-actions > div{width:35.16%;float:left; margin-right: 3.12%; max-width: 450px;}
    .checkout-cart-actions > div.cart-totals-wrapper{width:23.44%;float:right; background: none;max-width: 300px; margin: 0;}
    .cart .cart-totals table td,.cart .cart-totals table tfoot strong{font-size: 20px;line-height: 25px;padding: 5px 0;}
    .cart-totals .checkout-types .btn-checkout {height:64px;line-height:64px;font-size:31px;font-family:'Arboria-Bold'; background:#0090b9;}
    .cart-table{margin:0 0 33px;}
    .cart-table thead th{font-size:27px;background:#f6f6f6;border:0 none;padding: 8px 20px;}
    .cart-table tbody td{border-bottom:1px solid #c3c3c3;padding:10px;vertical-align:middle;}
    .block-fits-into-your-everyday{max-width: 1360px;position: relative;margin: 0 auto;}
    .block-how-it-works .container{max-width: 1360px;position: relative;margin: 0 auto;}
    .how-it-works li:nth-last-child(1){margin-bottom: 20px;}
    html.mobile .block-how-it-works .box-image,
    html.mobile .block-fits-into-your-everyday .animation-image{ visibility:visible!important; }
    html.mobile .block-how-it-works .box-image.animationImageDown{-webkit-transform: translateY(593px);-ms-transform: translateY(593px); transform: translateY(593px);}
    .catalog-product-quickview .product-name h1{ font-size: 40px;}
    .block-related .mini-products-list .product-name > a span{font-size:11px;}
    /*.block-related .mini-products-list .product-name > a span:nth-of-type(1){*/
    /*font-size:18px;*/
    /*}*/
    .catalog-product-view .breadcrumbs-fixed .breadcrumbs ul {
        display: table;
        padding: 0;
        text-align: left;
    }
}

@media (min-width: 1200px){
    .video-html .link-video-html5,
    .block-how-it-works .link-youtube{background-size:100%; white-space: nowrap;}
}

@media (min-width: 1025px) and (max-width:1359px){
    .block-how-it-works .box-image.animationImageDown {left: 178px;top: 40px;width: 150px; height: 126px;}
    .block-how-it-works .box-image.animationImageDown img{ max-width: 100%;}
    .block-how-it-works .container {padding-right: 55%;}
    .block-how-it-works .box-image {height: inherit;width: 45%;}
    .block-how-it-works .box-image img{max-width: 100%;}
}

@media (min-width: 1025px) and (max-width:1050px){
    .block-how-it-works .box-image.animationImageDown { left: 112px; top: 79px;width: 125px;height: 126px;}
}

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
@font-face {
    font-family: 'arboria_blackblack';
    src: url('../fonts/Arboria-Black-webfont.eot');
    src: url('../fonts/Arboria-Black-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Arboria-Black-webfont.woff2') format('woff2'),
    url('../fonts/Arboria-Black-webfont.woff') format('woff'),
    url('../fonts/Arboria-Black-webfont.ttf') format('truetype'),
    url('../fonts/Arboria-Black-webfont.svg#arboria_blackblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*@font-face {*/
/*font-family: 'arboria_boldbold';*/
/*src: url('../fonts/Arboria-Bold-webfont.eot');*/
/*src: url('../fonts/Arboria-Bold-webfont.eot?#iefix') format('embedded-opentype'),*/
/*url('../fonts/Arboria-Bold-webfont.woff2') format('woff2'),*/
/*url('../fonts/Arboria-Bold-webfont.woff') format('woff'),*/
/*url('../fonts/Arboria-Bold-webfont.ttf') format('truetype'),*/
/*url('../fonts/Arboria-Bold-webfont.svg#arboria_boldbold') format('svg');*/
/*font-weight: normal;*/
/*font-style: normal;*/

/*}*/

@font-face {
    font-family: 'arboria_bookbook';
    src: url('../fonts/Arboria-Book-webfont.eot');
    src: url('../fonts/Arboria-Book-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Arboria-Book-webfont.woff2') format('woff2'),
    url('../fonts/Arboria-Book-webfont.woff') format('woff'),
    url('../fonts/Arboria-Book-webfont.ttf') format('truetype'),
    url('../fonts/Arboria-Book-webfont.svg#arboria_bookbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Generated by Fontie - the magic webfont generator <http://fontie.flowyapps.com> */

@font-face {
    font-family:'Arboria-Bold';
    src: url('../fonts/Arboria-Bold_gdi.eot');
    src: url('../fonts/Arboria-Bold_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Arboria-Bold_gdi.woff') format('woff'),
    url('../fonts/Arboria-Bold_gdi.ttf') format('truetype'),
    url('../fonts/Arboria-Bold_gdi.otf') format('opentype'),
    url('../fonts/Arboria-Bold_gdi.svg#Arboria-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB02;
}

/*------Sprint2 - Added by Janice --------*/
.more-views .product-image-custom .item{
    margin-top: 20px;
    line-height: 0;
    display: inline-block;
}
.more-views .product-image-custom .item:first-child,
.more-views .product-image-custom .item:nth-of-type(2){
    float: left;
    width: 380px;
}
.more-views .product-image-custom .item:first-child{
    margin-right: 20px;
}
.more-views .product-image-custom .item img{
    width: 100%;
    height: auto;
}
.content-detail .product-view .product-shop{
    margin-bottom: 50px;
}
.content-detail .product-view .product-essential.not-scroll .product-shop,
.content-detail .product-view .product-essential.not-scroll .product-shop.stuck,
.content-detail .product-view .product-essential.not-scroll .product-shop.stuck-fixed{
    bottom: inherit;
    position: relative;
    float: left;
    width: 460px;
}
.checkout-types a {
    display: block;
    font-size: 19px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
}
.checkout-types a:hover{
    color:#0090b9;
}
.checkout-types a span{
    color: #fff;
    position: relative;
}
.checkout-types a span:before{
    content:'';
    display:inline-block;
    width:18px;
    height:20px;
    position:absolute;
    top:0;
    background: url("../images/icon_sprite.png") -115px -93px;
}
.checkout-types a:hover span:before{
    background: url("../images/icon_sprite.png") -121px -114px;
}

/* My account */
#main .right-content article.content-detail,
.right-content article {
    float: right;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
}
#main > section.container:after,
.customer-account .page-detail:after{
    clear: both;
    content: "";
    display: table;
}
#main > section.container article > div.block-fits-into-your-everyday,
#main > section.container article > div.block-featured-products{
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    max-width: 1360px;
    z-index: 99;
    position: relative;
}
.customer-account .page-detail {
    display: block;
    margin: 0 auto;
    max-width: 1360px;
    padding: 32px 0px;
    width: 100%;
}
.customer-account .left-sidebar {
    clear: left;
    float: left;
    /*margin-right: 80px;*/
    max-width: 250px;
    width: 19.5%;
}
.customer-account .left-sidebar .block-content{
    margin-top: 15px;
}
.customer-account .right-content {
    float: right;
    width: 74.22%;
    max-width: 950px;
}
.customer-account .page-detail .block-title strong{
    font-size: 27px;
    color:#777676;
    font-family:'Arboria-Bold';
    font-weight: normal;
    line-height: 35px;
}
.customer-account .page-detail .block-compare .block-title{
    padding-top: 15px;
}
.customer-account .pager > .count-container{
    width: 100%;
    margin-bottom: 11px;
}
.customer-account .pager .limiter{
    float: right;
    font-size: 17px;
    line-height: 43px;
}
.customer-account .pager .limiter > label{
    float: left;
    text-transform: none;
}
.customer-account .pager .limiter > label:after{
    content: '';
}
.customer-account .pager .limiter .select-style{
    width: 65px;
    margin: 0 5px;
}
.customer-account .pager .limiter .select-style:after{
    right: 5px;
}
.customer-account .pager .limiter select{
    border:1px solid #838383;
    border-radius: 5px;
    padding: 0 5px;
}
.welcome-msg p{
    margin:  0 0 10px 0;
    display: inline-block;
    line-height: 23px;
}
.welcome-msg p.hello{
    margin: 10px 0;
}
p.hello strong{
    font-weight: normal;
    font-family:'Arboria-Bold';
}
.rewardsref_plaxo_link_caption{
    text-decoration: underline;
}
.box-account.my_referrals-urlcode_group {
    margin: 20px 0;
    display: inline-block;
    float: left;
}
.content-detail .product-view .product-img-box {
    min-height: 420px;
}
.content-detail .product-view .product-shop .product-shop-view:after{
    clear: both;
    content: "";
    display: table;
}
.compare-product-ajax-message{
    display:none;
}
#cart-sidebar.mini-products-list .product-details .product-name{
    padding: 0;
}
#cart-sidebar.mini-products-list .btn-remove{
    margin-top: 1px;
}
#cart-sidebar.mini-products-list a.btn-edit,
#cart-sidebar.mini-products-list a.details{
    font-size: 15px;
}
#cart-sidebar.mini-products-list .item-options dd{
    margin: 0;
}
#product_sendtofriend_form input{
    max-width: 450px;
}
#product_sendtofriend_form .fieldset + .fieldset{
    margin-top: 30px;
}
#product_sendtofriend_form .buttons-set{
    border: none;
    max-width: 450px;
}
#product_sendtofriend_form .buttons-set button.button{
    min-width: 220px;
}
#product_sendtofriend_form .btn-remove{
    display: inline;
    font-size: 17px;
    color: #777676;
    font-family: 'arboria_bookbook';
    background-color: transparent ;
    background-image: none;
    text-decoration: underline;
    margin-top: 10px;
}
#product_sendtofriend_form .btn-remove:hover{
    background-color: transparent ;
    background-image: none;
    color: #0090b9;

}
#add_recipient_button{
    margin-right: 10px;
    float: right;
}
.cms-page-view .top-container{
    padding-top: 111px;
    position: relative;
    background: #ffffff;
    z-index: 1;
}
.cms-page-view  #main{
    margin-top: 0;
}
.cms-page-view.cms-q-and-a #main,
.cms-page-view.cms-retailer #main,
.cms-page-view.cms-customer-help #main,
.cms-page-view.cms-find-a-store #main{
    margin-top: 111px;
}
.product-shop-view .add-to-cart.quickview-cart .btn-cart.quickview-add-to-cart.out-of-stock {
    cursor: not-allowed;
    opacity: 0.6;
}
.product-view .product-shop-view .add-to-cart.quickview-cart .btn-cart.quickview-add-to-cart::after {
    background: none transparent;
}
.product-view .product-shop-view .add-to-cart.quickview-cart .btn-cart.quickview-add-to-cart {
    text-decoration: none;
}

/* Quickview desktop */
@media (min-width: 768px) and (max-width: 1024px){
    .product-quickview-popup.product-view .product-shop .product-name .h1{
        font-size:39px;
    }
    .product-quickview-popup.product-view .product-shop .price-box .regular-price .price{
        font-size: 27px;
    }
    .product-quickview-popup.product-view .add-to-cart .qty-wrapper label,
    .product-quickview-popup.product-view .product-options .swatch-attr label,
    .product-quickview-popup.product-view .product-options .swatch-attr .select-label{
        font-size: 17px;
    }
    .product-quickview-popup.product-view .swatch-link.has-image,
    .product-quickview-popup.product-view .swatch-link.has-image .swatch-label,
    .product-quickview-popup.product-view .swatch-link.has-image img{
        width: 39px!important;
        height: 39px!important;
    }
    .product-quickview-popup.product-view .configurable-swatch-list li.selected .swatch-label:before {
        background: url("../images/icon_sprite.png") -378px -459px;
        width: 39px;
        height: 39px;
    }
    .product-quickview-popup.product-view .product-shop .product-name{
        margin: 13px 0 9px;
    }
    .product-quickview-popup.product-view .product-view .product-shop .price-info{
        margin: 0 0 12px;
    }
    .product-quickview-popup.product-view .product-options dt{
        margin: 0 0 24px;
    }
    .product-quickview-popup.product-view .add-to-cart-buttons .button {
        width: 302px;
        height: 64px;
        line-height: 64px;
        font-size: 31px;
    }
    .product-quickview-popup.product-view .add-to-cart-wrapper{
        margin: 15px 0 0 0;
    }
    .product-quickview-popup.product-view .product-img-box{
        width: 400px;
    }
    .product-quickview-popup.product-view .configurable-swatch-list li {
        margin: 0 18px 18px 0;
    }
    .product-quickview-popup.product-view  .configurable-swatch-list li:nth-child(7n){
        margin: 0 0 18px 0;
    }
    .product-quickview-popup.product-view .configurable-swatch-list{
        max-width: inherit;
    }
    .product-quickview-popup.product-view  .add-to-cart .qty-wrapper {
        margin: 0 0 28px;
    }
    .product-quickview-popup.product-view  .add-to-cart .qty-wrapper .qty {
        width: 52px;
        height: 43px;
        color: #777676;
        font-size: 19px;
    }

}
@media (min-width: 1025px) and (max-width: 1279px){
    .catalog-product-view .breadcrumbs-fixed .breadcrumbs ul {
        padding: 0 30px;
    }
    .content-detail .product-view .product-essential form .product-shop.stuck {
        padding: 0 30px !important;
    }
}
@media (min-width: 1280px) and (max-width: 1340px){
    .main .content-detail .product-view .product-essential form .product-shop.stuck {
        left: 30px;
    }
    .catalog-product-view .breadcrumbs-fixed .breadcrumbs {
        padding: 8px 30px;
    }
}
/* Desktop small screen version */
@media (min-width: 1025px) and (max-width: 1367px){
    #wishlist-table td.customer-wishlist-item-cart .button{
        min-width: inherit;
    }
    #wishlist-table.clean-table td{
        padding: 10px 5px;
    }
    #wishlist-table.clean-table td:first-child{
        padding: 10px 0;
    }
    #wishlist-table .product-information .product-image{
        margin: 0 0 10px 0;
    }
    #wishlist-table textarea{
        font-size: 13px;
        padding: 5px;
        max-width: 212px;
    }
    #wishlist-table td.customer-wishlist-item-cart .button{
        font-size: 15px;
        height: 36px;
        line-height: 36px;
    }
    header .top-header, footer > section, .breadcrumbs ul, #main article.content-detail,
    .content-detail .product-view .product-essential form .product-shop.stuck,
    .is-blog #main .container{
        max-width: 1280px;
        padding: 0 30px;
    }
    .content-detail .product-view .product-essential form .product-shop.stuck {
        padding: 0;
    }
    .is-blog #main .container{
        padding: 0;
    }
    header .top-header{
        max-width: inherit;
    }
    .block-fits-into-your-everyday, #main > section.container article > div.block-fits-into-your-everyday, #main > section.container article > div.block-featured-products,.is-blog .container .page-detail{
        max-width: 1280px!important;
    }
    header .top-header,.main-header,#main{
        padding: 0 30px;
    }
    .product-view .product-img-box{
        width: 730px;
    }
    .product-view .sharing-links{
        right: -5px;
    }
    .more-views .product-image-custom .item:first-child, .more-views .product-image-custom .item:nth-of-type(2){
        width: 355px;
    }
    .video-html .link-video-html5,
    .block-how-it-works .link-youtube{
        font-size: 26px;
        white-space: nowrap;
    }
    .group-top-header ul.group-info > li.item,
    .group-top-header ul.group-info > li.item a{
        white-space: nowrap;
    }
    .shipping .form-list .shipping-postcode{
        width: 170px;
    }
    .cartSlider .sliderRail{
        width: 295px;
    }
    .nav-primary a.level0,
    .nav-primary li.page-include-in-menu a{
        font-size: 17px;
    }
    .nav-primary a.level0, .nav-primary li.page-include-in-menu > a{
        padding: 19px 19px 21px 19px;
    }
    .block-featured-products ul li{
        margin: 0;
    }
    .menu-products{
        padding: 0 20px;
    }
    .catalog-product-view #main article.content-detail,
    .main > .container > .content-detail{
        padding: 0!important;
    }
    .contacts-index-index .contact-us-page{
        margin-bottom: 40px;
    }
    .cms-page-view .top-container{
        padding-left: 30px;
        padding-right: 30px;
    }
    .customer-account .page-detail{
        padding: 32px 0;
    }
}

/* Tablet version */
@media (min-width: 768px) and (max-width: 1024px) {
    .product-view .add-to-cart-wrapper .add-to-links a.link-wishlist:after,.product-view .add-to-cart-wrapper .product-view-points .no_points_to_spend a:after {background: none transparent;}
    .content-detail .product-view .product-essential.not-scroll .product-shop,
    .content-detail .product-view .product-essential.not-scroll .product-shop.stuck,
    .content-detail .product-view .product-essential.not-scroll .product-shop.stuck-fixed{
        width: 290px;
    }
    .more-views .product-image-custom .item{
        margin-top: 10px;
    }
    .more-views .product-image-custom .item:first-child{
        margin-right: 10px;
    }
    .more-views .product-image-custom .item:first-child,
    .more-views .product-image-custom .item:nth-of-type(2){
        width: 214px;
        height: auto;
    }
    .block-content #block-related li.item {
        clear: none;
        float: left;
        margin: 0 9px 9px 0;
        width: 84px;
    }
    .block-related .block-title h2{
        font-size: 20px;
        line-height: 20px;
    }
    .block-related .mini-products-list .product-name > a{
        font-size: 10px;
        line-height: 12px;
        /*min-height: 46px;
        max-height: 46px;
        overflow: hidden;*/
    }
    .block-related .mini-products-list .product-name{
        margin: 0;
        padding: 5px 0 0;
    }
    .block-related .product-details .price-box .price{
        font-size: 11px!important;
    }
    .catalog-product-view #main article.content-detail{
        overflow: hidden;
    }
    .product-view .sharing-links{
        right: 0px;
    }
    .product-view .sharing-links li{
        padding: 0 4px;
    }
    .product-view .sharing-links a.link-facebook {
        background-position: 1px -1459px;
    }
    .product-view .sharing-links a.link-twitter {
        background-position: 1px -1482px;
    }
    .product-view .sharing-links li.pinterest a {
        background-position: 1px -1508px;
    }
    .product-view .sharing-links a.link-email-friend {
        background-position: 0px -1531px;
    }
    .product-view .sharing-links a.link-facebook:hover {
        background-position: -28px -1459px;
    }
    .product-view .sharing-links a.link-twitter:hover {
        background-position: -27px -1482px;
    }
    .product-view .sharing-links li.pinterest a:hover {
        background-position: -27px -1508px;
    }
    .product-view .sharing-links a.link-email-friend:hover {
        background-position: -29px -1531px;
    }
    .fancybox-type-iframe .fancybox-close{
        background-size: contain;
        width: 25px;
    }
    /* Shopping Cart */
    .cart .page-title h1 {
        font-size: 35px;
        padding: 25px 0;
    }
    .cart-table thead th{
        font-size:20px;
    }
    .cart-table h2,.cart-table td a.edit-link{
        font-size: 15px;
    }
    .cart-table td a.edit-link{
        margin: 0;
    }
    .cart-table .product-cart-actions .qty{
        margin-bottom: 10px;
        font-size: 14px;
        height: 33px;
        width: 43px;
    }
    .cart-table .item-options{
        font-size: 14px;
    }
    .cart-forms .account-login .form-list > li{
        margin-bottom: 10px;
    }
    .cart-forms .account-login p{
        line-height: 18px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .cart-forms .account-login .col2-set a{
        line-height: 35px;
        font-size: 10px;
    }
    .cart-forms .account-login button{
        min-width: 100px;
        padding: 0 20px;
    }
    .cart-forms .account-login input{
        height: 35px;
        font-size: 15px;
        padding: 0 7px;
    }
    .cart-forms .discount .box-content label{
        margin: 0;
        font-size: 13px;
    }
    .checkout-cart-index .checkout-cart-actions .checkout-cart-shipping .shipping,
    .cart-forms .discount,
    .cart-forms .giftcard,
    .cart-forms .shipping{
        padding: 12px 10px;
        float: left;
    }
    .shipping h2, .cart-forms .rewards-box-spend-minicart h2{
        font-size: 16px;
        margin: 0 0 10px;
    }
    .shipping .form-list .shipping-postcode{
        width: 100%;
    }
    .shipping .buttons-set {
        bottom: 0;
        margin: 10px 0 0;
        padding: 0;
        right: 0;
        position: relative;
        clear: both;
        width: 100%;
    }
    .shipping #co-shipping-method-form .buttons-set {
        margin-top: 2px;
    }
    .shipping .buttons-set .button2{
        height: 35px;
        line-height: 35px;
        font-size: 18px;
        width: 100%;
    }
    .shipping #co-shipping-method-form .buttons-set .button{
        font-size: 18px;
        width: 100%;
        max-width: 100%;
    }
    .shipping .buttons-set .button2 span, .shipping .buttons-set .button2 span span{
        line-height: 35px;
        height: 35px;
    }
    .shipping .form-list .shipping-postcode input {
        height: 35px;
        line-height: 35px;
        padding: 0 7px;
        font-size: 15px;
    }
    .shipping #co-shipping-method-form .sp-methods dd label {
        min-width: inherit;
        width: 100%;
        height: 25px;
        line-height: 25px;
    }
    .shipping .buttons-set.estimate{
        position: relative;
        margin-top: 10px;
    }
    .checkout-cart-actions > div {
        width:32%;
        float:left;
        margin-right: 2%;
    }
    .checkout-cart-actions > div.cart-totals-wrapper{
        width:32%;
        float:right;
        margin: 0;
    }
    .cart-totals .checkout-types .btn-checkout {
        height:50px;
        line-height:50px;
        font-size:22px;
        font-family:'Arboria-Bold';
        background:#0090b9;
        margin-bottom: 15px;
    }
    .cart-table th,
    .cart-table td,
    .cart-table tbody td{
        vertical-align: middle;
    }
    .cart-table tr{
        border-bottom: 1px solid silver;
    }
    .cart .cart-totals table tfoot td {
        font-size: 17px;
        padding: 10px 0;
    }
    .price.points-amount {
        display: block;
        min-width: 100px;
    }
    .method-checkout-cart-methods-fire a{
        font-size: 17px;
    }
    .products-grid .product-name a span{
        height: 18px;
    }
    .crosssell h2.product-name-crosssell{
        clear: both;
        display: block;
        font-size: 15px;
        line-height: 18px;
        overflow: hidden;
    }
    .crosssell h2.product-name-crosssell span{
        height: 18px;
    }
    .products-grid .product-image img{
        width: 100%;
        height: auto;
    }
    .crosssell h2.title-crosssell{
        font-size: 33px;
    }

    /* My account */
    .customer-account .page-detail{
        margin: 0 auto;
        max-width: 768px;
        padding: 20px;
    }
    .customer-account .left-sidebar {
        margin-right: 20px;
        width: 200px;
    }
    .customer-account .right-content{
        width: 500px;
    }
    .page-title h1, .page-title h2,
    .cms-page-view .page-title h1{
        font-size: 35px;
        padding-top: 0 ;
    }
    .customer-account .page-title h1,
    body.awrma-guest-rma-view .title-buttons h1{
        font-size: 20px;
    }
    body.customer-account #awrma-items-ordered-table.data-table tbody td h3,
    .data-table {
        font-size: 14px;
        width: 100%;
    }
    .customer-account .page-detail .block-title strong,
    .dashboard .mypoints-summary .box-head h2,
    .dashboard .box-head h2{
        font-size: 20px;
    }
    .customer-account .pager .limiter,.pager .amount,.pages a, .pages .current{
        font-size: 15px;
    }
    .pager-no-toolbar ~ .pager-no-toolbar {
        margin-top: 17px;
    }
    .block-account li, .block-cms-menu li {
        font-size: 15px;
        margin: 3px 0;
    }
    .my-account .addresses-list .addresses-primary h3 {
        margin-top: 20px;
        padding-bottom: 5px;
    }
    .dashboard {
        font-size: 15px;
    }
    .dashboard.referrals table td{
        vertical-align: top;
    }
    .dashboard.referrals .rewardsref_plaxo_link_caption {
        display: inline-block;
        margin: 0 0 20px;
        width: 100%;
    }
    .dashboard.referrals  .box-account{
        display: inline-block;
        margin: 0;
    }
    .dashboard.referrals .my_referrals-urlcode_group .urlcode-checkbox{
        margin-bottom: 10px;
    }
    .dashboard .col2-set .col-1 .box-title h2,
    .dashboard .col2-set .col-1 .box-title h3,
    .dashboard .col2-set .col-2 .box-title h2,
    .dashboard .col2-set .col-2 .box-title h3,
    .dashboard .col2-set .col-1 .box-title a,
    .dashboard .col2-set .col-2 .box-title a{
        font-size: 15px;
    }
    .data-table td, .data-table th {
        padding: 6px;
    }
    body.customer-account .data-table .separator{
        padding: 0;
    }
    body.customer-account .data-table span.nobr{
        min-width: inherit;
    }
    body.customer-account .data-table th span.nobr{
        min-width: 80px;
    }
    body.customer-account .data-table td a{
        font-size: 14px;
    }
    #wishlist-table.clean-table thead th{
        font-size: 15px;
    }
    #wishlist-table td.customer-wishlist-item-cart .button{
        min-width: inherit;
    }
    #wishlist-table .item-manage .button{
        min-width: inherit;
        font-size: 10px;
        padding: 0 6px;
    }
    #wishlist-table.clean-table td{
        padding: 10px 5px;
    }
    #wishlist-table.clean-table td:first-child{
        padding: 10px 0;
    }
    #wishlist-table .product-information .product-image img{
        max-width: 100px;
        height: auto;
    }
    #wishlist-table .product-information .product-image{
        margin: 0 0 10px 0;
    }
    #wishlist-table .information{
        width: 100%;
        padding: 0;
        clear: both;
        margin: 0;
    }
    #wishlist-table .product-information{
        width: 100%;
        padding: 0;
    }
    #wishlist-table .product-name,
    #wishlist-table.clean-table{
        font-size: 13px;
        line-height: 15px;
    }
    #wishlist-table .price-box .price{
        font-size: 15px;
    }
    #wishlist-table textarea{
        font-size: 13px;
        padding: 5px;
    }
    #wishlist-table td.customer-wishlist-item-cart .button{
        font-size: 15px;
        height: 36px;
        line-height: 36px;
    }
    body.awrma-guest-rma-new #awrma-new-form .form-list .fields .field,
    body.awrma-guest-rma-new #awrma-new-form .form-list .fields .field:last-child,
    body.customer-account #awrma-new-form .form-list .fields .field:last-child,
    body.awrma-guest-rma-new #awrma-new-form .form-list > li.reason_id{
        margin: 20px 0 0 0;
        max-width: 100%;
    }
    body.awrma-guest-rma-new #awrma-new-form .form-list > li.reason_id{
        margin-bottom: 30px;
    }
    body.customer-account #awrma-new-form .form-list .fields .field,
    body.customer-account #awrma-new-form .form-list textarea,
    body.customer-account #awrma-new-form .form-list > li.reason_id{
        max-width: 100%;
    }
    body.customer-account .awrma-account .fieldset h3{
        font-size: 17px;
    }
    body.customer-account #awrma-new-form .form-list > li.order-infor .input-box{
        width: 420px;
        float: right;
    }
    body.customer-account #awrma-new-form .buttons-set p.required {
        line-height: 32px;
    }
    body.customer-account #awrma-items-ordered-table.data-table tbody td input{
        width: 85px;
    }
    body.customer-account .title-buttons a, body.customer-account .title-buttons span.separator {
        display: block;
        float: left;
        text-align: left;
        top:inherit;
        margin-bottom: 10px;
    }
    body.awrma-guest-rma-view .title-buttons .links-title{
        top:-22px;
    }
    body.customer-account .title-buttons span.separator{
        padding: 0 7px;
    }
    body.customer-account .fieldset h2,
    body.customer-account .addresses-list h2,
    body.customer-account .order-details h2,
    .order-info dt, body.awrma-guest-rma-view .fieldset h2,
    body.awrma-guest-rma-view h4,
    body.awrma-customer-rma-view.customer-account h4{
        font-size: 20px;
    }
    h2.product-name, h3.product-name, h4.product-name, h5.product-name, p.product-name,.item-points-block,
    body.awrma-guest-rma-view .fieldset .form-list .field{
        font-size: 14px;
    }
    body.awrma-customer-rma-view.customer-account .fieldset .form-list .field{
        width: 50%;
        margin: 0;
        font-size: 14px;
    }
    body.awrma-customer-rma-view.customer-account .fieldset .form-list .field:first-child{
        padding-right: 10px;
    }
    body.awrma-customer-rma-view.customer-account .fieldset .form-list.two-cols .field{
        width: 100%;
        padding: 0;
    }
    body.awrma-customer-rma-view.customer-account .fieldset{
        margin-bottom: 20px;
    }
    ul.awrma-comments-list{
        font-size: 14px;
    }
    body.awrma-guest-rma-index #main article.content-detail,
    body.awrma-guest-rma-new #main article.content-detail,
    body.awrma-guest-rma-view #main article.content-detail{
        max-width: 768px;
        padding: 0 20px;
        margin: 0 auto;
    }
    .awrma-guest-rma-index #awrma-new-form .fields .field{
        width: 100%;
        clear: both;
    }
    .awrma-guest-rma-new h2.legend{
        font-size: 20px;
    }
    body.awrma-guest-rma-new #awrma-items-ordered-table.data-table tbody td h3{
        font-size: 14px;
    }
    body.customer-account .buttons-set .back-link{
        line-height: 38px;
    }
    body.customer-account .buttons-set a,
    .buttons-set .back-link a{
        font-size: 20px;
        padding: 0;
    }
    .block .actions .button{
        float: left;
    }
    .order-info{
        clear: both;
        font-size: 15px;
    }
    .order-info-box {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .order-info-box,
    .order-info-box .box-title h2{
        font-size: 15px;
    }
    .col2-set .col-1.new-users {
        margin-right: 14px;
        max-width: 345px;
    }
    .customer-account-login #main p {
        margin-bottom: 27px;
    }
    .col2-set .col-2.registered-users{
        max-width: 368px;
    }
    .cms-page-view .page-title{
        padding: 0;
    }
    .checkout-onepage-success .chechout-purchase-share .page-title h1{
        font-size: 20px;
    }
    .chechout-purchase-share .products-grid .item .rewardssocial-purchased-product a img{
        min-width: inherit;
    }
    .chechout-purchase-share .products-grid .item .actions h2.product-name a{
        font-size: 17px;
    }
    .chechout-purchase-share .products-grid .item .actions h2.product-name{
        margin-bottom: 10px;
    }
    .checkout-onepage-success .content-detail .rewardssocial-widgets{
        margin: 0 0 5px 0;
    }
    .cms-page-view .std h2, .cms-no-route .std h2{
        font-size: 16px;
        margin: 0 auto 20px;
        padding: 0;
    }
    .cms-page-view .cms-about-magento-demo-store .std h2{
        max-width: 520px;
    }
    .cms-page-view .std img, .cms-no-route .std img{
        margin-bottom: 20px;
    }
    .cms-page-view .std p, .cms-no-route .std p{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .cms-page-view .top-container{
        padding-top: 81px;
    }
    .cms-page-view.cms-q-and-a #main,
    .cms-page-view.cms-retailer #main,
    .cms-page-view.cms-customer-help #main,
    .cms-page-view.cms-find-a-store #main{
        margin-top: 81px;
    }
    .accordion_heading{
        font-size:14px;
    }
/*
    #main > section.container article > div.block-fits-into-your-everyday {
        display: none;
    }
    */
}

/* Mobile version */
@media (max-width: 767px) {
    .product-view .add-to-cart-wrapper .product-view-points .no_points_to_spend {
        display: inline-block;
        font-size: 13px;
        line-height: 16px;
    }
    .content-detail .product-view .add-to-cart-wrapper .product-view-points .no_points_to_spend a {
        font-size: 13px;
        padding: 0;
        margin: 0;
    }
    .content-detail .product-view .product-essential.not-scroll .product-shop,
    .content-detail .product-view .product-essential.not-scroll .product-shop.stuck,
    .content-detail .product-view .product-essential.not-scroll .product-shop.stuck-fixed{
        width: auto;
    }
    .catalog-product-view .breadcrumbs-fixed {
        padding: 0;
        position: inherit;
    }
    .catalog-product-view #main article.content-detail {
        margin-top: 0;
    }
    .block.block-list.block-compare{
        display: none;
    }
    .content-detail .product-view .product-essential form .product-shop.stuck{
        bottom:auto!important;
        top:inherit;
    }
    .content-detail .product-view .product-img-box {
        min-height: inherit;
    }
    .products-grid .product-name,
    .products-list .product-name {
        font-size: 10px;
    }
    .products-grid .product-name a{
        line-height: 12px;
    }
    .products-grid .product-name a span{
        height: 12px;
    }
    .more-views .product-image-custom .item{
        width: 100%;
        margin: 3% 0 0 0;
        padding: 0;
    }
    .block-how-it-works {
        padding-bottom: 20px;
    }
    .nav-primary li.level0.active a.level0,.nav-primary li.page-include-in-menu.active > a {color: #008eaa;}
    .more-views-double .product-image-custom{
        opacity:1!important;
    }
    .more-views .product-image-custom .item:first-child,
    .more-views .product-image-custom .item:nth-of-type(2){
        width: 48.5%;
    }
    .more-views .product-image-custom .item:first-child{
        margin-right: 3%;
    }
    .product-view .product-shop .product-name .h1, .product-view .product-img-box .product-name h1{
        font-size: 23px;
        line-height: 23px;
        padding-top: 12px;
    }
    .nav-primary li.level0 .wrapper-dropdownmenu ul li.item a {
        display: inline-block;
        padding: 5px 0;
    }
    .product-img-box .product-image img{
        max-height: 174px;
        min-height: 174px;
        width: auto;
        margin: 0 auto;
    }
    .product-img-box .product-image .product-image-gallery{
        margin-bottom: 15px;
    }
    .product-img-box .product-image .product-image-gallery img{
        max-height: inherit;
        max-width: inherit;
        width: 100%;
        height: auto;
    }
    .product-view .product-shop .price-box .regular-price .price,
    .product-view .product-shop .price-box .special-price .price,
    .product-view .product-shop .price-box .full-product-price .price{
        font-size: 20px;
    }
    .product-view .product-options .swatch-attr label,
    .product-view .product-options .swatch-attr .select-label,
    .product-view .add-to-cart .qty-wrapper label{
        font-size: 14px;
    }
    .product-view .configurable-swatch-list li {
        margin: 0 10px 10px 0;
        position: relative;
    }
    .product-view .configurable-swatch-list li:nth-child(8n){
        margin: 0 0 10px 0;
    }
    .catalog-product-quickview .configurable-swatch-list li:nth-child(8n){
        margin: 0 10px 10px 0;

    }
    .swatch-link.has-image,
    .swatch-link.has-image .swatch-label,
    .swatch-link.has-image img{
        width: 28px!important;
        height: 28px!important;
    }
    .product-view .configurable-swatch-list li.selected .swatch-label:before{
        content: '';
        background: url("../images/icon_sprite.png") -383px -488px ;
        width: 30px;
        height: 30px;
        display: block;
        border-radius:50%;
        position: absolute;
        top:0;
        left: 0;
        z-index: 999;
    }
    .product-view .product-options{
        margin: 0;
        color: #777676;
    }
    .link-to-details{
        margin: 5px 0 0 0;
        display: inline-block;
        width: 100%;
    }
    .link-to-details a{
        text-transform: uppercase;
        text-decoration: underline;
    }
    .product-view .product-options .swatch-attr{
        margin-bottom: 13px;
    }
    .product-view .product-options dl.last dd.last{
        padding: 0;
    }
    .product-view .add-to-cart .qty-wrapper{
        margin: 0 0 13px;
    }
    .product-view .add-to-cart-buttons{
        width: 100%;
        margin: 0;
    }
    .product-view .add-to-cart-buttons .button{
        font-size: 18px;
        line-height: 42px;
        height: 42px;
        width: 100%;
    }
    .product-view .sharing-links{
        display: none;
    }
    .product-view .add-to-links{
        clear: both;
        width: 100%;
        margin: 5px 0 ;
    }
    .product-view .add-to-links li{
        float: none;
        display: block;
        width: 100%;
    }
    .product-view .add-to-links li a.link-wishlist{
        font-size: 15px;
        text-decoration: underline;
    }
    .product-view .add-to-links li::before{
        font-size: 20px;
    }
    .product-img-box .product-name{
        display: block;
    }
    .product-view.product-quickview-popup .product-img-box .product-name,
    .product-view .product-shop .product-shop-view > .product-name{
        display: none;
    }
    .product-view.product-quickview-popup .product-shop .product-name{
        display: block;
    }
    .product-view.product-quickview-popup .configurable-swatch-list{
        max-width:280px;
    }
    .product-view .add-to-cart-wrapper{
        text-decoration: none;
    }
    .product-view.product-quickview-popup .add-to-cart-wrapper{
        margin-top:15px;
    }
    .product-description .title-details{
        font-size:24px;
        margin-bottom: 6px;
    }
    .product-description .details,
    .product-description p{
        font-size:14px;
        margin:0 0 15px;
        line-height: 17px;
    }
    .product-dimensions {
        margin: 0 0 6px 0;
    }
    .description{
        margin-bottom: 15px;
    }
    .product-details-info h2{
        font-size: 23px;
        line-height: 23px;
        font-family: 'Arboria-Bold';
        color: #777676;
    }
    .label-dimensions, .label-capacity,.label-features,.how-it-works h2{
        font-size: 15px;
        text-transform: uppercase;
        display: block;
        line-height: 23px;
        font-family: 'Arboria-Bold';
        color: #777676;
        margin-bottom: 5px;
    }
    .how-it-works p{
        font-size: 13px;
    }
    .product-view-points td{
        font-size: 13px;
        line-height:16px;
        text-transform: none;
    }
    .rewards-product-view-points .divider{
        margin: 0px 0 5px 0;
    }
    .product-options-bottom{
        margin: 0;
    }
    .product-block ul.block-content.show{
        padding: 0;
        margin-bottom: 2px;
    }
    .product-block ul.block-content > li.item h3{
        font-size: 18px;
        margin-top: -5px;
        margin-bottom: 5px;
    }
    .product-block ul.block-content > li.item p{
        line-height: 18px;
    }
    .product-block ul.block-content > li.item {
        float: left;
        margin: 0 0 25px;
        min-height: inherit;
        padding-left: 72px;
        padding-right: 10px;
        position: relative;
        width: 100%;
    }
    .product-block ul.block-content > li.item .item-icon {
        height: 62px;
        left: 0;
        top: 0;
        width: 62px;
    }
    .product-block ul.block-content > li.item .item-icon img{
        width: 100%;
        height: auto;
    }
    .block-related .block-title{
        margin: 0 0 10px 0;
        padding: 0 0 12px;
    }
    .block-related .block-title h2{
        font-size: 23px;
        line-height: 23px;
    }
    .block-related .mini-products-list .product-name > a{
        font-size: 10px;
        line-height: 12px;
    }
    .block-related .product-details .price-box .price{
        font-size: 11px!important;
    }
    .block-related .mini-products-list .product-details .product-name {
        margin: 0 0 0px !important;
        /*max-height: 39px;
        min-height: 39px;
        overflow: hidden;*/
        padding-top: 5px;
    }
    .product-block .how-much{
        margin:  0 0 12px 0;
    }
    .more-views{
        margin-top: 4px;
        margin-bottom: 19px;
        display: block;
        float: left;
    }
    .product-view.product-quickview-popup .more-views,
    .product-img-box .more-views{
        display:none;
    }
    .content-detail .product-view .product-shop .scroll-view .more-views{
        display: block;
    }
    .product-view .product-description,
    .details .how-it-works{
        width: 100%;
        margin: 0 0 20px 0;
    }
    .how-it-works h3{
        font-size: 15px;
    }

    /* Shopping Cart */
    .cart-table{
        position: relative;
        margin: 0 0 15px;
    }
    .cart .page-title h1{
        font-size: 24px;
        padding: 15px 0 5px;
    }
    .cart-table colgroup, .cart-table thead {
        display: none;
    }
    .cart-table tbody td{
        padding: 0;
        vertical-align: top;
        border: none;
    }
    .cart-table .product-cart-image {
        float: left;
        padding: 15px 0 0 0 ;
        width: 90px;
        min-height: 125px;
        max-height: 125px;
        margin: 0 10px 0 0;
    }
    .cart-table .product-cart-info {
        float: right;
        max-height: inherit !important;
        padding: 15px 0 0 0 ;
        width: 175px;
        min-height: 125px;
    }
    .cart-table h2{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .cart-table .item-options,
    .item-points-block,
    .price-box .price, .price{
        font-size: 14px;
    }
    .cart-table td[data-rwd-label] {
        clear: right;
        float: left;
        line-height: 30px;
        margin: 0;
        padding: 0 0 9px;
        width: 25%;
        text-align: left;
    }
    .cart-table td.last[data-rwd-label] {
        float: left;
        text-align: left;
        width: 50%;
    }
    .cart-table td[data-rwd-label].product-cart-actions{
        text-align: center;
    }
    .cart-table td[data-rwd-label].product-cart-total{
        text-align: right;
    }
    .cart-table .product-cart-actions .button.btn-update{
        font-size: 13px;
        height: 28px;
        line-height: 28px;
        min-width: 65px;
        padding: 0 5px;
    }
    .cart-table .product-cart-actions .qty{
        height: 32px;
        width: 38px;
        font-size: 13px;
        margin-bottom: 5px;
    }
    .cart-table td.product-cart-remove.last{
        position: relative;
        right: 0;
        top: -4px;
    }
    .cart-table td.product-cart-remove.last .btn-remove.btn-remove2{
        top:17px;
        right: -5px;
    }
    .cart-table td.product-cart-remove.last a.edit-link{
        top:135px;
        font-size: 14px;
        clear: both;
        display: block;
        float: right;
        position: absolute;
        right: -10px;
    }
    .cart .cart-totals table{
        margin-bottom: 10px;
    }
    .cart .cart-table tr {
        border-bottom: 1px solid silver;
    }
    .cart .cart-totals table td{
        width: 50%;
        padding: 0;
    }
    .cart .cart-totals table td,
    .cart .cart-totals table tfoot strong{
        font-size: 16px;
        line-height: 22px;
    }
    .cart .cart-totals table tbody tr:last-child td{
        padding: 0 0 10px 0;
    }
    .cart .cart-totals table tfoot td{
        padding: 5px 0 0 0;
    }
    .cart-totals .checkout-types .btn-checkout {
        font-size: 18px;
        height: 42px;
        line-height: 42px;
        margin-bottom: 15px;
    }
    .method-checkout-cart-methods-fire a{
        font-size: 14px;
    }
    .checkout-cart-actions .checkout-cart-shipping,
    .checkout-cart-actions .cart-forms,
    .checkout-cart-actions .cart-totals-wrapper {
        float: left;
        width: 100%;
    }
    .checkout-cart-index .checkout-cart-actions .checkout-cart-shipping .shipping{
        padding: 12px 10px;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
    }
    .shipping .form-list .shipping-postcode input#postcode {
        font-size: 13px;
        height: 32px;
        line-height: 32px;
        padding: 0 10px;
        width: 165px;
    }
    .shipping #shipping-zip-form .buttons-set {
        bottom: 0;
        clear: both;
        float: right;
        margin-top: -32px;
        position: relative;
        right: 0;
    }
    .shipping #co-shipping-method-form .buttons-set {
        display: block;
        position: inherit !important;
        width: 100%;
        margin: 0;
    }
    .shipping #co-shipping-method-form .sp-methods dd label,
    .shipping #co-shipping-method-form .buttons-set .button{
        width: 100%;
        max-width: 100%;
    }
    .shipping #co-shipping-method-form .sp-methods dd label{
        height: 25px;
        line-height: 25px;
    }
    .shipping #co-shipping-method-form .sp-methods dd input.radio{
        margin-top: 10px;
    }
    .shipping .buttons-set .button2,
    .shipping .buttons-set .button2 span,
    .shipping .buttons-set .button2 span span{
        font-size: 17px;
        height: 32px;
        line-height: 32px;
        width: 106px
    }
    .shipping h2, .cart-forms .rewards-box-spend-minicart h2{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .cart-forms .discount,
    .cart-forms .giftcard,
    .cart-forms .shipping{
        padding: 12px 10px;
    }
    .cart-forms .account-login p{
        font-size: 14px;
    }
    .cart-forms .account-login input{
        padding: 0 10px;
        height: 32px;
        line-height: 32px;
        font-size: 13px;
    }
    .cart-forms .discount .box-content label{
        font-size: 14px;
        margin-top: 15px;
    }
    .crosssell h2.title-crosssell{
        font-size: 24px;
        margin: 0 0 15px 0;
    }
    .crosssell h2.product-name-crosssell{
        font-size: 15px;
        line-height: 17px;
    }
    .crosssell h2.product-name-crosssell a{
        line-height: 22px;
    }
    .crosssell h2.product-name-crosssell span{
        height: 17px;
        line-height: 17px;
    }
    #crosssell-products-list.products-grid li{
        display: none;
    }
    #crosssell-products-list.products-grid {
        margin: 0 auto;
        width: 100%;
        overflow: hidden;
    }
    #crosssell-products-list.products-grid li:nth-of-type(1),
    #crosssell-products-list.products-grid li:nth-of-type(2){
        display: block;
    }
    .products-grid .product-image img{
        width: 100%;
        height: auto;
    }
    .checkout-types a {
        font-size: 14px;
        text-align: center;
    }
    .checkout-types a span:before{
        width:14px;
        height:18px;
        background: url("../images/icon_sprite.png") -98px -44px ;
    }
    .checkout-types a:hover span:before{
        background: url("../images/icon_sprite.png") -113px -63px;}


    /* My account */
    input[type="email"],
    input[type="search"],
    input[type="number"],
    input[type="password"],
    input[type="tel"],
    input[type="text"]{
        height: 32px;
        font-size: 13px;
        padding: 0 10px;
    }
    body.customer-account select,
    .form-list select {
        height: 32px;
        font-size: 13px;
        border-radius: 3px;
    }
    .select-style::before{
        height: 32px;
        border-radius: 0 3px 3px 0;
    }
    .select-style::after{
        top:12px;
        right: 7px;
    }
    .customer-account .page-detail {
        display: block;
        margin: 0 auto;
        max-width: 320px;
        padding: 10px;
        width: 100%;
        overflow: hidden;
    }
    .customer-account .left-sidebar,
    .customer-account .right-content {
        width: 100%;
        max-width: 320px;
        /*margin:0 0 30px 0;*/
    }
    #reorder-validate-detail .actions a{
        margin: 0 0 0 10px;
        line-height: 30px;
    }
    .customer-account .left-sidebar .block-content{
        margin-top: -4px;
    }
    body.awrma-customer-rma-view .title-buttons h1,
    body.awrma-guest-rma-view .title-buttons h1,
    .customer-account .page-title h1,
    .customer-account .page-detail .block-title strong  {
        font-size: 18px;
        margin-bottom: 0px;
    }
    .welcome-msg p.hello{
        margin: 0;
        line-height: 16px;
    }
    .welcome-msg p {
        margin-bottom: 7px;
        line-height: 16px;
    }
    .dashboard .box-head {
        margin-top: 7px;
        padding-bottom: 7px;
    }
    .dashboard.referrals .box-head{
        margin: 0 0 5px 0;
    }
    .referrals .box-account .box-head h2{
        margin: 15px 0 0 0;
    }
    .dashboard.referrals .my_referrals-urlcode_group .urlcode_comment{
        margin: 0 0 10px 0;
    }
    .dashboard.referrals .rewardsref_myreferrals_multireferral_section table td{
        vertical-align: top;
        width: 100%!important;
        clear: both;
        display: block;
    }
    .dashboard.referrals .rewardsref_recipient_list{
        width: 100%;
    }
    .dashboard.referrals .rewardsref_plaxo_link_section{
        display: block;
        margin: 10px 0;
    }
    .dashboard.referrals .rewardsref_invite_field_format {
        font-size: 13px;
    }
    .dashboard .mypoints-summary .box-head h2,
    .dashboard .box-head h2{
        font-size: 16px;
    }
    .mypoints-summary .box-content{
        line-height: 16px;
    }
    .mypoints-summary .pending-points{
        margin-bottom: 6px;
    }
    .dashboard .box-account{
        margin-bottom: 13px;
    }
    .box-account.my_referrals-urlcode_group{
        margin: 0;
    }
    #cart-sidebar.mini-products-list a.btn-edit,
    #cart-sidebar.mini-products-list a.details{
        font-size: 13px;
    }
    .truncated .truncated_full_value .item-options{
        left: 0;
    }
    .dashboard .col2-set .col-1,
    .dashboard .col2-set .col-2{
        width: 100%;
        padding: 0;
        margin-bottom: 12px;
    }
    .dashboard .col2-set .col-1 .box-title h2,
    .dashboard .col2-set .col-1 .box-title h3,
    .dashboard .col2-set .col-2 .box-title h2,
    .dashboard .col2-set .col-2 .box-title h3,
    .dashboard .col2-set .col-1 .box-title a,
    .dashboard .col2-set .col-2 .box-title a{
        font-size: 13px;
    }
    .dashboard .col2-set .col-1 .box-title,
    .dashboard .col2-set .col-2 .box-title {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .dashboard.mypoints-page .box-account .input-box{
        padding-bottom: 10px;
    }
    .data-table.linearize-table-large thead,
    .data-table.orders thead{
        display: none;
    }
    .data-table td  h3.product-name,
    .data-table td  h4.product-name{
        font-size: 13px;
    }
    .data-table tbody td .item-options{
        margin-left: 40%;
    }
    #shopping-cart-table.data-table tbody td .item-options{
        margin:0 0 3px 0;
    }
    .data-table tbody td .item-options dd{
        margin: 0;
    }
    .block-account li, .block-cms-menu li{
        font-size: 13px;
        margin: 5px 0 10px 0;
    }
    .block .actions{
        line-height: 30px;
    }
    .customer-account .page-detail .block-compare .block-title{
        padding-top: 8px;
    }
    .my-account .data-table tbody td .visible-table{
        display: block;
        width: 40%;
        float: left;
        text-align: left;
    }
    .my-account .addresses-list .item{
        width: 100%;
        line-height: 16px;
    }
    .my-account .addresses-list .addresses-primary h3 {
        border-bottom: 1px solid #ccc;
        margin-top: 10px;
        padding-bottom: 7px;
        font-size: 13px;
    }
    .my-account .addresses-list .item address{
        margin-bottom: 5px;
    }
    .my-account .addresses-list .col-2 button {
        margin-top: 20px;
        min-width: 190px;
        max-width: 190px;
        padding: 0 10px;
    }
    .my-account .addresses-list .col-1, .my-account .addresses-list .col-2 {
        padding: 0 0 25px 0;
    }
    body.customer-account .my-account .buttons-set {
        padding-top: 12px;
    }
    .block-content #compare-items li.item{
        margin: 0;
    }
    h2.product-name, h3.product-name, h4.product-name, h5.product-name, p.product-name{
        font-size: 13px;
    }
    .mypoints-transfers .content #transfers_spendings{
        margin-bottom: 20px;
    }
    .awrma-account .data-table,
    .customer-account .data-table,
    .customer-account .data-table td a,
    .customer-account .data-table td.view a{
        font-size: 13px;
    }
    #awrma-requested-items.data-table tr td{
        min-width: inherit;
    }
    .customer-account .my-account .data-table td.view a:first-child{
        text-align: left;
    }
    body.customer-account .my-account .data-table span.nobr{
        display: block;
        float: left;
        min-width: inherit;
        width: 60%;
        text-align: left;
    }
    .my-account .data-table thead,
    #my-rmas-table.data-table thead{
        display: none;
    }
    .my-account .data-table tbody tr,
    #my-rmas-table.data-table tr{
        border-bottom: 1px solid silver;
    }
    .data-table.shipment-table tr:last-child{
        border-bottom: none;
    }
    .my-account .data-table tbody td,
    #my-rmas-table.data-table tbody td{
        display: block;
        border: none;
        padding: 3px 0;
        float: left;
        width: 300px;
        text-align: left;
    }
    #transfers_earnings_table tbody td{
        width: 300px;
    }
    #my-rmas-table.data-table tbody td:before,
    #transfers_earnings_table.data-table tbody td:before,
    #transfers_spendings_table.data-table tbody td:before{
        content: 'Date';
        float: left;
        width: 40%;
        display: inline-block;
    }
    #my-rmas-table.data-table tbody td:nth-of-type(1):before{
        content: 'Date';
    }
    #my-rmas-table.data-table tbody td:nth-of-type(2):before{
        content: 'ID';
    }
    #my-rmas-table.data-table tbody td:nth-of-type(3):before{
        content: 'Order';
    }
    #my-rmas-table.data-table tbody td:nth-of-type(4):before{
        content: 'Status';
    }
    #my-rmas-table.data-table tbody td:nth-of-type(5):before{
        content: 'View';
    }
    #transfers_spendings_table tbody td:nth-of-type(1):before,
    #transfers_earnings_table tbody td:nth-of-type(1):before{
        content: 'Points Earned';
    }
    #transfers_spendings_table tbody td:nth-of-type(2):before,
    #transfers_earnings_table tbody td:nth-of-type(2):before{
        content: 'Date';
    }
    #transfers_spendings_table tbody td:nth-of-type(3):before,
    #transfers_earnings_table tbody td:nth-of-type(3):before{
        content: 'Comment';
        height: 40px;
    }
    #transfers_spendings_table tbody td:nth-of-type(4):before,
    #transfers_earnings_table tbody td:nth-of-type(4):before{
        content: 'Status';
    }
    .my-account .data-table tbody td:first-child,
    #my-rmas-table.data-table tbody td:first-child{
        padding: 8px 0 3px 0;
    }
    .my-account .data-table tbody td:last-child,
    #my-rmas-table.data-table tbody td:last-child{
        padding: 5px 0 10px 0;
        text-align: left;
    }
    .my-account .data-table tbody td.empty-text{
        width: 300px;
    }
    .my-account .data-table tbody td.empty-text:before{
        content: 'Notify';
        display: inline-block;
        float: left;
        width: 40%;
    }
    .my-account .data-table tbody .a-right,
    .my-account .data-table tbody .align-right{
        text-align: left;
    }
    .my-account .data-table tfoot tr{
        background: transparent;
        width: 100%;
    }
    .my-account .data-table tfoot tr td{
        width: 60%;
        float: left;
        padding: 5px 0!important;
        text-align: left!important;
    }
    .my-account .data-table tfoot tr td:first-child{
        width: 40%;
    }
    .order-points-earned .amount,
    .order-points-spent .amount,
    .order-print-points-earned .amount,
    .order-print-points-spent .amount{
        font-size: 13px;
    }
    body.customer-account .fieldset h2,
    body.customer-account .addresses-list h2,
    body.customer-account .order-details h2,
    body.customer-account h3,
    body.awrma-guest-rma-new h2{
        font-size: 16px;
        margin: 0 0 5px 0;
        text-transform: none;
    }
    body.customer-account h2.sub-title{
        margin-bottom: 10px;
    }
    body.customer-account h2 a.link-print{
        float: right;
        font-size: 13px;
        line-height:20px;
    }
    body.customer-account .order-links{
        margin: 0 0 10px 0;
    }
    body.customer-account .fieldset .form-list label{
        font-size: 14px;
    }
    body.customer-account .data-table td a{
        font-size: 13px;
    }
    body.customer-account .fieldset .form-list .input-box,
    body.customer-account .fieldset .form-list .field,
    body.awrma-guest-rma-new #awrma-new-form .form-list > li.order-infor .input-box{
        width: 100%;
        margin: 0;
    }
    body.customer-account .buttons-set {
        margin: 0;
        padding-top: 17px;
    }
    body.customer-account .fieldset {
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 5px;
        float: left;
    }
    body.customer-account form .fieldset + .fieldset{
        padding-top: 15px;
    }
    body.customer-account.awrma-customer-rma-new form .fieldset + .fieldset{
        margin: 0;
    }
    body.customer-account.awrma-customer-rma-new .awrma-account .fieldset h3,
    body.customer-account.awrma-customer-rma-new .awrma-account .fieldset p{
        margin: 0 0 5px 0;
    }
    body.customer-account.awrma-customer-rma-new #awrma-new-form .form-list > li.control{
        margin: 7px 0 0 0;
        padding: 0;
    }
    body.customer-account .fieldset .form-list li{
        margin-bottom: 0;
    }
    body.customer-account .fieldset .form-list li.control{
        padding-bottom: 10px;
        margin: 0;
    }
    body.customer-account .buttons-set a,
    body.awrma-guest-rma-new .buttons-set a,
    .buttons-set .back-link a{
        font-size: 20px;
        padding: 6px 0;
        line-height: 18px;
    }
    .buttons-set .back-link a:before{
        background-position: -120px -97px;
        width: 13px;
        height: 19px;
        margin-right: 8px;
    }
    .buttons-set .back-link a:hover:before{
        background-position: -125px -117px;
        transform: rotate(-180deg) translate(0px, 0px);
        -webkit-transform: rotate(-180deg) translate(0px, 0px);
    }
    body.awrma-guest-rma-new #awrma-new-form .form-list textarea,
    form#awrma-printlabel-form textarea, form#awrma-comment-form textarea,
    body.customer-account #awrma-new-form .form-list textarea,
    body.awrma-guest-rma-new #awrma-new-form .form-list textarea{
        font-size: 13px;
    }
    body.customer-account .fieldset .form-list .input-box{
        max-width: 300px;
        width: 300px;
    }
    body.customer-account .fieldset .form-list li.wide {
        clear: both;
        float: left;
        width: 300px;
    }
    body.awrma-guest-rma-new #awrma-items-ordered-table.data-table{
        margin-bottom: 5px;
    }
    body.awrma-guest-rma-new #awrma-new-form .form-list > li{
        margin-bottom: 0;
    }
    body.awrma-guest-rma-new #awrma-new-form .form-list > li.reason_id{
        margin: 0;
    }
    body.customer-account #awrma-new-form .form-list .fields .field:last-child{
        margin: 10px 0 0 0;
    }
    body.customer-account #awrma-new-form .fieldset .form-list label::after{
        content: '';
    }
    body.customer-account #awrma-items-ordered-table.data-table tr td,
    body.customer-account #awrma-items-ordered-table.data-table thead th,
    body.customer-account #awrma-items-ordered-table.data-table tbody td h3{
        font-size: 13px;
        width: inherit!important;
    }
    body.customer-account #awrma-items-ordered-table.data-table tbody td input{
        width: 50px;
        font-size: 13px;
    }
    body.customer-account #awrma-new-form .form-list > li.order-infor {
        margin: 0 0 10px;
    }
    body.customer-account #awrma-new-form .form-list > li,
    body.customer-account #awrma-items-ordered-table.data-table{
        margin: 0;
    }
    body.customer-account .awrma-account .fieldset h3,
    body.awrma-guest-rma-new .awrma-account .fieldset h3{
        font-size: 14px;
        margin: 0!important;
    }
    body.customer-account.awrma-customer-rma-view .awrma-account .buttons-set,
    body.customer-account #awrma-new-form .buttons-set,
    body.awrma-guest-rma-new #awrma-new-form .buttons-set,
    body.awrma-guest-rma-view .awrma-account .buttons-set{
        padding: 10px 0;
    }
    body.awrma-customer-rma-view .awrma-account .buttons-set button.button,
    body.awrma-customer-rma-new .awrma-account .buttons-set button.button,
    body.awrma-guest-rma-new .awrma-account .buttons-set button.button,
    body.awrma-guest-rma-view .awrma-account .buttons-set button.button{
        width: 100%;
    }
    body.customer-account .buttons-set button.button{
        float: right;
    }
    body.awrma-guest-rma-new #awrma-new-form .buttons-set p.required,
    body.customer-account #awrma-new-form .buttons-set p.required{
        line-height: 32px;
    }
    body.customer-account #awrma-new-form .form-list > li.order-infor .input-box{
        width: 100%;
    }
    body.awrma-guest-rma-new #awrma-new-form .fieldset .input-box{
        padding-bottom: 10px;
    }
    body.awrma-guest-rma-new #awrma-new-form .fieldset .form-list label,
    body.customer-account #awrma-new-form .fieldset .form-list label{
        padding-bottom: 3px;
    }
    body.awrma-guest-rma-view h4,
    body.awrma-guest-rma-view .fieldset h2,
    body.awrma-customer-rma-view.customer-account h4{
        font-size: 16px;
    }
    body.awrma-guest-rma-view .form-list.two-cols,
    body.awrma-customer-rma-view.customer-account .form-list.two-cols {
        display: inline-block;
        line-height: 16px;
        margin-bottom: 5px;
        width: 100%;
    }
    body.awrma-guest-rma-view .title-buttons h1 span,
    body.customer-account.awrma-customer-rma-view .title-buttons h1 span{
        display: block;
    }
    body.awrma-customer-rma-view .title-buttons h1,
    body.awrma-guest-rma-view .title-buttons h1,
    body.customer-account.awrma-customer-rma-view .title-buttons h1{
        max-width: 100%;
        margin-bottom: 10px;
        line-height: 24px;
    }
    body.awrma-guest-rma-view .title-buttons a,
    body.customer-account.awrma-customer-rma-view .title-buttons a{
        /*position: absolute;*/
        /*right: 0;*/
        /*top: 5px;*/
    }
    body.awrma-guest-rma-view .title-buttons a{
        top:14px
    }
    body.awrma-guest-rma-view .fieldset,
    body.awrma-customer-rma-view.customer-account .fieldset{
        max-width: 300px;
        margin: 0 auto 10px;
        float: left;
        width: 100%;
    }
    body.customer-account #awrma-new-form .fieldset .form-list #awrma-items-ordered-table label::after{
        width: 0;
        margin-left: 0;
    }
    body.customer-account #awrma-new-form .fieldset .form-list #awrma-items-ordered-table input[type="checkbox"] + label{
        padding-left: 15px!important;
    }
    body.awrma-guest-rma-index #main article.content-detail,
    body.awrma-guest-rma-new #main article.content-detail,
    body.awrma-guest-rma-view #main article.content-detail{
        max-width: 300px;
        margin: 0 auto;
    }
    .awrma-guest-rma-index #awrma-new-form .fields .field{
        width: 100%;
        clear: both;
    }
    .awrma-guest-rma-index #awrma-new-form .buttons-set{
        border: none;
        padding: 0;
    }
    .awrma-guest-rma-index #awrma-new-form .buttons-set button {
        float: left;
        min-width: 175px;
        padding: 0 15px;
    }
    .awrma-guest-rma-index #awrma-new-form .form-list > li {
        margin-bottom: 5px;
    }
    .awrma-guest-rma-index #awrma-new-form .legend{
        font-size: 15px;
        margin: 0;
    }
    #wishlist-table.clean-table ,
    #wishlist-table .product-name{
        font-size: 14px;
        line-height: 17px;
    }
    #wishlist-table.clean-table thead th{
        display: none;
    }
    #wishlist-table.clean-table tr{
        position: relative;
        display: table;
    }
    #wishlist-table.clean-table tbody{
        border-top: 1px solid silver;
        display: block;
    }
    #wishlist-table.clean-table td{
        display: block;
        clear: both;
        float: left;
        padding: 0;
        width: 100%;
    }
    #wishlist-table td.customer-wishlist-item-quantity,
    #wishlist-table td.customer-wishlist-item-cart{
        width: 50%;
        clear: none;
    }
    #wishlist-table.clean-table td:first-child{
        padding: 12px 25px 0 0;
        width: 300px;
    }
    #wishlist-table td.customer-wishlist-item-remove {
        position: absolute;
        right: 0;
        top: 10px;
        width: 20px;
    }
    .my-wishlist #wishlist-view-form .fieldset{
        width: 100%;
    }
    #wishlist-table textarea{
        max-width: inherit;
        line-height: 15px;
        font-size: 13px;
        padding: 5px 10px;
        margin-top: 7px;
    }
    #wishlist-table .item-manage .button{
        width: 100%;
        margin-bottom: 12px;
    }
    #wishlist-table td.customer-wishlist-item-cart .button {
        font-size: 17px;
        height: 32px;
        line-height: 32px;
        margin-bottom: 12px;
        min-width: 138px;
    }
    .wishlist-empty{
        min-height:350px;
    }
    p.added-on:before{
        content: 'Add on:';
        display: block;
        color: #000;
        float: left;
        margin-right: 4px;
    }
    p.added-on{
        color: #787676;
        margin-top: 7px;
    }
    body.newsletter-manage-index .my-account .form-list{
        min-height:100px;
    }
    body.customer-account .title-buttons a, body.customer-account .title-buttons span.separator {
        display: block;
        float: left;
        text-align: left;
        top:inherit;
        margin-bottom: 10px;
    }
    body.customer-account .title-buttons span.separator{
        padding: 0 7px;
    }
    body.awrma-guest-rma-view .title-buttons .links-title{
        top: inherit;
        text-align: left;
        margin-bottom:15px;
    }
    .order-info{
        margin-bottom: 15px;
    }
    .order-info dt {
        clear: both;
        display: block;
        font-size: 17px;
    }
    .order-info-box{
        margin-bottom: 20px;
    }
    .order-info-box + .order-info-box{
        padding-bottom: 20px;
    }
    .order-info-box .box-title h2{
        font-size: 15px;
    }
    .pager .amount,
    .customer-account .pager .limiter{
        font-size: 14px;
        line-height: 32px;
    }
    .customer-account .pager > .count-container{
        margin-bottom: 5px!important;
    }
    .my-account .pages{
        position: relative!important;
        width: 100%!important;
        clear: both!important;
        font-size: 13px!important;
        margin-bottom: 10px!important;
        display: block!important;
    }
    .my-account .toolbar, .my-account .pager,.my-account .pages a,.my-account .pages .current{
        font-size: 13px!important;
        line-height: 13px!important;
    }
    .my-account .pages ol{
        text-align: left!important;
        display: block!important;
    }
    .my-account .pages li{
        padding: 0 8px 0 0!important;
        float: left;
    }
    .my-account .pages li a{
        float: left!important;
        padding: 0!important;
    }
    .customer-account .pager .limiter .select-style {
        width: 52px;
    }
    .customer-account .pager .limiter select{
        padding: 0 3px;
    }
    .customer-account .pager .limiter .select-style::before {
        border-radius: 0 5px 5px 0;
        top:1px;
    }
    .customer-account .pager .limiter{
        margin-bottom: 0;
    }
    #transfers_earnings table.actions tr td{
        border-bottom: 1px solid silver;
        padding-bottom: 5px;
        font-size: 13px;
    }
    .mypoints-redeemcatalog .noproducts{
        margin: 20px 0;
    }
    .mypoints-redeemcatalog{
        min-height: inherit;
    }
    .page-title h1{
        padding: 10px 0 0 0;
    }
    .customer-account-login .page-title h1,
    .customer-account-create .page-title h1,
    .customer-account-forgotpassword .page-title h1,
    .customer-account-logoutsuccess .page-title h1{
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 24px;
    }
    .checkout-onepage-success .page-title h1{
        font-size: 18px;
        margin-bottom: 11px;
    }
    .checkout-onepage-success h2.sub-title{
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    .checkout-onepage-success p{
        line-height: 16px;
    }
    .checkout-onepage-success .buttons-set{
        padding: 7px 0 0 0;
    }
    .checkout-onepage-success .buttons-set button{
        font-size: 14px;
        text-align: center;
        width: 100%;
    }
    .checkout-onepage-success .buttons-set button:after{
        background: url("../images/icon_sprite.png") -98px -40px no-repeat;
    }
    .checkout-onepage-success .chechout-purchase-share .page-title h1{
        font-size: 16px;
        padding: 0;
    }
    .chechout-purchase-share .page-title{
        margin: 0 0 10px 0;
    }
    .chechout-purchase-share .products-grid .item{
        text-align: center;
    }
    .chechout-purchase-share .products-grid .item .rewardssocial-purchased-product,
    .chechout-purchase-share .products-grid .item .rewardssocial-purchased-product a{
        float: none;
        margin: 0 auto;
    }
    .chechout-purchase-share .products-grid .item .rewardssocial-purchased-product a img {
        width: auto;
        min-width: inherit;
        max-width: 80px;
    }
    .chechout-purchase-share .products-grid .actions{
        padding: 0;
        width: 100%;
    }
    .chechout-purchase-share .products-grid .item .actions h2.product-name a {
        float: none;
        text-align: center;
        text-transform: none;
        font-size: 13px;
        padding-top: 5px;
    }
    .chechout-purchase-share .products-grid .item .actions h2.product-name{
        margin: 0;
    }
    .checkout-onepage-success .content-detail .rewardssocial-widgets{
        margin-bottom: 5px;
    }
    .col2-set .col-1.new-users,
    .col2-set .col-2.registered-users{
        padding: 0;
        margin: 0 0 20px 0;
    }
    .customer-account-login h2{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .customer-account-login #main p {
        margin-bottom: 16px;
    }
    .customer-account-login .col2-set .col-1 .buttons-set a.button{
        width: 100%;
    }
    .col2-set .col-2.registered-users .form-list > li{
        margin-bottom: 11px;
    }
    .customer-account-login .col2-set .buttons-set button, .customer-account-login .col2-set .buttons-set .button{
        min-width: 94px;
    }
    .fieldset + .fieldset.rewards_referral_information {
        margin: 20px 0 0;
    }
    .fieldset + .fieldset.rewards_referral_information h2{
        font-size: 17px;
    }
    .cms-page-view .page-title{
        padding: 0;
    }
    .cms-page-view.cms-about-magento-demo-store .page-title{
        padding: 0;
    }
    .cms-page-view .std h1, .cms-no-route .std h1,
    .cms-page-view .page-title h1,
    .page-title h1{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .cms-page-view .std h2, .cms-no-route .std h2{
        font-size: 13px;
        margin: 0 auto 15px;
        padding: 0;
    }
    .cms-page-view .std img, .cms-no-route .std img{
        margin-bottom: 15px;
    }
    .cms-page-view .std p, .cms-no-route .std p{
        font-size: 13px;
        margin-bottom: 15px;
        line-height: 16px;
    }
    #product_sendtofriend_form h2{
        font-size: 17px;
        margin: 0 0 10px 0;
    }
    #product_sendtofriend_form .fieldset + .fieldset{
        margin-top: 15px;
    }
    #add_recipient_button{
        width: 100%;
        margin: 0;
    }
    #product_sendtofriend_form .buttons-set button.button,
    #add_recipient_button button.button{
        width: 100%;
        margin: 0 0 10px 0;
    }
    #product_sendtofriend_form .buttons-set + .buttons-set{
        padding: 0;
    }
    .mypoints-page.dashboard {
        margin: 0 0 30px 0;
        display: inline-block;
    }
    #awrma-file-upload{
        vertical-align: middle;
        font-size: 13px;
    }
    .cms-page-view .top-container{
        padding-top: 0;
    }
    .cms-page-view.cms-q-and-a #main,
    .cms-page-view.cms-retailer #main,
    .cms-page-view.cms-customer-help #main,
    .cms-page-view.cms-find-a-store #main{
        margin-top: 0;
    }
    .accordion_heading{
        font-size: 13px;
    }
    .accordion_header{
        padding: 8px 40px 8px 10px;
    }
    .accordion_header::after,.accordion_header.is-active::after{
        position: absolute;
        right: 0;
        top:0px;
    }
}

.android .block .actions a,
.android .q-and-a-page .help-and-retailer li .menu-box li a{
    white-space: nowrap;
}

@media screen and (max-device-width: 767px) and (orientation: landscape){
    .menu-group-first{
        max-height: 100%;
        height: 100%;
        overflow-y: scroll;
    }
    .wrapper-dropdownmenu.active {
        max-height: 100%;
        height: 100%;
        overflow-y: scroll;
        top:0!important;
    }
}

@media (max-width:767px){
    .android .customer-account .pager .limiter .select-style::before {
        top:2px;
    }
}

/* Fixed Menu on The Tablet */
.nav-primary li.hover{ background: #777676;}
.nav-primary li.hover > a{color:#fff;}
.nav-primary li.hover .wrapper-dropdownmenu{display: block!important;  cursor: auto;}

/* Hanna - Fix CMS */
.cms-page-view.find-a-store .page-title h1,
.cms-page-view.cms-find-a-store .page-title h1,
.cms-page-view.find-a-store .section h1,
.cms-page-view.cms-find-a-store .section h1 {
font-size:45px;
}
/*Justin - homepage slider*/
.slideshow-container .slides .item {
    position: relative;
}
.slideshow-container img{
    width: 100%;
    height: auto;
}
.slideshow-container .link-to{
    left: 29px;
    width: 40%;
}
.slideshow-container .link-to h2 {
    margin-top: -36px;
    line-height: 126px;
    margin-bottom: 20px;
    text-shadow: 0 4px 3px rgba(0, 0, 0, 0.5);
}
.link-to {
    left: 45px;
    position: absolute;
    text-align: left;
    top: 45px;
    width: 30%;
}
.link-to h2{
    font-family:'Arboria-Bold';
    font-size: 110px;
    line-height: 110px;
    text-transform: uppercase;
    color:#fff;
}
.link-to p,.link-to p a{
    font-family: arboria_bookbook;
    font-size: 43px;
    line-height: 43px;
    text-transform: none;
    color:#fff;
    text-shadow: 0 4px 3px rgba(0, 0, 0, 0.5);
}

@media  (max-width: 1024px) {
    .slideshow-container .link-to {
        left: 0;
        right: 0;
        text-align: center;
        top: 50%;
        width: 100%;
        margin-top: -30px;
    }
    .slideshow-container .link-to h2 {
        font-size: 35px;
        line-height: 35px;
        margin: 0 0 8px 0;
        text-shadow: 0 4px 3px rgba(0, 0, 0, 0.5);
    }
    .link-to p, .link-to p a {
        font-size: 25px;
        line-height: 25px;
    }
}
@media (max-width: 767px) {
    .slideshow-container .link-to {
        margin-top: -20px;
    }
    .slideshow-container .link-to h2 {
        font-size: 22px;
        line-height: 22px;
        margin: 0 ;
        text-shadow:0 3px 1px rgba(0, 0, 0, 0.5);
    }
    .link-to p, .link-to p a {
        font-size: 17px;
        line-height: 17px;
    }
}