/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */


/*! normalize.css v2.0.1 | MIT License | git.io/normalize */


/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */


/*
 * Corrects `block` display not defined in IE 8/9.
 */

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

.zoomContainer {
    overflow: hidden;
}


/*
 * 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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 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.
 */


/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

a {
    cursor：pointer;
}


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


/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}


/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}


/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}


/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}


/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C""\201D""\2018""\2019";
}


/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* ==========================================================================
   Embedded content
   ========================================================================== */


/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}


/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}


/* ==========================================================================
   Figures
   ========================================================================== */


/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}


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


/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}


/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}


/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}


/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

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


/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}


/* ==========================================================================
   Tables
   ========================================================================== */


/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ============================================ *
 * Reset
 * ============================================ */

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

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

body {
    background: #FFFFFF;
    color: #000000;
    line-height: 1;
}

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

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

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

address {
    font-style: normal;
}

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

ol,
ul {
    list-style: none;
}

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

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

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


/* ============================================ *
 * Base Styles
 * ============================================ */

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

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

@viewport {
    width: device-width;
}

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

body,
button,
input,
select,
table,
textarea {
    font-family: 'Functionpro', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #636363;
    font-size: 14px;
    line-height: 1.5;
}

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

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

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


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

h1,
.h1 {
    margin: 0;
    margin-bottom: 0.7em;
    color: #3399cc;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
}

h2,
.h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #636363;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
}

h3,
.h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

h4,
.h4 {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

h5,
.h5 {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

h6,
.h6 {
    margin: 0;
    margin-bottom: 5px;
    color: #636363;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}


/* ============================================ *
 * Shared Classes
 * ============================================ */

.page {
    width: 100%;
    min-width: 1280px;
}

.address-list address {
    margin-bottom: 1em;
}

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

.availability .label {
    display: none;
}

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

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

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


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

.page-title h1,
.page-title h2 {
    font-size: 24px;
    color: #000;
    padding-bottom: 3px;
    margin-bottom: 35px;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
}

h3.delivery-title {
    text-transform: none;
}

.grad1 {
    margin-bottom: 25px;
    height: 1px;
    background: -webkit-linear-gradient(left, #555, #ededed);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #555, #ededed);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #555, #ededed);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #555, #ededed);
    /* 标准的语法（必须放在最后） */
}

h3.delivery-title {
    padding-top: 20px;
    color: #000;
    font-weight: 600;
}

.std span strong {
    font-size: 16px;
    font-weight: 500;
}


/* -------------------------------------------- *
 * 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;
    border-top: 1px solid #cccccc;
}

.block-title h2,
.block-title h3,
.block-title strong {
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}

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

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

.block-subtitle {
    color: #3F3F3F;
    background: transparent;
    padding: 20px 0;
    border-bottom: 1px solid #F7F8F9;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 14px;
    letter-spacing: 1px;
}

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

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

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

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


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

.block-account .block-title,
.block-cms-menu .block-title {
    padding-top: 0;
    border-top: none;
}

.block-account li,
.block-cms-menu li {
    text-transform: uppercase;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 7px 0;
}

.block-account li strong,
.block-cms-menu li strong {
    font-weight: 400;
}

.block-account li a,
.block-cms-menu li a {
    color: #333;
}


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


/* Secondary Buttons */

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

.checkout-cart-index #reward-points-form .discount-form button.button {
    border-radius: 2px;
    min-width: 90px;
    height: 40px;
    line-height: 40px;
}

.cart-coupon>form#reward-points-form .discount-form .input-box {
    padding-top: 0;
}

.checkout-cart-index #reward-points-form .discount-form .button span {
    line-height: 30px;
    padding: 0;
}

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

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

.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
    color: #636363;
    background: #fe5366;
    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 {
    background: #ff7988;
    display: inline-block;
    border: 0;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form,
.footer .button:hover {
    background: #82d9c4;
    cursor: pointer;
}

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

.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
    outline: none;
    color: #FFFFFF;
}

a.button {
    text-decoration: none;
}


/* Disabled - class for anchor, state for form elements */

.button.disabled,
.button:disabled {
    background: #C8C8C8;
    opacity: 0.6;
    cursor: not-allowed;
}


/* Adjacent buttons */

.button+.button {
    margin-left: 5px;
}

.button2 {
    border: 0;
    padding: 0 5px;
    margin: 0;
    background: transparent;
    cursor: pointer;
    vertical-align: middle;
}

.button2:focus {
    outline: none;
}

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

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


/* -------------------------------------------- *
 * Paypal Button
 */

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

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

.paypal-or {
    line-height: 20px;
    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;
    padding-top: 20px;
    /*border-top: 1px solid #ededed;*/
    text-align: center;
}

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

.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;
    min-width: 140px;
    background: #e60044;
}

.customer-account .buttons-set button.button {
    float: right;
}

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


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

.icon-sprite,
.btn-remove2,
.sorter>.sort-by .sort-by-switcher,
.sorter>.view-mode .grid,
.sorter>.view-mode .list,
.skip-nav .icon,
.skip-search .icon,
#search_mini_form .search-button:before,
.skip-account .icon,
.skip-cart .icon,
.product-view .sharing-links a,
.review-summary-table .rating-box .rating-number:after,
.ratings-table .rating-box,
.ratings-table .rating-box .rating {
    background-image: url(https://eb52b8.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}


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

.breadcrumbs {
    height: 40px;
    line-height: 40px;
    width: 1280px;
    margin: 0 auto 2px;
}

.breadcrumbs li {
    float: left;
    font-size: 12px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

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

.breadcrumbs strong {
    color: #333;
    font-weight: normal;
    text-align: center;
}

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


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

.btn-remove,
.btn-previous {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ededed;
    text-align: center;
    /* Hide text */
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: relative;
}

.btn-remove:hover,
.btn-previous:hover {
    background-color: #3399cc;
    border-color: #3399cc;
}

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

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

.btn-remove2 {
    background-position: 4px -648px;
    border: none;
    vertical-align: top;
}

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

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

.btn-previous:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #3399cc;
    border-left: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -4px;
}

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

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
    float: right;
    margin-left: 6px;
}


/* -------------------------------------------- *
 * Checkout Agreements
 */

.checkout-agreements li {
    margin-bottom: 20px;
}

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


/* -------------------------------------------- *
 * CVV Security Code
 */

.cvv-what-is-this {
    margin-left: 10px;
    font-size: 13px;
    line-height: 28px;
}


/* -------------------------------------------- *
 * Container
 */

.main-container,
.footer-container {
    position: relative;
    margin: 0 auto;
}

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

.footer-container {
    width: 100%;
    background-color: #0a0204;
}


/* -------------------------------------------- *
 * Column Layouts
 */

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

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

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

.col-left img {
    max-width: 100%;
}

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

.col-right {
    float: right;
    width: 25%;
    /* padding-right: 0; */
    position: absolute;
    top: 55px;
    right: 87px;
    z-index: 999;
    background: #fff;
    padding: 17px;
}

.col-right img {
    max-width: 100%;
}

.cms-index-index .col-main {
    width: 100%;
}

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

.col-main {
    width: 1170px;
}

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

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

.col3-layout .col-right {
    width: 20.83333%;
}

.col3-layout .col-wrapper {
    float: left;
    width: 79.16667%;
}

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

.col3-layout .col-wrapper .col-left {
    width: 26.31579%;
}


/* Content Columns */

.col2-set {
    width: 100%;
}

.col2-set .col-1,
.col2-set .col-2 {
    width: 50%;
    padding: 20px;
}

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

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

.col2-set .narrow {
    width: 33%;
}

.col2-set .wide {
    width: 65%;
}

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


/* -------------------------------------------- *
 * Top Container
 */


/* -------------------------------------------- *
 * Global Site Notice
 */

.global-site-notice {
    background: #676157;
    color: #e6e6e6;
    font-size: 11px;
}

.global-site-notice .notice-inner {
    padding-left: 120px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 11px;
    min-height: 40px;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    background-image: url("https://def50e.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/demo-logo.png");
    background-position: left;
    background-repeat: no-repeat;
}

.global-site-notice p {
    margin-bottom: 0;
}


/* -------------------------------------------- *
 * Promotional Message Banner
 */

.promo-msg {
    color: #3399cc;
    text-align: center;
    margin: 10px;
    text-transform: uppercase;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


/* -------------------------------------------- *
 * Grid
 */

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


/* -------------------------------------------- *
 * Messages
 */

.success {
    color: #11b400;
}

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

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


/* -------------------------------------------- *
 * Messages
 */

.messages {
    margin-bottom: 10px;
    clear: both;
}

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

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

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

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

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

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

.messages .success-msg li {
    color: black;
    border-left: 5px solid #11b400;
    background-color: #eff5ea;
}

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

.cms-home .messages .success-msg li:before {
    border: 0 none;
}

.cms-home .messages .success-msg li {
    border: 0 none;
}


/* -------------------------------------------- *
 * Page Popup
 */

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

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


/* -------------------------------------------- *
 * Payment Methods
 */

.payment-methods {
    margin-bottom: 20px;
}

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

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

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

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

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

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


/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */

.please-wait {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    line-height: 24px;
    height: 24px;
    white-space: nowrap;
    /* Prevent the linebreak in the HTML from causing layout issues */
}

.please-wait img {
    float: left;
    margin-right: 5px;
    width: 24px;
}


/* -------------------------------------------- *
 * Price Box - Standard
 */

.price-box {
    margin: 7px 0;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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

.price-notice {
    color: #a0a0a0;
}

.price-box .price {
    font-size: 14px;
}

.price-box .price,
.price {}

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

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

.price-box .minimal-price-link .label {
    color: #a0a0a0;
}


/* -------------------------------------------- *
 * Price Box - Special
 */

.price-box .old-price,
.price-box .special-price {
    display: inline-block;
    padding: 0 3px;
}

.product-view .price-box .old-price,
.product-view .price-box .special-price {
    float: left;
}

.price-box .old-price .price-label,
.price-box .special-price .price-label,
.price-info .price-label {
    display: none;
}

.price-box .old-price .price,
.price-box .special-price .price {
    display: inline-block;
}

.price-box .old-price .price {
    text-decoration: line-through;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}

.price-box .special-price {
    color: #e81150 !important;
}

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


/* -------------------------------------------- *
 * Price Box - Taxes
 */

.price-box .price-excluding-tax,
.price-box .price-including-tax {
    display: block;
}

span.weee {
    display: block;
}


/* -------------------------------------------- *
 * Tier Prices
 */

.product-pricing,
.tier-prices,
.tier-prices-grouped {
    display: inline-block;
    padding: 4px 8px;
    background: #FBF4DE;
    border: 1px solid #E2D4C7;
    margin-top: 7px;
}

.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
    font-size: 12px;
}

.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
    font-style: italic;
}

.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
    font-weight: bold;
}


/* ============================================ *
 * Item Options
 * ============================================ */

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

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

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

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

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

.truncated a.details {
    cursor: help;
    height: 16px;
    line-height: 16px;
}

.truncated a.details:hover {
    text-decoration: none;
}

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

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 170px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #3399cc;
    border-top: none;
    left: 40px;
    top: -7px;
}

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

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

.truncated .show .item-options {
    top: 23px;
    left: -30px;
}

.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}


/* -------------------------------------------- *
 * Printer Friendly Page
 */

.page-print {
    width: 6.5in;
    margin: 20px;
    background: #FFFFFF;
}


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

.add-to-links a {
    display: inline-block;
}

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


/* -------------------------------------------- *
 * Product Image
 */

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


/* -------------------------------------------- *
 * Ratings
 */

.ratings {
    margin: 7px 0;
}

.ratings .rating-box,
.ratings .rating-links {
    margin: 5px 0;
}

.ratings .rating-box {
    width: 85px;
    height: 14px;
    background-repeat: repeat-x;
    background-position: 0 -615px;
    overflow: hidden;
    display: block;
    margin-top: 5px;
}

.review-shipping .ratings .rating-box {
    float: left;
    margin-right: 25px;
    margin-top: 10px;
    background: url(https://d97eae.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/bkg_rating.png) 0 0 repeat-x;
}

.ratings .rating-box .rating {
    float: left;
    height: 14px;
    background-repeat: repeat-x;
    background-position: 0 -600px;
    background: url(https://d97eae.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/bkg_rating.png) 0 100% repeat-x;
}

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

.ratings .rating-links .separator {
    margin: 0 20px;
    color: #000;
}


/* -------------------------------------------- *
 * 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: 2em;*/


/*}*/

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

.std ul li {}

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


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

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


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

.toolbar {
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    background: #f4f4f4;
    padding: 5px 10px 0px 10px;
}

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

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

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

.toolbar,
.pager {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #636363;
    line-height: 30px;
    font-size: 12px;
}

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

.sorter {
    float: left;
    margin-bottom: 5px;
}

.sorter label {
    float: left;
    margin-right: 5px;
}

.sorter label:after {
    content: ':';
}


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

.sorter>.view-mode {
    float: right;
}

.sorter>.view-mode .grid,
.sorter>.view-mode .list {
    float: left;
    width: 30px;
    height: 30px;
}

.sorter>.view-mode .grid {
    margin-right: 5px;
    background-position: 8px -492px;
}

.sorter>.view-mode strong.grid,
.sorter>.view-mode a.grid:hover {
    background-position: -42px -492px;
}

.sorter>.view-mode .list {
    background-position: 11px -517px;
}

.sorter>.view-mode strong.list,
.sorter>.view-mode a.list:hover {
    background-position: -39px -517px;
}

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

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

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

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

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

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

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

.pages strong {
    display: none;
}

.pages li {
    float: left;
    margin-right: 6px;
}

.pages a,
.pages .current {
    display: inline-block;
    border: 0;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 30px;
    width: 30px;
    height: 30px;
    padding: 0;
    color: #333;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.pages .current,
.pages .current:hover {
    color: #3399cc;
    border: 1px solid #cccccc;
    width: 20px;
    background-color: #FFFFFF;
    cursor: default;
}

.pages .next,
.pages .previous {
    text-shadow: none;
    background-color: transparent;
    position: relative;
    border: 1px solid #ccc;
    line-height: 27px;
}

.pages .next:hover,
.pages .previous:hover {
    border: 1px solid #3399cc;
}

.toolbar-bottom {
    overflow: hidden;
}


/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */

#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
    position: relative;
    cursor: pointer;
}

#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #3399cc;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}

#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #246b8f;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}

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

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

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


/* ============================================ *
 * Magento Helpers
 * ============================================ */

.a-center {
    text-align: center;
}

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

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

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

.width-full {
    width: 100%;
}


/* ============================================ *
 * Custom Helpers
 * ============================================ */

.hidden {
    display: none !important;
}


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

.fieldset p.dylanGray {
    font-size: 12px;
    width: 330px;
    margin: 0;
}

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

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

form .legend {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: none;
    margin-bottom: 15px;
    padding-bottom: 7px;
    text-align: center;
}


/* -------------------------------------------- *
 * Input Box
 */

.input-box {
    padding-top: 2px;
}

.input-box:after {
    content: '';
    display: table;
    clear: both;
}

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


/* For adjacent select inputs. */


/* Example: credit card expiration month and year. */

.input-box .v-fix {
    float: left;
    margin-right: 5px;
    max-width: 100%;
}


/* -------------------------------------------- *
 * Labels
 */

label {
    display: inline-block;
    font-size: 13px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    letter-spacing: 1px;
    color: #000;
}


/* label.required, */

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

label.required em,
span.required em,
.product-shop .product-options dt label.required:after {
    display: none;
}

.product-shop .product-options dt em {
    color: #e60044;
    margin-right: 5px;
    position: absolute;
    top: -2px;
    margin-left: 5px;
    font-size: 20px;
    font-style: normal;
}

.product-shop .product-options dt label {
    font-size: 15px;
}


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


/* -------------------------------------------- *
 * Placeholder
 */

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

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


/* -------------------------------------------- *
 * Checkbox And Radio
 */

.checkbox,
.radio {
    position: relative;
    top: 1px;
    display: inline-block;
}

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


/* -------------------------------------------- *
 * Validation
 */

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


/* ============================================ *
 * Form List
 * ============================================ */

.form-list>li {
    margin-bottom: 10px;
}

.form-list select {
    margin-top: 4px;
    width: 365px;
    max-width: 100%;
    height: 30px;
}

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

.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
    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 label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
    background-color: #ececec;
}

.form-list .control .no-display+label,
.sp-methods dt .no-display+label,
#checkout-shipping-method-load .sp-methods dd .no-display+label,
#co-shipping-method-form .sp-methods dd .no-display+label,
.product-options ul.options-list .no-display+label {
    padding-left: 10px;
    background-color: transparent;
}

.form-list .control .no-display+label:hover,
.sp-methods dt .no-display+label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display+label:hover,
#co-shipping-method-form .sp-methods dd .no-display+label:hover,
.product-options ul.options-list .no-display+label:hover {
    background-color: transparent;
}

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

.form-list .control.remember-me-box label {
    width: auto;
    max-width: none;
    min-width: inherit;
}

.form-list .control {
    margin-top: 10px;
}

.customer-account .my-account .form-list .control {
    background: #f4f4f4;
}

.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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #a0a0a0;
}


/* ============================================ *
 * Table Helpers
 * ============================================ */

.hide-th {
    text-indent: -9999px;
}


/* ============================================ *
 * Data Table
 * ============================================ */

.data-table {
    width: 100%;
}

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

.data-table th {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.4;
    white-space: nowrap;
}

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

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

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


/* ============================================ *
 * Generic Info Table
 * ============================================ */

.info-box {
    border: 1px solid silver;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.info-box h2 {
    font-weight: bold;
    font-size: 13px;
}

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

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

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


/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */

.zebra-table tr:first-child,
.zebra-table th:first-child {
    border-top: 1px solid silver;
}

.zebra-table td,
.zebra-table th {
    border-bottom: 1px solid silver;
    padding: 6px;
    background-color: transparent;
}

.zebra-table tr {
    background-color: #eeeded;
}

.zebra-table tr:nth-child(odd) {
    background-color: #f8f7f5;
}


/* ============================================ *
 * Linearize Table
 * ============================================ */


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

html,
body {
    height: 100%;
}

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

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


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

.header-language-container,
.page-header {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


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

.header-top {
    background: #333;
}

.header-language-background {
    height: 35px;
    width: 1280px;
    margin: 0 auto;
}

.header-language-background .header-language-container {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    float: left;
}

.header-language-background:after {
    content: '';
    display: table;
    clear: both;
}

.header-language-background .form-language,
.header-language-background .currency-switcher {
    float: left;
    margin-right: 10px;
}

.header-language-background .welcome-msg {
    float: right;
}

.header-language-banner {
    display: inline-block;
    color: #fff;
    line-height: 35px;
    margin: 0 auto;
    position: relative;
    left: 11%;
    /*left:-webkit-calc(50% - 227px);*/
    /*left:-moz-calc(50% - 227px);*/
    /*left:calc(50% - 227px);*/
}

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

.page-header-container .store-language-container label {
    display: none;
}

.page-header-container .store-language-container select {
    max-width: 100%;
}

.user-panel .bg_tri {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 7px 7px;
    display: inline-block;
    height: 0;
    top: -6px;
    width: 0;
}

.rightline {
    background-color: #ccc;
    display: block;
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 11px;
    width: 1px;
}


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


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

.skip-links {
    float: left;
    height: 80px;
    line-height: 80px;
    margin-left: 60px;
}


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

.mini-cart {
    padding: 0 30px;
    border-left: 1px solid #235e6a;
    float: right;
}

.skip-cart {
    float: right;
    position: relative;
    margin: 5px 20px;
}

.skip-cart .top-img {
    background: rgba(0, 0, 0, 0) url("https://7e68f6.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/icons-pc.png") no-repeat scroll -158px -80px;
    display: block;
    float: left;
    height: 22px;
    width: 22px;
}

.header-float .herder-search-cart .skip-cart {
    background: rgba(0, 0, 0, 0) url("https://8c3ade.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/cart-bag.png") no-repeat scroll 0 0;
    background-size: 20px;
    line-height: 25px;
    width: 21px;
}

.header-float #search_mini_form .search-button span span {
    background-size: 23px;
    top: 6px;
}

.header-center .global-logo a {
    display: block;
}

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


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


/* -------------------------------------------- *
 * Skip Link - Icon
 */

.skip-link .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
    margin-right: 3px;
}


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


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

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

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


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

.account-cart-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
}


/* ============================================ *
 * Nav - Skip Link
 * ============================================ */

.skip-nav {
    width: 40%;
}

.skip-nav:not(.skip-active):hover {
    text-decoration: none;
}

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

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

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


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


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


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

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

.nav-primary li {
    position: relative;
}

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

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

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


/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */


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

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


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

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

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


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

#header-search {
    padding: 20px;
}


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

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

#search_mini_form label {
    display: none;
}

#search {
    width: 100%;
    height: 40px;
    padding-right: 40px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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

#search_mini_form .search-button span span {
    background: url(https://d45487.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/icon_sprites.png) no-repeat -250px 0;
    display: block !important;
    height: 22px;
    margin-top: 0;
    position: absolute;
    right: 7px;
    top: 5px;
    vertical-align: middle;
    width: 22px;
}

.herder-search-cart-float .form-search {
    width: 165px;
}


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


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

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

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


/* -------------------------------------------- *
 * Account Links
 */

#header-account {
    padding: 5px 0;
}

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

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


/* ============================================ *
 * Header - Cart
 * ============================================ */


/* -------------------------------------------- *
 * Skip Link - Cart
 */

.skip-cart:not(.skip-active):hover .icon {
    background-position: -50px -95px;
}

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


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

.skip-cart .count {
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 26px;
    width: 15px;
    height: 15px;
    background: #e9034d;
    line-height: 15px;
    border-radius: 15px;
    transform: scale(.8);
}


/* -------------------------------------------- *
 * Mini Cart - Empty
 */

.cart-menu .empty {
    padding: 20px;
    text-align: center;
}


/* -------------------------------------------- *
 * Mini Cart - Full
 */


/* Actions */

.cart-menu .actions {
    overflow: hidden;
    padding: 15px;
}

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

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


/* Subtotal */

.cart-menu .subtotal {
    padding: 0 15px 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.2;
}


/* List */

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

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

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

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

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

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


/* Too full - additional items will be shown in cart */

.cart-menu .last-added {
    padding: 10px 15px 15px;
    border-top: 1px solid #cccccc;
    font-size: 13px;
}


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


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

.footer,
.footer button {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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

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

.footer .block-title,
.footer address {
    color: #3399cc;
}

.footer .links {
    float: left;
    width: 17%;
    display: inline-block;
    margin-left: 53px;
}

.footer .share-links {
    width: 36.5%;
    float: right;
    display: inline-block;
}

.footer .links li {
    display: block;
    line-height: 1;
    padding: 8px 0;
    color: #fff;
}

.footer .links a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.4px;
    text-transform: none;
}

.footer .links a:hover {
    color: #fe5366;
}

.footer .block-title span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer .share-links .block-title {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-left: 20px;
}

.footer .links,
.footer .block-subscribe {
    text-transform: uppercase;
    font-size: 12px;
}

.footer .bugs,
.footer address {
    clear: both;
}

.footer-newsletter {
    margin-top: 20px;
    margin-left: 20px;
}

.footer-newsletter .block-content {
    overflow: hidden;
}

.footer .share-links .footer-newsletter .block-title {
    overflow: hidden;
    display: block;
    float: none;
}

#newsletter-validate-detail .input-box {
    float: left;
    padding-top: 0;
}

#newsletter-validate-detail .input-box input {
    border-radius: 0;
    width: 280px;
    height: 35px;
    border: 1px solid #fff;
}

#newsletter-validate-detail .actions {
    float: left;
    margin-top: 0;
}

#newsletter-validate-detail .actions button {
    background: #e60044;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
}

#newsletter-validate-detail .actions button span {
    line-height: 33px;
    height: 35px;
    padding: 0 8px;
}

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

.footer .footer-society {
    margin: 5px auto;
    display: inline-block;
}

.footer .footer-society ul li {
    width: 24px;
    height: 18px;
    float: left;
    margin-right: 5px;
}

.footer .footer-society .footer-name {
    float: left;
}

.footer .footer-society ul li.name {
    float: left;
    width: 100%;
}

.footer .footer-society ul li a {
    color: #000;
    display: block;
    text-align: left;
    text-indent: 0;
}

