/**
 * 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
 * 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.
 */

@font-face {
    font-family: 'Conv_BLUEHIGD';
    src: url('../fonts/BLUEHIGD.eot');
    src: local('?'), url('../fonts/BLUEHIGD.woff') format('woff'), url('../fonts/BLUEHIGD.ttf') format('truetype'), url('../fonts/BLUEHIGD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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;
}

/* ==========================================================================
   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: sans-serif;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

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

/*
 * 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: #000000;
    line-height: 1;
}

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

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

address {
    font-style: normal;
}

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

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: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #636363;
    font-size: 13px;
    line-height: 1.5;
}

a:hover {
    color: #2e8ab8;
    text-decoration: underline;
}

a:focus {
    outline-color: #3091c2;
    color: #143d52;
}

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

/* ============================================ *
 * Typography
 * ============================================ */

h1,
.h1 {
    margin: 0;
    margin-bottom: 0.7em;
    color: #3399cc;
    font-family: Arial, "Helvetica Neue", Verdana, 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: #636363;
    font-family: Arial, "Helvetica Neue", Verdana, 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: #636363;
    font-family: Arial, "Helvetica Neue", Verdana, 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: #636363;
    font-family: Arial, "Helvetica Neue", Verdana, 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: #636363;
    font-family: Arial, "Helvetica Neue", Verdana, 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: #636363;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
}

/* ============================================ *
 * 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: #d71f25;
    margin-top: 5px;
}

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

/* -------------------------------------------- *
 * Page Titles
 */

.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #636363;
    border-bottom: 1px solid #ededed;
    padding-bottom: 3px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

/* -------------------------------------------- *
 * Block Module
 */

.block,
.col-left-first {
    margin-bottom: 20px;
}

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

.block-title {
    position: relative;
    padding: 10px 0 0;
}

.block-title h2,
.block-title h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    color: #3399cc;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.block-title small {
    font-size: 100%;
    font-weight: normal;
    color: #a0a0a0;
}

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

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

.block-content ul {
    margin: 0;
}

.block-content li.item {
    margin: 0 0 10px 9px;
}

.block-content li.item:last-child {
    margin-bottom: 0;
}

.block .actions {
    margin: 10px 0 0;
}

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

.block .actions a {
    float: left;
}

.block .actions .button {
    float: right;
}

.col-left .block .actions .button~a,
.col-right .block .actions .button~a {
    line-height: 33px;
    margin-right: 5px;
}

/* -------------------------------------------- *
 * Secondary Navigation
 */

.block-account {
    border: 2px solid #a9a9a9;
    margin-bottom: 0;
}

.block-account .block-title {
    color: #000;
    font-size: 18px;
    line-height: 48px;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #6d6e70;
}

.block-account .block-content {
    padding: 10px 15px 10px 15px;
}

.block-account .block-content li {
    padding: 10px 0;
}

.block-account .block-content li a {
    font-size: 14px;
    white-space: nowrap;
    color: #000;
}

.my-account h1 {
    color: #000;
    margin: 0 0 10px 0;
    font-size: 28px;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    font-weight: 700;
}

.block-account .block-content li.current a {
    color: #ff0000;
}

.block-cms-menu li {
    text-transform: uppercase;
    padding: 7px 0;
    border-bottom: 1px solid #88881a;
    font-size: 13px;
}

.block-cms-menu li:last-child {
    border: 0;
}

.block-cms-menu li strong {
    font-weight: 400;
    color: #333;
}

.block-cms-menu li a {
    color: #222;
}

.block-cms-menu li a:hover {
    color: #222;
}

/* ============================================ *
 * Buttons
 * ============================================ */

/* Secondary Buttons */

.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
    background: #dddddd;
    color: #636363;
    padding: 7px 15px;
}

.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
    background: #d0d0d0;
    cursor: pointer;
}

.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
    background: #c4c4c4;
    color: #636363;
}

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

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

/* Primary Buttons */

.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
    background: #2e8ab8;
    cursor: pointer;
}

.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
    background: #297aa3;
    color: #FFFFFF;
}

.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
    background-color: #297aa3;
    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 5px;
    margin: 0;
    background: transparent;
    cursor: pointer;
    vertical-align: middle;
}

.button2:focus {
    outline: none;
}

.button2 span,
.button2 span span {
    line-height: 30px;
    height: 30px;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
    color: #3399cc;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
}

.button2 span:hover,
.button2 span span:hover {
    text-decoration: none;
    color: #246b8f;
}

/* -------------------------------------------- *
 * 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;
    margin: 10px 0 0;
    padding-top: 10px;
}

.buttons-set p.required {
    margin: 0;
    margin-left: 10px;
    line-height: 33px;
}

.buttons-set .back-link {
    float: left;
    margin: 0;
    line-height: 33px;
}

.buttons-set a:not(.button) {
    line-height: 20px;
    display: inline-block;
    padding: 5px;
}

.buttons-set button.button {
    background: none repeat scroll 0 0 #d71f25;
    color: #ffffff;
    float: left;
    font: 12px/1.35 Arial, Helvetica, sans-serif;
    height: 40px;
    min-width: 120px;
    padding: 1px 10px;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
}

.buttons-set button.btn-share {
    background: none repeat scroll 0 0 #d71f25;
    color: #ffffff;
    border: 1px solid #d71f25;
    float: left;
    font: 12px/1.35 Arial, Helvetica, sans-serif;
    height: 40px;
    min-width: 120px;
    padding: 1px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.buttons-set button.btn-update {
    background: none repeat scroll 0 0 #32ccea;
    border: 1px solid #32ccea;
    color: #ffffff;
    float: left;
    font: 12px/1.35 Arial, Helvetica, sans-serif;
    height: 40px;
    margin-right: 200px;
    min-width: 120px;
    padding: 1px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.buttons-set:after {
    content: '';
    display: table;
    clear: both;
}

/* -------------------------------------------- *
 * Icons
 */

.icon-sprite,
.btn-remove2,
.sorter>.sort-by .sort-by-switcher,
.skip-nav .icon,
.skip-search .icon,
.skip-account .icon,
.skip-cart .icon,
.review-summary-table .rating-box .rating-number:after {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.ratings-table .rating-box,
.ratings-table .rating-box .rating,
.ratings .rating-box,
.ratings .rating-box .rating {
    background-image: url(../images/rating.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

@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) {
    .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 {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px;
    }
}

/* -------------------------------------------- *
 * Breadcrumbs
 */

.breadcrumbs {
    overflow: hidden;
    margin: 0 15px 15px;
}

.breadcrumbs li {
    float: left;
    font-size: 12px;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    text-transform: uppercase;
    background: url(../images/breadcrumb.png) left top no-repeat;
    padding: 0 5px 0 25px;
    line-height: 22px;
}

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

.breadcrumbs a:hover {
    color: #3399cc;
}

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

.breadcrumbs span {
    float: left;
    padding: 0 7px;
}

/* -------------------------------------------- *
 * Button - Remove / Previous
 */

.btn-remove,
.btn-previous {
    display: inline-block;
    width: 20px;
    height: 20px;
    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;
}

.btn-remove:after {
    content: 'X';
    color: #f65b67;
    height: 20px;
    line-height: 20px;
    width: 100%;
    font-size: 10px;
    font-family: Arial, "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: bold;
}

.btn-remove:hover:after {
    color: #FFFFFF;
    text-decoration: none;
}

.btn-remove2 {
    background: url("../images/btn_trash.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none;
    vertical-align: top;
}

.btn-remove2:after {
    display: none;
}

.btn-remove2:hover {
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.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;
}

.btn-previous:hover:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid white;
    border-left: none;
}

.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;
}

/* -------------------------------------------- *
 * 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;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
}

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

.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: black;
    border-left: 5px solid #11b400;
    background-color: #eff5ea;
}

.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 #11b400;
    border-right: none;
}

@media only screen and (min-width: 915px) {
    .order-list-grid .col-1 {
        width: 30%;
    }
    .order-list-grid .col-2 {
        width: 50%;
        padding-right: 20px;
    }
    .order-list-grid .col-3 {
        clear: none;
        width: 20%;
        padding-top: 0;
    }
}

/* -------------------------------------------- *
 * 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;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
}

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

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

.price-notice {
    color: #a0a0a0;
}

.price-box .price {
    color: #ec1c24;
    font-size: 14px;
    font-weight: bold;
}

.price-box .old-price .price {
    color: #231f20;
}

.save-percentag {
    font-size: 12px;
    font-weight: normal;
}

.price-box .price,
.price {
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
}

.price-box .minimal-price-link {
    padding-left: 1em;
    color: #ec1c24;
    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 - 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 {
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
}

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

.item-options dt {
    float: left;
    clear: left;
    font-weight: 600;
    padding-right: 5px;
    font-style: italic;
}

.item-options dt:after {
    content: ': ';
}

.item-options dd {
    float: left;
    padding-left: 10px;
    margin: 0 0 6px;
}

.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 #3399cc;
    background-color: #F6F6F6;
    top: 21px;
    left: -100px;
}

.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 #3399cc;
    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 {
    width: 6.5in;
    margin: 20px;
    background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */

.add-to-links {
    margin: 12px 0 0;
}

.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: 117px;
    height: 21px;
    background-repeat: repeat-x;
    background-position: 0 -23px;
    overflow: hidden;
    float: left;
}

#product-review-table.ratings .rating-box {
    display: inline-block;
    float: none;
}

.ratings .rating-box .rating {
    float: left;
    height: 21px;
    background-repeat: repeat-x;
    background-position: 0 0;
}

.review-count {
    background: url(../images/customer-review-icon.png) left top no-repeat;
    font-family: Simhei;
    color: #231f20;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
    margin: 5px 10px;
    padding: 0 0 0 25px;
}

.ratings .amount {
    display: block;
    margin: 5px auto;
}

.ratings .rating-links .separator {
    margin: 0 3px;
}

/* -------------------------------------------- *
 * Tabs
 */

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

/* -------------------------------------------- *
 * Toolbar
 */

.toolbar {
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    background: #f4f4f4;
    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 {
    color: #1a1a1a;
    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>.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>a,
.sorter>span>a {
    border-right: 1px solid #ebeae8;
    border-bottom: 1px solid #ebeae8;
    border-top: 1px solid #ebeae8;
    height: 24px;
    display: inline-table;
    vertical-align: table;
    padding: 0 8px;
    float: left;
    margin: 0;
    color: #1a1a1a;
    font-size: 9px;
    font-family: Arial;
    text-transform: uppercase;
}

.sorter>a.active,
.sorter>span>a.active {
    background: #e88947;
    color: #fff;
}

.sorter>label+a,
.sorter>label+span>a {
    border-left: 1px solid #ebeae8;
}

.sorter>.view-mode .grid {
    background: url(../images/lister-view.png) left -24px no-repeat;
    width: 30px;
    height: 24px;
    text-indent: -999em;
    display: inline-block;
    font-size: 0;
}

.sorter>.view-mode .list {
    background: url(../images/lister-view.png) left top no-repeat;
    width: 20px;
    height: 24px;
    text-indent: -999em;
    display: inline-block;
    font-size: 0;
}

.sorter>.view-mode strong.grid,
.sorter>.view-mode strong.list {
    opacity: 0.6;
}

.pager {
    float: right;
    overflow: hidden;
}

.pager>.count-container {
    float: left;
}

.pager .amount {
    float: left;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    white-space: nowrap;
    margin: 0 15px 0 0;
}

.pager .limiter {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
}

.pager .limiter>label {
    padding-right: 5px;
}

.pager .amount,
.pager .limiter,
.pager .pages {
    margin-bottom: 5px;
}

.pages {
    float: right;
    overflow: hidden;
    margin-left: 15px;
}

.pages strong {
    display: none;
}

.pages li {
    float: left;
}

.pages a,
.pages .current {
    display: inline-block;
    border: 0;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 24px;
    min-width: 25px;
    width: auto;
    height: 24px;
    padding: 0;
    color: #636363;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
}

.pages .current,
.pages .current:hover {
    color: #636363;
    border: none;
    width: 30px;
    background-color: #FFFFFF;
    cursor: default;
    line-height: 24px;
    margin-top: 1px;
    width: 26px;
}

.pages .next,
.pages .previous {
    background: url("../images/pagination-arrow.png") no-repeat scroll 5px -13px;
    height: 24px;
    padding: 0 5px 0 17px;
    position: relative;
    text-shadow: none;
    width: auto;
}

.pages .next {
    background: url("../images/pagination-arrow.png") no-repeat scroll 65% 5px;
    padding: 0 17px 0 5px;
}

@media only screen and (max-width: 979px) {
    .col2-left-layout .sorter,
    .col2-left-layout .pager,
    .col2-right-layout .sorter,
    .col2-right-layout .pager,
    .col3-layout .sorter,
    .col3-layout .pager {
        width: 100%;
    }
    .col2-left-layout .pager,
    .col2-right-layout .pager,
    .col3-layout .pager {
        float: left;
        clear: both;
    }
    .col2-left-layout .pager .pages,
    .col2-right-layout .pager .pages,
    .col3-layout .pager .pages {
        float: left;
        margin-left: 0;
    }
    .col2-left-layout .pager .count-container,
    .col2-right-layout .pager .count-container,
    .col3-layout .pager .count-container {
        float: right;
    }
}

@media only screen and (max-width: 1279px) {
    .toolbar .view-mode>label {
        display: none;
    }
}

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

.fieldset p.required {
    margin-bottom: 5px;
    float: right;
    font-size: 12px;
    margin-top: 0px;
}

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

form .legend {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ededed;
}

/* -------------------------------------------- *
 * 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;
    font-size: 13px;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    font-weight: 600;
    -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: Arial, "Helvetica Neue", Verdana, 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: 14px;
}

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

select[multiple] {
    width: 100%;
    border: 1px solid silver;
    font-size: 15px;
    padding: 5px;
}

/* -------------------------------------------- *
 * 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;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid silver;
    background: #FFFFFF;
    font-size: 15px;
}

.input-text:focus {
    border: 1px solid #3399cc;
}

.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: 30px;
    padding: 0 8px;
}

.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 .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 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: 10px;
    margin-left: 15px;
}

.account-create #is_subscribed {
    margin: 5px 10px 0 0;
}

.account-create #is_subscribed+label {
    background: none;
    padding: 0;
}

.account-create li.control {
    text-align: left;
}

.account-create,
#form-validate {
    padding-bottom: 20px;
    position: relative;
}

.term-and-condition.agree {
    position: relative;
}

.page .signup_container .close-link {
    margin: -20px 20px 0 0;
}

.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 {
    color: #636363;
    background-color: #f4f4f4;
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 250px;
    float: none;
    padding: 6px 10px 6px 40px;
}

.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-family: Georgia, Times, "Times New Roman", serif;
    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 th {
    text-transform: uppercase;
    line-height: 1.4;
    white-space: nowrap;
}

.data-table thead th,
.data-table tbody td {
    border-bottom: 1px solid #989898;
    border-right: 1px solid #989898;
    border-collapse: collapse;
}

.data-table thead th.last,
.data-table tbody td.last {
    border-right: none;
}

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

.data-table tbody td .item-options {
    margin-left: 20px;
    margin-top: 10px;
}

.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;
}

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

.header-language-container,
.page-header {
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */

.header-language-background {
    padding: 10px 10px 0 10px;
    background-color: #f1f1f2;
    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;
}

.nav-search-in .UI-CATEGORY {
    border: 2px solid #db2127;
    display: inline-block;
    float: left;
    padding: 10px 5px;
    width: 150px !important;
    line-height: 1.1;
}

.nav-search-in #search {
    width: auto !important;
}

.nav-search-in .advance-search {
    margin-left: 8px;
    font-size: 14px;
    color: #595959;
    font-weight: 600;
}

.nav-search-in .advance-search a {
    color: #595959;
}

.advance-search a br {
    display: none;
}

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

.logo img {
    max-width: 100%;
}

.logo .small {
    display: block;
}

.logo .large {
    display: none;
}

.logo:hover {
    opacity: 0.8;
}

@media only screen and (min-width: 768px) {
    .logo .small {
        display: none;
    }
    .logo .large {
        display: block;
    }
}

/* ============================================ *
 * Skip Links
 * ============================================ */

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

@media only screen and (min-width: 768px) {
    .skip-links {
        border: 0;
    }
}

/* -------------------------------------------- *
 * 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 - 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 {
    margin-right: 3px;
}

/* -------------------------------------------- *
 * Skip Link - Label
 */

.skip-link .label {
    display: none;
}

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

.skip-content {
    display: none;
}

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

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

@media only screen and (min-width: 768px) {
    .skip-nav {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    #header-nav {
        display: block;
        /* Force visibility */
        background: #d81f26;
        color: #fff;
    }
}

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

@media only screen and (min-width: 768px) {
    .nav-primary {
        display: block;
        margin-top: 15px;
        text-align: center;
    }
}

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

.nav-primary a {
    text-decoration: none;
    position: relative;
    display: block;
    color: #636363;
    line-height: 40px;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
}

.nav-primary li {
    position: relative;
}

.nav-primary li.level1 a {
    border-bottom: 1px solid #cccccc;
}

.nav-primary .menu-active>ul.level0,
.nav-primary li.level0 li.sub-menu-active>ul {
    display: block;
}

.nav-primary li.level0>a {
    text-transform: uppercase;
    color: #fff;
}

/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */

@media only screen and (min-width: 768px) {
    .nav-primary .level0 a {
        padding: 0 25px;
    }
    .nav-primary li:hover>ul,
    .nav-primary li>ul li:hover>ul {
        display: block !important;
    }
    .nav-primary li.level0,
    .nav-primary a.level0 {
        display: inline-block;
        line-height: 40px;
    }
    .nav-primary li:last-child>a {
        border-bottom: none;
    }
    .nav-primary li.level0:hover>a,
    .nav-primary li.level0.active>a {
        background-color: #be1e2d;
        text-decoration: none;
    }
    .nav-primary .menu-active {
        z-index: 200;
    }
    .nav-primary li.level0 ul {
        background: #FBFBFB;
        border: solid 1px #cccccc;
        position: absolute;
        left: 0;
        top: 40px;
        /* Height of ".nav-primary a.level0" */
        z-index: 999;
        width: 300px;
        padding-left: 25px;
        padding-right: 10px;
        display: none;
        text-align: left;
        /* Hide until displayed. */
    }
    .nav-primary li.level1>ul {
        left: 250px;
        top: 15px;
        display: none;
    }
    .nav-primary li.level0 ul.level0.position-test {
        display: block;
    }
    .nav-primary li.level0 ul.level0.spill {
        right: 0;
        left: auto;
    }
    .nav-primary li.level0 ul.level0.spill li.level1 ul {
        left: auto;
        right: 50px;
        top: 20px;
    }
    .nav-primary li.level0 li.parent>a {
        position: relative;
    }
    .nav-primary li.level0 li.parent>a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #cccccc;
        border-right: none;
        right: 5px;
        top: 50%;
        margin-top: -3px;
    }
}

.nav-primary li.menu-active>ul {
    display: block;
}

/* ============================================ *
 * Search - Skip Link
 * ============================================ */

.skip-search:not(.skip-active):hover .icon {
    background-position: -46px -146px;
}

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

@media only screen and (min-width: 768px) {
    .skip-search {
        display: none;
    }
}

/* ============================================ *
 * Search - Skip Content
 * ============================================ */

/* ============================================ *
 * Search Input
 * ============================================ */

#search_mini_form .input-box {
    position: relative;
    padding-top: 0;
}

#search_mini_form label {
    display: none;
}

#search {
    width: 100%;
    height: 42px;
    float: left;
    /*padding-right: 80px;*/
    border: 2px solid #db2127;
}

#search_mini_form .search-button {
    background: #db2127 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-weight: bold;
    height: 42px;
    position: relative;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 80px;
}

#search_mini_form .search-button:active:before {
    margin-top: -13px;
    margin-left: -13px;
}

/* ============================================ *
 * Header - Account
 * ============================================ */

/* -------------------------------------------- *
 * Skip Link - Account
 */

.skip-account:not(.skip-active):hover .icon {
    background-position: -46px -44px;
}

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

@media only screen and (min-width: 768px) {
    .skip-account {
        float: none;
        width: auto;
        vertical-align: top;
        display: inline-block;
        padding: 0 10px;
        text-transform: uppercase;
    }
    #header-account.skip-active {
        background: #FBFBFB;
        border: solid 1px #cccccc;
        display: block;
        position: absolute;
        z-index: 200;
        top: 40px;
        right: 115px;
        width: 200px;
    }
    #header-account a {
        display: block;
        padding: 5px 10px;
        color: #636363;
        line-height: 2;
    }
    #header-account a:hover {
        color: #3399cc;
    }
}

/* -------------------------------------------- *
 * 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 {
    background-position: -50px -95px;
}

.skip-cart .icon {
    background-position: 0px -95px;
}

@media only screen and (min-width: 768px) {
    #header-cart.skip-active {
        border: solid 1px #f0f0f1;
        display: block;
        position: absolute;
        z-index: 200;
        top: 100%;
        right: 0;
        width: 320px;
        background: white;
        padding: 8px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    }
}

/* -------------------------------------------- *
 * Skip Cart Notifier
 */

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

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

@media only screen and (min-width: 768px) {
    .skip-cart {
        display: flex;
        align-items: center;
        font-size: 16px;
        line-height: 1;
    }
    .skip-cart .count,
    .skip-link.skip-active .count {
        color: #db2127;
        font-size: 18px;
    }
}

.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-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    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 {
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
}

.footer {
    clear: both;
    /* -------------------------------------------- *
   * Social icons
   */
}

.footer .block-title {
    border-bottom: 0;
    padding: 3px 0;
}

.footer .block-title strong {
    font-weight: normal;
}

.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 {
    float: right;
    width: 320px;
    margin-bottom: 30px;
}

.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: 65.625%;
    padding-top: 0;
}

.footer .block-subscribe .input-text {
    width: 100%;
    border-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.footer .block-subscribe .block-content {
    padding-top: 7px;
}

.footer .block-subscribe .block-content:after {
    content: '';
    display: table;
    clear: both;
}

.footer .block-subscribe .actions {
    float: left;
    width: 34.375%;
    margin: 0;
}

.footer .block-subscribe .actions .button {
    height: 30px;
    line-height: 17px;
    float: left;
}

.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;
}

