@font-face {
    font-family: FSAlbert;
    src: url('https://www.osim.com/skin/frontend/osim/default/fonts/FSAlbertGrWeb-Thin.eot');
    src: url('https://www.osim.com/skin/frontend/osim/default/fonts/FSAlbertGrWeb-Thin.eot?#iefix') format('embedded-opentype'),
    url('https://www.osim.com/skin/frontend/osim/default/fonts/FSAlbertGrWeb-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: FSAlbert;
    src: url('https://www.osim.com/skin/frontend/osim/default/fonts/FSAlbertCyWeb-Thin.eot');
    src: url('https://www.osim.com/skin/frontend/osim/default/fonts/FSAlbertCyWeb-Thin.eot?#iefix') format('embedded-opentype'),
    url('https://www.osim.com/skin/frontend/osim/default/fonts/FSAlbertCyWeb-Thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: FSAlbert;
    src: url('https://www.osim.com/skin/frontend/osim/default/fonts/FSAlbertLight/FSAlbert-Light.eot');
    src:
    url('https://www.osim.com/skin/frontend/osim/default/fonts/FSAlbertLight/FSAlbert-Light.woff') format('woff'),
    url('https://www.osim.com/skin/frontend/osim/default/fonts/FSAlbertLight/FSAlbert-Light.ttf')  format('truetype'),
    url('https://www.osim.com/skin/frontend/osim/default/fonts/FSAlbertLight/FSAlbert-Light.svg#FSAlbert-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: FSAlbert;
    src: url('https://www.osim.com/skin/frontend/osim/default/fonts/FSAlbert/FSAlbert.eot');
    src:
    url('https://www.osim.com/skin/frontend/osim/default/fonts/FSAlbert/FSAlbert.woff') format('woff'),
    url('https://www.osim.com/skin/frontend/osim/default/fonts/FSAlbert/FSAlbert.ttf')  format('truetype'),
    url('https://www.osim.com/skin/frontend/osim/default/fonts/FSAlbert/FSAlbert.svg#FSAlbert') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: FSAlbert;
    src: url('https://www.osim.com/skin/frontend/osim/default/fonts/FSAlbertBold/FSAlbert-Bold.eot');
    src:
    url('https://www.osim.com/skin/frontend/osim/default/fonts/FSAlbertBold/FSAlbert-Bold.woff') format('woff'),
    url('https://www.osim.com/skin/frontend/osim/default/fonts/FSAlbertBold/FSAlbert-Bold.ttf')  format('truetype'),
    url('https://www.osim.com/skin/frontend/osim/default/fonts/FSAlbertBold/FSAlbert-Bold.svg#FSAlbert-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

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

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

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

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

/*
 * Removes default margin.
 */
body {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/*
 * 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 {
    color: #504144;
    font-family: FSAlbert, Helvetica, sans-serif;
    font-weight: 400;
}

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

img {
    display: block;
}

ol,
ul {
    list-style: none;
}

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

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

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

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

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

@viewport {
    width: device-width;
}

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

body,
button,
input,
select,
table,
textarea {
    font-size: 14px;
    line-height: 1.5;
}

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

a:hover, .product-name a:hover, .dropdown-mn li a:hover {
    color: #806e34;
    text-decoration: none;
}

a:focus {
    color: #504144;
}

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

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

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

.availability .label {
    display: none;
}

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

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

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

/* -------------------------------------------- *
 * 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;
    margin-bottom: 5px;
}
.block-title h2,
.block-title h3,
.block-title strong {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
}
.block-title small {
    font-size: 100%;
    font-weight: normal;
    color: #a0a0a0;
}
.block-subtitle {
    font-weight: bold;
    margin-bottom: 7px;
}

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

.block-content.unpad {
    padding: 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;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
    background: #dddddd;
    color: #645557;
    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: #645557;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
    color: #645557;
    background: #c4c4c4;
    outline: none;
}

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

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
    display: inline-block;
    padding: 5px 25px;
    border: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
    cursor: pointer;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
    outline: none;
}

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

/* Adjacent buttons */
.button + .button {
    margin-left: 5px;
}
/* -------------------------------------------- *
 * 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;
    border-top: 1px solid #ededed;
    text-align: right;
}
.buttons-set p.required {
    margin: 0;
    margin-left: 10px;
    line-height: 33px;
    float: right;
}
.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 {
    float: right;
    margin-left: 5px;
}
.buttons-set:after {
    content: '';
    display: table;
    clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .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, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box,
.ratings-table .rating-box .rating {
    background-image: url(https://www.osim.com/skin/frontend/osim/default/images/icon_sprite.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, .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, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(https://www.osim.com/skin/frontend/osim/default/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}*/
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs li {
    float: left;
}
.breadcrumbs a {
    float: left;
}
.breadcrumbs strong {
    font-weight: normal;
}
.breadcrumbs span {
    float: left;
    padding: 0 7px;
}

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

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

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

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

.main-container,
.footer-container {
    padding: 30px;
}

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

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

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

.col-left {
    float: left;
    width: 25%;
    padding-left: 0;
    clear: left;
}
.col-left img {
    max-width: 100%;
}

.col-right {
    float: right;
    width: 25%;
    padding-right: 0;
}
.col-right img {
    max-width: 100%;
}

.col-main {
    float: left;
    width: 75%;
    min-height: 600px;
}

.col1-layout .col-main {
    float: none;
    width: auto;
    padding: 0;
}

.col2-left-layout .col-main {
    float: right;
    padding-right: 0;
}

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

.col3-layout .col-right {
    width: 20.83333%;
}
.col3-layout .col-wrapper {
    float: left;
    width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
    float: right;
    width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
    width: 26.31579%;
}

/* Content Columns */
.col2-set {
    width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
    width: 50%;
    padding: 20px;
}
.col2-set .col-1 {
    float: left;
    padding-left: 0;
}
.col2-set .col-2 {
    float: right;
    padding-right: 0;
}
.col2-set .narrow {
    width: 33%;
}
.col2-set .wide {
    width: 65%;
}
.col2-set:after {
    content: '';
    display: table;
    clear: both;
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
    background: #676157;
    color: #e6e6e6;
    font-size: 11px;
}
.global-site-notice p {
    margin-bottom: 0;
}

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

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

.messages li li {
    position: relative;
    margin-bottom: 0;
    padding: 7px 10px 7px 20px;
    background: #fee6d3;
    font-size: 15px;
    color: #f37021;
}

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

.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 p {
    margin-bottom: 0;
}

.price-notice {
    color: #a0a0a0;
}

.price-box .price-label {
    font-weight: 400;
}

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

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

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

span.weee {
    display: block;
}

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

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
    font-size: 14px;
}
.item-options:after {
    content: '';
    display: table;
    clear: both;
}
.item-options dt {
    float: left;
    clear: left;
    padding-right: 5px;
}
.item-options dd {
    float: left;
    padding-left: 10px;
    margin: 0 0 15px;
}

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

.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 #ccbfa1;
    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 #ccbfa1;
    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
 */

/* -------------------------------------------- *
 * 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: 92px;
    height: 18px;
    background-repeat: repeat-x;
    background-position: -1px -235px;
    overflow: hidden;
}
.ratings .rating-box .rating {
    float: left;
    height: 18px;
    background-repeat: repeat-x;
    background-position: 1px -207px;
}
.ratings .amount {
    display: block;
    margin: 5px auto;
}
.ratings .rating-links .separator {
    margin: 0 3px;
}

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

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

.std ol li {
    margin-left: 0;
}

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

.std ul li {
    margin-left: 0;
}

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

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
    margin-bottom: 30px;
    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: #636363;
    line-height: 30px;
    font-size: 15px;
}

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

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

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

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

.pager {
    float: right;
    overflow: hidden;
}
.pager > .count-container {
    float: left;
}
.pager .amount {
    float: left;
    white-space: nowrap;
    margin: 0 15px 0 0;
}
.pager .limiter {
    float: left;
    height: 30px;
    line-height: 30px;
}
.pager .limiter > label {
    padding-right: 5px;
    font-size: 15px;
}
.pager .limiter > label:after {
    content: ':';
}
.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;
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
    position: relative;
    cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #504144;
    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 #504144;
    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 #504144;
    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 #504144;
    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-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: 15px;
    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 {
    color: #df280a;
    font-weight: normal;
    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: 270px;
    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;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    width: 365px;
    max-width: 100%;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
    input[type=email],
    input[type=search],
    input[type=number],
    input[type=password],
    input[type=tel],
    input[type=text],
    select {
        font-size: 16px;
        /* Prevent from zooming on focus */
    }
}
.ie8 .input-text {
    max-width: none;
}

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

/* -------------------------------------------- *
 * 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;
    text-transform: none;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
    margin-bottom: 10px;
}
.form-list select {
    margin-top: 4px;
    width: 365px;
    max-width: 100%;
}
.form-list .input-range .input-text {
    width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
    margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
    /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
    display: inline;
    float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
    display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
    float: left;
    margin-right: -40px;
    margin-top: 10px;
    margin-left: 0;
    outline: 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;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 250px;
    float: none;
    padding: 6px 10px 6px 40px;
}

.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 tbody td {
    border-bottom: 1px solid silver;
}

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

.data-table tbody td .item-options {
    margin-top: 15px;
    margin-bottom: 0;
}

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

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

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

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

/* ============================================ *
 * Header
 * ============================================ */
.page-header {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
}

.page-header-container {
    position: relative;
}


/* ============================================ *
 * Logo
 * ============================================ */
.logo {
    display: block;
    float: left;
    text-align: center;
    padding: 10px;
}
.logo img {
    max-width: 100%;
}
.logo .small {
    display: block;
}
.logo .large {
    display: none;
}

.logo:hover {
    opacity: 0.8;
}
.logo .small {
    display: none;
}
.logo .large {
    display: block;
    max-width: 149px;
}

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

.skip-links {
    border: 0;
}

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

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

.skip-link {
    width: 25%;
}

/* -------------------------------------------- *
 * Skip Link - Active
 */
/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon, .skip-account .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 .icon {
    margin-right: 3px;
}

/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
    display: none;
}

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

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

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

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
.account-cart-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
}

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

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

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

.skip-nav {
    width: 25%;
}

.skip-nav {
    display: none;
}

/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
#header-nav {
    display: block;
    /* Force visibility */
    /*border-bottom: 1px solid #ededed;*/
}

/* ============================================ *
 * Nav Primary
 * ============================================ */
.nav-primary {
    display: block;
    /*margin-top: 15px;*/
}

/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
    text-decoration: none;
    position: relative;
    display: block;
}
.nav-primary li {
    position: relative;
}

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

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
.nav-primary a.level0 {
    padding: 0 25px;
}
.nav-primary li.level0,
.nav-primary a.level0 {
    display: inline-block;
    vertical-align: middle;
}
.nav-primary li:last-child > a {
    border-bottom: none;
}
.nav-primary a:hover,
.nav-primary li:hover > a {

}
.nav-primary .menu-active {
    z-index: 200;
}
.nav-primary li.level0 > ul {
    background: #FBFBFB;
    position: absolute;
    left: 0;
    top: 53px;
    z-index: 10;
    width: 750px;
    padding: 35px;
}
.nav-primary li.level1 ul {
    left: 60px;
    top: 15px;
}
.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;
}

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

.skip-search {
    display: none;
}

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

#header-search {
    position: absolute;
    top: 90px;
    right: 220px;
}

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

#search_mini_form label {
    display: none;
}

#search {
    width: 100%;
    height: 40px;
    padding-right: 40px;
}

#search_mini_form .search-button {
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: -57px;
    border: 0;
    background: none;
}

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

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

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */

.skip-account {
    float: none;
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
}

#header-account.skip-active {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 90px;
    right: 50px;
    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 {
    width: auto;
    padding: 0 10px;
}

#header-cart.skip-active {
    display: block;
    position: absolute;
    z-index: 999;
    top: 90px;
    right: 106px;
    width: 380px;
}

/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    display: inline-block;
    top: -6px;
    position: relative;
    z-index: 5;
    width: 22px;
    height: 22px;
    background: rgba(51, 153, 204, 0.9);
    color: #FFFFFF;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
}

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

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

.skip-cart {
    color: #3399cc;
    text-transform: uppercase;
}
.skip-cart:hover {
    text-decoration: none;
}
.skip-cart .count {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    position: static;
    background: none;
    margin-left: 0px;
    font-size: 16px;
    width: auto;
}

.skip-cart .count,
.skip-link.skip-active .count {
    color: #504144;
}

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

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

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

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

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

/* Subtotal */
.cart-menu .subtotal {
    padding: 0 15px 15px;
    font-size: 24px;
    line-height: 1.2;
}

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

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

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

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

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

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

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

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */

.footer {
    clear: both;
    width: 100%;
    border-top: 1px solid #cccccc;
    padding-top: 15px;
    /* -------------------------------------------- *
     * Social icons
     */
}
.footer .block-title {
    border-bottom: 0;
    padding: 3px 0;
}
.footer .block-title,
.footer address {
    color: #fff;
}
.footer .links {
    float: left;
    width: 17%;
    padding: 0 30px 0 0;
    margin-bottom: 20px;
}
.footer .links li {
    word-break: break-all;
    line-height: 1.4;
    padding: 1px 0;
}
.footer .links a {
    color: #636363;
}
.footer .links a:hover{
    color: #806e34;
}
.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.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, .buttons-set button.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 {
    text-align: center;
    width: 100%;
    font-size: 11px;
    margin-bottom: 13px;
}

/* ================================================= *
 * 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 Grid
 * ============================================ */
.products-grid {
    position: relative;
}

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

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

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

.products-grid .product-image img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

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

.products-grid .product-info {
    position: relative;
    padding-bottom: 90px;
}

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

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

.products-grid .price-box {
    color: #a0a0a0;
    font-size: 13px;
    margin: 0 0 15px;
}

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

/* Config: Two columns + flexible gutter */
.products-grid > li {
    float: left;
    width: 47.72727%;
    margin-right: 4.54545%;
}

.products-grid > li:nth-child(odd) {
    clear: left;
}

.products-grid > li:nth-child(even) {
    margin-right: 0;
}
.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("https://www.osim.com/skin/frontend/osim/default/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;
}

/* Config: Three columns + flexible gutter */
.products-grid > li:nth-child(odd) {
    clear: none;
}
.products-grid > li:nth-child(even) {
    margin-right: 6.5%;
}
.products-grid > li {
    width: 29%;
    margin-right: 6.5%;
}
.products-grid > li:nth-child(3n+1) {
    clear: left;
}
.products-grid > li:nth-child(3n) {
    margin-right: 0;
}
.box-related .products-grid > li + li + li, .box-viewed .products-grid > li + li + li {
    margin-right: 0;
}
/* 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;
}
/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
    border: 1px solid #cccccc;
    padding: 10px;
}
.category-image img {
    width: 100%;
    max-width: 100%;
}

/* ============================================ *
 * 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 {
    display: none;
}
.product-view .product-shop{
    width: 37.5%;
    float: right;
}
.product-view .product-shop .extra-info {
    float: left;
    padding-right: 15px;
    clear: left;
    width: 70%;
}
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
    max-width: 70%;
    margin-bottom: 10px;
}
.product-view .product-shop .short-description {
    margin-bottom: 10px;
    clear: both;
}
.product-view .product-shop .ratings {
    margin-bottom: 8px;
}
.product-view .product-shop .availability {
    font-size: 16px;
    margin-bottom: 5px;
}
.product-view .product-shop .price-box {
    margin-top: 0;
    margin-bottom: 15px;
}
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
    padding-right: 0;
    line-height: 1.2;
}
.product-view .product-shop .price-box .special-price .price-label {
    font-size: 16px;
    text-transform: uppercase;
}
.product-view .product-shop .price-box .special-price span.weee {
    color: #636363;
}
.product-view .product-shop .price-box .special-price span.weee span.price {
    font-size: 16px;
}
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
    display: block;
    line-height: 1.2;
    color: #636363;
}
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
    font-weight: 300;
}
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
}
.product-view .price-box.map-info a {
    display: inherit;
}
.product-view .old-price .price-label {
    display: none;
}
.product-view .block-related {
    width: 50%;
    float: right;
    clear: right;
}
.product-img-box {
    width: 62.5%;
    float: left;
}
.product-img-box .product-name h1 {
    border: 0;
}
.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("https://www.osim.com/skin/frontend/osim/default/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;
}

.product-view {
    /* Set a min-height so that the floated elements break appropriately */
}
.product-view .add-to-box:after,
.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 .add-to-cart-buttons {
    margin-right: 10px;
    max-width: 100%;
}
.product-view .add-to-cart-buttons .paypal-logo {
    clear: left;
    text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
    margin: 0 auto;
    display: block;
    width: 170px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
    display: block;
    width: 174px;
    margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
    text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    line-height: 1;
    text-align: center;
}
.product-view .alert-price,
.product-view .alert-stock {
    clear: both;
}

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

.product-view .add-to-links:after {
    content: '';
    display: table;
    clear: both;
}
.product-view .add-to-links li:first-child a {
    margin-left: 0px;
}
.product-view .add-to-links li:last-child a {
    border-right: 0px;
}

.product-view .sharing-links {
    float: left;
}
.product-view .sharing-links:after {
    content: '';
    display: table;
    clear: both;
}
.product-view .sharing-links li {
    float: left;
    padding: 0px 7px 7px;
}
.product-view .sharing-links a, .product-view .sharing-links .instagram-it > span {
    font-size: 28px;
    line-height: 28px;
    color: #8b7d73;
}
.product-view .sharing-links .instagram-it:hover{
    cursor: pointer;
}
.product-view .sharing-links a:hover, .product-view .sharing-links .instagram-it:hover > span {
    color: #806e34;
}
.IGF.small {
    display: none;
}
.product-collateral {
    clear: both;
}

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

.box-collateral {
    clear: both;
}

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

.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;
}
#product-attribute-specs-table th {
    border-bottom: 1px solid silver;
}

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

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

/* -------------------------------------------- *
 * Catalog - Product Options
 */

.product-options p.required {
    display: none;
}

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

.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: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;
    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;
    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
 */
.box-up-sell {
    margin-top: 20px;
}
.box-up-sell .ratings {
    display: none;
}

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

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

.map-popup {
    background: #FFFFFF;
    border: 5px solid #cccccc;
    margin: 12px 0 0;
    position: absolute;
    text-align: left;
    width: 450px;
    z-index: 100;
}
.map-popup.map-popup-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 .button {
    white-space: normal;
}

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

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

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title:after {
    content: '';
    display: table;
    clear: both;
}
.checkout-types {
    float: right;
    text-align: right;
    max-width: 100%;
    /* We always want this shipping method to display on its own line */
}
.checkout-types li {
    vertical-align: top;
}
.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: none;
}
.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;
}

.checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px;
}
.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 .product-cart-info,
.cart-table .product-cart-actions {
    padding-left: 15px;
}
.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%;
}
.cart-table .product-cart-image a.cart-edit {
    display: none;
}
.cart-table .product-cart-sku {
    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 .button {
    margin-bottom: 5px;
}

/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
}
.shipping select {
    max-width: 100%;
    height: 30px;
    display: block;
    border: 1px solid silver;
}
.shipping select.validation-failed {
    border-color: #df280a;
}
.shipping .shipping-desc {
    display: none;
}
.shipping .buttons-set {
    border: none;
    margin: 0;
    padding: 0;
}
.shipping .form-list:after {
    content: '';
    display: table;
    clear: both;
}
.shipping .form-list li {
    float: left;
    margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
    width: 37%;
}
.shipping .form-list .shipping-region {
    width: 41%;
}
.shipping .form-list .shipping-postcode {
    margin-right: 0;
    width: 18%;
}
.shipping .form-list .shipping-postcode input {
    margin-top: 4px;
}
.shipping .form-list .input-box {
    padding-top: 0;
}
.shipping .form-list input {
    height: 30px;
    margin-top: 4px;
}
.shipping .form-list label {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: normal;
}
.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-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 {
    text-align: right;
}
.cart .cart-totals:after {
    content: '';
    display: table;
    clear: both;
}
.cart .cart-totals table td {
    padding: 2px 0px;
    white-space: nowrap;
}
.cart .cart-totals table td:first-child {
    padding-right: 15px;
    min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
    padding-bottom: 10px;
}
.cart .cart-totals table tfoot td {
    padding: 2px 5px;
    vertical-align: top;
}
.discount-form:after,
#giftcard-form:after {
    content: '';
    display: table;
    clear: both;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
    display: none;
}
#discount-coupon-form label,
.cart .giftcard label {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    display: block;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
    display: inline;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
    float: left;
    margin-right: 5px;
}
.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;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
    display: none;
}


.checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
    filter: none;
}
.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%;
    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 */


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

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

.opc h3 {
    font-weight: 500;
}

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

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

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

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 {
    display: none;
}
body.opc-has-progressed-from-login .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body.opc-has-progressed-from-login .opc-block-progress-step-login {
    display: block;
}
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
    width: 0px;
    overflow: hidden;
}


/* -------------------------------------------- *
 * 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 #504144;
    padding-left: 20px;
}
.block-progress .block-content {
    font-size: 13px;
}
.block-progress dt {
    padding-top: 6px;
    font-size: 14px;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    margin-bottom: 6px;
    font-weight: normal;
    color: #504144;
}
.checkout-onepage-index input[type=radio]:not(old){
    width   : 28px;
    margin  : 0;
    padding : 0;
    opacity : 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.checkout-onepage-index input[type=radio]:not(old) + label{
    display      : inline-block;
    background   : url('https://www.osim.com/skin/frontend/osim/default/images/icon_sprite.png') no-repeat 0 0;
}
.checkout-onepage-index input[type=radio]:not(old) + label {
    background-position: -5px -736px;
}
.checkout-onepage-index input[type=radio]:not(old):checked + label{
    background-position : -5px -696px;
}
.block-progress #payment-progress-opcheckout .subtitle {
    margin-bottom: 3px;
}
.block-progress .payment-info dt {
    padding: 0;
    margin: 0 0 3px 0;
    color: #504144;
    text-transform: none;
    float: left;
    clear: both;
    font-size: 13px;
}
.block-progress .payment-info dt:after {
    content: ': ';
}
.block-progress .payment-info dd {
    float: left;
    margin-bottom: 3px;
    font-size: 13px;
}
.block-progress .payment-info:after {
    content: '';
    display: table;
    clear: both;
}

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

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

#review-buttons-container {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

#review-buttons-container .please-wait {
    float: left;
    margin-right: 10px;
}
#review-buttons-container .f-left {
    float: right;
}

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

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

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

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

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

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

/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
    padding: 0;
    text-align: center;
}
.checkout-onepage-success .buttons-set {
    margin: 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 {
    margin: 0 0 3px;
}
.swatch-link img {
    border-radius: 2px;
}
.swatch-link:hover {
    cursor: pointer;
    text-decoration: none;
}
.swatch-link.has-image .swatch-label {
    position: relative;
}
.swatch-link.has-image img {
    position: absolute;
    top: 0;
    left: 0;
}

.swatch-label {
    margin: 0;
    white-space: nowrap;
}

.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 */
.availability.out-of-stock span {
    color: #a0a0a0;
}

.product-view .product-options .swatch-attr {
    float: none;
    display: block;
    clear: both;
    border: 0;
}
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
    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;
}

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

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

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table th {
    padding-right: 10px;
}
.ratings-table .rating-box {
    background-position: -1px -235px;
    background-repeat: repeat-x;
    height: 18px;
    overflow: hidden;
    text-indent: -9999px;
    width: 92px;
}
.ratings-table .rating-box .rating {
    background-position: 1px -207px;
    background-repeat: repeat-x;
    float: left;
    height: 18px;
    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
 * ============================================ */
.category-landing .img-banner, .slideshow-container {
    position: relative;
    display: block;
    width: 100%;
}
.category-landing .img-banner{
    margin-top: 15px;
    padding: 0;
}
.category-landing .img-banner.first{
    margin-top: 0;
}
.category-landing .img-banner:after, .slideshow-container:after {
    background-image: url("https://www.osim.com/skin/frontend/osim/default/images/shadow-main-slide.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    content: "";
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 15px;
    left: 0;
    z-index: 99;
}
.slideshow-container .slideshow {
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0;
}
.slideshow-container .slideshow > li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: block;
    margin: 0;
}
.slideshow-container .slideshow > li:first-child {
    position: static;
    z-index: 100;
}
.slideshow-container .slideshow > li img {
    max-width: 100%;
    width: 100%;
}

.slideshow-pager {
    text-align: center;
    width: 100%;
    z-index: 115;
    position: absolute;
    bottom: 0px;
    top: auto;
    overflow: hidden;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.slideshow-pager span {
    font-family: arial;
    width: 44px;
    height: 44px;
    display: inline-block;
    color: #DDDDDD;
    cursor: pointer;
}
.slideshow-pager span:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border-radius: 1px;
    position: relative;
}
.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;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart {
    display: inline-block;
}
.header-minicart .minicart-message {
    display: block;
    padding: 10px;
}
.header-minicart .empty {
    padding: 10px;
    text-align: center;
}
.header-minicart .minicart-wrapper {
    clear: both;
    position: relative;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.header-minicart .minicart-wrapper:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}
.header-minicart .minicart-wrapper:after {
    background-image: url("https://www.osim.com/skin/frontend/osim/default/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 .close {
    width: 40px;
    float: right;
    display: block;
    color: #636363;
    text-decoration: none;
    font-weight: normal;
    font-size: 30px;
    position: absolute;
    top: 3px;
    right: 5px;
}
.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 .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 {
    background-color: #DDDDDD;
    text-align: center;
    line-height: 2em;
}
.header-minicart .subtotal .label {
    color: white;
    text-transform: uppercase;
}
.header-minicart .subtotal .price {
    color: #3399cc;
}
.header-minicart .minicart-actions {
    text-align: center;
    margin-top: 5px;
}
.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;
}

.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 #504144;
    left: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.search-autocomplete ul li {
    border-bottom: 1px solid #f4f4f4;
    color: #504144;
    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: #504144;
    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 #504144;
    border-top: none;
    left: 50%;
    top: -7px;
}

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

/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color:#504144 ;
}
.product-review .product-img-box .rating-box {
    margin: 15px 0;
}
.product-review .product-details h2 {
    font-weight: 600;
    padding-bottom: 10px;
}
.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 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}
.product-review .ratings-description dd {
    font-size: 13px;
}

.product-review .ratings-table tr {
    float: none;
}

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

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

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

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

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

/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
    color: #cf5050;
    font-size: 12px;
    text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%;
}

.registered-users .captcha-image {
    margin: 0;
}

.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}

.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
}

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

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

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

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

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

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

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */
/* ============================================ *
 * Recurring Profiles
 * ============================================ */
#recurring_profile_list_view th {
    white-space: normal;
}
#recurring_profile_list_view th span {
    white-space: inherit;
}

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

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

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

#recurring_start_date_trig {
    display: inline;
}

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

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

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

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

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

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

.widget {
    clear: both;
}

.widget .pager {
    float: none;
    width: 100%;
}
.col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
}
.col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
}
.col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
.col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
}
.col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
}
.col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
}
.col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
}
.col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
}
.col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
}
.col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
}
.col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
.col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
}
.col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
}
.col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
}
.col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
}
.col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
}

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

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

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

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

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

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

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

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
    border-collapse: separate;
}
div.calendar table td.button {
    display: table-cell;
    background: inherit;
    color: inherit;
    text-transform: none;
}


/*--------------------------------------------------------------------OSIM CSS---------------------------------------------------------------------------*/

.container {
    margin: auto;
    padding-bottom: 15px;
    width: 1088px !important;
    padding-left: 4px;
    padding-right: 3px;
}
.col1-layout .col-main {
    padding: 0 50px;
}
.cms-index-index .col1-layout .col-main, .catalog-category-view .col1-layout .col-main, .catalog-product-view .col1-layout .col-main,
.review-product-list .col1-layout .col-main{
    padding: 0;
}
a:focus{
    outline: none;
    text-decoration: none;
}
span.label{
    color: #504144;
}
.footer .block-subscribe .actions .button, .buttons-set button.button,
.product-options dl.last .input-box.warranty, .product-options .swatch-attr .input-box, .product-essential .add-to-links li a,
.button-default{
    color: #645557;
    background: #c6baa2;
    background: linear-gradient(to bottom,  #ffffff 10%,#c4b69d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4b69d',GradientType=0 ); /* IE6-9 */
}
/*header*/
header#header{
    /*gradient background color */
    background: url(https://www.osim.com/skin/frontend/osim/default/images/background-header.png) repeat-x;
    color: #645558;
    height: 120px;
    position: relative;
    z-index: 1001;
}
.header-language-background, .page-header-container .store-language-container{
    display: none;
}
.logo{
    padding: 30px 40px;
}
a.skip-link.skip-search{
    display: block;
}
.skip-search span.label, .skip-cart span.label{
    display: none;
}
.search-account-cart-wrapper {
    overflow: hidden;
    padding: 40px 70px 40px 0;
}
.search-account-cart-wrapper >div {
    float: right;
}
.header-minicart {
    border-right: 2px solid #c2b49a;
    border-left: 2px solid #c2b49a;
}
.header-account span.label{
    font-size: 17px;
    padding: 0 15px;
}
.skip-cart .count, .header-account span.label{
    color: #504144;
}
.skip-cart .count, .header-account span.label{
    font-weight: bold;
}
.skip-search .icon, .skip-cart .icon, .skip-account .icon, #search_mini_form .search-button:before, .icon,
.header-minicart .block-subtitle .close, .btn-remove2, a.viewmore:after, a.viewless:after,
.ratings .rating-box .rating, .ratings .rating-box, .ratings-table .rating-box, .ratings-table .rating-box .rating,
a.button-remove:after, .product-essential .add-to-links li a:after, .product-view .add-to-cart-buttons .button:after,
.skip-nav .icon, .nav-primary > li > a:after, .nav-primary li li.level1 > a:after, .slideshow-prev:before, .slideshow-next:before,
.review-summary-table .rating-box .rating-number:after, .flex-direction-nav a {
    background-image: url(https://www.osim.com/skin/frontend/osim/default/images/icons.png);
    background-repeat: no-repeat;
}
.header-minicart .block-subtitle .close, .btn-remove2 {
    width: 12px;
    height: 12px;
    background-position: -176px 1px;
}
.skip-search .icon, #search_mini_form .search-button:before {
    background-position: 0px 0px;
    margin-right: 25px;
}
.skip-search:not(.skip-active):hover .icon {
    background-position: 0px 0px;
}
.skip-cart .icon {
    background-position: -64px 0px;
}
.skip-cart:not(.skip-active):hover .icon {
    background-position: -64px 0px;
}
.skip-account .icon {
    background-position: -126px 6px;
}
.skip-cart{
    padding: 0 15px;
}
.skip-account{
    padding: 0px;
    line-height: 35px;
}
#header-account{
    padding: 15px 0;
}
#header-search {
    padding: 14px 65px 14px 30px;
}
#search{
    border: none;
    font-size: 13px;
    height: 30px;
    width: 200px;
    padding: 0 10px;
    color: #504144;
}
.search-advance a {
    display: block;
    color: #504144;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 15px;
}
#header-search, #header-account, #header-cart{
    border: 2px solid #c2b49a;
    background-color: #e8e4da;
    z-index: 1001;
}
#header-account a{
    text-align: left;
    padding: 2px 15px;
    color: #504144 !important;
    font-size: 16px;
    font-weight: 700;
}
.footer .links.social-media a{
    font-size: 28px;
}
.social-media ul li{
    display: inline-block;
    margin-right: 4px;
}
.footer .block-subscribe {
    height: 170px;
}
.footer .block-subscribe .input-box{
    width: 65%;
    margin-right: 7px;
    position: relative;
}
.footer .block-subscribe .payment {
    margin-top: 10px;
}
.footer .block-subscribe .payment a {
    float: left;
    margin-right: 5px;
}
.footer .block-subscribe .input-box label{
    position: absolute;
    text-transform: none;
    font-weight: 300;
    top: 0;
    left: 8px;
    pointer-events: none;
    margin: 0;
    line-height: 25px;
}
.footer .block-subscribe .actions{
    width: auto;
}
/*dropdown cart*/
p.product-name a, p.product-name, h2.product-name a, h2.product-name{
    color: #504144;
    font-size: 20px;
    font-weight: 400;
}
.mini-products-list .product-image {
    float: left;
    min-width: 86px;
    margin-left: 10px;
}
.mini-products-list .product-details {
    margin-left: 125px;
    text-align: left !important;
}
.header-minicart .mini-products-list {
    padding: 25px 20px;
}
.header-minicart .price-box .price{
    font-weight: 700;
}
.header-minicart .price-box .price, .price {
    font-size: 18px;
}
.price-box .price, .price {
    color:  #504144;
}
.product-info .price {
    font-size: 30px;
    color: #806e34;
}
span.price-notice {
    display: none;
}
.header-minicart tr.qty-wrapper, .header-minicart tbody th{
    display: none;
}
.header-minicart .product-details > a, .header-minicart a.details, .header-minicart .minicart-actions .cart-link {
    font-size: 14px;
    color: #806e34;
    text-transform: uppercase;
}
.header-minicart .minicart-actions .cart-link {
    display: block;
    padding: 15px 0 20px;
}
.header-minicart .mini-products-list li {
    border-bottom: 2px solid #ccbfa1;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.header-minicart .mini-products-list li.last {
    padding-bottom: 0;
    margin-bottom: 0;
}
.header-minicart p.product-name{
    margin-bottom: 6px;
    line-height: 16px;
}
.header-minicart a.btn-edit {
    padding-right: 7px;
    margin-right: 7px;
    position: relative;
}
.header-minicart a.btn-edit:after {
    content: "|";
    display: inline-block;
    position: absolute;
    right: 0;
    top: -2px;
}
.header-minicart .block-content{
    display: none;
}
.button.checkout-button{
    color: #504144 !important;
    border: 1px solid #504144;
    background-color: transparent;
    text-transform: capitalize;
    font-size: 14px;
    padding: 4px 28px 5px;
    display: inline-block;
}
/*footer*/
.footer-container{
    background-color: #645558;
}
.footer-container .footer{
    border: none;
}
.footer .links a{
    color: #fff;
    font-weight: 300;
}
.footer .links a{
    color: #fff;
}
.block-subscribe .block-title {
    display: none;
}
.social-media .icon {
    text-indent: -999px;
    display: inline-block;
}
.social-media span.icon.facebook{
    background-position: 0px -63px;
    width: 15px;
    height: 30px;
}
.social-media span.icon.google{
    background-position: -26px -63px;
    width: 26px;
    height: 30px;
}
.social-media span.icon.twitter{
    background-position: -66px -63px;
    width: 22px;
    height: 30px;
}
.social-media span.icon.pinterest{
    background-position: -101px -63px;
    width: 25px;
    height: 30px;
}
.social-media span.icon.follow{
    background-position: -140px -63px;
    width: 23px;
    height: 30px;
}
.footer .block-subscribe .input-box{
    width: 73%;
    margin-right: 7px;
}
.footer .block-subscribe .actions{
    width: auto;
}
.footer .links {
    width: 16%;
    padding-right: 20px;
}
.links.social-media {
    width: 23%;
    padding-left: 35px;
}
.footer .block-subscribe{
    width: 27%;
}
.social-media ul{
    margin-top: -4px;
}
.footer .block-subscribe .actions .button{
    height: 25px;
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 12px;
}
.footer .block-subscribe .input-text{
    height: 25px;
    font-size: 14px;
    color: #645557;
    border: none;
}
.footer .block-subscribe .block-content {
    padding-top: 32px;
}
.block-subscribe .input-text::-webkit-input-placeholder{
    color: #645557;
}
.block-subscribe .input-text::-moz-placeholder{
    color: #645557;
}
.block-subscribe .input-text:-ms-input-placeholder{
    color: #645557;
}
.block-subscribe .input-text:-moz-placeholder{
    color: #645557;
}
/*menu*/
.main-menu {
    position: relative;
    z-index: 1000;
}
.menu-main-wrapper, .cms-index-index .col-main, .catalog-category-view .col-main, .catalog-product-view .col-main {
    background: #c6baa2;
    background: linear-gradient(to bottom,  #fdfdfd 10%,#dad3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#dad3c3',GradientType=0 );
}
.menu-main-wrapper > div{
    background: url(https://www.osim.com/skin/frontend/osim/default/images/border-side.png) repeat-y;
}
.nav-primary li.level0.nav-1 > a.level0, .nav-primary li.level0.nav-2 > a.level0{
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.nav-primary li.level0.nav-1.menu-active > a.level0, .nav-primary li.level0.nav-2.menu-active > a.level0{
    /*background: url(https://www.osim.com/skin/frontend/osim/default/images/border-menu.png) repeat-y;*/
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    z-index: 11;
    background-color: #fff;
}
.nav-primary li.level0.nav-1 > ul, .nav-primary li.level0.nav-2 > ul{
    background-color: #fff;
    padding: 35px 35px 15px;
    border: 1px solid #dcdcdc;
    top: 52px;
}
.nav-primary li.level0.nav-2 > ul {
    width: 228px;
    padding-bottom: 35px;
}
.nav-primary .nav-1 li.level1.first {
    border-top: none;
    padding-top: 0;
    overflow: hidden;
}
.nav-primary .nav-1 li.level1 {
    border-top: 1px solid #dcdcdc;
    padding-top: 20px;
    padding-bottom: 25px;
}
.nav-primary a.level0{
    padding: 10px 40px 9px;
    margin-right: 5px;
    line-height: 35px;
}
.nav-1 ul.level0 > li + li, .nav-1 .nav-1-1 > ul {
    float: left;
    width: 33.33%;
}
.nav-primary .nav-1 li.level1.nav-1-5, .nav-primary .nav-1 li.level1.nav-1-8{
    clear: both;
}
.dropdown-mn li a{
    font-size: 18px;
    color: #504144;
    text-align: left;
    font-weight: 300;
}
#header-nav .nav-1 li.level1 > a{
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 3px;
}
#header-nav .nav-1 li.level1.first > a{
    color: #A76D35;
}
#header-nav .nav-1 li.level1.nav-1-2 > a{
    color: #F37021;
}
#header-nav .nav-1 li.level1.nav-1-3 > a{
    color: #00AE4D;
}
#header-nav .nav-1 li.level1.nav-1-4 > a{
    color: #0072BC;
}
nav .skip-link {
    width: auto;
}
.nav-primary > li >a{
    color: #504144;
    font-weight: bold;
    font-size: 16px;
}
.nav-primary li.level0 {
    margin-left: 15px;
}
.nav-primary li > ul.level0 {
    display: none;
}
.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
    display: block;
}
/*homepage*/
.flex-control-paging li a{
    background: url("https://www.osim.com/skin/frontend/osim/default/images/btn-slide.png") no-repeat !important;
    border: none !important;
    width: 14px !important;
}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
    background: url("https://www.osim.com/skin/frontend/osim/default/images/btn-slide-active.png") !important;
}
.owl-buttons > div{
    position: absolute;
    top: 40%;
}
.owl-buttons .owl-prev{
    left: 0;
}
.owl-buttons .owl-next{
    right: 0;
}
.owl-buttons span.icon{
    width: 10px;
    height: 38px;
    display: block;
}
.owl-buttons .owl-prev span.icon {
    background-position: 0px -105px;
}
.owl-buttons .owl-next span.icon {
    background-position: -40px -105px;
}
/*breadcrumb*/
.main-menu, .breadcrumbs{
    background-image: url("https://www.osim.com/skin/frontend/osim/default/images/bgr-menu.png");
    height: 54px;
}
.breadcrumbs li{
    text-transform: capitalize;
    font-size: 16px;
}
.breadcrumbs {
    overflow: hidden;
    padding: 15px 0px 15px 75px;
}
.breadcrumbs a, .breadcrumbs strong {
    color: #504144 !important;
    font-weight: 400;
}
/*category*/
.nav-primary li a.level0 span {
    position: relative;
}
.nav-primary li.active a.level0 span:after, .nav-primary li:hover a.level0 span:after{
    content: "";
    border-bottom: 7px solid #c2b49a;
    position: absolute;
    bottom: -19px;
    width: 100%;
    left: 0;
}
.nav-primary li.level0 {
    margin-left: 2%;
}
.category-title h1{
    display: none;
}
.category-landing .desc{
    position: absolute;
    top: 20%;
    right: 13%;
    text-align: right;
    pointer-events: none;
}
.category-landing .desc > a{
    color: #504144
}
.category-landing .desc > a:hover{
    text-decoration: none;
    color: inherit;
}
.category-landing .banner-1 .desc{
    right: auto;
    top: 20%;
    left: 7%;
    text-align: left;
}
.category-landing .banner-3 .desc{
    right: auto;
    top: 20%;
    left: 23%;
    text-align: left;
}
.category-landing .desc span{
    display: block;
    font-size: 19px;
}
.category-landing .desc span.text-1{
    font-size: 73px;
}
.category-landing .banner-1 .desc span.text-1{
    color: #806e34;
}
.category-landing .banner-3 .desc span{
    color: #fff;
}
/*detail*/
span.separator {
    display: none;
}
.product-options-bottom > p{
    display: none;
}
.owl-carousel .owl-item {
    padding: 0 10px;
}
.block-banner.owl-carousel .owl-item {
    padding: 0;
}
.product-image-thumbs .owl-buttons > div{
    top: 17%;
}
.product-essential{
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 10%,#d8d9d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d9d6',GradientType=0 );
}
.more-views {
    background-color: #fff;
    padding: 34px 50px 30px 50px;
}
.more-views .owl-buttons .owl-prev{
    left: -20px;
}
.more-views .owl-buttons .owl-next{
    right: -20px;
}
a.thumb-link, .thumb-video {
    position: relative;
}
span.hover-thumb {
    display: none;
}
a.thumb-link:hover span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: block;
}
a.thumb-video span{
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}
a.thumb-video span:after {
    background: url("https://www.osim.com/skin/frontend/osim/default/images/icon-play.png") no-repeat;
    position: absolute;
    top: 18%;
    left: 26%;
    content: "";
    display: inline-block;
    width: 43px;
    height: 43px;
}
.more-views h2 {
    display: none;
}
a.viewmore, a.viewless {
    text-decoration: underline;
    font-size: 15px;
    font-weight: 700;
    color: #806e34;
    display: inline-block !important;
    width: auto !important;
    position: relative;
}
a.viewmore:hover, a.viewless:hover {
    color: #504144;
}
a.viewmore:after, a.viewless:after{
    position: absolute;
    top: 19px;
    right: 22px;
}
/*a.viewless:after{
    right: -105px;
}
.short-description a.viewless:after{
    right: -60px;
}*/
#product-attribute-specs-table{
    margin-bottom: 10px;
}
a.viewmore:after{
    content: "";
    background-position: -208px -10px;
    width: 9px !important;
    height: 9px;
    display: inline-block;
    margin-left: 6px;
}
a.viewless:after{
    content: "";
    background-position: -230px -10px;
    width: 9px;
    height: 9px;
    display: inline-block;
    margin-left: 6px;
}
.short-description a.viewmore:after{
    background-position: -208px 4px;
}
.short-description a.viewless:after{
    background-position: -230px 3px;
}
.short-description a.viewmore, .short-description a.viewless{
    color: #504144;
    text-transform: lowercase;
    font-size: 12px;
}
.short-description a.viewmore:after, .short-description a.viewless:after{
    right: -15px;
    top: 4px;
}
.short-description a.viewmore:hover, .short-description a.viewless:hover{
    color: #806e34;
}
.short-description .morelink {
    font-size: 12px;
    font-weight: 700;
    color: #514345;
    margin-top: 2px;
}
p.email-friend, .short-description h2, .product-essential .block-related {
    display: none;
}
.products-grid .product-image {
    margin-bottom: 10px;
    display: block;
}
.product-view .product-shop .product-name .h1 {
    font-size: 50px;
    font-weight: 100;
    color: #806e34;
    margin-bottom: 15px;
    margin-top: 10px;
    display: block;
}
.product-view .product-shop .short-description {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
}
.product-view .product-shop,
.product-view .block-related {
    padding-left: 25px;
    padding-right: 15px;
}
.price-box span.title{
    color: #806e34;
    font-size: 14px;
    font-weight: 400;
}
.price-box{
    font-weight: 100;
}
p.old-price{
    display: inline-block;
}
.old-price .price{
    font-size: 20px;
    font-weight: 100;
}
.regular-price .price, .special-price .price, .price-as-configured .price{
    font-size: 30px;
    letter-spacing: -2px;
}
.old-price .price, .regular-price .price, .price-as-configured .price {
    color: #806e34;
}
.special-price .price, .old-price + .price-as-configured .price{
    color: #F37021;
}
.catalog-product-view span.currency-symbol,
.catalog-product-compare-index span.currency-symbol,
.catalogsearch-result-index span.currency-symbol,
.catalog-category-view span.currency-symbol,
.review-product-list span.currency-symbol,
.crosssell span.currency-symbol {
    font-size: 67%;
}
.catalog-product-view .old-price span.currency-symbol,
.catalog-product-compare-index .old-price span.currency-symbol,
.catalogsearch-result-index .old-price span.currency-symbol,
.catalog-category-view .old-price span.currency-symbol,
.review-product-list .old-price span.currency-symbol,
.crosssell .old-price span.currency-symbol {
    font-size: 80%;
}