.footer .footer-society ul li a i {
    display: block;
    height: 18px;
    width: 24px;
}

.footer .footer-society ul li a span {
    font-size: 14px;
    vertical-align: top;
}

.footer .footer-society ul li a i.fa-twitter,
.product-social-plugin .twitter-like {
    background: url(https://e733d2.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/twitter.png) no-repeat scroll 0 0/18px auto;
}

.footer .footer-society ul li a i.fa-facebook,
.product-social-plugin .pro-facebook {
    background: url(https://ad8fa5.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/facebook.png) no-repeat scroll 0 0/18px auto;
}

.footer .footer-society ul li a i.fa-youtube-play,
.product-social-plugin .yout-like {
    background: url(https://9f4463.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/youtube.png) no-repeat scroll 0 0/18px auto;
}

.footer .footer-society ul li a i.fa-pinterest,
.product-social-plugin .pro-pins {
    background: url(https://3a18e3.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/pinterest.png) no-repeat scroll 0 0/18px auto;
}

.footer .footer-society ul li a i.fa-instagram,
.product-social-plugin .ins-like {
    background: url(https://ef6015.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/instagram.png) no-repeat scroll 0 0/18px auto;
}

.footer .footer-society ul li a i.fa-googleplus,
.product-social-plugin .g-like {
    background: url(https://290bf2.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/google.png) no-repeat scroll 0 0/18px auto;
}

.footer .footer-society ul li.name a {
    color: #000;
    display: block;
    font-size: 13px;
    text-align: left;
    text-indent: 0;
}

.footer .footer-society ul li a:hover {
    color: #e7168e;
}

button.button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}

button.button span {
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
    padding: 0 15px;
    text-align: center;
    white-space: nowrap;
}

button.button span span {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: inherit;
    line-height: inherit;
    padding: 0;
}

#contact-form-fieldset .buttons-set {
    margin-bottom: 40px;
}

#contact-form-fieldset .buttons-set .required {
    color: #df280a;
    width: 100%;
    text-align: left;
}

#contact-form-fieldset .buttons-set .button {
    float: left;
}

#contact-form-fieldset .buttons-set .button>span {
    background: #e60044 none repeat scroll 0 0;
}

.footer-bottom {
    line-height: 40px;
    min-height: 40px;
    padding: 20px 0;
    position: relative;
    width: 1280px;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.footer-bottom a.logo {
    float: left;
    margin-right: 45px;
}

.footer-bottom a.logo img {
    display: inline-block;
    position: absolute;
    top: 0;
    vertical-align: middle;
}

.footer-bottom .custom-block {
    display: inline-block;
    margin-left: 0;
    width: 57%;
    vertical-align: middle;
}

.footer-bottom .custom-block img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.footer-bottom address {
    color: #fff;
    line-height: 43px;
    font-size: 14px;
    margin-right: 45px;
    display: inline-block;
}

.footer-bottom .text-link {
    float: right;
}

.footer-bottom .text-link a {
    padding: 0 5px;
    color: #fff;
}

.footer-bottom .text-link a:first-child {
    border-right: 1px solid #fff;
}

.actGotop>a {
    background: rgba(70, 70, 70, .7);
    display: block;
    float: right;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 42px;
}

.actGotop>a span:first-child {
    background: url(https://7dac84.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/footer-top.png)no-repeat;
    display: block;
    width: 30px;
    height: 18px;
    margin-left: 14px;
    margin-top: 7px;
}

.actGotop>a span:last-child {
    margin-top: -10px;
    display: block;
}

.actGotop {
    bottom: 240px;
    position: fixed;
    right: 15px;
    z-index: 999;
    height: 50px;
    width: 50px;
    display: none;
}


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


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

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

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

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


/* -------------------------------------------- *
 * Product Name
 */

h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
    margin: 0;
    margin-bottom: 0.5em;
    color: #636363;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    text-rendering: optimizeLegibility;
    text-transform: none;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
}

h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
    color: #636363;
    text-transform: none;
}

h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
    text-decoration: none;
}

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

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


/* ============================================ *
 * 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 {
    width: 100%;
    height: auto;
}

.products-grid .product-image img:hidden {
    display: none;
}

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

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

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

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

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

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

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

.products-grid .product-image:before,
.products-grid .product-image:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.products-grid .product-image:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}

.products-grid .product-image:after {
    background-image: url("https://223586.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/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;
}


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

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

.products-list>li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

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

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

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

.products-list>li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

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

.products-list .product-shop .product-name {
    margin-bottom: 0;
}

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

.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
    float: left;
    margin-right: 7px;
}

.products-list .product-shop .ratings .rating-links {
    margin-top: 4px;
}

.products-list .product-shop .price-box {
    margin-top: 0;
}

.products-list .product-shop .price-box .price {
    font-size: 18px;
}

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

.products-list .product-shop .desc {
    margin-top: 7px;
}

.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
    float: left;
    width: 65%;
    overflow: hidden;
}

.products-list .product-shop .product-secondary {
    float: right;
    width: 35%;
    text-align: right;
    clear: right;
}


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

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

.mini-products-list .product-details .product-name {
    padding-top: 10px;
}

.mini-products-list li {
    margin-bottom: 10px;
}

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

.mini-products-images-list:after {
    content: '';
    display: table;
    clear: both;
}

.mini-products-images-list li.item {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 5px 10px 0;
}

.mini-products-images-list li.item:nth-child(even) {
    padding-right: 0;
    padding-left: 5px;
}

.mini-products-images-list li.item .product-image {
    display: block;
}

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


/* ============================================ *
 * Catalog - List
 * ============================================ */

.category-image {
    border: 1px solid #cccccc;
    padding: 10px;
}

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

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


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

.block-layered-nav .block-subtitle--filter {
    display: none;
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    cursor: pointer;
}

.block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}

.block-layered-nav .block-subtitle--filter:hover {
    background-color: #ececec;
}

.block-layered-nav .block-content .toggle-tabs {
    display: none;
}

.block-layered-nav .block-content>dl>dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
}

.block-layered-nav .block-content>dl>dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}

.block-layered-nav .block-content>dl>dt:hover {
    background-color: #ececec;
}

.block-layered-nav .block-content>dl>dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
}

.block-layered-nav .block-content>dl>dd:last-child {
    border-width: 0 1px 1px 1px;
}

.block-layered-nav dl dd {
    margin-bottom: 10px;
    margin-top: 10px;
}

.block-layered-nav dl dd ol>li>span,
.block-layered-nav dl dd ol>li>a {
    padding: 5px 15px;
    display: block;
}

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

.block-layered-nav .currently .block-subtitle {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

.block-layered-nav .currently ol {
    padding-left: 10px;
    margin-bottom: 10px;
}

.block-layered-nav .currently ol li {
    margin-bottom: 5px;
}

.block-layered-nav .currently ol li .label {
    font-weight: bold;
}

.block-layered-nav .currently ol li:after {
    content: '';
    display: table;
    clear: both;
}

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


/* ============================================ *
 * Catalog - Product
 * ============================================ */

.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
    float: left;
}

.product-view .product-essential .extra-info .ratings .rating-box {
    margin-top: 8px;
    margin-right: 10px;
}

.product-view .product-essential .extra-info .ratings:after {
    content: '';
    display: table;
    clear: both;
}

.product-view .product-essential:after {
    content: '';
    display: table;
    clear: both;
}

.product-view .product-shop {
    width: 47%;
    float: right;
}

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

.product-view .product-shop .price-info {
    clear: both;
    overflow: hidden;
    padding: 8px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
}

.product-view .product-shop .short-description {
    margin-bottom: 10px;
    clear: both;
}

.product-view .product-shop .price-info .product-label {
    border: 1px solid;
    color: red;
    font-size: 12px;
    padding: 4px;
}

.product-view .product-shop .review-shipping {
    display: block;
    float: right;
    height: 40px;
    line-height: 36px;
}

.product-view .product-shop .ratings {
    margin: 0;
    float: left;
    font-size: 12px;
    padding-right: 15px;
}

.product-view .product-shop .availability {
    font-size: 16px;
}

.product-view .product-shop .shipping-view {
    color: #ff7988;
    float: right;
    font-size: 12px;
}

.product-view .product-shop .shipping-view>img {
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 8px;
    width: 20px;
}

.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
    padding-right: 0;
    line-height: 1.2;
}

.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
    color: #333;
    font-size: 18px;
}

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

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

.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 .product-shop .price-box span.price-label {
    display: none;
}

p.old-price {
    margin-top: 4px;
    margin-left: 3px;
}

.product-view {
    margin: 0 auto;
    width: 1280px;
}

.col-main .product-review.review-info .product-img-box {
    width: 300px;
    height: 300px;
}

.col-main .review-info .product-img-box .product-image img {
    width: 100%;
    margin: 0;
}

.product-img-box {
    width: 52%;
    float: left;
}

.product-img-box .product-name h1 {
    border: 0;
}

.product-img-box .product-image {
    margin-bottom: 20px;
    /*margin-top:15px;*/
}

.product-img-box .product-image img {
    width: 620px;
    height: 620px;
    margin: 6px auto 0;
}

.more-views .iwd-pv-thumb-image {
    text-align: center;
}

.product-image-gallery {
    position: relative;
    width: 100%;
    height: 100%;
}

.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://223586.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/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;
    border: 1px solid #ddd;
}

.product-image-thumbs a {
    display: block;
    width: 88px;
    height: 88px;
}

.product-image-thumbs a img {
    width: 100%;
    height: auto;
}

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

.product-view .product-name h1 {
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
    overflow: hidden;
    text-transform: uppercase;
    width: 100%;
}

.product-view .product-name .sku {
    padding-bottom: 12px;
    font-size: 12px;
    width: 100%;
}

.catalog-product-view .product-view .product-name h1 {
    word-wrap: break-word;
    text-transform: none;
    font-weight: 600;
    padding-bottom: 8px;
}

.product-view .product-shop {
    padding-left: 30px;
}

.product-img-box {}

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

.product-view {}

.product-view .add-to-box:after,
.product-view .add-to-cart:after {
    content: '';
    display: table;
    clear: both;
}

.product-view .add-to-cart {
    margin: 15px 0 0;
}

.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons .paypal-logo {
    margin-bottom: 10px;
}

.product-view .add-to-cart .qty-wrapper,
.buy-button {
    display: block;
    overflow: hidden;
    margin-bottom: 6px;
}

.product-view .add-to-cart .qty-wrapper label {
    line-height: 25px;
    padding-top: 1px;
    margin-right: 7px;
    float: left;
}

.buy-button .buy-now {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding: 0 40px;
    background: #f4f4f4;
}

.buy-button .buy-now a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #666;
}

.product-view .add-to-cart-buttons,
.buy-button .buy-now {
    float: left;
    margin-right: 10px;
    display: inline-block;
}

.product-view .add-to-cart-buttons {
    margin-left: 10px;
}

.product-view .add-to-cart-buttons .paypal-logo {
    clear: left;
    text-align: center;
}

.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
    margin: 0 auto;
    display: block;
    width: 170px;
}

.product-view .add-to-cart-buttons .paypal-logo .bml_button {
    display: block;
    width: 174px;
    margin: 0 auto;
}

.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
    text-align: center;
}

.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    line-height: 1;
    text-align: center;
}

.product-view .add-to-cart-buttons .button {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding: 0 110px;
    float: left;
    width: 100%;
    white-space: normal;
    background: #e60044;
    position: relative;
}

.add-to-cart-buttons .ado-cart {
    background: rgba(0, 0, 0, 0) url("https://b7dafe.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/ado-cart.png") no-repeat scroll 0 0 / 18px auto;
    display: block;
    float: left;
    height: 18px;
    margin-top: 10px;
    width: 30px;
    margin-left: 6px;
}

.product-view .add-to-cart-buttons .button span {
    padding: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
}

.product-view .alert-price,
.product-view .alert-stock {
    clear: both;
}

.product-options-bottom .price-box {
    display: none;
}


/* 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 {
    padding-bottom: 9px;
}

.fav-to-links,
.share-to-links {
    float: left;
    margin-right: 20px;
}

.product-social-plugin {
    display: none;
    height: 18px;
    margin-top: 4px;
    float: left;
}

.product-gift-package .product-view .add-to-cart-wrapper {
    position: relative;
    float: left;
    width: 650px;
    top: 0;
}

span.product-view-reward-points {
    display: block;
    margin-bottom: 10px;
    clear: both;
}

.product-view .add-to-links:after {
    content: '';
    display: table;
    clear: both;
}

.add-to-links .fav-to-links a {
    background: #fff none repeat scroll 0 0;
    color: #666;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
}

.product-social-plugin a {
    display: inline-block;
    width: 25px;
    height: 18px;
}

#favCount {
    background: rgba(0, 0, 0, 0) url("https://4bb71b.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/bgwidget.png") no-repeat scroll -424px -369px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 30px;
    line-height: 30px;
    position: relative;
    vertical-align: top;
    width: 47px;
}

#favCount span {
    color: #333;
    display: inline-block;
    font-size: 12px;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    width: 49px;
}

.product-view .add-to-links a .wishlist-icon-cart {
    background: url(https://4bb71b.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/bgwidget.png) no-repeat 1px 0;
    background-size: 570px auto;
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 20px;
    margin-right: 5px;
    opacity: 0.6;
}

.add-to-links i.icon.photofont.photo-likefill {
    color: #ccc;
    font-size: 17px;
    padding-right: 5px;
}

.add-to-links i.icon.photofont.photo-likefill:hover {
    color: #e60044;
}

.wishlist-index-configure .product-view .add-to-links li:first-child a {
    margin-left: 0;
    font-size: 13px;
    padding: 0 7px 0 27px;
    border-radius: 0;
    margin-top: -0;
    background: #FA8608 url(https://ffddd5.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/update.png) no-repeat scroll 10px 9px/20px auto;
    color: #fff;
    text-transform: uppercase;
    width: 160px;
    height: 38px;
    line-height: 38px;
    border: none;
}

.wishlist-index-configure .product-view .add-to-links li:last-child {
    display: none;
}

.product-view .sharing-links {
    float: left;
}

.share-to-links .share-btn {
    display: block;
    height: 25px;
    line-height: 25px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

.share-to-links .share-btn em {
    display: inline-block;
    background: url(https://654109.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/share-all.png) no-repeat scroll -2px -2px;
    width: 22px;
    height: 25px;
    margin-right: 5px;
    float: left;
    background-size: 27px;
    vertical-align: middle;
    line-height: 25px;
}

.ring-another-images {
    padding: 15px 0 5px 0;
    border-top: solid 1px #fde9db;
}

.ring-another-images li {
    display: flex;
    font-size: 14px;
    text-align: left;
    color: #444;
    line-height: 20px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ring-another-images li a {
    text-decoration: underline;
    margin-left: 3px;
}

.ring-another-images li i {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background-color: #ff373c;
    background: url(https://7e68f6.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/icons-pc.png);
}

.ring-another-images li.ohter-info1 i {
    background-position: -20px -60px;
}

.ring-another-images li.ohter-info2 i {
    background-position: -40px -60px;
}

.ring-another-images li.ohter-info3 i {
    background-position: -60px -60px;
}

.ring-another-images li.ohter-info0 img {
    max-width: 100%;
    height: 18px;
    margin-right: 12px;
    /*padding-left: 2px;*/
}

.ring-another-images li.ohter-info4 img {
    max-width: 100%;
    height: 18px;
    margin-right: 10px;
    padding-left: 2px;
}

.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 {
    text-indent: -9999px;
    display: block;
    width: 26px;
    height: 26px;
}

.product-view .sharing-links a:hover {
    opacity: 0.8;
}

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

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

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

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

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

.product-collateral {
    clear: both;
    padding: 12px 0;
    position: relative;
    margin-top: 10px;
}

.box-collateral {
    clear: both;
}

.product-view .ratings .rating-links {
    float: left;
    margin-top: 0;
    font-size: 13px;
}

#product-attribute-specs-table {
    width: 100%;
}


/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */

.grouped-items-table-wrapper {
    border: solid 1px silver;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}

.grouped-items-table-wrapper tbody tr:last-child td {
    border-bottom: none;
}

.grouped-items-table .name-wrapper {
    color: #3399cc;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.grouped-items-table .qty-wrapper {
    padding-top: 7px;
}

.grouped-items-table .qty-label {
    margin-left: 7px;
}

.grouped-items-table td {
    padding: 4px;
}

.grouped-items-table td:last-child {
    width: 30%;
    text-align: left;
}

.grouped-items-table .price-box {
    text-align: right;
}


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

.product-options {
    width: 100%;
    margin: 1px 0 0;
    clear: both;
    position: relative;
}

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

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

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

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

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

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

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

.product-options dd {
    /*padding: 0 0 10px 0;*/
}

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

.product-options dd .input-text {
    width: 80%;
    height: 35px;
    border: 1px solid #999;
    border-radius: 0;
}

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

.product-options dd select {
    width: 80%;
    height: 35px;
    padding-left: 10px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #999;
    background: rgba(255, 255, 255, 0) url(https://d23e9b.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/nav-icon.png) no-repeat scroll 540px 7px;
    background-size: 20px;
}

.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: 14px;
    color: #000;
    position: absolute;
    top: 7px;
    right: 60px;
}

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

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

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

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

.top-icon {
    position: absolute;
    background: #f3f3f3 url(https://3d11fd.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/top-icon.png) center center no-repeat;
    width: 60px;
    height: 60px;
    left: 50%;
    top: -30px;
    border-radius: 50px;
    margin-left: -30px;
}


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

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


/* -------------------------------------------- *
 * Related Products
 */


/* Block: Related */

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

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

.block-related .block-title h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #636363;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 15px;
}

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

.block-related .product {
    position: relative;
}

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

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

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

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

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


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

.box-up-sell {
    margin-top: 20px;
}

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


/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */

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

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

.map-popup {
    background: #FFFFFF;
    border: 5px solid #cccccc;
    margin: 12px 0 0;
    position: absolute;
    text-align: left;
    width: 450px;
    z-index: 100;
}

.map-popup .map-popup-heading {
    padding: 8px 10px;
    margin-right: 40px;
    width: auto;
}

.map-popup .map-popup-heading h3 {
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}

.map-popup .map-popup-close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 36px;
    width: 36px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}

.map-popup .map-popup-content {
    border-top: 1px solid #ededed;
    padding: 10px;
    margin: 0 10px;
    overflow: hidden;
    text-align: left;
}

.map-popup .map-popup-checkout {
    padding: 10px 0;
}

.map-popup .map-popup-checkout form:after {
    content: '';
    display: table;
    clear: both;
}

.map-popup .map-popup-checkout span {
    display: block;
}

.map-popup .map-popup-checkout .button {
    float: left;
    margin: 0 2px;
    clear: left;
}

.map-popup .map-popup-checkout .additional-addtocart-box {
    float: left;
    min-width: 210px;
}

.map-popup .map-popup-checkout .additional-addtocart-box li {
    list-style-type: none;
}

.map-popup .map-popup-checkout .paypal-logo {
    width: auto;
}

.map-popup .map-popup-checkout .paypal-logo a {
    display: inline-block;
    float: left;
    clear: left;
}

.map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: left;
    text-align: center;
    padding: 5px 15px;
    clear: left;
}

.map-popup .map-popup-checkout .paypal-logo:after {
    content: '';
    display: table;
    clear: both;
}

.map-popup .map-popup-checkout .paypal-logo .bml_button a {
    clear: left;
}

.map-popup .map-popup-checkout:after {
    content: '';
    display: table;
    clear: both;
}

.map-popup .map-popup-price {
    padding: 10px 0;
}

.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.map-popup .map-popup-price .price-box .minimal-price-link {
    display: inline-block;
}

.map-popup .map-popup-text {
    padding: 10px 0;
    margin: 0 10px;
    word-wrap: break-word;
}

.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
    border-top: 1px solid #ededed;
}


/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */

.price-box .map-link {
    display: block;
    text-align: center;
}


/* ============================================ *
 * Catalog - Compare
 * ============================================ */

.block-compare .product-name:after {
    content: '';
    display: table;
    clear: both;
}

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

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

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


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

.cart-table {
    width: 100%;
    background: #fff;
}

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

.cart-forms,
.cart-totals-wrapper,
.crosssell {
    float: right;
    clear: right;
    width: 40%;
    padding-left: 20px;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    padding: 10px;
    background-color: #fff;
}

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

.product-cart-sku {
    display: none;
}

.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell,
.display-single-price .cart-forms,
.display-single-price .cart-totals-wrapper,
.display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
}


}

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

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
    margin-bottom: 15px;
}

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

.cart .page-title h1 {
    margin-bottom: 6px;
    background: #fff none repeat scroll 0 0;
    height: 60px;
    line-height: 60px;
}

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

.checkout-types li:after {
    content: '';
    display: table;
    clear: both;
}

.checkout-types li img {
    display: inline;
    vertical-align: top;
}

.checkout-types li:first-child {
    margin-left: 0;
}

.checkout-types .method-checkout-cart-methods-multishipping {
    display: block;
}

.checkout-types.top li {
    display: inline-block;
}

.checkout-types.top .bml_button {
    display: inline-block;
    vertical-align: top;
}

.checkout-types.top .bml_button img {
    display: block;
}

.checkout-types.top .paypal-logo .paypal-or {
    margin-top: 5px;
}

.checkout-types.bottom .paypal-logo a,
.checkout-types.minicart .paypal-logo a {
    display: block;
}

.cart-right .checkout-types li:nth-child(2) {
    width: 247px;
    margin-left: 10px;
}

.checkout-types.bottom .paypal-or,
.checkout-types.minicart .paypal-or {
    margin: 0;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.cart-totals .checkout-types .btn-checkout {
    margin-bottom: 7px;
}

.btn-checkout {
    width: 100%;
}

}

.cart-table {
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
}

.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 thead th,
.cart-table tbody td {
    background-color: transparent;
    padding: 0;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
}

.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;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
}

.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 {
    color: #888;
    font-size: 13px;
    margin: 13px 0 12px;
    width: 135px;
}

.cart-table .product-cart-sku .label {
    font-weight: 600;
}

.cart-table .btn-empty {
    color: #333;
    padding-top: 12px;
    text-align: center;
    width: 85px;
}

.cart-table .product-cart-total,
.cart-table .product-cart-price,
.data-table th.title-6,
.data-table th.title-4 {
    text-align: left;
    width: 135px;
}

td.a-center.product-cart-remove {
    width: 82px !important;
}

.cart-table .cart-tax-total {
    position: relative;
    cursor: pointer;
}

.cart-table .cart-tax-total:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #3399cc;
    border-left: none;
    position: absolute;
    top: 3px;
    right: -11px;
}

.cart-table .cart-tax-total.cart-tax-total-expanded:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #3399cc;
    border-bottom: none;
    right: -15px;
    top: 6px;
}

.cart-table .cart-links>li {
    white-space: nowrap;
    line-height: 1.3;
    margin-bottom: 5px;
    min-width: 65px;
    font-size: 13px;
}

.cart-table .cart-links>li>a {
    display: block;
}

.cart-table .cart-links>li:last-child {
    margin-bottom: 0;
}

.cart-table .product-cart-actions {
    min-width: 60px;
    text-align: center;
}

.cart-table .product-cart-actions .qty {
    height: 30px;
    border-color: silver;
    border-radius: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 3.2em;
}

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

.cart-table colgroup {
    display: none;
}

.cart-table tr {
    display: block;
    position: relative;
    width: 1200px;
    padding: 10px 0;
    margin: 0 auto;
}

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

.cart-table tr:last-child {
    margin-bottom: 0;
}

.cart-table tfoot tr {
    padding-bottom: 0;
}

.cart-table td {
    border: none;
    display: block;
}

.cart-table td[data-rwd-label] {
    margin-bottom: 6px;
}

.cart-table td[data-rwd-label] .price {
    font-weight: normal;
}

.cart-table td[data-rwd-label]:before {
    font-size: 12px;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
}

.cart-table td.product-cart-price {
    text-align: left;
}

.cart-table h2 {
    font-size: 12px;
    text-align: left;
}

.cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
}

.cart-table .cart-links>li {
    white-space: normal;
    text-align: center;
}

.cart-table .cart-links>li>a {
    padding: 2px 0px;
}

.cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
}

.cart-table .cart-tax-info .price {
    font-size: 13px;
}

.cart-table .product-cart-image {
    width: 150px;
    float: left;
    padding-left: 25px;
}

.cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.cart-table .product-cart-actions,
.cart-table .product-cart-price,
.cart-table .product-cart-total {
    padding-bottom: 0;
    padding-top: 12px;
}

.cart-table .product-cart-actions .cart-links {
    display: none;
}

.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove {
    display: block;
}

.cart-table .product-cart-actions .button {
    display: none;
}

.cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
}

.cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
}

.cart-table .product-cart-actions {
    text-align: left;
    width: 122px;
}

.cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
}

.cart-table .price,
.cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
}

.cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
}

.cart-table .cart-footer-actions #empty_cart_button {
    float: right;
}

.cart-table .cart-footer-actions .btn-continue {
    float: left;
}

.cart-table .cart-footer-actions .btn-update,
.cart-table .cart-footer-actions span.or {
    display: none;
}

.display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
}

.cart-table tbody tr td {
    float: left;
}

/* ============================================ *
 * 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-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
}

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

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

.shipping .sp-methods label {
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 12px;
    font-style: italic;
    min-width: 100px;
}

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

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

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

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

.shipping .shipping-form .form-list>li {
    width: 100%;
    float: none;
}

.shipping .shipping-form .form-list>li label {
    display: block;
}

.shipping .shipping-form .form-list>li input,
.shipping .shipping-form .form-list>li select {
    width: 100%;
}

}

.cart .cart-totals {
    text-align: right;
}

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

.cart .cart-totals-wrapper table {
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    float: right;
}

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

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

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

.cart .cart-totals-wrapper table tfoot td {
    font-size: 24px;
    padding: 2px 5px;
    vertical-align: top;
}

.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
}

.cart .cart-totals table tfoot strong {
    font-weight: 400;
}

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

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

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

#discount-coupon-form label,
.cart .giftcard label {
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    min-width: 105px;
    display: block;
    margin-right: 10px;
}

#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
    display: inline-block;
}

#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
    display: table;
}

#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
    display: inline-block;
    vertical-align: bottom;
    margin: 15px 0;
}

#discount-coupon-form .button-wrapper>button,
.cart .giftcard .button-wrapper>button {
    float: left;
}

.cart .giftcard .input-text {
    border-radius: 0;
    height: 40px;
    margin: 4px 5px 0 0;
    display: inline-block;
    width: 380px;
    float: left;
}

#discount-coupon-form .button-wrapper {
    margin: 0;
    display: inline-block;
    width: 200px;
}

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

.cart .giftcard .check-gc-status {
    float: left;
    padding: 0px;
}

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

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
    color: #3399cc;
}

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

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

/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
    display: none;
}

.opc select {
    width: 365px;
}

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

.opc .section .step-title:after {
    content: '';
    display: table;
    clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

.opc .section .step {
    padding: 20px;
}

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

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

.opc h3 {
    font-weight: 500;
}

.opc .buttons-set {
    text-align: left;
}

.opc .buttons-set button.button {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0;
}

.opc .buttons-set p.required {
    float: right;
    margin-left: 5px;
    margin-bottom: 0;
}

.opc .buttons-set .back-link {
    float: right;
    margin: 0;
}

.opc .buttons-set a {
    line-height: 20px;
    display: inline-block;
    padding: 5px 5px 5px 0;
}

.opc #opc-login .step {
    padding: 0px;
}

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

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

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

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

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

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */

/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */

/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
    opacity: 0;
}

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

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

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.checkout-cart-index .sp-methods {
    margin: 0 0 8px;
    text-align: right;
    clear: both;
}

.checkout-cart-index .sp-methods dd li {
    border-bottom: none;
}

.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold;
}

.sp-methods dt:first-child {
    display: none;
}

.sp-methods dd li {
    margin: 5px 0;
    padding: 0 40px;
    border-bottom: 1px solid #eee;
}

.sp-methods dd li input {
    margin-right: 5px;
    top: 20px;
}

.sp-methods label img {
    float: left;
}

.sp-methods label a {
    margin-top: 6px;
    float: right;
    margin-left: 10px;
}

.sp-methods .price {
    font-weight: bold;
    color: #e60044;
    margin-left: 10px;
}

.sp-methods .form-list {
    padding-left: 20px;
}

.sp-methods .form-list li {
    margin: 0 0 8px;
}

.sp-methods select.month {
    width: 120px;
    margin-right: 10px;
}

.sp-methods select.year {
    width: 96px;
}

.sp-methods input.cvv {
    width: 4em !important;
}

.sp-methods #advice-validate-cc-exp-ccsave_expiration {
    max-width: 130px;
}

.sp-methods .checkmo-list li {
    margin: 0 0 5px;
    content: '';
    display: table;
    clear: both;
}

.sp-methods .checkmo-list label {
    width: 165px;
    padding-right: 15px;
    text-align: right;
    float: left;
}

.sp-methods .checkmo-list address {
    float: left;
}

.sp-methods .release-amounts {
    margin: 0.5em 0;
}

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

/* One Page Checkout */
.block-progress {
    border: 0;
    margin: 0;
    border-left: 1px solid #cccccc;
    padding-left: 20px;
}

.block-progress .block-content {
    font-size: 13px;
}

.block-progress dt {
    padding-top: 6px;
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: normal;
    color: #a0a0a0;
}

.block-progress dt.complete {
    color: #636363;
}

.block-progress dd {
    padding-left: 15px;
    margin-bottom: 10px;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-style: italic;
}

.block-progress dd address {
    font-style: italic;
}

.block-progress #payment-progress-opcheckout .subtitle {
    margin-bottom: 3px;
}

.block-progress .payment-info dt {
    padding: 0;
    margin: 0 0 3px 0;
    color: #636363;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    text-transform: none;
    font-style: italic;
    float: left;
    clear: both;
    font-size: 13px;
}

.block-progress .payment-info dt:after {
    content: ': ';
}

.block-progress .payment-info dd {
    float: left;
    margin-bottom: 3px;
    font-size: 13px;
}

.block-progress .payment-info:after {
    content: '';
    display: table;
    clear: both;
}

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

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

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

#review-buttons-container .btn-checkout {
    min-width: 220px;
}

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

#review-buttons-container .f-left {
    float: right;
}

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

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

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
    border-left: none;
    padding-left: 0;
}

#checkout-step-review .opc-block-progress .block-title {
    display: none;
}

#checkout-step-review .opc-block-progress .block-content {
    display: block !important;
    padding: 0;
}

#checkout-step-review .opc-block-progress .block-content>dl>div {
    float: left;
    width: 50%;
}

#checkout-step-review .opc-block-progress .block-content .changelink {
    display: none;
}

#checkout-step-review .centinel>p {
    margin-bottom: 10px;
}

#checkout-step-review .centinel iframe {
    width: 100%;
    min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
    content: '';
    display: table;
    clear: both;
    margin-top: 30px;
}

.gift-messages-form .item h5 {
    font-weight: bold;
}

.gift-messages-form .item .product-img-box {
    width: auto;
    float: left;
    padding-right: 15px;
}

.gift-messages-form .item .details {
    float: left;
}

.gift-message-form .inner-box>div {
    content: '';
    display: table;
    clear: both;
    width: 100%;
    margin-top: 15px;
    display: block;
}

.gift-message-form .inner-box>div.extra-options-container p {
    margin-bottom: 15px;
}

.gift-message-form .gift-wrapping-form label {
    margin-right: 10px;
}

.gift-message-form .gift-wrapping-form img {
    float: left;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design {
    height: 75px;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
    content: '';
    display: table;
    clear: both;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
    margin-right: 5px;
}

.gift-message-form .gift-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ececec;
}

.gift-message-form .gift-item:after {
    content: '';
    display: table;
    clear: both;
}

.gift-message-form .gift-item .product-img-box {
    width: 200px;
}

.gift-message-form .gift-item .product-img-box .product-image {
    width: 75px;
    margin-left: auto;
    margin-right: auto;
}

.gift-message-form .gift-item .product-img-box .product-name {
    display: block;
}

.gift-message-form .gift-item .fieldset {
    margin-left: 200px;
}

/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
    padding: 0;
    text-align: center;
}

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

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

/* ============================================ *
 * Configurable Swatches
 * ============================================ */

/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
    content: '';
    display: table;
    clear: both;
}

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

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

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

.swatch-link:hover {
    cursor: pointer;
    text-decoration: none;
}

.swatch-link .x {
    display: none;
    text-indent: -999em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(https://711a5c.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/bg_x.png) center no-repeat transparent;
    z-index: 10;
}

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

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

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

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

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

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

.configurable-swatch-list .not-available .x {
    display: block;
}

.configurable-swatch-list .not-available .swatch-link {
    border-color: #ededed;
    position: relative;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff;
}

.configurable-swatch-list .wide-swatch .swatch-label {
    padding: 0 6px;
}

.configurable-swatch-list .not-available a:focus {
    outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
    margin: 0 0 0 3px;
    width: 47%;
}

#narrow-by-list dd .swatch-link {
    border: none;
    line-height: 25px;
    margin-right: 2px;
    text-align: left;
}

#narrow-by-list dd .swatch-link.has-image {
    line-height: inherit;
}

#narrow-by-list dd .swatch-link:hover .swatch-label {
    border-color: #3399cc;
}

#narrow-by-list dd .swatch-label {
    background: #f4f4f4;
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: block;
    float: left;
    line-height: 1.5em;
    margin: 0 5px 0 0;
    padding: 1px 5px;
    white-space: nowrap;
}

#narrow-by-list dd .swatch-label img {
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: content-box;
}

#narrow-by-list dd .has-image .swatch-label {
    padding: 0;
}

.currently .swatch-current {
    position: relative;
}

.currently .swatch-current .btn-remove {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
}

.currently .swatch-current span {
    display: block;
    float: left;
}

.currently .swatch-link {
    display: inline-block;
    margin: 0 0 0 3px;
}

.currently .swatch-link:hover {
    border-color: #cccccc;
    cursor: default;
}

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

.configurable-swatch-box {
    background: none !important;
}

.configurable-swatch-box select.swatch-select {
    display: none;
}

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

/* CUSTOM */
.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 {
    height: auto;
    position: relative;
}

.product-view .product-options .select-label {
    display: none;
}

.product-view .add-to-cart button.out-of-stock {
    background-position: -80px -362px;
    cursor: default;
}

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

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

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

.customer-account-login .col2-set .buttons-set .button span {
    background: #09b8ae none repeat scroll 0 0;
}

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

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

.opc #opc-login p:not(.required) {
    font-style: italic;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 13px;
    color: #a0a0a0;
}

.remember-me-box a.hide {
    display: none;
}

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

.remember-me-popup {
    display: none;
    border: 1px solid #cccccc;
    padding: 10px;
    position: relative;
}

.remember-me-popup.show {
    display: block;
}

.remember-me-popup p {
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
}

.remember-me-popup .remember-me-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 12px;
}

.remember-me-popup .remember-me-popup-close-button {
    display: none;
}

.customer-account-create .buttons-set {
    max-width: 455px;
}

.customer-account-create .fieldset,
.customer-account-create .buttons-set {
    margin-left: 30px;
}

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

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

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

.customer-account-forgotpassword .fieldset .input-box input.input-text {
    width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
    border: 0;
    text-align: left;
}

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

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

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

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

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

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

body.customer-account .my-account .fieldset {
    margin-top: 30px;
    margin-bottom: 30px;
}

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

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

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

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

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

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

body.customer-account .sidebar .block ol#compare-items li {
    margin: 10px 0;
}

body.customer-account .sidebar .block .block-content p.block-subtitle {
    margin-bottom: 15px;
}

body.customer-account .sidebar .block .block-content .actions {
    margin-top: 30px;
}

body.customer-account .sidebar ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
}

body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
    display: inline-block;
    margin-bottom: 0;
}

body.customer-account .sidebar .block-cart .summary {
    margin-bottom: 15px;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
    margin-right: 10px;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
    display: inline;
    margin-bottom: 0;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
    width: 40px;
    float: left;
    margin-right: 10px;
}

.form-list .customer-dob .dob-year {
    width: 80px;
    float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
    margin-top: 30px;
    padding-bottom: 7px;
}

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

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

.dashboard .box-title a,
.dashboard .box-head a {
    text-transform: uppercase;
    font-size: 12px;
}

.dashboard .box-account {
    padding-bottom: 40px;
    margin-bottom: 45px;
}

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

.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    height: 50px;
    line-height: 50px;
    padding: 14px 15px;
    position: relative;
}

.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    float: left;
}

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

.dashboard .box-reviews.box-account {
    padding-bottom: 0;
}

.dashboard .box-reviews li {
    padding: 10px 0;
    border-top: 1px solid #ededed;
}

.dashboard .box-reviews li:first-child {
    border-top: 0;
}

.dashboard .box-reviews li .number {
    margin-right: -20px;
    float: left;
    line-height: 1.4;
    font-size: 13px;
}

.dashboard .box-reviews li .details {
    margin-left: 20px;
}

.dashboard .box-reviews li .details .ratings {
    content: '';
    display: table;
    clear: both;
    margin-bottom: 0;
}

.dashboard .box-reviews li .details .ratings strong {
    float: left;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 13px;
    margin-right: 5px;
}

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

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
    padding-bottom: 0;
}

.my-account .addresses-list .item {
    margin: 0 0 30px 0;
}

.my-account .addresses-list .item p {
    margin-top: 10px;
}

.addresses-additional>h2,
.addresses-primary h2 {
    text-transform: none;
}

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

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

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

.order-info li {
    margin: 0 0 0 20px;
}

.order-info li.current {
    font-weight: 600;
}

.order-info li:first-child {
    margin-left: 0;
}

.order-date {
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    text-transform: uppercase;
}

.order-info-box {
    margin-bottom: 40px;
    margin-top: 20px;
}

.order-info-box+.order-info-box {
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
}

.order-info-box .col-1 {
    padding-right: 0;
    width: 48%;
}

.order-info-box .col-2 {
    width: 52%;
}

.order-info-box .col-1,
.order-info-box .col-2 {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.order-info-box .box-title {
    width: 150px;
    padding-right: 10px;
    float: left;
}

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

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

.order-info-box .box-content {
    float: left;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
}

.order-info-box .box-content td,
.order-info-box .box-content th {
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    line-height: 1.3;
}

.order-info-box .box-content th {
    padding-top: 10px;
}

.order-info-box .box-content td {
    padding-left: 15px;
}

.order-info-box .box-content strong {
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

#my-orders-table .option-label {
    margin-left: 10px;
    font-weight: 600;
    font-style: italic;
}

#my-orders-table .option-value {
    margin-left: 20px;
}

#my-orders-table tr.bundle:not(:last-child) td {
    border-bottom: none;
    border-top: none;
}

ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
}

ol#cart-sidebar-reorder li input {
    margin-right: 10px;
}

ol#cart-sidebar-reorder p.product-name {
    display: inline;
}

@media only screen and (max-width: 599px) {
    #my-orders-table .option-label {
        margin-left: 20px;
    }

    #my-orders-table .option-value {
        margin-left: 35px;
    }

    #my-orders-table td[data-rwd-label=Qty] .nobr br {
        display: none;
    }

    #my-orders-table td[data-rwd-label=Qty] .nobr strong {
        margin-right: 10px;
    }

    #my-orders-table tr.bundle {
        border-color: #ededed;
    }

    #my-orders-table tr.bundle.child td[data-rwd-label] {
        padding-left: 60px;
    }

    #my-orders-table tbody:last-child tr:last-child td {
        padding-bottom: 10px;
        border-bottom: 0;
    }

    #my-orders-table tbody:last-child tr:last-child td:last-child {
        padding-bottom: 15px;
    }

    #my-orders-table tfoot tr.shipping {
        margin-top: 0;
    }
}

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

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

body.customer-account .my-account .page-title h1 {
    text-align: center;
}

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

body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
    background: #333;
    width: 230px;
}

body.customer-account .my-account .title-buttons .button+.button {
    margin-left: 0px;
}

body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
}

body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
}

body.customer-account .my-account .buttons-set {
    border-top: 0;
}

body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
}

body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
}

.order-info {
    margin-top: 15px;
}

.data-table.orders .link-reorder,
.data-table.orders .date {
    display: none;
}

.data-table.orders td.view {
    text-align: right;
}

.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
    border: 1px solid #f1f1f1;
    float: left;
    margin-top: 15px;
    padding: 0;
    width: 48%;
}

.order-info-box {
    margin: 0;
}

.order-info-box .col-1,
.order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
}

.order-info-box+.order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
}

#my-reviews-table .nobr {
    white-space: normal;
}

}

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

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

/* ============================================ *
 * PayPal
 * ============================================ */
.paypal-review-order .info-set {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

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

.paypal-review-order .buttons-set button {
    margin-bottom: 10px;
}

.top-container .bml-ad {
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
}

.top-container .bml-ad span {
    display: inline-block;
}

.top-container .bml-ad span a {
    display: block;
}

.bml-ad {
    display: none;
    text-align: center;
    margin-bottom: 5px;
}

.bml-ad span {
    display: block;
    line-height: 0;
}

.bml-ad a {
    display: inline-block;
    max-width: 100%;
}

.bml-ad a:hover {
    opacity: 0.7;
}

.bml-ad img {
    height: auto !important;
    max-width: 100%;
}

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

div.paypal-logo {
    text-align: center;
    margin: 15px 0;
    max-width: 100%;
}

div.paypal-logo span {
    display: block;
    width: 100%;
}

div.paypal-logo span a {
    display: inline-block;
    max-width: 100%;
}

div.paypal-logo span a img {
    max-width: 100%;
}

div.paypal-logo span>img {
    display: none;
}

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

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

.sidebar .paypal-logo {
    text-align: center;
    line-height: 0;
}

.sidebar .paypal-logo>a {
    display: inline-block;
    max-width: 100%;
}

.sidebar .paypal-logo>a:hover {
    opacity: 0.8;
}

.sidebar .paypal-logo>a img {
    display: block;
}

.sidebar .paypal-logo .label {
    margin-top: 4px;
}

.sidebar .paypal-logo .label a {
    font-size: 12px;
    line-height: 1.5;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
    width: auto;
    float: none;
}

#customer-reviews .review-heading {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0 5px;
}

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

#customer-reviews .review-heading h2 {
    float: left;
    display: block;
}

#customer-reviews .review-heading .pager {
    clear: none;
    float: right;
    width: auto;
}

#customer-reviews .review-heading .pager .count-container .limiter {
    margin-bottom: 0;
}

#customer-reviews .review-heading .pager .count-container .limiter label {
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

#customer-reviews .review-heading .pager .amount {
    display: none;
}

#customer-reviews h2 {
    color: #636363;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

#customer-reviews h3 {
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

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

#customer-reviews .fieldset {
    padding-top: 25px;
    width: 470px;
}

#customer-reviews .fieldset h4 {
    border-bottom: 1px solid #cccccc;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
    text-transform: uppercase;
}

#customer-reviews .fieldset h4 em {
    display: none;
}

#customer-reviews .fieldset .form-list {
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0;
    text-transform: uppercase;
    width: 470px;
}

#customer-reviews .fieldset .form-list .inline-label:after {
    content: '';
    display: table;
    clear: both;
}

#customer-reviews .fieldset .form-list label {
    font-size: 12px;
    font-weight: normal;
}

#customer-reviews .fieldset .form-list textarea {
    border: 1px solid #cccccc;
    border-radius: 0;
    min-width: 100%;
    -webkit-appearance: none;
}

#customer-reviews .fieldset .form-list input {
    border: 1px solid #cccccc;
    border-radius: 0;
}

#customer-reviews .fieldset .form-list input[type="text"] {
    width: 100%;
}

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

#customer-reviews dl {
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 30px;
}

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

#customer-reviews dl dd {
    border-bottom: 1px solid #eee;
    font-size: 14px;
    margin: 10px 0 20px !important;
    padding-bottom: 10px;
}

#customer-reviews dl dd .ratings-table {
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 12px;
    width: 100%;
}

#customer-reviews dl dd .ratings-table tr {
    margin-right: 15px;
}

#customer-reviews dl dd .ratings-table .review-label {
    width: 300px;
    max-width: 70%;
}

#customer-reviews dl dd table {
    margin: 15px 0;
}

#customer-reviews dl dd .review-meta {
    color: #3399cc;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

#customer-reviews .ratings-table {
    float: left;
    margin-right: 40px;
}

.catalog-product-view #customer-reviews .review-thumbnail-images {
    cursor: pointer;
    display: inline-block;
    height: 100px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    float: left;
}

.catalog-product-view #customer-reviews .review-thumbnail-images img,
.catalog-product-view #customer-reviews .review-video-thumb-images img {
    height: 90px;
    margin: 5px 10px 0;
    width: 90px;
    border: 1px solid #dadada;
}

.product-view-review .review-form-right-tips {
    display: none;
}

.product-view-review #customer-reviews {
    display: block;
    margin: 0 auto 40px;
    padding-top: 30px;
    width: 100%;
}

#customer-reviews small {
    float: right;
    font-size: 12px;
}

.product-view-review .write-review {
    color: #fff;
    font-size: 13px;
    float: right;
}

.customer-account-logoutsuccess p {
    text-align: center;
}

.product-view-review .write-review span {
    background: #e60044 none repeat scroll 0 0;
    border-radius: 3px;
    padding: 12px;
}

.review-summary-table {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 10px;
}

.review-summary-table thead {
    background: transparent;
}

.review-summary-table thead th {
    background: transparent;
    border: none;
    padding: 15px 7px 10px 8px;
}

.review-summary-table tbody th {
    background: #FFFFFF;
    font-size: 12px;
}

.review-summary-table tbody td {
    border: none;
    text-align: center;
    padding: 0;
}

.review-summary-table tbody td label {
    width: 100%;
    display: block;
    padding: 11px 0;
}

.review-summary-table .rating-box .rating-number {
    display: none;
}

.review-summary-table .rating-box .rating-number:after {
    content: "";
    display: inline-block;
    background-position: 0px -599px;
    width: 13px;
    height: 14px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.ratings-table .rating-box {
    background-position: 0 -615px;
    background-repeat: repeat-x;
    height: 13px;
    overflow: hidden;
    text-indent: -9999px;
    width: 65px;
}

.ratings-table .rating-box .rating {
    background-position: 0 -602px;
    background-repeat: repeat-x;
    float: left;
    height: 13px;
    text-indent: -9999px;
}

.ratings-table .rating-box,
.ratings-table .rating-author {
    display: inline-block;
}

.ratings-table .rating-author {
    padding-left: 20px;
}

.product-review.review-info .review-img-box {
    margin: 20px 0;
    width: 860px;
}

.product-review.review-info .review-img-box .review-auto img.thumbnail {
    float: left;
    height: 120px;
    margin-right: 5px;
    width: 90px;
}

#customer-reviews dl dd .ratings-table tr {
    float: none;
}

}

/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
    border-bottom: none;
}

.review-product-view .product-review .product-img-box {
    width: auto;
    max-width: 50%;
}

.review-product-view .product-review .product-img-box>a {
    width: 100%;
}

.review-product-view .product-review .product-img-box .product-image {
    width: 100%;
}

/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #ededed;
}

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

.slideshow-container .slideshow>li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: block;
    margin: 0;
}

.slideshow-container .slideshow>li:first-child {
    position: static;
    z-index: 100;
}

.slideshow-container .slideshow>li img {
    max-width: 100%;
    width: 100%;
}

.slideshow-pager {
    text-align: center;
    width: 100%;
    z-index: 115;
    position: absolute;
    bottom: 0px;
    top: auto;
    overflow: hidden;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.slideshow-pager span {
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    width: 44px;
    height: 44px;
    display: inline-block;
    color: #DDDDDD;
    cursor: pointer;
}

.slideshow-pager span:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border-radius: 1px;
    background-color: #FFFFFF;
    position: relative;
}

.slideshow-pager span:hover:before {
    background-color: #2e8ab8;
}

.slideshow-pager span.cycle-pager-active:before {
    background-color: #297aa3;
}

.slideshow-pager>* {
    cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
    position: absolute;
    top: 0;
    width: 15%;
    max-width: 80px;
    height: 100%;
    opacity: 0.6;
    z-index: 110;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.slideshow-prev:before,
.slideshow-next:before {
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    position: absolute;
    border-style: solid;
    display: block;
    top: 50%;
    margin-top: -15px;
}

.slideshow-prev:hover,
.slideshow-next:hover {
    opacity: 1;
}

.slideshow-prev.disabled,
.slideshow-next.disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    cursor: default;
}

.slideshow-prev {
    left: 8px;
}

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