@media only screen and (max-width: 1199px) {
    .footer .links {
        width: 22.65625%;
        padding-right: 0;
        margin-right: 3.125%;
    }
    .footer .links:nth-child(4) {
        margin-right: 0;
    }
    .footer .block-subscribe {
        clear: both;
        float: none;
        margin: 0 auto 30px auto;
    }
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */

/* -------------------------------------------- *
 * Product List General
 */

.category-title h1,
body.catalogsearch-result-index .page-title h1 {
    border-bottom: none;
}

.category-image {
    margin-bottom: 1.5em;
}

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

/* -------------------------------------------- *
 * Product Name @changes made by Saurabh on 11 June
 */

h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
    margin: 0;
    margin-bottom: 0.5em;
    color: #f15a24;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 13px;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    font-weight: normal;
    line-height: 1.5em;
    height: 3em;
    /* height is 2x line-height, so two lines will display */
    overflow: hidden;
}

h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
    color: #d71f25;
}

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: #d71f25;
    text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
}

.products-grid .product-name a,
.products-list .product-name a {
    font-weight: 500;
}

.widget-products .product-name {
    height: 38px;
    overflow: hidden;
}

/* ============================================ *
 * 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:nth-child(4n+1) {
    clear: both;
}

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

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

.products-list .product-info {
    padding: 10px 0;
}

#products-list.products-list .product-shop .ratings {
    display: inline-block;
}

#products-list.products-list .product-shop .ratings .amount {
    display: inline-block;
}

#products-list.products-list .product-shop .ratings .rating-box {
    margin: 0;
}

.products-list .product-info .label {
    font-size: 14px;
    color: #000;
    margin-right: 5px;
    display: inline-block;
    font-weight: normal;
}

.products-list .product-info .value {
    color: #0071bc;
    font-size: 14px;
    margin-right: 20px;
    display: inline-block;
}

.products-grid .product-info {
    position: relative;
    padding-bottom: 0 !important;
    text-align: left;
    min-height: 0 !important;
}

.products-grid .actions {
    display: none;
}

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

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

.products-grid .price-box {
    color: #333;
    font-size: 14px;
    margin: 0 0 5px;
}

.products-grid .add-to-links {
    margin-bottom: 0;
}

.products-grid .product-image {
    margin-bottom: 5px;
}

.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;
}

@media only screen and (min-width: 960px) {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    .products-grid--max-4-col>li:nth-child(odd) {
        clear: none;
    }
    .products-grid--max-4-col>li:nth-child(3n+1) {
        clear: none;
    }
    .products-grid--max-4-col>li:nth-child(even),
    .products-grid--max-4-col>li:nth-child(3n) {
        margin-right: 2.22222%;
    }
    /* Set column config */
    .products-grid--max-4-col>li {
        margin-right: 2.22222%;
    }
    .products-grid--max-4-col>li {
        width: 23.33333%;
        margin-right: 2.22222%;
    }
    .products-grid--max-4-col>li:nth-child(4n+1) {
        clear: left;
    }
    .products-grid--max-4-col>li:nth-child(4n) {
        margin-right: 0;
    }
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    .products-grid--max-5-col>li:nth-child(odd) {
        clear: none;
    }
    .products-grid--max-5-col>li:nth-child(3n+1) {
        clear: none;
    }
    .products-grid--max-5-col>li:nth-child(even),
    .products-grid--max-5-col>li:nth-child(3n) {
        margin-right: 2.22222%;
    }
    /* Set column config */
    .products-grid--max-5-col>li {
        margin-right: 2.22222%;
    }
    .products-grid--max-5-col>li {
        width: 18.22222%;
        margin-right: 2.22222%;
    }
    .products-grid--max-5-col>li:nth-child(5n+1) {
        clear: left;
    }
    .products-grid--max-5-col>li:nth-child(5n) {
        margin-right: 0;
    }
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    .products-grid--max-6-col>li:nth-child(odd) {
        clear: none;
    }
    .products-grid--max-6-col>li:nth-child(3n+1) {
        clear: none;
    }
    .products-grid--max-6-col>li:nth-child(even),
    .products-grid--max-6-col>li:nth-child(3n) {
        margin-right: 2.22222%;
    }
    /* Set column config */
    .products-grid--max-6-col>li {
        margin-right: 2.22222%;
    }
    .products-grid--max-6-col>li {
        width: 14.81481%;
        margin-right: 2.22222%;
    }
    .products-grid--max-6-col>li:nth-child(6n+1) {
        clear: left;
    }
    .products-grid--max-6-col>li:nth-child(6n) {
        margin-right: 0;
    }
}

/* ============================================ *
 * Product List
 * ============================================ */

.products-list {
    margin-top: 20px;
    margin-bottom: 20px;
}

.products-list>li {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #808080;
}

.products-list>li:after {
    content: '';
    display: table;
    clear: both;
}

.products-list>li .product-image {
    float: left;
    width: 17%;
}

.products-list>li .product-image img {
    width: 100%;
    max-width: 100%;
}

.products-list .product-shop {
    float: right;
    width: 83%;
    padding-left: 30px;
}

.lister-product-price .action-links {
    float: right;
    display: inline-block;
}

.lister-product-price .action-links .link-wishlist {
    margin-right: 10px;
}

.lister-product-price .ampreorder_note,
.products-grid .ampreorder_note {
    display: none;
}

.products-list .lister-product-price .price-box {
    font-family: Simhei;
    float: left;
    width: 70%;
}

.products-list .lister-product-price p {
    float: left;
    margin-left: 20px;
}

.products-list .lister-product-price p.old-price {
    margin: 0;
}

.products-list .lister-product-price .price-box>span {
    float: left;
}

.products-list .lister-product-price .price,
.products-list .lister-product-price .old-price .price,
.products-grid .price-box .price {
    color: #231f20;
    font-weight: bold;
    font-size: 14px;
}

.products-list .lister-product-price .special-price .price,
.products-list .lister-product-price .member-price .price,
.products-grid .price-box .special-price .price,
.products-grid .price-box .member-price .price {
    color: #ec1c24;
}

.products-list .lister-product-price .price-label,
.products-grid .price-box .price-label {
    color: #231f20;
    font-size: 14px;
    margin-right: 5px;
}

.products-grid .price-box .price-label {
    width: auto;
    display: inline-block;
}

.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: 14px;
    font-weight: bold;
}

.products-list .product-shop .action {
    margin: 7px 0;
}

.products-list .product-shop .desc {
    margin-top: 7px;
    color: #231f20;
    font-family: Simhei;
    padding-bottom: 10px;
}

@media only screen and (max-width: 1279px) {
    .products-list .product-shop .product-primary,
    .products-list .product-shop .desc {
        float: left;
        width: 60%;
        padding-right: 20px;
    }
}

/* ============================================ *
 * Mini Product List
 * ============================================ */

.mini-products-list .product-image {
    float: left;
    min-width: 50px;
    margin-right: 10px;
}

.mini-products-list .product-details {
    margin-left: 60px;
}

.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 {
    border: 1px solid #cccccc;
    padding: 10px;
}

.category-image img {
    width: 100%;
    max-width: 100%;
}

.category-image img:hidden {
    display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */

.block-layered-nav dl dd ol>li>a .count {
    color: #a0a0a0;
}

@media only screen and (min-width: 768px) {
    .block-layered-nav .block-content>dl>dt {
        padding-left: 10px;
    }
    .block-layered-nav .block-content>dl>dt:after {
        display: none;
    }
}

.block-layered-nav .currently .block-subtitle {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    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-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
    color: #3399cc;
    margin-bottom: 10px;
    border: 0;
}

.product-view .product-shop .product-name {
    display: none;
    float: left;
}

.product-view .product-shop .product-name .h1 {
    float: left;
    margin-bottom: 5px;
}

.product-view .product-shop .extra-info {
    float: left;
    padding-right: 15px;
    clear: left;
    width: 70%;
}

.product-view .product-shop .price-info {
    float: right;
    padding-left: 15px;
    text-align: right;
}

.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
    max-width: 70%;
    margin-bottom: 10px;
}

.product-view h1 {
    margin-top: 0;
    color: #d71f25;
    font-weight: 600;
    margin-bottom: 0;
}

.product-view .product-shop .short-desc {
    color: #333333;
    font-size: 16px;
}

.product-view .product-shop .ratings {
    margin-bottom: 8px;
}

.product-view .product-shop .availability {
    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: 13px;
    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;
}

@media only screen and (max-width: 850px) {
    .product-view .product-shop .price-box .price-excluding-tax .label,
    .product-view .product-shop .price-box .price-including-tax .label {
        font-size: 15px;
    }
    .product-view .product-shop .price-box .price-excluding-tax .price,
    .product-view .product-shop .price-box .price-including-tax .price {
        font-size: 18px;
    }
}

.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%;
    max-height: 750px;
    margin: 0px 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;
}

.link-wishlist {
    background: white url(../images/heart.png);
    background-repeat: no-repeat;
    background-position: 9px center;
    background-size: 16px;
    display: block;
    font-size: 13px;
    height: 40px;
    margin: 0px auto;
    width: 198px;
    border: 1px solid #5b5b5b;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #5b5b5b;
    outline: 0;
    padding-left: 22px;
    text-decoration: none;
}

.link-wishlist:hover,
.link-wishlist.active {
    text-decoration: none;
    opacity: 0.8;
    background: white url(../images/heartfill.png);
    background-repeat: no-repeat;
    background-position: 9px center;
    background-size: 16px;
    color: #5b5b5b;
    text-decoration: none;
}

.fb_iframe_widget {
    float: left;
}

.add-to-cart-wrapper ul.sharing-links {
    display: inline-block;
    width: 100%;
}

.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 .add-to-cart:after {
    content: '';
    display: table;
    clear: both;
}

.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;
    display: none;
}

.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 {
    text-align: center;
}

.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 .sharing-links {
    padding: 10px 5px;
    display: inline-block;
}

.product-view .sharing-links li {
    float: left;
    padding: 0 2px 0 0;
    font-size: 10px;
    display: block;
    color: #333;
    line-height: 24px;
    text-transform: uppercase;
}

.product-view .sharing-links li:first-child {
    padding-right: 6px;
}

.product-view .sharing-links a {
    text-indent: -9999px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/social-icon-sprite.png) left top no-repeat;
}

.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;
}

a.link-compare {
    display: none;
}

.product-view .sharing-links a.link-email-friend {
    background-position: -52px 0;
}

.product-view .sharing-links a.link-facebook {
    background-position: 0 0;
}

.product-view .sharing-links a.link-twitter {
    background-position: -26px 0;
}

.product-collateral {
    clear: both;
}

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

.box-collateral {
    clear: both;
}

@media only screen and (min-width: 768px) {
    .review-section-tab ul.toggle-tabs {
        border: 0;
        border-bottom: 1px solid #c0996e;
        background: #fff;
        margin-top: 20px;
    }
    .review-section-tab ul.toggle-tabs li {
        background: none repeat scroll 0 0 #c0996e;
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        margin: 0;
        padding: 0;
        width: 276px;
    }
    .review-section-tab.product-collateral .toggle-tabs li>span {
        background: none repeat scroll 0 0 #c0996e !important;
        color: #fff !important;
        font-size: 14px;
        line-height: 30px;
        margin: 0;
        height: auto;
        padding: 0 8px;
        width: 276px;
    }
    .review-section-tab.product-collateral .tab-container {
        padding: 10px 0;
        border: 0;
    }
    .product-collateral .toggle-tabs {
        display: block;
        width: 100%;
        position: relative;
        border: 1px solid #cccccc;
        background-color: #f4f4f4;
    }
    .product-collateral .toggle-tabs li {
        float: left;
        border-right: 1px solid transparent;
        border-left: 1px solid transparent;
    }
    .product-collateral .toggle-tabs li>span {
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        display: inline-block;
        padding: 0 30px;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 12px;
        position: relative;
        bottom: -1px;
    }
    .product-collateral .toggle-tabs li.current {
        border-right: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
    }
    .product-collateral .toggle-tabs li.current>span {
        background-color: #FFFFFF;
        z-index: 5;
    }
    .product-collateral .toggle-tabs li.current span,
    .product-collateral .toggle-tabs li:hover span {
        color: #3399cc;
    }
    .product-collateral .toggle-tabs li:first-child {
        border-left: none;
    }
    .product-collateral .toggle-tabs:after {
        content: '';
        display: table;
        clear: both;
    }
    .product-collateral>dl {
        width: 100%;
    }
    .product-collateral>dl>dt {
        display: none;
    }
    .product-collateral>dl>dd {
        width: 100%;
        display: none;
        padding: 15px;
        border: 1px solid #cccccc;
        border-top: 0;
    }
    .product-collateral>dl>dd.current {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .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;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
}

.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;
    padding: 10px 15px 15px;
    border: 1px solid #cccccc;
    clear: both;
    position: relative;
}

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

@media only screen and (max-width: 979px) {
    .product-view .product-options .required {
        position: static;
    }
}

.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 {
    background-color: #f4f4f4;
    padding: 15px 20px;
    border: 1px solid #cccccc;
    border-top: 0;
    margin-bottom: 10px;
}

.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;
}

@media only screen and (max-width: 1199px) {
    .product-options-bottom .product-pricing,
    .product-options-bottom .tier-prices {
        float: none;
        width: 100%;
        text-align: right;
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px solid #cccccc;
    }
}

.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-bottom: 7px;
}

.block-related .block-title {
    border-bottom: none;
}

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

.block-related .block-subtitle {
    margin-bottom: 7px;
}

.block-related .product {
    margin-left: 20px;
    position: relative;
}

.block-related .checkbox {
    float: left;
    margin-top: 36px;
}

.block-related .product-details {
    margin-left: 90px;
}

.block-related .product-name {
    margin-bottom: 3px;
}

.block-related .product-details .price-box {
    margin: 2px 0 3px;
}

.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 {
    margin-left: 0;
    font-size: 16px;
    padding-right: 5px;
    padding-left: 5px;
}

.block-related .product-details .price-box:after {
    content: '';
    display: table;
    clear: both;
}

.block-related .link-wishlist {
    display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */

.bought-together h2 {
    background: #d71f25;
    color: white;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 10px;
    border-bottom: 1px solid #5b5b5b;
    border-top: 1px solid #5b5b5b;
    margin: 0;
}

.bought-together h3 a {
    color: #595959;
    font-size: 13px;
}

.bought-together li .product-images {
    width: 60px;
}

#upsell-product-table {
    margin-bottom: 0;
}

#upsell-product-table li {
    align-items: center;
    padding: 16px 10px;
    display: flex;
    border-bottom: 1px solid #5b5b5b;
}

#upsell-product-table li .product-primary {
    width: auto;
}

#upsell-product-table li .product-primary h3 {
    height: auto;
}

.box-up-sell {
    margin-top: 20px;
    border: 2px solid #918f8f;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 320px;
}

.box-up-sell h2 {
    font-size: 18px;
    margin: 10px 10px 10px 20px;
    color: #000;
    margin-bottom: 30px;
}

.box-up-sell .carousel-control {
    width: 27px;
    height: 41px;
    display: block;
    text-shadow: none;
    opacity: 1;
    left: 10px;
    top: 25%;
}

.box-up-sell .carousel-control.left {
    background: url(../images/uppsell-product-arrow.png) left top no-repeat;
}

.box-up-sell .carousel-control.right {
    background: url(../images/uppsell-product-arrow.png) -27px top no-repeat;
    left: none;
    right: 10px;
}

.box-up-sell .carousel-inner {
    margin: 0 5%;
    width: 90%;
}

.box-up-sell .recommended-product {
    width: 20%;
    padding: 10px;
    float: left;
}

.box-up-sell .ratings {
    display: none;
}

.box-up-sell .last-viewd-container {
    width: 220px;
    float: left;
    padding: 0 0 0 4px;
    box-sizing: border-box;
    border-right: 1px solid #6d6e70;
}

.box-up-sell .last-viewd-container .last-viewd-item {
    border: none;
    margin: 0;
}

.box-up-sell .last-viewd-container .block-title {
    padding: 10px 0 0 0;
    color: #1a1a1a;
    font-weight: normal;
    font-family: Arial;
    border: none;
}

.box-up-sell .last-viewd-container .top-product-list li {
    border-bottom: 1px solid #6d6e70;
    padding: 12px 5px 15px 5px;
    position: static;
}

.box-up-sell .last-viewd-container .top-product-list li:last-child {
    padding-bottom: 0;
    border: none;
}

.box-up-sell .last-viewd-container .product-name {
    margin: 0;
    line-height: 16px;
}

.box-up-sell .last-viewd-container .top-product-list li img {
    height: 65px;
    width: auto;
    margin: 0;
}

.box-up-sell .last-viewd-container .product-name a {
    font-family: Simhei;
    font-size: 13px;
    color: #231f20;
}

.box-up-sell .last-viewd-container .top-product-list li .product-primary {
    width: 115px;
}

.box-up-sell .last-viewd-container .counter,
.box-up-sell .last-viewd-container .author-name {
    display: none;
}

.box-up-sell .last-viewd-container .block-cms-menu {
    height: 285px;
}

.box-up-sell .last-viewd-container .top-product-list li .product-images {
    float: left;
    width: 60px;
    margin-right: 10px;
}

.box-up-sell .recommended-products {
    width: 976px;
    float: left;
    max-height: 315px;
}

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

@media only screen and (min-width: 768px) {
    .map-popup.map-popup-right {
        left: 10px !important;
    }
    .map-popup.map-popup-left {
        left: auto !important;
        right: 10px !important;
    }
}

.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-table {
    float: left;
    width: 100%;
}

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

.crosssell {
    float: right;
    clear: right;
    width: 40%;
    padding-left: 20px;
}

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

.checkout-cart-index #postcode {
    width: 100%;
}

.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;
}

@media only screen and (max-width: 979px) {
    .display-single-price .cart-table {
        float: none;
        width: 100%;
    }
    .display-single-price .cart-forms {
        float: left;
        padding-right: 10px;
        padding-left: 0;
    }
    .display-single-price .cart-totals-wrapper,
    .display-single-price .crosssell {
        padding-left: 10px;
    }
    .display-single-price .cart-forms,
    .display-single-price .cart-totals-wrapper,
    .display-single-price .crosssell {
        width: 50%;
    }
    .display-single-price .crosssell {
        clear: right;
        float: right;
    }
}

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

/* ============================================ *
 * Checkout - Cart
 * ============================================ */

.cart .page-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
}

.cart .page-title:after {
    content: '';
    display: table;
    clear: both;
}

.cart .page-title h1 {
    float: left;
    border-bottom: none;
    margin-bottom: 6px;
    margin-right: 10px;
}

.checkout-types {
    text-align: right;
    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;
}

.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: 7px;
}

.cart-table th,
.cart-table td,
.cart-table tbody td {
    border-bottom: none;
    vertical-align: top;
}

.cart-table h2 {
    color: #636363;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.cart-table tbody td {
    background-color: transparent;
    padding: 10px 5px 10px 10px;
}

.cart-table .product-cart-info,
.cart-table .product-cart-actions {
    padding-left: 15px;
}

.cart-table tr {
    border-bottom: 1px solid #b3b3b3;
}

.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 img {
    max-width: 100%;
    width: 100%;
}

.cart-table .product-cart-image a.cart-edit {
    display: none;
}

.cart-table .product-cart-sku {
    font-family: Georgia, Times, "Times New Roman", serif;
    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 .qty {
    height: 30px;
    border-color: silver;
    border-radius: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 3.2em;
}

.cart-table .product-cart-actions .button {
    margin-bottom: 5px;
}

.cart-table .item-options {
    padding-left: 15px;
}

/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */

.shipping h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
}

.shipping select {
    width: 100%;
    height: 30px;
    display: block;
}

.shipping select.validation-failed {
    border-color: #df280a;
}

.shipping .shipping-desc {
    display: none;
}

.shipping .buttons-set {
    border: none;
    margin: 0;
    padding: 0;
}

.cart-forms .shipping h2 {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
}

.cart-forms .shipping p {
    font-size: 14px;
    color: #4d4d4d;
    margin-bottom: 15px;
}

.shipping .form-list .input-box {
    padding-top: 0;
    padding-bottom: 10px;
}

.shipping .form-list input {
    height: 30px;
    margin-top: 4px;
}

.shipping .form-list label {
    font-size: 14px;
    color: #4d4d4d;
    font-weight: 700;
    white-space: nowrap;
}

.shipping .sp-methods {
    padding: 10px 0 0;
    text-align: left;
}

.shipping .sp-methods dd {
    margin-bottom: 10px;
}

.shipping .sp-methods label {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 12px;
    font-style: italic;
    min-width: 100px;
}

.shipping .sp-methods label span {
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    font-weight: bold;
    font-style: normal;
}

.shipping #co-shipping-method-form .buttons-set .button {
    float: left;
    margin-left: 0;
}

.shipping #co-shipping-method-form .sp-methods dd label {
    border: 1px solid #cccccc;
    background-color: #ececec;
    min-width: 220px;
}

.shipping #co-shipping-method-form .sp-methods dd label:hover {
    background-color: #dbdbdb;
}

.cart .cart-totals:after {
    content: '';
    display: table;
    clear: both;
}

.cart .cart-totals table td {
    padding: 2px 0px;
}

.cart .cart-totals table td:first-child {
    padding-right: 10px;
    min-width: 120px;
}

.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
    padding-bottom: 10px;
}

.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-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    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 {
    color: #3399cc;
}