.minicart-wrapper span.currency-symbol{
    font-size: inherit !important;
}
.product-view .product-shop .price-box .special-price, .product-view .product-shop .price-box .price-as-configured{
    display: block;
}
.product-view .price-box, .product-options {
    font-size: 15px;
    font-weight: 300;
}
.product-shop p.special-price {
    margin-top: -6px;
}
.product-essential .add-to-cart {
    margin-bottom: 15px;
}
.input-box-image{
    background: url("https://www.osim.com/skin/frontend/osim/default/images/icon-select.png") no-repeat right;
    height: 30px;
    margin-right: 10px;
}
.product-essential .add-to-links li a:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 8px;
}
.product-essential .add-to-links li a.link-wishlist:after{
    background-position: -32px -159px;
}
.product-essential .add-to-links li a.link-compare:after{
    background-position: 0px -159px;
}
#product-options-wrapper dl, .product-essential .add-to-links, .product-essential .add-to-cart-buttons{
    width: 60%;
}
.product-options dl.last .input-box.warranty, .product-options .swatch-attr .input-box, .product-essential .add-to-links li a {
    font-size: 14px;
    color: #937f43;
    font-weight: 700;
}
.product-options dt{
    display: none !important;
}
.product-options dl{
    margin-bottom: 9px;
    position: relative;
}
.product-essential .add-to-links li {
    margin-bottom: 10px;
}
.product-options dl.last .input-box.warranty, .product-options .swatch-attr .input-box{
    height: 30px;
    border-right: 0;
}
.product-options .input-box select{
    background: transparent;
    border: none !important;
    line-height: 14px;
    width: 115%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 8px;
    color: #937f43;
    padding-top: 5px;
}
.product-view .add-to-links li a {
    width: 100%;
    line-height: 30px;
    position: relative;
}
.add-to-links a {
    display: inline-block;
    padding: 0px 10px;
}
.availability span.value {
    text-transform: capitalize;
    font-size: 15px;
    color: #514345;
}
.product-view .add-to-cart-buttons button {
    background: #c2b49b;
    background: linear-gradient(to bottom, #c2b49b 10%,#655658 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2b49b', endColorstr='#655658',GradientType=0 );
    border-bottom: 1px solid #bcb497;
    color: #fff;
    text-transform: lowercase;
    font-size: 20px;
    margin-bottom: 0;
    text-align: left;
    padding: 5px 10px;
    position: relative;
    width: 100%;
}
.product-view .add-to-cart-buttons .button:after {
    content: "";
    background-position: -60px -159px;
    display: inline-block;
    width: 16px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 11px;
}
.qty-ctl{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.qty-ctl button {
    cursor: pointer;
    border: none;
    background-color: transparent;
    width: 15px;
    height: 24px;
}
.qty-wrapper .qty, .product-cart-actions .qty {
    border: none;
    background-color: transparent;
    padding: 0 !important;
    width: 20px !important;
    vertical-align: bottom;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
    margin-right: 30px;
    margin-bottom: 0;
    vertical-align: middle;
}
.product-view .add-to-cart .qty-wrapper label {
    font-weight: 400;
    font-size: 15px;
}
.availability span.value span {
    color: #806e34;
}
.product-collateral h2 {
    display: none;
}
.box-description, .box-specifications {
    overflow: hidden;
}
.box-collateral.box-specifications {
    padding-bottom: 50px;
}
.catalog-product-view .menu-main-wrapper > div {
    padding-bottom: 0;
}
.box-description, .box-additional,
.box-specifications, .product-collateral > .box-reviews, .box-up-sell, .box-viewed, .box-related{
    position: relative;
    padding-bottom: 15px;
    overflow: hidden;
}
.product-essential:after, .box-description:after, .box-additional:after,
.box-description:before, .box-specifications:after, .product-collateral > .box-reviews:after, .box-up-sell:after, .box-viewed:after, .box-related:after {
    background-image: url("https://www.osim.com/skin/frontend/osim/default/images/shadow-bottom.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    content: "";
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 15px;
    left: 0;
    z-index: 99;
}
.box-description{
    padding-top: 15px;
}
.box-description:before{
    bottom: auto;
    top: 0;
}
.col-main, .box-description, .more-des > div, .box-additional, .box-specifications, .product-collateral > .box-reviews, .box-up-sell,
.box-viewed, .box-related{
    background: #e9e8e8;
    background: linear-gradient(to right, #ffffff 10%,#e9e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e8e8',GradientType=1 );
}
.more-des {
    float: left;
    font-size: 15px;
    color: #514345;
}
.more-des > div {
    padding: 0;
    font-weight: 300;
}
.more-des > div.col-sm-4 > div, .more-spec {
    padding: 15px 40px 40px;
}
div#rmjs-1, div#rmjs-2{
    padding-bottom: 0;
}
.product-collateral .box-reviews > a{
    margin: 0 -40px;
    width: auto !important;
    padding: 12px 40px 30px;
}
.product-collateral, .box-additional, .box-specifications, .product-collateral > .box-reviews,
.box-up-sell, .box-viewed, .box-related{
    margin-top: 0px;
}
.product-collateral h3{
    color: #806e34;
    margin-bottom: 15px;
    font-weight: 300;
}
.product-collateral > div > a {
    clear: both;
    display: block;
    padding: 12px 35px 30px;
}
.product-collateral > div.box-additional  > a {
    padding-top: 3px;
}
.more-spec{
    float: left;
    width: 100%;
}
.table-spec {
    width: 47%;
    float: left
}
.more-spec > div {
    padding-right: 20px;
}
.more-spec > .image-upload {
    float: right;
    width: 53%;
    padding: 25px 0px 20px 20px
}
.image-upload img{
    float: left;
    max-width: 47%;
}
.image-upload img + img{
    float: right;
    max-width: 53%;
}
.item-options dd {
    float: left;
    max-width: 50%;
}
table#product-attribute-specs-table th.no-border, table#product-attribute-specs-table tr.no-border th,
table#product-attribute-specs-table tr.no-border td, .compare-table tr.no-border th, .compare-table tr.no-border td {
    border-bottom: none;
}
.compare-table tr.no-border th, .compare-table tr.no-border td{
    border-top: none
}
table#product-attribute-specs-table tr.no-border.last th,
table#product-attribute-specs-table tr.no-border.last td,
.compare-table tr.no-border.last th, .compare-table tr.no-border.last td{
    border-bottom: 1px solid #c2b49a;;
}
.compare-table tr.no-border.first th, .compare-table tr.no-border.first td{
    border-top: 1px solid #c2b49a;
}
table#product-attribute-specs-table td, table#product-attribute-specs-table th{
    font-size: 15px;
    border-bottom: 1px solid #c2b49a;;
}
table#product-attribute-specs-table th, table#product-attribute-specs-table td {
    padding: 5px 0;
}
table#product-attribute-specs-table th{
    font-weight: 700;
    width: 50%;
    padding-right: 5px;
}
.product-view .add-to-cart-buttons button:hover, .product-options dl.last .input-box.warranty:hover,
.product-options .swatch-attr .input-box:hover, .product-essential .add-to-links li:hover a, .btn-proceed-checkout:hover {
    background: #645557;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#645557', endColorstr='#645557',GradientType=0 );
    color: #fff;
}
.product-options .input-box select option{
    padding-left: 10px;
}
.product-options .input-box:hover .input-box-image{
    background-image: url("https://www.osim.com/skin/frontend/osim/default/images/icon-select-hover.png");
}
.product-essential .add-to-links li:hover a.link-wishlist:after{
    background-position: -32px -183px;
}
.product-essential .add-to-links li:hover a.link-compare:after{
    background-position: 0px -183px;
}
.product-essential .add-to-links li:hover a{
    color: #ffffff;
}
.header-account .links ul li.first, .header-account .links ul li.last {
    display: block;
}
.header-account .links ul li {
    display: none;
}
.header-account .skip-active .icon, .header-account:hover .skip-link .icon {
    background-position: -126px -34px;
}
.header-minicart .skip-active .icon, .header-minicart:hover .skip-link .icon {
    background-position: -64px -38px;
}
.header-search .skip-active .icon, .header-search:hover .skip-link .icon, #search_mini_form .search-button:hover:before {
    background-position: 0px -37px;
}
/*review*/
div#customer-reviews {
    padding: 15px 40px 0;
    overflow: hidden;
}
.no-rating a {
    font-size: 14px;
}
.review-heading > span {
    margin-bottom: 30px;
    display: block;
}
.review-heading span {
    font-size: 15px;
}
.review-heading span a {
    text-decoration: underline;
    font-weight: 700;
}
.review-detail{
    overflow: hidden;
    font-size: 15px;
    margin: 0 -30px;
    width: auto !important;
}
.pages .current,
.pages .current:hover {
    color: #636363;
    border: 1px solid #cccccc !important;
    cursor: default;
}
.pager li>a, .pager li>span{
    padding: 0;
    background: transparent;
    border-radius: 0;
}
.pages a, .pages .current {
    display: inline-block;
    border: 0;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    white-space: nowrap;
    line-height: 30px;
    width: 25px;
    height: 30px;
    padding: 0;
}
.pages .next, .pages .previous {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    position: relative;
}
.pages .next:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #504144;
    border-right: none;
    top: 50%;
    margin-top: -3px;
    left: 50%;
    margin-left: -2px;
}
.pages .next:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #504144;
    border-right: none;
}
.pages .previous:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #504144;
    border-left: none;
    top: 50%;
    margin-top: -3px;
    left: 50%;
    margin-left: -2px;
}
.pages .previous:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #504144;
    border-left: none;
}
.review-detail dt a {
    display: none;
}
.review-detail > div > div {
    padding: 15px;
    border-top: 1px solid #c2b49a;
    overflow: hidden;
}
.review-detail > div{
    padding: 0 30px;
}
.review-detail dd > div{
    float: left;
    width: 70%;
}
.review-detail dd div.review-meta{
    float: right;
    text-align: right;
    width: 29%;
}
.ratings-table {
    margin-bottom: 5px;
}
.form-add {
    padding-bottom: 50px;
}
.pages {
    float: right;
    overflow: hidden;
    margin-left: 15px;
}
#customer-reviews .review-heading .pager {
    clear: none;
    float: right;
    width: auto;
}
#customer-reviews .review-heading .pager .amount {
    display: none;
}
.review-heading > span {
    float: left;
}
.review-heading {
    overflow: hidden;
}
#customer-reviews .fieldset .form-list {
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0;
    width: 470px;
}
#customer-reviews .fieldset .form-list textarea {
    border: 1px solid #cccccc;
    border-radius: 0;
    max-width: none;
}
#customer-reviews .fieldset .form-list input[type="text"] {
    width: 100%;
}
#customer-reviews .buttons-set {
    border: none;
    margin: 0;
    width: 470px;
}
#customer-reviews .buttons-set button{
    float: right;
}
#customer-reviews .fieldset h4 {
    border-bottom: 1px solid #cccccc;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 10px;
}
.review-summary-table {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 10px;
}
#customer-reviews .fieldset {
    padding-top: 1px;
    width: 600px;
}
.pager .limiter {
    width: 80px;
    height: 30px;
    line-height: 30px;
}
/*upsell*/
.box-up-sell h2, .crosssell h2, .box-related h2, .box-viewed h2{
    font-size: 25px;
    color: #806e34;
    text-align: left;
    margin-bottom: 25px;
}
div.product-name a{
    font-size: 50px;
    line-height: 54px;
    color: #806e34;
    font-weight: 100;
}
.box-viewed,  .box-related{
    padding: 15px 40px 20px;
}
.box-up-sell, .crosssell{
    padding: 15px 10px 40px;
}
.box-up-sell h2, .crosssell h2{
    margin-left: 30px;
}
.crosssell h2{
    display: block;
    text-align: center;
    font-size: 35px;
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
    border-top: 1px solid #504144;
    padding-top: 25px;
}
.box-up-sell .owl-carousel .owl-item, .crosssell .owl-carousel .owl-item{
    padding: 0 30px;
}
.box-collateral.box-tags {
    display: none;
}
p.free-attr {
    color: #F37021;
    font-size: 15px;
    margin: -5px 0 3px;
}
.configurable-swatch {
    min-height: 20px;
}
.configurable-swatch ul{
    text-align: center;
}
.box-collateral.box-tags{
    display: none;
}
.product-info{
    text-align: left;
}
.product-info .actions {
    padding-top: 10px;
    position: absolute;
    bottom: 0px;
    min-height: 35px;
    width: 100%;
}
.product-info .product-name {
    margin-top: 5px;
    font-size: 50px;
    line-height: 42px;
    font-weight: 100;
    color: #806e34;
    margin-bottom: 10px;
}
.product-info .product-name  a {
    font-size: 50px;
    font-weight: 100;
    color: #806e34;
    line-height: 20px;
}
.short-description {
    text-align: left;
    padding-bottom: 5px;
}
.products-grid .product-info {
    position: relative;
    padding-bottom: 0px !important;
}
.products-grid .actions {
    padding-top: 10px;
    position: absolute;
    bottom: 0px;
    min-height: 35px;
    width: 100%;
}
.product-info .add-to-links a{
    vertical-align: top;
    padding: 0;
}
.product-info .add-to-links li {
    display: inline-block;
}
.product-info .add-to-links li.first{
    margin-right: 40px;
}
.product-info .actions ul.add-to-links {
    width: 100%;
}
.product-info .actions .add-to-links a, .product-info .actions li p span, .compare .product-info li p span {
    padding-right: 0;
    text-transform: capitalize;
    color: #806e34;
}
.product-info .actions .add-to-links a:after,
.product-info .actions .button:after, .product-info .actions li p:after, .compare .product-info .add-to-links a:after,
.compare .product-info .button:after, .compare .product-info li p:after{
    content: '>';
    padding-left: 4px;
    color: #806e34;
}
.price-box .price, .category-products .price {
    font-weight: 300;
}
.product-info .actions .button, .compare .product-info .button {
    vertical-align: top;
    background-color: transparent;
    padding: 0;
    color: #806e34;
}
.product-info .actions .button, .product-info .actions li p, .compare .product-info li p span, .product-info .actions .add-to-links a, a.button-remove, .compare .product-info .add-to-links a,
.compare .product-info .add-to-links button {
    font-size: 15px;
    color: #806e34;
    line-height: 15px;
    text-align: left;
}
.product-info p.availability.out-of-stock {
    margin-left: 2px;
}
.compare .product-info p.availability.out-of-stock {
    margin-left: 5px;
    margin-top: -1px;
}
.product-info .short-description {
    font-size: 15px;
    margin-bottom: 10px;
}
.product-view .product-shop .price-box span.title{
    display: inline-block;
    padding-right: 5px;
}
/*shopping cart*/
.cart-empty p{
    margin-bottom: 5px;
    margin-top: 5px;
}
.cms-index-index .col1-layout .col-main,
.catalog-category-view .col1-layout .col-main,
.catalog-product-view .col1-layout .col-main,
.review-product-list .col1-layout .col-main,
.checkout-cart-index .col1-layout .col-main {
    padding: 0;
}