.slideshow-prev:hover:before {
    border-color: transparent #2e8ab8 transparent transparent;
}

.slideshow-next {
    right: 8px;
}

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

.slideshow-next:hover:before {
    border-color: transparent transparent transparent #2e8ab8;
}

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

.cycle-overlay {
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 120;
    background: black;
    color: white;
    padding: 15px;
    opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
    text-align: center;
}

#wishlist-table.clean-table {
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    position: relative;
}

#wishlist-table.clean-table th {
    border-bottom: 1px solid silver;
}

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

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

#wishlist-table .product-name {
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    margin-bottom: 0;
    height: 38px;
    overflow: hidden;
}

#wishlist-table .product-name a {
    color: #444;
    font-size: 13px;
}

#wishlist-table .wishlist-sku {
    margin: 5px 0;
}

#wishlist-table textarea {
    border: 1px solid silver;
    width: 100%;
    height: 45px;
    font-size: 11px;
}

#wishlist-table textarea::-webkit-input-placeholder {
    text-transform: uppercase;
}

#wishlist-table textarea:-moz-placeholder {
    text-transform: uppercase;
}

#wishlist-table textarea::-moz-placeholder {
    text-transform: uppercase;
}

#wishlist-table textarea:-ms-input-placeholder {
    text-transform: uppercase;
}

#wishlist-table textarea:focus {
    border: 1px solid #3399cc;
}

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

#wishlist-table .item-manage .button {
    font-size: 11px;
    padding: 3px 5px;
    background: #ff7988 none repeat scroll 0 0;
}

#wishlist-table .cart-cell {
    text-align: center;
}

#wishlist-table td.customer-wishlist-item-image {
    width: 113px;
}

#wishlist-table td.customer-wishlist-item-quantity {
    width: 3em;
}

#wishlist-table td.customer-wishlist-item-price {
    width: 120px;
    text-align: center;
}

#wishlist-table td.customer-wishlist-item-cart {
    width: 150px;
}

#wishlist-table td.customer-wishlist-item-cart .button {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 3px 5px;
    width: 100%;
    background: none;
}

#wishlist-table td.customer-wishlist-item-cart .truncated {
    margin-bottom: 10px;
    text-align: center;
}

#wishlist-table td.customer-wishlist-item-cart>p {
    margin-bottom: 0;
}

#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    text-align: center;
}

#wishlist-table td.customer-wishlist-item-cart .btn-remove {
    vertical-align: top;
}

#wishlist-table td.customer-wishlist-item-remove {
    width: 20px;
}

#wishlist-table td .button,
#wishlist-table td button {
    white-space: normal;
    width: 120px;
    margin: 0 auto;
}

#wishlist-table .price-box {
    font-size: 12px;
}

#wishlist-table .price-box .price {
    color: #444;
}

#wishlist-table .giftregisty-add {
    margin-top: 5px;
}

#wishlist-table .giftregisty-add .change {
    display: none;
}

#wishlist-table .giftregisty-add li {
    cursor: pointer;
    color: #3399cc;
    margin-bottom: 3px;
}

#wishlist-table .truncated .details {
    background: none;
    color: #3399cc;
}

#wishlist-table td[data-rwd-label]:before {
    font-weight: 600;
}

#wishlist-table.clean-table td.customer-wishlist-item-cart .button.btn-cart>span {
    color: #636363;
    height: 20px;
    line-height: 20px;
}

#wishlist-view-form .buttons-set .button span {
    background: #ff7988 none repeat scroll 0 0;
    padding: 2px;
}

#wishlist-view-form .buttons-set .button.btn-update.button-secondary {
    padding: 0;
}

#wishlist-table tr {
    position: relative;
    width: 33.333%;
    float: left;
    text-align: center;
    margin-bottom: 15px;
}

#wishlist-table tr .btn-remove {
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(https://3cc2db.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/close.png)no-repeat scroll 0 0;
    opacity: 0.6;
    z-index: 1;
}

#wishlist-table td.customer-wishlist-item-image,
#wishlist-table td.customer-wishlist-item-info,
#wishlist-table td.customer-wishlist-item-quantity,
#wishlist-table td.customer-wishlist-item-price,
#wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    empty-cells: hide;
}

#wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
}

#wishlist-table td.customer-wishlist-item-image a {
    float: left;
}

#wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
}

#wishlist-table td.customer-wishlist-item-quantity,
#wishlist-table td.customer-wishlist-item-price {
    text-align: left;
}

#wishlist-table td.customer-wishlist-item-quantity:before,
#wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px;
}

#wishlist-table td.customer-wishlist-item-quantity .cart-cell,
#wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
}

#wishlist-table td.customer-wishlist-item-quantity .price-box,
#wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
}

#wishlist-table td.customer-wishlist-item-remove {
    padding: 18px 0;
    height: 20px;
}

#wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
}

.customer-wishlist-item-price .cart-cell .special-price {
    padding-left: 2px;
}

/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list>li:not(:last-child) {
    padding-bottom: 5px;
}

.block-wishlist .product-details .product-name {
    padding-top: 0;
    margin-bottom: 5px;
}

.block-wishlist .price-box {
    float: left;
    margin: 0;
}

.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
    font-size: 12px;
}

.block-wishlist .link-cart {
    float: left;
    text-transform: uppercase;
    margin-right: 7px;
    padding-right: 7px;
    border-right: 1px solid #ededed;
}

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

.header-minicart {
    display: 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://223586.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/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 {
    color: #50A4CF;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.header-minicart .info-wrapper .quantity-button {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms;
}

.header-minicart .info-wrapper .quantity-button[disabled] {
    cursor: default;
}

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

.header-minicart .subtotal {
    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 {
    padding: 10px;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

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

.header-minicart .minicart-actions .cart-link {
    height: 33px;
    line-height: 39px;
    text-transform: uppercase;
    font-size: 13px;
}

.header-minicart .minicart-actions .paypal-logo .paypal-or {
    line-height: 1.6;
}

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

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

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

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

/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
    left: 0 !important;
    overflow: visible !important;
    position: relative !important;
    top: 15px !important;
    width: 100% !important;
    z-index: 200;
}

.search-autocomplete ul {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFFFFF;
    border: 1px solid #3399cc;
    left: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.search-autocomplete ul li {
    border-bottom: 1px solid #f4f4f4;
    color: #3399cc;
    cursor: pointer;
    font-size: 12px;
    padding: 4px 6px;
    text-align: left;
}

.search-autocomplete ul li:hover {
    color: #2e8ab8;
}

.search-autocomplete ul li.selected {
    background-color: #3399cc;
    color: white;
}

.search-autocomplete ul li .amount {
    float: right;
    font-weight: bold;
}

.search-autocomplete ul li:last-child {
    border-bottom: none;
}

.search-autocomplete:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #3399cc;
    border-top: none;
    left: 50%;
    top: -7px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
    background: #f4f4f4;
    border: 1px solid #ededed;
    padding: 30px;
}

.advanced-search select.multiselect option {
    border-bottom: 1px solid #ededed;
    padding: 2px 5px;
}

/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.product-review .product-img-box .rating-box {
    margin: 15px 0;
}

.product-review .product-details h2 {
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    padding-bottom: 10px;
    margin: 0;
}

.product-review .ratings-table {
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
}

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

.product-review .ratings-table tr {
    float: left;
    font-size: 12px;
    margin-right: 10px;
    text-transform: uppercase;
}

.product-review .ratings-description dt {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    padding: 10px 0;
}

.product-review .ratings-description dd {
    color: #737373;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 13px;
    margin-bottom: 5px;
}

.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 .std p,
.cms-no-route .std p {
    color: #636363;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 13px;
    line-height: 24px;
    margin: 0;
}

.std p strong {
    font-size: 16px;
}

.cms-page-view .std h1 {
    color: #3399cc;
}

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

.cms-page-view .std li,
.cms-no-route .std li {
    color: #636363;
    font-size: 12px;
    line-height: 24px;
}

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

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

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
    margin-bottom: 10px;
}

.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
    margin-bottom: 0;
}

.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
    list-style: none;
    margin-left: 0;
    font-style: normal;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
}

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

#accordion>dl>dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
}

#accordion>dl>dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}

#accordion>dl>dt:hover {
    background-color: #ececec;
}

#accordion>dl>dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
}

#accordion>dl>dd:last-child {
    border-width: 0 1px 1px 1px;
}

#accordion li {
    position: relative;
    overflow: hidden;
}

#accordion li .plusimage h2 {
    margin-right: 10px;
}

.page-sitemap .links {
    display: block;
    text-align: right;
    margin: 0 20px 0 0;
}

.page-sitemap .links a {
    position: relative;
}

.page-sitemap .sitemap {
    padding: 0 20px;
    margin: 15px 0;
    font-size: 12px;
}

.page-sitemap .sitemap li {
    margin: 3px 0;
}

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

#contactForm {
    padding-left: 40px;
}

#contactForm h2 {
    display: none;
}

#contactForm:after {
    content: '';
    display: table;
    clear: both;
}

#contactForm .fieldset .legend+.required {
    margin: 0;
}

#contactForm {
    padding-left: 0;
}

}

/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
    color: #cf5050;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

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

.catalog-product-view .map-info {
    white-space: normal;
}

.catalog-product-view .map-info>span {
    float: right;
    margin-bottom: 5px;
}

.catalog-product-view .map-info .price-box.map-info>a {
    float: right;
    width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
    padding-bottom: 0;
}

.notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
}

.notice-cookie .notice-text {
    float: left;
    max-width: 90%;
    padding-top: 4px;
    text-align: left;
}

.notice-cookie .notice-text p {
    padding-bottom: 14.5px;
    line-height: 1.3;
}

.notice-cookie .actions {
    float: left;
    text-align: right;
    padding-bottom: 14.5px;
}

.notice-cookie {
    padding: 0 20px;
}

.notice-cookie .notice-inner {
    background-position: left 10px;
}

.notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
}

.notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
}

.notice-cookie .actions {
    text-align: left;
}

}

/* ============================================ *
 * 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.
 * ============================================ */
.sales-order-invoice .sub-title,
.sales-order-creditmemo .sub-title,
.sales-order-shipment .sub-title {
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%;
}

.sales-order-invoice .order-links,
.sales-order-creditmemo .order-links,
.sales-order-shipment .order-links {
    text-align: center;
    width: 100%;
}

}

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

#recurring_profile_list_view th span {
    white-space: inherit;
}

#recurring_profile_list_view {
    font-size: 12px;
}

#recurring_profile_list_view a {
    font-size: inherit;
}

#recurring_profile_list_view th,
#recurring_profile_list_view td {
    padding: 2px;
}

}

.recurring-profiles-title {
    float: left;
}

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

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

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
    position: static;
}

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

#recurring_start_date_trig {
    display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */
.billing-agreements .info-box {
    margin-bottom: 30px;
}

.billing-agreements .info-box:after {
    content: '';
    display: table;
    clear: both;
}

.billing-agreements .info-box .form-list {
    max-width: 400px;
    width: 100%;
}

.billing-agreements .info-box .box-title {
    margin-top: 20px;
    margin-bottom: 7px;
}

.billing-agreements .info-box .button {
    float: right;
    margin-top: 7px;
}

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

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

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

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

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

/* ============================================ *
 * Widgets
 * ============================================ */

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

.widget {
    clear: both;
}

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

.col1-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
}

.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;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
}

body[class*="checkout-multishipping-"] .checkout-progress>li.active {
    background-color: #dddddd;
}

body[class*="checkout-multishipping-"] .checkout-progress>li.last {
    border-right: 0px;
}

body[class*="checkout-multishipping-"] .page-title {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

body[class*="checkout-multishipping-"] .page-title h1 {
    border: 0 none;
    float: left;
    margin-top: 2px;
    margin-right: 2%;
}

body[class*="checkout-multishipping-"] .page-title .button {
    float: right;
}

body[class*="checkout-multishipping-"] .multiple-checkout>h2 {
    text-transform: none;
    font-size: 17px;
    margin-bottom: 15px;
}

body[class*="checkout-multishipping-"] .messages {
    float: left;
    width: 100%;
}

body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 66%;
}

body[class*="checkout-multishipping-"] .col-1.col-narrow {
    width: 30%;
}

body[class*="checkout-multishipping-"] .actions {
    margin-bottom: 10px;
}

body[class*="checkout-multishipping-"] .grand-total {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}

body[class*="checkout-multishipping-"] #checkout-review-submit {
    float: right;
}

body[class*="checkout-multishipping-"] #review-buttons-container {
    float: right;
    text-align: right;
}

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

.checkout-multishipping-shipping .gift-messages {
    margin-top: 20px;
}

.checkout-multishipping-shipping .gift-messages-form {
    margin-top: 15px;
}

.checkout-multishipping-shipping .gift-messages-form h4 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.checkout-multishipping-shipping .gift-messages-form .form-list {
    margin-top: 10px;
    margin-bottom: 25px;
}

.checkout-multishipping-shipping .gift-messages-form .item {
    margin-top: 15px;
}

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

.checkout-multishipping-shipping .col-1>h4,
.checkout-multishipping-shipping .col-2>h4,
.checkout-multishipping-billing .col-1>h4,
.checkout-multishipping-billing .col-2>h4,
.checkout-multishipping-overview .col-1>h4,
.checkout-multishipping-overview .col-2>h4 {
    font-weight: normal;
    width: 100%;
    background: #f4f4f4;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    font-size: 14px;
}

.checkout-multishipping-shipping .col-1 .box-content,
.checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
    margin-bottom: 25px;
    padding-left: 10px;
    margin-top: 10px;
}

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

.checkout-multishipping-payment-customerbalance input.checkbox {
    margin-left: 15px;
}

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

body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
}

}

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
    border-collapse: separate;
}

div.calendar table td.button {
    display: table-cell;
    background: inherit;
    color: inherit;
    text-transform: none;
}

.top-currency {
    cursor: pointer;
    float: left;
    height: 35px;
    position: relative;
    z-index: 899;
    display: inline-block;
    margin-right: 10px;
}

.top-currency .locales-title {
    color: #ffffff;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    margin-left: 7px;
}

.top-currency .currency-icon {
    background: rgba(0,
            0,
            0,
            0) url("https://5aa7a2.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/currency-down.png") no-repeat scroll 0 0;
    height: 16px;
    line-height: 16px;
    width: 16px;
    float: right;
    margin-top: 7px;
}

.top-currency .locales {
    box-shadow: 0 0 5px #ccc;
    display: none;
    left: 5px;
    padding: 5px 0;
    position: absolute;
    top: 35px;
    width: 100px;
    z-index: 1020;
    background: #fff;
}

.locale-selected:hover {
    background: #ccc none repeat scroll 0 0;
}

.top-currency:hover .locales {
    display: block;
}

.top-currency .locales-title img {
    float: left;
    padding-left: 3px;
    padding-top: 12px;
    padding-right: 8px;
}

.top-currency .locale {
    font-size: 12px;
    color: #fff;
}

.top-currency .locale-selected {
    line-height: 22px;
    margin: 0;
    padding-left: 9px;
}

.top-currency .locale-selected a {
    color: #777;
    font-size: 12px;
    text-transform: none;
}

.top-currency .locale-selected span {
    display: block;
    float: left;
    line-height: 11px;
    margin-right: 5px;
    margin-top: 5px;
    width: 16px;
}

.top-interest {
    border-left: 1px solid #235e6a;
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    font-size: 12px;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
}

h2.word-rotator-title {
    color: #121214;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 20px;
}

.ml30 {
    margin-left: 30px;
}

.cf {
    color: #fff;
}

.word-rotate {
    display: inline-block;
    height: 0;
    margin-bottom: -7px;
    overflow: hidden;
    position: relative;
    text-align: center;
    visibility: hidden;
    width: 100px;
}

h2 .word-rotate {
    margin-bottom: -7px;
}

.word-rotate.active {
    visibility: visible;
    width: auto;
}

.word-rotate .word-rotate-items {
    position: relative;
    top: 0;
    width: 100%;
}

.word-rotate .word-rotate-items li {
    text-align: left;
}

.word-rotate .word-rotate-items span {
    white-space: nowrap;
}

.header-language-container-right .links {
    float: right;
    margin-top: 10px;
    height: 30px;
}

.header-language-container-right .links ul li {
    float: right;
}

.header-language-container-right .contact-links a,
.header-language-container-right .order-links a {
    color: #fff;
    display: block;
    padding: 0 13px;
    font-size: 13px;
}

.modal-content .nr-top h2 {
    text-transform: capitalize;
}

.header-language-container-right .contact-links a {
    border-right: 1px solid #e4e4e4;
    cursor: pointer;
}

.header-language-container-right .links ul li a.Log-Out {
    background: url(https://25930b.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/logo-out-icon.png) no-repeat;
    background-size: 25px;
}

.header-language-container-right .links ul li a.Log-In {
    background: url(https://e6a007.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/logo-in-icon.png) no-repeat;
    background-size: 25px;
}

.herder-search-cart .links {
    float: right;
    margin-top: 12px;
    padding-right: 6px;
}

.herder-search-cart .links ul li {
    float: right;
    padding: 0 5px;
    text-indent: -9999px;
}

.herder-search-cart .links ul li a,
.herder-search-cart .top-links .user_title a {
    padding-top: 3px;
    color: #333;
    text-transform: uppercase;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    display: block;
    height: 30px;
    width: 20px;
}

.herder-search-cart .links ul li.first a {
    background: url(https://23aae0.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/wishlist-icon.png) no-repeat scroll -3px 0;
    background-size: 24px;
}

.herder-search-cart .links ul li a.Log-Out,
.herder-search-cart .top-links .user_title a.Log-Out,
.herder-search-cart .top-links .user_title a.Log-In:hover {
    background: url(https://25930b.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/logo-out-icon.png) no-repeat scroll 0 1px;
    background-size: 20px;
}

.herder-search-cart .links ul li a.Log-In,
.herder-search-cart .top-links .user_title a.Log-In {
    background: url(https://e6a007.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/logo-in-icon.png) no-repeat scroll 0 1px;
    background-size: 20px;
}

.header-language-container-right {
    font-size: 12px;
    display: table;
    float: right;
}

.header-float .links.top-link li {
    text-indent: -9999px;
}

.mywishlist-ico {
    background: rgba(0,
            0,
            0,
            0) url("https://23aae0.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/wishlist-icon.png") no-repeat scroll 0 0 / 20px auto;
    display: block;
    height: 30px;
    width: 30px;
}

.links.top-link {
    float: right;
    margin-top: 11px;
}

#header .menu li:hover .nav-sublist {
    display: block;
}

.snow {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    min-width: 1280px;
}

/*banner*/
#banner {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.bannerList ul li a {
    display: block;
    width: 100%;
}

.bannerList ul li a img {
    width: 100%;
    vertical-align: top;
}

.SnumList {
    border: 0 none;
    bottom: 20px;
    left: 46%;
    position: absolute;
}

.SnumList li {
    float: left;
    margin: 0 5px;
}

.SnumList span {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 8px;
    vertical-align: middle;
    width: 8px;
    opacity: 0.3;
    border: 1px solid #333;
}

.SnumList span.on {
    background: #333;
    border: 1px solid #333;
    opacity: 1;
}

.direction-nav li .next {
    background-image: url("https://9c4eca.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/slider-next-button.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 50px;
    margin: -46px 0 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 48px;
    z-index: 10;
}

.direction-nav li .prev {
    background-image: url("https://56c0b6.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/slider-pre-button.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 50px;
    margin: -46px 0 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 48px;
    z-index: 10;
}

.direction-nav li .prev {
    background-position: 0 0;
    left: 0;
}

.direction-nav li .prev:hover {
    background-position: 0 -50px;
}

.direction-nav li .next {
    background-position: 0 0;
    right: 0;
}

.direction-nav li .next:hover {
    background-position: 0 -50px;
}

ul.banner-text-switch {
    background: #f5f5f5;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
}

.home .home-title {
    height: 185px;
    padding-top: 65px;
    text-align: center;
}

.home .home-title p {
    color: #868686;
    margin-bottom: 10px;
}

.home .home-title span,
.home .home-title p {
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
}

.home-list {
    float: left;
    position: relative;
    width: 780px;
}

.container {
    margin: 0 auto;
    width: 1280px;
}

.home-list-col {
    float: left;
    margin-top: 15px;
    position: relative;
    width: 390px;
}

.bl-tx .da,
.bl-tx .a2,
.bl-tx .a3,
.bl-tx .a4 {
    display: inline-block;
    opacity: 0;
    position: absolute;
}

.bl-tx,
.bl-tx a img,
.bl-tx .da {
    height: 300px;
}

.bl-tx {
    display: inline-block;
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.bl {
    background: #f9f9f9 none repeat scroll 0 0;
    height: 370px;
    margin: 0;
    width: 370px;
}

.second-lunbo {
    border-right: 15px solid #fff;
    clear: both;
    display: inline-block;
    float: left;
    margin-top: 15px;
    width: 775px;
    height: 380px;
}

.bl-tx a {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    visibility: visible;
    width: 100%;
}

.bl-tx .da {
    cursor: pointer;
    display: inline-block;
    height: 300px;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.bl-tx a img {
    height: 300px;
    width: 100%;
}

.bl.bl-h775 {
    border-right: 9px solid #fff;
    height: 765px;
    width: 380px;
    overflow: hidden;
}

.bl-h775 .bl-tx {
    height: 765px;
}

.bl-h775 .bl-tx .no-margin {
    height: 765px;
}

.bl-h775-title.a-center {
    bottom: 15.7%;
    position: absolute;
    width: 100%;
}

.bl-h775-title.a-center>span {
    font-size: 22px;
    text-transform: uppercase;
}

.home-list.home-list-right {
    float: right;
    width: 390px;
}

.home .home-title span {
    color: #333;
    font-size: 28px;
    letter-spacing: 2.5px;
    word-spacing: 1.5px;
}

.home-list-col .bl-title span {
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    width: 100%;
}

.zoomWindow {
    border: 0 none !important;
    left: 0 !important;
}

.zoomLens {
    background: rgba(0,
            0,
            0,
            0) none repeat scroll 0 0 !important;
    border: 0 none !important;
    cursor: move !important;
}

.main-container {
    clear: both;
    background: #FFFFFF !important;
}

.cms-home .main-container {
    border-top: none;
    overflow: hidden;
}

.cms-page-view .main {
    width: 1170px;
    margin: 0 auto;
    padding-top: 20px;
}

.cms-about-us-htm .main {
    width: 100%;
    padding: 0;
}

.checkout-cart-index .main-container {
    border-top: 0 none;
}

.checkout-cart-index .main-container .main,
.checkout-cart-index .col-main {
    margin: 0 auto;
    width: 1280px;
}

.checkout-cart-index .col-main .page-title h1 {
    color: #333;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 30px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
}

.checkout-cart-index .col-main .page-title.title-buttons h1 {
    background: #fff none repeat scroll 0 0;
}

.checkout-cart-index .main-container .main .col-main .cart-empty.noitem {
    margin-bottom: 30px;
    text-align: center;
    display: none;
}

.cart-totals-wrapper {
    float: right !important;
    width: 61% !important;
}

.cart-table thead tr {
    background: #f8f8f8 none repeat scroll 0 0;
    clear: both;
    display: block;
    height: 45px;
    line-height: 45px;
    margin-top: 25px;
    padding: 0;
}

.cart-table thead tr th {
    line-height: 45px;
    text-align: left;
    color: #000;
    font-weight: 700;
}

.data-table th.title-1,
.cart-table .product-cart-image {
    width: 150px;
    margin-left: 10px;
}

.data-table th.title-1 {
    width: 160px
}

.data-table th.title-2,
.cart-table .product-cart-info {
    width: 410px;
    padding-left: 5px;
}

.data-table th.title-3,
.data-table th.title-5,
.cart-table .product-cart-sku,
.cart-table .product-cart-actions,
.a-center.product-cart-remove.last {
    width: 130px;
}

.cart-table .product-cart-sku {
    text-align: left;
}

.cart-table thead {
    display: block;
    width: 1200px;
    margin: 0 auto;
}

#shopping-cart-table .product-cart-image {
    padding-left: 3px;
}

#shopping-cart-table .product-cart-image img {
    width: 100%;
}

.cart.display-single-price>form {
    width: 100%;
    display: inline-block;
    float: left;
}

.cart.display-single-price .cart-bottom {
    float: right;
    width: 100%;
    display: inline-block;
}

#shopping-cart-table {
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.cart-top {
    display: block;
    height: 50px;
    width: 100%;
    margin: 20px 0;
}

.cart-table tbody {
    display: block;
    padding: 10px 0;
}

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

.cart-table tbody tr.last {
    border-bottom: 0 none;
}

.cart-table .product-cart-info {
    padding: 15px 0 0 5px;
}

.a-center.product-cart-remove.last {
    /* float: right;*/
    padding-top: 13px;
}

.cart-table thead tr .title-7 button span span {
    background: rgba(0,
            0,
            0,
            0) url("https://eb52b8.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/icon_sprite.png") no-repeat scroll 4px -648px;
    display: inline-block;
    height: 20px;
    text-align: center;
    text-indent: -9999px;
    width: 20px;
}

.product-cart-total .price {
    font-weight: bold !important;
    color: #333;
}

.cart.display-single-price .cart-totals-wrapper {
    width: 100% !important;
    margin-top: 2px;
    background: #fff;
    padding: 8px 8px 5px;
}

#shopping-cart-totals-table tbody tr td.a-right {
    color: #222;
    font-weight: bold;
    text-transform: none;
}

#shopping-cart-totals-table tbody tr td.a-right .price {
    color: #222;
    font-weight: bold;
    padding-right: 7px;
    display: inline-block;
    width: auto;
    font-size: 18px;
}

#shopping-cart-totals-table tfoot tr td.a-right strong {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
}

#shopping-cart-totals-table tfoot tr td.a-right strong .price {
    color: #e60044;
    font-size: 20px;
}

.cart-totals-wrapper .cart-totals .checkout-types li button span {
    background: #09b8ae none repeat scroll 0 0;
    border-radius: 2px;
    padding: 3px 20px;
}

.totals-right-img {
    clear: both;
    float: right;
    margin: 10px 0;
}

.totals-right-img img {
    float: left;
}

.cart-totals-bottom {
    float: left;
    margin: 15px 50px;
}

.cart-totals-bottom .button2.btn-continue>span span {
    color: #000 !important;
    letter-spacing: 1px;
}

.cart-totals-wrapper .cart-totals {
    margin-bottom: 0;
    padding: 0;
    width: 50%;
    float: right;
}

.checkout-cart-index .cart-totals-wrapper .cart-totals {
    margin-bottom: 0;
    padding: 0;
    width: 68%;
    float: right;
}

.cart-accept {
    background: #fff none repeat scroll 0 0;
    float: right;
    margin-bottom: 30px;
    padding: 30px 15px;
    width: 100%;
}

.cart-accept .img2 {
    float: right;
}

.cart-afooter {
    clear: both;
    margin-bottom: 35px;
}

#product-attribute-specs-table>tbody tr {
    display: block;
}