.crosssell .item a.product-image {
    width: auto;
    float: left;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */

@media only screen and (max-width: 979px) {
    .crosssell .products-grid>li:nth-child(even),
    .crosssell .products-grid>li:nth-child(3n),
    .crosssell .products-grid>li {
        width: 47.72727%;
        margin-right: 4.54545%;
    }
    .crosssell .products-grid>li:nth-child(odd) {
        clear: left;
    }
    .crosssell .products-grid>li:nth-child(even) {
        margin-right: 0;
    }
    .crosssell .products-grid>li:nth-child(3n+1) {
        clear: 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;
}

@media only screen and (min-width: 980px) {
    .checkout-onepage-index .col-main {
        float: left;
        width: 68.75%;
        padding-right: 20px;
    }
    .checkout-onepage-index .col-right,
    .checkout-onepage-index .col-left {
        width: 31.25%;
        display: block;
    }
    .checkout-onepage-index .col-right {
        padding-left: 0;
    }
}

.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;
}

@media only screen and (max-width: 979px) {
    .opc .section .step {
        padding: 10px;
    }
}

.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;
    margin-bottom: 10px;
    color: #636363;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    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-family: Georgia, Times, "Times New Roman", serif;
    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;
    font-family: Georgia, Times, "Times New Roman", serif;
    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;
    margin-top: 5px;
}

#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: left;
}

.checkout-onepage-success .buttons-set {
    margin: 10px 0;
    text-align: center;
}

.checkout-onepage-success .buttons-set button {
    float: none;
}

/* ============================================ *
 * 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: 3px;
    font-size: 14px;
    text-align: center;
    color: #636363;
    text-decoration: none;
    box-sizing: content-box;
}

.swatch-link {
    border: 1px solid #cccccc;
    margin: 0 0 3px;
}

.swatch-link img {
    border-radius: 2px;
}

.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;
}

.swatch-link.has-image .swatch-label {
    position: relative;
}

.swatch-link.has-image img {
    position: absolute;
    top: 0;
    left: 0;
}

.swatch-label {
    border: 1px solid #fff;
    margin: 0;
    white-space: nowrap;
    background: #f4f4f4;
}

.configurable-swatch-list {
    margin-left: -3px;
    zoom: 1;
    clear: both;
    -webkit-transform: translateZ(0px);
}

.configurable-swatch-list li {
    float: left;
    zoom: 1;
    margin: 0 0 0 3px;
}

.products-grid .configurable-swatch-list li {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top;
}

.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 */

.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 {
    font-size: 12px;
}

.product-view .product-options .swatch-attr label {
    display: block;
    line-height: 1.3;
}

.product-view .product-options .swatch-attr .select-label {
    display: inline;
    font-weight: normal;
    color: #3399cc;
    padding-left: 5px;
}

.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;
}

.product-view .add-to-cart-btn {
    display: block;
    width: 198px;
    height: 40px;
    background: #d71f25 url('../images/cart.png');
    border: 0;
    margin: 0 auto;
    color: white;
    text-transform: uppercase;
    letter-spacing: .2px;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 20px;
    padding-left: 25px;
    outline: 0;
    outline: 0;
    line-height: 41px;
}

.product-view .add-to-cart-btn:hover {
    opacity: 0.6;
}

/* ============================================ *
 * Customer
 * ============================================ */

.col2-set .new-users {
    float: left;
    width: 48.5%;
}

.col2-set .registered-users {
    float: right;
    width: 48.5%;
    padding-bottom: 20px;
}

.customer-account-login .scaffold-form label:first-child {
    width: 115px;
}

.customer-account-login .col2-set .buttons-set {
    text-align: left;
    border-top: 0;
}

.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
    float: none;
    min-width: 50%;
    margin: 0;
}

.customer-account-login .col2-set .col-1 ul {
    list-style: disc;
    padding-left: 20px;
    margin: 10px 0 20px 0;
}

.customer-account-create .scaffold-form label:first-child {
    width: 140px;
}

.account-create .fieldset p.required,
#form-validate .fieldset p.required,
.resetForgotPassword p.required {
    float: none;
    margin: 10px 0;
}

.resetForgotPassword {
    padding-bottom: 20px;
}

.opc #opc-login p:not(.required) {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    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: Arial, "Helvetica Neue", Verdana, 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 {
    margin-left: 0px;
    max-width: 540px;
}

.customer-account-create .fieldset .hidden {
    display: none;
}

.customer-account-create #remember-me-popup {
    max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
    margin-left: 0px;
    max-width: 540px;
}

.customer-account-forgotpassword .fieldset .input-box input.input-text {
    width: 370px;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */



body.customer-account .my-account .page-title h1 {
    border: 0;
    text-align: left;
}

body.customer-account .my-account .title-buttons {
    position: relative;
    text-align: right;
}

body.customer-account .my-account .title-buttons h1 {
    text-align: left;
}

body.customer-account .my-account .title-buttons .button {
    position: absolute;
    right: 0;
    top: 0;
}

body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
    position: relative;
    top: -42px;
}

body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
    width: 100%;
    display: inline-block;
}

body.customer-account .my-account .addresses-list h3 {
    font-size: 14px;
    font-weight: 600;
}

body.customer-account .data-table {
    margin-top: 5px;
}

body.customer-account .data-table td a {
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-size: 13px;
}

body.customer-account .data-table span.nobr {
    white-space: normal;
}

body.customer-account .data-table span.nobr a {
    white-space: nowrap;
}

body.customer-account .data-table td.view a {
    display: block;
}

body.customer-account .data-table .separator {
    display: none;
}

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;
}

/* ============================================ *
 * Dashboard
 * ============================================ */

.dashboard .box-head {
    margin-top: 30px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
}

.dashboard .box-head h2 {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
}

.dashboard .box-head a {
    padding: 10px;
}

.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: 45px;
}

.dashboard .box-account p,
.dashboard .box-account address {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
}

.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
    padding-right: 12.09677%;
    padding-bottom: 0;
}

.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
    position: relative;
    padding-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-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}

.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
    line-height: 19.6px;
}

.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-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    font-size: 13px;
    margin-right: 5px;
}

.dashboard .box-reviews li .details .ratings .rating-box {
    float: left;
    margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */

.my-account .addresses-list {
    font-family: Arial, Times, "Times New Roman", serif;
    padding-top: 15px;
}

.my-account .addresses-list .addresses-primary,
.my-account .addresses-list .addresses-additional {
    border: 2px solid #ececec;
    padding: 10px 20px;
}

.my-account .addresses-list .addresses-primary ol,
.my-account .addresses-list .addresses-additional ol {
    margin-bottom: 40px;
}

.my-account .addresses-list .addresses-primary h2,
.my-account .addresses-list .addresses-additional h2 {
    font-family: Myriad pro;
    font-size: 16px;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 0;
}

.my-account .addresses-list a.address-link {
    font-family: Myriad pro;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background: #f48b05;
    line-height: 15px;
    padding: 0 5px;
    font-weight: normal;
}

.my-account .addresses-list .addresses-primary h3,
.my-account .addresses-list .addresses-additional h3 {
    font-family: Myriad pro;
    font-size: 16px;
    text-transform: uppercase;
    color: #4d4d4d;
    margin-top: 15px;
}

.my-account .addresses-list .addresses-primary,
.my-account .addresses-list .addresses-additional {
    font-size: 14px;
    font-family: Myriad pro;
    color: #666;
}

.my-account .addresses-list .addresses-primary address,
.my-account .addresses-list .addresses-additional address {
    margin: 0;
}

/* ============================================ *
 * Order View
 * ============================================ */

.order-info {
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    width: 100%;
    margin-bottom: 30px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info dt {
    margin-right: 20px;
}

.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 {
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    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: 150px;
    padding-right: 10px;
    float: left;
}

.order-info-box .box-title h2 {
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    font-weight: bold;
    line-height: 1.5;
}

.order-info-box .box-title h2:after {
    content: ':';
}

.order-info-box .box-content {
    float: left;
    font-family: Georgia, Times, "Times New Roman", serif;
}

.order-info-box .box-content td,
.order-info-box .box-content th {
    font-family: Georgia, Times, "Times New Roman", serif;
    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-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

#my-orders-table {
    border-top: 2px solid #e2e2e2;
    border-left: 2px solid #e2e2e2;
}

#my-orders-table th {
    line-height: 38px;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px;
}

#my-orders-table td {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

#my-orders-table td.view a {
    color: #a57c52;
    font-size: 10px;
}

.my-account .btn.btn-back-link {
    font-size: 14px;
    font-weight: bold;
    background: #ee233f;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

#my-orders-table th,
#my-orders-table td {
    border-right: 2px solid #e2e2e2;
}

#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-top: 10px;
    margin-bottom: 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;
}

@media only screen and (max-width: 1199px) {
    .dashboard .col2-set .col-1,
    .dashboard .col2-set .col-2 {
        padding-right: 30px;
        padding-bottom: 0;
    }
    body.customer-account .data-table td.view a {
        white-space: normal;
    }
}

@media only screen and (max-width: 979px) {
    body.customer-account .my-account .title-buttons {
        text-align: left;
    }
    body.customer-account .my-account .title-buttons span.separator,
    body.customer-account .my-account .title-buttons a {
        top: -12px;
    }
}

/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */

body.newsletter-manage-index .my-account .fieldset {
    margin-bottom: 20px;
}

body.newsletter-manage-index .my-account .fieldset h2 {
    display: none;
}

body.newsletter-manage-index .my-account .form-list {
    border-top: 1px solid #ededed;
    padding-top: 10px;
}

/* ============================================ *
 * Contacts
 * ============================================ */

.contacts-index-index .buttons-set {
    margin-left: 30px;
    max-width: 435px;
}

.contacts-index-index .buttons-set p.required {
    float: left;
}

/* ============================================ *
 * PayPal
 * ============================================ */

@media only screen and (max-width: 870px) and (min-width: 768px) {
    .paypal-review-order .col2-set .col-1,
    .paypal-review-order .col2-set .col-2 {
        padding: 0px;
    }
}

.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;
}

@media only screen and (min-width: 768px) {
    .bml-ad.large {
        display: block;
    }
}

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: 6px solid #e6e6e6;
    padding: 20px 25px;
}

#customer-reviews .review-heading:after {
    content: '';
    display: table;
    clear: both;
}

#customer-reviews .review-heading h3,
#customer-reviews .form-add h2 {
    font-size: 18px;
    color: #000;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

#customer-reviews a.review-link,
p.no-rating>a {
    background: #a6a8ab;
    color: #fff;
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    display: inline-block;
    padding: 10px 20px;
    margin-right: 20px;
    text-transform: uppercase;
}

#customer-reviews+.ratings {
    display: none;
}

#customer-reviews .form-add {
    border: 1px solid #e6e6e6;
    padding: 20px;
    margin-bottom: 0;
}

.review-list-wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.review-list-wrapper>div {
    border: 6px solid #e6e6e6;
    padding: 20px 25px;
    margin-right: 1%;
    margin-bottom: 10px;
    float: left;
    width: 49.5%;
}

.review-list-wrapper>div:nth-child(2n) {
    margin: 0;
}

div#customer-reviews {
    padding-top: 0;
}

#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-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    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-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

#customer-reviews h3 span {
    color: #3399cc;
}

#customer-reviews .fieldset {
    padding-top: px;
    width: 100%;
}

#customer-reviews .fieldset h4 {
    border-bottom: 1px solid #cccccc;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    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-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    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 .fieldset input[type="radio"] {
    margin: 0;
    display: inline-block;
}

#customer-reviews .buttons-set {
    border: none;
    margin: 0;
    width: 470px;
}

#customer-reviews dl {
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
}

#customer-reviews dl dt {
    margin: 10px 0;
    text-transform: uppercase;
}

#customer-reviews dl dd {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    margin: 10px 0;
}

#customer-reviews dl dd .ratings-table {
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    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-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    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;
    text-align: center;
}

.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-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    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%;
    margin: 10px 0;
    border: 1px solid #ededed;
}

.slideshow-container .slideshow {
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0;
    border: 10px solid #FFFFFF;
}

.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
 * ============================================ */

.my-wishlist {
    width: 780px;
}

.my-wishlist .back-link a {
    background: url(../images/back-icon.png) left 6px no-repeat;
    padding: 0 0 0 20px;
    color: #4d4d4d;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
}

#wishlist-table th {
    text-align: left;
    padding: 0 20px;
    color: #4d4d4d;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 45px;
    font-weight: bold;
}

#wishlist-table td {
    padding: 15px 20px;
}

#wishlist-table.clean-table {
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
}

#wishlist-table.clean-table td {
    padding: 15px;
    vertical-align: top;
}

#wishlist-table.clean-table thead th {
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

#wishlist-table .product-name {
    font-size: 13px;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

#wishlist-table .description {
    font-size: 13px;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    margin-bottom: 15px;
    color: #4d4d4d;
}

#wishlist-table .product-name a {
    color: #4d4d4d;
}

#wishlist-table .wishlist-sku {
    font-size: 11px;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    margin: 5px 0;
}

#wishlist-table textarea {
    border: 1px solid silver;
    width: 100%;
    height: 80px;
    font-size: 11px;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
}

#wishlist-table .price-box {
    margin: 0;
}

#wishlist-table .item-manage {
    text-align: right;
    max-width: 450px;
    padding-top: 5px;
}

#wishlist-table .item-manage .button {
    font-size: 11px;
    padding: 3px 5px;
}

#wishlist-table .price-label,
#wishlist-table .minimal-price-link {
    display: none;
}

#wishlist-table .regular-price .price {
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    color: #4d4d4d;
    font-weight: bold;
}

#wishlist-table .member-price .price {
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    font-weight: bold;
}

#wishlist-table .add-to-cart-alt {
    padding: 10px 0 0 0;
}

#wishlist-table .add-to-cart-alt input.qty {
    width: 32px;
    height: 34px;
    text-align: left;
    margin-bottom: 5px;
}

#wishlist-table .add-to-cart-alt .btn-cart {
    line-height: 34px;
    padding: 0 14px;
    background: #ef233f;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    border: 0;
}

#wishlist-table p {
    margin: 0;
}

#wishlist-table .link-edit {
    color: #000;
    clear: left;
    display: inline-block;
    margin: 10px 0 0;
    font-size: 12px;
}

#wishlist-table .button {
    background: none repeat scroll 0 0 #f0233f;
    color: #ffffff;
    font: 12px/1.35 Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    vertical-align: middle;
}

#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: 12px;
    margin-bottom: 10px;
    padding: 3px 5px;
    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 .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;
}

@media only screen and (max-width: 1199px) {
    #wishlist-table.clean-table td {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 979px) {
    #wishlist-table.clean-table td {
        padding-left: 5px;
        padding-right: 5px;
    }
    #wishlist-table.clean-table td textarea {
        height: 100px;
    }
    #wishlist-table.clean-table td.customer-wishlist-item-cart {
        width: 110px;
    }
    #wishlist-table .product-name {
        font-size: 13px;
    }
}

/* ============================================ *
 * 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>a {
    width: 70%;
    float: right;
    background: #f1f1f2;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    text-align: left;
    position: relative;
}

.header-minicart>a .label {
    color: #f15a24;
    font-size: 13px;
}

.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-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.header-minicart .block-subtitle .close {
    width: 40px;
    float: right;
    display: block;
    color: #636363;
    text-decoration: none;
    font-weight: normal;
    font-size: 30px;
    position: absolute;
    top: -8px;
    right: -3px;
}

.header-minicart .mini-products-list {
    padding: 10px;
    padding-top: 0px;
}

.header-minicart .mini-products-list li {
    padding: 8px 5px 8px 11px;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}

.header-minicart .mini-products-list li.last {
    border: none;
}

.header-minicart .mini-products-list li .product-details {
    position: relative;
}

.header-minicart .product-details .product-name {
    padding-top: 0px;
    font-weight: bold;
}

.header-minicart .product-details .product-name a {
    color: #3399cc;
}

.header-minicart .info-wrapper {
    margin-bottom: 0.5em;
}

.header-minicart .info-wrapper th {
    text-transform: uppercase;
    padding-right: 10px;
}

.header-minicart .info-wrapper td {
    color: #3399cc;
    clear: right;
}

.header-minicart .info-wrapper .qty-wrapper td {
    height: 33px;
    line-height: 33px;
}

.header-minicart .info-wrapper .qty {
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 2px;
    width: 3.2em;
    text-align: center;
    height: 30px;
}

.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;
}

.header-minicart .info-wrapper .quantity-button.visible {
    opacity: 1;
}

.header-minicart .subtotal {
    float: left;
    padding-left: 15px;
    text-align: left;
    width: 60%;
}

.minicart-actions .pull-right .btn {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff !important;
}

.header-minicart .subtotal .label {
    color: #666;
    font-size: 12px;
    display: block;
}

.header-minicart .subtotal .price {
    color: #333;
    font-size: 16px;
}

.header-minicart .minicart-actions {
    padding: 10px;
    margin-top: 0px;
    /*overflow: hidden;*/
    position: relative;
    text-align: center;
}

.header-minicart .minicart-actions .checkout-button {
    min-width: 145px;
}

.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: red;
    display: none;
}

.header-minicart #minicart-success-message {
    text-align: center;
    color: green;
    display: none;
}

.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
    display: none;
}

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

@media only screen and (min-width: 768px) {
    .checkout-types.minicart {
        float: none;
        text-align: center;
    }
}

/* ============================================ *
 * 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 {
    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;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    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;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    padding-bottom: 10px;
}

.product-review .ratings-table {
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
}

.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;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    margin-top: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}

.product-review .ratings-description dd {
    color: #737373;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    font-size: 13px;
}

@media only screen and (min-width: 768px) {
    .product-review .ratings-table tr {
        float: none;
    }
}

@media only screen and (min-width: 1126px) {
    .product-review .ratings-table tr {
        float: left;
        margin-right: 15px;
    }
}

/* ============================================ *
 * CMS Pages
 * ============================================ */

.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;
}

.cms-page-view .std img,
.cms-no-route .std img {
    max-width: 100%;
}

.cms-page-view .std h2,
.cms-no-route .std h2 {
    color: #3399cc;
}

.cms-page-view .std li,
.cms-no-route .std li {
    color: #636363;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
}

.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: Arial, "Helvetica Neue", Verdana, sans-serif;
}

#accordion .toggle-tabs {
    display: none;
}

#accordion>dl>dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    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: 0;
    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-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    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;
}

@media only screen and (max-width: 979px) {
    .notice-cookie .notice-text {
        max-width: 86%;
    }
}

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

.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;
}

@media only screen and (max-width: 979px) {
    .billing-agreements .data-table .created-at,
    .billing-agreements .data-table .updated-at {
        display: none;
    }
}

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

@media only screen and (min-width: 768px) {
    .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
        max-width: 100px;
    }
}

.widget {
    clear: both;
}

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

@media only screen and (min-width: 1199px) {
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(odd),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(odd),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(odd) {
        clear: none;
    }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n+1),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n+1),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n+1) {
        clear: none;
    }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(even),
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(even),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(even),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n) {
        margin-right: 2.22222%;
    }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li,
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li,
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li {
        margin-right: 2.22222%;
    }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li,
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li,
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li {
        width: 23.33333%;
        margin-right: 2.22222%;
    }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n+1),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n+1),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n+1) {
        clear: left;
    }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n) {
        margin-right: 0;
    }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(odd),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(odd),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(odd) {
        clear: none;
    }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n+1),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n+1),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n+1) {
        clear: none;
    }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(even),
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(even),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(even),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n) {
        margin-right: 2.22222%;
    }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li,
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li,
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li {
        margin-right: 2.22222%;
    }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li,
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li,
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li {
        width: 18.22222%;
        margin-right: 2.22222%;
    }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n+1),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n+1),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n+1) {
        clear: left;
    }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n) {
        margin-right: 0;
    }
}

.products-grid h2.product-name a {
    height: 38px;
    margin: 0;
    overflow: hidden;
}

