/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next-hover span,
.ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}

.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}

.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}

.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}

.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}

.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}

.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}

.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}

.ui-datepicker {
    width: auto;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}

.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}

.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}

.ui-timepicker-div {
    padding: 10px 0 5px 0;
}

.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute;
    /*must have*/
    z-index: -1;
    /*must have*/
    filter: mask();
    /*must have*/
    top: -4px;
    /*must have*/
    left: -4px;
    /*must have*/
    width: 200px;
    /*must have*/
    height: 200px;
    /*must have*/
}

.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.fotorama-grabbing-cursor,
.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    transform: translateZ(0)
}

.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
    outline: 0
}

.fotorama-focus-overlay:after {
    background-color: #006bb4;
    border-radius: inherit;
    content: ''
}

.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
    transform: none !important
}

.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
    transition-duration: 0ms;
    transition-property: transform, width;
    transition-timing-function: cubic-bezier(.1, 0, .25, 1)
}

.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
    user-select: none
}

.fotorama-select,
.fotorama__select {
    user-select: text
}

.fotorama-empty-bg {
    background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=)
}

.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
    margin: auto;
    padding: 0
}

.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
    *display: inline;
    *zoom: 1;
    -moz-box-orient: vertical;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle
}

.fotorama-content-box,
.fotorama__nav__frame {
    box-sizing: content-box
}

.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
    box-sizing: border-box
}

.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
    left: -99999px;
    position: absolute;
    top: -99999px;
    z-index: -1000
}

.fotorama-visible {
    left: auto;
    opacity: 1;
    position: relative;
    top: auto;
    z-index: auto
}

.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.transitionDuration {
    transition-duration: 333ms
}

.transitionDurationZero {
    transition-duration: 0ms
}

.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
    background-image: url('//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/mage/gallery/gallery.png');
    background-repeat: no-repeat
}

@media print {

    .fotorama-print-background,
    .fotorama-sprite,
    .fotorama__thumb-border,
    .fotorama__fullscreen .fotorama__zoom-out,
    .fotorama__fullscreen .fotorama__zoom-in,
    .fotorama__arr .fotorama__arr__arr,
    .fotorama__fullscreen-icon,
    .fotorama__video-play,
    .fotorama__thumb--icon,
    .fotorama__video-close {
        background: none !important
    }
}

.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
    box-shadow: none
}

.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
    border-radius: inherit;
    bottom: 3px;
    box-shadow: 0 0 3px 1px #00699d;
    content: '';
    left: 3px;
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 1000
}

.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
    left: 2px;
    right: 2px
}

.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
    overflow: inherit
}

.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
    left: 1px
}

.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
    top: 1px
}

.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
    right: 1px
}

.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
    bottom: 1px
}

.fotorama__thumb__arr {
    box-shadow: none
}

.fotorama--fullscreen {
    background: #fff;
    bottom: 0 !important;
    float: none !important;
    left: 0 !important;
    margin: 0 !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 1000 !important
}

.fotorama--fullscreen .fotorama__wrap {
    max-width: 100% !important
}

.fotorama__fullscreen {
    overflow: hidden;
    position: relative
}

.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
    cursor: pointer;
    display: block;
    height: 80px;
    overflow: hidden;
    position: absolute;
    width: 80px
}

.fotorama__fullscreen .fotorama__zoom-out {
    background-position: 0 -80px !important;
    top: 80px
}

.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
    display: none
}

.fotorama__fullscreen .fotorama__zoom-in {
    background-position: 0 0 !important;
    top: 0
}

.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
    display: none
}

.fotorama__fullscreen .fotorama__video-close {
    display: none
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
    display: none
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block
}

.fotorama__zoom-in,
.fotorama__zoom-out {
    display: none
}

.fotorama {
    min-width: 1px;
    overflow: hidden
}

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    direction: ltr;
    position: relative;
    z-index: 0
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl
}

.fotorama__stage,
.fotorama__nav {
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y
}

.fotorama__stage__shaft {
    position: relative
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important
}

.fotorama__stage__frame {
    overflow: hidden
}

.fotorama__stage__frame.fotorama__active {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none
}

.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
    display: block;
    left: 0;
    top: 0
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none
}

.fotorama__img {
    border: none !important;
    max-width: inherit;
    opacity: 0
}

.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
    opacity: 1
}

.fotorama__img--full {
    display: none
}

.fotorama__nav {
    display: none;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    z-index: 5
}

.fotorama__nav__shaft {
    left: 0;
    position: relative;
    text-align: left;
    top: 0
}

.fotorama__nav__frame {
    position: relative
}

.fotorama__nav--dots {
    display: block;
    text-align: center
}

.fotorama__nav--dots .fotorama__nav__frame {
    height: 30px;
    width: 18px
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
    display: none
}

.fotorama__nav--thumbs {
    display: block
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none
}

.fotorama__active .fotorama__dot {
    background-color: #ff5501;
    border-color: #ff5501
}

.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
    border-width: 3px;
    height: 0;
    width: 0
}

.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
    left: -3px;
    padding: 3px;
    top: -3px
}

.fotorama__nav__frame:focus {
    box-shadow: none
}

.fotorama__nav__frame:focus :after {
    left: -1px;
    padding: 1px;
    top: -1px
}

.fotorama__dot {
    border-radius: 6px;
    border: 1px solid #858585;
    display: block;
    height: 4px;
    left: 6px;
    position: relative;
    top: 12px;
    width: 4px
}

.fotorama__thumb {
    background-color: #ebebeb;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2
}

.fotorama__thumb-border {
    backface-visibility: hidden;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
    border: 1px solid #ff5501;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9
}

.fotorama__caption {
    bottom: 0;
    color: #000;
    font-size: 14px;
    left: 0;
    line-height: 1.5;
    position: absolute;
    right: 0;
    z-index: 12
}

.fotorama__caption a {
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.005);
    color: #000;
    text-decoration: none
}

.fotorama__caption a:hover {
    border-color: rgba(0, 0, 0, 0.005);
    color: #000
}

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0
}

.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
    display: none
}

.fotorama__caption__wrap {
    background-color: #fff;
    padding: 5px 10px
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fotorama__spinner {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    position: absolute;
    top: 50%
}

.fotorama__wrap--css3 .fotorama__spinner {
    animation: spinner 24s infinite linear
}

.fotorama__wrap--css3 .fotorama__html {
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: linear
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
    opacity: 0
}

.fotorama__select {
    cursor: auto
}

.fotorama__video {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 32px;
    z-index: 10
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent
    }
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
    cursor: pointer;
    position: absolute
}

.fotorama__arr {
    z-index: 900
}

.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
    z-index: 1000
}

.fotorama__arr {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 80px
}

.fotorama__arr .fotorama__arr__arr {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    position: absolute;
    top: 50%;
    height: 80px;
    width: 80px
}

.fotorama__arr--prev {
    left: 0
}

.fotorama__arr--prev .fotorama__arr__arr {
    background-position: -80px -80px
}

.fotorama__arr--next {
    right: 0
}

.fotorama__arr--next .fotorama__arr__arr {
    background-position: -160px -80px
}

.fotorama__arr--disabled {
    cursor: default;
    opacity: 0;
    pointer-events: none
}

.fotorama__fullscreen-icon {
    background-position: 0 0;
    display: none;
    height: 80px;
    right: 0;
    top: 0;
    width: 80px;
    z-index: 1000
}

.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
    display: none
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -80px 0;
    display: inline-block
}

.fotorama__video-play {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    position: absolute;
    top: 50%;
    background-position: -80px -160px;
    height: 160px;
    width: 160px
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none
}

.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
    display: block;
    opacity: 1
}

.fotorama__nav__frame .fotorama__video-play {
    background-position: 0 -240px;
    height: 80px;
    width: 80px
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1
}

.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
    display: none
}

.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
    opacity: 1;
    right: 93px;
    top: 97px
}

.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
    display: none
}

.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
    opacity: 1;
    right: 93px;
    top: 97px
}

.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
    display: none
}

.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
    opacity: 1;
    right: 93px;
    top: 97px
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(80px, -80px, 0);
    -ms-transform: translate3d(80px, -80px, 0);
    -o-transform: translate3d(80px, -80px, 0);
    transform: translate3d(80px, -80px, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-120px, 0, 0);
    -ms-transform: translate3d(-120px, 0, 0);
    -o-transform: translate3d(-120px, 0, 0);
    transform: translate3d(-120px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(120px, 0, 0);
    -ms-transform: translate3d(120px, 0, 0);
    -o-transform: translate3d(120px, 0, 0);
    transform: translate3d(120px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(80px, -80px, 0) !important;
    -ms-transform: translate3d(80px, -80px, 0) !important;
    -o-transform: translate3d(80px, -80px, 0) !important;
    transform: translate3d(80px, -80px, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-120px, 0, 0) !important;
    -ms-transform: translate3d(-120px, 0, 0) !important;
    -o-transform: translate3d(-120px, 0, 0) !important;
    transform: translate3d(-120px, 0, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(120px, 0, 0) !important;
    -ms-transform: translate3d(120px, 0, 0) !important;
    -o-transform: translate3d(120px, 0, 0) !important;
    transform: translate3d(120px, 0, 0) !important
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
    transition-duration: .3s;
    transition-property: transform, opacity, background-color
}

.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
    background-repeat: no-repeat;
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    text-decoration: none;
    z-index: 10
}

.fotorama__stage:before,
.fotorama__nav:before {
    left: -10px;
    top: -10px
}

.fotorama__stage:after,
.fotorama__nav:after {
    right: -10px;
    bottom: -10px
}

.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
    background-size: 1px 100%, 5px 100%;
    bottom: 0;
    height: auto;
    top: 0;
    width: 10px
}

.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
    background-size: 100% 1px, 100% 5px;
    height: 10px;
    left: 0;
    right: 0;
    width: auto
}

.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
    background-position: 0 0, 0 0;
    left: 0
}

.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
    background-position: 100% 0, 100% 0;
    right: 0
}

.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
    background-position: 0 0, 0 0;
    top: 0
}

.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
    background-position: 0 100%, 0 100%;
    bottom: 0
}

.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
    display: none
}

.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    position: absolute;
    top: 50%;
    width: 100%
}

.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    width: auto
}

.magnifier-thumb-wrapper {
    display: block;
    left: 0;
    position: relative;
    top: 0
}

.magnifier-lens {
    border: solid 1px #bbb;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 800
}

.magnify-lens {
    background: rgba(255, 255, 255, 0.5);
    border: solid 1px #bbb;
    color: #fff;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 1000;
    overflow: hidden
}

.magnify-lens .magnifier-large {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    border: none;
    position: absolute;
    z-index: 100
}

.magnifier-loader-text {
    margin-top: 10px
}

.magnifier-preview {
    bottom: 0;
    left: 58%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 2;
    top: 215px
}

.magnifier-preview:not(.hidden) {
    background-color: #fff
}

.magnifier-preview img {
    left: 0;
    max-width: inherit;
    max-height: inherit;
    position: absolute;
    top: 0;
    object-fit: scale-down
}

.fotorama__stage__frame {
    text-align: center
}

.fotorama__stage__frame .fotorama__img {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    transition-duration: .3s;
    transition-property: width, height, top, left;
    vertical-align: middle;
    width: auto
}

.magnify-opaque {
    opacity: .5
}

.magnify-hidden {
    display: none
}

.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    display: inline-block;
    left: 0;
    position: absolute;
    top: 0
}

.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
    background-color: white;
    width: 100%
}

.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
    display: block;
    padding-bottom: inherit !important
}

.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
    display: none
}

.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: inherit;
    max-width: inherit;
    position: absolute;
    right: 0;
    top: 0
}

.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    cursor: default;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    top: 0;
    transition: .3s linear;
    vertical-align: middle;
    width: auto
}

.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
    cursor: pointer;
    max-height: none;
    max-width: none;
    transition-property: width, height, bottom, right, top, left
}

.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
    cursor: move;
    transition-property: none
}

.fotorama--fullscreen .fotorama__stage__frame iframe {
    left: 80px;
    width: calc(100% - 80px * 2)
}

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    bottom: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 1000
}

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%
}

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
    left: 0
}

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    right: 0
}

.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    cursor: pointer;
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1000
}

.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: auto;
    width: 30px
}

.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
    top: 0
}

.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    bottom: 0
}

.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
    max-width: 99999px !important
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible
}

.fotorama__thumb--icon {
    font-size: 0.001px;
    padding-bottom: 30px
}

.fotorama__thumb__arr--left .fotorama__thumb--icon {
    background-position: -25px -265px
}

.fotorama__thumb__arr--right .fotorama__thumb--icon {
    background-position: -25px -350px
}

.magnify-fullimage {
    display: none
}

.fotorama__arr,
.fotorama__thumb__arr {
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color .3s ease-in-out
}

.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
    background-color: rgba(255, 255, 255, 0.5)
}

.fotorama__arr:active,
.fotorama__thumb__arr:active {
    background-color: rgba(213, 213, 213, 0.5)
}

.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color .3s ease-in-out
}

.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
    background-color: rgba(255, 255, 255, 0.5)
}

.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
    background-color: rgba(213, 213, 213, 0.5)
}

.fotorama__video-close {
    background-position: -80px 0;
    height: 80px;
    opacity: 0;
    right: 0;
    top: 0;
    transform: translate3d(80px, -80px, 0);
    transition: opacity .3s ease-in-out;
    width: 80px
}

@media all and (max-width:768px) {
    .fotorama__video-close {
        background-position: -100px -20px;
        top: 10px;
        height: 40px;
        width: 40px
    }
}

.fotorama__video-close.fotorama-show-control {
    opacity: 1;
    transform: translate3d(0, -10px, 0)
}

.gallery-placeholder__image {
    display: block;
    margin: auto
}

.fotorama__spinner {
    background-image: url('//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/loader-1.gif');
    bottom: 0;
    display: none;
    height: 64px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 64px;
    z-index: 100
}

.fotorama__spinner.fotorama__spinner--show {
    display: block
}

.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
    display: none !important
}

.fotorama__stage .fotorama__arr--shown {
    display: block !important
}

.fotorama__stage .fotorama__arr--hidden {
    display: none !important
}

body {
    margin: 0;
    padding: 0
}

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

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

nav ul,
nav ol {
    list-style: none none
}

img {
    border: 0
}

img,
object,
video,
embed {
    max-height: 100%;
    max-width: 100%
}

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

figure {
    margin: 0
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size-adjust: 100%
}

body {
    color: #333;
    font-family: helvetica neue, Verdana, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem
}

p {
    margin-top: 0rem;
    margin-bottom: 1rem
}

abbr[title] {
    border-bottom: 1px dotted #ccc;
    cursor: help
}

b,
strong {
    font-weight: 700
}

em,
i {
    font-style: italic
}

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

small,
.small {
    font-size: 12px
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: 20px
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dfn {
    font-style: italic
}

h1 {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 0rem;
    margin-bottom: 2rem
}

h2 {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

h3 {
    font-weight: 600;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem
}

h4 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 2rem
}

h5 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 2rem
}

h6 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
    color: #333;
    font-family: helvetica neue, Verdana, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

a,
.alink {
    color: #444;
    text-decoration: none
}

a:visited,
.alink:visited {
    color: #444;
    text-decoration: none
}

a:hover,
.alink:hover {
    color: #000;
    text-decoration: none
}

a:active,
.alink:active {
    color: #000;
    text-decoration: none
}

ul,
ol {
    margin-top: 0rem;
    margin-bottom: 2.5rem
}

ul>li,
ol>li {
    margin-top: 0rem;
    margin-bottom: 1rem
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

dl {
    margin-bottom: 20px;
    margin-top: 0
}

dt {
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0
}

dd {
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace
}

code {
    background: #f6f6f6;
    color: #111;
    padding: 2px 4px;
    font-size: 1.2rem;
    white-space: nowrap
}

kbd {
    background: #f6f6f6;
    color: #111;
    padding: 2px 4px;
    font-size: 1.2rem
}

pre {
    background: #f6f6f6;
    border: 1px solid #ccc;
    color: #111;
    line-height: 1.42857143;
    margin: 0 0 10px;
    padding: 10px;
    font-size: 1.2rem;
    display: block;
    word-wrap: break-word
}

pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap
}

blockquote {
    border-left: 0 solid #ccc;
    margin: 0 0 20px 40px;
    padding: 0;
    color: #333;
    font-family: helvetica neue, Verdana, Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    color: #333;
    line-height: 1.42857143;
    font-size: 1rem;
    display: block
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

blockquote cite {
    font-style: normal
}

blockquote:before,
blockquote:after {
    content: ''
}

q {
    quotes: none
}

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

cite {
    font-style: normal
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%
}

table th {
    text-align: left
}

table>tbody>tr>th,
table>tfoot>tr>th,
table>tbody>tr>td,
table>tfoot>tr>td {
    vertical-align: top
}

table>thead>tr>th,
table>thead>tr>td {
    vertical-align: bottom
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    padding: 11px 10px
}

button {
    background-image: none;
    background: #eee;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: helvetica neue, Verdana, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle
}

button:focus,
button:active {
    background: #e2e2e2;
    border: 1px solid #ccc;
    color: #333
}

button:hover {
    background: #e1e1e1;
    border: 1px solid #ccc;
    color: #333
}

button.disabled,
button[disabled],
fieldset[disabled] button {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

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

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: helvetica neue, Verdana, Arial, sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="datetime"]:disabled,
input[type="email"]:disabled {
    opacity: .5
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
    color: #575757
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
    color: #575757
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
    color: #575757
}

input[type="number"] {
    -moz-appearance: textfield
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="search"] {
    -webkit-appearance: none
}

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

select {
    background: #fff url('//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/select-bg.svg') no-repeat 100% 45%;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 1px;
    font-family: helvetica neue, Verdana, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 4px 25px 5px 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box
}

select:focus {
    border: 1px solid #c2c2c2
}

select:disabled {
    opacity: .5;
    background: #fff;
    border: 1px solid #c2c2c2
}

select[multiple] {
    height: auto;
    background-image: none
}

textarea {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: helvetica neue, Verdana, Arial, sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 1.42857143;
    margin: 0;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    resize: vertical
}

textarea:disabled {
    opacity: .5
}

textarea::-moz-placeholder {
    color: #575757
}

textarea::-webkit-input-placeholder {
    color: #575757
}

textarea:-ms-input-placeholder {
    color: #575757
}

input[type="checkbox"] {
    margin: 2px 5px 0 0;
    position: relative;
    top: 2px
}

input[type="checkbox"]:disabled {
    opacity: .5
}

input[type="radio"] {
    margin: 2px 5px 0 0
}

input[type="radio"]:disabled {
    opacity: .5
}

input.mage-error,
select.mage-error,
textarea.mage-error {
    border-color: #ed8380
}

div.mage-error[generated] {
    color: #e02b27;
    font-size: 1.2rem
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

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

form {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

address {
    font-style: normal
}

*:focus {
    box-shadow: none;
    outline: 0
}

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: 0 0 1px 1px #000
}

.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
    margin: 0;
    padding: 0;
    list-style: none none
}

.bundle-options-container .block-bundle-summary .bundle.items>li,
.product-items>li,
.prices-tier>li,
.search-terms>li,
.cart-summary .checkout-methods-items>li,
.opc-wrapper .opc>li,
.opc-progress-bar>li,
.checkout-agreements-items>li,
.order-details-items .items-qty>li,
.footer.content ul>li,
.block-banners .banner-items>li,
.block-banners-inline .banner-items>li,
.block-event .slider-panel .slider>li {
    margin: 0
}

.action-primary:focus,
.action-primary:active {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.action-primary:hover {
    background: #297aa3;
    border: 1px solid #006bb4;
    color: #fff
}

.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar>.primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
    border-radius: 3px
}

.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar>.primary .action.primary:not(:focus),
.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
    box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3)
}

.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar>.primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3)
}

.block-event .slider-panel .slider .item .action.event {
    background-image: none;
    background: #eee;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    font-family: helvetica neue, Verdana, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px
}

.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
    background: #e2e2e2;
    border: 1px solid #ccc;
    color: #333
}

.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
    background: #e1e1e1;
    border: 1px solid #ccc;
    color: #333
}

.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
    text-decoration: none
}

.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar>.action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button>.action,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
    line-height: 1.42857143;
    padding: 0;
    color: #444;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    font-weight: 400;
    border-radius: 0
}

.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar>.action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button>.action:visited,
.abs-add-fields .action.remove:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
    color: #444;
    text-decoration: none
}

.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar>.action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button>.action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
    color: #000;
    text-decoration: none
}

.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar>.action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button>.action:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
    color: #000;
    text-decoration: none
}

.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar>.action-delete:hover,
.cart.table-wrapper .actions-toolbar>.action-delete:active,
.cart.table-wrapper .actions-toolbar>.action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button>.action:hover,
.wishlist.split.button>.action:active,
.wishlist.split.button>.action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
    background: none;
    border: 0
}

.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar>.action-delete.disabled,
.cart.table-wrapper .actions-toolbar>.action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button>.action.disabled,
.wishlist.split.button>.action[disabled],
fieldset[disabled] .wishlist.split.button>.action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
    color: #444;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar>.action-delete:active,
.cart.table-wrapper .actions-toolbar>.action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button>.action:active,
.wishlist.split.button>.action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
    box-shadow: none
}

.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar>.primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
    background: #eee;
    border: 1px solid #ccc;
    color: #333
}

.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar>.primary .action.primary:focus,
.cart-summary .block .actions-toolbar>.primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
    background: #e2e2e2;
    border: 1px solid #ccc;
    color: #333
}

.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar>.primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
    background: #e1e1e1;
    border: 1px solid #ccc;
    color: #333
}

.products-grid.wishlist .product-item .box-tocart .tocart {
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 7px 15px
}

.form-address-edit .actions-toolbar .action.vertex-secondary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content>.actions>.primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem
}

.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0
}

.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
    content: ': '
}

.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px
}

.actions-toolbar>.primary .action,
.actions-toolbar>.secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase {
    width: 100%
}

.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
    height: auto;
    padding: 0 !important
}

.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
    position: static
}

.product.media .product.photo .photo.image {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%
}

.amazon-validate-container .block .block-title,
.login-container .block .block-title {
    border-bottom: 1px solid #e8e8e8;
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding-bottom: 12px
}

.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
    font-weight: 500
}

.giftregisty-dropdown,
.wishlist-dropdown {
    display: inline-block;
    position: relative
}

.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
    content: '';
    display: table
}

.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
    clear: both
}

.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
    cursor: pointer;
    display: inline-block;
    text-decoration: none
}

.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0 0 0 5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
    color: inherit
}

.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
    color: inherit
}

.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
    display: inline-block;
    text-decoration: none
}

.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0 0 0 5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
    color: inherit
}

.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
    color: inherit
}

.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 200px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15)
}

.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
    margin: 0;
    padding: 5px 5px 5px 23px
}

.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
    background: #e8e8e8;
    cursor: pointer
}

.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99
}

.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98
}

.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
    left: 10px;
    top: -12px
}

.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
    left: 9px;
    top: -14px
}

.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
    overflow: visible
}

.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
    display: block
}

.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
    padding: 6px 0
}

.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
    text-align: center;
    width: 54px
}

.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
    margin-bottom: 40px
}

.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
    display: inline-block;
    text-decoration: none
}

.abs-remove-button-for-blocks>span,
.sidebar .product-items .action.delete>span,
.sidebar .block-compare .action.delete>span,
.table-comparison .cell.remove .action.delete>span,
.block-compare .action.delete>span,
.filter-current .action.remove>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 15px;
    color: #757575;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
    color: #494949
}

.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
    color: #999
}

.product-item-name,
.product.name a {
    font-weight: 400
}

.product-item-name>a,
.product.name a>a {
    color: #444;
    text-decoration: none
}

.abs-product-link>a:visited,
.product-item-name>a:visited,
.product.name a>a:visited {
    color: #444;
    text-decoration: none
}

.abs-product-link>a:hover,
.product-item-name>a:hover,
.product.name a>a:hover {
    color: #444;
    text-decoration: none
}

.abs-product-link>a:active,
.product-item-name>a:active,
.product.name a>a:active {
    color: #444;
    text-decoration: none
}

.abs-like-link:visited {
    color: #444;
    text-decoration: none
}

.abs-like-link:hover {
    color: #000;
    text-decoration: none
}

.abs-like-link:active {
    color: #000;
    text-decoration: none
}

.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
    margin-left: 0
}

.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
    line-height: normal;
    margin-left: 73%;
    position: absolute;
    top: 34px;
    width: auto
}

.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
    width: 70%
}

.form-giftregistry-share .fieldset .actions-toolbar>.secondary,
.form-giftregistry-edit .fieldset .actions-toolbar>.secondary,
.form-add-invitations .fieldset .actions-toolbar>.secondary,
.form-create-return .fieldset .actions-toolbar>.secondary,
.form.send.friend .fieldset .actions-toolbar>.secondary {
    float: left
}

.form-giftregistry-share .fieldset .actions-toolbar>.secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar>.secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar>.secondary .action.add,
.form-create-return .fieldset .actions-toolbar>.secondary .action.add,
.form.send.friend .fieldset .actions-toolbar>.secondary .action.add {
    margin-top: 30px
}

.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
    margin: 0
}

.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
    margin-top: 55px;
    position: relative
}

.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
    margin: 30px 0 0
}

.order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: 0;
    visibility: hidden
}

.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary>.action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing>.label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname>.label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard>.legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button>.action.split span,
.product-items .wishlist.split.button>.action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset>.legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset>.legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.minicart-items .product.options .toggle>span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item>.product:before,
.minicart-items .product-item>.product:after,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
    content: '';
    display: table
}

.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.payment-method-braintree .hosted-date-wrap:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item>.product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
    clear: both
}

.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
    box-sizing: border-box
}

.abs-navigation-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
    line-height: 1.2;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-split-button:before,
.abs-split-button:after {
    content: '';
    display: table
}

.abs-split-button:after {
    clear: both
}

.abs-split-button .action.split {
    float: left;
    margin: 0
}

.abs-split-button .action.toggle {
    float: right;
    margin: 0
}

.abs-split-button button.action.split {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.abs-split-button button+.action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0
}

.abs-split-button .action.toggle {
    display: inline-block;
    text-decoration: none
}

.abs-split-button .action.toggle>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.abs-split-button .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-split-button .action.toggle:hover:after {
    color: inherit
}

.abs-split-button .action.toggle:active:after {
    color: inherit
}

.abs-split-button .action.toggle.active {
    display: inline-block;
    text-decoration: none
}

.abs-split-button .action.toggle.active>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.abs-split-button .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-split-button .action.toggle.active:hover:after {
    color: inherit
}

.abs-split-button .action.toggle.active:active:after {
    color: inherit
}

.abs-split-button .items {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15)
}

.abs-split-button .items li {
    margin: 0;
    padding: 3px 5px
}

.abs-split-button .items li:hover {
    background: #e8e8e8;
    cursor: pointer
}

.abs-split-button .items:before,
.abs-split-button .items:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.abs-split-button .items:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99
}

.abs-split-button .items:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98
}

.abs-split-button .items:before {
    right: 10px;
    top: -12px
}

.abs-split-button .items:after {
    right: 9px;
    top: -14px
}

.abs-split-button.active {
    overflow: visible
}

.abs-split-button.active .items {
    display: block
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action,
.product-item-actions .actions-secondary>.action,
.product-social-links .action.tocompare,
.wishlist.split.button>.action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
    color: #666;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none
}

.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links>.action:before,
.product-item-actions .actions-secondary>.action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button>.action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    font-family: 'luma-icons';
    margin: -2px 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action:hover,
.product-item-actions .actions-secondary>.action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button>.action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
    color: #333;
    text-decoration: none
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action:before,
.product-item-actions .actions-secondary>.action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button>.action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
    width: 18px
}

.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
    margin: 0 0 30px
}

.abs-cart-block>.title,
.minicart-items .product .toggle,
.abs-discount-block .block>.title,
.cart-summary .block>.title,
.paypal-review-discount .block>.title,
.cart-discount .block>.title {
    border-top: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none
}

.abs-cart-block>.title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block>.title:after,
.cart-summary .block>.title:after,
.paypal-review-discount .block>.title:after,
.cart-discount .block>.title:after {
    position: absolute;
    right: 20px;
    top: 10px
}

.abs-toggling-title>span,
.abs-cart-block>.title>span,
.minicart-items .product .toggle>span,
.abs-discount-block .block>.title>span,
.cart-summary .block>.title>span,
.paypal-review-discount .block>.title>span,
.cart-discount .block>.title>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.abs-toggling-title:after,
.abs-cart-block>.title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block>.title:after,
.cart-summary .block>.title:after,
.paypal-review-discount .block>.title:after,
.cart-discount .block>.title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
    margin: 0
}

.abs-discount-block .block>.title:after,
.cart-summary .block>.title:after,
.paypal-review-discount .block>.title:after,
.cart-discount .block>.title:after {
    color: #858585
}

.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
    display: none;
    padding: 5px 15px 23px;
    position: relative
}

.abs-cart-block.active>.title:after,
.abs-discount-block .block.active>.title:after,
.cart-summary .block.active>.title:after,
.paypal-review-discount .block.active>.title:after,
.cart-discount .block.active>.title:after {
    content: '\e621'
}

.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
    display: block
}

.multicheckout .table-wrapper .cart-price {
    color: #7d7d7d;
    font-size: 1.6rem;
    font-weight: 700
}

.multicheckout .table-wrapper .product-item-name {
    font-size: 1.8rem;
    font-weight: 300;
    margin: 0
}

.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 25px;
    padding-bottom: 10px
}

.abs-account-blocks .block-title>strong,
.abs-account-blocks .block-title>span,
.account .legend>strong,
.account .legend>span,
.form-giftregistry-search .legend>strong,
.form-giftregistry-search .legend>span,
.block-giftregistry-results .block-title>strong,
.block-giftregistry-results .block-title>span,
.block-giftregistry-shared-items .block-title>strong,
.block-giftregistry-shared-items .block-title>span,
.block-wishlist-search-form .block-title>strong,
.block-wishlist-search-form .block-title>span,
.block-wishlist-search-results .block-title>strong,
.block-wishlist-search-results .block-title>span,
.multicheckout .block-title>strong,
.multicheckout .block-title>span,
.multicheckout .block-content .title>strong,
.multicheckout .block-content .title>span,
.customer-review .review-details .title>strong,
.customer-review .review-details .title>span,
.paypal-review .block .block-title>strong,
.paypal-review .block .block-title>span,
.account .column.main .block:not(.widget) .block-title>strong,
.account .column.main .block:not(.widget) .block-title>span,
.multicheckout .block-title>strong,
.multicheckout .block-title>span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title>strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title>span,
.sales-guest-view .column.main .block:not(.widget) .block-title>strong,
.sales-guest-view .column.main .block:not(.widget) .block-title>span {
    font-size: 2.2rem;
    font-weight: 300
}

.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
    line-height: 24px
}

.order-details-items tfoot td {
    background: #f5f5f5
}

.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
    color: #666;
    font-size: 1.8rem;
    display: block;
    line-height: 1;
    white-space: nowrap
}

.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
    font-weight: 700
}

.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
    font-size: 1.4rem;
    display: inline-block
}

.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax+.price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax+.price-excluding-tax,
.cart-summary .price-including-tax+.price-excluding-tax,
.gift-summary .price-including-tax+.price-excluding-tax,
.gift-options .price-including-tax+.price-excluding-tax {
    font-size: 1.1rem;
    display: inline-block
}

.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax+.price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax+.price-excluding-tax:before,
.cart-summary .price-including-tax+.price-excluding-tax:before,
.gift-summary .price-including-tax+.price-excluding-tax:before,
.gift-options .price-including-tax+.price-excluding-tax:before {
    content: '(' attr(data-label) ': '
}

.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax+.price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax+.price-excluding-tax:after,
.cart-summary .price-including-tax+.price-excluding-tax:after,
.gift-summary .price-including-tax+.price-excluding-tax:after,
.gift-options .price-including-tax+.price-excluding-tax:after {
    content: ')'
}

.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
    cursor: pointer;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    text-decoration: none
}

.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 8px;
    line-height: 8px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
    position: absolute;
    right: -2px;
    top: 4px
}

.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
    content: '\e621'
}

.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
    margin-bottom: 20px
}

.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
    display: table-row
}

.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
    display: table-cell;
    padding-bottom: 5px;
    padding-right: 25px;
    padding-top: 1px;
    vertical-align: top
}

.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
    display: table-cell;
    vertical-align: top
}

.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
    border-left: 1px solid #a6a6a6;
    content: '';
    display: inline-block;
    height: 12px;
    margin: 0 10px;
    vertical-align: -1px
}

.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
    display: none
}

.paypal-review .block .block-title>.action,
.account .column.main .block:not(.widget) .block-title>.action,
.multicheckout .block-title>.action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>.action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title>.action,
.sales-guest-view .column.main .block:not(.widget) .block-title>.action {
    margin-left: 15px
}

.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
    display: inline-block;
    margin: 0 0 10px
}

.paypal-review .block .box-title>span,
.account .column.main .block:not(.widget) .box-title>span,
.multicheckout .box-title>span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title>span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title>span,
.sales-guest-view .column.main .block:not(.widget) .box-title>span {
    font-size: 1.6rem
}

.paypal-review .block .box-title>.action,
.account .column.main .block:not(.widget) .box-title>.action,
.multicheckout .box-title>.action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title>.action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title>.action,
.sales-guest-view .column.main .block:not(.widget) .box-title>.action {
    font-weight: 400;
    margin-left: 10px
}

.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
    content: ': '
}

.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
    display: inline-block;
    text-decoration: none
}

.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
    background: #e8e8e8
}

.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
    margin-left: -17px;
    margin-right: 5px
}

.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate>.legend,
.cart-summary .block .fieldset.estimate>.legend+br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard>.legend+br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset>.legend+br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
    display: none
}

.return-status,
.order-status {
    border: 2px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    margin: 3px 0 0;
    padding: 2px 10px;
    text-transform: uppercase;
    vertical-align: top
}

.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
    margin-right: 25px
}

.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
    font-size: 16px;
    margin-bottom: 10px
}

.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
    display: none
}

.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
    border: none
}

.abs-table-striped>tbody>tr:nth-child(even)>td,
.abs-table-striped>tbody>tr:nth-child(even)>th,
.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,
.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th,
.block-giftregistry-results .data.table>tbody>tr:nth-child(even)>td,
.block-giftregistry-results .data.table>tbody>tr:nth-child(even)>th,
.block-wishlist-search-results .data.table>tbody>tr:nth-child(even)>td,
.block-wishlist-search-results .data.table>tbody>tr:nth-child(even)>th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th {
    background: #f6f6f6
}

.abs-table-striped>thead>tr>th,
.abs-table-striped>tbody>tr>th,
.abs-table-striped>tfoot>tr>th,
.abs-table-striped>thead>tr>td,
.abs-table-striped>tbody>tr>td,
.abs-table-striped>tfoot>tr>td,
.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,
.account .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,
.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,
.account .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,
.block-giftregistry-results .data.table>thead>tr>th,
.block-giftregistry-results .data.table>tbody>tr>th,
.block-giftregistry-results .data.table>tfoot>tr>th,
.block-giftregistry-results .data.table>thead>tr>td,
.block-giftregistry-results .data.table>tbody>tr>td,
.block-giftregistry-results .data.table>tfoot>tr>td,
.block-wishlist-search-results .data.table>thead>tr>th,
.block-wishlist-search-results .data.table>tbody>tr>th,
.block-wishlist-search-results .data.table>tfoot>tr>th,
.block-wishlist-search-results .data.table>thead>tr>td,
.block-wishlist-search-results .data.table>tbody>tr>td,
.block-wishlist-search-results .data.table>tfoot>tr>td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td {
    border: none
}

.abs-table-striped>thead>tr>th,
.abs-table-striped>thead>tr>td,
.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
.block-giftregistry-results .data.table>thead>tr>th,
.block-giftregistry-results .data.table>thead>tr>td,
.block-wishlist-search-results .data.table>thead>tr>th,
.block-wishlist-search-results .data.table>thead>tr>td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>td {
    border-bottom: 1px solid #ccc
}

.block-compare .counter,
.block-wishlist .counter {
    color: #6d6d6d;
    font-size: 1.2rem;
    vertical-align: middle;
    white-space: nowrap
}

.block-compare .counter:before,
.block-wishlist .counter:before {
    content: '('
}

.block-compare .counter:after,
.block-wishlist .counter:after {
    content: ')'
}

.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
    margin: 0 0 20px
}

.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
    font-size: 18px;
    font-weight: 300;
    vertical-align: middle
}

.block-cart-failed,
.cart-container .form-cart {
    margin-bottom: 20px
}

.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
    display: none
}

.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
    position: relative
}

.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
    margin-right: 10px;
    width: calc(100% - 33px)
}

.field .control._with-tooltip {
    position: relative
}

.field .control._with-tooltip input {
    margin-right: 10px;
    width: calc(100% - 36px)
}

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto
}

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0
}

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666
}

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px
}

.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary>.title,
.checkout-agreements-items .checkout-agreements-item-title {
    padding-bottom: 10px;
    color: #333;
    font-weight: 300;
    font-size: 2.6rem
}

.cart-totals,
.opc-block-summary .table-totals {
    border-top: 1px solid #ccc;
    padding-top: 10px
}

.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
    border: 0;
    font-weight: 400;
    padding: 6px 0
}

.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
    border: 0;
    font-weight: 400;
    padding: 6px 0 6px 14px;
    text-align: right;
    white-space: nowrap
}

.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
    padding: 11px 0
}

.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
    display: inline-block;
    font-weight: 600;
    padding: 3px 0 0
}

.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
    font-size: 1.8rem;
    border-top: 1px solid #ccc;
    padding-right: 10px
}

.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
    font-size: 1.8rem;
    border-top: 1px solid #ccc
}

.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
    margin-bottom: 10px
}

.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
    padding-bottom: 19px
}

.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    cursor: pointer
}

.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
    padding-right: 20px;
    position: relative;
    display: inline-block;
    text-decoration: none
}

.abs-sidebar-totals .totals-tax-summary .amount .price>span,
.cart-totals .totals-tax-summary .amount .price>span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
    position: absolute;
    right: 3px;
    top: 3px
}

.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
    border-bottom: 0
}

.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
    content: '\e621'
}

.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
    border-bottom: 1px solid #ccc;
    display: none
}

.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
    display: table-row
}

.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
    margin-bottom: 0
}

.paypal-review-discount .block>.title strong,
.cart-discount .block>.title strong {
    color: #444;
    font-weight: 400
}

.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
    display: table-cell;
    vertical-align: top;
    width: 1%
}

.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin: 0 0 0 -1px;
    white-space: nowrap;
    width: auto
}

.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
    bottom: 5px;
    left: 15px;
    position: absolute
}

.paypal-review-discount .action.check,
.cart-discount .action.check {
    font-weight: 400
}

.paypal-review-discount .fieldset,
.cart-discount .fieldset {
    display: table;
    width: 100%
}

.paypal-review-discount .fieldset>.field>.label,
.cart-discount .fieldset>.field>.label {
    display: none
}

.paypal-review-discount .field,
.cart-discount .field {
    display: table-cell
}

@font-face {
    font-family: 'Lato';
    src: url('//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Lato';
    src: url('//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Lato';
    src: url('//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Lato';
    src: url('//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.items {
    margin: 0;
    padding: 0;
    list-style: none none
}

.columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box
}

.columns:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.columns .column.main {
    padding-bottom: 40px;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%
}

.columns .sidebar-main {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

.columns .sidebar-additional {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2
}

.table-wrapper {
    margin-bottom: 20px
}

table>caption {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.table tfoot {
    background: #f5f5f5
}

.table tfoot>tr:first-child th,
.table tfoot>tr:first-child td {
    border-top: 1px solid #ccc;
    padding-top: 20px
}

.table tfoot th,
.table tfoot td {
    border: 0
}

.table tfoot .mark {
    font-weight: 400;
    text-align: right
}

.message.info {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #fdf0d5;
    color: #6f4400;
    padding-left: 45px;
    position: relative
}

.message.info a {
    color: #444
}

.message.info a:hover {
    color: #000
}

.message.info a:active {
    color: #000
}

.message.info>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #c07600;
    content: '\e602';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center
}

.message.error {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #fae5e5;
    color: #e02b27;
    padding-left: 45px;
    position: relative
}

.message.error a {
    color: #444
}

.message.error a:hover {
    color: #000
}

.message.error a:active {
    color: #000
}

.message.error>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #b30000;
    content: '\e61f';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center
}

.message.warning {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #fdf0d5;
    color: #6f4400;
    padding-left: 45px;
    position: relative
}

.message.warning a {
    color: #444
}

.message.warning a:hover {
    color: #000
}

.message.warning a:active {
    color: #000
}

.message.warning>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #c07600;
    content: '\e602';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center
}

.message.notice {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #fdf0d5;
    color: #6f4400;
    padding-left: 45px;
    position: relative
}

.message.notice a {
    color: #444
}

.message.notice a:hover {
    color: #000
}

.message.notice a:active {
    color: #000
}

.message.notice>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #c07600;
    content: '\e602';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center
}

.message.success {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #e5efe5;
    color: #006400;
    padding-left: 45px;
    position: relative
}

.message.success a {
    color: #444
}

.message.success a:hover {
    color: #000
}

.message.success a:active {
    color: #000
}

.message.success>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #006400;
    content: '\e60e';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center
}

.panel.header .links,
.panel.header .switcher {
    display: none
}

.nav-sections {
    background: #f0f0f0
}

.nav-toggle {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    left: 15px;
    position: absolute;
    top: 15px;
    z-index: 14
}

.nav-toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: #757575;
    content: '\e609';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.nav-toggle:hover:before {
    color: #333
}

.nav-toggle>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.tooltip.wrapper {
    position: relative
}

.tooltip.wrapper .tooltip.content {
    background: #fff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #333;
    line-height: 1.4;
    border: 1px solid #bbb;
    margin-top: 5px;
    left: 0;
    top: 100%
}

.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
    border: solid transparent;
    content: '';
    height: 0;
    position: absolute;
    width: 0
}

.tooltip.wrapper .tooltip.content:after {
    border-width: 5px;
    border-color: transparent
}

.tooltip.wrapper .tooltip.content:before {
    border-width: 6px;
    border-color: transparent
}

.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
    bottom: 100%
}

.tooltip.wrapper .tooltip.content:after {
    border-bottom-color: #fff;
    left: 15px;
    margin-left: -5px
}

.tooltip.wrapper .tooltip.content:before {
    border-bottom-color: #bbb;
    left: 15px;
    margin-left: -6px
}

.tooltip.wrapper .tooltip.toggle {
    cursor: help
}

.tooltip.wrapper .tooltip.toggle:hover+.tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus+.tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
    display: block
}

.tooltip.wrapper .tooltip.content dl {
    margin-bottom: 0
}

.tooltip.wrapper .tooltip.content dd {
    white-space: normal
}

.tooltip.wrapper .tooltip.content .subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px
}

.tooltip.wrapper .tooltip.content .label {
    margin-top: 10px
}

.tooltip.wrapper .tooltip.content .label:first-child {
    margin-top: 0
}

.tooltip.wrapper .tooltip.content .values {
    margin: 0
}

.ui-tooltip {
    position: absolute;
    z-index: 9999
}

.load.indicator {
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    position: absolute
}

.load.indicator:before {
    background: transparent url('//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/loader-2.gif') no-repeat 50% 50%;
    border-radius: 5px;
    height: 160px;
    width: 160px;
    bottom: 0;
    box-sizing: border-box;
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.load.indicator>span {
    display: none
}

.loading-mask {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.5)
}

.loading-mask .loader>img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100
}

.loading-mask .loader>p {
    display: none
}

body>.loading-mask {
    z-index: 9999
}

._block-content-loading {
    position: relative
}

[data-role='main-css-loader'] {
    display: none
}

.fieldset {
    border: 0;
    margin: 0 0 40px;
    padding: 0;
    letter-spacing: -.31em
}

.fieldset>* {
    letter-spacing: normal
}

.fieldset>.legend {
    margin: 0 0 20px;
    padding: 0 0 10px;
    width: 100%;
    box-sizing: border-box;
    float: left;
    font-weight: 300;
    line-height: 1.2;
    font-size: 1.8rem
}

.fieldset>.legend+br {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.fieldset:last-child {
    margin-bottom: 20px
}

.fieldset>.field,
.fieldset>.fields>.field {
    margin: 0 0 20px
}

.fieldset>.field>.label,
.fieldset>.fields>.field>.label {
    margin: 0 0 8px;
    display: inline-block
}

.fieldset>.field:last-child,
.fieldset>.fields>.field:last-child {
    margin-bottom: 0
}

.fieldset>.field>.label,
.fieldset>.fields>.field>.label {
    font-weight: 600
}

.fieldset>.field>.label+br,
.fieldset>.fields>.field>.label+br {
    display: none
}

.fieldset>.field .choice input,
.fieldset>.fields>.field .choice input {
    vertical-align: top
}

.fieldset>.field .fields.group:before,
.fieldset>.fields>.field .fields.group:before,
.fieldset>.field .fields.group:after,
.fieldset>.fields>.field .fields.group:after {
    content: '';
    display: table
}

.fieldset>.field .fields.group:after,
.fieldset>.fields>.field .fields.group:after {
    clear: both
}

.fieldset>.field .fields.group .field,
.fieldset>.fields>.field .fields.group .field {
    box-sizing: border-box;
    float: left
}

.fieldset>.field .fields.group.group-2 .field,
.fieldset>.fields>.field .fields.group.group-2 .field {
    width: 50% !important
}

.fieldset>.field .fields.group.group-3 .field,
.fieldset>.fields>.field .fields.group.group-3 .field {
    width: 33.3% !important
}

.fieldset>.field .fields.group.group-4 .field,
.fieldset>.fields>.field .fields.group.group-4 .field {
    width: 25% !important
}

.fieldset>.field .fields.group.group-5 .field,
.fieldset>.fields>.field .fields.group.group-5 .field {
    width: 20% !important
}

.fieldset>.field .addon,
.fieldset>.fields>.field .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%
}

.fieldset>.field .addon textarea,
.fieldset>.fields>.field .addon textarea,
.fieldset>.field .addon select,
.fieldset>.fields>.field .addon select,
.fieldset>.field .addon input,
.fieldset>.fields>.field .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto
}

.fieldset>.field .addon .addbefore,
.fieldset>.fields>.field .addon .addbefore,
.fieldset>.field .addon .addafter,
.fieldset>.fields>.field .addon .addafter {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: helvetica neue, Verdana, Arial, sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto
}

.fieldset>.field .addon .addbefore:disabled,
.fieldset>.fields>.field .addon .addbefore:disabled,
.fieldset>.field .addon .addafter:disabled,
.fieldset>.fields>.field .addon .addafter:disabled {
    opacity: .5
}

.fieldset>.field .addon .addbefore::-moz-placeholder,
.fieldset>.fields>.field .addon .addbefore::-moz-placeholder,
.fieldset>.field .addon .addafter::-moz-placeholder,
.fieldset>.fields>.field .addon .addafter::-moz-placeholder {
    color: #575757
}

.fieldset>.field .addon .addbefore::-webkit-input-placeholder,
.fieldset>.fields>.field .addon .addbefore::-webkit-input-placeholder,
.fieldset>.field .addon .addafter::-webkit-input-placeholder,
.fieldset>.fields>.field .addon .addafter::-webkit-input-placeholder {
    color: #575757
}

.fieldset>.field .addon .addbefore:-ms-input-placeholder,
.fieldset>.fields>.field .addon .addbefore:-ms-input-placeholder,
.fieldset>.field .addon .addafter:-ms-input-placeholder,
.fieldset>.fields>.field .addon .addafter:-ms-input-placeholder {
    color: #575757
}

.fieldset>.field .addon .addbefore,
.fieldset>.fields>.field .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

.fieldset>.field .additional,
.fieldset>.fields>.field .additional {
    margin-top: 10px
}

.fieldset>.field.required>.label:after,
.fieldset>.fields>.field.required>.label:after,
.fieldset>.field._required>.label:after,
.fieldset>.fields>.field._required>.label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px
}

.fieldset>.field .note,
.fieldset>.fields>.field .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none
}

.fieldset>.field .note:before,
.fieldset>.fields>.field .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.fieldset>.field.no-label>.label,
.fieldset>.fields>.field.no-label>.label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.fieldset>.field.choice .label,
.fieldset>.fields>.field.choice .label {
    display: inline;
    font-weight: normal;
    margin: 0
}

.column:not(.main) .fieldset>.field .label,
.column:not(.main) .fieldset>.fields>.field .label {
    font-weight: normal
}

.fieldset>.field .field.choice,
.fieldset>.fields>.field .field.choice {
    margin-bottom: 10px
}

.fieldset>.field .field.choice:last-child,
.fieldset>.fields>.field .field.choice:last-child {
    margin-bottom: 0
}

.legend+.fieldset,
.legend+div {
    clear: both
}

.legend>span {
    margin-right: 5px
}

fieldset.field {
    border: 0;
    padding: 0
}

.field.date .time-picker {
    display: inline-block;
    margin-top: 10px;
    white-space: nowrap
}

.field .message.warning {
    margin-top: 10px
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-size: 30px 60px;
    text-indent: .01em;
    text-overflow: ''
}

select::-ms-expand {
    display: none
}

select.admin__control-multiselect {
    height: auto
}

.field-error,
div.mage-error[generated] {
    margin-top: 7px
}

.field-error {
    color: #e02b27;
    font-size: 1.2rem
}

.product-options-wrapper .date.required div[for*='options'].mage-error {
    display: none !important
}

.field .tooltip {
    position: relative
}

.field .tooltip .tooltip-content {
    background: #fff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #333;
    line-height: 1.4;
    border: 1px solid #bbb;
    margin-left: 5px;
    left: 100%;
    top: 0
}

.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
    border: solid transparent;
    content: '';
    height: 0;
    position: absolute;
    width: 0
}

.field .tooltip .tooltip-content:after {
    border-width: 5px;
    border-color: transparent
}

.field .tooltip .tooltip-content:before {
    border-width: 6px;
    border-color: transparent
}

.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
    right: 100%
}

.field .tooltip .tooltip-content:after {
    border-right-color: #fff;
    margin-top: -5px;
    top: 15px
}

.field .tooltip .tooltip-content:before {
    border-right-color: #bbb;
    margin-top: -6px;
    top: 15px
}

.field .tooltip .tooltip-toggle {
    cursor: help
}

.field .tooltip .tooltip-toggle:hover+.tooltip-content,
.field .tooltip .tooltip-toggle:focus+.tooltip-content,
.field .tooltip:hover .tooltip-content {
    display: block
}

.field .tooltip .tooltip-content {
    min-width: 200px;
    white-space: normal
}

input:focus~.tooltip .tooltip-content,
select:focus~.tooltip .tooltip-content {
    display: block
}

._has-datepicker~.ui-datepicker-trigger {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: block;
    text-decoration: none;
    display: inline-block;
    margin-top: -4px;
    vertical-align: middle
}

._has-datepicker~.ui-datepicker-trigger:focus,
._has-datepicker~.ui-datepicker-trigger:active {
    background: none;
    border: none
}

._has-datepicker~.ui-datepicker-trigger:hover {
    background: none;
    border: none
}

._has-datepicker~.ui-datepicker-trigger.disabled,
._has-datepicker~.ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker~.ui-datepicker-trigger {
    pointer-events: none;
    opacity: .5
}

._has-datepicker~.ui-datepicker-trigger>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

._has-datepicker~.ui-datepicker-trigger:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 23px;
    color: #7d7d7d;
    content: '\e612';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

._has-datepicker~.ui-datepicker-trigger:focus {
    box-shadow: none;
    outline: 0
}

.sidebar .fieldset {
    margin: 0
}

.sidebar .fieldset>.field:not(.choice):not(:last-child),
.sidebar .fieldset .fields>.field:not(:last-child) {
    margin: 0 0 20px
}

.sidebar .fieldset>.field:not(.choice) .label,
.sidebar .fieldset .fields>.field .label {
    margin: 0 0 4px;
    padding: 0 0 5px;
    text-align: left;
    width: 100%
}

.sidebar .fieldset>.field:not(.choice) .control,
.sidebar .fieldset .fields>.field .control {
    width: 100%
}

@font-face {
    font-family: 'luma-icons';
    src: url('//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/fonts/Luma-Icons.woff2') format('woff2'), url('//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/fonts/Luma-Icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: auto
}

button,
a.action.primary {
    border-radius: 3px;
    border-radius: 0px
}

button:not(.primary) {
    box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3)
}

button:not(.primary):active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3)
}

body:not(._keyfocus) button:focus {
    box-shadow: none
}

a.action.primary {
    display: inline-block;
    text-decoration: none
}

a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
    text-decoration: none
}

.action.primary {
    background-image: none;
    background: #39c;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: helvetica neue, Verdana, Arial, sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle
}

.action.primary:focus,
.action.primary:active {
    background: #297aa3;
    border: 1px solid #006bb4;
    color: #fff
}

.action.primary:hover {
    background: #297aa3;
    border: 1px solid #006bb4;
    color: #fff
}

.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.action.primary:hover {
    border: none
}

.product.data.items {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px
}

.product.data.items>.item.title {
    box-sizing: border-box;
    float: none;
    width: 100%
}

.product.data.items>.item.title>.switch {
    display: block
}

.product.data.items>.item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0
}

.product.data.items>.item.content:before,
.product.data.items>.item.content:after {
    content: '';
    display: table
}

.product.data.items>.item.content:after {
    clear: both
}

.product.data.items>.item.content.active {
    display: block
}

.product.data.items>.item.title {
    margin: 0
}

.product.data.items>.item.title>.switch {
    border-top: 1px solid #ccc;
    height: 40px;
    padding: 1px 10px 1px 10px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.4rem;
    color: #333;
    text-decoration: none
}

.product.data.items>.item.title>.switch:visited {
    color: #6d6d6d;
    text-decoration: none
}

.product.data.items>.item.title>.switch:hover {
    color: #333;
    text-decoration: none
}

.product.data.items>.item.title>.switch:active {
    color: #333;
    text-decoration: none
}

.product.data.items>.item.title:not(.disabled)>.switch:active,
.product.data.items>.item.title.active>.switch,
.product.data.items>.item.title.active>.switch:focus,
.product.data.items>.item.title.active>.switch:hover {
    color: #333;
    text-decoration: none;
    padding-bottom: 1px
}

.product.data.items>.item.content {
    background: #fff;
    margin: 0;
    padding: 10px 10px 30px
}

.product.data.items .item.title a {
    position: relative;
    text-decoration: none
}

.product.data.items .item.title a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.product.data.items .item.title a:after {
    position: absolute;
    right: 10px;
    top: 1px
}

.product.data.items .item.title.active a:after {
    content: '\e621'
}

.product.data.items .value p:last-child {
    margin-bottom: 0
}

.product.data.items .table-wrapper {
    margin: 0
}

.pages>.label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.pages .items {
    font-size: 0;
    letter-spacing: -1px;
    line-height: 0;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    list-style: none none;
    display: inline-block;
    font-weight: 400
}

.pages .item {
    font-size: 1.2rem;
    line-height: 3rem;
    letter-spacing: normal;
    margin: 0 8px 0 0;
    display: inline-block
}

.pages .item .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.pages a.page {
    color: #444;
    display: inline-block;
    padding: 0 5px;
    text-decoration: none
}

.pages a.page:visited {
    color: #444
}

.pages a.page:hover {
    color: #000;
    text-decoration: none
}

.pages a.page:active {
    color: #000
}

.pages strong.page {
    background: #e5e5e5;
    font-size: 1.2rem;
    line-height: 3rem;
    letter-spacing: normal;
    color: #333;
    display: inline-block;
    font-weight: 700;
    padding: 0 5px
}

.pages .action {
    background: #f0f0f0;
    border: 1px solid #ccc;
    color: #7d7d7d;
    display: inline-block;
    padding: 0;
    text-decoration: none
}

.pages .action:visited {
    color: #7d7d7d
}

.pages .action:hover {
    background: #dedede;
    color: #7d7d7d;
    text-decoration: none
}

.pages .action:active {
    color: #7d7d7d
}

.pages .action.next {
    display: inline-block;
    text-decoration: none
}

.pages .action.next:visited:before {
    color: #7d7d7d
}

.pages .action.next:active:before {
    color: #7d7d7d
}

.pages .action.next>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.pages .action.next:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e608';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.pages .action.next:hover:before {
    color: #7d7d7d
}

.pages .action.next:active:before {
    color: #7d7d7d
}

.pages .action.previous {
    display: inline-block;
    text-decoration: none
}

.pages .action.previous:visited:before {
    color: #7d7d7d
}

.pages .action.previous:active:before {
    color: #7d7d7d
}

.pages .action.previous>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.pages .action.previous:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e617';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.pages .action.previous:hover:before {
    color: #7d7d7d
}

.pages .action.previous:active:before {
    color: #7d7d7d
}

.pages .action {
    box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    border-radius: 3px;
    padding: 0 8px
}

.pages .action.previous {
    margin-right: 8px
}

.pages .action.next {
    margin-left: 8px
}

.actions-toolbar>.primary,
.actions-toolbar>.secondary {
    margin-bottom: 10px;
    text-align: center
}

.actions-toolbar>.primary .action,
.actions-toolbar>.secondary .action {
    margin-bottom: 10px
}

.actions-toolbar>.primary .action:last-child,
.actions-toolbar>.secondary .action:last-child {
    margin-bottom: 0
}

.actions-toolbar>.primary:last-child,
.actions-toolbar>.secondary:last-child {
    margin-bottom: 0
}

.actions-toolbar>.secondary .action.back {
    display: none
}

.breadcrumbs {
    margin: 0 0 15px
}

.breadcrumbs .items {
    font-size: 1.2rem;
    color: #707070;
    margin: 0;
    padding: 0;
    list-style: none none
}

.breadcrumbs .items>li {
    display: inline-block;
    vertical-align: top
}

.breadcrumbs .item {
    margin: 0
}

.breadcrumbs a {
    color: #444;
    text-decoration: none
}

.breadcrumbs a:visited {
    color: #444;
    text-decoration: none
}

.breadcrumbs a:hover {
    color: #444;
    text-decoration: underline
}

.breadcrumbs a:active {
    color: #444;
    text-decoration: none
}

.breadcrumbs strong {
    font-weight: 400
}

.breadcrumbs .item:not(:last-child) {
    display: inline-block;
    text-decoration: none
}

.breadcrumbs .item:not(:last-child):after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 18px;
    content: '\e608';
    font-family: 'luma-icons';
    margin: 0 10px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.ui-dialog.popup .action.close {
    position: absolute;
    height: 40px;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 1001;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400
}

.ui-dialog.popup .action.close>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-dialog.popup .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: #8c8c8c;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.ui-dialog.popup .action.close:hover:before {
    color: #737373
}

.ui-dialog.popup .action.close:active:before {
    color: #737373
}

.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
    background: none;
    border: none
}

.ui-dialog.popup .action.close:hover {
    background: none;
    border: none
}

.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
    pointer-events: none;
    opacity: .5
}

.popup .actions-toolbar .action.cancel {
    font-weight: 400
}

.popup-pointer {
    margin-left: -14px;
    position: absolute;
    top: -14px
}

.popup-pointer:before,
.popup-pointer:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-bottom-style: solid
}

.popup-pointer:before {
    left: 2px;
    top: 2px;
    border: solid 6px;
    border-color: transparent transparent #fff transparent;
    z-index: 99
}

.popup-pointer:after {
    left: 1px;
    top: 0px;
    border: solid 7px;
    border-color: transparent transparent #aeaeae transparent;
    z-index: 98
}

.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
    display: inline
}

.price-including-tax,
.price-excluding-tax {
    display: block;
    font-size: 1.8rem;
    line-height: 1
}

.price-including-tax .price,
.price-excluding-tax .price {
    font-weight: 700
}

.price-including-tax+.price-excluding-tax,
.weee[data-label] {
    display: block;
    font-size: 1.8rem
}

.price-including-tax+.price-excluding-tax:before,
.weee[data-label]:before {
    content: attr(data-label) ': ';
    font-size: 1.1rem
}

.price-including-tax+.price-excluding-tax .price,
.weee[data-label] .price {
    font-size: 1.1rem
}

body._has-modal {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.modals-overlay {
    z-index: 899
}

.modal-slide,
.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
}

.modal-slide._show,
.modal-popup._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto
}

.modal-slide {
    left: 44px;
    z-index: 900
}

.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    width: auto
}

.modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.modal-slide._inner-scroll .modal-content {
    overflow-y: auto
}

.modal-slide._inner-scroll .modal-footer {
    margin-top: auto
}

.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
    padding: 0 2.6rem 2.6rem
}

.modal-slide .modal-header {
    padding-bottom: 2.1rem;
    padding-top: 2.1rem
}

.modal-popup {
    z-index: 900;
    left: 0;
    overflow-y: auto
}

.modal-popup.confirm .modal-inner-wrap {
    max-width: 50rem
}

.modal-popup.confirm .modal-inner-wrap .modal-content {
    padding-right: 7rem
}

.modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.modal-popup .modal-inner-wrap {
    margin: 5rem auto;
    width: 75%;
    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
}

.modal-popup._inner-scroll {
    overflow-y: visible
}

.ie11 .modal-popup._inner-scroll {
    overflow-y: auto
}

.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%
}

.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: none
}

.modal-popup._inner-scroll .modal-content {
    overflow-y: auto
}

.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
    padding-left: 3rem;
    padding-right: 3rem
}

.modal-popup .modal-header,
.modal-popup .modal-footer {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.modal-popup .modal-header {
    padding-bottom: 1.2rem;
    padding-top: 3rem
}

.modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 3rem;
    padding-top: 3rem
}

.modal-popup .modal-footer-actions {
    text-align: right
}

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0
}

.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
    background: none;
    border: none
}

.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
    background: none;
    border: none
}

.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
    pointer-events: none;
    opacity: .5
}

.modal-custom .action-close>span,
.modal-popup .action-close>span,
.modal-slide .action-close>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 14px;
    color: #757575;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
    color: inherit
}

.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
    color: inherit
}

.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
    color: #1a1a1a
}

.modal-custom .action-close {
    margin: 15px
}

.modal-popup {
    pointer-events: none
}

.modal-popup .modal-title {
    border-bottom: 1px solid #c1c1c1;
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 26px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word
}

.modal-popup .action-close {
    padding: 20px
}

.modal-slide .action-close {
    margin: 15px;
    padding: 0
}

.modal-slide .page-main-actions {
    margin-bottom: -12.9rem;
    margin-top: 2.1rem
}

.modals-overlay {
    background-color: rgba(51, 51, 51, 0.55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

body._has-modal-custom .modal-custom-overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 899
}

.login-container .g-recaptcha,
.form-login .g-recaptcha {
    margin-bottom: 10px !important
}

.required-captcha.checkbox {
    position: absolute;
    display: block;
    visibility: visible;
    overflow: hidden;
    opacity: 0;
    width: 1px;
    height: 1px
}

.review-form .field-recaptcha {
    margin-bottom: 10px
}

.form.send.friend .g-recaptcha {
    margin-top: 40px
}

.amazon-button-container {
    display: table;
    margin: 0 0 22px
}

.amazon-button-container__cell {
    display: table-cell;
    min-width: 45px;
    position: relative
}

.amazon-button-container img {
    display: block
}

.amazon-button-container .field-tooltip {
    display: none;
    margin: -12px 0 0;
    right: 5px;
    top: 50%
}

.checkout-shipping-address .amazon-button-container {
    margin: 22px 0
}

.login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px
}

.amazon-validate-container .block .block-title {
    font-size: 1.8rem
}

.amazon-validate-container .fieldset:after {
    margin: 10px 0 0;
    content: attr(data-hasrequired);
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    color: #e02b27;
    font-size: 1.2rem
}

.amazon-validate-container .fieldset:after {
    margin-top: 35px
}

@media all and (max-width:768px) {
    .amazon-button-container {
        width: 100%
    }
}

.amazon-logout-widget {
    display: none
}

.amazon-divider {
    border-bottom: 1px solid #ccc;
    line-height: 0.1em;
    margin: 18px 0 20px;
    text-align: center;
    max-width: 500px
}

.amazon-divider span {
    background: #fff;
    padding: 0 5px
}

.product-social-links,
.amazon-minicart-container {
    width: 100%;
    display: block;
    text-align: center
}

.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
    display: inline-block;
    margin: 0px
}

.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
    top: 38px;
    left: -245px
}

.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
    border: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #666;
    top: -10px;
    left: 244px
}

.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
    border: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f4f4f4;
    top: -8px;
    left: 244px
}

.product-social-links .amazon-button-container {
    margin-bottom: 30px;
    display: block
}

.amazon-checkout-now {
    border-top: 1px solid #c1c1c1;
    padding-top: 10px;
    margin-bottom: 10px
}

.amazon-addtoCart {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.revert-checkout {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block
}

.centered-button {
    text-align: center;
    display: inline-block
}

.catalog-product-view .centered-button {
    display: table
}

.checkout-payment-method .amazon-sandbox-simulator {
    border-bottom: 1px solid #ccc
}

.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
    border-top: none;
    padding-top: 0
}

.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
    margin-bottom: 10px
}

.checkout-methods-items .amazon-minicart-container .amazon-divider {
    display: none
}

.checkout-methods-items .centered-button {
    margin-bottom: 0
}

@media all and (max-width:768px) {
    .checkout-methods-items .centered-button {
        width: auto
    }
}

.checkout-methods-items .field-tooltip {
    display: none
}

.checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto
}

.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0
}

.checkout-methods-items .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666
}

.checkout-methods-items .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px
}

@media all and (max-width:768px) {
    .checkout-methods-items .field-tooltip .field-tooltip-content {
        right: -56px;
        top: 38px;
        left: auto
    }

    .checkout-methods-items .field-tooltip .field-tooltip-content:before,
    .checkout-methods-items .field-tooltip .field-tooltip-content:after {
        right: 56px
    }
}

.amazon-widget {
    max-width: 400px;
    height: 228px
}

.amazon-widget--address {
    margin-top: 20px
}

.amazon-addresses {
    margin-top: 20px
}

.amazon-addresses .amazon-address {
    margin-bottom: 20px
}

#checkout-step-shipping .amazon-divider {
    margin: 40px 0
}

.checkout-payment-method .amazon-payment-method .payment-method-title {
    visibility: hidden;
    padding-bottom: 0
}

.opc-progress-bar-item._complete.lock-step {
    cursor: none;
    pointer-events: none
}

@media all and (max-width:768px) {
    .amazon-minicart-container .amazon-button-container {
        width: auto
    }
}

.widget-blog-posts ol.post-list {
    list-style: none;
    padding: 0
}

.widget-blog-posts ol.post-list::after {
    content: " ";
    display: block;
    clear: both
}

.widget-blog-posts ol.post-list li.item {
    float: left;
    width: 25%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden
}

.widget-blog-posts ol.post-list .post-image span.empty {
    background: #ddd;
    width: 600px;
    height: 150px;
    display: block
}

.klarna-payments-method-cell {
    display: table-cell;
    vertical-align: middle
}

label.klarna-payments-method-cell>span {
    padding-left: 5px
}

span.klarna-payments-method-cell>img {
    display: block
}

.ln_overlay {
    background-color: #FFFFFF;
    height: 300%;
    left: 0;
    text-align: center;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0px;
    width: 500%;
    z-index: 555;
    display: none
}

.ln_overlay img {
    margin-top: 300px;
    left: 45%;
    display: block;
    position: fixed
}

.ln_slider_container {
    width: calc(80%);
    margin: 0 15px 0 5px
}

.ln_overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 555;
    display: none
}

.ln_overlay img {
    top: 40%;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto
}

.ln_slider_container {
    width: calc(80%);
    margin: 0 15px 0 5px
}

.payment-cart-title {
    font-size: 20px;
    margin-bottom: 10px
}

.reward-points-payment-content .reward-rate {
    text-align: left;
    margin: 10px 0
}

.reward-points-payment-content .reward-rate .content {
    margin-left: 10px
}

.reward-points-payment-content .range-slider {
    max-width: 285px;
    margin: 10px
}

.reward-points-payment-content .extra-controls {
    margin-left: 50px
}

.reward-points-payment-content strong {
    font-weight: 600
}

.reward-points-payment-content .mp-spent {
    width: 58px;
    text-align: center
}

.reward-points-payment-content .custom-apply {
    margin-bottom: 5px
}

.reward-points-payment-content .custom-apply .field-box {
    position: relative;
    font-size: 0px
}

.reward-points-payment-content .custom-apply .field-box .mp-spent {
    text-align: left;
    height: 35px;
    width: 70%;
    border-right: 0px;
    font-size: 12px
}

.reward-points-payment-content .custom-apply .field-box .reward-use-max-point {
    display: inline-block;
    position: absolute;
    right: 14px;
    top: -2px;
    color: #39c
}

.reward-points-payment-content .custom-apply .custom-apply-btn,
.reward-points-payment-content .custom-apply .custom-cancel-btn {
    width: 30%;
    height: 35px;
    padding: 0px 20px;
    background: #333;
    color: #FFF;
    border: none;
    font-weight: normal;
    vertical-align: bottom;
    text-transform: uppercase
}

.reward-points-payment-content .label-max-points .max-points-amount,
.reward-points-payment-content .label-max-points .max-money-amount {
    color: #C91A08
}

.payment-checkout-content {
    width: 80%;
    margin-left: 10px
}

.mp-reward-points {
    line-height: 18px
}

.mp-reward-points img,
.mp-reward-points .mp-point-label {
    float: left
}

.mp-reward-points .mp-point-label {
    margin: 0 0 0 0px;
    font-size: 12px
}

.mp-reward-points .clr {
    clear: both
}

.mp-reward-points.mp-product {
    padding: 5px 0
}

.mp-reward-cart {
    margin-left: 15px
}

.reward-balance.row-mp {
    display: flex;
    padding: 20px 0;
    background-color: #F0F0F0
}

.reward-balance.row-mp .box-balance {
    flex: auto;
    text-align: center
}

.reward-balance.row-mp .box-balance .num {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 60px;
    font-weight: 700;
    color: #3971ef
}

.reward-balance.row-mp .box-balance.expiring .num {
    font-size: 40px;
    line-height: 80px
}

.reward-balance.row-mp .box-balance.expiring .title .help {
    color: #bbb;
    cursor: pointer
}

.reward-balance.row-mp .box-balance.total {
    border-right: 1px solid #bbb
}

.item-balance {
    padding: 0 20px;
    margin: 10px 0;
    text-align: center
}

.item-balance .box-balance {
    height: 65px
}

.item-balance .box-balance>span {
    line-height: 65px;
    color: #ffffff;
    font-size: 20px
}

.item-balance .available {
    background: #65d59a
}

.item-balance .earned {
    background: #6492f0
}

.item-balance .paid {
    background: #89c65e
}

.item-balance .label {
    padding-top: 5px
}

.form-rewards-setting .actions-toolbar {
    clear: both
}

table.data.table {
    word-break: break-all
}

#accordion-rewardpoints {
    margin-top: 20px
}

#accordion-rewardpoints [data-role="collapsible"] {
    border-top: 1px solid #ccc;
    padding-top: 15px
}

.points-tooltip {
    position: relative
}

.points-tooltip .tooltip-content {
    background: #fff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #333;
    line-height: 1.4;
    border: 1px solid #bbb;
    margin-right: 5px;
    right: 100%;
    top: 0
}

.points-tooltip .tooltip-content:after,
.points-tooltip .tooltip-content:before {
    border: solid transparent;
    content: '';
    height: 0;
    position: absolute;
    width: 0
}

.points-tooltip .tooltip-content:after {
    border-width: 5px;
    border-color: transparent
}

.points-tooltip .tooltip-content:before {
    border-width: 6px;
    border-color: transparent
}

.points-tooltip .tooltip-content:after,
.points-tooltip .tooltip-content:before {
    left: 100%
}

.points-tooltip .tooltip-content:after {
    border-left-color: #fff;
    margin-top: -5px;
    top: 15px
}

.points-tooltip .tooltip-content:before {
    border-left-color: #bbb;
    margin-top: -6px;
    top: 15px
}

.points-tooltip .tooltip-toggle {
    cursor: help
}

.points-tooltip .tooltip-toggle:hover+.tooltip-content,
.points-tooltip .tooltip-toggle:focus+.tooltip-content,
.points-tooltip:hover .tooltip-content {
    display: block
}

.learn-points {
    text-align: center;
    margin-top: -12px;
    font-size: 12px;
    margin-bottom: 20px
}

.pager {
    margin-top: 20px;
    text-align: center
}

.modal-points-tooltip.modal-popup {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50% !important;
    min-height: 550px;
    overflow: hidden
}

.modal-points-tooltip.modal-popup .modal-inner-wrap {
    width: auto
}

#modal-points-tooltip {
    text-align: left
}

#modal-points-tooltip .h2 {
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0
}

#modal-points-tooltip p.note {
    line-height: 25px
}

#modal-points-tooltip table.reward-rate.mobile {
    display: none
}

#modal-points-tooltip table.reward-rate {
    margin: 20px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc
}

#modal-points-tooltip table.reward-rate td,
#modal-points-tooltip table.reward-rate th {
    text-align: center;
    color: #000;
    line-height: 12px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

#modal-points-tooltip table.reward-rate th {
    font-weight: bold;
    vertical-align: middle
}

#modal-points-tooltip table.reward-rate th:first-child .table-icons {
    display: inline-block;
    margin: auto;
    background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/prime-icon.png) no-repeat;
    width: 30px;
    height: 30px;
    background-position-x: -172px;
    background-size: 212px
}

@media only screen and (max-width:1024px) {
    .pager ul.pages-items {
        padding: 20px 0px 26px
    }

    .pager .pages-item-previous,
    .pager .pages-item-next {
        position: unset
    }

    .label-max-points {
        font-size: 12px
    }

    .modal-points-tooltip.modal-popup {
        width: 96%
    }

    #modal-points-tooltip {
        font-size: 12px;
        text-align: left
    }

    #modal-points-tooltip .h2 {
        font-weight: bold;
        font-size: 16px;
        padding: 10px 0
    }

    #modal-points-tooltip p.note {
        line-height: 25px
    }

    #modal-points-tooltip table.reward-rate.pc {
        display: none
    }

    #modal-points-tooltip table.reward-rate.mobile {
        display: block
    }

    #modal-points-tooltip table.reward-rate.mobile th:first-child {
        width: 20%
    }

    #modal-points-tooltip table.reward-rate.mobile th:first-child .table-icons {
        height: 20px;
        width: 20px;
        background-position-x: -151px;
        background-size: 184px
    }

    #modal-points-tooltip table.reward-rate.mobile th:not(:first-child) {
        width: 30%
    }
}

#mp_rw_socials_earning {
    height: 40px
}

.mp-rw-social {
    float: left;
    margin: 5px
}

.mp-reward-vertical .mp-reward-progress {
    margin-left: 40%;
    width: 150px
}

.mp-reward-vertical .mp-reward-progress-step {
    height: 150px
}

.mp-reward-vertical .mp-reward-progress-step:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    margin: auto 5px auto 0;
    bottom: 100px;
    left: 20px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.mp-reward-vertical .mp-reward-step-end:after {
    display: none
}

.mp-reward-vertical .mp-reward-step-range {
    position: absolute;
    height: 100%;
    width: 16px;
    bottom: 100px;
    left: 22px;
    z-index: 1
}

.mp-reward-vertical .mp-reward-tier-name {
    position: absolute;
    top: 15px;
    left: -110px;
    width: 100px;
    text-align: right
}

.mp-reward-vertical .mp-reward-tier-min-point {
    position: absolute;
    top: 15px;
    left: 70px;
    width: 100px;
    text-align: left
}

.mp-reward-vertical .reward-milestone-tier {
    width: 70%
}

.mp-reward-horizontal .mp-reward-progress {
    display: flex;
    height: 100px;
    margin-top: 40px
}

.mp-reward-progress-step {
    position: relative
}

.mp-reward-horizontal .mp-reward-progress-step {
    width: 28%
}

.mp-reward-step-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    z-index: 2;
    position: absolute;
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.mp-reward-step-image img {
    margin: 5px 0;
    width: 50px;
    height: 50px
}

#mp-reward-milestone-tier .mp-reward-step-image.mp-step-pass {
    box-shadow: none
}

.mp-reward-horizontal .mp-reward-step-range {
    width: 100%;
    height: 16px;
    z-index: 1;
    position: absolute;
    top: 22px;
    border-radius: 3px;
    left: 50px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

#mp-reward-milestone-tier.mp-reward-horizontal .mp-reward-step-end {
    width: 5%
}

.mp-reward-horizontal .mp-reward-progress-step:after {
    content: '';
    position: absolute;
    width: 96%;
    height: 20px;
    margin: auto 5px auto 0;
    top: 20px;
    left: 15px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.mp-reward-horizontal .mp-reward-step-end:after {
    display: none
}

.mp-reward-horizontal .mp-reward-tier-info .mp-reward-tier-name {
    position: absolute;
    top: -35px;
    left: 5px;
    width: 200px;
    text-align: justify
}

.mp-reward-horizontal .mp-reward-tier-info .mp-reward-tier-min-point {
    position: absolute;
    top: 65px;
    left: 5px;
    width: 50px;
    text-align: center
}

.reward-milestone-tier .block-content .box-milestone-tier .box-image {
    height: 75px;
    margin-right: 10px
}

.reward-milestone-tier .block-content .box-milestone-tier {
    display: flex;
    width: 100%
}

.mp-reward-tier-description {
    position: absolute;
    top: 45px;
    left: 60px;
    font-size: 1rem;
    width: 90px;
    z-index: 3;
    background-color: white;
    padding: 2px;
    height: 45px;
    box-shadow: 5px 2px 7px #808080;
    text-align: justify;
    overflow: auto;
    display: none
}

#mp-reward-milestone-tier.mp-reward-horizontal .mp-reward-step-end .mp-reward-tier-description {
    left: -135px
}

@media only screen and (min-width:600px) {
    .mp-reward-horizontal .mp-reward-progress-step {
        width: 30%
    }

    .mp-reward-vertical {
        display: flex
    }

    .mp-reward-vertical .mp-reward-progress {
        margin-left: 100px
    }

    #mp-reward-milestone-tier.mp-reward-vertical .box-milestone-tier {
        width: 100%
    }

    .mp-reward-tier-description {
        width: 130px
    }
}

@media only screen and (min-width:1024px) {
    .mp-reward-horizontal .mp-reward-progress-step {
        width: 31%
    }

    .mp-reward-vertical {
        display: flex
    }

    .mp-reward-vertical .mp-reward-progress {
        margin-left: 100px
    }
}

.mp-reward-tier-info {
    font-size: 2rem;
    font-weight: 400
}

.mp-reward-slide {
    position: relative;
    height: 300px
}

.mp-reward-slide .reward-milestone-tier {
    position: absolute;
    margin-top: 220px;
    width: 100%
}

.mp-reward-container {
    position: absolute;
    height: 200px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #bdf2ff;
    overflow: hidden
}

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #6bc0df, rgba(107, 192, 223, 0.1), rgba(107, 192, 223, 0), rgba(107, 192, 223, 0.1), #6bc0df)
}

.mp-reward-slide .mp-reward-tier-description {
    background-color: white
}

.mp-reward-slide .mp-reward-tier-min-point {
    color: #333333;
    font-weight: 700
}

.mp-reward-step-progress {
    position: relative;
    top: 35%;
    left: 0;
    width: 75%;
    right: 0;
    margin: auto
}

.mp-tier {
    position: absolute;
    text-align: center;
    border-radius: 50%;
    color: inherit;
    width: 40px;
    height: 40px;
    z-index: 2
}

.mp-reward-slide .mp-tier img {
    width: 35px;
    height: 35px;
    margin-top: 2px
}

.progress {
    width: 35%;
    height: 10px;
    position: absolute;
    top: 15px
}

.bar {
    height: 100%;
    width: 0;
    transform: skew(-30deg)
}

.mp-reward-control div {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 75%;
    font-size: 3rem;
    text-align: center;
    opacity: 0.25
}

.mp-reward-control div:hover {
    opacity: 1
}

.mp-next-bar {
    right: 0
}

.mp-next-bar:before {
    content: '\e608';
    font-family: 'luma-icons'
}

.mp-back-bar {
    left: 0
}

.mp-back-bar:before {
    content: '\e617';
    font-family: 'luma-icons'
}

.mp-reward-slide .mp-reward-tier-name {
    position: absolute;
    top: -25px;
    left: 0;
    text-align: justify;
    width: 200px;
    font-weight: 700;
    color: #333333
}

.mp-reward-slide .mp-reward-tier-description {
    position: absolute;
    width: 60%;
    height: 30px;
    left: 20%;
    text-align: justify;
    display: block;
    top: 80%;
    font-size: 1.5rem;
    padding: 2px 5px;
    overflow: auto;
    border-radius: 5px
}

.block-reward-dashboard .box-milestone-tier .box-image img {
    height: 75px
}

.quick-add-to-cart-but {
    background: #222;
    box-shadow: none;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    cursor: pointer
}

.quick-add-to-cart-but:hover,
.quick-add-to-cart-but:active {
    background: #000;
    box-shadow: none;
    border: none;
    color: #fff
}

.quick-view-add-to-cart-modal .qv-product-info-container .product.attribute.sku {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 10px;
    font-size: 16px;
    font-family: helvetica neue, Verdana, Arial, sans-serif
}

.quick-view-add-to-cart-modal .qv-product-info-container .product.attribute.sku .type {
    font-weight: 100;
    margin-right: 8px
}

.quick-view-add-to-cart-modal .qv-product-info-container .product.attribute.sku .type:after {
    content: ":"
}

.quick-view-add-to-cart-modal .qv-product-info-container .price-box.price-final_price {
    display: flex;
    margin-bottom: 10px
}

.quick-view-add-to-cart-modal .qv-product-info-container .price-box.price-final_price .special-price span.price {
    font-size: 36px;
    color: red
}

.quick-view-add-to-cart-modal .qv-product-info-container .price-box.price-final_price .price-saved-container {
    display: flex;
    flex-direction: column;
    margin-left: 15px
}

.quick-view-add-to-cart-modal .qv-product-info-container .price-box.price-final_price .price-saved-container .old-price {
    color: #333
}

.quick-view-add-to-cart-modal .qv-product-info-container .price-box.price-final_price .price-saved-container .price-wrapper[data-price-type="priceSaved"] span.price {
    color: red;
    font-size: 14px;
    font-weight: normal
}

.quick-view-add-to-cart-modal .qv-product-info-container .product-add-form .product-options-wrapper .pro-size-guide {
    display: none
}

.quick-view-add-to-cart-modal .qv-product-info-container .product-add-form .product-options-wrapper .field .control {
    width: 100%
}

.quick-view-add-to-cart-modal .qv-product-info-container .product-add-form .product-options-bottom .actions #product-addtocart-button {
    width: 100%;
    color: #fff
}

.quick-view-add-to-cart-modal .qv-product-info-container .product-add-form .product-options-bottom .free-shipp {
    display: none
}

.tracking-index-index .page-main {
    color: #636363;
    padding-left: 0;
    padding-right: 0
}

.tracking-index-index .page-main .tracking-container>h2 {
    font-size: 17px;
    font-family: Arial;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ededed;
    margin-top: 15px
}

.tracking-index-index .page-main .tracking-container a {
    color: #3399cc
}

.tracking-index-index .page-main .tracking-container .banner-container img {
    width: 100%
}

.tracking-index-index .page-main .tracking-container .banner-container img.client-mobile {
    display: none
}

.tracking-index-index .page-main .tracking-container .form-container {
    display: flex;
    padding-top: 35px
}

.tracking-index-index .page-main .tracking-container .form-container>h2 {
    display: none
}

.tracking-index-index .page-main .tracking-container .form-container .tracking-form-container {
    flex: 1;
    border-right: 1px solid #eee;
    padding-right: 30px
}

.tracking-index-index .page-main .tracking-container .form-container .tracking-form-container .need-help .need-help-title {
    font-size: 18px
}

.tracking-index-index .page-main .tracking-container .form-container .tracking-form-container .need-help .need-help-comment {
    font-size: 14px;
    padding: 10px 0
}

.tracking-index-index .page-main .tracking-container .form-container .tracking-form-container form .tracking-form-text {
    margin-bottom: 15px
}

.tracking-index-index .page-main .tracking-container .form-container .tracking-form-container form .tracking-form-text span {
    font-size: 13px;
    color: #636363
}

.tracking-index-index .page-main .tracking-container .form-container .tracking-form-container form .tracking-form-text span em {
    color: #df280a
}

.tracking-index-index .page-main .tracking-container .form-container .tracking-form-container form .tracking-form-text input[type=text] {
    height: 38px
}

.tracking-index-index .page-main .tracking-container .form-container .tracking-form-container form .tracking-form-text input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px
}

.tracking-index-index .page-main .tracking-container .form-container .tracking-form-container form button {
    background: #3399cc;
    display: inline-block;
    padding: 7px 20px;
    border: 0;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap
}

.tracking-index-index .page-main .tracking-container .form-container .tip-container {
    flex: 1;
    padding-left: 30px
}

.tracking-index-index .page-main .tracking-container .form-container .tip-container p.tip-line {
    padding-top: 10px;
    font-size: 12px
}

.tracking-index-index .page-main .tracking-container .form-container .tip-container .special-offer {
    width: 60%;
    padding: 10px;
    background: #ddd;
    margin-top: 20px;
    font-size: 12px
}

.tracking-index-index .page-main .tracking-container .form-container .tip-container .special-offer .price {
    color: #ff373c
}

.tracking-index-index .page-main .tracking-container .form-container .tip-container .special-offer .vip {
    color: #6f4400
}

.tracking-index-index .page-main .tracking-container .tracking-shipping-note {
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
    height: auto;
    overflow: hidden
}

.tracking-index-index .page-main .tracking-container .tracking-shipping-note .note {
    font-weight: 200;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc
}

.tracking-index-index .page-main .tracking-container .tracking-shipping-note .note strong {
    font-size: 16px
}

.tracking-index-index .page-main .tracking-container .tracking-shipping-note .shipping-list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px
}

.tracking-index-index .page-main .tracking-container .tracking-shipping-note .shipping-list table>tbody>tr td {
    color: #636363;
    padding: 5px 0px;
    width: 25%
}

.tracking-index-post .sign-for-top {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: flex
}

.tracking-index-post .sign-for-top .sign-for-left {
    margin: 5px 0;
    display: flex
}

.tracking-index-post .sign-for-top .sign-for-left .sign-for-left-icon {
    border: 1px solid #ccc;
    background: #2196F5;
    border-radius: 5px
}

.tracking-index-post .sign-for-top .sign-for-left .sign-for-left-icon.delivered {
    background: #9bbb59
}

.tracking-index-post .sign-for-top .sign-for-left .sign-for-left-icon .fa {
    display: block;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    width: 50px
}

.tracking-index-post .sign-for-top .sign-for-left .sign-for-left-text span {
    display: inline-block;
    margin: 4px 0 0 10px
}

.tracking-index-post .sign-for-top .sign-for-right {
    flex-grow: 1;
    padding: 0 20px;
    margin: 5px 0
}

.tracking-index-post .sign-for-top .sign-for-right p {
    text-align: center
}

.tracking-index-post .sign-for-cotent h4 {
    color: #818188
}

.tracking-index-post .sign-for-cotent .sign-for-status {
    margin-left: 17px
}

.tracking-index-post .sign-for-cotent .sign-for-status .sign-for-status-son {
    margin-bottom: 0
}

.tracking-index-post .sign-for-cotent .sign-for-status .sign-for-status-son .fra {
    width: 8px;
    height: 8px;
    transform: rotateZ(45deg);
    border: 1px solid #252525;
    display: inline-block
}

.tracking-index-post .sign-for-cotent .sign-for-status .sign-for-status-son .active {
    background: #252525
}

.tracking-index-post .sign-for-cotent .sign-for-status .sign-for-status-son .sign-date {
    margin-left: 50px;
    display: inline-block;
    max-width: 90%
}

.tracking-index-post .sign-for-cotent .sign-for-status .sign-for-status-son .sign-for-empty {
    margin-left: 2px;
    color: #DDDDDD
}

.recommend-product-container {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc
}

.recommend-product-container .title {
    margin-bottom: 20px;
    font-size: 19px
}

.recommend-product-container .block-products-slider-list .block-title {
    display: none
}

.recommend-product-container .block-products-slider-list .product-list .owl-item .product-item-photo {
    border: none
}

@media only screen and (max-width:1024px) {
    .tracking-index-index .page-main {
        font-size: 12px
    }

    .tracking-index-index .page-main .tracking-container>h2 {
        display: none
    }

    .tracking-index-index .page-main .tracking-container .banner-container {
        margin-top: 10px;
        display: block
    }

    .tracking-index-index .page-main .tracking-container .banner-container img {
        width: 100%
    }

    .tracking-index-index .page-main .tracking-container .banner-container img.client-pc {
        display: none
    }

    .tracking-index-index .page-main .tracking-container .banner-container img.client-mobile {
        display: block
    }

    .tracking-index-index .page-main .tracking-container .form-container {
        display: block;
        padding-top: 30px
    }

    .tracking-index-index .page-main .tracking-container .form-container>h2 {
        font-size: 18px;
        display: block;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        margin-top: 0
    }

    .tracking-index-index .page-main .tracking-container .form-container .tracking-form-container {
        border: none;
        padding: 0px
    }

    .tracking-index-index .page-main .tracking-container .form-container .tracking-form-container form button {
        width: 100%
    }

    .tracking-index-index .page-main .tracking-container .form-container .tracking-form-container .need-help {
        display: none
    }

    .tracking-index-index .page-main .tracking-container .form-container .tip-container {
        margin-top: 10px;
        padding: 0
    }

    .tracking-index-index .page-main .tracking-container .form-container .tip-container .special-offer {
        width: 94%
    }

    .tracking-index-index .page-main .tracking-container .tracking-shipping-note .shipping-list table>tbody>tr td {
        width: 55%
    }

    .tracking-index-index .page-main .tracking-container .tracking-shipping-note .shipping-list .demo-no {
        display: none
    }

    .tracking-index-index .page-main .col-tracking-right {
        width: 100%;
        padding: 20px 0 0 0
    }

    .tracking-index-index .page-main .tracking-shipping-note dt {
        line-height: 22px;
        font-size: 14px
    }

    .tracking-index-index .page-main .tracking-shipping-note dd table>tbody>tr>td {
        padding: 11px 4px;
        font-size: 12px
    }

    .tracking-index-post .sign-for {
        border: 1px solid #e4e4e4;
        margin-top: 12px
    }

    .tracking-index-post .sign-for-top {
        border: none;
        float: none;
        display: block
    }

    .tracking-index-post .sign-for-left {
        width: 100%;
        border-bottom: 1px solid #e4e4e4;
        margin: 0;
        float: none
    }

    .tracking-index-post .sign-for-left .sign-for-left-icon {
        width: 13%;
        height: 44px;
        background: #2196F5;
        border-radius: 5px;
        margin: 5px
    }

    .tracking-index-post .sign-for-left .sign-for-left-icon .fa {
        display: block;
        color: #ffffff;
        text-align: center;
        line-height: 45px;
        font-size: 16px
    }

    .tracking-index-post .sign-for-right {
        width: 100%;
        float: none;
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid #e4e4e4
    }

    .tracking-index-post .sign-for-right p {
        padding: 5px;
        text-align: left;
        line-height: initial
    }

    .tracking-index-post .sign-for-cotent {
        padding: 5px
    }

    .tracking-index-post .sign-for-cotent h4 {
        color: #818188;
        line-height: 12px;
        margin-top: 12px;
        margin-bottom: 15px
    }

    .tracking-index-post .sign-for-cotent .sign-for-status {
        padding-left: 0px
    }

    .tracking-index-post .sign-for-cotent .sign-for-status .sign-for-status-son {
        display: flex;
        align-items: flex-start;
        justify-content: space-between
    }

    .tracking-index-post .sign-for-cotent .sign-for-status .sign-for-status-son .fra {
        width: 8px;
        height: 6px;
        margin-top: 7px
    }

    .tracking-index-post .sign-for-cotent .sign-for-status .sign-for-status-son .sign-date {
        flex-grow: 1;
        padding: 0 10px;
        margin-left: 10px
    }

    .recommend-product-container .title {
        font-size: 14px
    }

    .recommend-product-container .block-products-slider-list {
        margin-bottom: 0px
    }

    .recommend-product-container .block-products-slider-list .product-list {
        padding-bottom: 0px
    }
}

.pac-container {
    z-index: 905 !important
}

.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
    padding: 0;
    border-top: none
}

.form-address-edit .actions-toolbar .vertex-update-address {
    margin-top: 10px
}

.yotpo-yotpo-is-enabled .yotpoBottomLine {
    width: 100%
}

.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,
.yotpo-yotpo-is-enabled .yotpo-stars {
    margin: 0 5px 0 0 !important
}

.yotpo-yotpo-is-enabled .thumbnail .yotpo a {
    display: inline-block
}

.yotpo-yotpo-is-enabled div.yotpo.bottomLine {
    display: inline-block;
    margin: 0 10px 1px 0
}

.yotpo-yotpo-is-enabled div.yotpo.QABottomLine {
    display: inline-block
}

.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position {
    display: inline-block;
    margin: 0 10px 1px 0
}

.yotpo-yotpo-is-enabled.cms-index-index .product-item-actions {
    margin-top: 5px !important
}

.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item-actions,
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item-actions {
    margin-top: 0 !important
}

.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,
.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary {
    width: 100%
}

.payment-method-braintree .hosted-control {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: helvetica neue, Verdana, Arial, sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    width: 225px
}

.payment-method-braintree .hosted-control:disabled {
    opacity: .5
}

.payment-method-braintree .hosted-control::-moz-placeholder {
    color: #575757
}

.payment-method-braintree .hosted-control::-webkit-input-placeholder {
    color: #575757
}

.payment-method-braintree .hosted-control:-ms-input-placeholder {
    color: #575757
}

.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
    border-color: #006bb4
}

.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
    border-color: #e02b27
}

.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused)~.hosted-error {
    height: auto;
    opacity: 1
}

.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
    border-color: #006400
}

.payment-method-braintree .hosted-control.hosted-cid {
    width: 5rem
}

.payment-method-braintree .hosted-control.hosted-date {
    float: left;
    margin-bottom: 7px;
    width: 6rem
}

.payment-method-braintree .hosted-control.hosted-date:first-of-type {
    margin-right: 50px
}

.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
    content: '/';
    display: inline;
    padding-bottom: inherit;
    padding-top: inherit;
    position: absolute;
    right: -25px;
    top: 5px
}

.payment-method-braintree .field-tooltip {
    right: 0
}

.payment-method-braintree .hosted-error {
    clear: both;
    color: #e02b27;
    font-size: 1.2rem;
    height: 0;
    margin-top: 7px;
    opacity: 0
}

.braintree-paypal-logo {
    margin-top: 10px;
    text-align: center
}

.braintree-paypal-account {
    padding: 15px 0 15px 50px;
    position: relative;
    display: inline-block
}

.braintree-paypal-account:before {
    background-image: url('//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/Magento_Braintree/images/paypal-small.png');
    background-position-x: 0;
    background-position-y: 0;
    line-height: 16px;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    content: '';
    display: inline-block
}

.braintree-paypal-account:before {
    left: 17px;
    margin-top: -8px;
    position: absolute;
    top: 50%
}

.braintree-paypal-account .payment-method-type {
    font-weight: 700
}

.braintree-paypal-account .payment-method-description {
    color: #575757
}

.braintree-paypal-fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

.action-braintree-paypal-logo {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400
}

.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
    background: none;
    border: none
}

.action-braintree-paypal-logo:hover {
    background: none;
    border: none
}

.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
    pointer-events: none;
    opacity: .5
}

.action-braintree-paypal-logo img {
    margin: 0;
    width: 114px
}

.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
    margin-left: 0
}

.account .table .col.paypal-account img {
    vertical-align: middle
}

.account .table .col.paypal-account+.actions {
    vertical-align: middle
}

.block-category-event {
    background: #f0f0f0;
    color: #333;
    padding: 10px 0 15px;
    text-align: center
}

.block-category-event.block:last-child {
    margin-bottom: 10px
}

.block-category-event .block-title {
    margin: 0 0 10px
}

.block-category-event .block-title strong {
    font-size: 1.5rem;
    font-weight: 300
}

.block-category-event .ticker {
    margin: 0;
    padding: 0;
    list-style: none none
}

.block-category-event .ticker li {
    display: none;
    margin: 0 15px
}

.block-category-event .ticker .value {
    font-size: 1.8rem;
    font-weight: 300
}

.block-category-event .ticker .label {
    font-size: 1rem;
    display: block;
    text-transform: lowercase
}

.block-category-event .dates {
    display: table;
    margin: 0 auto
}

.block-category-event .dates .start,
.block-category-event .dates .end {
    display: table-cell;
    vertical-align: top
}

.block-category-event .dates .date {
    font-size: 1.8rem
}

.block-category-event .dates .time {
    display: block
}

.block-category-event .dates .start {
    padding-right: 40px;
    position: relative
}

.block-category-event .dates .start:after {
    font-size: 1.8rem;
    content: '\2013';
    display: block;
    position: absolute;
    right: 15px;
    top: 0
}

.contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 50%
}

.contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 50%
}

.table-wrapper.billing-agreements {
    margin-bottom: 40px
}

.paypal {
    display: inline-block;
    vertical-align: top
}

.block-minicart .paypal,
.cart-summary .paypal {
    display: block
}

.paypal img {
    display: block;
    margin: 5px auto 0
}

.opc .paypal {
    vertical-align: middle
}

.paypal.acceptance {
    display: block;
    margin: 0 0 20px
}

.map-form-addtocart .paypal {
    display: block;
    margin: 10px auto 5px
}

.cart-summary .paypal+.paypal {
    margin-top: 25px
}

.paypal-review .actions-toolbar {
    margin-top: 10px
}

.paypal-review .paypal-review-title {
    padding: 0 0 10px
}

.paypal-review .paypal-review-title>strong {
    font-size: 2.4rem;
    font-weight: 300
}

.paypal-review .paypal-review-title .action {
    display: inline-block;
    margin: 12px 0 0 30px
}

.paypal-review .table-paypal-review-items .col.name {
    padding-top: 16px
}

.paypal-review .table-paypal-review-items .col.qty {
    text-align: center
}

.paypal-review .item-options dt {
    display: inline-block
}

.paypal-review .item-options dt:after {
    content: ': '
}

.paypal-review .item-options dd {
    margin: 0
}

.paypal-review-discount {
    border-bottom: 1px solid #ccc;
    margin: 0 0 40px;
    padding: 10px 0 0
}

.fotorama-video-container:after {
    background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
    bottom: 0;
    content: '';
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 12px;
    width: 100px
}

.fotorama-video-container .magnify-lens {
    display: none !important
}

.fotorama-video-container.video-unplayed:hover img {
    opacity: .6
}

.fotorama-video-container.video-unplayed:hover:after {
    transform: scale(1.25)
}

.video-thumb-icon:after {
    background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
    bottom: 0;
    content: '';
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 10px;
    width: 49px
}

.product-video {
    bottom: 0;
    height: 75%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.product-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999
}

.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
    bottom: 0;
    content: '';
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 12px;
    width: 100px
}

.fotorama__product-video--loading:after {
    visibility: hidden
}

@media only screen and (min-device-width:320px) and (max-device-width:780px) and (orientation:landscape) {
    .product-video {
        height: 100%;
        width: 81%
    }
}

.opc-wrapper .form-discount {
    max-width: 500px
}

.swatch-attribute-label {
    font-weight: 700;
    position: relative
}

.swatch-attribute-label.required {
    padding-right: 10px
}

.swatch-attribute-label[data-required='1']:after {
    color: #e02b27;
    content: '*';
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    right: -11px;
    top: -2px
}

.swatch-attribute-selected-option {
    color: #646464;
    padding-left: 17px
}

.swatch-attribute-options {
    margin: 10px 0
}

.swatch-attribute-options:focus {
    box-shadow: none
}

.swatch-attribute-options .swatch-option-tooltip-layered .title {
    color: #282828;
    bottom: -5px;
    height: 20px;
    left: 0;
    margin-bottom: 10px;
    position: absolute;
    text-align: center;
    width: 100%
}

.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
    background: #f0f0f0;
    color: #949494
}

.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
    background: #fff;
    border: 1px solid #fff;
    color: #000
}

.swatch-option {
    border: 1px solid #dadada;
    cursor: pointer;
    float: left;
    height: 20px;
    margin: 0 10px 5px 0;
    max-width: 100%;
    min-width: 30px;
    overflow: hidden;
    padding: 1px 2px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis
}

.swatch-option:focus {
    box-shadow: 0 0 1px 1px #000
}

.swatch-option.text {
    background: #f0f0f0;
    color: #686868;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 7px;
    min-width: 22px;
    padding: 4px 8px
}

.swatch-option.text.selected {
    background-color: #fff !important
}

.swatch-option.selected {
    outline: 2px solid #000;
    border: 1px solid #fff;
    color: #333
}

.swatch-option:not(.disabled):hover {
    border: 1px solid #fff;
    color: #333;
    outline: 1px solid #999
}

.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
    border: 1px solid #fff;
    outline: 2px solid #000
}

.swatch-option.disabled {
    box-shadow: unset;
    cursor: default;
    pointer-events: none
}

.swatch-option.disabled:after {
    background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #fff), color-stop(46%, #fff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #fff), color-stop(57%, #fff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    content: '';
    filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.swatch-option-disabled {
    border: 0;
    cursor: default;
    outline: none !important
}

.swatch-option-disabled:after {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    content: '';
    height: 2px;
    left: -4px;
    position: absolute;
    top: 10px;
    width: 42px;
    z-index: 995;
    background: #e02b27
}

.swatch-option-loading {
    content: url('//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/loader-2.gif')
}

.swatch-option-tooltip {
    border: 1px solid #dadada;
    color: #949494;
    display: none;
    max-height: 100%;
    min-height: 20px;
    min-width: 20px;
    padding: 5px;
    position: absolute;
    text-align: center;
    z-index: 999;
    background: #fff
}

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
    bottom: 0;
    height: 8px;
    left: 40%;
    position: absolute
}

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
    border-style: solid;
    content: '';
    font-size: 1px;
    height: 0;
    position: relative;
    width: 0
}

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
    border-color: #adadad transparent transparent transparent;
    border-width: 8px 8.5px 0 8.5px;
    left: 0;
    top: 2px
}

.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
    border-color: #fff transparent transparent transparent;
    border-width: 7px 7.5px 0 7.5px;
    left: -15px;
    top: 1px
}

.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
    display: block;
    height: 130px;
    margin: 0 auto;
    width: 130px
}

.swatch-option-tooltip-layered {
    border: 1px solid #dadada;
    color: #949494;
    background: #fff;
    display: none;
    left: -47px;
    position: absolute;
    width: 140px;
    z-index: 999
}

.swatch-option-tooltip .title {
    color: #282828;
    display: block;
    max-height: 200px;
    min-height: 20px;
    overflow: hidden;
    text-align: center
}

.swatch-option-link-layered {
    margin: 0 !important;
    padding: 0 !important;
    position: relative
}

.swatch-option-link-layered:focus>div {
    box-shadow: 0 0 3px 1px #000
}

.swatch-option-link-layered:hover>.swatch-option-tooltip-layered {
    display: block
}

.swatch-opt {
    margin: 20px 0
}

.swatch-opt-listing {
    margin-bottom: 10px
}

.swatch-more {
    display: inline-block;
    margin: 2px 0;
    padding: 2px;
    position: static;
    z-index: 1
}

.swatch-visual-tooltip-layered {
    height: 160px;
    top: -170px
}

.swatch-textual-tooltip-layered {
    height: 30px;
    top: -40px
}

.swatch-input {
    left: -1000px;
    position: absolute;
    visibility: hidden
}

.clearfix:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden
}

.minilist .weee {
    display: table-row;
    font-size: 1.1rem
}

.minilist .weee:before {
    display: none
}

.price-container.weee:before {
    display: none
}

.column .block-addbysku .fieldset {
    margin: 0
}

.column .block-addbysku .fieldset .fields {
    position: relative
}

.column .block-addbysku .fieldset .fields .field {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top
}

.column .block-addbysku .fieldset .fields .actions-toolbar {
    position: absolute;
    right: 0;
    top: 7px
}

.column .block-addbysku .sku {
    margin-right: -155px;
    padding-right: 160px;
    width: 100%
}

.column .block-addbysku .qty .qty+.mage-error {
    width: 80px
}

.column .block-addbysku .block-content .actions-toolbar {
    clear: both;
    margin: 0 0 20px;
    text-align: left
}

.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
    content: '';
    display: table
}

.column .block-addbysku .block-content .actions-toolbar:after {
    clear: both
}

.column .block-addbysku .block-content .actions-toolbar .primary {
    float: left
}

.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
    display: inline-block
}

.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
    display: inline-block
}

.column .block-addbysku .block-content .actions-toolbar .primary .action {
    margin: 0 15px 0 0
}

.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
    margin-top: 6px
}

.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
    display: block;
    float: none
}

.column .block-addbysku .block-content .actions-toolbar>.secondary {
    text-align: left
}

.column .block-addbysku .action.add {
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    padding: 4px;
    width: auto
}

.column .block-addbysku .action.add>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.column .block-addbysku .action.add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: inherit;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.column .block-addbysku .action.add:hover:before {
    color: inherit
}

.column .block-addbysku .action.add:active:before {
    color: inherit
}

.column .block-addbysku .reset {
    margin: 7px 0
}

.column .block-addbysku .note {
    display: block;
    margin: 0 0 20px;
    padding-top: 10px
}

.block-cart-failed {
    margin: 40px 0
}

.block-cart-failed .block-title {
    font-size: 2.6rem
}

.block-cart-failed .block-title strong {
    font-weight: 300
}

.block-cart-failed .actions {
    text-align: center
}

.block-cart-failed .actions .action {
    display: block;
    margin: 0 auto 10px
}

.catalogsearch-advanced-result .message.error {
    margin-top: -60px
}

.bundle-actions {
    margin: 0 0 30px
}

.bundle-options-container {
    clear: both;
    margin-bottom: 40px
}

.bundle-options-container .legend.title {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
    border: 0;
    padding: 0
}

.bundle-options-container .product-add-form {
    display: none
}

.bundle-options-container .product-options-wrapper {
    margin-bottom: 30px
}

.bundle-options-container .product-options-wrapper .fieldset>.field {
    border-top: 1px #e4e4e4 solid;
    padding-top: 20px
}

.bundle-options-container .product-options-wrapper .fieldset>.field:first-of-type {
    border-top: 0;
    padding-top: 0
}

.bundle-options-container .product-options-wrapper .field.choice input {
    float: left;
    margin-top: 4px
}

.bundle-options-container .product-options-wrapper .field.choice .label {
    display: block;
    margin-left: 24px
}

.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
    display: inline-block
}

.bundle-options-container .action.back {
    margin-bottom: 30px
}

.bundle-options-container .block-bundle-summary>.title {
    margin-bottom: 15px
}

.bundle-options-container .block-bundle-summary>.title>strong {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.bundle-options-container .block-bundle-summary>.title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
    border-bottom: 1px #e4e4e4 solid;
    margin-bottom: 25px;
    padding-bottom: 16px
}

.bundle-options-container .block-bundle-summary .price-box {
    margin-bottom: 20px
}

.bundle-options-container .block-bundle-summary .price-box .price-label {
    display: block;
    margin-bottom: 5px
}

.bundle-options-container .block-bundle-summary .bundle-summary {
    margin-top: 30px
}

.bundle-options-container .block-bundle-summary .bundle-summary.empty {
    display: none
}

.bundle-options-container .block-bundle-summary .bundle-summary>.subtitle {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: block
}

.bundle-options-container .block-bundle-summary .bundle.items>li {
    margin-bottom: 20px
}

.bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: center
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action {
    margin-right: 5%
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action.tocompare:before {
    content: '\e61e'
}

.bundle-options-container p.required {
    color: #e02b27
}

.bundle-options-container .nested .field.qty {
    margin: 0 0 20px;
    margin-top: 20px
}

.bundle-options-container .nested .field.qty>.label {
    margin: 0 0 8px;
    display: inline-block
}

.bundle-options-container .nested .field.qty .label {
    font-weight: 600
}

.bundle-options-container .nested .field.qty:last-child {
    margin-bottom: 0
}

.bundle-options-container .price {
    font-weight: 600
}

.bundle-options-container .product-options-bottom {
    border-top: 1px solid #ccc;
    clear: left;
    margin: 0 0 40px;
    padding-top: 20px
}

.products {
    margin: 30px 0
}

.product-items {
    font-size: 0;
    letter-spacing: -1px;
    line-height: 0
}

.product-item {
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: normal;
    vertical-align: top
}

.products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2)
}

.product-item:nth-child(2n + 1) {
    margin-left: 0
}

.product-item-name {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    display: block;
    hyphens: auto;
    margin: 5px 0;
    word-wrap: break-word
}

.product-item-info {
    max-width: 100%;
    width: 152px
}

.page-products .product-item-info {
    width: 240px
}

.product-item-actions {
    font-size: 0
}

.product-item-actions>* {
    font-size: 1.4rem
}

.product-item-actions .actions-secondary {
    display: inline-block;
    font-size: 1.4rem;
    vertical-align: middle
}

.product-item-actions .actions-secondary>button.action {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400
}

.product-item-actions .actions-secondary>button.action:focus,
.product-item-actions .actions-secondary>button.action:active {
    background: none;
    border: none
}

.product-item-actions .actions-secondary>button.action:hover {
    background: none;
    border: none
}

.product-item-actions .actions-secondary>button.action.disabled,
.product-item-actions .actions-secondary>button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary>button.action {
    pointer-events: none;
    opacity: .5
}

.product-item-actions .actions-secondary>.action {
    line-height: 35px;
    text-align: center;
    width: 35px
}

.product-item-actions .actions-secondary>.action:before {
    margin: 0
}

.product-item-actions .actions-primary {
    display: inline-block;
    vertical-align: middle
}

.product-item-description {
    margin: 25px 0
}

.product-item .product-reviews-summary .rating-summary {
    margin: 0 4px 0 0
}

.product-item .product-reviews-summary .reviews-actions {
    font-size: 12px;
    margin-top: 5px
}

.product-item .price-box {
    margin: 10px 0 25px
}

.product-item .price-box .price {
    font-weight: 700;
    white-space: nowrap
}

.product-item .price-box .price-label {
    color: #666;
    font-size: 12px
}

.product-item .old-price {
    margin: 5px 0
}

.product-item .old-price .price {
    font-weight: normal
}

.product-item .regular-price .price-label {
    display: none
}

.product-item .minimal-price .price-container {
    display: block
}

.product-item .minimal-price-link {
    margin-top: 5px
}

.product-item .price-from,
.product-item .price-to {
    margin: 0
}

.product-item .tocompare:before {
    content: '\e61e'
}

.product-item .tocart {
    font-size: 1.3rem;
    border-radius: 0;
    line-height: 1;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap
}

.column.main .product-items {
    margin-left: 0
}

.column.main .product-item {
    padding-left: 0
}

.price-container .price {
    font-size: 1.4rem
}

.price-container .price-including-tax+.price-excluding-tax,
.price-container .weee {
    margin-top: 5px
}

.price-container .price-including-tax+.price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax+.price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee+.price-excluding-tax:before,
.price-container .weee+.price-excluding-tax .price {
    font-size: 1.1rem
}

.price-container .weee:before {
    content: '(' attr(data-label) ': '
}

.price-container .weee:after {
    content: ')'
}

.price-container .weee+.price-excluding-tax:before {
    content: attr(data-label) ': '
}

.products-list .product-item {
    display: table;
    width: 100%
}

.products-list .product-item-info {
    display: table-row
}

.products-list .product-item-photo {
    display: table-cell;
    padding: 0 30px 30px 0;
    vertical-align: top;
    width: 1%
}

.products-list .product-item-details {
    display: table-cell;
    vertical-align: top
}

.page-products .columns {
    padding-top: 60px;
    position: relative;
    z-index: 1
}

.toolbar {
    margin-bottom: 30px;
    text-align: center
}

.toolbar select {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    border-radius: 3px
}

.toolbar .sorter-action {
    position: relative;
    top: -2px
}

.toolbar-amount {
    left: 0;
    line-height: 18px;
    margin: 0;
    padding: 7px 0;
    text-align: left;
    top: 0;
    vertical-align: middle
}

.products.wrapper~.toolbar .toolbar-amount {
    display: none
}

.page-with-filter .toolbar-amount {
    position: static
}

.toolbar-products {
    background-color: transparent
}

.toolbar-products .pages {
    display: none
}

.products.wrapper~.toolbar-products .pages {
    display: block
}

.toolbar .pages {
    margin-bottom: 25px
}

.sorter {
    float: right
}

.page-products .sorter {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.products.wrapper~.toolbar .sorter {
    display: none
}

.sorter-options {
    margin: 0 5px 0 7px;
    width: auto
}

.sorter-action {
    display: inline-block;
    text-decoration: none
}

.sorter-action:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #757575;
    content: '\e613';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.sorter-action:hover:before {
    color: #333
}

.sorter-action>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sorter-action.sort-desc:before {
    content: '\e614'
}

.modes {
    display: none
}

.limiter-options {
    margin: 0 5px 0 7px;
    width: auto
}

.limiter-label {
    font-weight: 400
}

.page-products .toolbar .limiter {
    display: none
}

.limiter .control {
    display: inline-block
}

.old-price,
.old.price {
    color: #666
}

.prices-tier .price-container .price-including-tax+.price-excluding-tax:before {
    content: '(' attr(data-label) ':'
}

.prices-tier .price-container .price-including-tax+.price-excluding-tax:last-child:after {
    content: ')'
}

.prices-tier .price-container .weee[data-label] {
    display: inline
}

.prices-tier .price-container .weee[data-label]:before {
    content: ' +' attr(data-label) ':'
}

.actual-price {
    font-weight: 700
}

.category-image .image {
    display: block;
    height: auto;
    max-width: 100%
}

.category-cms,
.category-image,
.category-description {
    margin-bottom: 20px
}

.product-image-container {
    display: inline-block;
    max-width: 100%
}

.product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.product-image-photo {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.product.media .placeholder .photo.container {
    max-width: 100%
}

.product.media .notice {
    margin: 10px 0;
    color: #7d7d7d;
    font-size: 1.2rem
}

.product.media .product.thumbs {
    margin: 10px 0 25px
}

.product.media .items.thumbs {
    margin: 0;
    padding: 0;
    list-style: none none
}

.product.media .items.thumbs>li {
    display: inline-block;
    vertical-align: top
}

.product.media .items.thumbs>li {
    margin: 1rem 0 0
}

.product.media .items.thumbs img {
    display: block
}

.product.media .items.thumbs .active {
    display: block;
    line-height: 1
}

.product.info.detailed {
    clear: both;
    margin-bottom: 30px
}

.product.info.detailed .additional-attributes {
    width: auto;
    border: none
}

.product.info.detailed .additional-attributes>thead>tr>th,
.product.info.detailed .additional-attributes>tbody>tr>th,
.product.info.detailed .additional-attributes>tfoot>tr>th,
.product.info.detailed .additional-attributes>thead>tr>td,
.product.info.detailed .additional-attributes>tbody>tr>td,
.product.info.detailed .additional-attributes>tfoot>tr>td {
    border: none
}

.product.info.detailed .additional-attributes>thead>tr>td,
.product.info.detailed .additional-attributes>tbody>tr>td,
.product.info.detailed .additional-attributes>tfoot>tr>td {
    padding: 5.5px 5px 10px 5px
}

.product.info.detailed .additional-attributes>thead>tr>th,
.product.info.detailed .additional-attributes>tbody>tr>th,
.product.info.detailed .additional-attributes>tfoot>tr>th {
    padding: 5.5px 30px 10px 0
}

.product-info-main .product-info-price {
    color: #575757;
    border-bottom: 1px solid #c1c1c1;
    display: table;
    margin-bottom: 15px;
    width: 100%
}

.product-info-main .product-info-price .price-box {
    display: table-cell;
    vertical-align: top;
    width: 1px
}

.product-info-main .product-info-price .price-box .price-container>span {
    display: block;
    margin-bottom: 5px
}

.product-info-main .product-info-price .price-box .price-container>span:last-child {
    margin-bottom: 0
}

.product-info-main .product-info-price .price-including-tax+.price-excluding-tax,
.product-info-main .product-info-price .weee+.price-excluding-tax,
.product-info-main .product-info-price .weee {
    font-size: 1.4rem
}

.product-info-main .product-info-price .price-including-tax+.price-excluding-tax .price,
.product-info-main .product-info-price .weee+.price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 16px
}

.product-info-main .product-info-price .price-wrapper .price {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 22px
}

.product-info-main .product-info-price .old-price .price-wrapper .price {
    font-size: 2rem;
    font-weight: 300
}

.product-info-main .product-info-price .special-price .price-label:after {
    content: ': '
}

.product-info-main .product-info-price .price {
    white-space: nowrap
}

.product-info-main .product-info-stock-sku {
    display: table-cell;
    padding-bottom: 10px;
    padding-left: 10%;
    text-align: right;
    vertical-align: top
}

.product-info-main .stock {
    margin: 0 0 3px
}

.product-info-main .stock.available,
.product-info-main .stock.unavailable {
    font-weight: 700;
    text-transform: uppercase
}

.product-info-main .product.attribute.sku {
    word-break: break-all;
    word-wrap: break-word
}

.product-info-main .product.attribute.sku .type {
    font-weight: normal;
    margin-right: 5px
}

.product-info-main .product.attribute.sku .type:after {
    content: '#:'
}

.product-info-main .product.attribute.sku .value {
    display: inline-block
}

.product-info-main .product.attribute.overview {
    margin: 20px 0
}

.product-info-main .product.alert {
    margin: 10px 0
}

.product-info-main .product-add-form {
    clear: both;
    padding-top: 15px
}

.product-info-main .product-reviews-summary {
    float: left
}

.product-info-main .product-options-bottom .box-tocart {
    margin-top: 20px
}

.product-options-wrapper .fieldset:focus {
    box-shadow: none
}

.product-options-wrapper .fieldset-product-options-inner .legend {
    font-weight: 600;
    font-size: 1.4rem;
    border: none;
    display: inline-block;
    float: none;
    margin: 0 0 8px;
    padding: 0
}

.product-options-wrapper .fieldset-product-options-inner input.datetime-picker~select.datetime-picker {
    margin-top: 10px
}

.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem
}

.product-options-wrapper .field .note {
    display: block;
    margin-top: 5px
}

.product-options-wrapper .field .note.mage-error {
    color: #e02b27
}

.product-options-bottom .price-box,
.product-info-price .price-box {
    color: #575757;
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: top
}

.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
    font-size: 20px;
    font-weight: 300
}

.product-options-bottom .price-box .old-price .price-container>span,
.product-info-price .price-box .old-price .price-container>span {
    display: inline-block
}

.product-options-bottom .price-box .price-container>span,
.product-info-price .price-box .price-container>span {
    display: block;
    margin-bottom: 5px
}

.product-options-bottom .price-box .price-container>span:last-child,
.product-info-price .price-box .price-container>span:last-child {
    margin-bottom: 0
}

.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px
}

.product-options-bottom .price-box .price-container .price-including-tax+.price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax,
.product-options-bottom .price-box .price-container .weee+.price-excluding-tax,
.product-info-price .price-box .price-container .weee+.price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
    font-size: 1.2rem;
    line-height: 14px
}

.product-options-bottom .price-box .price-container .price-including-tax+.price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee+.price-excluding-tax .price,
.product-info-price .price-box .price-container .weee+.price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700
}

.box-tocart .action.tocart {
    vertical-align: top
}

.box-tocart .action.tocart:not(:last-child) {
    margin-bottom: 15px
}

.product-addto-links {
    display: inline
}

.product-addto-links .action {
    margin-right: 5%
}

.product-social-links {
    margin: 0 0 20px;
    text-align: center
}

.product-social-links .action.tocompare:before {
    content: '\e61e'
}

.prices-tier {
    margin-bottom: 15px
}

.prices-tier .item {
    margin-bottom: 10px
}

.prices-tier .item:last-child {
    margin-bottom: 0
}

.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
    display: inline-block
}

.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
    display: block;
    white-space: nowrap
}

.ui-dialog-titlebar-close {
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #444;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline
}

.ui-dialog-titlebar-close:visited {
    color: #444;
    text-decoration: none
}

.ui-dialog-titlebar-close:hover {
    color: #000;
    text-decoration: none
}

.ui-dialog-titlebar-close:active {
    color: #000;
    text-decoration: none
}

.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
    background: none;
    border: 0
}

.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
    color: #444;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.sidebar .product-items .product-item {
    margin-bottom: 20px;
    position: relative
}

.sidebar .product-items .product-item-info {
    position: relative;
    width: auto
}

.sidebar .product-items .product-item-info .product-item-photo {
    left: 0;
    position: absolute;
    top: 0
}

.sidebar .product-items .product-item-name {
    margin-top: 0
}

.sidebar .product-items .product-item-details {
    margin: 0 0 0 85px
}

.sidebar .product-items .product-item-actions {
    display: block;
    margin-top: 10px
}

.sidebar .product-items .price-box {
    display: block;
    margin: 7px 0
}

.sidebar .product-items .text {
    margin-right: 8px
}

.sidebar .product-items .counter {
    color: #7d7d7d;
    font-size: 12px;
    white-space: nowrap
}

.sidebar .product-items .minilist .price {
    display: inline;
    padding: 0
}

.sidebar .product-items .minilist .weee:before {
    display: inline-block
}

.sidebar .product-items .action.delete {
    position: absolute;
    right: 0;
    top: 0
}

.sidebar .block-compare .action.delete {
    right: initial
}

.sidebar .action.tocart {
    border-radius: 0
}

.sidebar .product-items-images {
    margin-left: -5px
}

.sidebar .product-items-images .product-item {
    float: left;
    padding-left: 5px
}

.sidebar .product-items-names .product-item {
    display: flex;
    margin-bottom: 10px
}

.sidebar .product-items-names .product-item-name {
    margin: 0
}

.catalog-category-view.page-layout-1column .column.main {
    min-height: inherit
}

body.catalog-product-compare-index .action.print {
    float: right;
    margin: 15px 0
}

.table-wrapper.comparison {
    clear: both;
    max-width: 100%;
    overflow-x: auto;
    position: relative
}

.table-wrapper.comparison .table-comparison>tbody>tr>th,
.table-wrapper.comparison .table-comparison>tbody>tr>td {
    border-top: 0
}

.table-comparison {
    table-layout: fixed
}

.table-comparison .cell {
    padding: 15px;
    width: 180px
}

.table-comparison .cell.label {
    border-right: 1px solid #ccc
}

.table-comparison .cell.label .attribute.label {
    display: block;
    width: 100%;
    word-wrap: break-word
}

.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
    border-bottom: 1px solid #ccc
}

.table-comparison .cell.attribute {
    font-size: 1.3rem
}

.table-comparison .cell.attribute img {
    height: auto;
    max-width: 100%
}

.table-comparison .cell.remove {
    padding-bottom: 0;
    padding-top: 0;
    text-align: right
}

.table-comparison .cell.remove .action.delete {
    margin-right: .6rem
}

.table-comparison .cell .attribute.value {
    overflow: hidden;
    width: 100%
}

.table-comparison td:last-child {
    border-right: 1px solid #ccc
}

.table-comparison .product-item-photo {
    display: block;
    margin: 0 auto 15px
}

.table-comparison .product-image-photo {
    margin-left: 0
}

.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
    display: block;
    margin: 15px 0
}

.table-comparison .product-addto-links {
    margin-top: 15px
}

.table-comparison .product-addto-links .action.toggle {
    padding: 0
}

.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
    line-height: 1.2rem;
    padding: 5px 8px;
    font-size: 1.1rem
}

.table-comparison .action.tocart {
    white-space: nowrap
}

.comparison.headings {
    background: #fff;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 2
}

.block-compare .product-item .product-item-name {
    margin-left: 22px
}

.block-compare .action.delete {
    left: 0;
    position: absolute;
    top: 0
}

.block-compare .actions-toolbar {
    margin: 17px 0 0
}

.block.related .action.select {
    vertical-align: top
}

.block.related .product-item-details {
    position: relative;
    z-index: 1
}

.block.related .related-available .product-item-name {
    margin-left: 20px
}

.block.related .field.choice {
    left: 0;
    position: absolute;
    top: 2px
}

.search .fieldset .control .addon input {
    flex-basis: auto;
    width: 100%
}

.block-search {
    margin-bottom: 0
}

.block-search .block-title {
    display: none
}

.block-search .block-content {
    margin-bottom: 0
}

.block-search .label {
    text-decoration: none;
    display: inline-block;
    float: right
}

.block-search .label>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.block-search .label:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 28px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.block-search .label:hover:before {
    color: #333
}

.block-search .label:active:before {
    color: #333
}

.block-search .label.active+.control input {
    position: static
}

.block-search .action.search {
    display: none
}

.block-search .control {
    border-top: 1px solid #ccc;
    clear: both;
    margin: 0 -5px -1px;
    padding: 0 5px
}

.block-search input {
    left: -300%;
    margin: 15px 0;
    position: absolute
}

.block-search .nested {
    display: none
}

.search-autocomplete {
    display: none;
    margin-top: -15px;
    overflow: hidden;
    position: absolute;
    z-index: 3
}

.search-autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none none
}

.search-autocomplete ul:not(:empty) {
    background: #fff;
    border: 1px solid #c2c2c2;
    border-top: 0
}

.search-autocomplete ul li {
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    margin: 0;
    padding: 5px 40px 5px 10px;
    position: relative;
    text-align: left;
    white-space: normal
}

.search-autocomplete ul li:first-child {
    border-top: none
}

.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
    background: #e8e8e8
}

.search-autocomplete ul li .amount {
    color: #999;
    position: absolute;
    right: 7px;
    top: 5px
}

.form.search.advanced .fields.range .field:first-child {
    position: relative
}

.form.search.advanced .fields.range .field:first-child .control {
    padding-right: 25px
}

.form.search.advanced .fields.range .field:first-child .control:after {
    content: ' \2013 ';
    display: inline-block;
    position: absolute;
    right: 0;
    text-align: center;
    top: 6px;
    width: 25px
}

.form.search.advanced .fields.range .field:last-child {
    position: relative
}

.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
    left: 0;
    position: absolute;
    top: 32px
}

.form.search.advanced .fields.range .field.with-addon .control {
    padding-right: 45px
}

.form.search.advanced .group.price .addon .addafter {
    background: none;
    border: 0;
    padding-top: 6px;
    position: absolute;
    right: 0;
    top: 0
}

.search-terms {
    line-height: 2em
}

.search-terms>li {
    display: inline-block;
    margin-right: 10px
}

.search.found {
    margin-bottom: 10px
}

.checkout-cart-index .page-main {
    padding-left: 0;
    padding-right: 0
}

.checkout-cart-index .page-title-wrapper {
    padding-left: 5px;
    padding-right: 5px
}

.cart-summary {
    background: #f5f5f5;
    margin-bottom: 25px;
    padding: 1px 0 25px
}

.cart-summary>.title {
    font-size: 2.4rem;
    display: none;
    font-weight: 300;
    margin: 12px 0
}

.cart-summary .block form:not(:last-of-type) .fieldset {
    margin: 0 0 25px
}

.cart-summary .block .price {
    font-weight: 700
}

.cart-summary .block .field {
    margin: 0 0 16px
}

.cart-summary .block .actions-toolbar>.primary {
    text-align: left
}

.cart-summary .block .actions-toolbar>.primary .action.primary {
    width: auto
}

.cart-summary .block .title strong {
    font-size: 1.4rem;
    font-weight: 600
}

.cart-summary .block .item-options {
    margin: 0 0 16px
}

.cart-summary .block .item-options .field .radio {
    float: left;
    margin-top: 4px
}

.cart-summary .block .item-options .field .radio+.label {
    display: block;
    margin: 0;
    overflow: hidden
}

.page-main .cart-summary .block {
    margin-bottom: 0
}

.cart-summary .checkout-methods-items {
    margin: 20px 0 0;
    padding: 0 15px;
    text-align: center
}

.cart-summary .checkout-methods-items .action.primary.checkout {
    width: 100%
}

.cart-summary .checkout-methods-items .item {
    margin-bottom: 25px
}

.cart-summary .checkout-methods-items .item:last-child {
    margin-bottom: 0
}

.cart-summary .message {
    padding-left: 20px
}

.cart-summary .message>*:first-child:before {
    display: none
}

.cart-totals tbody .mark,
.cart-totals tfoot .mark {
    text-align: left
}

.cart-totals .discount.coupon {
    display: none
}

.cart.table-wrapper .cart thead tr th.col {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    padding-top: 24px
}

.cart.table-wrapper .cart tbody td {
    border: 0
}

.cart.table-wrapper .cart>.item {
    border-bottom: 1px solid #ccc;
    position: relative
}

.cart.table-wrapper .col {
    padding-top: 15px
}

.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
    padding: 20px 11px 10px;
    text-align: center
}

.cart.table-wrapper .col.qty {
    padding: 20px 11px 10px;
    text-align: center
}

.cart.table-wrapper .col.qty .input-text {
    height: 36px;
    margin-top: -7px;
    text-align: center;
    width: 60px
}

.cart.table-wrapper .col>.price {
    color: #7d7d7d;
    font-size: 1.8rem;
    font-weight: 700
}

.cart.table-wrapper .item-actions td {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    white-space: normal
}

.cart.table-wrapper .item .col.item {
    display: block;
    min-height: 75px;
    padding: 15px 15px 10px 90px;
    position: relative
}

.cart.table-wrapper .actions-toolbar {
    min-height: 20px;
    padding-bottom: 15px;
    position: relative
}

.cart.table-wrapper .actions-toolbar>.action-edit,
.cart.table-wrapper .actions-toolbar>.action-delete {
    position: absolute;
    right: 16px;
    top: 0;
    display: inline-block;
    text-decoration: none
}

.cart.table-wrapper .actions-toolbar>.action-edit>span,
.cart.table-wrapper .actions-toolbar>.action-delete>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.cart.table-wrapper .actions-toolbar>.action-edit:before,
.cart.table-wrapper .actions-toolbar>.action-delete:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.cart.table-wrapper .actions-toolbar>.action-edit:hover:before,
.cart.table-wrapper .actions-toolbar>.action-delete:hover:before {
    color: #333
}

.cart.table-wrapper .actions-toolbar>.action-edit:active:before,
.cart.table-wrapper .actions-toolbar>.action-delete:active:before {
    color: #757575
}

.cart.table-wrapper .actions-toolbar>.action-delete {
    right: 0
}

.cart.table-wrapper .actions-toolbar>.action-delete:before {
    content: '\e604'
}

.cart.table-wrapper .action {
    margin-right: 25px
}

.cart.table-wrapper .action:last-child {
    margin-right: 0
}

.cart.table-wrapper .action.help.map {
    font-weight: 400
}

.cart.table-wrapper .product-item-photo {
    display: block;
    left: 15px;
    max-width: 65px;
    padding: 0;
    position: absolute;
    top: 15px;
    width: 100%
}

.cart.table-wrapper .product-item-name {
    font-size: 1.8rem;
    display: block;
    margin: -3px 0 5px
}

.cart.table-wrapper .gift-registry-name-label:after {
    content: ':'
}

.cart.table-wrapper .item-options {
    margin-bottom: 0
}

.cart.table-wrapper .product-item-name+.item-options {
    margin-top: 20px
}

.cart.table-wrapper .action.configure {
    display: inline-block;
    margin: 10px 0 0
}

.cart.table-wrapper .item .message {
    margin-top: 20px
}

.cart-products-toolbar .toolbar-amount {
    left: inherit;
    margin: 25px 0 15px;
    padding: 0;
    position: relative;
    text-align: center;
    top: inherit
}

.cart-products-toolbar-top {
    border-bottom: 1px solid #ccc
}

.cart-discount {
    border-bottom: 1px solid #ccc;
    clear: left
}

.cart-empty {
    padding-left: 5px;
    padding-right: 5px
}

.cart-tax-info+.cart-tax-total,
.cart .cart-tax-info+.cart-tax-total {
    display: block
}

.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
    text-align: right
}

.block.crosssell {
    padding: 0 15px;
    margin-top: 70px
}

.block.crosssell .product-item-info {
    width: 200px
}

.block-minicart .items-total {
    float: left;
    margin: 0 10px
}

.block-minicart .items-total .count {
    font-weight: 700
}

.block-minicart .subtotal {
    margin: 0 10px 10px;
    text-align: right
}

.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 18px;
    font-weight: 700
}

.block-minicart .subtitle {
    display: none
}

.block-minicart .subtitle.empty {
    display: block;
    font-size: 14px;
    padding: 30px 0 20px;
    text-align: center
}

.block-minicart dl.product.options.list {
    display: inline-block;
    vertical-align: top
}

.block-minicart .text.empty {
    text-align: center
}

.block-minicart .block-content>.actions {
    margin-top: 15px
}

.block-minicart .block-content>.actions>.secondary {
    text-align: center
}

.block-minicart .block-content>.actions>.primary {
    margin: 0 10px 15px
}

.block-minicart .block-content>.actions>.primary .action.primary {
    display: block;
    width: 100%
}

.block-minicart .block-content>.actions .paypal-logo {
    margin-top: 15px;
    text-align: center
}

.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
    margin: 15px 0 0;
    text-align: center
}

.minicart-wrapper {
    display: inline-block;
    position: relative;
    float: right
}

.minicart-wrapper:before,
.minicart-wrapper:after {
    content: '';
    display: table
}

.minicart-wrapper:after {
    clear: both
}

.minicart-wrapper .action.showcart {
    cursor: pointer;
    display: inline-block;
    text-decoration: none
}

.minicart-wrapper .action.showcart:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 28px;
    color: #757575;
    content: '\e611';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.minicart-wrapper .action.showcart:hover:before {
    color: #333
}

.minicart-wrapper .action.showcart:active:before {
    color: #757575
}

.minicart-wrapper .action.showcart.active {
    display: inline-block;
    text-decoration: none
}

.minicart-wrapper .action.showcart.active:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 28px;
    color: #757575;
    content: '\e611';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.minicart-wrapper .action.showcart.active:hover:before {
    color: #333
}

.minicart-wrapper .action.showcart.active:active:before {
    color: #757575
}

.minicart-wrapper .block-minicart {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    width: 320px;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: -10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15)
}

.minicart-wrapper .block-minicart li {
    margin: 0
}

.minicart-wrapper .block-minicart li:hover {
    cursor: pointer
}

.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.minicart-wrapper .block-minicart:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99
}

.minicart-wrapper .block-minicart:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98
}

.minicart-wrapper .block-minicart:before {
    right: 12px;
    top: -12px
}

.minicart-wrapper .block-minicart:after {
    right: 11px;
    top: -14px
}

.minicart-wrapper.active {
    overflow: visible
}

.minicart-wrapper.active .block-minicart {
    display: block
}

.minicart-wrapper .block-minicart {
    padding: 25px 20px
}

.minicart-wrapper .block-minicart .block-title {
    display: none
}

.minicart-wrapper .product .actions {
    float: right;
    margin: -24px 0 0
}

.minicart-wrapper .product .actions>.primary,
.minicart-wrapper .product .actions>.secondary {
    display: inline
}

.minicart-wrapper .product .actions>.primary:not(:last-child),
.minicart-wrapper .product .actions>.secondary:not(:last-child) {
    margin-right: 15px
}

.minicart-wrapper .action.close {
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none
}

.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
    background: none;
    border: none
}

.minicart-wrapper .action.close:hover {
    background: none;
    border: none
}

.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
    pointer-events: none;
    opacity: .5
}

.minicart-wrapper .action.close>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.minicart-wrapper .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 14px;
    color: #757575;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.minicart-wrapper .action.close:hover:before {
    color: inherit
}

.minicart-wrapper .action.close:active:before {
    color: inherit
}

.minicart-wrapper .action.showcart {
    white-space: nowrap
}

.minicart-wrapper .action.showcart .counter.qty {
    background: #000;
    color: #fff;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    display: inline-block;
    margin: 3px 0 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal
}

.minicart-wrapper .action.showcart .counter.qty.empty {
    display: none
}

.minicart-wrapper .action.showcart .counter.qty .loader>img {
    max-width: 24px
}

.minicart-wrapper .action.showcart .counter-number {
    text-shadow: 0 0 7px #000
}

.minicart-wrapper .minicart-widgets {
    margin-top: 15px
}

.minicart-items-wrapper {
    border: 1px solid #ccc;
    margin: 0 -20px;
    border-left: 0;
    border-right: 0;
    overflow-x: auto;
    padding: 15px
}

.minicart-items {
    margin: 0;
    padding: 0;
    list-style: none none
}

.minicart-items .product-item {
    padding: 20px 0
}

.minicart-items .product-item:not(:first-child) {
    border-top: 1px solid #ccc
}

.minicart-items .product-item:first-child {
    padding-top: 0
}

.minicart-items .product-item-pricing .label {
    display: inline-block
}

.minicart-items .price-minicart {
    margin-bottom: 5px
}

.minicart-items .product-item-name {
    font-weight: 400;
    margin: 0 0 10px
}

.minicart-items .product-item-name a {
    color: #444
}

.minicart-items .product-item-details {
    padding-left: 88px
}

.minicart-items .product-item-details .price {
    font-weight: 700
}

.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
    margin: 5px 0
}

.minicart-items .product-item-details .weee[data-label] {
    font-size: 1.1rem
}

.minicart-items .product-item-details .details-qty {
    margin-top: 10px
}

.minicart-items .product>.product-item-photo,
.minicart-items .product>.product-image-container {
    float: left
}

.minicart-items .product .toggle {
    border: 0;
    padding: 0 0 5px 0;
    white-space: nowrap
}

.minicart-items .product .toggle:after {
    color: #8f8f8f;
    margin: 0 0 0 5px;
    position: static
}

.minicart-items .product .active>.toggle:after {
    content: '\e621'
}

.minicart-items .product.pricing {
    margin-top: 3px
}

.minicart-items .product.options .toggle.tooltip {
    display: inline-block;
    text-decoration: none
}

.minicart-items .product.options .toggle.tooltip>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.minicart-items .product.options .toggle.tooltip:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: -3px 0 0 7px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.minicart-items .product.options .details {
    display: none
}

.minicart-items .item-qty {
    text-align: center;
    width: 60px
}

.minicart-items .update-cart-item {
    font-size: 1.1rem;
    vertical-align: top
}

.minicart-items .subtitle {
    display: none
}

.minicart-items .action.edit,
.minicart-items .action.delete {
    display: inline-block;
    text-decoration: none
}

.minicart-items .action.edit>span,
.minicart-items .action.delete>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
    color: #333
}

.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
    color: #757575
}

.minicart-items .action.delete:before {
    content: '\e604'
}

.file-uploader-area {
    position: relative
}

.file-uploader-area input[type='file'] {
    cursor: pointer;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 0
}

.file-uploader-area input[type='file']:focus+.file-uploader-button {
    box-shadow: 0 0 0 1px #006bb4
}

.file-uploader-area input[type='file']:disabled+.file-uploader-button {
    cursor: default;
    opacity: .5;
    pointer-events: none
}

.file-uploader-summary {
    display: inline-block;
    vertical-align: top
}

.file-uploader-button {
    background: #eee;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.6rem;
    margin: 0;
    padding: 7px 15px;
    vertical-align: middle
}

.file-uploader-button._is-dragover {
    background: #d4d4d4;
    border: 1px solid #006bb4
}

.file-uploader-spinner {
    background-image: url('//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/loader-1.gif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    display: none;
    height: 30px;
    margin-left: 10px;
    vertical-align: top;
    width: 15px
}

.file-uploader-preview .action-remove {
    bottom: 4px;
    cursor: pointer;
    display: block;
    height: 27px;
    left: 6px;
    padding: 2px;
    position: absolute;
    text-decoration: none;
    width: 25px;
    z-index: 2
}

.file-uploader-preview .action-remove>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.file-uploader-preview .action-remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    line-height: inherit;
    color: #514943;
    content: '\e604';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-preview .action-remove:hover:before {
    color: #736963
}

.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
    opacity: .7
}

.file-uploader-preview .preview-link {
    display: block;
    height: 100%
}

.file-uploader-preview .preview-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.file-uploader-preview .preview-video {
    display: inline-block;
    text-decoration: none
}

.file-uploader-preview .preview-video:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 4rem;
    line-height: inherit;
    color: #ccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-preview .preview-video:hover:before {
    color: #ccc
}

.file-uploader-preview .preview-video:before {
    left: 0;
    margin-top: -2rem;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2
}

.file-uploader-preview .preview-document {
    display: inline-block;
    text-decoration: none
}

.file-uploader-preview .preview-document:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 7rem;
    line-height: inherit;
    color: #ccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-preview .preview-document:hover:before {
    color: #ccc
}

.file-uploader-preview .preview-document:before {
    left: 0;
    margin-top: -3.5rem;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2
}

.file-uploader-preview,
.file-uploader-placeholder {
    background: #fff;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 150px;
    line-height: 1;
    margin: 10px 25px 10px 0;
    overflow: hidden;
    position: relative;
    width: 150px
}

.file-uploader._loading .file-uploader-spinner {
    display: inline-block
}

.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
    margin-bottom: 10px
}

.file-uploader .file-uploader-filename {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
    word-break: break-all
}

.file-uploader .file-uploader-filename:first-child {
    margin-bottom: 10px
}

.file-uploader .file-uploader-meta {
    color: #9e9e9e
}

.file-uploader .admin__field-fallback-reset {
    margin-left: 10px
}

._keyfocus .file-uploader .action-remove:focus {
    box-shadow: 0 0 0 1px #006bb4
}

.file-uploader-placeholder.placeholder-document {
    display: inline-block;
    text-decoration: none
}

.file-uploader-placeholder.placeholder-document:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5rem;
    line-height: inherit;
    color: #ccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-placeholder.placeholder-document:hover:before {
    color: #ccc
}

.file-uploader-placeholder.placeholder-document:before {
    left: 0;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 2
}

.file-uploader-placeholder.placeholder-image {
    display: inline-block;
    text-decoration: none
}

.file-uploader-placeholder.placeholder-image:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5rem;
    line-height: inherit;
    color: #ccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-placeholder.placeholder-image:hover:before {
    color: #ccc
}

.file-uploader-placeholder.placeholder-image:before {
    left: 0;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 2
}

.file-uploader-placeholder.placeholder-video {
    display: inline-block;
    text-decoration: none
}

.file-uploader-placeholder.placeholder-video:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3rem;
    line-height: inherit;
    color: #ccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-placeholder.placeholder-video:hover:before {
    color: #ccc
}

.file-uploader-placeholder.placeholder-video:before {
    left: 0;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 2
}

.file-uploader-placeholder-text {
    bottom: 0;
    color: #008bdb;
    font-size: 1.1rem;
    left: 0;
    line-height: 1.42857143;
    margin-bottom: 15%;
    padding: 0 20px;
    position: absolute;
    right: 0;
    text-align: center
}

.data-grid-file-uploader {
    min-width: 7rem
}

.data-grid-file-uploader._loading .file-uploader-spinner {
    display: block
}

.data-grid-file-uploader._loading .file-uploader-button:before {
    display: none
}

.data-grid-file-uploader .file-uploader-image {
    background: transparent;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.data-grid-file-uploader .file-uploader-image+.file-uploader-area .file-uploader-button:before {
    display: none
}

.data-grid-file-uploader .file-uploader-area {
    z-index: 2
}

.data-grid-file-uploader .file-uploader-spinner {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.data-grid-file-uploader .file-uploader-button {
    height: 48px;
    text-align: center;
    display: block;
    text-decoration: none
}

.data-grid-file-uploader .file-uploader-button>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.data-grid-file-uploader .file-uploader-button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3rem;
    line-height: 48px;
    color: #8a837f;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.data-grid-file-uploader .file-uploader-button:hover:before {
    color: #666
}

.data-grid-file-uploader .action-select-wrap {
    float: left
}

.data-grid-file-uploader .action-select-wrap .action-select {
    border: 1px solid #cacaca;
    display: block;
    height: 5rem;
    margin-left: -1px;
    padding: 0;
    width: 2rem
}

.data-grid-file-uploader .action-select-wrap .action-select:after {
    border-color: #8a837f transparent transparent transparent;
    left: 50%;
    margin: 0 0 0 -5px
}

.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
    border-color: #666 transparent transparent transparent
}

.data-grid-file-uploader .action-select-wrap .action-select>span {
    display: none
}

.data-grid-file-uploader .action-select-wrap .action-menu {
    left: 4rem;
    right: auto;
    z-index: 2
}

.data-grid-file-uploader-inner {
    border: 1px solid #cacaca;
    float: left;
    height: 5rem;
    position: relative;
    width: 5rem
}

.checkout-container {
    margin: 0 0 20px
}

.opc-wrapper {
    margin: 0 0 20px
}

.opc-wrapper .step-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px
}

.opc-wrapper .step-content {
    margin: 0 0 40px
}

.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
    display: none
}

.checkout-index-index .logo {
    margin-left: 0
}

.checkout-onepage-success .print {
    display: none
}

.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
    display: table;
    width: 100%
}

.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
    display: table-cell;
    vertical-align: top;
    width: 1%
}

.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
    float: left
}

.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin: 0 0 0 -2px;
    white-space: nowrap;
    width: auto
}

.abs-discount-code .form-discount>.field>.label,
.checkout-payment-method .payment-option-content .form-discount>.field>.label {
    display: none
}

.opc-estimated-wrapper {
    background: #f4f4f4;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: -21px -15px 15px;
    padding: 18px 15px
}

.opc-estimated-wrapper .estimated-block {
    font-size: 18px;
    float: left;
    font-weight: 700
}

.opc-estimated-wrapper .estimated-block .estimated-label {
    display: block;
    margin: 0 0 5px
}

.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400
}

.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
    background: none;
    border: none
}

.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
    background: none;
    border: none
}

.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
    pointer-events: none;
    opacity: .5
}

.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
    color: #333
}

.opc-progress-bar {
    display: none
}

.field.choice .field-tooltip {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -3px
}

.field.choice .field-tooltip-action {
    line-height: 21px
}

.field._error .control input,
.field._error .control select,
.field._error .control textarea {
    border-color: #ed8380
}

.checkout-index-index .modal-popup .fieldset .field .label {
    font-weight: 400
}

.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 8px
}

.field-tooltip {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 1px
}

.field-tooltip._active {
    z-index: 100
}

.field-tooltip._active .field-tooltip-content {
    display: block
}

.field-tooltip._active .field-tooltip-action:before {
    color: #333
}

.field-tooltip .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.field-tooltip .field-tooltip-action {
    display: inline-block;
    text-decoration: none
}

.field-tooltip .field-tooltip-action>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.field-tooltip .field-tooltip-action:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21px;
    line-height: inherit;
    color: #bbb;
    content: '\e623';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.field-tooltip .field-tooltip-action:hover:before {
    color: #333
}

.field-tooltip .field-tooltip-action:before {
    padding-left: 1px
}

._keyfocus .field-tooltip .field-tooltip-action:focus {
    z-index: 100
}

._keyfocus .field-tooltip .field-tooltip-action:focus+.field-tooltip-content {
    display: block
}

._keyfocus .field-tooltip .field-tooltip-action:focus:before {
    color: #333
}

.field-tooltip .field-tooltip-content {
    background: #f4f4f4;
    border: 1px solid #999;
    border-radius: 1px;
    font-size: 14px;
    padding: 12px;
    width: 270px;
    display: none;
    left: 38px;
    position: absolute;
    text-transform: none;
    top: -9px;
    word-wrap: break-word;
    z-index: 2
}

.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-right-color: #f4f4f4;
    left: -21px;
    top: 12px;
    content: '';
    display: block;
    position: absolute;
    z-index: 3
}

.field-tooltip .field-tooltip-content:before {
    border-right-color: #666
}

.field-tooltip .field-tooltip-content:after {
    border-right-color: #f4f4f4;
    width: 1px;
    z-index: 4
}

@media only screen and (max-width:768px) {
    .field-tooltip .field-tooltip-content {
        left: auto;
        right: -10px;
        top: 40px
    }

    .field-tooltip .field-tooltip-content::before,
    .field-tooltip .field-tooltip-content::after {
        border: 10px solid transparent;
        height: 0;
        left: auto;
        margin-top: -21px;
        right: 10px;
        top: 0;
        width: 0
    }

    .field-tooltip .field-tooltip-content::before {
        border-bottom-color: #999
    }

    .field-tooltip .field-tooltip-content::after {
        border-bottom-color: #f4f4f4;
        top: 1px
    }
}

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
    margin-top: 28px;
    margin-bottom: 28px
}

.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
    font-weight: 400
}

.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
    font-size: 14px;
    margin-top: 10px
}

.opc-wrapper .shipping-address-items {
    font-size: 0
}

.opc-wrapper .shipping-address-item {
    border: 2px solid transparent;
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 20px;
    padding: 20px 35px 20px 20px;
    transition: .3s border-color;
    width: 50%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    word-wrap: break-word
}

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #000
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: #000;
    color: #fff;
    content: '\e610';
    font-family: 'luma-icons';
    height: 27px;
    width: 29px;
    font-size: 19px;
    line-height: 21px;
    padding-top: 2px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    visibility: hidden
}

.opc-wrapper .action-show-popup {
    margin: 0 0 20px
}

.opc-wrapper .action-show-popup>span:before {
    content: '+';
    padding-right: 5px
}

.opc-wrapper .action-select-shipping-item {
    float: right;
    margin: 20px 0 0
}

.opc-wrapper .edit-address-link {
    display: block;
    float: left;
    margin: 26px 5px 0 0
}

.checkout-shipping-method .step-title {
    margin-bottom: 0
}

.checkout-shipping-method .no-quotes-block {
    margin: 20px 0
}

.methods-shipping .actions-toolbar .action.primary {
    margin: 20px 0 0
}

.table-checkout-shipping-method thead th {
    display: none
}

.table-checkout-shipping-method tbody td {
    border-top: 1px solid #ccc;
    padding-bottom: 20px;
    padding-top: 20px
}

.table-checkout-shipping-method tbody td:first-child {
    padding-left: 0;
    padding-right: 0;
    width: 20px
}

.table-checkout-shipping-method tbody tr:first-child td {
    border-top: none
}

.table-checkout-shipping-method tbody .col-price {
    font-weight: 600
}

.table-checkout-shipping-method tbody .row-error td {
    border-top: none;
    padding-bottom: 10px;
    padding-top: 0
}

.checkout-shipping-method {
    position: relative
}

.shipping-policy-block.field-tooltip {
    top: 12px
}

.shipping-policy-block.field-tooltip .field-tooltip-action {
    color: #444;
    cursor: pointer
}

.shipping-policy-block.field-tooltip .field-tooltip-action:before {
    display: none
}

.shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 420px;
    top: 30px
}

.opc-block-shipping-information {
    padding: 0 30px
}

.opc-block-shipping-information .shipping-information-title {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    position: relative
}

.opc-block-shipping-information .shipping-information-title .action-edit {
    top: 10px;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0
}

.opc-block-shipping-information .shipping-information-title .action-edit>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.opc-block-shipping-information .shipping-information-title .action-edit:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
    color: #333
}

.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
    color: #757575
}

.opc-block-shipping-information .shipping-information-content {
    line-height: 27px
}

.opc-block-shipping-information .shipping-information-content .actions-toolbar {
    margin-left: 0
}

.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
    margin: 0 0 20px
}

.opc-block-summary {
    background: #f5f5f5;
    margin: 0 0 20px;
    padding: 22px 30px
}

.opc-block-summary>.title {
    display: block
}

.opc-block-summary .mark .value {
    color: #666;
    display: block
}

.opc-block-summary .discount.coupon {
    display: none
}

.opc-block-summary .grand.incl+.grand.excl .mark,
.opc-block-summary .grand.incl+.grand.excl .amount {
    border-top: 0;
    font-size: 1.4rem;
    padding-top: 0
}

.opc-block-summary .grand.incl+.grand.excl .mark strong,
.opc-block-summary .grand.incl+.grand.excl .amount strong {
    font-weight: 400
}

.opc-block-summary .not-calculated {
    font-style: italic
}

.opc-block-summary .items-in-cart>.title {
    border-bottom: 1px solid #ccc;
    padding: 10px 40px 10px 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    position: relative
}

.opc-block-summary .items-in-cart>.title>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.opc-block-summary .items-in-cart>.title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.opc-block-summary .items-in-cart>.title:after {
    position: absolute;
    right: 0;
    top: 10px
}

.opc-block-summary .items-in-cart>.title strong {
    font-size: 1.8rem;
    font-weight: 300;
    margin: 0
}

.opc-block-summary .items-in-cart.active>.title:after {
    content: '\e621'
}

.opc-block-summary .items-in-cart .product {
    position: relative
}

.opc-block-summary .minicart-items-wrapper {
    margin: 0 -15px 0 0;
    max-height: 370px;
    padding: 15px 15px 0 0;
    border: 0
}

.column.main .opc-block-summary .product-item {
    margin: 0;
    padding-left: 0
}

.opc-block-summary .product-item .product-item-inner {
    display: table;
    margin: 0 0 10px;
    width: 100%
}

.opc-block-summary .product-item .product-item-name-block {
    display: block;
    padding-right: 5px;
    text-align: left
}

.opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left
}

.opc-block-summary .product-item .price {
    font-size: 1.6rem;
    font-weight: 400
}

.opc-block-summary .product-item .price-including-tax+.price-excluding-tax .price {
    font-size: 1rem
}

.opc-block-summary .product-item .message {
    margin-top: 10px
}

.opc-block-summary .actions-toolbar {
    position: relative;
    z-index: 1
}

.opc-block-summary .actions-toolbar .secondary {
    border-top: 1px solid #ccc;
    display: block;
    margin: -1px 0 0;
    padding: 15px 0 0;
    text-align: left
}

.opc-block-summary .actions-toolbar .secondary .action {
    margin: 0
}

@media only screen and (max-width:768px) {
    .opc-block-summary .product-item .product-item-inner {
        display: block
    }

    .opc-block-summary .product-item .product-item-name-block {
        display: block;
        text-align: left
    }

    .opc-block-summary .product-item .subtotal {
        display: block;
        text-align: left
    }
}

.authentication-dropdown {
    box-sizing: border-box
}

.authentication-dropdown .modal-inner-wrap {
    padding: 25px
}

.authentication-wrapper {
    float: right;
    margin-top: -60px;
    max-width: 50%;
    position: relative;
    z-index: 1
}

._has-auth-shown .authentication-wrapper {
    z-index: 900
}

.block-authentication .block-title {
    font-size: 1.8rem;
    border-bottom: 0;
    margin-bottom: 25px
}

.block-authentication .block-title strong {
    font-weight: 300
}

.block-authentication .field .label {
    font-weight: 400
}

.block-authentication .actions-toolbar {
    margin-bottom: 5px
}

.block-authentication .actions-toolbar>.secondary {
    padding-top: 25px;
    text-align: left
}

.block-authentication .block[class] {
    margin: 0
}

.block-authentication .block[class] ul {
    list-style: none;
    padding-left: 10px
}

.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
    float: none;
    width: auto
}

.block-authentication .block[class]+.block {
    border-top: 1px solid #c1c1c1;
    margin-top: 40px;
    padding-top: 40px;
    position: relative
}

.block-authentication .block[class]+.block:before {
    height: 36px;
    line-height: 34px;
    margin: -19px 0 0 -18px;
    min-width: 36px;
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    box-sizing: border-box;
    color: #c1c1c1;
    content: attr(data-label);
    display: inline-block;
    left: 50%;
    letter-spacing: normal;
    padding: 0 .2rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0
}

.checkout-payment-method .step-title {
    border-bottom: 0;
    margin-bottom: 0
}

.checkout-payment-method .payment-method:first-child .payment-method-title {
    border-top: 0
}

.checkout-payment-method .payment-method._active .payment-method-content {
    display: block
}

.checkout-payment-method .payment-method+.payment-method .payment-method-title {
    border-top: 1px solid #ccc
}

.checkout-payment-method .payment-method form.form-purchase-order {
    margin-bottom: 15px
}

.checkout-payment-method .payment-method-content #po_number {
    margin-bottom: 20px
}

.checkout-payment-method .payment-method-title {
    padding: 20px 0;
    margin: 0
}

.checkout-payment-method .payment-method-title .payment-icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}

.checkout-payment-method .payment-method-title .action-help {
    display: inline-block;
    margin-left: 5px
}

.checkout-payment-method .payment-method-content {
    display: none;
    padding: 0 0 20px 22px
}

.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
    margin: 0 0 20px
}

.checkout-payment-method .payment-group+.payment-group .step-title {
    margin: 20px 0 0
}

.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
    max-width: 500px
}

.checkout-payment-method .billing-address-same-as-shipping-block {
    margin: 0 0 10px
}

.checkout-payment-method .checkout-billing-address {
    margin: 0 0 20px
}

.checkout-payment-method .checkout-billing-address .primary .action-update {
    margin-bottom: 20px;
    margin-right: 0
}

.checkout-payment-method .checkout-billing-address .billing-address-details {
    line-height: 27px;
    padding: 0 0 0 23px
}

.checkout-payment-method .payment-method-note+.checkout-billing-address {
    margin-top: 20px
}

.checkout-payment-method .payment-method-iframe {
    background-color: transparent;
    display: none;
    width: 100%
}

.checkout-payment-method .no-payments-block {
    margin: 20px 0
}

.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
    content: '\e621'
}

.checkout-payment-method .payment-option._collapsible .payment-option-title {
    cursor: pointer
}

.checkout-payment-method .payment-option._collapsible .payment-option-content {
    display: none
}

.checkout-payment-method .payment-option-title {
    border-top: 1px solid #ccc;
    padding: 20px 0
}

.checkout-payment-method .payment-option-title .action-toggle {
    color: #444;
    display: inline-block;
    text-decoration: none
}

.checkout-payment-method .payment-option-title .action-toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 16px;
    color: #757575;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.checkout-payment-method .payment-option-title .action-toggle:hover:after {
    color: #333
}

.checkout-payment-method .payment-option-title .action-toggle:active:after {
    color: #757575
}

.checkout-payment-method .payment-option-content {
    padding: 0 0 20px 22px
}

.checkout-payment-method .payment-option-content .primary .action.action-apply {
    margin-right: 0
}

.checkout-payment-method .payment-option-inner {
    margin: 0 0 20px
}

.checkout-payment-method .credit-card-types {
    padding: 0
}

.checkout-payment-method .credit-card-types .item {
    display: inline-block;
    list-style: none;
    margin: 0 5px 0 0;
    vertical-align: top
}

.checkout-payment-method .credit-card-types .item._active {
    font-weight: 700
}

.checkout-payment-method .credit-card-types .item._active img {
    -webkit-filter: grayscale(0%)
}

.checkout-payment-method .credit-card-types .item._inactive {
    opacity: .4
}

.checkout-payment-method .credit-card-types .item span {
    display: inline-block;
    padding-top: 6px;
    vertical-align: top
}

.checkout-payment-method .credit-card-types img {
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .6s ease
}

.checkout-payment-method .ccard .fields>.year {
    padding-left: 5px
}

.checkout-payment-method .ccard .fields .select {
    padding-left: 5px;
    padding-right: 5px
}

.checkout-payment-method .ccard .month .select {
    width: 140px
}

.checkout-payment-method .ccard .year .select {
    width: 80px
}

.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
    width: 225px
}

.checkout-payment-method .ccard>.field.cvv>.control {
    display: inline-block;
    padding-right: 20px
}

.checkout-payment-method .ccard .cvv .label {
    display: block
}

.checkout-payment-method .ccard .cvv .input-text {
    width: 55px
}

.checkout-payment-method .ccard.fieldset>.field .fields.group.group-2 .field {
    width: auto !important
}

.checkout-agreements-block .checkout-agreements {
    margin-bottom: 20px
}

.checkout-agreements-block .action-show {
    vertical-align: baseline
}

.checkout-agreements-items {
    padding-bottom: 30px
}

.checkout-agreements-items .checkout-agreements-item {
    margin-bottom: 20px
}

.checkout-agreements-items .checkout-agreements-item-title {
    border-bottom: 0
}

.checkout-agreement-item-content {
    overflow: auto
}

.login-container .block-new-customer .actions-toolbar {
    margin-top: 25px
}

.login-container .block .block-title {
    font-size: 1.8rem
}

.login-container .fieldset:after {
    margin: 10px 0 0;
    content: attr(data-hasrequired);
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    color: #e02b27;
    font-size: 1.2rem
}

.login-container .fieldset:after {
    margin-top: 35px
}

.block-addresses-list .items.addresses>.item {
    margin-bottom: 20px
}

.block-addresses-list .items.addresses>.item:last-child {
    margin-bottom: 0
}

.block-addresses-list .items.addresses .item.actions {
    margin-top: 5px
}

.form-address-edit .region_id {
    display: none
}

.form-edit-account .fieldset.password {
    display: none
}

.form-create-account .fieldset-fullname .fields .field {
    float: none
}

.form-create-account .fieldset.create.account:after {
    margin: 10px 0 0;
    content: attr(data-hasrequired);
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    color: #e02b27;
    font-size: 1.2rem
}

.form-create-account .fieldset.create.account:after {
    margin-top: 35px
}

.form.password.forget .fieldset:after {
    margin: 10px 0 0;
    content: attr(data-hasrequired);
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    color: #e02b27;
    font-size: 1.2rem
}

.form.password.forget .fieldset:after {
    margin-top: 35px
}

.account .page-title-wrapper .page-title {
    display: inline-block
}

.account .messages {
    margin-bottom: 20px
}

.account .column.main {
    margin-bottom: 30px
}

.account .column.main h2 {
    margin-top: 0
}

.account .sidebar-additional {
    margin-top: 40px
}

.account .table-wrapper {
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    overflow-x: auto
}

.account .table-wrapper:last-child {
    margin-bottom: 0
}

.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
    color: #d10029
}

.column.main .block:last-child {
    margin-bottom: 0
}

.block .title {
    display: block;
    margin-bottom: 10px
}

.block .title strong {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.block p:last-child {
    margin: 0
}

.block .box-actions {
    margin-top: 5px
}

.field.password .control {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.field.password .control .mage-error {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2
}

.field.password .control .input-text {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    z-index: 2
}

.password-strength-meter {
    background-color: #f4f4f4;
    height: 30px;
    line-height: 30px;
    padding: 0 9px;
    position: relative;
    z-index: 1
}

.password-strength-meter:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1
}

.password-none .password-strength-meter:before {
    background-color: #f4f4f4;
    width: 100%
}

.password-weak .password-strength-meter:before {
    background-color: #ffafae;
    width: 25%
}

.password-medium .password-strength-meter:before {
    background-color: #ffd6b3;
    width: 50%
}

.password-strong .password-strength-meter:before {
    background-color: #c5eeac;
    width: 75%
}

.password-very-strong .password-strength-meter:before {
    background-color: #81b562;
    width: 100%
}

.control.captcha-image {
    margin-top: 10px
}

.control.captcha-image .captcha-img {
    vertical-align: middle
}

.order-products-toolbar,
.customer-addresses-toolbar {
    position: relative
}

.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
    position: relative;
    text-align: center
}

.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
    position: relative
}

.block-balance .price {
    margin-top: -10px;
    font-size: 3.2rem;
    display: inline-block;
    line-height: 32px
}

.table-downloadable-products .product-name {
    font-weight: 400;
    margin-right: 15px
}

.table-downloadable-products .action.download {
    display: inline-block;
    text-decoration: none
}

.table-downloadable-products .action.download:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    content: '\e626';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.page-product-downloadable .product-add-form {
    clear: both;
    margin-bottom: 25px
}

.page-product-downloadable .product-options-bottom .field.qty {
    display: none
}

.samples-item-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 10px
}

.samples-item {
    margin: 0 0 10px
}

.field.downloads {
    margin-bottom: 10px
}

.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads>.control {
    width: 100%
}

.field.downloads .price-container {
    display: inline;
    white-space: nowrap
}

.field.downloads .price-container:before {
    content: ' + ';
    display: inline
}

.field.downloads .price-excluding-tax {
    display: inline
}

.field.downloads .price-excluding-tax:before {
    content: ' (' attr(data-label) ': '
}

.field.downloads .price-excluding-tax:after {
    content: ')'
}

.field.downloads .price-including-tax {
    display: inline;
    font-weight: 600;
    font-size: 1.4rem
}

.field.downloads .field.choice {
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    position: relative;
    width: 100%;
    z-index: 1
}

.field.downloads .field.choice input {
    left: 0;
    position: absolute;
    top: 2px
}

.field.downloads .field.downloads-all {
    border-bottom: 0;
    padding-left: 0
}

.field.downloads .sample.link {
    float: right
}

.field.downloads-all .label {
    color: #444;
    text-decoration: none;
    cursor: pointer
}

.field.downloads-all .label:visited {
    color: #444;
    text-decoration: none
}

.field.downloads-all .label:hover {
    color: #000;
    text-decoration: none
}

.field.downloads-all .label:active {
    color: #000;
    text-decoration: none
}

.field.downloads-all input {
    opacity: 0
}

.field.downloads.downloads-no-separately .field.choice {
    padding-left: 0
}

.page-product-giftcard .giftcard-amount {
    border-top: 1px #c1c1c1 solid;
    clear: both;
    margin-bottom: 0;
    padding-top: 15px;
    text-align: left
}

.page-product-giftcard .giftcard-amount .field:last-child {
    padding-bottom: 20px !important
}

.page-product-giftcard .product-info-main .price-box .old-price {
    font-size: 20px
}

.page-product-giftcard .product-info-main .price-box .price-container.price-final>span {
    display: block;
    margin-bottom: 5px
}

.page-product-giftcard .product-info-main .price-box .price-container.price-final>span:last-child {
    margin-bottom: 0
}

.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px
}

.page-product-giftcard .product-info-main .price-box+.giftcard.form {
    border-top: 1px #c1c1c1 solid;
    padding-top: 15px
}

.page-product-giftcard .product-info-main .alert {
    clear: left
}

.page-product-giftcard .product-info-stock-sku {
    display: block
}

.page-product-giftcard .product-add-form {
    border: 0;
    clear: none;
    padding-top: 0
}

.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
    margin-bottom: 20px;
    margin-top: 20px
}

.page-product-giftcard .giftcard.form {
    clear: both
}

.page-product-giftcard .price-box {
    margin-bottom: 10px
}

.page-product-giftcard .product-info-price {
    border: 0;
    display: block;
    float: right;
    white-space: nowrap;
    width: auto
}

.giftcard-account .please-wait {
    display: none
}

.giftcard-account .form-giftcard-redeem .giftcard.info {
    margin-bottom: 30px
}

.opc-wrapper .form-giftcard-account {
    max-width: 500px
}

.opc-wrapper .form-giftcard-account .field {
    margin: 0 0 20px
}

.opc-wrapper .giftcard-account-info {
    margin: 0 0 20px
}

.opc-wrapper .giftcard-account-info .giftcard-account-number {
    margin: 0 0 10px
}

.gift-message .field {
    margin-bottom: 20px
}

.gift-message .field .label {
    color: #666;
    font-weight: 400
}

.gift-options {
    margin: 20px 0
}

.gift-options .actions-toolbar .action-cancel {
    display: none
}

.gift-options-title {
    font-weight: 600;
    margin: 0 0 20px
}

.gift-options-content .fieldset {
    margin: 0 0 20px
}

.gift-summary {
    margin-top: 10px;
    position: relative
}

.gift-summary .actions-toolbar>.secondary .action {
    margin: 0 0 0 20px;
    width: auto
}

.gift-summary .action-edit,
.gift-summary .action-delete {
    display: inline-block;
    text-decoration: none
}

.gift-summary .action-edit>span,
.gift-summary .action-delete>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
    color: #333
}

.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
    color: #757575
}

.gift-summary .action-delete:before {
    content: '\e604'
}

.action-gift {
    display: inline-block;
    text-decoration: none
}

.action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
    line-height: 20px;
    color: #757575;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.action-gift:hover:after {
    color: #333
}

.action-gift:active:after {
    color: #757575
}

.action-gift.active:after,
.action-gift._active:after {
    content: '\e621'
}

.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cart.table-wrapper .gift-content {
    box-sizing: border-box;
    clear: left;
    display: none;
    float: left;
    margin-right: -100%;
    padding: 20px 0;
    width: 100%
}

.cart.table-wrapper .gift-content._active {
    display: block
}

.cart.table-wrapper .item-gift._active {
    border-top: 1px solid #c1c1c1
}

.cart.table-wrapper .item-gift .action {
    margin-right: 0
}

.gift-item-block {
    border-bottom: 1px solid #c1c1c1;
    margin: 0
}

.gift-item-block._active .title:after {
    content: '\e621'
}

.gift-item-block .title {
    color: #444;
    cursor: pointer;
    margin: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none
}

.gift-item-block .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
    line-height: 20px;
    color: #858585;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.gift-item-block .title:hover:after {
    color: #333
}

.gift-item-block .content {
    padding: 10px 0 20px;
    position: relative
}

.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
    content: ''
}

.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
    clear: left
}

.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
    font-weight: 400;
    margin: 10px 0
}

.gift-messages-order {
    margin-bottom: 25px
}

.gift-message-summary {
    padding-right: 7rem
}

.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
    margin-bottom: 40px
}

.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
    width: 100%
}

.giftregisty-dropdown .action.toggle {
    color: #444
}

.table-giftregistry-items .product-image {
    margin-right: 10px;
    float: left
}

.cart-summary .form.giftregistry .fieldset {
    margin: 15px 0 5px;
    text-align: left
}

.cart-summary .form.giftregistry .fieldset .field {
    margin: 0 0 10px
}

.cart-summary .form.giftregistry .fieldset .field .control {
    float: none;
    width: auto
}

.form-giftregistry-search {
    margin-bottom: 60px
}

.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
    margin-bottom: 0
}

.block-giftregistry .actions-toolbar {
    margin: 17px 0 0
}

.block-giftregistry-shared .item-options .item-value {
    margin: 0 0 25px
}

.block-giftregistry-shared-items .item .col {
    border: 0
}

.block-giftregistry-shared-items th {
    border-bottom: 1px solid #ccc
}

.block-giftregistry-shared-items .col {
    padding: 20px 11px 10px
}

.block-giftregistry-shared-items .col .price-box {
    display: inline-block
}

.block-giftregistry-shared-items .col .price-wrapper {
    font-size: 1.8rem;
    display: block;
    font-weight: 700;
    white-space: nowrap
}

.block-giftregistry-shared-items .product .item-options {
    margin: 0
}

.block-giftregistry-shared-items .product-item-photo {
    display: block;
    max-width: 65px;
    padding: 10px 0
}

.block-giftregistry-shared-items .product-item-name {
    font-size: 1.8rem;
    display: block;
    margin: 0 0 5px
}

.gift-wrapping .label {
    margin: 0 0 8px;
    display: inline-block
}

.gift-wrapping .field {
    margin-bottom: 10px
}

.gift-wrapping-info {
    font-weight: 300;
    font-size: 18px;
    margin: 20px 0
}

.gift-wrapping-list {
    list-style: none;
    margin: 20px 0 10px;
    padding: 0
}

.gift-wrapping-list .no-image {
    background: #f2f2f2;
    display: inline-block;
    text-decoration: none
}

.gift-wrapping-list .no-image>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.gift-wrapping-list .no-image:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 4rem;
    color: #494949;
    content: '\e62a';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.gift-wrapping-list .no-image:after {
    display: block
}

.gift-wrapping-preview,
.gift-wrapping-item>span {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.gift-wrapping-item {
    float: left;
    margin: 0 10px 10px 0
}

.gift-wrapping-item:last-child {
    margin-right: 0
}

.gift-wrapping-item._active span:before {
    border: 3px solid #333;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2
}

.gift-wrapping-item>span {
    height: 4rem;
    width: 4rem
}

.gift-wrapping-title {
    margin: 10px 0
}

.gift-wrapping-title .action-remove {
    margin: -5px 0 0 5px;
    display: inline-block;
    text-decoration: none
}

.gift-wrapping-title .action-remove>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.gift-wrapping-title .action-remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.gift-wrapping-title .action-remove:hover:before {
    color: #333
}

.gift-wrapping-title .action-remove:active:before {
    color: #757575
}

.gift-options-content .fieldset .field {
    margin: 10px 0
}

.gift-wrapping-summary {
    padding-right: 7rem
}

.gift-wrapping-summary .gift-wrapping-title {
    border: 0;
    display: inline-block;
    padding: 0
}

.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
    padding: 0;
    width: 100%
}

.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
    margin: 20px 0 0
}

.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
    float: none
}

.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
    margin: 0
}

.opc-wrapper .data.table .gift-wrapping .content>img,
.table-order-items .gift-wrapping .content>img {
    float: left;
    margin: 0 10px 0 0;
    max-height: 50px;
    max-width: 50px
}

.gift-summary .price-box,
.gift-options .price-box {
    margin-left: 22px
}

.gift-summary .regular-price:before,
.gift-options .regular-price:before {
    content: attr(data-label) ': '
}

.gift-summary .regular-price .price,
.gift-options .regular-price .price {
    font-weight: 700
}

.order-options .item {
    padding-bottom: 20px
}

.order-options .product {
    margin-bottom: 10px
}

.order-options .product-image-container {
    float: left;
    padding-right: 10px
}

.order-options .gift-wrapping {
    margin-bottom: 10px
}

.table-wrapper.grouped {
    width: auto
}

.table.grouped .row-tier-price>td {
    border-top: 0
}

.table.grouped .col.item {
    width: 90%
}

.table.grouped .col.qty {
    width: 10%
}

.table.grouped .product-item-name {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 10px
}

.table.grouped .price-box p {
    margin: 0
}

.table.grouped .price-box .price {
    font-weight: 700
}

.table.grouped .price-box .old-price .price {
    font-weight: normal
}

.table.grouped .stock.unavailable {
    font-weight: normal;
    margin: 0;
    text-transform: none;
    white-space: nowrap
}

.page-product-grouped .product-info-main .alert {
    clear: left
}

.page-product-grouped .box-tocart {
    margin-top: 10px
}

.box-tocart .action.instant-purchase {
    vertical-align: top
}

.box-tocart .action.instant-purchase:not(:last-child) {
    margin-bottom: 15px
}

.form-add-invitations .additional,
.form-add-invitations .field.message {
    margin-top: 20px
}

.form-add-invitations .action.remove {
    top: 4px
}

.form-add-invitations .action.add {
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    padding: 4px;
    width: auto
}

.form-add-invitations .action.add>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.form-add-invitations .action.add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.form-add-invitations .action.add:hover:before {
    color: inherit
}

.form-add-invitations .action.add:active:before {
    color: inherit
}

.filter.block {
    margin-bottom: 0
}

.filter-title strong {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    border: 1px solid #ccc;
    border-radius: 3px;
    font-weight: 400;
    left: 0;
    line-height: 16px;
    padding: 7px 10px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 2
}

.filter-title strong[data-count]:after {
    color: #fff;
    background: #000;
    border-radius: 2px;
    content: attr(data-count);
    display: inline-block;
    font-size: .8em;
    line-height: 1;
    margin: 0 5px;
    min-width: 1em;
    padding: 2px
}

.filter-title strong.disabled {
    opacity: .5
}

.filter .block-subtitle {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    padding: 10px 10px 20px
}

.filter-subtitle {
    display: none
}

.filter-current {
    margin: 0
}

.filter-current .items {
    padding: 5px 10px
}

.filter-current .item {
    padding-left: 17px;
    position: relative;
    z-index: 1
}

.filter .filter-current-subtitle {
    border: none;
    display: block;
    padding-bottom: 10px
}

.filter-current .action.remove {
    left: -2px;
    position: absolute;
    top: -1px
}

.filter-actions {
    margin-bottom: 25px;
    padding: 0 10px
}

.filter-label {
    font-weight: 700
}

.filter-label:after {
    content: ': '
}

.filter-value {
    color: #757575
}

.filter-options {
    display: none;
    margin: 0
}

.filter-options-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px
}

.filter-options-title {
    cursor: pointer;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    padding: 10px 40px 0 10px;
    position: relative;
    text-transform: uppercase;
    word-break: break-all;
    z-index: 1;
    display: block;
    text-decoration: none
}

.filter-options-title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.filter-options-title:after {
    position: absolute;
    right: 13px;
    top: 12px
}

.filter-options-title:hover {
    color: #000
}

.active>.filter-options-title:after {
    content: '\e621'
}

.filter-options-content {
    margin: 0;
    padding: 10px
}

.filter-options-content .item {
    line-height: 1.5em;
    margin: 10px 0
}

.filter-options-content a {
    color: #494949;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 7px
}

.filter-options-content a:hover {
    background-color: #e8e8e8;
    text-decoration: none
}

.filter-options-content a:hover+.count {
    background-color: #e8e8e8
}

.filter-options-content .count {
    color: #757575;
    font-weight: 300;
    padding-left: 5px;
    padding-right: 5px
}

.filter-options-content .count:before {
    content: '('
}

.filter-options-content .count:after {
    content: ')'
}

.map-popup-wrapper.popup .action.close {
    top: 10px
}

.map-popup {
    background: #fff;
    border: 1px solid #adadad;
    padding: 22px;
    width: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    transition: opacity .3s linear;
    left: 0;
    margin-top: 10px;
    position: absolute;
    top: 0;
    z-index: 1001;
    display: none;
    opacity: 0;
    box-sizing: border-box
}

.map-popup .popup-header {
    margin: 0 0 25px;
    padding-right: 16px
}

.map-popup .popup-header .title {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.map-popup .popup-actions .action.close {
    position: absolute;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    right: 10px;
    top: 10px
}

.map-popup .popup-actions .action.close>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.map-popup .popup-actions .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: #8c8c8c;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.map-popup .popup-actions .action.close:hover:before {
    color: #737373
}

.map-popup .popup-actions .action.close:active:before {
    color: #737373
}

.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
    background: none;
    border: none
}

.map-popup .popup-actions .action.close:hover {
    background: none;
    border: none
}

.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
    pointer-events: none;
    opacity: .5
}

.map-popup.active {
    opacity: 1
}

.map-popup .map-info-price {
    margin: 0 0 20px
}

.map-popup .map-info-price .price-box {
    margin: 0 0 20px
}

.map-popup .map-info-price .price-box .label:after {
    content: ': '
}

.map-popup .action.primary {
    margin-right: 10px
}

.map-popup .map-msrp {
    margin-bottom: 10px
}

.map-popup .actual-price {
    margin: 3px 0 15px
}

.map-popup .regular-price .price-label {
    display: none
}

.map-popup .popup-header {
    display: none
}

.map-old-price {
    text-decoration: none
}

.map-old-price .price-wrapper {
    text-decoration: line-through
}

.map-fallback-price {
    display: none
}

.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
    display: inline-block;
    min-width: 10rem
}

.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
    margin-right: 10px
}

.product-options-bottom .price-box .old-price .price-container>span,
.product-info-price .price-box .old-price .price-container>span {
    display: inline
}

.map-form-addtocart {
    display: inline-block;
    text-align: center
}

.map-form-addtocart img {
    display: block;
    margin: 0 auto
}

button.map-show-info {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #444;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline
}

button.map-show-info:focus,
button.map-show-info:active {
    background: none;
    border: none
}

button.map-show-info:hover {
    background: none;
    border: none
}

button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
    pointer-events: none;
    opacity: .5
}

button.map-show-info:visited {
    color: #444;
    text-decoration: none
}

button.map-show-info:hover {
    color: #000;
    text-decoration: none
}

button.map-show-info:active {
    color: #000;
    text-decoration: none
}

button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
    background: none;
    border: 0
}

button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
    color: #444;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.wishlist.split.button {
    display: inline-block;
    position: relative;
    margin-right: 5%;
    vertical-align: middle
}

.wishlist.split.button:before,
.wishlist.split.button:after {
    content: '';
    display: table
}

.wishlist.split.button:after {
    clear: both
}

.wishlist.split.button .action.split {
    float: left;
    margin: 0
}

.wishlist.split.button .action.toggle {
    float: right;
    margin: 0
}

.wishlist.split.button .action.toggle {
    display: inline-block;
    text-decoration: none
}

.wishlist.split.button .action.toggle>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.wishlist.split.button .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: #666;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.wishlist.split.button .action.toggle:hover:after {
    color: #333
}

.wishlist.split.button .action.toggle:active:after {
    color: inherit
}

.wishlist.split.button .action.toggle.active {
    display: inline-block;
    text-decoration: none
}

.wishlist.split.button .action.toggle.active>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.wishlist.split.button .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: #666;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.wishlist.split.button .action.toggle.active:hover:after {
    color: #333
}

.wishlist.split.button .action.toggle.active:active:after {
    color: inherit
}

.wishlist.split.button .items {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 200px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15)
}

.wishlist.split.button .items li {
    margin: 0;
    padding: 5px 5px 5px 23px
}

.wishlist.split.button .items li:hover {
    background: #e8e8e8;
    cursor: pointer
}

.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.wishlist.split.button .items:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99
}

.wishlist.split.button .items:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98
}

.wishlist.split.button .items:before {
    left: 10px;
    top: -12px
}

.wishlist.split.button .items:after {
    left: 9px;
    top: -14px
}

.wishlist.split.button.active {
    overflow: visible
}

.wishlist.split.button.active .items {
    display: block
}

.wishlist.split.button .items {
    padding: 6px 0;
    text-align: left
}

.wishlist.split.button .items .item>span {
    display: block;
    padding: 5px 5px 5px 23px
}

.wishlist.split.button .items li {
    padding: 0
}

.wishlist.split.button>.action.split {
    margin-right: 5px
}

.wishlist.split.button>.action.split:before {
    content: '\e600'
}

.wishlist.split.button>.action.split:before {
    margin: 0;
    width: 18px
}

.wishlist.split.button>.action:active,
.wishlist.split.button>.action:focus,
.wishlist.split.button>.action:hover {
    color: #333
}

.wishlist.split.button>.action.toggle:before {
    border-left: 1px solid #666;
    content: '';
    float: left;
    height: 15px;
    margin: 3px 4px 0 0
}

.cart.table-wrapper .wishlist.split.button {
    vertical-align: baseline
}

.cart.table-wrapper .wishlist.split.button>.action.split {
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none
}

.cart.table-wrapper .wishlist.split.button>.action.toggle:after {
    color: #444
}

.cart.table-wrapper .wishlist.split.button>.action.split,
.cart.table-wrapper .wishlist.split.button>.action.toggle {
    color: #444
}

.cart.table-wrapper .wishlist.split.button>.action.split:before,
.cart.table-wrapper .wishlist.split.button>.action.toggle:before {
    display: none
}

.wishlist.window.popup {
    background: #fff;
    border: 1px solid #adadad;
    padding: 22px;
    width: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    transition: opacity .3s linear;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001;
    display: none;
    opacity: 0;
    box-sizing: border-box
}

.wishlist.window.popup .popup-header {
    margin: 0 0 25px;
    padding-right: 16px
}

.wishlist.window.popup .popup-header .title {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.wishlist.window.popup .popup-actions .action.close {
    position: absolute;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    right: 10px;
    top: 10px
}

.wishlist.window.popup .popup-actions .action.close>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.wishlist.window.popup .popup-actions .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: #8c8c8c;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.wishlist.window.popup .popup-actions .action.close:hover:before {
    color: #737373
}

.wishlist.window.popup .popup-actions .action.close:active:before {
    color: #737373
}

.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
    background: none;
    border: none
}

.wishlist.window.popup .popup-actions .action.close:hover {
    background: none;
    border: none
}

.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
    pointer-events: none;
    opacity: .5
}

.wishlist.window.popup.active {
    opacity: 1
}

.wishlist.window.popup.active {
    display: block
}

.wishlist.overlay {
    transition: opacity .15s linear;
    background: #8c8c8c;
    z-index: 899;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0
}

.wishlist.overlay.active {
    opacity: .7;
    filter: alpha(opacity=70)
}

.wishlist.overlay.active {
    display: block
}

.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
    color: #444
}

.page-multiple-wishlist .actions-toolbar>.primary {
    display: block;
    float: none;
    text-align: left
}

.page-multiple-wishlist .actions-toolbar>.primary .action.remove {
    float: right
}

.block-wishlist-management {
    position: relative
}

.block-wishlist-management .wishlist-select .wishlist-name-label {
    font-weight: 600
}

.block-wishlist-management .wishlist-title {
    margin-bottom: 10px
}

.block-wishlist-management .wishlist-title strong {
    font-weight: 300;
    margin-right: 10px
}

.block-wishlist-management .wishlist-notice {
    color: #7d7d7d;
    display: inline-block;
    margin-right: 20px
}

.block-wishlist-management .wishlist-notice.private {
    display: inline-block;
    text-decoration: none
}

.block-wishlist-management .wishlist-notice.private:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: inherit;
    color: #a3a3a3;
    content: '\e629';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: text-bottom;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
    display: inline-block
}

.block-wishlist-management .wishlist-toolbar-select {
    margin-right: 20px
}

.block-wishlist-management .wishlist-toolbar .copy .dropdown {
    right: 0
}

.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
    left: auto;
    right: 11px
}

.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
    left: auto;
    right: 10px
}

.block-wishlist-management .wishlist-dropdown.move {
    margin-right: 20px
}

.block-wishlist-search-form .form-wishlist-search {
    margin-bottom: 60px;
    max-width: 500px
}

.block-wishlist-search-results .table-wrapper {
    border-top: none
}

.block-wishlist-info-items .block-title {
    margin-bottom: 20px;
    font-size: 2.2rem
}

.block-wishlist-info-items .block-title>strong {
    font-weight: 300
}

.block-wishlist-info-items .product-item {
    width: 100%
}

.block-wishlist-info-items .product-item-photo {
    margin-left: 20px
}

.block-wishlist-info-items .product-item-info {
    width: auto
}

.block-wishlist-info-items .product-item-info:hover .split {
    visibility: visible
}

.block-wishlist-info-items .price-wrapper {
    display: block;
    margin: 0 0 10px
}

.block-wishlist-info-items .split {
    clear: both;
    padding: 10px 0;
    visibility: hidden
}

.block-wishlist-info-items .wishlist-dropdown .change {
    color: #444
}

.block-wishlist-info-items .action.towishlist {
    padding: 10px 0
}

.block-wishlist-info-items .input-text.qty {
    margin-right: 10px
}

.multicheckout.results h3,
.multicheckout.success h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    margin-top: 30px
}

.multicheckout.results h3 a,
.multicheckout.success h3 a {
    color: #333
}

.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
    text-decoration: none
}

.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
    list-style: none;
    padding-left: 0
}

.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
    margin-top: 25px;
    padding-left: 16px
}

.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
    margin-left: 84px
}

.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
    font-weight: 700;
    margin-right: 10px
}

.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
    font-weight: 400
}

.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
    color: #e02b27
}

.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
    font-weight: 700;
    margin-right: 10px
}

.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
    font-weight: 400
}

.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
    margin-top: 0
}

.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
    float: left
}

.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
    margin-left: 100px
}

.multicheckout .title {
    margin-bottom: 30px
}

.multicheckout .title strong {
    font-weight: 400
}

.multicheckout .table-wrapper {
    margin-bottom: 0
}

.multicheckout .table-wrapper .action.delete {
    display: inline-block
}

.multicheckout .table-wrapper .col .qty {
    display: inline-block
}

.multicheckout .table-wrapper .col.item .action.edit {
    font-weight: 400;
    margin-left: 10px
}

.multicheckout:not(.address) .table-wrapper .product-item-name {
    margin: 0
}

.multicheckout>.actions-toolbar {
    margin-top: 40px
}

.multicheckout .actions-toolbar>.secondary {
    display: block
}

.multicheckout .actions-toolbar>.secondary .action {
    margin-bottom: 25px
}

.multicheckout .actions-toolbar>.secondary .action.back {
    display: block;
    margin-left: 0
}

.multicheckout .actions-toolbar>.primary {
    margin-right: 10px
}

.multicheckout .item-options {
    margin: 10px 0 0
}

.multicheckout .block .methods-shipping .item-content .fieldset>.field:before {
    display: none
}

.multicheckout .block .methods-shipping .item-content .fieldset>.field .control {
    display: inline-block
}

.multicheckout .block-title,
.multicheckout .block-content .title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px
}

.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
    font-weight: 400
}

.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
    color: #a6a6a6
}

.multicheckout .block-content .title {
    border-bottom: none;
    padding-bottom: 0
}

.multicheckout.order-review .block-title>strong {
    font-size: 2.4rem
}

.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
    margin-bottom: 40px
}

.multicheckout.order-review .error-description {
    color: #e02b27;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: -10px
}

.multicheckout .box-title span {
    margin-right: 10px
}

.multicheckout .box-title>.action {
    margin: 0
}

.multicheckout .box-shipping-method .price {
    font-weight: 700
}

.multicheckout .box-billing-method .fieldset {
    margin: 0
}

.multicheckout .box-billing-method .fieldset .legend.box-title {
    margin: 0 0 5px
}

.multicheckout .checkout-review .grand.totals {
    font-size: 2.1rem;
    margin-bottom: 40px
}

.multicheckout .checkout-review .grand.totals .mark {
    font-weight: 400
}

[class^='multishipping-'] .logo {
    margin-left: 0
}

.multishipping-checkout-success .nav-sections {
    display: block
}

.block.newsletter {
    margin-bottom: 20px
}

.block.newsletter .form.subscribe {
    display: table;
    width: 100%
}

.block.newsletter .fieldset {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: top
}

.block.newsletter .field {
    margin: 0
}

.block.newsletter .field .control {
    display: inline-block;
    text-decoration: none;
    display: block
}

.block.newsletter .field .control:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #575757;
    content: '\e61d';
    font-family: 'luma-icons';
    margin: 0 0 0 8px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.block.newsletter .field .control:before {
    position: absolute
}

.block.newsletter input {
    margin-right: 35px;
    padding: 0 0 0 35px
}

.block.newsletter .title {
    display: none
}

.block.newsletter .actions {
    display: table-cell;
    vertical-align: top;
    width: 1%
}

.block.newsletter .action.subscribe {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
    white-space: nowrap
}

.data.switch .counter {
    color: #7d7d7d
}

.data.switch .counter:before {
    content: '('
}

.data.switch .counter:after {
    content: ')'
}

.rating-summary {
    overflow: hidden;
    white-space: nowrap
}

.rating-summary .rating-result {
    width: 88px;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.rating-summary .rating-result:before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    color: #c7c7c7;
    font-family: 'luma-icons';
    font-size: 16px;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    content: '\e605' '\e605' '\e605' '\e605' '\e605';
    display: block;
    font-style: normal;
    font-weight: normal;
    speak: none
}

.rating-summary .rating-result>span {
    display: block;
    overflow: hidden
}

.rating-summary .rating-result>span:before {
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    color: #000;
    font-family: 'luma-icons';
    font-size: 16px;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    content: '\e605' '\e605' '\e605' '\e605' '\e605';
    display: block;
    font-style: normal;
    font-weight: normal;
    speak: none
}

.rating-summary .rating-result>span span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.review-control-vote {
    overflow: hidden
}

.review-control-vote:before {
    color: #c7c7c7;
    font-family: 'luma-icons';
    font-size: 16px;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    content: '\e605' '\e605' '\e605' '\e605' '\e605';
    display: block;
    position: absolute;
    z-index: 1
}

.review-control-vote input[type="radio"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.review-control-vote input[type="radio"]:hover+label:before,
.review-control-vote input[type="radio"]:checked+label:before {
    opacity: 1
}

.review-control-vote label {
    cursor: pointer;
    display: block;
    position: absolute
}

.review-control-vote label span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.review-control-vote label:before {
    color: #000;
    font-family: 'luma-icons';
    font-size: 16px;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    opacity: 0
}

.review-control-vote label:hover:before {
    opacity: 1
}

.review-control-vote label:hover~label:before {
    opacity: 0
}

.review-control-vote .rating-5 {
    z-index: 2
}

.review-control-vote .rating-5:before {
    content: '\e605' '\e605' '\e605' '\e605' '\e605'
}

.review-control-vote .rating-4 {
    z-index: 3
}

.review-control-vote .rating-4:before {
    content: '\e605' '\e605' '\e605' '\e605'
}

.review-control-vote .rating-3 {
    z-index: 4
}

.review-control-vote .rating-3:before {
    content: '\e605' '\e605' '\e605'
}

.review-control-vote .rating-2 {
    z-index: 5
}

.review-control-vote .rating-2:before {
    content: '\e605' '\e605'
}

.review-control-vote .rating-1 {
    z-index: 6
}

.review-control-vote .rating-1:before {
    content: '\e605'
}

.review-control-vote:before {
    content: '\e625' '\e625' '\e625' '\e625' '\e625'
}

.products-reviews-toolbar {
    position: relative
}

.products-reviews-toolbar .toolbar-amount {
    position: relative;
    text-align: center
}

.review-toolbar {
    border-top: 1px solid #c9c9c9;
    margin: 0 0 20px;
    padding: 0;
    text-align: center
}

.review-toolbar:first-child {
    display: none
}

.review-toolbar .pages {
    border-bottom: 1px solid #c9c9c9;
    display: block;
    padding: 20px 0;
    text-align: center
}

.review-toolbar .limiter {
    display: none
}

.review-add .block-title {
    display: none
}

.review-form .action.submit.primary {
    background: #eee;
    border: 1px solid #ccc;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 7px 15px;
    margin: 0
}

.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
    background: #e2e2e2;
    border: 1px solid #ccc;
    color: #333
}

.review-form .action.submit.primary:hover {
    background: #e1e1e1;
    border: 1px solid #ccc;
    color: #333
}

.review-form .actions-toolbar .actions-primary {
    padding: 0
}

.fieldset .review-legend.legend {
    border-bottom: 0;
    line-height: 1.3;
    margin-bottom: 20px;
    padding: 0
}

.fieldset .review-legend.legend span {
    margin: 0
}

.fieldset .review-legend.legend strong {
    display: block;
    font-weight: 600
}

.fieldset .review-field-ratings>.label {
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0
}

.review-control-vote label:before,
.review-control-vote:before {
    font-size: 32px;
    height: 32px;
    letter-spacing: 10px;
    line-height: 32px
}

.review-field-rating .label {
    font-weight: 600
}

.review-field-rating .control {
    margin-bottom: 48px;
    margin-top: 10px
}

.review-list {
    margin-bottom: 30px
}

.review-list .block-title strong {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.review-item {
    border-bottom: 1px solid #c9c9c9;
    margin: 0;
    padding: 20px 0
}

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

.review-item:last-child {
    border-width: 0
}

.review-ratings {
    display: table;
    margin-bottom: 10px;
    max-width: 100%
}

.review-author {
    display: inline
}

.review-author .review-details-value {
    font-weight: 400
}

.review-date {
    display: inline
}

.review-title {
    font-weight: 600;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    margin: 0 0 20px
}

.review-content {
    margin-bottom: 20px
}

.page-main .column .review-add {
    margin-bottom: 0
}

.data.table.reviews .rating-summary {
    margin-top: -4px
}

.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
    margin-bottom: 20px
}

.product-reviews-summary {
    margin-bottom: 5px
}

.products.wrapper.list .product-reviews-summary {
    margin: 0 auto
}

.product-reviews-summary .rating-summary {
    display: inline-block;
    vertical-align: middle
}

.product-reviews-summary .reviews-actions {
    display: inline-block;
    font-size: 11px;
    vertical-align: middle
}

.product-reviews-summary .reviews-actions a:not(:last-child) {
    margin-right: 30px
}

.product-reviews-summary .reviews-actions .action.add {
    white-space: nowrap
}

.product-info-main .rating-summary,
.customer-review .rating-summary {
    margin-right: 30px
}

.block-reviews-dashboard .items .item {
    margin-bottom: 20px
}

.block-reviews-dashboard .items .item:last-child {
    margin-bottom: 0
}

.block-reviews-dashboard .product-name {
    display: inline-block
}

.block-reviews-dashboard .product-name:not(:last-child) {
    margin-bottom: 5px
}

.block-reviews-dashboard .rating-summary .label {
    font-weight: 600;
    margin-right: 10px;
    vertical-align: middle
}

.table-reviews .product-name,
.block-reviews-dashboard .product-name {
    font-weight: 400
}

.table-reviews .rating-summary {
    display: inline-block;
    vertical-align: baseline
}

.customer-review .product-media {
    float: left;
    margin-right: 3%;
    max-width: 285px;
    width: 30%
}

.customer-review .review-details {
    margin: 0
}

.customer-review .review-details .customer-review-rating {
    margin-bottom: 20px
}

.customer-review .review-details .customer-review-rating .item {
    margin-bottom: 10px
}

.customer-review .review-details .customer-review-rating .item:last-child {
    margin-bottom: 0
}

.customer-review .review-details .review-title {
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    margin-bottom: 20px
}

.customer-review .review-details .review-content {
    margin: 0;
    margin-bottom: 20px
}

.customer-review .review-details .review-date {
    color: #a6a6a6
}

.block-reward-info .reward-balance {
    font-size: 1.8rem;
    margin-bottom: 25px
}

.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
    margin-bottom: 25px
}

.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
    display: inline-block;
    margin-bottom: 10px
}

.order-details-items.rma .order-title {
    display: none
}

.order-details-items.rma .order-title+.toolbar {
    display: none
}

.form-create-return .additional:first-child {
    margin-top: 0
}

.form-create-return .field.comment {
    margin-top: 55px
}

.table-wrapper.table-returns .returns-details.hidden {
    display: none
}

.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
    margin: 0
}

.block-returns-comments .returns-comments dt {
    font-weight: 400
}

.block-returns-comments .returns-comments dd {
    margin-bottom: 15px
}

.block-returns-comments .returns-comments dd:last-child {
    margin-bottom: 0
}

.block-returns-comments .fieldset {
    margin-bottom: 20px
}

.magento-rma-guest-create .order-links .item a {
    line-height: 1.42857143;
    margin: 0 30px 0 0;
    padding: 0;
    color: #444;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline
}

.magento-rma-guest-create .order-links .item a:visited {
    color: #444;
    text-decoration: none
}

.magento-rma-guest-create .order-links .item a:hover {
    color: #000;
    text-decoration: none
}

.magento-rma-guest-create .order-links .item a:active {
    color: #000;
    text-decoration: none
}

.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
    background: none;
    border: 0
}

.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
    color: #444;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.order-links .item {
    line-height: 40px;
    margin: 0 0 -1px
}

.order-links .item strong {
    background: #fff;
    border: 1px solid #ccc;
    display: block;
    font-weight: 400;
    padding: 0 20px
}

.order-links .item a {
    background: #f6f6f6;
    color: #6d6d6d;
    border: 1px solid #ccc;
    display: block;
    font-weight: 400;
    padding: 0 20px
}

.order-links .item a:hover {
    background: #fff;
    text-decoration: none
}

.order-details-items {
    border: 1px solid #ccc;
    margin-bottom: 40px;
    padding: 10px
}

.order-details-items .order-title {
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px
}

.order-details-items .order-title>strong {
    font-size: 2.4rem;
    font-weight: 300
}

.order-details-items .order-title .action {
    display: inline-block
}

.order-details-items .table-wrapper {
    margin: 0
}

.order-details-items .table-wrapper+.actions-toolbar {
    display: none
}

.order-details-items .table-wrapper:not(:last-child) {
    margin-bottom: 30px
}

.order-details-items .table-wrapper.order-items-shipment {
    overflow: visible
}

.order-details-items .table-order-items>thead>tr>th {
    border-bottom: 1px solid #ccc
}

.order-details-items .table-order-items tbody+tbody {
    border-top: 1px solid #ccc
}

.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
    background: none
}

.order-details-items .table-order-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px
}

.order-details-items .table-order-items tbody .col.label {
    font-weight: 700;
    padding-bottom: 5px;
    padding-top: 0
}

.order-details-items .table-order-items tbody .col.options {
    padding: 10px 10px 15px
}

.order-details-items .table-order-items tbody>.item-parent td {
    padding-bottom: 5px
}

.order-details-items .table-order-items tbody>.item-parent+tr td {
    padding-top: 5px
}

.order-details-items .table-order-items tbody .item-options-container td {
    padding-bottom: 15px;
    padding-top: 0
}

.order-details-items .table-order-items .product-item-name {
    margin: 0 0 10px
}

.order-details-items .item-options {
    margin: 0
}

.order-details-items .item-options dt {
    margin: 0
}

.order-details-items .item-options dd {
    margin: 0 0 15px
}

.order-details-items .item-options dd:last-child {
    margin-bottom: 0
}

.order-details-items .item-options.links dt {
    display: inline-block
}

.order-details-items .item-options.links dt:after {
    content: ': '
}

.order-details-items .item-options.links dd {
    margin: 0
}

.order-details-items thead .col.qty {
    text-align: center
}

.order-details-items .col.name {
    padding-top: 16px
}

.order-details-items .action.show {
    display: inline-block;
    text-decoration: none;
    color: #333
}

.order-details-items .action.show>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.order-details-items .action.show:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.order-details-items .action.show.expanded:after {
    content: '\e621'
}

.order-details-items .product-item-name {
    font-size: 1.8rem
}

.order-details-items .items-qty .item {
    white-space: nowrap
}

.order-details-items .items-qty .title:after {
    content: ': '
}

.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
    margin-right: 0
}

.block-order-details-comments {
    margin: 0 0 40px
}

.block-order-details-comments .comment-date {
    font-weight: 600
}

.block-order-details-comments .comment-content {
    line-height: 1.6;
    margin: 0 0 20px
}

.block-order-details-view .block-content .box {
    margin-bottom: 30px
}

.block-order-details-view .box-title {
    font-weight: 600
}

.block-order-details-view .box-content .payment-method .title {
    font-weight: 400
}

.block-order-details-view .box-content .payment-method .content {
    margin: 0
}

.block-order-details-view .box-content .payment-method .content>strong {
    font-weight: 400
}

.block-order-details-view .box-content .payment-method .content>strong:after {
    content: ': '
}

.column.main .order-details-items .block-order-details-gift-message {
    margin: 40px 0 0
}

.block-order-details-gift-message+.actions-toolbar {
    display: none
}

.order-tracking {
    margin: 0;
    padding: 20px 0
}

.order-title+.order-tracking {
    border-bottom: 1px solid #ccc
}

.order-tracking .tracking-title {
    display: inline-block
}

.order-tracking .tracking-content {
    display: inline-block;
    margin: 0 0 0 5px
}

.order-actions-toolbar {
    margin-bottom: 25px
}

.order-actions-toolbar .action {
    margin-right: 30px
}

.order-actions-toolbar .action.print {
    display: none;
    margin: 0
}

.form-orders-search .field:last-child {
    margin-bottom: 20px
}

.block-reorder .actions-toolbar {
    margin: 17px 0
}

.block-reorder .product-item-name {
    float: left;
    width: calc(80%)
}

.block-reorder .product-item::after {
    clear: both;
    content: '';
    display: table
}

.block-reorder .product-item .field.item {
    float: left;
    width: 20px
}

.form.send.friend .fieldset .field .control {
    width: 100%
}

.product-social-links .action.mailto.friend:before {
    content: '\e61d'
}

.block-collapsible-nav .content {
    background: #f5f5f5;
    padding: 15px 0
}

.block-collapsible-nav .item {
    margin: 3px 0 0
}

.block-collapsible-nav .item:first-child {
    margin-top: 0
}

.block-collapsible-nav .item a,
.block-collapsible-nav .item>strong {
    border-left: 3px solid transparent;
    color: #575757;
    display: block;
    padding: 5px 18px 5px 15px
}

.block-collapsible-nav .item a {
    text-decoration: none
}

.block-collapsible-nav .item a:hover {
    background: #e8e8e8
}

.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current>strong {
    border-color: #000;
    color: #000;
    font-weight: 600
}

.block-collapsible-nav .item.current a {
    border-color: #000
}

.block-collapsible-nav .item .delimiter {
    border-top: 1px solid #d1d1d1;
    display: block;
    margin: 10px 1.8rem
}

body {
    background-color: #fff
}

.page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.page-main {
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.page-main>.page-title-wrapper .page-title {
    hyphens: auto
}

.page-header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px
}

.page-header .panel.wrapper {
    background-color: #6e716e;
    color: #fff
}

.header.panel>.header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    font-size: 0;
    margin-left: auto;
    margin-right: 20px
}

.header.panel>.header.links>li {
    display: inline-block;
    vertical-align: top
}

.header.panel>.header.links>li {
    font-size: 14px;
    margin: 0 0 0 15px
}

.header.panel>.header.links>li.customer-welcome {
    margin: 0 0 0 5px
}

.header.panel>.header.links>li>a {
    color: #fff;
    text-decoration: none
}

.header.panel>.header.links>li>a:visited {
    color: #fff;
    text-decoration: none
}

.header.panel>.header.links>li>a:hover {
    color: #fff;
    text-decoration: underline
}

.header.panel>.header.links>li>a:active {
    color: #fff;
    text-decoration: underline
}

.header.content {
    padding-top: 10px;
    position: relative
}

.logo {
    float: left;
    margin: 0 0 10px 40px;
    max-width: 50%;
    position: relative;
    z-index: 5
}

.logo img {
    display: block;
    height: auto
}

.page-print .logo {
    display: inline-block;
    float: none
}

.page-print .nav-toggle {
    display: none
}

.page-main>.page-title-wrapper .page-title+.action {
    margin-top: 30px
}

.action.skip:focus {
    background: #f0f0f0;
    padding: 10px;
    box-sizing: border-box;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 15
}

.action-skip-wrapper {
    height: 0;
    position: relative
}

.message.global p {
    margin: 0
}

.message.global.noscript,
.message.global.cookie {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #ffee9c;
    border-color: #d6ca8e;
    color: #333;
    margin: 0
}

.message.global.noscript a,
.message.global.cookie a {
    color: #444
}

.message.global.noscript a:hover,
.message.global.cookie a:hover {
    color: #000
}

.message.global.noscript a:active,
.message.global.cookie a:active {
    color: #000
}

.message.global.cookie {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 3
}

.message.global.cookie .actions {
    margin-top: 10px
}

.message.global.demo {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #ff0101;
    border-color: none;
    color: #fff;
    margin-bottom: 0;
    text-align: center
}

.message.global.demo a {
    color: #444
}

.message.global.demo a:hover {
    color: #000
}

.message.global.demo a:active {
    color: #000
}

.page-footer {
    margin-top: 25px
}

.footer.content {
    border-top: 1px solid #cecece;
    padding-top: 20px
}

.footer.content .links>li {
    background: #f4f4f4;
    font-size: 1.6rem;
    border-top: 1px solid #cecece;
    margin: 0 -5px;
    padding: 0 5px
}

.footer.content .links a,
.footer.content .links strong {
    display: block;
    padding: 10px 0
}

.footer.content .links strong {
    color: #a6a6a6;
    font-weight: normal
}

.footer.content .links a {
    color: #575757;
    text-decoration: none
}

.footer.content .links a:visited {
    color: #575757;
    text-decoration: none
}

.footer.content .links a:hover {
    color: #333;
    text-decoration: underline
}

.footer.content .links a:active {
    color: #333;
    text-decoration: underline
}

.copyright {
    background-color: #6e716e;
    color: #fff;
    box-sizing: border-box;
    display: block;
    padding: 10px;
    text-align: center
}

.page-header .switcher .options,
.page-footer .switcher .options {
    display: inline-block;
    position: relative
}

.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
    content: '';
    display: table
}

.page-header .switcher .options:after,
.page-footer .switcher .options:after {
    clear: both
}

.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none
}

.page-header .switcher .options .action.toggle>span,
.page-footer .switcher .options .action.toggle>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
    color: inherit
}

.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
    color: inherit
}

.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
    display: inline-block;
    text-decoration: none
}

.page-header .switcher .options .action.toggle.active>span,
.page-footer .switcher .options .action.toggle.active>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
    color: inherit
}

.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
    color: inherit
}

.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 160px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15)
}

.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
    margin: 0;
    padding: 0
}

.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
    background: #e8e8e8;
    cursor: pointer
}

.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99
}

.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98
}

.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
    left: 10px;
    top: -12px
}

.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
    left: 9px;
    top: -14px
}

.page-header .switcher .options.active,
.page-footer .switcher .options.active {
    overflow: visible
}

.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
    display: block
}

.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 8px
}

.page-header .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
    color: #333;
    text-decoration: none
}

.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
    color: #333;
    text-decoration: none
}

.page-header .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
    color: #333;
    text-decoration: none
}

.page-header .switcher strong,
.page-footer .switcher strong {
    font-weight: 400
}

.page-header .switcher .options ul.dropdown {
    right: 0
}

.page-header .switcher .options ul.dropdown:before {
    left: auto;
    right: 10px
}

.page-header .switcher .options ul.dropdown:after {
    left: auto;
    right: 9px
}

.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
    margin-bottom: 40px
}

.widget {
    clear: both
}

.page-header .widget.block,
.page-footer .widget.block {
    margin: 20px 0
}

.page-header .links .widget.block,
.page-footer .links .widget.block {
    margin: 0
}

.ui-datepicker td {
    padding: 0
}

.ui-tooltip {
    background: #fff;
    border: 1px solid #bbb;
    padding: 10px
}

.my-credit-cards .status {
    font-style: italic
}

.my-credit-cards .action.delete {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #444;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline
}

.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
    background: none;
    border: none
}

.my-credit-cards .action.delete:hover {
    background: none;
    border: none
}

.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
    pointer-events: none;
    opacity: .5
}

.my-credit-cards .action.delete:visited {
    color: #444;
    text-decoration: none
}

.my-credit-cards .action.delete:hover {
    color: #000;
    text-decoration: none
}

.my-credit-cards .action.delete:active {
    color: #000;
    text-decoration: none
}

.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
    background: none;
    border: 0
}

.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
    color: #444;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.my-credit-cards-popup .modal-footer {
    text-align: right
}

.my-credit-cards-popup .action.secondary {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #444;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-right: 20px
}

.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
    background: none;
    border: none
}

.my-credit-cards-popup .action.secondary:hover {
    background: none;
    border: none
}

.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
    pointer-events: none;
    opacity: .5
}

.my-credit-cards-popup .action.secondary:visited {
    color: #444;
    text-decoration: none
}

.my-credit-cards-popup .action.secondary:hover {
    color: #000;
    text-decoration: none
}

.my-credit-cards-popup .action.secondary:active {
    color: #000;
    text-decoration: none
}

.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
    background: none;
    border: 0
}

.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
    color: #444;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.toolbar.wishlist-toolbar .limiter {
    float: right
}

.toolbar.wishlist-toolbar .main .pages {
    display: inline-block;
    position: relative;
    z-index: 0
}

.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
    display: inline-block;
    z-index: 1
}

.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
    content: '\e600'
}

.account .table-wrapper .data.table.wishlist>thead>tr>th,
.account .table-wrapper .data.table.wishlist>tbody>tr>th,
.account .table-wrapper .data.table.wishlist>tfoot>tr>th,
.account .table-wrapper .data.table.wishlist>thead>tr>td,
.account .table-wrapper .data.table.wishlist>tbody>tr>td,
.account .table-wrapper .data.table.wishlist>tfoot>tr>td {
    border-top: 1px solid #ccc
}

.account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>th,
.account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>th,
.account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>th,
.account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>td,
.account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>td,
.account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>td {
    border-top: 0
}

.account .table-wrapper .data.table.wishlist>tbody+tbody {
    border-top: 1px solid #ccc
}

.account .table-wrapper .data.table.wishlist thead>tr>th {
    border-bottom: 0
}

.account .table-wrapper .data.table.wishlist tbody>tr:last-child>td {
    border-bottom: 1px solid #ccc
}

.account .table-wrapper .data.table.wishlist .product.name {
    display: inline-block;
    margin-bottom: 10px
}

.account .table-wrapper .data.table.wishlist .box-tocart {
    margin: 10px 0
}

.account .table-wrapper .data.table.wishlist .box-tocart .qty {
    vertical-align: middle
}

.account .table-wrapper .data.table.wishlist .col.item {
    width: 50%
}

.account .table-wrapper .data.table.wishlist .col.photo {
    max-width: 150px
}

.account .table-wrapper .data.table.wishlist .col.selector {
    max-width: 15px
}

.account .table-wrapper .data.table.wishlist textarea {
    margin: 10px 0
}

.account .table-wrapper .data.table.wishlist .input-text.qty {
    margin-bottom: 10px
}

.account .table-wrapper .data.table.wishlist .action.primary {
    vertical-align: top
}

.account .table-wrapper .data.table.wishlist .price {
    font-weight: 700
}

.link.wishlist .counter {
    color: #7d7d7d;
    white-space: nowrap
}

.link.wishlist .counter:before {
    content: '('
}

.link.wishlist .counter:after {
    content: ')'
}

.block-wishlist .product-item-name {
    margin-right: 25px
}

.products-grid.wishlist .product-item-photo {
    display: block;
    margin-bottom: 10px
}

.products-grid.wishlist .product-item-name {
    margin-top: 0
}

.products-grid.wishlist .product-item .price-box {
    margin: 0
}

.products-grid.wishlist .product-item-comment {
    display: block;
    height: 42px;
    margin: 10px 0
}

.products-grid.wishlist .product-item-actions>* {
    margin-right: 15px
}

.products-grid.wishlist .product-item-actions>*:last-child {
    margin-right: 0
}

.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
    display: inline-block;
    text-decoration: none
}

.products-grid.wishlist .product-item-actions .action.edit>span,
.products-grid.wishlist .product-item-actions .action.delete>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
    color: #333
}

.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
    color: #757575
}

.products-grid.wishlist .product-item-actions .action.delete:before {
    content: '\e604'
}

.block-banners .banner-item,
.block-banners-inline .banner-item {
    display: block
}

.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
    margin-bottom: 20px
}

.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
    display: block;
    margin: 0 auto
}

.block-product-link.widget,
.block-category-link.widget {
    display: block;
    margin-bottom: 20px
}

.block-product-link-inline.widget {
    margin: 0
}

.block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%)/2)
}

.block.widget .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0
}

.block.widget .product-item-info {
    width: auto
}

.block.widget .pager {
    padding: 0
}

.block.widget .pager .toolbar-amount {
    float: none;
    font-size: 1.2rem
}

.block.widget .pager .pages-item-previous {
    padding-left: 0
}

.block.widget .pager .pages-item-next {
    position: relative
}

.block.widget .pager .items {
    white-space: nowrap
}

.columns .block-event {
    position: relative;
    z-index: 2
}

.block-event .block-content {
    position: relative
}

.block-event .block-content>.action {
    cursor: pointer;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    z-index: 3
}

.block-event .block-content>.action.backward,
.block-event .block-content>.action.forward {
    opacity: .5;
    overflow: hidden;
    width: 20px;
    display: inline-block;
    text-decoration: none
}

.block-event .block-content>.action.backward>span,
.block-event .block-content>.action.forward>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.block-event .block-content>.action.backward:before,
.block-event .block-content>.action.forward:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 55px;
    line-height: 30px;
    color: inherit;
    content: '\e617';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.block-event .block-content>.action.backward:before,
.block-event .block-content>.action.forward:before {
    margin-left: -15px
}

.block-event .block-content>.action.backward {
    left: 0
}

.block-event .block-content>.action.forward {
    right: 0
}

.block-event .block-content>.action.forward:before {
    content: '\e608'
}

.block-event .block-content>.action.forward:before {
    margin-left: -20px
}

.block-event .block-content>.action.inactive {
    cursor: default;
    display: none
}

.block-event .block-content>.action:hover {
    opacity: 1
}

.block-event .slider-panel {
    overflow: hidden;
    position: relative;
    z-index: 2
}

.block-event .slider-panel .slider {
    white-space: nowrap
}

.block-event .slider-panel .slider .item {
    background: #f0f0f0;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    white-space: normal;
    width: 16.35%
}

.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
    width: 100%
}

.block-event .slider-panel .slider .item img {
    max-width: 100%
}

.block-event .slider-panel .slider .item .category-name {
    display: inline-block;
    font-size: 1.8rem;
    padding: 15px 5px 0;
    word-break: break-all
}

.block-event .slider-panel .slider .item .ticker {
    margin: 0;
    padding: 0;
    list-style: none none
}

.block-event .slider-panel .slider .item .ticker li {
    display: none;
    margin: 0 5px
}

.block-event .slider-panel .slider .item .ticker .value {
    font-size: 2.6rem;
    font-weight: 300
}

.block-event .slider-panel .slider .item .ticker .label {
    display: block;
    font-size: 1.3rem
}

.block-event .slider-panel .slider .item .dates {
    font-weight: 300
}

.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
    display: block
}

.block-event .slider-panel .slider .item .dates .start:after {
    font-size: 1.8rem;
    content: '\2013';
    display: block
}

.block-event .slider-panel .slider .item .dates .date {
    font-size: 1.8rem;
    font-weight: 300
}

.block-event .slider-panel .slider .item .dates .time {
    font-size: 1.3rem
}

.block-event .slider-panel .slider .item .box-event .box-content {
    padding: 5px 0 10px
}

.block-event .slider-panel .slider .item .box-event .box-title {
    display: block;
    font-weight: 300;
    margin: 10px 0 0
}

.block-event .slider-panel .slider .item .action.show {
    display: block;
    padding: 0
}

.block-event .slider-panel .slider .item .action.show .category.name {
    display: inline-block;
    padding: 30px 10px 0
}

.block-event .slider-panel .slider .item .action.show img {
    display: block
}

.block-event .slider-panel .slider .item .action.event {
    background-image: none;
    background: #39c;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: helvetica neue, Verdana, Arial, sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    margin-top: 15px
}

.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.block-event .slider-panel .slider .item .action.event:hover {
    background: #297aa3;
    border: 1px solid #006bb4;
    color: #fff
}

.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.block-event .slider-panel .slider .item .action.event:hover {
    text-decoration: none
}

.block-static-block.widget,
.block-cms-link.widget {
    margin-bottom: 20px
}

.links .block-static-block.widget,
.links .block-cms-link.widget {
    margin-bottom: 0
}

.block-cms-link-inline.widget {
    margin: 0
}

.block-wishlist-search .form-wishlist-search {
    margin: 20px 0 0
}

.block-cms-hierarchy-link.widget {
    display: block;
    margin-bottom: 20px
}

.block-cms-hierarchy-link-inline.widget {
    margin: 0
}

.sidebar .block-addbysku .fieldset {
    margin: 0
}

.sidebar .block-addbysku .fieldset .fields {
    position: relative
}

.sidebar .block-addbysku .fieldset .fields .field {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top
}

.sidebar .block-addbysku .fieldset .fields .field.sku {
    margin-right: -85px;
    padding-right: 90px;
    width: 100%
}

.sidebar .block-addbysku .fieldset .fields .field.qty .qty+.mage-error {
    width: 80px
}

.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
    position: absolute;
    right: 0;
    top: 7px
}

.sidebar .block-addbysku .form-addbysku .actions-toolbar {
    margin-bottom: 20px
}

.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
    text-align: left
}

.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
    width: auto
}

.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
    float: none;
    text-align: left
}

.sidebar .block-addbysku .action.add {
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    padding: 4px;
    width: auto
}

.sidebar .block-addbysku .action.add>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sidebar .block-addbysku .action.add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.sidebar .block-addbysku .action.add:hover:before {
    color: inherit
}

.sidebar .block-addbysku .action.add:active:before {
    color: inherit
}

.sidebar .block-addbysku .action.links {
    display: inline-block;
    margin: 20px 0 0
}

.sidebar .block-addbysku .action.reset {
    display: block;
    margin: 10px 0
}

.sidebar .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400
}

.sidebar .block-addbysku .action.remove>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sidebar .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: #999;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.sidebar .block-addbysku .action.remove:hover:before {
    color: inherit
}

.sidebar .block-addbysku .action.remove:active:before {
    color: inherit
}

.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
    background: none;
    border: none
}

.sidebar .block-addbysku .action.remove:hover {
    background: none;
    border: none
}

.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
    pointer-events: none;
    opacity: .5
}

@media only screen and (max-width:768px) {
    .field-tooltip .field-tooltip-content {
        right: -10px;
        top: 40px;
        left: auto
    }
}

@media only screen and (max-width:767px) {
    .abs-visually-hidden-mobile-m {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .abs-add-clearfix-mobile-m:before,
    .abs-add-clearfix-mobile-m:after,
    .account .column.main .block:not(.widget) .block-title:before,
    .account .column.main .block:not(.widget) .block-title:after {
        content: '';
        display: table
    }

    .abs-add-clearfix-mobile-m:after,
    .account .column.main .block:not(.widget) .block-title:after {
        clear: both
    }

    .abs-toggling-title-mobile,
    .block-wishlist-management .wishlist-select .wishlist-name,
    .block-collapsible-nav .title {
        border-top: 1px solid #ccc;
        cursor: pointer;
        margin-bottom: 0;
        position: relative;
        border-bottom: 1px solid #ccc;
        padding: 10px 40px 10px 5px;
        display: block;
        text-decoration: none
    }

    .block-wishlist-management .wishlist-select .wishlist-name:after,
    .block-collapsible-nav .title:after {
        position: absolute;
        right: 20px;
        top: 10px
    }

    .abs-toggling-title-mobile:after,
    .block-wishlist-management .wishlist-select .wishlist-name:after,
    .block-collapsible-nav .title:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        margin: 3px 0 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .abs-toggling-title-mobile.active:after,
    .block-wishlist-management .wishlist-select .wishlist-name.active:after,
    .block-collapsible-nav .title.active:after {
        content: '\e621'
    }

    .abs-icon-add-mobile,
    .block-wishlist-management .wishlist-add.item .add {
        display: block;
        text-decoration: none
    }

    .abs-icon-add-mobile:before,
    .block-wishlist-management .wishlist-add.item .add:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 10px;
        line-height: 10px;
        color: inherit;
        content: '\e61c';
        font-family: 'luma-icons';
        margin: 0 5px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .abs-checkout-tooltip-content-position-top-mobile,
    .field-tooltip .field-tooltip-content {
        right: -10px;
        top: 40px;
        left: auto
    }

    .field-tooltip .field-tooltip-content:before,
    .field-tooltip .field-tooltip-content:after {
        border: 10px solid transparent;
        height: 0;
        width: 0;
        margin-top: -21px;
        right: 10px;
        left: auto;
        top: 0
    }

    .field-tooltip .field-tooltip-content:before {
        border-bottom-color: #666
    }

    .field-tooltip .field-tooltip-content:after {
        border-bottom-color: #f4f4f4;
        top: 1px
    }

    .navigation,
    .breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-main,
    .page-wrapper>.widget,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container {
        padding-left: 5px;
        padding-right: 5px
    }

    .account .page-main,
    .cms-privacy-policy .page-main {
        padding-top: 41px;
        position: relative
    }

    .navigation {
        padding: 0
    }

    .navigation .parent .level-top {
        position: relative;
        display: block;
        text-decoration: none
    }

    .navigation .parent .level-top:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 42px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .navigation .parent .level-top:after {
        position: absolute;
        right: 7px;
        top: -8px
    }

    .navigation .parent .level-top.ui-state-active:after {
        content: '\e621'
    }

    .nav-sections {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        left: -80%;
        left: calc(-1 * (100% - 54px));
        overflow: auto;
        position: fixed;
        top: 0;
        width: 80%;
        width: calc(100% - 54px)
    }

    .nav-sections .switcher {
        border-top: 1px solid #d1d1d1;
        font-size: 1.6rem;
        font-weight: 700;
        margin: 0;
        padding: .8rem 3.5rem .8rem 2rem
    }

    .nav-sections .switcher .label {
        display: block;
        margin-bottom: 5px
    }

    .nav-sections .switcher:last-child {
        border-bottom: 1px solid #d1d1d1
    }

    .nav-sections .switcher-trigger strong {
        position: relative;
        display: block;
        text-decoration: none
    }

    .nav-sections .switcher-trigger strong:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 42px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .nav-sections .switcher-trigger strong:after {
        position: absolute;
        right: -40px;
        top: -16px
    }

    .nav-sections .switcher-trigger.active strong:after {
        content: '\e621'
    }

    .nav-sections .switcher-dropdown {
        margin: 0;
        padding: 0;
        list-style: none none;
        display: none;
        padding: 10px 0
    }

    .nav-sections .switcher-options.active .switcher-dropdown {
        display: block
    }

    .nav-sections .header.links {
        margin: 0;
        padding: 0;
        list-style: none none;
        border-bottom: 1px solid #d1d1d1
    }

    .nav-sections .header.links li {
        font-size: 1.6rem;
        margin: 0
    }

    .nav-sections .header.links li.greet.welcome {
        border-top: 1px solid #d1d1d1;
        font-weight: 700;
        padding: .8rem 20px
    }

    .nav-sections .header.links li>a {
        border-top: 1px solid #d1d1d1
    }

    .nav-sections .header.links a,
    .nav-sections .header.links a:hover {
        color: #575757;
        text-decoration: none;
        display: block;
        font-weight: 700;
        padding: .8rem 20px
    }

    .nav-sections .header.links .header.links {
        border: 0
    }

    .nav-before-open {
        height: 100%;
        overflow-x: hidden;
        width: 100%
    }

    .nav-before-open .page-wrapper {
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: relative
    }

    .nav-before-open body {
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%
    }

    .nav-open .page-wrapper {
        left: 80%;
        left: calc(100% - 54px)
    }

    .nav-open .nav-sections {
        -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        left: 0;
        z-index: 99
    }

    .nav-open .nav-toggle:after {
        background: rgba(0, 0, 0, 0.7);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1
    }

    .nav-sections-items {
        position: relative;
        z-index: 1
    }

    .nav-sections-items:before,
    .nav-sections-items:after {
        content: '';
        display: table
    }

    .nav-sections-items:after {
        clear: both
    }

    .nav-sections-item-title {
        background: #e3e3e3;
        border: solid #d7d7d7;
        border-width: 0 0 1px 1px;
        box-sizing: border-box;
        float: left;
        height: 71px;
        padding-top: 24px;
        text-align: center;
        width: 33.33%
    }

    .nav-sections-item-title.active {
        background: transparent;
        border-bottom: 0
    }

    .nav-sections-item-title .nav-sections-item-switch:hover {
        text-decoration: none
    }

    .nav-sections-item-content {
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        margin-top: 71px;
        width: 100%;
        padding: 25px 0
    }

    .nav-sections-item-content:before,
    .nav-sections-item-content:after {
        content: '';
        display: table
    }

    .nav-sections-item-content:after {
        clear: both
    }

    .nav-sections-item-content.active {
        display: block
    }

    .navigation {
        background: #f0f0f0;
        box-sizing: border-box
    }

    .navigation ul {
        margin: 0;
        padding: 0
    }

    .navigation li {
        margin: 0
    }

    .navigation a {
        display: block;
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 15px
    }

    .navigation a,
    .navigation a:hover {
        color: #575757;
        text-decoration: none
    }

    .navigation .level0 {
        border-top: 1px solid #d1d1d1;
        font-size: 1.6rem
    }

    .navigation .level0>.level-top {
        font-weight: 700;
        padding: 8px 40px 8px 15px;
        text-transform: uppercase;
        word-wrap: break-word
    }

    .navigation .level0>.level-top:hover {
        color: #333
    }

    .navigation .level0.active .all-category .ui-state-focus {
        border-color: #000;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #333;
        padding-left: 7px;
        display: inline-block
    }

    .navigation .level0>.level1 {
        font-weight: 600
    }

    .navigation .level0.active>a:not(.ui-state-active),
    .navigation .level0.has-active>a:not(.ui-state-active) {
        border-color: #000;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #333
    }

    .navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),
    .navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left: -8px
    }

    .navigation li.level0:last-child {
        border-bottom: 1px solid #d1d1d1
    }

    .navigation .submenu>li {
        word-wrap: break-word
    }

    .navigation .submenu>li>a:hover {
        color: #333
    }

    .navigation .submenu:not(:first-child) {
        font-weight: 400;
        line-height: 1.3;
        left: auto !important;
        overflow-x: hidden;
        padding: 0;
        position: relative;
        top: auto !important;
        transition: left .3s ease-out
    }

    .navigation .submenu:not(:first-child)>li>a {
        padding-left: 15px
    }

    .navigation .submenu:not(:first-child)>li:last-child {
        margin-bottom: 0
    }

    .navigation .submenu:not(:first-child) ul {
        display: block;
        padding-left: 15px
    }

    .navigation .submenu:not(:first-child) ul>li {
        margin: 0
    }

    .navigation .submenu:not(:first-child) ul>li a {
        color: #575757;
        display: block;
        line-height: normal
    }

    .navigation .submenu:not(:first-child) ul>li a:hover {
        color: #333
    }

    .navigation .submenu:not(:first-child).expanded {
        display: block !important;
        padding-right: 0;
        top: 0 !important
    }

    .navigation .submenu:not(:first-child) .active>a {
        border-color: #000;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #333;
        padding-left: 7px
    }

    .navigation .submenu:not(:first-child) .level1.active>a {
        padding-left: 7px
    }

    .product.data.items .item.title>.switch {
        padding: 1px 15px 1px
    }

    .product.data.items>.item.content {
        padding: 10px 15px 30px
    }

    .breadcrumbs {
        display: none
    }

    .modal-popup.modal-slide {
        left: 44px;
        z-index: 900
    }

    .modal-popup.modal-slide._show .modal-inner-wrap {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .modal-popup.modal-slide .modal-inner-wrap {
        height: 100%;
        overflow-y: auto;
        position: static;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        width: auto
    }

    .modal-popup.modal-slide .modal-inner-wrap {
        margin: 0;
        max-height: none
    }

    .custom-slide {
        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;
        left: 44px;
        z-index: 900
    }

    .custom-slide._show {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease
    }

    .custom-slide._show .modal-inner-wrap {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .custom-slide .modal-inner-wrap {
        background-color: #fff;
        box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
        opacity: 1;
        pointer-events: auto
    }

    .custom-slide._show .modal-inner-wrap {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .custom-slide .modal-inner-wrap {
        height: 100%;
        overflow-y: auto;
        position: static;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        width: auto
    }

    .custom-slide._show {
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto
    }

    .custom-slide .modal-inner-wrap {
        background-color: #f4f4f4;
        box-sizing: border-box;
        height: auto;
        min-height: 100%
    }

    body._has-modal-custom {
        height: 100vh;
        overflow: hidden;
        width: 100vw
    }

    body._has-modal-custom .modal-custom-overlay {
        background-color: rgba(51, 51, 51, 0.55)
    }

    .modal-popup {
        pointer-events: auto
    }

    .modal-popup.modal-slide .modal-inner-wrap[class] {
        background-color: #f4f4f4
    }

    .modal-popup.modal-slide._inner-scroll._show {
        -webkit-overflow-scrolling: touch;
        overflow-y: auto
    }

    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        height: auto;
        min-height: 100%
    }

    .modal-popup .modal-title {
        font-size: 14px;
        font-weight: 700
    }

    .widget-blog-posts ol.post-list li.item {
        width: 33.33%
    }

    .countdown-modal {
        overflow-y: auto !important;
        bottom: 0px !important
    }

    .countdown-modal .modal-inner-wrap {
        top: 0px !important
    }

    .quick-view-add-to-cart-modal {
        overflow-y: auto !important;
        bottom: 0 !important
    }

    .quick-view-add-to-cart-modal .qv-product-info-container .product.attribute.sku {
        padding-bottom: 25px;
        padding-top: 10px
    }

    .quick-view-add-to-cart-modal .modal-inner-wrap {
        top: 0px !important;
        width: 90% !important;
        margin-top: 2em
    }

    .quick-view-add-to-cart-modal .modal-inner-wrap .modal-header {
        padding-top: 10px;
        padding-bottom: 0
    }

    .quick-view-add-to-cart-modal .modal-inner-wrap .modal-header .action-close {
        z-index: 1
    }

    .quick-view-add-to-cart-modal .modal-inner-wrap .modal-header .action-close:before {
        font-size: 20px;
        line-height: 19px
    }

    .quick-view-add-to-cart-modal .modal-inner-wrap .modal-content {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 1rem
    }

    .quick-view-add-to-cart-modal .modal-inner-wrap .modal-content .qv-product-info-container {
        margin-right: 10px
    }

    .quick-view-add-to-cart-modal .modal-inner-wrap .modal-content .qv-product-info-container .product.page-title-wrapper {
        text-align: left;
        border-bottom: 0
    }

    .quick-view-add-to-cart-modal .modal-inner-wrap .modal-content .qv-product-info-container .product.page-title-wrapper h1.page-title {
        font-size: 18px;
        color: #3399cc;
        font-weight: 300;
        text-align: left;
        text-transform: uppercase
    }

    .quick-view-add-to-cart-modal .modal-inner-wrap .modal-content .qv-product-info-container .product-add-form .product-options-bottom .box-tocart {
        margin-bottom: 0
    }

    .quick-view-add-to-cart-modal .modal-inner-wrap .modal-content .qv-product-info-container .product-add-form .product-options-bottom .box-tocart .fieldset {
        margin-bottom: 0
    }

    .quick-view-add-to-cart-modal .modal-inner-wrap .modal-content .qv-product-info-container .product-add-form .product-options-bottom .actions #product-addtocart-button {
        width: 100%;
        color: #fff
    }

    .contact-index-index .column:not(.sidebar-main) .form.contact {
        float: none;
        width: 100%
    }

    .contact-index-index .column:not(.sidebar-additional) .form.contact {
        float: none;
        width: 100%
    }

    .block-cart-failed .block-title {
        margin: 0 20px 20px
    }

    .catalog-product-view .column.main {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .catalog-product-view .product.media {
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1
    }

    .compare.wrapper,
    [class*='block-compare'] {
        display: none
    }

    .catalog-product_compare-index .columns .column.main {
        flex-basis: inherit
    }

    .block-search {
        margin-top: 10px
    }

    .cart-container .form-cart .actions.main {
        text-align: center
    }

    .cart-discount {
        border-bottom: 1px solid #ccc
    }

    .cart.table-wrapper {
        border-top: 1px solid #ccc
    }

    .cart.table-wrapper thead .col.item,
    .cart.table-wrapper thead .col.qty,
    .cart.table-wrapper thead .col.price,
    .cart.table-wrapper thead .col.subtotal,
    .cart.table-wrapper thead .col.msrp {
        display: none
    }

    .cart.table-wrapper .col.qty,
    .cart.table-wrapper .col.price,
    .cart.table-wrapper .col.subtotal,
    .cart.table-wrapper .col.msrp {
        box-sizing: border-box;
        display: block;
        float: left;
        white-space: nowrap;
        width: 33%
    }

    .cart.table-wrapper .col.qty[data-th]:before,
    .cart.table-wrapper .col.price[data-th]:before,
    .cart.table-wrapper .col.subtotal[data-th]:before,
    .cart.table-wrapper .col.msrp[data-th]:before {
        content: attr(data-th);
        display: block;
        font-weight: 600;
        padding-bottom: 10px
    }

    .cart.table-wrapper .col.msrp {
        white-space: normal
    }

    .cart.table-wrapper .item .col.item {
        padding-bottom: 0
    }

    .cart.table-wrapper tbody>tr>td:last-child {
        border: 0
    }

    .cart-totals {
        padding-left: 15px;
        padding-right: 15px
    }

    .cart-totals .table-wrapper {
        border-top: 0
    }

    .cart-totals .totals tbody>tr:not(:last-child)>td:last-child {
        border: 0
    }

    .cart.table-wrapper .col.price,
    .order-items.table-wrapper .col.price,
    .cart.table-wrapper .col.qty,
    .order-items.table-wrapper .col.qty,
    .cart.table-wrapper .col.subtotal,
    .order-items.table-wrapper .col.subtotal,
    .cart.table-wrapper .col.msrp,
    .order-items.table-wrapper .col.msrp {
        text-align: left
    }

    .minicart-wrapper {
        margin-top: 10px
    }

    .minicart-wrapper:before,
    .minicart-wrapper:after {
        content: '';
        display: table
    }

    .minicart-wrapper:after {
        clear: both
    }

    .minicart-wrapper .product .actions {
        float: left;
        margin: 10px 0 0 0
    }

    .minicart-wrapper .update-cart-item {
        float: right
    }

    .checkout-index-index .modal-popup .modal-footer .action-save-address {
        width: 100%
    }

    .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
        margin-top: 20px
    }

    .field-tooltip .field-tooltip-content {
        right: -10px;
        top: 40px;
        left: auto
    }

    .checkout-payment-method .payment-methods {
        margin: 0 -15px
    }

    .checkout-payment-method .step-title {
        padding-left: 15px;
        padding-right: 15px
    }

    .checkout-payment-method .payment-method-title {
        padding: 15px
    }

    .checkout-payment-method .payment-method-content {
        padding: 0 15px 20px
    }

    .checkout-payment-method .checkout-billing-address .action-cancel {
        margin-top: 10px
    }

    .checkout-payment-method .payment-option {
        margin: 0 -15px
    }

    .checkout-payment-method .payment-option .payment-option-title {
        padding: 15px
    }

    .checkout-payment-method .payment-option .payment-option-content {
        padding: 0 15px 20px
    }

    .login-container .fieldset:after {
        text-align: center
    }

    .account .messages {
        margin-bottom: 0
    }

    .account .column.main .block:not(.widget) .block-title>.action {
        float: right;
        margin-top: 5px
    }

    .account .column.main .block:not(.widget) .block-content .box {
        margin-bottom: 20px
    }

    .account .column.main .block:not(.widget) .block-content .box:last-child {
        margin-bottom: 0
    }

    .control.captcha-image .captcha-img {
        display: block;
        margin-bottom: 10px
    }

    .customer-account-index .page-title-wrapper {
        position: relative
    }

    .form.search.advanced .field.price .with-addon .input-text {
        flex-basis: auto;
        width: 100%
    }

    .cart-discount .giftcard .content {
        padding-bottom: 35px
    }

    .cart-discount .actions-toolbar .secondary {
        bottom: 17px
    }

    .field.open-amount {
        width: 100%
    }

    .page-product-giftcard .product-info-main .product-info-stock-sku {
        display: block;
        padding-left: 10px;
        text-align: left
    }

    .gift-message .actions-toolbar .action-update {
        font-size: 2rem;
        padding: 15px;
        width: 100%
    }

    .gift-item-block {
        border-top: 1px solid #c1c1c1;
        border-bottom: 0
    }

    .gift-item-block .title:after {
        font-size: 1.2rem;
        position: absolute;
        right: 20px;
        top: 10px
    }

    .gift-item-block .content {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .cart.table-wrapper .gift-content {
        border-top: 1px solid #c1c1c1;
        margin-right: -15px;
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px
    }

    .cart .action-gift {
        display: inline-block;
        text-decoration: none
    }

    .cart .action-gift>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .cart .action-gift:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: 20px;
        color: #757575;
        content: '\e62a';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .cart .action-gift:hover:after {
        color: #333
    }

    .cart .action-gift:active:after {
        color: #757575
    }

    .cart .action-gift._active {
        border: 1px solid #c1c1c1;
        border-bottom-color: #fff;
        margin: -5px 14px -1px -15px;
        padding: 4px 10px 9px 14px
    }

    .cart .action-gift._active:after {
        color: #333
    }

    .gift-options-cart-item+.towishlist {
        left: 0;
        position: absolute
    }

    .cart.table-wrapper .action-giftregistry {
        display: inline-block;
        text-decoration: none
    }

    .cart.table-wrapper .action-giftregistry>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .cart.table-wrapper .action-giftregistry:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: 20px;
        color: #757575;
        content: '\e62b';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .cart.table-wrapper .action-giftregistry:hover:before {
        color: #333
    }

    .cart.table-wrapper .action-giftregistry:active:before {
        color: #757575
    }

    .gift-options-cart-item .gift-wrapping,
    .cart-gift-item .gift-wrapping {
        border-bottom: 1px solid #c1c1c1;
        margin-bottom: 20px;
        padding-bottom: 10px
    }

    .gift-wrapping-list {
        width: 100%
    }

    .gift-wrapping-summary+.gift-message-summary {
        padding-right: 0
    }

    .gift-options-cart-item {
        float: left;
        width: 100%
    }

    .gift-wrapping-preview img {
        width: 100%
    }

    .item-actions .actions-toolbar .gift-options .gift-wrapping,
    .item-actions .actions-toolbar .gift-options .gift-message {
        display: block
    }

    .product-add-form .table-wrapper.grouped {
        margin-left: -5px;
        margin-right: -5px
    }

    .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
        padding: 5px 10px 5px 15px
    }

    body.filter-active .page-header {
        display: none
    }

    body.filter-active .page-wrapper {
        height: 0;
        margin-top: -999999em;
        visibility: hidden
    }

    body.filter-active .columns {
        z-index: 999
    }

    .filter.active {
        position: relative;
        visibility: visible;
        z-index: 99
    }

    .filter.active .filter-options-item:last-child {
        margin-bottom: 40px
    }

    .filter.active .filter-title {
        border-bottom: 1px solid #ccc;
        height: 48px;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 2
    }

    .filter.active .filter-title strong {
        box-shadow: none;
        background: none;
        border: 0;
        color: transparent;
        left: auto;
        right: 3px;
        top: 10px;
        display: inline-block;
        text-decoration: none
    }

    .filter.active .filter-title strong:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: inherit;
        color: #7d7d7d;
        content: '\e616';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .filter.active .filter-subtitle {
        background: transparent;
        display: block;
        height: 50px;
        left: 0;
        line-height: 32px;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1
    }

    .filter.active .filter-options {
        background: #fff;
        bottom: 0;
        display: block;
        left: 0;
        overflow: scroll;
        position: fixed;
        right: 0;
        top: 50px;
        z-index: 10
    }

    .filter .filter-subtitle {
        font-size: 20px;
        font-weight: 300
    }

    .filter-actions {
        margin: -35px -10px 25px
    }

    .filter-options-content {
        padding: 5px 10px
    }

    .filter .filter-current {
        border: solid #ccc;
        border-width: 1px 0;
        margin: 5px -10px 0
    }

    .filter .filter-current .items {
        display: none
    }

    .filter .filter-current-subtitle {
        position: relative;
        text-transform: uppercase;
        z-index: 1;
        display: block;
        text-decoration: none
    }

    .filter .filter-current-subtitle:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 13px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .filter .filter-current-subtitle:before {
        position: absolute;
        right: 10px;
        top: 10px
    }

    .filter .filter-current-subtitle:after {
        color: #7d7d7d;
        content: ' (' attr(data-count) ')';
        font-size: .9em
    }

    .filter .filter-current.active {
        padding-bottom: 30px
    }

    .filter .filter-current.active .block-subtitle:before {
        content: '\e621'
    }

    .filter .filter-current.active .items {
        display: block
    }

    .filter .filter-current.active+.block-actions {
        display: block
    }

    .filter .filter-current+.block-actions {
        display: none
    }

    .filter-no-options .filter-title:before {
        background: rgba(255, 255, 255, 0.5);
        content: '';
        display: block;
        height: 40px;
        left: 0;
        margin-top: -60px;
        position: relative;
        width: 75px;
        z-index: 99
    }

    .filter-no-options .filter-content {
        margin-bottom: 20px
    }

    .page-with-filter .columns .sidebar-main {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0
    }

    .map-popup {
        max-width: 100%
    }

    .map-old-price,
    .map-show-info {
        display: inline-block
    }

    .map-old-price:not(:last-child),
    .map-show-info:not(:last-child) {
        margin-bottom: 10px
    }

    .block-wishlist-management {
        clear: both;
        margin-top: -21px
    }

    .block-wishlist-management .wishlist-select {
        margin: 0 -5px 20px
    }

    .block-wishlist-management .wishlist-select .wishlist-name {
        font-size: 1.6rem
    }

    .block-wishlist-management .wishlist-select-items {
        border-bottom: 1px solid #ccc;
        background: #f5f5f5;
        display: none;
        padding: 15px 0
    }

    .block-wishlist-management .wishlist-select-items.active {
        display: block
    }

    .block-wishlist-management .wishlist-select-items .item {
        margin: 3px 0 0
    }

    .block-wishlist-management .wishlist-select-items .item:first-child {
        margin-top: 0
    }

    .block-wishlist-management .wishlist-select-items .item.current {
        display: none
    }

    .block-wishlist-management .wishlist-select-items .item a {
        color: #333;
        display: block;
        padding: 5px 18px;
        text-decoration: none
    }

    .block-wishlist-management .wishlist-select-items .item a:hover {
        background: #e8e8e8
    }

    .block-wishlist-management .wishlist-title strong {
        font-size: 2.6rem
    }

    .block-wishlist-management .wishlist-info {
        margin-bottom: 15px
    }

    .block-wishlist-management .wishlist-toolbar-select,
    .block-wishlist-management .wishlist-toolbar-actions {
        margin-bottom: 15px
    }

    .products-grid.wishlist .product-item-checkbox {
        left: 0;
        position: absolute;
        top: 20px
    }

    .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
        margin-left: 25px
    }

    .page-multiple-wishlist .products-grid.wishlist .product-item-name,
    .page-multiple-wishlist .products-grid.wishlist .product-item-description,
    .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
    .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
        margin-left: 115px
    }

    .products-grid.wishlist .wishlist-dropdown {
        display: none
    }

    .multishipping-checkout-success .nav-toggle {
        display: block
    }

    .multishipping-checkout-success .logo {
        margin-left: 40px
    }

    .multicheckout .actions-toolbar>.primary {
        margin-right: 0
    }

    .block.newsletter input {
        font-size: 12px;
        padding-left: 30px
    }

    .block.newsletter .field .control:before {
        font-size: 13px
    }

    .order-pager-wrapper .toolbar-amount {
        left: inherit;
        position: relative;
        text-align: center;
        top: inherit
    }

    .order-pager-wrapper .pages {
        text-align: center
    }

    .order-pager-wrapper .action.previous,
    .order-pager-wrapper .action.next {
        margin: 0
    }

    .form.send.friend .fieldset {
        padding-bottom: 5px
    }

    .form.send.friend .action.remove {
        margin-left: 0;
        right: 0;
        top: 100%
    }

    .block-collapsible-nav {
        left: 0;
        position: absolute;
        top: -21px;
        width: 100%;
        z-index: 5
    }

    .block-collapsible-nav .content {
        border-bottom: 1px solid #ccc;
        display: none
    }

    .block-collapsible-nav .content.active {
        display: block
    }

    .customer-name,
    .customer-welcome+.authorization-link {
        display: none
    }

    .nav-sections .switcher-trigger strong:after {
        font-size: 1.6rem;
        right: -25px;
        top: -2px
    }

    .navigation .parent .level-top:after {
        font-size: 1.6rem;
        right: 10px;
        top: 7px
    }

    .page-footer .footer.content .switcher-store {
        background: #f4f4f4;
        font-size: 1.6rem;
        margin: 0 -5px
    }

    .page-footer .footer.content .switcher-store .switcher-options {
        display: block
    }

    .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
        background: none;
        border: 0;
        box-shadow: none;
        margin: 0;
        position: relative
    }

    .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
    .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
        display: none
    }

    .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
    .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
        border-top: 1px solid #cecece;
        display: block;
        padding: 10px 30px
    }

    .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
        padding: 10px 0
    }

    .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
        padding: 0
    }

    .logo {
        margin-bottom: 13px;
        margin-top: 4px
    }

    .cms-page-view .page-main {
        padding-top: 0;
        position: relative
    }

    .products-grid.wishlist {
        margin-bottom: 30px;
        margin-right: 0
    }

    .products-grid.wishlist .product-item {
        padding: 20px 0 20px 0;
        position: relative
    }

    .products-grid.wishlist .product-item-photo {
        float: left;
        margin-right: 20px
    }

    .products-grid.wishlist .product-item-name {
        font-size: 1.6rem
    }

    .products-grid.wishlist .product-item-actions {
        display: block;
        float: left
    }

    .products-grid.wishlist .product-item-actions .action {
        margin-right: 15px
    }

    .products-grid.wishlist .product-item-actions .action:last-child {
        margin-right: 0
    }

    .products-grid.wishlist .product-item-actions .action.edit,
    .products-grid.wishlist .product-item-actions .action.delete {
        margin-top: 7px
    }

    .products-grid.wishlist .product-item-name,
    .products-grid.wishlist .product-item-description,
    .products-grid.wishlist .product-item .price-box,
    .products-grid.wishlist .product-item-tooltip {
        margin-left: 95px
    }

    .products-grid.wishlist .product-item .box-tocart {
        float: left;
        margin-right: 20px
    }

    .products-grid.wishlist .product-item .box-tocart .stock {
        margin-top: 7px
    }

    .products-grid.wishlist .product-item .giftregisty-dropdown,
    .products-grid.wishlist .product-item .field.qty {
        display: none
    }

    .products-grid.wishlist .product-image-container {
        max-width: 80px
    }

    .wishlist-index-index .product-item {
        width: 100%
    }

    .wishlist-index-index .product-item-info {
        width: auto
    }

    .cart.table-wrapper .towishlist {
        display: inline-block;
        text-decoration: none
    }

    .cart.table-wrapper .towishlist>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .cart.table-wrapper .towishlist:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: 20px;
        color: #757575;
        content: '\e600';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .cart.table-wrapper .towishlist:hover:before {
        color: #333
    }

    .cart.table-wrapper .towishlist:active:before {
        color: #757575
    }

    .cart.table-wrapper .towishlist:before {
        overflow: visible
    }

    .progress-bar {
        width: auto
    }

    .progress-bar .row-2 {
        font-size: 12px
    }

    .page-title-wrapper {
        padding: 0;
        text-align: center;
        margin-bottom: -20px
    }

    .page-title-wrapper .page-title {
        padding-left: 12px;
        font-size: 17px;
        text-align: left;
        padding-top: 15px;
        line-height: 20px;
        margin: 0;
        font-weight: 600;
        text-transform: capitalize
    }

    .page-title-wrapper .return_dashboard {
        height: 40px;
        margin-bottom: 10px;
        background: #fef8f4;
        font-size: 16px;
        font-weight: 600;
        line-height: 40px;
        padding: 0;
        width: 100%
    }

    .page-title-wrapper .return_dashboard a {
        color: #39c;
        text-transform: capitalize
    }

    .column.main {
        padding: 0 5px
    }

    .checkout-discount-message {
        padding: 0 10px 10px 15px;
        margin-bottom: 12px;
        font-size: 1.2rem;
        line-height: 2rem
    }

    .checkout-discount-message .price {
        font-size: 1.4rem;
        font-weight: 600
    }

    .checkout-discount-message>p::before {
        display: inline-block;
        width: 20px;
        height: 20px;
        content: '';
        background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-m.png);
        background-position-y: 0;
        background-size: 480px 480px;
        margin-right: 2%;
        vertical-align: top
    }

    .checkout-discount-message>p.discount-tip::before {
        background-position-x: -120px
    }

    .checkout-discount-message>p.free-shipping-tip::before {
        position: relative;
        top: 1px;
        background-position-x: -140px
    }

    .checkout-discount-message .free-shipping-tip {
        padding-top: 10px
    }

    .checkout-discount-message .discount-tip {
        padding-top: 5px
    }

    .checkout-discount-message .text {
        width: 90%;
        display: inline-block;
        box-sizing: border-box
    }

    .cart-container .order-has {
        text-align: center;
        color: #31B75E;
        font-size: 20px;
        font-weight: 600
    }

    .cart-container .choose-option {
        text-align: center;
        padding: 10px 0
    }

    .cart-container .paypal-checkout {
        display: flex;
        justify-content: center;
        border: 1px solid #679cca;
        margin: 10px
    }

    .cart-container .paypal-checkout .label {
        line-height: 44px;
        font-size: 14px;
        text-transform: uppercase
    }

    .cart-container .paypal-checkout .paypal-icon {
        background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png) -110px -350px;
        display: block;
        width: 100px;
        height: 44px
    }

    .cart-container #discount-coupon-form .coupon .field .control {
        width: 100%
    }

    .cart-container #discount-coupon-form .coupon .actions-toolbar {
        width: 30%;
        background: #333
    }

    .form-cart #shopping-cart-table thead {
        display: none !important
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .main-box::after {
        display: block;
        content: '';
        clear: both
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .main-box div.left-side {
        float: left;
        width: 30%;
        border: 1px solid #ededed
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .main-box div.left-side .item-photo {
        display: block
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .main-box div.left-side .item-photo .product-image-container {
        margin: 0 auto;
        display: block
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .main-box div.left-side .item-photo-detail {
        display: none
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .main-box div.right-side {
        float: left;
        width: 70%;
        padding: 5px;
        position: relative
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .main-box div.right-side .product-item-name {
        display: block;
        font-size: 13px;
        line-height: 1.4rem;
        width: 85%;
        text-transform: uppercase;
        word-break: break-word
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .main-box div.right-side .product-item-name a {
        font-weight: 700;
        color: #636363;
        font-size: 12px
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .main-box div.right-side .price-box {
        margin: 10px 0 10px 0
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .main-box div.right-side .price-box .price-excluding-tax .cart-price .text-price {
        float: left;
        display: inline-block;
        margin-right: 5px;
        font-size: 12px;
        color: #636363;
        margin-top: 3px;
        text-transform: uppercase
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .main-box div.right-side .price-box .price-excluding-tax .cart-price .price {
        font-size: 14px;
        color: #636363
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .main-box div.right-side .cart-price::after {
        display: block;
        content: '';
        clear: both
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .main-box div.right-side .cart-price>.special-price,
    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .main-box div.right-side .cart-price>.old-price,
    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .main-box div.right-side .cart-price>.price {
        display: inline-block;
        float: left;
        padding-right: 5px
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .main-box div.right-side .option-detail .item-options dt {
        font-size: 14px;
        color: #636363;
        font-style: italic;
        font-weight: 500
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .main-box div.right-side .option-detail .item-options dd {
        font-size: 14px;
        color: #636363;
        font-style: italic
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .option-detail .view-item-detail-box .detail-list {
        list-style: none;
        padding-top: 5px
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .option-detail .view-item-detail-box .detail-list .option-item {
        margin: 0
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .bottom-box::after {
        display: block;
        content: '';
        clear: both
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .bottom-box .actions-toolbar {
        min-height: initial;
        width: 65%;
        padding: 4px 0 0 0;
        margin: 0;
        position: static
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .bottom-box .actions-toolbar .gift-options-cart-item {
        display: none
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .bottom-box .actions-toolbar>a.action {
        position: static;
        float: left;
        margin-right: 12px;
        color: #999
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .bottom-box .actions-toolbar>a.action:before {
        width: 14px;
        height: 14px;
        font-size: 12px;
        line-height: 12px
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .bottom-box .actions-toolbar>a.action>span {
        position: static;
        font-size: 12px;
        line-height: 12px
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .bottom-box .actions-toolbar>a.action.action-towishlist {
        display: none
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .bottom-box .actions-toolbar>a.action.action-delete {
        position: absolute;
        top: 0;
        right: 0;
        color: #50a4cf
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .bottom-box .actions-toolbar>a.action.action-delete i.fa {
        font-size: 18px
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .bottom-box .actions-toolbar>a.action.action-delete::before {
        display: none
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .bottom-box .qty-box {
        max-width: 100px;
        background-color: #F4F4F4;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .bottom-box .qty-box .minus,
    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .bottom-box .qty-box .plus {
        width: 30%;
        max-width: 25px;
        height: 28px;
        line-height: 28px;
        text-align: center
    }

    .form-cart #shopping-cart-table tbody .item-info td.info-wrapper .bottom-box .qty-box>input {
        padding: 0;
        width: 40%;
        display: block;
        border: none;
        background-color: #F4F4F4;
        text-align: center;
        height: 28px;
        line-height: 28px
    }

    .form-cart #shopping-cart-table tbody .item-info.gift-item .item-photo .product-image-container {
        width: 100%;
        height: auto
    }

    .form-cart #shopping-cart-table tbody .item-info .bundle-item {
        margin: 15px 0
    }

    .form-cart #shopping-cart-table tbody .item-info .bundle-item .item {
        margin-bottom: 7px;
        display: flex;
        display: -webkit-flex
    }

    .form-cart #shopping-cart-table tbody .item-info .bundle-item img.photo.image {
        vertical-align: top;
        width: 55px;
        height: 55px;
        flex-grow: 0
    }

    .form-cart #shopping-cart-table tbody .item-info .bundle-item .view-item-detail-box {
        display: inline-block;
        margin-left: 7px
    }

    .form-cart #shopping-cart-table tbody .item-info .bundle-item .view-item-detail-box .detail-list {
        padding-top: 0 !important
    }

    .gift-wrapper {
        padding: 20px 8px 20px 8px
    }

    .gift-wrapper .gift-header .title .large {
        font-size: 18px;
        line-height: 30px
    }

    .gift-wrapper .gift-header .title .small {
        font-size: 14px;
        line-height: 30px
    }

    .gift-wrapper .gift-list .item {
        padding: 5px
    }

    .gift-wrapper .gift-list .item .gift-name {
        box-sizing: border-box;
        padding-top: 7px;
        font-size: 12px;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .gift-wrapper .gift-list .item .gift-action button {
        font-size: 13px
    }

    .gift-wrapper .gift-list .gift-price {
        margin: 10px 0
    }

    .gift-wrapper .gift-list .owl-nav {
        display: none
    }

    .cart-container .prime-box {
        line-height: 20px;
        padding: 5px 35px 5px 45px;
        color: #444;
        font-size: 15px;
        position: relative;
        margin-top: 7px
    }

    .cart-container .prime-box.active {
        background-color: #f4f4f4
    }

    .cart-container .prime-box input[type=checkbox] {
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png) -490px -150px;
        display: inline-block;
        vertical-align: bottom;
        position: absolute;
        left: 15px;
        top: 8px
    }

    .cart-container .prime-box input[type=checkbox]:checked {
        background-position-x: -450px
    }

    .cart-container .prime-box .part1 {
        color: #222;
        vertical-align: top
    }

    .cart-container .prime-box .part2 {
        display: block;
        color: green;
        font-weight: bold
    }

    .cart-container .prime-box .fa-question-circle {
        position: absolute;
        right: 10px;
        top: 6px;
        padding: 5px
    }

    .cart-container .prime-box .fa-question-circle .prime-short-description {
        display: none
    }

    .cart-container #special-offer-container {
        text-align: center
    }

    .cart-container #special-offer-container .title {
        margin: 20px auto;
        font-size: 18px;
        height: 18px;
        color: #000
    }

    .cart-container #special-offer-container .list {
        position: relative;
        padding: 0 40px
    }

    .cart-container #special-offer-container .list .item {
        border: solid 1px #ddd
    }

    .cart-container #special-offer-container .list .item .name {
        color: #444;
        font-size: 11px;
        display: block;
        height: 35px;
        line-height: 16px;
        overflow: hidden
    }

    .cart-container #special-offer-container .list .item .price-box {
        height: 35px;
        line-height: 35px
    }

    .cart-container #special-offer-container .list .item .price-box .special-price span.price {
        font-size: 12px;
        color: #000
    }

    .cart-container #special-offer-container .list .item .price-box .old-price span.price {
        font-size: 10px;
        color: #999;
        text-decoration: line-through
    }

    .cart-container #special-offer-container .list .item .action {
        margin-bottom: 10px;
        display: inline-block;
        background-color: #222;
        color: #fff;
        font-size: 12px;
        padding: 0 10px;
        border-radius: 5px;
        height: 22px;
        line-height: 22px
    }

    .cart-container #special-offer-container .list .item .action.disabled {
        background-color: #ccc
    }

    .cart-container #special-offer-container .list .owl-nav .owl-prev,
    .cart-container #special-offer-container .list .owl-nav .owl-next {
        position: absolute;
        top: 100px;
        margin: 0 15px
    }

    .cart-container #special-offer-container .list .owl-nav .owl-prev {
        left: 0
    }

    .cart-container #special-offer-container .list .owl-nav .owl-next {
        right: 0
    }

    .cart-container .cart-discount {
        background-color: #f4f4f4;
        margin-bottom: 20px;
        border: none
    }

    .cart-container .cart-discount .block>.title {
        border-top: none
    }

    .cart-container .cart-discount .block .field {
        display: inline-block;
        margin-bottom: 0;
        width: 70%
    }

    .cart-container .cart-discount .block.discount {
        width: 100%
    }

    .cart-container .cart-discount .block.discount .content {
        padding: 0
    }

    .cart-container .cart-discount .block.discount .message {
        clear: both;
        margin: 10px 0 0 0
    }

    .cart-container .cart-discount .block.discount form#discount-coupon-form {
        position: relative
    }

    .cart-container .cart-discount .block.discount form#discount-coupon-form .coupon {
        margin-bottom: 0
    }

    .cart-container .cart-discount .block.discount form#discount-coupon-form .coupon label.label {
        margin-bottom: 10px
    }

    .cart-container .cart-discount .block.discount form#discount-coupon-form .coupon input[name=coupon_code] {
        height: 35px;
        font-size: 12px
    }

    .cart-container .cart-discount .block.discount form#discount-coupon-form .coupon input[name=coupon_code]::-webkit-input-placeholder {
        color: #ccc
    }

    .cart-container .cart-discount .block.discount form#discount-coupon-form .coupon .field label.label {
        margin-right: 0
    }

    .cart-container .cart-discount .block.discount form#discount-coupon-form .coupon .field label.label span {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 300;
        color: #636363
    }

    .cart-container .cart-discount .block.discount form#discount-coupon-form .coupon .actions-toolbar {
        vertical-align: top;
        display: inline-block;
        margin-top: 0
    }

    .cart-container .cart-discount .block.discount form#discount-coupon-form .coupon .actions-toolbar .action.primary {
        height: 35px;
        box-shadow: none;
        color: #FFF;
        background-color: #333;
        border: none;
        font-weight: normal;
        text-transform: uppercase
    }

    .cart-container .cart-discount .payment-option {
        padding: 0 15px
    }

    .cart-container .cart-discount .payment-option .payment-option-title {
        display: block;
        padding: 10px 0
    }

    .cart-container .cart-discount .payment-option .payment-option-title .action-toggle {
        font-weight: 500 !important
    }

    .cart-container .cart-discount .payment-option .payment-option-title .action-toggle::after {
        right: 5px
    }

    .cart-container .cart-discount .payment-option .payment-option-content {
        padding-bottom: 20px
    }

    .cart-container .cart-discount .payment-option .payment-option-content .actions-toolbar {
        display: flex;
        display: -webkit-flex;
        width: 100%
    }

    .cart-container .cart-discount .payment-option .payment-option-content .actions-toolbar .action {
        background-color: #444;
        color: #fff;
        border: none;
        outline: none;
        box-shadow: none;
        height: 32px;
        line-height: 32px;
        padding: 0;
        margin-bottom: 0
    }

    .cart-container .cart-discount .payment-option .payment-option-content #discount-giftcard-form .fieldset.coupon {
        margin-bottom: 0;
        display: flex;
        display: -webkit-flex
    }

    .cart-container .cart-discount .payment-option .payment-option-content #discount-giftcard-form .fieldset.coupon .field {
        width: 65%
    }

    .cart-container .cart-discount .payment-option .payment-option-content #discount-giftcard-form .fieldset.coupon .actions-toolbar {
        width: 35%
    }

    .cart-container .cart-discount .payment-option .payment-option-content #discount-giftcard-form .fieldset.coupon .actions-toolbar .primary {
        width: 100%
    }

    .cart-container .cart-discount .payment-option .payment-option-content #reward-points-form .actions-toolbar .label,
    .cart-container .cart-discount .payment-option .payment-option-content #store-credit-form .actions-toolbar .label {
        width: 65%
    }

    .cart-container .cart-discount .payment-option .payment-option-content #reward-points-form .actions-toolbar .primary,
    .cart-container .cart-discount .payment-option .payment-option-content #store-credit-form .actions-toolbar .primary {
        width: 35%
    }

    .cart-container .cart-discount #block-discount .payment-option-title {
        margin: 0;
        position: relative;
        width: 100%;
        display: block
    }

    .cart-container .cart-discount #block-discount .payment-option-title #block-discount-heading {
        font-weight: 500 !important;
        padding: 0
    }

    .cart-container .cart-discount #block-discount .payment-option-content #discount-form::after {
        display: block;
        content: '';
        clear: both
    }

    .cart-container .cart-discount #block-rwd-discount .title #block-rwd-discount-heading {
        font-weight: 500
    }

    .cart-container .cart-discount #block-gift-card-discount .title {
        padding: 10px 25px 10px 0
    }

    .cart-container .cart-discount #block-gift-card-discount .title #gift-card-block-discount-heading {
        font-weight: 500
    }

    .cart-container .cart-discount #block-gift-card-discount .content .giftcard-messages {
        margin-top: 0
    }

    .cart-container .cart-discount #block-gift-card-discount .content .gift-card-apply #discount-giftcard-form .fieldset {
        display: block;
        margin-bottom: 0
    }

    .cart-container .cart-discount #block-gift-card-discount .content .gift-card-apply #discount-giftcard-form .fieldset .field {
        display: block;
        width: 65%;
        float: left
    }

    .cart-container .cart-discount #block-gift-card-discount .content .gift-card-apply #discount-giftcard-form .fieldset .actions-toolbar {
        display: block;
        width: 35%;
        float: right
    }

    .cart-container .cart-discount #block-gift-card-discount .content .gift-card-apply #discount-giftcard-form .fieldset .actions-toolbar .primary {
        width: 100%
    }

    .cart-container .cart-discount #block-gift-card-discount .content .gift-card-apply #discount-giftcard-form .fieldset::after {
        clear: both;
        content: '';
        display: block
    }

    .cart-container .cart-discount #block-gift-card-discount .content .gift-card-apply .gift-card-used {
        padding: 0 0 0 20px
    }

    .cart-container .cart-discount #block-gift-card-discount .content .gift-card-apply .gift-card-used .gift-card-used-item {
        color: #ff373c
    }

    .cart-container .cart-discount #block-gift-card-discount .content .gift-card-apply .gift-card-used .gift-card-used-item .gift-card-remove-icon {
        padding-left: 10px
    }

    .cart-container .cart-sidebar #block-shipping {
        padding: 10px;
        background-color: #f4f4f4;
        border: 1px solid #ccc;
        margin-bottom: 20px
    }

    .cart-container .cart-sidebar #block-shipping .item-options {
        border: 1px solid #ccc;
        background-color: #ececec;
        padding: 7px;
        font-size: 12px;
        color: #636363
    }

    .cart-container .cart-sidebar #block-shipping .title strong {
        font-size: 12px;
        color: #636363;
        text-transform: uppercase
    }

    .cart-container .cart-sidebar #block-shipping .deliver {
        font-size: 12px;
        color: #000000;
        margin-top: -20px
    }

    .cart-container .cart-sidebar .checkout-methods-items .checkout-cart-shortcut-buttons .paypal-checkout-button span.title {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 16px
    }

    .cart-container .cart-sidebar .checkout-methods-items .checkout-cart-methods-onepage-bottom .primary.checkout span {
        font-size: 16px;
        font-weight: 500
    }

    .cart-container .cart-sidebar .checkout-methods-items .checkout-cart-methods-multishipping {
        display: none
    }

    .cart-container .cart-summary #block-shipping .title #block-shipping-heading {
        line-height: 70px;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 500
    }

    .cart-container .cart-summary #block-shipping #block-summary {
        padding: 0
    }

    .cart-container .cart-summary #block-shipping #block-summary #shipping-zip-form {
        padding: 0 15px 0
    }

    .cart-container .cart-summary #block-shipping #block-summary #shipping-zip-form>fieldset {
        margin: 0
    }

    .cart-container .cart-summary #block-shipping #block-summary #shipping-zip-form>fieldset .field .label {
        width: 55px;
        box-sizing: content-box;
        align-self: center;
        padding: 0 12px 0 0
    }

    .cart-container .cart-summary #block-shipping #block-summary #shipping-zip-form>fieldset .field .control {
        width: 100%
    }

    .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form .limit-tip {
        margin: 0 15px 15px 15px;
        line-height: 18px
    }

    .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form dl.methods dd.item-options .label {
        position: relative;
        padding-right: 110px;
        margin-left: 30px
    }

    .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form dl.methods dd.item-options .label>span.price {
        position: absolute;
        right: 0;
        top: 0
    }

    .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form dl.methods dd.item-options .label .shipping-amount {
        text-align: right;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 110px
    }

    .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form dl.methods dd.item-options .label .shipping-amount .zero {
        font-size: 14px;
        font-weight: 600;
        display: none;
        color: #000
    }

    .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form dl.methods dd.item-options .label .shipping-amount>.price {
        padding-left: 5px;
        display: inline-block
    }

    .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form dl.methods dd.item-options .label .shipping-amount>.price>.price {
        font-size: 14px;
        font-weight: 600
    }

    .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form dl.methods dd.item-options .label.free-shipping .shipping-amount .zero {
        display: inline-block
    }

    .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form dl.methods dd.item-options .label.free-shipping .shipping-amount>.price {
        text-decoration: line-through
    }

    .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form dl.methods dd.item-options .label.free-shipping .shipping-amount>.price>.price {
        font-size: 12px;
        font-weight: 500
    }

    .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form dl.methods dd.item-options:first-child .recommend {
        display: block
    }

    .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form dl.methods dd.item-options .recommend {
        display: none;
        border-radius: 5px;
        font-size: 10px;
        padding: 0;
        width: 70px;
        line-height: 20px;
        margin-top: 10px
    }

    .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form dl.methods dd.item-options .label .zero {
        padding-left: 5px
    }

    .cart-container .cart-summary #block-shipping .tariff-insurance .title {
        padding-left: 45px;
        font-size: 18px;
        color: #000;
        line-height: 60px;
        position: relative;
        margin-bottom: 0;
        margin-top: -15px
    }

    .cart-container .cart-summary #block-shipping .tariff-insurance .title .fa {
        display: block;
        position: absolute;
        top: 22px;
        left: 220px
    }

    .cart-container .cart-summary #block-shipping .tariff-insurance .title .fa .pop {
        display: none
    }

    .cart-container .cart-summary #block-shipping .tariff-insurance .tariff-insurance-option {
        display: flex;
        line-height: 24px;
        font-size: 16px;
        padding: 15px 15px 15px 0
    }

    .cart-container .cart-summary #block-shipping .tariff-insurance .tariff-insurance-option.active {
        background-color: #f4f4f4
    }

    .cart-container .cart-summary #block-shipping .tariff-insurance .tariff-insurance-option input {
        width: 12.5%;
        margin: 5px 0;
        flex-grow: 0
    }

    .cart-container .cart-summary #block-shipping .tariff-insurance .tariff-insurance-option>span {
        flex-grow: 0;
        display: block;
        width: 87.5%
    }

    .cart-container .cart-summary #block-shipping .tariff-insurance .tariff-insurance-option:last-child {
        margin-bottom: -10px
    }

    .cart-container .cart-summary .checkout-methods-items {
        flex-direction: column;
        margin-bottom: 30px
    }

    .cart-container .cart-summary .checkout-methods-items li.item.onestep {
        display: none
    }

    .cart-container .cart-summary .checkout-methods-items li.item.onestep .action.primary.checkout .fa {
        padding-right: 8px
    }

    .cart-container .cart-summary .checkout-methods-items.free-payment li.item.onestep {
        display: list-item
    }

    .cart-container .cart-summary .checkout-methods-items.free-payment li.item.shortcut {
        display: none
    }

    .cart-container .cart-summary .checkout-methods-items li.item {
        flex-direction: column;
        margin: 0
    }

    .cart-container .cart-summary .checkout-methods-items li.item button {
        display: block;
        padding: 0 !important;
        width: 100%;
        height: 44px;
        line-height: 42px
    }

    .cart-container .cart-summary .checkout-methods-items li.item .paypal-default>button {
        text-align: center;
        border: 1px solid #4183bc;
        background-color: white
    }

    .cart-container .cart-summary .checkout-methods-items li.item .paypal-default>button .label {
        display: inline-block;
        vertical-align: top;
        pointer-events: none;
        text-transform: uppercase;
        height: 42px;
        margin-right: 10px;
        font-size: 16px;
        font-weight: 500;
        color: #444
    }

    .cart-container .cart-summary .checkout-methods-items li.item .paypal-default>button .icon {
        display: inline-block;
        pointer-events: none;
        background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png) -110px -350px;
        width: 100px;
        height: 42px
    }

    .cart-container .cart-summary .checkout-methods-items li.item .paypal-credit>button {
        border: 1px solid #023184;
        background-color: white
    }

    .cart-container .cart-summary .checkout-methods-items li.item .paypal-credit>button .icon-wrapper {
        pointer-events: none;
        width: 55px;
        display: block;
        float: left;
        background-color: #fff
    }

    .cart-container .cart-summary .checkout-methods-items li.item .paypal-credit>button .icon-wrapper .icon {
        pointer-events: none;
        background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png) -5px -218px;
        display: block;
        margin: 0 auto;
        width: 30px;
        height: 42px
    }

    .cart-container .cart-summary .checkout-methods-items li.item .paypal-credit>button .label {
        pointer-events: none;
        display: block;
        background-color: #023184;
        color: white;
        font-size: 18px;
        height: 42px;
        font-style: italic
    }

    .cart-container .cart-summary .checkout-methods-items li.item .paypal-express-credit>button {
        border: none;
        background-color: #ffa800;
        color: #fff;
        font-size: 18px;
        font-weight: 500
    }

    .cart-container .cart-summary .checkout-methods-items li.item .paypal-express-credit span {
        pointer-events: none
    }

    .cart-container .cart-summary .checkout-methods-items li.item .paypal-express-credit .icon {
        box-sizing: content-box;
        padding-right: 5px;
        position: relative;
        top: 1px;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-m.png) -130px -118px;
        background-size: 480px 480px
    }

    .cart-container .cart-summary .checkout-methods-items .paypal+.paypal {
        margin: 0
    }

    .cart-container .cart-summary .checkout-methods-items .paypal+.paypal:before {
        display: block;
        padding: 10px;
        content: 'OR'
    }

    .cart-container .cart-summary .secure-wrapper {
        padding: 15px
    }

    .cart-container .cart-summary .secure-wrapper .secure-list>dd.item {
        flex: 1;
        text-align: center
    }

    .cart-container .cart-summary .secure-wrapper .secure-list>dd.item:first-child {
        font-size: 10px;
        text-align: left
    }

    .cart-container .cart-summary .secure-wrapper .secure-list>dd.item:first-child .top {
        display: flex;
        align-items: center
    }

    .cart-container .cart-summary .secure-wrapper .secure-list>dd.item:first-child .top .icon-shield {
        background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png) -163px 0px;
        display: inline-block;
        width: 15px;
        height: 20px;
        margin-right: 5px
    }

    .cart-container .cart-summary .secure-wrapper .secure-list>dd.item:first-child .top>span {
        flex: 1
    }

    .cart-container .cart-summary .secure-wrapper .secure-list>dd.item.icons {
        display: flex
    }

    .cart-container .cart-summary .secure-wrapper .secure-list>dd.item.icons>span {
        margin-left: 10px
    }

    .cart-container .cart-summary .secure-wrapper .secure-list>dd.item.icons>span.icons-google {
        background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png) -195px -170px;
        background-size: 480px 480px;
        width: 72px
    }

    .cart-container .cart-summary .secure-wrapper .secure-list>dd.item.icons>span.icons-norton {
        background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png) -270px -170px;
        background-size: 480px 480px;
        width: 44px
    }

    .cart-container .cart-summary .answer-wrapper {
        padding: 15px
    }

    .cart-container .cart-summary .answer-wrapper .title {
        height: 44px;
        line-height: 44px;
        background-color: #444444;
        color: white;
        text-align: center;
        font-size: 15px
    }

    .cart-container .cart-summary .answer-wrapper .content dl.answer-list>dd {
        padding: 15px
    }

    .cart-container .cart-summary .answer-wrapper .content dl.answer-list>dd.grayness {
        background-color: #F4F4F4
    }

    .cart-container .cart-summary .answer-wrapper .content dl.answer-list>dd .question {
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        padding: 10px 0
    }

    .cart-container .cart-summary .answer-wrapper .content dl.answer-list>dd .answer {
        line-height: 25px
    }

    .cart-container .cart-totals {
        background-color: #f4f4f4;
        border: 1px solid #ccc;
        border-bottom: none;
        padding: 10px
    }

    .cart-container .cart-totals .totals.grand>* {
        border-bottom: 1px solid #ccc;
        padding: 10px 0
    }

    .cart-container .cart-totals .totals.grand .amount {
        border-top: 1px solid #ccc;
        font-size: 18px;
        font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
        font-weight: 400
    }

    .cart-container .cart-totals .totals .mark {
        font-size: 12px;
        font-weight: 400;
        text-align: right;
        color: #636363;
        text-transform: uppercase;
        font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif
    }

    .cart-container .cart-totals .totals .mark strong {
        font-size: 18px;
        color: #636363;
        text-transform: uppercase
    }

    .cart-container .cart-totals .table-wrapper table>tbody tr {
        line-height: 10px
    }

    .cart-container .cart-totals .table-wrapper table>tbody tr td {
        font-size: 12px;
        color: #636363
    }

    .checkout-cart-index .page-title-wrapper {
        border-bottom: 1px solid #ddd
    }

    .checkout-cart-index .page-title-wrapper h1.page-title {
        text-align: center;
        line-height: 20px;
        padding: 15px 0 8px 0;
        font-weight: 500
    }

    .checkout-cart-index .page-title-wrapper .page-title-after {
        color: #ff373c;
        font-size: 11px;
        text-align: center;
        line-height: 14px;
        display: block;
        margin: 0 15px 15px 15px
    }

    .checkout-cart-index .columns .column.main {
        padding-bottom: 0px
    }

    .checkout-cart-index .cart-totals-wrapper {
        flex-direction: column
    }

    .checkout-cart-index .cart-totals-wrapper .cart-totals .totals {
        padding: 4px 0;
        line-height: 18px
    }

    .checkout-cart-index .cart-totals-wrapper .cart-totals .totals th {
        width: 70%
    }

    .checkout-cart-index .cart-totals-wrapper .cart-totals .totals td {
        width: 30%
    }

    .checkout-cart-index .cart-totals-wrapper .cart-totals .totals.tariff .tariff-tip {
        display: none
    }

    .checkout-cart-index .cart-totals-wrapper .cart-totals .totals.grand .mark,
    .checkout-cart-index .cart-totals-wrapper .cart-totals .totals.grand .amount {
        border-top: none
    }

    .checkout-cart-index .other-payment-methods,
    .checkout-cart-index .support-payments {
        text-align: center;
        padding: 0px 0 0 0;
        margin-top: 5px
    }

    .checkout-cart-index .other-payment-methods span.label,
    .checkout-cart-index .support-payments span.label {
        display: none
    }

    .checkout-cart-index .other-payment-methods img,
    .checkout-cart-index .support-payments img {
        width: 100%;
        margin-top: 10px
    }

    .checkout-cart-index .page-footer .links .contact a {
        padding: 0
    }

    .checkout-cart-index .page-footer .recently-viewed .block-products-tiled-list .owl-stage-outer .product-image-container .product-image-photo {
        width: 100%;
        position: relative
    }

    .checkout-cart-index .copyright {
        margin-top: 0
    }

    .checkout-cart-index .modal-popup.item-detail-image .modal-inner-wrap {
        max-width: 330px;
        width: 98%
    }

    .checkout-cart-index .modal-popup.item-detail-image .modal-inner-wrap .modal-header {
        position: relative;
        z-index: 10;
        padding: 0
    }

    .checkout-cart-index .modal-popup.item-detail-image .modal-inner-wrap .modal-header .action-close {
        padding: 12px;
        outline: none;
        box-shadow: none
    }

    .checkout-cart-index .modal-popup.item-detail-image .modal-inner-wrap .modal-content {
        padding: 10px
    }

    .checkout-cart-index .modal-popup.item-detail-image .modal-inner-wrap .modal-content .item-photo-detail {
        line-height: 0
    }

    .checkout-cart-index .modal-popup.prime-short-description-popup .modal-inner-wrap {
        width: 80%
    }

    .cart-empty {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
        margin-bottom: 15px
    }

    .cart-empty .main-title {
        font-size: 20px;
        padding: 30px;
        text-align: center
    }

    .cart-empty .to-shopping {
        display: inline-block;
        width: 220px;
        background-color: #ffc24c;
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        text-align: center;
        padding: 5px 10px;
        margin-bottom: 20px
    }

    .cart-empty .to-wishlist a {
        text-decoration: underline
    }

    .cart-empty .cart-empty-title {
        text-align: center;
        font-size: 17px;
        color: #636363;
        margin: 0px
    }

    .cart-empty p a.cart-empty-continue {
        display: inline-block;
        background: #000000;
        padding: 7px;
        border-radius: 5px;
        color: #ffffff;
        font-size: 17px;
        margin-top: 10px
    }

    .cart-empty .cart-empty-click {
        display: none
    }

    #block-payment .title {
        text-align: left
    }

    #block-payment .title #block-payment-heading {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 500;
        line-height: 70px
    }

    #block-payment .title #block-payment-heading::before {
        display: inline-block;
        content: '2';
        background-color: #444;
        color: #fff;
        border-radius: 50px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin: 0 10px
    }

    #block-payment .content ul {
        list-style-type: none;
        padding-left: 0
    }

    #block-payment .content ul li.method {
        position: relative;
        margin: 0
    }

    #block-payment .content ul li.method input.radio {
        width: 13px;
        height: 13px;
        margin: 3px 16px
    }

    #block-payment .content ul li.method .label {
        line-height: 55px;
        height: 55px;
        display: block;
        padding-right: 15px
    }

    #block-payment .content ul li.method .label span {
        float: right
    }

    #block-payment .content ul li.method .label img {
        position: absolute;
        left: 45px;
        top: 15px;
        height: 25px
    }

    #block-payment .content ul li.method.active {
        display: block;
        background-color: #f4f4f4
    }

    #block-payment .content ul li.method.cryozonic_stripe img,
    #block-payment .content ul li.method.paypal_express_credit img {
        top: 7px;
        height: 40px
    }

    #co-shipping-method-form .fieldset .item-title {
        margin-top: 15px;
        display: block
    }

    #co-shipping-method-form .fieldset .item-title span {
        color: #636363
    }

    #co-shipping-method-form .fieldset .item-options .field .choice {
        font-size: 12px;
        color: #636363
    }

    .catalogsearch-result-index .page-title-wrapper .page-title {
        padding-bottom: 15px
    }

    #cart-totals {
        padding: 0px;
        border: 0px
    }

    #cart-totals .table-wrapper {
        background: #fff;
        border-top: 0;
        padding: 15px 5px
    }

    #cart-totals::after,
    #cart-totals::before,
    .support-payments::after,
    .review-cart::after {
        content: "";
        height: 7px;
        background: #f4f4f4;
        display: block;
        position: relative;
        left: -5px;
        width: calc(100% + 10px)
    }

    .review-cart::after {
        width: calc(100% + 5px)
    }

    .cart-container .cart-totals .totals.table .mark {
        text-align: left;
        border: 0;
        text-transform: capitalize;
        font-size: 14px;
        color: #333;
        font-family: helvetica neue, Verdana, Arial, sans-serif
    }

    .cart-container .cart-totals .totals.table .mark strong {
        font-size: 16px;
        color: #333;
        text-transform: capitalize
    }

    .cart-container .cart-totals .totals .amount {
        font-size: 14px;
        color: #666
    }

    .cart-container .cart-totals .totals strong {
        font-weight: 500;
        color: #333;
        font-family: helvetica neue, Verdana, Arial, sans-serif
    }

    .cart-container .cart-totals .totals.grand .amount {
        border: 0
    }

    .cart-container .cart-totals .totals.discount .amount .price {
        color: #E62C39
    }

    ul.checkout.methods.items.checkout-methods-items.checkout-methods-items-default {
        background-color: #FFF;
        border: none
    }

    .why-choose-us-pc-container .title {
        margin-top: 5px
    }

    .checkout-cart-index .cart-sidebar .container-discounts {
        margin-bottom: 20px
    }

    .checkout-cart-index .cart-totals-wrapper .cart-totals-after {
        padding: 0 15px;
        margin-bottom: 20px
    }

    .checkout-cart-index .cart-totals-wrapper .cart-totals-after label {
        color: #777;
        display: block;
        text-align: right
    }

    .checkout-cart-index .cart-totals-wrapper .cart-totals-after label strong {
        font-weight: 500;
        display: inline-block;
        border-bottom: dashed 1px #444
    }

    .checkout-cart-index .cart-totals-wrapper .cart-totals-after .content {
        display: none;
        font-size: 12px;
        margin-top: 15px
    }

    .checkout-cart-index .cart-totals-wrapper .cart-totals-after .value {
        color: #ff373c
    }

    .checkout-cart-index .cart-totals-wrapper .cart-totals-after._active .content {
        display: block
    }

    .checkout-cart-index .checkout-methods-items {
        background-color: #f4f4f4;
        border: 1px solid #ccc;
        border-top: none;
        padding: 10px
    }

    .checkout-cart-index .checkout-methods-items .item.checkout-cart-shortcut-buttons {
        display: flex;
        flex-direction: column-reverse
    }

    .checkout-cart-index .checkout-methods-items .item.checkout-cart-shortcut-buttons .paypal.checkout:not(:first-child)[data-label="or"]:after {
        display: none;
        content: "-OR-";
        text-align: center;
        line-height: 34px
    }

    .checkout-cart-index .checkout-methods-items .item.checkout-cart-shortcut-buttons .paypal.checkout .paypal-checkout-button {
        background: #fff;
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #337ab7;
        box-shadow: none
    }

    .checkout-cart-index .checkout-methods-items .item.checkout-cart-shortcut-buttons .paypal.checkout .paypal-checkout-button img {
        margin: 0 0 0 10px
    }

    .checkout-cart-index .checkout-methods-items .item.checkout-cart-shortcut-buttons .paypal.checkout .paypal-checkout-button[data-alias="product.info.addtocart.paypal.credit"] {
        background: #ffab0b;
        border: none;
        color: #fff
    }

    .checkout-cart-index .checkout-methods-items .item.checkout-cart-shortcut-buttons div.product-info-addtocart-paypal-credit {
        display: none
    }

    .checkout-cart-index .checkout-methods-items .item.checkout-cart-shortcut-buttons div.product-info-addtocart-paypal::after {
        display: none
    }

    .checkout-cart-index .fixed-methods-to-bottom {
        border: 0;
        background: #fff;
        width: 100%;
        bottom: 0;
        padding-bottom: 0;
        position: fixed;
        z-index: 1;
        left: 0
    }

    .checkout-cart-index .fixed-methods-to-bottom[disabled] {
        opacity: 1
    }

    .checkout-cart-index .fixed-methods-to-bottom>span {
        font-size: 20px
    }

    .checkout-cart-index .fixed-methods-to-bottom .paypal.checkout:not(:first-child)[data-label="or"] {
        background: #f4f4f4
    }

    .checkout-cart-index .fixed-methods-to-bottom .paypal.checkout:not(:first-child)[data-label="or"]:after {
        line-height: 20px !important
    }

    .checkout-cart-index .fixed-methods-to-bottom li {
        margin-bottom: 0px
    }

    .checkout-cart-index .fixed-methods-to-bottom li.accept {
        background-image: linear-gradient(#f4f4f4 0%, #f4f4f4 90%, #fff 10%, #fff 100%)
    }

    .checkout-cart-index .cart-top {
        border-bottom: 1px solid #ccc;
        text-align: center
    }

    .checkout-cart-index .cart-top ul.checkout-methods-items {
        display: none
    }

    .checkout-cart-index .cart-top div.page-title {
        float: none;
        font-size: 17px
    }

    .checkout-cart-index .cart-top div.page-title .page-title {
        font-size: 1.8rem;
        margin-top: 1rem;
        margin-bottom: 1.2rem;
        color: #636363
    }

    .checkout-cart-index .cart-top ul.checkout-methods-items {
        margin-top: 0px;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #ccc;
        float: none;
        text-align: center;
        padding: 0px
    }

    .checkout-cart-index .cart-top ul.checkout-methods-items div[data-alias="product.info.addtocart.paypal"] {
        width: 100%
    }

    .checkout-cart-index .cart-top ul.checkout-methods-items .paypal.checkout {
        width: 100%;
        display: block
    }

    .checkout-cart-index .cart-top ul.checkout-methods-items button.paypal-checkout-button {
        height: 60px
    }

    .steps-action-wrapper * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .steps-action-wrapper .steps-action-group {
        position: fixed;
        bottom: 0;
        margin: 0 -15px;
        width: 100%;
        z-index: 100;
        padding: 10px;
        background-color: #fff;
        box-shadow: 0 0 0 -5px rgba(0, 0, 0, 0.3) inset, 0 5px 20px 5px rgba(0, 0, 0, 0.3)
    }

    .steps-action-wrapper .steps-action-group .action-list {
        margin: 0;
        display: flex;
        text-align: center;
        flex-wrap: wrap;
        height: 40px;
        overflow: hidden
    }

    .steps-action-wrapper .steps-action-group .action-list dd {
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin: 0;
        display: none
    }

    .steps-action-wrapper .steps-action-group .action-list dd span.action {
        flex: 1;
        background-color: #ffa800;
        font-size: 16px;
        font-weight: 500
    }

    .steps-action-wrapper .steps-action-group .action-list dd span.action.prev {
        background-color: #F2F2F2
    }

    .steps-action-wrapper .steps-action-group .action-list dd span.action.next {
        color: #fff
    }

    .steps-action-wrapper .steps-action-group .action-list dd span.action.qty-box {
        display: flex;
        background-color: #fff;
        border-top: 1px solid #ffa800;
        border-bottom: 1px solid #ffa800
    }

    .steps-action-wrapper .steps-action-group .action-list dd span.action.qty-box>div {
        flex: 1;
        color: #ffa800;
        border-left: 1px solid #ffa800;
        border-right: 1px solid #ffa800
    }

    .steps-action-wrapper .steps-action-group .action-list dd span.action.qty-box input.number {
        flex: 2;
        border: none;
        height: 100%;
        text-align: center;
        font-size: 22px;
        font-weight: 600
    }

    .steps-action-wrapper .steps-action-group .action-list dd.box-tocart #checkout-paypal {
        flex: inherit;
        flex-grow: 0;
        width: 125px;
        color: #444444;
        background-color: #F2F2F2
    }

    .steps-action-wrapper .steps-action-group .action-list dd.box-tocart #add2cart {
        flex: inherit;
        flex-grow: 1;
        background-color: #ff9600
    }

    .steps-action-wrapper .steps-action-group .action-list dd.box-tocart #add2cart.adding {
        background-color: #FFD480
    }

    .steps-action-wrapper .steps-action-group .action-list dd.box-tocart #add2cart span {
        vertical-align: top
    }

    .steps-action-wrapper .steps-action-group .action-list dd.box-tocart #add2cart::before {
        display: inline-block;
        background-image: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/add-to-cart-60x60.png);
        background-size: 25px 25px;
        width: 25px;
        height: 25px;
        margin-right: 5px;
        vertical-align: sub
    }

    .steps-action-wrapper .steps-action-group .action-list dd .action+.action {
        margin-left: 10px
    }

    .steps-action-wrapper .steps-action-group .action-list dd.active {
        display: flex
    }

    .steps-action-wrapper .steps-action-group .options-wrapper {
        display: none
    }

    .steps-action-wrapper .steps-action-group .options-wrapper .option-item {
        margin-bottom: 10px
    }

    .steps-action-wrapper .steps-action-group .options-wrapper .option-item .title {
        color: #000;
        padding: 5px
    }

    .steps-action-wrapper .steps-action-group .options-wrapper .option-item .title:before {
        content: '*';
        color: #e02b27;
        font-size: 1.2rem;
        margin: 0 5px 0 0
    }

    .steps-action-wrapper .steps-action-group .options-wrapper .option-item .title .error {
        margin-left: 10px;
        font-size: 12px;
        color: #ff373c
    }

    .steps-action-wrapper .steps-action-group .options-wrapper .option-item .size-list {
        margin: 0;
        display: flex;
        flex-wrap: wrap
    }

    .steps-action-wrapper .steps-action-group .options-wrapper .option-item .size-list .size-item {
        margin: 5px;
        padding: 5px 10px;
        border-radius: 15px;
        background-color: #F2F2F2;
        font-size: 12px
    }

    .steps-action-wrapper .steps-action-group .options-wrapper .option-item .size-list .size-item.active {
        color: #fff;
        background-color: #ff373c
    }

    .steps-action-wrapper .steps-action-group .options-wrapper .option-item .error {
        font-size: 12px;
        color: #ff373c
    }

    .steps-action-wrapper .steps-action-hide {
        display: none
    }

    .product-info-main .steps-hint-box,
    .steps-action-wrapper .steps-hint-box {
        background-color: #F2F2F2;
        padding-left: 15px;
        margin: 8px 0
    }

    .product-info-main .steps-hint-box .hint-list,
    .steps-action-wrapper .steps-hint-box .hint-list {
        margin: 0;
        padding: 5px;
        font-size: 12px
    }

    .product-info-main .steps-hint-box .hint-list dd,
    .steps-action-wrapper .steps-hint-box .hint-list dd {
        margin: 0;
        padding: 4px
    }

    .product-info-main .steps-hint-box .hint-list dd.active,
    .steps-action-wrapper .steps-hint-box .hint-list dd.active {
        font-weight: bold
    }

    .customize-alert-popup .modal-inner-wrap {
        width: 77%
    }

    .customize-alert-popup .modal-content {
        padding: 0 20px 20px;
        font-size: 15px
    }

    .media-tips-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px
    }

    .media-tips-wrapper .tips-item {
        flex: 1;
        text-align: center;
        padding-top: 15px
    }

    .media-tips-wrapper .tips-item span {
        text-decoration: underline
    }

    .media-tips-popup .modal-inner-wrap {
        width: 90%
    }

    .media-tips-popup .modal-inner-wrap .modal-header,
    .media-tips-popup .modal-inner-wrap .modal-content {
        padding: 0
    }

    body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: transparent
    }

    body .breadcrumbs {
        padding-left: 20px;
        margin: 20px 0;
        display: none
    }

    body .breadcrumbs ol.items {
        width: 50%
    }

    .owl-nav * {
        width: 12px;
        height: 20px;
        background-size: 576px 576px;
        background-image: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-m.png)
    }

    .owl-nav .owl-prev {
        background-position: -8px -235px;
        left: 10px
    }

    .owl-nav .owl-prev.disabled {
        display: none
    }

    .owl-nav .owl-next {
        background-position: -50px -235px;
        right: 10px
    }

    .owl-nav .owl-next.disabled {
        display: none
    }

    .owl-dots:after {
        display: block;
        content: '';
        clear: both
    }

    .owl-dots .owl-dot {
        margin: 0 10px;
        width: 5px;
        height: 5px;
        border: 1px solid #999;
        border-radius: 10px
    }

    .owl-dots .owl-dot.active {
        background-color: #444
    }

    .recently-viewed .product-items.owl-carousel {
        margin-left: 0;
        box-sizing: border-box
    }

    .recently-viewed .product-items.owl-carousel .product-item {
        padding-left: 0
    }

    .shop-now {
        width: 100px
    }

    .shop-now a {
        line-height: 1.8rem
    }

    .carousel-list .title,
    .top10 .title,
    .new-arrivals .title,
    .recently-viewed .title {
        font-weight: 500;
        color: #000;
        line-height: 4.8rem;
        font-size: 1.8rem
    }

    .carousel-list .title a,
    .top10 .title a,
    .new-arrivals .title a,
    .recently-viewed .title a {
        color: #000;
        font-size: 1.8rem
    }

    .carousel-list .product-grid,
    .top10 .product-grid,
    .new-arrivals .product-grid,
    .recently-viewed .product-grid,
    .carousel-list .product-list,
    .top10 .product-list,
    .new-arrivals .product-list,
    .recently-viewed .product-list {
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px 20px
    }

    .carousel-list .product-grid .product-item-photo,
    .top10 .product-grid .product-item-photo,
    .new-arrivals .product-grid .product-item-photo,
    .recently-viewed .product-grid .product-item-photo,
    .carousel-list .product-list .product-item-photo,
    .top10 .product-list .product-item-photo,
    .new-arrivals .product-list .product-item-photo,
    .recently-viewed .product-list .product-item-photo,
    .carousel-list .product-grid .product-image-container,
    .top10 .product-grid .product-image-container,
    .new-arrivals .product-grid .product-image-container,
    .recently-viewed .product-grid .product-image-container,
    .carousel-list .product-list .product-image-container,
    .top10 .product-list .product-image-container,
    .new-arrivals .product-list .product-image-container,
    .recently-viewed .product-list .product-image-container {
        display: block
    }

    .carousel-list .product-grid .item,
    .top10 .product-grid .item,
    .new-arrivals .product-grid .item,
    .recently-viewed .product-grid .item,
    .carousel-list .product-list .item,
    .top10 .product-list .item,
    .new-arrivals .product-list .item,
    .recently-viewed .product-list .item {
        padding: 5px
    }

    .carousel-list .product-grid .item .price-box .old-price .price-container .price-label,
    .top10 .product-grid .item .price-box .old-price .price-container .price-label,
    .new-arrivals .product-grid .item .price-box .old-price .price-container .price-label,
    .recently-viewed .product-grid .item .price-box .old-price .price-container .price-label,
    .carousel-list .product-list .item .price-box .old-price .price-container .price-label,
    .top10 .product-list .item .price-box .old-price .price-container .price-label,
    .new-arrivals .product-list .item .price-box .old-price .price-container .price-label,
    .recently-viewed .product-list .item .price-box .old-price .price-container .price-label {
        display: none
    }

    .carousel-list .product-grid .owl-stage-outer .owl-item .special-price .price,
    .top10 .product-grid .owl-stage-outer .owl-item .special-price .price,
    .new-arrivals .product-grid .owl-stage-outer .owl-item .special-price .price,
    .recently-viewed .product-grid .owl-stage-outer .owl-item .special-price .price,
    .carousel-list .product-list .owl-stage-outer .owl-item .special-price .price,
    .top10 .product-list .owl-stage-outer .owl-item .special-price .price,
    .new-arrivals .product-list .owl-stage-outer .owl-item .special-price .price,
    .recently-viewed .product-list .owl-stage-outer .owl-item .special-price .price {
        color: #fe6c93
    }

    .carousel-list .product-grid .owl-stage-outer .owl-item .price-saved-container,
    .top10 .product-grid .owl-stage-outer .owl-item .price-saved-container,
    .new-arrivals .product-grid .owl-stage-outer .owl-item .price-saved-container,
    .recently-viewed .product-grid .owl-stage-outer .owl-item .price-saved-container,
    .carousel-list .product-list .owl-stage-outer .owl-item .price-saved-container,
    .top10 .product-list .owl-stage-outer .owl-item .price-saved-container,
    .new-arrivals .product-list .owl-stage-outer .owl-item .price-saved-container,
    .recently-viewed .product-list .owl-stage-outer .owl-item .price-saved-container {
        display: inline-block
    }

    .carousel-list .product-grid .owl-stage-outer .owl-item .price-saved-container .old-price .price-label,
    .top10 .product-grid .owl-stage-outer .owl-item .price-saved-container .old-price .price-label,
    .new-arrivals .product-grid .owl-stage-outer .owl-item .price-saved-container .old-price .price-label,
    .recently-viewed .product-grid .owl-stage-outer .owl-item .price-saved-container .old-price .price-label,
    .carousel-list .product-list .owl-stage-outer .owl-item .price-saved-container .old-price .price-label,
    .top10 .product-list .owl-stage-outer .owl-item .price-saved-container .old-price .price-label,
    .new-arrivals .product-list .owl-stage-outer .owl-item .price-saved-container .old-price .price-label,
    .recently-viewed .product-list .owl-stage-outer .owl-item .price-saved-container .old-price .price-label {
        display: none
    }

    .carousel-list .product-grid .owl-stage-outer .owl-item .price-saved-container .price-saved .price-container .price-label,
    .top10 .product-grid .owl-stage-outer .owl-item .price-saved-container .price-saved .price-container .price-label,
    .new-arrivals .product-grid .owl-stage-outer .owl-item .price-saved-container .price-saved .price-container .price-label,
    .recently-viewed .product-grid .owl-stage-outer .owl-item .price-saved-container .price-saved .price-container .price-label,
    .carousel-list .product-list .owl-stage-outer .owl-item .price-saved-container .price-saved .price-container .price-label,
    .top10 .product-list .owl-stage-outer .owl-item .price-saved-container .price-saved .price-container .price-label,
    .new-arrivals .product-list .owl-stage-outer .owl-item .price-saved-container .price-saved .price-container .price-label,
    .recently-viewed .product-list .owl-stage-outer .owl-item .price-saved-container .price-saved .price-container .price-label {
        display: none
    }

    .carousel-list .product-grid .owl-stage-outer .owl-item .price-saved-container .price-saved .price-container .price-wrapper .price,
    .top10 .product-grid .owl-stage-outer .owl-item .price-saved-container .price-saved .price-container .price-wrapper .price,
    .new-arrivals .product-grid .owl-stage-outer .owl-item .price-saved-container .price-saved .price-container .price-wrapper .price,
    .recently-viewed .product-grid .owl-stage-outer .owl-item .price-saved-container .price-saved .price-container .price-wrapper .price,
    .carousel-list .product-list .owl-stage-outer .owl-item .price-saved-container .price-saved .price-container .price-wrapper .price,
    .top10 .product-list .owl-stage-outer .owl-item .price-saved-container .price-saved .price-container .price-wrapper .price,
    .new-arrivals .product-list .owl-stage-outer .owl-item .price-saved-container .price-saved .price-container .price-wrapper .price,
    .recently-viewed .product-list .owl-stage-outer .owl-item .price-saved-container .price-saved .price-container .price-wrapper .price {
        display: none
    }

    .carousel-list .shop-now,
    .top10 .shop-now,
    .new-arrivals .shop-now,
    .recently-viewed .shop-now {
        display: none
    }

    .carousel-list .item .photo,
    .top10 .item .photo,
    .new-arrivals .item .photo,
    .recently-viewed .item .photo {
        width: 100%;
        margin: 0 auto;
        height: auto;
        max-height: initial
    }

    .carousel-list .item .price,
    .top10 .item .price,
    .new-arrivals .item .price,
    .recently-viewed .item .price {
        font-size: 16px
    }

    .carousel-list .owl-dots,
    .top10 .owl-dots,
    .new-arrivals .owl-dots,
    .recently-viewed .owl-dots {
        display: none
    }

    .block-products-tiled-list .product-list {
        display: flex;
        flex-wrap: wrap;
        padding: 0
    }

    .block-products-tiled-list .product-list .item {
        margin-bottom: 40px;
        width: 50%;
        padding: 0
    }

    .block-products-tiled-list .product-list .item .item-content {
        position: relative;
        width: 98%;
        margin: auto
    }

    .ju-jewelry .title {
        line-height: 50px;
        font-size: 18px;
        color: #000
    }

    .ju-jewelry .context {
        line-height: 20px;
        font-size: 14px;
        color: #444
    }

    .ju-jewelry .link-a {
        font-size: 16px !important
    }

    .product-items .price-box {
        margin-bottom: 0
    }

    .product-items .presale-tag {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 56.8px;
        height: 19.8px;
        background-image: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/presale-tag.png);
        background-size: 56.8px 19.8px;
        z-index: 10
    }

    .product-items .hot {
        text-align: center;
        background-color: #ff373c;
        position: absolute;
        display: none;
        z-index: 10;
        border-radius: 100px;
        width: 40px;
        height: 40px;
        color: #fff
    }

    .product-items .hot .text {
        line-height: 15px;
        padding-top: 5px;
        display: block
    }

    .product-items .tag {
        text-transform: capitalize;
        box-sizing: border-box;
        text-align: center;
        position: absolute;
        z-index: 3;
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        width: 100px;
        display: inline-block;
        left: calc(50% - 50px);
        bottom: 0
    }

    .product-items .tag.final-sale>span {
        display: block;
        background-color: #fae6e1;
        color: #e23e16;
        border-radius: 5px
    }

    .product-items .tag.badge {
        position: absolute;
        left: 0;
        top: 0;
        width: 75px;
        height: 75px;
        overflow: hidden
    }

    .product-items .promo-price {
        text-align: center;
        margin-bottom: 15px
    }

    .top-bar .coupon-offer {
        background-color: #6ed1b4;
        line-height: 28px;
        text-align: center;
        color: #fff;
        font-size: 12px
    }

    #slide-down {
        position: fixed;
        left: 10px;
        bottom: 30px;
        z-index: 1000;
        cursor: pointer;
        width: 100px
    }

    .modals-wrapper .modal-popup .modal-inner-wrap .modal-content {
        padding-right: 3rem
    }

    .modals-wrapper .modal-popup .modal-inner-wrap .modal-footer {
        display: flex;
        justify-content: space-between
    }

    .modals-wrapper .modal-popup .modal-inner-wrap .modal-footer button {
        width: 46%
    }

    .top-about-brand .why_ringseason {
        margin-top: 10px
    }

    .top-about-brand .why_ringseason .row {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }

    .top-about-brand .why_ringseason .item {
        margin: 20px 0 20px 0;
        width: 50%;
        box-sizing: border-box;
        padding-left: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .top-about-brand .why_ringseason .item .icon {
        background: url('//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/about-icon.png') no-repeat;
        background-size: 136px;
        width: 32px;
        height: 32px
    }

    .top-about-brand .why_ringseason .item .label {
        flex-grow: 1;
        margin-left: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    .top-about-brand .why_ringseason .item .label .title {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        color: #000
    }

    .top-about-brand .why_ringseason .item .label .sub-title {
        font-size: 12px
    }

    .top-about-brand .why_ringseason::after,
    .top-about-brand .why_ringseason .row::after {
        content: '';
        display: block;
        clear: both
    }

    .product-sorter-box select.sorter-options {
        width: 92%;
        background-color: #fff;
        border-radius: 0;
        height: 36px;
        padding: 4px 35px 5px 15px;
        font-size: 12px;
        color: #333333
    }

    .catalog-category-view .pager-mobile-box,
    .catalogsearch-result-index .pager-mobile-box {
        width: 55%
    }

    .catalog-category-view .pager-mobile-box .pages,
    .catalogsearch-result-index .pager-mobile-box .pages {
        visibility: hidden
    }

    .catalog-category-view .pager-mobile-box .pages .items.pages-items,
    .catalogsearch-result-index .pager-mobile-box .pages .items.pages-items {
        padding: 2px 20px 0
    }

    .block-products-slider-list .block-title {
        margin: 0
    }

    .block-products-slider-list .block-title a {
        font-size: 18px
    }

    .modals-wrapper .modal-popup.confirm .modal-inner-wrap {
        width: 75%
    }

    .rating-summary .rating-result:before {
        font-size: 12px
    }

    .rating-summary .rating-result>span:before {
        color: #3399cc;
        font-size: 12px
    }

    .page-bottom {
        width: 95% !important;
        padding: 0 !important;
        margin: 0 auto
    }

    .product-info-main .block.related .products-related ol.product-items li.product-item {
        width: 20%
    }

    .product-info-main .block.related .products-related ol.product-items li.product-item .product-image-container {
        width: 55px !important
    }

    .page-header {
        margin: 0;
        background-color: #fff;
        border: none;
        height: 45px;
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed
    }

    .page-header .header.content {
        padding: 0
    }

    .page-header .header.content form.minisearch div.control {
        z-index: 45;
        border-top: 0
    }

    .page-header .header.content .logo {
        float: none;
        display: inline-block;
        margin: 0 auto;
        position: absolute;
        left: 30%;
        width: 40%
    }

    .page-header .header.content .logo>img {
        width: 105px;
        display: block;
        margin: 0 auto
    }

    .page-header .header.content .search-nav-icon {
        width: 30px;
        position: absolute;
        top: 10px;
        left: 70px
    }

    .page-header .header.content .search-nav-icon a {
        display: inline-block;
        width: 100%;
        font-size: 18px;
        color: #757575
    }

    .page-header .header.content .wishlist {
        width: 30px;
        position: absolute;
        top: 26px;
        left: 65px
    }

    .page-header .header.content .wishlist a {
        display: inline-block;
        width: 100%
    }

    .page-header .header.content .wishlist .fa-heart-o {
        font-size: 22px;
        font-weight: 400;
        color: #757575
    }

    .page-header .header.content div.minicart-wrapper {
        width: 40px
    }

    .page-header .header.content div.minicart-wrapper .action.showcart .counter.qty {
        position: absolute;
        right: 0px;
        top: -6px;
        height: 20px;
        width: 20px;
        margin: 0;
        line-height: 20px;
        padding: 0;
        border-radius: 50%;
        background: #39c
    }

    .page-header .header.content .action.nav-toggle {
        top: 5px;
        left: 20px
    }

    .page-header .header.content .action.nav-toggle:before {
        font-size: 23px
    }

    html.nav-open .action.nav-toggle:before {
        position: absolute;
        z-index: 2;
        color: #fff;
        font-family: 'FontAwesome';
        content: "\f00d"
    }

    #switcher-currency {
        font-weight: 500;
        font-size: 14px;
        line-height: 25px;
        padding: 0;
        border: none;
        z-index: 100;
        position: relative
    }

    #switcher-currency.active .options .action.toggle {
        border: none
    }

    #switcher-currency .options {
        min-width: 150px;
        position: relative
    }

    #switcher-currency .options .action.toggle {
        height: 55px;
        text-align: center;
        line-height: 55px;
        position: relative;
        z-index: 201;
        border: solid 1px #fff;
        width: 100%
    }

    #switcher-currency .options .action.toggle strong {
        font-weight: 500;
        padding-right: 25px
    }

    #switcher-currency .options .action.toggle strong span {
        display: inline-block;
        overflow-x: hidden;
        height: 55px;
        vertical-align: top
    }

    #switcher-currency .options .action.toggle strong span.country {
        white-space: nowrap;
        max-width: 125px
    }

    #switcher-currency .options .action.toggle strong::after {
        font-size: 10px;
        right: 10px;
        top: 0
    }

    #switcher-currency .options .action.toggle::after {
        display: none
    }

    #switcher-currency .options .switcher-dropdown {
        position: absolute;
        border-left: solid 1px #222;
        border-right: solid 1px #222;
        border-bottom: solid 1px #222;
        box-sizing: border-box;
        background: #fff;
        right: 0;
        top: 60px
    }

    #switcher-currency .options .switcher-dropdown li.switcher-option {
        width: calc(100% - 30px);
        line-height: 34px
    }

    #switcher-currency .options .switcher-dropdown li.switcher-option a {
        padding: 0 0 0 20px
    }

    #switcher-currency .options .switcher-dropdown .fieldset {
        position: relative;
        margin-bottom: 15px;
        line-height: 25px
    }

    #switcher-currency .options .switcher-dropdown .fieldset label {
        display: block
    }

    #switcher-currency .options .switcher-dropdown .fieldset .fa {
        position: absolute;
        top: 26px;
        line-height: 0;
        right: 0;
        padding: 10px 0 15px 0;
        width: 30px;
        text-align: center;
        border-left: solid 1px #ddd;
        cursor: pointer
    }

    #switcher-currency .options .switcher-dropdown .fieldset input {
        line-height: 25px;
        height: 27px;
        padding-right: 35px
    }

    #switcher-currency .options .switcher-dropdown .fieldset ul {
        display: none;
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        overflow: hidden;
        overflow-y: scroll;
        border: solid 1px #ddd;
        border-top: none;
        position: absolute;
        width: 100%;
        box-sizing: border-box;
        background-color: #fff;
        z-index: 100
    }

    #switcher-currency .options .switcher-dropdown .fieldset ul li {
        width: 100%;
        padding: 0 9px;
        margin-bottom: 0;
        line-height: 24px;
        text-align: left
    }

    #switcher-currency .options .switcher-dropdown .fieldset ul li:hover {
        background-color: #000;
        color: #fff
    }

    #switcher-currency .options .switcher-dropdown .fieldset.country ul {
        height: 140px
    }

    #switcher-currency .options .switcher-dropdown .fieldset.currency ul {
        height: 95px
    }

    #switcher-currency .options .switcher-dropdown .actions {
        margin-top: 15px
    }

    #switcher-currency .options .switcher-dropdown .actions .cancel {
        display: inline-block;
        text-decoration: underline
    }

    #switcher-currency .options .switcher-dropdown .actions button {
        border: none;
        height: 25px;
        width: 90px;
        color: #fff;
        background-color: #777;
        padding: 0;
        font-weight: 500;
        float: right
    }

    #switcher-currency .options .switcher-dropdown .actions button:hover {
        background-color: #000
    }

    .nav-sections-item-content>.header.links>.nav.item.customer-welcome {
        display: none
    }

    .customer-menu .header.links li:last-child {
        display: none
    }

    .nav-sections .nav-top-links-box ul.nav-top-links {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .nav-sections .nav-top-links-box ul.nav-top-links li {
        width: 50%;
        text-align: center;
        padding: 30px 0 15px;
        margin: 0;
        position: relative
    }

    .nav-sections .nav-top-links-box ul.nav-top-links li:nth-of-type(odd):after {
        position: absolute;
        right: 0;
        height: 30px;
        content: "";
        display: block;
        border-right: 2px solid #8b8b8b;
        top: 14px
    }

    .nav-sections .nav-top-links-box ul.nav-top-links li>a {
        color: #8b8b8b;
        text-transform: uppercase;
        font-size: 12px
    }

    .nav-sections .nav-top-links-box ul.nav-top-links li>a:before {
        position: absolute;
        top: 12px;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 20px
    }

    .nav-sections .navigation>ul {
        border-bottom: none
    }

    .nav-sections .navigation>ul li:last-child {
        border-bottom: none
    }

    .nav-sections .navigation>ul li.level0 {
        background: #eff4fa;
        border-color: #fff;
        padding: 5px 0
    }

    .nav-sections .navigation>ul>li>ul>.nav-3-1>a>span,
    .nav-sections .navigation>ul>li>ul>.nav-3-2>a>span,
    .nav-sections .navigation>ul>li>ul>.nav-3-3>a>span,
    .nav-sections .navigation>ul>li>ul>.nav-3-9>a>span {
        color: #575757;
        font-weight: 400
    }

    .nav-sections .parent .level-top:after {
        right: 15px;
        color: #999;
        font-family: FontAwesome;
        content: '\f105';
        font-size: 22px
    }

    .nav-sections .navigation .parent .level-top.ui-state-active:after {
        color: #999;
        font-family: FontAwesome;
        content: '\f107';
        font-size: 22px
    }

    .nav-sections .level0>.level-top,
    .nav-sections .level0>.level1 {
        font-weight: normal;
        padding-left: 10px;
        font-size: 14px;
        color: #222
    }

    .nav-sections .level0.active>a:not(.ui-state-active),
    .nav-sections .level0.has-active>a:not(.ui-state-active),
    .nav-sections .level0.active .all-category .ui-state-focus {
        border: none
    }

    .nav-sections .submenu>li,
    .nav-sections .level0>.level1 {
        background: #FFF;
        padding-left: 20px;
        font-size: 14px
    }

    .nav-sections .nav-sections-item-title.active {
        float: none;
        padding: 10px;
        margin: 0;
        width: 100%;
        height: 60px;
        line-height: 42px;
        text-align: left;
        background: #333;
        display: none
    }

    .nav-sections .nav-sections-item-title.active>a {
        color: #fff;
        font-size: 18px;
        padding-left: 20px
    }

    .nav-sections .nav-sections-item-title.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 28px;
        color: #757575;
        content: '\e616';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        position: absolute;
        right: 5px;
        color: #FFF;
        padding-right: 10px;
        line-height: 40px;
        font-size: 20px !important
    }

    .nav-sections .nav-sections-item-content {
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 0
    }

    .nav-sections .nav-sections-item-content ul.header {
        line-height: 40px;
        border-bottom: none
    }

    .nav-sections .nav-sections-item-content ul.header::after {
        display: block;
        content: '';
        clear: both
    }

    .nav-sections .nav-sections-item-content ul.header li {
        line-height: 50px;
        float: left;
        width: 50%;
        text-align: left
    }

    .nav-sections .nav-sections-item-content ul.header li a {
        border-top: 0;
        font-weight: normal;
        font-size: 14px;
        text-align: left;
        padding: 0 0 0 25px
    }

    .nav-sections .nav-sections-item-content ul.header li a:hover {
        padding: 0 0 0 25px
    }

    .nav-sections .nav-sections-item-content ul.header li a i.fa:before {
        padding-right: 6px
    }

    .nav-sections .nav-sections-item-content ul.header li a.register:before,
    .nav-sections .nav-sections-item-content ul.header li a.my-account:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f2c0";
        width: 20px;
        padding-right: 6px
    }

    .nav-sections .nav-sections-item-content ul.header li a.register:before {
        content: "\f234";
        width: 24px
    }

    .nav-sections .nav-sections-item-content ul.header li.customer-welcome ul.header>li {
        width: 100%
    }

    .nav-sections .nav-sections-item-content ul.header ul.header-contact {
        border-bottom: solid 1px #eee !important
    }

    .nav-sections .nav-sections-item-content ul.header ul.header-contact li.fb-like {
        display: none
    }

    .nav-sections .nav-sections-item-content ul.header ul.header-contact li.contact-us {
        z-index: 200;
        position: relative;
        font-size: 14px
    }

    .nav-sections .nav-sections-item-content ul.header ul.header-contact li.contact-us .action.toggle {
        height: 100%;
        width: 160px;
        box-sizing: border-box;
        padding: 0 5px;
        line-height: 54px;
        position: relative;
        cursor: pointer;
        float: right
    }

    .nav-sections .nav-sections-item-content ul.header ul.header-contact li.contact-us .action.toggle strong {
        font-weight: 400
    }

    .nav-sections .nav-sections-item-content ul.header ul.header-contact li.contact-us .action.toggle::after {
        clear: both;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 10px;
        line-height: 54px;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .nav-sections .nav-sections-item-content ul.header ul.header-contact li.contact-us .dropdown {
        box-sizing: border-box;
        background-color: #fff;
        z-index: 300;
        display: none;
        position: absolute;
        width: 160px;
        top: 38px;
        right: 0;
        padding: 10px;
        border-left: solid 1px #444;
        border-right: solid 1px #444;
        border-bottom: solid 1px #444;
        line-height: 30px
    }

    .nav-sections .nav-sections-item-content ul.header ul.header-contact li.contact-us .dropdown .fa {
        font-size: 21px
    }

    .nav-sections .nav-sections-item-content ul.header ul.header-contact li.contact-us .dropdown a {
        padding: 0
    }

    .nav-sections .nav-sections-item-content ul.header ul.header-contact.active>li.contact-us {
        background-color: #fff
    }

    .nav-sections .nav-sections-item-content ul.header ul.header-contact.active>li.contact-us .action.toggle {
        z-index: 201;
        border: solid 1px #444;
        border-bottom: solid 1px #fff
    }

    .nav-sections .nav-sections-item-content ul.header ul.header-contact.active>li.contact-us .action.toggle::after {
        content: '\e621'
    }

    .nav-sections .nav-sections-item-content ul.header ul.header-contact.active>li.contact-us .dropdown {
        display: block
    }

    .nav-sections .navigation .submenu:not(:first-child)>li:last-child {
        padding-left: 20px
    }

    .nav-sections .navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),
    .nav-sections .navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left: 0
    }

    .block-search {
        margin: 0px;
        display: none;
        position: relative;
        width: 100%;
        top: 0px;
        z-index: 3
    }

    .block-search #search_mini_form {
        display: flex;
        display: -webkit-flex;
        flex-wrap: nowrap
    }

    .block-search #search_mini_form .field.search {
        flex-grow: 1;
        width: 100%
    }

    .block-search #search_mini_form .field.search .label {
        display: none;
        margin-right: 5px
    }

    .block-search #search_mini_form .field.search .control {
        margin: 0 !important;
        padding: 0 !important;
        border: none
    }

    .block-search #search_mini_form .field.search .control input {
        position: static;
        height: 40px;
        margin: 0;
        border-right-width: 0;
        border-color: silver;
        border-style: solid
    }

    .block-search #search_mini_form .actions .action.search {
        display: block;
        height: 40px;
        box-shadow: none;
        background: silver;
        color: #999;
        border-left: none;
        border-color: silver
    }

    .block-search #search_mini_form .actions .action.search[disabled] {
        opacity: 1;
        color: #eee
    }

    .block-search #search_mini_form .search-remove {
        position: absolute;
        display: inline-block;
        right: 20px;
        top: 10px;
        font-size: 12px
    }

    .product-reviews-summary {
        text-align: left !important
    }

    .page-header .header.content div.minicart-wrapper .action.showcart .counter.qty {
        right: 5px !important;
        top: -5px !important
    }

    .mobile-other-link .switcher-currency [data-role='title'] span.fa {
        position: absolute;
        right: 17px;
        top: 15px;
        font-size: 22px;
        color: #999
    }

    .mobile-other-link .switcher-currency [data-role='title'] strong.current-currency {
        padding: 10px 40px 10px 32px;
        display: block;
        background: #eff4fa;
        margin-top: 2px
    }

    .mobile-other-link .switcher-currency [data-role='title'] strong.current-currency:before {
        top: 17px !important
    }

    .mobile-other-link .switcher-currency [data-role="content"] .switcher-dropdown {
        padding: 0 0 0 20px;
        display: block
    }

    .mobile-other-link .switcher-currency [data-role="content"] .switcher-dropdown li.switcher-option {
        border-bottom: 1px solid #eee
    }

    .mobile-other-link .switcher-currency [data-role="content"] .switcher-dropdown li.switcher-option a {
        padding: 5px
    }

    .mobile-other-link .nav-slider-links .item.title {
        padding: 13px 10px;
        border-bottom: 1px solid #f7f7f7
    }

    .mobile-other-link .nav-slider-links .item.content {
        padding: 0
    }

    .mobile-other-link .nav-slider-links .item.content ul {
        padding-left: 35px
    }

    .mobile-other-link .nav-slider-links .item.content ul li {
        padding: 10px 0;
        border-bottom: 1px solid #f7f7f7
    }

    .mobile-other-link ul.header.links {
        list-style: none;
        margin: 0;
        padding: 0;
        border: none
    }

    .mobile-other-link ul.header.links li {
        border-bottom: 1px solid #f7f7f7
    }

    .mobile-other-link ul.header.links li a {
        font-weight: 500;
        font-size: 14px;
        color: #333;
        text-transform: capitalize;
        border: none;
        padding: 15px 10px;
        margin: 0
    }

    .mobile-other-link ul.header.links li a i {
        display: none
    }

    .mobile-other-link ul.header.links .customer-menu-dropdown {
        width: 100%;
        float: none
    }

    .mobile-other-link ul.header.links .customer-menu-dropdown button.toggle .active {
        text-align: left;
        padding: 0 10px;
        font-weight: 300;
        border: none
    }

    .mobile-other-link ul.header.links .customer-menu-dropdown button.toggle .active .fa-user-o {
        display: none
    }

    .mobile-other-link ul.header.links .customer-menu-dropdown button.toggle .active .fa-angle-right,
    .mobile-other-link ul.header.links .customer-menu-dropdown button.toggle .active .fa-angle-down {
        font-size: 24px;
        float: right;
        margin: 13px 5px 0;
        color: #999
    }

    .mobile-other-link ul.header.links .customer-menu-dropdown .dropdown {
        position: initial;
        border: none
    }

    .mobile-other-link ul.header.links .customer-menu-dropdown .dropdown li {
        line-height: 20px
    }

    .mobile-other-link ul.header.links .customer-menu-dropdown .dropdown li strong {
        font-weight: 200;
        display: block;
        padding: 10px
    }

    .cms-index-index .gradual-line {
        display: none
    }

    .cms-index-index .metro img {
        z-index: -1
    }

    .cms-index-index .metro .block-static-block.widget {
        margin-bottom: 10px
    }

    .top-banner .owl-dots {
        bottom: 10px
    }

    .searchautocomplete__autocomplete .price {
        font-size: 13px
    }

    .searchautocomplete__autocomplete .price.old-price {
        font-size: 12px
    }

    .ringseason-wishlist-index .page-main {
        background-color: #ffffff
    }

    .wishlist .wishlist-top-area .title {
        font-size: 18px;
        color: #000;
        margin: 20px 0
    }

    .wishlist .wishlist-top-area .right-bar {
        display: flex;
        align-items: center;
        background-color: #f4f4f4;
        padding: 9px 8px;
        justify-content: space-between;
        margin-bottom: 15px
    }

    .wishlist .empty .fa {
        font-size: 20px
    }

    .wishlist .empty .content-1 {
        font-size: 24px;
        margin: 20px 50px
    }

    .wishlist .products-grid .item {
        width: 50%;
        padding: 0 2.5% 0 1.25%
    }

    .wishlist .products-grid .item .product-name {
        min-height: 60px;
        font-size: 12px
    }

    .wishlist .products-grid .item .shop-now {
        padding: 16px 7px
    }

    .account .dashboard-setting li.setting a.contact-us {
        display: inline-block;
        background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png) no-repeat;
        background-position-x: -224px;
        height: 20px;
        width: 20px
    }

    .account .page-title {
        padding-left: 0;
        margin: 10px 0
    }

    .account .gravatar-container {
        padding: 40px 0 20px 0
    }

    .account .gravatar-container>* {
        float: left
    }

    .account .gravatar-container .gravatar {
        border-radius: 50px;
        width: 100px;
        height: 100px;
        margin-right: 30px
    }

    .account .gravatar-container .level {
        display: block;
        margin: 25px 0 20px 0;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        color: #222
    }

    .account .gravatar-container .level img {
        height: 20px;
        vertical-align: top;
        margin-right: 5px
    }

    .account .gravatar-container a {
        color: #777;
        text-decoration: underline
    }

    .account .gravatar-container::after {
        display: block;
        clear: both;
        content: ''
    }

    .account #my-orders-table .col {
        padding-left: 0
    }

    .account #my-orders-table .col::before {
        width: 120px
    }

    .order-details-items.ordered .table-order-items .col.price {
        text-align: left
    }

    .order-details-items.ordered .table-order-items .col.price .cart-price .special-price {
        font-size: 14px
    }

    .order-details-items.ordered .table-order-items .col.price .cart-price .old-price {
        font-size: 12px
    }

    .order-details-items.ordered .table-order-items .col.subtotal {
        text-align: left
    }

    .order-details-items.ordered .table-order-items .col.subtotal .price {
        font-size: 14px
    }

    .account-prime strong {
        font-size: 16px
    }

    .account-prime .learn-more {
        margin-top: 10px;
        padding-bottom: 40px
    }

    .account-disable .title {
        font-size: 24px;
        line-height: 30px;
        height: 100px;
        padding: 20px 0;
        box-sizing: border-box;
        color: #000;
        margin-bottom: 0
    }

    .account-disable p,
    .account-disable ul {
        font-size: 14px;
        color: #ff373c;
        margin-bottom: 15px
    }

    .account-disable ul {
        padding-left: 20px
    }

    .account-disable ul li {
        margin-bottom: 15px
    }

    .account-disable .action {
        display: flex;
        margin-top: 25px;
        justify-content: center
    }

    .account-disable .action .activate,
    .account-disable .action .disable {
        display: block;
        width: 165px;
        height: 45px;
        text-align: center
    }

    .account-disable .action .activate span,
    .account-disable .action .disable span {
        display: block
    }

    .account-disable .action .activate :first-child,
    .account-disable .action .disable :first-child {
        font-size: 18px
    }

    .account-disable .action .activate :last-child,
    .account-disable .action .disable :last-child {
        margin-top: -2px;
        font-size: 14px
    }

    .account-disable .action .activate {
        background-color: #222;
        color: #fff
    }

    .account-disable .action .disable {
        color: #444;
        text-decoration: underline
    }

    .abs-toggling-title-mobile,
    .block-wishlist-management .wishlist-select .wishlist-name,
    .block-collapsible-nav .title,
    .block-wishlist-management .wishlist-select .wishlist-name,
    .block-collapsible-nav .title {
        padding: 10px 40px 10px 20px !important
    }

    .register-popup {
        display: none;
        background: rgba(0, 0, 0, 0.7);
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 2000
    }

    .register-popup .popup-content {
        position: absolute;
        font-family: sans-serif;
        width: 300px;
        min-height: 300px;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
        top: 50%;
        background-image: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/popup-bg.png);
        background-size: 100% 100%;
        transform: translateY(-50%)
    }

    .register-popup .popup-content .popup-close {
        position: relative;
        height: 10px
    }

    .register-popup .popup-content .popup-close .icon {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 20px;
        height: 20px;
        background-image: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png);
        background-position-x: -121px;
        background-position-y: -60px;
        background-size: 960px 960px;
        cursor: pointer
    }

    .register-popup .register-body {
        display: none
    }

    .register-popup .register-body .welcome {
        font-size: 14px;
        color: #999
    }

    .register-popup .register-body .title {
        font-size: 16px;
        font-weight: bold;
        color: #222;
        margin: 9px 0
    }

    .register-popup .register-body .title .light {
        color: #ff373c
    }

    .register-popup .register-body .email,
    .register-popup .register-body .password {
        width: 245px;
        border-color: #444;
        margin: 0 auto
    }

    .register-popup .register-body .email.mage-error,
    .register-popup .register-body .password.mage-error {
        border-color: #ed8380
    }

    .register-popup .register-body .email input,
    .register-popup .register-body .password input {
        width: 100%;
        height: 30px;
        font-size: 14px;
        padding-left: 10px
    }

    .register-popup .register-body .email {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .register-popup .register-body .password {
        margin-bottom: 7px
    }

    .register-popup .register-body div.mage-error {
        margin: 0;
        font-size: 12px;
        text-align: left
    }

    .register-popup .register-body .error-msg {
        padding: 0 20px;
        color: red
    }

    .register-popup .register-body .button {
        width: 245px;
        height: 30px;
        line-height: 30px;
        margin: 7px 0;
        display: inline-block;
        font-size: 14px
    }

    .register-popup .register-body .button .sign-up {
        float: left;
        width: 152px;
        background: #222;
        color: #fff
    }

    .register-popup .register-body .button .login {
        float: right;
        width: 86px;
        height: 30px;
        background: #fff;
        border: 1px solid #222;
        box-sizing: border-box
    }

    .register-popup .register-body .checkbox input {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0;
        vertical-align: middle
    }

    .register-popup .register-body .checkbox .label {
        display: inline-block;
        font-size: 12px;
        color: #444;
        vertical-align: middle
    }

    .register-popup .register-body .no {
        display: inline-block;
        margin: 10px 0;
        cursor: pointer;
        color: #666;
        font-size: 12px
    }

    .register-popup .thanks-body {
        display: none
    }

    .register-popup .thanks-body .thanks {
        height: 50px;
        line-height: 50px;
        font-size: 38px;
        color: #000;
        margin: 35px 0 15px 0
    }

    .register-popup .thanks-body .info {
        font-size: 14px;
        color: #444;
        margin-bottom: 55px;
        padding: 0 40px
    }

    .register-popup .thanks-body .code {
        display: inline-block
    }

    .register-popup .thanks-body .code .text {
        width: 100px;
        float: left;
        height: 30px;
        line-height: 30px;
        font-size: 22px;
        color: #000;
        font-weight: bold;
        border: 1px solid #ccc;
        border-radius: 6px 0 0 6px;
        box-sizing: border-box
    }

    .register-popup .thanks-body .code .copy {
        width: 60px;
        height: 30px;
        line-height: 30px;
        float: right;
        font-size: 14px;
        color: #fff;
        background: #24b7e3;
        border-radius: 0 6px 6px 0;
        cursor: pointer
    }

    .register-popup .thanks-body .code .copy:hover {
        background: #1896bc
    }

    .register-popup .thanks-body .code .copy.copied {
        background: #10b48a
    }

    .customer-account-index h1.page-title {
        display: none !important
    }

    .account .page-main {
        padding: 15px 15px 0 15px
    }

    .account .page-main .columns {
        margin-top: 10px
    }

    .account .page-main .column.main {
        padding-left: 0
    }

    .account .page-main .column.main .page-title-wrapper {
        display: none
    }

    .account .page-main .column.main h1.page-title {
        text-align: center;
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 25px
    }

    .account .nav.in-dashboard {
        width: 100%;
        margin-top: 15px
    }

    .account .nav.in-dashboard li {
        float: left;
        width: 32.55555%;
        height: 100px;
        background: #Fde9db;
        margin-left: 2px;
        margin-bottom: 2px;
        text-align: center
    }

    .account .nav.in-dashboard li a {
        padding-top: 60px;
        display: block;
        font-size: 12px;
        color: #7d644f;
        width: 80px;
        margin: 0 auto;
        position: relative
    }

    .account .nav.in-dashboard li a:before {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 44px;
        top: 12px;
        left: 0;
        background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/dashboard-icon.png) no-repeat;
        background-size: 300px 300px
    }

    .account .nav.in-dashboard li a#my-order:before {
        background-position: -144px -90px
    }

    .account .nav.in-dashboard li a#return-repair:before {
        background-position: 3px -167px
    }

    .account .nav.in-dashboard li a#wish-list:before {
        background-position: -222px -92px
    }

    .account .nav.in-dashboard li a#address-book:before {
        background-position: -75px -13px
    }

    .account .nav.in-dashboard li a#account-edit:before {
        background-position: -73px -162px
    }

    .account .nav.in-dashboard li a#newsletter:before {
        background-position: -148px -12px
    }

    .account .nav.in-dashboard li a#prime:before {
        background-position: 1px -9px
    }

    .account .nav.in-dashboard li a#store-credit:before {
        background-position: -74px -88px
    }

    .account .nav.in-dashboard li a#reward-points:before {
        background-position: 0 -88px
    }

    .account .nav.in-dashboard li a#my-membership:before {
        background-position: -220px -12px
    }

    .account .nav.in-dashboard:after {
        display: block;
        clear: both;
        content: ""
    }

    .account-row {
        width: 100%
    }

    .account-row .account-row-avatar {
        max-height: 100px;
        background: #fef8f4;
        margin: 0 -15px;
        padding-top: 5px
    }

    .account-row .gravatar-container {
        padding: 0
    }

    .account-row .gravatar-container .avatar {
        text-align: center;
        width: 33.333333%
    }

    .account-row .gravatar-container .avatar img {
        width: 85px;
        height: auto;
        margin: 0
    }

    .account-row .gravatar-container .customer-info {
        width: 66.66666%
    }

    .account-row .gravatar-container .customer-info h3,
    .account-row .gravatar-container .customer-info h4 {
        margin: 0;
        padding: 0;
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        color: #000
    }

    .account-row .gravatar-container .customer-info .customer-name {
        display: block
    }

    .account-row .gravatar-container .customer-info .customer-current-level i.level-icon {
        display: inline-block;
        width: 18px
    }

    .account-row .gravatar-container .customer-info .customer-current-level i.level-icon img {
        margin-bottom: -3px
    }

    .account-row .gravatar-container .customer-info .upgrade-tip {
        font-size: 12px;
        color: #444;
        margin-top: 5px
    }

    .account-row .account-row-level {
        width: 100%;
        margin-top: 15px;
        min-height: 80px
    }

    .account-row .account-row-level .level-step-box .level-step {
        display: inline-block;
        position: relative;
        width: 19%
    }

    .account-row .account-row-level .level-step-box .level-step:first-child {
        width: 10%
    }

    .account-row .account-row-level .level-step-box .level-step:first-child .progress-bar {
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px
    }

    .account-row .account-row-level .level-step-box .level-step:last-child {
        width: 9%
    }

    .account-row .account-row-level .level-step-box .level-step:last-child .progress-bar {
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px
    }

    .account-row .account-row-level .level-step-box .level-step .progress-bar {
        width: 100%;
        height: 5px;
        background: #fde9db
    }

    .account-row .account-row-level .level-step-box .level-step .info {
        position: absolute;
        right: -39px;
        text-align: center;
        width: 74px;
        margin-top: 10px
    }

    .account-row .account-row-level .level-step-box .level-step .info .laval-text {
        color: #999;
        font-size: 12px
    }

    .account-row .account-row-level .level-step-box .level-step .info i.level-icon {
        display: block !important;
        text-align: center
    }

    .account-row .account-row-level .level-step-box .level-step .info i.level-icon img {
        width: 26px
    }

    .account-row .account-row-level .level-step-box .level-step.processed .progress-bar {
        background: #7d644f
    }

    .account-row .account-row-level .level-step-box .level-step.current-level .laval-text {
        color: #000
    }

    .header.links .customer-menu-dropdown {
        width: 160px;
        float: left;
        position: relative
    }

    .header.links .customer-menu-dropdown button.toggle {
        border: 1px solid #f7f7f7;
        background: none;
        box-shadow: none;
        line-height: 30px;
        padding-left: 12px;
        text-align: left;
        width: 100%;
        font-weight: 300
    }

    .header.links .customer-menu-dropdown button.toggle .fa-user-o {
        display: none
    }

    .header.links .customer-menu-dropdown button.toggle i {
        float: right;
        font-size: 24px;
        color: #999
    }

    .header.links .customer-menu-dropdown .dropdown {
        display: none;
        position: absolute;
        top: 54px;
        left: 0;
        width: 264px;
        margin: 0;
        padding: 0 0 0 35px;
        background: #fff;
        z-index: 105;
        border: 1px solid #7d644f;
        border-left: none
    }

    .header.links .customer-menu-dropdown .dropdown li {
        float: none;
        width: 100%;
        line-height: 40px;
        text-align: left
    }

    .header.links .customer-menu-dropdown .dropdown li a {
        color: #222
    }

    .header.links .customer-menu-dropdown .dropdown li strong {
        padding-left: 25px;
        font-size: 14px
    }

    .membership-btns .membership-btn {
        width: 160px;
        height: 48px;
        margin-right: 2px
    }

    .membership-btns .membership-btn:last-child {
        margin-left: 2px
    }

    .membership-btns .membership-btn i {
        padding: 0 5px 0 0;
        width: 18px;
        line-height: 2
    }

    .membership-btns .membership-btn div.text span {
        font-size: 12px;
        line-height: 1
    }

    .customer-account-prime .customer-info .customer-name {
        margin-bottom: 5px
    }

    .customer-account-prime .customer-info .prime_info h3 {
        margin-bottom: 5px
    }

    .customer-account-prime .customer-info .prime_info span {
        font-size: 12px
    }

    .customer-account-prime .customer-info .prime_info .is-prime-icon {
        display: inline-block;
        width: 20%;
        text-align: center
    }

    .customer-account-prime .customer-info .prime_info .is-prime-icon img {
        max-width: 50px;
        vertical-align: baseline
    }

    .customer-account-prime .customer-info .prime_info .is-prime-info {
        display: inline-block;
        width: 70%;
        padding-left: 5px
    }

    .customer-account-prime .customer-info .prime_info .is-prime-info h3 {
        margin-bottom: 3px !important
    }

    .customer-account-prime ul.prime-benefit {
        margin: 10px 0 0 0;
        list-style: none;
        padding: 0 10px
    }

    .customer-account-prime ul.prime-benefit li {
        position: relative;
        padding-left: 55px;
        border-bottom: 1px solid #fde9db;
        margin: 0
    }

    .customer-account-prime ul.prime-benefit li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0px;
        top: 22px;
        width: 40px;
        height: 40px;
        background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/prime-icon.png) no-repeat;
        background-size: 333px
    }

    .customer-account-prime ul.prime-benefit li h3 {
        padding: 20px 0 7px 0;
        margin: 0;
        font-size: 14px
    }

    .customer-account-prime ul.prime-benefit li span {
        line-height: normal !important;
        font-size: 12px;
        margin-bottom: 20px;
        display: block
    }

    .customer-account-prime ul.prime-benefit li:nth-child(1):before {
        background-position: 0px 0
    }

    .customer-account-prime ul.prime-benefit li:nth-child(2):before {
        background-position: -45px 0
    }

    .customer-account-prime ul.prime-benefit li:nth-child(3):before {
        background-position: -90px 0
    }

    .customer-account-prime ul.prime-benefit li:nth-child(4):before {
        background-position: -135px 0
    }

    .customer-account-prime ul.prime-benefit li:nth-child(5):before {
        background-position: -180px 0
    }

    .customer-account-prime ul.prime-benefit li:nth-child(6):before {
        background-position: -225px 0
    }

    .customer-account-prime ul.prime-benefit li:nth-child(7):before {
        background-position: -270px 0
    }

    .customer-account-logoutsuccess .page-title-wrapper {
        margin-bottom: 0
    }

    .customer-account-logoutsuccess .page-title-wrapper .page-title {
        padding-left: 5px
    }

    .account.sales-order-history .page-title-wrapper .page-title .base {
        font-size: 24px;
        color: #000
    }

    .account.sales-order-history #my-old-orders h2.order-title {
        margin: 0;
        padding: 15px 12px;
        font-weight: 600;
        font-size: 24px;
        color: #000
    }

    .account.sales-order-history .orders-history .order-item {
        border-bottom: 1px solid #ccc;
        padding: 10px 5px;
        margin: 0 10px
    }

    .account.sales-order-history .orders-history .order-item .top-area {
        font-size: 18px;
        color: #444;
        display: flex;
        margin: 5px 0
    }

    .account.sales-order-history .orders-history .order-item .top-area .order-item-id {
        flex: 1
    }

    .account.sales-order-history .orders-history .order-item .top-area .order-item-price {
        flex: 1
    }

    .account.sales-order-history .orders-history .order-item .bottom-area {
        font-size: 14px;
        color: #777;
        display: flex;
        margin: 5px 0
    }

    .account.sales-order-history .orders-history .order-item .bottom-area .order-item-date,
    .account.sales-order-history .orders-history .order-item .bottom-area .order-item-status {
        flex: 1
    }

    .account.sales-order-history .orders-history .order-item .order-item-view {
        width: 80px;
        text-align: right
    }

    .account.sales-order-history .orders-history .order-item .order-item-view span {
        font-size: 14px !important;
        color: #777 !important
    }

    .account.sales-order-history .orders-history .order-item:last-child {
        border-bottom: none
    }

    .account.sales-order-history .order-products-toolbar .pager {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 15px
    }

    .account.sales-order-history .order-products-toolbar .pager .toolbar-amount {
        width: 100%;
        padding: 10px 0 !important;
        text-align: left !important
    }

    .account.sales-order-history #old-order-history .order-item p {
        flex: 1 !important
    }

    .account.sales-order-history .old-order-tips {
        padding: 0 10px
    }

    .customer-account-login .page-main .page-title-wrapper,
    .customer-account-create .page-main .page-title-wrapper,
    .customer-account-forgotpassword .page-main .page-title-wrapper {
        display: none
    }

    .customer-account-login .page-main .column.main,
    .customer-account-create .page-main .column.main,
    .customer-account-forgotpassword .page-main .column.main {
        padding: 0 10px
    }

    .customer-account-login .page-main .column.main .switcher,
    .customer-account-create .page-main .column.main .switcher,
    .customer-account-forgotpassword .page-main .column.main .switcher {
        line-height: 4.8rem
    }

    .customer-account-login .page-main .column.main .switcher .button.active,
    .customer-account-create .page-main .column.main .switcher .button.active,
    .customer-account-forgotpassword .page-main .column.main .switcher .button.active {
        border-bottom: 2px solid #444
    }

    .customer-account-login .page-main .column.main .login-container,
    .customer-account-create .page-main .column.main .login-container,
    .customer-account-forgotpassword .page-main .column.main .login-container,
    .customer-account-login .page-main .column.main .register-container,
    .customer-account-create .page-main .column.main .register-container,
    .customer-account-forgotpassword .page-main .column.main .register-container,
    .customer-account-login .page-main .column.main .forget-password-container,
    .customer-account-create .page-main .column.main .forget-password-container,
    .customer-account-forgotpassword .page-main .column.main .forget-password-container {
        font-size: 1.2rem;
        padding: 15px 10px
    }

    .customer-account-login .page-main .column.main .login-container .fieldset .subhead,
    .customer-account-create .page-main .column.main .login-container .fieldset .subhead,
    .customer-account-forgotpassword .page-main .column.main .login-container .fieldset .subhead,
    .customer-account-login .page-main .column.main .register-container .fieldset .subhead,
    .customer-account-create .page-main .column.main .register-container .fieldset .subhead,
    .customer-account-forgotpassword .page-main .column.main .register-container .fieldset .subhead,
    .customer-account-login .page-main .column.main .forget-password-container .fieldset .subhead,
    .customer-account-create .page-main .column.main .forget-password-container .fieldset .subhead,
    .customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .subhead {
        font-size: 14px
    }

    .customer-account-login .page-main .column.main .login-container .fieldset .field:not(.note),
    .customer-account-create .page-main .column.main .login-container .fieldset .field:not(.note),
    .customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field:not(.note),
    .customer-account-login .page-main .column.main .register-container .fieldset .field:not(.note),
    .customer-account-create .page-main .column.main .register-container .fieldset .field:not(.note),
    .customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field:not(.note),
    .customer-account-login .page-main .column.main .forget-password-container .fieldset .field:not(.note),
    .customer-account-create .page-main .column.main .forget-password-container .fieldset .field:not(.note),
    .customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field:not(.note) {
        padding-top: 30px
    }

    .customer-account-login .page-main .column.main .login-container .fieldset .field:not(.note) .label,
    .customer-account-create .page-main .column.main .login-container .fieldset .field:not(.note) .label,
    .customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field:not(.note) .label,
    .customer-account-login .page-main .column.main .register-container .fieldset .field:not(.note) .label,
    .customer-account-create .page-main .column.main .register-container .fieldset .field:not(.note) .label,
    .customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field:not(.note) .label,
    .customer-account-login .page-main .column.main .forget-password-container .fieldset .field:not(.note) .label,
    .customer-account-create .page-main .column.main .forget-password-container .fieldset .field:not(.note) .label,
    .customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field:not(.note) .label {
        top: 15px
    }

    .customer-account-login .page-main .column.main .login-container .fieldset .field:not(.note) .label.inside,
    .customer-account-create .page-main .column.main .login-container .fieldset .field:not(.note) .label.inside,
    .customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field:not(.note) .label.inside,
    .customer-account-login .page-main .column.main .register-container .fieldset .field:not(.note) .label.inside,
    .customer-account-create .page-main .column.main .register-container .fieldset .field:not(.note) .label.inside,
    .customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field:not(.note) .label.inside,
    .customer-account-login .page-main .column.main .forget-password-container .fieldset .field:not(.note) .label.inside,
    .customer-account-create .page-main .column.main .forget-password-container .fieldset .field:not(.note) .label.inside,
    .customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field:not(.note) .label.inside {
        top: 40px;
        left: 44px
    }

    .customer-account-login .page-main .column.main .login-container .fieldset .field:not(.note) .label.force-outside,
    .customer-account-create .page-main .column.main .login-container .fieldset .field:not(.note) .label.force-outside,
    .customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field:not(.note) .label.force-outside,
    .customer-account-login .page-main .column.main .register-container .fieldset .field:not(.note) .label.force-outside,
    .customer-account-create .page-main .column.main .register-container .fieldset .field:not(.note) .label.force-outside,
    .customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field:not(.note) .label.force-outside,
    .customer-account-login .page-main .column.main .forget-password-container .fieldset .field:not(.note) .label.force-outside,
    .customer-account-create .page-main .column.main .forget-password-container .fieldset .field:not(.note) .label.force-outside,
    .customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field:not(.note) .label.force-outside,
    .customer-account-login .page-main .column.main .login-container .fieldset .field:not(.note) .label.inside.force-outside,
    .customer-account-create .page-main .column.main .login-container .fieldset .field:not(.note) .label.inside.force-outside,
    .customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field:not(.note) .label.inside.force-outside,
    .customer-account-login .page-main .column.main .register-container .fieldset .field:not(.note) .label.inside.force-outside,
    .customer-account-create .page-main .column.main .register-container .fieldset .field:not(.note) .label.inside.force-outside,
    .customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field:not(.note) .label.inside.force-outside,
    .customer-account-login .page-main .column.main .forget-password-container .fieldset .field:not(.note) .label.inside.force-outside,
    .customer-account-create .page-main .column.main .forget-password-container .fieldset .field:not(.note) .label.inside.force-outside,
    .customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field:not(.note) .label.inside.force-outside {
        top: 15px;
        left: 0
    }

    .customer-account-login .page-main .column.main .login-container .fieldset .field:not(.note).field-dob .label,
    .customer-account-create .page-main .column.main .login-container .fieldset .field:not(.note).field-dob .label,
    .customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field:not(.note).field-dob .label,
    .customer-account-login .page-main .column.main .register-container .fieldset .field:not(.note).field-dob .label,
    .customer-account-create .page-main .column.main .register-container .fieldset .field:not(.note).field-dob .label,
    .customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field:not(.note).field-dob .label,
    .customer-account-login .page-main .column.main .forget-password-container .fieldset .field:not(.note).field-dob .label,
    .customer-account-create .page-main .column.main .forget-password-container .fieldset .field:not(.note).field-dob .label,
    .customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field:not(.note).field-dob .label,
    .customer-account-login .page-main .column.main .login-container .fieldset .field:not(.note).newsletter .label,
    .customer-account-create .page-main .column.main .login-container .fieldset .field:not(.note).newsletter .label,
    .customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field:not(.note).newsletter .label,
    .customer-account-login .page-main .column.main .register-container .fieldset .field:not(.note).newsletter .label,
    .customer-account-create .page-main .column.main .register-container .fieldset .field:not(.note).newsletter .label,
    .customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field:not(.note).newsletter .label,
    .customer-account-login .page-main .column.main .forget-password-container .fieldset .field:not(.note).newsletter .label,
    .customer-account-create .page-main .column.main .forget-password-container .fieldset .field:not(.note).newsletter .label,
    .customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field:not(.note).newsletter .label,
    .customer-account-login .page-main .column.main .login-container .fieldset .field:not(.note).privacy-policy .label,
    .customer-account-create .page-main .column.main .login-container .fieldset .field:not(.note).privacy-policy .label,
    .customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field:not(.note).privacy-policy .label,
    .customer-account-login .page-main .column.main .register-container .fieldset .field:not(.note).privacy-policy .label,
    .customer-account-create .page-main .column.main .register-container .fieldset .field:not(.note).privacy-policy .label,
    .customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field:not(.note).privacy-policy .label,
    .customer-account-login .page-main .column.main .forget-password-container .fieldset .field:not(.note).privacy-policy .label,
    .customer-account-create .page-main .column.main .forget-password-container .fieldset .field:not(.note).privacy-policy .label,
    .customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field:not(.note).privacy-policy .label {
        top: 0;
        vertical-align: text-bottom
    }

    .customer-account-login .page-main .column.main .login-container .fieldset .field:not(.note).newsletter #is_subscribed,
    .customer-account-create .page-main .column.main .login-container .fieldset .field:not(.note).newsletter #is_subscribed,
    .customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field:not(.note).newsletter #is_subscribed,
    .customer-account-login .page-main .column.main .register-container .fieldset .field:not(.note).newsletter #is_subscribed,
    .customer-account-create .page-main .column.main .register-container .fieldset .field:not(.note).newsletter #is_subscribed,
    .customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field:not(.note).newsletter #is_subscribed,
    .customer-account-login .page-main .column.main .forget-password-container .fieldset .field:not(.note).newsletter #is_subscribed,
    .customer-account-create .page-main .column.main .forget-password-container .fieldset .field:not(.note).newsletter #is_subscribed,
    .customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field:not(.note).newsletter #is_subscribed,
    .customer-account-login .page-main .column.main .login-container .fieldset .field:not(.note).privacy-policy #privacy_policy,
    .customer-account-create .page-main .column.main .login-container .fieldset .field:not(.note).privacy-policy #privacy_policy,
    .customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field:not(.note).privacy-policy #privacy_policy,
    .customer-account-login .page-main .column.main .register-container .fieldset .field:not(.note).privacy-policy #privacy_policy,
    .customer-account-create .page-main .column.main .register-container .fieldset .field:not(.note).privacy-policy #privacy_policy,
    .customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field:not(.note).privacy-policy #privacy_policy,
    .customer-account-login .page-main .column.main .forget-password-container .fieldset .field:not(.note).privacy-policy #privacy_policy,
    .customer-account-create .page-main .column.main .forget-password-container .fieldset .field:not(.note).privacy-policy #privacy_policy,
    .customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field:not(.note).privacy-policy #privacy_policy {
        width: 1.6rem;
        height: 1.6rem
    }

    .customer-account-login .page-main .column.main .login-container .fieldset .actions-toolbar .secondary,
    .customer-account-create .page-main .column.main .login-container .fieldset .actions-toolbar .secondary,
    .customer-account-forgotpassword .page-main .column.main .login-container .fieldset .actions-toolbar .secondary,
    .customer-account-login .page-main .column.main .register-container .fieldset .actions-toolbar .secondary,
    .customer-account-create .page-main .column.main .register-container .fieldset .actions-toolbar .secondary,
    .customer-account-forgotpassword .page-main .column.main .register-container .fieldset .actions-toolbar .secondary,
    .customer-account-login .page-main .column.main .forget-password-container .fieldset .actions-toolbar .secondary,
    .customer-account-create .page-main .column.main .forget-password-container .fieldset .actions-toolbar .secondary,
    .customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .actions-toolbar .secondary {
        position: absolute;
        top: 22px;
        line-height: 1.2rem
    }

    .customer-account-login .page-main .column.main .login-container .social-media-sign-in,
    .customer-account-create .page-main .column.main .login-container .social-media-sign-in,
    .customer-account-forgotpassword .page-main .column.main .login-container .social-media-sign-in,
    .customer-account-login .page-main .column.main .register-container .social-media-sign-in,
    .customer-account-create .page-main .column.main .register-container .social-media-sign-in,
    .customer-account-forgotpassword .page-main .column.main .register-container .social-media-sign-in,
    .customer-account-login .page-main .column.main .forget-password-container .social-media-sign-in,
    .customer-account-create .page-main .column.main .forget-password-container .social-media-sign-in,
    .customer-account-forgotpassword .page-main .column.main .forget-password-container .social-media-sign-in {
        margin-top: 10px
    }

    .customer-account-login .page-main .column.main .login-container .block.social-login-authentication-channel.account-social-login,
    .customer-account-create .page-main .column.main .login-container .block.social-login-authentication-channel.account-social-login,
    .customer-account-forgotpassword .page-main .column.main .login-container .block.social-login-authentication-channel.account-social-login,
    .customer-account-login .page-main .column.main .register-container .block.social-login-authentication-channel.account-social-login,
    .customer-account-create .page-main .column.main .register-container .block.social-login-authentication-channel.account-social-login,
    .customer-account-forgotpassword .page-main .column.main .register-container .block.social-login-authentication-channel.account-social-login,
    .customer-account-login .page-main .column.main .forget-password-container .block.social-login-authentication-channel.account-social-login,
    .customer-account-create .page-main .column.main .forget-password-container .block.social-login-authentication-channel.account-social-login,
    .customer-account-forgotpassword .page-main .column.main .forget-password-container .block.social-login-authentication-channel.account-social-login {
        margin-bottom: 0px;
        margin-top: 25px
    }

    .customer-account-login .page-main .column.main .login-container .fieldset.login .actions-toolbar,
    .customer-account-create .page-main .column.main .login-container .fieldset.login .actions-toolbar,
    .customer-account-forgotpassword .page-main .column.main .login-container .fieldset.login .actions-toolbar {
        position: relative;
        padding-top: 56px
    }

    .customer-account-login .page-main .column.main .login-container .block,
    .customer-account-create .page-main .column.main .login-container .block,
    .customer-account-forgotpassword .page-main .column.main .login-container .block {
        margin-bottom: 10px
    }

    .customer-account-login .page-main .column.main .forget-password-container form.password.forget .fieldset .field.note,
    .customer-account-create .page-main .column.main .forget-password-container form.password.forget .fieldset .field.note,
    .customer-account-forgotpassword .page-main .column.main .forget-password-container form.password.forget .fieldset .field.note {
        margin-bottom: 0px
    }

    .customer-account-login .page-main .column.main .forget-password-container form.password.forget .actions-toolbar .secondary,
    .customer-account-create .page-main .column.main .forget-password-container form.password.forget .actions-toolbar .secondary,
    .customer-account-forgotpassword .page-main .column.main .forget-password-container form.password.forget .actions-toolbar .secondary {
        font-size: 14px
    }

    .customer-account-login .page-main .column.main .customer-login-page-container,
    .customer-account-create .page-main .column.main .customer-login-page-container,
    .customer-account-forgotpassword .page-main .column.main .customer-login-page-container {
        display: block;
        padding: 0
    }

    .customer-account-login .page-main .column.main .customer-login-page-container .login-left-container,
    .customer-account-create .page-main .column.main .customer-login-page-container .login-left-container,
    .customer-account-forgotpassword .page-main .column.main .customer-login-page-container .login-left-container {
        padding: 0;
        border: none
    }

    .customer-account-login .page-main .column.main .customer-login-page-container .login-left-container .login-container .block,
    .customer-account-create .page-main .column.main .customer-login-page-container .login-left-container .login-container .block,
    .customer-account-forgotpassword .page-main .column.main .customer-login-page-container .login-left-container .login-container .block {
        margin-bottom: 30px
    }

    .customer-account-login .page-main .column.main .customer-login-page-container .login-left-container .login-container .fieldset .field:not(.note),
    .customer-account-create .page-main .column.main .customer-login-page-container .login-left-container .login-container .fieldset .field:not(.note),
    .customer-account-forgotpassword .page-main .column.main .customer-login-page-container .login-left-container .login-container .fieldset .field:not(.note) {
        padding-top: 20px
    }

    .customer-account-login .page-main .column.main .customer-login-page-container .login-left-container .login-container .fieldset.login .actions-toolbar,
    .customer-account-create .page-main .column.main .customer-login-page-container .login-left-container .login-container .fieldset.login .actions-toolbar,
    .customer-account-forgotpassword .page-main .column.main .customer-login-page-container .login-left-container .login-container .fieldset.login .actions-toolbar {
        padding-top: 15px
    }

    .customer-account-login .page-main .column.main .customer-login-page-container .login-right-container,
    .customer-account-create .page-main .column.main .customer-login-page-container .login-right-container,
    .customer-account-forgotpassword .page-main .column.main .customer-login-page-container .login-right-container {
        padding-bottom: 10px;
        margin-bottom: 20px
    }

    .customer-account-login .page-main .column.main .customer-login-page-container .login-right-container .block-new-customer .block-content .new-customer-img-box,
    .customer-account-create .page-main .column.main .customer-login-page-container .login-right-container .block-new-customer .block-content .new-customer-img-box,
    .customer-account-forgotpassword .page-main .column.main .customer-login-page-container .login-right-container .block-new-customer .block-content .new-customer-img-box {
        display: none
    }

    .customer-account-login .page-main .column.main .customer-login-page-container .login-right-container .block-new-customer .block-content .new-customer-img-box .block-title strong,
    .customer-account-create .page-main .column.main .customer-login-page-container .login-right-container .block-new-customer .block-content .new-customer-img-box .block-title strong,
    .customer-account-forgotpassword .page-main .column.main .customer-login-page-container .login-right-container .block-new-customer .block-content .new-customer-img-box .block-title strong {
        font-size: 25px
    }

    .customer-account-login .social-login-list li,
    .customer-account-create .social-login-list li,
    .customer-account-forgotpassword .social-login-list li {
        padding-right: 5px
    }

    .customer-account-login .social-login-list li .social-login-btn,
    .customer-account-create .social-login-list li .social-login-btn,
    .customer-account-forgotpassword .social-login-list li .social-login-btn {
        font-size: 1.2rem
    }

    #layered-filter-block .filter-title {
        display: none
    }

    #layered-filter-block .filter-content .filter-current {
        margin: 5px 0px 0
    }

    #layered-filter-block .filter-content .filter-current .items {
        display: inherit
    }

    #layered-filter-block .filter-actions {
        display: block;
        margin: 0
    }

    #layered-filter-block .filter-subtitle {
        background-color: #111;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        font-family: raleway, helvetica neue, Verdana, Arial, sans-serif
    }

    #layered-filter-block .filter-options {
        margin-bottom: 70px
    }

    #layered-filter-block .filter-options .filter-options-item {
        border: none;
        padding-bottom: 0
    }

    #layered-filter-block .filter-options .filter-options-item.active .filter-options-title:after {
        content: '\e621'
    }

    #layered-filter-block .filter-options .filter-options-item .filter-options-title {
        padding: 10px 10px 10px 35px;
        border: 1px none #ccc;
        border-bottom-style: solid
    }

    #layered-filter-block .filter-options .filter-options-item .filter-options-title:after {
        content: '\e622';
        left: 10px;
        right: auto
    }

    #layered-filter-block .filter-options .filter-options-item .filter-options-content {
        border-bottom: 1px solid #ccc
    }

    #layered-filter-block .filter-options .filter-options-item .filter-options-content li.item {
        padding-left: 14px
    }

    #layered-filter-block .filter_apply_buttons {
        display: none
    }

    .filter-active #layered-filter-block .filter-title {
        display: block;
        font-weight: bold;
        margin: 0 12px;
        border: none
    }

    .filter-active #layered-filter-block .filter-title strong {
        right: -8px
    }

    .filter-active #layered-filter-block .filter-title strong:after {
        color: #ffffff
    }

    .filter-active #layered-filter-block .filter_apply_buttons {
        display: flex
    }

    .filter-active #layered-filter-block .filter_apply_buttons>button {
        height: 40px !important
    }

    .filter-active .filter-title {
        display: block
    }

    .filter-active .active-hide {
        display: none !important
    }

    .filter-active .active-show {
        display: inline-block !important;
        margin: 0 20px
    }

    .filter-active .action-outer {
        padding-top: 10px
    }

    .page-products .columns {
        padding-top: 0
    }

    .page-products .toolbar-amount {
        padding: 8px 0 0 5px !important
    }

    .toolbar-products {
        background: #F4f4f4;
        padding: 6px 0;
        margin-top: 5px
    }

    .products-grid {
        margin: 10px 0
    }

    dl.block {
        display: none
    }

    .view-all {
        font-size: 14px;
        line-height: 30px;
        height: 30px
    }

    #layer-product-list .products-grid .product-items {
        margin: 0 !important
    }

    #layer-product-list .products-grid .product-items .product-item:nth-child(odd) {
        padding: 0 !important
    }

    #layer-product-list .products-grid .product-items .product-item:nth-child(even) {
        padding: 0 !important
    }

    .catalog-category-view .page-bottom {
        width: 100%;
        box-sizing: border-box
    }

    .catalog-category-view .page-bottom .category-page-title {
        text-align: center;
        font-size: 18px;
        color: #000;
        font-weight: 600;
        line-height: 50px
    }

    .catalog-category-view .page-bottom .category-page-description {
        padding: 15px;
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 40px
    }

    .column.main .product-item {
        padding: 4px
    }

    .product-item a.action.towishlist {
        display: none
    }

    .product-item a.product-item-photo>img {
        height: auto
    }

    .category-description-container .category-title {
        border-bottom: 2px solid #111
    }

    .category-description-container .category-title h1 {
        font-size: 17px;
        font-weight: 600;
        color: #636363;
        padding-bottom: 3px;
        margin-bottom: 15px;
        text-transform: uppercase
    }

    .category-description-container .category-description-btn-hide {
        width: 100%;
        position: relative;
        z-index: 9999;
        padding-top: 180px;
        margin-top: -200px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, #fff));
        background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 80%)
    }

    .cms-page-view .block.widget .block-title {
        padding: 25px 0
    }

    .cms-page-view .block.widget .block-title strong {
        line-height: 18px;
        font-size: 18px
    }

    .cms-page-view .block.widget .block-content .products-grid .product-items {
        width: 100%;
        margin: 0
    }

    .cms-page-view .block.widget .block-content .products-grid .product-items .product-item {
        margin: 0 0 15px 0;
        width: 50%
    }

    .cms-page-view .block.widget .block-content .products-grid .product-items .product-item:nth-child(odd) {
        padding: 0 0 0 10px;
        clear: left
    }

    .cms-page-view .block.widget .block-content .products-grid .product-items .product-item:nth-child(even) {
        padding: 0 10px 0 0
    }

    .cms-page-view .block.widget .block-content .products-grid .product-items .product-item .product-item-photo {
        line-height: 0
    }

    .cms-page-view .block.widget .block-content .products-grid .product-items .product-item .product-item-photo .product-image-container {
        display: block;
        margin: 0 auto
    }

    .cms-page-view .block.widget .block-content .products-grid .product-items .product-item .product-item-photo .product-image-container .product-image-photo {
        width: 100%;
        margin: 0
    }

    .cms-page-view .block.widget .block-content .products-grid .product-items .product-item .product-item-details {
        height: 40px
    }

    .cms-page-view .block.widget .block-content .products-grid .product-items .product-item .product-item-details .product-item-name {
        display: none
    }

    .cms-page-view .comment-pop .attitude li::before {
        display: block;
        content: '';
        width: 40px;
        height: 40px;
        background-size: 40px
    }

    .cms-page-view .comment-pop .attitude li.like::before {
        background-image: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/emoji/like.png)
    }

    .cms-page-view .comment-pop .attitude li.dislike::before {
        background-image: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/emoji/dislike.png)
    }

    .cms-page-view .comment-pop .attitude li.neutral::before {
        background-image: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/emoji/neutral.png)
    }

    .cms-page-view .comment-pop .attitude li.active .fa {
        display: block;
        position: absolute;
        right: 0;
        bottom: 15px;
        font-size: 24px;
        color: #65b907;
        background: #fff;
        border-radius: 50px
    }

    .cms-page-view .comment-pop .nameEror {
        display: block
    }

    .cms-page-view .comment-pop .like_v::before,
    .cms-page-view .comment-pop .dislike_v::before,
    .cms-page-view .comment-pop .neutral_v::before {
        display: inline-block;
        content: '';
        width: 24px;
        height: 24px;
        background-size: 24px;
        vertical-align: sub
    }

    .cms-page-view .comment-pop .like_v::before {
        background-image: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/emoji/like.png)
    }

    .cms-page-view .comment-pop .dislike_v::before {
        background-image: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/emoji/dislike.png)
    }

    .cms-page-view .comment-pop .neutral_v::before {
        background-image: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/emoji/neutral.png)
    }

    .cms-mobile-home .block-products-slider-list {
        margin-bottom: 0
    }

    .cms-flash-sale-html .page-main {
        background-image: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/black-background.png);
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-color: #212121;
        padding-left: 0;
        padding-right: 0
    }

    .cms-flash-sale-html .page-main .columns {
        max-width: 100%
    }

    .cms-flash-sale-html .page-main .columns .column.main {
        padding: 0
    }

    .cms-flash-sale-html .page-main .columns .column.main .black_container {
        display: none
    }

    .cms-flash-sale-html .page-main .columns .column.main .black_container-mo .black_banner_pc a img {
        width: 100%
    }

    .cms-flash-sale-html .page-main .columns .column.main .black_container-mo .black_content {
        max-width: 1240px;
        margin: 0 15px
    }

    .cms-flash-sale-html .page-main .columns .column.main .black_container-mo .black_content .black_content_catalog_img {
        margin: 15px 0;
        text-align: center
    }

    .cms-flash-sale-html .page-main .columns .column.main .black_container-mo .black_content .black_content_two {
        background: #ffffff;
        display: flex
    }

    .cms-flash-sale-html .page-main .columns .column.main .black_container-mo .black_content .black_content_two a {
        display: inline-block;
        margin-right: 5px;
        border: 1px solid #212121;
        position: relative;
        border-radius: 15px;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .cms-flash-sale-html .page-main .columns .column.main .black_container-mo .black_content .black_content_two a img {
        display: block;
        border-radius: 14px
    }

    .cms-flash-sale-html .page-main .columns .column.main .black_container-mo .black_content .black_content_two a .old-price {
        position: absolute;
        color: #ffffff;
        bottom: 15px;
        left: 81px;
        font-size: 15px
    }

    .cms-flash-sale-html .page-main .columns .column.main .black_container-mo .black_content .black_content_two a .new-price {
        position: absolute;
        color: #8C0E18;
        left: 22px;
        bottom: 15px;
        font-size: 15px
    }

    .cms-flash-sale-html .page-main .columns .column.main .black_container-mo .black_content .black_content_two .frist {
        margin-left: 5px
    }

    .cms-flash-sale-html .page-main .columns .column.main .black_container-mo .black_content .black_content_two .last {
        margin-right: 5px
    }

    .cms-flash-sale-html .page-main .columns .column.main .black_container-mo .black_content .black_content_three {
        display: flex;
        background: #212121
    }

    .cms-flash-sale-html .page-main .columns .column.main .black_container-mo .black_content .black_content_three a {
        border: 2px solid #8c0e18;
        display: inline-block;
        margin: 5px
    }

    .cms-flash-sale-html .page-main .columns .column.main .black_container-mo .black_content .black_content_catalog {
        text-align: center
    }

    .cms-flash-sale-html .page-main .columns .column.main .black_container-mo .black_content .black_content_catalog .black_content_catalog_one {
        margin: 5px 0
    }

    .cms-flash-sale-html .page-main .columns .column.main .black_container-mo .black_content .black_content_catalog .black_content_catalog_one a {
        display: block;
        border: 3px solid #db686f;
        border-radius: 5px;
        margin: 0
    }

    .cms-flash-sale-html .page-main .columns .column.main .black_container-mo .black_content .black_content_catalog .black_content_catalog_one a img {
        border-radius: 3px;
        display: block
    }

    .cms-flash-sale-html .page-main .columns .column.main .black_container-mo .black_content .black_content_catalog .black_content_catalog_two {
        display: flex
    }

    .cms-flash-sale-html .page-main .columns .column.main .black_container-mo .black_content .black_content_catalog .black_content_catalog_two a {
        display: inline-block;
        border: 3px solid #db686f;
        border-radius: 5px;
        margin: 1px
    }

    .cms-flash-sale-html .page-main .columns .column.main .black_container-mo .black_content .black_content_catalog .black_content_catalog_two img {
        border-radius: 3px;
        display: block
    }

    .catalog-product-view .modal-popup .modal-header .modal-title {
        text-align: center
    }

    .catalog-product-view .modals-wrapper .modal-reviews {
        height: 95%;
        overflow: scroll
    }

    .catalog-product-view .product.media .gallery-placeholder .loading-mask {
        width: 100%;
        padding-bottom: 0
    }

    .catalog-product-view .product-info-main .product-detail-protmotion-bar {
        height: 45px;
        text-align: center;
        margin-bottom: 15px
    }

    .catalog-product-view .product-info-main .product-detail-protmotion-bar span.content {
        background: #b8daf4;
        line-height: 30px;
        display: block;
        margin: 0 auto;
        color: #000000;
        font-size: 16px;
        border-radius: 0 12px 12px 0
    }

    .catalog-product-view .product-info-main .page-title-wrapper.product {
        margin-top: 15px;
        margin-bottom: 10px
    }

    .catalog-product-view .product-info-main .page-title-wrapper.product .page-title {
        font-size: 18px;
        line-height: 25px;
        padding: 0 !important;
        margin-bottom: 12px;
        color: #39c;
        font-weight: 500
    }

    .catalog-product-view .product-info-main .page-title-wrapper.product .product.attribute {
        font-size: 17px
    }

    .catalog-product-view .product-info-main .page-title-wrapper.product .product.attribute.sku {
        display: flex
    }

    .catalog-product-view .product-info-main .page-title-wrapper.product .product.attribute.sku .like-total {
        flex: 1;
        text-align: right
    }

    .catalog-product-view .product-info-main .page-title-wrapper.product .product.attribute.sku .like-total i.fa {
        margin-right: 5px
    }

    .catalog-product-view .product-info-main .page-title-wrapper.product .product.attribute.sku .like-total .like-num {
        margin-right: 5px
    }

    .catalog-product-view .product-info-main .product-info-stock-sku {
        padding-left: 0
    }

    .catalog-product-view .product-info-main .product-info-stock-sku .stock.available span {
        font-weight: 400;
        text-transform: capitalize
    }

    .catalog-product-view .product-info-main .product-info-price {
        margin-left: 0 !important;
        width: 100% !important;
        border-bottom: 10px;
        margin-bottom: 0
    }

    .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price {
        display: flex;
        align-items: flex-start;
        width: 100% !important;
        margin-bottom: 10px;
        padding-left: 0;
        padding-bottom: 0
    }

    .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .price-saved-container {
        display: flex;
        flex-direction: column;
        margin-left: 15px
    }

    .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .price-saved-container>span {
        line-height: 1
    }

    .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .price-saved-container .price-container>span {
        display: inline
    }

    .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .price-saved-container .price-container>span.price-label {
        font-size: 14px
    }

    .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .price-saved-container .price-container>span.price-label:after {
        display: inline;
        content: ":"
    }

    .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .price-saved-container .price-saved .price-label {
        color: #ff373c
    }

    .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price [data-price-type="finalPrice"] span.price {
        color: red;
        font-size: 36px;
        font-weight: 500
    }

    .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price [data-price-type="oldPrice"] span.price {
        color: #000;
        font-size: 14px
    }

    .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price [data-price-type="priceSaved"] span.price {
        color: red;
        font-size: 14px;
        font-weight: normal
    }

    .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price.price-clearance {
        display: block;
        position: relative;
        margin-top: 10px
    }

    .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price.price-clearance [data-price-type="finalPrice"] {
        margin: 0
    }

    .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price.price-clearance [data-price-type="finalPrice"] .price {
        position: absolute;
        font-size: 30px;
        top: 18px;
        left: 280px;
        width: 220px;
        text-align: center;
        color: #e35638
    }

    .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price.price-clearance .old-price {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px
    }

    .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price.price-clearance .countdown-wrapper {
        display: inline-block;
        vertical-align: middle
    }

    .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price.price-daily-deal {
        display: block;
        position: relative;
        margin-top: 10px
    }

    .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price.price-daily-deal [data-price-type="finalPrice"] {
        margin: 0
    }

    .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price.price-daily-deal [data-price-type="finalPrice"] .price {
        position: absolute;
        font-size: 30px;
        top: 18px;
        left: 280px;
        width: 220px;
        text-align: center;
        color: #e35638
    }

    .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price.price-daily-deal .old-price {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px
    }

    .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price.price-daily-deal .countdown-wrapper {
        display: inline-block;
        vertical-align: middle
    }

    .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .special-price .price-container .price {
        line-height: initial
    }

    .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .price-saved-container>span {
        height: 17px
    }

    .catalog-product-view .product-info-main .product-info-price .price-countdown {
        margin-bottom: 20px
    }

    .catalog-product-view .product-info-main .product-info-price .price-countdown .label {
        margin-right: 5px !important;
        font-size: 13px
    }

    .catalog-product-view .product-info-main .product-info-price .price-countdown .countdown-box {
        font-size: 13px !important
    }

    .catalog-product-view .product-info-main .product-info-price .tag {
        position: absolute;
        right: 15px;
        box-sizing: border-box;
        text-align: center;
        border: none;
        font-size: 12px;
        line-height: 12px;
        border-radius: 5px;
        padding: 5px;
        margin-top: 3px
    }

    .catalog-product-view .product-info-main .product-info-price .tag.final-sale {
        background-color: #000;
        color: #fff
    }

    .catalog-product-view .product-info-main .product-info-price .tag.regular {
        background-color: #789dca;
        color: #fff
    }

    .catalog-product-view .product-info-main .product-add-form {
        margin-bottom: 10px
    }

    .catalog-product-view .product-info-main .product-add-form .product-options-wrapper {
        padding: 10px 15px 0px;
        border: 1px solid #ccc;
        position: relative
    }

    .catalog-product-view .product-info-main .product-add-form .product-options-wrapper .fieldset .field .pro-size-guide {
        display: inline-block;
        float: right
    }

    .catalog-product-view .product-info-main .product-add-form .product-options-wrapper .fieldset .field .pro-size-guide i {
        color: #39c
    }

    .catalog-product-view .product-info-main .product-add-form .product-options-wrapper .fieldset .field .pro-size-guide span {
        text-transform: capitalize;
        color: #3399cc
    }

    .catalog-product-view .product-info-main .product-add-form .product-options-bottom .box-tocart {
        padding: 15px 20px;
        border: 1px solid #ccc;
        border-top: 0
    }

    .catalog-product-view .product-info-main .product-add-form .product-options-bottom .box-tocart:before {
        display: none
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart {
        margin-top: 0;
        margin-bottom: 10px;
        padding: 40px 20px 15px;
        border: 1px solid #ccc;
        position: relative
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart:before {
        position: absolute;
        top: 25px;
        left: 0;
        display: block;
        content: '';
        width: 100%;
        border-top: 1px solid #ccc
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset {
        margin: 0
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .field.qty {
        display: none
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart .fixed-to-bottom {
        position: fixed;
        left: 0;
        bottom: 0;
        margin-bottom: 0;
        padding: 10px;
        width: calc(100% - 20px);
        z-index: 888;
        background-color: #fff;
        box-shadow: 0 0 0 -5px rgba(0, 0, 0, 0.3) inset, 0 5px 20px 5px rgba(0, 0, 0, 0.3);
        margin: 0
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart .fixed-to-bottom:before {
        display: none
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart .fixed-to-bottom .actions {
        border: none;
        padding-bottom: 0
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart .fixed-to-bottom .actions button.primary {
        margin-bottom: 0
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart .fixed-to-bottom .free-shipp {
        display: none
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty {
        display: block
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .control {
        width: 135px;
        background: #f4f4f4;
        text-align: center
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .control .counter-ctrl {
        padding: 10px;
        display: inline-block
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .control input[type=number] {
        border: none;
        background: #f4f4f4
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 15px
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart .actions button {
        display: block;
        height: 50px;
        border: none
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart .actions button.primary {
        background-color: #39c
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart .actions button.secondary {
        background-color: #f3f3f3
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .delimiter {
        width: 10px;
        flex-grow: 0
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .check-out-paypal {
        padding: 0;
        font-size: 15px;
        font-weight: normal;
        width: 36%;
        border: 1px solid #dadada;
        text-transform: uppercase
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .tocart {
        padding: 15px 0 15px 0;
        line-height: 20px;
        width: 59%;
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: 14px
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .tocart>span {
        font-size: 15px;
        font-weight: normal;
        color: #fff
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .tocart::before {
        display: inline-block;
        content: '';
        background-image: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/add-to-cart-60x60.png);
        background-size: 14px 14px;
        width: 14px;
        height: 14px;
        margin-top: 3px;
        margin-right: 0px;
        vertical-align: inherit
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart .free-shipp {
        font-weight: 500;
        font-size: 18px;
        white-space: nowrap;
        color: #636363;
        border-top: 1px solid #ccc;
        padding-top: 10px
    }

    .catalog-product-view .product-view-options-wrapper .option-item {
        position: relative;
        padding-bottom: 20px
    }

    .catalog-product-view .product-view-options-wrapper .option-item .option-label label.label {
        display: inline-block;
        margin-bottom: 5px;
        font-weight: 600;
        margin-left: 0
    }

    .catalog-product-view .product-view-options-wrapper .option-item .option-label label.label.required:after {
        content: '*';
        color: #e02b27;
        font-size: 1.2rem;
        margin: 0 0 0 5px;
        display: inline
    }

    .catalog-product-view .product-view-options-wrapper .option-item .option-field {
        display: flex;
        align-items: center
    }

    .catalog-product-view .product-view-options-wrapper .option-item .option-field .control {
        width: 100% !important
    }

    .catalog-product-view .product-view-options-wrapper .option-item .option-field .right-side {
        position: absolute;
        right: 0px;
        top: 2px;
        flex: 1;
        padding-left: 20px
    }

    .catalog-product-view .product-view-options-wrapper .option-item .option-field .right-side span.guide {
        cursor: pointer
    }

    .catalog-product-view .product-view-options-wrapper .option-item .option-bottom .stock-tip {
        color: green
    }

    .catalog-product-view .product-view-options-wrapper .option-group-template {
        display: none !important
    }

    .catalog-product-view #product-policy img {
        width: 100%
    }

    .catalog-product-view #product-policy .item {
        border-bottom: solid 1px #dcdcdc
    }

    .catalog-product-view #product-policy .item.notice .title {
        font-weight: 600
    }

    .catalog-product-view #product-policy .item .title {
        line-height: 20px;
        box-sizing: border-box;
        color: #222;
        padding: 10px 0;
        position: relative
    }

    .catalog-product-view #product-policy .item .title.toggle::after {
        margin: 0 13px 0 0;
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        right: 0;
        content: '';
        background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png) -29px -29px;
        background-size: 720px 720px;
        transform: translateY(-50%) rotate(270deg);
        -webkit-transform: translateY(-50%) rotate(270deg);
        -moz-transform: translateY(-50%) rotate(270deg);
        -o-transform: translateY(-50%) rotate(270deg);
        writing-mode: lr-tb
    }

    .catalog-product-view #product-policy .item .content {
        display: none
    }

    .catalog-product-view #product-policy .item:last-child {
        margin-bottom: 20px
    }

    .catalog-product-view .product.info.detailed {
        margin-top: 20px;
        margin-bottom: 0;
        position: relative
    }

    .catalog-product-view .product.info.detailed .customize-navs {
        margin-left: -5px;
        margin-right: -5px;
        display: flex
    }

    .catalog-product-view .product.info.detailed .customize-navs .nav-item {
        flex: 1;
        text-align: center;
        padding: 5px;
        font-size: 18px;
        font-weight: 500;
        color: #999;
        background-color: #eeeeee;
        border-right: solid 2px #fff;
        line-height: 40px
    }

    .catalog-product-view .product.info.detailed .customize-navs .nav-item.active {
        color: #000;
        background-color: #d4f3f5
    }

    .catalog-product-view .product.info.detailed .customize-navs .nav-item.last {
        border-right: none
    }

    .catalog-product-view .product.info.detailed .product.data.items .data.item.title {
        background-color: #f4f4f4;
        position: relative;
        text-transform: uppercase
    }

    .catalog-product-view .product.info.detailed .product.data.items .data.item.title .switch:hover {
        color: #3399cc
    }

    .catalog-product-view .product.info.detailed .product.data.items .data.item.title.active .switch {
        border-bottom: 1px solid #ccc
    }

    .catalog-product-view .product.info.detailed .product.data.items .data.item.title.active .switch:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #39c;
        border-bottom: none;
        left: 6px;
        top: 54%;
        margin-top: -3px
    }

    .catalog-product-view .product.info.detailed .product.data.items .data.item.title span::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #39c;
        border-right: 0;
        left: 6px;
        top: 48%;
        margin-top: -3px
    }

    .catalog-product-view .product.info.detailed .product.data.items .data.item.title.opened span::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid #39c;
        border-bottom: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        left: 6px;
        top: 54%;
        margin-top: -3px
    }

    .catalog-product-view .product.info.detailed .product.data.items .data.item.content {
        border-left: none;
        border-right: none;
        font-size: 12px;
        padding: 10px 0 0
    }

    .catalog-product-view .product.info.detailed .product.data.items .data.item.content .product.attribute.description .value table>tbody>tr>th,
    .catalog-product-view .product.info.detailed .product.data.items .data.item.content .product.attribute.description .value table>tbody>tr>td {
        padding: 3px 10px;
        font-size: 14px
    }

    .catalog-product-view .product.info.detailed .product.data.items .data.item.content .product.attribute.description .value p {
        font-size: 14px;
        margin: 0 10px
    }

    .catalog-product-view .product.info.detailed .product.data.items .data.item.content iframe {
        width: 100% !important
    }

    .catalog-product-view .product.info.detailed .product.data.items .data.item.content .description-layout {
        flex-direction: column
    }

    .catalog-product-view .product.info.detailed .product.data.items .data.item.content .description-layout .description {
        padding: 0 !important
    }

    .catalog-product-view .product.info.detailed .product.data.items .data.item.content .description-layout .overview {
        padding: 0 !important
    }

    .catalog-product-view .product.info.detailed .product.data.items .data.item.content .description-layout .overview .value {
        flex-direction: column
    }

    .catalog-product-view .product.info.detailed .product.data.items .data.item.content .description-layout .overview table {
        width: 100% !important;
        margin-top: 20px !important
    }

    .catalog-product-view .product.info.detailed .product.data.items .data.item.content .report-wrapper .title {
        text-align: center
    }

    .catalog-product-view .product.info.detailed .product.data.items .data.item.content .report-wrapper .title .main {
        font-size: 18px;
        margin-bottom: 20px
    }

    .catalog-product-view .product.info.detailed .product.data.items .data.item.content .report-wrapper .title .sub {
        font-size: 12px;
        margin-bottom: 15px
    }

    .catalog-product-view .product.info.detailed .product.data.items .data.item.content .report-wrapper .report-items-wrapper {
        padding-top: 0 !important;
        margin: 0 -10px
    }

    .catalog-product-view .product.info.detailed .product.data.items .data.item.content .panel.panel-default table>thead>tr>th {
        text-align: center;
        color: #636363;
        font-size: 14px;
        background: #F5F5F5;
        font-weight: bolder;
        border: 1px solid #ddd
    }

    .catalog-product-view .product.info.detailed .product.data.items .data.item.content .panel.panel-default table>tbody>tr>td {
        text-align: center;
        color: #636363;
        font-size: 14px;
        border: 1px solid #ddd
    }

    .catalog-product-view.gift-card-product-view .giftcard-information-container .field {
        padding-bottom: 10px
    }

    .catalog-product-view.gift-card-product-view .giftcard-information-container .field label {
        font-size: 16px;
        line-height: 36px
    }

    .catalog-product-view.gift-card-product-view .giftcard-information-container .field.required label:before {
        content: '*';
        color: red
    }

    .catalog-product-view.gift-card-product-view .giftcard-information-container .field.delivery_date .value {
        position: relative
    }

    .catalog-product-view.gift-card-product-view .giftcard-information-container .field.delivery_date .value .fa {
        font-size: 19px;
        padding: 6px;
        position: absolute;
        top: 1px;
        left: 1px;
        background-color: #c2c2c2
    }

    .catalog-product-view.gift-card-product-view .giftcard-information-container .field.delivery_date .value #delivery_date {
        padding-left: 38px
    }

    .catalog-product-view.gift-card-product-view .giftcard-information-container .field .value ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center
    }

    .catalog-product-view.gift-card-product-view .giftcard-information-container .field .value ul:after {
        display: block;
        content: '';
        clear: both
    }

    .catalog-product-view.gift-card-product-view .giftcard-information-container .field .value ul li {
        display: block;
        width: 23.5%;
        overflow: hidden;
        border: solid 1px #fff
    }

    .catalog-product-view.gift-card-product-view .giftcard-information-container .field .value ul li.active {
        border: solid 1px #f00
    }

    .catalog-product-view.gift-card-product-view .giftcard-information-container .field .value ul li img {
        display: block
    }

    .catalog-product-view.gift-card-product-view .giftcard-information-container .field .value textarea {
        height: 120px
    }

    .catalog-product-view.gift-card-product-view .box-tocart .actions #check-out-paypal {
        width: 100%;
        max-width: 100%;
        margin-right: 0
    }

    .catalog-product-view .presale-container * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .catalog-product-view .presale-container .clearfix {
        zoom: 1
    }

    .catalog-product-view .presale-container .clearfix:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both
    }

    .catalog-product-view .presale-container .time-line {
        width: 100%;
        padding: 15px;
        background: #f4f4f4;
        font-size: 12px;
        color: #777;
        max-width: 400px
    }

    .catalog-product-view .presale-container .first-line {
        font-weight: bold;
        color: #000
    }

    .catalog-product-view .presale-container .w1 {
        display: inline-block;
        max-width: 150px;
        width: 30%
    }

    .catalog-product-view .presale-container .w2 {
        display: inline-block;
        max-width: 105px;
        width: 12%
    }

    .catalog-product-view .presale-container .w3 {
        max-width: 193px;
        display: inline-block;
        width: 55%;
        text-align: right
    }

    .catalog-product-view .presale-container .second-line {
        position: relative
    }

    .catalog-product-view .presale-container .time-mli {
        max-width: 384px;
        position: absolute;
        width: 88%;
        border-bottom: 1px solid;
        top: 6px;
        left: 14px
    }

    .catalog-product-view .presale-container .w1t {
        max-width: 155px;
        display: inline-block;
        width: 30%;
        height: 13px;
        border-right: 1px solid;
        border-left: 1px solid;
        margin-left: 13px
    }

    .catalog-product-view .presale-container .w3t {
        max-width: 226px;
        display: inline-block;
        width: 57%;
        height: 13px;
        border-right: 1px solid
    }

    .catalog-product-view .presale-container .guide-info {
        font-size: 14px;
        color: #444;
        font-weight: bold;
        line-height: 25px;
        padding: 20px 0 15px
    }

    .catalog-product-view .presale-container .guide-icon {
        display: inline-block;
        width: 25px;
        height: 25px;
        background: url("//cdn.xuansiwei.com/eaven11941/promotion/en/cms/presale/guide.png");
        background-size: 25px 25px;
        vertical-align: middle
    }

    .catalog-product-view .presale-container .edit-info {
        font-size: 12px;
        color: #222;
        padding: 15px 0 20px;
        position: relative
    }

    .catalog-product-view .presale-container .edit-icon {
        display: inline-block;
        width: 25px;
        height: 25px;
        background: url("//cdn.xuansiwei.com/eaven11941/promotion/en/cms/presale/edit.png");
        background-size: 25px 25px;
        vertical-align: middle
    }

    .catalog-product-view .presale-container .pre-now {
        height: 55px;
        line-height: 55px;
        width: 100%;
        color: #fff;
        background: #ff9700;
        text-align: center;
        max-width: 400px
    }

    .catalog-product-view .presale-container .close-edit {
        text-align: right;
        font-size: 27px;
        line-height: 20px;
        padding-right: 5px
    }

    .catalog-product-view .presale-container .edit-pop {
        border: 1px solid #ddd;
        max-width: 400px;
        position: absolute;
        background: #fff;
        width: 100%;
        top: 48px;
        left: 0px;
        display: none
    }

    .catalog-product-view .presale-container .edit-title {
        padding: 15px 10px;
        font-size: 14px;
        color: #444;
        font-weight: bold
    }

    .catalog-product-view .presale-container .edit-form {
        padding: 0 30px 20px 10px
    }

    .catalog-product-view .presale-container .edit-form>div {
        margin-bottom: 20px
    }

    .catalog-product-view .presale-container .edit-form label {
        font-size: 12px;
        color: #444;
        display: inline-block;
        width: 16%;
        text-align: right;
        margin-right: 3%;
        font-weight: bold
    }

    .catalog-product-view .presale-container .edit-form input {
        height: 30px;
        width: 81%
    }

    .catalog-product-view .presale-container .edit-form textarea {
        height: 125px;
        width: 81%;
        resize: none
    }

    .catalog-product-view .presale-container .edit-sumit {
        width: 81%;
        height: 35px;
        background: #ffc34c;
        border: none;
        color: #fff;
        font-size: 16px
    }

    .catalog-product-view .product-presale-comment {
        padding: 20px
    }

    .catalog-product-view .product-presale-comment * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .catalog-product-view .product-presale-comment .clearfix {
        zoom: 1
    }

    .catalog-product-view .product-presale-comment .clearfix:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both
    }

    .catalog-product-view .product-presale-comment .attitude {
        padding: 0;
        margin: 0;
        list-style: none;
        padding-top: 5px;
        width: 200px;
        float: left;
        font-size: 12px
    }

    .catalog-product-view .product-presale-comment .attitude li {
        position: relative;
        padding: 0;
        margin: 0;
        list-style: none;
        width: 58px;
        float: left;
        text-align: center;
        margin-right: 5px;
        cursor: pointer
    }

    .catalog-product-view .product-presale-comment .attitude li .fa {
        display: none
    }

    .catalog-product-view .product-presale-comment .attitude li::before {
        display: block;
        content: '';
        width: 50px;
        height: 50px;
        background-size: 50px
    }

    .catalog-product-view .product-presale-comment .attitude li.like::before {
        background-image: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/emoji/like.png)
    }

    .catalog-product-view .product-presale-comment .attitude li.dislike::before {
        background-image: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/emoji/dislike.png)
    }

    .catalog-product-view .product-presale-comment .attitude li.neutral::before {
        background-image: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/emoji/neutral.png)
    }

    .catalog-product-view .product-presale-comment .attitude li.active .fa {
        display: block;
        position: absolute;
        right: -5px;
        bottom: 10px;
        font-size: 30px;
        color: #65b907;
        background: #fff;
        border-radius: 50px
    }

    .catalog-product-view .product-presale-comment .show-img {
        border: 1px dashed #ddd;
        width: 75px;
        height: 75px
    }

    .catalog-product-view .product-presale-comment .resale-sh {
        font-size: 16px;
        color: #222;
        font-weight: bold;
        line-height: 25px
    }

    .catalog-product-view .product-presale-comment .com-textarea {
        height: 90px;
        width: 285px;
        color: #444;
        font-size: 14px;
        padding: 10px;
        resize: none;
        margin-top: 5px
    }

    .catalog-product-view .product-presale-comment .com-textarea::-webkit-input-placeholder {
        color: #999;
        font-size: 12px
    }

    .catalog-product-view .product-presale-comment .com-textarea::-moz-placeholder {
        color: #999;
        font-size: 12px
    }

    .catalog-product-view .product-presale-comment .com-textarea:-moz-placeholder {
        color: #999;
        font-size: 12px
    }

    .catalog-product-view .product-presale-comment .com-textarea:-ms-input-placeholder {
        color: #999;
        font-size: 12px
    }

    .catalog-product-view .product-presale-comment .submit {
        background: #ff9700;
        color: #fff;
        padding: 4px 14px;
        font-size: 14px
    }

    .catalog-product-view .product-presale-comment .response-img {
        width: 35px;
        display: block;
        max-width: 100%
    }

    .catalog-product-view .product-presale-comment .comments .comments-header {
        border-bottom: 1px solid #ffc24c;
        display: flex;
        display: -webkit-flex;
        justify-content: center
    }

    .catalog-product-view .product-presale-comment .comments .comments-header>div.text {
        flex-grow: 0;
        background: #ffc24c;
        height: 32px;
        color: #fff;
        margin-top: 1px;
        line-height: 31px;
        font-size: 16px
    }

    .catalog-product-view .product-presale-comment .comments .custom-ul {
        margin: 0;
        padding: 0
    }

    .catalog-product-view .product-presale-comment .comments .custom-ul li {
        padding: 10px 0;
        margin: 0;
        list-style: none;
        border-bottom: 1px dashed #ddd
    }

    .catalog-product-view .product-presale-comment .comments .custom-ul li:last-child {
        border-bottom: none
    }

    .catalog-product-view .product-presale-comment .comments .custom-ul li .name {
        display: block;
        font-size: 16px;
        color: #222;
        font-weight: bold;
        line-height: 35px
    }

    .catalog-product-view .product-presale-comment .comments .custom-ul li .comment {
        font-size: 14px;
        color: #444;
        word-wrap: break-word
    }

    .catalog-product-view .product-presale-comment .comments .like_v::before,
    .catalog-product-view .product-presale-comment .comments .dislike_v::before,
    .catalog-product-view .product-presale-comment .comments .neutral_v::before {
        display: inline-block;
        content: '';
        width: 24px;
        height: 24px;
        background-size: 24px
    }

    .catalog-product-view .product-presale-comment .comments .like_v::before {
        background-image: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/emoji/like.png)
    }

    .catalog-product-view .product-presale-comment .comments .dislike_v::before {
        background-image: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/emoji/dislike.png)
    }

    .catalog-product-view .product-presale-comment .comments .neutral_v::before {
        background-image: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/emoji/neutral.png)
    }

    .catalog-product-view .product-presale-comment .nameEror {
        display: block
    }

    .catalog-product-view .modal-popup.order-inquiry-modal .modal-inner-wrap {
        width: 95%;
        box-sizing: border-box
    }

    .catalog-product-view .modal-popup.order-inquiry-modal .modal-content {
        padding-bottom: 20px
    }

    .catalog-product-view .modal-popup.order-inquiry-modal .modal-content .edit-pop {
        text-align: left
    }

    .catalog-product-view .modal-popup.order-inquiry-modal .modal-content .edit-pop .edit-title {
        line-height: 50px;
        color: #222;
        font-size: 16px
    }

    .catalog-product-view .modal-popup.order-inquiry-modal .modal-content .edit-pop .edit-form .control {
        margin-bottom: 20px
    }

    .catalog-product-view .modal-popup.order-inquiry-modal .modal-content .edit-pop .edit-form .control::after {
        content: '';
        display: block;
        clear: both
    }

    .catalog-product-view .modal-popup.order-inquiry-modal .modal-content .edit-pop .edit-form .control label {
        font-weight: 500;
        width: 15%;
        display: block;
        float: left;
        font-size: 14px;
        color: #444;
        padding-right: 10px;
        line-height: 30px
    }

    .catalog-product-view .modal-popup.order-inquiry-modal .modal-content .edit-pop .edit-form .control input,
    .catalog-product-view .modal-popup.order-inquiry-modal .modal-content .edit-pop .edit-form .control textarea {
        box-sizing: border-box;
        width: 80%;
        display: block;
        float: left;
        line-height: 28px;
        padding: 2px
    }

    .catalog-product-view .modal-popup.order-inquiry-modal .modal-content .edit-pop .edit-form .control textarea {
        min-height: 125px
    }

    .catalog-product-view .modal-popup.order-inquiry-modal .modal-content .edit-pop .edit-form .before-submit {
        height: 35px;
        display: block;
        content: '';
        width: 15%;
        float: left;
        padding-right: 10px
    }

    .catalog-product-view .modal-popup.order-inquiry-modal .modal-content .edit-pop .edit-form .edit-submit {
        outline: none;
        border: none;
        width: 80%;
        padding: 0;
        margin: 10px auto;
        line-height: 35px;
        background-color: #ffc34c;
        color: #fff;
        float: left
    }

    .catalog-product-view .modal-popup.modal-slide.product-policy {
        left: 0
    }

    .catalog-product-view .modal-popup.modal-slide.product-policy .modal-header {
        position: absolute;
        left: 0;
        top: 0
    }

    .catalog-product-view .modal-popup.modal-slide.product-policy .modal-header .action-close {
        position: absolute;
        left: 0;
        top: 8px;
        padding: 0
    }

    .catalog-product-view .modal-popup.modal-slide.product-policy .modal-header .action-close::before {
        margin: 3px 13px 0 0;
        display: block;
        width: 16px;
        height: 16px;
        content: '';
        background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png) -29px -29px;
        background-size: 720px 720px;
        transition: transform .25s;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        writing-mode: lr-tb
    }

    .catalog-product-view .modal-popup.modal-slide.product-policy .modal-content {
        padding: 0
    }

    .catalog-product-view .modal-popup.modal-slide.product-policy .modal-content .title {
        font-size: 18px;
        color: #000;
        height: 65px;
        line-height: 65px;
        text-align: center;
        background-color: #7dccd0
    }

    .catalog-product-view .modal-popup.modal-slide.product-policy .modal-content .content {
        padding: 20px 15px 0 15px;
        line-height: 24px
    }

    .catalog-product-view .modal-popup.modal-slide.product-policy .modal-content .content table {
        margin-top: 10px
    }

    .catalog-product-view .modal-popup.modal-slide.product-policy .modal-content .content table th,
    .catalog-product-view .modal-popup.modal-slide.product-policy .modal-content .content table td {
        padding: 0
    }

    .catalog-product-view .modal-popup.modal-slide.product-policy .modal-content .content a.learn-more {
        text-decoration: underline
    }

    .catalog-product-view .product-info-price .slogan {
        padding-right: 0
    }

    .catalog-product-view .product-info-price .after-price-slogan {
        margin-left: 15px;
        border-left: 1px solid #ccc;
        padding-left: 15px;
        line-height: 14px
    }

    .catalog-product-view .product-info-price .after-price-slogan label {
        font-size: 14px;
        color: #ffa800
    }

    .catalog-product-view .product-info-price .after-price-slogan .price-wrapper {
        display: inline !important
    }

    .catalog-product-view .product-info-price .after-price-slogan .price-wrapper .price {
        font-size: 14px;
        color: #ffa800;
        font-weight: 500;
        line-height: 14px
    }

    .catalog-product-view .product-info-price>.after-price-slogan {
        margin-top: -10px;
        margin-left: 0;
        border-left: none;
        padding-left: 0;
        line-height: 30px;
        padding-bottom: 10px
    }

    .product-view-related-wrapper .header,
    .product-view-matching-wrapper .header {
        margin: 5px 0
    }

    .product-view-related-wrapper .header .title .large,
    .product-view-matching-wrapper .header .title .large {
        font-size: 15px
    }

    .product-view-related-wrapper .product-list,
    .product-view-matching-wrapper .product-list {
        width: 88%
    }

    .product-view-related-wrapper .product-list .item,
    .product-view-matching-wrapper .product-list .item {
        padding: 5px
    }

    .product-view-related-wrapper .product-list .owl-stage-outer,
    .product-view-matching-wrapper .product-list .owl-stage-outer {
        z-index: 55
    }

    .product-view-related-wrapper .product-list .owl-nav,
    .product-view-matching-wrapper .product-list .owl-nav {
        font-size: 40px;
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 80px;
        width: 100%
    }

    .product-view-related-wrapper .product-list .owl-nav.disabled,
    .product-view-matching-wrapper .product-list .owl-nav.disabled {
        display: none !important
    }

    .product-view-related-wrapper .product-list .owl-nav .owl-prev,
    .product-view-matching-wrapper .product-list .owl-nav .owl-prev {
        left: 0 !important;
        margin-left: -5% !important
    }

    .product-view-related-wrapper .product-list .owl-nav .owl-next,
    .product-view-matching-wrapper .product-list .owl-nav .owl-next {
        right: 0 !important;
        margin-right: -5% !important
    }

    .countdown-modal .modal-inner-wrap {
        width: 95% !important
    }

    .countdown-modal .countdown-popup-wrapper {
        padding: 10px !important
    }

    .countdown-modal .countdown-popup-wrapper .pop-center .product-view .media {
        width: 100px !important
    }

    .product-social-links {
        margin-bottom: 0
    }

    .product-social-links .social-links-bottom dd {
        text-align: left !important
    }

    .product-social-links .social-links-bottom .refer-friend i {
        background: none !important
    }

    .product-social-links .product-addto-links {
        margin-bottom: 12px
    }

    .product-social-links .product-addto-links .top-share {
        display: none
    }

    .product-social-links .product-addto-links #top-share-button {
        margin-left: 15px
    }

    .product-social-links .product-addto-links #top-share-button i {
        color: #ddd;
        margin-right: 10px
    }

    .product-social-links .pay-installment img {
        height: 17px
    }

    .page-header .top-share {
        width: 100%;
        padding: 10px 0;
        text-align: center;
        background-color: #fff;
        border-top: 2px solid #e1e1e1;
        box-shadow: 0 2px 2px #dedede
    }

    .page-header .top-share .refer-a-friend {
        text-decoration: underline;
        line-height: 50px
    }

    .page-header .top-share .refer-a-friend img {
        height: 20px;
        vertical-align: sub
    }

    .social-links-modal .modal-inner-wrap {
        width: 90% !important
    }

    .social-links-modal .modal-content {
        padding: 0 15px 15px 15px !important
    }

    .social-links-modal .modal-content ul {
        margin: 5px !important;
        padding-left: 15px !important
    }

    .social-links-modal .modal-content .paypal {
        width: 100%
    }

    .product-comments-wrapper {
        padding: 30px 20px;
        background-color: #F4F4F4;
        margin-bottom: 20px
    }

    .product-comments-wrapper .header {
        padding: 10px 0;
        text-align: center
    }

    .product-comments-wrapper .header .top {
        margin-bottom: 10px;
        font-size: 18px
    }

    .product-comments-wrapper .header .top i.fa {
        margin-right: 5px
    }

    .product-comments-wrapper .header .sub {
        font-size: 14px
    }

    .product-comments-wrapper .comments {
        padding: 10px 0
    }

    .product-comments-wrapper .comments .item {
        display: flex;
        margin-bottom: 15px
    }

    .product-comments-wrapper .comments .item .media {
        width: 50px;
        height: 50px
    }

    .product-comments-wrapper .comments .item .media .photo {
        width: 100%;
        height: 100%;
        border-radius: 33px
    }

    .product-comments-wrapper .comments .item .content {
        flex: 1;
        padding: 0 10px
    }

    .product-comments-wrapper .comments .item .content .name {
        display: block;
        font-size: 14px;
        font-weight: 500
    }

    .product-comments-wrapper .comments .item .content .message {
        font-size: 12px;
        color: #999
    }

    .product-comments-wrapper .pagination {
        display: flex;
        justify-content: center
    }

    .product-comments-wrapper .pagination>div {
        width: 33px;
        height: 33px;
        line-height: 33px;
        border-radius: 33px;
        border: 1px solid;
        text-align: center;
        font-size: 20px;
        margin: 5px 20px
    }

    .product-comments-wrapper .pagination>div.disable {
        color: #ddd
    }

    .product-comments-wrapper .pagination .prev {
        width: 28px;
        padding-right: 5px
    }

    .product-comments-wrapper .pagination .next {
        width: 28px;
        padding-left: 5px
    }

    .product-info-customize .stock-time-wrapper {
        margin-bottom: 20px
    }

    .product-info-customize .out-of-stock-wrapper {
        text-transform: uppercase;
        font-size: 24px;
        color: #ff373c
    }

    .product-title-attribute-wrapper .product.attribute.brand {
        position: relative;
        margin-left: 50px
    }

    .product-title-attribute-wrapper .product.attribute.brand div.value {
        cursor: pointer;
        margin-left: 5px;
        font-weight: 600;
        color: #000
    }

    .sku-brand-popup .modal-inner-wrap {
        margin: 15rem auto !important;
        width: 88% !important
    }

    .sku-brand-popup .modal-inner-wrap .modal-content {
        padding-bottom: 3rem
    }

    .sku-brand-popup .modal-inner-wrap .modal-content .tip-content {
        display: block !important
    }

    .stone-guide .modal-inner-wrap {
        margin: 10rem auto;
        width: 88% !important
    }

    .stone-guide .modal-inner-wrap .modal-content {
        padding-bottom: 3rem
    }

    .product-info-main .product-reviews-summary {
        margin-bottom: 0px;
        display: block
    }

    .product-info-main .product-reviews-summary .rating-summary {
        margin-right: -5px !important;
        margin-bottom: 20px
    }

    .product-info-main .product-reviews-summary .reviews-actions {
        font-size: 13px;
        vertical-align: top;
        margin-top: 1px
    }

    .product-info-main .product-reviews-summary .reviews-actions a.add {
        display: block
    }

    .product-info-main .product-reviews-summary .reviews-actions .view {
        margin-right: 15px
    }

    .product-info-main .product-reviews-summary .reviews-actions .view+.add {
        border-left: 1px solid #ccc;
        padding-left: 15px;
        display: none
    }

    .product-info-main .product-reviews-summary .reviews-actions a.action .add {
        display: none
    }

    .product.media {
        padding: 0 10px !important
    }

    .product.media .slogan.badge {
        position: absolute;
        left: 10px;
        top: 0;
        width: 100px;
        height: 100px;
        overflow: hidden;
        z-index: 1
    }

    .toggle-content dl dd {
        box-sizing: border-box
    }

    .catalog-product-view #scroll-top-button {
        bottom: 85px
    }

    .catalog-product-view .copyright {
        margin-top: 35px
    }

    .bundle-options-container {
        margin: -15px -15px 0 -15px
    }

    .bundle-options-container .product-add-form {
        display: block
    }

    .bundle-options-container .product-add-form .bundle-options-wrapper {
        float: none;
        width: 100%
    }

    .bundle-options-container .product-add-form .bundle-options-wrapper #product-options-wrapper {
        float: none;
        width: 100%;
        margin-bottom: 0
    }

    .bundle-options-container .product-add-form .bundle-options-wrapper #product-options-wrapper #customizeTitle,
    .bundle-options-container .product-add-form .bundle-options-wrapper #product-options-wrapper .action.back,
    .bundle-options-container .product-add-form .bundle-options-wrapper #product-options-wrapper .fieldset-bundle-options>br {
        display: none
    }

    .bundle-options-container .product-add-form .bundle-options-wrapper #product-options-wrapper .fieldset-bundle-options {
        margin-bottom: 0
    }

    .bundle-options-container .product-add-form .bundle-options-wrapper #product-options-wrapper .field.option {
        border-top: none;
        padding: 0
    }

    .bundle-options-container .product-add-form .bundle-options-wrapper #product-options-wrapper .field.option>.label {
        display: none
    }

    .bundle-options-container .product-add-form .bundle-options-wrapper #product-options-wrapper .field.option>.control {
        width: 100%
    }

    .bundle-options-container .product-add-form .bundle-options-wrapper #product-options-wrapper .field.option>.control .field.choice {
        background-color: #fafafa;
        padding: 10px 15px 0 15px
    }

    .bundle-options-container .product-add-form .bundle-options-wrapper #product-options-wrapper .field.option>.control .field.choice>input.bundle {
        -webkit-appearance: none;
        background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-m.png) -220px -230px;
        background-size: 480px 480px;
        float: right;
        width: 40px;
        height: 40px;
        margin: 0 5px;
        cursor: pointer
    }

    .bundle-options-container .product-add-form .bundle-options-wrapper #product-options-wrapper .field.option>.control .field.choice>input.bundle:checked {
        background-position-x: -180px
    }

    .bundle-options-container .product-add-form .bundle-options-wrapper #product-options-wrapper .field.option>.control .field.choice>.label {
        display: none
    }

    .bundle-options-container .product-add-form .bundle-options-wrapper #product-options-wrapper .field.option>.control .field.choice .box-tocart .field.qty .control {
        background-color: #fff
    }

    .bundle-options-container .product-add-form .bundle-options-wrapper #product-options-wrapper .field.option>.control .field.choice .box-tocart .field.qty .control input.qty {
        background-color: #fff
    }

    .bundle-options-container .product-add-form .bundle-options-wrapper #product-options-wrapper .field.option>.control .field.choice>.customize-action {
        box-sizing: border-box;
        height: 50px;
        margin-top: -10px;
        padding: 14px 0;
        font-size: 16px;
        color: #000;
        cursor: pointer;
        line-height: 22px
    }

    .bundle-options-container .product-add-form .bundle-options-wrapper #product-options-wrapper .field.option>.control .field.choice>.customize-action::after {
        margin: 7px 8px 0 0;
        display: block;
        width: 16px;
        height: 16px;
        float: right;
        content: '';
        background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png) -29px -29px;
        background-size: 720px 720px;
        transition: transform .25s
    }

    .bundle-options-container .product-add-form .bundle-options-wrapper #product-options-wrapper .field.option>.control .field.choice>.customize-action.active {
        border-bottom: solid 1px #ddd
    }

    .bundle-options-container .product-add-form .bundle-options-wrapper #product-options-wrapper .field.option>.control .field.choice>.customize-action.active::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        writing-mode: lr-tb
    }

    .bundle-options-container .product-add-form .bundle-options-wrapper #product-options-wrapper .field.option>.control .field.choice .product-view-options-wrapper {
        margin-top: 8px
    }

    .bundle-options-container .product-add-form .bundle-options-wrapper #product-options-wrapper .field.option.required>.control .field.choice {
        background-color: #f4f4f4
    }

    .bundle-options-container .product-add-form .block-bundle-summary {
        float: none;
        margin-top: 0;
        padding: 0;
        width: 100%
    }

    .bundle-options-container .product-add-form .block-bundle-summary .title,
    .bundle-options-container .product-add-form .block-bundle-summary .bundle-summary,
    .bundle-options-container .product-add-form .block-bundle-summary img.photo.image {
        display: none
    }

    .bundle-options-container .product-add-form .block-bundle-summary .field.qty {
        display: none !important
    }

    .bundle-options-container .bundle-item-info {
        display: flex;
        display: -webkit-flex;
        padding-bottom: 10px
    }

    .bundle-options-container .bundle-item-info::after {
        content: '';
        display: block;
        clear: both
    }

    .bundle-options-container .bundle-item-info img.photo.image {
        margin-right: 10px;
        flex-grow: 0
    }

    .bundle-options-container .bundle-item-info>div {
        flex-grow: 1
    }

    .bundle-options-container .bundle-item-info>div .title {
        text-decoration: underline;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
        display: block
    }

    .bundle-options-container .bundle-item-info>div .bundle-item-price-box>span {
        margin-right: 10px
    }

    .bundle-options-container .bundle-item-info>div .bundle-item-price-box>span[data-price-type="oldPrice"] .price {
        font-size: 14px;
        color: #999;
        text-decoration: line-through
    }

    .bundle-options-container .bundle-item-info .product-image-container {
        float: left;
        margin-bottom: 15px
    }

    .bundle-options-container .bundle-item-info .bundle-item-price-box .price {
        font-size: 18px
    }

    .modal-popup.bundle-option-require-failed .action-primary {
        margin: 0 auto
    }

    .catalog-product-view .modal-popup .modal-inner-wrap {
        top: 50px
    }

    .catalog-product-view .page-wrapper #maincontent .columns .questionanswer-form-tabs-container .wrapper.clearfix .pageContent-pc {
        display: none
    }

    .catalog-product-view .page-wrapper #maincontent .columns .questionanswer-form-tabs-container .wrapper.clearfix .pageContent-moblie {
        display: block
    }

    .catalog-product-view .page-wrapper #maincontent .product-info-main .product-info-price .price-box .price-container .price-label {
        margin-bottom: 15px !important
    }

    .page-footer {
        padding: 0;
        width: 100%
    }

    .page-footer .footer.content {
        padding: 0;
        border-top: 1px solid #eee
    }

    .page-footer .why_ringseason::before {
        display: block;
        content: '';
        padding-top: 15px
    }

    .page-footer .why_ringseason::after {
        display: block;
        content: '';
        padding-bottom: 15px;
        clear: both
    }

    .page-footer .why_ringseason .row::after {
        display: block;
        content: '';
        clear: both
    }

    .page-footer .why_ringseason .row .item {
        padding-top: 10px;
        height: 125px;
        width: 50%;
        text-align: center;
        box-sizing: border-box
    }

    .page-footer .why_ringseason .row .item .icon {
        width: 50px;
        height: 50px;
        background: url('//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/about-icon.png') no-repeat;
        background-position-y: 0;
        margin: 0 auto;
        display: block;
        background-size: 233px
    }

    .page-footer .why_ringseason .row .item .label span {
        font-size: 12px
    }

    .page-footer .why_ringseason .row .item .label .title {
        font-size: 14px
    }

    .page-footer .block.newsletter {
        background-color: #fff;
        box-sizing: border-box;
        padding: 0 10px;
        margin-top: 20px
    }

    .page-footer .block.newsletter .content {
        position: relative;
        margin: 0 0 4.2rem 0
    }

    .page-footer .block.newsletter .content .field .control::before {
        display: none
    }

    .page-footer .block.newsletter .content .field .control input {
        padding-left: 10px;
        border-right: none
    }

    .page-footer .block.newsletter .content .actions .action.subscribe.primary {
        background: #3399cc;
        color: #fff;
        border: none;
        padding: 7px 15px;
        text-transform: uppercase;
        font-weight: 200;
        font-size: 13px
    }

    .page-footer .block.newsletter .title {
        text-align: center
    }

    .page-footer .block.newsletter .title i {
        font-size: 13px
    }

    .page-footer .block.newsletter .title i a.privacy {
        text-decoration: underline
    }

    .page-footer .block.newsletter .subscribe.privacy {
        margin-top: 10px
    }

    .page-footer .block.newsletter .subscribe.privacy input[type=checkbox],
    .page-footer .block.newsletter .subscribe.privacy label {
        font-size: 12px
    }

    .page-footer .block.newsletter .subscribe.privacy label>a {
        text-decoration: underline
    }

    .page-footer .block.newsletter .fieldset .field {
        width: 60%
    }

    .page-footer .block.newsletter .fieldset .actions {
        float: right;
        width: 40%
    }

    .page-footer .block.newsletter .fieldset .actions .action {
        float: left;
        width: 45%;
        margin-left: 5%
    }

    .page-footer .block.newsletter .fieldset .actions .processing {
        display: none
    }

    .page-footer .block.newsletter .message {
        display: none
    }

    .page-footer .block.newsletter #newsletter-error {
        white-space: nowrap
    }

    .page-footer .links .contact {
        padding: 0 15px
    }

    .page-footer .links .contact::after {
        content: '';
        clear: both;
        display: block
    }

    .page-footer .links .contact a {
        padding: 0 0 30px 0;
        float: left;
        width: 33.3%;
        text-align: center
    }

    .page-footer .links .contact a .fa {
        color: #ffc24c;
        width: 100%;
        text-align: center;
        font-size: xx-large;
        margin: 15px 0 25px 0
    }

    .page-footer .links .contact a span {
        display: block
    }

    .page-footer .links .contact a span small {
        color: #999;
        line-height: 1.2rem;
        font-size: 1rem
    }

    .page-footer .links .contact .connect-with {
        clear: both;
        padding-bottom: 10px
    }

    .page-footer .links .contact .connect-with::after {
        display: block;
        content: '';
        clear: both
    }

    .page-footer .links .contact .connect-with .item {
        width: 16.6%;
        float: left;
        text-align: center
    }

    .page-footer .links .contact .connect-with .item .icon {
        padding: 0;
        margin: 0 auto;
        display: block;
        width: 20px;
        height: 20px;
        background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-m.png);
        background-position-y: -275px;
        background-size: 480px 480px;
        float: none
    }

    .page-footer .links-container #footer-accordion {
        border-top: solid 1px #eee;
        background: #ececec;
        margin: 0 5px
    }

    .page-footer .links-container #footer-accordion .title {
        line-height: 3.2rem;
        display: block;
        position: relative;
        color: #3399cc;
        background: #ececec;
        text-transform: capitalize;
        font-size: 12px;
        padding-left: 10px;
        font-weight: 700
    }

    .page-footer .links-container #footer-accordion .block {
        display: none;
        background: #ffffff
    }

    .page-footer .links-container #footer-accordion .link {
        font-size: 12px;
        line-height: 43px;
        padding-left: 12px;
        border-bottom: 1px solid #ececec;
        text-transform: capitalize
    }

    .page-footer .links-container #footer-accordion .link::before {
        color: #999;
        font-family: FontAwesome;
        content: '\f105';
        font-size: 15px;
        margin-right: 3px
    }

    .page-footer .links-container #footer-accordion .link.small {
        font-size: 1rem
    }

    .page-footer .links-container #footer-accordion .angle-icons {
        text-align: center;
        line-height: 3.2rem;
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        right: 8px;
        width: 1rem;
        height: 1rem
    }

    .page-footer .links-container #footer-accordion .angle-icons.angle-down {
        background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-m.png) -20px -75px;
        background-size: 240px 240px
    }

    .page-footer .links-container #footer-accordion .angle-icons.angle-right {
        background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-m.png) -9.5px -75px;
        background-size: 240px 240px
    }

    .page-footer .links-container .footer-mobile-i {
        margin-top: -20px;
        margin-bottom: 20px;
        text-align: center
    }

    .page-footer .links-container .footer-mobile-i a {
        display: inline-block
    }

    .page-footer .links-container .footer-mobile-i a i {
        font-size: 29px;
        padding: 0px 22px
    }

    .copyright {
        font-size: 12px;
        padding: 0 22px;
        margin: 15px auto 0 auto
    }

    .copyright span {
        display: block;
        text-align: center
    }

    .checkout-index-index header.page-header ul.header-contact {
        display: none
    }

    .checkout-index-index .column.main {
        padding: 0 10px
    }

    .checkout-index-index #back {
        margin: 15px 0 0 0;
        background-color: #fef8f4;
        height: 30px
    }

    .checkout-index-index #back a {
        color: #7d644f;
        font-size: 14px;
        line-height: 30px
    }

    .checkout-index-index #back i.fa {
        margin: 0 10px;
        font-size: 20px;
        line-height: 30px;
        vertical-align: bottom
    }

    .checkout-index-index #payment-form img {
        margin-top: 10px;
        height: 30px
    }

    .checkout-index-index #payment-form #card-element {
        border: solid 1px #e3e7eb;
        padding: 10px;
        color: #999;
        margin-top: 10px;
        box-sizing: border-box;
        height: 40px
    }

    .checkout-index-index #payment-form #card-errors {
        line-height: 20px;
        color: #ff373c
    }

    .checkout-index-index #payment-form button {
        display: none
    }

    .checkout-index-index .container {
        display: none
    }

    .checkout-index-index .container .title {
        line-height: 60px;
        font-size: 20px;
        color: #000
    }

    .checkout-index-index .container .fieldset {
        margin-bottom: 0
    }

    .checkout-index-index .container .fieldset .control {
        box-sizing: border-box;
        padding-bottom: 10px
    }

    .checkout-index-index .container .fieldset .control>label {
        font-size: 14px;
        color: #222;
        display: inline-block;
        line-height: 30px
    }

    .checkout-index-index .container .fieldset .control>span {
        line-height: 30px
    }

    .checkout-index-index .container .fieldset .control>input.text-input {
        height: 35px;
        line-height: 35px
    }

    .checkout-index-index .container .fieldset .control>select {
        height: 35px
    }

    .checkout-index-index .container .fieldset .control div.mage-error {
        height: 0;
        color: #ff373c
    }

    .checkout-index-index .container .fieldset::after {
        content: '';
        display: block;
        clear: both
    }

    .checkout-index-index .container form.contact .fieldset .control {
        width: 100%;
        padding-bottom: 0
    }

    .checkout-index-index .container form.contact label.register-checkbox-container {
        margin-top: 20px;
        font-size: 12px;
        color: #444;
        display: block;
        line-height: 35px
    }

    .checkout-index-index .container form.contact label.register-checkbox-container>input {
        display: inline-block
    }

    .checkout-index-index .container form.contact label.register-checkbox-container>span {
        line-height: 25px;
        position: relative;
        vertical-align: top;
        top: 6px
    }

    .checkout-index-index .container ul.address-list {
        list-style: none;
        padding: 0;
        margin-bottom: 0
    }

    .checkout-index-index .container ul.address-list li {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-items: center;
        height: 70px;
        line-height: 25px;
        margin-bottom: 20px;
        padding: 10px 0 10px 10px;
        border: solid 1px #ddd;
        box-sizing: border-box
    }

    .checkout-index-index .container ul.address-list li.selected {
        border: solid 1px #000
    }

    .checkout-index-index .container ul.address-list li .edit {
        text-decoration: underline;
        padding: 0 10px;
        width: 45px;
        flex-grow: 0;
        border-left: solid 1px #999;
        box-sizing: border-box
    }

    .checkout-index-index .container.form-container .actions {
        margin-top: 20px;
        margin-bottom: 15px
    }

    .checkout-index-index .container #same-as-shipping {
        display: inline-block;
        height: 25px;
        line-height: 35px;
        font-size: 12px;
        color: #444
    }

    .checkout-index-index .container #same-as-shipping>span {
        vertical-align: top
    }

    .checkout-index-index .container input[type=checkbox] {
        -webkit-appearance: none;
        background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png) -408px -143px;
        width: 25px;
        height: 35px;
        margin: 0 10px 0 0
    }

    .checkout-index-index .container input[type=checkbox]:checked {
        background-position-x: -368px
    }

    .checkout-index-index .container button.new-address {
        line-height: 26px;
        border: none;
        width: 200px;
        font-size: 18px;
        padding: 7px 0;
        font-weight: 500;
        background-color: #fbe9db;
        color: #7d644f
    }

    .checkout-index-index .container .actions {
        padding: 10px 0 20px 0
    }

    .checkout-index-index .container .actions::after {
        display: block;
        content: '';
        clear: both
    }

    .checkout-index-index .container button.cancel-address,
    .checkout-index-index .container button.save-address {
        float: left;
        font-size: 18px;
        line-height: 26px;
        box-sizing: border-box;
        width: 130px;
        height: 40px
    }

    .checkout-index-index .container button.cancel-address {
        border: none;
        background-color: #fff;
        box-shadow: none;
        text-decoration: underline;
        width: 35%
    }

    .checkout-index-index .container button.save-address {
        background-color: #222;
        color: #fff;
        border: none;
        width: 65%
    }

    .checkout-index-index .cart-sidebar {
        position: relative
    }

    .checkout-index-index .cart-sidebar #cart-totals {
        padding: 0;
        border-top: none
    }

    .checkout-index-index .cart-sidebar #cart-totals div.table-wrapper {
        overflow: hidden
    }

    .checkout-index-index .cart-sidebar #cart-totals table.totals {
        border: solid 1px #fdebde;
        margin-top: 60px;
        background-color: #fef8f4;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        display: block;
        box-sizing: border-box
    }

    .checkout-index-index .cart-sidebar #cart-totals table.totals tbody {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 15px 0
    }

    .checkout-index-index .cart-sidebar #cart-totals table.totals tr {
        width: 100%;
        overflow: hidden;
        padding: 0 25px;
        box-sizing: border-box;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between
    }

    .checkout-index-index .cart-sidebar #cart-totals table.totals._active tr {
        display: block
    }

    .checkout-index-index .cart-sidebar #cart-totals table.totals th,
    .checkout-index-index .cart-sidebar #cart-totals table.totals td {
        display: inline-block;
        box-sizing: border-box
    }

    .checkout-index-index .cart-sidebar #cart-totals table.totals th {
        width: 69%
    }

    .checkout-index-index .cart-sidebar #cart-totals table.totals td {
        width: 30%
    }

    .checkout-index-index .cart-sidebar #cart-totals table.totals .grand.totals {
        display: block;
        padding: 0;
        position: absolute;
        top: 0
    }

    .checkout-index-index .cart-sidebar #cart-totals table.totals .grand.totals th,
    .checkout-index-index .cart-sidebar #cart-totals table.totals .grand.totals td {
        border-top: none;
        width: initial
    }

    .checkout-index-index .cart-sidebar #cart-totals table.totals .grand.totals th::after {
        display: inline-block;
        content: ':'
    }

    .checkout-index-index .cart-sidebar #cart-totals table.totals::before {
        display: block;
        width: 0;
        content: '';
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 14px solid #fdebde;
        position: absolute;
        top: 47px;
        left: 26px
    }

    .checkout-index-index .cart-sidebar #cart-totals table.totals::after {
        display: block;
        width: 0;
        content: '';
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 12px solid #fef8f4;
        position: absolute;
        top: 49px;
        left: 28px
    }

    .checkout-index-index .cart-sidebar .cart-totals-after {
        border-left: solid 1px #fdebde;
        border-right: solid 1px #fdebde;
        border-bottom: solid 1px #fdebde;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px
    }

    .checkout-index-index .cart-sidebar .cart-totals-after label {
        display: block;
        line-height: 45px;
        padding: 0 25px
    }

    .checkout-index-index .cart-sidebar .cart-totals-after label .value {
        color: #ff373c
    }

    .checkout-index-index .cart-sidebar .cart-totals-after label strong {
        font-weight: 500;
        text-decoration: underline
    }

    .checkout-index-index .cart-sidebar .cart-totals-after .content {
        display: none;
        padding: 0 25px;
        height: 35px;
        position: relative;
        top: -5px;
        line-height: 16px;
        font-size: 12px;
        color: #444
    }

    .checkout-index-index .cart-sidebar .cart-totals-after._active .content {
        display: block
    }

    .checkout-index-index .cart-sidebar .cart-totals-after::after {
        display: block;
        content: '';
        height: 15px;
        background-color: #fef8f4;
        border-top: solid 1px #fdebde
    }

    .checkout-index-index .cart-sidebar #proceed-to-checkout {
        position: fixed;
        z-index: 100;
        bottom: 0;
        left: 0;
        height: 80px;
        background: #ff9600;
        width: 100%;
        border: 10px solid #fff;
        box-sizing: border-box;
        box-shadow: 0 0 8px #bbb;
        line-height: 60px;
        text-align: center;
        color: #fff;
        font-size: 24px
    }

    .checkout-index-index .cart-sidebar #proceed-to-checkout i.fa {
        padding-right: 10px
    }

    .checkout-index-index .cart-sidebar .support-payments {
        display: none
    }

    .checkout-index-index {
        margin-bottom: -5%
    }

    .checkout-index-index #co-shipping-method-form {
        margin-top: 0;
        padding-top: 0
    }

    .checkout-index-index .page-footer .frequently-container {
        max-width: 100%;
        width: 100%
    }

    .checkout-index-index .page-footer .footer.content {
        display: none
    }

    .checkout-index-index .page-footer .why_ringseason {
        margin: 0
    }

    .checkout-index-index #onestepcheckout {
        margin-bottom: -6%
    }

    .checkout-index-index #total_top_division {
        height: 2.3rem;
        background-color: #ffffff;
        margin-top: 10%;
        width: 100%;
        margin-left: -2rem;
        padding-right: 4rem;
        display: none
    }

    .checkout-index-index #show_checkout_total_footer {
        background-color: #ffffff;
        margin-top: 30px;
        padding-top: 20px
    }

    .checkout-index-index #show_checkout_total_footer .opc-block-summary {
        background-color: #ffffff
    }

    .checkout-index-index #show_checkout_total_footer .opc-block-summary>span.title {
        display: none
    }

    .checkout-index-index #show_checkout_total_footer .opc-block-summary .table-totals {
        font-size: 16px
    }

    .checkout-index-index #show_checkout_total_footer .opc-block-summary .table-totals .discount .price {
        color: #FB2828
    }

    .checkout-index-index #show_checkout_total_footer .opc-block-summary .table-totals .discount .coupon {
        display: inline
    }

    .checkout-index-index #show_checkout_total_footer .opc-block-summary .table-totals .retail-price .price {
        text-decoration: line-through
    }

    .checkout-index-index #show_checkout_total_footer .action-place-order {
        display: none
    }

    .checkout-index-index #show_checkout_total_footer div.title {
        color: #000000;
        text-align: center;
        font-weight: 600;
        font-size: 1.9rem;
        margin: 3% auto
    }

    .checkout-index-index #show_checkout_total_footer div.title span.line {
        display: inline-block;
        width: 15%;
        border-top: 2px solid #666;
        vertical-align: middle
    }

    .checkout-index-index #show_checkout_total_footer div.title span.line:first-child {
        margin-right: 3%
    }

    .checkout-index-index #show_checkout_total_footer div.title span.line:last-child {
        margin-left: 3%
    }

    .checkout-index-index #show_checkout_total_footer div.opc-block-summary {
        padding: 0 4%
    }

    .checkout-index-index #show_checkout_total_footer div.opc-block-summary div.block.items-in-cart {
        display: none
    }

    .checkout-index-index header.page-header {
        box-shadow: 0 2px 10px 0 rgba(191, 191, 191, 0.5)
    }

    .checkout-index-index main.page-main {
        padding: 0
    }

    .checkout-index-index main.page-main .progress-bar {
        background-color: #f4f4f4
    }

    .checkout-index-index main.page-main .column.main {
        padding: 20px 10px 0 10px;
        background-color: #f4f4f4;
        margin: 0
    }

    .checkout-index-index main.page-main .authentication-wrapper {
        max-width: initial;
        background-color: #ffffff;
        padding: 2% 0;
        border-radius: 12px
    }

    .checkout-index-index main.page-main .authentication-wrapper .title-content {
        font-size: 12px;
        font-style: italic;
        text-align: center
    }

    .checkout-index-index main.page-main .authentication-wrapper .block-customer-login .fieldset .field {
        flex-basis: 100%
    }

    .checkout-index-index main.page-main .authentication-wrapper .block-customer-login .actions-toolbar {
        display: block;
        justify-content: space-between;
        align-items: center
    }

    .checkout-index-index main.page-main .authentication-wrapper .block-customer-login .actions-toolbar .submit-button {
        margin: auto 2% 2% auto
    }

    .checkout-index-index main.page-main .authentication-wrapper .block-customer-login .actions-toolbar .forgot-password {
        margin-left: 2%
    }

    .checkout-index-index main.page-main .authentication-wrapper .block-forgot-password .title-content {
        text-align: left;
        padding: 15px 10px
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li {
        background: #FFFFFF;
        border: none;
        border-radius: 12px;
        margin-bottom: 10px;
        padding: 10px 15px 15px
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li form {
        background: #FFFFFF;
        border-bottom: none;
        padding-right: 7px
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li form .table-checkout-shipping-method .method-info-box {
        padding-right: 0;
        padding-left: 0;
        font-size: 12px
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li form .table-checkout-shipping-method .method-info-box span.col-price {
        display: inline-block;
        width: 20%;
        vertical-align: top
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li form .table-checkout-shipping-method .method-info-box span.col-method {
        display: inline-block;
        width: 40%;
        vertical-align: top
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li form .table-checkout-shipping-method .method-info-box span.col-carrier {
        display: inline-block;
        vertical-align: top;
        width: 32%
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li.disable {
        border-color: #ABABAB
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li.saved {
        border-color: #000
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li.checkout-shipping-address fieldset.street .field {
        padding: 0
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li.checkout-payment-method #co-payment-form .actions-toolbar {
        display: none
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li.checkout-payment-method #co-payment-form #checkout-payment-method-load #oceanpayment_credit_card .actions-toolbar {
        display: block
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li.checkout-payment-method .payment-methods {
        margin: 0
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li.checkout-payment-method .payment-methods .payment_credit_card_logo_oceanpaymentcreditcard,
    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li.checkout-payment-method .payment-methods .payment_credit_card_logo_asiabill_card {
        width: 15%;
        margin-bottom: 1rem
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li.checkout-payment-method .opc-payment .payment-method .payment-method-title {
        padding: 15px 0 !important
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li.checkout-payment-method .opc-payment .payment-method .payment-method-content {
        padding: 0
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li.checkout-payment-method .opc-payment .payment-method .payment-method-content fieldset.fieldset {
        margin: 0
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li.checkout-payment-method .opc-payment .payment-method .payment-method-content>.actions-toolbar {
        display: none
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li.checkout-payment-method .payment-method.stripe-payments .payment-method-title .stripe-icon-container {
        text-indent: 1.8rem;
        margin-top: 5px
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li.checkout-payment-method .payment-method.stripe-payments .payment-method-content:not(.error-content) {
        padding: 30px 0 0 0
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li.checkout-payment-method .payment-method.stripe-payments #stripe-payments-card-errors {
        display: block
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li .step-title {
        font-size: 14px
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li .actions-toolbar {
        margin-top: 15px
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li .inline-fieldset .field,
    .checkout-index-index main.page-main .opc-wrapper .checkout-steps>li .fieldset .field {
        flex-basis: 100%;
        padding: 0
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps .discount-code .label {
        padding: 10px 0
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps .discount-code .payment-option-content .form-discount {
        display: flex;
        max-width: 100%
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps .discount-code .payment-option-content .form-discount .discount-inner-wrapper {
        width: 70%
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps .discount-code .payment-option-content .form-discount .discount-inner-wrapper input.input-text {
        height: 35px;
        border-radius: 4px 0 0 4px;
        border-right: none;
        font-size: 12px
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps .discount-code .payment-option-content .form-discount .actions-toolbar {
        width: 30%
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps .discount-code .payment-option-content .form-discount .actions-toolbar button.action {
        height: 35px;
        border-radius: 0 4px 4px 0;
        border-left: none;
        box-shadow: none;
        padding: 0;
        font-size: 1.4rem;
        line-height: 1.6rem;
        font-weight: 400
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps .payment-option .reward-points-payment-content {
        width: 100%;
        margin-left: 0;
        margin-top: 25px
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps .payment-option .reward-points-payment-content .custom-apply .field-box .mp-spent {
        border-radius: 4px 0 0 4px
    }

    .checkout-index-index main.page-main .opc-wrapper .checkout-steps .payment-option .reward-points-payment-content .custom-apply .custom-apply-btn {
        border-radius: 0 4px 4px 0
    }

    .checkout-index-index main.page-main .summary-sidebar .opc-block-summary {
        padding: 0
    }

    .checkout-index-index main.page-main .summary-sidebar .opc-block-summary>.title {
        margin-top: 20px;
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
        position: relative
    }

    .checkout-index-index main.page-main .summary-sidebar .opc-block-summary>.title:before {
        display: inline-block;
        content: "";
        border-bottom: 1px solid #646464;
        width: 28%;
        right: 0;
        position: absolute;
        top: 50%
    }

    .checkout-index-index main.page-main .summary-sidebar .opc-block-summary>.title:after {
        display: inline-block;
        content: "";
        border-bottom: 1px solid #646464;
        width: 28%;
        left: 0;
        position: absolute;
        top: 50%
    }

    .checkout-index-index main.page-main .summary-sidebar .opc-block-summary .discount.coupon {
        display: initial
    }

    .checkout-index-index main.page-main .summary-sidebar .opc-block-summary table.table-totals {
        border-collapse: initial
    }

    .checkout-index-index .opc-estimated-wrapper {
        background: #ffffff;
        border: none;
        border-radius: 12px;
        margin: 10px 0 10px 0;
        padding: 15px
    }

    .checkout-index-index .opc-estimated-wrapper .estimated-block {
        float: none;
        font-size: 14px;
        font-weight: 400;
        text-align: center
    }

    .checkout-index-index .opc-estimated-wrapper .estimated-block .estimated-label {
        display: inline-block;
        margin: 0
    }

    .checkout-index-index .opc-estimated-wrapper .estimated-block>span {
        text-decoration: underline
    }

    .checkout-index-index .modal-popup.opc-summary-wrapper {
        bottom: 0
    }

    .checkout-index-index .modal-popup.opc-summary-wrapper .modal-inner-wrap {
        width: 100%;
        max-height: 100%;
        margin: 0 auto;
        height: 100%
    }

    .checkout-index-index .modal-popup.opc-summary-wrapper .modal-inner-wrap .modal-header {
        border-bottom: 1px solid #ccc;
        padding: 0;
        margin-bottom: 16px
    }

    .checkout-index-index .modal-popup.opc-summary-wrapper .modal-inner-wrap .modal-header .modal-title {
        display: block;
        font-size: 20px;
        font-weight: 200;
        padding: 20px;
        text-align: center;
        border: none
    }

    .checkout-index-index .modal-popup.opc-summary-wrapper .modal-inner-wrap .modal-header .action-close {
        padding: 20px
    }

    .checkout-index-index .modal-popup.opc-summary-wrapper .modal-inner-wrap .modal-header .action-close:before {
        font-size: 20px;
        line-height: 20px
    }

    .checkout-index-index .modal-popup.opc-summary-wrapper .modal-inner-wrap .modal-content {
        padding: 0px 20px
    }

    .checkout-index-index .modal-popup.opc-summary-wrapper .modal-inner-wrap .modal-content .action-place-order {
        display: none
    }

    .checkout-index-index .modal-popup.opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary {
        background: #fff;
        padding: 0
    }

    .checkout-index-index .modal-popup.opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary>span.title {
        display: none
    }

    .checkout-index-index .modal-popup.opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .table-totals {
        font-size: 16px
    }

    .checkout-index-index .modal-popup.opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .table-totals .retail-price .price {
        text-decoration: line-through
    }

    .checkout-index-index .modal-popup.opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .table-totals .discount .price {
        color: #FB2828
    }

    .checkout-index-index .modal-popup.opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .table-totals .discount .coupon {
        display: inline
    }

    .checkout-index-index .modal-popup.opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .minicart-items-wrapper {
        max-height: initial;
        padding: 0;
        margin: 0
    }

    .checkout-index-index .modal-popup.opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .items-in-cart {
        margin-bottom: 0
    }

    .checkout-index-index .modal-popup.opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .items-in-cart>.title strong {
        font-size: 1.4rem
    }

    .checkout-index-index .modal-popup.opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .product-item {
        padding: 10px 0;
        margin: 0
    }

    .checkout-index-index .modal-popup.opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .product .product-info-groups {
        display: flex;
        align-items: flex-start;
        justify-content: space-between
    }

    .checkout-index-index .modal-popup.opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .product .product-info-groups .media {
        flex-shrink: 1
    }

    .checkout-index-index .modal-popup.opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .product .product-info-groups .media .product-image-container {
        border: 1px solid #999;
        font-size: 0;
        margin-top: 5px;
        width: 75px
    }

    .checkout-index-index .modal-popup.opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .product .product-info-groups .infos {
        flex-grow: 1;
        padding: 0 10px
    }

    .checkout-index-index .modal-popup.opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .product .product-info-groups .item-summary {
        align-self: flex-end
    }

    .checkout-onepage-success .page-title {
        padding-left: 0;
        color: #000;
        font-size: 18px;
        line-height: 90px
    }

    .checkout-onepage-success .page-title .fa {
        font-size: 24px
    }

    .checkout-onepage-success .checkout-success {
        margin: 0 auto 25px auto
    }

    .checkout-onepage-success .checkout-success p:first-child {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px
    }

    .checkout-onepage-success .checkout-success p:first-child strong {
        font-size: 14px;
        font-weight: 500
    }

    .checkout-onepage-success .checkout-success p:last-child {
        padding: 0 15px;
        text-align: left
    }

    .checkout-onepage-success .order-detail-wrapper .order-detail-title {
        color: #000;
        padding-left: 15px
    }

    .checkout-onepage-success .order-detail-wrapper div.order-detail-table-wrapper {
        border-bottom: solid 1px #ddd
    }

    .checkout-onepage-success .order-detail-wrapper div.order-detail-table-wrapper .table thead {
        display: none
    }

    .checkout-onepage-success .order-detail-wrapper div.order-detail-table-wrapper .order-detail-title {
        color: #000;
        padding-left: 15px
    }

    .checkout-onepage-success .order-detail-wrapper div.order-detail-table-wrapper .order-item-box {
        border-top: solid 1px #ddd
    }

    .checkout-onepage-success .order-detail-wrapper div.order-detail-table-wrapper .order-item-box .order-media {
        float: left;
        width: 30%
    }

    .checkout-onepage-success .order-detail-wrapper div.order-detail-table-wrapper .order-item-box .order-main {
        text-align: left;
        float: left;
        clear: right;
        width: 70%
    }

    .checkout-onepage-success .order-detail-wrapper div.order-detail-table-wrapper .order-item-box .order-main .middle {
        color: #000;
        margin-top: 10px
    }

    .checkout-onepage-success .order-detail-wrapper div.order-detail-table-wrapper .order-item-box .order-main .middle .qty {
        float: left
    }

    .checkout-onepage-success .order-detail-wrapper div.order-detail-table-wrapper .order-item-box .order-main .middle .subtotal {
        float: right
    }

    .checkout-onepage-success .order-detail-wrapper div.order-detail-table-wrapper .order-item-box .order-main .middle::after {
        content: '';
        clear: both;
        display: block
    }

    .checkout-onepage-success .order-detail-wrapper div.order-detail-table-wrapper .order-item-box .order-main .view-item-detail-box {
        padding-top: 10px
    }

    .checkout-onepage-success .order-detail-wrapper div.order-detail-table-wrapper .order-item-box .order-main .view-item-detail-box .detail-list {
        margin: 5px 0 10px 0
    }

    .checkout-onepage-success .order-detail-wrapper div.order-detail-table-wrapper .order-item-box .order-main .view-item-detail-box .detail-list .option-item {
        font-size: 14px;
        line-height: 20px;
        margin: 0
    }

    .checkout-onepage-success .order-detail-wrapper .order-totals-wrapper {
        padding: 10px
    }

    .checkout-onepage-success .order-detail-wrapper .order-totals-wrapper table.order-totals {
        line-height: 18px;
        padding-top: 15px;
        font-size: 14px
    }

    .checkout-onepage-success .order-detail-wrapper .order-totals-wrapper table.order-totals td {
        padding: 6px 0
    }

    .checkout-onepage-success .order-detail-wrapper .order-totals-wrapper table.order-totals .title {
        width: 70%;
        float: left;
        display: inline-block
    }

    .checkout-onepage-success .order-detail-wrapper .order-totals-wrapper table.order-totals .amount {
        text-align: right;
        width: 30%;
        float: right;
        display: inline-block
    }

    .checkout-onepage-success .order-detail-wrapper .order-totals-wrapper table.order-totals tr.tariff .tariff-tip {
        display: none
    }

    .checkout-onepage-success .order-detail-wrapper .order-totals-wrapper table.order-totals tr.line {
        display: none
    }

    .checkout-onepage-success .order-detail-wrapper .order-totals-wrapper table.order-totals tr.grand-total {
        font-size: 18px
    }

    .checkout-onepage-success .order-detail-wrapper .order-totals-wrapper table.order-totals tr.grand-total td {
        font-weight: 600;
        padding: 14px 0 11px 0
    }

    .checkout-onepage-success .order-detail-wrapper .actions-toolbar {
        margin: 35px 0 40px 0 !important
    }

    .checkout-onepage-success .order-detail-wrapper .actions-toolbar div.primary,
    .checkout-onepage-success .order-detail-wrapper .actions-toolbar .action.primary {
        font-size: 14px;
        width: 175px;
        line-height: 33px
    }

    .success-page.order-detail .table-wrapper {
        border-top: none
    }

    .success-page.order-detail .table-wrapper .order-items-title {
        border-bottom: 1px solid #ddd;
        line-height: 3;
        margin: 0
    }

    .success-page.order-detail .success.items li {
        border-bottom: 1px solid #ddd
    }

    .success-page.order-detail .success.items li .product-info-col {
        display: flex
    }

    .success-page.order-detail .success.items li .product-info-col .product-image {
        width: 100px
    }

    .success-page.order-detail .success.items li .product-info-col .product-image img {
        width: 100%
    }

    .success-page.order-detail .success.items li .product-info-col .product-name {
        padding: 10px;
        text-align: left
    }

    .success-page.order-detail .success.items li .product-info-col .product-name .option {
        margin-top: 10px
    }

    .success-page.order-detail .success.items li .product-info-col .product-name .option dl {
        font-size: 1.2rem;
        margin-bottom: 0
    }

    .success-page.order-detail .success.items li .product-info-col .product-name .option dl dt,
    .success-page.order-detail .success.items li .product-info-col .product-name .option dl dd {
        display: inline-block;
        margin: 0
    }

    .success-page.order-detail .success.items li .product-info-col .product-name .option dl dt:after {
        content: ":";
        padding-right: 10px
    }

    .success-page.order-detail .success.items li .product-info-col .product-name .info-item {
        padding: 5px 0;
        font-size: 14px
    }

    .success-page.order-detail .success.items li .product-info-col .product-name .info-item .label {
        padding-right: 10px
    }

    .success-page.order-detail .success.items li .product-info-col .product-name .info-item .label:after {
        content: ":"
    }

    .success-page.order-detail ul.opc-block-summary {
        list-style: none;
        margin: 0;
        text-align: right
    }

    .success-page.order-detail ul.opc-block-summary li .label {
        padding-right: 10px
    }

    .search__result-tabs {
        display: none
    }

    .search-no-result-wrapper .container {
        padding: 0 5px
    }

    .search-no-result-wrapper .container .result-title {
        font-size: 15px;
        padding: 10px 0
    }

    .search-no-result-wrapper .container .result-tips .tips-title {
        font-size: 14px;
        font-weight: 600;
        margin: 10px 0;
        text-indent: 6px
    }

    .search-no-result-wrapper .container .result-tips .tips-list dd span.fa {
        line-height: 20px
    }

    .search-no-result-wrapper .container .result-tips .tips-list dd span.fa:before {
        font-size: 4px;
        margin: 0 5px
    }

    .search-no-result-wrapper .container .new-search {
        flex-direction: column
    }

    .search-no-result-wrapper .container .new-search .hot-search {
        padding: 10px 0
    }

    .product-recommend-wrapper .header {
        margin: 5px 0
    }

    .product-recommend-wrapper .header .title .large {
        font-size: 15px
    }

    .product-recommend-wrapper .related-list .item {
        padding: 5px
    }

    .product-recommend-wrapper .related-list .owl-nav {
        display: none
    }

    .track-content {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0
    }

    .track-content .title {
        margin: 10px auto;
        line-height: 50px;
        border-bottom: 1px solid #999;
        clear: both
    }

    .track-content .title .main-title {
        text-align: center;
        font-size: 1.5rem;
        font-weight: 400;
        color: #000000
    }

    .track-content .content {
        width: 100%;
        height: auto;
        padding: 10px 0;
        display: flex;
        flex-direction: column
    }

    .track-content .content .track .track-order-form .form-group {
        margin-bottom: 10px
    }

    .track-content .content .track .track-order-form label {
        display: block;
        height: 40px;
        line-height: 40px
    }

    .track-content .content .track .track-order-form input {
        padding: 0 0 0 10px;
        line-height: 40px;
        height: 40px;
        color: #999;
        border: 1px solid #ddd
    }

    .track-content .content .track .track-order-form input:hover,
    .track-content .content .track .track-order-form input:focus,
    .track-content .content .track .track-order-form input:active {
        background-color: #f4f4f4
    }

    .track-content .content .track .track-order-form input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px #f4f4f4 inset
    }

    .track-content .content .track .track-order-form button {
        width: 100%;
        height: 40px;
        margin: 10px 0;
        background-color: #444
    }

    .track-content .content .track .track-order-form button:hover,
    .track-content .content .track .track-order-form button:focus,
    .track-content .content .track .track-order-form button:active {
        border: 1px solid #444;
        background-color: #fff;
        color: #000
    }

    .track-content .content .tips .note {
        margin-bottom: 25px;
        color: #ffa10d;
        font-size: 12px
    }

    .track-content .content .tips .note a:hover {
        text-decoration: underline
    }

    .track-content .content .tips .special-offer {
        background-color: #FDF0D5;
        font-size: 12px;
        padding: 8px 15px
    }

    .track-content .content .tips .special-offer .price {
        color: #ff373c;
        font-weight: 600
    }

    .track-content .content .tips .special-offer .vip {
        color: #6f4400;
        font-weight: 600
    }

    .track-content .track-info ul {
        margin: 10px auto;
        padding: 10px 10px 0 10px
    }

    .track-content .track-info ul li {
        list-style-type: none
    }

    .track-content .track-info ul li label {
        line-height: 40px
    }

    .track-content .track-info .shipping .message {
        color: #e02b27
    }

    .track-content .shipping-table td {
        font-size: 12px;
        padding: 5px
    }

    .size-guide-wrapper .size-guide-navs {
        display: flex
    }

    .size-guide-wrapper .size-guide-navs .nav-item {
        flex: 1;
        font-size: 14px;
        background-color: #eee;
        padding: 8px;
        margin-left: 5px;
        text-align: center;
        cursor: pointer
    }

    .size-guide-wrapper .size-guide-navs .nav-item:first-child {
        margin-left: 0
    }

    .size-guide-wrapper .size-guide-navs .nav-item.active {
        background-color: #222222;
        color: #fff
    }

    .size-guide-wrapper .size-guide-content {
        padding: 0 !important;
        max-height: 500px;
        overflow-y: auto
    }

    .size-guide-wrapper .size-guide-content .content-item {
        display: none
    }

    .size-guide-wrapper .size-guide-content .content-item.active {
        display: block
    }

    .size-guide-wrapper .size-guide-content .content-item .medias-list {
        display: flex;
        flex-direction: column
    }

    .size-guide-wrapper .size-guide-content .content-item .short-describe {
        margin: 10px 0;
        font-size: 13px;
        color: #222
    }

    .size-guide-wrapper .size-guide-content .content-item .table-wrapper {
        position: static !important;
        border-top: none
    }

    .size-guide-wrapper .size-guide-content .content-item .table-wrapper table.size-table {
        table-layout: fixed
    }

    .size-guide-wrapper .size-guide-content .content-item .table-wrapper table.size-table th {
        background-color: #f4f4f4;
        border: 1px solid #ddd
    }

    .size-guide-wrapper .size-guide-content .content-item .table-wrapper table.size-table th,
    .size-guide-wrapper .size-guide-content .content-item .table-wrapper table.size-table td {
        padding: 3px 0;
        border: none;
        text-align: center;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word
    }

    .size-guide-wrapper .size-guide-content .content-item .table-wrapper table.size-table td.active {
        background-color: #222222;
        color: #fff
    }

    .size-guide-wrapper .size-guide-content .content-item .table-wrapper table.size-table td.bg {
        background-color: #f4f4f4
    }

    .size-guide-wrapper .size-guide-content .content-item .table-wrapper table.ring-size-table tbody>tr:nth-of-type(even) {
        background-color: #f4f4f4
    }

    .size-guide-wrapper .size-guide-content .content-item .table-wrapper table.ring-size-table tbody tr>td,
    .size-guide-wrapper .size-guide-content .content-item .table-wrapper table.ring-size-table tr.standard>th {
        width: 14.28%
    }

    .size-guide-wrapper .size-guide-content .content-item .table-wrapper table.scroll-thead-wrapper {
        position: absolute;
        top: 60px;
        background-color: #f4f4f4
    }

    .size-guide-wrapper .size-guide-content .content-item .table-wrapper table.scroll-thead-wrapper tr>th {
        padding: 3px 0;
        border: none;
        text-align: center;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word
    }

    .size-guide-wrapper .size-guide-content .content-item .table-wrapper table.scroll-thead-wrapper tr.standard>th {
        width: 14.28%
    }

    .size-guide-wrapper .size-guide-content .content-item .table-wrapper table.bracelet-size-table th,
    .size-guide-wrapper .size-guide-content .content-item .table-wrapper table.bracelet-size-table td {
        border: 1px solid #ddd
    }

    .size-guide-wrapper .size-guide-content .content-item .table-wrapper table.necklace-size-table thead th:last-child {
        width: 50%
    }

    .size-guide-wrapper .size-guide-content .content-item .table-wrapper table.necklace-size-table tbody>tr:nth-of-type(even) {
        background-color: #f4f4f4
    }

    .size-guide-wrapper .size-guide-content .content-item .actions-list {
        display: flex;
        justify-content: flex-end
    }

    .size-guide-wrapper .size-guide-content .content-item .actions-list .item {
        margin-left: 20px
    }

    .size-guide-wrapper .size-guide-content .content-item .actions-list .item .label {
        text-decoration: underline;
        cursor: pointer
    }

    .size-guide-wrapper .size-guide-content .content-item .tips-wrapper {
        margin-bottom: 20px
    }

    .size-guide-wrapper .size-guide-content .content-item .tips-wrapper .tips-title {
        font-size: 14px;
        color: #444;
        font-weight: bold;
        margin-bottom: 10px
    }

    .size-guide-wrapper .size-guide-content .content-item .tips-wrapper .tips-list .tips-item {
        display: flex;
        font-size: 12px;
        color: #222
    }

    .size-guide-wrapper .size-guide-content .content-item .tips-wrapper .tips-list .tips-item .num {
        margin-right: 10px
    }

    .size-guide-wrapper .size-guide-content .content-item .steps-list {
        margin-top: 20px
    }

    .size-guide-wrapper .size-guide-content .content-item .steps-list .item {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px
    }

    .size-guide-wrapper .size-guide-content .content-item .steps-list .item .media img {
        width: 100%
    }

    .size-guide-wrapper .size-guide-content .content-item .steps-list .item .step-describe .step-title {
        font-size: 14px;
        font-weight: 600;
        color: #444;
        margin: 10px 0 !important
    }

    .size-guide-wrapper .size-guide-content .content-item .steps-list .item .step-describe .step-content {
        font-size: 12px;
        color: #222
    }

    .size-guide-wrapper .size-guide-content .content-item .notes-wrapper {
        margin-bottom: 20px
    }

    .size-guide-wrapper .size-guide-content .content-item .notes-wrapper .notes-title {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px
    }

    .size-guide-wrapper .size-guide-content .content-item .notes-wrapper .notes-list .item {
        font-size: 12px;
        color: #222;
        display: flex
    }

    .size-guide-wrapper .size-guide-content .content-item .notes-wrapper .notes-list .item .num {
        margin-right: 10px !important
    }

    .size-guide-wrapper .size-guide-content .content-item .media-wrapper {
        margin-bottom: 20px;
        text-align: center
    }

    .size-guide-wrapper .separator {
        margin: 10px
    }

    .size-guide-popup .modal-inner-wrap {
        margin: 12px auto;
        width: 94%
    }

    .size-guide-popup .modal-inner-wrap .modal-content {
        padding: 0 10px
    }

    .reviews-tabs-container .reviews-tabs:after {
        display: block;
        content: "";
        clear: both
    }

    .reviews-tabs-container .reviews-tabs .item.title {
        box-sizing: border-box;
        float: left;
        width: 50%;
        line-height: 50px;
        text-align: center;
        border-bottom: 1px solid #ebebeb
    }

    .reviews-tabs-container .reviews-tabs .item.title.active {
        border-width: 2px;
        border-color: #333
    }

    .reviews-tabs-container .reviews-tabs .item.content {
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        width: 100%;
        margin-top: 55px;
        padding: 0
    }

    #review-form .review-fieldset {
        border-bottom: 1px solid #ccc;
        margin: 0 0 25px;
        text-align: left
    }

    #review-form .review-fieldset .title {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 300;
        color: #636363;
        margin-top: 10px;
        border-bottom: 1px solid #ccc
    }

    #review-form .review-fieldset .title span {
        margin-bottom: 10px;
        display: block
    }

    #review-form .review-fieldset .review-field-ratings .control {
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px
    }

    #review-form .review-fieldset .field label span {
        font-size: 13px;
        font-weight: 300;
        color: #666666
    }

    #review-form .review-form-actions {
        display: flex;
        justify-content: flex-start
    }

    #review-form .review-form-actions .actions-primary {
        width: 52%;
        margin-right: 7px
    }

    #review-form .review-form-actions .actions-primary button {
        background: #3399cc !important;
        font-size: 13px;
        font-weight: 300;
        text-transform: uppercase;
        color: #ffffff;
        padding: 8px 10px
    }

    #review-form .review-field-media .input-file {
        display: none
    }

    #review-form .review-field-media .input-file-label {
        border: 1px solid #39c;
        background: #3399cc;
        padding: 6px 20px;
        display: inline-block
    }

    #review-form .review-field-media .input-file-label span {
        text-transform: uppercase;
        color: #ffffff;
        font-size: 12px
    }

    #review-form .notice-msg {
        border: 1px solid #ccc;
        padding: 15px;
        font-family: bodonirecutitalic;
        color: #636363;
        font-size: 16px;
        background-color: #fafaec;
        margin-top: 10px
    }

    #review-form .review-image-preview {
        border: 1px #ddd solid;
        margin: 10px 0;
        padding: 10px
    }

    #review-form .review-image-preview .item {
        width: 80px;
        border: 1px #eee solid;
        margin: 0 1px;
        display: inline-block;
        position: relative
    }

    #review-form .review-image-preview .item .icon-remove {
        position: absolute;
        top: 0;
        left: 66px;
        width: 15px;
        height: 15px;
        background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/remove-icon.png) no-repeat 0 0;
        cursor: pointer
    }

    #customer-reviews .block-title {
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px
    }

    #customer-reviews .block-title strong {
        font-size: 12px;
        color: #3399cc;
        text-transform: uppercase
    }

    #customer-reviews .block-content .review-toolbar {
        margin: 10px 0;
        border-top: 1px dashed #c9c9c9
    }

    #customer-reviews .block-content .review-items .review-item {
        position: relative;
        border-bottom: none;
        padding: 20px 0 0;
        border-bottom: 1px solid #ddd
    }

    #customer-reviews .block-content .review-items .review-item .review-title-sub {
        display: none
    }

    #customer-reviews .block-content .review-items .review-item .review-title {
        text-transform: capitalize;
        margin: 0 0 0;
        font-size: 14px;
        color: #666666;
        font-weight: 100;
        overflow: hidden
    }

    #customer-reviews .block-content .review-items .review-item .review-ratings .rating-summary {
        font-size: 12px
    }

    #customer-reviews .block-content .review-items .review-item .review-ratings .rating-summary .rating-label {
        display: none
    }

    #customer-reviews .block-content .review-items .review-item .review-ratings .rating-summary .rating-result {
        width: 70px
    }

    #customer-reviews .block-content .review-items .review-item .review-ratings .rating-summary .rating-verified-purchase {
        display: inline-block;
        vertical-align: middle;
        color: #fe7070;
        margin-left: 12px
    }

    #customer-reviews .block-content .review-items .review-item .review-content {
        margin-left: 0;
        margin-bottom: 0;
        font-size: 13px
    }

    #customer-reviews .block-content .review-items .review-item .review-attachments .review-attachments-label {
        display: none
    }

    #customer-reviews .block-content .review-items .review-item .review-details .review-author {
        display: none
    }

    #customer-reviews .block-content .review-items .review-item .review-details .review-date {
        position: absolute;
        top: 20px;
        right: 0
    }

    img#review-image-lg {
        max-height: 400px
    }

    .catalog-product-view .page-wrapper #maincontent .columns .questionanswer-form-tabs-container .pageContent .box-reviews #product-review-container .review-items .review-attachments .review-like-mobile {
        display: block;
        margin-top: 65px
    }

    .catalog-product-view .page-wrapper #maincontent .columns .questionanswer-form-tabs-container .pageContent .box-reviews #product-review-container .review-items .review-attachments .review-like-mobile .review-like {
        margin-right: 0;
        font-size: 15px
    }

    .catalog-product-view .page-wrapper #maincontent .columns .questionanswer-form-tabs-container .pageContent .box-reviews #product-review-container .review-items .review-attachments .review-like-mobile .review-like .fa-thumbs-up {
        font-size: 15px;
        cursor: pointer
    }

    .catalog-product-view .page-wrapper #maincontent .columns .questionanswer-form-tabs-container .pageContent .box-reviews #product-review-container .review-items .review-attachments .review-like-mobile .review-like .review-count {
        margin-left: 0;
        padding-left: 3px;
        font-size: 15px
    }

    .catalog-product-view .page-wrapper #maincontent .columns .questionanswer-form-tabs-container .pageContent .box-reviews #product-review-container .review-items .review-details .review-date .review-like-pc {
        display: none
    }

    .columns .product.media {
        position: relative
    }

    .columns .product.media .fotorama__stage__frame.fotorama__active .product-video {
        height: initial
    }

    .columns .product.media .fotorama__nav {
        text-align: center
    }

    #scroll-top-button {
        width: 52px;
        height: 52px;
        position: fixed;
        bottom: 66px;
        right: 18px;
        z-index: 100;
        background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png);
        background-position-x: -3px;
        background-position-y: -295px;
        background-size: 700px 700px
    }

    .modal-popup {
        overflow-y: initial;
        bottom: initial
    }

    .modal-popup .modal-header .modal-title {
        display: none
    }

    a.action.towishlist:hover {
        color: #ddd !important
    }

    .contact-index-index .page-title-wrapper {
        margin-bottom: 0px
    }

    .contact-index-index .page-title-wrapper .page-title {
        padding-left: 5px
    }

    .catalog-product-view #credential_picker_iframe {
        display: none
    }

    .product-info-customize .customize-options-wrapper .panel {
        margin-bottom: 5px
    }

    .product-info-customize .customize-options-wrapper .panel .panel-heading .media .media-body {
        flex-direction: column
    }

    .product-info-customize .customize-options-wrapper .panel .panel-heading .media .media-body .title {
        font-size: 14px;
        font-weight: 600
    }

    .product-info-customize .customize-options-wrapper .panel .panel-heading .media .media-body .content {
        font-size: 12px
    }

    .product-info-customize .customize-options-wrapper .panel-material .panel-body dl.material-list dd {
        flex: 0 0 33.3333%
    }

    .product-info-customize .customize-options-wrapper .panel-stone .panel-body dl.stone-list dd {
        flex: 1;
        min-width: 80px
    }

    .product-info-customize .customize-options-wrapper .panel-stone .panel-body dl.stone-list dd .info {
        flex-direction: column
    }

    .product-info-customize .customize-options-wrapper .panel-stone .panel-body dl.stone-list dd .info .label {
        font-size: 12px
    }

    .product-info-customize .customize-options-wrapper .panel-stone .panel-body dl.stone-list dd .info .birth {
        font-size: 12px
    }

    .product-info-customize .customize-options-wrapper .panel-stone .panel-body dl.stone-list dd .info .price {
        font-size: 13px;
        font-weight: bold
    }

    .product-info-customize .customize-options-wrapper .panel-stone .panel-body .stone-scroll-wrapper {
        position: relative
    }

    .product-info-customize .customize-options-wrapper .panel-stone .panel-body .stone-scroll-wrapper .content {
        overflow: scroll
    }

    .product-info-customize .customize-options-wrapper .panel-stone .panel-body .stone-scroll-wrapper .nav-wrapper {
        position: absolute;
        width: 100%;
        top: 0
    }

    .product-info-customize .customize-options-wrapper .panel-stone .panel-body .stone-scroll-wrapper .nav-wrapper>div {
        position: absolute;
        top: 0;
        width: 20px;
        height: 100px;
        line-height: 70px;
        background-color: rgba(255, 255, 255, 0.5);
        transition: background-color .3s ease-in-out
    }

    .product-info-customize .customize-options-wrapper .panel-stone .panel-body .stone-scroll-wrapper .nav-wrapper .prev {
        text-align: left;
        left: 0
    }

    .product-info-customize .customize-options-wrapper .panel-stone .panel-body .stone-scroll-wrapper .nav-wrapper .next {
        text-align: right;
        right: 0
    }

    .catalog-product-view .fotorama__thumb-border {
        border: 1px solid #00afea
    }
}

@media only screen and (max-width:639px) {

    .abs-visually-hidden-mobile,
    .table-downloadable-products .col.title:before,
    .table-giftregistry-items .col.product:before {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .abs-add-clearfix-mobile:before,
    .abs-add-clearfix-mobile:after,
    .abs-checkout-order-review tbody>tr:before,
    .abs-checkout-order-review tbody>tr:after,
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
    .table-giftregistry-items .col.product:before,
    .table-giftregistry-items .col.product:after,
    .multicheckout.order-review .data.table tbody>tr:before,
    .multicheckout.order-review .data.table tbody>tr:after {
        content: '';
        display: table
    }

    .abs-add-clearfix-mobile:after,
    .abs-checkout-order-review tbody>tr:after,
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
    .table-giftregistry-items .col.product:after,
    .multicheckout.order-review .data.table tbody>tr:after {
        clear: both
    }

    .multicheckout.order-review .data.table tbody>tr:not(:last-child) {
        border-bottom: 1px solid #ccc
    }

    .multicheckout.order-review .data.table tbody>tr>td.col.item:before {
        display: none
    }

    .multicheckout.order-review .data.table tbody>tr>td.col.qty,
    .multicheckout.order-review .data.table tbody>tr>td.col.price,
    .multicheckout.order-review .data.table tbody>tr>td.col.subtotal {
        box-sizing: border-box;
        float: left;
        text-align: center;
        white-space: nowrap;
        width: 33%
    }

    .multicheckout.order-review .data.table tbody>tr>td.col.qty[data-th]:before,
    .multicheckout.order-review .data.table tbody>tr>td.col.price[data-th]:before,
    .multicheckout.order-review .data.table tbody>tr>td.col.subtotal[data-th]:before {
        content: attr(data-th) ':';
        display: block;
        font-weight: 700;
        padding-bottom: 10px
    }

    .multicheckout.order-review .data.table tbody>tr>td.col:last-child {
        border: 0
    }

    .abs-checkout-order-review .product-item-name,
    .multicheckout.order-review .data.table .product-item-name {
        margin: 0
    }

    .abs-product-items-summary tbody .col {
        padding: 10px 0 0
    }

    .abs-product-items-summary tfoot .mark {
        padding-bottom: 5px;
        text-align: left
    }

    .abs-product-items-summary tfoot .amount {
        padding-top: 0;
        text-align: left
    }

    .abs-product-items-summary tfoot .grand.totals {
        font-size: 1.6rem
    }

    .abs-product-items-summary tfoot .grand.totals .mark {
        padding-bottom: 0;
        padding-top: 5px
    }

    .abs-product-items-summary tfoot .grand.totals .amount {
        padding-bottom: 10px;
        padding-top: 0
    }

    .abs-product-items-summary tfoot .grand.totals .amount strong {
        border-top: none
    }

    .abs-account-table-margin-mobile,
    .table-wrapper.balance-history,
    .table-wrapper.reward-history,
    .table-wrapper.orders-recent {
        margin-top: -20px
    }

    .abs-sidebar-totals-mobile th:before,
    .abs-sidebar-totals-mobile td:before,
    .account .table-billing-agreements .col.actions:before,
    .account .table-billing-agreements-related .col.actions:before,
    .table-wrapper.comparison .table-comparison>tbody>tr>th:before,
    .table-wrapper.comparison .table-comparison>tbody>tr>td:before,
    .cart .table.items .col.item:before,
    .cart .table.items .item-actions td:before,
    .account .table-giftregistry .col.actions:before,
    .table.grouped>tbody>tr>td:before,
    .account .table-reviews .col.actions:before,
    .account .table-order-items .col.actions:before,
    .account .table-order-items .col.options:before,
    .cart-totals .totals th:before,
    .cart-totals .totals td:before,
    .opc-block-summary .totals th:before,
    .opc-block-summary .totals td:before {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .abs-no-display-s,
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
    .order-details-items .table-order-items .options-label,
    .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
        display: none
    }

    .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
    .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
    .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
    .account .page-main .page-title-wrapper .page-title,
    [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
    .sales-guest-view .page-main .page-title-wrapper .page-title {
        display: block
    }

    .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
    .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
    .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
    .account .page-main .page-title-wrapper .order-status,
    [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
    .sales-guest-view .page-main .page-title-wrapper .order-status {
        margin: -10px 0 10px
    }

    .abs-table-striped-mobile>tbody>tr>td:last-child,
    .account .data.table>tbody>tr>td:last-child {
        border: 0
    }

    .abs-no-border-top,
    .product.info.detailed .additional-attributes-wrapper,
    .table-wrapper.balance-history,
    .table-wrapper.table-returns,
    .table-wrapper.orders-recent,
    .order-details-items .table-wrapper {
        border-top: 0
    }

    .abs-no-border-bottom {
        border-bottom: 0
    }

    .abs-sidebar-totals-mobile .amount,
    .cart-totals .totals .amount,
    .opc-block-summary .totals .amount {
        text-align: right
    }

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

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
        border: none;
        display: block
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>thead>tr>th {
        display: none
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody {
        display: block
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr {
        display: block
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td,
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th {
        border-bottom: none;
        display: block;
        padding: 5px 10px
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td[data-th]:before,
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th[data-th]:before {
        padding-right: 10px;
        content: attr(data-th) ': ';
        display: inline-block;
        color: #111;
        font-weight: 700
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr>th {
        background-color: #f6f6f6
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:first-child {
        padding-top: 15px
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:last-child {
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td.col.qty {
        text-align: left
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
        border: none;
        padding: 0 0 5px
    }

    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
        display: block
    }

    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
        display: block
    }

    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
        padding-top: 20px
    }

    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
        box-sizing: border-box;
        float: left;
        text-align: left;
        width: 70%
    }

    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
        box-sizing: border-box;
        float: left;
        text-align: right;
        width: 30%
    }

    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
        font-size: 1.6rem
    }

    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
        padding-bottom: 10px
    }

    .data-table-definition-list thead {
        display: none
    }

    .data-table-definition-list tbody th {
        padding-bottom: 0
    }

    .data-table-definition-list tbody th,
    .data-table-definition-list tbody td {
        display: block;
        padding-left: 0;
        padding-right: 0
    }

    .pages .pages-items {
        display: block;
        padding: 2px 40px 0;
        position: relative;
        white-space: normal;
        z-index: 1
    }

    .pages-item-previous {
        left: 0;
        position: absolute;
        top: 0;
        z-index: 1
    }

    .pages-item-next {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1
    }

    .checkout-payment-method .amazon-sandbox-simulator {
        border-top: 1px solid #ccc
    }

    .widget-blog-posts ol.post-list li.item {
        width: 50%
    }

    .klarna-payments-method>.payment-method-title {
        padding: 6.5px 0 6.5px 15px
    }

    .form-new-agreement select {
        width: auto
    }

    .table-paypal-review-items .col.subtotal {
        text-align: left
    }

    .table-paypal-review-items .product-item-name {
        display: inline-block
    }

    .column .block-addbysku .sku {
        margin-right: -85px;
        padding-right: 90px
    }

    .column .block-addbysku .action.remove {
        display: inline-block;
        background-image: none;
        background: none;
        -moz-box-sizing: content-box;
        border: 0;
        box-shadow: none;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        font-weight: 400
    }

    .column .block-addbysku .action.remove>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .column .block-addbysku .action.remove:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: inherit;
        color: #757575;
        content: '\e604';
        font-family: 'luma-icons';
        margin: -4px 0 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .column .block-addbysku .action.remove:hover:before {
        color: inherit
    }

    .column .block-addbysku .action.remove:active:before {
        color: inherit
    }

    .column .block-addbysku .action.remove:focus,
    .column .block-addbysku .action.remove:active {
        background: none;
        border: none
    }

    .column .block-addbysku .action.remove:hover {
        background: none;
        border: none
    }

    .column .block-addbysku .action.remove.disabled,
    .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
        pointer-events: none;
        opacity: .5
    }

    .products-list .product-item {
        table-layout: fixed
    }

    .products-list .product-item-photo {
        padding: 0 10px 10px 0;
        width: 30%
    }

    .toolbar-products {
        margin-bottom: 0
    }

    .product-social-links .action.tocompare {
        display: none
    }

    .product-info-price {
        margin: 0 -10px 0;
        width: calc(100% + 2*10px) !important
    }

    .product-info-price>*:first-child {
        padding-left: 10px
    }

    .product-info-price>*:last-child {
        padding-right: 10px
    }

    .table-wrapper.comparison .table-comparison>tbody>tr>th,
    .table-wrapper.comparison .table-comparison>tbody>tr>td {
        display: table-cell
    }

    .cart .table.items .col.qty {
        text-align: center
    }

    .opc-wrapper .step-title {
        font-size: 18px;
        border-bottom: 0;
        padding-bottom: 0
    }

    .opc-wrapper .step-content {
        margin: 0 0 15px
    }

    .opc-wrapper .form-login,
    .opc-wrapper .form-shipping-address,
    .opc-wrapper .methods-shipping {
        background: #f4f4f4;
        margin: 20px -15px 15px;
        padding: 20px 15px
    }

    .opc-wrapper .form-login+.form-shipping-address {
        margin-top: -15px
    }

    .opc-wrapper .shipping-address-item {
        border-bottom: 1px solid #ccc;
        margin: 0 0 15px;
        padding: 0 0 15px;
        width: 100%
    }

    .opc-wrapper .shipping-address-item.selected-item {
        padding: 15px 35px 15px 18px;
        border-bottom-width: 2px
    }

    .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
        right: 39px
    }

    .opc-wrapper .action-select-shipping-item {
        float: none;
        margin-top: 10px;
        width: 100%
    }

    .opc-wrapper .action-show-popup {
        width: 100%
    }

    .opc-wrapper .methods-shipping {
        border-bottom: 1px solid #ccc;
        padding-top: 30px
    }

    .opc-wrapper .edit-address-link {
        display: inline-block;
        text-decoration: none;
        margin: 0;
        position: absolute;
        right: 0;
        top: 5px
    }

    .opc-wrapper .edit-address-link>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .opc-wrapper .edit-address-link:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: 20px;
        color: #757575;
        content: '\e601';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .opc-wrapper .edit-address-link:hover:before {
        color: #333
    }

    .opc-wrapper .edit-address-link:active:before {
        color: #757575
    }

    .shipping-policy-block.field-tooltip {
        margin-bottom: 20px;
        position: relative;
        right: auto;
        top: auto
    }

    .shipping-policy-block.field-tooltip .field-tooltip-content {
        width: 300px;
        right: auto
    }

    .shipping-policy-block.field-tooltip .field-tooltip-content:before,
    .shipping-policy-block.field-tooltip .field-tooltip-content:after {
        right: auto
    }

    .opc-block-shipping-information .shipping-information-title {
        font-size: 2.3rem
    }

    .opc-block-summary>.title {
        border-bottom: 0;
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 0
    }

    .account .column.main,
    .account .sidebar-additional {
        margin: 0;
        padding: 0
    }

    .account .sidebar-main .account-nav {
        margin-bottom: 0
    }

    .page-product-downloadable .product-options-wrapper {
        margin-bottom: 25px
    }

    .table-downloadable-products .product-name {
        display: block;
        margin-bottom: 5px
    }

    .page-product-downloadable .product-info-price~*:last-child:after {
        border-bottom: 1px solid #c1c1c1;
        content: '';
        display: block;
        height: 0;
        margin: 25px -10px;
        overflow: hidden;
        width: auto
    }

    .table-giftregistry-items .field.choice,
    .table-giftregistry-items .field.qty {
        display: inline-block
    }

    .form-giftregistry-search .fieldset {
        margin-bottom: 20px
    }

    .block-giftregistry-results .block-title {
        margin-bottom: 0
    }

    .block-giftregistry-results .table-wrapper {
        border-top: none
    }

    .block-giftregistry-shared-items .block-title {
        margin-bottom: 10px
    }

    .block-giftregistry-shared-items .table-wrapper {
        border-top: 0
    }

    .table.grouped>thead>tr>th {
        border-bottom: 1px solid #ccc;
        display: table-cell
    }

    .table.grouped>tbody {
        border-bottom: 1px solid #ccc
    }

    .table.grouped>tbody>tr>td {
        padding: 11px 10px;
        border: 0;
        display: table-cell
    }

    .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison)>tbody>tr>td:last-child {
        border-bottom: 0
    }

    .page-product-grouped .minimal-price {
        margin: 0
    }

    .page-product-grouped .product-info-price {
        border: 0;
        margin-bottom: 0
    }

    .page-product-grouped .product-info-price .price-box {
        padding-bottom: 0
    }

    .form-add-invitations .action.remove {
        display: inline-block;
        text-decoration: none
    }

    .form-add-invitations .action.remove>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .form-add-invitations .action.remove:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: inherit;
        color: #757575;
        content: '\e604';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .form-add-invitations .action.remove:hover:before {
        color: inherit
    }

    .form-add-invitations .action.remove:active:before {
        color: inherit
    }

    .multicheckout .data.table .address:before {
        margin-bottom: 5px
    }

    .multicheckout .product-item-name,
    .multicheckout .price-including-tax,
    .multicheckout .price-excluding-tax {
        display: inline-block
    }

    .multicheckout .block-content .box:not(:last-child) {
        margin-bottom: 40px
    }

    .multicheckout .block-content .box:last-child {
        margin-bottom: 0
    }

    .multicheckout.order-review .box-items .data.table thead {
        display: block
    }

    .multicheckout.order-review .box-items .data.table thead tr {
        display: block
    }

    .multicheckout.order-review .box-items .data.table thead .col.item {
        display: block;
        padding: 0
    }

    .multicheckout.order-review .data.table.table-order-review>tbody>tr>td.col.subtotal {
        border-bottom: none
    }

    .multicheckout.order-review .data.table.table-order-review>tbody>tr>td.col.qty {
        text-align: center
    }

    .multicheckout .actions-toolbar .action {
        margin-bottom: 25px
    }

    .multicheckout .actions-toolbar>.primary {
        margin-bottom: 25px;
        margin-right: 0
    }

    .customer-review .product-name {
        margin-bottom: 5px
    }

    .customer-review .product-reviews-summary .rating-summary {
        display: block;
        margin-bottom: 5px
    }

    .form-create-return .additional .field:nth-last-child(2) {
        margin-bottom: 0
    }

    .form-create-return .additional .field:last-child {
        margin-top: 20px
    }

    .account .column.main .returns-details-items .block-returns-tracking .block-title>.action.track {
        display: block;
        float: none;
        margin: 10px 0 0
    }

    .table-wrapper.orders-recent .table-order-items.table tbody>tr>td.col {
        padding-left: 0
    }

    .order-details-items thead {
        display: block
    }

    .order-details-items thead tr {
        display: block
    }

    .order-pager-wrapper {
        display: block
    }

    .account .table-order-items tbody tr {
        display: block
    }

    .account .table-order-items .product-item-name {
        display: inline-block;
        margin: 0
    }

    .account .table-order-items .action.show {
        margin-top: 0
    }

    .order-details-items .order-title strong {
        display: block
    }

    .order-details-items .action {
        margin-top: 10px
    }

    .order-details-items .items-qty {
        display: inline-block;
        vertical-align: top
    }

    .order-details-items .col.price .price-including-tax,
    .order-details-items .col.subtotal .price-including-tax,
    .order-details-items .col.price .price-excluding-tax,
    .order-details-items .col.subtotal .price-excluding-tax {
        display: inline-block
    }

    .order-details-items .data.table .col.options {
        padding: 0 10px 15px
    }

    .order-details-items .data.table .col.options:before {
        display: none
    }

    .order-details-items .options-label+.item-options-container[data-th]:before,
    .order-details-items .item-options-container+.item-options-container[data-th]:before {
        content: attr(data-th) ':';
        display: block;
        font-weight: 700;
        padding-left: 10px
    }

    .order-details-items .options-label+.item-options-container .col,
    .order-details-items .item-options-container+.item-options-container .col {
        font-size: 1.2rem;
        padding: 0 10px
    }

    .order-details-items .options-label+.item-options-container .col:first-child,
    .order-details-items .item-options-container+.item-options-container .col:first-child {
        padding-top: 3px
    }

    .order-details-items .options-label+.item-options-container .col:last-child,
    .order-details-items .item-options-container+.item-options-container .col:last-child {
        padding-bottom: 20px
    }

    .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
        display: none
    }

    .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
        display: none
    }

    .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
        display: block
    }

    .my-credit-cards .card-type img {
        vertical-align: middle
    }

    .products-grid.wishlist .product-item {
        border-bottom: 1px solid #e8e8e8
    }

    .products-grid.wishlist .product-item:first-child {
        border-top: 1px solid #e8e8e8
    }

    div[data-alias="product.info.addtocart.paypal"] .paypal-checkout-button {
        background: #ffc439 !important;
        border: 1px solid #ffc439 !important
    }

    .paypal-checkout-button img.non-transparent {
        display: none !important
    }

    .paypal-checkout-button img.transparent {
        display: inline-block !important
    }

    .paypal-checkout-button span {
        text-transform: capitalize !important;
        font-weight: 500 !important
    }
}

@media only screen and (max-width:479px) {
    .tooltip.wrapper .tooltip.content {
        min-width: 10rem
    }

    .widget-blog-posts ol.post-list li.item {
        width: 100%;
        float: none
    }

    .minicart-wrapper .block-minicart {
        width: 290px
    }

    .modal-popup .field-tooltip .field-tooltip-content {
        width: 200px
    }
}

@media all and (min-width:640px) {
    .abs-blocks-2columns-s {
        width: 48%
    }

    .abs-reset-left-margin-desktop-s,
    .column:not(.sidebar-main) .multicheckout .actions-toolbar,
    .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
        margin-left: 0
    }

    .abs-visually-hidden-desktop-s,
    .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .abs-add-clearfix-desktop-s:before,
    .abs-add-clearfix-desktop-s:after,
    .multicheckout .block-billing:before,
    .multicheckout .block-billing:after {
        content: '';
        display: table
    }

    .abs-add-clearfix-desktop-s:after,
    .multicheckout .block-billing:after {
        clear: both
    }

    .abs-add-box-sizing-desktop-s,
    .multicheckout .block-shipping .box,
    .multicheckout .block-billing .box-billing-address,
    .multicheckout .block-billing .box-billing-method {
        box-sizing: border-box
    }

    .abs-form-field-column-2-s .fieldset .field {
        padding: 0 12px 0 0;
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        vertical-align: top
    }

    .abs-form-field-column-2-s .fieldset .field+.fieldset {
        clear: both
    }

    .abs-form-field-column-2-s .fieldset .field .field {
        padding: 0;
        width: 100%
    }

    .abs-form-field-revert-column-1-s {
        width: 100%
    }

    .abs-action-print-s {
        display: inline-block;
        text-decoration: none
    }

    .abs-action-print-s:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: 16px;
        color: inherit;
        content: '\e624';
        font-family: 'luma-icons';
        margin: 0 4px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .table>tbody>tr>th,
    .table>tbody>tr>td {
        border-top: 1px solid #ccc
    }

    .table>tbody+tbody {
        border-top: 1px solid #ccc
    }

    .ui-dialog.popup {
        width: 420px
    }

    .column .block-addbysku .action.remove {
        background-image: none;
        -moz-box-sizing: content-box;
        box-shadow: none;
        line-height: inherit;
        text-shadow: none;
        font-weight: 400;
        line-height: 1.42857143;
        margin: 0;
        padding: 0;
        color: #444;
        text-decoration: none;
        background: none;
        border: 0;
        display: inline;
        margin-top: -4px
    }

    .column .block-addbysku .action.remove:focus,
    .column .block-addbysku .action.remove:active {
        background: none;
        border: none
    }

    .column .block-addbysku .action.remove:hover {
        background: none;
        border: none
    }

    .column .block-addbysku .action.remove.disabled,
    .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
        pointer-events: none;
        opacity: .5
    }

    .column .block-addbysku .action.remove:visited {
        color: #444;
        text-decoration: none
    }

    .column .block-addbysku .action.remove:hover {
        color: #000;
        text-decoration: none
    }

    .column .block-addbysku .action.remove:active {
        color: #000;
        text-decoration: none
    }

    .column .block-addbysku .action.remove:hover,
    .column .block-addbysku .action.remove:active,
    .column .block-addbysku .action.remove:focus {
        background: none;
        border: 0
    }

    .column .block-addbysku .action.remove.disabled,
    .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
        color: #444;
        opacity: .5;
        cursor: default;
        pointer-events: none;
        text-decoration: underline
    }

    .catalogsearch-advanced-result .message.error {
        margin-top: 0
    }

    .products-grid .product-item-info:hover,
    .products-grid .product-item-info.active {
        background: #fff;
        box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
        border: 1px solid #bbb;
        margin: -10px;
        padding: 9px;
        position: relative;
        z-index: 9
    }

    .products-grid .product-item-info:hover .product-item-inner,
    .products-grid .product-item-info.active .product-item-inner {
        display: block
    }

    .sidebar .products-grid .product-item-info:hover .product-item-photo,
    .sidebar .products-grid .product-item-info.active .product-item-photo {
        left: 9px;
        top: 9px
    }

    .products-grid .product-item-inner {
        background: #fff;
        box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
        border: 1px solid #bbb;
        border-top: none;
        left: 0;
        margin: 10px 0 0 -1px;
        padding: 0 9px 9px;
        position: absolute;
        right: -1px;
        z-index: 2
    }

    .product-item-actions {
        display: block
    }

    .products-grid .product-item-actions {
        margin: -10px 0 10px
    }

    .product-item-actions .actions-primary+.actions-secondary {
        display: inline-block;
        vertical-align: middle
    }

    .product-item-actions .actions-primary+.actions-secondary>.action {
        line-height: 35px;
        text-align: center;
        width: 35px
    }

    .product-item-actions .actions-primary+.actions-secondary>.action:last-child {
        margin-right: 0
    }

    .product-item-actions .actions-primary {
        display: inline-block
    }

    .page-products .products-grid .product-item-inner:before {
        background: #fff;
        content: '';
        height: 3px;
        left: 0;
        position: absolute;
        top: -2px;
        width: 100%;
        z-index: -1
    }

    .page-products .product-item-actions {
        z-index: 1
    }

    .products-grid .product-item {
        margin-bottom: 20px;
        width: 33.33333333%
    }

    .page-products .products-grid .product-item,
    .page-layout-1column .products-grid .product-item,
    .page-layout-3columns .products-grid .product-item,
    .page-products.page-layout-1column .products-grid .product-item,
    .page-products.page-layout-3columns .products-grid .product-item {
        margin-left: 0;
        width: calc((100% - 4%) / 3)
    }

    .page-products .products-grid .product-item:nth-child(3n + 1),
    .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
    .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
    .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
        margin-left: 0
    }

    .block.widget .products-grid .product-item .product-item-inner,
    .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
    .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
        box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
        margin: 9px 0 0 -1px
    }

    .sidebar .product-items .action.delete {
        line-height: unset;
        position: absolute;
        right: 0;
        top: -1px;
        width: auto
    }

    .cart-container .block.crosssell .products-grid .product-item-actions {
        margin: 0 0 10px
    }

    .multicheckout .actions-toolbar .secondary {
        float: none;
        margin-top: 11px;
        text-align: right
    }

    .multicheckout .actions-toolbar .secondary .action {
        margin-left: 0
    }

    .multicheckout .actions-toolbar .secondary .action.back {
        display: block;
        float: left
    }

    .multicheckout .item-options {
        margin: 20px 0 0
    }

    .multicheckout .block-content .box {
        margin-bottom: 0
    }

    .multicheckout .block-shipping .box {
        float: left;
        width: 25%
    }

    .multicheckout .block-shipping .box-shipping-method {
        padding-left: 25px;
        padding-right: 25px;
        width: 50%
    }

    .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
        display: none
    }

    .multicheckout .block-billing .box-billing-address {
        float: left;
        width: 25%
    }

    .multicheckout .block-billing .box-billing-method {
        float: left;
        padding-left: 25px;
        width: 50%
    }

    .multicheckout.form.address .table-wrapper .applicable {
        margin: 7px 0 0
    }

    .multicheckout.order-review .box-items {
        clear: left;
        float: none;
        padding-top: 40px;
        width: auto
    }

    .multicheckout.order-review .col.item {
        width: 75%
    }

    .multicheckout .methods-payment .item-content>.fieldset {
        width: auto
    }

    .multicheckout .methods-payment .item-content>.fieldset .field.cvv {
        display: inline-block;
        width: auto
    }

    .multicheckout .methods-payment .fieldset>.field:not(.choice)>.label {
        float: none;
        margin-bottom: 8px;
        text-align: left;
        width: auto
    }

    .multicheckout .methods-payment .fieldset>.field:not(.choice):not(.cvv) .control {
        width: 100%
    }

    .review-form {
        max-width: 500px
    }

    .review-ratings {
        float: left;
        margin-bottom: 0;
        max-width: 240px
    }

    .review-ratings~.review-content,
    .review-ratings~.review-details {
        margin-left: 280px
    }

    .review-toolbar {
        margin: 0 0 30px
    }

    .review-toolbar .pages {
        padding: 30px 0
    }

    .fieldset .review-legend.legend {
        margin-bottom: 30px
    }

    .review-item {
        padding: 30px 0
    }

    .review-title {
        margin: 0 0 30px
    }

    .order-details-items .order-title .action {
        margin: 12px 0 0 30px
    }

    .order-details-items .order-title .action.track {
        float: right
    }

    .wishlist-index-index .products-grid .product-item-actions {
        margin: 0
    }

    .block.widget .products-grid .product-item,
    .page-layout-1column .block.widget .products-grid .product-item,
    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 33.33333333%
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        margin-left: 2%;
        width: calc((100% - 4%)/3)
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
        margin-left: 0
    }
}

.checkout-cart-index .page-wrapper .page-header .header.content {
    display: flex;
    justify-content: flex-end
}

.checkout-customize-navs {
    display: none;
    line-height: 44px;
    height: 44px
}

.checkout-customize-navs .item {
    position: relative;
    width: 50%;
    float: left;
    text-align: center;
    background: #f4f4f4
}

.checkout-customize-navs .item.active {
    background: #444;
    color: #ffffff
}

.checkout-customize-navs .item.step-cart:after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    border-top: 22px solid transparent;
    border-left: 22px solid #f4f4f4;
    border-bottom: 22px solid transparent;
    z-index: 1
}

.checkout-customize-navs .item.step-cart.active:after {
    border-left: 22px solid #444
}

.aw_reward_points__information-bar {
    display: none
}

.checkout-discount-message {
    display: none;
    background-color: #fdf0d5;
    color: #6f4400;
    line-height: 2.4rem
}

.checkout-discount-message.active {
    display: block
}

.checkout-discount-message .price {
    font-weight: 600
}

#top-cart-btn-paypal {
    text-align: center;
    background-color: #ffc439;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 0
}

#top-cart-btn-paypal:hover {
    border: none
}

#top-cart-btn-paypal:focus {
    border: none
}

#top-cart-btn-paypal span {
    vertical-align: middle
}

#top-cart-btn-paypal .paypal-icon {
    display: inline-block;
    width: 105px;
    height: 27px;
    background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png) -13px -487px
}

#minicart-widgets {
    display: none
}

.cart-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cart-container .cart-totals .discount.coupon {
    display: initial
}

.form-cart {
    width: 100%;
    float: none;
    padding: 0
}

.form-cart .cart.table-wrapper {
    border-bottom: 1px solid #ddd;
    border-top: none;
    margin-bottom: 0
}

.form-cart #shopping-cart-table thead th.col {
    padding: 15px 0;
    text-align: center
}

.form-cart #shopping-cart-table tbody.item {
    border-bottom: none
}

.form-cart #shopping-cart-table tbody.item td.col {
    padding: 10px
}

.form-cart #shopping-cart-table tbody.item .col.item {
    display: flex;
    justify-content: center
}

.form-cart #shopping-cart-table tbody.item .col.item .item-photo {
    cursor: pointer
}

.form-cart #shopping-cart-table tbody.item .col.item .item-photo-detail {
    display: none
}

.form-cart #shopping-cart-table tbody.item .view-item-detail-box .detail-list {
    overflow: hidden;
    padding: 10px 0 0 0;
    margin: 0 0 5px 0;
    box-sizing: content-box;
    list-style: none
}

.form-cart #shopping-cart-table tbody.item .view-item-detail-box .detail-list .option-item {
    display: none;
    margin: 0
}

.form-cart #shopping-cart-table tbody.item .view-item-detail-box .detail-list .option-item.always-shown {
    display: block
}

.form-cart #shopping-cart-table tbody.item .view-item-detail-box .detail-list .option-item .option-label {
    padding-right: 15px
}

.form-cart #shopping-cart-table tbody.item .view-item-detail-box .detail-list .option-item .option-label::after {
    content: ':';
    display: inline-block;
    width: 5px;
    line-height: 15px
}

.form-cart #shopping-cart-table tbody.item .view-item-detail-box .detail-list .option-item .option-value {
    font-size: 12px
}

.form-cart #shopping-cart-table tbody.item .view-item-detail-box .action {
    font-weight: 600;
    color: #000
}

.form-cart #shopping-cart-table tbody.item .view-item-detail-box .action.close-detail-action {
    display: none
}

.form-cart #shopping-cart-table tbody.item .view-item-detail-box.active .option-item {
    display: block
}

.form-cart #shopping-cart-table tbody.item .view-item-detail-box.active .action.close-detail-action {
    display: inline
}

.form-cart #shopping-cart-table tbody.item .view-item-detail-box.active .action.view-detail-action {
    display: none
}

.form-cart #shopping-cart-table tbody.item .col.detail .item-details {
    margin-bottom: 15px;
    word-break: break-word
}

.form-cart #shopping-cart-table tbody.item .col.detail .item-details .item-sku {
    display: none;
    color: #B1B1B1;
    margin-bottom: 5px
}

.form-cart #shopping-cart-table tbody.item .col.detail .item-details .product-cart-sku {
    font-size: 12px
}

.form-cart #shopping-cart-table tbody.item .col.detail .item-details .product-cart-sku .label {
    font-weight: 600
}

.form-cart #shopping-cart-table tbody.item .col.detail .item-actions .actions-toolbar {
    display: flex
}

.form-cart #shopping-cart-table tbody.item .col.detail .item-actions .actions-toolbar>a.action {
    margin-right: 20px;
    position: static
}

.form-cart #shopping-cart-table tbody.item .col.detail .item-actions .actions-toolbar>a.action:before {
    display: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 15px;
    color: #757575;
    font-family: 'luma-icons';
    vertical-align: baseline
}

.form-cart #shopping-cart-table tbody.item .col.detail .item-actions .actions-toolbar>a.action>span {
    position: static;
    width: auto;
    height: auto;
    margin: 0
}

.form-cart #shopping-cart-table tbody.item .col.detail .item-actions .actions-toolbar .action-towishlist {
    order: 1
}

.form-cart #shopping-cart-table tbody.item .col.detail .item-actions .actions-toolbar .action-towishlist:before {
    content: '\e600'
}

.form-cart #shopping-cart-table tbody.item .col.detail .item-actions .actions-toolbar .action-delete {
    order: 0
}

.form-cart #shopping-cart-table tbody.item .toolbar-info .col.detail {
    padding-top: 0
}

.form-cart #shopping-cart-table tbody.item .toolbar-info .col.detail .actions-toolbar {
    margin-top: 0
}

.form-cart #shopping-cart-table tbody.item .col.qty {
    vertical-align: middle
}

.form-cart #shopping-cart-table tbody.item .col.qty .control.qty {
    display: flex;
    justify-content: center
}

.form-cart #shopping-cart-table tbody.item .col.qty .control.qty .qty-box {
    display: flex;
    justify-content: center;
    width: 120px;
    background-color: #F4F4F4
}

.form-cart #shopping-cart-table tbody.item .col.qty .control.qty .qty-box>div {
    cursor: pointer;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center
}

.form-cart #shopping-cart-table tbody.item .col.qty .control.qty .qty-box input.qty {
    margin: 0;
    border: none;
    background-color: #F4F4F4
}

.form-cart #shopping-cart-table tbody.item .col.qty .control.qty .qty-box .fa {
    font-size: 12px
}

.form-cart #shopping-cart-table tbody.item .col.price,
.form-cart #shopping-cart-table tbody.item .col.subtotal {
    vertical-align: middle;
    text-align: center
}

.form-cart #shopping-cart-table tbody.item .price-excluding-tax .price {
    font-weight: 500
}

.form-cart #shopping-cart-table tbody.item .cart-price>.special-price,
.form-cart #shopping-cart-table tbody.item .cart-price>.old-price,
.form-cart #shopping-cart-table tbody.item .cart-price>.price {
    color: #000;
    display: block;
    height: 16px;
    line-height: 1.6rem;
    font-size: 1.6rem;
    font-weight: 500
}

.form-cart #shopping-cart-table tbody.item .cart-price .old-price {
    color: #999;
    font-size: 1.4rem;
    text-decoration: line-through
}

.gift-wrapper {
    clear: left;
    border-bottom: 1px solid #ccc
}

.gift-wrapper .gift-header {
    display: flex;
    justify-content: center;
    position: relative
}

.gift-wrapper .gift-header .title {
    position: relative;
    background-color: white;
    text-align: center;
    padding: 0 10px;
    z-index: 99
}

.gift-wrapper .gift-list {
    margin: 0 auto
}

.gift-wrapper .gift-list .item .gift-image-box {
    border: 1px solid #ccc
}

.gift-wrapper .gift-list .item .gift-name {
    text-align: center;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis
}

.gift-wrapper .gift-list .item .gift-price {
    text-align: center
}

.gift-wrapper .gift-list .item .gift-price .special-price,
.gift-wrapper .gift-list .item .gift-price>.price {
    text-align: center;
    font-weight: 500;
    font-size: 1.6rem;
    color: #000;
    padding-right: 4px
}

.gift-wrapper .gift-list .item .gift-price .old-price {
    padding-left: 4px;
    text-align: center;
    font-weight: 500;
    color: #999;
    font-size: 1.4rem;
    text-decoration: line-through
}

.gift-wrapper .gift-list .item .gift-action {
    text-align: center
}

.gift-wrapper .gift-list .item .gift-action button {
    border-radius: 5px;
    background-color: white
}

.cart-discount .block>.title strong {
    color: #444
}

.cart-discount .payment-option .payment-option-title .action-toggle {
    display: block;
    width: 100%;
    position: relative
}

.cart-discount .payment-option .payment-option-title .action-toggle::after {
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.cart-discount .payment-option._active .payment-option-title .action-toggle::after {
    content: '\e621'
}

.cart-discount #block-gift-card-discount .gift-card-remove-icon {
    padding-right: 5px
}

.cart-discount #block-discount .content {
    display: block
}

.cart-discount #block-discount .content #discount-coupon-form .coupon .field label.label {
    display: inline-block;
    margin-right: 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    color: #666666
}

.cart-discount #block-discount .content #discount-coupon-form .coupon .field .control {
    display: inline-block
}

.cart-discount #block-discount .discount-code .payment-option-title {
    cursor: pointer
}

.cart-discount #block-discount .discount-code._active .payment-option-title #block-discount-heading::after {
    content: '\e621'
}

.cart-discount #block-discount #discount-form {
    width: 100%
}

.cart-discount #block-discount #discount-form .field .label {
    display: none
}

.cart-discount #block-discount #discount-form .payment-option-inner {
    width: 65%;
    float: left;
    display: block
}

.cart-discount #block-discount #discount-form .payment-option-inner .field {
    width: 100%;
    display: block
}

.cart-discount #block-discount #discount-form .actions-toolbar {
    width: 35%;
    float: right;
    display: block
}

.cart-discount #block-discount #discount-form .actions-toolbar .primary {
    width: 100%
}

.cart-discount #block-discount #discount-form .actions-toolbar .primary .action {
    margin-right: 0;
    width: 100%
}

.cart-summary {
    padding: 0;
    background-color: white
}

.cart-summary #block-shipping .title {
    border: none;
    text-align: center;
    padding: 0
}

.cart-summary #block-shipping .title:after {
    display: none
}

.cart-summary #block-shipping #block-summary #shipping-zip-form div.field {
    display: flex
}

.cart-summary #block-shipping #block-summary #shipping-zip-form div.field .label {
    margin: 0
}

.cart-summary #block-shipping #block-summary #co-shipping-method-form dl.methods dt.item-title {
    display: none
}

.cart-summary #block-shipping #block-summary #co-shipping-method-form dl.methods dd.item-options {
    margin: 0;
    font-size: 15px
}

.cart-summary #block-shipping #block-summary #co-shipping-method-form dl.methods dd.item-options input[type="radio"] {
    margin: 4px 5px 0 0
}

.cart-summary #block-shipping #block-summary #co-shipping-method-form dl.methods dd.item-options>div.field {
    margin: 0;
    padding: 15px 15px 12px
}

.cart-summary #block-shipping #block-summary #co-shipping-method-form dl.methods dd.item-options>div.field::after {
    display: block;
    content: '';
    clear: both
}

.cart-summary #block-shipping #block-summary #co-shipping-method-form dl.methods dd.item-options>div.active {
    background-color: #F4F4F4
}

.cart-summary #block-shipping #block-summary #co-shipping-method-form dl.methods dd.item-options:first-child .recommend {
    display: inline
}

.cart-summary #block-shipping #block-summary #co-shipping-method-form dl.methods dd.item-options .recommend {
    display: none;
    text-align: center;
    background-color: green;
    border-radius: 20px;
    padding: 5px 10px;
    color: white
}

.cart-summary #block-shipping #block-summary #co-shipping-method-form dl.methods dd.item-options .label .zero {
    display: none
}

.cart-summary #block-shipping #block-summary #co-shipping-method-form dl.methods dd.item-options .label.free-shipping>.price>.price {
    text-decoration: line-through;
    color: #808080
}

.cart-summary #block-shipping #block-summary #co-shipping-method-form dl.methods dd.item-options .label.free-shipping .zero {
    display: inline
}

.cart-summary .checkout-methods-items.free-payment .item.onestep .action.primary.checkout::before {
    display: none
}

.cart-summary .secure-wrapper .secure-list {
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.checkout-cart-index.virtual-cart .cart-discount,
.checkout-cart-index.virtual-cart #block-shipping {
    display: none
}

.checkout-cart-index .top-bar {
    display: none
}

.checkout-cart-index .cart-totals-wrapper #cart-totals {
    border-top: none
}

.checkout-cart-index .cart-totals-wrapper #cart-totals tr.discount .amount .price {
    color: #ff373c
}

.checkout-cart-index .cart-totals-wrapper #cart-totals .totals-tax {
    display: none
}

.checkout-cart-index .page-footer .links .contact {
    border-top: solid 1px #eee
}

.checkout-cart-index .page-footer .links .contact .connect-with {
    display: none
}

.checkout-cart-index .page-footer .recently-viewed .block-products-tiled-list .owl-stage-outer .product-image-container .product-image-photo {
    width: 100%;
    position: relative
}

.checkout-cart-index .cart-empty {
    padding: 10px 17px
}

.checkout-cart-index .cart-empty .cart-empty-title {
    margin-top: 0
}

.checkout-cart-index .cart-empty p a.cart-empty-continue {
    display: inline-block;
    background: #000000;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    font-size: 17px
}

.checkout-cart-index .cart-empty .cart-empty-click {
    display: none
}

.checkout-cart-index #block-payment .content ul li.method.free {
    display: none
}

.checkout-cart-index #block-payment.free-payment .content ul li.method.cryozonic_stripe,
.checkout-cart-index #block-payment.free-payment .content ul li.method.paypal_express,
.checkout-cart-index #block-payment.free-payment .content ul li.method.paypal_express_bml,
.checkout-cart-index #block-payment.free-payment .content ul li.method.paypal_express_credit {
    display: none
}

.checkout-cart-index #block-payment.free-payment .content ul li.method.free {
    display: list-item
}

.cart-secure {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png);
    background-position-x: -160px
}

.cart-our-promise {
    margin-top: 20px
}

.cart-our-promise ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.cart-our-promise ul li {
    display: flex
}

.cart-our-promise ul li div.img-icon {
    padding: 10px
}

.cart-our-promise ul li div.content span.header-content {
    font-weight: 600
}

.cart-totals .retail-price .amount {
    text-decoration: line-through
}

.progress-bar {
    max-width: 1080px;
    padding: 40px 10px 5px;
    margin: 0 auto
}

.progress-bar .row {
    display: flex;
    justify-content: space-around;
    text-align: center
}

.progress-bar .row-1 {
    overflow: hidden;
    position: relative
}

.progress-bar .row-1>span {
    position: relative;
    width: 100%;
    display: block
}

.progress-bar .row-1>span.active:before,
.progress-bar .row-1>span:after {
    width: calc(50%)
}

.progress-bar .row-1>span:after,
.progress-bar .row-1:after {
    content: "";
    display: block;
    background: #ddd;
    position: absolute;
    z-index: 1
}

.progress-bar .row-1>span:after,
.progress-bar .row-1>span:before {
    height: 6px;
    top: calc(47%);
    left: calc(-25%)
}

.progress-bar .row-1>span:before {
    content: "";
    display: block;
    width: 0;
    background: #87ccd1;
    position: absolute;
    transition: all 1s;
    z-index: 10 !important
}

.progress-bar .row-1 .number.active {
    background: #87ccd1
}

.progress-bar .row-1 .number {
    font-size: 22px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    position: relative;
    background: #ddd;
    color: #fff;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 10;
    transition: all .5s
}

.progress-bar .row-1:after {
    width: 100px;
    height: 6px;
    top: calc(47%);
    right: 0
}

.progress-bar .row-2 {
    margin-top: 5px;
    display: flex;
    justify-content: space-around;
    text-align: center
}

.progress-bar .row-2 span.active {
    color: #383838
}

.progress-bar .row-2 span {
    display: block;
    width: 100%;
    color: #cecece
}

.progress-bar .row-1::after {
    width: 13.5%
}

.progress-bar .row-1>span:nth-child(1)::before,
.progress-bar .row-1>span:nth-child(2)::before {
    width: 80%
}

.progress-bar .row-1>span::after {
    width: 80%;
    left: -40%
}

.progress-bar .row-1>span::before {
    left: -40%
}

.checkout-methods-items .checkout-cart-methods-onepage-bottom .primary.checkout {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffab0b;
    color: #fff
}

.checkout-methods-items .checkout-cart-methods-onepage-bottom .primary.checkout img {
    width: 20px;
    margin-right: 10px
}

.checkout-methods-items .checkout-cart-methods-onepage-bottom:after {
    display: block;
    content: "-OR-";
    text-align: center;
    line-height: 34px
}

.checkout-cart-index .return_dashboard {
    display: none
}

.mix-checkout-methods-items .item.checkout-cart-shortcut-buttons {
    display: flex;
    flex-direction: column-reverse
}

.mix-checkout-methods-items .item.checkout-cart-shortcut-buttons .paypal.checkout:not(:first-child)[data-label="or"]:after {
    display: none;
    content: "-OR-";
    text-align: center;
    line-height: 34px
}

.mix-checkout-methods-items .item.checkout-cart-shortcut-buttons .paypal.checkout .paypal-checkout-button {
    background: #fff;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #337ab7;
    box-shadow: none
}

.mix-checkout-methods-items .item.checkout-cart-shortcut-buttons .paypal.checkout .paypal-checkout-button img {
    margin: 0 0 0 10px
}

.mix-checkout-methods-items .item.checkout-cart-shortcut-buttons .paypal.checkout .paypal-checkout-button[data-alias="product.info.addtocart.paypal.credit"] {
    background: #ffab0b;
    border: none;
    color: #fff
}

.mix-checkout-methods-items .item.checkout-cart-shortcut-buttons div.product-info-addtocart-paypal-credit {
    display: none
}

.mix-checkout-methods-items .item.checkout-cart-shortcut-buttons div.product-info-addtocart-paypal::after {
    display: none
}

.cart-sidebar .container-discounts {
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #f4f4f4
}

@font-face {
    font-family: NHaasGroteskTXStd-55Rg;
    src: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/fonts/NHaasGroteskTXStd-55Rg.ttf)
}

@font-face {
    font-family: DancingScript;
    src: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/fonts/DancingScript.ttf)
}

@font-face {
    font-family: Italianno-Regular;
    src: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/fonts/Italianno-Regular.ttf)
}

body {
    color: #444
}

body ._keyfocus *:focus,
body input:not([disabled]):focus,
body textarea:not([disabled]):focus,
body select:not([disabled]):focus {
    box-shadow: none
}

body img,
body object,
body video,
body embed {
    height: auto
}

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

.a-blue {
    color: #39c
}

.hide {
    display: none !important
}

.line-through {
    text-decoration: line-through
}

.downplay {
    color: #999
}

p {
    margin: 0;
    padding: 0
}

mark,
.mark,
th.mark {
    background-color: transparent
}

.text-red {
    color: #ff373c
}

.text-white {
    color: #FFFFFF
}

body .breadcrumbs {
    margin: 20px auto
}

body .breadcrumbs a {
    color: #444
}

body .breadcrumbs a:visited {
    color: #444
}

body .breadcrumbs ol.items {
    display: inline-block
}

body .breadcrumbs ol.items li.item {
    display: inline-block
}

body .breadcrumbs ol.items li.item a,
body .breadcrumbs ol.items li.item h1,
body .breadcrumbs ol.items li.item h2,
body .breadcrumbs ol.items li.item h3 {
    display: inline;
    color: #444;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    margin: 0 !important
}

body .breadcrumbs .breadcrumbs-home {
    display: inline-block
}

body .breadcrumbs .breadcrumbs-home a,
body .breadcrumbs .breadcrumbs-home span {
    color: #444;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px
}

body .breadcrumbs .breadcrumbs-home:after {
    font-size: 10px;
    line-height: 18px;
    content: '\e608';
    font-family: 'luma-icons';
    margin: 0 10px;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

body .porto-icon-heart {
    color: #000
}

.relative {
    position: relative
}

.flex-display {
    display: -webkit-flex;
    display: flex
}

.box-btn {
    border: 1px solid;
    padding: 6px 8px
}

.inline-block {
    display: inline-block
}

.price-box .old-price span.price {
    text-decoration: line-through
}

.owl-nav * {
    position: absolute
}

.owl-dots {
    position: absolute;
    margin: 0 auto
}

.owl-dots .owl-dot {
    float: left
}

.shop-now {
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 10
}

.shop-now a {
    display: block;
    border: 1px solid #444
}

button.action-primary {
    background-color: #444;
    color: #fff;
    border: 1px solid #000;
    box-shadow: none
}

button.action-primary:hover {
    border: 1px solid #444;
    background-color: #fff;
    color: #000
}

button.action-primary:focus,
button.action-primary:active {
    border: 1px solid #444;
    background-color: #000;
    color: #fff
}

button.action-secondary {
    background-color: #fff;
    color: #000;
    border: 1px solid #444;
    box-shadow: none
}

button.action-secondary:hover {
    border: 1px solid #444;
    background-color: #444;
    color: #fff
}

button.action-secondary:focus,
button.action-secondary:active {
    border: none;
    background-color: #fff;
    color: #000
}

.carousel-list,
.top10,
.new-arrivals,
.recently-viewed {
    text-align: center
}

.carousel-list .price-container .old-price>.price,
.top10 .price-container .old-price>.price,
.new-arrivals .price-container .old-price>.price,
.recently-viewed .price-container .old-price>.price {
    font-size: 12px;
    color: #999;
    text-decoration: line-through
}

.carousel-list .shop-now,
.top10 .shop-now,
.new-arrivals .shop-now,
.recently-viewed .shop-now {
    height: 0
}

.ju-jewelry {
    text-align: center;
    margin-bottom: 10px
}

.ju-jewelry .title {
    line-height: 60px;
    font-size: 18px;
    color: #000
}

.ju-jewelry .context {
    line-height: 20px;
    font-size: 14px;
    color: #444
}

.ju-jewelry .descript {
    padding-bottom: 15px;
    background-color: #fef8f4
}

.ju-jewelry .link-a {
    line-height: 60px;
    display: flex;
    justify-content: center;
    font-size: 18px
}

.ju-jewelry .f-link {
    padding-right: 50px
}

.border-error-tip {
    border: 1px solid #ed8380
}

.recently-viewed-container span.title {
    font-size: 24px;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase
}

.it-mo-home-continers .it-mo-home-icon {
    min-height: 110px;
    overflow: hidden
}

.block-products-slider-list .block-title {
    position: relative;
    text-align: center;
    margin-bottom: 10px
}

.block-products-slider-list .block-title .title-divider {
    content: "";
    display: block;
    border-bottom: 1px solid #d9d9d9;
    position: absolute;
    width: calc(100% / 2 - 100px);
    top: 50%
}

.block-products-slider-list .block-title:before {
    content: "";
    display: block;
    border-bottom: 1px solid #d9d9d9;
    position: absolute;
    width: calc(100% / 2 - 100px);
    top: 50%;
    left: 0
}

.block-products-slider-list .block-title:after {
    content: "";
    display: block;
    border-bottom: 1px solid #d9d9d9;
    position: absolute;
    width: calc(100% / 2 - 100px);
    top: 50%;
    right: 0
}

.block-products-slider-list .block-title a,
.block-products-slider-list .block-title strong {
    color: #636363;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    background: #FFF
}

.block-products-slider-list .block-title img.flag {
    vertical-align: middle;
    height: 40px
}

.block-products-slider-list.recommend strong {
    text-decoration: none
}

.recently-viewed-container .block-title {
    display: none
}

.recently-viewed-container .product-item-actions {
    display: none
}

.block.custom_search {
    width: 100%
}

.block.custom_search .custom_search_form {
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #c0c0c0;
    border-radius: 2px
}

.block.custom_search .custom_search_form .field.search {
    width: calc(100% - 50px)
}

.block.custom_search .custom_search_form .field.search .control input {
    border: none;
    height: 40px
}

.block.custom_search .custom_search_form .actions button {
    width: 50px;
    height: 40px;
    background: none;
    box-shadow: none;
    border: none
}

.block.custom_search .custom_search_form .actions button i {
    color: #999999;
    font-size: 20px
}

.block.custom_search .search_tags {
    margin-top: 10px
}

.block.custom_search .search_tags span.hot-label {
    font-size: 18px
}

.block.custom_search .search_tags a {
    color: black;
    padding: 5px;
    text-decoration: underline
}

.product-info-main .block.related {
    margin-bottom: 10px;
    margin-top: 5px
}

.product-info-main .block.related #block-related-heading {
    color: #636363
}

.product-info-main .block.related .products-related {
    margin: 0px
}

.product-info-main .block.related .products-related ol.product-items {
    margin: 0px
}

.product-info-main .block.related .products-related ol.product-items li.product-item {
    margin: 0px;
    margin-bottom: 5px
}

.product-info-main .block.related .products-related ol.product-items li.product-item .product-item-photo {
    display: inline-block;
    border: 1px solid #ccc
}

.product-info-main .block.related .products-related ol.product-items li.product-item .product-image-container .product-image-wrapper {
    padding-bottom: 100% !important
}

.product-info-main .block.related .products-related .product-item-details {
    display: none
}

.field-dob .customer-dob {
    position: relative
}

.field-dob .customer-dob button.ui-datepicker-trigger {
    position: absolute;
    right: 0px;
    top: 5px
}

.od-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.od-checkbox input {
    position: absolute;
    opacity: 0
}

.od-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee
}

.od-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #999;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.od-checkbox:hover input~.checkmark {
    background-color: #FFF;
    border: 1px solid #ddd
}

.od-checkbox input:checked~.checkmark {
    background-color: #FFF;
    border: 1px solid #ddd
}

.od-checkbox input:checked~.checkmark:after {
    display: block
}

a.action.towishlist.active {
    color: #ff8e91
}

a.action.towishlist.active:before {
    color: #ff8e91
}

a.action.towishlist.active span {
    color: #444
}

.rating-summary .rating-result>span:before {
    color: #3399cc
}

* .od-icon {
    background: url('//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png');
    display: inline-block;
    width: 21px;
    height: 20px;
    float: left;
    margin-right: 5px
}

* .od-icon.od-phone {
    background-position: -58px -80px
}

* .od-icon.od-mail {
    background-position: -100px -80px
}

*:hover>.od-icon.od-phone {
    background-position: -58px -120px
}

*:hover>.od-icon.od-mail {
    background-position: -100px -120px
}

.product-item {
    position: relative
}

.page-header {
    position: relative
}

#switcher-language {
    display: none
}

#switcher-currency .switcher-dropdown {
    z-index: 200
}

#switcher-currency .switcher-dropdown .switcher-option {
    padding-left: 30px;
    position: relative
}

#switcher-currency .switcher-dropdown .switcher-option::before {
    background: url("//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/country-flag-bg.png") no-repeat 0 0;
    content: "";
    display: block;
    width: 17px;
    height: 12px;
    position: absolute;
    left: 10px;
    top: 12px
}

#switcher-currency .switcher-dropdown .switcher-option a {
    display: inline-block
}

#switcher-currency #switcher-currency-trigger {
    position: relative
}

#switcher-currency #switcher-currency-trigger .current-currency:before {
    background: url("//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/country-flag-bg.png") no-repeat 0 0;
    position: absolute;
    content: "";
    display: block;
    width: 17px;
    height: 12px;
    left: 10px;
    top: 7px
}

#switcher-currency-trigger .language-USD::before,
#switcher-currency .currency-USD::before {
    background-position-x: 0px !important
}

#switcher-currency-trigger .language-AUD::before,
#switcher-currency .currency-AUD::before {
    background-position-x: -60px !important
}

#switcher-currency-trigger .language-GBP::before,
#switcher-currency .currency-GBP::before {
    background-position-x: -280px !important
}

#switcher-currency-trigger .language-CAD::before,
#switcher-currency .currency-CAD::before {
    background-position-x: -20px !important
}

#switcher-currency-trigger .language-EUR::before,
#switcher-currency .currency-EUR::before {
    background-position-x: -300px !important
}

#switcher-currency-trigger .language-NZD::before,
#switcher-currency .currency-NZD::before {
    background-position-x: -80px !important
}

#switcher-currency .switcher-label {
    display: none
}

#switcher-currency .options .dropdown {
    display: none
}

#switcher-currency.active .options .dropdown {
    display: block
}

.nav-sections {
    background: #FFFFFF
}

.nav-sections .nav-sections-item-content>.navigation ul>li.level0 {
    position: static
}

.nav-sections .nav-sections-item-content>.navigation ul>li.level0>a.level-top>span {
    font-weight: 500;
    text-transform: uppercase
}

.nav-sections .nav-sections-item-content>.navigation ul>li.level0>a.level-top>span::after {
    display: none
}

.nav-sections .nav-sections-item-content>.navigation ul>li.level0:hover:after {
    display: none
}

.nav-sections .nav-sections-item-content>.navigation {
    width: 100%;
    z-index: 100;
    padding: 0
}

.nav-sections .nav-sections-item-content>.navigation>ul {
    margin: 0 auto;
    position: static;
    border-bottom: 1px solid #ededed
}

.nav-sections .sy-mega-menu-content {
    position: absolute;
    width: 100%;
    left: 0;
    background: #FFF;
    z-index: 100;
    padding-bottom: 10px;
    box-shadow: 0px 15px 10px -15px #333;
    top: 52px
}

.nav-sections .sy-mega-menu-content .sy-mega-menu-inner {
    max-width: 1280px;
    margin: 0 auto
}

.nav-sections .sy-mega-menu-content .sy-mega-menu-inner .mega-menu-left {
    width: 30%;
    float: left
}

.nav-sections .sy-mega-menu-content .sy-mega-menu-inner .mega-menu-right {
    width: 70%;
    float: left
}

.nav-sections .sy-mega-menu-content .sy-mega-menu-inner .mega-menu-right .menu-best-sellers {
    padding: 0 5px
}

.nav-sections .sy-mega-menu-content .sy-mega-menu-inner .mega-menu-right .menu-best-sellers div.menu-best-seller {
    display: inline-block;
    width: 24%
}

.nav-sections .sy-mega-menu-content .sy-mega-menu-inner .mega-menu-right .menu-best-sellers div.menu-best-seller>div {
    padding: 0 20px;
    text-align: center
}

.nav-sections .sy-mega-menu-content .sy-mega-menu-inner h3 {
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #474747;
    margin-bottom: 20px
}

.nav-sections .sy-mega-menu-content .sy-mega-menu-inner h3 span {
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    font-weight: 200;
    letter-spacing: 2px
}

.nav-sections .sy-mega-menu-content .sy-mega-menu-inner h3:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
    top: 50%
}

.nav-sections .is-sticky {
    z-index: 9999
}

.nav-sections .is-sticky .page-header>.panel {
    display: none
}

.searchautocomplete__item-magento_catalog_product .old-price {
    padding-left: 2px;
    font-size: 12px;
    line-height: 21px
}

.searchautocomplete__item-magento_catalog_product img {
    height: auto
}

.minicart-wrapper .action.showcart .counter-number {
    text-shadow: none !important
}

.head-discount-info {
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff
}

.head-discount-info span.content {
    color: #b64926;
    font-size: 16px
}

.cms-index-index .top-banner {
    list-style-type: none;
    position: relative;
    max-width: 1200px;
    margin: 10px auto 0
}

.searchautocomplete__autocomplete {
    font-size: 12px !important
}

.searchautocomplete__autocomplete .show-all-results {
    background-color: #444;
    margin: 0 -1px !important
}

.searchautocomplete__autocomplete .show-all-results a {
    font-size: 14px;
    color: #fff
}

.wishlist .empty {
    padding: 40px 0;
    text-align: center
}

.wishlist .empty .fa {
    color: #ff373c
}

.wishlist .empty .start-shop {
    display: block;
    background-color: #ffc24c;
    width: 160px;
    line-height: 34px;
    color: #fff;
    margin: 35px auto 0 auto
}

.wishlist .toolbar.toolbar-products {
    border-top: solid 1px #ddd;
    border-bottom: none;
    position: inherit;
    height: 73px;
    line-height: 73px
}

.wishlist .toolbar.toolbar-products .toolbar-sorter {
    text-transform: uppercase
}

.wishlist .toolbar.toolbar-products .toolbar-sorter select {
    background-color: #fff
}

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

.wishlist .products-grid .item {
    box-sizing: border-box;
    float: left;
    text-align: center
}

.wishlist .products-grid .item .remove {
    background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png) -142px -63px;
    cursor: pointer;
    z-index: 3;
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 15px;
    height: 15px
}

.wishlist .products-grid .item .product-item-photo {
    width: 100%;
    display: block;
    position: relative
}

.wishlist .products-grid .item .price-container .price-wrapper .special-price .price {
    font-size: 1.4rem
}

.wishlist .products-grid .item .price-container .price-wrapper .old-price .price {
    color: #999;
    font-size: 12px;
    text-decoration: line-through
}

.wishlist .products-grid .item .shop-now {
    font-size: 1.2rem
}

.account .my-account-new span.icon {
    background-image: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/customer-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 54px;
    height: 50px
}

.account .my-account-new span.icon.order-processing {
    background-position: 7px 0px
}

.account .my-account-new span.icon.order-complete {
    background-position: -46px 0px
}

.account .my-account-new span.icon.order-review {
    width: 53px;
    background-position: -192px 0px
}

.account .my-account-new span.icon.order-close {
    background-position: -97px 0px
}

.account .my-account-new span.icon.support {
    background-position: -145px 0px
}

.account .my-account-new span.icon.referral {
    background-position: -233px 0px
}

.account .container-order-tracking {
    padding-top: 20px
}

.account .container-order-tracking .track-item {
    margin-bottom: 60px
}

.account .container-order-tracking .track-item .sign-for-top {
    border-top: none
}

.account .container-order-tracking .empty-track-info {
    padding: 20px 0px
}

.account .sidebar .block-collapsible-nav {
    top: 0;
    z-index: 0
}

.account .sidebar .block-collapsible-nav .content {
    background-color: #f4f4f4
}

.account .sidebar .block-collapsible-nav .item a {
    padding-left: 17px;
    font-size: 1.4rem;
    color: #444
}

.account .sidebar .block-collapsible-nav .item>strong {
    padding-left: 17px;
    font-size: 1.8rem;
    color: #000
}

.account .sidebar .block-reorder {
    border: solid 1px #ddd;
    padding: 20px
}

.account .sidebar .block-reorder .block-title {
    font-size: 1.8rem;
    color: #999
}

.account .page.messages {
    margin-bottom: 0
}

.account .page-title {
    font-size: 3rem;
    color: #000;
    line-height: 3rem
}

.account .column.main {
    padding-left: 1.2%
}

.account .column.main .block:not(.widget) .block-title {
    border-bottom: 1px solid #ddd
}

.account .column.main .block:not(.widget) .block-title>strong {
    font-size: 1.8rem;
    color: #999;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: 200
}

.account .column.main .block:not(.widget) .box-title>span {
    font-size: 1.8rem;
    color: #000;
    font-weight: 400
}

.account .block-content .box {
    box-sizing: border-box
}

.account .block-content .box .box-content {
    font-size: 1.4rem
}

.account .block-content .box.box-exchange {
    width: 100% !important;
    padding: 0
}

.account #my-orders-table th.col {
    font-size: 1.8rem;
    color: #000;
    font-weight: 400
}

.order-details-items.shipments .order-title .action.track {
    float: none;
    font-weight: 700;
    color: #39c
}

.order-details-items.shipments .order-title .action.print {
    float: right
}

.order-details-items.ordered .table-order-items .col.price .cart-price .special-price .price {
    color: #000;
    font-weight: 600 !important
}

.order-details-items.ordered .table-order-items .col.price .cart-price .old-price .price {
    text-decoration: line-through;
    color: #999;
    font-weight: 600 !important
}

.order-details-items.ordered .table-order-items .col.subtotal .price {
    color: #000;
    font-weight: 600 !important
}

.verify {
    margin: 10px 0
}

.verify .info {
    display: none;
    height: 32px;
    line-height: 32px;
    background: #e8f7ed
}

.verify .info .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 10px;
    background-image: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png)
}

.verify .send {
    float: right;
    background: #222;
    color: #fff;
    width: 100px;
    height: 100%;
    text-align: center;
    cursor: pointer
}

.verify .verified {
    float: right;
    color: #00FF40
}

.verify .verified .icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-right: 3px;
    background-image: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png);
    background-size: 816px
}

.order-info-header {
    margin-bottom: 10px
}

.membership-main {
    padding: 10px 20px
}

.membership-main .benefits-lists {
    padding-left: 25px
}

.membership-benefits-content .membership-benefits {
    display: none
}

.membership-benefits-content .membership-benefits .benefits-title img {
    vertical-align: middle
}

[data-toggle-membership-id] {
    cursor: pointer
}

.membership-btns {
    display: flex;
    display: -webkit-flex;
    justify-content: center
}

.membership-btn {
    display: flex;
    display: -webkit-flex;
    justify-content: start;
    background: #fde9db;
    height: 60px;
    width: 330px;
    border: 1px solid #fff;
    outline: none;
    color: #7d644f;
    border-radius: 8px;
    margin-right: 27px
}

.membership-btn:last-child {
    margin-left: 27px
}

.membership-btn i {
    padding: 0 20px;
    width: 35px
}

.membership-btn div.text {
    text-align: left
}

.membership-btn div.text span {
    display: block
}

.membership-btn:hover {
    border: 1px solid #fed9db;
    background: #fef8f4
}

.account .return_dashboard {
    height: 40px;
    margin-bottom: 10px;
    background: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    padding: 0
}

.account .return_dashboard a,
a.a-link {
    color: #3399cc
}

.page-empty {
    text-align: center;
    padding: 25px 0
}

.page-empty .empty-desc {
    color: #999;
    margin-top: 10px;
    font-size: 12px
}

@media only screen and (min-width:767px) {
    .account .order-details-items .order-items .table-order-items td.col.name {
        width: 30%
    }
}

.sales-order-shipping .fieldset .legend,
.sales-order-shipping .field.company,
.sales-order-shipping .field.field-name-prefix,
.sales-order-shipping .field.set.billing,
.sales-order-shipping .actions-toolbar,
.sales-order-shipping .field .fa {
    display: none
}

.sales-order-shipping .form-address-edit>.fieldset {
    float: none;
    margin: 0
}

.customer-account-login .page-main,
.customer-account-create .page-main,
.customer-account-forgotpassword .page-main {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
    height: auto
}

.customer-account-login .page-main .login-background,
.customer-account-create .page-main .login-background,
.customer-account-forgotpassword .page-main .login-background {
    display: none
}

.customer-account-login .page-main .columns,
.customer-account-create .page-main .columns,
.customer-account-forgotpassword .page-main .columns {
    width: 100%;
    max-width: 1240px;
    position: relative;
    margin: 0 auto
}

.customer-account-login .page-main .column.main::after,
.customer-account-create .page-main .column.main::after,
.customer-account-forgotpassword .page-main .column.main::after {
    content: '';
    display: block;
    clear: both
}

.customer-account-login .page-main .column.main .switcher,
.customer-account-create .page-main .column.main .switcher,
.customer-account-forgotpassword .page-main .column.main .switcher {
    text-align: center;
    color: #000
}

.customer-account-login .page-main .column.main .switcher .button,
.customer-account-create .page-main .column.main .switcher .button,
.customer-account-forgotpassword .page-main .column.main .switcher .button {
    width: 50%;
    float: left;
    cursor: pointer
}

.customer-account-login .page-main .column.main .switcher::after,
.customer-account-create .page-main .column.main .switcher::after,
.customer-account-forgotpassword .page-main .column.main .switcher::after {
    content: '';
    display: block;
    clear: both
}

.customer-account-login .page-main .column.main .login-container .form.create.account,
.customer-account-create .page-main .column.main .login-container .form.create.account,
.customer-account-forgotpassword .page-main .column.main .login-container .form.create.account,
.customer-account-login .page-main .column.main .register-container .form.create.account,
.customer-account-create .page-main .column.main .register-container .form.create.account,
.customer-account-forgotpassword .page-main .column.main .register-container .form.create.account,
.customer-account-login .page-main .column.main .forget-password-container .form.create.account,
.customer-account-create .page-main .column.main .forget-password-container .form.create.account,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .form.create.account {
    min-width: initial;
    width: initial
}

.customer-account-login .page-main .column.main .login-container.active,
.customer-account-create .page-main .column.main .login-container.active,
.customer-account-forgotpassword .page-main .column.main .login-container.active,
.customer-account-login .page-main .column.main .register-container.active,
.customer-account-create .page-main .column.main .register-container.active,
.customer-account-forgotpassword .page-main .column.main .register-container.active,
.customer-account-login .page-main .column.main .forget-password-container.active,
.customer-account-create .page-main .column.main .forget-password-container.active,
.customer-account-forgotpassword .page-main .column.main .forget-password-container.active {
    display: block
}

.customer-account-login .page-main .column.main .login-container .fieldset,
.customer-account-create .page-main .column.main .login-container .fieldset,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset,
.customer-account-login .page-main .column.main .register-container .fieldset,
.customer-account-create .page-main .column.main .register-container .fieldset,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset,
.customer-account-login .page-main .column.main .forget-password-container .fieldset,
.customer-account-create .page-main .column.main .forget-password-container .fieldset,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset {
    margin: 0 0 30px 0
}

.customer-account-login .page-main .column.main .login-container .fieldset.info,
.customer-account-create .page-main .column.main .login-container .fieldset.info,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset.info,
.customer-account-login .page-main .column.main .register-container .fieldset.info,
.customer-account-create .page-main .column.main .register-container .fieldset.info,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset.info,
.customer-account-login .page-main .column.main .forget-password-container .fieldset.info,
.customer-account-create .page-main .column.main .forget-password-container .fieldset.info,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset.info {
    margin: 0px
}

.customer-account-login .page-main .column.main .login-container .fieldset .subhead,
.customer-account-create .page-main .column.main .login-container .fieldset .subhead,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .subhead,
.customer-account-login .page-main .column.main .register-container .fieldset .subhead,
.customer-account-create .page-main .column.main .register-container .fieldset .subhead,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .subhead,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .subhead,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .subhead,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .subhead {
    font-size: 16px;
    font-family: Arial
}

.customer-account-login .page-main .column.main .login-container .fieldset .subhead a.sign-in,
.customer-account-create .page-main .column.main .login-container .fieldset .subhead a.sign-in,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .subhead a.sign-in,
.customer-account-login .page-main .column.main .register-container .fieldset .subhead a.sign-in,
.customer-account-create .page-main .column.main .register-container .fieldset .subhead a.sign-in,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .subhead a.sign-in,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .subhead a.sign-in,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .subhead a.sign-in,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .subhead a.sign-in {
    display: inline-block;
    float: right;
    text-decoration: underline
}

.customer-account-login .page-main .column.main .login-container .fieldset .legend,
.customer-account-create .page-main .column.main .login-container .fieldset .legend,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .legend,
.customer-account-login .page-main .column.main .register-container .fieldset .legend,
.customer-account-create .page-main .column.main .register-container .fieldset .legend,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .legend,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .legend,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .legend,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .legend {
    font-size: 28px;
    text-align: center;
    border: none;
    margin-bottom: 0
}

.customer-account-login .page-main .column.main .login-container .fieldset .sub-title p,
.customer-account-create .page-main .column.main .login-container .fieldset .sub-title p,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .sub-title p,
.customer-account-login .page-main .column.main .register-container .fieldset .sub-title p,
.customer-account-create .page-main .column.main .register-container .fieldset .sub-title p,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .sub-title p,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .sub-title p,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .sub-title p,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .sub-title p {
    padding-bottom: 16px
}

.customer-account-login .page-main .column.main .login-container .fieldset .sub-title ul,
.customer-account-create .page-main .column.main .login-container .fieldset .sub-title ul,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .sub-title ul,
.customer-account-login .page-main .column.main .register-container .fieldset .sub-title ul,
.customer-account-create .page-main .column.main .register-container .fieldset .sub-title ul,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .sub-title ul,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .sub-title ul,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .sub-title ul,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .sub-title ul {
    padding-left: 36px;
    list-style: disc
}

.customer-account-login .page-main .column.main .login-container .fieldset:last-child,
.customer-account-create .page-main .column.main .login-container .fieldset:last-child,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset:last-child,
.customer-account-login .page-main .column.main .register-container .fieldset:last-child,
.customer-account-create .page-main .column.main .register-container .fieldset:last-child,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset:last-child,
.customer-account-login .page-main .column.main .forget-password-container .fieldset:last-child,
.customer-account-create .page-main .column.main .forget-password-container .fieldset:last-child,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset:last-child {
    margin: 0
}

.customer-account-login .page-main .column.main .login-container .fieldset::after,
.customer-account-create .page-main .column.main .login-container .fieldset::after,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset::after,
.customer-account-login .page-main .column.main .register-container .fieldset::after,
.customer-account-create .page-main .column.main .register-container .fieldset::after,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset::after,
.customer-account-login .page-main .column.main .forget-password-container .fieldset::after,
.customer-account-create .page-main .column.main .forget-password-container .fieldset::after,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset::after {
    display: none
}

.customer-account-login .page-main .column.main .login-container .fieldset .field,
.customer-account-create .page-main .column.main .login-container .fieldset .field,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field,
.customer-account-login .page-main .column.main .register-container .fieldset .field,
.customer-account-create .page-main .column.main .register-container .fieldset .field,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field {
    position: relative;
    margin: 0
}

.customer-account-login .page-main .column.main .login-container .fieldset .field .label,
.customer-account-create .page-main .column.main .login-container .fieldset .field .label,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field .label,
.customer-account-login .page-main .column.main .register-container .fieldset .field .label,
.customer-account-create .page-main .column.main .register-container .fieldset .field .label,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field .label,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field .label,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field .label,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field .label {
    line-height: 3rem;
    margin: 0;
    position: absolute;
    z-index: 10;
    left: 0;
    -webkit-transition: top .2s, left .2s, z-index .2s;
    transition: top .2s, left .2s, z-index .2s
}

.customer-account-login .page-main .column.main .login-container .fieldset .field .label::after,
.customer-account-create .page-main .column.main .login-container .fieldset .field .label::after,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field .label::after,
.customer-account-login .page-main .column.main .register-container .fieldset .field .label::after,
.customer-account-create .page-main .column.main .register-container .fieldset .field .label::after,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field .label::after,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field .label::after,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field .label::after,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field .label::after {
    display: none
}

.customer-account-login .page-main .column.main .login-container .fieldset .field .label.inside,
.customer-account-create .page-main .column.main .login-container .fieldset .field .label.inside,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field .label.inside,
.customer-account-login .page-main .column.main .register-container .fieldset .field .label.inside,
.customer-account-create .page-main .column.main .register-container .fieldset .field .label.inside,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field .label.inside,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field .label.inside,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field .label.inside,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field .label.inside {
    z-index: 0
}

.customer-account-login .page-main .column.main .login-container .fieldset .field .label.force-outside,
.customer-account-create .page-main .column.main .login-container .fieldset .field .label.force-outside,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field .label.force-outside,
.customer-account-login .page-main .column.main .register-container .fieldset .field .label.force-outside,
.customer-account-create .page-main .column.main .register-container .fieldset .field .label.force-outside,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field .label.force-outside,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field .label.force-outside,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field .label.force-outside,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field .label.force-outside,
.customer-account-login .page-main .column.main .login-container .fieldset .field .label.inside.force-outside,
.customer-account-create .page-main .column.main .login-container .fieldset .field .label.inside.force-outside,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field .label.inside.force-outside,
.customer-account-login .page-main .column.main .register-container .fieldset .field .label.inside.force-outside,
.customer-account-create .page-main .column.main .register-container .fieldset .field .label.inside.force-outside,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field .label.inside.force-outside,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field .label.inside.force-outside,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field .label.inside.force-outside,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field .label.inside.force-outside {
    z-index: 10
}

.customer-account-login .page-main .column.main .login-container .fieldset .field .control,
.customer-account-create .page-main .column.main .login-container .fieldset .field .control,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field .control,
.customer-account-login .page-main .column.main .register-container .fieldset .field .control,
.customer-account-create .page-main .column.main .register-container .fieldset .field .control,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field .control,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field .control,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field .control,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field .control {
    width: 100%;
    position: relative
}

.customer-account-login .page-main .column.main .login-container .fieldset .field .control .fa,
.customer-account-create .page-main .column.main .login-container .fieldset .field .control .fa,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field .control .fa,
.customer-account-login .page-main .column.main .register-container .fieldset .field .control .fa,
.customer-account-create .page-main .column.main .register-container .fieldset .field .control .fa,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field .control .fa,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field .control .fa,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field .control .fa,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field .control .fa {
    color: #ddd;
    position: absolute;
    top: 0;
    line-height: 5.3rem;
    left: 15px;
    font-size: 16px;
    z-index: 10
}

.customer-account-login .page-main .column.main .login-container .fieldset .field .control .input-text,
.customer-account-create .page-main .column.main .login-container .fieldset .field .control .input-text,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field .control .input-text,
.customer-account-login .page-main .column.main .register-container .fieldset .field .control .input-text,
.customer-account-create .page-main .column.main .register-container .fieldset .field .control .input-text,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field .control .input-text,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field .control .input-text,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field .control .input-text,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field .control .input-text,
.customer-account-login .page-main .column.main .login-container .fieldset .field .control select,
.customer-account-create .page-main .column.main .login-container .fieldset .field .control select,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field .control select,
.customer-account-login .page-main .column.main .register-container .fieldset .field .control select,
.customer-account-create .page-main .column.main .register-container .fieldset .field .control select,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field .control select,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field .control select,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field .control select,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field .control select,
.customer-account-login .page-main .column.main .login-container .fieldset .field .control input,
.customer-account-create .page-main .column.main .login-container .fieldset .field .control input,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field .control input,
.customer-account-login .page-main .column.main .register-container .fieldset .field .control input,
.customer-account-create .page-main .column.main .register-container .fieldset .field .control input,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field .control input,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field .control input,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field .control input,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field .control input {
    padding-left: 20px;
    line-height: 4.3rem;
    height: 4.3rem;
    color: #333;
    border: 1px solid #ddd
}

.customer-account-login .page-main .column.main .login-container .fieldset .field .control .input-text:focus,
.customer-account-create .page-main .column.main .login-container .fieldset .field .control .input-text:focus,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field .control .input-text:focus,
.customer-account-login .page-main .column.main .register-container .fieldset .field .control .input-text:focus,
.customer-account-create .page-main .column.main .register-container .fieldset .field .control .input-text:focus,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field .control .input-text:focus,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field .control .input-text:focus,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field .control .input-text:focus,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field .control .input-text:focus,
.customer-account-login .page-main .column.main .login-container .fieldset .field .control select:focus,
.customer-account-create .page-main .column.main .login-container .fieldset .field .control select:focus,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field .control select:focus,
.customer-account-login .page-main .column.main .register-container .fieldset .field .control select:focus,
.customer-account-create .page-main .column.main .register-container .fieldset .field .control select:focus,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field .control select:focus,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field .control select:focus,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field .control select:focus,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field .control select:focus,
.customer-account-login .page-main .column.main .login-container .fieldset .field .control input:focus,
.customer-account-create .page-main .column.main .login-container .fieldset .field .control input:focus,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field .control input:focus,
.customer-account-login .page-main .column.main .register-container .fieldset .field .control input:focus,
.customer-account-create .page-main .column.main .register-container .fieldset .field .control input:focus,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field .control input:focus,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field .control input:focus,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field .control input:focus,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field .control input:focus {
    border: 1px solid #aaa;
    box-shadow: none
}

.customer-account-login .page-main .column.main .login-container .fieldset .field.customer-name-prefix,
.customer-account-create .page-main .column.main .login-container .fieldset .field.customer-name-prefix,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field.customer-name-prefix,
.customer-account-login .page-main .column.main .register-container .fieldset .field.customer-name-prefix,
.customer-account-create .page-main .column.main .register-container .fieldset .field.customer-name-prefix,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field.customer-name-prefix,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field.customer-name-prefix,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field.customer-name-prefix,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field.customer-name-prefix {
    padding-top: 0
}

.customer-account-login .page-main .column.main .login-container .fieldset .field.gender,
.customer-account-create .page-main .column.main .login-container .fieldset .field.gender,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field.gender,
.customer-account-login .page-main .column.main .register-container .fieldset .field.gender,
.customer-account-create .page-main .column.main .register-container .fieldset .field.gender,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field.gender,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field.gender,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field.gender,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field.gender {
    display: none
}

.customer-account-login .page-main .column.main .login-container .fieldset .field.field-name-prefix,
.customer-account-create .page-main .column.main .login-container .fieldset .field.field-name-prefix,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field.field-name-prefix,
.customer-account-login .page-main .column.main .register-container .fieldset .field.field-name-prefix,
.customer-account-create .page-main .column.main .register-container .fieldset .field.field-name-prefix,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field.field-name-prefix,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field.field-name-prefix,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field.field-name-prefix,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field.field-name-prefix {
    width: 26.1%;
    float: left
}

.customer-account-login .page-main .column.main .login-container .fieldset .field.field-name-prefix .label,
.customer-account-create .page-main .column.main .login-container .fieldset .field.field-name-prefix .label,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field.field-name-prefix .label,
.customer-account-login .page-main .column.main .register-container .fieldset .field.field-name-prefix .label,
.customer-account-create .page-main .column.main .register-container .fieldset .field.field-name-prefix .label,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field.field-name-prefix .label,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field.field-name-prefix .label,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field.field-name-prefix .label,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field.field-name-prefix .label {
    display: none
}

.customer-account-login .page-main .column.main .login-container .fieldset .field.field-name-prefix select,
.customer-account-create .page-main .column.main .login-container .fieldset .field.field-name-prefix select,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field.field-name-prefix select,
.customer-account-login .page-main .column.main .register-container .fieldset .field.field-name-prefix select,
.customer-account-create .page-main .column.main .register-container .fieldset .field.field-name-prefix select,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field.field-name-prefix select,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field.field-name-prefix select,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field.field-name-prefix select,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field.field-name-prefix select {
    padding: 0 0 0 15px
}

.customer-account-login .page-main .column.main .login-container .fieldset .field.field-dob .label,
.customer-account-create .page-main .column.main .login-container .fieldset .field.field-dob .label,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field.field-dob .label,
.customer-account-login .page-main .column.main .register-container .fieldset .field.field-dob .label,
.customer-account-create .page-main .column.main .register-container .fieldset .field.field-dob .label,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field.field-dob .label,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field.field-dob .label,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field.field-dob .label,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field.field-dob .label {
    position: inherit;
    display: block;
    float: left;
    width: 26.1%
}

.customer-account-login .page-main .column.main .login-container .fieldset .field.field-dob .control,
.customer-account-create .page-main .column.main .login-container .fieldset .field.field-dob .control,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field.field-dob .control,
.customer-account-login .page-main .column.main .register-container .fieldset .field.field-dob .control,
.customer-account-create .page-main .column.main .register-container .fieldset .field.field-dob .control,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field.field-dob .control,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field.field-dob .control,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field.field-dob .control,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field.field-dob .control {
    width: 100%
}

.customer-account-login .page-main .column.main .login-container .fieldset .field.field-dob .control input,
.customer-account-create .page-main .column.main .login-container .fieldset .field.field-dob .control input,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field.field-dob .control input,
.customer-account-login .page-main .column.main .register-container .fieldset .field.field-dob .control input,
.customer-account-create .page-main .column.main .register-container .fieldset .field.field-dob .control input,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field.field-dob .control input,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field.field-dob .control input,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field.field-dob .control input,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field.field-dob .control input {
    line-height: 4.3rem;
    height: 4.3rem
}

.customer-account-login .page-main .column.main .login-container .fieldset .field.newsletter,
.customer-account-create .page-main .column.main .login-container .fieldset .field.newsletter,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field.newsletter,
.customer-account-login .page-main .column.main .register-container .fieldset .field.newsletter,
.customer-account-create .page-main .column.main .register-container .fieldset .field.newsletter,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field.newsletter,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field.newsletter,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field.newsletter,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field.newsletter,
.customer-account-login .page-main .column.main .login-container .fieldset .field.privacy-policy,
.customer-account-create .page-main .column.main .login-container .fieldset .field.privacy-policy,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field.privacy-policy,
.customer-account-login .page-main .column.main .register-container .fieldset .field.privacy-policy,
.customer-account-create .page-main .column.main .register-container .fieldset .field.privacy-policy,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field.privacy-policy,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field.privacy-policy,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field.privacy-policy,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field.privacy-policy {
    background: none;
    height: 2rem;
    padding-top: 25px
}

.customer-account-login .page-main .column.main .login-container .fieldset .field.newsletter .label,
.customer-account-create .page-main .column.main .login-container .fieldset .field.newsletter .label,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field.newsletter .label,
.customer-account-login .page-main .column.main .register-container .fieldset .field.newsletter .label,
.customer-account-create .page-main .column.main .register-container .fieldset .field.newsletter .label,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field.newsletter .label,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field.newsletter .label,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field.newsletter .label,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field.newsletter .label,
.customer-account-login .page-main .column.main .login-container .fieldset .field.privacy-policy .label,
.customer-account-create .page-main .column.main .login-container .fieldset .field.privacy-policy .label,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field.privacy-policy .label,
.customer-account-login .page-main .column.main .register-container .fieldset .field.privacy-policy .label,
.customer-account-create .page-main .column.main .register-container .fieldset .field.privacy-policy .label,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field.privacy-policy .label,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field.privacy-policy .label,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field.privacy-policy .label,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field.privacy-policy .label {
    position: inherit;
    line-height: 2rem
}

.customer-account-login .page-main .column.main .login-container .fieldset .field.newsletter #is_subscribed:focus,
.customer-account-create .page-main .column.main .login-container .fieldset .field.newsletter #is_subscribed:focus,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field.newsletter #is_subscribed:focus,
.customer-account-login .page-main .column.main .register-container .fieldset .field.newsletter #is_subscribed:focus,
.customer-account-create .page-main .column.main .register-container .fieldset .field.newsletter #is_subscribed:focus,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field.newsletter #is_subscribed:focus,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field.newsletter #is_subscribed:focus,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field.newsletter #is_subscribed:focus,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field.newsletter #is_subscribed:focus,
.customer-account-login .page-main .column.main .login-container .fieldset .field.privacy-policy #is_subscribed:focus,
.customer-account-create .page-main .column.main .login-container .fieldset .field.privacy-policy #is_subscribed:focus,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field.privacy-policy #is_subscribed:focus,
.customer-account-login .page-main .column.main .register-container .fieldset .field.privacy-policy #is_subscribed:focus,
.customer-account-create .page-main .column.main .register-container .fieldset .field.privacy-policy #is_subscribed:focus,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field.privacy-policy #is_subscribed:focus,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field.privacy-policy #is_subscribed:focus,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field.privacy-policy #is_subscribed:focus,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field.privacy-policy #is_subscribed:focus,
.customer-account-login .page-main .column.main .login-container .fieldset .field.newsletter #privacy_policy:focus,
.customer-account-create .page-main .column.main .login-container .fieldset .field.newsletter #privacy_policy:focus,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field.newsletter #privacy_policy:focus,
.customer-account-login .page-main .column.main .register-container .fieldset .field.newsletter #privacy_policy:focus,
.customer-account-create .page-main .column.main .register-container .fieldset .field.newsletter #privacy_policy:focus,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field.newsletter #privacy_policy:focus,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field.newsletter #privacy_policy:focus,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field.newsletter #privacy_policy:focus,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field.newsletter #privacy_policy:focus,
.customer-account-login .page-main .column.main .login-container .fieldset .field.privacy-policy #privacy_policy:focus,
.customer-account-create .page-main .column.main .login-container .fieldset .field.privacy-policy #privacy_policy:focus,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field.privacy-policy #privacy_policy:focus,
.customer-account-login .page-main .column.main .register-container .fieldset .field.privacy-policy #privacy_policy:focus,
.customer-account-create .page-main .column.main .register-container .fieldset .field.privacy-policy #privacy_policy:focus,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field.privacy-policy #privacy_policy:focus,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field.privacy-policy #privacy_policy:focus,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field.privacy-policy #privacy_policy:focus,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field.privacy-policy #privacy_policy:focus {
    box-shadow: none
}

.customer-account-login .page-main .column.main .login-container .fieldset .field .mage-error,
.customer-account-create .page-main .column.main .login-container .fieldset .field .mage-error,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field .mage-error,
.customer-account-login .page-main .column.main .register-container .fieldset .field .mage-error,
.customer-account-create .page-main .column.main .register-container .fieldset .field .mage-error,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field .mage-error,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field .mage-error,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field .mage-error,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field .mage-error {
    margin-top: 0
}

.customer-account-login .page-main .column.main .login-container .actions-toolbar .primary,
.customer-account-create .page-main .column.main .login-container .actions-toolbar .primary,
.customer-account-forgotpassword .page-main .column.main .login-container .actions-toolbar .primary,
.customer-account-login .page-main .column.main .register-container .actions-toolbar .primary,
.customer-account-create .page-main .column.main .register-container .actions-toolbar .primary,
.customer-account-forgotpassword .page-main .column.main .register-container .actions-toolbar .primary,
.customer-account-login .page-main .column.main .forget-password-container .actions-toolbar .primary,
.customer-account-create .page-main .column.main .forget-password-container .actions-toolbar .primary,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .actions-toolbar .primary {
    float: none;
    display: block
}

.customer-account-login .page-main .column.main .login-container .actions-toolbar .primary .action.login,
.customer-account-create .page-main .column.main .login-container .actions-toolbar .primary .action.login,
.customer-account-forgotpassword .page-main .column.main .login-container .actions-toolbar .primary .action.login,
.customer-account-login .page-main .column.main .register-container .actions-toolbar .primary .action.login,
.customer-account-create .page-main .column.main .register-container .actions-toolbar .primary .action.login,
.customer-account-forgotpassword .page-main .column.main .register-container .actions-toolbar .primary .action.login,
.customer-account-login .page-main .column.main .forget-password-container .actions-toolbar .primary .action.login,
.customer-account-create .page-main .column.main .forget-password-container .actions-toolbar .primary .action.login,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .actions-toolbar .primary .action.login,
.customer-account-login .page-main .column.main .login-container .actions-toolbar .primary .action.submit,
.customer-account-create .page-main .column.main .login-container .actions-toolbar .primary .action.submit,
.customer-account-forgotpassword .page-main .column.main .login-container .actions-toolbar .primary .action.submit,
.customer-account-login .page-main .column.main .register-container .actions-toolbar .primary .action.submit,
.customer-account-create .page-main .column.main .register-container .actions-toolbar .primary .action.submit,
.customer-account-forgotpassword .page-main .column.main .register-container .actions-toolbar .primary .action.submit,
.customer-account-login .page-main .column.main .forget-password-container .actions-toolbar .primary .action.submit,
.customer-account-create .page-main .column.main .forget-password-container .actions-toolbar .primary .action.submit,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .actions-toolbar .primary .action.submit {
    border-radius: 3px;
    font-weight: 200;
    text-transform: capitalize;
    background-color: #5499CC;
    color: #fff;
    line-height: 5.3rem;
    padding: 0;
    width: 100%;
    font-size: 1.8rem;
    border: none
}

.customer-account-login .page-main .column.main .login-container .actions-toolbar .secondary,
.customer-account-create .page-main .column.main .login-container .actions-toolbar .secondary,
.customer-account-forgotpassword .page-main .column.main .login-container .actions-toolbar .secondary,
.customer-account-login .page-main .column.main .register-container .actions-toolbar .secondary,
.customer-account-create .page-main .column.main .register-container .actions-toolbar .secondary,
.customer-account-forgotpassword .page-main .column.main .register-container .actions-toolbar .secondary,
.customer-account-login .page-main .column.main .forget-password-container .actions-toolbar .secondary,
.customer-account-create .page-main .column.main .forget-password-container .actions-toolbar .secondary,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .actions-toolbar .secondary {
    display: block
}

.customer-account-login .page-main .column.main .login-container .social-media-sign-in,
.customer-account-create .page-main .column.main .login-container .social-media-sign-in,
.customer-account-forgotpassword .page-main .column.main .login-container .social-media-sign-in,
.customer-account-login .page-main .column.main .register-container .social-media-sign-in,
.customer-account-create .page-main .column.main .register-container .social-media-sign-in,
.customer-account-forgotpassword .page-main .column.main .register-container .social-media-sign-in,
.customer-account-login .page-main .column.main .forget-password-container .social-media-sign-in,
.customer-account-create .page-main .column.main .forget-password-container .social-media-sign-in,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .social-media-sign-in {
    text-align: center;
    font-size: 1.4rem;
    color: #999
}

.customer-account-login .page-main .column.main .login-container .social-media-sign-in .line,
.customer-account-create .page-main .column.main .login-container .social-media-sign-in .line,
.customer-account-forgotpassword .page-main .column.main .login-container .social-media-sign-in .line,
.customer-account-login .page-main .column.main .register-container .social-media-sign-in .line,
.customer-account-create .page-main .column.main .register-container .social-media-sign-in .line,
.customer-account-forgotpassword .page-main .column.main .register-container .social-media-sign-in .line,
.customer-account-login .page-main .column.main .forget-password-container .social-media-sign-in .line,
.customer-account-create .page-main .column.main .forget-password-container .social-media-sign-in .line,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .social-media-sign-in .line {
    display: block;
    border-top: 1px solid #999;
    height: 0;
    position: relative;
    top: 1rem
}

.customer-account-login .page-main .column.main .login-container .social-media-sign-in label,
.customer-account-create .page-main .column.main .login-container .social-media-sign-in label,
.customer-account-forgotpassword .page-main .column.main .login-container .social-media-sign-in label,
.customer-account-login .page-main .column.main .register-container .social-media-sign-in label,
.customer-account-create .page-main .column.main .register-container .social-media-sign-in label,
.customer-account-forgotpassword .page-main .column.main .register-container .social-media-sign-in label,
.customer-account-login .page-main .column.main .forget-password-container .social-media-sign-in label,
.customer-account-create .page-main .column.main .forget-password-container .social-media-sign-in label,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .social-media-sign-in label {
    background-color: #fff;
    position: relative;
    z-index: 10;
    padding: 0 10px
}

.customer-account-login .page-main .column.main .login-container .fieldset .field .control input.input-text,
.customer-account-create .page-main .column.main .login-container .fieldset .field .control input.input-text,
.customer-account-forgotpassword .page-main .column.main .login-container .fieldset .field .control input.input-text {
    padding-left: 44px
}

.customer-account-login .page-main .column.main .register-container .fieldset .field .control input.input-text,
.customer-account-create .page-main .column.main .register-container .fieldset .field .control input.input-text,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field .control input.input-text,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field .control input.input-text,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field .control input.input-text,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field .control input.input-text {
    padding-left: 20px
}

.customer-account-login .page-main .column.main .register-container .fieldset .field.note,
.customer-account-create .page-main .column.main .register-container .fieldset .field.note,
.customer-account-forgotpassword .page-main .column.main .register-container .fieldset .field.note,
.customer-account-login .page-main .column.main .forget-password-container .fieldset .field.note,
.customer-account-create .page-main .column.main .forget-password-container .fieldset .field.note,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .fieldset .field.note {
    margin-bottom: 26px;
    text-align: center;
    font-size: 16px
}

.customer-account-login .page-main .column.main .register-container form.form-create-account,
.customer-account-create .page-main .column.main .register-container form.form-create-account,
.customer-account-forgotpassword .page-main .column.main .register-container form.form-create-account,
.customer-account-login .page-main .column.main .forget-password-container form.form-create-account,
.customer-account-create .page-main .column.main .forget-password-container form.form-create-account,
.customer-account-forgotpassword .page-main .column.main .forget-password-container form.form-create-account {
    margin-bottom: 25px
}

.customer-account-login .page-main .column.main .register-container .by-joining,
.customer-account-create .page-main .column.main .register-container .by-joining,
.customer-account-forgotpassword .page-main .column.main .register-container .by-joining,
.customer-account-login .page-main .column.main .forget-password-container .by-joining,
.customer-account-create .page-main .column.main .forget-password-container .by-joining,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .by-joining {
    text-align: center;
    color: #a0a0a0;
    font-size: 14px
}

.customer-account-login .page-main .column.main .register-container .by-joining a,
.customer-account-create .page-main .column.main .register-container .by-joining a,
.customer-account-forgotpassword .page-main .column.main .register-container .by-joining a,
.customer-account-login .page-main .column.main .forget-password-container .by-joining a,
.customer-account-create .page-main .column.main .forget-password-container .by-joining a,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .by-joining a {
    text-decoration: underline;
    color: #a0a0a0
}

.customer-account-login .page-main .column.main .forget-password-container .actions-toolbar .secondary,
.customer-account-create .page-main .column.main .forget-password-container .actions-toolbar .secondary,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .actions-toolbar .secondary {
    margin-bottom: 20px;
    text-align: center;
    float: none;
    font-size: 16px
}

.customer-account-login .page-main .column.main .forget-password-container .actions-toolbar .secondary a.action.back,
.customer-account-create .page-main .column.main .forget-password-container .actions-toolbar .secondary a.action.back,
.customer-account-forgotpassword .page-main .column.main .forget-password-container .actions-toolbar .secondary a.action.back {
    display: inline;
    text-decoration: underline
}

.customer-account-login .page-main .column.main .block,
.customer-account-create .page-main .column.main .block,
.customer-account-forgotpassword .page-main .column.main .block {
    width: 100%
}

.customer-account-login .page-main .column.main .block-new-customer .actions-toolbar .primary,
.customer-account-create .page-main .column.main .block-new-customer .actions-toolbar .primary,
.customer-account-forgotpassword .page-main .column.main .block-new-customer .actions-toolbar .primary {
    width: 100%
}

.customer-account-login .page-main .column.main .block-new-customer .actions-toolbar .primary .action,
.customer-account-create .page-main .column.main .block-new-customer .actions-toolbar .primary .action,
.customer-account-forgotpassword .page-main .column.main .block-new-customer .actions-toolbar .primary .action {
    text-transform: uppercase;
    background-color: #444;
    color: #fff;
    line-height: 5.3rem;
    padding: 0;
    width: 100%;
    font-size: 1.8rem;
    border: none
}

.customer-account-login .ui-datepicker,
.customer-account-create .ui-datepicker,
.customer-account-forgotpassword .ui-datepicker {
    width: 256px
}

.customer-account-login .customer-login-page-container,
.customer-account-create .customer-login-page-container,
.customer-account-forgotpassword .customer-login-page-container {
    display: flex;
    background: #fff;
    padding: 50px;
    font-family: Arial
}

.customer-account-login .customer-login-page-container .login-left-container,
.customer-account-create .customer-login-page-container .login-left-container,
.customer-account-forgotpassword .customer-login-page-container .login-left-container,
.customer-account-login .customer-login-page-container .login-right-container,
.customer-account-create .customer-login-page-container .login-right-container,
.customer-account-forgotpassword .customer-login-page-container .login-right-container {
    flex: 1;
    padding: 0 10px
}

.customer-account-login .customer-login-page-container .login-left-container,
.customer-account-create .customer-login-page-container .login-left-container,
.customer-account-forgotpassword .customer-login-page-container .login-left-container {
    border-right: 1px solid #d0d0d0
}

.customer-account-login .customer-login-page-container .login-left-container .block-customer-login .block-title,
.customer-account-create .customer-login-page-container .login-left-container .block-customer-login .block-title,
.customer-account-forgotpassword .customer-login-page-container .login-left-container .block-customer-login .block-title {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none
}

.customer-account-login .customer-login-page-container .login-left-container .block-customer-login .block-title strong,
.customer-account-create .customer-login-page-container .login-left-container .block-customer-login .block-title strong,
.customer-account-forgotpassword .customer-login-page-container .login-left-container .block-customer-login .block-title strong {
    font-size: 25px
}

.customer-account-login .customer-login-page-container .login-left-container .block-customer-login .block-content form.form-login .fieldset .field input.input-text,
.customer-account-create .customer-login-page-container .login-left-container .block-customer-login .block-content form.form-login .fieldset .field input.input-text,
.customer-account-forgotpassword .customer-login-page-container .login-left-container .block-customer-login .block-content form.form-login .fieldset .field input.input-text {
    line-height: 4.3rem;
    height: 4.3rem
}

.customer-account-login .customer-login-page-container .login-left-container .block-customer-login .block-content form.form-login .fieldset .field .control .fa,
.customer-account-create .customer-login-page-container .login-left-container .block-customer-login .block-content form.form-login .fieldset .field .control .fa,
.customer-account-forgotpassword .customer-login-page-container .login-left-container .block-customer-login .block-content form.form-login .fieldset .field .control .fa {
    line-height: 4.3rem
}

.customer-account-login .customer-login-page-container .login-left-container .block-customer-login .block-content form.form-login .fieldset .field .secondary,
.customer-account-create .customer-login-page-container .login-left-container .block-customer-login .block-content form.form-login .fieldset .field .secondary,
.customer-account-forgotpassword .customer-login-page-container .login-left-container .block-customer-login .block-content form.form-login .fieldset .field .secondary {
    margin-top: 5px
}

.customer-account-login .customer-login-page-container .login-left-container .block-customer-login .block-content form.form-login .fieldset .field .secondary a,
.customer-account-create .customer-login-page-container .login-left-container .block-customer-login .block-content form.form-login .fieldset .field .secondary a,
.customer-account-forgotpassword .customer-login-page-container .login-left-container .block-customer-login .block-content form.form-login .fieldset .field .secondary a {
    color: #39c;
    font-size: 12px
}

.customer-account-login .customer-login-page-container .login-right-container,
.customer-account-create .customer-login-page-container .login-right-container,
.customer-account-forgotpassword .customer-login-page-container .login-right-container {
    padding-left: 5%
}

.customer-account-login .customer-login-page-container .login-right-container .block-new-customer .block-title strong,
.customer-account-create .customer-login-page-container .login-right-container .block-new-customer .block-title strong,
.customer-account-forgotpassword .customer-login-page-container .login-right-container .block-new-customer .block-title strong {
    font-weight: 500;
    font-size: 20px
}

.customer-account-login .customer-login-page-container .login-right-container .block-new-customer .block-content a,
.customer-account-create .customer-login-page-container .login-right-container .block-new-customer .block-content a,
.customer-account-forgotpassword .customer-login-page-container .login-right-container .block-new-customer .block-content a {
    color: #39c
}

.customer-account-login .customer-login-page-container .login-right-container .block-new-customer .block-content .new-customer-img-box,
.customer-account-create .customer-login-page-container .login-right-container .block-new-customer .block-content .new-customer-img-box,
.customer-account-forgotpassword .customer-login-page-container .login-right-container .block-new-customer .block-content .new-customer-img-box {
    margin: 20px 0
}

.customer-account-login .customer-login-page-container .login-right-container .block-new-customer .block-content .actions-toolbar .login-benefits li.item,
.customer-account-create .customer-login-page-container .login-right-container .block-new-customer .block-content .actions-toolbar .login-benefits li.item,
.customer-account-forgotpassword .customer-login-page-container .login-right-container .block-new-customer .block-content .actions-toolbar .login-benefits li.item {
    font-weight: 700
}

.customer-account-login .customer-login-page-container .login-right-container .block-new-customer .block-content .actions-toolbar .login-benefits li span.icon,
.customer-account-create .customer-login-page-container .login-right-container .block-new-customer .block-content .actions-toolbar .login-benefits li span.icon,
.customer-account-forgotpassword .customer-login-page-container .login-right-container .block-new-customer .block-content .actions-toolbar .login-benefits li span.icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px
}

.customer-account-create .page-main .column.main .fieldset .field:not(.note).field-dob .labe .customer-account-login .page-main .column.main .fieldset .field label.label,
.customer-account-create .page-main .column.main .fieldset .field label.label {
    display: none
}

@media screen and (max-width:368px) {
    .customer-account-create .page-main .column.main .register-container .fieldset .subhead {
        font-size: 12px
    }
}

.customer-login-page-container .login-left-container .email-sug,
.customer-login-page-container .register-container .email-sug {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 2px solid rgba(134, 132, 132, 0.3);
    border-top: none;
    display: none;
    overflow: hidden;
    max-height: 230px
}

.customer-login-page-container .login-left-container .email-sug li,
.customer-login-page-container .register-container .email-sug li {
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    color: darkgrey;
    line-height: 30px;
    overflow: hidden;
    padding-left: 10px;
    box-sizing: border-box
}

.customer-login-page-container .login-left-container .email-sug li:hover,
.customer-login-page-container .register-container .email-sug li:hover {
    background-color: skyblue
}

.customer-login-page-container .login-left-container .email-sug li.active,
.customer-login-page-container .register-container .email-sug li.active {
    background-color: pink
}

.customer-account-forgotpassword .forget-password-container .email-sug {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 2px solid rgba(134, 132, 132, 0.3);
    border-top: none;
    display: none;
    overflow: hidden;
    max-height: 230px
}

.customer-account-forgotpassword .forget-password-container .email-sug li {
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    color: darkgrey;
    line-height: 30px;
    overflow: hidden;
    padding-left: 10px;
    box-sizing: border-box
}

.customer-account-forgotpassword .forget-password-container .email-sug li:hover {
    background-color: skyblue
}

.customer-account-forgotpassword .forget-password-container .email-sug li.active {
    background-color: pink
}

.product-item .product-item-photo {
    display: block;
    position: relative
}

.product-item .product.details.product-item-details a {
    display: none;
    font-size: 12px;
    text-align: center;
    color: #636363
}

.product-item .product.details.product-item-details a:hover {
    color: #3399cc
}

.product-item .product.details.product-item-details .product-t {
    display: block;
    height: 30px
}

.product-item .price-box {
    text-align: center
}

.product-item .price-box .price-label {
    display: none
}

.product-item .price-box .special-price {
    color: #000
}

.product-item .price-box .old-price {
    text-decoration: line-through
}

.product-item .price-box .old-price .price {
    font-size: 12px
}

.product-item a.action.towishlist {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    color: #ddd
}

.product-item a.action.towishlist.active {
    color: #ff8e91
}

.products-grid .ad-item {
    display: inline-block
}

.filter-current {
    background: #f4f4f4;
    margin-top: 10px
}

.filter-current .item {
    margin-right: 6px;
    display: inline-block;
    margin-bottom: 0px
}

.product-reviews-summary {
    text-align: center;
    display: none
}

#layer-product-list .products-grid .product-items .product-item .product-item-info {
    position: relative
}

#layer-product-list .products-grid .product-items .product-item .product-item-info .price-box .special-price span.price {
    color: #fe6c93;
    font-size: 18px;
    font-weight: 400
}

#layer-product-list .products-grid .product-items .product-item .product-item-info .price-box .old-price span.price {
    font-size: 16px;
    color: #999;
    font-weight: 400
}

#layer-product-list .products-grid .product-items .product-item .product-item-info .product-item-details .product-free {
    text-align: center;
    margin-top: 10px
}

#layer-product-list .products-grid .product-items .product-item .product-item-info .product-item-details .product-free em {
    display: inline-block;
    padding: 0 5px;
    width: auto;
    height: 18px;
    color: #3399cc;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #39c;
    text-align: center
}

.ssy-switcher {
    text-align: center
}

.ssy-switcher .switcher-item {
    display: inline-block;
    width: 30px;
    height: 30px
}

.ssy-switcher .switcher-item.stone img {
    width: 30px
}

.ssy-switcher .switcher-item.more {
    position: relative
}

.ssy-switcher .switcher-item.more span {
    position: absolute;
    top: 4px;
    border: 1px solid #ddd;
    padding: 2px;
    font-size: 12px;
    left: 0
}

.layered-filter-block-container .filter-content .filter-options div[attribute="ring_size"] {
    display: none
}

.category-category-clearance-50 .layered-filter-block-container .filter-content .filter-options div[attribute="ring_size"] {
    display: block
}

.category-category-clearance-50 .layered-filter-block-container .filter-content .filter-options div[attribute="discount_type"] {
    display: none
}

@media only screen and (max-width:1024px) {

    .catalog-category-view .toolbar-products .flex-display span,
    .catalogsearch-result-index .toolbar-products .flex-display span {
        float: left;
        width: 91%;
        text-align: left;
        padding-left: 15px;
        font-size: 12px;
        color: #333333
    }
}

@media only screen and (max-width:768px) {

    .catalog-category-view .toolbar-products .flex-display span,
    .catalogsearch-result-index .toolbar-products .flex-display span {
        width: 88%
    }
}

@media only screen and (max-width:500px) {

    .catalog-category-view .toolbar-products .flex-display span,
    .catalogsearch-result-index .toolbar-products .flex-display span {
        width: 76%
    }
}

@media only screen and (max-width:320px) {

    .catalog-category-view .toolbar-products .flex-display span,
    .catalogsearch-result-index .toolbar-products .flex-display span {
        width: 69%
    }
}

@media screen and (min-width:640px) and (max-width:1200px) {
    .page-products .products-grid .product-item {
        width: 33.3%
    }

    .page-products .products-grid .product-item .product-item-info {
        margin: 0 auto
    }
}

.cms-page-view .block.widget {
    margin-bottom: 0
}

.cms-page-view .block.widget .block-title {
    color: #000;
    margin: 0;
    text-align: center
}

.cms-page-view .block.widget .block-title strong {
    font-weight: 500
}

.cms-page-view .block.widget .block-content .products-grid .product-items {
    width: 100%;
    margin: 0
}

.cms-page-view .block.widget .block-content .products-grid .product-items .product-item {
    float: left;
    display: block
}

.cms-page-view .block.widget .block-content .products-grid .product-items .product-item:nth-child(4n + 1) {
    margin-left: 0
}

.cms-page-view .block.widget .block-content .products-grid .product-items .product-item .product-item-info {
    text-align: center;
    position: relative
}

.cms-page-view .block.widget .block-content .products-grid .product-items .product-item .product-item-info:hover {
    background: none
}

.cms-page-view .block.widget .block-content .products-grid .product-items .product-item .product-item-photo {
    line-height: 0;
    position: relative;
    display: block;
    padding-bottom: 0
}

.cms-page-view .block.widget .block-content .products-grid .product-items .product-item .product-item-photo .product-image-container {
    display: block;
    margin: 0 auto
}

.cms-page-view .block.widget .block-content .products-grid .product-items .product-item .product-item-photo .product-image-container .product-image-photo {
    width: 100%;
    margin: 0
}

.cms-page-view .block.widget .block-content .products-grid .product-items .product-item .product-item-details {
    margin-top: 10px
}

.cms-page-view .block.widget .block-content .products-grid .product-items .product-item .product-item-details .product-item-name {
    margin: 0;
    text-align: center;
    height: 40px
}

.cms-page-view .block.widget .block-content .products-grid .product-items .product-item .product-item-details .price-box {
    margin: 0
}

.cms-page-view .block.widget .block-content .products-grid .product-items .product-item .product-item-details .price-box .special-price .price {
    color: #fe6c93
}

.cms-page-view .block.widget .block-content .products-grid .product-items .product-item .product-item-details .price-box .old-price .price {
    color: #999;
    font-size: 12px
}

.cms-page-view .block.widget .block-content .products-grid .product-items .product-item .product-item-details .price-box *>.price {
    font-weight: 400
}

.cms-page-view .block.widget .block-content .products-grid .product-items::after {
    display: block;
    content: '';
    clear: both
}

.catalog-product-view.product-gift-card .giftcard-information-container .field .value div.mage-error[generated] {
    margin-top: 0
}

.catalog-product-view .product.info.detailed .data.item.content .product.attribute.features {
    padding: 10px 0
}

.ring-tabs-wrapper .tabs-list {
    display: flex;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #444
}

.ring-tabs-wrapper .tabs-list dd {
    flex: 1;
    margin: 0;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    min-width: 80px
}

.ring-tabs-wrapper .tabs-list dd.active {
    color: #fff;
    background-color: #444444
}

.ring-tabs-wrapper .tabs-list dd>a {
    display: inline-block;
    width: 100%
}

.product-view-related-wrapper {
    margin-bottom: 25px
}

.product-view-related-wrapper,
.product-view-matching-wrapper {
    clear: both
}

.product-view-related-wrapper .header,
.product-view-matching-wrapper .header {
    display: flex;
    justify-content: center;
    position: relative
}

.product-view-related-wrapper .header .title,
.product-view-matching-wrapper .header .title {
    position: relative;
    background-color: #fff;
    text-align: center;
    padding: 0 10px;
    z-index: 99;
    color: #000
}

.product-view-related-wrapper .product-list,
.product-view-matching-wrapper .product-list {
    margin: 0 auto
}

.product-view-related-wrapper .product-list .item .image-box,
.product-view-matching-wrapper .product-list .item .image-box {
    position: relative
}

.product-view-related-wrapper .product-list .item .image-box .towishlist,
.product-view-matching-wrapper .product-list .item .image-box .towishlist {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99
}

.product-view-related-wrapper .product-list .item .image-box .towishlist:before,
.product-view-matching-wrapper .product-list .item .image-box .towishlist:before {
    content: '\e600';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    font-family: 'luma-icons';
    font-weight: normal;
    text-align: center;
    vertical-align: middle
}

.product-view-related-wrapper .product-list .item .detail-box,
.product-view-matching-wrapper .product-list .item .detail-box {
    text-align: center
}

.product-view-related-wrapper .product-list .item .detail-box .product-name,
.product-view-matching-wrapper .product-list .item .detail-box .product-name {
    word-wrap: break-word;
    display: block;
    margin: 5px 0
}

.product-view-related-wrapper .product-list .item .detail-box .product-price,
.product-view-matching-wrapper .product-list .item .detail-box .product-price {
    display: block;
    margin: 5px 0
}

.product-view-related-wrapper .product-list .item .detail-box .product-price .old-price .price,
.product-view-matching-wrapper .product-list .item .detail-box .product-price .old-price .price {
    font-size: 12px;
    color: #999
}

.product-view-related-wrapper .product-list .item .shop-now,
.product-view-matching-wrapper .product-list .item .shop-now {
    height: 0;
    display: none
}

.product-view-guide-content {
    display: none
}

.countdown-popup-wrapper {
    display: none
}

.countdown-modal .modal-inner-wrap {
    width: 42%;
    max-width: 650px
}

.countdown-modal .modal-inner-wrap .modal-header {
    display: none
}

.countdown-modal .modal-inner-wrap .modal-content {
    padding: 0 !important
}

.countdown-modal .countdown-popup-wrapper {
    padding: 15px
}

.countdown-modal .countdown-popup-wrapper .pop-top .continue {
    height: 40px;
    line-height: 40px;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    cursor: pointer
}

.countdown-modal .countdown-popup-wrapper .pop-center .product-view {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start
}

.countdown-modal .countdown-popup-wrapper .pop-center .product-view .media {
    width: 120px;
    border: 1px solid #ccc;
    margin-right: 15px
}

.countdown-modal .countdown-popup-wrapper .pop-center .product-view .media img {
    display: block
}

.countdown-modal .countdown-popup-wrapper .pop-center .product-view .detail {
    flex: 1
}

.countdown-modal .countdown-popup-wrapper .pop-center .product-view .detail p.title {
    display: flex;
    font-size: 15px;
    align-items: center;
    margin-bottom: 10px
}

.countdown-modal .countdown-popup-wrapper .pop-center .product-view .detail p.title i.fa {
    font-size: 20px;
    color: #7dccd0;
    margin-right: 10px
}

.countdown-modal .countdown-popup-wrapper .pop-center .product-view .detail p.now-only,
.countdown-modal .countdown-popup-wrapper .pop-center .product-view .detail p.promotion-tip {
    padding-left: 0px;
    text-align: center
}

.countdown-modal .countdown-popup-wrapper .pop-center .countdown-box {
    margin-bottom: 10px;
    padding: 5px;
    background-color: #eee;
    text-align: center
}

.countdown-modal .countdown-popup-wrapper .pop-center .countdown-box .price-box {
    color: #ff373c
}

.countdown-modal .countdown-popup-wrapper .pop-bottom {
    display: flex;
    align-items: center
}

.countdown-modal .countdown-popup-wrapper .pop-bottom .action {
    flex: 1;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
    cursor: pointer
}

.countdown-modal .countdown-popup-wrapper .pop-bottom .action.continue {
    background-color: #eee
}

.countdown-modal .countdown-popup-wrapper .pop-bottom .action.continue span {
    display: inline-block;
    width: 100%
}

.countdown-modal .countdown-popup-wrapper .pop-bottom .action.checkout {
    background-color: #FFA800
}

.countdown-modal .countdown-popup-wrapper .pop-bottom .action.checkout a {
    display: block;
    color: #ffffff
}

.countdown-modal .countdown-popup-wrapper .pop-bottom .action.paypal {
    background-color: #eee
}

.countdown-modal .countdown-popup-wrapper .pop-bottom .action.paypal a {
    display: block
}

.countdown-modal .countdown-popup-wrapper .pop-bottom .action.paypal a img {
    margin: 0 !important;
    display: inline-block
}

.countdown-modal .countdown-popup-wrapper .pop-bottom .separator {
    flex: 0.3;
    text-align: center
}

.product.attribute.description .description-layout .description {
    line-height: 25px
}

.product.attribute.description .description-layout .overview {
    flex: 2;
    padding-left: 35px
}

.product.attribute.description .description-layout .overview .value {
    display: flex;
    justify-content: space-between
}

.product.attribute.description .description-layout .overview table {
    flex: 1;
    width: auto;
    min-width: 30%
}

.product.attribute.description .description-layout .overview table thead th {
    padding: 3px 3px 10px 3px;
    font-weight: 600;
    cursor: pointer
}

.product.attribute.description .description-layout .overview table tbody td {
    padding: 3px
}

.product.attribute.description .description-layout .overview table tbody tr td:nth-child(1) {
    width: 130px
}

.product.attribute.description .description-layout .overview table tbody tr.stone_size td:nth-child(2),
.product.attribute.description .description-layout .overview table tbody tr.stone_color td:nth-child(2) {
    max-width: 0
}

.product-social-links {
    margin: 0
}

.product-social-links .product-addto-links {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0
}

.product-social-links .product-addto-links .action.towishlist {
    text-transform: none;
    font-weight: 500
}

.product-social-links .product-addto-links .action.towishlist:before {
    color: #ddd;
    margin-right: 10px
}

.product-social-links .product-addto-links .action.towishlist.active:before {
    color: #ff373c
}

.product-social-links .social-links-bottom {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    padding-left: 5px
}

.product-social-links .social-links-bottom dd {
    display: flex;
    font-size: 12px
}

.product-social-links .social-links-bottom dd i.social-icon {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background-color: #ff373c;
    background: url('//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png')
}

.product-social-links .social-links-bottom dd i.social-icon.icon-earn {
    background-position-y: -60px;
    background-position-x: -20px
}

.product-social-links .social-links-bottom dd i.social-icon.icon-easy {
    background-position-y: -60px;
    background-position-x: -40px
}

.product-social-links .social-links-bottom dd i.social-icon.icon-free {
    background-position-y: -60px;
    background-position-x: -60px
}

.product-social-links .social-links-bottom dd i.social-icon.icon-activity {
    background-position-y: -60px;
    background-position-x: -200px
}

.product-social-links .social-links-bottom dd i.social-icon.icon-gift {
    background-position-y: -60px;
    background-position-x: -220px
}

.product-social-links .social-links-bottom a.more {
    text-decoration: underline
}

.product-social-links .social-links-bottom a.more:hover {
    font-weight: 600
}

.product-social-links .social-links-bottom .bussiness-day {
    display: flex;
    font-weight: 600;
    color: #ff373c
}

.product-social-links .social-links-bottom .bussiness-day:before {
    content: '*';
    color: #ff373c;
    margin: 3px 5px 0 0
}

.product-social-links .social-links-bottom .pay-installment {
    text-indent: 2px
}

.product-social-links .social-links-bottom .clearance {
    font-size: 12px !important;
    flex-direction: column !important;
    color: #ff373c
}

.product-social-links .social-links-more-popup {
    display: none
}

.social-links-modal .modal-header {
    background-color: #F4F4F4
}

.social-links-modal .modal-inner-wrap {
    width: 40%;
    background-color: #F4F4F4
}

.social-links-modal .modal-content {
    padding-bottom: 30px;
    text-align: left
}

.social-links-modal .modal-content h1,
.social-links-modal .modal-content h2,
.social-links-modal .modal-content h3,
.social-links-modal .modal-content h4,
.social-links-modal .modal-content h5 {
    font-weight: 600
}

.social-links-modal .modal-content a {
    text-decoration-line: underline
}

.stock-time-wrapper {
    font-size: 12px
}

.stock-time-wrapper .stock-icon {
    display: inline-block;
    width: 20px;
    height: 14px;
    background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png);
    background-position-y: -63px;
    background-position-x: -0px;
    margin-right: 8px
}

.product-title-attribute-wrapper {
    display: flex
}

.product-title-attribute-wrapper .product.attribute {
    display: flex
}

.product-title-attribute-wrapper .product.attribute strong.type {
    font-weight: normal
}

.countdown-wrapper {
    display: flex;
    color: #f95c06;
    font-size: 14px;
    align-items: center;
    font-weight: 500;
    margin-left: 15px
}

.countdown-wrapper .sand-clock {
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
    width: 15px;
    height: 20px;
    background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png);
    background-position-y: -272px;
    background-position-x: -492px
}

.mix-price-box {
    display: flex;
    align-items: flex-start;
    width: 100% !important;
    margin-bottom: 10px
}

.mix-price-box .price-saved-container {
    display: flex;
    flex-direction: column;
    margin-left: 15px
}

.mix-price-box .price-saved-container>span {
    line-height: 1
}

.mix-price-box .price-saved-container .price-container>span {
    display: inline
}

.mix-price-box .price-saved-container .price-container>span.price-label {
    font-size: 14px
}

.mix-price-box .price-saved-container .price-container>span.price-label:after {
    display: inline;
    content: ":"
}

.mix-price-box .price-saved-container .price-saved .price-label {
    color: #ff373c
}

.mix-price-box [data-price-type="finalPrice"] span.price {
    color: red;
    font-size: 36px;
    font-weight: 500
}

.mix-price-box [data-price-type="oldPrice"] span.price {
    color: #000;
    font-size: 14px
}

.mix-price-box [data-price-type="priceSaved"] span.price {
    color: red;
    font-size: 14px;
    font-weight: normal
}

.mix-price-box.price-clearance {
    display: block;
    position: relative;
    margin-top: 10px
}

.mix-price-box.price-clearance [data-price-type="finalPrice"] {
    margin: 0
}

.mix-price-box.price-clearance [data-price-type="finalPrice"] .price {
    position: absolute;
    font-size: 30px;
    top: 18px;
    left: 280px;
    width: 220px;
    text-align: center;
    color: #e35638
}

.mix-price-box.price-clearance .old-price {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.mix-price-box.price-clearance .countdown-wrapper {
    display: inline-block;
    vertical-align: middle
}

.mix-price-box.price-daily-deal {
    display: block;
    position: relative;
    margin-top: 10px
}

.mix-price-box.price-daily-deal [data-price-type="finalPrice"] {
    margin: 0
}

.mix-price-box.price-daily-deal [data-price-type="finalPrice"] .price {
    position: absolute;
    font-size: 30px;
    top: 18px;
    left: 280px;
    width: 220px;
    text-align: center;
    color: #e35638
}

.mix-price-box.price-daily-deal .old-price {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.mix-price-box.price-daily-deal .countdown-wrapper {
    display: inline-block;
    vertical-align: middle
}

.product.media .product-video {
    height: initial
}

.clearance-tip {
    padding: 0 21px 0 7px;
    line-height: 30px;
    position: relative;
    display: inline-block;
    color: #FFF;
    background-color: #39c
}

.clearance-tip::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 15px 15px 15px 0;
    top: 0;
    right: 0
}

.clearfix-new {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 20px;
    margin: 30px 0;
    background-color: #f8f8f8
}

.clearfix-new .reviews-summary-container {
    width: 15%
}

.clearfix-new .reviews-question-button {
    width: 15%
}

.clearfix-new .reviews-question-button .tab-title-new {
    border: 1px solid #aaa;
    margin: 10px;
    padding: 8px 10px
}

.clearfix-new .reviews-container {
    width: 70%
}

.clearfix-new .reviews-container .reviews-image-container {
    margin-left: 20px;
    display: flex;
    overflow: hidden;
    align-items: center
}

.clearfix-new .reviews-container .reviews-image-container .swiper-button-prev {
    width: 20px;
    line-height: 145px;
    margin-right: 10px;
    font-size: 40px;
    color: #999;
    z-index: 88;
    background-color: #f8f8f8
}

.clearfix-new .reviews-container .reviews-image-container .swiper-button-prev .fa-angle-right:before {
    content: "\f104"
}

.clearfix-new .reviews-container .reviews-image-container .swiper-button-next {
    width: 20px;
    position: absolute;
    right: 16.5%;
    line-height: 145px;
    font-size: 40px;
    color: #999;
    z-index: 88;
    background-color: #f8f8f8
}

.clearfix-new .reviews-container .reviews-image-container .swiper-button-next .fa-angle-right:before {
    content: "\f105"
}

.clearfix-new .reviews-container .reviews-image-container .reviews-image-list {
    display: flex;
    transition: transform .5s ease
}

.clearfix-new .reviews-container .reviews-image-container .reviews-image-list .reviews-image-div {
    width: 145px;
    height: 145px;
    margin-right: 20px
}

.clearfix-new .reviews-container .reviews-image-container .reviews-image-list .reviews-image-div img {
    width: 145px;
    height: 145px
}

.form-container-display {
    display: none
}

@media only screen and (max-width:1024px) {
    .modal-popup .modal-inner-wrap {
        width: 87%
    }
}

@media only screen and (max-width:365px) {
    .catalog-product-view .product.info.detailed .product.data.items .data.item.content .panel.panel-default table>thead>tr>th {
        font-size: 12px
    }

    .catalog-product-view .product-info-main .product-add-form .box-tocart .free-shipp {
        font-size: 15px
    }

    .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price span[data-price-type="finalPrice"] span.price {
        font-size: 27px
    }
}

@media screen and (min-width:768px) {
    .fotorama__stage {
        height: 620px !important
    }
}

@media (max-width:768px) {
    .clearfix-new {
        padding: 0;
        margin: 0
    }

    .clearfix-new .tab-title.tab-summary.reviews-summary-container {
        width: 50%
    }

    .clearfix-new .reviews-question-button {
        width: 50%
    }

    .clearfix-new .reviews-container {
        width: 100%
    }

    .clearfix-new .reviews-container .reviews-image-container {
        margin-left: 0
    }

    .clearfix-new .reviews-container .reviews-image-container .reviews-image-list {
        display: flex;
        transition: transform .5s ease
    }

    .clearfix-new .reviews-container .reviews-image-container .reviews-image-list .reviews-image-div {
        width: 100px;
        height: 100px;
        margin-right: 0;
        padding: 5px
    }

    .clearfix-new .reviews-container .reviews-image-container .swiper-button-prev {
        margin-right: 0
    }

    .clearfix-new .reviews-container .reviews-image-container .swiper-button-next {
        width: 22px;
        right: 0
    }
}

@media only screen and (max-width:768px) {
    .payment_installment_info {
        background-color: #f5f5f5
    }
}

.payment_installment_info {
    margin: 1rem auto;
    padding: 0.5rem
}

.payment_installment_info .payment_installment_info_icon {
    cursor: pointer;
    display: inline-block;
    height: 2rem;
    vertical-align: middle
}

.payment_installment_info .payment_installment_info_text .payment_installment_info_text_price {
    font-weight: 800
}

.payment_installment_info .payment_installment_info_paypal_logo,
.payment_installment_info .payment_installment_info_afterpay_logo {
    display: inline-block;
    height: 2.3rem;
    vertical-align: middle
}

.modal_detail_installment_info {
    display: none
}

@media only screen and (max-width:539px) {
    .modal_detail_installment_info {
        width: 100%;
        margin-left: -7%;
        position: absolute
    }
}

@media only screen and (min-width:540px) and (max-width:769px) {
    .modal_detail_installment_info {
        width: 80%;
        margin-left: 5%;
        margin-top: -15%;
        position: absolute
    }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .modal_detail_installment_info {
        width: 60%;
        margin-left: 15%;
        position: absolute
    }
}

.modal_detail_installment_info_class .modal-header {
    padding: 0
}

.catalog-product-view .modal-inner-wrap {
    margin-top: 5% !important
}

.page-footer {
    background: #fff;
    padding-bottom: 0;
    margin: 0 auto
}

.page-footer .why_ringseason {
    margin: 0px auto;
    border-top: 1px solid #eee
}

.page-footer .why_ringseason .item {
    float: left
}

.page-footer .why_ringseason .item .label {
    margin-top: 5px;
    vertical-align: top
}

.page-footer .why_ringseason .item .label .title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 3px
}

.page-footer .fixed-newsletter,
.page-footer .newsletter {
    position: relative;
    width: 100%
}

.page-footer .fixed-newsletter .content::after,
.page-footer .newsletter .content::after {
    content: '';
    display: block;
    clear: both
}

.page-footer .fixed-newsletter .title,
.page-footer .newsletter .title {
    display: block
}

.page-footer .fixed-newsletter .title .label,
.page-footer .newsletter .title .label {
    height: 3.2rem;
    line-height: 3.2rem;
    clip: auto;
    position: initial
}

.page-footer .fixed-newsletter .fieldset,
.page-footer .newsletter .fieldset {
    margin: 0;
    display: block
}

.page-footer .fixed-newsletter .fieldset .field,
.page-footer .newsletter .fieldset .field {
    margin: 0;
    float: left
}

.page-footer .fixed-newsletter .fieldset .field input:focus,
.page-footer .newsletter .fieldset .field input:focus {
    background-color: #f4f4f4;
    border: 1px solid #000
}

.page-footer .fixed-newsletter .fieldset .actions .action,
.page-footer .newsletter .fieldset .actions .action {
    padding: 0;
    line-height: 3.2rem;
    height: 3.2rem
}

.page-footer .fixed-newsletter .message,
.page-footer .newsletter .message {
    width: 100%
}

.page-footer .fixed-newsletter {
    display: none;
    position: fixed;
    width: 600px
}

.page-footer .links-container::after {
    content: '';
    display: block;
    clear: both
}

.page-footer .links-container .column {
    float: left;
    width: 17.5%;
    padding-right: 0;
    text-align: center;
    border-right: 1px solid #ebebeb
}

@media (max-width:768px) {
    .page-footer .links-container .column {
        width: 100%;
        text-align: left;
        padding-left: 20px;
    }
}

.page-footer .links-container .column:last-child {
    float: right;
    width: 28%;
    border-right: none
}
@media (max-width:768px) {
    .page-footer .links-container .column:last-child {
    width: 100%;
    }
    }
.page-footer .links-container .column .title {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding-bottom: .5rem;
    color: #3399cc;
    text-transform: uppercase
}

.page-footer .links-container .column .newsletter .title {
    color: #444;
    margin-bottom: 10px;
    font-family: italic;
    letter-spacing: 1px;
    text-transform: inherit
}

.page-footer .links-container .column .newsletter .title i {
    font-size: 13px
}

.page-footer .links-container .column .newsletter .title i a.privacy {
    text-decoration: underline
}

.page-footer .links-container .column .link {
    font-size: 1.2rem;
    line-height: 2.2rem
}

.page-footer .links-container .column .link a:hover {
    text-decoration: underline
}

.page-footer .links-container .column .link.small {
    font-size: 1rem
}

.page-footer .links-container .column .link.last {
    margin-bottom: 2rem
}

.page-footer .links-container .column .connect-with {
    margin-bottom: -15px
}

.page-footer .links-container .column .connect-with .icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png);
    background-position-y: -260px;
    position: relative;
    top: -13px;
    vertical-align: text-top
}

.page-footer .links-container .column .link-icons {
    float: left;
    margin-top: -17px
}

.page-footer .links-container .column .link-icons a {
    display: inline-block;
    font-size: 25px;
    margin-right: 18px
}

.page-footer .links-container .column .link-dress {
    float: left
}

.page-footer .links-container .column .link-dress i {
    font-size: 15px;
    margin-right: 10px
}

.page-footer .links-container .column .link-dress p {
    font-size: 12px;
    text-align: left;
    margin: 5px 0
}

.page-footer .newsletter #newsletter-validate-detail .email-sug {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 2px solid rgba(134, 132, 132, 0.3);
    border-top: none;
    display: none;
    overflow: hidden;
    max-height: 180px
}

.page-footer .newsletter #newsletter-validate-detail .email-sug li {
    width: 226px;
    text-align: left;
    height: 30px;
    background-color: #ffffff;
    color: darkgrey;
    line-height: 30px;
    overflow: hidden;
    padding-left: 10px;
    box-sizing: border-box
}

.page-footer .newsletter #newsletter-validate-detail .email-sug li:hover {
    background-color: skyblue
}

.page-footer .newsletter #newsletter-validate-detail .email-sug li.active {
    background-color: pink
}

#overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 200;
    background-color: #000;
    opacity: 0.3
}

#overlay.active {
    display: block
}

@media only screen and (max-width:330px) {
    .page-footer .links-container .footer-mobile-i a i {
        padding: 0px 18px
    }
}

.copyright-container {
    background-color: #fff
}

.copyright-container .copyright {
    background-color: #fff;
    color: #999;
    padding: 0;
    line-height: 5rem
}

.copyright-container .copyright a {
    text-decoration: underline;
    margin-left: 1.5rem
}

.copyright-container .copyright::after {
    content: '';
    display: block;
    clear: both
}

.checkout-index-index .top-bar {
    display: none
}

.checkout-index-index .register-checkbox-container {
    display: none !important
}

.checkout-index-index input[readonly=true] {
    background-color: #f4f4f4;
    color: #999;
    border: none
}

.paypal-smart_payment .paypal-smart-payment-icon {
    height: 23px;
    vertical-align: middle
}

.checkout-index-index .shipping-policy-block {
    display: none
}

.checkout-index-index .total-bottom-pic-div {
    background-color: #ffffff
}

.checkout-index-index .total-bottom-pic-div .label {
    margin-left: 2%
}

.checkout-index-index #co-payment-form #checkout-payment-method-load #afterpaypayovertime-method .actions-toolbar {
    display: block
}

.checkout-index-index #co-payment-form #checkout-payment-method-load #asiabill-method .actions-toolbar {
    display: block;
    margin-bottom: 20px
}

.checkout-index-index #co-payment-form #checkout-payment-method-load #asiabill-method .actions-toolbar .primary {
    background: #333
}

.checkout-index-index #co-payment-form #checkout-payment-method-load .payment-methods #oceanpayment_credit_card #oceanpayment-credit-card-error-message {
    text-align: center;
    color: #ff0000
}

.checkout-index-index #co-payment-form #checkout-payment-method-load .payment-methods .payment_logo_oceanpaymentcreditcard,
.checkout-index-index #co-payment-form #checkout-payment-method-load .payment-methods .payment_logo_asiabill_card {
    display: inline-block
}

.checkout-index-index #co-payment-form #checkout-payment-method-load .payment-methods .payment_credit_card_logo_oceanpaymentcreditcard,
.checkout-index-index #co-payment-form #checkout-payment-method-load .payment-methods .payment_credit_card_logo_asiabill_card {
    display: inline-block;
    padding: 0.4rem
}

.checkout-index-index #co-payment-form #checkout-payment-method-load .payment-methods .payment_credit_card_logo_oceanpaymentcreditcard img,
.checkout-index-index #co-payment-form #checkout-payment-method-load .payment-methods .payment_credit_card_logo_asiabill_card img {
    vertical-align: middle
}

.checkout-index-index #co-payment-form #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title:nth-child(n+2) {
    border-top: 1px solid #ccc;
    padding-top: 15px
}

.checkout-index-index #co-payment-form #checkout-payment-method-load .payment-method-paypal-express {
    padding: 20px 0
}

.checkout-index-index #co-payment-form #checkout-payment-method-load .payment-method-paypal-express .payment-method-content .actions-toolbar {
    display: block
}

.checkout-index-index #co-payment-form #checkout-payment-method-load .payment-method-paypal-express .paypal-smart-payment-icon {
    height: 23px;
    vertical-align: middle;
    margin-left: 5px
}

.checkout-index-index #co-payment-form #checkout-payment-method-load #oceanpayment_credit_card .actions-toolbar {
    display: flex
}

.checkout-index-index #co-payment-form .actions-toolbar {
    display: none
}

.checkout-index-index .copyright-container {
    display: none
}

.checkout-index-index .head-discount-info {
    display: none !important
}

.checkout-index-index header.page-header {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
    border: none
}

.checkout-index-index header.page-header .header.content {
    max-width: initial
}

.checkout-index-index main.page-main {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto
}

.checkout-index-index main.page-main .authentication-wrapper {
    width: 100%;
    text-align: left;
    float: none;
    margin: 0;
    position: static
}

.checkout-index-index main.page-main .authentication-wrapper .block-content {
    padding-right: 10px
}

.checkout-index-index main.page-main .opc-wrapper {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 40px
}

.checkout-index-index main.page-main .opc-wrapper .checkout-steps>li.saved .step-number {
    background-color: #000
}

.checkout-index-index main.page-main .opc-wrapper .checkout-steps>li.disable .step-number {
    background-color: #c2c2c2
}

.checkout-index-index main.page-main .opc-wrapper .checkout-steps>li.disable .text {
    color: #c2c2c2
}

.checkout-index-index main.page-main .opc-wrapper .checkout-steps .step-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0;
    border-bottom: none;
    padding: 0
}

.checkout-index-index main.page-main .opc-wrapper .checkout-steps .step-title .step-number {
    font-size: 14px;
    color: #fff;
    background: #000;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    border-radius: 40px;
    margin-right: 12px
}

.checkout-index-index main.page-main .opc-wrapper .checkout-steps .step-title .step-number i {
    vertical-align: middle;
    font-style: normal;
    font-weight: 600
}

.checkout-index-index main.page-main .opc-wrapper .checkout-steps .step-title .text {
    letter-spacing: 0.5px;
    color: #313131;
    font-weight: 600;
    cursor: pointer
}

.checkout-index-index main.page-main .opc-wrapper .checkout-steps .step-content {
    padding: 0;
    margin: 0
}

.checkout-index-index main.page-main .opc-wrapper .checkout-steps .step-content .saved-container .saved-content {
    display: flex;
    align-items: center
}

.checkout-index-index main.page-main .opc-wrapper .checkout-steps .step-content .saved-container .saved-content .saved-icon {
    margin-right: 20px;
    font-size: 18px;
    color: #444
}

.checkout-index-index main.page-main .opc-wrapper .checkout-steps .step-content .change-button {
    text-align: right;
    color: #444;
    cursor: pointer
}

.checkout-index-index main.page-main .opc-wrapper .summary-sidebar .opc-payment-additional.reward {
    margin-top: 25px
}

.checkout-index-index main.page-main .opc-wrapper .summary-sidebar .opc-payment-additional.reward .reward-points-payment-content {
    width: 100%;
    margin-left: 0
}

.checkout-index-index main.page-main .opc-wrapper .summary-sidebar .opc-payment-additional.reward .reward-points-payment-content .custom-apply .field-box .mp-spent {
    font-size: 14px
}

.checkout-index-index main.page-main .opc-wrapper .summary-sidebar .action-place-order {
    width: 100%;
    padding: 20px 0;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500
}

.checkout-index-index main.page-main .opc-wrapper .summary-sidebar .action-place-order:disabled {
    background: #a0a0a0
}

.checkout-index-index main.page-main .opc-wrapper .summary-sidebar .action-place-order:enabled {
    background: #181818
}

.checkout-index-index main.page-main form .actions-toolbar .primary {
    float: none
}

.checkout-index-index main.page-main form .actions-toolbar .primary button {
    background: #333;
    padding: 15px 22px;
    color: #fff;
    border: none;
    width: 100%
}

.checkout-index-index main.page-main .inline-fieldset,
.checkout-index-index main.page-main .fieldset {
    margin: 0;
    letter-spacing: normal
}

.checkout-index-index main.page-main .inline-fieldset .field,
.checkout-index-index main.page-main .fieldset .field {
    padding: 0 0 0 7px
}

.checkout-index-index main.page-main .inline-fieldset .field .control.horizontal,
.checkout-index-index main.page-main .fieldset .field .control.horizontal {
    display: flex;
    align-items: center
}

.checkout-index-index main.page-main .inline-fieldset .field input[type=text],
.checkout-index-index main.page-main .fieldset .field input[type=text],
.checkout-index-index main.page-main .inline-fieldset .field input[type=email],
.checkout-index-index main.page-main .fieldset .field input[type=email],
.checkout-index-index main.page-main .inline-fieldset .field input[type=password],
.checkout-index-index main.page-main .fieldset .field input[type=password],
.checkout-index-index main.page-main .inline-fieldset .field select,
.checkout-index-index main.page-main .fieldset .field select {
    height: 44px
}

.checkout-index-index main.page-main .inline-fieldset .fields,
.checkout-index-index main.page-main .fieldset .fields {
    display: flex;
    flex-wrap: wrap
}

.checkout-index-index main.page-main .inline-fieldset .fields .field,
.checkout-index-index main.page-main .fieldset .fields .field {
    flex-basis: 47%
}

.checkout-index-index main.page-main .inline-fieldset {
    display: flex;
    align-items: flex-end
}

.checkout-index-index main.page-main .inline-fieldset .field {
    flex-grow: 1
}

.checkout-index-index .opc-block-summary .table-totals tr.totals.shipping th span.value {
    display: inline;
    word-break: break-word
}

.checkout-onepage-success .page-title {
    text-align: center;
    margin: 0 auto;
    display: block !important
}

.checkout-onepage-success .page-title .fa {
    color: #1cb14f
}

.checkout-onepage-success .print {
    display: none
}

.checkout-onepage-success .checkout-success {
    text-align: center
}

.checkout-onepage-success .checkout-success .actions-toolbar .primary {
    background-color: #3399cc
}

.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper {
    border-bottom: solid 1px #999
}

.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table thead tr th,
.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table tbody tr th {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999
}

.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table thead tr td,
.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table tbody tr td {
    border-bottom: 1px solid #ddd
}

.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table thead tr:last-child td,
.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table tbody tr:last-child td {
    border-bottom: none
}

.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table thead tr th,
.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table tbody tr th,
.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table thead tr td,
.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table tbody tr td {
    text-align: center;
    font-size: 14px;
    font-weight: 500
}

.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table thead .item .item-photo,
.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table tbody .item .item-photo {
    display: block
}

.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table thead .item .item-photo .product-image-container,
.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table tbody .item .item-photo .product-image-container {
    display: block;
    margin: 0 auto
}

.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table thead .detail,
.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table tbody .detail {
    text-align: left
}

.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table thead .detail .view-detail-action,
.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table tbody .detail .view-detail-action {
    cursor: pointer
}

.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table thead .detail .detail-list,
.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table tbody .detail .detail-list {
    margin: 5px 0 10px 0
}

.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table thead .detail .detail-list .option-item,
.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table tbody .detail .detail-list .option-item {
    margin: 0;
    line-height: 20px;
    font-size: 14px
}

.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table thead .price>.price,
.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table tbody .price>.price,
.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table thead .price>.special-price,
.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table tbody .price>.special-price,
.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table thead .price>.old-price,
.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table tbody .price>.old-price {
    display: block
}

.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table thead .price>.old-price,
.checkout-onepage-success .order-detail-wrapper .order-detail-table-wrapper .table tbody .price>.old-price {
    line-height: 12px;
    font-size: 12px;
    color: #999;
    text-decoration: line-through
}

.checkout-onepage-success .order-detail-wrapper table.order-totals tr.discount .amount {
    color: #ff373c
}

.checkout-onepage-success .order-detail-wrapper .actions-toolbar {
    margin: 45px 0 50px 0
}

.checkout-onepage-success .order-detail-wrapper .actions-toolbar .primary {
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 0;
    display: block;
    margin: 0 auto;
    float: none;
    width: 230px;
    line-height: 44px;
    background-color: #ffc24c;
    font-size: 18px;
    text-transform: uppercase
}

.page-products .page-main>.columns {
    position: relative
}

.page-products .page-main>.columns .search__result-tabs {
    border: none
}

.search-no-result-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.search-no-result-wrapper .container .result-tips .tips-list dd {
    display: flex
}

.search-no-result-wrapper .container .result-tips .tips-list dd span.fa {
    display: flex
}

.search-no-result-wrapper .container .new-search {
    display: flex;
    margin: 40px 0
}

.search-no-result-wrapper .container .new-search .new-search-form {
    flex: 1
}

.search-no-result-wrapper .container .new-search .new-search-form .search-form-wrap {
    display: flex;
    align-items: center
}

.search-no-result-wrapper .container .new-search .new-search-form .search-form-wrap #new-search {
    flex: 1px;
    height: 40px
}

.search-no-result-wrapper .container .new-search .new-search-form .search-form-wrap .fa-search {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    background-color: #c2c2c2;
    cursor: pointer
}

.search-no-result-wrapper .container .new-search .hot-search {
    display: flex;
    flex: 1.5;
    align-items: center
}

.search-no-result-wrapper .container .new-search .hot-search .title {
    font-size: 15px;
    margin: 0 15px;
    min-width: 77px
}

.search-no-result-wrapper .container .new-search .hot-search .hot-keywords-list {
    display: flex;
    margin: 0;
    flex-wrap: wrap
}

.search-no-result-wrapper .container .new-search .hot-search .hot-keywords-list dd {
    margin-right: 15px;
    margin-bottom: 0;
    cursor: pointer;
    color: #ff373c;
    text-decoration: underline
}

.searchautocomplete__item-magento_catalog_product a.title,
.searchautocomplete__item-magento_catalog_product .sku {
    margin-left: 74px
}

.product-recommend-wrapper {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: white;
    margin: 20px 0
}

.product-recommend-wrapper .header {
    display: flex;
    justify-content: center;
    position: relative
}

.product-recommend-wrapper .header .title {
    position: relative;
    background-color: white;
    text-align: center;
    padding: 0 10px;
    z-index: 99
}

.product-recommend-wrapper .related-list {
    margin: 0 auto
}

.product-recommend-wrapper .related-list .item .image-box {
    position: relative
}

.product-recommend-wrapper .related-list .item .image-box .towishlist {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99
}

.product-recommend-wrapper .related-list .item .image-box .towishlist:before {
    content: '\e600';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    font-family: 'luma-icons';
    font-weight: normal;
    text-align: center;
    vertical-align: middle
}

.product-recommend-wrapper .related-list .item .detail-box {
    text-align: center
}

.product-recommend-wrapper .related-list .item .detail-box .product-name {
    word-wrap: break-word;
    display: block;
    margin: 5px 0
}

.product-recommend-wrapper .related-list .item .detail-box .product-price {
    display: block;
    margin: 5px 0
}

.size-guide-wrap {
    display: none;
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5)
}

.size-guide-wrap .content {
    position: relative;
    width: 776px;
    margin: 0 auto;
    background-color: #fff;
    padding: 22px 22px 44px 22px;
    box-sizing: border-box
}

.size-guide-wrap .content .tabs {
    height: 44px
}

.size-guide-wrap .content .tabs ul {
    padding: 0
}

.size-guide-wrap .content .tabs ul .tab {
    font-size: 14px;
    background-color: #eee;
    color: #444;
    line-height: 44px;
    text-align: center;
    display: block;
    float: left;
    margin-right: 0.5%;
    width: 33%
}

.size-guide-wrap .content .tabs ul .tab:last-child {
    margin-right: 0
}

.size-guide-wrap .content .tabs ul .tab.active {
    background-color: #49b0f8;
    color: #fff
}

.size-guide-wrap .content .separator {
    height: 1px;
    margin: 22px 0;
    background: -webkit-linear-gradient(left, #fff, #ddd, #fff);
    background: -moz-linear-gradient(left, #fff, #ddd, #fff)
}

.size-guide-wrap .content .tab-content {
    padding: 0 22px;
    display: none;
    overflow-y: scroll
}

.size-guide-wrap .content .tab-content.active {
    display: block
}

.size-guide-wrap .content table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    text-align: center
}

.size-guide-wrap .content th {
    border: 1px solid #ddd;
    border-collapse: collapse;
    font-size: 12px;
    font-weight: bold;
    background-color: #f4f4f4;
    text-align: center;
    height: 53px;
    line-height: 26px
}

.size-guide-wrap .content td {
    border: 1px solid #ddd;
    border-collapse: collapse;
    text-align: center;
    font-size: 11px;
    height: 30px;
    line-height: 30px
}

.size-guide-wrap .content td.active {
    color: #fff;
    background-color: #49b0f8;
    border: solid 1px #49b0f8
}

.size-guide-wrap .content td.same-row {
    background-color: #f4f4f4
}

.size-guide-wrap .content td.same-col {
    background-color: #f4f4f4
}

.trackorder-index-index .message.error {
    margin-bottom: 0
}

.trackorder-index-index .track-content .top-image {
    width: 100%;
    height: auto;
    padding: 0
}

.trackorder-index-index .track-content .top-image img {
    width: 100%
}

.trackorder-index-index .track-content .track-info ul {
    border-bottom: solid 1px #ddd
}

.size-guide-wrapper {
    position: relative;
    text-align: left
}

.size-guide-wrapper .size-guide-navs {
    display: flex
}

.size-guide-wrapper .size-guide-navs .nav-item {
    flex: 1;
    font-size: 14px;
    background-color: #eee;
    padding: 10px;
    margin-left: 5px;
    text-align: center;
    cursor: pointer
}

.size-guide-wrapper .size-guide-navs .nav-item:first-child {
    margin-left: 0
}

.size-guide-wrapper .size-guide-navs .nav-item.active {
    background-color: #222222;
    color: #fff
}

.size-guide-wrapper .size-guide-content .content-item {
    display: none
}

.size-guide-wrapper .size-guide-content .content-item.active {
    display: block
}

.size-guide-wrapper .size-guide-content .content-item .medias-list {
    display: flex
}

.size-guide-wrapper .size-guide-content .content-item .short-describe {
    margin: 10px 0;
    font-size: 13px;
    color: #222
}

.size-guide-wrapper .size-guide-content .content-item .table-wrapper table.table {
    table-layout: fixed
}

.size-guide-wrapper .size-guide-content .content-item .table-wrapper table.table th {
    background-color: #f4f4f4
}

.size-guide-wrapper .size-guide-content .content-item .table-wrapper table.table th,
.size-guide-wrapper .size-guide-content .content-item .table-wrapper table.table td {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis
}

.size-guide-wrapper .size-guide-content .content-item .table-wrapper table.table td.active {
    background-color: #222222;
    color: #fff
}

.size-guide-wrapper .size-guide-content .content-item .table-wrapper table.table td.bg {
    background-color: #f4f4f4
}

.size-guide-wrapper .size-guide-content .content-item .actions-list {
    display: flex;
    justify-content: flex-end
}

.size-guide-wrapper .size-guide-content .content-item .actions-list .item {
    margin-left: 20px
}

.size-guide-wrapper .size-guide-content .content-item .actions-list .item .label {
    text-decoration: underline;
    cursor: pointer
}

.size-guide-wrapper .size-guide-content .content-item .tips-wrapper {
    margin-bottom: 20px
}

.size-guide-wrapper .size-guide-content .content-item .tips-wrapper .tips-title {
    font-size: 14px;
    color: #444;
    font-weight: bold;
    margin-bottom: 10px
}

.size-guide-wrapper .size-guide-content .content-item .tips-wrapper .tips-list .tips-item {
    display: flex;
    font-size: 12px;
    color: #222;
    text-align: left
}

.size-guide-wrapper .size-guide-content .content-item .tips-wrapper .tips-list .tips-item .num {
    margin-right: 10px
}

.size-guide-wrapper .size-guide-content .content-item .steps-list .item {
    display: flex;
    margin-bottom: 20px
}

.size-guide-wrapper .size-guide-content .content-item .steps-list .item .step-describe .step-title {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin-bottom: 15px
}

.size-guide-wrapper .size-guide-content .content-item .steps-list .item .step-describe .step-content {
    font-size: 12px;
    color: #222
}

.size-guide-wrapper .size-guide-content .content-item .notes-wrapper {
    margin-bottom: 20px
}

.size-guide-wrapper .size-guide-content .content-item .notes-wrapper .notes-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px
}

.size-guide-wrapper .size-guide-content .content-item .notes-wrapper .notes-list .item {
    font-size: 12px;
    color: #222;
    display: flex
}

.size-guide-wrapper .size-guide-content .content-item .notes-wrapper .notes-list .item .num {
    margin-right: 20px
}

.size-guide-wrapper .size-guide-content .content-item .media-wrapper {
    margin-bottom: 20px;
    text-align: center
}

.size-guide-wrapper .separator {
    background: -webkit-linear-gradient(left, #fff, #ddd, #fff);
    height: 1px
}

.mix-reviews-tabs .reviews-tabs:after {
    display: block;
    content: "";
    clear: both
}

.mix-reviews-tabs .reviews-tabs .item.title {
    box-sizing: border-box;
    float: left;
    width: 50%;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #ebebeb
}

.mix-reviews-tabs .reviews-tabs .item.title.active {
    border-width: 2px;
    border-color: #333
}

.mix-reviews-tabs .reviews-tabs .item.content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
    margin-top: 55px;
    padding: 0
}

.review-field-ratings {
    margin: 20px 0 0px !important
}

.review-field-ratings>.control .nested .review-field-rating {
    margin: 0;
    display: flex;
    align-items: flex-start
}

.review-field-ratings>.control .nested .review-field-rating .review-control-vote {
    margin-bottom: 22px;
    margin-top: 0;
    margin-left: 10px
}

.review-field-ratings>.control .nested .review-field-rating .review-control-vote .vote {
    font-size: 20px;
    height: 20px;
    line-height: 20px
}

.review-field-ratings>.control .nested .review-field-rating .review-control-vote:before {
    font-size: 20px;
    height: 20px;
    line-height: 20px
}

.review-field-ratings>.control .nested .review-field-rating .review-control-vote label:before {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    color: #3399cc
}

.catalog-product-view .modals-wrapper .modal-inner-wrap .modal-header .modal-title {
    display: block
}

.catalog-product-view #maincontent .columns .questionanswer-form-tabs-container .pageContent #product-review-container .first-to-review {
    text-align: center;
    margin-top: 15px
}

.catalog-product-view #maincontent .columns .questionanswer-form-tabs-container .pageContent #product-review-container .first-to-review #go-write-review {
    border: 1px solid #39c;
    background: #3399cc;
    color: #fff;
    box-shadow: none;
    padding: 6px 16px
}

.catalog-product-view #maincontent .columns .questionanswer-form-tabs-container .pageContent #product-question .first-to-question {
    text-align: center;
    margin-top: 15px
}

.catalog-product-view #maincontent .columns .questionanswer-form-tabs-container .pageContent #product-question .first-to-question #go-write-question {
    border: 1px solid #39c;
    background: #3399cc;
    color: #fff;
    box-shadow: none;
    padding: 6px 16px
}

@media only screen and (min-width:640px) {
    #product-review-container .review-list .block-content .review-items .review-item .review-ratings {
        float: none
    }
}

.product-info-main .page-title-wrapper h1 {
    font-size: 24px
}

.cart-summary {
    width: 100%
}

.cart-top {
    overflow: hidden;
    clear: both
}

.cart-top div.page-title {
    float: left;
    text-transform: uppercase
}

.cart-top ul.checkout-methods-items {
    float: right;
    margin-top: 17px;
    border: none;
    background: #ffffff
}

.cart-top ul.checkout-methods-items div[data-alias="product.info.addtocart.paypal"] {
    width: 480px
}

.cart-top ul.checkout-methods-items div[data-alias="product.info.addtocart.paypal.credit"] {
    display: none
}

.cart-top ul.checkout-methods-items button.paypal-checkout-button {
    background: #fff;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #337ab7;
    box-shadow: none
}

.cart-top ul.checkout-methods-items button.paypal-checkout-button span.title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px
}

.cart-top ul.checkout-methods-items button.paypal-checkout-button img {
    margin: 0px
}

#accordion-rewardpoints [data-role="collapsible"],
#accordion-discount [data-role="collapsible"] {
    margin-bottom: 8px
}

#accordion-rewardpoints [data-role="collapsible"] .icon,
#accordion-discount [data-role="collapsible"] .icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

#accordion-rewardpoints [data-role="collapsible"] .icon:before,
#accordion-discount [data-role="collapsible"] .icon:before {
    content: "\f0da"
}

#accordion-rewardpoints [data-role="collapsible"].active .icon:before,
#accordion-discount [data-role="collapsible"].active .icon:before {
    content: "\f0d7"
}

.catalogsearch-result-index.no_result .page-title-wrapper {
    display: none
}

.catalogsearch-result-index.no_result .columns .column.main {
    width: 100% !important
}

.catalogsearch-result-index.no_result .columns .sidebar.sidebar-main {
    display: none
}

.catalog-product-view .modal-inner-wrap {
    margin-top: 10%
}

.infule .infule_pc img {
    width: 100%;
    height: auto
}

.infule .infule_moblie {
    display: none
}

.infule .infule_box {
    width: 100%;
    height: auto
}

.infule .infule_box .infule_top {
    float: left;
    width: 100%
}

.infule .infule_box .infule_top li {
    width: 33%;
    height: auto;
    list-style: none;
    text-align: center;
    float: left;
    padding: 40px 0
}

.infule .infule_box .infule_top li img {
    width: 21%;
    height: auto;
    vertical-align: top;
    margin: auto
}

.infule .infule_box .infule_top li {
    width: 33%;
    height: auto;
    list-style: none;
    text-align: center;
    float: left;
    padding: 40px 0
}

.infule .infule_box .infule_text {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 20px
}

.infule .infule_box .infule_text .zeb {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #2E437C;
    font-size: 26px;
    margin: 0;
    text-transform: uppercase
}

.infule .infule_box .infule_text li {
    list-style: none;
    width: 100%;
    float: left;
    border-top: 1px solid #ddd;
    position: relative
}

.infule .infule_box .infule_text li .infule_left {
    font-size: 90px;
    color: #2E437C;
    text-align: center;
    border-right: 1px solid #ddd;
    width: 25%;
    height: auto;
    position: absolute
}

.infule .infule_box .infule_text li .infule_right {
    width: 75%;
    min-height: 140px;
    height: auto;
    float: right
}

.infule_right h2 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 1;
    display: block
}

.infule_right p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
    line-height: 1.5;
    padding: 0px 0px 0px 20px;
    display: block
}

.infule_group {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    float: left
}

.infule_group b {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px
}

.infule_group b sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    color: #e60044;
    top: -.5em
}

.infule_group .infule_lastname {
    position: relative
}

.infule_group li {
    list-style: none;
    position: relative
}

.infule_group li input {
    padding: 25px
}

.infule_group li .infule_name {
    width: 20%;
    float: left
}

.infule_group li .last {
    margin-left: 20px
}

.infule_group li .infule_address {
    width: 60%
}

.infule_group li label {
    font-size: 13px
}

.infule_group li label .infule_gender {
    height: auto;
    width: 16px
}

.infule_group .infule_main {
    width: 40%;
    height: auto;
    float: left
}

#submitBtn {
    padding: 15px 40px;
    color: #fff;
    background: #2E437C;
    border: 0 solid #fff
}

@media only screen and (max-width:1024px) {
    .infule .infule_pc {
        display: none
    }

    .infule .infule_moblie {
        display: block
    }

    .infule .infule_moblie img {
        width: 100%;
        height: auto
    }

    .infule .infule_box {
        width: 100%;
        height: auto
    }

    .infule .infule_box .infule_top li img {
        width: 70%
    }

    .infule .infule_box .infule_text .zeb {
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: #2e437c;
        font-size: 16px;
        margin: 0;
        text-transform: uppercase
    }

    .infule_right h2 {
        font-size: 14px;
        color: #000;
        font-weight: 600
    }

    .infule_right p {
        font-size: 13px;
        color: #666;
        margin-bottom: 0;
        line-height: 1.2
    }

    .infule .infule_box .infule_text li .infule_left {
        border-right: none
    }

    .infule .infule_box .infule_text li .infule_right {
        border-left: 1px solid #ddd
    }
}

@media screen and (max-width:500px) {
    .infule_group li .infule_name {
        width: 46%
    }

    #lastname-error {
        left: 51%
    }
}

.catalog-category-view .category-view .category-image .image {
    margin: 0 auto
}

.activity-sale-tip {
    color: #fe6c93;
    font-size: 12px;
    text-align: center;
    margin: 5px auto -5px
}

.activity-sale-item-top {
    background-color: #9d1e14;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    font-family: initial;
    text-align: center
}

.activity-sale-item-top .rate {
    width: 100%;
    margin-top: 5px;
    display: inline-block
}

.countdown-box {
    flex: 1;
    margin-top: 3px;
    vertical-align: top;
    display: inline-block;
    color: #000
}

.countdown-box strong {
    font-weight: 100
}

@media screen and (max-width:820px) and (min-width:640px) {
    .countdown-box strong {
        font-weight: bold
    }

    .block-products-tiled-list .product-list {
        display: flex;
        flex-wrap: wrap
    }

    .block-products-tiled-list .product-list .item {
        margin-bottom: 40px;
        width: 33.3%
    }

    .block-products-tiled-list .product-list .item .item-content {
        position: relative;
        width: 95%;
        margin: auto
    }
}

@media screen and (max-width:400px) {
    .countdown-box {
        font-size: 12px
    }
}

@media screen and (max-width:368px) {
    .countdown-box {
        margin-top: -10px
    }
}

.add-to-cart-recommend-box .block {
    margin-bottom: 0px
}

.add-to-cart-recommend-box .block-title.add_to_cart_recommend {
    background: #fff;
    margin-bottom: -10px
}

.add-to-cart-recommend-box .block-title.add_to_cart_recommend span {
    background: #fff;
    color: #444444;
    font-size: 18px;
    line-height: 60px
}

.add-to-cart-recommend-box .carousel-list .product-list .item .price-container .price {
    line-height: 2.5rem;
    height: auto;
    font-size: 14px
}

.add-to-cart-recommend-box .carousel-list .product-list .item .product-item-photo-has-border {
    border: 1px solid #ddd
}

.add-to-cart-recommend-box .widget.block {
    float: none
}

.add-to-cart-recommend-box .quick-add-to-cart-box button.quick-add-to-cart-but {
    background: #000;
    border: none;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    padding: 2px 15px;
    border-radius: 5px
}

.product-info-customize .customize-options-wrapper {
    margin-bottom: 20px
}

.product-info-customize .customize-options-wrapper * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.product-info-customize .customize-options-wrapper .panel .panel-heading {
    padding: 5px 10px;
    cursor: pointer;
    background-color: #F2F2F2;
    border-bottom: 1px solid #ddd
}

.product-info-customize .customize-options-wrapper .panel .panel-heading .media {
    display: flex;
    align-items: center
}

.product-info-customize .customize-options-wrapper .panel .panel-heading .media .media-image {
    max-height: 38px;
    margin-right: 10px
}

.product-info-customize .customize-options-wrapper .panel .panel-heading .media .media-image img.photo {
    max-width: 38px;
    max-height: 38px;
    width: 38px;
    height: 38px
}

.product-info-customize .customize-options-wrapper .panel .panel-heading .media .media-image span.font {
    max-width: 38px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: block;
    font-size: 16px;
    text-align: center;
    vertical-align: middle
}

.product-info-customize .customize-options-wrapper .panel .panel-heading .media .media-image span.size {
    max-width: 38px;
    max-height: 38px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #333
}

.product-info-customize .customize-options-wrapper .panel .panel-heading .media .media-body {
    display: flex;
    flex: 1;
    overflow-x: hidden
}

.product-info-customize .customize-options-wrapper .panel .panel-heading .media .media-body .content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-info-customize .customize-options-wrapper .panel .panel-heading .media .media-chart {
    color: #444;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline
}

.product-info-customize .customize-options-wrapper .panel .panel-heading .media .media-price {
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px
}

.product-info-customize .customize-options-wrapper .panel .panel-heading .media .media-arrows {
    width: 20px;
    text-align: right;
    margin-left: 10px;
    display: flex;
    justify-content: center
}

.product-info-customize .customize-options-wrapper .panel .panel-heading .media .media-arrows .icon {
    display: inline-block;
    background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png)
}

.product-info-customize .customize-options-wrapper .panel .panel-heading .media .media-arrows .icon.chevron-up {
    width: 20px;
    height: 11px;
    background-position-x: -60px;
    background-position-y: -45px
}

.product-info-customize .customize-options-wrapper .panel .panel-heading .media .media-arrows .icon.chevron-down {
    width: 20px;
    height: 10px;
    background-position-x: -40px;
    background-position-y: -47px
}

.product-info-customize .customize-options-wrapper .panel .panel-body {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px
}

.product-info-customize .customize-options-wrapper .panel-material .panel-body dl.material-list {
    display: flex;
    flex-wrap: wrap
}

.product-info-customize .customize-options-wrapper .panel-material .panel-body dl.material-list dd {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px
}

.product-info-customize .customize-options-wrapper .panel-material .panel-body dl.material-list dd img {
    width: 52px;
    height: 52px;
    cursor: pointer;
    padding: 5px
}

.product-info-customize .customize-options-wrapper .panel-material .panel-body dl.material-list dd img.selected,
.product-info-customize .customize-options-wrapper .panel-material .panel-body dl.material-list dd img:hover {
    border: 1px solid #999
}

.product-info-customize .customize-options-wrapper .panel-material .panel-body dl.material-list dd .info {
    text-align: center;
    display: block
}

.product-info-customize .customize-options-wrapper .panel-stone .panel-body .stone-detail {
    display: none
}

.product-info-customize .customize-options-wrapper .panel-stone .panel-body .stone-detail .left .photo {
    width: 48px;
    height: 48px;
    padding: 5px
}

.product-info-customize .customize-options-wrapper .panel-stone .panel-body .stone-detail .right {
    flex: 1;
    padding-left: 15px
}

.product-info-customize .customize-options-wrapper .panel-stone .panel-body .stone-detail .right .top {
    display: flex;
    margin-bottom: 10px;
    align-items: center
}

.product-info-customize .customize-options-wrapper .panel-stone .panel-body .stone-detail .right .top dd {
    margin-right: 10px
}

.product-info-customize .customize-options-wrapper .panel-stone .panel-body .stone-detail .right .top dd.label {
    font-size: 15px;
    font-weight: 600
}

.product-info-customize .customize-options-wrapper .panel-stone .panel-body .stone-detail .right .top dd.original-price {
    font-size: 14px;
    font-weight: 300;
    text-decoration: line-through
}

.product-info-customize .customize-options-wrapper .panel-stone .panel-body .stone-detail .right .top dd.price {
    font-size: 16px;
    font-weight: 600
}

.product-info-customize .customize-options-wrapper .panel-stone .panel-body .stone-detail .right .bottom {
    margin-bottom: 10px;
    display: flex
}

.product-info-customize .customize-options-wrapper .panel-stone .panel-body .stone-detail .right .bottom .birthmonth {
    display: flex;
    align-items: center
}

.product-info-customize .customize-options-wrapper .panel-stone .panel-body .stone-detail .right .bottom .attributes {
    display: flex;
    align-items: center
}

.product-info-customize .customize-options-wrapper .panel-stone .panel-body .stone-detail .right .bottom dd {
    margin-right: 10px
}

.product-info-customize .customize-options-wrapper .panel-stone .panel-body .stone-detail .right .bottom dd.label {
    font-size: 13px;
    font-weight: 600
}

.product-info-customize .customize-options-wrapper .panel-stone .panel-body .sigma-content .sigma-middle-line:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #999;
    position: relative;
    top: 10px;
    left: 0
}

.product-info-customize .customize-options-wrapper .panel-stone .panel-body .sigma-content .sigma-middle-line .sigma-line-text {
    display: inline-block;
    padding-right: 5px;
    background: #fff;
    position: relative;
    font-size: 14px;
    font-weight: 500
}

.product-info-customize .customize-options-wrapper .panel-stone .panel-body .sigma-content .sigma-middle-line .sigma-line-text i.fa {
    padding: 0 10px;
    cursor: help
}

.product-info-customize .customize-options-wrapper .panel-stone .panel-body dl.stone-list {
    display: flex;
    flex-wrap: wrap
}

.product-info-customize .customize-options-wrapper .panel-stone .panel-body dl.stone-list dd {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px
}

.product-info-customize .customize-options-wrapper .panel-stone .panel-body dl.stone-list dd img {
    width: 58px;
    height: 58px;
    padding: 5px;
    cursor: pointer
}

.product-info-customize .customize-options-wrapper .panel-stone .panel-body dl.stone-list dd img.selected,
.product-info-customize .customize-options-wrapper .panel-stone .panel-body dl.stone-list dd img:hover {
    border: 1px solid #999
}

.product-info-customize .customize-options-wrapper .panel-stone .panel-body dl.stone-list dd .info {
    text-align: center
}

.product-info-customize .customize-options-wrapper .panel-stone .stone-tips span {
    position: absolute;
    top: -25px;
    display: inline-block;
    width: 333px;
    background-color: white;
    border: 1px solid #ddd;
    line-height: 20px;
    z-index: 9;
    padding: 15px;
    border-radius: 10px;
    margin-left: 20px
}

.product-info-customize .customize-options-wrapper .panel-stone .stone-tips span:before,
.product-info-customize .customize-options-wrapper .panel-stone .stone-tips span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 25px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.product-info-customize .customize-options-wrapper .panel-stone .stone-tips span:before {
    border-right: 10px solid #fff;
    left: -10px;
    z-index: 10
}

.product-info-customize .customize-options-wrapper .panel-stone .stone-tips span:after {
    border-right: 10px solid #ddd;
    left: -11px;
    z-index: 9
}

.product-info-customize .customize-options-wrapper .panel-stone .panel-body dl.stone-list.simulated dd .info {
    display: none
}

.product-info-customize .customize-options-wrapper .panel-engravings .panel-body .engravings-desc {
    font-size: 13px;
    font-weight: 400
}

.product-info-customize .customize-options-wrapper .panel-engravings .panel-body dl.engraving-list {
    margin-bottom: 10px
}

.product-info-customize .customize-options-wrapper .panel-engravings .panel-body dl.engraving-list dd {
    border-bottom: 1px solid #999;
    display: flex;
    align-items: center;
    padding: 10px 0
}

.product-info-customize .customize-options-wrapper .panel-engravings .panel-body dl.engraving-list dd .label {
    display: flex;
    flex-direction: column
}

.product-info-customize .customize-options-wrapper .panel-engravings .panel-body dl.engraving-list dd .label .title {
    font-size: 15px;
    font-weight: 600
}

.product-info-customize .customize-options-wrapper .panel-engravings .panel-body dl.engraving-list dd .label .limit {
    font-size: 13px
}

.product-info-customize .customize-options-wrapper .panel-engravings .panel-body dl.engraving-list dd .content {
    flex: 1;
    padding: 0 15px
}

.product-info-customize .customize-options-wrapper .panel-engravings .panel-body dl.engraving-list dd .content input {
    border: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer
}

.product-info-customize .customize-options-wrapper .panel-engravings .panel-body dl.engraving-list dd .cancel {
    cursor: pointer
}

.product-info-customize .customize-options-wrapper .panel-engravings .panel-body .fonts-box {
    display: flex;
    align-items: center
}

.product-info-customize .customize-options-wrapper .panel-engravings .panel-body .fonts-box .label {
    margin-right: 20px;
    font-size: 15px;
    font-weight: 600
}

.product-info-customize .customize-options-wrapper .panel-engravings .panel-body .fonts-box dl.fonts-list {
    flex: 1;
    display: flex;
    max-width: 400px
}

.product-info-customize .customize-options-wrapper .panel-engravings .panel-body .fonts-box dl.fonts-list dd.item {
    flex: 1;
    margin: 5px;
    border: 2px solid #c0c0c0;
    text-align: center;
    cursor: pointer
}

.product-info-customize .customize-options-wrapper .panel-engravings .panel-body .fonts-box dl.fonts-list dd.item .font-style {
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
    font-size: 20px
}

.product-info-customize .customize-options-wrapper .panel-engravings .panel-body .fonts-box dl.fonts-list dd.item .font-name {
    height: 20px;
    line-height: 20px;
    font-size: 10px
}

.product-info-customize .customize-options-wrapper .panel-engravings .panel-body .fonts-box dl.fonts-list dd.selected {
    border: 2px solid #000
}

.product-info-customize .customize-options-wrapper .panel-engravings .panel-body .fonts-box dl.fonts-list dd.item:hover {
    border: 2px solid #000
}

.product-info-customize .customize-options-wrapper .panel-size .panel-body select.ring-size {
    max-width: 50%;
    height: 35px;
    font-size: 14px;
    color: #555;
    margin: 10px 0
}

.product-info-customize .customize-options-wrapper .panel-size .panel-body dl.size-desc dd {
    color: #777777;
    font-size: 12px;
    height: 30px;
    line-height: 30px
}

.product-info-customize .customize-options-wrapper .panel-size .panel-body dl.size-desc dd .link {
    color: #777777;
    cursor: pointer;
    text-decoration: underline
}

.reel-nav {
    height: 100%;
    width: 100%;
    background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/images/icons-pc.png);
    background-position-y: -330px;
    background-position-x: -528px;
    background-size: 800px 800px
}

.reel-nav-video {
    background-position-x: -663px
}

#show_img_3>div:first-child {
    display: flex;
    justify-content: center;
    align-items: center
}

.zhezhao {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    text-align: center
}

.gui {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    max-width: 100%;
    border: none
}

.reel_cache {
    position: fixed;
    left: -100px;
    top: -100px
}

.reel_cache img {
    position: absolute;
    width: 10px;
    height: 10px
}

.olList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none
}

.olList img {
    position: absolute;
    top: 0px
}

.previous-image {
    visibility: hidden
}

.current-image {
    visibility: visible;
    display: block
}

.loadEffect {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    margin-top: -moz-calc(50% - 50px);
    margin-top: -webkit-calc(50% - 50px);
    margin-top: calc(50% - 50px);
    z-index: 1;
    top: 50%
}

.loadEffect span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #65655d;
    position: absolute;
    -webkit-animation: load 1.04s ease infinite
}

@-webkit-keyframes load {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0.2
    }
}

.loadEffect span:nth-child(1) {
    left: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-animation-delay: 0.13s
}

.loadEffect span:nth-child(2) {
    left: 14px;
    top: 14px;
    -webkit-animation-delay: 0.26s
}

.loadEffect span:nth-child(3) {
    left: 50%;
    top: 0;
    margin-left: -8px;
    -webkit-animation-delay: 0.39s
}

.loadEffect span:nth-child(4) {
    top: 14px;
    right: 14px;
    -webkit-animation-delay: 0.52s
}

.loadEffect span:nth-child(5) {
    right: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-animation-delay: 0.65s
}

.loadEffect span:nth-child(6) {
    right: 14px;
    bottom: 14px;
    -webkit-animation-delay: 0.78s
}

.loadEffect span:nth-child(7) {
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    -webkit-animation-delay: 0.91s
}

.loadEffect span:nth-child(8) {
    bottom: 14px;
    left: 14px;
    -webkit-animation-delay: 1.04s
}

.reel_loading {
    position: absolute
}

.catalog-product-view .product-info-main .product-add-form .box-tocart .actions .action.primary {
    background: #335497
}

.catalog-product-view .product-info-main .product-add-form .box-tocart .actions .action.primary:hover {
    background: #2a4783
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/OwlCarousel2/dist/assets/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes plyr-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    direction: ltr;
    font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease
}

.plyr audio,
.plyr video {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}

.plyr:focus {
    outline: 0
}

.plyr--full-ui {
    box-sizing: border-box
}

.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
    box-sizing: inherit
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    touch-action: manipulation
}

.plyr__badge {
    background: #4a5764;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transition: transform .4s ease-in-out;
    width: 100%
}

.plyr__captions .plyr__caption {
    background: rgba(0, 0, 0, .8);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}

.plyr__captions .plyr__caption div {
    display: inline
}

.plyr__captions span:empty {
    display: none
}

@media (min-width:480px) {
    .plyr__captions {
        font-size: 16px;
        padding: 20px
    }
}

@media (min-width:768px) {
    .plyr__captions {
        font-size: 18px
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
    transform: translateY(-40px)
}

.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    position: relative;
    transition: all .3s ease
}

.plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width: 18px
}

.plyr__control:focus {
    outline: 0
}

.plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
    outline: 0
}

a.plyr__control {
    text-decoration: none
}

a.plyr__control::after,
a.plyr__control::before {
    display: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
    display: none
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
    background: #00b3ff;
    color: #fff
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: #00b3ff;
    color: #fff
}

.plyr__control--overlaid {
    background: rgba(0, 179, 255, .8);
    border: 0;
    border-radius: 100%;
    color: #fff;
    display: none;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.plyr__control--overlaid svg {
    left: 2px;
    position: relative
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    background: #00b3ff
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center
}

.plyr__controls .plyr__progress__container {
    flex: 1;
    min-width: 0
}

.plyr__controls .plyr__controls__item {
    margin-left: 2.5px
}

.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0
}

.plyr__controls .plyr__controls__item.plyr__volume {
    padding-right: 5px
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
    padding-right: 0
}

.plyr__controls:empty {
    display: none
}

.plyr--audio .plyr__controls {
    background: #fff;
    border-radius: inherit;
    color: #4a5764;
    padding: 10px
}

.plyr--video .plyr__controls {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 20px 5px 5px;
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    z-index: 3
}

@media (min-width:480px) {
    .plyr--video .plyr__controls {
        padding: 35px 10px 10px
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%)
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
    display: none
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr__menu {
    display: flex;
    position: relative
}

.plyr__menu .plyr__control svg {
    transition: transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none
}

.plyr__menu__container {
    animation: plyr-popup .2s ease;
    background: rgba(255, 255, 255, .9);
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #4a5764;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

.plyr__menu__container>div {
    overflow: hidden;
    transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container::after {
    border: 4px solid transparent;
    border-top-color: rgba(255, 255, 255, .9);
    content: '';
    height: 0;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 0
}

.plyr__menu__container [role=menu] {
    padding: 7px
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
    margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
    margin-top: 0
}

.plyr__menu__container .plyr__control {
    align-items: center;
    color: #4a5764;
    display: flex;
    font-size: 14px;
    padding: 4px 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.plyr__menu__container .plyr__control>span {
    align-items: inherit;
    display: flex;
    width: 100%
}

.plyr__menu__container .plyr__control::after {
    border: 4px solid transparent;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px
}

.plyr__menu__container .plyr__control--forward::after {
    border-left-color: rgba(74, 87, 100, .8);
    right: 5px
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
    border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
    font-weight: 500;
    margin: 7px;
    margin-bottom: 3px;
    padding-left: 28px;
    position: relative;
    width: calc(100% - 14px)
}

.plyr__menu__container .plyr__control--back::after {
    border-right-color: rgba(74, 87, 100, .8);
    left: 7px
}

.plyr__menu__container .plyr__control--back::before {
    background: #c1c9d1;
    box-shadow: 0 1px 0 #fff;
    content: '';
    height: 1px;
    left: 0;
    margin-top: 4px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
    border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: 7px
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after,
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
    border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
    background: rgba(0, 0, 0, .1);
    content: '';
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    transition: all .3s ease;
    width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform .3s ease, opacity .3s ease;
    width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
    background: #00b3ff
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
    opacity: 1;
    transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
    background: rgba(0, 0, 0, .1)
}

.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: -5px;
    overflow: hidden;
    padding-left: 25px;
    pointer-events: none
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 26px;
    color: #00b3ff;
    display: block;
    height: 19px;
    margin: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0))
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
    height: 13px;
    position: relative;
    transition: all .2s ease;
    width: 13px;
    -webkit-appearance: none;
    margin-top: -4px
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -moz-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
    height: 13px;
    position: relative;
    transition: all .2s ease;
    width: 13px
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    height: 5px
}

.plyr--full-ui input[type=range]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    background: currentColor
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
    height: 13px;
    position: relative;
    transition: all .2s ease;
    width: 13px;
    margin-top: 0
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none
}

.plyr--full-ui input[type=range]:focus {
    outline: 0
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
    outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
    outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
    outline: 0
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(193, 201, 209, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: rgba(193, 201, 209, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: rgba(193, 201, 209, .66)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr__time {
    font-size: 14px
}

.plyr__time+.plyr__time::before {
    content: '\2044';
    margin-right: 10px
}

@media (max-width:767px) {
    .plyr__time+.plyr__time {
        display: none
    }
}

.plyr--video .plyr__time {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

.plyr__tooltip {
    background: rgba(255, 255, 255, .9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #4a5764;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    opacity: 0;
    padding: 5px 7.5px;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s .1s ease, opacity .2s .1s ease;
    white-space: nowrap;
    z-index: 2
}

.plyr__tooltip::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, .9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%, 0) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
    left: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 0 100%
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before {
    left: 16px
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    transform: translateX(50%)
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
    transform: translate(0, 0) scale(1)
}

.plyr--video {
    background: #000;
    overflow: hidden
}

.plyr--video.plyr--menu-open {
    overflow: visible
}

.plyr__video-wrapper {
    background: #000;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%)
}

.plyr__progress {
    left: 6.5px;
    margin-right: 13px;
    position: relative
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
    margin-left: -6.5px;
    margin-right: -6.5px;
    width: calc(100% + 13px)
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress .plyr__tooltip {
    font-size: 14px;
    left: 0
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 5px;
    left: 0;
    margin-top: -2.5px;
    padding: 0;
    position: absolute;
    top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: 0 0
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    transition: width .2s ease
}

.plyr--video .plyr__progress__buffer {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    color: rgba(255, 255, 255, .25)
}

.plyr--audio .plyr__progress__buffer {
    color: rgba(193, 201, 209, .66)
}

.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, rgba(35, 41, 47, .6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, .6) 50%, rgba(35, 41, 47, .6) 75%, transparent 75%, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(193, 201, 209, .66)
}

.plyr__volume {
    align-items: center;
    display: flex;
    flex: 1;
    position: relative
}

.plyr__volume input[type=range] {
    margin-left: 5px;
    position: relative;
    z-index: 2
}

@media (min-width:480px) {
    .plyr__volume {
        max-width: 90px
    }
}

@media (min-width:768px) {
    .plyr__volume {
        max-width: 110px
    }
}

.plyr--is-ios .plyr__volume {
    display: none !important
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
    display: none !important
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:-ms-fullscreen video {
    height: 100%
}

.plyr:fullscreen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px
    }

    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px
    }

    .plyr:fullscreen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-moz-full-screen video {
    height: 100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-ms-fullscreen video {
    height: 100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000
}

.plyr--fullscreen-fallback video {
    height: 100%
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.plyr__ads>div,
.plyr__ads>div iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.plyr__ads::after {
    background: rgba(35, 41, 47, .8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3
}

.plyr__ads::after:empty {
    display: none
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    left: 0;
    margin: -2.5px 0 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3
}

.plyr__preview-thumb {
    background-color: rgba(255, 255, 255, .9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    margin-bottom: 10px;
    opacity: 0;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s .1s ease, opacity .2s .1s ease;
    z-index: 2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0, 0) scale(1)
}

.plyr__preview-thumb::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, .9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr__preview-thumb__image-container {
    background: #c1c9d1;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__preview-thumb__image-container img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3
}

.plyr__preview-thumb__time-container span {
    background-color: rgba(0, 0, 0, .55);
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    padding: 3px 6px
}

.plyr__preview-scrubbing {
    bottom: 0;
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--no-transition {
    transition: none !important
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    border: 0 !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.plyr [hidden] {
    display: none !important
}

/**
 * Swiper 6.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2020
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

/**
 * Magento 2 extensions for Afterpay Payment
 *
 * @author Afterpay
 * @copyright 2016-2021 Afterpay https://www.afterpay.com
 */

/** afterpay.css */
.checkout-payment-method .payment-method #afterpaypayovertime.payment-method-content {
    padding-right: 22px;
}

.checkout-payment-method .payment-method._active #afterpaypayovertime.payment-method-content {
    overflow: hidden
}

#afterpaypayovertime-method .payment-method-note {
    font-size: 1.2rem;
    color: #a0a0a0;
    text-align: center;
}

#afterpaypayovertime-method .payment-method-note h3 {
    color: #00a4e4;
    text-align: left;
}

#afterpaypayovertime-method .payment-method-note ul {
    padding-left: 1rem;
    padding-right: 1rem;
}

#afterpaypayovertime-method .payment-method-note ul li {
    width: 24%;
    display: inline-block;
}

#afterpaypayovertime-method .payment-method-note ul.cost li {
    font-size: 1.8rem;
    color: #153F72;
}

#afterpaypayovertime-method .afterpay-checkout-redirect {
    margin-top: 1rem;
    text-align: left;
    /*background-color: #f6f7f9;*/
    /*display: inline-block;*/
    /*padding: 15px;*/
}

#afterpaypayovertime-method .afterpay-checkout-redirect .instalment-footer {
    width: 100%;
    float: left;
}

@media only screen and (min-width : 992px) {
    #afterpaypayovertime-method .afterpay-checkout-redirect .instalment-footer {
        width: 57%;
    }
}

@media only screen and (min-width : 1200px) {
    #afterpaypayovertime-method .afterpay-checkout-redirect .instalment-footer {
        width: 65%;
    }
}

#afterpaypayovertime-method .actions-toolbar {
    float: right;
    margin-top: 1.5rem;
    line-height: 1.1;
    width: 100%;
    text-align: center;
}

@media only screen and (min-width : 992px) {
    #afterpaypayovertime-method .actions-toolbar {
        width: auto;
        margin-top: 0px;
    }
}

@media only screen and (min-width : 768px) {
    #afterpaypayovertime-method .actions-toolbar .primary {
        width: 100%;
    }
}

.modal-popup.afterpay-learn-more .modal-inner-wrap {
    width: 360px !important
}

@media only screen and (min-width : 992px) {
    .modal-popup.afterpay-learn-more .modal-inner-wrap {
        width: 659px !important
    }
}

.modal-popup.afterpay-learn-more .modal-inner-wrap .modal-footer button {
    display: none;
}

.modal-popup.afterpay-learn-more .action-close {
    padding: 1.75rem !important;
}

.afterpay_instalments_logo {
    vertical-align: middle;
    display: inline-block;
    height: 15px;
}

.afterpay_checkout_steps {
    background-size: 18px 18px;
    vertical-align: middle;
    display: inline-block;
    height: 18px;
    width: 18px;
}

.afterpay_checkout_steps_1 {
    background-image: url("https://static.afterpay.com/checkout/circle_1@2x.png");
}

.afterpay_checkout_steps_2 {
    background-image: url("https://static.afterpay.com/checkout/circle_2@2x.png");
}

.afterpay_checkout_steps_3 {
    background-image: url("https://static.afterpay.com/checkout/circle_3@2x.png");
}

.afterpay_checkout_steps_4 {
    background-image: url("https://static.afterpay.com/checkout/Circle_4@2x.png");
}

.checkout-methods-items button.btn-afterpay-checkout {
    padding: 13px 15px 10px 10px;
    width: 100%;
}

.checkout-payment-method #afterpaypayovertime-method .payment-icon {
    height: 23px;
    width: auto;
}

.afterpay.primary {
    background-image: none;
    background: #000;
    border: 1px solid #000;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;

}

.afterpay.primary:focus,
.afterpay.primary:active,
.afterpay.primary:hover {
    background: #000;
    border: 1px solid #000;
    color: #ffffff;
}

.afterpay.primary.disabled,
.afterpay.primary[disabled],
fieldset[disabled] .afterpay.primary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

button.express-button {
    float: none;
    width: 267px;
    max-width: 100%;
    margin-top: 10px;
    cursor: pointer;
}

button.afterpay.minicart.express-button {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
}

/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_SocialLoginPro
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.social-btn {
    /*width: 215px;*/
    max-width: 100%;
}

.box-social a {
    text-decoration: none;
    margin-left: 10px;
}

.manager-box {
    margin-bottom: 50px;
}

/*Checkout */
.popup-authentication .block-authentication {
    border: none !important;
}

.checkout-index-index .modal-popup.osc-social-login-popup .modal-inner-wrap .modal-content .mfp-hide {
    display: block !important;
}

.checkout-index-index .modal-popup.osc-social-login-popup .modal-inner-wrap h1.modal-title {
    display: none
}

@media (min-width: 786px),
print {
    .checkout-index-index .modal-popup.osc-social-login-popup .modal-inner-wrap {
        margin-left: auto !important;
        margin-right: auto !important;
        left: 0 !important;
        right: 0 !important;
        width: 600px !important;
        min-width: 0;
    }

    .checkout-index-index .modal-popup.osc-social-login-popup .modal-inner-wrap header {
        padding: 0 !important;
        z-index: 99;
    }

    .checkout-index-index .modal-popup.osc-social-login-popup .modal-inner-wrap header .action-close {
        padding: 15px !important;
    }

    .checkout-index-index .modal-popup.osc-social-login-popup .modal-inner-wrap header .action-close:before {
        color: #ffffff !important;
        font-weight: bold
    }

    .checkout-index-index .modal-popup.osc-social-login-popup .modal-inner-wrap .modal-content {
        padding: 0 !important
    }
}

.fa-disqus {
    background-color: #2e9fff;
    content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'><path fill='#FFF' d='M102.535 167.5c-16.518 0-31.621-6.036-43.298-16.021L30.5 155.405l11.102-27.401A67.658 67.658 0 0 1 35.564 100c0-37.277 29.984-67.5 66.971-67.5 36.984 0 66.965 30.223 66.965 67.5 0 37.284-29.98 67.5-66.965 67.5zm36.567-67.693v-.188c0-19.478-13.736-33.367-37.42-33.367h-25.58v67.5h25.201c23.868.001 37.799-14.468 37.799-33.945zm-37.138 17.361h-7.482V82.841h7.482c10.989 0 18.283 6.265 18.283 17.07v.188c0 10.896-7.294 17.069-18.283 17.069z'/></svg>");
}

.btn-disqus {
    color: #fff;
    background-color: #2e9fff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-disqus:focus,
.btn-disqus.focus {
    color: #fff;
    background-color: #2e9fff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-disqus:hover {
    color: #fff;
    background-color: #178aec;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-disqus:active,
.btn-disqus.active,
.open>.dropdown-toggle.btn-disqus {
    color: #fff;
    background-color: #2e9fff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-disqus:active:hover,
.btn-disqus.active:hover,
.open>.dropdown-toggle.btn-disqus:hover,
.btn-disqus:active:focus,
.btn-disqus.active:focus,
.open>.dropdown-toggle.btn-disqus:focus,
.btn-disqus:active.focus,
.btn-disqus.active.focus,
.open>.dropdown-toggle.btn-disqus.focus {
    color: #fff;
    background-color: #178aec;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-disqus:active,
.btn-disqus.active,
.open>.dropdown-toggle.btn-disqus {
    background-image: none
}

.btn-disqus.disabled:hover,
.btn-disqus[disabled]:hover,
fieldset[disabled] .btn-disqus:hover,
.btn-disqus.disabled:focus,
.btn-disqus[disabled]:focus,
fieldset[disabled] .btn-disqus:focus,
.btn-disqus.disabled.focus,
.btn-disqus[disabled].focus,
fieldset[disabled] .btn-disqus.focus {
    background-color: #178aec;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-disqus .badge {
    color: #2e9fff;
    background-color: #fff
}

.fa-mailru {
    background-color: #2e9fff;
    content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA%2FPjxzdmcgaGVpZ2h0PSI1MTIiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIiB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcyBpZD0iZGVmczEyIi8%2BPGcgaWQ9Imc1Mjc0Ij48cmVjdCBoZWlnaHQ9IjUxMiIgaWQ9InJlY3QyOTg3IiBzdHlsZT0iZmlsbDojMTY4ZGUyO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lIiB3aWR0aD0iNTEyIiB4PSIwIiB5PSI1LjY4NDM0MTllLTAxNCIvPjxwYXRoIGQ9Im0gMzI1LjA4MDIzLDI1NC4xNjczNSBjIC0yLjI3MDU1LC00NC4yMTUwNiAtMzUuMTAxNDUsLTcwLjgwOTQ3IC03NC43NDgzNywtNzAuODA5NDcgaCAtMS40OTI3MSBjIC00NS43NTEzMSwwIC03MS4xMjA0MywzNS45NzY5IC03MS4xMjA0Myw3Ni44NDc2NiAwLDQ1Ljc1Mjc3IDMwLjY5MTEzLDc0LjY1Njg5IDcwLjk0NzcxLDc0LjY1Njg5IDQ0Ljg2ODI1LDAgNzQuMzc4OTYsLTMyLjg3NDQ0IDc2LjUxNDM0LC03MS43NTI1OCBsIC0wLjEwMDgzLC04Ljk0MjUgeiBNIDI0OS4wNjE0MSwxNDMuNzc5OTIgYyAzMC41Njk0MSwwIDU5LjMxNTcyLDEzLjUxMzU1IDgwLjQxNTY5LDM0LjY3MzQ0IHYgMC4wNzg5IGMgMCwtMTAuMTU0MiA2LjgzNzA3LC0xNy44MTI4MSAxNi4zMjQ2MywtMTcuODEyODEgbCAyLjQwMjY1LC0wLjAxNjEgYyAxNC44Mzc5MSwwIDE3Ljg5Mzc2LDE0LjA0NjYzIDE3Ljg5Mzc2LDE4LjQ5MDExIGwgMC4wNjcyLDE1Ny45MTgxNSBjIC0xLjA0OTY1LDEwLjM0MzQzIDEwLjY3MjM3LDE1LjY4MzQxIDE3LjE2NzA2LDkuMDQzMDMgMjUuMzYxNTIsLTI2LjA2MDAyIDU1LjY5Mzc2LC0xMzMuOTcxMTUgLTE1Ljc2NDUyLC0xOTYuNDgwOTUgLTY2LjU5NTg1LC01OC4yOTE2ODQgLTE1NS45NTU0OSwtNDguNjkwMDMgLTIwMy40Nzg3NiwtMTUuOTMxMjUgLTUwLjUyNTA1LDM0Ljg0MzI0IC04Mi44NDY4MjcsMTExLjk3MDMgLTUxLjQ0Njk3LDE4NC40MDQ1OCAzNC4yMzM0NCw3OS4wMDExNSAxMzIuMTg0MTQsMTAyLjU2NTMgMTkwLjQwMzU5LDc5LjA1ODE1IDI5LjQ3OTI5LC0xMS44OTc2NiA0My4wOTAzMSwyNy45NDkwMiAxMi40NzQ0Myw0MC45NzE0MyBDIDI2OS4yNjQzLDQ1Ny44NzY5OSAxNDAuNDk5NTcsNDU1Ljg4ODc3IDgwLjM1MzI2MywzNTEuNjkyODEgMzkuNzEzNjgzLDI4MS4zNDI3NyA0MS44NjcxODMsMTU3LjU1ODk5IDE0OS42NTgxOSw5My40MzAzMTYgMjMyLjEwODU4LDQ0LjM1NTg3NCAzNDAuODIxNjYsNTcuOTM4NDQxIDQwNi4zNzI0LDEyNi4zOTY0NCBjIDY4LjUxOTQ4LDcxLjU2NjI4IDY0LjUxNjE0LDIwNS41ODY5NiAtMi4zMDc5NiwyNTcuNjgyNzUgLTMwLjI4MjcxLDIzLjY3NTIgLTc1LjI2MjAyLDAuNjQyNjcgLTc0Ljk3ODI0LC0zMy44NTA1OSBsIC0wLjMwNzg5LC0xMS4yNzYwMiBjIC0yMS4wODQ3NywyMC45MjEyNSAtNDkuMTQ3OTMsMzMuMTI4MjcgLTc5LjcxNzM0LDMzLjEyODI3IC02MC4zOTg1MiwwIC0xMTMuNTQ1NDEsLTUzLjEzMDM4IC0xMTMuNTQ1NDEsLTExMy41Mzk0MyAwLC02MC45OTAwNiA1My4xNDY4OSwtMTE0Ljc2MTc5IDExMy41NDU0MSwtMTE0Ljc2MTc5IGwgMCwwIiBpZD0icGF0aDI0XzNfIiBzdHlsZT0iZmlsbDojZmZmZmZmIi8%2BPC9nPjwvc3ZnPg%3D%3D");
}

.btn-mailru {
    color: #fff;
    background-color: #178de3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:focus,
.btn-mailru.focus {
    color: #fff;
    background-color: #0276cb;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:hover {
    color: #fff;
    background-color: #0276cb;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active,
.btn-mailru.active,
.open>.dropdown-toggle.btn-mailru {
    color: #fff;
    background-color: #0276cb;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active:hover,
.btn-mailru.active:hover,
.open>.dropdown-toggle.btn-mailru:hover,
.btn-mailru:active:focus,
.btn-mailru.active:focus,
.open>.dropdown-toggle.btn-mailru:focus,
.btn-mailru:active.focus,
.btn-mailru.active.focus,
.open>.dropdown-toggle.btn-mailru.focus {
    color: #fff;
    background-color: #0276cb;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active,
.btn-mailru.active,
.open>.dropdown-toggle.btn-mailru {
    background-image: none
}

.btn-mailru.disabled:hover,
.btn-mailru[disabled]:hover,
fieldset[disabled] .btn-mailru:hover,
.btn-mailru.disabled:focus,
.btn-mailru[disabled]:focus,
fieldset[disabled] .btn-mailru:focus,
.btn-mailru.disabled.focus,
.btn-mailru[disabled].focus,
fieldset[disabled] .btn-mailru.focus {
    background-color: #0276cb;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru .badge {
    color: #178de3;
    background-color: #fff
}

.btn-steam {
    color: #fff;
    background-color: #171a22;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:focus,
.btn-steam.focus {
    color: #fff;
    background-color: #000106;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:hover {
    color: #fff;
    background-color: #000106;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active,
.btn-steam.active,
.open>.dropdown-toggle.btn-steam {
    color: #fff;
    background-color: #000106;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active:hover,
.btn-steam.active:hover,
.open>.dropdown-toggle.btn-steam:hover,
.btn-steam:active:focus,
.btn-steam.active:focus,
.open>.dropdown-toggle.btn-steam:focus,
.btn-steam:active.focus,
.btn-steam.active.focus,
.open>.dropdown-toggle.btn-steam.focus {
    color: #fff;
    background-color: #000106;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active,
.btn-steam.active,
.open>.dropdown-toggle.btn-steam {
    background-image: none
}

.btn-steam.disabled:hover,
.btn-steam[disabled]:hover,
fieldset[disabled] .btn-steam:hover,
.btn-steam.disabled:focus,
.btn-steam[disabled]:focus,
fieldset[disabled] .btn-steam:focus,
.btn-steam.disabled.focus,
.btn-steam[disabled].focus,
fieldset[disabled] .btn-steam.focus {
    background-color: #000106;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam .badge {
    color: #000106;
    background-color: #fff
}

#social-manager .block-content {
    float: left;
    margin-right: 5px;
}

.fa-pinterest {
    background-color: #BD081C;
    content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'><path fill='#FFF' d='M102.535 167.5c-16.518 0-31.621-6.036-43.298-16.021L30.5 155.405l11.102-27.401A67.658 67.658 0 0 1 35.564 100c0-37.277 29.984-67.5 66.971-67.5 36.984 0 66.965 30.223 66.965 67.5 0 37.284-29.98 67.5-66.965 67.5zm36.567-67.693v-.188c0-19.478-13.736-33.367-37.42-33.367h-25.58v67.5h25.201c23.868.001 37.799-14.468 37.799-33.945zm-37.138 17.361h-7.482V82.841h7.482c10.989 0 18.283 6.265 18.283 17.07v.188c0 10.896-7.294 17.069-18.283 17.069z'/></svg>");
}

.btn-pinterest {
    color: #fff;
    background-color: #BD081C;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:focus,
.btn-pinterest.focus {
    color: #fff;
    background-color: #BD081C;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:hover {
    color: #fff;
    background-color: #BD081C;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active,
.btn-pinterest.active,
.open>.dropdown-toggle.btn-pinterest {
    color: #fff;
    background-color: #BD081C;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active:hover,
.btn-pinterest.active:hover,
.open>.dropdown-toggle.btn-pinterest:hover,
.btn-pinterest:active:focus,
.btn-pinterest.active:focus,
.open>.dropdown-toggle.btn-pinterest:focus,
.btn-pinterest:active.focus,
.btn-pinterest.active.focus,
.open>.dropdown-toggle.btn-pinterest.focus {
    color: #fff;
    background-color: #BD081C;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active,
.btn-pinterest.active,
.open>.dropdown-toggle.btn-pinterest {
    background-image: none
}

.btn-pinterest.disabled:hover,
.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-pinterest:hover,
.btn-pinterest.disabled:focus,
.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-pinterest:focus,
.btn-pinterest.disabled.focus,
.btn-pinterest[disabled].focus,
fieldset[disabled] .btn-pinterest.focus {
    background-color: #BD081C;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest .badge {
    color: #BD081C;
    background-color: #fff
}

.btn-pinterest .fa-pinterest {
    background: url("//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/Mageplaza_SocialLoginPro/css/images/pinterest-logo.png") no-repeat;
}

.btn-pinterest .fa-pinterest:before {
    content: ""
}

.fa-paypal {
    background-color: #BD081C;
    content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'><path fill='#FFF' d='M102.535 167.5c-16.518 0-31.621-6.036-43.298-16.021L30.5 155.405l11.102-27.401A67.658 67.658 0 0 1 35.564 100c0-37.277 29.984-67.5 66.971-67.5 36.984 0 66.965 30.223 66.965 67.5 0 37.284-29.98 67.5-66.965 67.5zm36.567-67.693v-.188c0-19.478-13.736-33.367-37.42-33.367h-25.58v67.5h25.201c23.868.001 37.799-14.468 37.799-33.945zm-37.138 17.361h-7.482V82.841h7.482c10.989 0 18.283 6.265 18.283 17.07v.188c0 10.896-7.294 17.069-18.283 17.069z'/></svg>");
}

.btn-paypal {
    color: #fff;
    background-color: #009cde;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-paypal:focus,
.btn-paypal.focus {
    color: #fff;
    background-color: #009cde;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-paypal:hover {
    color: #fff;
    background-color: #009cde;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-paypal:active,
.btn-paypal.active,
.open>.dropdown-toggle.btn-paypal {
    color: #fff;
    background-color: #009cde;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-paypal:active:hover,
.btn-paypal.active:hover,
.open>.dropdown-toggle.btn-paypal:hover,
.btn-paypal:active:focus,
.btn-paypal.active:focus,
.open>.dropdown-toggle.btn-paypal:focus,
.btn-paypal:active.focus,
.btn-paypal.active.focus,
.open>.dropdown-toggle.btn-paypal.focus {
    color: #fff;
    background-color: #009cde;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active,
.btn-pinterest.active,
.open>.dropdown-toggle.btn-pinterest {
    background-image: none
}

.btn-paypal.disabled:hover,
.btn-paypal[disabled]:hover,
fieldset[disabled] .btn-paypal:hover,
.btn-paypal.disabled:focus,
.btn-paypal[disabled]:focus,
fieldset[disabled] .btn-paypal:focus,
.btn-paypal.disabled.focus,
.btn-paypal[disabled].focus,
fieldset[disabled] .btn-paypal.focus {
    background-color: #009cde;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-paypal .badge {
    color: #009cde;
    background-color: #fff
}

.btn-paypal .fa-paypal {
    background: url("//cdn.xuansiwei.com/eaven11941/static/version1753696365/frontend/Ringseason/desktop/en_US/Mageplaza_SocialLoginPro/css/images/paypal-logo.png") no-repeat;
}

.btn-paypal .fa-paypal:before {
    content: ""
}

/*Quick Login And Popup Slide*/
.quick-login-wrapper {
    display: none;
}

.checkout-index-index .quick-login-wrapper {
    margin-top: 51px;
}

.quick-login-wrapper .fake-email .social-login-title .forgot-pass-title {
    margin-left: 10px;
}

/*Button Close*/

.quick-login-wrapper .btn-close {
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    background-image: none !important;
    background: none !important;
    -moz-box-sizing: content-box;
    border: 0 !important;
    box-shadow: none !important;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
}

.quick-login-wrapper button.btn-close {
    color: #ffffff;
}

.quick-login-wrapper button.btn-close:hover {
    color: #A0A0A0;
}

.quick-login-wrapper .social-login-title {
    padding: 10px 10px;
    background-color: #3399cc;
}

.quick-login-wrapper .social-login-title h3.forgot-pass-title,
.request-popup .social-login-title h3.forgot-pass-title,
.quick-login-wrapper .social-login-title h3.login-title.header-title,
.quick-login-wrapper .social-login-title h3.create-account-title.header-title {
    margin: 10px;
    padding-left: 30px;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: left;
}

.quick-login-wrapper .social-login.fake-email .block,
.quick-login-wrapper .social-login.forgot .block,
.quick-login-wrapper .social-login.authentication .block,
.quick-login-wrapper .social-login.create .block {
    margin-bottom: 15px;
}

.quick-login-wrapper .social-login.fake-email .block-content,
.quick-login-wrapper .social-login.authentication .block-content,
.quick-login-wrapper .social-login.create .block-content,
.quick-login-wrapper .social-login.forgot .block-content {
    margin-top: 15px;
}

.quick-login-wrapper .social-login.forgot .fieldset {
    margin: 0;
}

/*Popup Slide*/
.social-popup-slide {
    width: 400px;
    right: 0;
    left: unset;
    max-width: 100%;
    z-index: 100;
}

.social-popup-slide .modal-header,
.social-popup-slide .modal-content {
    padding: 0;
}

.social-popup-slide .quick-login-wrapper {
    margin: 0;
    padding: 0;
}

@media only screen and (max-height: 910px) {
    .quick-login-wrapper {
        max-height: 100%;
        overflow: auto !important;
    }
}


@media only screen and (max-width: 1024px) {
    .quick-login-wrapper {
        right: 1% !important;
    }
}

@media only screen and (max-width: 768px) {
    .quick-login-wrapper {
        position: fixed;
        top: 11.5%;
        right: 2% !important;
    }
}

@media only screen and (max-width: 480px) {
    .quick-login-wrapper {
        margin-top: 70px;
        top: 0;
        position: fixed;
        right: 0 !important;
        min-width: 100%;
    }

    .social-popup-slide .modal-header button.action-close {
        z-index: 150;
        box-shadow: none;
    }

    .actions-toolbar>.secondary:last-child {
        margin-top: 0px !important;
    }
}

.request-popup .mfp-hide {
    display: block !important;
}

.request-popup {
    overflow-y: unset;
    max-width: 800px;
    left: 30%;
}

.request-popup .modal-header {
    padding: 0;
}

.request-popup .modal-header button.action-close {
    color: white;
    z-index: 100;
}

.request-popup .modal-content {
    padding: 0;
}

.checkout-index-index .modal-popup.request-popup .modal-inner-wrap {
    width: 75%;
}