#product-attribute-specs-table td.last,
#product-attribute-specs-table th.last {}

#product-attribute-specs-table tbody th,
#product-attribute-specs-table tbody td {
    line-height: 1.3;
    padding: 5px 10px;
    text-align: left;
    width: 60%;
    display: inline-block;
    float: left;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    box-sizing: border-box;
    font-size: 12px;
}

#product-attribute-specs-table tbody th {
    font-weight: bold;
    width: 40%;
}

#product-attribute-specs-table tbody th::after {
    content: ":";
}

.tab-container.last.current {
    margin-top: 30px;
}

#product-attribute-specs-table tbody tr .attribute-group.label {
    color: #000;
    display: block;
    font-size: 14px;
    height: auto;
    text-align: left;
    width: 98%;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

#product-attribute-specs-table tbody tr .attribute-group.label::after {
    display: none;
}

#product-attribute-specs-table>tbody {
    float: left;
    width: 48%;
    margin-left: 22px;
}

#oar_widget_orders_and_returns_form .fieldset {
    /*margin: 0 auto;*/
    /*width: 50%;*/
    /*float:left;*/
    text-align: center;
    position: absolute;
    width: 100%;
    top: 25%;
}

#oar_widget_orders_and_returns_form .fieldset.fore2 {
    padding-left: 50px;
}

#oar_widget_orders_and_returns_form .fieldset.fore2 span {
    display: block;
}

.top_live_chat a,
.top_email_lightbox a {
    font-size: 16px;
    color: #ff7988;
}

.top_live_chat i,
.top_email_lightbox i {
    width: 18px;
    height: 16px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}

.top_live_chat i {
    background: url(https://b7f43d.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/chat.png) no-repeat scroll 0 0;
}

.top_email_lightbox i {
    background: url(https://8ab316.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/email.png) no-repeat scroll 0 0;
}

#oar_widget_orders_and_returns_form .buttons-set {
    margin: 0 auto 40px;
}

#oar_widget_orders_and_returns_form .buttons-set .button {
    border-radius: 3px;
    margin: 0 !important;
}

#oar_widget_orders_and_returns_form .buttons-set .button span {
    font-size: 20px !important;
}

#oar_widget_orders_and_returns_form .fieldset h2.legend {
    text-align: left;
}

#oar_widget_orders_and_returns_form .buttons-set .button>span {
    background: #e60044 none repeat scroll 0 0;
    border-radius: 2px;
    width: 550px;
    height: 60px;
    line-height: 60px;
}

.sales-guest-form .breadcrumbs {
    width: 1170px;
    margin: 0 auto;
}

.sales-guest-form .page-title h1 {
    text-align: center;
    font-weight: 500;
    position: absolute;
    width: 100%;
    top: 13%;
    font-size: 35px;
    color: #fff;
}

.sales-guest-form .form-list li .input-box input {
    height: 55px;
    line-height: 55px;
    width: 550px;
    border-radius: 3px;
}

.sales-guest-form .form-list li .input-box input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #777;
    font-size: 12px;
    text-align: center;
}

.sales-guest-form .form-list li .input-box input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #777;
    font-size: 12px;
    text-align: center;
}

.sales-guest-form .form-list li .input-box input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #777;
    font-size: 12px;
    text-align: center;
}

.sales-guest-form .form-list li .input-box input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #777;
    font-size: 12px;
    text-align: center;
}

.sales-guest-form .main {
    background: url('https://9d8d44.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/trackbutton-1.jpg') 50% 0 no-repeat fixed;
    color: #fff;
    height: 100vh;
    margin: 0 auto;
    padding: 0;
    position: relative;
    background-size: cover;
}

.sales-guest-form .col-main {
    width: 100%
}

table.chart-style {
    margin: 0 auto 40px;
    text-align: center;
    width: 600px;
}

table.chart-style tr th {
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
}

table.chart-style tr td {
    padding: 5px 0;
}

.tab-container table.chart-style {
    border-color: #f4f4f4;
    margin: 5px auto;
    text-align: center;
    width: 100%;
}

.tab-container table.chart-style tr th {
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
}

.tab-container table.chart-style tr td {
    border-color: #f4f4f4;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 12px;
    padding: 5px 0;
}

.tab-container table.chart-style tbody tr {
    border: 1px solid #f4f4f4;
}

.tab-container .tab-content p {
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 12px;
}

.customer-account-login .page-title h1 {
    height: 60px;
    line-height: 60px;
    margin-top: 45px;
}

.customer-account-create .account-create {
    margin: 0 auto 40px;
    float: none;
    border-left: 0 none;
}

.account-login {
    float: left;
    width: 40%;
    margin-left: 10%;
    border-right: 1px solid #ccc;
}

.account-create {
    float: right;
    width: 40%;
    margin-bottom: 40px;
    margin-left: 10%;
}

.account-login .col-2 {
    padding-top: 0;
    width: 100%;
}

.customer-account-login .account-login .col-2 {
    padding-bottom: 13px;
}

.account-login input {
    width: 330px;
}

.registered-users .button span {
    background: #e60044 none repeat scroll 0 0;
    display: block;
    width: 315px;
}

.le-socialconnect-social>p {
    margin-bottom: 10px;
}

.registered-users .button {
    margin-top: 10px;
}

.registered-users .buttons-set .f-left {
    color: #333;
}

.registered-users .buttons-set .f-left {
    color: #333;
}

.account-create .buttons-set button {
    background: #e60044 none repeat scroll 0 0;
    border-radius: 2px;
    height: 35px;
    line-height: 30px;
    width: 100%;
    margin: 0;
}

#login-form .content>h2,
.account-create h2 {
    font-size: 20px;
    text-transform: none;
}

#login-form .content>p {
    margin-bottom: 10px;
}

/* product view  */
.catalog-product-view .col-main {
    width: auto;
}

.idx-prod,
.block-content-recently {
    height: 240px;
    margin: 21px auto 0;
    /*padding-bottom: 20px;*/
    position: relative;
    width: 1280px;
    z-index: 100;
    overflow: hidden;
}

.index-list {
    display: block;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1280px;
}

.idx-prod .idx-prod-list {
    left: 0;
    position: absolute;
    /*top: 10px;*/
    z-index: 100;
}

.idx-prod .product-list {
    /*padding: 0 40px;*/
    float: left;
    width: 1280px;
}

.product-catalog-views-recommend .idx-prod .product-list li {
    float: left;
    text-align: center;
    width: 20%;
}

.idx-prod .price-box-list,
.block-content-recently .price-box-list {
    margin: 10px 0;
}

.idx-prod-list .product-list li,
.block-content-recently li {
    float: left;
    width: 19.1%;
    text-align: center;
}

li.item.first {
    margin-left: 25px;
}

/*.idx-prod .lof-previous46, .idx-prod .lof-next46,.top-10 .lof-previous46,.top-10 .lof-next46,.user-gallery-viewport .user-photos-next, .user-gallery-viewport .user-photos-prev,.product-recently .slider-btn {*/

/*background: rgba(0, 0, 0, 0.1) url(https://1d7cb5.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/tag.png) no-repeat scroll 0 0;*/

/*cursor: pointer;*/

/*height: 50px;*/

/*position: absolute;*/

/*width: 30px;*/

/*z-index: 1000;*/

/*}*/
.top-10 .lof-previous46,
.top-10 .lof-next46,
.user-gallery-viewport .user-photos-next,
.user-gallery-viewport .user-photos-prev,
.product-recently .slider-btn {
    background: rgba(0,
            0,
            0,
            0.1) url(https://1d7cb5.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/tag.png) no-repeat scroll 0 0;
    cursor: pointer;
    height: 50px;
    position: absolute;
    width: 30px;
    z-index: 1000;
    top: 40%;
}

.product-view-review {
    width: 100%;
    margin: 0 auto;
}

.user-gallery-viewport .user-photos-next,
.user-gallery-viewport .user-photos-prev {
    cursor: pointer;
    display: block;
    text-indent: -9999px;
    top: 100px;
    margin-right: 4px;
    margin-left: 7px;
}

.idx-prod .lof-previous46,
.product-recently .slider-next {
    background-position: -86px -15px;
    left: 0;
    top: 140px;
}

.top-10 .lof-previous46 {
    background-position: -85px -15px;
    left: 0;
}

.idx-prod .lof-next46,
.product-recently .slider-prev {
    background-position: -124px -16px;
    right: 0;
    top: 140px;
}

.user-gallery-viewport .user-photos-prev {
    background-position: -86px -15px;
    left: 0;
}

.user-gallery-viewport .user-photos-next {
    background-position: -124px -16px;
    right: 0;
}

.top-10 .lof-next46 {
    background-position: -124px -16px;
    right: 0;
}

.price-box-list p {
    display: inline-block;
}

.index-list .price-box-list .special-price-list .price,
.block-content-recently .price-box-list .special-price-list .price {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

li.feat-1 {
    width: 355px;
    margin-left: 11px;
}

li.feat-2 {
    width: 440px;
}

li.feat-3 {
    width: 400px;
}

.index-list .price-box-list .special-price-list,
.block-content-recently .price-box-list .special-price-list {
    padding-right: 3px;
}

.index-list .price-box-list .old-price-list,
.block-content-recently .price-box-list .old-price-list {
    padding-left: 3px;
    text-decoration: line-through;
}

.product-view-related .block-title {
    margin: 40px 0 20px;
    text-align: center;
}

.product-view-related .block-title>span {
    color: #666;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 20px;
    padding: 10px;
    text-transform: uppercase;
}

.product-view-related .block-related .block-content {
    clear: both;
    display: block;
    margin: 0 auto;
    width: 1170px;
}

.product-view-hotdeals-best .idx-prod .product-list .item>a {
    display: block;
    width: 100%;
}

.product-view-hotdeals-best .idx-prod .product-list .item .product-image {
    margin: 0 auto;
    text-align: center;
}

.product-view-related .block-related .block-content .mini-products-list li {
    float: left;
    overflow: hidden;
    width: 234px;
    margin-bottom: 30px;
}

.product-view-related .block-related .block-content .mini-products-list {
    display: block;
    width: 100%;
}

.product-view-related .block-related .block-content .mini-products-list li .product-image {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    display: block;
    margin: 0 34px;
    margin-top: 20px;
    min-height: 100px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 110px;
    z-index: 0;
}

.product-view-related .block-related .block-content .mini-products-list li .product-image img {
    height: auto;
    max-width: 100%;
    transition: all 0.5s ease 0s;
    width: auto;
}

.product-view-related .block-related .block-content .mini-products-list li .product-related-image-area {
    overflow: hidden;
    padding: 0 25px;
}

.product-view-related .block-related .block-content .mini-products-list li .product-details {
    clear: both;
    display: block;
    text-align: center;
}

.product-view-notice {
    clear: both;
    margin: 0 auto;
    border-top: 1px solid #eee;
    width: 100%;
}

.product-view-shipping-list {
    margin: 0 auto;
    width: 1170px;
}

.product-view-shipping-list1,
.product-view-shipping-list2,
.product-view-shipping-list3 {
    float: left;
    text-align: center;
    width: 390px;
    margin: 30px 0 50px;
}

.product-view-shipping-list1 div img,
.product-view-shipping-list2 div img,
.product-view-shipping-list3 div img {
    margin: 0 auto;
}

.product-view-shipping-list-title {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
}

.product-view-shipping-list-text li {
    color: #888;
    font-size: 12px;
    letter-spacing: 0.6px;
}

.product-view-shipping-list-text {
    padding-top: 15px;
}

/* my account*/
.customer-account .main-container {
    background: #f7f8f9 none repeat scroll 0 0;
    border-top: 0 none;
}

.customer-account .block.block-account {
    float: left;
    margin-top: 20px;
    width: 300px;
    border-right: 1px solid #eee;
    margin-right: 30px;
}

.customer-account .my-account {
    background: #fff none repeat scroll 0 0;
    float: right;
    margin-top: 20px;
    width: 840px;
    padding: 40px;
    margin-bottom: 40px;
}

.customer-account .block.block-account .block-content ul li {
    color: #333;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 3px 10px 5px;
    width: 230px;
}

.customer-account .block.block-account .block-content ul li:hover {
    background: #f1f1f1;
}

.customer-account .block.block-account .block-content ul li a {
    color: #333;
    font-weight: 700;
    text-transform: none;
    font-size: 14px;
}

.customer-account .block.block-account .block-title {
    background: #fff none repeat scroll 0 0;
    height: 35px;
    line-height: 35px;
    margin-right: 25px;
    padding-left: 6px;
}

.customer-account .my-account .page-title h1 {
    margin-top: 0;
}

.dashboard .col2-set .col-1 {
    margin-right: 20px;
}

.dashboard .col2-set .col-1 .box-content,
.dashboard .col2-set .col-2 .box-content {
    font-style: normal;
    min-height: 135px;
    padding: 20px 15px;
}

.customer-account #form-validate {
    margin: 0 auto;
    padding-left: 10px;
    width: 380px;
}

.customer-account #form-validate .button>span {
    background: #ff7988 none repeat scroll 0 0;
}

#my-orders-table {
    border: 1px solid #f1f1f1;
}

#my-orders-table thead tr {
    background: #f5f5f5 none repeat scroll 0 0;
}

#my-orders-table thead tr th {
    color: #333;
    font-weight: 600;
}

#my-orders-table tbody tr {
    border-bottom: 1px solid #f1f1f1;
}

.customer-account .col-left.sidebar {
    display: none;
}

.back_to_prod a {
    background: rgba(0,
            0,
            0,
            0) url("https://35e2ed.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/icons_2.png") no-repeat scroll -36px -76px;
    color: #666666;
    display: inline-block;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 12px;
    height: 20px;
    line-height: 14px;
    padding-left: 15px;
}

.back_to_prod a:hover {
    color: #f76793;
    text-decoration: underline;
}

#my-reviews-table {
    border: 1px solid #eee;
}

#my-reviews-table tbody tr {
    border-bottom: 1px solid #eee;
}

#my-reviews-table tbody tr td {
    border-right: 1px solid #eee;
}

#my-reviews-table tbody tr td a {
    text-transform: unset;
}

.review-customer-view .product-details {
    float: right;
    margin-top: 20px;
    width: 500px;
}

.review-customer-view .product-img-box {
    float: left;
    width: 245px;
}

.review-customer-view .product-img-box .product-image>img {
    margin-top: 0;
}

.sku-label {
    clear: both;
    padding-bottom: 8px;
    margin-top: 8px;
    float: left;
}

.sku-label .product-label {
    border: 1px solid;
    color: red;
    font-size: 12px;
    margin-left: 10px;
    padding: 1px 5px;
}

.contacts-index-index .category-products {
    background: #fff none repeat scroll 0 0;
}

.contacts-index-index .buttons-set button {
    background: #09b8ae none repeat scroll 0 0;
}

.contacts-index-index p.required {
    padding: 0 0 5px;
}

.customer-account-forgotpassword #form-validate {
    margin: 0 auto 40px;
    width: 445px;
}

.customer-account-forgotpassword #form-validate h2 {
    text-transform: none;
}

.category-new-arrivals .row .cd-filter {
    display: none;
}

.category-new-arrivals .new-nav-div {
    display: block
}

.list-cate {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.list-cate h3 {
    color: #444;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 21px;
}

.catalog-category-view .new-nav-div {
    display: none;
}

.category-new-arrivals .new-nav-div {
    display: block !important;
}

.limiter select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: rgba(255,
            255,
            255,
            0) url("https://d23e9b.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/nav-icon.png") no-repeat scroll 30px 6px;
    height: 30px;
    width: 50px;
    letter-spacing: 1px;
    word-spacing: 1px;
    border: 1px solid #ccc;
    padding-left: 8px;
}

.ratings-description dd img {
    float: left;
    margin-right: 5px;
}

.ratings-description dd:nth-child(2) {
    font-size: 15px;
    font-weight: 700;
}

.account-billing-agreements,
.account-recurring-profiles,
.account-my-tags,
.account-my-applications,
.account-my-downloadable-products {
    display: none;
}

.short-description {
    border-bottom: 1px solid #f1f1f1;
    padding: 3px;
}

.account-create .buttons-set {
    width: 330px;
}

.account-create .input-box input {
    width: 330px;
}

.category-main-body .note-msg {
    padding: 25px 0;
    text-align: center;
}

.rating_more div {
    float: left;
    font-size: 13px;
    line-height: 23px;
}

.ratingushere {
    bottom: 0px;
    display: block;
    left: 6px;
    margin: 10px auto;
    position: absolute;
    width: 400px;
}

.rating_where {
    padding-left: 5px;
}

.std>dl {
    text-align: center;
}

.style-gallery-category {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 996px;
}

.list-name {
    border-bottom: 1px solid #ddd;
    font-size: 0;
    margin-bottom: 5px;
    text-align: center;
}

.list-name a {
    border-left: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #4c5253;
    display: inline-block;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
    padding: 0 5px;
}

.list-name a:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

.list-name #va {
    border-left: 1px solid #ddd;
}

.list-name #va.on {
    border-left: medium none;
}

.list-name .on {
    background-color: #333;
    border-left: medium none;
    border-right: 1px solid #333;
    color: #fff;
}

.review-img-box {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
}

.review-img-box .review-video-thumb-images,
.review-img-box .review-thumbnail-images {
    float: left;
    cursor: pointer;
    margin-right: 5px;
}

.review-img-box .review-thumbnail-images.review-auto {
    width: auto !important;
}

.review-img-box .review-thumbnail-images {
    position: relative;
}

.review-thumbnail-images {
    cursor: pointer;
    height: 243px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.review-video-thumb-images .icon-video-play {
    position: absolute;
    background: url('https://4b47dc.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/youtube-btn.png') no-repeat center center;
    width: 38px;
    height: 36px;
    background-size: 38px;
    display: block;
    z-index: 10;
    top: 30px;
    left: 42px;
}

.product-label-icon.label-color_117 {
    border: 1px solid #48d46f !important;
    color: #48d46f !important;
}

/* RECOMMEND VIDEO */
.recommend-video-box {
    position: relative;
    border-bottom: 1px solid #eee;
}

.recommend-video-box .video-container {
    margin: 30px auto;
    width: 1170px;
    clear: both;
}

.video-container .recommed-video-item {
    display: inline-block;
    padding: 0 25px;
    position: relative;
}

.video-container .recommed-video-item i.recom {
    left: 90px;
}

.recommend-title h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #636363;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    text-align: center;
    padding: 15px 0;
}

/*video*/
.fa {
    display: inline-block;
    background: url('https://7d22a2.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/kmb.png') no-repeat center center;
    width: 40px;
    height: 40px;
    background-size: 40px;
}

.player .title header .headers {
    display: none;
}

.paypal-express-review h2,
.paypal-express-review h3 {
    text-transform: none;
}

.paypal-express-review .box-content select {
    height: 30px;
    width: 330px !important;
}

.paypal-express-review .info-set.col2-set .col-1 {
    float: left;
}

.rewards-referral-index .box-account {
    background: #fff none repeat scroll 0 0;
    float: right;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 40px;
    width: 840px;
}

.rewards-account-index .dashboard {
    background: #fff none repeat scroll 0 0;
    float: right;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 40px;
    width: 840px;
}

.rewards-account-index .dashboard .box-account {
    margin-bottom: 0;
}

.rewards-referral-index .box-account h2 {
    text-align: center;
    text-transform: none;
}

.rewards-referral-index .box-account .fieldset .legend {
    font-size: 18px;
}

.rewards-referral-index #referralForm .fieldset .legend {
    margin-top: 10px;
}

.rewards-referral-index textarea {
    max-width: 100%;
}

.rewards-referral-index .messages {
    float: right;
    width: 840px;
    padding-top: 20px;
    clear: none;
}

.rewards-referral-index .toolbar {
    float: right;
    width: 840px;
}

.rewards-referral-index #referral-table {
    float: right;
    width: 840px;
}

.checkout-cart-index .cart.display-single-price {
    position: relative;
    overflow: hidden;
}

.checkout-cart-index .discount>h2 {
    float: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    margin-right: 15px;
    text-transform: uppercase;
    display: none;
}

.cart-coupon {
    display: block;
    width: 100%;
    background: #fff;
}

.cart-coupon #discount-coupon-form .button-wrapper>button {
    background: #e60044 none repeat scroll 0 0;
    border-radius: 2px;
    height: 46px;
    line-height: 46px;
    width: 100%;
    text-align: center;
    font-size: 13px;
}

.cart-coupon #discount-coupon-form .button-wrapper>button:hover {
    background: #fe5366;
}

.cart-coupon #discount-coupon-form .button-wrapper>button span span {
    color: #fff;
    text-decoration: none;
}

.checkout-cart-index .cart-bottom .discount-form input.input-text {
    font-size: 12px;
    width: 350px;
    height: 46px;
    line-height: 46px;
    margin-right: 5px;
    padding-left: 15px;
}

.checkout-cart-index .discount-form .input-box {
    display: inline-block;
}

.cart-coupon #reward-points-form .discount-form .buttons-set {
    border-top: medium none;
    float: right;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    padding-top: 0;
    width: 90px;
}

.cms-home .messages {
    border-radius: 2px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}

.wishlist-index-configure span.product-view-reward-points {
    display: none;
}

.wishlist-index-configure .rewardssocial-buttons {
    display: none;
}

.cms-reward-points-policy-htm table tr td {
    border: 1px solid #ccc;
}

.cms-reward-points-policy-htm table tr td p {
    margin-bottom: 0;
    padding: 5px 0;
}

.ampromo-item-buttons button {
    background: #09b8ae none repeat scroll 0 0;
}

.customer-account-create #form-validate .form-list li.control input {
    float: left;
    width: auto;
}