/* ============================================ *
 * 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;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
}

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;
}

@media only screen and (max-width: 979px) {
    body[class*="checkout-multishipping-"] .checkout-progress span {
        word-spacing: 300px;
    }
    #review-order-form .col-1,
    #review-order-form .col-2 {
        float: none;
        width: auto;
        border: 0;
        padding-right: 0;
        padding-left: 0;
    }
}

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

.top-nav li {
    float: right;
    border-right: 1px solid #afafb1;
    padding: 0 10px;
}

.top-nav>li>a {
    font-size: 13px;
    color: #000;
}

.top-nav li:first-child {
    border-right: none;
    border: 0;
}

.block-cms-menu .block-title {
    background: #d81f26;
    color: #fff;
    text-align: center;
    padding: 7px 0;
}

.block-cms-menu .block-title a {
    color: #fff !important;
}

.block-cms-menu .block-content {
    border: 1px solid #88881a;
    text-align: center;
}

.block-dailydeal {
    border: 1px solid #767374;
    padding: 5px 2px;
    min-height: 370px;
}

.block-dailydeal .time-left {
    padding-left: 5px;
}

.block-dailydeal .block-title {
    text-transform: uppercase;
    text-align: center;
}

.block-dailydeal .product-image a.sidebar-product-image {
    text-align: center;
    display: block;
    padding: 20px;
}

.block-dailydeal .product-desc {
    color: #f47b50;
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.block-dailydeal .product-info {
    color: #f15a24;
    font-size: 12px;
    padding: 5px 3px;
    text-align: left;
    max-height: 46px;
    overflow: visible;
    text-overflow: ellipsis;
}

.block-dailydeal .deal-price-block {
    padding: 17px 10px;
    display: inline-block;
}

.block-dailydeal .deal-price-block>div {
    width: 100%;
    display: inline-block;
}

.block-dailydeal .deal-price-block .price-label {
    width: 49%;
    color: #393939;
    text-transform: uppercase;
    font-size: 13px;
    float: left;
    display: block;
    font-weight: bold;
}

.block-dailydeal .deal-price-block .old-price,
.block-dailydeal .deal-price-block .deal-price {
    color: #1a1a1a;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    display: block;
    font-weight: bold;
}

.block-dailydeal .deal-price-block .deal-price {
    color: #ec1c24;
}

.widget-new-products .widget-title {
    border-bottom: 1px solid #c0996e;
    position: relative;
    width: 100%;
    display: inline-block;
}

.widget-new-products .widget-title h2,.widget-recommended-pre-school-products .widget-title h2,.widget-recommended-international-school-products .widget-title h2 {
    color: #fff;
    font-size: 14px;
    background: #c0996e;
    float: left;
    padding: 3px 10px;
    margin: 0;
}

.widget-new-products .more-link {
    float: left;
    margin-left: 10px;
    margin-top: 4px;
    text-transform: uppercase;
    color: #999999;
    font-size: 12px;
}

.widget-new-products .widget-products {
    padding: 20px 0 0 0;
}

.widget-new-products .widget-products .row>.col-sm-3:nth-child(4n+1) {
    clear: both;
}

.widget-new-products .widget-products .row>.col-sm-3 {
    margin-bottom: 20px;
}

.widget-products .product-info {
    padding: 5px 0;
}

.top-footer {
    border-top: 1px solid #231f20;
    border-bottom: 1px solid #231f20;
}

.top-footer ul {
    border-top: 1px solid #9f9d9e;
    border-bottom: 1px solid #9f9d9e;
    display: inline-flex;
    width: 100%;
    margin: 0;
    padding: 15px 10px;
}

.top-footer li {
    box-sizing: border-box;
    width: 14.28%;
    padding-left: 30px;
    color: #f15a24;
    text-transform: uppercase;
    line-height: 60px;
    display: table-cell;
    vertical-align: middle;
}

.top-footer li img {
    margin-right: 10px;
}

.top-footer li span {
    line-height: 20px;
}

.top-footer li.more-width {
    width: 17.28%;
}

.top-footer li.less-width {
    width: 11.28%;
}

.top-footer li span a {
    color: #ef5a24;
    font-size: 12px;
    font-weight: bold;
}

.footer-container-default {
    margin-top: 20px;
}

.footer-container-default .top-footer li {
    line-height: 20px;
    padding-left: 20px;
}

.footer-container-default .top-footer li img {
    float: left;
}

.footer-container-default .top-footer li span {
    display: inline-block;
    line-height: 16px;
    width: 80px;
    padding: 12px 0 0;
}

.footer-container-default .top-footer li.more-width {
    width: 17.28%;
}

.footer-container-default .top-footer li.less-width {
    width: 11.28%;
}

.footer-container-default .top-footer li span.more-up {
    width: 70px;
    padding: 5px 0 0;
}

.footer-container-default .top-footer li.more-width span {
    width: 100px;
}

.footer-container-default .top-footer li span.more-down {
    padding: 15px 0 0 0;
}

.footer-container-default .top-footer li.less-width span.more-down {
    padding: 12px 0 0 0;
}

.footer-container-default .top-footer li.less-width span {
    width: 58px;
    white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .footer-container-default .top-footer li:nth-child(1),
    .footer-container-default .top-footer li:nth-child(2),
    .footer-container-default .top-footer li:nth-child(6),
    .footer-container-default .top-footer li:nth-child(7) {
        padding-top: 7px;
    }
}

.newsletter-block {
    padding: 5px;
    margin-top: 20px;
    background: #5d5d5d;
    width: 100%;
    display: inline-block;
}

.newsletter-block .col-sm-7 {
    padding-left: 30px;
    color: #fff;
    line-height: 30px;
}

.newsletter-block .input-box {
    width: 40%;
    float: left;
    margin-right: 5px;
}

.newsletter-block .actions {
    display: inline-block;
}

.newsletter-block .actions button {
    background: #000;
    color: #fff;
    border: 0;
    line-height: 30px;
    margin-top: 2px;
    padding: 0 15px;
}

.product-carousel .carousel-indicators {
    right: 33px;
    top: 1px;
    width: 30px;
    background: none;
    margin: 0;
}

.product-carousel .carousel-indicators li {
    position: absolute;
    background: none !important;
    color: #ec1c24;
    display: none;
    width: 30px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 0 !important;
}

.product-carousel .carousel-indicators li.active {
    display: inline-block;
    right: -10px;
    width: 40px;
}

.product-carousel .carousel-indicators li.total-count {
    right: -24px;
    display: block !important;
}

.product-carousel .carousel-control {
    right: 0;
    top: 0;
    background: none !important;
    color: #ec1c24 !important;
    text-shadow: none;
    opacity: 1 !important;
}

.product-carousel .carousel-control.left {
    right: 45px !important;
    left: inherit;
    width: 47px;
}

.product-carousel .carousel-control.right {
    right: 0;
    width: 10px;
}

.social-links li {
    float: left;
}

.bottom-footer {
    padding: 20px 0;
}

.social-links {
    padding-bottom: 20px;
}

.bottom-footer .copyright {
    padding: 15px;
}

.social-links li a {
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
}

#addBookmark a {
    padding: 0px 0 0px 30px;
    color: #3c3c3c;
    background-position: left;
    position: RELATIVE;
}

#addBookmark a:before {
    background: url(../images/css_sprites.png) -10px -123px;
    width: 28px;
    height: 26px;
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 5px;
}

.top-nav .caret {
    background: url(../images/dropdown-arrow.png) right -1px no-repeat;
    border: 0;
    height: 10px;
    width: 10px;
}

.top-nav .dropdown {
    display: block !important;
    border: 1px solid #f1f1f2;
}

.top-nav .dropdown:hover .dropdown-menu {
    display: block !important;
}

.top-nav .dropdown a {
    color: #333 !important;
    padding: 3px 0;
}

.top-nav .dropdown li {
    float: left;
    border: 0;
    width: 100%;
}

#homepage-carousel {
    margin-bottom: 20px;
}

.cart-arrow {
    background: url(../images/cart-arrow.png) left bottom no-repeat;
    width: 13px;
    height: 28px;
    float: right;
    display: inline-block;
}

.cart-icon {
    background: url(../images/cart-icon.png) left 8px no-repeat;
    width: 30px;
    float: left;
    height: 40px;
    display: inline-block;
    text-decoration: none !important;
    margin-right: 10px;
}

.header-minicart .count {
    position: absolute;
    left: 25px;
    top: -9px;
    line-height: 18px;
    padding: 0 3px;
    background: #ec1c24;
}

.advanced-search-link {
    color: #333;
    float: left;
    display: block;
    padding-left: 6px;
    text-transform: uppercase;
    width: 18%;
}

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

.col2-left-layout .col-left {
    padding-right: 0 !important;
}

.product-shop .price-block .price-label {
    width: 95px;
    display: inline-block;
    min-width: 125px;
    margin-right: 10px;
}

.price-block .price-label {
    width: 80px;
}

.price-block .price-label,
.price-block .price {
    color: #231f20;
    font-size: 16px;
}

.price-block .special-price .price,
.price-block .member-price .price {
    color: #ec1c24
}

.product-shop .price-box .price {
    font-weight: normal;
}

.product-information .label {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    margin-right: 10px;
    min-width: 125px;
    display: inline-block;
}

.product-information .value {
    font-size: 16px;
    font-weight: normal;
    margin-right: 10px;
}

.product-tabs {
    border: 1px solid #d2d2d2;
    height: 50px;
    width: 100%;
    padding: 0;
    line-height: 50px;
    background: #f0f0f1;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 5px;
}

.product-tabs>ul {
    margin: 0;
    display: flex;
}

.product-tabs>ul li {
    padding: 0 15px;
}

.product-tabs>ul li a {
    color: #595959;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    display: block;
    font-weight: 600;
	line-height: 47px;
	border-bottom: 3px solid transparent;
}

.product-tabs>ul li a.tab-active {
	border-bottom: 3px solid #d71f25 !important;
	color: #d71f25;
}

.product-tabs>ul li:last-child a {
    border: 0;
}

.product-tabs .fonts-block {
    text-align: left;
    display: inline-block;
    padding: 9px 0;
}

.product-tabs .fonts-block .font-name.active {
    background: #d81f26;
}

.product-tabs .fonts-block .font-name {
    background-color: #58595b;
    margin: 0 5px 0 0;
    width: 24px;
    text-align: center;
    color: #fff;
    float: left;
    height: 28px;
    font-size: 18px;
    display: none;
    cursor: pointer;
}

.fonts-block .button-label {
    float: left;
    color: #231f20;
    line-height: 30px;
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 5px;
    display: none;
}

.product-data-container {
    width: 100%;
    clear: both;
}

.product-data-container>div {
    padding-top: 20px;
}

.product-data-container>div .tab-title {
    border-bottom: 1px solid #c69c6d;
}

.product-data-container>div .tab-title h3 {
    min-width: 220px;
    color: #fff;
    font-size: 13px;
    background: #c69c6d;
    line-height: 28px;
    margin: 0;
    padding: 0 15px;
    display: inline-block;
    padding-top: 5px;
}

.product-data-container>div .tab-content {
    padding: 20px 0px 0;
}

.time_left_backgroud_color {
    background: red;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.product-tabs.stick {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 10000;
}

.deal_noprp {
    padding: 0 0 10px 0;
}

.homepage-left-banner .item {
    padding: 0 0 4px 0;
}

.homepage-left-banner .item img {
    height: 53px;
    width: 100%;
}

.deal_noprp img {
    width: 100%;
    height: 370px;
}

.cat-wrapper {
    border: 1px solid #231f20;
}

.cat-wrapper .cat-container {
    border-bottom: 1px solid #231f20;
    display: inline-flex;
    clear: both;
    width: 100%;
}

.cat-wrapper .cat-container:last-child {
    border: none;
}

.cat-wrapper .main-category {
    background-color: #f2f2f2;
    border-right: 1px solid #231f20;
    padding: 15px 20px;
    float: left;
    width: 20%;
    box-sizing: border-box;
}

.cat-wrapper .main-category a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.cat-wrapper .sub-category {
    padding: 15px 20px;
    width: 80%;
    float: left;
    box-sizing: border-box;
}

.sub-category .sub-cat-links {
    width: 20%;
    padding: 0 0 20px 20px;
    float: left;
}

.sub-category .sub-cat-links a {
    color: #666;
    font-size: 13px;
}

#banners-carousel img {
    max-width: 100%;
}

.free-heading {
    background-color: #9a9a9a;
    width: 60px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.free-gift-product-name {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

#free-gift .product_gift {
    width: 125px;
    height: 125px;
    background: #e6e6e6;
    padding: 15px;
    margin-right: 15px;
    float: left;
    margin-bottom: 10px;
}

#free-gift .product_gift img {
    width: 95px;
    height: 95px;
}

.free-product-desc {
    width: 80%;
    float: left;
}

.free-product-desc .heading:before {
    color: #231f20;
    content: ">>";
    font-family: Simhei;
    font-size: 13px;
    letter-spacing: -4px;
    padding-right: 5px;
}

.free-product-desc .heading {
    font-size: 14px;
    color: #231f20;
    font-family: Simhei;
    text-transform: uppercase;
    font-weight: bold;
}

.qty-values {
    color: #ff0000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding: 0 0 15px 0;
}

.free-product-desc .value {
    font-size: 13px;
    color: #231f20;
    padding: 5px 15px 10px 15px;
}

.free-gift-section .free-heading {
    float: left;
    width: 57px;
    font-size: 7px;
    font-family: Arial;
    box-sizing: border-box;
    margin-right: 5px;
    margin-bottom: 0;
}

.free-gift-section .free-gift-product-name {
    font-size: 11px;
    font-family: Simhei;
    width: 110px;
    line-height: 14px;
    margin-bottom: 0;
}

.free-gift-section .free-gift-product-name a:before {
    content: '>';
    font-size: 12px;
    color: #f47b50;
    margin-right: 3px;
}

.free-gift-section .free-gift-product-name a {
    font-size: 9px;
    color: #333;
    font-family: Simhei;
}

.free-gift-section .free-gift-image {
    display: table-cell;
    width: 62px;
}

.free-gift-section .free-gift-image img {
    width: 57px;
    height: 57px;
    border: 1px solid #bfbfbf;
}

.add-to-cart-wrapper .free-gift-section {
    margin-bottom: 10px;
}

.free-gift-section .qty-product {
    font-family: Simhei;
    width: 110px;
    color: #333;
    vertical-align: middle;
    display: table-cell;
    font-size: 11px;
    text-transform: uppercase;
}

.col-md-10.tabs-link-wrapper {
    padding: 0;
}

.tab-content .free-heading {
    background-color: #9a9a9a;
    width: auto;
    height: auto;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.tab-content .free-gift-product-name {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.tab-content #free-gift .product_gift {
    width: 125px;
    height: 125px;
    background: #e6e6e6;
    padding: 15px;
    margin-right: 15px;
    float: left;
    margin-bottom: 10px;
}

.tab-content #free-gift .product_gift img {
    width: 95px;
    height: 95px;
}

.tab-content .free-product-desc {
    width: 80%;
    float: left;
}

.tab-content .free-product-desc .heading:before {
    color: #231f20;
    content: ">>";
    font-family: Simhei;
    font-size: 13px;
    letter-spacing: -4px;
    padding-right: 5px;
}

.tab-content .free-product-desc .heading {
    font-size: 14px;
    color: #231f20;
    font-family: Simhei;
    text-transform: uppercase;
    font-weight: bold;
}

.tab-content .qty-values {
    color: #ff0000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding: 0 0 15px 0;
}

.tab-content .free-product-desc .value {
    font-size: 13px;
    color: #231f20;
    padding: 5px 15px 10px 15px;
}

.M .tab-content .free-heading {
    font-size: 17px;
}

.M .tab-content .free-product-desc .heading {
    font-size: 19px;
}

.M.tab-content .qty-values,
.M .tab-content .free-gift-product-name {
    padding: 0 0 20px 0;
}

.M .tab-content .free-product-desc .value,
.M .tab-content .free-product-desc .heading:before {
    font-size: 18px;
}

.L .tab-content .free-heading {
    font-size: 22px;
}

.L .tab-content .free-product-desc .heading {
    font-size: 24px;
}

.L.tab-content .qty-values,
.L .tab-content .free-gift-product-name {
    font-size: 25px;
}

.L .tab-content .free-product-desc .value,
.L .tab-content .free-product-desc .heading:before {
    font-size: 23px;
}

#shopping-cart-table {
    border: 2px solid #d3d3d3;
}

#shopping-cart-table th {
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-size: 12px;
    color: #f7931e;
    font-weight: bold;
    padding: 0 5px 0 10px;
}

#shopping-cart-table .cart-price .price {
    color: #603813;
    font-size: 16px;
    font-weight: bold;
}

.cart-qty-field {
    width: 55px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    line-height: 50px;
}

.remove-product {
    border: none;
}

#shopping-cart-table .product-name a {
    color: #4b4b4b;
    font-size: 14px;
}

.total-price td,
.total-price td .price {
    color: #4d4d4d;
    font-size: 16px;
    margin-right: 20px;
    font-weight: bold;
}

.update-shoppping-cart {
    line-height: 35px;
    height: 35px;
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    background: #2ac5e4;
    border: 0;
    font-size: 11px;
    font-weight: bold;
}

.proceed-shoppping-cart {
    line-height: 40px;
    height: 40px;
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    background: #2ac5e4;
    border: 0;
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}

.continue-shopping {
    line-height: 35px;
    height: 35px;
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    background: #f7931e;
    border: 0;
    font-size: 13px;
    font-weight: bold;
}

.cart-bottom-conatiner {
    padding-top: 20px;
    clear: both;
}

.cart-bottom-conatiner .cart-totals-wrapper {
    width: 380px;
    float: right;
    padding-left: 50px;
    text-align: left;
}

.cart-bottom-conatiner .cart-forms {
    width: 270px;
    float: right;
    padding-top: 20px;
}

.cart-bottom-conatiner .cart-totals-wrapper h2 {
    text-transform: uppercase;
    color: #f7931e;
    border: 0;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 2px solid #f7931e;
}

.cart-totals-wrapper tbody>tr.gst-tax,
.cart-totals-wrapper tfoot>tr:not(.gst-tax),
#checkout-review-table-wrapper tfoot>tr.gst-tax,
#checkout-review-table-wrapper tfoot>tr.grandTotal+tr,
#checkout-review-table-wrapper tfoot>tr.grandTotal+tr+tr,
#checkout-review-table-wrapper tfoot>tr.grandTotal+tr+tr+tr,
#checkout-review-table-wrapper tfoot>tr.grandTotal+tr+tr+tr+tr:not(.last) {
    display: none;
}

#checkout-review-table-wrapper tfoot>tr.grandTotal+tr+tr+tr.gst-tax,
#checkout-review-table-wrapper tfoot>tr.grandTotal+tr+tr+tr+tr.gst-tax,
.cart-totals-wrapper tfoot>tr.grandTotal,
#checkout-review-table-wrapper tfoot>tr.grandTotal+tr+tr.summary-total.gst-tax {
    display: table-row !important;
}

#checkout-review-table-wrapper tfoot>tr.gst-tax td,
#checkout-review-table-wrapper tfoot td.grand-total {
    font-weight: bold !important;
}

.cart-bottom-conatiner td.a-left {
    text-align: left;
    font-size: 14px;
    color: #4d4d4d;
}

.cart-bottom-conatiner td.a-right {
    text-align: right;
    font-size: 16px;
    color: #4d4d4d;
    font-weight: bold;
}

.cart-bottom-conatiner td.a-left.grand-total,
.cart-totals-wrapper tfoot>tr.gst-tax td:first-child {
    color: #f7931e;
    font-weight: bold;
}

.get-a-quote {
    line-height: 45px;
    height: 45px;
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    background: #f0233f;
    border: 0;
    font-size: 13px;
    font-weight: bold;
}

.user-info-form {
    border: 1px solid #b3b3b3;
    padding: 30px 50px;
}

.user-info-form.scaffold-form label {
    font-size: 18px;
    font-family: Myriad Pro;
    color: #000;
    font-weight: normal;
}

.my-account,
.block-account {
    margin-top: 10px;
}

.my-account h3 {
    color: #4d4d4d;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}

.my-account h2 {
    color: #4d4d4d;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: Myriad pro;
    text-transform: capitalize;
    font-size: 18px;
}

.my-account .main_heading .message {
    color: #4d4d4d;
    font-family: Arial;
    font-size: 14px;
}

.my-account .main_heading {
    border-bottom: 1px solid #b3b3b3
}

.my-account .main_heading .btn {
    float: right;
    color: #fff;
    font-family: Myriad pro;
    font-size: 16px;
    padding: 0 10px;
    margin-top: -30px;
    background: #ff4400;
}

.my-wishlist {
    width: 100%;
}

.my-account .page-title p {
    color: #4d4d4d;
    font-size: 14px;
    margin: 0;
}

.my-account .input-text {
    width: 440px;
    border: 1px solid #909090;
    height: 34px;
    line-height: 34px;
}

.my-account select {
    width: 440px;
    height: 34px;
    line-height: 34px;
}

.my-account label {
    font-size: 14px;
    margin: 0;
}

.my-account input.checkbox {
    margin: 0 5px 0 0 !important;
}

.my-account input.checkbox+label {
    display: inline;
    width: auto;
    color: #000;
    background: none;
    padding: 0;
}

.btn.btn-save {
    background: #ef233f;
    width: 110px;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.my-account li.control,
.my-account li {
    padding: 10px 0 0 0;
    text-align: left;
    margin: 0;
}

.my-account .second-fieldset {
    padding: 40px 0 0 0;
}

.my-account .billing-address-checkbox {
    width: 100%;
    display: inline-block;
}

.my-account .checkbox-inline {
    margin: 0 !important;
}

.my-account .checkbox-inline label {
    font-size: 14px;
    color: #4d4d4d;
    font-family: Arial;
    font-weight: bold;
}

.my-account .required-field {
    font-size: 12px;
    font-family: Arial;
    color: #ff0000;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
}

.more-views {
    padding: 10px;
    width: 270px;
    margin: 0 auto;
}

.product-img-box {
    text-align: center;
}

#product-more-views {
    padding: 0 20px;
}

#product-more-views .row {
    margin: 0 -5px;
}

#product-more-views .col-md-4 {
    padding: 0 5px;
    text-align: center;
}

#product-more-views .col-md-4 a,
.product-modal-more-views a {
    border: 1px solid #eeeeee;
    display: block;
}

.product-modal-more-views a {
    margin-right: 6px;
}

#product-more-views .col-md-4 a.active,
.product-modal-more-views a.active {
    border: 1px solid #f15a24;
}

#product-more-views .carousel-control {
    background: url(../images/more-product-view-image.png) left top no-repeat;
    width: 18px;
    height: 33px;
    text-indent: -999em;
    font-size: 0;
    top: 15px;
}

#product-more-views .carousel-control.left {
    left: -10px;
}

#product-more-views .carousel-control.right {
    background-position: 0 -33px;
    right: -10px;
}

#product-modal {
    text-align: left;
}

#product-modal .modal-dialog {
    width: 950px;
    height: 600px;
}

#product-modal img {
    max-width: 100%;
}

.product-modal-more-views a {
    display: block;
    float: left;
    margin-bottom: 20px;
}

.product-main-image {
    position: relative;
    text-align: center;
}

.product-main-image .main-image {
    background: url(../images/more-product-view-image.png) left top no-repeat;
    width: 18px;
    height: 33px;
    text-indent: -999em;
    font-size: 0;
    top: 40%;
    position: absolute;
}

.product-main-image .main-image.left {
    left: 40px;
}

.product-main-image .main-image.right {
    background-position: 0 -33px;
    right: 40px;
}

.delivery-label,
.delivery-value {
    font-size: 13px;
    font-family: Arial;
    color: #000;
    font-weight: bold;
}

.delivery-value {
    color: #ff0000;
}

.best-combination h2 {
    color: #231f20;
    text-transform: uppercase;
    font-size: 18px;
}

.best-combination .product-view {
    display: none;
}

#best-combination-product {
    border: 1px solid #d2d2d2;
    padding: 30px 10px 0;
}

.box-up-sell .recommended-product a.product-image {
    text-align: center;
}

.box-up-sell .recommended-product .product-name a {
    color: #d71f25;
    display: block;
    font-family: Arial;
    font-size: 12px;
    height: 38px;
    overflow: hidden;
}

#best-combination-product .price-box,
.box-up-sell .recommended-product .price-box {
    font-size: 13px;
    color: #595959;
}

#best-combination-product .price-box .price,
.box-up-sell .recommended-product .price-box .price {
    font-size: 13px;
    color: #231f20;
    font-weight: bold;
}

#best-combination-product .price-box .member-price .price,
.box-up-sell .recommended-product .price-box .member-price .price {
    color: #ec1c24;
}

.best-combination .section__title {
    margin-top: 20px;
    margin-bottom: 5px;
}

.cat-names {
    color: #595959;
    font-size: 14px;
    font-family: Arial;
    text-transform: uppercase;
    display: flex;
    padding: 30px 0 20px 0;
    align-items: center;
}

.cat-names .cat-label {
    margin-right: 10px;
}

.wrong-cat {
    background: #f0f0f1;
    color: #666;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    margin-left: 100px;
    min-width: 200px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.wrong-cat:hover {
    opacity: 0.6;
}

#narrow-by-list2 {
    border: 1px solid #6d6e70;
}

#narrow-by-list2 .first-title {
    font-family: 'Conv_BLUEHIGD';
    font-size: 28px;
    text-transform: uppercase;
    padding: 5px 0 0 0;
    text-align: center;
    color: #000;
    font-weight: lighter;
    background: #fff;
}

#narrow-by-list2 ol {
    margin: 0;
}

#narrow-by-list2 .second-title {
    border-top: 1px solid #6d6e70;
    border-bottom: 1px solid #6d6e70;
    background: #4d4d4d;
    padding: 15px 0 10px 20px;
    text-align: left;
}

#narrow-by-list2 .second-title a,
#narrow-by-list2 .third-title a,
#narrow-by-list2 .second-title+li a {
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}

#narrow-by-list2 .third-title,
#narrow-by-list2 .second-title+li {
    border-top: 1px solid #a1464b;
    border-bottom: 1px solid #a1464b;
    background: #d61f26;
    padding: 15px 0 10px 15px;
    text-align: left;
}

#narrow-by-list2 .second-title+li h6 {
    margin: 0;
}

#narrow-by-list2 .child-cat {
    border-top: 1px solid #6d6e70;
    padding: 15px 0 10px 30px;
}

#narrow-by-list2 .amshopby-cat {
    border-top: 1px solid #6d6e70;
    padding: 0 0 0 20px;
}

#narrow-by-list2 .child-cat a,
#narrow-by-list2 .amshopby-cat a {
    color: #000;
    font-family: Arial;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0;
}

#narrow-by-list2 .amshopby-cat a {
    padding: 15px 0 10px 5px;
    display: block;
}

#narrow-by-list2 .amshopby-cat.active a {
    color: #ec1c24;
}

#published-filter .title {
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    background: #d81f26;
}

#published-filter dd.last {
    padding-top: 15px;
}

#published-filter .date-filters {
    border-top: 2px solid #929294;
    display: inlin-block;
    padding: 0 0 0 5px;
}

#published-filter .date-filters a {
    color: #231f20;
    padding: 0;
    font-size: 14px;
    font-family: Arial;
    text-transform: uppercase;
    line-height: 28px;
}

.my-account .address-wrapper {
    border: 1px solid #bfbfbf;
    padding: 25px 70px;
}

.address-wrapper h2.legend {
    font-size: 14px;
    color: #333;
    font-family: Myriad Pro;
    margin: 0;
    padding: 0;
    border: 0;
    text-transform: capitalize;
    font-weight: bold;
}

.my-account .btn {
    border: 0;
    font-family: Arial;
    font-size: 12px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
}

.my-account .btn-back {
    padding: 5px 30px !important;
    background: #4d4d4d;
}

.my-account .save-address {
    padding: 0 10px;
    margin-left: 10px;
}

.my-account .user-info-form p.required {
    font-size: 18px;
    font-family: Myriad Pro;
    color: #ff0000;
    padding: 20px 0;
}

.my-account .user-info-form li {
    padding: 10px 0;
}

.link-card-form {
    border: 1px solid #999999;
    width: 886px;
    margin-top: 10px;
}

.link-card-form h1 {
    line-height: 38px;
    background: #cccccc;
    font-size: 21px;
    font-weight: bold;
    text-transform: none;
    color: #fff;
    margin: 0;
    padding: 0 20px;
}

.link-card-form .contain-top-design {
    padding: 40px;
}

.link-card-form .contain-top-design label {
    width: 230px;
    color: #4d4d4d;
}

.link-card-form .contain-top-design input {
    width: auto;
    border: 1px solid #909090;
    height: auto;
    margin-bottom: 10px;
}

.link-card-form .contain-top-design .help-message {
    margin-left: 5px;
    color: #999;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.link-card-form .buttons-set {
    padding-top: 30px;
}

.link-card-form .btn,
.newsletter-form .btn {
    line-height: 34px !important;
    padding: 0 25px !important;
    font-size: 14px;
    font-family: Arial;
    color: #fff;
    text-transform: uppercase;
    margin-right: 15px;
    background: #c29b6f;
    border: 0;
    display: inline-block;
    font-weight: bold;
}

.pre-order-toollbar {
    display: inline-block;
    border-bottom: 1px solid #dec9b0;
    width: 100%;
}

.pre-order-toollbar h2 {
    color: #1a1a1a;
    font-size: 18px;
    font-family: Arial;
    text-transform: uppercase;
    float: left;
    margin: 0;
    width: 38%;
    display: inline-block;
}

.pre-order-toollbar h3 {
    display: none;
}

.pre-order-toollbar .toolbar,
.toolbar-bottom .toolbar {
    float: right;
    margin: 0;
    background: none;
    border: 0;
    padding: 0;
}

.pre-order-toollbar .toolbar p,
.toolbar-bottom .toolbar p {
    margin: 0;
}

.pre-order-toollbar .toolbar label {
    color: #1a1a1a;
    font-size: 18px;
    font-family: Arial;
    text-transform: uppercase;
}

.toolbar-bottom .toolbar .pager,
.toolbar-bottom .toolbar {
    width: 100%;
}

#amshopby-page-container .block-title {
    font-size: 20px;
    font-family: Simhei;
    text-transform: uppercase;
}

.pre-order-list li {
    margin-top: 15px;
}

.pre-order-list a.product-image {
    text-align: left;
}

.pre-order-list h2.product-name a {
    margin: 10px 0;
}

.last-viewd-item {
    margin-bottom: 0;
}

.last-viewd-item .block-title {
    background: #d71f25;
    color: white;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 10px;
    border-bottom: 1px solid #5b5b5b;
}

.last-viewd-item .block-cms-menu .top-product-list li {
    margin: 0 !important;
    padding: 0;
    border-bottom: 1px solid #5b5b5b;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 16px 10px;
}

.last-viewd-item .top-product-list li .counter {
    display: none;
}

.last-viewd-item .top-product-list li .product-primary {
    width: auto;
}

.last-viewd-item .top-product-list li .product-primary h2 {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	word-break: break-all;
}
.last-viewd-item .top-product-list li img {
    max-height: 66px;
}
.last-viewd-item .top-product-list li .product-primary h2 a {
    color: #595959;
}

.last-viewd-item .top-product-list li .product-primary .label {
    display: block
}

ol#recently-viewed-items {
    margin: 0;
}

.last-viewd-item .author-name {
    font-family: Arial;
    color: #333;
    font-size: 11px;
    margin-top: 5px;
}

.my-account .customer-dob {
    width: 445px;
}

.my-account .customer-dob select.input-text,
.dob-month,
.dob-day {
    float: right;
    margin-right: 5px;
}

.dob-year {
    float: left;
}

.my-account .customer-dob select.input-text#nyear,
.dob-year {
    width: 190px;
}

.my-account .customer-dob select#nmonth,
.my-account .customer-dob select#nday,
.dob-month,
.dob-day {
    width: 120px;
}

.dob-month label,
.dob-day label,
.dob-year label {
    font-family: Arial !important;
    font-size: 14px !important;
    color: #4d4d4d !important;
    font-weight: normal;
}

.newsletter-form {
    width: 780px;
}

.newsletter-form h1 {
    color: #4d4d4d;
    margin: 10px 0 20px 0
}

.newsletter-form form {
    border: 1px solid #e9e9e9;
}

.newsletter-form form .fieldset {
    padding: 30px;
    margin: 0;
}

.newsletter-form .top-border {
    background: #cccccc;
    height: 12px;
    width: 100%;
    text-transform: capitalize;
    border-bottom: 1px solid #e9e9e9;
}

.order-list-container {
    width: 100%;
    box-sizing: border-box;
}

.order-list-container .count-container {
    width: 100%;
}

.orderlist--options .pager {
    display: flex;
    float: none;
    margin: 10px 0;
}

.order-list-container .amount {
    font-size: 13px;
    color: #595959;
    float: left;
    margin-bottom: 0;
    line-height: 1;
    text-transform: uppercase;
}

.order-list-container .limiter {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    line-height: 1;
    display: FLEX;
    align-items: center;
}

.order-list-container .limiter select {
    width: 50px;
    height: 20px;
}

.order-list-container .limiter label {
    font-size: 13px;
    color: #595959;
    text-transform: none;
    text-transform: uppercase;
    margin-right: 5px;
}

.popular-left-panel {
    border: 2px solid #a4a5a6;
}

.popular-left-panel h2 {
    padding: 15px 0 10px 5px;
    border-bottom: 1px solid #a4a5a6;
    margin: 0;
    line-height: 16px;
}

.popular-left-panel h2 a {
    text-transform: uppercase;
    color: #ff0000;
    font-size: 14px;
    font-weight: bold;
}

.popular-left-panel h3 {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 0 5px 5px;
    margin: 0;
}

.card-links {
    color: #4d4d4d;
    padding: 15px 10px 0 10px;
    font-size: 11px;
}

.card-links ul,
.links-container ul {
    margin: 0;
}

.card-links li {
    padding: 10px 0;
}

.card-links li a {
    background: url(../images/popular-card-link-arrow.png) left top no-repeat;
    padding: 0 0 0 15px;
    line-height: 16px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.links-container li {
    border-top: 1px solid #6f7072;
    padding: 15px 10px 15px 25px;
    color: #000;
    font-size: 14px;
}

.links-container li a {
    color: #000;
    font-size: 14px;
}

.membership-form h1 {
    color: #ff0000;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contain-top-design {
    background: #f3f0e9;
    border: 2px solid #efefef;
    padding: 30px 45px 25px 60px;
}

.membership-form tr {
    border-top: 1px solid #999;
}

.membership-form td {
    padding: 4px 0;
}

.membership-form label {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: bold;
    margin-left: -10px;
    padding-left: 12px;
    background: url(../images/astrick.png) 0 5px no-repeat;
}

.membership-form input.input-text {
    border: 1px solid #a4a3a1;
    height: 22px;
    box-sizing: border-box;
    padding: 2px 5px;
    width: 210px;
}

.membership-form .nric input.input-text {
    width: 127px;
}

.membership-form select {
    width: 250px;
    height: 20px;
}

.membership-form td {
    vertical-align: top;
    color: #4d4d4d;
    font-size: 12px;
    font-weight: bold;
}

.membership-form .label {
    margin-right: 30px;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: normal;
}

.membership-form .address .label {
    margin-right: 5px;
}

.membership-form textarea {
    height: 40px;
    margin-bottom: 2px;
    width: 300px;
    border: 1px solid #808080;
}

.membership-form .contact-no {
    font-weight: bold;
}

.membership-form .contact-no .label {
    font-weight: bold;
    width: 130px;
    display: inline-block;
}

.membership-form .contact-no input[type=radio] {
    margin-right: 7px;
}

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

.membership-form .message {
    font-size: 18px;
}

.membership-form .btn {
    line-height: 34px;
    padding: 0 14px;
    background: #ef233f;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    border: 0;
}

.membership-contact-us h1 {
    margin: 0 0 15px 10px;
    font-weight: bold;
}

.member-contact-us {
    border: 1px solid #e2e2e2;
    padding: 10px 0;
}

.member-contact-us .top-border {
    background: #ccc;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    height: 12px;
    width: 100%;
}

.member-contact-us .contact-info {
    padding: 30px 30px 30px 50px;
}

.member-contact-us td.label,
.member-contact-us td label {
    color: #4d4d4d;
    font-family: Arial;
    font-size: 14px;
    padding-bottom: 12px;
}

.contact-info-table td,
.member-contact-us p {
    color: #999;
    font-family: Arial;
    font-size: 12px;
    padding-bottom: 12px;
}

.member-contact-us hr {
    border-color: #999;
    margin: 40px 0 30px 0;
}

.member-contact-us input.input-text {
    border: 1px solid #ccc;
    width: 420px;
    height: 32px;
    margin-bottom: 10px;
}

.member-contact-us textarea {
    border: 3px solid #ccc;
    width: 420px;
    height: 180px;
}

.member-contact-us .btn {
    background: #4d4d4d;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    font-size: 18px;
    color: #fff;
    margin-left: 12px;
    border: 0;
}

.member-contact-us .btn.btn-submit {
    background: #ef233f;
}

.S .tab-content {
    font-size: 15px;
}

.M .tab-content {
    font-size: 20px;
}

.L .tab-content {
    font-size: 25px;
}

#shipping-zip-form .btn {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    padding: 0;
    text-transform: uppercase;
    width: 145px;
}

.banner img,
.vendor_header img {
    width: 100%;
    max-height: 350px;
    margin: 0 0 20px 0;
}

.all-months.block-cms-menu li {
    text-align: left;
    padding-left: 20px;
}

.special-product {
    margin: 0 auto;
    width: 700px;
}

.special-product img {
    max-width: 100%;
}

.special-product .productimage {
    text-align: center;
    padding-bottom: 20px;
}

.special-product .vendor_content {
    padding: 20px 2px;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.vendor_content>ul {
    padding: 0 10px 0 20px;
    width: 40%;
    float: left;
}

.vendor_content .side_cms {
    float: left;
    width: 60%;
    padding: 0 10px;
}

.vendor_content .side_cms img {
    display: block;
}

.vendor_content .footer_cms {
    width: 100%;
    padding: 20px 0 0 0;
    clear: both;
}

.vendor_content ul .product-info {
    padding: 10px 0;
}

.vendor_content ul .product-info h2 {
    font-size: 16px;
}

.vendor_content ul .product-view {
    padding: 10px 0 0 0;
    clear: both;
}

.footer_cms #box-links {
    border-top: 1px solid #c0996e;
    background: none;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #c0996e;
}

.footer_cms #box-links a {
    color: #c0996e;
    font-size: 14px;
    background: none;
    float: none;
    display: inline-block;
    line-height: 30px;
    border-left: 1px solid #c0996e !important;
    padding: 0 15px;
}

.footer_cms .box {
    padding: 10px;
}

.footer_cms #box-links a:last-child {
    border-right: 1px solid #c0996e;
}

.filter-panel-container .row-1 {
    border-bottom: 1px solid #9f9fa0;
    background: #f2f2f2;
    padding: 0 25px;
    line-height: 40px;
    font-size: 14px;
    color: #231f20;
    font-family: Simhei;
    text-transform: uppercase;
}

.filter-panel-container .row-1 span {
    color: #f15a24;
    font-family: Simhei;
}

.col-md-10 .filter-panel-container {
    border: 1px solid #a0a0a0;
    font-family: Simhei;
}

.filter-panel-container .row-2 {
    border-bottom: 1px solid #9f9fa0;
    background: #fff;
    padding: 10px 25px;
    line-height: 20px;
    font-family: Simhei;
    font-size: 14px;
    color: #231f20;
    text-transform: uppercase;
}

.filter-panel-container .row-3,
.row-4,
.filter-panel-container .row-5 {
    border-bottom: 1px solid #9f9fa0;
    background: #f2f2f2;
    font-family: Simhei;
    padding: 10px 3px 10px 25px;
    line-height: 20px;
    font-size: 14px;
    width: 100%;
    margin: 0;
    color: #231f20;
    text-transform: uppercase;
}

.filter-panel-container .row-5 {
    border: 0;
}

.filter-panel-container .row-2 .label,
.filter-panel-container .row-3 .label {
    margin-right: 10px;
    font-size: 14px;
    color: #231f20;
    font-weight: normal;
    font-family: Simhei;
}

.filter-panel-container .row-2 a,
.filter-panel-container .row-3 a,
.filter-panel-container .row-5 .language-filter a {
    display: inline-block;
    margin-right: 10px;
    font-family: Simhei;
    font-size: 14px;
    color: #231f20;
    padding: 3px 0;
    line-height: 20px;
    text-decoration: none;
}

.filter-panel-container .row-2 a .price {
    font-family: Simhei;
    font-size: 14px;
    color: #231f20;
}

.filter-panel-container .row-2 a.active,
.filter-panel-container .row-3 a.active,
.row-4 a.active,
.filter-panel-container .row-5 .language-filter a.active {
    background: #e98b4a;
    color: #fff;
    padding: 3px 7px;
}

.filter-panel-container .row-2 ol {
    display: inline-block;
    margin: 0;
}

.filter-panel-container .row-3 ol {
    margin: 0;
}

.row-4 .toolbar,
.filter-panel-container .row-5 .toolbar {
    background: none;
    font-family: Simhei;
    border: 0;
    margin: 0;
    padding: 0;
}

.row-4 .label {
    margin-right: 10px;
    font-family: Simhei;
    float: left;
    font-size: 14px;
    color: #231f20;
    font-weight: normal;
}

.filter-panel-container .row-5 .language-filter .label {
    margin-right: 10px;
    font-family: Simhei;
    font-size: 14px;
    color: #231f20;
    font-weight: normal;
}

.filter-panel-container .row-5 .language-filter {
    width: 60%;
    float: left;
}

.filter-panel-container .row-5 .pagination {
    width: 40%;
    margin: 0;
    display: inline-block
}

.row-4 .sorter {
    margin: 0;
}

.row-4 .sorter a.filter-link {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #231f20;
    font-family: Simhei;
    padding: 0px 15px 0px 5px;
    float: left;
    line-height: 26px;
    height: 26px;
    text-decoration: none;
    border: 1px solid #c0c0c0;
    background: #d6d6d6 url(../images/assending-icon.png) 97% -51px no-repeat;
}

.row-4 .sorter .sorter a.current {
    display: inline-block;
    float: left;
    margin-right: 10px;
    font-size: 14px;
    background: #e98b4a;
    border: 1px solid #e98b4a;
    color: #fff;
    padding: 0 7px;
    text-decoration: none !important;
    line-height: 26px;
    height: 26px;
    font-family: Simhei;
}

.row-4 .sorter .sorter a span.asending {
    background: url(../images/assending-icon.png) right -25px no-repeat;
    font-size: 0;
    text-indent: -999em;
    float: right;
    width: 8px;
    height: 24px;
    margin: 0 0 0 20px;
    text-decoration: none;
}

.row-4 .sorter .sorter a span.desending {
    background: url(../images/assending-icon.png) right 4px no-repeat;
    font-size: 0;
    float: right;
    width: 8px;
    margin: 0 0 0 20px;
    height: 24px;
    text-indent: -999em;
    text-decoration: none;
}

.row-4 .toolbar>.sorter {
    width: 100%;
}

.row-4 .sorter .view-mode {
    float: right;
    margin: 0;
    padding: 0 10px 0 0;
    display: inline-block;
}

.row-4 .sorter .view-mode label,
.row-4 .pager,
.filter-panel-container .row-5 .sorter,
.filter-panel-container .row-5 .count-container {
    display: none;
}

.filter-panel-container .row-5 .pager {
    margin: 0;
}

.row-4 .sorter .view-mode a {
    color: #e2640e;
    font-size: 14px;
    text-indent: 0;
    text-align: right;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Arial;
    width: auto;
    padding: 0 0 0 20px;
    line-height: 26px;
}

.row-4 .sorter .view-mode strong {
    color: #231f20;
    font-size: 14px;
    font-weight: normal;
    padding: 0 0 0 20px;
    line-height: 26px;
    font-family: Arial;
    text-indent: 0;
    text-align: right;
    width: auto;
    text-transform: uppercase;
}

.filter-panel-container .row-3 .Stock {
    float: right;
    width: 19.5%;
    text-align: left;
}

.filter-panel-container .row-3 .Language {
    float: left;
    width: 78%;
    text-align: left;
}

.filter-panel-container .row-3 .Language dt,
.filter-panel-container .row-3 .Stock dt {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    color: #231f20;
    font-weight: normal;
    font-family: Simhei;
}

.filter-panel-container .row-3 .Language dd a.amshopby-attr,
.filter-panel-container .row-3 .Stock dd a.amshopby-attr,
.row-4 .language-filter a:not(.active) {
    display: inline-block;
    margin-right: 10px;
    font-family: Simhei;
    font-size: 14px;
    color: #231f20;
    line-height: 20px;
    text-decoration: none;
}

.filter-panel-container .row-3 .Stock dd a.amshopby-attr {
    margin: 0;
}

.filter-panel-container .row-3 dd {
    position: relative;
    top: -3px;
}

.bottom-border0 {
    border-bottom: 0;
}

.amshopby-filters-top {
    margin: 10px 0 0 0;
}

.row-4.borderLR {
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
}

.row-4>.pagination {
    margin: 0;
    padding-right: 10px;
    width: 100%;
}

.banner-page h1 {
    margin: 0 0 15px 0;
}

.banner-page img {
    height: 220px;
    max-width: 100%;
}

.banner-page .first-title {
    font-size: 16px !important;
    padding-bottom: 10px !important;
}

.banner-page .third-title {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.banner-page h3 {
    font-size: 18px;
    color: #f15a24;
    font-family: Arial;
    text-align: left;
    text-transform: capitalize;
}

.links-filter>a {
    margin: 0 20px;
    color: #231f20;
    display: inline-block;
}

.links-filter>a.active {
    color: #f15a24;
}

.top100-product-list li {
    width: 20%;
    padding: 0 10px 20px 0;
    float: left;
}

.top100-product-list li:nth-child(5n+1) {
    clear: both;
}

.top100-product-list img {
    height: 150px;
}

.top-count {
    text-align: center;
    padding-bottom: 5px;
}

.top-count span {
    color: #f15a24;
    font-style: italic;
}

.top-filters #select_week,
.top-filters #select_week,
.top-filters #select_month {
    padding-top: 10px;
}

.top-filters #select_week label,
.top-filters #select_week label,
.top-filters #select_month label {
    margin-right: 15px;
}

.top-filters #select_week select,
.top-filters #select_week select,
.top-filters #select_month select {
    width: 150px;
    margin-right: 20px;
    height: 24px;
}

.cus-order-page {
    padding: 20px auto;
}

.cus-order-page h2 {
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #000;
    margin: 20px 0;
    background: #bb2f37;
    padding: 15px 40px;
}

.cus-order-page h2 span {
    font-size: 14px;
    text-transform: initial;
}

.cus-order-page .customer-form {
    margin: 0;
    padding: 0 50px 0 35px;
}

.cus-order-page .customer-form table.more-fields-tables {
    border: 1px solid #808080;
}

.cus-order-page .customer-form table.more-fields-tables th {
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding: 7px 10px 5px;
    color: #333;
    font-size: 13px;
}

.cus-order-page .customer-form table.more-fields-tables td {
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding: 10px;
    color: #333;
    font-size: 13px;
}

.cus-order-page .customer-form table.more-fields-tables td input {
    border: 1px solid #c0c0c0;
    padding: 10px;
    margin-bottom: 0;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
}

.customer-form .left label {
    text-align: right;
    width: 170px;
    margin-right: 10px;
}

.customer-form .right label {
    text-align: right;
    width: 120px;
    margin-right: 10px;
}

.customer-form select {
    width: 130px;
    height: 24px;
    margin-bottom: 15px;
}

.customer-form .more-fields-tables input[type="text"],
.customer-form .more-fields-tables input[type="email"] {
    margin-bottom: 15px;
    border: 1px solid #1a1a1a;
}

.customer-form .more-fields-tables textarea {
    width: 300px;
    margin-bottom: 15px;
}

.user-detail-form label {
    color: #333;
    display: block;
    font-size: 13px;
}

.user-detail-form input[type="text"] {
    border: 1px solid #a6a6a6;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}

.user-detail-form .btn {
    background: #bb2f37;
    border-radius: 5px;
    height: 36px;
    line-height: 36px;
    color: #fff !important;
    padding: 0 20px;
    font-weight: bold;
}

.shipping-notes {
    padding-top: 20px;
}

.shipping-notes textarea {
    max-width: 80%;
}

.pre-order-list img {
    max-width: 90%;
}

.advance-search-form {
    width: 900px;
    margin: 20px auto;
}

.advance-search-form h1 {
    font-size: 18px;
    color: #1a1a1a;
    border-bottom: 1px solid #c0996e;
    margin: 0 0 50px 0;
    padding-bottom: 5px;
}

.advance-search-form label {
    text-align: right;
    width: 170px;
    margin-right: 10px;
}

.advance-search-form select {
    width: 130px;
    height: 24px;
    margin-bottom: 15px;
}

.advance-search-form input[type="text"],
.advance-search-form input[type="email"],
.advance-search-form input.input-text {
    margin-bottom: 15px;
    border: 1px solid #1a1a1a;
}

.advance-search-form textarea {
    width: 300px;
    margin-bottom: 15px;
}

.advance-search-form .input-range,
.advance-search-form .input-box {
    display: inline-block;
}

.advance-search-form .search-tips {
    padding: 0 0 20px 0;
    border: 1px solid #232323;
    margin: 30px 0 0 185px
}

.advance-search-form .search-tips li {
    padding: 0 0 5px 30px;
    margin: 0 0 0 20px;
    background: url(../images/advance-list-arrow.png) left top / 20px 18px no-repeat;
}

.advance-search-form .search-tips h5 {
    border-bottom: 1px solid #232323;
    margin-bottom: 20px;
    line-height: 24px;
    padding: 0 0 10px 50px;
    background: url(../images/advance-list-heading-icon.png) 20px top / 20px 24px no-repeat;
    min-height: 30px;
}

#back-top {
    background: #d71f25;
    border-radius: 100%;
    bottom: 15px !important;
    margin-bottom: 35px;
    position: fixed;
    display: none;
    right: 15px !important;
    z-index: 15;
}

#back-top a {
    background: url(../images/ui.totop.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 60px;
    text-indent: -9999px;
    transition: all 300ms ease 0s;
    width: 60px;
}

#back-top a:hover {
    background-position: 0 bottom;
}

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

.zero-search-result {
    width: 900px;
    margin: 40px auto 0;
    padding: 0 0 40px 0;
}

.zero-search-result .image-block {
    width: 230px;
    float: left;
}

.zero-search-result .message-block {
    width: 600px;
    float: left;
    padding: 15px 0 50px 0;
}

.zero-search-result h3 {
    font-size: 14px;
    text-transform: none;
}

.zero-search-result li {
    padding: 0 0 0 20px;
}

.curreny-symbol,
.regular-price .price,
.save-percentag span {
    color: #333;
}

.save-percentag {
    font-weight: normal;
}

.update-form h1 {
    color: #4d4d4d;
}

.update-form h5 {
    font-weight: bold;
    margin: 20px 0;
}

.update-form .top_block {
    padding: 0 10px;
}

.update-form .contain-top-design {
    border: 1px solid #d9d9d9;
    background: #fff;
    padding: 10px 0 30px 0;
}

.update-form .stickyborder {
    height: 12px;
    width: 100%;
    background: #ccc;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.update-form .contain-top-design table {
    padding: 0 100px 0 25px;
    display: block;
}

.update-form .bottom-section {
    padding: 40px 0;
    font-size: 12px;
}

.update-form .bottom-section>div {
    padding: 30px 0 0 15px;
}

.update-form .bottom-section>span {
    color: #dc9128;
}

.marginR10 {
    margin-right: 10px;
}

.add-to-cart-wrapper.col-md-2 {
    padding-left: 0;
}

.list-reviews .label {
    float: left;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #333;
    font-family: Simhei;
    font-weight: normal;
    text-transform: uppercase;
}

.list-reviews .rating-box {
    margin-top: 0;
}

.list-reviews {
    line-height: 24px;
}

.one-step-checkout h3 span {
    cursor: pointer;
}

.list-conatiner {
    padding: 20px 15px;
    background: #efefef;
    border: 1px solid #aaa;
    color: #000000;
    font-size: 14px;
    margin: 20px 0;
}

.list-conatiner h4 {
    color: #000000;
    font-size: 14px;
}

.list-conatiner ol,
.list-conatiner li {
    list-style-type: decimal;
    margin-left: 15px;
}

.cus-order-top-text {
    color: #be272d;
}

.all-months span.active {
    color: #ec1c24
}

.block-cms-menu .author_name {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 89%;
}

.login-error {
    color: #FF0000;
}

/*  ################ added by 10911 for Reviews Responsive Section ################# */