a:visited, a:active {
    color: #806e34;
}
.checkout-cart-index .col1-layout .col-main{
    padding-bottom: 20px;
}
.cart{
    margin: 0 50px;
}
.data-table.cart-table tbody td.last {
    padding-right: 0;
}
.cart-empty{
    padding: 0 50px 30px;
    font-size: 15px;
}
.page-title h1 {
    font-size: 35px;
    text-align: center;
    color: #806e34;
    margin-top: 0;
    padding-top: 25px;
    font-weight: 700;
}
.cart .page-title {
    margin-bottom: 30px;
}
.cart-forms .shipping, ul.checkout-types.top, .cart-table tfoot {
    display: none;
}
.cart-table{
    color: #504144;
    overflow-x: auto;
}
.cart-table thead th,
.cart-table tbody td {
    background-color: transparent;
    padding: 10px 15px 10px 0;
}
.product-cart-image a.product-image {
    margin: 9% 0;
}
.product-cart-image .des{
    padding-left: 100px;
}
.data-table th {
    white-space: nowrap;
    font-size: 15px;
}
.data-table.cart-table tbody td{
    padding: 10px 5px;
}
.cart-table .product-cart-info{
    width: 30%;
}
.cart-table .product-cart-actions{
    width: 20%;
}
.cart-table .product-cart-actions button{
    display: none;
    margin-left: 10px;
}
.btn-remove2 {
    vertical-align: middle;
}
.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;
}
.cart-price .price{
    font-size: 12px;
    font-weight: 700;
}
.product-cart-wishlist a{
    color: #806e34;
    text-transform: uppercase;
    font-size: 12px;
    white-space: nowrap;
}
.product-cart-wishlist a:hover{
    color: #504144;
}
.product-cart-sku span{
    padding-left: 0;
}
span.label{
    color: #504144;
    font-size: 12px;
}
.item-options {
    font-size: 12px;
    display: inline-block;
    width: 100%;
}
.item-options dd img{
    max-width: none !important;
}
.product-cart-info .item-options dt{
    width: 46%;
}
.cart-table tr {
    border-bottom: 1px solid #504144;
}
.data-table.cart-table thead th, .data-table.cart-table tbody td{
    border-bottom: none;
    vertical-align: middle;
}
.product-cart-actions .qty-wrapper{
    display: inline-block;
    margin-right: 5px;
}
.giftcard {
    display: none;
}
.cart .cart-totals table {
    text-transform: uppercase;
}
.cart-forms {
    float: left;
    width: 45%;
}
.cart-totals-wrapper{
    float: right;
}
.discount-form .input-box {
    float: left;
    width: 55%;
    padding: 0;
}
.crosssell {
    clear: both;
}
.button2 {
    border: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
    vertical-align: middle;
}
.button2 span,
.button2 span span {
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
    background-color: #504144;
    color: #fff;
    padding: 0 8px;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
    border-radius: 0;
    height: 30px;
    margin: 0;
    width: 100%;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
    display: inline-block;
    vertical-align: bottom;
    margin-left: -3px;
}
.cart-table .product-cart-actions input, .cart-table .product-cart-actions button {
    font-size: 12px;
    text-align: center;
}
.cart-table .product-cart-actions input:focus{
    border: none;
}
a.btn-remove.btn-remove2{
    margin-top: 5px;
    border-color: transparent;
    text-indent: -999px;
    overflow: hidden;
}
.qty-ctl.change-qty {
    width: 10px;
}
.qty-ctl.change-qty:hover {
    cursor: pointer;
}
.cart-totals tr.total, .cart-totals tr.total span.price {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.cart-totals tr, .cart-totals tr span.price {
    font-size: 12px;
    text-transform: capitalize;
}
.btn-proceed-checkout{
    color: #806e34;
    margin-top: 14px;
}
/*compare product*/
.catalog-product-compare-index .col1-layout .col-main {
    padding: 0 40px;
}
.catalog-product-compare-index .page-title{
    text-align: center;
    margin-bottom: 25px;
}
a.link-print {
    display: none;
}
.page-title a.link-other {
    font-size: 15px;
    color: #806e34;
    position: relative;
    padding-right: 12px;
    margin-top: 5px;
    display: inline-block;
}
.page-title a.link-other:hover{
    color: #504144;
}
.page-title a.link-other:after{
    content: ">";
    display: inline-block;
    position: absolute;
    right: 0px;
    top: -1px;
}
.catalog-product-compare-index ul.compare{
    overflow: hidden;
}
.catalog-product-compare-index ul.compare > li{
    width: 29%;
    float: left;
    margin-right: 6.5%;
    overflow: hidden;
}
.catalog-product-compare-index ul.compare .product-info{
    position: relative;
}
ul.compare.products-grid .add-to-links{
    overflow: hidden;
    margin: 0 0 20px;
}
.catalog-product-compare-index ul.compare li.last{
    margin-right: 0;
}
.catalog-product-compare-index .product-image img{
    margin: auto;
    margin-bottom: 10px;
}
.catalog-product-compare-index .product-info-des {
    text-align: center;
}
.catalog-product-compare-index .actions {
    margin-top: 15px;
    margin-bottom: 15px;
}
.compare-table tr th, .compare-table tr td {
    border-top: 1px solid #c2b49a;
    border-bottom: none;
    font-size: 12px;
}
.compare-table tr th{
    font-weight: 700;
}
.compare-table {
    margin-bottom: 30px;
}
.compare-table td, .compare-table th{
    padding: 5px 5px 5px 0;
}
a.button-remove{
    padding-right: 15px;
    position: relative;
}
.compare .product-info a.button-remove:after{
    content: "";
    position: absolute;
    top: 3px;
    right: -16px;
    width: 12px;
    height: 12px;
    background-position: -176px 1px;
}
ul.compare p.free-attr{
    display: none;
}
.compare .product-info{
    text-align: center;
}
.compare .product-info .actions{
    text-align: left;
}
.compare .data-table{
    margin-top: 20px;
}
.compare .data-table th{
    width: 45%;
    white-space: normal;
}
.compare .data-table td{
    width: 55%;
    padding-left: 5px;
    white-space: normal;
}
.compare .product-info .add-to-links li a{
    padding-left: 15px !important;
}
.compare .product-info .add-to-links li.last a, .compare .product-info .add-to-links li.first a{
    padding-left: 0 !important;
}
.compare .swatch-link:hover, .catalog-product-view .swatch-link:hover, .checkout-cart-index .swatch-link:hover {
    cursor: default;
}
/*404*/
.page-head-alt h3 {
    margin-top: 0;
    padding-top: 20px;
}
/*one step checkout*/

.opc .section .step-title .number ,
.opc .section.allow .step-title .number{
    width: 31px;
    height: 31px;
    background-color: transparent!important;
    color: #ffffff;
    background-image: url("https://www.osim.com/skin/frontend/osim/default/images/bg-round.png");
    background-repeat: no-repeat;
    background-position: top left;
    ms-filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr=#00FFFFFF, endColorstr=#00FFFFFF
    );
}
.opc .section.allow.active .step-title .number, .no-touch .opc .section.allow:hover .step-title .number {
    background-color: transparent;
    background-image: url("https://www.osim.com/skin/frontend/osim/default/images/bg-round-active.png");
    background-repeat: no-repeat;
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";*/
    background-position: top left;
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr=#00FFFFFF, endColorstr=#00FFFFFF
    );
}
.opc .section.allow .step-title .number:hover {
    cursor: pointer;
}
.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #806e34;
}
.opc .form-list .input-box INPUT {
    line-height: 30px;
}
.opc .remember-me-popup {
    display: none;
}
.category-products .product-info .actions .add-to-links a:after,
.category-products .product-info .actions .button:after {
    content: '>';
    padding-right: 4px;
}
.category-products .product-info .product-name a:hover {
    text-decoration: none;
}
.opc .input-box .v-fix {width: 130px;}
.category-products .products-grid > li {width: 27%; clear: none; margin-right: 6%;}
.category-products .products-grid > li:nth-child(even),
.category-products .products-grid > li:nth-child(odd){
    margin-right: 6%;
}
.category-products .products-grid > li:nth-child(3n) {
    margin-right: 0;
}
.category-products .products-grid > li:nth-child(3n+1) {
    clear: left;
}
.category-products .products-grid > li {display: inline-block; float: none; vertical-align: top;}
.category-products .products-grid .actions {min-height: 20px;}
.category-products .products-grid .product-info {padding-bottom: 10px!important;}
.buttons-set button.button:hover {
    background: #645557!important;
    color: #ffffff;
}
.opc .form-list li.fields .input-box input {max-width: 280px;}
.opc .btn-remove:after {
    content: 'X';
    color: #504144;
    height: 20px;
    line-height: 20px;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
}
.opc .btn-remove:hover {
    border-color: #504144;
    color: #ffffff;
}
.please-wait img {
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr=#00FFFFFF, endColorstr=#00FFFFFF
    );
}
.input-text {
    line-height: 30px;
}
.my-account .page-title h1 {
    text-align: left;
}
.page-title h1 {
    font-weight: 700;
}
.checkout-onepage-success .col1-layout .col-main {
    background: transparent;
}
/* Set column config */

.cms-page-view .category-products .products-grid--max-4-col > li {
    width: 22.33333%;
    margin-right: 2.22222%;
}
.cms-page-view .category-products .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
}
.cms-page-view .category-products .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
}
.cms-page-view .category-products .products-grid--max-4-col > li:nth-child(even),
.cms-page-view .category-products .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.22222%;
    clear: none;
}
.cms-page-view .category-products .products-grid--max-4-col > li:nth-child(2n){
    margin-right: 2.22222%;
}
.cms-page-view .category-products .products-grid--max-4-col > li:nth-child(4n){
    margin-right: 0;
}
.cms-page-view .category-products .products-grid--max-4-col > li:nth-child(4n+1){
    clear: left;
}
.cms-page-view .category-products .products-grid--max-4-col > li.break,
.cms-page-view .category-products .products-grid--max-3-col > li.break{
    clear: left;
}
.category-products .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
}
.cms-page-view .category-products .products-grid > li:after{
    background-image: url("https://www.osim.com/skin/frontend/osim/default/images/box-shadow.png");
    background-position: 0 -3px;
    background-repeat: repeat-x;
    width: 100%;
    height: 4px;
}
.cms-page-view .category-products .products-grid.grid-issue > li:after{
    position: absolute;
    bottom: 0;
    left: 0;
}
.cms-page-view .category-products .products-grid.grid-issue > li label{
    min-height: 55px;
}
.cms-page-view .contact-form .input-box input {line-height: 20px;}
.cms-page-view .contact-form .last.input-box label {min-width: 185px;}
.cms-page-view .contact-form .last.input-box .box {width: 70%}
.cms-page-view .contact-form .input-box .box{width: 84%}
.checkout-onepage-index .calendar thead .button {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
.checkout-onepage-index .calendar thead .button:last-child{
    border-right: 1px solid #000;
}
.checkout-onepage-index #shipping_date {line-height: 20px;}
.opc select {line-height: 30px; padding: 5px 10px;}
input[type=radio].radio-select{
    padding : 0;
    opacity : 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
}
.cms-page-view .category-products .products-grid--max-3-col > li {
    width: 30%;
    margin-right: 2%;
}
.cms-page-view .category-products .products-grid--max-3-col > li:nth-child(3n) {
    margin-right: 0;
}
.products-grid.products-grid--max-4-col > li label,
.products-grid.products-grid--max-4-col > li {
    min-height: 190px;
}
.category-products .products-grid--max-4-col > li:nth-of-type(4n+1) {
    clear: left;
}
.checkout-onepage-index .main-container {
    padding: 0;
}
#popup_outer .popup-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=-80)";
}

.category-products .products-grid .product-info .configurable-swatch {
    text-align: center;
    min-height: 26px;
    padding-top: 5px;
}
.cms-page-view .button-set a:hover,
.cms-page-view .button-set button:hover{
    background: #504144!important;
    color: #ffffff;
}
/*event manager*/
.sorter > .sort-by{
    width: 170px;
}
.fme-events_land .sorter > .view-mode{
    width: 175px;
}
.fme-events_land .products-grid li.item {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 27%;
    margin-right: 6%;
}