.paypal-express-review .info-set.col2-set {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

/*related product*/
.product-catalog-views-related .block-content {
    width: 1000px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.swiper-pagination {
    text-align: center;
}

.swiper-pagination-button {
    margin-right: 5px;
}

#pro-related li {
    display: inline-block;
}

.side-list .pro-related {
    float: left;
    display: none;
}

.side-list .pro-related li {
    float: left;
    margin: 0 9px;
    width: 15%;
}

.side-list .pro-related li .other-info {
    padding: 0 10px;
    text-align: center;
}

.side-list .pro-related.active {
    display: block;
}

.side-list .pro-related li a.product-img {
    width: 120px;
    display: block;
    height: 130px;
    margin: 0 auto;
}

.side-list .pro-related li a.product-img img {
    width: 100%;
    height: 100%;
}

.other-info .home-name {
    height: 64px;
    overflow: hidden;
}

.pro-related .price-box {
    margin-bottom: 10px;
}

.swiper-pagination span.swiper-pagination-button {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #333;
    opacity: .2;
    text-align: center;
}

.swiper-pagination span.swiper-pagination-button.active {
    background: #333333;
    opacity: 1;
}

.product-catalog-views-related .block-content {
    width: 1170px;
    margin: 40px auto;
    height: auto;
    overflow: hidden;
}

.swiper-pagination {
    text-align: center;
}

.swiper-pagination-button {
    margin-right: 5px;
}

.heder-notice {
    min-width: 1280px;
}

.heder-notice>p {
    line-height: 0;
}

.buy-zhekou {
    display: block;
    letter-spacing: 1px;
}

.buy-zhekou span {
    color: #f9f30f;
    font-size: 16px;
    padding: 0 2px;
    font-weight: 700;
}

.buy-zhekou {
    height: 60px;
    width: 454px;
    margin-top: 10px;
    border-bottom: none !important;
    background: url(https://45daab.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/sale-pcnew.png) no-repeat;
    padding: 0 !important;
}

.discount_price {
    /*width: 322px;*/
    margin-left: 100px;
    padding: 7px 0;
    color: #fff;
    font-size: 13px;
}

.discountPrice_t {
    font-size: 18px;
    padding-left: 2px;
}

.time_cloce {
    border-radius: 10px;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 29px;
    margin-top: 4px;
    text-align: center;
    width: 60px;
}

.time_cloce .clock span {
    background: #333 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    padding: 5px;
}

.save-time {
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    clear: both;
    display: block;
    padding: 5px 0 42px;
}

.countdownBox {
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin-left: 600px;
    margin-top: 0;
    padding: 0 0 10px;
    display: none;
}

#add_to_cart_processing .countdownBox {
    margin: 0;
    padding: 0;
    background: none;
}

.cb-info,
.cb-time {
    display: block;
    text-align: center;
}

.cb-info {
    font-size: 13px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.cb-time .clock span {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    padding: 5px;
}

.cb-time .clock {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-center {
    display: block;
    margin: 0 auto;
    width: 1280px;
    clear: both;
    margin-top: 15px;
    overflow: hidden;
    /*position: relative;*/
}

.header-text {
    color: #777;
    float: left;
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
    text-decoration: underline;
    width: 30%;
}

.header-text p a {
    color: #777;
    display: block;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    padding-right: 25%;
    cursor: pointer;
}

.herder-search-cart {
    float: right;
    width: 30%;
    margin-bottom: 20px;
    position: relative;
}

#header-cart {
    display: none;
    position: absolute;
    right: 0px;
    top: 65px;
    width: 240px;
    text-align: left;
    background: #fff;
    z-index: 999;
    border-color: #333 #ddd #ddd;
    border-image: none;
    border-style: solid;
    border-width: 3px 1px 1px;
    box-shadow: -2px 2px 2px -1px #ddd;
}

.cart-inner #cart-sidebar {
    clear: both;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 5px;
    float: left;
    padding-right: 10px;
}

.cart-inner #cart-sidebar li {
    clear: both;
    margin-bottom: 10px;
    float: left;
}

.cart-inner #cart-sidebar .btn-remove {
    float: right;
    margin-left: 10px;
}

.cart-inner #cart-sidebar .product-name {
    height: 15px;
    overflow: hidden;
    line-height: 16px;
}

.cart-inner .actions {
    overflow: hidden;
    float: right;
    font-size: 14px;
    text-align: right;
    width: 100%;
}

.hidden-cart .product-image {
    float: left;
    padding: 0 8px;
}

.hidden-cart .product-details {
    float: left;
    width: 140px;
    padding-left: 10px;
}

.cart-inner #cart-sidebar li {
    clear: both;
    float: left;
    margin: 10px;
    position: relative;
}

.cart-inner #cart-sidebar .remove {
    float: right;
    margin-left: 10px;
    background: rgba(0,
            0,
            0,
            0) url(https://e99435.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/missico_bg.gif) no-repeat scroll -160px -228px;
    display: block;
    font-size: 0;
    height: 9px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    position: absolute;
    top: 5px;
    right: 0;
    width: 9px;
}

.cart-inner #cart-sidebar .btn-edit {
    display: none;
}

.cart-inner .actions .subtotal {
    font-size: 16px;
    padding-right: 15px;
}

.cart-inner .actions .checkout-btn {
    background: #ffc31b none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 10px;
    padding: 10px 5px;
    text-align: center;
    width: 91%;
}

.menu-all-pages-container ul li:hover .container {
    display: block;
}

.menu-all-pages-container ul li:hover .category-heading {
    color: #fe5366 !important;
}

.container.scroll-down.action_d .type {
    float: left;
    width: 28%
}

.container.scroll-down.action_d .type.img {
    float: left;
    width: 44%;
}

.container.scroll-down.action_d .type ul li {
    display: block !important;
    height: 35px;
    line-height: 35px;
}

.container.scroll-down.action_d.nav-6 .type {
    float: left;
    width: 25%
}

.container.scroll-down.action_d .type ul li.topic a {
    color: #333;
}

.container.scroll-down.action_d .type ul li a {
    color: #333;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.container.scroll-down.action_d .type ul li.topic {
    font-size: 16px;
    font-weight: bold;
    height: 56px;
    line-height: 56px;
}

.nav-type.nav-column {
    width: 930px;
    margin: 0 auto;
    text-align: left;
}

.shop_image {
    float: left;
}

.center-left {
    width: 40%;
}

.center-right {
    width: 60%;
}

.center-right a {
    width: 256px;
    float: left;
}

.shop_image .shop_caption {
    background: rgba(255,
            255,
            255,
            0.8) none repeat scroll 0 0;
    bottom: 11px;
    left: 15%;
    line-height: 1;
    padding: 10px;
    position: absolute;
    right: 15%;
    text-align: center;
}

.shop_image .shop_caption p {
    color: #000;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
}

.shop_image:hover .shop_caption p {
    color: #fe5366;
}

.center-third,
.center-bottom {
    overflow: hidden;
}

.center-third-left,
.center-third-right {
    float: left;
    width: 50%;
}

.center-third .top-bottom {
    background: #eee none repeat scroll 0 0;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
    padding: 10px 45px;
    text-align: center;
}

.center-third .top-bottom>span {
    font-family: "Brandon Grotesque Medium";
    font-size: 15px;
    font-weight: normal;
}

.center-third .top-bottom>p {
    color: #333;
    font-style: italic;
}

.center-third .bottom-top {
    position: relative;
}

.center-third .bottom-text {
    bottom: 30px;
    left: 20px;
    position: absolute;
}

.center-third .bottom-text span {
    color: #fff;
    display: block;
    text-shadow: 1px 1px 1px #575757;
}

.center-third .bottom-title {
    font-size: 26px;
    text-shadow: 1px 1px 1px #575757;
}

.center-third .text-button,
.why-wrapper-page .text-button {
    background: #82d9c4 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: 20px;
    padding: 10px 25px;
    text-align: center;
}

.center-third .text-button:hover {
    background: #444 none repeat scroll 0 0;
    color: #fff;
}

.inspo_caption {
    background: rgba(255,
            255,
            255,
            0.6) none repeat scroll 0 0;
    bottom: 13%;
    left: 23%;
    padding: 10px;
    position: absolute;
    right: 23%;
    text-align: center;
}

.inspo_caption p {
    color: #000;
    line-height: 1;
    margin: 0;
    font-size: 16px;
    padding: 5px;
    text-transform: uppercase;
}

.center-last-title {
    color: #333;
    font: 30px/1.2 "miller",
        serif;
    margin: 20px 0 45px;
    text-align: center;
    text-transform: uppercase;
}

.center-last-float {
    float: left;
    padding: 0 25px;
    width: 50%;
}

.smarter-way-tile>img {
    float: left;
    padding: 0 10px 40px 0;
    width: 64px;
}

.smarter-way-tile {
    clear: both;
    height: 140px;
}

.smarter-way-tile>p {
    color: #444;
    font: 22px/1.1 "brandon-grotesque",
        sans-serif;
    letter-spacing: 0.025px;
    margin-bottom: 10px;
}

.smarter-way-tile>span {
    font: 16px/1.4 "proxima-nova",
        sans-serif;
}

.header-float #header {
    position: absolute;
}

.header-float #header-cart {
    top: 45px;
}

.header-float {
    background: #fff none repeat scroll 0 0;
    height: 52px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 1px 2px rgba(0,
            0,
            0,
            .2);
}

.header-float-center {
    margin: 0 auto;
    width: 100%;
}

.header-float .header-float-center {
    margin: 0 auto;
    width: auto;
}

.header-float .global-logo {
    float: left;
    margin: 0;
    text-align: left;
    width: 10%;
    z-index: 99999 !important;
    position: absolute;
    margin-left: 0;
}

.header-float .global-logo img {
    width: 180px;
}

.header-float .header-wrapper {
    clear: none !important;
    float: left;
    max-width: 1280px;
    width: 100%;
}

.header-float .herder-search-cart {
    float: right;
    width: 23%;
    z-index: 99999 !important;
}

.header-float #header .menu li a.category-heading {
    margin: 0 10px;
    font-size: 0.8em;
    font-size: 13px;
}

.header-float .skip-link.skip-cart {
    margin-right: 5px !important;
    margin-top: 14px;
}

.Stone-Shape i,
.Stone-Color i,
.Metal-Color i {
    background: rgba(0,
            0,
            0,
            0) url("https://dda551.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/filter-bg.png") no-repeat scroll 0 0 / 545px auto;
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    margin: 3px 5px 0;
    width: 33px;
}

i.Round.Cut {
    background-position: -128px -96px;
}

i.Princess.Cut {
    background-position: 0 -96px;
}

i.Emerald.Cut {
    background-position: -352px -96px;
}

i.Asscher.Cut {
    background-position: -258px -96px;
}

i.Cushion.Cut {
    background-position: -193px -96px;
}

i.Marquise.Cut {
    background-position: -288px -96px;
}

i.Radiant.Cut {
    background-position: -160px -96px;
}

i.Oval.Cut {
    background-position: -65px -96px;
}

i.Pear.Cut {
    background-position: -33px -96px;
}

i.Heart.Cut {
    background-position: -322px -96px;
}

i.Trillion.Cut {
    background-position: -95px -96px;
}

.White.Sapphire {
    background-position: -127px -64px !important;
}

.Amaranth.Sapphire {
    background-position: -480px -64px !important;
}

.Amethyst {
    background-position: -320px -64px !important;
}

.Aquamarine {
    background-position: -352px -64px !important;
}

.Black.Sapphire {
    background-position: -256px -64px !important;
}

.Stone-Color .Emerald {
    background-position: -449px -64px !important;
}

.Garnet {
    background-position: -384px -64px !important;
}

.Orange.Sapphire {
    background-position: -416px -64px !important;
}

.Pink.Sapphire {
    background-position: 0 -64px !important;
}

.Ruby {
    background-position: -192px -64px !important;
}

.Sapphire {
    background-position: -224px -64px !important;
}

.Topaz {
    background-position: -95px -64px !important;
}

.Metal-Color .Silver {
    background-position: 0 -32px !important;
}

.Metal-Color .Gold {
    background-position: -32px -32px !important;
}

.Metal-Color .Rose.Gold {
    background-position: -96px -32px !important;
}

.Metal-Color .Black {
    background-position: -64px -32px !important;
}

.Metal-Color .Blue {
    background-position: -160px -32px !important;
}

.Metal-Color .Red {
    background-position: -128px -32px !important;
}

.cart-right {
    background: #fff;
    padding: 0 16px 10px;
    overflow: hidden;
    clear: both;
}

.cart-right .checkout-types {
    float: none;
    text-align: left;
    display: flex;
    justify-content: flex-end;
}

.cart-right .checkout-types li {
    width: 247px;
    float: right;
}

.cart-right .checkout-types .method-checkout-cart-methods-onepage-bottom .btn-checkout {
    background: #e60044 none repeat scroll 0 0;
    padding: 5px 0;
    text-align: left;
    width: 100%;
    border-radius: 5px;
}

.cart-right .checkout-types .method-checkout-cart-methods-onepage-bottom .btn-checkout span {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 0 20px;
    background: #e60044 none repeat scroll 0 0;
}

.icons-double-right-arrow {
    background: url(https://eb234e.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/spirit-icons.png) no-repeat -114px -120px;
    display: inline-block;
    line-height: 16px;
    width: 15px;
    height: 15px;
    margin-top: 13px;
    float: right !important;
}

.cart-totals-wrapper .cart-right {
    clear: both;
    width: 75%;
}

.black-friday-price {
    display: none;
}

.black-friday-price .col-xs-6>span {
    color: #d10000 !important;
    font-size: 17px !important;
    font-weight: bold;
}

.shipping-detail {
    background: #f2f2f2 none repeat scroll 0 0;
    display: block;
    margin-top: 70px;
    padding: 60px 0 40px;
    position: relative;
    width: 100%;
}

.shipping-detail-container {
    margin: 0 auto;
    max-width: 1280px;
}

.shipping-detail-title {
    color: #666;
    font-family: "Brandon Grotesque Medium";
    font-size: 20px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.detail-main {
    display: table;
    height: 100%;
    width: 100%;
}

.shipping-main {
    display: block;
    float: left;
    height: 100%;
}

.shipping-detail-left {
    padding: 0 15px;
    width: 30.3333%;
}

.shipping-detail-center {
    padding: 20px 50px 20px 15px;
    width: 36.3333%;
}

.shipping-detail-right {
    border: 2px solid #d7d7d7;
    color: #808080;
    letter-spacing: 0.5px;
    line-height: 22px;
    padding: 0 15px;
    text-align: center;
    width: 33.3333%;
}

.shipping-detail-center .detail-title {
    font-size: 15px;
    margin-bottom: 10px;
    font-family: "Brandon Grotesque Medium";
}

.shipping-detail-center .detail-delivery {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    color: #808080;
    padding: 20px 0;
}

.shipping-detail-center .detail-delivery .text-success {
    color: #6fbf98;
}

.shipping-detail-center ul {
    content: "";
    display: table;
    width: 100%;
    padding-bottom: 15px;
}

.shipping-detail-center ul li {
    float: left;
    font-size: 14px;
    padding: 5px 0;
    width: 50%;
}

.shipping-detail-center ul li a {
    color: #808080;
}

.shipping-detail-center ul li a:hover {
    color: #666;
}

.shipping-detail-center ul li::before {
    color: #6fbf98;
    content: ".";
    display: inline-block;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    padding-right: 14px;
    width: 10px;
}

.shipping-detail-right .financing-options {
    padding: 25px 20px;
}

.shipping-detail-right .financing-options>h3 a {
    color: #ff7988;
    font-family: "Brandon Grotesque Medium";
}

.shipping-detail-right .financing-options>h3 a:hover {
    text-decoration: underline;
}

.shipping-detail-right .financing-options>p {
    margin-bottom: 10px;
}

.shipping-detail-right .financing-options dt a {
    margin-top: 10px;
    font-family: "Brandon Grotesque Medium";
    font-size: 18px;
    color: #ff7988;
}

.silder-box {
    clear: both;
    display: block;
    margin: 20px 0 0 45px;
    position: relative;
    width: 66%;
}

.silder-box #soft .noUi-base {
    background: rgba(0,
            0,
            0,
            0) url("https://4a493d.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/css/bg.png") repeat-x scroll left top !important;
    border: 0 none;
    border-radius: 10px;
    height: 7px;
}

.silder-box .noUi-target {
    background: rgba(0,
            0,
            0,
            0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}

.silder-box #soft .noUi-handle {
    background: #eeeeee none repeat scroll 0 0;
    border: 0 solid #bfbfbf;
    border-radius: 20px;
    box-shadow: 0 1px 2px #000000;
    cursor: pointer;
    height: 20px;
    left: 0;
    margin: -1px 0 0 -10px;
    width: 20px;
    z-index: 2;
}

.silder-box #soft .noUi-handle::after,
.noUi-handle::before {
    background: rgba(0,
            0,
            0,
            0) none repeat scroll 0 0;
    left: 0;
    top: 0;
}

.silder-box #soft .noUi-origin {
    height: 0;
    position: absolute;
    width: 0;
}

.container.scroll-down.action_d .type ul li ol {
    display: inline-block;
    margin-left: 18px;
}

.container.scroll-down.action_d .type ul li.topic ol li a {
    color: #929292;
}

.stone-storys-block,
.block.hot-deals {
    clear: both;
    overflow: hidden;
}

.stone-storys-block img {
    width: 100%;
}

.stone-content-wrapper {
    margin-top: 20px;
    padding: 15px 0;
    text-align: center;
}

.cms-page-view .stone-content-wrapper h2 {
    color: #333;
}

.module-container:nth-child(3) {
    margin-right: 0;
}

.module-container {
    float: left;
    margin-right: 1.25%;
    width: 32.5%;
    text-align: center;
    background: #f0f3f1;
    margin-bottom: 20px;
    height: 370px;
}

.block.hot-deals {
    background: rgba(0,
            0,
            0,
            0) url("https://c634a8.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/index.png") no-repeat scroll center bottom;
    height: 275px;
    margin-top: 15px;
}

.block.hot-deals .sidelist>li {
    float: left;
    text-align: center;
    width: 20%;
}

.content-wrapper-title {
    display: inline-block;
    float: left;
    font-size: 20px;
    padding: 86px 0;
    text-align: center;
    vertical-align: middle;
    width: 20%;
    border-right: 1px solid #e6e6e6;
}

.hotDeal-np .old-price-list,
.hotDeal-np .special-price-list .price-label {
    display: none;
}

.module-text {
    padding: 0 25px 25px;
}

.module-container.module-last {
    width: 66.25%;
    margin-right: 0;
    background: none;
}

.module-text h3 {
    margin-top: 20px;
}

.top-wrapper-page,
.wrapper-page-video {
    position: relative;
}

.top-wrapper-page .text-button {
    bottom: 124px;
    left: 218px;
    position: absolute;
}

.top-wrapper-page>img,
.wrapper-page-line-center>img {
    width: 100%;
}

.wrapper-page-video {
    height: 480px;
    margin-top: 20px;
}

.page-video-left {
    float: left;
    width: 33.333%;
    height: 476px;
    padding-right: 15px;
    border: 1px solid #ccc;
    text-align: center;
}

.page-video-left p.text-style-italic,
.wrapper-page-line-center p.text-style-italic {
    width: 80%;
    margin: 0 auto;
    color: #000;
    font-style: italic;
}

.page-video-left p.text-style-italic {
    margin-top: 46%;
}

.page-video-right {
    float: right;
    width: 66.667%;
    padding-left: 15px;
}

.page-video-right video {
    width: 100%;
    height: 450px;
}

.wrapper-page-line {
    margin-top: 20px;
    text-align: center;
    clean: both;
    overflow: hidden;
}

.page-line-bottom {
    height: 290px;
}

.wrapper-page-line-center {
    width: 33.333%;
    float: left;
    padding: 0 5px;
    position: relative;
}

.wrapper-page-line-center h3 {
    line-height: 130%;
    text-transform: capitalize;
    color: #000;
    font-size: 24px;
}

.page-line-center-desc.line-two {
    bottom: 30px;
    position: absolute;
    width: 100%;
}

.wrapper-page-line-center a {
    display: block;
}

.page-line-center-desc.line-last {
    position: absolute;
}

.wrapper-page-line-center.last>a {
    margin-top: 100px;
}

.cms-why-tinnivi-htm .footer-container .block-content {
    margin-top: 0;
}

.index-list .price-label,
.top-10-prod-list .old-price-list,
.top-10-prod-list .special-price-list .price-label,
.block-content-recently .price-label {
    display: none;
}

.index_middle_title {
    font-size: 20px;
    text-align: center;
    color: #333;
}

.product-view .product-shop .price-box span.price-jeulia {
    font-size: 16px;
    color: #000;
}

.detail-delivery>span {
    display: block;
    margin-bottom: 10px;
    font-family: "Brandon Grotesque Medium";
    font-size: 15px;
    color: #636363;
}

/*ajax submit*/
#add_to_cart_processing .modal {
    display: none;
    text-align: center;
    background-color: rgba(0,
            0,
            0,
            .8);
    z-index: 999999999;
}

#add_to_cart_processing .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

#add_to_cart_processing .modal-dialog {
    position: relative;
    width: 800px;
    margin: 10px;
    left: calc(50% - 400px);
    top: calc(50% - 230px);
}

#add_to_cart_processing .modal .modal-content {
    border-radius: 1px;
}

#add_to_cart_processing .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,
            0,
            0,
            .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,
            0,
            0,
            .5);
    box-shadow: 0 3px 9px rgba(0,
            0,
            0,
            .5);
}

#add_to_cart_processing .modal-body {
    position: relative;
    padding: 30px;
    height: 330px;
    width: 800px;
}

#add_to_cart_processing .modal .continue-shopping {
    display: block;
    text-align: center;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #9d9d9d !important;
    background: #9d9d9d !important;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

#add_to_cart_processing .media:first-child {
    margin-top: 0;
}

#add_to_cart_processing .media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

#add_to_cart_processing .media-left,
.media>.pull-left {
    padding-right: 10px;
}

#add_to_cart_processing .media img {
    border: 1px #eee solid;
}

#add_to_cart_processing .media-left,
#add_to_cart_processing .media-right {
    display: table-cell;
    vertical-align: top;
}

#add_to_cart_processing .modal .discount {
    background-color: #eee;
    padding: 3px;
    margin-bottom: 10px;
    border: 1px dashed #ddd;
    text-align: center;
}

#add_to_cart_processing .modal .discount p {
    margin-bottom: 0;
}

#add_to_cart_processing .time_cloces {
    border-bottom: 1px #eee solid;
    border-top: 1px #eee solid;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 3px;
}

#add_to_cart_processing .btn-group-justified {
    margin-top: 60px;
    display: flex;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified .btn-group {
    width: calc(50% - 5px);
    float: left;
}

.btn-group-justified .btn-group.continue-shop-ajax {
    margin-right: 10px;
}

.btn-group-justified .btn-group.view-cart {
    margin-left: 5px;
}

#add_to_cart_processing .modal .btn:first-child {
    border-right: 1px #fff solid;
}

#add_to_cart_processing .modal .btn {
    background-color: #e9034d;
    border: 0;
    border-radius: 0;
    text-shadow: 1px 1px 1px #333;
    color: #fff;
    line-height: 30px;
}

#add_to_cart_processing .media {
    height: auto;
    overflow: hidden;
}

#add_to_cart_processing .media-body {
    width: 100%;
}

#add_to_cart_processing .media-body h5 {
    padding-top: 40px;
    font-weight: normal;
    text-align: center;
    font-size: 25px;
    color: #585757;
}

.media-body i {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-top: -2px;
    font-size: 30px;
    color: #5acb7a;
}

#add_to_cart_processing .modal .discount .price h4 {
    margin: 10px 0 15px 0;
    font-size: 18px;
    font-weight: 500
}

#add_to_cart_processing .modal .discount p {
    font-size: 14px;
    color: #585757;
    line-height: 18px;
}

#add_to_cart_processing .modal .btn {
    height: 50px;
    width: 100%;
    display: block;
    padding: 0;
    line-height: 50px !important;
}

#add_to_cart_processing .archiver_item #product-attribute-specs-table tbody {
    margin-top: 20px;
}

/*PC端产品价格*/
.price-info .price-box {
    overflow: hidden;
    margin: 0;
    float: left;
    display: inline-block;
}

.m-discount-propage {
    float: left;
    display: inline-block;
    font-size: 16px;
    color: #e60044;
    font-weight: bold;
    margin-top: 2px;
    display: none;
}