@media only screen and (max-width:1024px) {
    table#product-review-table {
        display: block;
        width: 100% !important;
    }
    #customer-reviews #review-form .form-list {
        width: 99% !important;
    }
    .ratings-table .rating-box,
    .ratings-table .rating-box .rating {
        background: none;
        text-indent: 0px;
    }
    .ratings .rating-box {
        width: 50px;
    }
    .review-list-conatiner .ratings .rating-box {
        width: 117px !important;
        margin-left: 10px;
    }
}

@media only screen and (max-width:460px) {
    #product-review-table thead {
        display: none;
    }
    .review-summary-table tbody td {
        padding: 0 5px;
    }
    .review-list-wrapper>div {
        width: 100%;
    }
}

/* =========== New Css Footer ============== */

#hero-slider {
    margin: 20px 0;
}

#departments {
    margin-bottom: 30px;
}

#departments a {
    text-decoration: none;
}

#departments a:hover,
#departments a:focus {
    color: #fff;
    text-decoration: none;
}

.departments-inner {
    background: #f0f0f0;
    padding: 50px 0px 50px 10px;
    display: flex;
    justify-content: space-around;
}

.department-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.department-item img {
    max-width: 100%;
}

section#ads-banner {
    margin: 30px 0 10px;
    overflow: hidden;
}