body
{
    font-family: FSAlbert, Helvetica, sans-serif;
}
.breadcrumbs li strong,
.breadcrumbs li.product
{
    text-transform: none;
}
.skip-cart .count
{
    font-size: 12px;
}
.col2-left-layout
{
    background: #e9e8e8;
    background: -moz-linear-gradient(left, #ffffff 0%, #e9e8e8 100%);
    background: -webkit-gradient(linear, top left, top bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e8e8));
    background: -webkit-linear-gradient(left, #ffffff 0%,#e9e8e8 100%);
    background: -o-linear-gradient(left, #ffffff 0%,#e9e8e8 100%);
    background: -ms-linear-gradient(left, #ffffff 0%,#e9e8e8 100%);
    background: linear-gradient(to right, #ffffff 0%,#e9e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e8e8',GradientType=1 );
    padding: 0;
}

p.required
{
    color: #ccc;
}
/*-------login page-----*/
.customer-account .col-main
{
    background: none;
    filter:none;
}
.customer-account .my-account
{
    margin-right: 10px;
}
.customer-account-login .account-login
{
    color: #806e34 ;
    padding-bottom: 20%;
}
.customer-account-login .account-login .page-title h1
{
    text-align: center;
    color: #806e34 ;
    font-weight: 600;
}
.account-login h2 {
    text-transform: capitalize;
    font-size: 15px;
    color: #504144;
}
.account-login label {
    font-size: 15px;
}
.account-login
{
    margin-top: 20px;
    padding-bottom: 20%;
}
.account-login .registered-users .buttons-set
{
    margin-top: 0;
}
.customer-account-login .col2-set .col-1 ul
{
    margin-bottom: 0;
}
.account-login
{
    overflow: hidden;
}
.account-login .regis-info p
{
    color:#504144;
}
.account-login .regis-info .regis-info-feature
{
    color: #848383;
}
.account-login .input-text
{
    width: 100%;
}
.account-login .content .regis-info
{
    margin-top: 30px;
    font-size: 15px;
}
.account-login ul.regis-info li
{
    line-height: 2.0;
}

.account-login .buttons-set button{
    font-weight: 600;
    font-size: 14px;
    color: #806e34;
    border: 0;
    height: 30px;
    background: #c4b69d;
    background: -moz-linear-gradient(top, #ffffff 2%, #c4b69d 100%);
    background: -webkit-linear-gradient(top, #ffffff 2%,#c4b69d 100%);
    background: -o-linear-gradient(top, #ffffff 2%,#c4b69d 100%);
    background: -ms-linear-gradient(top, #ffffff 2%,#c4b69d 100%);
    background: linear-gradient(to bottom, #ffffff 2%,#c4b69d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4b69d',GradientType=0 );
    text-transform: capitalize;
}
.customer-account .block-compare,
.customer-account .block-reorder
{
    font-size: 15px;
}
.my-account .newslt-info-box>.box-title>.newslt-edit>a:hover,
.my-account .account-info-box .box-title .info-edit>a:hover
{
    color: #806E34;
}
.my-account .account-address-box .edit-address a:hover
{
    color: #504144;
}
.account-login .registered-users .buttons-set
{
    text-align: left;
}
.account-login .new-users .buttons-set
{
    padding-left: 0;
    text-align: left;
}
.remember-me-popup
{
    display: none;
}
.customer-account-login #login-form .buttons-set
{
    border-top: none;
}
.customer-account-login #login-form .new-users h2
{
    padding-left: 0;
}
.account-login .content ul.regis-info li
{
    list-style: initial;
}
/*-----------account create-------*/
.customer-account form ul.form-list li label
{
    font-weight: 700;
    color: #504144;
}
.customer-account-create li .gender-opt div.gender-option+div
{
    margin-left: 30px;
}
.customer-account-create .account-create  input#is_subscribed
{
    margin-top: 12px;
    margin-left: 0 !important;
}
.customer-account-create select:focus
{
    border: 2px solid #504144;
}
.account-create
{
    margin: 0 8%;
    padding-bottom: 40px;
}
.account-create .form-list >li
{
    line-height: 2.625;
    margin-bottom: 0;
}

.account-create .customer-dob .validation-advice
{
    text-align: left;
    width: 100%;
    float: left;
    clear: both;
}
.account-create .note-msg
{
    font-size: 12px;
    margin-top: -2px;
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
    float: left;
    clear: both;
}
.contact-page-title h1,
.page-sitemap .page-title h1,
.account-create .page-title h1
{
    text-align: center;
    color: #806e34 ;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 35px;
}
.account-create .customer-name-middlename
{
    width: 100%;
    display:block;
}
.account-create .customer-name-middlename .name-firstname
{
    min-width: 48%;
    float: left;
    margin-right: 4%;
    display:block;
}
.account-create .customer-name-middlename .name-lastname
{
    min-width: 48%;
    float: left;
}
.account-create #form-validate input[name="email"]
{
    width: 100%;
}
.account-create input[type="text"],
.account-create input[type="password"],
.account-create input[type="email"],
.account-create select
{
    height: 30px;
}
.account-create .form-list input[type="password"]
{
    width: 100%;
}
.account-create img.repl-check
{
    display: none;
}
.account-create .buttons-set
{
    max-width: none !important;
    text-align: center;
    margin-left: 40%;
    margin-bottom: 40px;
}
.account-create ul li
{
    margin-bottom: 2%;
}
li div.dob-label,
li div.gender-label
{
    padding-left: 0;
}
.customer-account-create .validation-advice
{
    display: inline-block;
    float: left;
}
.customer-account-create p.required
{
    text-align: right;
    color: #504144;
    font-weight: 300;
    font-size: 12px;
    width: 100%;

}
.customer-account-create label.required em
{
    display: inline;
}
.customer-account-create .gender-label,
.customer-account-create .dob-label
{
    width: 20%;
    float: left;
}
.customer-account-create .gender-opt .gender-option
{
    width: 80px;
    margin-right: 3%;
    float: left;
}
.account-create .customer-dob
{
    margin-top: 20px;
}
.customer-account-create .form-list .customer-dob .dob-day,
.customer-account-create .form-list .customer-dob .dob-year
{
    width: 80px;
    float: left;
    margin-right: 6%;
}
.customer-dob .dob-month
{
    min-width: 130px;
    width: 20%;
    margin-right: 6%;
    float: left;
}
.account-create .form-list >li+li+li
{
    margin-top: 10px;
}
.account-create .cf-pass
{
    clear: both;
    margin-top: -55px;
}
/*----------sitemap------*/

.page-sitemap ul li
{
    font-size: 15px;
    color: #504144;
}
.sitemap-cate .title1
{
    font-weight: bold;
    color: #806e34;
    text-transform: uppercase;
}
.sitemap-cate .title2
{
    color: #c86f23;
    text-transform: uppercase;
}
.sitemap-cate .title3, .sitemap-cate .title3 a
{
    color: #00834d;
    text-transform: uppercase;
}
.sitemap-cate .title4, .sitemap-cate .title4 a
{
    font-weight: bold;
    color: #0072BC;
}
.sitemap-info .sitemap-title h3
{
    font-weight: bold;
    color: #504144;
    font-size: 20px;
}
.sitemap-cate ul, .sitemap-info ul {
    float: none;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}
/*---contact us page----*/

.contact-page input,
.contact-page textarea,
.contacts-index-index .col-main
{
    padding-bottom: 5%;
    background: #e9e8e8;
    background: -moz-linear-gradient(left, #ffffff 0%, #e9e8e8 100%);
    background: -webkit-gradient(linear, top left, top bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e8e8));
    background: -webkit-linear-gradient(left, #ffffff 0%,#e9e8e8 100%);
    background: -o-linear-gradient(left, #ffffff 0%,#e9e8e8 100%);
    background: -ms-linear-gradient(left, #ffffff 0%,#e9e8e8 100%);
    background: linear-gradient(to right, #ffffff 0%,#e9e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e8e8',GradientType=0 );
}

.contact-us-page .contact-page,
.contact-us-page .contact-us-page
{
    padding: 0 15px;
}
.contact-info .content-headquater div div
{
    width: 30px;
    float:left;
    height: 40px;
}
.content-headquater .address
{
    background-image: url("https://www.osim.com/skin/frontend/osim/default/images/icon1.png");
    background-position: -18px -6px;
    background-repeat: no-repeat;
}
.content-headquater .cellphone
{
    background-image: url("https://www.osim.com/skin/frontend/osim/default/images/icon1.png");
    background-position: -18px -50px;
    background-repeat: no-repeat;
}
.content-headquater .homephone
{
    background-image: url("https://www.osim.com/skin/frontend/osim/default/images/icon1.png");
    background-position: -13px -93px;
    background-repeat: no-repeat;
}
.content-headquater .mail
{
    background-image: url("https://www.osim.com/skin/frontend/osim/default/images/icon1.png");
    background-position: -12px -139px;
    background-repeat: no-repeat;
}

.contact-page .buttons-set button.col-lg-2
{
    font-size: 15px;
    height: 30px;
    color: #806e34;
    min-width: 100px;
    height: 30px;
    width: 70px;
    border: 0;
    background: #c4b69d;
    background: -moz-linear-gradient(top, #ffffff 2%, #c4b69d 100%);
    background: -webkit-linear-gradient(top, #ffffff 2%,#c4b69d 100%);
    background: -o-linear-gradient(top, #ffffff 2%,#c4b69d 100%);
    background: -ms-linear-gradient(top, #ffffff 2%,#c4b69d 100%);
    background: linear-gradient(to bottom, #ffffff 2%,#c4b69d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4b69d',GradientType=0 );
}
/*-----wishlist page ----*/
.col-left
{
    float: left;
    width: 23%;
    padding-left: 0;
    clear: left;
    background: transparent;
}

.customer-account .my-account
{
    padding-bottom: 2%;
    padding-left: 30px;
    padding-right: 10px;
    border-left: 1px solid #504144;
}
.customer-account
{
    color: #504144;
}
.customer-account .col-left
{
    padding-left: 2%;
}
.my-account .page-title h2,
.my-account .dashboard h3,
.my-account .dashboard h2
{
    color: #806e34;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
}
.customer-account-edit .my-account
{
    color: #504144;
}
.customer-account-edit h2.legend
{
    margin-bottom: 10px !important;
}
.my-wishlist #wishlist-table.clean-table thead th
{
    font-size: 15px !important;
}
.customer-address-index .address-book-page .page-title button.button
{
    color: #645557;
    background: #c3ba9e;
    background: -moz-linear-gradient(top, #ffffff 0%, #c3ba9e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c3ba9e));
    background: -webkit-linear-gradient(top, #ffffff 0%,#c3ba9e 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#c3ba9e 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#c3ba9e 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#c3ba9e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3ba9e',GradientType=0 );
}
.customer-account-edit .form-list .customer-dob .dob-day,
.customer-account-edit .form-list .customer-dob .dob-year
{
    width: 80px;
}
.customer-account-edit .form-list .customer-dob .dob-month
{
    width: 150px;
}
.customer-account-index .box-head
{
    border-bottom: none;
    overflow: hidden;
}
.customer-account-index .welcome-msg
{
    margin-top:20px;
}
.my-account .account-address-box .box-content address,
.my-account .newslt-info-box .box-content p,
.my-account .account-info-box .box-content p
{
    font-style: normal;
    font-size: 15px;
}

.my-account .account-address-box>.box-title>.address-manage a
{
    padding-top: 0;
    margin-top: -20px !important;
}
.customer-account-index .box-account .box-head h2
{
    margin-top: 3%;
}
.my-account, .block-account
{
    margin-top: 30px;
    margin-bottom: 20px;
}
#wishlist-table .customer-wishlist-item-price span.price
{
    font-size: 13px;
    color: #504144;
}
.customer-wishlist-item-info .item-options
{
    font-size: 12px;
}
.customer-wishlist-item-info
{
    padding-left: 1%;
}
.customer-account .customer-wishlist-item-info,
#wishlist-table .customer-wishlist-item-price,
.customer-account .customer-wishlist-item-remove,
.customer-account .customer-wishlist-item-quantity,
.customer-account .customer-wishlist-item-cart
{
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}
#compare-items .btn-previous,
.customer-account .customer-wishlist-item-remove .btn-remove
{
    background-image:url(https://www.osim.com/skin/frontend/osim/default/images/icons.png);
    width: 12px;
    height: 12px;
    padding: 0;
    background-position: -172px 5px;
    background-repeat: no-repeat;
}
.block-compare #compare-items a.btn-remove
{
    float: right;
    background-image:url(https://www.osim.com/skin/frontend/osim/default/images/icons.png);
    width: 12px;
    height: 12px;
    padding: 0;
    background-position: -176px 1px;
    background-repeat: no-repeat;
    display: inline-block;
    border: 1px solid #ededed;
    text-align: center;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: relative;
}
.block-compare #compare-items .btn-remove
{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ededed;
    text-align: center;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: relative;

}
.block-reorder .block-title span,
.block-compare .block-title span
{
    color: #504144;
    font-size: 14px;
}
.wishlist-index-index .cart-cell .add-to-cart-alt input.qty
{
    border: none;
    background: transparent;
    width: 24px;
}
.wishlist-index-index .cart-cell .add-to-cart-alt .change-qty,
.wishlist-index-index .cart-cell .add-to-cart-alt  input.qty
{
    float: left;
}
.customer-account .customer-wishlist-item-cart .cart-cell button
{
    float: left;
}
.block-account li
{
    color: #635356;
    font-size: 15px;
    line-height: 2.25;
}
.block-account li a:hover
{
    text-decoration: none;
    color: #806e34;
}
.catalog-category-view .category-products .product-secondary .price-box .special-price span.price
{
    color: #F37021!important;
}
.customer-account .block-title span
{
    text-transform: capitalize;
    color: #504144;
    font-size: 15px;
}
.block-reorder .product-name a,
.block-compare .product-name a
{
    text-decoration: none;
    font-size: 15px;
}
.my-wishlist .buttons-set button[name="do"],
.my-wishlist .buttons-set button[name="save_and_share"],
.my-wishlist .buttons-set button[name="add_all_to_cart"]
{
    float: right;
    border: 0;
    filter:none;
}
.my-wishlist .buttons-set button[name="do"]:hover,
.my-wishlist .buttons-set button[name="save_and_share"]:hover,
.my-wishlist .buttons-set button[name="add_all_to_cart"]:hover,
.customer-account .block-compare .block-content a.button:hover,
.buttons-set button.button:hover,
.customer-account .block-reorder .block-content button.btn-cart:hover,
.customer-account-edit
{
    color: #fff;
    background-color: #504144 ;
    filter:none;
}
#wishlist-table td.customer-wishlist-item-cart a[name="view_more"]:hover,
#wishlist-table p.out-of-stock span.value:hover,
.my-account .a-center >.nobr a:hover,
#wishlist-table td.customer-wishlist-item-cart a[name="add_to_cart"]:hover
{
    color: #504144;
    text-decoration: none;
}

.my-wishlist .buttons-set a.btn-remove-all
{
    float: left;
}
.wishlist-index-index .my-wishlist div.wishlist-sku,
.wishlist-index-index .my-wishlist p.free-attr,
.wishlist-index-index .cart-cell p.free-attr
{
    display: none;
}
#wishlist-table td.customer-wishlist-item-cart
{
    min-width: 190px;
}
#wishlist-table td.customer-wishlist-item-cart .separate:before
{
    content: "|";
    display: block;
    float: left;
}
#wishlist-table td.customer-wishlist-item-cart a[name="view_more"],
#wishlist-table p.out-of-stock span.value,
#wishlist-table td.customer-wishlist-item-cart a[name="add_to_cart"]
{
    color: #806e34;
    text-transform: uppercase;
    font-size: 12px;
    float: left;
    line-height: normal;
    width: 47%;
    padding: 0;

}
.my-wishlist .buttons-set button[name="save_and_share"],
.my-wishlist .buttons-set button[name="add_all_to_cart"]
{
    float: none;
}
.wishlist-index-share .buttons-set button.button
{
    float: right;
}
#wishlist-table .price-box .price
{
    font-size: 13px;
    color: #504144;
    font-weight: 600;
    letter-spacing: normal;
}
#wishlist-table .customer-wishlist-item-remove
{
    text-indent: 0px;
}
/*------my account----*/
.my-account .page-title h1,
.my-account .page-title h2,
.my-account .dashboard h3,
.my-account .dashboard h2
{
    color: #806e34;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.my-account .dashboard .box-account .box-head a
{
    text-transform: capitalize;
    color: #806e34;
    font-size: 12px;
    float: left;
    margin-left: 5%;
    padding-top: 20px;
}
.account-address-box .address-title .address-manage a
{
    font-size: 13px;
}
.account-address-box .address-title h2,
.account-address-box .address-title h2,
.my-account .dashboard .box-recent .box-head h2
{
    float: left;
}
.my-account .price
{
    font-size: 15px;
}
.my-account .dashboard .box-info .box-head h2
{
    width: 100%;
}
.account-address-box .address-manage
{
    padding-top:15px;
    font-size: 14px;
}
.my-account .dashboard .box-head
{
    margin-top: 30px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;

}
.account-address-box .box-title
{
    display: inline-block;
    width: 100%;
}
.customer-account-login .col2-set .col-2 {
    padding-left: 20px;
}
.account-address-box .box-content .col-1,
.account-address-box .box-content .col-2
{
    float: left;
    padding: 10px;
}
.my-account .account-address-box .box-content .col-1 h4,
.my-account .account-address-box .box-content .col-2 h4
{
    float: left;
}
.my-account .account-address-box .edit-address
{
    float: right;
    font-size: 12px;
    width: 50%;
    padding-top:15px;

}
.my-account .account-address-box .edit-address a
{
    float: right;
}
body.customer-account .my-account .fieldset
{
    margin-top: 30px;
    margin-bottom: 30px;
}
ul.form-list select
{
    height: 30px;
}
.my-account .address-book-page button.button
{
    float: right;
    margin-top:-5%;
}
.address-book-page .addresses-list h2
{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
body.customer-account .my-account .addresses-list h3
{
    font-size: 14px;
    font-weight: 600;
}
.pager
{
    float: right;
    overflow: hidden;
}
.pager > .count-container
{
    float: left;
}
.sales-order-history .buttons-set,
.sales-order-history .count-container .amount,
.sales-order-history .count-container label,
.sales-order-view .buttons-set, .address-book-page .buttons-set,
.address-book-page, .sales-order-view .order-info,
.sales-order-view p.order-date,
.address-book-page .addresses-list .item p
{
    font-size: 15px;
}
.pager .limiter,
.pager .limiter > label
{
    float: left;
}

.customer-account-edit .customer-dob .dob-day,
.customer-account-edit .customer-dob .dob-year
{
    min-width: 60px;
    width: 10%;
    margin-right: 3%;
    float: left;
    display: block;
}
.customer-account-edit .customer-dob .dob-month
{
    width: 15%;
    min-width: 80px;
    margin-right: 3%;
    display: block;
    float: left;
}
.customer-account-edit .gender-opt .gender-option
{
    width: 80px;
    margin-right: 3%;
    float: left;
    display: block;
}
.sales-order-shipment .data-table thead tr th:first-child
{
    width: 40%;
}
/*----------wellness-------------*/
.cms-wellness-tips .col-main
{
    padding-left: 0;
    padding-right: 0;
}

.wellness-slider,
.osim-content-page .osim-content-banner
{
    position: relative;
    box-shadow: 0px 5px 4px #C9C4C5;
}
.wellness-slider .wellness-content {
    padding-top: 5%;
    padding-left: 7%;
    width: 41%;
    top: 5%;
    text-transform: none;
    position: absolute;
}
.osim-content-page .osim-content .block-second .image1
{
    background: #E1E1E1;
    background: -webkit-linear-gradient(right, #FFF, #E1E1E1);
    background: -o-linear-gradient(right, #FFF, #E1E1E1);
    background: -moz-linear-gradient(right, #FFF, #E1E1E1);
    background: linear-gradient(to right, #FFF , #E1E1E1);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E1E1E1',GradientType=0 );
}
.osim-content-page .osim-content .block-second .image2
{
    background: #E8E7E7;
    background: -webkit-linear-gradient(right, #FFF, #E8E7E7);
    background: -o-linear-gradient(right, #FFF, #E8E7E7);
    background: -moz-linear-gradient(right, #FFF, #E8E7E7);
    background: linear-gradient(to right, #FFF , #E8E7E7);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E8E7E7',GradientType=0 );
}
.osim-content-page .osim-content .block-second .image3
{
    background: #EEEEEE;
    background: -webkit-linear-gradient(right, #FFF, #EEEEEE);
    background: -o-linear-gradient(right, #FFF, #EEEEEE);
    background: -moz-linear-gradient(right, #FFF, #EEEEEE);
    background: linear-gradient(to right, #FFF , #EEEEEE);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EEEEEE',GradientType=0 );

}
.osim-content-page .osim-content .img-content
{
    padding: 0px 25px;
    padding-bottom: 35px;
}
.osim-content-page .osim-content .block-third p,
.osim-content-page .osim-content .block-first p,
.osim-content-page .osim-content .block-second p
{
    font-style: normal;
    font-size: 15px;
    color: #514345;
    line-height: 1.3;
}
.wellness-tips .border-shadow,
.osim-content-page .border-shadow
{
    width: 100%;
    background-image:  url("https://www.osim.com/skin/frontend/osim/default/images/border-shadow-horizon.png") ;
    height :15px;
    overflow: hidden;
    background-repeat: repeat-x;
    line-height: 0;
}
.wellness-slider .wellness-content button
{
    color: #504144;
}
.wellness-tips .col-main
{
    width: 100%;
    float: left;
    padding: 0 70px;
    background: #dbd6c9;
    background: -moz-linear-gradient(top, #f5f4f1 1%, #dbd6c9 100%);
    background: -webkit-gradient(linear, top left, bottom left, color-stop(1%,#fdfdfd), color-stop(100%,#dbd6c9));
    background: -webkit-linear-gradient(top, #f5f4f1 1%,#dbd6c9 100%);
    background: -o-linear-gradient(top, #f5f4f1 1%,#dbd6c9 100%);
    background: -ms-linear-gradient(top, #f5f4f1 1%,#dbd6c9 100%);
    background: linear-gradient(to bottom, #f5f4f1 1%,#dbd6c9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f4f1', endColorstr='#dbd6c9',GradientType=0 );
    box-shadow: 0px 3px 3px #b5b2a6;
}

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

.wellness-slider .wellness-content h3
{
    font-size: 35px;
    font-weight: 400;
}
.wellness-slider .wellness-content h1
{
    font-size: 59px;
    font-weight: 700;
}
.wellness-slider .wellness-content button
{
    height: 40px;
    width: 110px;
    border: 1px solid #413334;
    font-size: 16px;
    margin-top: 5%;
}
.wellness-tips .wellness-block .widget-static-block
{
    display: block;
    width: 100%
}
.wellness-tips .wellness-block>.widget-static-block>.wellness-block1,
.wellness-tips .wellness-block>.widget-static-block>.wellness-block2,
.wellness-tips .wellness-block>.widget-static-block>.wellness-block3
{
    display: block;
    float: left;
    width: 33.3333333%;
    position: relative;
}
.wellness-block1>.wellness-block-content,
.wellness-block2>.wellness-block-content,
.wellness-block3>.wellness-block-content
{
    padding-left: 7%;
    width: 50%;
    position: absolute;
    top: 8%;
}
.wellness-block-content>h4
{
    font-size: 35px;
    font-weight: 600;
}
/*------content-page-------*/
.cms-osim-content-page .col1-layout .col-main
{
    padding: 0;
    font-weight: 300;
    color: #514345;
}
.cms-osim-content-page .main .col-main
{
    overflow: hidden;
    font-size: 13px;
    background: #e9e8e8;
    background: -moz-linear-gradient(left, #ffffff 10%, #e9e8e8 100%);
    background: -webkit-gradient(linear, top left, top right, color-stop(10%,#ffffff), color-stop(100%,#e9e8e8));
    background: -webkit-linear-gradient(left, #ffffff 10%,#e9e8e8 100%);
    background: -o-linear-gradient(left, #ffffff 10%,#e9e8e8 100%);
    background: -ms-linear-gradient(left, #ffffff 10%,#e9e8e8 100%);
    background: linear-gradient(to right, #ffffff 10%,#e9e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e8e8',GradientType=0 );
}
.cms-osim-content-page .col1-layout .main,
.osim-content-page .osim-content .block-third,
.osim-content-page .osim-content .block-second .image2
{
    background: #ececeb;
    background: -webkit-linear-gradient(right, #FFF, #ececeb);
    background: -o-linear-gradient(right, #FFF, #ececeb);
    background: -moz-linear-gradient(right, #FFF, #ececeb);
    background: linear-gradient(to right, #FFF , #ececeb);
}

.osim-content-page .banner-content
{
    padding-left: 24%;
    width: 76%;
    top: 35%;
    position: absolute;
    color: #fff;
    text-align: center;
}
.osim-content-page .banner-content>h1
{
    font-size: 73px;
    color: #fff;
    font-weight: 700;
}
.osim-content-page .banner-content>h4
{
    opacity: 0.8;
    font-weight: 400;
}
.osim-content-page .osim-content .block-first h4,
.osim-content-page .osim-content .block-third h4,
.osim-content-page .osim-content .block-second h4
{
    color: #806e34;
    font-size: 25px;
    font-weight: 300;
}

.osim-content-page .osim-content .block-second .image1,
.osim-content-page .osim-content .block-second .image2,
.osim-content-page .osim-content .block-second .image3
{
    padding-left: 0;
    padding-right: 0;
}
.osim-content-page .osim-content .block-second>.image,
.osim-content-page .osim-content .block-third> .img,
.osim-content-page .osim-content .block-first>.image
{
    padding: 0;
    margin-top: 15px;
}
.osim-content-page .osim-content
{
    margin-top: 20px;
}
.osim-content-page .osim-content .block-first .image,
.osim-content-page .osim-content .block-first h4
{
    margin-top: 0;
}
.osim-content-page .osim-content .block-first .img-content,
.osim-content-page .osim-content .block-third .img-content
{
    padding-bottom: 0;
}
.osim-content-page .osim-content .block-second .img-content h4
{
    padding-top: 20px;
}
/*--------sitemap-----*/

.catalog-seo-sitemap-category .page-sitemap
{

}
.catalog-seo-sitemap-category .sitemap-page
{
    overflow: hidden;
    padding-bottom: 5%;
}
.catalog-seo-sitemap-category .page .container
{
    margin-bottom: -60px;
}
.sitemap-cate .sitemap h3,
.sitemap-info .sitemap-title h3,
.sitemap-cate .sitemap h3 a
{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    float: none;
}
.catalog-seo-sitemap-category .sitemap-cate ul li.sitemap
{
    padding-left: 0;
    font-weight: 400;
}
.catalog-seo-sitemap-category .sitemap-cate ul li a:hover,
.catalog-seo-sitemap-category .sitemap-info ul li a:hover
{
    color: #806E34;
}
.catalog-seo-sitemap-category .sitemap-cate ul li.title1
{
    margin-top: 0;
}
.catalog-seo-sitemap-category .sitemap-cate
{
    padding-left: 15px;
    overflow: hidden;
}
.catalog-seo-sitemap-category .container
{
    margin-bottom: 0;
}
.catalog-seo-sitemap-category .sitemap-page
{
    overflow: hidden;
}
.catalog-seo-sitemap-category .col-main
{
    padding-bottom: 0;
}

.catalog-seo-sitemap-category .sitemap-info ul
{
    margin-top: 0;
}
.sitemap-info
{
    margin-bottom: 50px;
    overflow: hidden;
}
.catalog-seo-sitemap-category .col-main
{
    overflow: hidden;
    padding-bottom: 30px;
}
.sitemap-cate,
.sitemap-info
{
    padding-left: 40px;
    font-size: 18px;
    padding-right: 0;
}
/*---------contact us------*/

.contacts-index-index .col-main
{
    padding: 0;
    padding-bottom: 5%;
}
.contact-page,
.contact-info
{
    margin: 0 15%;

}
.contacts-index-index .contact-info
{
    padding-left: 3.5%;
}
.contact-page .contact-title h3,
.contact-info .contact-title h3
{
    color: #806e34;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}
.contacts-index-index .contact-page .buttons-set
{
    margin-left: 0;
}
.contacts-index-index .contact-page .buttons-set .btn-link
{
    float: left;
    margin-left: 30px;
    color: #636363;
    font-size: 15px;
    width: 80px;
}
.contacts-index-index .contact-page .buttons-set .btn-link:hover
{
    color: #806e34;
}
.contact-page input[type="text"]
{
    width: 100%;
    background-color: transparent;
    height: 30px;
}
.contacts-index-index p.required
{
    color: #ccc;
}
.contact-info .content-headquater
{
    margin-bottom: 1%;
    font-size: 15px;
}
.contact-info .content-headquater >div
{
    display: block;
}
.contact-info .content-headquater >div>div
{
    width: 30px;
    height: 40px;
    display: block;
    float: left;
}
.contact-info .content-headquater >div>p
{
    padding-top: 10px;
    margin-left: 40px;
    display: block;
}
.contact-page button[type="submit"]
{
    min-width: 70px !important;
    width: 70px;
}
.input-text.validation-failed
{
    border: 2px solid red;
}
.customer-address-form .col-main
{
    padding-bottom: 2%;
}
.input[type="email"]:focus,
.customer-address-form .my-account select:focus,
.customer-address-form .my-account input[type="text"]:focus,
.customer-account-edit .my-account select:focus,
.customer-account-edit .my-account input[type="email"]:focus,
.input-text:focus
{
    border: 2px solid #504144;
}
.customer-account-edit .my-account input[type=radio]
{
    margin-top: 5px;
}
.contacts-index-index .buttons-set button:hover,
.customer-account-create .buttons-set button:hover,
.account-login .buttons-set button:hover
{
    color: #fff !important;
    background-color: #645557;
}
.customer-account .block-compare .block-content p.empty,
.customer-account .block-compare .block-content,
.customer-account .block-reorder p.block-subtitle
{
    color:#635356 ;
}

.customer-account-create .buttons-set
{
    margin-left: 0;
    text-align: center;
}
.account-create .buttons-set button.button
{
    float: none;
}
.account-create .cf-pass,
.account-create  .control
{
    margin-top: -10px;
}
.account-create .note-msg
{
    margin-bottom: -5px;
}

.account-create .form-list input[type=radio]
{
    margin-right: 5px;
}
.customer-account-edit .gender-opt .gender-option,
.customer-account-edit .customer-dob .dob-day,
.customer-account-edit .customer-dob .dob-month,
.customer-account-edit .customer-dob .dob-year
{
    padding-left: 0;
}
.customer-address-form .my-account h2.legend
{
    padding-bottom: 10px;
}
.customer-address-form .buttons-set button.button
{
    float: right;
}
.customer-account-login .col-main,
.customer-account-create .col-main
{
    padding: 0 15%;
}
.customer-account-edit li.control label[for="change_password"]
{
    background: transparent;
}
.account-login .new-users
{
    padding-left: 5%;
}
.account-create ul li
{
    line-height: 2.25;
}
.account-create ul li div.customer-name-middlename
{
    display: block;
}
.account-create ul li div.customer-name-middlename .name-firstname
{
    width: 48%;
    float: left;
}
.account-create ul li div.customer-name-middlename .name-lastname
{
    width: 48%;
    float: left;
}
.account-create ul li div.customer-name-middlename .name-firstname input,
.account-create ul li div.customer-name-middlename .name-lastname input
{
    width: 100%;
}
.customer-account-create #form-validate .input-box input#is_subscribed
{
    margin-left: 2%;
}
.customer-account-create #form-validate .input-box label
{
    padding-left: 5%;
    margin-left: -3%;
}
.customer-account-create .gender-opt .gender-option label
{
    margin-left: 5%;
    margin-top: -3%;
}
.forgot-pass-page #form-validate
{
    padding-bottom: 20%;
}
.forgot-pass-page #form-validate .fieldset,
.forgot-pass-page #form-validate .buttons-set
{
    margin: 0 auto;
    width: 54%;
    max-width: none;
}
.forgot-pass-page .page-title
{
    margin-top: 30px;
}
.forgot-pass-page .page-title h1
{
    text-align: center;
    padding-top: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: #806e34;

}
.forgot-pass-page .fieldset h2
{
    text-align: center;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1.625;

}
.forgot-pass-page #form-validate .buttons-set
{
    font-size: 15px;
    margin-top: 2%;
    border-top: 0;
}
.forgot-pass-page .buttons-set .back-link
{
    float: left;
    margin: 0;
    line-height: 33px;
    color: #504144;
}
.forgot-pass-page .buttons-set .back-link a
{
    color: #504144;
}
.forgot-pass-page .buttons-set .back-link a:hover
{
    color: #806e34;
}
.forgot-pass-page .buttons-set button[type="submit"]
{
    float: right;
}
.customer-account-forgotpassword .fieldset .input-box input.input-text
{
    width: 100%;
}
.forgot-pass-page p.required
{
    float: left;
}
form .form-instructions
{
    font-style: normal;
    font-size: 15px;
    line-height: 1.625;

}

.customer-account-logoutsuccess .col-main,
.customer-account-forgotpassword .col-main
{
    overflow: hidden;
}
.page-logout
{
    margin: 0 auto;
}
.page-logout .page-title h2
{
    text-align: center;
    padding-top: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #806e34;
}
.page-logout p
{
    padding-bottom: 10%;
    text-align: center;
    font-size: 15px;
    line-height: 1.625;
}
.my-account .dashboard .box-account .box-head a
{
    padding-top: 3%;
}
body.customer-account .data-table .separator
{
    display: block;
    float: left;
}
#my-orders-table .a-center a
{
    width: 46%;
    float: left;
}
#my-orders-table .a-center span.separator:before
{
    content: "|";
    float: left;
    color: #806e34;
}
body.customer-account .data-table td a
{
    text-transform: uppercase;
    font-style: normal;
    font-size: 13px;
}
.customer-account-index #my-orders-table td.a-center
{
    width: 27%;
}
.customer-account-index #my-orders-table td.total
{
    min-width: 150px;
}
.customer-address-index .col-main
{
    padding-bottom: 20px;
}
.customer-address-index .page-title h1
{
    padding-top: 0;
}
.customer-address-index .page-title button.button
{
    margin-top: 10px;
}
.my-account .account-address-box>.box-title>.address-manage>a
{
    display: block;
    font-size: 13px;
    padding-top: 3%;
}
.my-account .status em
{
    font-style: normal;
}
.my-account .account-info .box-title .info-title,
.my-account .newslt-info .box-title .newslt-title
{
    padding-left: 0;

}
.box-content
{
    margin-top: 20px;
}
.my-account .newslt-info-box>.box-title .newslt-edit>a,
.my-account .account-info-box>.box-title .info-edit>a
{
    display: block;
    float: right;
    text-transform: capitalize;
    font-size: 12px;
    padding-top: 3px;
    color: #504144;
}
.my-account .box-head
{
    border-bottom: 0;
}
.my-account .account-address-box .change-pass a,
.my-account .account-address-box .box-content h4,
.my-account .newslt-info-box>.box-title>.newslt-title,
.my-account .account-info-box .box-title>.info-title
{
    display: block;
    float: left;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
    color: #504144;
}
.my-account .account-address-box .box-content address,
.my-account .newslt-info-box .box-content p,
.my-account .account-info-box .box-content p
{
    font-style: normal;
    font-size: 14px;
}
.edit-address
{
    margin-top: -2%;
}
.my-account .account-address-box .box-title
{
    border-bottom: 1px solid #cccccc;
}
.my-account .account-address-box .address-title
{
    padding-left: 0;
}
.my-account .account-address-box .col-1,
.my-account .account-address-box .col-2
{
    padding: 0;
}
.customer-account-edit .gender-label,
.customer-account-edit .dob-label
{
    width: 100%;
}
.customer-account-edit .customer-dob,
.customer-account-edit .gender-opt
{
    padding-left: 0;
}
.customer-account-index .box-content .col-1,
.customer-account-index .box-content .col-2
{
    padding-right: 2%;
}
/*---------dashboard-------*/
.customer-account-edit .buttons-set .back-link
{
    float: left;
    margin: 0;
    line-height: 33px;
}
.customer-account-edit .buttons-set button.button
{
    float: right;
}
.customer-account-edit .col-main
{
    padding-bottom: 5%;
}
.customer-account h2.legend
{
    color: #806e34;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;

}
.customer-account-edit #form-validate li.control
{
    padding-left: 0;
}
body.newsletter-manage-index .my-account .form-list
{
    padding-top: 0;
}
.wishlist-index-index .customer-wishlist-item-cart span.separate:before
{
    margin-top: -3px;
}
.wishlist-index-share .fieldset p.required
{
    float: left;
    font-size: 13px;
}
.wishlist-index-index #wishlist-table td.customer-wishlist-item-price
{
    width: 20%;
    min-width: 100px;
    padding: 0;
    vertical-align: middle;
}
.account-login .form-list p>a:hover
{
    color: #806e34;
}
.account-login .form-list p>a
{
    color: #504144;
}
.wishlist-index-index #wishlist-view-form .buttons-set a.btn-remove-all,
.wishlist-index-index #wishlist-view-form .buttons-set button[name=add_all_to_cart],
.wishlist-index-index #wishlist-view-form .buttons-set button[name=save_and_share]
{
    color: #fff;
    background: #806e34;
}
.wishlist-index-index #wishlist-view-form .buttons-set button[name=do]
{
    background: #fff;
    border: 1px solid #645557;
    float: none;
}
.customer-account-login .registered-users button.signin:hover,
.customer-account-login .new-users button.continue:hover,
.customer-account-edit .buttons-set button[type=submit]:hover,
.customer-address-index .my-account button.button:hover,
.contacts-index-index #contactForm .buttons-set button[type=submit]:hover,
.wishlist-index-index #wishlist-view-form .buttons-set button:hover,
.wishlist-index-index #wishlist-view-form .buttons-set a.btn-remove-all:hover
{
    color: #fff;
    background: #645557;
    filter:none;
}


.sales-order-history .count-container
{
    width: 180px;
}
.sales-order-history .count-container p.amount
{
    width: 50%;
    float: left;
}
.sales-order-history .count-container .limiter
{
    width: 50%;
    float: right;
}

.wishlist-index-index .cart-cell .add-to-cart-alt input.qty
{
    font-size: 12px;
}
.wishlist-index-index .cart-cell .add-to-cart-alt .change-qty
{
    padding-top: 5px;
}
.wishlist-index-index #wishlist-table td.customer-wishlist-item-remove
{
    font-size: 12px;
}
.newsletter-manage-index #form-validate ul.form-list
{
    border-top: none;
}
.newsletter-manage-index #form-validate ul.form-list li.control label
{
    background: transparent;
}
.customer-address-form .scaffold-form ul.form-list li.control label
{
    background: transparent;
    padding-left: 20px;
}
.customer-account .page-title h1
{
    padding-top: 0;
}
.customer-address-form .scaffold-form ul.form-list li.control input
{
    margin-left: 0;
}
.customer-account .block-reorder .block-content p.block-subtitle
{
    margin-bottom: 20px;
}
.customer-account .block-reorder .block-content ol li input
{
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}
/*---store pickup-----*/
.storepickup-index-index .storepickup-list .input-group,
.cms-page-view .input-group
{
    width: 100%;
}
.storepickup-index-index .storepickup-list #btn-getdirections
{
    padding-top: 5px;
}

.storepickup-index-index p.required,
.cms-store-locator p.required
{
    color: #504144;
    font-size: 12px;
}
.storepickup-index-index #review-form input.validation-failed,
.storepickup-index-index #review-form textarea.validation-failed
{
    border: 2px solid red;
}
.storepickup-index-index p.required,
.cms-store-locator p.required
{
    color: #ccc;
}
.storepickup-index-index .width-gm-style-iw > div + div + div,
.cms-store-locator .width-gm-style-iw > div + div + div
{
    border-color: #806e34 !important;
    box-shadow: none !important;
}
.cms-store-locator .container .col-main
{
    overflow: hidden;
    width: 100%;
    float: left;
    padding: 0 50px!important;
    padding-bottom: 1% !important;
}

.storepickup-index-index .col-main
{
    overflow: hidden;
    padding-bottom: 2%;
}
.cms-store-locator .col-main .std
{
    display: none;
}
.cms-store-locator .container .page-title h1
{
    text-align: center;
    text-transform: capitalize;
    font-size: 35px;
    color: #806e34;
    border: none;
    margin-top: 10px;
    padding-top: 10px;
}
.cms-store-locator .storepickup-list,
.storepickup-index-index .storepickup-list
{
    font-size: 15px;
}
.storepickup-index-index .storepickup-list div#store_description
{
    color: #504144;
    margin-bottom: 2%;
    font-weight: 500;
}
.cms-store-locator .list-tag h2,
#store-pickup-shday div .open_hour_title,
.storepickup-index-index .tab_content h3,
.storepickup-index-index .list-tag h2
{
    background: #806e34 url('https://www.osim.com/skin/frontend/osim/default/images/nav-b.png') no-repeat left center;
    text-transform: uppercase;
    margin-top: 0;
}
.distance-expand-sub
{
    background: #806e34;
}
.storepickup-index-index .distance-expand-sub
{
    background: #806e34;
}
.cms-store-locator .range-slider-input .handle-slider ,
.storepickup-index-index .range-slider-input .handle-slider
{
    border: 8px solid #928F8F;
}
.cms-store-locator .list-tag,
.storepickup-index-index .list-tag
{
    background: #DCDADA;
}
.storepickup-index-index .store-pickup-map-box .store-map
{
    border: 1px solid #ccc;
}
.storepickup-index-index .iw-container .iw-title
{
    background-color: #806e34;
}
.storepickup-index-index .custom-gm-style-iw
{
    border: 1px solid #c4b69d;
}
.cms-store-locator button#btn-getdirections,
.storepickup-index-index button#btn-getdirections
{
    background-color: #806e34;
    border: 1px solid #52410B;
}
.cms-store-locator button#btn-getdirections
{
    padding-top: 3px;
}
.storepickup-index-index #store_map .iw-container input
{
    border: 1px solid #71684C;
    border-radius: 0;
}
.storepickup-index-index .list-tag
{
    border: 1px solid #ededed;
}
a
{
    color: #504144;
}
a:hover
{
    color:#806E34;
}
.storepickup-index-index .storepickup-list .store-back p a.product-link
{
    color: #504144;
    font-size: 15px;
}
.storepickup-index-index .storepickup-list .store-back p a:hover
{
    color:#806e34 ;
}

.storepickup-index-index .tab-wrap-store .tabs
{
    font-size: 15px;
}
#tab_content_1 .store-pickup-column-left h4
{
    font-size: 18px;
    color:#504144;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 3%;

}
.store-pickup-image-main .more-views
{
    background-color: rgba(195, 191, 175, 0.77);
    padding: 34px 50px 30px 50px;
}

.tab-wrap-store .tabs li a
{
    background: #806e34;
}
.tab-wrap-store .tabs li a:hover
{
    background: #504144;
}
.storepickup-index-index #review-form
{
    padding-top: 2%;
}
.storepickup-index-index #review-form input,
.storepickup-index-index #review-form textarea
{
    border-radius:0;
    border: 1px solid #775D5D;
}
.wishlist-index-share #form-validate textarea:focus,
.storepickup-index-index #review-form input:focus,
.storepickup-index-index #review-form textarea:focus
{
    border: 2px solid #775D5D;
}
.storepickup-index-index .input-group
{
    position: relative;
    display: table;
    border-collapse: separate;
}
.storepickup-index-index #btn-getdirections
{
    position: absolute;
    top: 0;
    right: 0;
    float: right;
}

.form-list-store .form-control
{
    box-shadow: none;
}
@media only screen and (min-width: 640px) {
    ul.listLocate li:hover
    {
        background-color: #645557;
        color: #fff;
    }
}
.storepickup-index-index .pickup_contact
{
    padding-bottom: 2%;
}
#pickup_captcha_image
{
    border: 1px solid #504144;
}
#pickup-captcha-link
{
    color: #504144;
}
#pickup-captcha-link:hover
{
    color: #806e34;
    text-decoration: none;
}
#review-form .button-pickup
{
    padding-left: 2%;
}
.buttons-set button.b-pickup
{
    float: none;
    margin-left: 0;
}
#review-form  p.required
{
    float: left;
}
/*-------category list product----*/
.catalog-category-view .products-list > li .product-image img
{
    padding-bottom: 40px;
}

.catalog-category-view .col-main
{
    overflow: hidden;
}
.catalog-category-view .category-products .toolbar
{
    display: block;
}
.catalog-category-view .pager .limiter label
{
    font-size: 15px;
}
.catalog-category-view .pager .amount
{
    float: left;
    display: block;
    margin-top: 11px;
    padding-right: 5px;
    font-size: 15px;
}
.catalog-category-view .category-products ol.products-list li
{
    padding: 22px 55px;
    border-bottom: 2px solid #c3ba9e;
}
.catalog-category-view .category-products ol.products-list li:last-child
{
    border-bottom: none;
}
.catalog-category-view .category-products ol.products-list .product-secondary ul.add-to-links,
.catalog-category-view .category-products ol.products-list .product-secondary p.free-attr,
.catalog-category-view .toolbar-bottom,
.catalog-category-view .toolbar .sorter,
.catalog-category-view  .category-products .toolbar .count-container .amount--has-pages,
.catalog-category-view .category-products ol.products-list .product-primary .ratings,
.catalog-category-view .category-products ol.products-list .product-primary ul.configurable-swatch-list
{
    display: none;
}
.catalog-category-view  .products-list .product-shop
{
    padding-left: 5%;
}
.catalog-category-view .category-products ol.products-list .f-fix>div
{
    width: 100%;
    display: block;
    float: none;
    text-align: left;
    margin-bottom: 10px;
}
.catalog-category-view .category-products ol.products-list .product-primary h2.product-name
{
    margin-top: 0;
    margin-bottom: 10px;
}
.catalog-category-view .category-products ol.products-list .product-primary h2.product-name>a
{
    font-size: 35px;
}
.catalog-category-view .product-secondary .price-box .old-price span.price{
    font-size: 20px;
}
.catalog-category-view .category-products ol.products-list  .desc a.link-learn
{
    padding-left: 20px;
    color: #1E83E5;
}
.catalog-category-view .category-products ol.products-list .f-fix>div:last-child
{
    margin-top: 25px;
}
.catalog-category-view .category-products ol.products-list .product-secondary p.action>a.button
{
    padding:8px 25px;
}
.catalog-category-view .category-products ol.products-list .f-fix .product-secondary button.btn-cart,
.catalog-category-view .category-products ol.products-list .product-secondary p.action button
{
    color: #806e34;
    background: #c3ba9e;
    background: -moz-linear-gradient(top, #ffffff 0%, #c3ba9e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c3ba9e));
    background: -webkit-linear-gradient(top, #ffffff 0%,#c3ba9e 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#c3ba9e 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#c3ba9e 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#c3ba9e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3ba9e',GradientType=0 );
}
.catalog-category-view .toolbar
{
    border:none;
    background: transparent;
}
.catalog-category-view .toolbar .pages ol li
{
    margin-left: 3px;
}
.catalog-category-view .toolbar .pages ol li.current
{
    padding: 0 5px !important;
}
.catalog-category-view .category-products ol.products-list .f-fix .product-secondary button.btn-cart:hover,
.catalog-category-view .category-products ol.products-list .product-secondary p.action>a.button:hover
{
    color: #fff;
    background: #504144;
    filter:none;

}
.catalog-category-view  .category-products .toolbar .count-container select
{
    height: 30px;
}
.products-list > li .product-image
{
    float: left;
    width: 33.33333%;
}
.products-list .product-shop
{
    padding-left: 20px;
    float: right;
    width: 66.66667%;
}
.catalog-category-view .category-products .toolbar
{
    margin-right: 20px;
}
.catalog-category-view .category-products .toolbar .count-container select
{
    height: 30px;
}
.catalog-category-view .category-products .toolbar .pages .next,
.catalog-category-view .category-products .toolbar .pages .previous
{
    position: relative;
    text-indent: -999px;
}
.catalog-category-view .category-products .toolbar .pages .previous:before
{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #504144;
    border-left: none;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -2px;
}

.catalog-category-view .category-products .toolbar .pages .next:before
{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #504144;
    border-right: none;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -2px;
}
.catalog-category-view .product-secondary .price-box .old-price span.price,
.price-box .old-price .price
{
    color: #806e34!important;
}
.product-info .product-name a
{
    font-size: 35px;
}
.review-heading h3 span
{
    display: none;
}
.catalog-category-view .category-products .toolbar .pages li.current
{
    padding: 5px 14px;
}
.catalog-category-view .category-products .toolbar .pages strong
{
    display: none;
}
.catalog-category-view .category-products .toolbar .count-container .limiter
{
    width: 100px;
}
.catalog-category-view .category-products .toolbar .count-container .limiter label
{
    padding-top:7px;
}
.catalog-category-view .category-products ol.products-list .product-primary h2.product-name>a
{
    font-size: 50px;
    font-weight: 100;
    color: #806e34;
    margin-bottom: 15px;
    margin-top: 10px;
    display: block;
}
.catalog-category-view .category-products .product-secondary .price-box .regular-price span.price,
.catalog-category-view .category-products .product-secondary .price-box .special-price span.price
{
    font-size: 30px;
}
.catalog-category-view #old-price-5
{
    font-size: 20px;
    color: #999;
}
.catalog-category-view .category-products ol.products-list .desc
{
    font-size: 15px;
    line-height: 18px;
    max-height: none;
}
.catalog-category-view .old-price .price
{
    font-size: 20px;
    color: #999;
}
.catalog-category-view .category-products ol.products-list  .desc a.link-learn
{
    padding-left: 10px;
    color: #504144;
    font-size: 12px;
    text-transform: lowercase;
    text-decoration: underline;
    font-weight: 700;
}
.catalog-category-view .category-products ol.products-list .product-secondary ul.add-to-links,
.catalog-category-view .toolbar .sorter,
.catalog-category-view  .category-products .toolbar .count-container .amount--has-pages,
.catalog-category-view .category-products ol.products-list .product-primary .ratings,
.catalog-category-view .category-products ol.products-list .product-primary ul.configurable-swatch-list
{
    display: none;
}
.catalog-category-view .product-secondary .price-box .old-price span.price
{
    font-size: 20px;
    color: #806e34;
}
.sales-guest-form .page-title
{
    margin-bottom: 25px;
}
.sales-guest-form #oar_widget_orders_and_returns_form
{
    margin: 0 17%;
    padding:  0 5%;
}
.sales-guest-form #oar_widget_orders_and_returns_form  p.required
{
    float: left;
    color: #504144;
    font-weight: 300;
    font-size: 12px;
}
.sales-guest-view .col-main
{
    padding: 0 15%;
}
.sales-guest-view .col-main,
.sales-guest-form .col-main,
.sales-order-view .col-main
{
    padding-bottom: 4%;
}
.sales-guest-form #oar_widget_orders_and_returns_form .buttons-set
{
    margin-top: 40px;
}
.sales-guest-form #oar_widget_orders_and_returns_form input,
.sales-guest-form #oar_widget_orders_and_returns_form select
{
    height: 30px;
    border:1px solid #775D5D;
    width: 100%;
}
.order-info-box + .order-info-box
{
    margin-bottom: 20px;
}
.sales-guest-form label.required em,
.sales-order-view span.separator
{
    display: inline;
    font-size: 12px;
}
.sales-guest-form #oar_widget_orders_and_returns_form input:focus,
.sales-guest-form #oar_widget_orders_and_returns_form select:focus
{
    border:2px solid #775D5D;
}
.sales-guest-form #oar_widget_orders_and_returns_form h2.legend
{
    color: #504144;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.sales-guest-form #oar_widget_orders_and_returns_form label
{
    font-size: 15px;
}
.sales-guest-view .page-title h1,
.sales-guest-view .order-items h2
{
    color: #806e34;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;

}
.sales-guest-view span.separator,
.sales-guest-view a.link-print,
.sales-guest-view a.link-reorder
{
    display: inline-block;
    float: right;
    padding-left: 5px;
}
.sales-guest-view dl.order-info
{
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.sales-guest-view p.order-date
{
    font-size: 15px;
}
.sales-guest-view .order-info-box .box-title h2
{
    margin-top: 0;
    font-size: 15px;
}
.sales-guest-view .order-info-box .box-content
{
    padding-top: 3px;
}
.sales-order-view #my-orders-table th.a-right,
.sales-guest-view #my-orders-table th.a-right
{
    width: 20%;
}
.sales-order-view #my-orders-table tbody tr td,
.sales-guest-view #my-orders-table tbody tr td
{
    vertical-align: middle;
}
.sales-order-view #my-orders-table tbody tr td h3,
.sales-guest-view #my-orders-table tbody tr td h3
{
    margin:0;
    font-size: 15px;
    font-weight: 700;
}
.sales-order-view .my-account .box-content
{
    font-size: 13px;
}
#wishlist-table .customer-wishlist-item-remove
{
    vertical-align: middle;
}
#wishlist-table .customer-wishlist-item-remove a.btn-remove
{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ededed;
    text-align: center;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: relative;
}
.wishlist-index-index #wishlist-table td.customer-wishlist-item-image
{
    width: 20%;
    max-width: 175px;
    vertical-align: middle;
}
.wishlist-index-index #wishlist-table td.customer-wishlist-item-info
{
    width: 25%;
    max-width: 225px;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}
.wishlist-index-index #wishlist-table  td.customer-wishlist-item-price
{
    width: 18%;
    min-width: 100px;
    padding: 0;
    vertical-align: middle;
}
.wishlist-index-index #wishlist-table  td.customer-wishlist-item-quantity
{
    width: 10%;
    min-width: 70px;
    padding-right: 0;
    padding-left: 0;
    vertical-align: middle;
}
.wishlist-index-index #wishlist-table  td.customer-wishlist-item-remove
{
    width: 2%;
    vertical-align: middle;
    text-align: center;
}
.wishlist-index-index #wishlist-table  td.customer-wishlist-item-cart
{
    width: 30%;
    min-width: 165px;
    padding: 0;
    vertical-align: middle;
}
.wishlist-index-share #form-validate h3
{
    font-size: 18px;
    font-weight: 700;
    line-height: 2.625;
    margin: 0;
}
.customer-account .block-account .block-content>ul>li>a
{
    text-transform: capitalize;
    color: #504144;
}
.customer-account ul li a:hover
{
    color: #806e34;
}
.my-account .dashboard .box-account .box-head a:hover,
.customer-account-index #my-orders-table td.a-center span a:hover,
.my-account .account-address-box>.box-title>.address-manage a:hover
{
    color: #504144;
}

.customer-account label.required em, span.required em
{
    display: inline;
}
.wishlist-index-share #form-validate textarea.validation-failed
{
    border: 2px solid red;
}
.buttons-set
{
    border-top: none;
}
.newsletter-manage-index .buttons-set button.button
{
    float: right;
}
.customer-account-edit .form-list .customer-dob .dob-day,
.customer-account-edit .form-list .customer-dob .dob-year
{
    width: 80px;
}
.customer-account-edit .form-list .customer-dob .dob-month
{
    width: 150px;
}
.customer-account-edit  input[name=change_password]
{
    margin-left: 0 !important;
}
.sales-order-history select,
.review-customer-index  select
{
    height: 30px !important;
}
.sales-order-history .count-container .amount
{
    padding-top: 3px;
}
.review-customer-index .amount
{
    font-size: 15px;
    float: left;
}
.review-customer-index .limiter label
{
    font-size: 15px;
    display: inline-block;

}
.review-customer-index .limiter
{
    width: 120px;
    text-align: right;
    padding-left: 20px;
}
.review-customer-index .table-review tbody tr td+td
{
    width: 35%;
}
.review-customer-index .table-review tbody tr td.last
{
    width: 15%;
}
.review-customer-index .pager .limiter > label
{
    margin-top:2px;
}
.pages strong
{
    display: none;
}
.review-customer-index p.amount,
.review-customer-index .limiter label,
.sales-order-history .count-container p.amount,
.sales-order-history .count-container .limiter label
{
    margin-top: 5px;
}
.customer-account .main
{
    padding-bottom: 5%;
    background: #e9e8e8;
    background: -moz-linear-gradient(left, #ffffff 0%, #e9e8e8 100%);
    background: -webkit-gradient(linear, top left, top bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e8e8));
    background: -webkit-linear-gradient(left, #ffffff 0%,#e9e8e8 100%);
    background: -o-linear-gradient(left, #ffffff 0%,#e9e8e8 100%);
    background: -ms-linear-gradient(left, #ffffff 0%,#e9e8e8 100%);
    background: linear-gradient(to right, #ffffff 0%,#e9e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e8e8',GradientType=0 );
}
.block-compare .actions a.button, .block-reorder .actions button.btn-cart
{
    color: #645557;
    background: #c3ba9e;
    background: -moz-linear-gradient(top, #ffffff 0%, #c3ba9e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c3ba9e));
    background: -webkit-linear-gradient(top, #ffffff 0%,#c3ba9e 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#c3ba9e 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#c3ba9e 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#c3ba9e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3ba9e',GradientType=0 );
}
/*--------my order-----------*/
.customer-account label.required em,
.customer-account span.separator,
.customer-account a.link-reorder,
.customer-account a.link-print,
.sales-order-view a.link-print
{
    display: inline;
    font-size: 13px;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator
{
    position: relative;
    top: -30px;
    color: #504144;
    float: right;
    padding-left: 5px;
}

.sales-order-view dl.order-info
{
    margin-top: 30px;
}
.sales-order-view dl.order-info dt,
.sales-order-view dl.order-info dd
{
    display: inline-block;
    margin-right: 3%;
    font-weight: 700;
}
.sales-order-view .order-info-box h2
{
    text-transform: uppercase;
    margin-top: 0;
}
p.order-date
{
    color: #504144;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.sales-guest-form #oar_widget_orders_and_returns_form h2.legend,
.order-info-box .box-title h2
{
    color: #504144;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;

}
.my-account .page-title h1, .order-details h2,
.sales-order-view .my-account .page-title h1,
.customer-account .my-account .order-details h2 a
{
    color: #806e34;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
}
.customer-account table.data-table,
.customer-account .my-account .box-content
{
    font-size: 15px;
}
.customer-account .data-table thead
{
    border-bottom: 1px solid #ccc;
}
.back-link a
{
    color: #504144;
}
.back-link a:hover,
.order-info li a:hover,
body.customer-account .my-account .title-buttons a:hover
{
    color:#806e34;
}
.order-info dt, .order-info dd,
.order-info ul,
.order-info li
{
    display: inline;
    margin-right: 20px;
}
.order-info li a
{
    color: #504144;
}
.order-info li.current
{
    font-weight: 700;
}
.sales-order-history #my-orders-table td.a-center .nobr a:first-child
{
    margin-right: 5px;
}
.customer-account .order-details h3
{
    font-size: 18px;
    font-weight: 700;
}
.customer-account .page-title
{
    margin-bottom: 30px;
}
.wishlist-index-share .my-account form#form-validate .fieldset
{
    margin-top: 0px !important;
}
.wellness-slider .wellness-content button
{
    background:#DDDDDD;
}
.storepickup-index-index form#review-form ul.form-list-store em
{
    display: inline !important;
}
#review-form .button-pickup
{
    padding-top: 0;
}
.sales-guest-form form .legend
{
    border: none;
}
.sales-order-creditmemo  table.data-table tbody tr td:first-child
{
    width: 30%;
}
.wellness-tips .main .col-main
{
    padding: 0;
}
.customer-account p.required
{
    color: #504144 ;
    font-size: 13px;
}
.catalog-category-view .col-main,
.cms-store-locator .col-main
{
    overflow: hidden;
    font-size: 13px;
    background: #e9e8e8;
    background: -moz-linear-gradient(left, #ffffff 10%, #e9e8e8 100%);
    background: -webkit-gradient(linear, top left, top right, color-stop(10%,#ffffff), color-stop(100%,#e9e8e8));
    background: -webkit-linear-gradient(left, #ffffff 10%,#e9e8e8 100%);
    background: -o-linear-gradient(left, #ffffff 10%,#e9e8e8 100%);
    background: -ms-linear-gradient(left, #ffffff 10%,#e9e8e8 100%);
    background: linear-gradient(to right, #ffffff 10%,#e9e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e8e8',GradientType=0 );
}
.catalog-category-view .category-products ol.products-list .product-secondary p.action>a.button,
.catalog-category-view .category-products ol.products-list .f-fix .product-secondary button.btn-cart
{
    padding: 5px 25px;
    vertical-align: middle;
    color: #806e34;
    background: #c3ba9e;
    background: -moz-linear-gradient(top, #ffffff 0%, #c3ba9e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c3ba9e));
    background: -webkit-linear-gradient(top, #ffffff 0%,#c3ba9e 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#c3ba9e 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#c3ba9e 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#c3ba9e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3ba9e',GradientType=0 );
}
.catalog-category-view .category-products ol.products-list li.last
{
    border-bottom: none;
}

.wellness-slider .wellness-content button
{
    height: 40px;
    width: 110px;
    border: 1px solid #413334;
    font-size: 16px;
    margin-top: 5%;
}

.category-products ol.products-list .product-secondary p.action button:hover,
.catalog-category-view .category-products ol.products-list .f-fix .product-secondary button.btn-cart:hover
{
    filter:none;
    background: #504144;
    color:#fff;
}
.catalog-category-view .products-list > li .product-image img
{
    padding: 30px 0;
}
.catalog-category-view .category-products h2.product-name
{
    line-height: 1.25;
    margin-top: 20px;
}
.catalog-category-view .category-products ol.products-list .product-primary h2.product-name>a
{
    font-size: 50px;
    font-weight: 100;
    color: #806e34;
    margin-top: 15px;
}
.sales-guest-form #oar_widget_orders_and_returns_form input.validation-failed,
.sales-guest-form #oar_widget_orders_and_returns_form select.validation-failed
{
    border: 2px solid red;
}

/*product-description*/

.catalog-product-view .add
{
    overflow: hidden;
    width: 100%;
    background: #fff !important;
    filter:none;
}

.catalog-product-view .add .product-desc-block-first .col-lg-5 img
{
    width:100%;
}
.catalog-product-view .desc-banner1
{
    padding: 0;
    margin-bottom: 40px;
}
.catalog-product-view .add .desc-banner1>img
{
    position: relative;
}
.catalog-product-view .add .product-desc-block-first,
.catalog-product-view .add .product-desc-block-second,
.catalog-product-view .add .product-desc-block-third,
.catalog-product-view .add .product-desc-block-fourth,
.catalog-product-view .add .product-desc-block-sixth
{
    overflow: hidden;
    width: 100%;
    display: block;
}
.catalog-product-view .add .product-desc-block-first,
.catalog-product-view .add .video,
.catalog-product-view .add .product-desc-block-sixth,
.catalog-product-view .add .product-desc-block-eighth,
.catalog-product-view .add .product-desc-block-nineth
{
    padding-bottom: 50px;
    border-bottom: 1px solid #d7d7d7;
}
.catalog-product-view .add .product-desc-block-footer1,
.catalog-product-view .add .product-desc-block-footer2
{
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
}
.catalog-product-view .add .product-desc-block-eighth,
.catalog-product-view .add .product-desc-block-nineth
{
    overflow: hidden;
}
.catalog-product-view .add .product-desc-block-eighth img
{
    width: 65%;
    float: right;
}
.catalog-product-view .add .product-desc-block-third,
.catalog-product-view .add .product-desc-block-fourth
{
    padding: 0 40px;
    border-bottom: 1px solid #d7d7d7;
}
.catalog-product-view .add .product-desc-block-third .col-lg-8
{
    padding: 0 8%;
}
.catalog-product-view .add .product-desc-block-seventh,
.catalog-product-view .add .product-desc-block-nineth .three-block,
.catalog-product-view .add .product-desc-block-footer1,
.catalog-product-view .add .product-desc-block-footer2,
.catalog-product-view .add .product-desc-block-footer3
{
    margin-top: 30px;
}
.catalog-product-view .add .product-desc-block-third,
.catalog-product-view .add .product-desc-block-fourth,
.catalog-product-view .add .product-desc-block-sixth
{
    padding-bottom: 50px;
}
.catalog-product-view .add .product-desc-block-fourth .content1
{
    padding-right: 30px;
}
.catalog-product-view .add .product-desc-block-fourth .content2
{
    padding-left: 30px;
}
.catalog-product-view .add .product-desc-block-sixth,
.catalog-product-view .add .product-desc-block-eighth
{
    position: relative;
}
.catalog-product-view .add .product-desc-block-sixth .content h1
{
    position: absolute;
    width: 52%;
    font-size: 40px;
    color: #1a1a1a;
    font-weight: 100;
    text-align: center;
    margin-left: 9%;
    top:12%;
}
.catalog-product-view .add .video
{
    padding: 0 5%;
    padding-bottom: 3%;
}
.catalog-product-view .add .video iframe
{
    width: 100%;
}
.catalog-product-view .add .product-desc-block-sixth .content p
{
    position: absolute;
    width: 29%;
    font-size: 16px;
    top: 75%;
    margin-left: 35%;
    text-align: center;
    color: #1a1a1a;
}


.catalog-product-view .add .product-desc-block-sixth .content p.small
{
    position: absolute;
    font-size: 14px;
    top: 65%;
    margin-left: -7%;
    text-align: center;
    color: #1a1a1a;
}
.catalog-product-view .add .product-desc-block-fourth .content img
{
    width: 35%;
    margin-right: 30px;
    float: left;
    display: inline-block;
    padding-bottom: 20px;
}
.catalog-product-view .add .product-desc-block-fourth .content h5
{
    width: 50%;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #CBA7CA;
}
.catalog-product-view .add .product-desc-block-fourth .content p.first
{
    color: #CBA7CA;
}
.catalog-product-view .add .product-desc-block-fourth .content:last-child h5
{

    color: #856f81;
}
.catalog-product-view .add .product-desc-block-fourth .content:last-child  p
{
    color: #3c3c3c;
}
.catalog-product-view .add .product-desc-block-fourth .content p:last-child
{
    clear: both;
}
.catalog-product-view .add .product-desc-block-eighth
{
    padding-right: 20px;
    margin-top: 50px;
}
.catalog-product-view .add .product-desc-block-eighth .content
{
    position: absolute;
}
.catalog-product-view .add .product-desc-block-eighth .content .block-head
{
    width:62%;
    padding-left: 40px;
    border-top: 1px solid #d7d7d7;
}
.catalog-product-view .add .product-desc-block-eighth .content .block-head h4
{
    font-size: 35px;
    font-weight: 100;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.catalog-product-view .add .product-desc-block-eighth .content .block-head ul li
{
    font-size: 16px;
    line-height: 1.625;
}
.catalog-product-view .add .product-desc-block-eighth .content .block-bottom
{
    width: 23%;
    margin-left: 40px;
    border-radius: 5px;
    border: 2px solid #dbc9d4;
    padding: 20px;
    font-size: 14px;
}
.catalog-product-view .add .product-desc-block-eighth .content .block-bottom h4
{
    font-size: 14px;
    font-weight: 700;
}
.catalog-product-view .add .product-desc-block-third .title-para h2,
.catalog-product-view .add .product-desc-block-fourth .title-para h2,
.catalog-product-view .add .product-desc-block-fifth .title-para h2
{
    padding: 0 15%;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 100;
    font-size: 35px;
}
.catalog-product-view .add .product-desc-block-fifth .title-para h2
{
    padding: 0 21%;
    font-weight: 100;
}
.catalog-product-view .add .product-desc-block-fifth .block-icon .content  strong
{
    color: #a886a1;
}
.catalog-product-view .add .product-desc-block-third  p
{
    font-size: 15px;
    color: #1a1a1a;
}
.catalog-product-view .add .product-desc-block-third  p.signature
{
    float: right;
    text-align: left;
}
.catalog-product-view .add .product-desc-block-fifth
{
    padding: 0 20px;
}
.catalog-product-view .add .product-desc-block-fifth .block-content
{
    border: 2px solid #d4d4d4;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    padding: 20px;
    padding-bottom: 40px;
}
.catalog-product-view .add .product-desc-block-fifth .block-content p
{
    margin-bottom: 0;
}
.catalog-product-view .add .product-desc-block-fifth .block-content .col-lg-4
{
    padding-right: 20px;
}
.catalog-product-view .add .product-desc-block-fifth .block-icon img
{
    width:30%;
    padding-right: 5%;
    padding-bottom: 20px;
    display: block;
    float: left;
}
.catalog-product-view .add .product-desc-block-fifth .block-icon
{
    clear: both;
    margin-top:30px;
}
.catalog-product-view .add .product-desc-block-fifth .block-icon .content
{
    width: 65%;
    overflow: hidden;
    display: block;
    float: left;
}
.catalog-product-view .add .product-desc-block-fifth
{
    margin-bottom: 50px;
}
.catalog-product-view .add .product-desc-block-nineth h2
{
    margin-bottom: 60px;
}
.catalog-product-view .add .product-desc-block-nineth .three-block
{
    padding:  0 30px;
}
.catalog-product-view .add .desc-banner1 .desc-banner1-content
{
    position: absolute;
    color: #fff;
    top:8%;
    width:50%;
    padding-left: 30px;
}
.catalog-product-view .add .desc-banner1 .desc-banner1-content h2
{
    display: block;
    font-size: 40px;
    font-weight: 700;
}
.catalog-product-view .add .desc-banner1 .desc-banner1-content h4
{
    font-size: 18px;
    line-height: 1.625;
}
.catalog-product-view .add .desc-banner1 .desc-banner1-content p
{
    font-size: 15px;
    line-height: 1.625;
}
.catalog-product-view .add .product-desc-block-first,
.catalog-product-view .add .product-desc-block-footer1,
.catalog-product-view .add .product-desc-block-footer2,
.catalog-product-view .add .product-desc-block-footer3
{
    position: relative;
}
.catalog-product-view .add .product-desc-block-footer1 .content,
.catalog-product-view .add .product-desc-block-footer2 .content
{
    width: 35%;
    padding: 12px 20px;
    padding-bottom: 25px;
    text-align: center;
    right: 0;
    margin-right: 40px;
    background-color: #2A282A;
    opacity:0.8;
    filter: alpha(opacity=80);
    position: absolute;
    top: 55%;
    color: #fff;
    font-weight: 300;
}
.catalog-product-view .add .product-desc-block-footer3 .content
{
    position: absolute;
    top: 60%;
    margin-left: 4%;
    width: 30%;
    text-align: center;
}

.catalog-product-view .add .product-desc-block-footer1 .content h3,
.catalog-product-view .add .product-desc-block-footer2 .content h3
{
    line-height: 1.625;
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    margin-top: 30px;
}

.catalog-product-view .add .product-desc-block-first .col-lg-5 img,
.catalog-product-view .add .product-desc-block-first .col-lg-7 img
{
    position: relative;
}
.catalog-product-view .add .product-desc-block-first .col-lg-5 .content
{
    position: absolute;
    top:80%;
    left:15%;
    color: #3c3c3c;
    text-align: center;
}
.catalog-product-view .add .product-desc-block-first .col-lg-5 .content h4
{
    font-weight: 700;
    font-size: 18px;
}
.catalog-product-view .add .product-desc-block-first .col-lg-5 .content p
{
    font-size: 18px;
}
.catalog-product-view .add .product-desc-block-first .col-lg-7 .content
{
    position: absolute;
    top: 52%;
    right: 0;
    width: 45%;
    margin-top: 30px;
    display: block;
    color: #3c3c3c;
    margin-right: 25px;
}
.catalog-product-view .add .product-desc-block-first .col-lg-5
{
    padding: 0;
}
.catalog-product-view .add .product-desc-block-first .col-lg-7
{
    padding-left: 30px;
    padding-right: 0;
}
.catalog-product-view .add .product-desc-block-first .col-lg-7 .block-content
{
    padding: 0 20px;
    color: #1a1a1a;
    border-top: 1px solid #d7d7d7;
}
.catalog-product-view .add .product-desc-block-first .col-lg-7 .block-content p
{
    padding-bottom: 30px;
}
.catalog-product-view .add .product-desc-block-first .col-lg-7 .block-content h3,
.catalog-product-view .add .product-desc-block-nineth h2.title-par
{
    font-size: 40px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 100;
}
.catalog-product-view .add .product-desc-block-first .col-lg-7 .content p
{
    font-size: 18px;
    text-align: center;
    color: #1a1a1a;
    padding: 0 10px;
    margin-bottom: 0;
}
.catalog-product-view .add .product-desc-block-second .col-lg-12 .content h2
{
    font-weight: 100;
    font-size: 35px;
}
.catalog-product-view .add .col-lg-12 .content
{
    text-align: center;
    padding: 10px 18%;
}
.catalog-product-view .add h2
{
    display: block;
}
.catalog-product-view .add .three-block .col-lg-4
{
    padding: 0 40px;
}
.catalog-product-view .add .product-desc-block-nineth .three-block .col-lg-4 .content h4
{
    font-weight: 700;
}
.catalog-product-view .add .three-block .col-lg-4 .content
{
    margin-top: 30px;
}

.catalog-product-view .add .product-desc-block-first .col-lg-5 img
{
    position: relative;
}
.catalog-product-view .add .product-desc-block-fifth .block-icon .icon
{
    width: 45px;
    height: 50px;
    padding-right: 0%;
    margin-right: 3%;
    display: block;
    float: left;
}
.catalog-product-view .add .product-desc-block-fifth .block-icon
{
    clear: both;
    margin-top:30px;
    overflow: hidden;
}
.catalog-product-view .add .product-desc-block-fifth .block-icon .content
{
    width: 80%;
    overflow: hidden;
    display: block;
    float: left;
}
.catalog-product-view .add .product-desc-block-first .col-lg-5 .content p
{
    font-size: 18px;
    width: 62%;
    margin: auto;
}
.catalog-product-view .add .product-desc-block-first .col-lg-7 .content p
{
    font-size: 18px;
    text-align: left;
    color: #1a1a1a;
    padding: 0 10px;
    margin-bottom: 0;
}
.catalog-product-view .add .video iframe
{
    width: 100%;
    min-height: 550px;
}
.catalog-product-view .add .product-desc-block-third p.signature>span:first-child
{
    font-size: 18px;
}
.catalog-product-view .add .product-desc-block-fourth .content img
{
    width: 35%;
    margin-right: 30px;
    float: left;
    display: inline-block;
    padding-bottom: 20px;
}

.catalog-product-view .add .product-desc-block-first .col-lg-7 .block-content
{
    min-height: 252px;
}
.customer-address-form .form-list .name-firstname,
.customer-address-form .form-list .name-lastname,
.customer-address-form .form-list li.wide,
.customer-address-form .form-list .telephone,
.form-list-store  li
{
    margin-bottom: 5px;
}
.form-list-store label
{
    margin-bottom: 0;
    display: inline;
}
.form-list-store .input-box input,
.form-list-store .input-box textarea
{
    margin-top: 0 !important;
}
#pickup-captcha-link:hover
{
    color: #806e34;
}
.customer-account-edit ul.form-list .customer-name-middlename .name-lastname
{
    margin-top: 10px;
}

.form-list > li,
.customer-address-form .form-list .name-firstname,
.customer-address-form .form-list .name-lastname,
.customer-address-form .form-list li.wide,
.customer-address-form .form-list .telephone
{
    margin-bottom: 10px;
}
.customer-account-resetpassword form#form-validate
{
    margin: 0 15%;
    text-align: center;
    margin-top: 30px;
}
.customer-account-resetpassword p.required
{
    display: none;
}
.customer-account-resetpassword form#form-validate ul,
.customer-account-resetpassword form#form-validate .buttons-set
{
    padding: 0 10%;
}
.customer-account-resetpassword #form-validate .field
{
    margin-bottom: 20px;
}
.customer-account-resetpassword #form-validate .field input
{
    width: 100%;
}
.customer-account-resetpassword .buttons-set button.button
{
    float: right;
}
.customer-account-resetpassword #form-validate .field label
{
    float: left;
    font-size: 15px;
}
.customer-account-resetpassword label.required em
{
    display: inline;
}
.checkout-cart-index .cart .cart-totals table tfoot td
{
    padding: 2px 0px !important;
}
.price-info  p.free-attr
{
    display: inline-block;
    margin-right: 20px;
}
.account-login .content ul.regis-info li
{
    list-style: disc;
    margin-left: 15px;
}
.price-info p.free-attr, .product-info p.free-attr
{
    display: inline-block;
    margin-right: 20px;
}
#header-nav li.level1 > a
{
    font-weight: bold;
}
.catalog-category-view .product-secondary p.free-attr
{
    display: inline !important;
    padding-right: 20px;
}
select
{
    height: 30px;
}
.account-create label
{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
    display: inline;
}
.account-create .input-box,
.account-create .input-text
{
    margin-top: -10px !important;
}
.account-create .form-list >li
{
    line-height: 2.625;
}
.customer-account-create #form-validate .input-box label[for="is_subscribed"],
.customer-account-create #form-validate .input-box input.checkbox
{
    display: block;
    float: left;
}
.customer-account-create #form-validate .input-box label[for="is_subscribed"]
{
    margin-top: 6px;
}
.account-create .form-list input[type=radio]
{
    top: 3px;
}
.checkout-onepage-index .opc .col-1
{
    padding-right: 5%;
}
.checkout-onepage-index .opc .col-1 ul li
{
    list-style: disc;
    margin-left: 15px;
    line-height:2.0 ;
}
.checkout-onepage-index .opc .col-1 .buttons-set button.button span>span
{
    font-weight: 700;
}
.catalog-product-view .product-essential .gift-tootip
{
    z-index: 1;
}
.catalog-product-view .product-essential .tootip-title .tootip-head h4,
.catalog-product-view .product-essential .tootip-content .label-product,
.checkout-onepage-index .stootip-head-title
{
    font-style: normal !important;
}
.checkout-cart-index .jcarousel-container ul.jcarousel-list
{
    overflow:visible !important;
}
#cart-sidebar li.item
{
    width: inherit;
}
.promotional-over .promotional-title h2
{
    margin-bottom: 0;
    margin-top: 0;
}
.checkout-cart-index .crosssell li.item
{
    width: 100%;
}
/*promotion gift*/

.tootip-product-list
{
    width: 100%;
}
#freegift .product-gift-image img
{
    max-width: inherit !important;
}
.catalog-category-view .category-products ol.products-list li .product-image
{
    position: relative;
}
.gift-tootip {
    min-width: 185px;
}
.stretch-width .show-mobile{
    display: none!important;
}
.stretch-width .cms-index-index .menu-main-wrapper > div{
    background: none;
    width: auto !important;
}
.stretch-width .container{
    padding-bottom: 0;
}
.stretch-width .logo{
    padding: 5px 40px;
}
.stretch-width #header .icon{
    background-image: url(https://www.osim.com/skin/frontend/osim/default/images/icons.png);
    width: 22px;
    height: 22px;
}
.stretch-width #header .search-account-cart-wrapper{
    padding: 20px 50px 20px 0;
}
.stretch-width .skip-cart .icon,
.stretch-width .header-minicart:hover .skip-link .icon {
    background-position: -239px -207px;
}
.stretch-width .skip-search .icon,
.stretch-width .header-search:hover .skip-link .icon{
    background-position: -137px -207px;
}
.stretch-width .skip-account .icon {
    background-position: -204px -206px;
}
.stretch-width .header-location{
    padding: 0 3px;
}
.stretch-width .header-account{
    padding: 0 7px;
}
.stretch-width #header .main-menu{
    position: absolute;
    background: transparent;
    width: 45%;
    left: 24%;
    top: 9%;
    z-index: 9999;
}
.stretch-width #header .nav-primary > li > a{
    font-size: 14px;
}
.stretch-width .header-location{
    border-left: 1px solid;
}
.stretch-width #header .page-header-container .store-language-container{
    border-left: none;
}
.stretch-width #header .header-minicart{
    border-right: 1px solid;
    border-left: 1px solid;
}
.stretch-width #header .lang-list a, .stretch-width #header .lang-list .selected a:hover{
    color: #806E34 !important;
}
.stretch-width #header .lang-list .selected a, .stretch-width #header .lang-list a:hover{
    color: #504144 !important;
}
.stretch-width #header .nav-primary a.level0 {
    padding: 10px 16px;
    margin: 0!important;
}
.stretch-width #header .nav-primary li.level0 {
    margin-left: 0;
    width: auto!important;
}
.stretch-width.cms-home .menu-main-wrapper > div{
    box-shadow: none;
    width: auto!important;
    padding-bottom: 0;
}
.stretch-width .flexslider .image-slider img,
.stretch-width .four-banner img{
    left: 0;
    top: 0;
}
.stretch-width h5.subtitle,
.stretch-width h2.subtitle{
    color: #7f6d33!important; ;
    background: #c3ba9e;
    background: -moz-linear-gradient(top, #ffffff 10%, #c3ba9e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(100%,#c3ba9e));
    background: -webkit-linear-gradient(top, #ffffff 10%,#c3ba9e 100%);
    background: -o-linear-gradient(top, #ffffff 10%,#c3ba9e 100%);
    background: -ms-linear-gradient(top, #ffffff 10%,#c3ba9e 100%);
    background: linear-gradient(to bottom, #ffffff 10%,#c3ba9e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3ba9e',GradientType=0 );
    text-transform: uppercase;
    padding: 12px 10px!important;
    margin: 0 15px;
    text-align: left!important;
}
.stretch-width.cms-home .static-banners .slides li {
    width: 25%;
    float: left;
}
.stretch-width.cms-home .static-banners .slides {
    width: 100%;
}
.stretch-width.cms-home .static-banners .slides img{
    width: 100%;
}

.stretch-width .three-blog ul.slides:after{
    clear: none;
}
.stretch-width .three-blog ul.slides{
    overflow: inherit;
    float: none;
}
.stretch-width .three-blog ul.slides li{
    margin-bottom: 60px!important;
}
.stretch-width .social-media-facebook{
    margin-top: -10px;
}
.stretch-width #header-cart.skip-active,
.stretch-width #header-search.skip-active,
.stretch-width #header-account.skip-active{
    top: 67px;
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition End User License Agreement
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magento.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license http://www.magento.com/license/enterprise-edition
 */
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-home .main-container {
  padding-top: 20px;
}
body.cms-home .slideshow-container {
  margin-top: 0;
}

.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555;
}

.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

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

/* Specifying the body only in order to override the .std ul li styling */
body .promos > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #cccccc;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.promos > li:last-child {
  margin-bottom: 0;
}

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

.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
}

.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-shadow: 1px 1px 3px #555555;
}

.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

.promos span {
  font-size: 16px;
}

.promos strong {
  font-size: 17px;
}

/* Config: Three columns + flexible gutter */
body .promos > li {
  float: left;
  width: 31.74603%;
  margin-right: 2.38095%;
}

.promos > li:nth-child(3n) {
  margin-right: 0;
}

.promos span {
  font-size: 18px;
}

.promos strong {
  font-size: 24px;
}

/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.cms-index-index .products-grid .ratings,
.cms-index-index .products-grid .actions,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
  display: none;
}

.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #3399cc;
  font-weight: 600;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.cms-index-noroute h2.subtitle {
  display: none;
}