.price-info .price-five-box,
.price-info .price-retail {
    display: inline-block;
    margin-right: 12px;
    float: left;
}

.price-info .price-retail {
    display: block;
    float: none;
}

.price-box.price-boxstyle .price-five-box span {
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

.product-view .product-shop .price-box .price-retail {
    margin-top: 3px;
}

.product-view .product-shop .price-box .price-retail span {
    text-decoration: line-through;
    color: #000;
}

.tab-container.jewelry-tab #product-attribute-specs-table tbody tr .attribute-group.label {
    display: none;
}

.header-language-container-right .top-links {
    float: right;
    margin-top: 10px;
    height: 30px;
}

.herder-search-cart .top-links {
    margin-top: 12px;
    padding-right: 6px;
    float: right;
}

.herder-search-cart .top-links .user_title {
    padding: 0 5px;
    text-indent: -9999px;
}

.header-language-container-right .top-links .user_title a.Log-Out {
    color: #ff7988 !important;
}

.header-language-container-right .links ul li.last,
.herder-search-cart .links ul li.last {
    display: none;
}

.user-panel {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0 0 5px #ccc;
    display: none;
    line-height: 24px;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    width: 113px;
    z-index: 99999;
    margin-top: 22px;
    margin-left: -12px;
}

.top-links.top-select:hover .user-panel {
    display: block;
}

.user-panel .triangle {
    left: 50%;
    margin-left: -7px;
    position: absolute;
}

.bg_tri {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 7px 7px;
    display: inline-block;
    height: 0;
    top: -6px;
    width: 0;
}

.user-panel .account-links a {
    color: #000;
}

.user-panel .account-links a:hover {
    color: #fe5366;
}

.herder-search-cart .links ul li.first a:hover {
    background: rgba(0,
            0,
            0,
            0) url("https://3dfb94.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/hover-heart.png") no-repeat scroll -3px 0 / 24px auto;
}

.header-float .herder-search-cart .skip-cart:hover {
    background: rgba(0,
            0,
            0,
            0) url("https://636c7c.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/hover-bag.png") no-repeat scroll 0 0 / 20px auto;
}

#wishlist-table td.customer-wishlist-item-cart .cart-cell .button {
    background: #ff7988;
}

#wishlist-table td.customer-wishlist-item-cart .cart-cell .button span {
    color: #fff;
}

.cms-home .std p {
    display: none;
}

.list-only-bottom .list-only-bottom-top {
    padding: 95px 0 20px;
    margin-bottom: 20px;
}

.list-only-bottom .list-only-bottom-top .list-only-line-solid {
    border: none;
    border-top: 1px solid #e4e4e4;
}

.list-only-bottom .top10-icon {
    background: url(https://44016a.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/top10-bg.png) no-repeat scroll 0 0/215px auto;
    height: 134px;
    width: 153px;
    display: block;
    margin: 0 auto 15px;
    text-indent: -10000px;
}

.list-only-bottom .top10-icon-1 {
    height: 155px;
    width: 215px;
    background-position: 0 -590px;
    margin-top: -77px;
    background-color: #fff;
    margin-bottom: 40px;
}

.list-only-bottom .list-only-bottom-top p {
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.list-only-bottom-container .bottom-center {
    width: 25%;
    display: inline-block;
    text-align: center;
    float: left;
}

.list-only-bottom .top10-icon-2 {
    background-position: 0 -456px;
}

.list-only-bottom .top10-icon-3 {
    background-position: 0 -186px;
}

.list-only-bottom .top10-icon-4 {
    background-position: 0 -321px;
}

.list-only-bottom .top10-icon-5 {
    background-position: 0 -52px;
}

.list-only-bottom-container h1 {
    font-size: 20px;
    color: #000;
}

.list-only-bottom-container .list-only-bottom-view {
    color: #ff7988;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.header-language-container-right .order-links {
    float: right;
    margin-top: 8px;
}

.header-language-container-right .contact-links {
    float: left;
    margin-top: 8px;
}

.header-center-right {
    display: inline-block;
    float: right;
    width: 23%;
    margin-top: 30px;
}

.heder-notice img {
    width: 100%;
}

#header .nav-4 {
    right: 40px;
}

.header-float #header .nav-4 {
    right: 10px;
}

#header .nav-5 {
    right: 40px;
}

.header-float #header .nav-5 {
    right: 10px;
}

#header .nav-6 {
    right: 40px;
}

.header-float #header .nav-6 {
    right: 10px;
}

.header-float .container.scroll-down.action_d {
    margin-left: 10px;
}

#header .category-heading>em {
    background: rgba(0,
            0,
            0,
            0) url("https://d23e9b.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/nav-icon.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 16px;
}

.menu-all-pages-container ul li .category-heading:hover em {
    background: rgba(0,
            0,
            0,
            0) url("https://02f44a.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/hover-nav-icon.png") no-repeat scroll 0 0 !important;
}

.global-logo img {
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 1024px) {
    #header .category-heading>em {
        background: rgba(0,
                0,
                0,
                0) url("https://d23e9b.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/nav-icon.png") no-repeat scroll -3px 0;
        display: inline-block;
        height: 20px;
        vertical-align: middle;
        width: 11px;
    }

    .menu-all-pages-container ul li .category-heading:hover em {
        background: rgba(0,
                0,
                0,
                0) url("https://02f44a.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/hover-nav-icon.png") no-repeat scroll -3px 0 !important;
    }
}

.category-main-list .list-only .list-only-col .rating-box {
    margin-left: 0;
}

.top-feature {
    width: 1170px;
    margin: 0 auto;
}

.top-10 {
    height: 245px;
    margin: 25px auto 0;
    padding-bottom: 20px;
    position: relative;
    width: 1170px;
    z-index: 100;
}

.top-10 .top-10-title {
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}

.top-10 .top-10-title em {
    font-size: 30px;
}

.top-10-list {
    display: block;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1170px;
}

.top-10 .top-10-prod-list {
    left: 0;
    position: absolute;
    top: 10px;
    z-index: 100;
}

.top-10 .top-10-prodcut {
    float: left;
    width: 1170px;
}

.top-10 .top-10-prodcut .item {
    float: left;
    text-align: center;
    width: 225px;
}

img.product-image {
    width: 160px;
}

.idx-prod .product-list .item .product-image,
.top-10 .top-10-prodcut .item .product-image,
.product-recently .block-content-recently li img {
    margin: 0 auto;
    text-align: center;
}

.footer-container-checkout {
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    background: #0a0204;
    font-size: 12px;
    color: #fff;
}

.footer-container-checkout a {
    color: #fff;
}

.checkout-cart-index .main-container {
    text-align: center;
}

.cart-progress.row {
    background: #fff;
    margin-bottom: 10px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    margin-top: 40px;
}

.cart-title {
    width: 33.33333333%;
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    color: #888888;
}

.cart-title img {
    float: right;
}

.selected {
    color: #e60044;
}

.container.scroll-down.action_d.nav-5 .type {
    width: 22%;
}

.container.scroll-down.action_d.nav-5 .type.img {
    width: 34%;
}

.my-account .my-wishlist button.button span {
    color: #444;
    border: 1px solid #444;
    font-size: 12px;
    border-radius: 0;
}

#easycheckout-coupon .button-set button {
    float: left;
}

.container.scroll-down.action_d .type.img img {
    margin-top: 30px;
}

.menu-nav {
    margin: 0 auto;
    width: 1280px;
}

.product-view-review .ratings-table .rating-box .rating {
    background-position: 0 -600px;
}

.cart-bottom #easycheckout-shipping-payment-step {
    background: #fff;
}

.cart-bottom #easycheckout-shippingmethod>h2 {
    font-size: 14px;
    padding: 0 0 0 2%;
    height: 46px;
    line-height: 46px;
    border-radius: 0;
    background: #f7f8f9;
    float: right;
    width: 46%;
    margin: 0 20px 0.5em;
}

.cart-bottom #easycheckout-shippingmethod .sp-methods dd li {
    padding: 8px 20px;
}

.cart-bottom #easycheckout-shippingmethod dt {
    margin: 0;
}

.cartInit-float {
    background: #e60044 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    padding: 2px;
    position: relative;
    margin-left: 20px;
    margin-top: 5px;
}

.cart-bottom #easycheckout-shippingmethod .sp-methods dd li input {
    top: 0;
}

.cart-bottom #easycheckout-shippingmethod .sp-methods dd li label {
    max-width: 90%;
    font-size: 13px;
}

.cartInit-float .triangle {
    margin-left: -7px;
    position: absolute;
}

.bg_tri {
    display: inline-block;
    top: 4px;
    width: 3px;
    height: 3px;
    border: 5px solid transparent;
    border-right-color: #fe5366;
    left: -3px;
}

.cart-bottom .discount {
    background: #fff;
    padding: 15px 25px;
    line-height: 1;
    text-align: right;
}

.checkout-cart-index form#discount-coupon-form {
    margin-bottom: 10px;
}

.cart-bottom .methods-separator {
    display: none;
}

.product-label.product-label-label.product-label-120 {
    position: absolute;
    right: 16px;
    bottom: 0;
}

span.product-label-icon.label-color_120 {
    color: green;
    font-size: 11px;
    width: 90px;
    display: inline-block;
    text-align: center;
    background: url(https://471222.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/360hdvideo.png)no-repeat scroll 0 0/80px auto;
    text-indent: -9999px;
    height: 30px;
}

a#payment-tool-tip-close {
    color: red;
}

.paypal-express-review #review-buttons-container .btn-checkout {
    opacity: 1 !important;
}

.checkout-onepage-failure p {
    text-align: center;
}

.checkout-onepage-failure p a {
    color: #ff7988;
    text-decoration: underline;
}

.sales-guest-view .col-main {
    width: 800px;
}

.checkout-onepage-index #easycheckout-paymentmethod-available .sp-methods .form-list {
    padding-left: 10px;
    padding-top: 12px;
}

.header-float .user-panel {
    margin-left: -35px;
}

#sln-overlay-totals {
    display: none !important;
}

.user-gallery-content {
    margin: 0 auto;
    width: 1280px;
    position: relative;
}

.upload_person-button {
    display: inline-block;
    position: relative;
}

.upload_person-button a.btn-upload-person {
    background: #e60044 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-weight: bolder;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    text-indent: 2em;
    width: 307px;
    z-index: 8;
}

.upload_person-button a.btn-upload-person::before {
    background: rgba(0,
            0,
            0,
            0) url("https://9e303c.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/icon-control.png") no-repeat scroll -160px 0 / cover;
    color: #000;
    content: "";
    display: inline-block;
    height: 20px;
    left: 100px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
}

.upload_person-button input.product-custom-option {
    cursor: pointer;
    height: 40px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 307px;
    z-index: 9;
}

span.filename_img {
    width: 140px;
    height: 40px;
    display: inline-block;
}

.filename_img input#imgname {
    opacity: 1;
    position: absolute;
    left: 128px;
    z-index: 1;
}

#aball {
    display: inline-block;
}

.user-gallery-viewport .upload-wrap a {
    text-transform: uppercase;
}

.layui-layer.layui-layer-page.layer-anim {
    display: none !important;
}

.notice-nav {
    background: #ff7988 none repeat scroll 0 0;
    border: 1px solid #ff7988;
    border-radius: 5px;
    font-size: 12px;
    height: 25px;
    line-height: 21px;
    padding: 2px 4px;
    position: absolute;
    left: 20px;
    top: -22px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.notice-nav .triangle-nav {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #ff7988;
    height: 0;
    left: 12px;
    position: absolute;
    top: 24px;
    width: 0;
}

.cart-right .countdownBox {
    margin-left: 0;
    margin-top: 10px;
    clear: both;
    overflow: hidden;
}

.cart-right .countdownBox .cb-info {
    margin-right: 5px;
    text-align: right;
    width: 100%;
}

.cart-right .countdownBox .cb-time {
    display: block;
    float: right;
}

.cart-right .countdownBox .cb-time .clock span#seconds {
    margin-right: 0;
}

.product-cart-feature .head_bg h3 {
    font-size: 18px;
    padding: 20px 10px 10px;
    text-decoration: underline;
    color: #333;
    font-weight: normal;
    text-align: center;
    text-transform: capitalize;
}

.product-cart-feature {
    background: #fff;
    padding: 0 15px;
    padding-bottom: 20px;
}

.product-cart-feature .bmproducts-featured {
    clear: both;
    overflow: hidden;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.product-cart-feature .products-tab {
    overflow: hidden;
}

.product-cart-feature .products-tab li {
    width: 33.3333%;
    float: left;
    padding: 10px 0;
    position: relative;
    text-align: center;
    font-size: 12px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin: 0
}

.product-cart-feature .products-tab li .tab-product-img img {
    margin: 0 auto 2px;
}

.tab-other-info .special-price-list .price-label,
.tab-other-info .special-price-list .m-discount-save,
.tab-other-info .old-price-list .price-label,
.tab-other-info .old-price-list {
    display: none;
}

.tab-other-info {
    text-align: center;
}

.tab-other-info .special-price-list {
    text-align: center;
    color: #ff7988;
    font-size: 16px;
}

.product-cart-feature.product-404-feature {
    padding: 0;
    margin-bottom: 40px;
}

.product-cart-feature.product-404-feature .bmproducts-featured .products-tab li {
    width: 25%;
}

.product-cart-feature.product-404-feature .head_bg h3 a {
    color: #3399cc;
    font-size: 24px;
}

.product-view .add-to-cart-buttons .button.validation-passed {
    background: #fe5366;
}

.cart-right .checkout-types .method-checkout-cart-methods-onepage-bottom,
.echeckout-right .button-set button.button {
    position: relative;
}

.echeckout-right .button-set button.validation-passed {
    background: #ff0000;
}

.echeckout-right .button-set button.validation-passed .place-order-button>span {
    background: #fe5366 url(https://2b5c11.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/images/secure.png)no-repeat scroll 14px 11px/24px auto !important;
}

.cart-right .checkout-types .method-checkout-cart-methods-onepage-bottom .wait,
.echeckout-right .button-set button.button .wait {
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    height: 38px;
    display: none;
}

.echeckout-right .button-set button.button .wait {
    right: 56px;
}

.cart-right .checkout-types .method-checkout-cart-methods-onepage-bottom .wait.on-checkout,
.echeckout-right .button-set button.validation-passed .wait {
    display: block;
    background: url(https://ca9507.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/loading_1.gif) no-repeat scroll 0 16px/16px auto;
}

.product-catalog-views-recommend .block-title {
    font-size: 20px;
    text-align: center;
}

.product-catalog-views-recommend .price-box {
    display: none;
}

.product-cart-feature .tab-other-info {
    display: none;
}

.category-main-list.is-open .category-description {
    width: 945px;
    display: inline-block;
    float: right;
}

.category-main-list.is-open .category-description img {
    width: 100%;
}

.cancellation_table {
    border-collapse: collapse;
    border: 0;
    color: #222;
    font-size: 14px;
    width: 100%;
}

.cancellation_table tr,
.cancellation_table td {
    border: 0;
}

.cancellation_table td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
}

.cancellation_table tr:nth-child(1) td,
.cancellation_table tr:nth-child(2) td {
    background: #f7f7f7;
    font-size: 16px;
    font-weight: bold;
}

.cancellation_table tr:nth-child(2) td {
    font-size: 14px;
}

.cms-memorial-day-specials-sale-html .main,
.cms-memorial-day-specials-sale-html .main .col-main {
    width: 100%;
}

.cms-memorial-day-specials-sale-html .main .col-main {
    background: #fef9fa;
    overflow: hidden;
}

.memorial-sale-top,
.col-main .memorial-sale-list:nth-child(4) {
    background: #fff;
}

.memorial-sale-top .icon-star {
    display: inline-block;
    margin: 0 20px;
    width: 38px;
    height: 38px;
    background: url(https://b3329c.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/icon_star.png)no-repeat scroll 0 0;
}

.memorial-sale-title {
    padding: 20px 0;
    text-align: center
}

.memorial-icon {
    line-height: 170px;
    text-align: center;
}

.memorial-icon-text {
    font-family: monospace;
    font-size: 36px;
    font-weight: bold;
}

.line-data {
    display: inline-block;
    width: 450px;
    height: 3px;
    background: #b3232d;
    margin-bottom: 5px;
}

.title-text {
    font-size: 24px;
    color: #b3232d;
    line-height: 50px;
    padding: 10px 0;
    width: 260px;
    display: inline-block;
}

.memorial-sale-list {
    clear: both;
    overflow: hidden;
}

.memorial-sale-list .bmproducts-featured {
    width: 1170px;
    margin: 0 auto;
}

.memorial-sale-list li {
    width: 25%;
    float: left;
    padding: 0 20px 25px;
    box-sizing: border-box;
}

.memorial-sale-list li .product-image {
    width: 100%;
}

.memorial-sale-list .tab-other-info {
    margin-top: 6px;
    height: 28px;
    line-height: 28px;
}

.memorial-sale-list .tab-other-info {
    color: #333;
    font-weight: bold;
}

.memorial-sale-list .tab-other-info .special-sale {
    display: inline-block;
    text-indent: -9999px;
    background: url(https://c37f8e.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/special-sale.png)no-repeat scroll 0 0;
    width: 125px;
}

#tabs-detail ul {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

#tabs-detail ul.subsection_tabs li {
    width: 33.333%;
    float: left;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
}

#tabs-detail ul.subsection_tabs li a {
    color: #999;
    display: block;
    padding: 8px 0;
    font-weight: bold;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    cursor: pointer;
}

#tabs-detail ul li.select,
#tabs-detail ul li a.active {
    border-bottom: 1px solid #000;
}

#tabs-detail ul li.select a,
#tabs-detail ul li a.active {
    color: #000;
}

#tabs-detail .tabs-content {
    padding: 25px 25px 0;
    display: none;
}

#tabs-detail .tabs-content.select {
    display: block;
}

.descrition-info {
    display: block;
    text-align: center;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
}

.descrition-info .report-title {
    font-size: 18px;
    margin: 20px 0;
    color: #444;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
}

.descrition-info p {
    font-size: 16px;
}

.size-guide-navs {
    display: flex;
}

.size-guide-navs .nav-items {
    flex: 1;
    font-size: 14px;
    background-color: #eee;
    padding: 10px;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
}

.size-guide-navs .nav-items.select {
    background-color: #222;
    color: #fff;
}

.size-guide-content .content-items {
    display: none;
}

.size-guide-content .content-items.select {
    display: block;
}