section#ads-banner img {
    max-width: 100%;
    max-height: 100%;
}

section#ads-banner .container {
    width: 100%;
    padding: 0px;
}

.promosecrion-inner {
    display: flex;
}

.promobox {
    margin-right: 30px;
    flex: 1;
    max-width: 33.33%;
}

.promobox img {
    max-width: 100%;
    max-height: 100%;
}

.promobox:last-child {
    margin-right: 0;
}

#landing-promosection .newsletter {
    background: #b8e1e1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#landing-promosection .newsletter-content {
    max-width: 85%;
}

#landing-promosection .newsletter__heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: none;
}

#landing-promosection .newsletter__heading span {
    font-size: 28px;
    color: #c31f31;
    font-weight: bold;
}

#landing-promosection .checkbox-list {
    margin-top: 20px;
}

#landing-promosection .checkbox-item {
    display: block;
    margin-bottom: 15px;
    margin-left: 10px;
}

#landing-promosection .checkbox-item [type="checkbox"]:not(:checked),
#landing-promosection .checkbox-item [type="checkbox"]:checked {
    opacity: 0;
    -webkit-appearance: none;
}

#landing-promosection .checkbox-item [type="checkbox"]:not(:checked)+label,
#landing-promosection .checkbox-item [type="checkbox"]:checked+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    color: #595959;
}

/* checkbox aspect */

#landing-promosection .checkbox-item [type="checkbox"]:not(:checked)+label:before,
#landing-promosection .checkbox-item [type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

/* checked mark aspect */

#landing-promosection .checkbox-item [type="checkbox"]:not(:checked)+label:after,
#landing-promosection .checkbox-item [type="checkbox"]:checked+label:after {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    top: 3px;
    left: 2px;
    font-size: 15px;
    line-height: 0.8;
    color: #d71f25;
    transition: all .2s;
    font-weight: normal;
}

/* checked mark aspect changes */

#landing-promosection .checkbox-item [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

#landing-promosection .checkbox-item [type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */

#landing-promosection .checkbox-item [type="checkbox"]:disabled:not(:checked)+label:before,
#landing-promosection .checkbox-item [type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

#landing-promosection .newsletter-form {
    margin-top: 25px;
    margin-bottom: 10px;
    position: relative;
    width: 100%
}

#landing-promosection .newsletter__field {
    height: 35px;
    line-height: 35px;
    padding-left: 6px;
    border: 1px solid #e0dcdc;
    width: 69%;
}

#landing-promosection button.newsletter__button {
    right: 0;
    top: 0;
    height: 100%;
    background: #d71f25;
    border: none;
    color: white;
    min-width: 100px;
    max-height: 35px;
    font-size: 15px;
    width: 31%;
    position: absolute;
}

#policy-box {
    background: #c31f31;
    padding: 35px 0;
}

#policy-box a {
    color: #fff;
}

.policy-box--inner {
    display: flex;
    align-items: center;
}

.policy-item {
    width: 25%;
    padding-right: 10px;
    color: #fff;
    font-size: 20px;
}

.policy-item p {
    margin-bottom: 0;
}

.policy__text span {
    font-weight: bold;
    color: #c31f31;
    font-size: 44px;
    width: 58px;
    height: 58px;
    background: white;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 58px;
    margin-right: 2px;
}

footer {
    margin-top: 20px;
}

.footer-container-cnsimplified .container,
.footer-container-default .container {
    width: 100%;
    padding: 0;
    margin: 0;
}

.primary--footer {
    padding: 45px 0;
}

.primary--footer--inner {
    display: flex;
    align-items: flex-start;
}

.primary--footer-item {
    width: 33.333%;
    padding-right: 15px;
    display: flex;
    flex-wrap: wrap;
}

.one-half {
    width: 50%;
}

.primary--footer-item h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #141414;
    font-weight: bold;
    height: 16px;
    text-transform: none;
    margin-top: 0px;
    width: 100%;
}

.one-half li {
    margin-bottom: 15px;
}

.one-half li:last-child {
    margin-bottom: 0;
}

.one-half li a {
    color: #595959;
}

.Social-media {
    width: 60%;
}

.verified {
    width: 33%;
}

.verified img {
    width: auto;
}

.social-list li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.payment-method {
    margin-top: 10px;
}

.timing {
    color: #4c4c4c;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 25px;
}

.phone {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    font-weight: 600;
    width: 100%;
}

.phone i {
    width: 30px;
    height: 30px;
    text-align: center;
    background: #c31f31;
    border-radius: 50%;
    line-height: 26px;
    color: white;
    margin-right: 12px;
    border: 2px solid #c31f31;
}

.footer-description {
    background: #f0f0f0;
    padding: 25px 0;
}

.footer-description--inner {
    display: flex;
}

.footer-item {
    width: 33.333%;
    padding-right: 20px;
}

.footer-item h3 {
    font-size: 16px;
    margin-bottom: 22px;
    color: #c32032;
    font-weight: bold;
    height: 16px;
}

.footer-item p {
    font-size: 13px;
    line-height: 22px;
    color: #595959;
}

.footerproduct-detail {
    margin-bottom: 20px;
}

.footerproduct-detail:last-child {
    margin-bottom: 0;
}

.footer-item h5 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #595959;
}

.copyright {
    background: white;
    padding: 20px 0;
}

.copyright-text {
    text-align: center;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 1.2;
}

.copyright-text span {
    display: block;
}

/* =========== New Css Footer[End] ============ */

/* ========== New Footer ================== */

.bottom-footer .bottom-footer-banner {
    display: block;
    padding: 35px 0;
    background-color: #c31f31;
    width: 100%;
}

.bottom-footer .bottom-footer-banner div {
    display: inline-block;
    width: 20%;
    height: 100%;
}

.bottom-footer .bottom-footer-banner div a {
    color: #fff;
    height: 100%;
    display: block;
    cursor: pointer;
}

.bottom-footer .bottom-footer-banner div a div {
    width: 100%;
}

/*.bottom-footer .bottom-footer-banner div a div span{
  font-size: medium;
}*/

.bottom-footer .bottom-footer-banner div a div span.big-first-letter {
    font-size: 48px;
    width: 1.4em;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    color: #c31f31;
    text-align: center;
    margin-right: .1em;
    margin-top: 0.3em;
}

.bottom-footer .bottom-footer-links {
    overflow: auto
}

.bottom-footer .bottom-footer-links a {
    color: #666;
    cursor: pointer;
}

.bottom-footer .bottom-footer-links div {
    display: inline-block;
    width: auto;
    text-align: left;
    padding: 2%;
    float: left;
}

.bottom-footer .bottom-footer-links div:last-child {
    width: 30%;
}

.bottom-footer .bottom-footer-links ul {
    display: block;
}

.bottom-footer .bottom-footer-links ul li {
    margin: 10px;
}

.bottom-footer .bottom-footer-links ul li.title {
    font-size: small;
    color: #000;
    font-weight: bold;
}

.bottom-footer .bottom-footer-links ul li.sub-title {
    font-size: small;
    color: #666;
    font-weight: bold;
}

.fa-icon-container {
    overflow: auto;
}

.bottom-footer .bottom-footer-desc {
    background: #eee;
    padding: 10px 15px;
    overflow: auto;
}

.bottom-footer .bottom-footer-desc div {
    height: 100%;
    float: left;
    padding-top: 10px;
}

.bottom-footer .bottom-footer-desc .title {
    display: block;
    font-size: medium;
    font-weight: bold;
    color: #d81f26;
}

.bottom-footer .bottom-footer-desc .sub-title {
    display: block;
    font-weight: bold;
    font-size: small;
    margin-bottom: 5px;
    color: #666;
}

.bottom-footer .bottom-footer-desc p {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 35px;
    color: #666;
}

.bottom-footer .bottom-footer-desc .one-colm,
.bottom-footer .bottom-footer-desc .two-colm {
    display: inline-block;
}

.bottom-footer .bottom-footer-desc .one-colm {
    width: 33%;
}

.bottom-footer .bottom-footer-desc .two-colm {
    width: 67%;
}

.bottom-footer .bottom-footer-copywrite {
    padding: 20px;
    text-align: center;
}

.bottom-footer .bottom-footer-desc .two-colm div {
    display: inline-block;
    width: 50%;
}

#socialicons {
    text-align: center;
    width: auto;
}

#socialicons .icon {
    background: blue;
    display: inline-block;
    color: white;
    font-size: 18px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    margin: 0 1px 8px;
    border-radius: 50%;
}

#socialicons .icon:hover {
    background: grey;
}

#socialicons .twitter-icon {
    background: #3dcbff
}

#socialicons .facebook-icon {
    background: #96aad6
}

#socialicons .instagram-icon {
    background: #f9bad4
}

.bottom-footer i.fa-phone,
.bottom-footer i.fa-envelope-open {
    background: #d81f26;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding-top: 9px;
    margin-right: 15px;
}

.bottom-footer .fa-envelope-open:before {
    margin-left: 9px;
}

.bottom-footer .fa-phone:before {
    margin-left: 11px;
}

#bar-container>div {
    box-sizing: border-box;
}

#bar-container {
    display: flex;
    justify-content: space-evenly;
    height: auto;
    background: #ccc;
}

.bar-rect {
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    margin: 0.5em;
    color: #fff;
    background: red;
}

.bar-circle {
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 1000px;
    margin: 0.5em;
    color: #fff;
    background: red;
}

.bar-rect .aligner,
.bar-circle .aligner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.bar-circle .aligner p::after {
    content: "\A";
}

.search-bar-container {
    border: 1px solid #d71f25;
    display: flex;
}

#search_mini_form .search-bar-container .search-button {
    float: right;
    height: 35px;
}

.search-bar-container select.category,
.search-bar-container #search {
    border: 0px none;
    outline: none;
    background: none;
    height: 35px;
    position: relative;
    z-index: 9;
}