.separator {
    margin: 10px;
    background: -webkit-linear-gradient(left,
            #fff,
            #fff,
            #fff);
    height: 1px;
}

.size-guide-content .content-items .short-describe {
    margin: 10px 0;
    font-size: 13px;
    color: #222;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
}

.size-guide-content .content-items .steps-list .items {
    display: flex;
    margin-bottom: 20px;
}

.content-items .notes-wrapper {
    margin-bottom: 20px;
}

.size-guide-content .content-items .steps-list .items .media {
    flex: 1;
    max-width: 270px;
}

.size-guide-content .content-items .steps-list .items .media img {
    width: 100%;
}

.size-guide-content .content-items .steps-list .items .step-describe {
    flex: 1.5;
    margin-left: 20px;
}

.size-guide-content .content-items .steps-list .items .step-describe .step-title {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin-bottom: 15px;
}

.size-guide-content .content-items .notes-wrapper .notes-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.size-guide-content .content-items .notes-wrapper .notes-list .items,
.step-content {
    font-size: 12px;
    color: #222;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
}

.size-guide-content .content-items .notes-wrapper .notes-list .items .num {
    margin-right: 10px;
}

.size-guide-content .content-items .table-wrapper {
    border-top: 1px solid #ccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin-bottom: 20px;
    position: static;
    border-top: none;
}

.size-guide-content .content-items table {
    width: 100%;
}

.size-guide-content .content-items .table-wrapper table.size-table th,
.size-guide-content .content-items .table-wrapper table.size-table td {
    padding: 10px 0;
    border: none;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    border: 1px solid #ddd;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
}

.size-guide-content .content-items .table-wrapper table.necklace-size-table thead th:last-child {
    width: 50%;
}

.size-guide-content .content-items .table-wrapper table.necklace-size-table tbody>tr:nth-of-type(even) {
    background-color: #f4f4f4;
}

.size-guide-content .content-items .table-wrapper table.size-table th {
    background-color: #f4f4f4;
}

.modal-popup {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s,
        opacity .3s ease;
    transition: visibility 0s .3s,
        opacity .3s ease;
    z-index: 900;
    overflow-y: auto;
}

.modal-popup.show_size {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.modal-popup .size-guide-popup {
    margin: 8rem auto;
    width: 48%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0,
            0,
            0,
            .35);
    opacity: 1;
    pointer-events: auto;
    text-align: center;
    z-index: 900;
}

.modal-popup.show_size .size-guide-popup {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.modal-popup #size-chart {
    padding: 0 30px;
    position: relative;
}

.size_chart {
    position: absolute;
    right: 0;
    top: 3px;
    cursor: pointer;
}

.size_chart i {
    width: 26px;
    height: 26px;
    display: inline-block;
    background: url(https://fa6702.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/scale.jpg) no-repeat scroll 0 0;
    float: left;
    background-size: 25px;
}

.size_chart a {
    color: #000;
    font-size: 14px;
    line-height: 27px;
}

.modal-header {
    height: 50px;
}

.modal-header span {
    width: 50px;
    height: 45px;
    display: inline-block;
    float: right;
    background: url(https://3cc2db.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/close.png)no-repeat scroll 14px 14px;
}

.modal-popup .size-guide-content {
    padding: 5px 10px 30px;
    max-height: 500px;
    overflow-y: auto;
}

.modal-overlay {
    background-color: rgba(51,
            51,
            51,
            .55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 899;
}

.toggle-content {
    padding: 10px;
}

.toggle-content h3 {
    color: #000;
    margin: 20px 0 10px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
}

.toggle-content dl dt {
    padding: 8px 8px 8px 24px;
    position: relative;
    display: block;
    border-bottom: 1px #999 solid;
    overflow: hidden;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    color: #444;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    margin-bottom: 10px;
}

dt.tab.current {
    display: none;
}

li.last.current {
    display: none;
}

.toggle-tabs .last {
    display: none;
}

.toggle-content dl dd {
    line-height: 24px;
    width: 100%;
    display: none;
    padding: 10px 0 10px 24px;
    box-sizing: border-box;
    font-size: 12px;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
}

.toggle-content dl dd.current-dd {
    display: block;
}

.toggle-content dl dt:hover {
    background: #f8f8f8;
    color: #444444;
}

.toggle-content dl dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #000;
    border-right: 0;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}

.toggle-content dl dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #000;
    border-bottom: 0;
    left: 6px;
    top: 50%;
    margin-top: -3px;
}

.col-pc-top {
    width: 100%;
    margin-bottom: 30px;
    float: left;
}

.col-pc-bottom {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.tab-flex {
    width: 40%;
    float: left;
    margin-left: 20px;
    margin-right: 100px;
}

.cms-bridal-set .main {
    width: 100%;
    margin: 0 auto;
}

.cms-bridal-set .col-main {
    width: 100%;
}

.customer-account-login .col1-layout .col-main {
    overflow: hidden;
}

.cms-no-route .col-main,
.not-found-page .top-area img {
    width: 100%;
}

.not-found-page .center-area,
.not-found-page .bottom-area {
    width: 1280px;
    margin: 0 auto;
}

/*.not-found-page .idx-prod,.not-found-page .index-list,.not-found-page  .idx-prod .product-list{*/

/*width:1170px;*/

/*}*/
.not-found-page .title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 20px;
    text-transform: capitalize;
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-style: normal;
    color: #444;
}

.not-found-page .index_middle_title {
    font-size: 20px;
    /*font-weight: 600;*/
    text-align: center;
    /*margin: 20px;*/
    /*text-transform:capitalize;*/
    font-family: 'Open Sans',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-style: normal;
    color: #444;
}

.not-content {
    display: flex;
    justify-content: center
}

.not-found-page .content-left {
    display: flex;
    flex-direction: row;
}

.not-found-page .content-right {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.not-found-page .content-two {
    margin-left: 20px;
}

.not-found-page .content-four {
    margin-top: 15px;
}

.review-customer-index .ratings-table .rating-box .rating {
    background-position: 0 -600px;
}

#tabs-detail .tabs-content.tabs-info {
    /*height:305px;*/
    overflow: hidden;
}

.slide-detail {
    position: relative;
    margin-top: 12px;
    float: left;
    width: 100%;
}

.slide-detail span {
    width: 55px;
    height: 35px;
    display: block;
    margin: 0 auto;
    background: url(https://7e68f6.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/icons-pc.png)no-repeat scroll 17px -139px;
    border: 1px solid #bababa;
}

.slide-detail.slide-show span {
    transform: rotate(180deg);
}

#tabs-detail .tabs-content.tabs-slide.tabs-info {
    height: auto;
}

.input-box .option-bottom .truck-box .truck-icon {
    display: inline-block;
    width: 20px;
    height: 14px;
    background: url(https://7e68f6.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/icons-pc.png);
    background-position-y: -63px;
    background-position-x: 0px;
    margin-right: 8px;
    margin-top: 2px;
}

body.has-modal {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.product-recently {
    clear: both;
    padding-top: 20px;
    position: relative;
}

.product-recently .block-title {
    font-size: 24px;
    text-align: center;
    margin: 20px 0;
}

img.pro-list {
    width: 160px;
}

.product-recently .block-content-recently li {
    width: 256px;
    float: left;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://5989d7.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/font/Open-Sans/open_sans.eot');
    src: url('https://01b5ef.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/font/Open-Sans/open_sans.eot#iefix') format('embedded-opentype'),
        url('https://8e16c9.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/font/Open-Sans/open_sans.woff') format('woff'),
        url('https://52eafb.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/font/Open-Sans/open_sans.ttf') format('truetype'),
        url('https://d39226.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/font/Open-Sans/open_sans.svg#fontName') format('svg');
}

@font-face {
    font-family: 'Functionpro';
    src: url('https://3f3e86.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/font/functionpro/functionpro-medium.eot');
    src: url('https://e1f807.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/font/functionpro/functionpro-medium.eot#iefix') format('embedded-opentype'),
        url('https://88a2ea.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/font/functionpro/functionpro-medium.woff') format('woff'),
        url('https://a2deec.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/font/functionpro/functionpro-medium.ttf') format('truetype'),
        url('https://f80450.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/font/functionpro/functionpro-medium.svg#fontName') format('svg');
}

/* ==========================================================================
   修改后导航css
   ========================================================================== */

/*navigation*/
.sticky-wrapper {
    height: 50px;
    position: relative;
}

.nav-sections {
    left: 0;
    margin-bottom: 10px;
}

.nav-sections-item-content {
    display: block !important;
}

.nav-sections .nav-sections-item-content>.navigation {
    width: 100%;
    max-width: 100%;
    z-index: 100;
    display: block;
}

.nav-sections .navigation {
    background: 0 0;
    text-align: center;
}

.nav-sections .nav-sections-item-content>.navigation>ul {
    max-width: 1280px;
    margin: 0 auto;
    position: static;
}

.navigation li.level0 {
    margin: 0;
    border-top: none;
    display: inline-block;
    position: static;
}

.nav-sections .nav-fixed .level0 .level-top {
    display: inline-block;
    line-height: 50px;
    padding: 0 17px;
}

.nav-sections .nav-slide .level0 .level-top {
    display: inline-block;
    line-height: 50px;
    padding: 0 13px;
}

.logo-li {
    margin: 0;
    border-top: none;
    display: inline-block;
    position: static;
}

.navigation .level0>.level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
}

.level0>a.level-top>span {
    text-transform: uppercase;
}

.nav-sections .mega-menu-content {
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 100;
    /*padding-bottom: 10px;*/
    box-shadow: 0 13px 10px -15px #333;
    top: 50px;
    border-top: 1px solid #f1f1f1;
    -webkit-transition: all 0.1s ease-in-out;
}

.nav-sections .mega-menu-content .mega-menu-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.catalog_head {
    width: 1240px;
    margin: auto;
    padding: 15px 0;
    background-color: #ffffff;
}

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

.catalog_head h4 {
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
}

.catalog_name_list {
    float: left;
    width: 620px;
}

.catalog_name_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.catalog_name_list ul li a {
    color: #000;
    text-decoration: none;
}

.catalog_name_list ul li {
    list-style: none;
    margin: 5px 0;
    padding: 0;
    text-align: left;
    width: 50%;
    float: left;
}

.catalog_name_list .ul-gift li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    float: none;
    width: auto;
}

.catalog_name_list ul li h4 {
    margin: 15px 0;
    font-size: 12px;
}

.catalog_name_list ul li .nav-name:hover {
    color: #999;
    /*text-decoration: underline;*/
}

.catalog_name_list ul li .nav-name {
    font-size: 12px;
}

.nav-name {
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
}

.catalog_name_list ul li .nav-hot {
    background-color: #f33;
    color: #fff;
    font-style: italic;
    font-size: 12px;
    -webkit-transform: scale(.7);
    border-radius: 40px;
    width: 58px;
    text-align: center;
    margin-top: -2px;
    text-transform: capitalize;
    display: inline-block;
}

.catalog_name_list ul li .nav-new {
    background-color: #48d46f;
    font-style: italic;
    font-size: 12px;
    -webkit-transform: scale(.7);
    border-radius: 40px;
    width: 45px;
    text-align: center;
    margin-top: -2px;
    text-transform: capitalize;
    color: #fff;
    display: inline-block;
}

.nav-new:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 5px;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-right-color: #0cc485;
}

.catalog_icon {
    float: right;
    width: 620px;
    /*background-color: #48d46f;*/
}

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

.catalog_icon_gift {
    float: right
}

.catalog_head_h3 {
    margin: 10px 0 20px 0;
    font-weight: normal;
    text-align: left;
    font-size: 17px;
    position: relative;
    color: #474747;
    text-transform: capitalize;
}

.catalog_view_all {
    text-align: center;
    font-size: 15px;
    margin: 5px;
    /*font-weight: 600;*/
}

.catalog_view_all>a:hover {
    text-decoration: underline;
    color: black;
}

.navigation .mega-menu-content {
    display: none;
    position: absolute;
}

/*.parent > :hover .mega-menu-content{*/

/*display: block;*/

/*}*/
.level0:hover .mega-menu-content {
    display: block;
}

.level0:hover {
    /*border-bottom: 2px solid #ddd;*/
}

.level0>.level-top:hover {
    color: red;
}

.cms-daily-deal-html .main {
    width: 100%;
}

.cms-daily-deal-html .main-daily {
    width: 1170px;
    margin: 0 auto;
}

.cms-daily-deal-html .col-main {
    width: 100%;
}

.cms-daily-deal-html .title-text {
    width: 440px !important;
}

.cms-daily-deal-html .memorial-sale-title {
    padding: 0 !important;
    margin: 92px 0;
}

.cms-daily-deal-html .memorial-one {
    background: #f3b2c8;
}

.cms-daily-deal-html .memorial-two {
    background: #b4e7e0;
}

.cms-daily-deal-html .memorial-three {
    background: #fff1ca;
}

.cms-daily-deal-html .memorial-four {
    background: #f8e0ed;
}

.cms-daily-deal-html .step-page {
    line-height: 80px;
    background: #f3b2c8;
    margin: 59px auto 60px;
    text-align: center;
    font-size: 24px;
    float: left;
}

.cms-daily-deal-html .miao-point {
    position: relative;
    top: -80px;
    display: block;
    height: 0;
    overflow: hidden;
}

.cms-daily-deal-html .category-main-list .category-main.col-md-9 {
    margin-top: 0 !important;
    padding-top: 10px;
}

.cms-daily-deal-html .menu-deliy {
    padding: 0;
    margin: auto !important;
    list-style: none;
    width: 1170px;
}

.cms-daily-deal-html .clearfix {
    zoom: 1;
}

.cms-daily-deal-html .menu-deliy a {
    color: #000;
    text-decoration: none;
}

.cms-daily-deal-html .menu-deliy li {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    width: 24.039%;
    line-height: 40px !important;
    text-align: center;
    margin-right: 15px;
    float: left;
}

.cms-daily-deal-html .step-one {
    background: #f3b2c8;
}

.cms-daily-deal-html .step-two {
    background: #b4e7e0;
}

.cms-daily-deal-html .step-three {
    background: #fff1ca;
}

.cms-daily-deal-html .step-four {
    background: #f8e0ed;
}

.cms-daily-deal-html .product-image-area a {
    width: 100% !important;
}

/*===========================================================================================================================================
 input  @Shipping and Delivery
===========================================================================================================================================*/
.nav-height {
    position: relative;
}

.nav-wrap {
    width: 100%;
}

.nav-wrap.navFix {
    position: fixed;
    top: 52px !important;
    z-index: 99999;
}

.nav-wrap ul {
    display: block !important;
}

.nav-wrap.navFix ul {
    border-bottom: 0;
}

.nav-wrap li a {
    display: block;
    padding: 0 20px;
    font-size: 20px;
    color: #333;
    text-decoration: none;
}

.order-step .step {
    font-size: 14px;
    text-align: center;
    float: left;
    width: 25%;
    padding: .5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.order-step .step h4 {
    text-align: center;
    margin-bottom: 5px;
}

.order-step .step .step-img {
    position: relative;
}

.order-step .step .step-img img {
    width: 50px;
    height: 50px;
    background: #fff;
    display: block;
    margin: 5px auto;
    position: relative;
    z-index: 10;
}

.order-step .step .step-img .line {
    width: 100%;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: 25px;
    border: 2px solid #ddd;
    z-index: 3;
    top: 49%;
}

.order-step .step .step-img .line-color {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: 20px;
    border: 2px solid #333;
    z-index: 5;
    top: 49%;
}

.order-step .step-text {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

.suggest {
    width: 60%;
    margin: 0 auto;
    border: 1px solid #ccc;
    margin-top: 20px;
    padding: 10px;
}

.suggest p {
    font-size: 13px;
    text-align: inherit;
}

.suggest span {
    font-weight: bold;
    font-size: 16px;
    float: left;
    margin-right: 10px;
}

.suggest i {
    background: url("https://d997d4.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/paypal.png")no-repeat scroll;
}

.cms-mother-day-html .main {
    width: 100% !important;
}

.cms-mother-day-html .col-main {
    width: 100% !important;
}

.main-festival {
    background: #ffe4f3;
}

.main-festival.festival-1 {
    background: url("https://6513ff.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/festival-2.jpg") #ffe4f3 no-repeat;
}

.memorial-sale-title {
    background: url("https://e34bf8.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/pc_title.jpg") no-repeat;
}

.cms-mother-day-html .memorial-sale-list {
    width: 1240px;
    margin: 0 auto;
}

.cms-mother-day-html .main-daily {
    background: #ffe4f3;
}

.cms-mother-day-html .list-menu-div {
    position: fixed;
    right: 0;
    top: 25%;
    width: 205px;
    padding: 5px;
    z-index: 999;
    border-radius: 5px;
    background: #fed8e5;
}

.cms-mother-day-html .list-menu-div ul li {
    padding: 0;
    line-height: 40px !important;
    margin: 0;
    text-align: center;
}

.cms-mother-day-html .list-menu li a {
    text-decoration: none;
    color: #222;
    font-size: 13px;
}

.cms-mother-day-html .promotion span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 5px;
}

.cms-mother-day-html .list-menu-li-select {
    color: #777 !important;
    background: #fff;
    border-radius: 5px;
}

.cms-mother-day-html .list-menu-li-select a {
    border-bottom: 1px solid #222;
}

.cms-mother-day-html .list-cate {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
}

.cms-mother-day-html .header-float {
    z-index: 999;
}

.cms-mother-day-html .memorial-sale-list li {
    padding: 0 10px 20px;
    background: #f9cee1;
}

.festival-view {
    width: 100%;
    background: #f9cee1;
    float: left;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.festival-view .view-box {
    background: #FF7988;
    width: 150px;
    text-align: center;
    margin: 20px auto 35px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    cursor: pointer;
    overflow: hidden;
}

.cms-mother-day-html .memorial-sale-title {
    padding: 35px 0;
    text-align: center
}

.cms-mother-day-html .title-text {
    width: 100%
}

/*pop-up box*/
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,
            0,
            0,
            .8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 50%;
    margin-left: -300px;
    width: 520px;
    background: #eee;
    position: absolute;
    z-index: 101;
    padding: 30px 40px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,
            0,
            0,
            .4);
    -webkit-box-shadow: 0 0 10px rgba(0,
            0,
            0,
            .4);
    -box-shadow: 0 0 10px rgba(0,
            0,
            0,
            .4);
}

.reveal-modal.small {
    width: 200px;
    margin-left: -140px;
}

.reveal-modal.medium {
    width: 400px;
    margin-left: -240px;
}

.reveal-modal.large {
    width: 600px;
    margin-left: -340px;
}

.reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px;
}

.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0,
            0,
            0,
            .6);
    font-weight: bold;
    cursor: pointer;
}

.fl.icon {
    float: left;
    width: 70px;
    height: 65px;
    background: url("https://0e0c2c.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/banner/footer-link.png") no-repeat;
}

.footer_links_top .why_links,
.footer {
    clear: both;
    width: 1280px;
    margin: 10px auto 0;
    overflow: hidden;
}

/*product pull-down */
.product-item {
    border-top: solid 1px #eee;
    display: none;
}

.product-item .pull-down {
    border-bottom: solid 1px #eee;
}

.item_title.toggle {
    line-height: 25px;
    box-sizing: border-box;
    color: #000;
    padding: 10px 0 10px 5px;
    position: relative;
    cursor: pointer;
}

.product-item .pull-down .item_title.toggle:after {
    margin: 0 23px 0 0;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: '';
    background: rgba(0,
            0,
            0,
            0) url(https://957e5f.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/categroy-down.png) no-repeat scroll -5px -3px / 22px auto;
    transition: transform .25s;
    opacity: 0.6;
}

.product-item .pull-down .item_title.toggle.active:after {
    background: rgba(0,
            0,
            0,
            0) url(https://b48d55.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/categroy-up.png) no-repeat scroll -5px -3px / 22px auto;
}

.product-item .item_content p {
    font-size: 13px;
}

.product-item #product-attribute-specs-table>tbody {
    width: 275px;
    margin-left: 0;
}

.product-item #product-attribute-specs-table>tbody:nth-child(2) {
    width: 280px;
}

.product-item #product-attribute-specs-table>tbody:nth-child(2) th {
    width: 115px;
}

.product-item #product-attribute-specs-table>tbody:nth-child(2) td {
    width: 160px;
    padding: 5px 0;
    padding-left: 10px;
}

.product-item #product-attribute-specs-table tbody th {
    width: 145px;
    padding: 5px 0;
}

.product-item #product-attribute-specs-table tbody td {
    width: 110px;
    padding-left: 10px;
}

.product-item th.attribute-group.label {
    width: 100% !important;
}

.product-item .shipping-policy .item_content {
    padding: 0 40px 20px 10px;
    line-height: 24px;
}

.product-item .pro-table {
    margin-top: 10px;
}

.product-item .pro-table table {
    width: 100%;
}

.product-item .pro-table td {
    font-size: 13px;
    border: 1px solid #9999;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
    line-height: 15px;
    height: 27px;
}

.product-item a.learn-more {
    color: #e60044;
    font-size: 14px;
    text-decoration: underline;
    margin: 10px 0 0;
    display: inline-block;
}

.product-explain {
    border-top: solid 1px #eee;
    padding: 10px 10px 10px 0;
    font-size: 12px;
    color: #000;
    font-weight: 900;
}

.product-explain ul li {
    padding: 5px 0;
}

.product-explain ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #888;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.product-explain p {
    font-size: 13px;
    font-weight: 600;
}

i.nav-icon {
    font-size: 14px;
    color: red;
}

.mega-menu-content i.icon.photofont.photo-likefill {
    color: red;
    font-size: 15px;
}

.box1-collateral.box-additional {
    margin-top: 15px;
}

.cms-30-day-return-policy-htm .std p {
    color: #222;
}

h2.title.txt-u {
    text-align: center;
    color: #000;
    padding: 20px 0;
    font-size: 30px;
}

.go-left.fl.col-sm-6 {
    float: left;
}

.go-right.fr.col-sm-6 {
    float: right;
    width: 50%;
}

.go-top h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}

.go-top.fl {
    float: left;
}

.go-top h2 {
    font-size: 26px;
    color: #000 !important;
    margin-bottom: 10px;
}

.go-bottom.fl {
    float: left;
    margin-top: 15px;
}

.col-sm-8.fr {
    float: right;
    width: 60%;
}

ul.fl.col-xs-12 li {
    float: left;
    width: 20%;
    text-align: center;
}

.cms-about-us-htm .col-main {
    width: auto !important;
}

.cms-about-us-htm .page-title {
    display: none
}

.show-aboutus.container.mb50 {
    width: 1200px;
}

.col-xs-12 {
    overflow: hidden;
    padding: 5px 0;
}

.col-xs-12.col-sm-6.pr3 {
    float: left;
    width: 50%;
}

.col-xs-12.col-sm-6.fr {
    float: right;
    width: 50%;
    text-align: right;
}

span.col-xs-6.col-sm-6.t-right {
    display: inline-block;
    width: 50%;
    float: left;
}

.col-xs-6.col-sm-6.pr3 {
    float: left;
    width: 50%;
}

.col-xs-6.col-sm-6.fr {
    width: 50%;
    float: right;
    text-align: right;
}

span.col-xs-12.col-sm-6.t-right {
    display: inline-block;
    width: 50%;
    float: left;
}

span.col-xs-6.col-sm-6.pl6 {
    float: right;
}

.banner-about-mb {
    display: none;
}

.footer_links_top {
    text-align: center;
    background-color: #0a0204;
    padding: 3% 0 2% 0;
    border-bottom: 1px solid #333;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.footer-service-policy {
    width: 25%;
    float: left;
    color: #fff;
    height: 65px;
}

.footer-service-policy:nth-child(2) {
    padding-left: 10px;
}

.footer-service-policy:nth-child(3) {
    padding-left: 40px;
}

i.fl.icon.photo-icon-test1 {
    background-position: 2px 0;
}

i.fl.icon.photo-icon-test2 {
    background-position: -91px 0;
}

i.fl.icon.photo-icon-test3 {
    background-position: -181px 0;
}

i.fl.icon.photo-icon-test4 {
    background-position: -270px 0;
}

.policy-text {
    float: left;
    text-align: left;
    padding-left: 7px;
    line-height: 16px;
    height: 40px;
    margin-top: 12px;
    font-size: 12px;
    width: calc(100% - 85px);
    width: -webkit-calc(100% - 85px);
    width: -moz-calc(100% - 85px);
    width: -ms-calc(100% - 85px);
    color: #fff;
}

.policy-text .ys {
    font-size: 14px;
}

.header-float-center .carttop-nav {
    display: inline-block;
    position: static;
    vertical-align: sub;
}

.header-float-center .carttop-nav a {
    margin: 0 !important;
}

.category-left .nav-by-filter {
    float: left;
}

#block-layered-nav-list {
    position: relative;
}

.catalog-product-view .col-main {
    padding-top: 11px;
}

.product-options-bottom {
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.go-aboutus {
    width: 1200px;
    overflow: hidden;
    margin: 20px auto;
}

.love-aboutus {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/*new about us*/
.intro.page-width,
.features.page-width {
    margin: 56px auto;
    text-align: center;
    line-height: 25.2px;
    padding: 28px 36px;
    width: 1228px;
}

.features.page-width {
    padding: 0 14px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
}

.about-us-title .about-title {
    color: #000 !important;
    text-align: center;
    margin: 14px;
    text-transform: capitalize;
    font-size: 38px;
}

.about-us-title .fs14 {
    font-size: 14px;
}

.features.page-width .about-us-icon {
    width: 26%;
    margin: 0 3%;
}

.features.page-width .about-us-icon .icon {
    height: 123px;
    width: 123px;
    line-height: 123px;
    max-width: 100%;
    background: #3dc9b3;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    margin: 0 auto 42px;
    text-align: center;
}

.features.page-width .about-us-icon .icon .icon-bg {
    margin-top: 33px;
    background-image: url('https://8d1f5f.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/aboutus-icon.png');
    background-repeat: no-repeat;
    width: 50px;
    display: inline-block;
    height: 50px;
}

.about-us-icon .icon .icon-bg.icon-bg-star {
    background-position: 0 -116px;
}

.about-us-icon .icon .icon-bg.icon-bg-location {
    background-position: 0 0;
}

.about-us-icon .icon .icon-bg.icon-bg-365 {
    height: 53px;
    background-position: 0 -60px;
}

.about-us-icon .fs14 {
    font-size: 14px;
    margin: 14px;
}

.about-us-icon h2.fs14 {
    color: #000;
    font-weight: 600;
}

.about-us-icon .fs14 {
    font-size: 14px;
    margin: 14px;
}

.about-text-center .text-list-item2 {
    clear: both;
    height: 400px;
}

.about-text-center .text-list-item,
.about-text-center .text-list-item2 {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
}

.about-text-center .text-list-item .text-list-img img {
    width: 100%;
    height: 100%;
}

.about-text-center .text-list-item .text-list-img,
.about-text-center .text-list-item .text-item-right,
.about-text-center .text-list-item2 .text-list-left,
.about-text-center .text-list-item2 .text-list-img {
    width: 50%;
}

.about-text-center .text-list-item .text-item-right h2,
.about-text-center .text-list-item .text-item-right p,
.about-text-center .text-list-item2 .text-list-left h2,
.about-text-center .text-list-item2 .text-list-left p {
    width: 52%;
    color: #777;
}

.about-text-center .text-list-item .text-item-right h2,
.about-text-center .text-list-item2 .text-list-left h2 {
    font-size: 36px;
    text-transform: capitalize;
    color: #000;
}

.about-text-center .text-list-item .text-item-right,
.about-text-center .text-list-item2 .text-list-left {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    text-align: center;
}

.about-text-center .text-list-item2 .text-list-img {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
    text-align: center;
    background: #09b8ae;
    color: #fff;
    height: 400px;
}

.about-text-center .text-list-img .col-about-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.about-text-center .text-list-img .col-about-1::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    display: inline-block;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
}

.about-text-center .text-list-img p {
    margin: 28px 0;
    color: #fff;
    font-weight: 600;
}

.checkout-cart-index .cart-empty .cart-empty-img {
    background: url(https://4022a4.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/empty-cart.png) no-repeat;
    width: 28px;
    height: 42px;
    margin: 30px auto 10px;
}

.checkout-cart-index p.cart-empty-text {
    font-size: 20px;
    letter-spacing: 0.8px;
    line-height: 28px;
    font-weight: 600;
    font-family: serif;
}

.checkout-cart-index .cart-empty-shopping {
    background: #ebebeb;
    width: 415px;
    text-align: center;
    line-height: 50px;
    margin: 50px auto;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: unset;
    display: block;
    font-weight: 600;
}

.cms-index-noroute.cms-no-route .footer-container {
    position: absolute;
    bottom: 0;
}

.footer-container.footer-fixed-bottom,
.footer-container-checkout.footer-fixed-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.cms-index-noroute.cms-no-route .not-found-page .page-title h1 {
    padding-bottom: 3px;
    margin-bottom: 48px;
    margin-top: 45px;
}

.recommendBox {
    clear: both;
    display: none;
}

.device .arrow-left i {
    background: url(https://7a6917.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/banner/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    filter: brightness(0.5);
    z-index: 10;
}

.device .arrow-right i {
    background: url(https://7a6917.claudeassets.com/20230331183442im_/https://www.sterlla.com/skin/frontend/rwd/default/images/banner/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    filter: brightness(0.5);
    z-index: 10;
}

.device .arrow-left {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    left: 0px;
    top: 42%;
    margin-top: -15px;
}

.device .arrow-right {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    right: 40px;
    top: 39%;
}

.prod-add-ttl {
    width: 100%;
    text-align: center;
    background: #c3edfd;
    padding: 10px;
    font-size: 16px;
}

.gift-product {
    border: 1px solid #ccc;
}

.prod-add-name {
    display: block;
    font-size: 16px;
    line-height: 50px;
}

.prod-add-price .price {
    margin-left: 70px;
}
/*
     FILE ARCHIVED ON 19:41:41 Mar 27, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:44:05 Jun 24, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.427
  exclusion.robots: 0.054
  exclusion.robots.policy: 0.045
  esindex: 0.007
  cdx.remote: 73.342
  LoadShardBlock: 112.145 (3)
  PetaboxLoader3.datanode: 121.753 (7)
  PetaboxLoader3.resolve: 75.554 (4)
  load_resource: 94.519
  loaddict: 24.031
*/