.search-bar-container select.category {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-bar-category-container {
    float: left;
    position: relative;
    margin: 0;
    color: #d71f25;
}

.search-bar-category-container:before,
.search-bar-category-container:after {
    position: absolute;
    content: '';
}

.search-bar-category-container:after {
    border-left: 1px solid #db2127;
    width: 0;
    height: 20px;
    top: 8px;
}

.search-bar-category-container:before {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #db2127;
    top: 16px;
    right: 6px;
}

.catalogsearch-advanced-index .advance-search-form .input-box {
    width: 212px;
}

.catalogsearch-advanced-index .advance-search-form .input-box input,
.catalogsearch-advanced-index .advance-search-form .input-range input {
    border: solid 1px #bcbcbc;
}

.catalogsearch-advanced-index .advance-search-form .input-box select {
    width: 100%;
    height: 35px;
    border: solid 1px #bcbcbc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    padding-left: 10px;
}

.search-bar-container select.category::-ms-expand {
    display: none;
}

/*For Language selection dropdown*/

.dropdown.plr-language--dropdown {
    padding-left: 23px;
}

.dropdown-menu.plr-language--subdropdown li {
    padding: 0;
    margin: 2px 0px;
    text-indent: 5px;
}

.dropdown-menu.plr-language--subdropdown li a {
    padding: 5px 10px 5px 5px;
}

.plr-language--dropdown--caret {
    position: relative;
    top: -3px;
}

.dropdown.plr-language--dropdown a.dropdown-toggle:before {
    position: absolute;
    width: 17px;
    height: 17px;
    content: '';
    top: 50%;
    left: 0;
    background: url(../images/css_sprites.png) -88px -85px no-repeat;
    margin-top: -9px;
}

.catalogsearch-advanced-index .advance-search-form .input-box {
    width: 212px;
}

.catalogsearch-advanced-index .advance-search-form .input-box .input-text {
    width: 100%;
}

.selectboxit.plr-advancdedsearch--dropdown,
.selectboxit-container,
.selectboxit-options.selectboxit-list {
    width: 100% !important;
    min-width: 100% !important;
}

.input-box.select-box-container {
    margin-bottom: 15px;
    margin-left: 3px;
}

.nav-primary {
    display: block;
    margin: 0 auto;
    max-width: 94%;
    width: 1230px;
    text-align: left;
}

/*For Language selection dropdown*/

/*For search and advanced search left banner*/

.col2-left-layout .banner-img {
    width: 100%;
}

/************nAvigation start*********/

nav {
    background: #d71f25;
    margin-top: 20px;
}

.navigation-list {
    display: flex;
    position: relative;
    margin-bottom: 0;
}

.navigation-list__item {
    width: auto;
    margin-right: 9px;
}

.navigation-list__item:last-child {
    margin-right: 0;
}

.navigation-list__item a {
    color: white;
    padding: 13px 3px;
    display: block;
    font-size: 12.5px;
    text-transform: uppercase;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    letter-spacing: -0.1px;
}

.navigation-list__item a i {
    position: relative;
    top: -3px;
    margin-left: 3px;
}

.navigation-list__item a:hover {
    background: #c3161c;
    color: #FFF;
    text-decoration: none;
}

ul.submenu {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    background: #d71f25;
}

.submenu .navigation-list__item {
    margin-right: 0;
    width: 100%;
}

/************nAvigation End*********/

/******************Mega Menu******************/

.megamenu {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #f0f0f0;
    z-index: -1;
}

.navigation-list__item:hover .megamenu {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
    z-index: 111;
}

.mega-list-item {
    width: 185px;
    position: relative;
    z-index: 2;
}

.megamenu-list .mega-list-item a {
    color: #595959;
    text-transform: capitalize;
    padding: 13px 12px;
    border: 2px solid transparent;
    border-right: white;
    margin-right: -2px;
}

.megamenu-list--active .mega-list-item a {
    background: white;
    border: 2px solid #d71f25;
    border-right: transparent;
}

.mega-list-itemlist {
    width: calc(100% - 185px);
    height: auto;
    background: white;
    position: absolute;
    right: 0;
    top: 0px;
    border: 2px solid #d71f25;
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    min-height: 100%;
}

.megamenu-list--active .mega-list-itemlist {
    opacity: 1;
    z-index: 1;
    visibility: visible;
}

.mega-list-itemlist:before {
    content: '';
    background: #f0f0f0;
    width: 185px;
    position: absolute;
    left: -187px;
    z-index: 1;
    height: 100%;
    top: 2px;
}

.mega-list-inner {
    display: flex;
    flex-wrap: wrap;
}

ul.menulist {
    flex: inherit;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    margin-bottom: 10px;
}

ul.menulist li.menulist-item {
    text-align: left;
    text-transform: capitalize;
    margin-top: 15px;
    padding-right: 15px;
}

ul.menulist .menulist-item>a {
    color: #595959;
    text-transform: capitalize;
    padding: 0;
    display: inline-block;
    font-size: 14px;
}

.navigation-list__item .menulist a {
    color: #595959;
    padding: 13px 4px;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    letter-spacing: -0.1px;
}

.navigation-list__item .menulist a:hover {
    background: none;
    color: #d71f25;
}

ul.thirdlevel-list {
    display: flex;
    flex-wrap: wrap;
}

.thirdlevel-name {
    color: #d71f25;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
}

.with--link {
    color: #777;
    text-decoration: underline;
}

ul.thirdlevel-list a {
    color: #777;
    text-decoration: none;
    margin-bottom: 5px;
    padding: 0;
    font-size: 12px;
}

ul.thirdlevel-list a:after {
    content: '|';
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

ul.thirdlevel-list li:last-child a:after {
    display: none;
}

ul.thirdlevel-list li.no-divider {
    margin-right: 12px;
}

ul.thirdlevel-list li.no-divider a:after {
    display: none;
}

.mega-list-inner {
    flex: 1;
}

.mega-itemlist--wrapper {
    display: flex;
    padding: 0px 5px 0 15px;
}

.mega-list-innerlinks {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.additional-list {
    width: 125px;
    margin-top: 15px;
}

.additional-list .menulist {
    margin-top: 0px;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.additional-list .menulist li {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 13px;
}

.additional-list ul.menulist a {
    color: #d71f25;
    padding: 0;
}

.additional-list ul.menulist a:hover {
    color: #595959;
}

/**************Css for new Layout**********/

a {
    text-decoration: none;
}

.container {
    width: 1200px !important;
    padding: 0 !important;
    margin: 0 auto;
}

.top-bar {
    background: #f0f0f1;
    height: 40px;
    line-height: 40px;
}

.top-bar--inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bookmarks {
    width: 120px;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.bookmarks span {
    margin-left: 8px;
    color: #595959;
    font-size: 13px;
}

.topbar-list {
    display: flex;
    margin-bottom: 0;
}

.topbar-list__item {
    padding-right: 15px;
    margin-right: 15px;
    text-transform: uppercase;
    position: relative;
    font-size: 13px;
    color: #595959;
}

.topbar-list__item:after {
    content: '|';
    position: absolute;
    right: 0;
    top: -2px;
}

.topbar-list__item:last-child {
    padding-right: 0;
    margin-right: 0;
    cursor: pointer;
}

.topbar-list__item:last-child::after {
    display: none;
}

.topbar-list__item a {
    color: #595959;
}

.topbar-list__item>ul {
    display: flex;
}

.topbar-list__item>ul div:first-child {
    margin-right: 15px;
}

.topbar-list__item>ul div a {
    color: #18b0ff;
}

.topbar-list__item:hover .dropdown-menu {
    display: block;
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.topbar-list__item .dropdown-menu.plr-language--subdropdown li {
    margin: 0;
}

.topbar-list__item .dropdown-menu {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.topbar-list__item .dropdown.plr-language--dropdown {
    display: flex !important;
}

span.togggle {
    margin-left: 5px;
    font-size: 18px;
    position: relative;
    top: -3px;
    cursor: pointer;
}

.language-selector {
    position: absolute;
    background: #d71f25;
    width: 120px;
    right: 0;
    top: 100%;
    padding: 10px;
    z-index: 1;
    color: white;
    line-height: 30px;
    display: none;
}

.topbar-list__item:hover .language-selector {
    display: block;
}

.language-selector li:hover {
    opacity: 0.8;
}

.header-bar {
    margin-top: 20px;
}

.header-bar--inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.searchbox {
    display: flex;
    align-items: center;
}

.searchbox .searchautocomplete {
    position: static;
    width: auto;
    height: 40px;
    padding: 0;
    margin-top: 4px;
}

.nav-search-in {
    display: flex;
    align-items: center;
}

.header-carts {
    background: #f0f0f1;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.header-carts .fa-shopping-cart {
    font-size: 28px;
    margin-right: 10px;
    color: #5b5b5b;
    width: 30px;
    height: 27px;
}

.header-carts .fa-shopping-cart:after {
    content: '';
    background: url(../images/cart-image.png);
    width: 29px;
    height: 27px;
    background-size: cover;
    z-index: 1;
    position: absolute;
}

.header-carts .fa-shopping-cart:before {
    display: none;
}

.header-carts span {
    color: #d81f26;
    font-weight: bold;
    margin-right: 8px;
    font-size: 16px;
}

.header-carts .shopping-toggle {
    margin-right: 0;
    font-size: 24px;
    position: relative;
    top: -5px;
    color: #5b5b5b;
    cursor: pointer;
}

/************** NO result found*********/

.searchbox-noresult {
    margin: 40px 0;
    display: flex;
    align-items: center;
}

.noresult-image {
    width: 300px;
    text-align: center;
}

.noresult-message {
    flex: 1;
    font-size: 14px;
}

.noresult-message .bold {
    font-weight: bold;
}

.noresult-message a {
    color: #d71f25
}

.desktop-hide {
    display: none;
}

.message-block ul,
.message-block ol {
    list-style-type: lower-roman;
    padding-left: 20px;
}

#product-modal {
    text-align: left;
    color: #d71f25;
}

.header-carts .minicart-wrapper .info-wrapper span {
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 13px;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    font-weight: normal;
    color: #3399cc;
    margin-left: 7px;
}

.header-carts .minicart-wrapper .product-name a {
    color: #3399cc;
}

.header-carts .mini-products-list .product-details .product-name {
    padding-top: 10px;
    margin-bottom: 5px;
    height: auto;
    max-height: 6em;
}

.minicart-wrapper .block-subtitle {
    color: #50A4CF;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.header-carts .minicart-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-carts .minicart-actions .subtotal .label {
    color: #666;
    font-size: 12px;
    display: block;
}

.header-carts .minicart-actions .subtotal .price {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.top-ten-products .tabs_wrapper.ui-tabs .ui-tabs-nav li {
    width: auto;
}

.categorypath-popular-member-new-html .contain-top-design .product-name .btn-default {
    line-height: 1.5;
    height: 35px;
}

.categorypath-popular-member-new-html .contain-top-design .product-name .btn-default span {
    word-break: break-word;
    white-space: normal;
}

.mobile-toprow {
    display: none;
}

.carousel-indicators {
    z-index: 2 !important
}

.tiles-popup {
    display: none;
}

/************* Responsive Media Queries*******/

@media screen and (max-width:1024px) and (min-width:768px) {
    .container {
        max-width: 98%;
    }
    .bookmarks {
        width: 100px;
        display: flex;
        align-items: center;
        font-size: 11px;
    }
    .topbar-list__item {
        font-size: 10px;
        color: #595959;
    }
    .logo .large {
        width: 220px;
    }
    .searchbox {
        margin: 0 10px;
    }
    .nav-search-in .advance-search {
        margin-right: 10px;
    }
    .topbar-list__item {
        padding-right: 7px;
        margin-right: 7px;
    }
    .topbar-list__item>ul div:first-child {
        margin-right: 5px;
    }
    .one-half {
        width: 100%;
    }
    .Social-media {
        width: 100%;
        margin-bottom: 10px;
    }
    .verified {
        width: 100%;
    }
    .header-carts span.label.hidden-xs {
        display: none;
    }
    .footer-description--inner {
        flex-wrap: wrap;
    }
    .footer-item:first-child {
        width: 100%;
        padding-right: 0;
    }
    .footer-item {
        width: 50%;
    }
    .policy-box--inner {
        flex-wrap: wrap;
    }
    .policy-item {
        width: 50%;
        margin-bottom: 20px;
        text-align: center;
    }
    #policy-box {
        background: #c31f31;
        padding: 35px 0 15px;
    }
    .promosecrion-inner {
        flex-wrap: wrap;
    }
    #landing-promosection .newsletter {
        background: #b8e1e1;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        flex: inherit;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .promobox {
        margin-right: 30px;
        flex: 1;
        max-width: 50%;
    }
    .promobox img {
        width: 100%;
    }
    #departments {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .top-ads .container,
    .header-bar .container {
        padding: 0px !important;
    }
    .top-ads img {
        display: block;
    }
    .header-bar--inner {
        width: 100%;
        flex-wrap: wrap;
    }
    .header-bar--inner .mobile-account-links ul {
        line-height: 34px;
    }
    .searchbox {
        width: 100%;
    }
    .search-bar-input-container {
        flex: 1;
    }
    .nav-search-in #search {
        width: 100% !important;
        z-index: auto;
    }
    #homepage-carousel {
        margin-bottom: 0;
    }
    #homepage-carousel {
        padding-bottom: 30px;
        padding-top: 10px;
    }
    #homepage-carousel .carousel-inner {
        padding: 0 !important;
    }
    .wrapper {
        min-width: inherit;
    }
    .container {
        max-width: 100%;
        padding: 0 20px !important;
    }
    .mobile-hide {
        display: none;
    }
    .desktop-hide {
        display: block;
    }
    #departments {
        margin-bottom: 20px;
		display: none;
    }
    .department-item {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0;
    }
    p {
        margin: 0;
    }
    .departments-inner {
        padding: 20px 20px 0px;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .promosecrion-inner {
        flex-wrap: wrap;
    }
    .promobox {
        margin-right: 0;
        flex: inherit;
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }
    #landing-promosection .newsletter {
        padding: 60px 0;
    }
    .promobox img {
        height: auto;
        width: 100%;
    }
    section#ads-banner {
        margin: 0;
        overflow: hidden;
    }
    .policy-box--inner {
        justify-content: center;
    }
    #policy-box {
        padding: 20px 0;
    }
    .policy__text span {
        font-weight: initial;
        color: #ffffff;
        font-size: inherit;
        width: 0;
        height: 0;
        background: no-repeat;
        border-radius: none;
        display: initial;
        text-align: center;
        line-height: 1;
        margin-right: 0;
    }
    .policy-item {
        width: auto;
        padding: 0 7px;
        color: #fff;
        font-size: 11.5px;
        text-align: center;
    }
    .policy__text {
        position: relative;
    }
    .policy__text:after {
        content: '|';
        position: absolute;
        top: 50%;
        right: -5px;
        line-height: 1;
        margin-top: -7px;
    }
    .policy-item:last-child .policy__text:after {
        display: none;
    }
    .footer-description {
        display: none;
    }
    .primary--footer-item {
        display: none;
    }
    .primary--footer {
        padding: 20px 0;
    }
    .primary--footer-item:last-child {
        display: block;
        width: 100%;
        padding-right: 0;
    }
    .timing {
        font-size: 14px;
    }
    .copyright {
        background: white;
        padding: 10px 0;
        border-top: 2px solid #e8dfdf;
        margin-bottom: 50px;
    }
    .third-row .copyright {
        display: none;
    }
    .copyright-text span:first-child {
        display: none;
    }
    .copyright-text {
        font-size: 14px;
        line-height: 1.4;
    }
    .footer.container.visible-xs,
    .second-row.visible-xs {
        display: none !important;
    }
    p {
        margin: 0;
    }
    #departments a {
        text-align: center;
    }
    section#ads-banner .container {
        width: 100%;
        padding: 0px !important;
    }
    section#ads-banner img {
        height: auto;
        width: 100%;
    }
    .zblock-mobslider .carousel-inner {
        height: auto !important;
    }
    .zblock-mobslider .headerWiZ {
        width: 100%;
    }
    .zblock-mobslider .centerZmobile {
        display: block;
    }
	.catalog-product-view .zblock-mobslider .centerZmobile {
		margin-bottom: 0;
	}
	.catalog-product-view .header-bar + .zblock-mobslider .centerZmobile {
		margin-top: 10px;
	}
	.catalog-category-view .zblock-mobslider .centerZmobile {
        margin-bottom: 0px;
    }
	
    .zblock-mobslider .centerZ {
        display: none;
    }
}

/********* Css added on Jan-11-2018 for add to cart and wish list button background*******************/

#advancedsearch .advancesearch-left-banner {
    margin-bottom: 15px;
    display: none;
}

/** Rules added for Login with fb button background Jan-23-2018 **/

.signin_container #login-form1 a.login_with_fb {
    background: url(../images/login-facebookchinese-icon.png) left top no-repeat;
}

.signin_container #login-form1 a.login_with_fb.loginwithfacebook {
    background: url(../images/login-facebook-eg-icon.png) left top no-repeat;
}

.signin_container #login-form1 a.login_with_fb.facebook快速登录 {
    background: url(../images/login-facebookchinese-icon.png) left top no-repeat;
}

.signin_container #login-form1 a.login_with_fb.logmasukdenganfacebook {
    background: url(../images/login-facebook-my-icon.png) left top no-repeat;
}

.navigation-list-space {
    justify-content: space-between;
}

#nav {
    margin-bottom: 20px;
}

/***** Todays Special Fix******/

.cms-dailydealiframe .category-products .sidebardailydeal ul.time-left {
    display: flex;
    justify-content: space-between;
    padding: 0 3px;
}

.cms-dailydealiframe .category-products .sidebardailydeal ul.time-left>label {
    width: 49%;
    text-align: center;
}

.cms-dailydealiframe .category-products .sidebardailydeal ul.time-left .timeleft {
    width: 49%;
    text-align: left;
}

.footer-mobile-Strip,
.footer-mobile-Strip .all_cat_mobiles {
    display: none;
}

@media (max-width: 767px) {
	
    .mobile-category {
        background: #f0f0f0;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 41px;
        z-index: 1;
        transform: translateX(120%);
        transition: all 0.5s;
        max-height: calc(100vh - 41px);
        padding: 20px 20px 8px;
        overflow-y: auto;
    }
    .mobile-category.opened {
        transform: translateX(0%);
    }
    .mob-category-list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .mob-category-list:last-child {
        margin-bottom: 0;
    }
    .mob-category-list li {
        width: 50%;
        padding-right: 5px;
        margin-bottom: 6px;
    }
    .mob-category-list li a {
        color: #595959;
        cursor: pointer;
    }
    body.footer-category--active {
		overflow: hidden;
		height: 100vh;
		/*position: fixed;*/
		overflow-x: hidden;
		width: 100%;
	}	
    .header-bar {
        margin-top: 0px;
    }
}

@media (max-width: 340px) {
    .footer-Strip-list li a,
    .footer-Strip-list li div {
        font-size: 10px;
    }
}

/******** Fix for ticket No.Different pixel for All Pages in Website (TICK:13425)***************/

.categoryPageMenuTop .centerZ {
    margin-bottom: 0;
}

.categoryPageMenuBottom .centerZ,
.categoryPageMenuBottom .zblock-item>p {
    margin-bottom: 20px;
    overflow: hidden;
}

.categoryPageMenuBottom .centerZ+br,
.categoryPageMenuBottom .zblock-item>p+br {
    display: none;
}

.categoryPageMenuTop .zblock,
.categoryPageMenuBottom .zblock img {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .categoryPageMenuBottom {
        margin: 5px 0 0;
    }
    .categoryPageMenuBottom .centerZmobile {
        display: block;
        margin-bottom: 0;
    }
    .zblock img {
        max-width: 100%;
    }
}

/************ Css For New Requirments August 2018 ******/

.products-section {
    margin-top: 20px;
}

.section--title {
    display: block;
    border-bottom: 2px solid #c79d6b;
    margin-bottom: 20px;
}

.title__name {
    display: inline-block;
    background: #c79d6b;
    padding: 9px 20px 5px;
    color: white;
    text-transform: uppercase;
    line-height: 1;
    font-size: 14px;
    letter-spacing: .2px;
}

.meta__value .percent {
    font-weight: normal;
}

.meta__value .percent .percentvalue {
    color: #d71f25
}

.loadmore-item {
    text-align: center;
    margin-top: -15px;
}

.laodmore__button {
    margin: 0 auto;
    display: inline-block;
    height: 50px;
    width: 300px;
    color: #d71f25;
    border: 1px solid #d71f25;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    line-height: 48px;
}

.laodmore__button:hover {
    background: #d71f25;
    color: white;
}

/************Cutomer Account Page ************/

.customer-account .breadcrumbs {
    display: none;
}

.customer-account .block-account,
.customer-account .last-viewd-item,
.membership-link-linkupdate .last-viewd-item{
    border: 1px solid #5b5b5b;
    margin-top: 0;
}

.customer-account .last-viewd-item {
    border-top: 0;
}

.customer-account .block-account .block-title,
.customer-account .last-viewd-item .block-title {
    font-size: 16px;
    line-height: 40px;
    padding: 0;
    border-bottom: 1px solid #5b5b5b;
    text-align: center;
    margin-bottom: 0;
}
.customer-account .last-viewd-item .block-title{
	line-height:1.2;
}
.customer-account .block-account .block-content {
    padding: 15px 20px;
}

.customer-account .block-account .block-content li {
    margin-bottom: 20px;
    padding: 0;
}

.customer-account .block-account .block-content li a {
    font-size: 13px;
}

.customer-account .block-account .block-content li:last-child {
    margin-bottom: 0;
}

.customer-account .top-product-list {
    margin-bottom: 0;
}

.customer-account .block-cms-menu li.item {
    display: flex;
    padding: 15px 20px;
    border-bottom: 1px solid #5b5b5b;
    align-items: center;
}

.customer-account .block-cms-menu li.item:last-child {
    border-bottom: 0px;
}

.customer-account .top-product-list li .counter {
    display: none
}

.customer-account .block-cms-menu li.item h2.product-name a {
    color: #5b5b5b;
}

.customer-account .block-cms-menu li.item .label {
    display: block;
    color: #000;
}

.customer-account .block-cms-menu li.item .label+a {
    color: #4bbcfe !important;
}

.order-list-container .orderlist--options .count-container {
    display: flex;
    align-items: center;
    flex: 1;
}

.order-list-container .orderlist--options .pages {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    margin-bottom: 0;
}

.order-list-container .pages ol {
    margin-bottom: 0;
}

.order-list-container .pager li {
    padding-top: 0;
}

.order-list-container .pager li.current {
    margin-top: 2px;
}

.order-list-container .pager li:last-child {
    margin-right: 0px;
}

.order-list-container .pager li>a,
.order-list-container .pager li>span {
    border: 1px solid #595959;
}

.customer-account h1 {
    margin: 15px 0 0;
    font-size: 16px;
    background: none;
    padding: 0;
    color: #000;
}

.sales-order-view.customer-account h1 {
    color: #d71f25;
    margin-bottom: 10px;
}

.myorder-item {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #5b5b5b;
}

.myorder-item:last-child {
    margin-bottom: 0;
}

.order-toprow {
    padding: 10px;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    text-transform: uppercase;
}

.order__label {
    color: #000;
}

.order__value {
    color: #818181;
    margin-left: 2px;
}

.toprow-item {
    width: 20%;
}

.toprow-item:nth-child(2) {
    width: 40%;
}
.toprow-item:nth-child(3) {
    width: 30%;
}
.toprow-item:nth-child(4) {
    width: auto;
    padding-left: 5px;
	min-width: 80px;
}

.toprow-item:last-child {
    text-align: right;
    width: 15%;
}

.bottomcontent {
    margin-top: 3px;
}

.red {
    color: #d71f25
}

.green {
    color: #10b400;
}

.blue {
    color: #4bbcfe;
}

.has--hover {
    cursor: pointer;
}

.order-detailbox {
    margin: 0px 0 15px;
    border-top: 1px solid black;
    padding-top: 15px;
}

.orderitem-row {
    display: flex;
    padding: 12px 25px 12px;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
}

.orderitem-row>div {
    flex: 1;
    text-align: CENTER;
}

.orderitem-image img {
    max-height: 100px;
}

.orderitem-stock span {
    text-align: center;
    display: block;
}

/**********Wishlist Page***********/

.mywish-list {
    border: 1px solid #5b5b5b;
    margin-top: 15px;
}

.wishlist-item {
    align-items: center;
    border-bottom: 1px solid #5b5b5b;
    display: flex;
    justify-content: space-between;
    padding: 30px 40px;
}

.wishlist-item:last-child {
    border-bottom: 0;
}

.wishlist-itemcoloum:first-child {
    width: 100px;
    margin-right: 50px;
}

.wishlist-itemcoloum:nth-child(2) {
    flex: 1;
    padding-right: 20px;
}

.wishlist-itemcoloum:nth-child(3) {
    width: 155px;
}

.wishlist-itemcoloum:nth-child(4) {
    display: none;
}

.wishlist__textarea {
    display: none;
}

.my-account .wishlist-item h3 {
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
    padding: 0;
    margin: 0 0 10px;
    height: AUTO;
}

.my-account .wishlist-item h3 a {
    color: #d71f25;
}

.author__name {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
}

.author__name .product-info .value {
    margin: 0 10px 0 2px;
}

.author__name .blue {
    text-transform: initial;
}

.wishlist-item .description.std {
    display: none;
}

.wishlist__note {
    font-size: 11px;
}

.flex-row>.price-box {
    display: flex;
    margin: 10px 0;
    align-items: center;
}

.flex-row>.price-box .member-price {
    margin-left: 10px;
}

.wishlist-item .cart-cell .price-box {
    display: none;
}

.wishlist-item .add-to-cart-alt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wishlist-item .button.btn-cart,
.product--item .button.btn-cart {
    display: block;
    width: 155px;
    height: 40px;
    background: #d71f25 url('../images/cart.png');
    border: 0;
    margin-top: 10px;
    color: white;
    text-transform: uppercase;
    letter-spacing: .2px;
    margin-bottom: 4px;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 20px;
    padding-left: 25px;
}

.list--view .product--item .link-wishlist,.product--item .button.btn-cart , .list--view .product--item p.availability.out-of-stock{
	width: 142px;
}

.list--view .product--item .link-wishlist{
	display: flex;
	align-items: center;
	background-position: 5px center;
	line-height: 15px;
}

.list--view .product--item .link-wishlist:hover,.list--view .product--item .link-wishlist.active {
	background-position: 5px center;
}

.list--view .product--item p.availability.out-of-stock {
    margin-bottom: 8px;
    margin-right: 5px;
    padding-left: 0px;
}

.list--view .product--item p.availability span {
    margin: 0px auto;
}

.wishlist-item .button.btn-cart:hover,
.product--item .button.btn-cart:hover {
    opacity: 0.8;
}

.wishlist-item .qtybox {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.qtybox {
    border: 1px solid #d2d2d3;
}

.qtybox .button {
    background: #f0f0f1;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}

.qtybox .button.disable {
    opacity: 0.4;
    pointer-events: none;
}

.qtybox input.input-text.qty {
    height: 28px;
    border: 0;
    border-left: 1px solid #d2d2d3;
    border-right: 1px solid #d2d2d3;
    font-size: 13px;
    min-width: 28px;
}

.delete--wishitem {
    margin-left: 12px;
    line-height: 1;
    cursor: pointer;
}

.delete__icon {
    background: url('../images/delete-icon.png');
    display: inline-block;
    height: 27px;
    width: 22px;
}

.delete--wishitem:hover {
    opacity: 0.8;
}

#wishlist-table {
    display: none;
}

.my-wishlist .buttons-set .button {
    min-width: 158px;
    margin-left: 0;
    text-transform: uppercase;
    letter-spacing: .2px;
    font-size: 13px;
    FONT-WEIGHT: 400;
}

.my-wishlist .buttons-set .button:hover {
    opacity: 0.8;
}

.my-wishlist .buttons-set .button.btn-share {
    background: none repeat scroll 0 0 #d71f25;
    border: 1px solid #d71f25;
    margin-right: 15px;
}

.wishlist-index-index .widget-new-products .widget-products {
    padding: 20px 0 0 0;
    border: 2px solid #d2d2d2;
    margin-bottom: 30px;
}

.wishlist-index-index .section__title {
    margin-bottom: 5px;
}

.wishlist-index-index .product-carousel .carousel-control.left {
    right: auto !important;
    left: 10px;
    width: 21px;
    height: 34px;
    top: 50%;
    z-index: 11;
    line-height: 1;
    bottom: auto;
    background-image: url('../images/leftarrow.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    font-size: 0;
}

.wishlist-index-index .product-carousel .carousel-control.right {
    right: 0px !important;
    left: auto;
    width: 21px;
    height: 34px;
    width: 47px;
    top: 50%;
    z-index: 11;
    line-height: 1;
    bottom: auto;
    background-image: url('../images/right-arrow.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    font-size: 0;
}

.wishlist-index-index footer {
    margin-top: 20px;
}

/**homepage for you section**/

.products-section {
    margin-top: 20px;
}

.title__name {
    display: inline-block;
    background: #c79d6b;
    padding: 9px 20px 5px;
    color: white;
    text-transform: uppercase;
    line-height: 1;
    font-size: 14px;
    letter-spacing: .2px;
}

.product-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
}

.product--item {
    width: 20%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
}

.product--image {
    max-width: 180px;
    margin: 0 auto;
}

.product--image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.product--itemname {
    color: #d71f25;
    font-size: 14px;
    margin: 10px 0;
    height: 38px;
    overflow: hidden;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product--itemname a {
    color: #d71f25;
    text-decoration: none;
}

.metalist--item {
    display: flex;
    margin-bottom: 10px;
    line-height: 1;
}

.metalist--item:last-child {
    margin-bottom: 0;
}

.meta__title {
    min-width: 65px;
    text-align: left;
}

.meta__value {
    flex: 1;
    padding-left: 2px;
    text-align: left;
    font-weight: 600;
    color: #595959;
}

.red {
    color: #d71f25
}

.meta__value .percent {
    font-weight: normal;
}

.meta__value .percent .percentvalue {
    color: #d71f25
}

.loadmore-item {
    text-align: center;
    margin-top: -15px;
}

.laodmore__button {
    margin: 0 auto;
    display: inline-block;
    height: 50px;
    width: 300px;
    color: #d71f25;
    border: 1px solid #d71f25;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    line-height: 48px;
}

.laodmore__button:hover {
    background: #d71f25;
    color: white;
}

.term-and-condition.languages input {
    float: none;
}

.term-and-condition.languages input {
    display: inline-block;
    line-height: 16px;
    height: 16px;
    float: none;
    margin-right: 5px;
}

.term-and-condition.languages label {
    color: #000;
    font-size: 9px;
    margin-top: 6px;
}

.customer-account-create .intrest {
    color: #333;
    font-size: 13px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.customer-account-create .checkbox+label:before {
    content: '';
    margin-right: 8px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: white;
    top: -2px;
    position: relative;
    border: 1px solid #5b5b5b;
}

.customer-account-create .term-and-condition .checkbox+label {
    color: #333;
}

.customer-account-create .term-and-condition a {
    color: #f0233f;
    font-size: 12px;
}

.product--item .price-label {
    min-width: 70px;
    display: inline-block;
    text-align: left;
    float: left;
    margin-right: 5px;
}

.product--item .product-name {
    padding: 0 10px;
}

.product--item .price-box {
    padding: 0 5px;
    text-align: left;
    display: inline-block;
    min-width: 160px;
    margin: 0;
}

.customer-account-create li.control.remember-me-box {
    position: relative;
}

.customer-account-create .form-list .control.remember-me-box label {
    background: none;
    padding: 0;
}

/**************Detail Page css*********/

.catalog-product-view .productPageBottomTwo {
    display: none;
}

.product-detailwrapper {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.product-detailwrapper .product-img-box {
    width: 335px;
    box-sizing: border-box;
    margin-bottom: 0;
    padding-right: 0;
	position:relative;
	align-self:flex-start;
}

.etalage + span {
    position: ABSOLUTE;
    bottom: 68px;
    left: -25px;
    background: none;
    color: #8e8e9c;
    padding: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 0;
}
.etalage + span:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d8d8da;
    font-size: 40px;
}
.etalage + span + span {
    position: ABSOLUTE;
    bottom: 68px;
    right: 35px;
    background: none;
    color: #8e8e9c;
    padding: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 0;
}
.etalage + span + span:before {
   content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d8d8da;
    font-size: 40px;
}


.product-image-thumbs {
    margin-bottom: 0;
}

.more-views h2 {
    display: none;
}

.product-detailwrapper .product-shop {
    flex: 1;
    margin: 0 10px;
    padding: 0;
}

.product-detailwrapper .product-shop .product-heading {
    margin-bottom: 20px;
}

.product-information {
    margin-bottom: 20px;
}

.product-information>div {
    margin-bottom: 10px;
}

.product-information>div:last-child {
    margin-bottom: 0px;
}

.price-block {
    padding-top: 0;
}

.product-detailwrapper .price-box {
    margin: 0;
    margin-bottom: 15px;
}

.product-detailwrapper .price-box p {
    margin-top: 10px;
    margin-bottom: 0;
}

.deliverybox {
    margin-bottom: 15px;
}

.deliverybox>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.deliverybox p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: inherit !important;
    font-size: 13px;
    color: #000;
}

.deliverybox a {
    color: #4bbcfe;
    font-size: 14px;
}

.deliverybox select {
    height: 30px;
    flex: 1;
    margin-left: 10px;
    margin-right: 10px;
}

.delivery-label {
    text-transform: uppercase;
}

.mob-title-item{
	display: flex;
	flex-wrap: wrap;
    margin-bottom: -5px;
}

.titles {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.titles__heading {
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #000;
}

.titles--item {
    width: 38px;
    height: 38px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
	margin-bottom: 5px;
}

.add-quantity {
    margin-bottom: 50px;
}

.add-quantity .qtybox {
    display: inline-flex;
}

.qty__label {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    margin-right: 10px;
    display: inline-block;
}

.gstcharge {
    margin-top: 20px;
}

.section__title {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    color: #5b5b5b;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.product-data-item {
    display: flex;
    margin-bottom: 5px;
    color: #595959;
    align-items: center;
}

.product-data__value {
    margin-left: 5px;
    color: #595959;
}

.add-to-box .add-to-cart-buttons {
    margin-bottom: 0px;
}

.product-detailwrapper .add-to-cart-wrapper {
    background: #f0f0f1;
    width: 280px;
    padding: 20px 10px;
    align-self: flex-start;
}

.addthis_toolbox.addthis_default_style {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #595959;
    margin-bottom: 20px;
}

.addthis_toolbox.addthis_default_style>a {
    width: 30px !important;
    height: 30px;
    margin-right: 10px;
    padding: 0;
    margin-bottom: 0;
}

.addthis_button_facebook {
    background: url(../images/facebook.png);
}

.addthis_button_google_plusone_share {
    background: url(../images/google.png);
}

.addthis_button_twitter {
    background: url(../images/twitter.png);
}

.addthis_button_sinaweibo {
    background: url(../images/sina.png);
    margin-right: 0 !important;
}

.addthis_button_email,
.addthis_button_compact,
.product-detailwrapper .add-to-cart-wrapper .addthis_button_pinterest_pinit,
.addthis_toolbox .at-icon-wrapper {
    display: none;
}

.add-to-cart-wrapper br,
.othersharing.tools {
    display: none;
}

.ratethis {
    text-align: center;
    margin-bottom: 10px;
}

.ratethis__link {
    min-width: 155px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    color: #595959;
    background: #fff200;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #d2d2d2;
}

.ratethis__link:hover {
    opacity: 0.6;
    text-decoration: none;
}

section.detailpage-tabs {
    margin-top: 35px;
}

#best-combination-product a.btn.btn-primary {
    display: none;
}

.productdata-row {
    display: flex;
    justify-content: space-between
}

.productdata-row .product-data-container {
    flex: 1;
    margin-right: 20px;
}

.detailpage-sidebar {
    width: 210px;
    margin-top: 25px;
    align-self: flex-start;
}

.productdata-row .detailpage-sidebar .siebar-widget{
	border: 1px solid #5b5b5b;
    border-bottom: 0px;
    border-top: 0px;
}

.zblock-mobslider{
	margin-bottom: 20px;
}

.sidebar-list {
    margin-bottom: 0;
}

.mobileaction-buttons {
    display: none;
}

/***********Search Page Css**********/

.product-sectioninner {
    display: flex;
}

.catalogsearch-result-index .product-container {
    padding: 0px;
}

.catalogsearch-result-index .filter-widget,
.catalogsearch-advanced-result .filter-widget {
    border-bottom: 1px solid #ffffff;
    background: #ffffff;
    padding: 10px 0;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
}

.catalogsearch-result-index .filter-panel-container .filter-widget span,
.catalogsearch-advanced-result .filter-panel-container .filter-widget span {
    display: block;
}

.catalogsearch-result-index .filter-panel-container .filter-widget .label,
.catalogsearch-advanced-result .filter-panel-container .filter-widget .label  {
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    display: block;
    float: none;
    color: #000;
    margin-bottom: 10px;
}

.catalogsearch-result-index .filter-panel-container .filter-widget a,
.catalogsearch-advanced-result .filter-panel-container .filter-widget a {
    display: inline-block;
    color: #595959;
    font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
    font-size: 13px;
    margin-right: 0;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.catalogsearch-result-index .filter-panel-container .filter-widget a.active,
.catalogsearch-advanced-result .filter-panel-container .filter-widget a.active  {
    padding: 0;
    background: none;
}

.filter-checkbox {
    line-height: 1;
    margin-bottom: 13px;
    position: relative;
}

.filter-checkbox:last-child {
    margin-bottom: 0;
}

.filter-checkbox .checkbox {
    margin-top: 0;
    position: absolute;
    left: 0;
    opacity: 0;
}

.filter-checkbox .checkbox+label {
    padding: 0;
    font-size: 13px;
    max-width: 100%;
    position: relative;
    line-height: 1;
    margin-bottom: 0;
    color: #595959;
}

.filter-checkbox .checkbox+label a {
    display: inline-block;
}

.filter-checkbox .checkbox+label:before {
    content: '';
    margin-right: 4px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    border: 1px solid #595959;
    top: 0px;
    position: relative;
    border-radius: 3px;
}

.filter-checkbox .checkbox.active+label:after,
.filter-checkbox .checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 8px;
    background: #da0313;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #da0313, 4px 0 0 #da0313, 4px -2px 0 #da0313, 4px -4px 0 #da0313, 4px -6px 0 #da0313, 4px -8px 0 #da0313;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-checkbox .fa-star {
    color: #fff100;
    text-shadow: 1px 1px 1px #706c6c;
    margin-right: 5px;
    font-size: 16px;
}

.product-result {
    width: 100%;
}

.result-infobar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
}

.result-infobar .result-count {
    color: #595959;
    text-transform: uppercase;
    font-size: 13px;
}

.result-count span:first-child {
    margin-right: 3px;
}

.result-infobar .sorter>.sort-by {
    display: flex;
}

.result-infobar .sorter>.sort-by .label {
    display: inline-block;
    font-weight: normal;
    color: #595959;
    margin-right: 5px;
    text-transform: uppercase;
}

.result-infobar .sorter select {
    width: 180px;
    height: 30px;
    border: 1px solid #5b5b5b;
    padding: 0 5px;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-appearance: none;
    background-image: url(../images/downarrow.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
}

.result-infobar .pagination {
    display: flex;
    margin: 0px 0;
}

.result-infobar .toolbar,
.result-infobar .pager {
    color: #1a1a1a;
    margin: 0;
    display: flex;
    background: none;
    border: none;
    padding: 0;
}

.result-infobar .sorter {
    margin-right: 0px;
    margin-bottom: 0;
}

.view-icons {
    display: FLEX;
    align-items: center;
    margin-left: 20px;
    text-transform: uppercase;
}

.view-icons i {
    margin-left: 10px;
    font-size: 16px;
    cursor: pointer;
}

.view-icons i.active,
.view-icons i:hover {
    color: #d71f25;
}

.filter-summry {
    margin: 15px 0;
    display: flex;
    text-transform: uppercase;
    align-items: center;
}

.filter-summry__label {
    margin-right: 10px;
    color: #595959;
    text-transform: capitalize;
}

.filter-summry-values {
    display: flex;
    align-items: center;
}

.filiter-summry__item {
    border: 1px solid #ccc;
    margin-right: 10px;
    padding: 4px 8px 3px;
    border-radius: 10px;
    font-size: 11px;
    color: #595959;
    display: flex;
    align-items: center;
    line-height: 1;
}

.reset__filter.fa.fa-close {
    margin-left: 8px;
    color: #ccc;
    font-size: 13px;
    line-height: 1;
    position: relative;
    top: -1px;
    cursor: pointer;
}

.grid--view .product--item {
    width: 25%;
    margin-bottom: 50px
}

.grid--view .product--itemdetails {
    padding: 0 10px;
}

.grid--view .product--item .button.btn-cart {
    margin: 10px auto 0;
}

.grid--view .author__name,
.grid--view .product__description,
.grid--view .add-to-links {
    display: none;
}

.list--view .product--item {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #d2d2d2;
}

.list--view .product--iteminner {
    display: flex;
}

.list--view .product--image {
    max-width: 165px;
    margin: 0 auto;
    min-width: 165px;
    display: FLEX;
    align-items: CENTER;
}

.list--view .product--itemdetails {
    text-align: left;
	flex: 1;
}

.list--view .product__description {
    margin-bottom: 70px;
}

.list--view .product--item .price-box {
    padding: 0;
    text-align: left;
    display: flex;
    align-items: center;
}

.list--view .price-box p.old-price {
    margin: 0;
}

.list--view .product-item-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list--view .price-box p {
    margin-bottom: 0;
    margin-left: 18px;
    display: flex;
    align-items: CENTER;
}

.list--view .product--item .price-label {
    min-width: initial;
}

.list--view .actions {
    display: FLEX;
    align-items: center;
}

.list--view .add-to-links,
.list--view .add-to-links li {
    margin: 0;
    order: 0;
}

.list--view .product--item .button.btn-cart {
    margin: 0 0px 0 5px;
    order: 1;
}

.list--view .availability.available-soon,
.list--view .availability.out-of-stock {
    color: #d71f25;
    margin-top: 0;
    margin-right: 10px;
}
.filter-checkbox.subcheckboxs {
    margin-left: 14px;
}
.price-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-input {
    width: 60px;
    height: 30px;
    margin-right: 5px;
}

.price__element {
    width: 100%;
    border: 1px solid #5b5b5b;
}

.seprator {
    width: 15px;
    height: 2px;
    background: #5b5b5b;
    margin-right: 5px;
}

.price__submit {
    color: white;
    width: 30px;
    height: 30px;
    background: #d71f25;
    border: 0;
    line-height: 33px;
    font-size: 18px;
}

.price__submit:hover {
    opacity: 0.8;
}

.result-infobar .sorter {
    position: relative;
}

.sort-selected {
    width: 170px;
    border: 1px solid #5b5b5b;
    height: 30px;
    padding-left: 5px;
    padding-right: 20px;
    text-transform: uppercase;
    position: relative;
}

.sort-selected:before {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #5b5b5b;
    top: 8px;
    right: 6px;
    content: '';
    left: auto;
    position: absolute;
}

.sortbyul {
    position: absolute;
    background: #ffffff;
    z-index: 1;
    border: 1px solid #89898b;
    border-top: 0;
    border-bottom: 0;
    width: 100%;
    display: none;
}

/*.sorter:hover .sortbyul {
    display: block;
}*/

.sortbyul li {
    padding: 6px;
    border-bottom: 1px solid #89898b;
    cursor: pointer;
    line-height: 1;
    text-transform: uppercase;
}

.sortbyul li:hover {
    color: #db2127;
}

section.detailpage-tabs {
    margin-top: 0px;
}

.Viewall__info,
.Viewall__desc {
    display: none;
}

.mobile-tablist,
.filter-icon,
.grid-toggle {
    display: none;
}

.dropdown-menu.plr-language--subdropdown li a span.storemob {
    display: none;
}

li#videoLi a {
    display: block;
    text-decoration: none;
	position:relative;
}

li#videoLi a:hover {
    text-decoration: none;
}
li#videoLi-mobile a{
	position: relative;
    display: inline-block;
}
li#videoLi a:after, li#videoLi-mobile a:after {
    content: "\f04b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    background: #2f2f2f0f;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.recommended-products .widget-products {
    position: relative;
    padding: 30px 15px 0;
    border: 2px solid #d2d2d2;
    margin-bottom: 30px;
    margin-top: -16px;
}

.recommended-products .owl-item .product--item {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
}

.catalog-product-view .recommended-products .widget-products .carousel-control {
    display: none
}

.owl-next {
    right: -8px !important;
    left: auto;
    width: 21px !important;
    height: 34px;
    width: 47px;
    top: 50%;
    z-index: 11;
    line-height: 1;
    bottom: auto;
    background-image: url(../images/right-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    font-size: 0 !IMPORTANT;
    position: absolute;
    outline: none;
    margin-top: -17px;
}

.owl-prev {
    left: -8px !important;
    right: auto;
    width: 21px !important;
    height: 34px;
    width: 47px;
    top: 50%;
    z-index: 11;
    line-height: 1;
    bottom: auto;
    background-image: url(../images/leftarrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    font-size: 0 !IMPORTANT;
    position: absolute;
    outline: none;
    margin-top: -17px;
}

.catalogsearch-advanced-result .filter-panel-container .row-4{
    overflow: hidden;
}
.titles-loader {
    position: fixed;
    top: 0;
    bottom: 0;
    background:rgba(0, 0, 0, .2);
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.bestcom-wrapper .productPageContentMiddle {
    margin-top: 20px;
}

.product--item p.availability.out-of-stock {
    display: flex;
    width: 155px;
    height: 40px;
    background: #f0f0f1;
    border: 0;
    margin-top: 10px;
    color: #d71f25;
    text-transform: uppercase;
    letter-spacing: .2px;
    margin-bottom: 4px;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 20px;
    padding-left: 25px;
    margin: 10px auto 0;
    align-items: center;
    border: 1px solid #b7b7b7;
}

.bought-together .top-product-list li img{
	height: 65px;
    width: auto;
	min-width: 48px;
}

.last-viewd-container .top-product-list li img{
	height: 65px;
    width: auto;
	min-width: 45px;
}

.zoom-buttons{
	position:absolute;
	left:0;
	top:0;
	font-size:35px;
	line-height:1;
	width:40px;
	color:black;
}
.zoom-buttons > div{
	cursor:pointer;
}
.zoom-buttons i{
	line-height: 1;
    font-size: 36px;
    margin-bottom: 5px;
    font-weight: 300;
    color: #b5acac;
}
.zoom-buttons  i.fa.fa-refresh {
    font-size: 20px;
}

.popup-main-image-container {
	width: 500px;
    height: 500px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

span.auth {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.bestsellers-block .top-product-list li{
	width: 100%;
}

.bestsellers-block .top-product-list li .product-primary{
	width: 100px;
}

.bestsellers-block .author_name {
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	white-space: normal;
}

/**************Responsive Media************/

@media(min-width:769px) {
    .mobileorder-detail {
        display: table;
        width: 100%;
        border: 1px solid #ececec;
        text-transform: uppercase;
        border-bottom: 0;
    }
    .order-detailhead {
        display: table-row;
        background: #f6f6f6;
    }
    .order-detailhead>div {
        display: table-cell;
        padding: 15px 10px;
        border-bottom: 1px solid #ececec;
        border-right: 1px solid #ececec;
    }
    .order-detailhead>div:last-child {
        border-right: 0;
    }
    .order-item {
        display: table-row;
    }
    .order-item>div {
        display: table-cell;
        padding: 15px 10px;
        border-bottom: 1px solid #ececec;
        border-right: 1px solid #ececec;
    }
    .order-item>div:last-child {
        border-right: 0;
    }
    .order-item>div.order-item-image {
        display: none;
    }
    .gst,
    .order_unitprice span:last-child {
        display: none;
    }
    .order-totalbox>div {
        display: flex;
        width: 100%;
        border: 1px solid #ececec;
        padding: 0px;
        border-top: 0;
        justify-content: flex-end;
        align-items: center;
    }
    .order-totalbox>div>span:last-child {
        border-left: 1px solid #ececec;
        padding: 10px;
        min-width: 210px;
        margin-left: 10px;
    }
    .my-account h2.table-caption {
        color: #595959;
        margin-bottom: 10px;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
    }
    .header-carts:hover div#header-cart {
        border: solid 1px #f0f0f1;
        display: block;
        position: absolute;
        z-index: 200;
        top: 100%;
        right: 0;
        width: 320px;
        background: white;
        padding: 8px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }
    .order-item span.price-excl-tax,
    .order-item span.cart-price,
    .order-item span.cart-price span {
        display: inline !important;
    }
	.flex-row>.price-box .regular-price {
		margin-left: 5px;
	}
	.carousel-indicators{
		width: auto !important;
	}
	.cart #shopping-cart-table .product-image {
		width: 75px;
		height: 75px;
	}
}