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 {
    max-width: 100%;
    height: auto;
    border: 0
}

video,embed,object {
    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: #000;
    font-family: '微软雅黑','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem
}

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

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

b,strong {
    font-weight: 700
}

em,i {
    font-style: italic
}

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

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

hr {
    border: 0;
    border-top: 1px solid #d2d2d2;
    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: 700;
    line-height: 1.9;
    font-size: 2.6rem;
    margin-top: 0;
    margin-bottom: 2rem
}

h2 {
    font-weight: 700;
    line-height: 1.9;
    font-size: 2.4rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

h3 {
    font-weight: 700;
    line-height: 1.9;
    font-size: 1.9rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem
}

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

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

h6 {
    font-weight: 700;
    line-height: 1.9;
    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: #000;
    font-family: '微软雅黑','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

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

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

a:hover,.alink:hover {
    color: #006bb4;
    text-decoration: underline
}

a:active,.alink:active {
    color: #ff5501;
    text-decoration: underline
}

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

ul>li,ol>li {
    margin-top: 0;
    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: #f0f0f0;
    color: #000;
    padding: 2px 4px;
    font-size: 1.2rem;
    white-space: nowrap
}

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

pre {
    background: #f0f0f0;
    border: 1px solid #d2d2d2;
    color: #000;
    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 #d2d2d2;
    margin: 0 0 20px 40px;
    padding: 0;
    color: #000;
    font-family: '微软雅黑','Microsoft YaHei','Helvetica Neue',Helvetica,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: #000;
    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: 8px 10px
}

button,.cart.table-wrapper .actions-toolbar>.action,.action-gift {
    background-image: none;
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: '微软雅黑','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0 15px;
    font-size: 1.4rem;
    line-height: 3.8rem;
    box-sizing: border-box;
    vertical-align: middle
}

button:focus,button:active,.cart.table-wrapper .actions-toolbar>.action:focus,.cart.table-wrapper .actions-toolbar>.action:active,.action-gift:focus,.action-gift:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #000
}

button:hover,.cart.table-wrapper .actions-toolbar>.action:hover,.action-gift:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555
}

button.disabled,button[disabled],fieldset[disabled] button,.cart.table-wrapper .actions-toolbar>.action.disabled,.cart.table-wrapper .actions-toolbar>.action[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action,.action-gift.disabled,.action-gift[disabled],fieldset[disabled] .action-gift {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

button::-moz-focus-inner,.cart.table-wrapper .actions-toolbar>.action::-moz-focus-inner,.action-gift::-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*=date],input[type=email] {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: '微软雅黑','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 32px;
    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*=date]: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*=date]::-moz-placeholder,input[type=email]::-moz-placeholder {
    color: #000
}

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*=date]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder {
    color: #000
}

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*=date]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder {
    color: #000
}

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;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: '微软雅黑','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 5px 10px 4px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box
}

select:disabled {
    opacity: .5
}

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

textarea {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: '微软雅黑','Microsoft YaHei','Helvetica Neue',Helvetica,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: #000
}

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

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

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: #fc4242
}

div.mage-error {
    color: #d50303;
    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 3px 1px #68a8e0
}

picture img {
    vertical-align: middle
}

.hide {
    display: none !important
}

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

.list-item.inline-list>li {
    display: inline-block;
    vertical-align: top
}

.list-item>li {
    margin-bottom: 0
}

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

select {
    padding-right: 36px;
    background: url(../images/select-down.png) right center no-repeat;
    background-size: 38px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.choice input.checkbox {
    display: none
}

.choice input.checkbox+label:before {
    display: inline;
    content: "\e739";
    margin-right: 10px;
    font-family: "ms-icon";
    font-size: 2.5rem;
    vertical-align: middle
}

.choice input.checkbox+label span {
    display: inline-block;
    width: calc(100% - 35px);
    vertical-align: middle
}

.choice input.checkbox:checked+label:before {
    content: "\e73d"
}

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

.reset-a {
    text-decoration: none
}

.fun-reset {
    padding: 0;
    margin: 0;
    line-height: 0;
    font-size: 0px;
    border: none
}

.lib-flex-end {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end
}

.lib-flex-start {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start
}

.lib-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.lib-middle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center
}

.lib-top-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center
}

.lib-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start
}

.lib-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end
}

.lib-between {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between
}

.lib-between-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between
}

.lib-around {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around
}

.lib-flex-colum {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column
}

.lib-flex-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row
}

.lib-flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.container {
    max-width: 1600px;
    position: relative;
    margin: 0 auto
}

.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.marginLeft-0 {
    margin-left: 0
}

.marginRight-0 {
    margin-right: 0
}

.marginBottom-0 {
    margin-bottom: 0
}

.marginTop-0 {
    margin-top: 0
}

.paddingTop-0 {
    padding-top: 0
}

.paddingLeft-0 {
    padding-left: 0
}

.paddingRight-0 {
    padding-right: 0
}

.paddingBottom-0 {
    padding-bottom: 0
}

.marginLeft-5 {
    margin-left: 5px
}

.marginRight-5 {
    margin-right: 5px
}

.marginBottom-5 {
    margin-bottom: 5px
}

.marginTop-5 {
    margin-top: 5px
}

.paddingTop-5 {
    padding-top: 5px
}

.paddingLeft-5 {
    padding-left: 5px
}

.paddingRight-5 {
    padding-right: 5px
}

.paddingBottom-5 {
    padding-bottom: 5px
}

.marginLeft-10 {
    margin-left: 10px
}

.marginRight-10 {
    margin-right: 10px
}

.marginBottom-10 {
    margin-bottom: 10px
}

.marginTop-10 {
    margin-top: 10px
}

.paddingTop-10 {
    padding-top: 10px
}

.paddingLeft-10 {
    padding-left: 10px
}

.paddingRight-10 {
    padding-right: 10px
}

.paddingBottom-10 {
    padding-bottom: 10px
}

.marginLeft-15 {
    margin-left: 15px
}

.marginRight-15 {
    margin-right: 15px
}

.marginBottom-15 {
    margin-bottom: 15px
}

.marginTop-15 {
    margin-top: 15px
}

.paddingTop-15 {
    padding-top: 15px
}

.paddingLeft-15 {
    padding-left: 15px
}

.paddingRight-15 {
    padding-right: 15px
}

.paddingBottom-15 {
    padding-bottom: 15px
}

.marginLeft-20 {
    margin-left: 20px
}

.marginRight-20 {
    margin-right: 20px
}

.marginBottom-20 {
    margin-bottom: 20px
}

.marginTop-20 {
    margin-top: 20px
}

.paddingTop-20 {
    padding-top: 20px
}

.paddingLeft-20 {
    padding-left: 20px
}

.paddingRight-20 {
    padding-right: 20px
}

.paddingBottom-20 {
    padding-bottom: 20px
}

.marginLeft-25 {
    margin-left: 25px
}

.marginRight-25 {
    margin-right: 25px
}

.marginBottom-25 {
    margin-bottom: 25px
}

.marginTop-25 {
    margin-top: 25px
}

.paddingTop-25 {
    padding-top: 25px
}

.paddingLeft-25 {
    padding-left: 25px
}

.paddingRight-25 {
    padding-right: 25px
}

.paddingBottom-25 {
    padding-bottom: 25px
}

.marginLeft-30 {
    margin-left: 30px
}

.marginRight-30 {
    margin-right: 30px
}

.marginBottom-30 {
    margin-bottom: 30px
}

.marginTop-30 {
    margin-top: 30px
}

.paddingTop-30 {
    padding-top: 30px
}

.paddingLeft-30 {
    padding-left: 30px
}

.paddingRight-30 {
    padding-right: 30px
}

.paddingBottom-30 {
    padding-bottom: 30px
}

.marginLeft-35 {
    margin-left: 35px
}

.marginRight-35 {
    margin-right: 35px
}

.marginBottom-35 {
    margin-bottom: 35px
}

.marginTop-35 {
    margin-top: 35px
}

.paddingTop-35 {
    padding-top: 35px
}

.paddingLeft-35 {
    padding-left: 35px
}

.paddingRight-35 {
    padding-right: 35px
}

.paddingBottom-35 {
    padding-bottom: 35px
}

.marginLeft-40 {
    margin-left: 40px
}

.marginRight-40 {
    margin-right: 40px
}

.marginBottom-40 {
    margin-bottom: 40px
}

.marginTop-40 {
    margin-top: 40px
}

.paddingTop-40 {
    padding-top: 40px
}

.paddingLeft-40 {
    padding-left: 40px
}

.paddingRight-40 {
    padding-right: 40px
}

.paddingBottom-40 {
    padding-bottom: 40px
}

.display-none {
    display: none !important
}

.text-center {
    text-align: center
}

.bundle-options-container .block-bundle-summary .bundle.items,.product-items,.prices-tier,.cart-container .checkout-methods-items,.opc-wrapper .opc,.opc-progress-bar,.checkout-agreements-items,.items,.block-wishlist-management .wishlist-select-items,.paypal-review .items-qty,.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,.cart-container .checkout-methods-items>li,.opc-wrapper .opc>li,.opc-progress-bar>li,.checkout-agreements-items>li,.items>li,.block-wishlist-management .wishlist-select-items>li,.paypal-review .items-qty>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
}

.abs-action-addto-product,.block-event .slider-panel .slider .item .action.event,.bundle-options-container .block-bundle-summary .product-addto-links>.action,.product-info-main .action.tocompare,.product-options-bottom .action.tocompare,.product-info-main .action.towishlist,.product-options-bottom .action.towishlist,.block-bundle-summary .action.towishlist {
    background-image: none;
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #000;
    cursor: pointer;
    font-family: '微软雅黑','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0 15px;
    font-size: 1.4rem;
    line-height: 3.8rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none
}

.abs-action-link-button:focus,.abs-action-link-button:active,.abs-action-addto-product:focus,.abs-action-addto-product:active,.block-event .slider-panel .slider .item .action.event:focus,.block-event .slider-panel .slider .item .action.event:active,.bundle-options-container .block-bundle-summary .product-addto-links>.action:focus,.bundle-options-container .block-bundle-summary .product-addto-links>.action:active,.product-info-main .action.tocompare:focus,.product-info-main .action.tocompare:active,.product-options-bottom .action.tocompare:focus,.product-options-bottom .action.tocompare:active,.product-info-main .action.towishlist:focus,.product-info-main .action.towishlist:active,.product-options-bottom .action.towishlist:focus,.product-options-bottom .action.towishlist:active,.block-bundle-summary .action.towishlist:focus,.block-bundle-summary .action.towishlist:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #000
}

.abs-action-link-button:hover,.abs-action-addto-product:hover,.block-event .slider-panel .slider .item .action.event:hover,.bundle-options-container .block-bundle-summary .product-addto-links>.action:hover,.product-info-main .action.tocompare:hover,.product-options-bottom .action.tocompare:hover,.product-info-main .action.towishlist:hover,.product-options-bottom .action.towishlist:hover,.block-bundle-summary .action.towishlist:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555
}

.abs-action-link-button.disabled,.abs-action-link-button[disabled],fieldset[disabled] .abs-action-link-button,.abs-action-addto-product.disabled,.abs-action-addto-product[disabled],fieldset[disabled] .abs-action-addto-product,.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,.bundle-options-container .block-bundle-summary .product-addto-links>.action.disabled,.bundle-options-container .block-bundle-summary .product-addto-links>.action[disabled],fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links>.action,.product-info-main .action.tocompare.disabled,.product-info-main .action.tocompare[disabled],fieldset[disabled] .product-info-main .action.tocompare,.product-options-bottom .action.tocompare.disabled,.product-options-bottom .action.tocompare[disabled],fieldset[disabled] .product-options-bottom .action.tocompare,.product-info-main .action.towishlist.disabled,.product-info-main .action.towishlist[disabled],fieldset[disabled] .product-info-main .action.towishlist,.product-options-bottom .action.towishlist.disabled,.product-options-bottom .action.towishlist[disabled],fieldset[disabled] .product-options-bottom .action.towishlist,.block-bundle-summary .action.towishlist.disabled,.block-bundle-summary .action.towishlist[disabled],fieldset[disabled] .block-bundle-summary .action.towishlist {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.abs-action-link-button:hover,.abs-action-link-button:active,.abs-action-link-button:focus,.abs-action-addto-product:hover,.abs-action-addto-product:active,.abs-action-addto-product: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,.bundle-options-container .block-bundle-summary .product-addto-links>.action:hover,.bundle-options-container .block-bundle-summary .product-addto-links>.action:active,.bundle-options-container .block-bundle-summary .product-addto-links>.action:focus,.product-info-main .action.tocompare:hover,.product-info-main .action.tocompare:active,.product-info-main .action.tocompare:focus,.product-options-bottom .action.tocompare:hover,.product-options-bottom .action.tocompare:active,.product-options-bottom .action.tocompare:focus,.product-info-main .action.towishlist:hover,.product-info-main .action.towishlist:active,.product-info-main .action.towishlist:focus,.product-options-bottom .action.towishlist:hover,.product-options-bottom .action.towishlist:active,.product-options-bottom .action.towishlist:focus,.block-bundle-summary .action.towishlist:hover,.block-bundle-summary .action.towishlist:active,.block-bundle-summary .action.towishlist:focus {
    text-decoration: none
}

.cart.table-wrapper .item-options 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,.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,.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 {
    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%
}

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

.login-container .block .block-title strong,.login-container .block .block-content-middle .block-middle .block-title strong,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-title strong {
    font-weight: 500
}

.abs-account-blocks .block-title,.block-compare .block-title,.block-giftregistry-results .block-title,.block-giftregistry-shared-items .block-title,.block-wishlist-search-results .block-title,.block-reorder .block-title,.widget .block-title,.block-wishlist .block-title,.account .column.main .block:not(.widget) .block-title,.multicheckout .block-title,.paypal-review .block .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 {
    margin-bottom: 15px
}

.abs-account-blocks .block-title>strong,.block-compare .block-title>strong,.block-giftregistry-results .block-title>strong,.block-giftregistry-shared-items .block-title>strong,.block-wishlist-search-results .block-title>strong,.block-reorder .block-title>strong,.widget .block-title>strong,.block-wishlist .block-title>strong,.account .column.main .block:not(.widget) .block-title>strong,.multicheckout .block-title>strong,.paypal-review .block .block-title>strong,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>strong,[class^=sales-guest-] .column.main .block:not(.widget) .block-title>strong,.sales-guest-view .column.main .block:not(.widget) .block-title>strong {
    font-weight: 700;
    line-height: 1.9;
    font-size: 1.9rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem
}

.account .column.main .block:not(.widget) .block-title>.action,.multicheckout .block-title>.action,.paypal-review .block .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
}

.account .column.main .block:not(.widget) .box-title,.multicheckout .box-title,.paypal-review .block .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 5px
}

.account .column.main .block:not(.widget) .box-title>span,.multicheckout .box-title>span,.paypal-review .block .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-weight: 700;
    line-height: 1.9;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.account .column.main .block:not(.widget) .box-title>.action,.multicheckout .box-title>.action,.paypal-review .block .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
}

.account .column.main .block:not(.widget) .block-content p:last-child,.multicheckout .block-content p:last-child,.paypal-review .block .block-content p:last-child,.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,[class^=sales-guest-] .column.main .block:not(.widget) .block-content p:last-child,.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
    margin-bottom: 0
}

.account .column.main .block:not(.widget) .block-content .box,.multicheckout .block-content .box,.paypal-review .block .block-content .box,.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,[class^=sales-guest-] .column.main .block:not(.widget) .block-content .box,.sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px
}

.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: 22px;
    line-height: 22px;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    margin: 0 0 0 5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    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: 22px;
    line-height: 22px;
    color: inherit;
    content: '\e618';
    font-family: 'icons-blank-theme';
    margin: 0 0 0 5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    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,.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;
    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;
    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
}

.column .block-addbysku .qty .qty,.bundle-options-container .input-text.qty,.cart.table-wrapper .col.qty .input-text,.account .table-return-items .qty .input-text,.table-giftregistry-items .field.qty .qty,.block-giftregistry-shared-items .qty .qty,.table.grouped .control .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: 47px
}

.block,.sidebar .widget.block:not(:last-child),.sidebar .widget:not(:last-child),.block-banners,.block-banners-inline {
    margin-bottom: 40px
}

.sidebar .action.delete,.table-comparison .cell.remove .action.delete,.block-compare .action.delete,.filtered .item .action.remove {
    display: inline-block;
    text-decoration: none
}

.abs-remove-button-for-blocks>span,.sidebar .action.delete>span,.table-comparison .cell.remove .action.delete>span,.block-compare .action.delete>span,.filtered .item .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 .action.delete:before,.table-comparison .cell.remove .action.delete:before,.block-compare .action.delete:before,.filtered .item .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 15px;
    color: #303030;
    content: "\e916";
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-remove-button-for-blocks:hover:before,.sidebar .action.delete:hover:before,.table-comparison .cell.remove .action.delete:hover:before,.block-compare .action.delete:hover:before,.filtered .item .action.remove:hover:before {
    color: #303030
}

.abs-remove-button-for-blocks:active:before,.sidebar .action.delete:active:before,.table-comparison .cell.remove .action.delete:active:before,.block-compare .action.delete:active:before,.filtered .item .action.remove:active:before {
    color: #303030
}

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

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

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

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

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

.form.giftregistry.items .actions-toolbar,.form-new-agreement .actions-toolbar,.fieldset .review-legend.legend,.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 {
    left: 10px;
    margin-left: 70%;
    position: absolute;
    top: 31px;
    width: auto
}

.form-giftregistry-share .fieldset,.form-giftregistry-edit .fieldset,.form-add-invitations .fieldset,.form-create-return .fieldset,.form.send.friend .fieldset {
    margin-bottom: 50px
}

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

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

.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add,.form-add-invitations .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add,.form-create-return .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add,.form.send.friend .fieldset .actions-toolbar:not(:first-child)>.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 .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
}

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

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

.fieldset>.field.no-label>.label,.fieldset>.fields>.field.no-label>.label,.product-item-actions .actions-secondary>.action span,.table-comparison .cell.label.remove span,.table-comparison .cell.label.product span,.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.field>.label,.account .column.main .limiter>.label,.field.street .field .label,.account-nav .title,.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,.page-product-giftcard .fieldset.giftcard>.legend,.opc-wrapper .form-giftcard-account .field .label,.filter-options-content .filter-count-label,.block-wishlist-search-form .form-wishlist-search .fieldset>.legend,.page-multiple-wishlist .page-title-wrapper .page-title,.multicheckout .table-wrapper .col .label,.multicheckout .block .methods-shipping .item-content .fieldset>.legend,.block.newsletter .label,.block-reorder .product-item .label,.opc-wrapper .form-discount .field .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
}

.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:not(:first-child):before,.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,.payment-method-braintree .hosted-date-wrap:before,.payment-method-braintree .hosted-date-wrap:after,.toolbar:before,.toolbar:after,.toolbar-products:before,.toolbar-products: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,.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,.fieldset .fullname .field:before,.fieldset .fullname .field:after,.page-product-downloadable .product-add-form:before,.page-product-downloadable .product-add-form:after,.gift-options:before,.gift-options: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:before,.opc-wrapper .data.table .gift-wrapping:after,.table-order-items .gift-wrapping:before,.table-order-items .gift-wrapping:after,.table-order-review .gift-wrapping:before,.table-order-review .gift-wrapping: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,.header.content:before,.header.content:after,.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,.form-create-return .fieldset .actions-toolbar:not(:first-child):before,.form-create-return .fieldset .actions-toolbar:not(:first-child):after,.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
    content: '';
    display: table
}

.abs-add-clearfix:after,.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,.payment-method-braintree .hosted-date-wrap:after,.toolbar:after,.toolbar-products:after,.sidebar .product-items-images:after,.cart.table-wrapper .actions-toolbar:after,.cart.table-wrapper .item-options:after,.minicart-items .product-item>.product: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,.fieldset .fullname .field:after,.page-product-downloadable .product-add-form:after,.gift-options: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:after,.table-order-items .gift-wrapping:after,.table-order-review .gift-wrapping: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,.header.content:after,.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,.form-create-return .fieldset .actions-toolbar:not(:first-child):after,.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
    clear: both
}

.abs-field-date .control,.abs-field-tooltip,.columns .column.main,.columns .sidebar-main,.columns .sidebar-additional,.column .block-addbysku .sku,.bundle-options-container .block-bundle-summary,.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,.sidebar .block-addbysku .fieldset .fields .field.sku,.block-event .slider-panel .slider .item .action.show,.field.date .control,.field .control._with-tooltip {
    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: "\e74b";
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    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,.abs-split-button .cart.table-wrapper .actions-toolbar>.action.action.split,.abs-split-button .action-gift.action.split {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.abs-split-button button+.action.toggle,.abs-split-button .cart.table-wrapper .actions-toolbar>.action+.action.toggle,.abs-split-button .action-gift+.action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0
}

.abs-split-button .action.toggle {
    padding: 4px 5px;
    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: 22px;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    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: 22px;
    color: inherit;
    content: '\e618';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    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,.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;
    z-index: 99
}

.abs-split-button .items:after {
    border: 7px solid;
    border-color: transparent transparent #bbb;
    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-info-main .action.tocompare,.product-options-bottom .action.tocompare,.product-info-main .action.towishlist,.product-options-bottom .action.towishlist,.block-bundle-summary .action.towishlist {
    line-height: 1.2rem;
    padding: 5px 8px;
    font-size: 1.1rem
}

.product-item-actions .actions-secondary>.action,.table-comparison .wishlist.split.button>.action.split,.product-items .wishlist.split.button>.action.split,.product-items .action.towishlist,.products.list.items .action.towishlist,.table-comparison .action.towishlist {
    display: inline-block;
    text-decoration: none
}

.abs-actions-addto-gridlist>span,.product-item-actions .actions-secondary>.action>span,.table-comparison .wishlist.split.button>.action.split>span,.product-items .wishlist.split.button>.action.split>span,.product-items .action.towishlist>span,.products.list.items .action.towishlist>span,.table-comparison .action.towishlist>span {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.abs-actions-addto-gridlist:before,.product-item-actions .actions-secondary>.action:before,.table-comparison .wishlist.split.button>.action.split:before,.product-items .wishlist.split.button>.action.split:before,.product-items .action.towishlist:before,.products.list.items .action.towishlist:before,.table-comparison .action.towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 29px;
    line-height: 24px;
    color: #4a4a4a;
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-actions-addto-gridlist:hover:before,.product-item-actions .actions-secondary>.action:hover:before,.table-comparison .wishlist.split.button>.action.split:hover:before,.product-items .wishlist.split.button>.action.split:hover:before,.product-items .action.towishlist:hover:before,.products.list.items .action.towishlist:hover:before,.table-comparison .action.towishlist:hover:before {
    color: #000
}

#store-selector .form-continue .actions-toolbar .action.primary,.bundle-actions .action.primary,.bundle-options-container .block-bundle-summary .box-tocart .action.primary,.cart-container .checkout-methods-items .action.primary,.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,.multicheckout .action.primary {
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem
}

.abs-action-remove,.checkout-container .action-additional,.cart.table-wrapper .action.help.map,.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,.cart-summary .block.giftcard .action.check,.gift-options .actions-toolbar .action-cancel,.table-comparison .wishlist.split.button>.action,.product-items .wishlist.split.button>.action,.paypal-button-widget .paypal-button,.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: 1.42857143;
    padding: 0;
    color: #0067b8;
    text-decoration: none;
    background: 0 0;
    border: 0;
    display: inline;
    border-radius: 0;
    font-size: inherit;
    font-weight: 400
}

.abs-action-button-as-link:visited,.abs-action-remove:visited,.checkout-container .action-additional:visited,.cart.table-wrapper .action.help.map: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,.cart-summary .block.giftcard .action.check:visited,.gift-options .actions-toolbar .action-cancel:visited,.table-comparison .wishlist.split.button>.action:visited,.product-items .wishlist.split.button>.action:visited,.paypal-button-widget .paypal-button:visited,.abs-add-fields .action.remove: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: #0067b8;
    text-decoration: none
}

.abs-action-button-as-link:hover,.abs-action-remove:hover,.checkout-container .action-additional:hover,.cart.table-wrapper .action.help.map: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,.cart-summary .block.giftcard .action.check:hover,.gift-options .actions-toolbar .action-cancel:hover,.table-comparison .wishlist.split.button>.action:hover,.product-items .wishlist.split.button>.action:hover,.paypal-button-widget .paypal-button:hover,.abs-add-fields .action.remove: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: #006bb4;
    text-decoration: underline
}

.abs-action-button-as-link:active,.abs-action-remove:active,.checkout-container .action-additional:active,.cart.table-wrapper .action.help.map: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,.cart-summary .block.giftcard .action.check:active,.gift-options .actions-toolbar .action-cancel:active,.table-comparison .wishlist.split.button>.action:active,.product-items .wishlist.split.button>.action:active,.paypal-button-widget .paypal-button:active,.abs-add-fields .action.remove: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: #ff5501;
    text-decoration: underline
}

.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,.checkout-container .action-additional:hover,.checkout-container .action-additional:active,.checkout-container .action-additional:focus,.cart.table-wrapper .action.help.map:hover,.cart.table-wrapper .action.help.map:active,.cart.table-wrapper .action.help.map: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,.cart-summary .block.giftcard .action.check:hover,.cart-summary .block.giftcard .action.check:active,.cart-summary .block.giftcard .action.check:focus,.gift-options .actions-toolbar .action-cancel:hover,.gift-options .actions-toolbar .action-cancel:active,.gift-options .actions-toolbar .action-cancel:focus,.table-comparison .wishlist.split.button>.action:hover,.table-comparison .wishlist.split.button>.action:active,.table-comparison .wishlist.split.button>.action:focus,.product-items .wishlist.split.button>.action:hover,.product-items .wishlist.split.button>.action:active,.product-items .wishlist.split.button>.action:focus,.paypal-button-widget .paypal-button:hover,.paypal-button-widget .paypal-button:active,.paypal-button-widget .paypal-button:focus,.abs-add-fields .action.remove:hover,.abs-add-fields .action.remove:active,.abs-add-fields .action.remove: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: 0 0;
    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,.checkout-container .action-additional.disabled,.checkout-container .action-additional[disabled],fieldset[disabled] .checkout-container .action-additional,.cart.table-wrapper .action.help.map.disabled,.cart.table-wrapper .action.help.map[disabled],fieldset[disabled] .cart.table-wrapper .action.help.map,.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,.cart-summary .block.giftcard .action.check.disabled,.cart-summary .block.giftcard .action.check[disabled],fieldset[disabled] .cart-summary .block.giftcard .action.check,.gift-options .actions-toolbar .action-cancel.disabled,.gift-options .actions-toolbar .action-cancel[disabled],fieldset[disabled] .gift-options .actions-toolbar .action-cancel,.table-comparison .wishlist.split.button>.action.disabled,.table-comparison .wishlist.split.button>.action[disabled],fieldset[disabled] .table-comparison .wishlist.split.button>.action,.product-items .wishlist.split.button>.action.disabled,.product-items .wishlist.split.button>.action[disabled],fieldset[disabled] .product-items .wishlist.split.button>.action,.paypal-button-widget .paypal-button.disabled,.paypal-button-widget .paypal-button[disabled],fieldset[disabled] .paypal-button-widget .paypal-button,.abs-add-fields .action.remove.disabled,.abs-add-fields .action.remove[disabled],fieldset[disabled] .abs-add-fields .action.remove,.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: #0067b8;
    opacity: .3;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.abs-action-remove:active,.abs-action-remove:not(:focus),.checkout-container .action-additional:active,.checkout-container .action-additional:not(:focus),.cart.table-wrapper .action.help.map:active,.cart.table-wrapper .action.help.map: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),.cart-summary .block.giftcard .action.check:active,.cart-summary .block.giftcard .action.check:not(:focus),.gift-options .actions-toolbar .action-cancel:active,.gift-options .actions-toolbar .action-cancel:not(:focus),.table-comparison .wishlist.split.button>.action:active,.table-comparison .wishlist.split.button>.action:not(:focus),.product-items .wishlist.split.button>.action:active,.product-items .wishlist.split.button>.action:not(:focus),.paypal-button-widget .paypal-button:active,.paypal-button-widget .paypal-button:not(:focus),.abs-add-fields .action.remove:active,.abs-add-fields .action.remove: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
}

.block-compare .action.compare,.cart-summary .actions-toolbar>.primary button,.cart-summary .form.giftregistry .fieldset .action.primary,.paypal-review .block .actions-toolbar .action.primary,.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action,.cart-summary .actions-toolbar>.primary .action-gift {
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #000
}

.abs-revert-secondary-color:focus,.abs-revert-secondary-color:active,.block-compare .action.compare:focus,.block-compare .action.compare:active,.cart-summary .actions-toolbar>.primary button:focus,.cart-summary .actions-toolbar>.primary button:active,.cart-summary .form.giftregistry .fieldset .action.primary:focus,.cart-summary .form.giftregistry .fieldset .action.primary:active,.paypal-review .block .actions-toolbar .action.primary:focus,.paypal-review .block .actions-toolbar .action.primary:active,.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action:focus,.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action:active,.cart-summary .actions-toolbar>.primary .action-gift:focus,.cart-summary .actions-toolbar>.primary .action-gift:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #000
}

.abs-revert-secondary-color:hover,.block-compare .action.compare:hover,.cart-summary .actions-toolbar>.primary button:hover,.cart-summary .form.giftregistry .fieldset .action.primary:hover,.paypal-review .block .actions-toolbar .action.primary:hover,.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action:hover,.cart-summary .actions-toolbar>.primary .action-gift:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555
}

.cart-summary .form.giftregistry .fieldset .action.primary {
    font-size: 1.4rem;
    line-height: 3.8rem;
    padding: 0 15px
}

.bundle-actions {
    margin: 10px 0
}

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

.bundle-options-container .price-notice .price-including-tax+.price-excluding-tax,.product-options-wrapper .field .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 {
    display: inline-block;
    font-size: 1.1rem
}

.bundle-options-container .price-notice .price-including-tax+.price-excluding-tax:before,.product-options-wrapper .field .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 .price-notice .price-including-tax+.price-excluding-tax:after,.product-options-wrapper .field .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 {
    cursor: pointer;
    padding-right: 12px;
    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 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 10px;
    color: inherit;
    content: "\e74b";
    font-family: 'icons-blank-theme';
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.price-including-tax .cart-tax-total:after,.price-excluding-tax .cart-tax-total:after {
    position: absolute;
    right: -10px;
    top: 3px
}

.abs-tax-total-expanded:after {
    content: "\e74a"
}

.abs-tax-total-expanded:after,.price-including-tax .cart-tax-total-expanded:after,.price-excluding-tax .cart-tax-total-expanded:after {
    content: "\e74a"
}

.form-giftregistry-search .legend,.block-wishlist-search-form .block-title,.multicheckout .block-title,.multicheckout .block-content .title {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 25px;
    padding-bottom: 10px
}

.form-giftregistry-search .legend>strong,.form-giftregistry-search .legend>span,.block-wishlist-search-form .block-title>strong,.block-wishlist-search-form .block-title>span,.multicheckout .block-title>strong,.multicheckout .block-title>span,.multicheckout .block-content .title>strong,.multicheckout .block-content .title>span {
    font-size: 2.2rem;
    font-weight: 300
}

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

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

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

.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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    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,.sidebar-main .block-reorder .subtitle,.sidebar-additional .block-reorder .subtitle,.no-display,.cart-totals .table-caption,.opc-block-summary .table-totals .table-caption {
    display: none
}

.return-status,.order-status {
    display: inline-block;
    margin-bottom: 20px
}

.block-compare .counter,.block-wishlist .counter {
    color: #4a4a4a;
    font-size: 1.2rem;
    white-space: nowrap
}

.block-cart-failed .action.continue,.cart-container .form-cart .action.continue {
    border-radius: 3px;
    background-image: none;
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #000;
    cursor: pointer;
    font-family: '微软雅黑','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 7px 15px 7px 0;
    font-size: 1.4rem;
    line-height: 3.8rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none
}

.abs-shopping-cart-items .action.continue:hover,.abs-shopping-cart-items .action.continue:active,.abs-shopping-cart-items .action.continue:focus,.block-cart-failed .action.continue:hover,.block-cart-failed .action.continue:active,.block-cart-failed .action.continue:focus,.cart-container .form-cart .action.continue:hover,.cart-container .form-cart .action.continue:active,.cart-container .form-cart .action.continue:focus {
    text-decoration: none
}

.abs-shopping-cart-items .action.continue:before,.block-cart-failed .action.continue:before,.cart-container .form-cart .action.continue:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: '\e617';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-shopping-cart-items .action.continue:hover:before,.block-cart-failed .action.continue:hover:before,.cart-container .form-cart .action.continue:hover:before {
    color: inherit
}

.abs-shopping-cart-items .action.continue:active:before,.block-cart-failed .action.continue:active:before,.cart-container .form-cart .action.continue:active:before {
    color: inherit
}

.abs-shopping-cart-items .action.continue:focus,.abs-shopping-cart-items .action.continue:active,.block-cart-failed .action.continue:focus,.block-cart-failed .action.continue:active,.cart-container .form-cart .action.continue:focus,.cart-container .form-cart .action.continue:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #000
}

.abs-shopping-cart-items .action.continue:hover,.block-cart-failed .action.continue:hover,.cart-container .form-cart .action.continue:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555
}

.abs-shopping-cart-items .action.continue.disabled,.abs-shopping-cart-items .action.continue[disabled],fieldset[disabled] .abs-shopping-cart-items .action.continue,.block-cart-failed .action.continue.disabled,.block-cart-failed .action.continue[disabled],fieldset[disabled] .block-cart-failed .action.continue,.cart-container .form-cart .action.continue.disabled,.cart-container .form-cart .action.continue[disabled],fieldset[disabled] .cart-container .form-cart .action.continue {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.block-cart-failed .action.continue:active,.cart-container .form-cart .action.continue:active {
    box-shadow: inset 0 2px 1px rgba(0,0,0,.12)
}

.block-cart-failed .action.update,.cart-container .form-cart .action.update {
    display: inline-block;
    text-decoration: none;
    padding-left: 5px
}

.abs-shopping-cart-items .action.update:before,.block-cart-failed .action.update:before,.cart-container .form-cart .action.update:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: '\e603';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-shopping-cart-items .action.update:hover:before,.block-cart-failed .action.update:hover:before,.cart-container .form-cart .action.update:hover:before {
    color: inherit
}

.abs-shopping-cart-items .action.update:active:before,.block-cart-failed .action.update:active:before,.cart-container .form-cart .action.update:active:before {
    color: inherit
}

.field.date .control {
    position: relative
}

.abs-field-date input,.form-giftregistry-search .fields-specific-options .datetime-picker,.field.date input {
    margin-right: 10px;
    width: calc(100% - 50px)
}

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

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

.shipping-policy-block.field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto
}

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

.shipping-policy-block.field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999
}

.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 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    color: #000;
    font-weight: 300;
    font-size: 2.6rem
}

.cart-totals .mark,.opc-block-summary .table-totals .mark {
    font-weight: 400;
    padding-left: 4px
}

.cart-totals .mark strong,.opc-block-summary .table-totals .mark strong {
    font-weight: 400
}

.cart-totals .amount,.opc-block-summary .table-totals .amount {
    padding-right: 4px;
    text-align: right;
    white-space: nowrap
}

.cart-totals .amount strong,.opc-block-summary .table-totals .amount strong {
    font-weight: 400
}

.cart-totals .grand .mark,.cart-totals .grand .amount,.opc-block-summary .table-totals .grand .mark,.opc-block-summary .table-totals .grand .amount {
    padding-top: 20px
}

.cart-totals .grand .amount,.opc-block-summary .table-totals .grand .amount {
    padding-right: 4px;
    text-align: right
}

.cart-totals .grand .amount strong,.opc-block-summary .table-totals .grand .amount strong {
    font-weight: 700
}

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

.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-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    cursor: pointer
}

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

.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: 30px;
    line-height: inherit;
    color: inherit;
    content: "\e74b";
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    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: -5px;
    top: -12px
}

.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: "\e74a"
}

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

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

.cart-summary .block>.title,.paypal-review-discount .block>.title {
    border-top: 1px solid #d2d2d2;
    cursor: pointer;
    font-weight: 600;
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    overflow: hidden;
    padding: 7px 30px 7px 5px;
    position: relative
}

.abs-discount-block>.title:after,.cart-summary .block>.title:after,.paypal-review-discount .block>.title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: inherit;
    content: "\e74b";
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.cart-summary .block>.title:after,.paypal-review-discount .block>.title:after {
    position: absolute;
    right: -5px;
    top: -5px
}

.column.main .cart-summary .block>.title strong,.column.main .paypal-review-discount .block>.title strong {
    font-size: 1.8rem;
    font-weight: 400
}

.cart-summary .block>.content,.paypal-review-discount .block>.content {
    display: none
}

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

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

@font-face {
    font-family: 'Microsoft YaHei';
   
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Microsoft YaHei';

    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Microsoft YaHei';
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Microsoft YaHei';
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "ms-icon";
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: MWF-FLUENT-ICONS;
    font-weight: 400;
    font-style: normal;
    font-display: auto
}

.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:not(.cart):not(.totals) {
    border: none
}

.table:not(.cart):not(.totals)>thead>tr>th,.table:not(.cart):not(.totals)>tbody>tr>th,.table:not(.cart):not(.totals)>tfoot>tr>th,.table:not(.cart):not(.totals)>thead>tr>td,.table:not(.cart):not(.totals)>tbody>tr>td,.table:not(.cart):not(.totals)>tfoot>tr>td {
    border: none
}

.table:not(.cart):not(.totals)>thead>tr>th,.table:not(.cart):not(.totals)>thead>tr>td {
    border-bottom: 1px solid #d2d2d2
}

.table:not(.cart):not(.totals) tfoot>tr:first-child th,.table:not(.cart):not(.totals) tfoot>tr:first-child td {
    border-top: 1px solid #d2d2d2;
    padding-top: 20px
}

.table:not(.cart):not(.totals) tfoot .mark {
    font-weight: 400;
    text-align: right
}

.message.info {
    margin: 0 0 10px;
    padding: 10px 20px;
    display: block;
    line-height: 1.2em;
    font-size: 1.3rem;
    background: #fdf0d5;
    color: #6f4400;
    padding-left: 40px;
    position: relative
}

.message.info a {
    color: #0067b8
}

.message.info a:hover {
    color: #006bb4
}

.message.info a:active {
    color: #006bb4
}

.message.info>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #c07600;
    content: "\e33f";
    font-family: 'icons-blank-theme';
    margin: -14px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center
}

.message.error {
    margin: 0 0 10px;
    padding: 10px 20px;
    display: block;
    line-height: 1.2em;
    font-size: 1.3rem;
    background: #fae5e5;
    color: #d50303;
    padding-left: 40px;
    position: relative
}

.message.error a {
    color: #0067b8
}

.message.error a:hover {
    color: #006bb4
}

.message.error a:active {
    color: #006bb4
}

.message.error>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #b30000;
    content: "\e33f";
    font-family: 'icons-blank-theme';
    margin: -14px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center
}

.message.warning {
    margin: 0 0 10px;
    padding: 10px 20px;
    display: block;
    line-height: 1.2em;
    font-size: 1.3rem;
    background: #fdf0d5;
    color: #6f4400;
    padding-left: 40px;
    position: relative
}

.message.warning a {
    color: #0067b8
}

.message.warning a:hover {
    color: #006bb4
}

.message.warning a:active {
    color: #006bb4
}

.message.warning>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #c07600;
    content: "\e33f";
    font-family: 'icons-blank-theme';
    margin: -14px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center
}

.message.notice {
    margin: 0 0 10px;
    padding: 10px 20px;
    display: block;
    line-height: 1.2em;
    font-size: 1.3rem;
    background: #fdf0d5;
    color: #6f4400;
    padding-left: 40px;
    position: relative
}

.message.notice a {
    color: #0067b8
}

.message.notice a:hover {
    color: #006bb4
}

.message.notice a:active {
    color: #006bb4
}

.message.notice>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #c07600;
    content: "\e33f";
    font-family: 'icons-blank-theme';
    margin: -14px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center
}

.message.success {
    margin: 0 0 10px;
    padding: 10px 20px;
    display: block;
    line-height: 1.2em;
    font-size: 1.3rem;
    background: #e5efe5;
    color: #006400;
    padding-left: 40px;
    position: relative
}

.message.success a {
    color: #0067b8
}

.message.success a:hover {
    color: #006bb4
}

.message.success a:active {
    color: #006bb4
}

.message.success>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #006400;
    content: '\e610';
    font-family: 'icons-blank-theme';
    margin: -14px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center
}

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

.nav-sections {
    background: #f5f5f5
}

.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: #8f8f8f;
    content: "\e90f";
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    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: #000;
    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,.5);
    z-index: 9999;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    position: absolute
}

.load.indicator:before {
    background: transparent url('../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,.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
}

.loading-mask .loader .loading-gif-block .loading-gif-img {
    width: 60px;
    height: 60px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    left: 50%;
    top: 50%
}

.loading-mask .loader .loading-gif-block .loading-gif-img span {
    width: 60px;
    height: 60px;
    position: absolute;
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    animation: orbit 5.5s infinite;
    -webkit-animation: orbit 5.5s infinite
}

.loading-mask .loader .loading-gif-block .loading-gif-img span:after {
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    border-radius: 100%;
    background: #0067b8
}

.loading-mask .loader .loading-gif-block .loading-gif-img span:nth-child(2) {
    animation-delay: .24s
}

.loading-mask .loader .loading-gif-block .loading-gif-img span:nth-child(3) {
    animation-delay: .48s
}

.loading-mask .loader .loading-gif-block .loading-gif-img span:nth-child(4) {
    animation-delay: .72s
}

.loading-mask .loader .loading-gif-block .loading-gif-img span:nth-child(5) {
    animation-delay: .96s
}

@keyframes orbit {
    0% {
        transform: rotate(225deg);
        opacity: 1;
        animation-timing-function: ease-out
    }

    7% {
        transform: rotate(345deg);
        animation-timing-function: linear
    }

    30% {
        transform: rotate(455deg);
        animation-timing-function: ease-in-out
    }

    39% {
        transform: rotate(690deg);
        animation-timing-function: linear
    }

    70% {
        transform: rotate(815deg);
        opacity: 1;
        animation-timing-function: ease-out
    }

    75% {
        transform: rotate(945deg);
        animation-timing-function: ease-out
    }

    76% {
        transform: rotate(945deg);
        opacity: 0
    }

    100% {
        transform: rotate(945deg);
        opacity: 0
    }
}

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 25px;
    padding: 0;
    box-sizing: border-box;
    float: left;
    line-height: 1.2;
    font-size: 2rem
}

.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 5px;
    display: inline-block
}

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

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

.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: '微软雅黑','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 32px;
    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: #000
}

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

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

.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: #d50303;
    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;
    content: '\e618';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

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

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

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

.fieldset>.field input[type=file],.fieldset>.fields>.field input[type=file] {
    margin: 5px 0
}

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

.legend strong {
    margin-left: 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
}

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

.field-error {
    color: #d50303;
    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: #000;
    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: 0 0;
    -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;
    vertical-align: middle
}

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

._has-datepicker~.ui-datepicker-trigger:hover {
    background: 0 0;
    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: .3
}

._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: 40px;
    line-height: 40px;
    color: #4a4a4a;
    content: '\e612';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    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: 'icons-blank-theme';
    src: url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'),url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: auto
}

.badge {
    display: block;
    width: 51px;
    padding: 0;
    text-align: center;
    height: 20px;
    line-height: 20px;
    color: #fff
}

.badge-primary {
    background-color: #0067b8
}

.badge-yellow {
    color: #000;
    background-color: #fcba02
}

.badge-red {
    background-color: #d50303
}

.badge-gray {
    background-color: #737373
}

.badge-outline-primary {
    color: #0067b8;
    border: 1px solid #0067b8
}

.badge-outline-yellow {
    color: #fcba02;
    border: 1px solid #fcba02
}

.badge-outline-red {
    color: #d50303;
    border: 1px solid #d50303
}

.badge-outline-gray {
    color: #737373;
    border: 1px solid #737373
}

[class^=icon-],[class*=" icon-"] {
    font-family: 'ms-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-shield:before {
    content: "\e900"
}

.icon-tip:before {
    content: "\e32b"
}

.icon-warning:before {
    content: "\e33f"
}

.icon-lock-empty:before {
    content: "\e72e"
}

.icon-star-empty:before {
    content: "\e734"
}

.icon-square:before {
    content: "\e739"
}

.icon-square-right:before {
    content: "\e73a"
}

.icon-square-fill:before {
    content: "\e73b"
}

.icon-square-fill-right:before {
    content: "\e73d"
}

.icon-right:before {
    content: "\e73e"
}

.icon-up:before {
    content: "\e74a"
}

.icon-down:before {
    content: "\e74b"
}

.icon-unlock-empty:before {
    content: "\e785"
}

.icon-dialog:before {
    content: "\e8bd"
}

.icon-ar-3d:before {
    content: "\e901"
}

.icon-valuation:before {
    content: "\e902"
}

.icon-promise:before {
    content: "\e903"
}

.icon-virtual-eyes:before {
    content: "\e904"
}

.icon-office-2019:before {
    content: "\e905"
}

.icon-edu-shield:before {
    content: "\e906"
}

.icon-position:before {
    content: "\e907"
}

.icon-alipay:before {
    content: "\e908"
}

.icon-search:before {
    content: "\e909"
}

.icon-circle-user:before {
    content: "\e90a"
}

.icon-circle-user-plus:before {
    content: "\e90b"
}

.icon-close:before {
    content: "\e90c"
}

.icon-arrow-down:before {
    content: "\e90d"
}

.icon-tag:before {
    content: "\e90e"
}

.icon-menu:before {
    content: "\e90f"
}

.icon-customer-service:before {
    content: "\e910"
}

.icon-cap:before {
    content: "\e911"
}

.icon-cart:before {
    content: "\e912"
}

.icon-surface:before {
    content: "\e913"
}

.icon-quick-pay:before {
    content: "\e914"
}

.icon-lightning-fill:before {
    content: "\e915"
}

.icon-remove:before {
    content: "\e916"
}

.icon-arrow-left:before {
    content: "\e917"
}

.icon-arrow-right:before {
    content: "\e918"
}

.icon-home:before {
    content: "\e91a"
}

.icon-online-services:before {
    content: "\e91d"
}

.icon-star:before {
    content: "\e920"
}

.icon-print:before {
    content: "\e922"
}

.icon-play:before {
    content: "\e923"
}

.icon-car:before {
    content: "\e924"
}

.icon-turn-right:before {
    content: "\e928"
}

.icon-earth:before {
    content: "\e929"
}

.icon-lightning:before {
    content: "\e92a"
}

.icon-mouse:before {
    content: "\e92c"
}

.icon-renew:before {
    content: "\e92e"
}

.icon-circle-right:before {
    content: "\e930"
}

.icon-game-handle:before {
    content: "\e934"
}

.icon-xbox:before {
    content: "\e935"
}

.icon-lorry:before {
    content: "\e937"
}

.icon-location:before {
    content: "\e93c"
}

.icon-circle-24:before {
    content: "\e93d"
}

.icon-circle-plus:before {
    content: "\e93e"
}

.icon-circle-reduce:before {
    content: "\e93f"
}

.icon-return-goods:before {
    content: "\e945"
}

.icon-credit-card1:before {
    content: "\e948"
}

.icon-android:before {
    content: "\e94c"
}

.icon-microsoft-365:before {
    content: "\e954"
}

.icon-windows:before {
    content: "\e959"
}

.icon-business-bag:before {
    content: "\e95a"
}

.icon-phone:before {
    content: "\e960"
}

.icon-refurbished:before {
    content: "\e961"
}

.icon-mixed-reality:before {
    content: "\e96b"
}

.icon-arrow-left-slim:before {
    content: "\e970"
}

.icon-arrow-right-slim:before {
    content: "\e971"
}

.icon-weibo:before {
    content: "\e972"
}

.icon-wechat:before {
    content: "\e979"
}

.icon-lock:before {
    content: "\e9a2"
}

.icon-coupons:before {
    content: "\eb54"
}

.icon-picture:before {
    content: "\eb9f"
}

.icon-invoice:before {
    content: "\ec5b"
}

.icon-solid-circle:before {
    content: "\ec61"
}

.icon-empty-circle:before {
    content: "\ecca"
}

.icon-balck-solid-circle:before {
    content: "\eccb"
}

.icon-credit-card:before {
    content: "\ef40"
}

.icon-search-text:before {
    content: "\ef6c"
}

.icon-all-order:before {
    content: "\f000"
}

.icon-unlock:before {
    content: "\f304"
}

.icon-my-zone:before {
    content: "\f400"
}

.icon-compare:before {
    content: "\e919"
}

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: #0067b8;
    border: 1px solid #0067b8;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: '微软雅黑','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    padding: 0 30px;
    font-size: 1.4rem;
    line-height: 3.8rem;
    box-sizing: border-box;
    vertical-align: middle
}

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

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

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

.coming-soon {
    opacity: .4
}

.to-be-on-sale {
    opacity: .4;
    cursor: default !important
}

.custom-tablist {
    position: relative;
    z-index: 10
}

.custom-tablist:after {
    clear: both;
    content: '';
    display: table
}

.custom-tablist .tablist-title .item.title {
    display: inline-block;
    width: auto;
    vertical-align: bottom
}

.custom-tablist .tablist-title .item.title>.switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2
}

.custom-tablist .tablist-content .item.content {
    box-sizing: border-box;
    width: 100%
}

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

.custom-tablist .tablist-content .item.content.active {
    display: block
}

.custom-tablist .tablist-title {
    background-color: #fff;
    border-bottom: 2px solid #000
}

.custom-tablist .tablist-title .item.title {
    margin: 5px -6px 0 0
}

.custom-tablist .tablist-title .item.title>.switch {
    font-weight: 400;
    line-height: 20px;
    font-size: 1.6rem;
    color: #505050;
    text-decoration: none;
    background: #e7e7e7;
    border: 2px solid #d3d3d3;
    border-bottom: none;
    min-width: 117px;
    height: 53px;
    padding: 16px 25px;
    white-space: nowrap;
    box-sizing: border-box
}

.custom-tablist .tablist-title .item.title>.switch:visited {
    color: #4a4a4a;
    text-decoration: none
}

.custom-tablist .tablist-title .item.title>.switch:hover {
    color: #505050;
    text-decoration: none
}

.custom-tablist .tablist-title .item.title>.switch:active {
    color: #000;
    text-decoration: none
}

.custom-tablist .tablist-title .item.title:not(.disabled)>.switch:focus,.custom-tablist .tablist-title .item.title:not(.disabled)>.switch:hover {
    background: #e7e7e7
}

.custom-tablist .tablist-title .item.title.active,.custom-tablist .tablist-title .item.title.current {
    margin-top: 0
}

.custom-tablist .tablist-title .item.title:not(.disabled)>.switch:active,.custom-tablist .tablist-title .item.title.active>.switch,.custom-tablist .tablist-title .item.title.active>.switch:focus,.custom-tablist .tablist-title .item.title.active>.switch:hover,.custom-tablist .tablist-title .item.title.current>.switch,.custom-tablist .tablist-title .item.title.current>.switch:focus,.custom-tablist .tablist-title .item.title.current>.switch:hover {
    background: #e7e7e7;
    color: #000;
    border: 2px solid #000;
    border-bottom: none;
    text-decoration: none
}

.custom-tablist .tablist-title .item.title.active>.switch,.custom-tablist .tablist-title .item.title.active>.switch:focus,.custom-tablist .tablist-title .item.title.active>.switch:hover,.custom-tablist .tablist-title .item.title.current>.switch,.custom-tablist .tablist-title .item.title.current>.switch:focus,.custom-tablist .tablist-title .item.title.current>.switch:hover {
    padding-bottom: 7px
}

.custom-tablist .tablist-title .item.title.active>.switch,.custom-tablist .tablist-title .item.title.current>.switch {
    height: 58px;
    padding: 21px 25px 16px;
    font-weight: 700
}

.custom-tablist .tablist-title .item.title.active>.switch:after,.custom-tablist .tablist-title .item.title.current>.switch:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    border-bottom: 2px solid #e7e7e7
}

.custom-tablist .tablist-content .item.content {
    background: #fff;
    padding-top: 24px;
    padding-bottom: 24px
}

.custom-tablist.sticky-tablist {
    padding-top: 58px
}

.custom-tablist.sticky-tablist .tablist-title {
    position: fixed;
    top: 55px;
    width: 100%;
    z-index: 100
}

.custom-tablist .tablist-title {
    height: 58px;
    text-align: center
}

.custom-tablist .tablist-title-box {
    position: relative;
    margin: 0 auto;
    max-width: 1600px
}

.custom-tablist .tablist-title .item.title {
    position: relative;
    z-index: 0;
    width: auto;
    margin: 5px 0 0
}

.custom-tablist .tablist-title .item.title.active,.custom-tablist .tablist-title .item.title.current,.custom-tablist .tablist-title .item.title:hover {
    z-index: 1
}

.custom-tablist .tablist-title .item.title.active>.switch,.custom-tablist .tablist-title .item.title.current>.switch {
    background: #fff
}

.custom-tablist .tablist-title .item.title.active>.switch:after,.custom-tablist .tablist-title .item.title.current>.switch:after {
    border-bottom: 2px solid #fff
}

.custom-tablist .tablist-title .item.title.active>.switch:hover,.custom-tablist .tablist-title .item.title.current>.switch:hover,.custom-tablist .tablist-title .item.title.active>.switch:focus,.custom-tablist .tablist-title .item.title.current>.switch:focus {
    background: 0 0
}

.custom-tablist .tablist-title .item.title>.switch {
    border-radius: 3px 3px 0 0;
    background: #e6e6e6;
    border: 1px solid #d2d2d2;
    padding: 16px 0;
    text-align: center;
    min-width: 112px;
    font-size: 1.4rem
}

.custom-tablist .tablist-title .item.title:last-child>.switch {
    min-width: 130px
}

.product.data.items {
    margin: 0;
    padding: 0;
    margin-bottom: 20px
}

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

.product.data.items>.item.title>.switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    height: 40px;
    padding: 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #4a4a4a;
    text-decoration: none
}

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

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

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

.product.data.items>.item.title:not(.disabled)>.switch:focus,.product.data.items>.item.title:not(.disabled)>.switch:hover {
    background: #fcfcfc
}

.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 {
    background: #fff;
    color: #000;
    text-decoration: none;
    padding-bottom: 5px
}

.product.data.items>.item.content {
    background: #fff;
    border: 1px solid #d2d2d2;
    margin: 0 0 5px;
    padding: 20px
}

.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: 700
}

.pages .item {
    font-size: 1.2rem;
    line-height: 3.2rem;
    letter-spacing: normal;
    margin: 0 2px 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: #0067b8;
    display: inline-block;
    padding: 0 4px;
    text-decoration: none
}

.pages a.page:visited {
    color: #0067b8
}

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

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

.pages strong.page {
    font-size: 1.2rem;
    line-height: 3.2rem;
    letter-spacing: normal;
    color: #000;
    display: inline-block;
    font-weight: 700;
    padding: 0 4px
}

.pages .action {
    border: 1px solid #d2d2d2;
    color: #4a4a4a;
    display: inline-block;
    padding: 0;
    text-decoration: none
}

.pages .action:visited {
    color: #4a4a4a
}

.pages .action:hover {
    color: #4a4a4a;
    text-decoration: none
}

.pages .action:active {
    color: #4a4a4a
}

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

.pages .action.next:visited:before {
    color: #4a4a4a
}

.pages .action.next:active:before {
    color: #4a4a4a
}

.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: 46px;
    line-height: inherit;
    color: #4a4a4a;
    content: '\e608';
    font-family: 'icons-blank-theme';
    margin: 0 0 0 -6px;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.pages .action.next:hover:before {
    color: #4a4a4a
}

.pages .action.next:active:before {
    color: #4a4a4a
}

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

.pages .action.previous:visited:before {
    color: #4a4a4a
}

.pages .action.previous:active:before {
    color: #4a4a4a
}

.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: 46px;
    line-height: inherit;
    color: #4a4a4a;
    content: '\e617';
    font-family: 'icons-blank-theme';
    margin: 0 0 0 -6px;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.pages .action.previous:hover:before {
    color: #4a4a4a
}

.pages .action.previous:active:before {
    color: #4a4a4a
}

.pages .action {
    width: 34px
}

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

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

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

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

.breadcrumbs {
    margin: 0 0 20px
}

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

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

.breadcrumbs .item {
    margin: 0
}

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

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

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

.breadcrumbs a:active {
    color: #000;
    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: 24px;
    line-height: 18px;
    content: '\e608';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    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: 0 0;
    -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: 22px;
    line-height: 22px;
    color: inherit;
    content: "\e916";
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

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

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

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

.ui-dialog.popup .action.close:hover {
    background: 0 0;
    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: .3
}

.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;
    z-index: 99
}

.popup-pointer:after {
    left: 1px;
    top: 0;
    border: solid 7px;
    border-color: transparent transparent #aeaeae;
    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
}

[data-content-type=row][data-appearance=contained] [data-element=inner].office-notes-content {
    margin-bottom: 60px !important
}

.text-small-later p {
    margin-bottom: 0
}

.article-dk.article-dk-microsoft .box h2 {
    font-size: 1.8rem;
    line-height: 2.4rem
}

.article-dk.article-dk-microsoft .box p {
    font-size: 1.6rem;
    line-height: 2.1rem
}

[data-content-type=row][data-appearance=contained] [data-element=inner].microsoft-block-top {
    margin: 30px auto !important
}

.microsoft-colleft-icon div[data-content-type=text] img {
    max-width: 90px;
    max-height: 91px
}

.category-view .microsoft-block-top .col-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    text-align: center;
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important
}

.category-view .microsoft-block-top h2 {
    text-align: center;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 28px;
    margin: 25px auto 50px
}

.category-view .microsoft-block-top p {
    font-weight: 700
}

.swiper-container-builder {
    position: relative
}

.block-microsoft-365 .block-top {
    width: 90%;
    margin: 0 auto
}

.block-link .block-top {
    padding: 0 10%
}

.block-link .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    text-align: center
}

.block-link .menu li a {
    text-decoration: underline;
    font-weight: 700;
    font-size: 1.6rem
}

.block-link-menu {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important
}

.block-link-menu a {
    text-decoration: underline;
    font-weight: 700
}

.yCmsContentSlot-icon h2 {
    text-align: center;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 28px;
    margin-bottom: 50px;
    margin-top: 40px
}

.yCmsContentSlot-icon .introduction {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px
}

.yCmsContentSlot-icon .introduction .introduction-item {
    text-align: center
}

.yCmsContentSlot-icon .introduction .introduction-item img {
    margin-bottom: 20px;
    max-height: 90px
}

.yCmsContentSlot-icon .introduction .introduction-item p {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.1rem
}

.yCmsContentSlot-images .slide-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.yCmsContentSlot-images .slide-content .slide-item {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
    margin-bottom: 30px
}

.yCmsContentSlot-images .slide-content .slide-item h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px
}

.yCmsContentSlot-images .slide-content .slide-item img {
    width: 100%
}

.yCmsContentSlot-images .slide-content .slide-item p {
    font-size: 1.6rem;
    line-height: 2.1rem
}

.recommend .swiper-button-prev {
    display: none
}

.recommend .swiper-button-next {
    display: none
}

.recommend .swiper-container-builder {
    background: #f5f5f5
}

.recommend .recommend-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.recommend .recommend-wrap.recommend-top .recommend-item {
    background: #f5f5f5
}

.recommend .recommend-wrap .recommend-item {
    -webkit-flex-basis: 31.33%;
    -moz-flex-basis: 31.33%;
    -ms-flex-basis: 31.33%;
    flex-basis: 31.33%;
    margin-bottom: 30px
}

.recommend .recommend-wrap .recommend-item .content-wrap {
    padding: 20px;
    position: relative;
    background: #f5f5f5
}

.recommend .recommend-wrap .recommend-item .content-wrap .top-title {
    background-color: #0067b8;
    height: 43px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center
}

.recommend .recommend-wrap .recommend-item .content-wrap .top-title h4 {
    font-size: 1.8rem;
    line-height: 44px;
    color: #fff;
    margin: 0;
    padding: 0
}

.recommend .recommend-wrap .recommend-item .top-content {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 45px
}

.recommend .recommend-wrap .recommend-item .top-content .image img {
    width: 100%
}

.recommend .recommend-wrap .recommend-item .top-content .name {
    margin-bottom: 40px
}

.recommend .recommend-wrap .recommend-item .top-content .name h2 {
    font-weight: 700;
    margin-top: 0;
    font-size: 2.4rem;
    line-height: 3rem
}

.recommend .recommend-wrap .recommend-item .top-content .price-box {
    margin-bottom: 10px
}

.recommend .recommend-wrap .recommend-item .top-content .price-box .price {
    font-weight: 700;
    font-size: 30px
}

.recommend .recommend-wrap .recommend-item .top-content .button {
    margin-bottom: 30px
}

.recommend .recommend-wrap .recommend-item .bottom-content {
    text-align: center;
    margin-bottom: 20px;
    height: 350px
}

.recommend .recommend-wrap .recommend-item .bottom-content img {
    width: auto
}

.recommend .recommend-wrap .recommend-item .bottom-content h4 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    font-weight: 700
}

.recommend .recommend-wrap .recommend-item .bottom-content .list-icon {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 5px;
    height: 170px
}

.recommend .recommend-wrap .recommend-item .bottom-content .list-icon li {
    -webkit-flex-basis: 23%;
    -moz-flex-basis: 23%;
    -ms-flex-basis: 23%;
    flex-basis: 23%;
    margin-bottom: 5px
}

.recommend .recommend-wrap .recommend-item .bottom-content .list-icon li .title {
    text-transform: capitalize;
    font-size: 1.2rem;
    line-height: 14px;
    margin-bottom: 0
}

.recommend .recommend-wrap .recommend-item .bottom-content .list-icon li a {
    text-decoration: underline
}

.recommend .recommend-wrap .recommend-item .bottom-content .list-icon li img {
    width: auto
}

.recommend .recommend-wrap .recommend-item .bottom-content .main-application p {
    font-size: 1.6rem;
    line-height: 2.1rem
}

.recommend .recommend-wrap .recommend-item .bottom-content .main-application p.tip-title {
    font-size: 1.2rem;
    line-height: 1.4rem
}

.recommend .recommend-wrap .recommend-item .tip-recommend {
    text-align: center
}

.recommend .recommend-wrap .recommend-item .tip-recommend .sub-title {
    margin-bottom: 30px;
    margin-top: 30px;
    height: 20px
}

.recommend .recommend-wrap .recommend-item .tip-recommend .sub-title p {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 2.1rem
}

.recommend .recommend-wrap .recommend-item .tip-recommend .sub-content {
    background: #f5f5f5;
    text-align: center;
    padding: 20px;
    margin-bottom: 15px
}

.recommend .recommend-wrap .recommend-item .tip-recommend .sub-content.onlyText {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center
}

.recommend .recommend-wrap .recommend-item .tip-recommend .sub-content img {
    margin-bottom: 10px;
    width: auto
}

.recommend .recommend-wrap .recommend-item .tip-recommend .sub-content p {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 2.1rem
}

div[data-content-type=row] .office-notes-content h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 2rem
}

div[data-content-type=row] .office-notes-content p {
    font-size: 14px
}

.microsoft-content-slider .pagebuilder-column-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.microsoft-content-slider .product-items .product-item {
    background: 0 0;
    margin-bottom: 0
}

.microsoft-content-slider .product-items .product-item .product-item-name {
    margin-bottom: 30px;
    font-size: 2.4rem;
    line-height: 3.1rem;
    text-transform: capitalize
}

.microsoft-content-slider .product-items .product-item .actions-secondary {
    display: none !important
}

.microsoft-content-slider .product-items .product-item .price-box {
    margin-bottom: 0
}

.microsoft-content-slider .product-items .product-item .product-item-inner {
    padding-top: 0;
    margin-bottom: 30px
}

.microsoft-content-slider .microsoft-slider-item {
    padding: 20px 0;
    padding-bottom: 0;
    position: relative;
    background: #f5f5f5;
    flex-basis: 31.33%;
    margin-bottom: 30px;
    padding-top: 43px
}

.microsoft-content-slider .microsoft-slider-item div[data-content-type=products] {
    margin-top: 40px
}

.microsoft-content-slider .microsoft-slider-item div[data-content-type=products] .product-item-details {
    min-height: auto
}

.microsoft-content-slider .microsoft-slider-item div[data-content-type=products] .products-grid .product-item {
    width: 100% !important;
    text-align: center
}

.microsoft-content-slider .microsoft-slider-item div[data-content-type=products] .products-grid .product-item .product-item-photo {
    line-height: 0;
    display: block
}

.microsoft-content-slider .microsoft-slider-item div[data-content-type=products] .products-grid .product-item .product-item-name .product-item-link {
    font-size: 2.4rem;
    line-height: 3rem;
    text-align: center;
    margin-top: 0;
    padding-top: 20px
}

.microsoft-content-slider .microsoft-slider-item div[data-content-type=products] .products-grid .product-item .price-box {
    margin-bottom: 15px
}

.microsoft-content-slider .microsoft-slider-item div[data-content-type=products] .products-grid .product-item .price-box .price {
    font-size: 3rem;
    line-height: 4rem;
    text-align: center;
    font-weight: 700
}

.microsoft-content-slider .microsoft-slider-item .icon-ms {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 82%;
    margin: 0 auto;
    margin-bottom: 10px;
    min-height: 300px;
    margin-top: 10px
}

.microsoft-content-slider .microsoft-slider-item .icon-ms.center-content {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important
}

.microsoft-content-slider .microsoft-slider-item .icon-ms p {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    text-transform: capitalize;
    font-size: 1.2rem;
    line-height: 14px;
    margin-bottom: 10px;
    text-align: center
}

.microsoft-content-slider .microsoft-slider-item .icon-ms img {
    width: auto;
    margin-bottom: 5px;
    display: block;
    margin: 0 auto
}

.microsoft-content-slider .microsoft-slider-item .m365-space {
    display: none
}

.microsoft-content-slider .microsoft-slider-item .image {
    margin-top: 40px
}

.microsoft-content-slider .microsoft-slider-item .image img {
    margin: 0 auto;
    display: block
}

.microsoft-content-slider .microsoft-slider-item .name {
    font-size: 2.4rem;
    line-height: 3rem;
    text-align: center;
    margin-bottom: 40px
}

.microsoft-content-slider .microsoft-slider-item .price p {
    font-size: 3rem;
    line-height: 4rem;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700
}

.microsoft-content-slider .microsoft-slider-item .btn-product {
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center
}

.microsoft-content-slider .microsoft-slider-item .btn-product .pagebuilder-button-primary {
    font-weight: 700;
    padding: 10px 30px
}

.microsoft-content-slider .microsoft-slider-item .btn-product .pagebuilder-button-primary span {
    font-size: 1.4rem;
    line-height: 1.9rem
}

.microsoft-content-slider .microsoft-slider-item .block-products-list {
    margin-bottom: 0
}

.microsoft-content-slider .microsoft-slider-item .top-title {
    background-color: #0067b8;
    height: 43px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center
}

.microsoft-content-slider .microsoft-slider-item .top-title p {
    font-size: 1.8rem;
    line-height: 44px;
    color: #fff;
    margin: 0;
    padding: 0
}

.microsoft-content-slider .microsoft-slider-item .box-product {
    margin-top: 40px;
    text-align: center
}

.microsoft-content-slider .microsoft-slider-item .middle-title {
    font-size: 1.8rem;
    line-height: 2rem;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 700;
    text-align: center
}

.microsoft-content-slider .microsoft-slider-item h4 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    font-weight: 700
}

.microsoft-content-slider .microsoft-slider-item .list-icon {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    height: 170px;
    padding: 0 15px;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 5px
}

.microsoft-content-slider .microsoft-slider-item .list-icon li {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    margin-bottom: 5px
}

.microsoft-content-slider .microsoft-slider-item .list-icon li .title {
    text-transform: capitalize;
    font-size: 1.2rem;
    line-height: 14px;
    margin-bottom: 0
}

.microsoft-content-slider .microsoft-slider-item .list-icon li a {
    text-decoration: underline
}

.microsoft-content-slider .microsoft-slider-item .list-icon li img {
    width: auto
}

.microsoft-content-slider .microsoft-slider-item .text-one-drive {
    text-align: center;
    margin-bottom: 20px
}

.microsoft-content-slider .microsoft-slider-item .text-one-drive p {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.6rem
}

.microsoft-content-slider .microsoft-slider-item .text-one-drive img {
    width: auto;
    margin: 0 auto
}

.microsoft-content-slider .microsoft-slider-item .bottom-title-ondrive {
    text-align: center;
    padding-bottom: 20px
}

.microsoft-content-slider .microsoft-slider-item .bottom-title-ondrive p {
    font-size: 1.6rem;
    line-height: 2.1rem
}

.microsoft-content-slider .microsoft-slider-item .sub-title {
    padding-bottom: 30px;
    padding-top: 30px;
    background: #fff;
    text-align: center
}

.microsoft-content-slider .microsoft-slider-item .sub-title p {
    margin-bottom: 0
}

.microsoft-content-slider .microsoft-slider-item .sub-content {
    background: #f5f5f5;
    text-align: center;
    padding: 20px
}

.microsoft-content-slider .microsoft-slider-item .sub-content img {
    width: auto !important;
    margin: 0 auto
}

.microsoft-content-slider .microsoft-slider-item .sub-content p {
    margin-bottom: 0
}

.microsoft-content-slider .microsoft-slider-item .sub-content p:first-child {
    margin-bottom: 8px
}

.microsoft-content-slider .microsoft-slider-item .sub-content:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center
}

@media screen and (max-width: 1024px) {
    .microsoft-content-slider .microsoft-slider-item .icon-ms {
        width:100%;
        height: 220px
    }

    .microsoft-content-slider .microsoft-slider-item .icon-ms p {
        -webkit-flex-basis: 33%;
        -moz-flex-basis: 33%;
        -ms-flex-basis: 33%;
        flex-basis: 33%
    }

    .microsoft-content-slider .microsoft-slider-item .sub-title {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }
}

@media screen and (min-width: 768px) and (max-width:1440px) {
    .microsoft-slider-item .sub-content-system {
        height:112px
    }
}

.btn-link {
    font-family: '微软雅黑','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    line-height: 1.8rem;
    font-size: 1.6rem
}

.btn-link.small-text {
    font-size: 1.4rem
}

.btn-link.small-text a {
    font-size: 1.4rem
}

.btn-link a {
    cursor: pointer
}

.button .primary {
    border-radius: 2px
}

.narrow-btn a:after {
    font-family: "ms-icon";
    content: "\e918";
    margin-left: 5px;
    font-size: 1.2rem;
    font-weight: 700
}

a.narrow-btn:after {
    font-family: "ms-icon";
    content: "\e918";
    margin-left: 5px;
    font-size: 1.2rem;
    font-weight: 700
}

.narrow:after {
    content: '\f102';
    font-family: 'pagebuilder-font';
    margin-left: 5px;
    font-size: 1.4rem;
    font-weight: 700
}

.title-bg {
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: center;
    background: #fcba02;
    padding: 5px 21px !important;
    display: inline !important;
    max-width: 50px
}

.title-bg p {
    margin-bottom: 0;
    padding-right: 0 !important;
    font-size: 1.4rem !important;
    color: #000 !important
}

.vr-mr-top .pagebuilder-column-group {
    margin-bottom: 30px
}

.article-dk .pagebuilder-column-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between
}

.article-dk .box {
    margin-bottom: 30px
}

.article-dk .box p {
    font-size: 1.6rem;
    line-height: 2.1rem;
    color: #23272a
}

.article-dk .box h2 {
    font-weight: 700;
    margin: 0 0 20px;
    font-size: 2.4rem;
    line-height: 3.1rem;
    color: #23272a
}

.article-dk .box .img-banner {
    margin-bottom: 30px;
    line-height: 0
}

.article-dk .box .content {
    margin-bottom: 40px
}

.article-dk.active-promotion-block-top .box .img-banner {
    margin-bottom: 25px
}

.article-dk.active-promotion-block-top .box h2 {
    font-size: 2.4rem
}

.article-dk-laster .pagebuilder-column-group {
    margin-bottom: 60px
}

.article-dk-laster h4 {
    font-size: 1.8rem !important;
    line-height: 2.4rem !important;
    margin-bottom: 20px !important
}

.article-dk-laster h2,.article-dk-laster h3 {
    font-weight: 700
}

.article-dk-laster p {
    font-size: 1.4rem !important;
    line-height: 1.9rem !important
}

.article-dk-laster p:last-child {
    margin-bottom: 2rem !important
}

.article-dk-laster .small-tip.reset-list {
    margin-top: 30px
}

.article-dk-laster .small-tip li {
    font-size: 1.2rem;
    line-height: 1.4rem
}

[data-content-type=row][data-appearance=contained] [data-element=inner].active-promotion-block-top {
    margin: 40px 0 40px !important
}

.row-promotion [data-content-type=row][data-appearance=contained] [data-element=inner].active-promotion-block-top {
    margin-bottom: 0 !important
}

.row-promotion .article-dk .box .btn-link p {
    margin-bottom: 0 !important
}

.row-promotion [data-content-type=row][data-appearance=contained] [data-element=inner].article-dk,.row-promotion [data-content-type=row][data-appearance=contained] [data-element=inner].article-dk-laster {
    width: 100%
}

[data-content-type=row][data-appearance=contained] [data-element=inner].active-promotion-banner {
    margin-bottom: 23px !important
}

[data-content-type=row][data-appearance=contained] [data-element=inner].article-pc {
    margin-bottom: 40px !important
}

.active-promotion-banner {
    position: relative
}

.active-promotion-banner .img-banner {
    width: 100%;
    margin: 0 auto
}

.active-promotion-banner .img-banner img {
    margin: 0 auto;
    display: block;
    width: 100%
}

.active-promotion-banner div[data-content-type=html],.active-promotion-banner div.pagebuilder-column-group {
    height: 100%;
    width: 100%
}

.active-promotion-banner .box {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start
}

.active-promotion-banner .box .inner-box {
    background: #fff
}

.active-promotion-banner .box h2 {
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 4rem;
    padding: 0;
    margin-bottom: 15px
}

.active-promotion-banner .box p {
    font-size: 1.6rem;
    line-height: 2.1rem
}

.active-promotion-banner .box .boxIcon {
    margin-top: 25px
}

.active-promotion-banner .box .boxIcon p {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start
}

.active-promotion-banner .box .boxIcon p .icon {
    padding-right: 25px;
    line-height: 0
}

.active-promotion-banner .box-content {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.active-promotion-banner .box-content .inner-box {
    background: #fff
}

.active-promotion-banner .box-content h2 {
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 4rem;
    padding: 0;
    margin-bottom: 15px
}

.active-promotion-banner .box-content p {
    font-size: 1.6rem !important;
    line-height: 2.1rem
}

.active-promotion-banner .box-content .cms-content-important {
    background: 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    margin-bottom: 10px
}

.active-promotion-banner .box-content .cms-content-important span {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    color: #000;
    font-family: 'Microsoft YaHei';
    font-weight: 400
}

.active-promotion-banner .box-content .cms-content-important img {
    margin-right: 25px
}

.active-promotion-banner .box-content .boxIcon {
    margin-top: 25px
}

.active-promotion-banner .box-content .boxIcon p {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start
}

.active-promotion-banner .box-content .boxIcon p .icon {
    padding-right: 25px;
    line-height: 0
}

.active-promotion-banner.left-banner div[data-content-type=html] {
    left: 0
}

.active-promotion-banner.left-banner .pagebuilder-column-group {
    left: 0
}

.active-promotion-banner.right-banner div[data-content-type=html] {
    right: 0
}

.active-promotion-banner.right-banner div[data-content-type=html] .box {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end
}

.active-promotion-banner.right-banner .pagebuilder-column-group {
    right: 0
}

.active-promotion-banner.right-banner .pagebuilder-column-group .box-content {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end !important;
    -moz-justify-content: flex-end !important;
    -ms-justify-content: flex-end !important;
    justify-content: flex-end !important
}

.active-promotion-banner.bottom-banner div[data-content-type=html] .box {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end
}

.active-promotion-banner.bottom-banner div[data-content-type=html] .box .inner-box {
    min-height: 0px;
    background: 0 0;
    color: #fff;
    text-align: center
}

.active-promotion-banner.bottom-banner div[data-content-type=html] .box .inner-box h2 {
    margin-bottom: 5px
}

.active-promotion-banner.bottom-banner .pagebuilder-column-group .box-content {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end
}

.active-promotion-banner.bottom-banner .pagebuilder-column-group .box-content .inner-box {
    min-height: 0px;
    background: 0 0;
    color: #fff;
    text-align: center
}

.active-promotion-banner.bottom-banner .pagebuilder-column-group .box-content .inner-box h2 {
    margin-bottom: 5px
}

.active-promotion-block-top {
    margin-bottom: 40px
}

.article-pc .pagebuilder-column-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between
}

.article-pc h2 {
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 1.8rem;
    margin-bottom: 1rem;
    line-height: 3.1rem;
    font-size: 2.4rem
}

.article-pc div[data-content-type=text] {
    padding-left: 20px;
    padding-right: 20px
}

.article-pc .btn-link {
    margin-top: 55px;
    padding-left: 20px;
    padding-right: 20px
}

.article-pc .article-pc__box {
    -webkit-box-shadow: 0px 1px 11px -1px #d2d2d2;
    -moz-box-shadow: 0px 1px 11px -1px #d2d2d2;
    -ms-box-shadow: 0px 1px 11px -1px #d2d2d2;
    -o-box-shadow: 0px 1px 11px -1px #d2d2d2;
    box-shadow: 0px 1px 11px -1px #d2d2d2;
    padding-bottom: 45px
}

.article-pc .article-pc__box figure {
    background: #f2f2f2;
    line-height: 0;
    border: 1px solid #979797
}

.article-pc .article-pc__box figure img {
    width: 100%;
    line-height: 100%
}

@media screen and (max-width: 1024px) {
    .columns .active-promotion-banner .box .inner-box {
        padding:30px 50px;
        min-height: auto
    }
}

.row-tradein-page [data-content-type=row][data-appearance=contained] [data-element=inner].active-promotion-banner {
    padding: 0;
    display: block !important
}

[data-content-type=row][data-appearance=contained] [data-element=inner] .row-slider-trade-in-page .pagebuilder-column-group {
    padding: 0 40px
}

[data-content-type=row][data-appearance=contained] [data-element=inner].trade-in-group-banner {
    padding-top: 40px !important;
    margin-bottom: 35px !important
}

[data-content-type=row][data-appearance=contained] [data-element=inner].row-slider-trade-in-page {
    background: #f2f2f2;
    padding: 60px 0 30px !important
}

[data-content-type=row][data-appearance=contained] [data-element=inner].box-last-problem {
    margin-bottom: 40px !important
}

.row-slider-trade-in-page {
    background: #f2f2f2
}

.row-slider-trade-in-page .small-title {
    font-size: 1.6rem
}

.row-slider-trade-in-page .silder-title {
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto !important;
    width: 90%
}

.row-slider-trade-in-page .silder-title p {
    margin-bottom: 30px !important
}

.row-slider-trade-in-page .style-slider-product .product-items {
    margin: 0 80px
}

.row-slider-trade-in-page .product-item .short-description ul {
    margin-left: 20px;
    list-style: disc
}

.row-slider-trade-in-page .product-item .short-description ul li {
    list-style: disc
}

.row-slider-trade-in-page .box-slider-surface .slick-slide>div {
    background: #fff;
    padding: 20px
}

.row-slider-trade-in-page .box-slider-surface .slick-slide>div .tradein-product-item p:first-child {
    padding: 40px 20px;
    background: #f2f2f2
}

.row-slider-trade-in-page .box-slider-surface .slick-slide>div .tradein-product-item p a {
    background: #0067b8;
    border: 1px solid #0067b8;
    color: #fff;
    padding: 10px 20px
}

.row-slider-trade-in-page .box-slider-surface .slick-slide>div .tradein-product-item p img {
    margin: 0 auto;
    width: auto !important;
    height: auto !important
}

.row-slider-trade-in-page .box-slider-surface .slick-slide>div .tradein-product-item h4 {
    font-size: 1.8rem;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.row-slider-trade-in-page .box-slider-surface .slick-slide>div .tradein-product-item .product-reviews-summary+p strong {
    font-size: 1.8rem
}

.row-slider-trade-in-page .box-slider-surface .slick-slide>div .tradein-product-item ul {
    list-style: disc;
    margin: 0 0 20px 20px;
    padding: 0 0 10px
}

.row-slider-trade-in-page .box-slider-surface .slick-slide>div .tradein-product-item ul li {
    list-style: disc;
    margin-bottom: 5px
}

.row-slider-trade-in-page h2 {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 30px
}

.row-slider-trade-in-page .silder-title {
    font-size: 1.6rem;
    margin-bottom: 20px
}

.row-slider-trade-in-page .silder-title p {
    color: #23272a
}

.style-slider-product .slick-arrow {
    background: 0 0
}

.style-slider-product .slick-prev:active,.style-slider-product .slick-next:active,.style-slider-product .slick-prev:focus,.style-slider-product .slick-next:focus,.style-slider-product .slick-prev:not(.primary),.style-slider-product .slick-next:not(.primary) {
    background: 0 0 !important
}

.style-slider-product .slick-prev,.style-slider-product .slick-next {
    left: -20px;
    width: 30px
}

.style-slider-product .slick-prev:before,.style-slider-product .slick-next:before {
    font-family: "ms-icon";
    content: "\e917";
    font-size: 30px;
    color: #000;
    background: 0 0 !important
}

.style-slider-product .slick-prev:before:hover,.style-slider-product .slick-next:before:hover {
    color: #000
}

.style-slider-product .slick-prev:active,.style-slider-product .slick-next:active {
    background: 0 0 !important
}

.style-slider-product .slick-next {
    right: -20px !important;
    left: auto
}

.style-slider-product .slick-next:before {
    content: "\e918"
}

.style-slider-product .slick-slide {
    margin: auto 20px
}

.style-slider-product .product-item {
    background: #fff;
    padding: 20px
}

.active-promotion-banner .title {
    margin-top: 50px;
    margin-bottom: 30px !important;
    font-size: 3.6rem;
    line-height: 4.7rem
}

.accordion {
    border-bottom: 1px solid #d2d2d2
}

.accordion.hide div[data-role=content] {
    display: none !important
}

.accordion.show div[data-role=content] {
    display: block !important
}

.accordion div[data-role=collapsible] {
    border-top: 1px solid #d2d2d2;
    padding-left: 30px
}

.accordion div[data-role=collapsible] h4:before {
    font-family: 'pagebuilder-font';
    content: '\f102';
    font-size: 2rem;
    font-weight: 400;
    padding-right: 15px
}

.accordion div[data-role=collapsible].active h4:before {
    content: '\f101'
}

.accordion div[data-role=content] {
    padding: 0 0 40px 30px;
    margin-left: 30px
}

.accordion div[data-role=content] ol {
    list-style-position: inside;
    padding-left: 0
}

.accordion div[data-role=content] ol li {
    margin-bottom: 0
}

.accordion div[data-role=content] .no-distance {
    margin-bottom: 0
}

.accordion div[data-role=content] ul {
    list-style-position: inside;
    padding-left: 20px;
    margin-left: 0
}

.accordion div[data-role=content] ul li {
    list-style: disc
}

.accordion h4 {
    font-size: 1.4rem;
    cursor: pointer
}

.menu-collapes {
    margin: 10px 0 15px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start
}

.menu-collapes li a {
    border-bottom: 1px solid #737373;
    position: relative;
    margin-right: 33px;
    color: #737373;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.1rem
}

.menu-collapes li a:hover {
    text-decoration: none;
    color: #0067b8;
    border-color: #0067b8
}

.menu-collapes li a.expand-all:after {
    content: '';
    width: 5px;
    height: 20px;
    background: url("../images/bg-line.png") top right;
    position: absolute;
    top: 0;
    right: -20px
}

.menu-collapes li a.active {
    color: #0067b8;
    border-bottom: 1px solid #0067b8
}

.box-last-problem h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 40px
}

.box-info-machin h2+.pagebuilder-column-group {
    border: 1px solid #757575
}

.box-info-machin .heading {
    font-size: 3.6rem;
    text-align: center;
    font-weight: 700;
    line-height: 4.7rem;
    margin-bottom: 30px
}

.box-info-machin .small-title {
    font-size: 1.2rem;
    margin-top: 30px !important;
    line-height: 1.6rem
}

.box-info-machin .small-title p {
    color: #505050
}

.line-bottom {
    border-bottom: 1px solid #d2d2d2;
    height: 30px;
    line-height: 3rem
}

.line-right {
    border-right: 1px solid #d2d2d2
}

.box-content-info-machin .inner-box-content .box h4 {
    overflow: hidden;
    font-size: 1.8rem;
    font-weight: 700
}

.box-content-info-machin .inner-box-content .box p,.box-content-info-machin .inner-box-content .box h4,.box-content-info-machin .inner-box-content .box h3,.box-content-info-machin .inner-box-content .box h2 {
    padding: 8px 20px;
    margin: 0
}

.box-content-info-machin .inner-box-content .box p:last-child,.box-content-info-machin .inner-box-content .box h4:last-child,.box-content-info-machin .inner-box-content .box h3:last-child,.box-content-info-machin .inner-box-content .box h2:last-child {
    margin-bottom: 0
}

.box-content-info-machin .inner-box-content .box p {
    font-size: 1.6rem
}

.box-surface {
    margin-top: 20px;
    padding: 0 15px
}

.box-surface .box-content {
    max-width: 60%;
    margin: 0 auto
}

.box-surface .box-content h2 {
    text-align: center;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 6.4rem;
    margin: 0 auto 40px
}

.box-surface .box-content p {
    font-size: 1.6rem
}

.box-surface .box-content .row {
    text-align: center;
    -webkit-align-center: center;
    -moz-align-center: center;
    -ms-align-center: center;
    align-center: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.trade-in-group-banner h2 {
    font-weight: 700;
    font-size: 3.6rem;
    padding-bottom: 30px;
    margin-top: 0
}

.trade-in-row-box-icon h2 {
    font-weight: 700;
    font-size: 3.6rem;
    padding-bottom: 50px;
    margin-top: 0
}

.trade-in-row-box-icon .pagebuilder-column-group .trade-in-boxIcon {
    width: 50% !important;
    margin: auto auto 60px;
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important;
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.trade-in-row-box-icon .pagebuilder-column-group .trade-in-boxIcon .narrow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    font-weight: 700
}

.trade-in-row-box-icon .pagebuilder-column-group .trade-in-boxIcon .narrow:after {
    font-weight: 700;
    font-size: 2.1rem;
    margin-left: 5px;
    margin-right: 5px
}

.trade-in-row-box-icon .pagebuilder-column-group .trade-in-boxIcon p {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem
}

.trade-in-row-box-icon .pagebuilder-column-group .trade-in-boxIcon p:first-child {
    height: 50px
}

.box-survery-user h2 {
    font-weight: 700;
    font-size: 3.6rem;
    padding-bottom: 40px;
    margin-top: 0
}

.box-survery-user h3 {
    font-weight: 700;
    font-size: 3rem;
    padding-bottom: 10px;
    margin: 0 auto
}

.box-survery-user .slick-slider {
    border: 1px solid #d2d2d2;
    border-style: solid !important
}

.box-survery-user .slick-slider div[data-element=content] {
    padding: 0 40px;
    overflow-y: hidden;
    position: relative
}

.box-survery-user .slick-slider div[data-element=content] p:first-child {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.1rem;
    padding-left: 30px
}

.box-survery-user .slick-slider div[data-element=content] p:first-child img {
    margin-bottom: 10px;
    position: relative;
    left: -30px
}

.box-survery-user .slick-slider div[data-element=content] p {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.9rem
}

.box-survery-user .slick-slider div[data-element=content] h2+p {
    margin-bottom: 30px
}

.box-survery-user .slick-slider div[data-element=content] h3+p {
    margin-bottom: 30px
}

.box-survery-user .slick-slider .slick-arrow {
    background: 0 0
}

.box-survery-user .slick-slider .slick-prev:before,.box-survery-user .slick-slider .slick-next:before {
    font-family: "ms-icon";
    content: "\e917";
    font-size: 30px;
    color: #000
}

.box-survery-user .slick-slider .slick-prev:before:hover,.box-survery-user .slick-slider .slick-next:before:hover {
    color: #000
}

.box-survery-user .slick-slider .slick-next:before {
    content: "\e918"
}

@media screen and (max-width: 1024px) {
    .box-surface .box-content {
        max-width:90%
    }

    .row-tradein-page .active-promotion-banner .box-content .inner-box {
        padding: 15px 30px
    }

    .active-promotion-banner .box-content h2 {
        margin: 15px 0
    }

    .active-promotion-banner .box-content p {
        margin-bottom: 15px
    }
}

[data-content-type=row][data-appearance=contained] [data-element=inner].block-term-and-conditions {
    max-width: 940px;
    margin: 0 auto !important
}

[data-content-type=row][data-appearance=contained] [data-element=inner].block-term-and-conditions h2 {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 3rem;
    color: #333;
    font-weight: 400
}

[data-content-type=row][data-appearance=contained] [data-element=inner].block-term-and-conditions p,[data-content-type=row][data-appearance=contained] [data-element=inner].block-term-and-conditions h3 {
    font-size: 1.3rem !important;
    color: #666
}

[data-content-type=row][data-appearance=contained] [data-element=inner].block-term-and-conditions p span,[data-content-type=row][data-appearance=contained] [data-element=inner].block-term-and-conditions h3 span {
    font-size: 1.3rem !important
}

[data-content-type=row][data-appearance=contained] [data-element=inner].block-term-and-conditions h4 {
    font-size: 1.2rem !important;
    color: #666
}

[data-content-type=row][data-appearance=contained] [data-element=inner].block-term-and-conditions h4 span {
    font-size: 1.2rem !important
}

.row-heading-sitemap h2 {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: #414141;
    font-size: 3rem;
    line-height: 3.2rem;
    font-weight: 400
}

.block-sitemap {
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.block-sitemap .pagebuilder-column-group {
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-basis: 33%;
    flex-basis: 33%
}

.block-sitemap h4 {
    font-size: 2.4rem;
    color: #009e49;
    font-weight: 400
}

.block-sitemap h3 {
    font-size: 2.5rem !important;
    color: #009e49;
    font-weight: 400;
    padding-bottom: 2px
}

.block-sitemap h3 span {
    font-size: 2.5rem !important
}

.block-sitemap h3 span a {
    font-size: 2.5rem !important
}

.block-sitemap p {
    font-size: 1.3rem
}

.block-sitemap p a {
    color: #00bcf2
}

[data-content-type=row][data-appearance=contained] [data-element=inner] .active-promotion-banner.banner-store-in-store {
    margin-bottom: 10px !important
}

.store-in-content-table h2 {
    font-size: 3.6rem;
    margin-bottom: 15px;
    line-height: 4.7rem
}

.store-in-content-table .small-title p {
    color: #505050
}

.box-text-header {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    height: 100%
}

.box-text-header .content {
    position: relative;
    left: 100px
}

.box-text-header h2 {
    font-size: 6rem;
    line-height: 79px;
    color: #fff
}

.store-in-table {
    border: 1px solid #757575;
    margin-bottom: 20px
}

.store-in-table p {
    margin-bottom: 0 !important
}

.store-in-table .border-bottom {
    border-bottom: 1px solid #d2d2d2
}

.store-in-table .border-right {
    border-right: 1px solid #d2d2d2
}

.store-in-table td:first-child {
    font-weight: 700
}

.store-in-table td:nth-child(2) {
    text-align: center
}

.active-promotion-banner.banner-store-in-store {
    margin-bottom: 10px !important
}

.active-promotion-banner.banner-store-in-store .box .inner-box {
    background: #243a5e
}

.active-promotion-banner.banner-store-in-store .box .inner-box h2 {
    color: #50e6ff;
    font-size: 3.6rem
}

.store-in-content h2 {
    margin-top: 25px
}

.store-in-content p {
    font-size: 1.6rem;
    line-height: 2.1rem
}

.store-in-content .pagebuilder-column-group {
    margin-bottom: 20px
}

.store-in-content .col-img {
    position: relative;
    overflow: hidden
}

.store-in-content .col-img figure[data-content-type=image] {
    line-height: 0
}

.store-in-content .box-daker-blue {
    background: #233a5e;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    align-items: center !important;
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.store-in-content .box-daker-blue img {
    width: auto !important;
    height: auto !important
}

.store-in-content .pagebuilder-column-group {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch
}

.store-in-content .pagebuilder-column-group div[data-content-type=text] {
    margin: auto 60px
}

.store-in-content .pagebuilder-column-group div[data-content-type=text] h2 {
    color: #50e6ff;
    font-size: 3.6rem;
    line-height: 4rem
}

.store-in-content .pagebuilder-column-group div[data-content-type=text] p {
    color: #fff
}

.store-in-content .pagebuilder-column-group .box-text-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.store-in-content .pagebuilder-column-group .box-text-img h2 {
    font-size: 6rem;
    line-height: 70px;
    color: #233a5e
}

.store-in-content-bottom div[data-content-type=text] p {
    font-size: 1.6rem;
    color: #23272a
}

.store-in-content-bottom div[data-content-type=text] p:first-child {
    margin-bottom: 10px
}

.store-in-content-bottom .pagebuilder-column {
    position: relative
}

.store-in-content-bottom .pagebuilder-column figure[data-content-type=image] img {
    width: 100%
}

.store-in-content-bottom .box-text-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.store-in-content-bottom .box-text-img h2 {
    font-size: 6rem;
    line-height: 70px;
    color: #233a5e
}

[data-content-type=row][data-appearance=contained] [data-element=inner].store-in-content-bottom {
    margin: 0 -10px !important;
    margin-top: 25px !important
}

[data-content-type=row][data-appearance=contained] [data-element=inner].store-in-content-bottom figure[data-content-type=image] {
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 0
}

@media screen and (max-width: 1280px) {
    .store-in-content .pagebuilder-column-group div[data-content-type=text] p {
        margin-bottom:10px
    }

    .store-in-content .pagebuilder-column-group div[data-content-type=text] p:first-child {
        height: 70px
    }

    .store-in-content .pagebuilder-column-group div[data-content-type=text] h2 {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 1024px) {
    .store-in-content .col-img figure[data-content-type=image] img {
        height:100% !important;
        max-width: none !important
    }

    .store-in-content .pagebuilder-column-group div[data-content-type=text] p {
        margin-bottom: 20px
    }

    .store-in-content .pagebuilder-column-group div[data-content-type=text] p:first-child {
        height: auto
    }

    .store-in-content .pagebuilder-column-group div[data-content-type=text] h2 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .store-in-content-bottom .box-text-img h2 {
        font-size: 2.4rem;
        line-height: 2.6rem
    }
}

@media screen and (max-width: 1024px) {
    .box-text-header {
        display:none
    }

    .store-in-content .pagebuilder-column-group .box-text-img {
        display: none
    }

    .store-in-content-bottom .box-text-img {
        display: none
    }
}

.block-surfacepro7saa a,.block-surfacepro7saa p,.block-surfacepro7saa ul,.block-surfacepro7saa ol,.block-surfacepro7saa li,.block-surfacepro7saa div,.block-surfacepro7saa h1,.block-surfacepro7saa h2,.block-surfacepro7saa h3,.block-surfacepro7saa h4,.block-surfacepro7saa h5,.block-surfacepro7saa h6 {
    color: #333
}

.block-surfacepro7saa p {
    margin-bottom: 40px
}

.block-surfacepro7saa .title {
    font-weight: 400;
    margin-bottom: 40px
}

.block-surfacepro7saa .title p {
    margin-bottom: 5px;
    font-size: 3.4rem
}

.block-surfacepro7saa .title p span {
    line-height: 3.8rem
}

.block-surfacepro7saa .title p span:before {
    font-size: 34;
    line-height: inherit
}

.block-surfacepro7saa figure[data-content-type=image] {
    margin: 10px auto 5px;
    line-height: 0
}

.block-surfacepro7saa .text-small p {
    font-size: 1.2rem;
    margin-bottom: 0
}

.block-surfacepro7saa .sub-title-image {
    font-weight: 400;
    line-height: 2.1rem
}

.form-wrap {
    border: 1px solid #ccc;
    padding-bottom: 60px;
    position: relative
}

.form-wrap button[type=submit].unactive,.form-wrap .cart.table-wrapper .actions-toolbar>.action[type=submit].unactive,.form-wrap .action-gift[type=submit].unactive {
    background-color: #ccc;
    border-color: #ccc;
    color: #333
}

.form-wrap .action.primary[disabled] {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1
}

.form-wrap .title {
    height: 46px;
    line-height: 46px;
    background-color: #f7f7f7;
    font-size: 16px;
    color: #333;
    padding: 0 15px
}

.form-wrap .tip {
    padding: 0 20px;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    margin: 28px auto 18px
}

.form-wrap .fieldset>.field:not(.choice)>.control {
    width: auto
}

.form-wrap .fieldset>.field:not(.choice)>.label {
    width: auto;
    min-width: 140px;
    font-weight: 400;
    max-width: 140px
}

.form-wrap .fieldset>.field:not(.choice)>.label:after {
    display: none
}

.form-wrap .fieldset>.field:not(.choice)>.label span {
    color: #dc0000
}

.form-wrap .label {
    color: #333
}

.form-wrap .control .input-text,.form-wrap .control .select,.form-wrap .control .validate-select {
    border-color: #666
}

.form-wrap .control .input-text.mage-error,.form-wrap .control .select.mage-error,.form-wrap .control .validate-select.mage-error,.form-wrap .control .textarea.mage-error {
    border: 1px solid #fc4242 !important
}

.row-address .fieldset {
    width: 100%
}

.row-address .fieldset .row .control {
    margin-right: 15px
}

.row-address .fieldset:last-child {
    margin-bottom: 40px
}

.row .fieldset:last-child {
    margin-bottom: 40px
}

.row .check-show-button .label {
    min-width: auto;
    margin-bottom: 15px;
    display: block
}

.row .check-show-button .label span {
    color: #dc0000
}

.row .check-show-button label[for=yes] {
    margin-right: 20px
}

.row .check-show-button .control {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start
}

.row .input.longest {
    width: 440px
}

.row .numbox.row .control input {
    height: 24px;
    width: 45px;
    border-right: 0;
    border-left: 0;
    text-align: center;
    border-color: #ccc
}

.row .numbox.row .sub,.row .numbox.row .add {
    width: 24px;
    height: 24px;
    padding: 0;
    line-height: 2.2rem;
    background: #ccc
}

.row .numbox.row .sub:hover,.row .numbox.row .add:hover,.row .numbox.row .sub:active,.row .numbox.row .add:active,.row .numbox.row .sub:focus,.row .numbox.row .add:focus {
    background: #ccc;
    border: 1px solid #d2d2d2
}

.row select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/narrow-select.png") no-repeat 98% 5px;
    width: 170px
}

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

.row.group-radio p {
    margin-bottom: 15px
}

.row.group-radio p:last-child {
    margin-bottom: 0
}

.row.group-radio .fieldset>.field:not(.choice)>.label {
    padding-top: 0
}

.row.group-radio .field {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex
}

.msModuleEmptyBox {
    margin: 100px 0 160px;
    min-height: 600px
}

.msModuleEmptyBox .title {
    height: 60px;
    margin-bottom: 30px;
    white-space: nowrap;
    text-align: center
}

.msModuleEmptyBox .title h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 400
}

.msModuleEmptyBox .inner {
    margin: auto;
    text-align: center
}

.msModuleEmptyBox .desc {
    color: #333;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 50px
}

.msModuleEmptyBox .btns {
    text-align: center
}

.msModuleEmptyBox .btns a {
    display: inline-block;
    width: 150px;
    height: 35px;
    line-height: 35px;
    border: none;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    background-color: #da3b01;
    color: #fff;
    cursor: pointer
}

.msModuleEmptyBox .btns a:active {
    color: #333;
    background-color: #92340b
}

.msModuleEmptyBox .btns a:hover {
    background-color: #be440e
}

@media screen and (max-width: 1280px) {
    .row-address .row.field .control.longest {
        margin:20px 0 0 140px
    }
}

@media screen and (max-width: 1100px) {
    .row select {
        width:160px
    }
}

[data-content-type=row][data-appearance=contained] [data-element=inner].popup-overlay {
    margin: auto !important;
    padding: 20px !important
}

body.overlay-hidden {
    overflow: hidden !important
}

.close-popup {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer
}

.close-popup:after {
    content: "\e90c";
    font-family: "ms-icon"
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: #000;
    opacity: .7;
    -moz-transition: opacity .9s ease;
    -webkit-transition: opacity .9s ease;
    -o-transition: opacity .9s ease;
    transition: opacity .9s ease
}

.popup-overlay {
    position: fixed;
    height: 100%;
    top: 20%;
    right: 0;
    bottom: 20%;
    left: 0;
    margin: auto !important;
    z-index: 1002;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
    overflow: hidden
}

.popup-overlay .popup-content {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    min-width: 300px;
    padding-top: 28px !important;
    padding-bottom: 35px !important
}

.popup-overlay .popup-content h2,.popup-overlay .popup-content div[data-content-type=buttons] {
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 5px
}

.popup-overlay .popup-content p {
    font-size: 1.4rem
}

.popup-overlay .popup-content .sub-title {
    margin-bottom: 5px
}

.popup-overlay {
    visibility: hidden
}

.popup-content {
    visibility: hidden
}

.popup-content.active {
    visibility: visible
}

.article-pc.xbox-live-slider h2 {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 2.8rem;
    line-height: 3.7rem;
    color: #23272a
}

.article-pc.xbox-live-slider h4 {
    padding: 0;
    font-size: 1.6rem;
    line-height: 2.1rem;
    margin-bottom: 10px;
    margin-top: 0
}

.article-pc.xbox-live-slider .article-pc__box {
    box-shadow: none;
    padding: 15px;
    width: 14%;
    position: relative;
    -webkit-flex-basis: 14%;
    -moz-flex-basis: 14%;
    -ms-flex-basis: 14%;
    flex-basis: 14%
}

.article-pc.xbox-live-slider .article-pc__box .img img {
    width: 100%
}

.article-pc.xbox-live-slider .article-pc__box figure {
    background: 0 0;
    line-height: 0;
    margin-bottom: 34px
}

.article-pc.xbox-live-slider .article-pc__box .icon {
    margin-bottom: 5px;
    height: 30px
}

.article-pc.xbox-live-slider .article-pc__box .icon img {
    width: auto
}

.article-pc.xbox-live-slider div[data-content-type=text] {
    padding-left: 0;
    padding-right: 0
}

.article-pc.xbox-live-slider div[data-content-type=text] p {
    font-size: 1.4rem;
    line-height: 1.9rem
}

.article-pc.xbox-live-slider div[data-content-type=text].btn-link p {
    font-size: 1.6rem;
    line-height: 2.1rem
}

.article-pc.xbox-live-slider .btn-link {
    margin-top: 20px;
    position: absolute;
    bottom: -20px;
    left: 15px
}

.popup-overlay {
    min-width: 200px;
    max-width: 300px
}

@media screen and (max-width: 1024px) {
    div[data-content-type=row] .popup-overlay {
        width:50%
    }
}

.support-one-row-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important;
    margin-top: 0 !important
}

.support-one-row-icon div[data-content-type=text] {
    text-align: center;
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: 700;
    color: #0067b8
}

.support-one-row-icon div[data-content-type=text] p:first-child {
    margin-bottom: 40px
}

.support-one-row-icon div[data-content-type=text] p:last-child {
    margin-bottom: 0
}

.support-one-row-icon div[data-content-type=text] a {
    border-bottom: 1px solid #0067b8;
    padding-bottom: 0;
    cursor: pointer
}

.support-one-row-icon div[data-content-type=text] a:hover {
    text-decoration: none
}

.support-one-row-icon .box-img:last-child img {
    width: auto;
    height: 95px
}

.support-accordion h4[data-content-type=heading] {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 2.4rem
}

.support-accordion .menu-collapes {
    margin-left: 0
}

.support-help-row-bottom .pagebuilder-column-group {
    margin-top: 40px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.support-help-row-bottom .pagebuilder-column-group:last-child {
    border: none
}

.support-help-row-bottom .pagebuilder-column {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important
}

.support-help-row-bottom .pagebuilder-column h2 {
    font-size: 3.6rem;
    line-height: 4.7rem;
    margin: 0 0 20px
}

.support-help-row-bottom .pagebuilder-column p {
    font-size: 1.8rem;
    line-height: 2.4rem
}

.support-help-row-bottom .pagebuilder-column.col-avatar {
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    width: 22% !important
}

.support-help-row-bottom .pagebuilder-column.col-avatar figure[data-content-type=image] {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.support-help-row-bottom .pagebuilder-column.col-text {
    width: 50% !important
}

.support-help-row-bottom .pagebuilder-column.col-qrcode {
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    align-items: center !important;
    position: relative;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    width: 28% !important;
    padding-top: 30px
}

.support-help-row-bottom .pagebuilder-column.col-qrcode figure[data-content-type=image] img {
    display: block;
    margin: 0 auto
}

.support-help-row-bottom .pagebuilder-column.col-qrcode div[data-content-type=text] {
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-basis: 33%;
    flex-basis: 33%
}

.support-help-row-bottom .pagebuilder-column.col-qrcode div[data-content-type=text]:first-child {
    position: absolute;
    top: 25px;
    left: 10px
}

.support-help-row-bottom .pagebuilder-column.col-qrcode div[data-content-type=text] p {
    font-size: 1.4rem;
    line-height: 1.6rem
}

.support-help-row-bottom .pagebuilder-column.col-qrcode div[data-content-type=text] p:first-child {
    max-height: 95px;
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.9rem;
    min-height: 95px
}

.support-help-row-bottom .pagebuilder-column.col-img figure img {
    width: 100%
}

.support-help-row-bottom .box-img-center p:first-child {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.support-help-row-bottom .box-img:last-child img {
    width: auto;
    height: 95px
}

.support-accordion {
    border: 1px solid #d2d2d2
}

.support-accordion .accordion {
    border: none
}

.support-accordion .accordion h4,.support-accordion .accordion p,.support-accordion .accordion a,.support-accordion .accordion li,.support-accordion .accordion div {
    font-size: 1.6rem;
    line-height: 2.1rem
}

.support-accordion .accordion h4 {
    margin: 30px 0
}

@media screen and (max-width: 1024px) {
    .row-support-and-help-one [data-content-type=row][data-appearance=contained] [data-element=inner].support-one-row-icon {
        width:90% !important
    }

    .support-help-row-bottom .pagebuilder-column-group .pagebuilder-column.col-qrcode {
        max-width: 500px
    }

    .support-help-row-bottom .pagebuilder-column-group .pagebuilder-column.col-qrcode .box-img {
        padding-right: 5%;
        margin-top: 15px
    }

    .support-help-row-bottom .pagebuilder-column-group .pagebuilder-column.col-qrcode .box-img:last-child {
        padding-right: 0
    }

    .support-help-row-bottom .pagebuilder-column-group .pagebuilder-column.col-qrcode div[data-content-type=text]:first-child {
        top: 5px
    }

    .support-help-row-bottom .pagebuilder-column-group .pagebuilder-column h2 {
        font-size: 2.5rem
    }
}

.support-help-menu-left div.pagebuilder-column-group:not(:first-child) {
    display: none
}

.block-menu-content .support-col-menu .support-menu-left li a {
    font-size: 1.8rem;
    line-height: 2rem;
    color: #000;
    font-weight: 700
}

.block-menu-content .support-col-menu .support-menu-left li a:hover {
    color: #0067b8
}

.block-menu-content .support-col-menu .support-menu-left li.active a {
    color: #0067b8;
    text-decoration: underline
}

.block-menu-content .support-accordion {
    padding-right: 5%
}

[data-content-type=row][data-appearance=contained] [data-element=inner].block-support-and-help-four-img {
    margin: 0 -12px !important
}

[data-content-type=row][data-appearance=contained] [data-element=inner].block-support-and-help-four-img figure[data-content-type=image] {
    background: #f2f2f2;
    line-height: 0
}

.block-support-and-help-tabs div[data-content-type=tab-item] {
    padding-top: 40px
}

.block-support-and-help-tabs div[data-content-type=tab-item] .small-text {
    margin-top: 7px !important
}

.block-support-and-help-tabs div[data-content-type=tab-item] .small-text p {
    font-size: 1.4rem;
    line-height: 1.9rem
}

.block-support-and-help-tabs div[data-content-type=tab-item] .small-text p span:not(:first-child) {
    display: block;
    margin-top: 7px
}

.block-support-and-help-tabs div[data-content-type=tab-item] .small-text:nth-of-type(2) p:first-child {
    height: 0;
    margin-top: -16px !important
}

.block-support-and-help-tabs .map-img {
    text-align: center
}

.block-support-and-help-tabs .title-small {
    margin-top: 20px
}

.block-support-and-help-tabs .title-small p {
    font-size: 1.2rem;
    line-height: 1.6rem
}

.block-support-and-help-tabs .line {
    border-top: 1px solid #d2d2d2
}

.block-support-and-help-tabs .title-tabs {
    margin-bottom: 0
}

.block-support-and-help-tabs .title-tabs:first-child {
    margin-top: 0
}

.block-support-and-help-tabs h2 {
    line-height: 2.8rem;
    font-size: 2.4rem
}

.block-support-and-help-tabs ul {
    list-style: disc;
    padding-left: 20px
}

.block-support-and-help-tabs ul li {
    list-style: disc
}

.block-support-and-help-tabs div[data-content-type=tabs] .tabs-content {
    border-color: #000;
    border-bottom: none;
    border-radius: 0 !important;
    border-left: 0;
    border-right: 0
}

.block-support-and-help-tabs div[data-content-type=tabs] .tabs-content .box-heading {
    width: 81%
}

.block-support-and-help-tabs div[data-content-type=tabs] .tabs-content .box-heading h2 {
    font-size: 1.6rem
}

.block-support-and-help-tabs div[data-content-type=tabs] .tabs-navigation {
    margin-bottom: -3px !important
}

.block-support-and-help-tabs div[data-content-type=tabs] .tabs-navigation li.tab-header {
    background: #e6e6e6
}

.block-support-and-help-tabs div[data-content-type=tabs] .tabs-navigation li.tab-header a {
    -webkit-transition: initial !important;
    -moz-transition: initial !important;
    -ms-transition: initial !important;
    transition: initial !important;
    font-size: 1.6rem;
    line-height: 2.1rem;
    color: #505050;
    font-weight: 400;
    padding-left: 4rem;
    padding-right: 4rem
}

.block-support-and-help-tabs div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-state-active {
    border-color: #000;
    background: #fff
}

.block-support-and-help-tabs div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-state-active a {
    margin-top: 4px;
    color: #000;
    font-weight: 700;
    -webkit-transition: initial !important;
    -moz-transition: initial !important;
    -ms-transition: initial !important;
    transition: initial !important
}

.block-support-and-help-tabs div[data-content-type=tabs] .tabs-navigation li.tab-header a span {
    line-height: 30px
}

.block-support-and-help-tabs div[data-content-type=tabs] .tabs-navigation li.tab-header a span:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    padding-right: 5px
}

.block-support-and-help-tabs div[data-content-type=tabs] .tabs-navigation li.tab-header:nth-child(1) a span:before {
    background: url("../images/icon-30-gray.png") center left no-repeat
}

.block-support-and-help-tabs div[data-content-type=tabs] .tabs-navigation li.tab-header:nth-child(1).ui-state-active a span:before {
    background: url("../images/icon-30-black.png") center left no-repeat
}

.block-support-and-help-tabs div[data-content-type=tabs] .tabs-navigation li.tab-header:nth-child(2) a span:before {
    background: url("../images/E95B-32-gray.png") center left no-repeat
}

.block-support-and-help-tabs div[data-content-type=tabs] .tabs-navigation li.tab-header:nth-child(2).ui-state-active a span:before {
    background: url("../images/E95B-32-black.png") center left no-repeat
}

.block-support-and-help-tabs div[data-content-type=tabs] .tabs-navigation li.tab-header:nth-child(3) a span:before {
    background: url("../images/EBF4-32-gray.png") center left no-repeat
}

.block-support-and-help-tabs div[data-content-type=tabs] .tabs-navigation li.tab-header:nth-child(3).ui-state-active a span:before {
    background: url("../images/EBF4-32-black.png") center left no-repeat
}

.block-support-and-help-tabs div[data-content-type=tabs] .tabs-navigation li.tab-header:nth-child(4) a span:before {
    background: url("../images/E945-32-gray.png") center left no-repeat
}

.block-support-and-help-tabs div[data-content-type=tabs] .tabs-navigation li.tab-header:nth-child(4).ui-state-active a span:before {
    background: url("../images/E945-32-black.png") center left no-repeat
}

.table-tabf {
    border-top: 2px solid #757575;
    border-bottom: 2px solid #757575;
    margin-top: 40px
}

.table-tabf tr {
    border-bottom: 1px solid #d2d2d2
}

.table-tabf p {
    margin-bottom: 0 !important
}

.table-tabf h2,.table-tabf h3 {
    margin: 0 auto;
    font-size: 2.4rem;
    line-height: 3.1rem
}

.table-tabf .dot {
    font-size: 2.4rem;
    line-height: 3.1rem;
    margin-bottom: 0 !important;
    font-weight: 700
}

[data-content-type=row][data-appearance=contained] [data-element=inner].row-404-page {
    padding: 0 15px !important;
    border-top: 1px solid #e5e5e5;
    background: #f4f4f4;
    margin-bottom: 46px;
    padding-top: 180px !important;
    padding-bottom: 258px !important
}

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,.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._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: 0 0;
    -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;
    z-index: 10
}

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

.modal-custom .action-close:hover,.modal-popup .action-close:hover,.modal-slide .action-close:hover {
    background: 0 0;
    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: .3
}

.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: 32px;
    line-height: 32px;
    color: #8f8f8f;
    content: "\e916";
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    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: #000
}

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

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

.modal-slide .action-close {
    padding: 1.1rem 2rem
}

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

.modals-overlay {
    background-color: rgba(51,51,51,.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
}

.checkout-container .change-shipping-address-button,.checkout-container .change-billing-address-button {
    display: block;
    margin-bottom: 15px
}

.checkout-container .edit-shipping-address-button,.checkout-container .edit-billing-address-button {
    display: block
}

.checkout-container .checkout-shipping-address div.new-address-popup,.checkout-container .checkout-payment-method div.new-address-popup {
    margin: 0 35px 20px 0;
    position: relative
}

.checkout-container .checkout-shipping-address div.change-address-popup,.checkout-container .checkout-payment-method div.change-address-popup {
    margin: 5px 0 -5px
}

.checkout-container .checkout-shipping-address div.edit-address-popup,.checkout-container .checkout-payment-method div.edit-address-popup {
    float: left;
    margin: 5px 35px -5px 0
}

.checkout-container .checkout-shipping-address div.shipping-address-item.selected,.checkout-container .checkout-payment-method div.shipping-address-item.selected,.checkout-container .checkout-shipping-address .checkout-billing-address,.checkout-container .checkout-payment-method .checkout-billing-address {
    margin: 0;
    padding-left: 0
}

.checkout-container .checkout-shipping-address .new-billing-address-button,.checkout-container .checkout-payment-method .new-billing-address-button {
    display: block;
    margin: 20px 35px 0 20px;
    position: relative
}

.shipping-address-modal.modal-popup.modal-slide .modal-inner-wrap[class],.billing-address-modal.modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #fff
}

.shipping-address-modal .modal-inner-wrap h1.modal-title,.billing-address-modal .modal-inner-wrap h1.modal-title {
    border: none
}

.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-search,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-search {
    width: 250px
}

.shipping-address-modal .modal-inner-wrap .block.block-search,.billing-address-modal .modal-inner-wrap .block.block-search {
    left: 20px;
    position: absolute;
    top: 81px
}

.shipping-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count,.billing-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count {
    border-bottom: 1px solid #ccc;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 13px;
    margin: 5px -30px 10px;
    padding: 0 0 5px 30px
}

.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area {
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    padding-top: 5px
}

.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root {
    border-bottom: 1px solid #ccc;
    clear: both;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative;
    width: 100%
}

.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details {
    float: left
}

.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
    float: right;
    margin-right: 20px;
    margin-top: 20px
}

.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar>.action,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar>.action,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .cart.table-wrapper .actions-toolbar>.action,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .cart.table-wrapper .actions-toolbar>.action,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .cart.table-wrapper .actions-toolbar>.action,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .cart.table-wrapper .actions-toolbar>.action,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar>.action,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar>.action,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .action-gift,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .action-gift,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .action-gift,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .action-gift,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift {
    background: #006bb7;
    border: 1px solid #006bb4;
    box-shadow: none;
    color: #fff;
    outline: 0
}

.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar>.action,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar>.action,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift {
    background-color: #eee;
    border: none;
    box-shadow: none;
    color: #777
}

.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar>.action:hover,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar>.action:hover,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift:hover,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift:hover {
    cursor: auto;
    background-color: #eee;
    border: none;
    box-shadow: none;
    color: #777
}

.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address {
    float: right;
    margin-right: 20px;
    margin-top: 20px
}

.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar>.action,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar>.action,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar>.action,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar>.action,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift {
    background-color: Transparent;
    border: none;
    box-shadow: none
}

.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar>.action.action-primary,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar>.action.action-primary,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.action-primary,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.action-primary {
    color: #777;
    text-transform: uppercase
}

.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar>.action.action-primary:hover,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar>.action.action-primary:hover,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.action-primary:hover,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.action-primary:hover {
    cursor: auto
}

.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar>.action.action-primary,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar>.action.action-primary,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift.action-primary,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift.action-primary {
    color: #006bb4
}

.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
    margin-top: 10px;
    overflow-y: auto
}

.shipping-address-modal .modal-inner-wrap ul,.billing-address-modal .modal-inner-wrap ul {
    list-style-type: none;
    padding-left: 0
}

.admin__data-grid-loading-mask {
    background: rgba(255,255,255,.5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 4
}

.admin__data-grid-loading-mask .spinner {
    background: url('../images/loader-2.gif') 50% 50% no-repeat;
    display: inline-block;
    font-size: 4rem;
    height: 1em;
    left: 50%;
    margin-left: -2rem;
    margin-right: 1.5rem;
    position: absolute;
    top: 50%;
    width: 1em
}

.ie9 .admin__data-grid-loading-mask .spinner {
    background: url('../images/loader-2.gif') 50% 50% no-repeat;
    bottom: 0;
    height: 149px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 218px
}

.product-info-stock-sku .configurable-variation-qty {
    display: none
}

#store-pickup.selected-shipping~#store-selector {
    display: none
}

#store-pickup.selected-store-pickup~#shipping,#store-pickup.selected-store-pickup~#opc-shipping_method {
    visibility: hidden;
    height: 0;
    overflow: hidden
}

#delivery-method-selector {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#delivery-method-selector .action {
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem
}

#delivery-method-selector .action.selected {
    background: #fff
}

#delivery-method-selector .action-select-shipping {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

#delivery-method-selector .action-select-store-pickup {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0
}

#store-selector .form-login {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

#store-selector .form-continue {
    margin: 20px 0 0
}

.location-details .location-name {
    font-size: 18px;
    font-weight: 700
}

.store-selector-popup .modal-title {
    border-bottom: 0
}

.store-selector-popup .modal-header {
    padding-bottom: 0
}

#opc-store-selector-popup {
    display: none
}

#opc-store-selector-popup .block-search {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #c1c1c1
}

.modal-content #opc-store-selector-popup {
    display: block
}

.store-selector-popup-table thead th {
    display: none
}

.store-selector-popup-table tbody .location .location-name {
    font-size: 18px
}

.store-selector-popup-table tbody .location+.location {
    border-top: 1px solid #ccc
}

.store-selector-popup-table tbody .col-location-details {
    padding-left: 0
}

.store-selector-popup-table tbody .col-location-details p:last-child {
    margin-bottom: 0
}

.store-selector-popup-table tbody .col-location-actions {
    padding-right: 0;
    vertical-align: middle
}

.store-selector-popup-table tbody .col-location-actions .action {
    float: right
}

.store-selector-popup-empty-query,.store-selector-popup-no-locations {
    margin: 0 0 20px
}

.lac-notification-sticky {
    position: relative;
    z-index: 999
}

.lac-notification-sticky .lac-notification {
    background-color: #373330;
    color: #fff;
    font-size: 16px
}

.lac-notification-sticky .lac-notification .lac-notification-icon {
    float: left;
    margin: 10px 25px 10px 10px
}

.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
    display: block
}

.lac-notification-sticky .lac-notification .lac-notification-text {
    float: left;
    padding: 15px 0
}

.lac-notification-sticky .lac-notification .lac-notification-links {
    float: right;
    padding: 15px 0
}

.lac-notification-sticky .lac-notification .lac-notification-links a {
    color: #fff;
    font-size: 14px
}

.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
    background: url('../Magento_LoginAsCustomerFrontendUi/images/close.svg');
    content: ' ';
    display: inline-block;
    height: 12px;
    margin-left: 5px;
    vertical-align: middle;
    width: 12px
}

.form-discount .g-recaptcha {
    margin-top: 50px !important
}

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

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

.block.newsletter .field-recaptcha .field .control:before {
    content: none
}

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

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

[data-content-type=dynamic_block] figure[data-content-type=image] img {
    display: inline
}

[data-content-type=dynamic_block] .block-banners .banner-item-content,[data-content-type=dynamic_block] .block-banners-inline .banner-item-content {
    margin-bottom: auto
}

.checkout-container .checkout-payment-method div.new-address-popup {
    margin: 0 35px 20px 20px;
    position: relative
}

.checkout-shipping-address .address-sender {
    position: relative;
    z-index: 1
}

.checkout-shipping-address .address-sender .radio {
    position: absolute;
    top: 9px
}

.checkout-shipping-address .address-sender .radio~.shipping-address-item {
    left: 25px;
    padding: 0 0 25px
}

.checkout-shipping-address .address-sender .radio~.shipping-address-item:before {
    content: none
}

.checkout-shipping-address .default-shipping-address.address-sender~.new-address-popup {
    margin-left: 25px
}

.amslick-slider-container .slick-dots li button:focus,.amslick-slider-container .slick-dots li button:hover,.amslick-slider-container .slick-list:focus,.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar>.action:focus,.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar>.action:hover,.amslick-slider-container .slick-dots li .action-gift:focus,.amslick-slider-container .slick-dots li .action-gift:hover {
    outline: 0
}

.amslick-slider-container .slick-list,.amslick-slider-container .slick-slider,.amslick-slider-container .slick-track {
    position: relative;
    display: block
}

.amslick-slider-container .slick-loading .slick-slide,.amslick-slider-container .slick-loading .slick-track {
    visibility: hidden
}

.amslick-slider-container .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.amslick-slider-container .slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.amslick-slider-container .slick-slider .slick-list,.amslick-slider-container .slick-slider .slick-track {
    transform: translate3d(0,0,0)
}

.amslick-slider-container .slick-track {
    top: 0;
    left: 0;
    margin: 0 auto
}

.amslick-slider-container .slick-track:after,.amslick-slider-container .slick-track:before {
    display: table;
    content: ''
}

.amslick-slider-container .slick-track:after {
    clear: both
}

.amslick-slider-container .slick-slide,.amslick-slider-container .slick-slide.slick-loading img {
    display: none
}

.amslick-slider-container .slick-slide {
    float: left;
    min-height: 1px;
    height: 100%;
    vertical-align: middle
}

.amslick-slider-container [dir=rtl] .slick-slide {
    float: right
}

.amslick-slider-container .slick-slide.dragging img {
    pointer-events: none
}

.amslick-slider-container .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.amslick-slider-container .slick-arrow.slick-hidden {
    display: none
}

.amslick-slider-container .slick-loading .slick-list {
    position: relative;
    background: 0 0
}

.amslick-slider-container .slick-loading .slick-list:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 25px;
    height: 25px;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(0,0,0,.2);
    border-top-color: #5c5c5c;
    border-radius: 100%;
    content: '';
    transform: translate(-50%,-50%);
    animation: loading 1s infinite linear
}

.amslick-slider-container .slick-next.slick-disabled,.amslick-slider-container .slick-prev.slick-disabled {
    opacity: .25
}

.amslick-slider-container .slick-dotted.slick-slider {
    margin-bottom: 30px
}

.amslick-slider-container .slick-dots {
    position: absolute;
    left: 0;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: center
}

.amslick-slider-container .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.amslick-slider-container .slick-dots li button,.amslick-slider-container .slick-slider .slick-arrow,.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar>.action,.amslick-slider-container .slick-dots li .action-gift {
    display: block;
    outline: 0;
    box-shadow: none;
    cursor: pointer
}

.amslick-slider-container .slick-dots li button,.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar>.action,.amslick-slider-container .slick-dots li .action-gift {
    padding: 5px;
    width: 20px;
    height: 20px;
    border: 0;
    background: 0 0;
    color: transparent;
    font-size: 0;
    line-height: 0
}

.amslick-slider-container .slick-dots li button:focus:before,.amslick-slider-container .slick-dots li button:hover:before,.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar>.action:focus:before,.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar>.action:hover:before,.amslick-slider-container .slick-dots li .action-gift:focus:before,.amslick-slider-container .slick-dots li .action-gift:hover:before {
    opacity: 1
}

.amslick-slider-container .slick-dots li button:before,.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar>.action:before,.amslick-slider-container .slick-dots li .action-gift:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    color: #000;
    content: '•';
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.amslick-slider-container .slick-dots li.slick-active button:before,.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar>.action:before,.amslick-slider-container .slick-dots li.slick-active .action-gift:before {
    color: #000;
    opacity: .75
}

.amslick-slider-container .slick-slider {
    box-sizing: border-box;
    padding: 0 20px;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.amslick-slider-container .slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    padding: 0;
    width: 15px;
    height: 22px;
    border: none;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
    color: transparent;
    font-size: 0;
    line-height: 0;
    transition: background .3s ease;
    transform: translate(0,-50%)
}

.amslick-slider-container .slick-slider .slick-arrow:before,.amslick-slider-container .slick-slider .slick-arrow:after {
    content: ''
}

.amslick-slider-container .slick-slider .slick-arrow:hover {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat
}

.amslick-slider-container .slick-slider .slick-arrow.slick-next {
    right: 0
}

.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
    left: 0;
    transform: rotate(180deg) translate(0,50%)
}

.amslick-slider-container .slick-initialized .slick-slide {
    display: inline-block !important;
    float: none !important;
    height: auto
}

.amslick-slider-container .product-items.slick-slider>.slick-list {
    padding: 15px 0
}

.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
    display: block !important;
    margin: auto !important;
    max-width: 205px
}

.amslick-slider-container .sidebar.sidebar-additional {
    width: 100%
}

@keyframes loading {
    0% {
        transform: translate(-50%,-50%) rotate(0)
    }

    100% {
        transform: translate(-50%,-50%) rotate(359.9deg)
    }
}

.ampromo-overlay {
    position: fixed;
    top: -9999px;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    text-align: center;
    opacity: 0;
    transition: opacity .4s linear
}

.ampromo-overlay.-show {
    top: 0;
    opacity: 1
}

.ampromo-items-content {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    max-height: 95vh;
    overflow: auto;
    margin: 30px auto;
    padding: 24px;
    border: 1px solid #ededed;
    text-align: left;
    background-color: #fff
}

.ampromo-items-content .ampromo-popup-title,.ampromo-items-content .ampromo-item-buttons,.ampromo-items-content .ampromo-title {
    text-align: center
}

.ampromo-items-content .ampromo-popup-title .ampromo-counter {
    font-weight: 700
}

.ampromo-items-content .ampromo-item {
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 8px 7px;
    border: 1px solid #ededed;
    transition: .6s
}

.ampromo-items-content .ampromo-item:hover {
    background: #ccc
}

.ampromo-items-content .ampromo-item .fieldset .field {
    margin-bottom: 10px
}

.ampromo-items-content .ampromo-item .fieldset .field .label {
    margin-bottom: 3px
}

.ampromo-items-content .ampromo-popup-title {
    margin: 0 auto 20px
}

.ampromo-items-content .ampromo-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
    background-size: contain;
    font-size: 0;
    cursor: pointer;
    opacity: .8
}

.ampromo-items-content .ampromo-close:hover {
    opacity: 1;
    transition: opacity .2s ease
}

.ampromo-items-content .ampromo-button {
    box-shadow: none;
    border: none
}

.ampromo-items-content .ampromo-item.-selected {
    background: #1f78c2
}

.ampromo-items-content .ampromo-item.-selected .ampromo-options {
    max-height: 690px
}

.ampromo-items-content .ampromo-item-image {
    display: block;
    margin: 7px auto
}

.ampromo-items-content .ampromo-title {
    margin: 0
}

.ampromo-item .ampromo-options {
    margin-bottom: 20px;
    padding: 0 5px;
    overflow: hidden;
    transition: max-height .2s ease
}

.ampromo-gallery {
    width: 850px;
    margin: 0 30px
}

.ampromo-gallery[data-count="1"] {
    width: 280px
}

.ampromo-gallery[data-count="2"] {
    width: 570px
}

.ampromo-slick .slick-prev,.ampromo-slick .slick-next {
    width: 42px !important;
    height: 42px !important
}

.ampromo-slick .slick-prev {
    left: -45px !important
}

.ampromo-slick .slick-next {
    right: -45px !important
}

.ampromo-slick .slick-dots {
    padding: 0 !important
}

.ampromo-slick .slick-dots button,.ampromo-slick .slick-dots button:hover,.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar>.action,.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar>.action:hover,.ampromo-slick .slick-dots .action-gift,.ampromo-slick .slick-dots .action-gift:hover {
    height: 20px;
    width: 20px;
    padding: 5px !important;
    background: 0 0 !important;
    border: none !important;
    text-indent: 0 !important
}

.ampromo-slick .slick-slide {
    vertical-align: top
}

.ampromo-items-add {
    display: none;
    margin-bottom: 12px;
    padding: 7px;
    border: 1px solid #ededed;
    text-align: center
}

.ampromo-items-add>a {
    text-decoration: none;
    border-bottom: 1px dashed
}

.checkout-index-index .ampromo-items-add:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 12px;
    background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
    background-size: contain;
    vertical-align: middle
}

.ampromo-items-form {
    background: #fff;
    padding: 5px
}

.ampromo-items-form .ampromo-qty {
    width: 30%;
    margin-left: 35%;
    margin-top: 10%
}

.ampromo-items-form .product-info-price {
    padding-bottom: 10px;
    text-align: center;
    word-break: break-all
}

.ampromo-items-form .price-base-price .price {
    font-size: 25px;
    text-decoration: line-through
}

.ampromo-items-form .price-new-price .price-wrapper {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700
}

.ampromo-items-form .ampromo-item-qty-input>.mage-error {
    float: left
}

.ampromo-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    width: 80px;
    height: 80px
}

.ampromo-loading.-show {
    display: inline-block
}

.ampromo-loading:after {
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    content: ' ';
    border-radius: 50%;
    border: 6px solid #ccc;
    border-color: #ccc transparent;
    animation: load 1.2s linear infinite
}

.ampromo-carousel-product.-loading {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: .3;
    pointer-events: none
}

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

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

@media only screen and (max-width: 1000px) and (min-width:701px) {
    .ampromo-overlay .ampromo-gallery {
        width:570px;
        margin: 0 auto 30px
    }

    .ampromo-items-content {
        padding: 24px 54px
    }
}

@media only screen and (max-width: 700px) {
    .ampromo-overlay .ampromo-gallery {
        width:280px;
        margin: 0 auto
    }

    .ampromo-items-content {
        padding: 24px 54px
    }

    .ampromo-items-form .product-info-price>*:first-child,.ampromo-items-form .product-info-price>*:last-child {
        padding: 0
    }
}

@media only screen and (max-width: 400px) {
    .ampromo-overlay .ampromo-gallery {
        margin:0 auto 30px auto
    }

    .ampromo-overlay .slick-prev,.ampromo-overlay .slick-next {
        display: none !important
    }

    .ampromo-items-content {
        padding: 15px
    }
}

.si3d-iframe-root {
    height: 100vh;
    width: 100%;
    border: none;
    max-height: 870px
}

.si3d-root {
    padding: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 50px
}

@media only screen and (max-width: 540px) {
    .si3d-iframe-root {
        max-height:500px
    }
}

@media only screen and (max-width: 860px) {
    .si3d-iframe-root {
        max-height:600px
    }
}

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

.flex-style {
    display: -webkit-flex;
    display: flex
}

.earthday-block h3 {
    margin: 0;
    padding: 0
}

.earthday-block .earthday-wrapper .earthday-content-block {
    width: 100%;
    border: 2px solid #46a35c;
    border-radius: 22px;
    box-shadow: 0 0 0 17px #b2dbc9;
    box-sizing: border-box;
    margin-top: 20px;
    background: #fff;
    position: relative
}

.earthday-block .earthday-wrapper .earthday-content-block>.title {
    color: #fff;
    text-align: center;
    background: #46a35c
}

.earthday-block .earthday-wrapper .earthday-content-block .fieldset {
    margin-top: 31px
}

.earthday-block .earthday-wrapper .earthday-content-block .field.earthday-email-block,.earthday-block .earthday-wrapper .earthday-content-block .field.earthday-mobile-block {
    margin-top: 13px
}

.earthday-block .earthday-wrapper .earthday-content-block .field.earthday-proof-block .type-company {
    display: none
}

.earthday-block .earthday-wrapper .earthday-content-block .field label,.earthday-block .earthday-wrapper .earthday-content-block .field input {
    display: inline-block
}

.earthday-block .earthday-wrapper .earthday-content-block .field label {
    position: relative;
    font-weight: 700
}

.earthday-block .earthday-wrapper .earthday-content-block .field label.required {
    padding-left: 10px
}

.earthday-block .earthday-wrapper .earthday-content-block .field label.required:before {
    content: '*';
    position: absolute;
    left: 0;
    top: 2px
}

.earthday-block .earthday-wrapper .earthday-content-block .field input,.earthday-block .earthday-wrapper .earthday-content-block .field textarea {
    border-color: #505050
}

.earthday-block .earthday-wrapper .earthday-content-block .field input[type=text] {
    height: 40px
}

.earthday-block .earthday-wrapper .earthday-content-block .field.earthday-type-block {
    display: inline-block;
    vertical-align: top
}

.earthday-block .earthday-wrapper .earthday-content-block .field.earthday-type-block label {
    padding: 0
}

.earthday-block .earthday-wrapper .earthday-content-block .field.earthday-submit-block {
    margin-top: 24px
}

.earthday-block .earthday-wrapper .earthday-content-block .field.earthday-submit-block .submit {
    padding: 0 40px
}

.earthday-block .earthday-wrapper .earthday-content-block .field.earthday-submit-block .privacy-link {
    margin-top: 7px
}

.earthday-block .earthday-wrapper .earthday-content-block .field.earthday-submit-block .description {
    margin-top: 8px
}

.earthday-block .earthday-wrapper .earthday-content-block .field textarea {
    width: 100%;
    height: 94px;
    line-height: 1.2
}

.earthday-block .earthday-wrapper .earthday-content-block .field textarea:not([disabled]):focus {
    box-shadow: none
}

.earthday-block .earthday-wrapper .earthday-content-block .field .control {
    margin-left: 5px
}

.earthday-block .earthday-wrapper .earthday-content-block .field .control input[type=file] {
    display: none
}

.earthday-block .earthday-wrapper .earthday-content-block .field .control .file-trigger {
    cursor: pointer
}

.earthday-block .earthday-wrapper .earthday-content-block .field .control .file-trigger.has-img {
    display: none !important
}

.earthday-block .earthday-wrapper .earthday-content-block .field .control div.file-trigger {
    width: 184px;
    height: 94px;
    line-height: 94px;
    text-align: center;
    border: 1px solid #505050
}

.earthday-block .earthday-wrapper .earthday-content-block .field .control span.file-trigger {
    color: #0067b8;
    text-decoration: underline
}

.earthday-block .earthday-wrapper .earthday-content-block .field label>span:not(.label),.earthday-block .earthday-wrapper .earthday-content-block .field .description {
    color: #666;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: left
}

.earthday-block .earthday-wrapper .earthday-content-block .earthday-error {
    color: #d50303;
    font-size: 1.2rem
}

.earthday-block .earthday-wrapper .earthday-content-block .document-show-wrapper p {
    margin-bottom: 0
}

._amcheckout-selectable-container,.amcheckout-step-container .shipping-address-items,.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content>.amcheckout-wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between
}

._amcheckout-selectable-item,.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,.amcheckout-step-container .shipping-address-items .shipping-address-item,.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    display: block;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #f9f9f9;
    border-radius: 2px;
    background: #f9f9f9;
    cursor: pointer
}

._amcheckout-selectable-item:not(:last-of-type),.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 15px
}

._amcheckout-selectable-item:hover,.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
    box-shadow: 0 2px 8px rgba(56,77,108,.4)
}

._amcheckout-selectable-item.-selected,.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
    border-color: #1979c3
}

@media all and (min-width: 768px) {
    ._amcheckout-selectable-item,.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,.amcheckout-step-container .shipping-address-items .shipping-address-item,.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
        width:48%
    }

    ._amcheckout-selectable-item:nth-last-child(-n+2),.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n+2),.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n+2),.amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n+2),.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n+2),.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n+2) {
        margin-bottom: 0
    }
}

.checkout-index-index .authentication-wrapper {
    margin-right: 9px
}

.checkout-index-index .checkout-header {
    margin: 12px 0 20px;
    padding: 0 9px;
    width: 70%
}

.checkout-index-index .checkout-header .title {
    margin: 0 auto 7px
}

.checkout-index-index .checkout-header .description {
    font-size: 18px
}

.checkout-index-index .opc-wrapper.am-opc-wrapper {
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    width: 100%
}

.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 100%
}

.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n+1):before {
    display: block
}

.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n+1):before {
    display: none
}

.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
    width: 50%
}

.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
    width: 100%
}

.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
    width: 100%;
    min-width: 0
}

.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
    display: none
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
    margin: 0
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
    margin-bottom: 0
}

.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
    display: none
}

.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
    display: none
}

.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
    display: none
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
    border: none
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
    -webkit-flex-basis: 100%;
    flex-basis: 100%
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
    text-align: left
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
    padding: 0 22px 20px
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
    margin-right: 0
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar>.primary {
    padding-right: 0
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block>li {
    list-style-type: none
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
    margin-bottom: 10px
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
    word-break: break-all;
    word-wrap: break-word
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
    max-width: 500px
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
    margin: 5px 0 10px
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
    margin-top: 15px
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
    margin: 0 20px 0 0
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
    float: right
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
    display: none
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
    float: right
}

.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
    display: none
}

.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
    display: block
}

.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
    display: block;
    position: fixed;
    z-index: 999;
    width: 1560px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #eaeaea;
    left: 50%;
    transform: translate(-50%)
}

.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar>* {
    float: none
}

.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
    bottom: auto;
    top: 0
}

.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
    bottom: 0
}

.checkout-index-index .checkout-block {
    margin: 7px 9px 32px;
    padding: 24px 12px;
    background: #fff;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,.15);
    -webkit-transition: box-shadow .5s;
    -moz-transition: box-shadow .5s;
    -ms-transition: box-shadow .5s;
    transition: box-shadow .5s
}

.checkout-index-index .checkout-block:hover {
    box-shadow: 0 1px 4px 1px rgba(25,121,195,.45)
}

.checkout-index-index .am-checkout {
    margin: 20px 0;
    padding: 12px
}

.checkout-index-index .am-checkout:not(.-modern) {
    background: #eaeaea
}

.checkout-index-index .opc-block-summary {
    margin: -24px -12px 0;
    padding: 24px 12px
}

.checkout-index-index .opc-block-summary .minicart-items-wrapper {
    margin: 0
}

.checkout-index-index .additional-options {
    margin: 24px 7px 12px
}

.checkout-index-index .additional-options .checkout-agreements .action-show {
    line-height: 1.42857143;
    padding: 0;
    color: #006bb4;
    text-decoration: none;
    background: 0 0;
    border: 0;
    display: inline;
    font-weight: 400;
    border-radius: 0
}

.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
    box-shadow: none
}

.checkout-index-index .additional-options .field {
    margin-top: 7px
}

.checkout-index-index .am-gift-message .edit-link {
    display: none;
    color: #1979c3;
    cursor: pointer
}

.checkout-index-index .am-gift-message.checked .edit-link {
    display: inline
}

.checkout-index-index .amcheckout-delivery-date .field {
    float: left;
    padding-top: 4px;
    width: 100%;
    box-sizing: border-box
}

.checkout-index-index .amcheckout-delivery-date .field.comment {
    width: 100%
}

.checkout-index-index .amcheckout-delivery-date .field.datepicker,.checkout-index-index .amcheckout-delivery-date .field.timepicker {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.checkout-index-index .amcheckout-delivery-date .field.datepicker .control,.checkout-index-index .amcheckout-delivery-date .field.timepicker .control {
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 60%
}

.checkout-index-index .amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
    margin-left: 7px
}

.checkout-index-index .amcheckout-delivery-date .field .label {
    display: block;
    margin: 12px 0
}

.checkout-index-index .amcheckout-delivery-date .clearer {
    clear: both
}

.checkout-index-index .amcheckout-delivery-date .field._required>.label:after,.checkout-index-index .additional-options .field._required .label:after {
    margin: 0 0 0 5px;
    font-size: 1.2rem;
    content: '*';
    color: #e02b27
}

.checkout-index-index .opc-block-summary .minicart-items input[type=number]::-webkit-inner-spin-button,.checkout-index-index .opc-block-summary .minicart-items input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button !important
}

.checkout-index-index .opc-block-summary .minicart-items input[type=number]:focus {
    -moz-appearance: spinner !important
}

.checkout-index-index .opc-block-summary .minicart-items input.qty {
    width: 55px
}

.checkout-index-index .opc-block-summary .minicart-items button,.checkout-index-index .opc-block-summary .minicart-items .cart.table-wrapper .actions-toolbar>.action,.checkout-index-index .opc-block-summary .minicart-items .action-gift {
    margin-top: 12px;
    float: right
}

.checkout-index-index .opc-block-summary .minicart-items .delete {
    float: left;
    padding: 3px;
    width: 7px;
    height: 7px;
    border: 1px #b6b6b6 solid;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
    background-size: 7px;
    cursor: pointer
}

.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
    padding-left: 118px
}

.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
    margin-left: 16px
}

@media (min-width: 900px) {
    .checkout-index-index .opc-wrapper.am-opc-wrapper {
        -webkit-flex-direction:row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
        width: 50%
    }

    .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
        width: 33.3%
    }
}

.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
    max-width: 600px
}

.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
    min-width: unset
}

.checkout-payment-method .payment-methods {
    margin: 0
}

.checkout-payment-method .payment-methods .actions-toolbar .primary {
    padding: 14px 17px;
    font-size: 1.8rem;
    line-height: 2.2rem
}

.checkout-payment-method.submit .payment-methods {
    margin: 0
}

.fieldset.address {
    margin: 0 -7px
}

.fieldset.address>.field {
    display: inline-block;
    padding: 0 7px;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box
}

.checkout-success .success-messages {
    margin-bottom: 40px;
    font-size: 1.8rem
}

.account .column.main .order-details-items {
    margin-bottom: 0
}

.account .column.main .order-details-items .order-items .data.table>tbody>tr:nth-child(even)>td {
    background: 0 0
}

.page-main .block.block-order-details {
    margin-bottom: 25px
}

.page-main .block.block-order-details .delivery {
    float: right;
    font-weight: 700
}

.page-main .block.block-order-details .delivery .delivery-field {
    float: left;
    margin-left: 12px
}

.page-main .block.block-order-details .order-date {
    padding-bottom: 25px;
    border-bottom: 1px solid #c6c6c6;
    font-size: 1.6rem
}

.page-main .block.block-order-details-comments {
    margin-bottom: 35px
}

.page-main .block.block-order-details-view {
    margin-bottom: 10px
}

.page-main .block.block-order-details-view:nth-child(2) .block-title {
    display: none
}

#registration {
    position: relative;
    margin: 20px 0 25px;
    padding: 0 0 0 12px;
    width: 600px;
    border-left: 3px solid #f58c12
}

#registration br {
    display: none
}

#registration form {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.opc-estimated-wrapper .minicart-wrapper {
    display: none
}

.am-checkout.-modern {
    box-sizing: border-box;
    padding: 0;
    background: 0 0
}

.am-checkout.-modern.-layout-1column {
    margin: auto;
    max-width: 750px
}

.am-checkout.-modern .checkout-header {
    padding: 0
}

.am-checkout.-modern .authentication-wrapper {
    margin-right: 0
}

.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
    padding: 5px 20px;
    height: auto;
    border-radius: 2px;
    background: #1979c3;
    color: #fff
}

.am-checkout.-modern .opc-estimated-wrapper {
    margin: 0 -15px 15px
}

.amcheckout-main-container.-modern {
    clear: both;
    color: #363636
}

.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
    margin: 40px 0 0
}

.amcheckout-step-container {
    font-size: 16px
}

.amcheckout-step-container>li {
    list-style: none
}

.amcheckout-step-container .amcheckout-title {
    display: block;
    margin: 0;
    padding: 15px;
    background: #eee;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer
}

.amcheckout-step-container .amcheckout-title>.amcheckout-icon {
    position: relative;
    float: right;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border: 2px solid #1979c3;
    border-radius: 50%;
    transition: all .3s ease
}

.amcheckout-step-container .amcheckout-title>.amcheckout-icon:hover,.amcheckout-step-container .amcheckout-title>.amcheckout-icon:hover:before {
    border-color: #429fe7
}

.amcheckout-step-container .amcheckout-title>.amcheckout-icon:before {
    position: absolute;
    top: 41%;
    left: 50%;
    display: block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-right: 2px solid #1979c3;
    border-bottom: 2px solid #1979c3;
    content: '';
    transition: all .3s ease;
    transform: translate(-50%,-50%) rotate(45deg)
}

.amcheckout-step-container .amcheckout-title>.amcheckout-icon.-minus {
    transform: rotate(180deg)
}

.amcheckout-step-container .amcheckout-title+.amcheckout-content>.amcheckout-wrapper {
    padding: 20px 0
}

.amcheckout-step-container .fieldset:last-child {
    margin-bottom: 0
}

.amcheckout-step-container .fieldset>.legend+br {
    display: none
}

.amcheckout-step-container .fieldset>.field>.label,.amcheckout-step-container .fieldset>.fields>.field>.label {
    font-weight: 400
}

.amcheckout-step-container .opc-block-summary {
    margin: 0;
    padding: 0
}

.amcheckout-step-container .checkout-payment-method .field-select-billing,.amcheckout-step-container .checkout-payment-method .billing-address-form {
    max-width: inherit
}

.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
    margin-top: 15px
}

.amcheckout-step-container .note {
    color: #777
}

.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),.amcheckout-step-container .cart.table-wrapper .actions-toolbar>.action:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),.amcheckout-step-container .action-gift:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) {
    border: none;
    border-radius: 2px;
    background: #1979c3;
    box-shadow: none;
    color: #fff
}

.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,.amcheckout-step-container button:not(.braintree-googlepay-button):hover,.amcheckout-step-container .cart.table-wrapper .actions-toolbar>.action:not(.braintree-googlepay-button):hover,.amcheckout-step-container .action-gift:not(.braintree-googlepay-button):hover {
    border: none
}

.amcheckout-step-container .amcheckout-button.-new-address {
    margin-top: 20px
}

.amcheckout-step-container .payment-method-content>.actions-toolbar>.primary .action.primary {
    float: none;
    margin: 0 15px 0 0;
    padding: 12px 16px;
    font-size: 16px
}

.amcheckout-step-container .action-edit-address {
    margin-top: 15px
}

.amcheckout-step-container .primary .action.checkout,.amcheckout-step-container .action.checkout.amasty {
    padding: 14px 30px;
    background: #315499
}

.amcheckout-step-container .form-discount .actions-toolbar .action {
    min-height: 40px
}

.amcheckout-step-container input[type=text],.amcheckout-step-container input[type=password],.amcheckout-step-container input[type=url],.amcheckout-step-container input[type=tel],.amcheckout-step-container input[type=search],.amcheckout-step-container input[type=number],.amcheckout-step-container input[type=datetime],.amcheckout-step-container input[type=email],.amcheckout-step-container select {
    height: 40px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    font-size: 16px
}

.amcheckout-step-container .checkout-agreements .action-show {
    background: inherit;
    color: inherit;
    font-size: inherit
}

.amcheckout-step-container .checkout-agreements .action-show,.amcheckout-step-container .action.checkout.amasty {
    height: auto
}

.amcheckout-step-container input[type=checkbox],.amcheckout-step-container input[type=radio] {
    display: none
}

.amcheckout-step-container input[type=checkbox]+label,.amcheckout-step-container input[type=radio]+label {
    display: flex;
    cursor: pointer
}

.amcheckout-step-container input[type=checkbox]+label span:only-child,.amcheckout-step-container input[type=radio]+label span:only-child {
    flex: auto
}

.amcheckout-step-container input[type=checkbox]+label:before,.amcheckout-step-container input[type=radio]+label:before {
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 15px 0 0;
    min-width: 15px;
    min-height: 15px;
    width: 15px;
    height: 15px;
    border: 2px solid #ccc;
    background: #fff !important;
    content: '';
    cursor: pointer
}

.amcheckout-step-container input[type=checkbox]+label:hover:before,.amcheckout-step-container input[type=radio]+label:hover:before,.amcheckout-step-container input[type=checkbox]:checked+label:before,.amcheckout-step-container input[type=radio]:checked+label:before {
    border-color: #1979c3;
    box-shadow: 0 2px 4px rgba(63,156,215,.4)
}

.amcheckout-step-container input[type=checkbox]+label:before {
    border-radius: 2px
}

.amcheckout-step-container input[type=checkbox]:checked+label:before {
    border-width: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
    background-size: contain !important
}

.amcheckout-step-container input[type=radio]+label:before {
    border-radius: 50%;
    transition: all .2s ease
}

.amcheckout-step-container input[type=radio]:checked+label:before {
    border-width: 5px
}

.amcheckout-step-container .amcheckout-form-login,.amcheckout-step-container .form-login {
    margin-bottom: 30px;
    border-bottom: 1px solid #d4d4d4
}

.amcheckout-step-container .amcheckout-form-login .amcheckout-email,.amcheckout-step-container .form-login .amcheckout-email {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.amcheckout-step-container .amcheckout-form-login .amcheckout-password,.amcheckout-step-container .form-login .amcheckout-password {
    width: calc(50% - 7px)
}

.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
    margin: 0;
    width: 100%
}

.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    margin-left: 10px;
    height: 40px
}

.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,.amcheckout-step-container .form-login .amcheckout-email .note {
    margin-left: auto;
    color: #363636;
    line-height: 40px
}

.amcheckout-step-container .amcheckout-form-login .amcheckout-password,.amcheckout-step-container .form-login .amcheckout-password {
    display: inline-block
}

.amcheckout-step-container .amcheckout-form-login .amcheckout-password.-confirm,.amcheckout-step-container .form-login .amcheckout-password.-confirm {
    float: right
}

.amcheckout-step-container .amcheckout-form-login .actions-toolbar,.amcheckout-step-container .form-login .actions-toolbar {
    margin-bottom: 20px
}

.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
    margin-top: 20px
}

.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
    margin-bottom: 10px
}

.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    padding: 20px
}

.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
    display: none
}

.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
    margin-top: 20px
}

.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
    float: right;
    border: 1px solid #1787e0;
    background: #ddf0ff;
    color: #1979c3
}

.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
    background: #1787e0;
    color: #fff
}

.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
    padding-left: 0;
    background: 0 0;
    color: #4e4e4e;
    font-size: 16px
}

.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
    color: #1979c3
}

.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
    background-size: contain;
    content: ''
}

.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
    background-size: contain
}

.amcheckout-step-container .shipping-address-items .shipping-address-item {
    padding: 20px;
    line-height: 30px
}

.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
    visibility: hidden
}

.amcheckout-step-container .amcheckout-shipping-methods {
    display: block;
    max-width: inherit !important
}

.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
    display: none
}

.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    padding: 0 20px
}

.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
    border: none
}

.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
    position: relative
}

.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
    color: #c00815
}

.amcheckout-step-container .checkout-billing-address .actions-toolbar {
    margin-top: 15px
}

.amcheckout-step-container .checkout-billing-address .actions-toolbar>.primary {
    float: none;
    padding: 10px 20px
}

.amcheckout-step-container .checkout-billing-address .actions-toolbar>.primary .action {
    margin-top: 0
}

.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
    background: 0 0;
    color: #1979c3
}

.amcheckout-step-container .amcheckout-delivery-date .field {
    width: 100%
}

.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    display: block
}

.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
    width: 100%
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
    margin: 0
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group+.payment-group .step-title {
    margin: 0
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
    margin-bottom: 40px
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    padding: 0;
    width: 100%
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 20px
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
    padding: 0;
    border: none !important
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
    padding: 20px;
    align-items: flex-start
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label>*:not(:only-child):not(:last-of-type) {
    margin-right: 5px
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
    margin-left: auto;
    text-align: right
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
    display: none
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
    display: block;
    padding: 0 20px 0 45px
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content>* {
    margin: 0
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content>*>* {
    margin: 0 0 20px
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
    display: inline-block;
    vertical-align: middle
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar>.primary {
    float: left;
    padding-left: 0
}

.amcheckout-step-container .amcheckout-summary-container {
    background: 0 0
}

.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #315499;
    color: #fff
}

.amcheckout-step-container .amcheckout-summary-container .amcheckout-title>.amcheckout-icon {
    background: #fff
}

.amcheckout-step-container .amcheckout-summary-container .amcheckout-content>.amcheckout-wrapper {
    padding: 20px
}

.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
    margin-bottom: 20px;
    border-bottom: 1px solid #d4d4d4
}

.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    box-sizing: border-box;
    padding: 0;
    width: 10px;
    height: 15px;
    border: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
    background-size: contain
}

.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
    background-size: contain
}

.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
    float: left;
    margin-bottom: 10px
}

.amcheckout-step-container .amcheckout-summary-container .product-item .product {
    padding-bottom: 15px
}

.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
    margin: 0;
    border: 1px solid #d4d4d4
}

.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
    padding-left: 100px
}

.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
    padding: 15px 0 0
}

.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
    display: flex;
    align-items: center
}

.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
    display: flex;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 20px 10px 0
}

.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
    border: 1px solid #1787e0;
    border-radius: 2px;
    background: #f0f8ff;
    color: #1787e0
}

.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
    background: #e6f3ff
}

.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
    padding-right: 20px
}

.amcheckout-step-container .amcheckout-summary-container .product-item-name {
    margin: 0
}

.amcheckout-step-container .amcheckout-summary-container .details-qty {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0 0
}

.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
    margin-right: 10px
}

.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
    height: 30px
}

.amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: auto
}

.amcheckout-step-container .amcheckout-summary-container .field.configurable {
    width: 50%
}

.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
    margin-bottom: 10px
}

.amcheckout-step-container .amcheckout-summary-container .table-totals {
    width: 100%;
    border: none;
    font-size: 14px
}

.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
    border-top: none
}

.amcheckout-step-container .amcheckout-summary-container .item-options .label {
    display: block;
    margin-bottom: 10px
}

.amcheckout-step-container .amcheckout-additional-options {
    margin: 0;
    padding: 0 20px;
    border: 1px solid #f9f9f9;
    background: #f9f9f9;
    font-size: 0
}

.amcheckout-step-container .amcheckout-additional-options>* {
    font-size: 14px
}

.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    margin: 20px 0
}

.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes>* {
    margin-bottom: 5px
}

.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
    text-align: left
}

.amcheckout-step-container .opc-payment-additional {
    padding: 0 20px
}

.amcheckout-step-container .opc-payment-additional .payment-option-title,.amcheckout-step-container .opc-payment-additional .payment-option-content {
    padding-right: 0;
    padding-left: 0
}

.amcheckout-step-container .opc-payment-additional .label {
    display: block;
    margin-bottom: 4px
}

.amcheckout-step-container .opc-payment-additional .form-discount .label {
    display: none
}

.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
    margin-top: 40px
}

.block-product-amount-list {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 45px
}

.product-amount-grid .product-detail .product-amount-title {
    font-size: 2.8rem;
    margin-bottom: 5px
}

.product-amount-grid .product-detail .product-amount {
    font-size: 1.6rem;
    margin-bottom: 7px
}

.product-amount-grid .product-detail .product-amount .know-more-button {
    margin-left: 10px
}

.product-amount-grid .product-detail .product-amount .know-more-button .know-more {
    color: #0067be
}

.product-amount-grid .product-detail .img-box {
    font-size: 0
}

.product-amount-grid .product-detail .img-box img {
    width: 100%
}

.product-amount-grid .product-detail>a {
    display: block
}

.product-amount-grid .product-list {
    width: 91%;
    padding: 0;
    margin: 22px auto 0;
    background: #fff
}

.product-amount-grid .product-list .item-box li.item,.product-amount-grid .product-list .item-box div.item {
    padding: 0 8px;
    margin-bottom: 40px
}

.product-amount-grid .product-list .slick-prev:before,.product-amount-grid .product-list .slick-next:before {
    font-size: 2.8rem;
    font-family: "ms-icon" !important;
    color: #000
}

.product-amount-grid .product-list .slick-prev,.product-amount-grid .product-list .slick-next {
    background: 0 0;
    width: auto
}

.product-amount-grid .product-list .slick-prev:not(.primary),.product-amount-grid .product-list .slick-next:not(.primary) {
    background: 0 0
}

.product-amount-grid .product-list .slick-prev {
    left: -2.7rem
}

.product-amount-grid .product-list .slick-next {
    right: -2.7rem
}

.product-amount-grid .product-list .slick-next:before {
    content: "\e918" !important
}

.product-amount-grid .product-list .slick-prev:before {
    font-family: "ms-icon" !important;
    content: "\e917" !important
}

.product-amount-grid .product-list .product-item-wrapper {
    box-shadow: 0px 4px 8px rgba(0,0,0,.25);
    position: relative
}

.product-amount-grid .product-list .product-item-wrapper a.public-click-a:hover~.detail-box .content-box .product-name {
    text-decoration: underline
}

.product-amount-grid .product-list .product-item-wrapper .detail-box {
    padding: 1rem 3.2rem 2.5rem 2.7rem;
    min-height: 24rem;
    height: 24rem;
    position: relative;
    box-sizing: border-box
}

.product-amount-grid .product-list .product-item-wrapper .detail-box .content-box .product-name {
    margin-top: 6px;
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #0067be;
    font-weight: 600
}

.product-amount-grid .product-list .product-item-wrapper .detail-box .content-box .detail {
    margin-top: 10px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 1.4rem
}

.product-amount-grid .product-list .product-item-wrapper .detail-box .content-box .product-label-box {
    min-height: 21px;
    max-height: 42px;
    overflow: hidden
}

.product-amount-grid .product-list .product-item-wrapper .detail-box .content-box .product-label-box .label-item {
    display: inline-block;
    margin-right: 20px;
    font-size: 1.4rem;
    color: #e51e1e
}

.product-amount-grid .product-list .product-item-wrapper .detail-box .product-price-box {
    position: absolute;
    top: 16rem
}

.product-amount-grid .product-list .product-item-wrapper .detail-box .product-price-box .price-box {
    margin: 0
}

.product-amount-grid .product-list .product-item-wrapper .detail-box .product-price-box .price-sale {
    color: #0067be;
    font-weight: 700
}

.product-amount-grid .product-list .product-item-wrapper .detail-box .product-price-box .price-box span {
    font-size: 1.6rem
}

.product-amount-grid .product-list .product-item-wrapper .detail-box .product-price-box .price-box span.price-original {
    font-size: 1.4rem
}

.product-amount-grid .product-list .product-item-wrapper .detail-box .product-price-box .price-original {
    color: #666;
    padding-left: 10px;
    text-decoration: line-through
}

.product-amount-grid .product-list .product-item-wrapper .detail-box .product-price-box .price-discount {
    margin-top: 5px;
    color: rgba(9,116,27,.88);
    font-size: 1.6rem
}

.product-amount-grid .product-list .product-item-wrapper img {
    width: 100%
}

.product-amount-grid.common-product-amount-grid .product-list {
    width: 100%
}

body.page-layout-category-promotion .message.info.empty {
    display: none !important;
    opacity: 0 !important
}

.categorypath-promotion.category-promotion .product-amount-grid .product-list {
    margin: 0 auto
}

.return-info .entrance-return-info .goods-order-number,.return-info .entrance-exchange-info .goods-order-number {
    font-size: 1.4rem
}

.return-info .entrance-return-info .goods-info-details,.return-info .entrance-exchange-info .goods-info-details {
    border: 1px solid #505050;
    margin-top: 9px;
    padding: 14px 7px 10px 17px
}

.return-info .entrance-return-info .goods-info-details .goods-info-qty,.return-info .entrance-exchange-info .goods-info-details .goods-info-qty {
    text-align: center;
    display: inline-block;
    padding-right: 15px
}

.return-info .entrance-return-info .goods-info-details .goods-info-price,.return-info .entrance-exchange-info .goods-info-details .goods-info-price {
    text-align: right;
    display: inline-block
}

.return-info .entrance-return-info .entrance-return-content {
    padding-bottom: 8px
}

.return-info .entrance-return-info .entrance-return-content .goods-received,.return-info .entrance-return-info .entrance-return-content .goods-not-received {
    font-size: 1.4rem
}

.return-info .entrance-return-info .entrance-return-content .goods-received button,.return-info .entrance-return-info .entrance-return-content .goods-not-received button,.return-info .entrance-return-info .entrance-return-content .goods-received .cart.table-wrapper .actions-toolbar>.action,.return-info .entrance-return-info .entrance-return-content .goods-not-received .cart.table-wrapper .actions-toolbar>.action,.return-info .entrance-return-info .entrance-return-content .goods-received .action-gift,.return-info .entrance-return-info .entrance-return-content .goods-not-received .action-gift {
    height: 55px;
    font-size: 1.4rem;
    margin-bottom: 11px;
    width: 172px
}

.return-info .entrance-return-info .goods-received-mess {
    font-size: 1.2rem;
    color: #666;
    padding-bottom: 33px
}

.contact-our-service {
    font-size: 1.6rem;
    max-width: 350px
}

.contact-our-service .static-return-sup {
    padding-bottom: 17px;
    font-weight: 700;
    line-height: 32px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.contact-our-service .static-return-sup .icon-customer-service:before {
    margin-right: 10px;
    font-size: 28px;
    vertical-align: middle;
    font-weight: 400
}

.contact-our-service .static-return-link {
    display: inline-block;
    padding: 4px 0 13px
}

.contact-our-service .static-return-button {
    border: 1px solid #0067b8;
    color: #0067b8;
    width: 152px;
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0 15px;
    line-height: 3.8rem;
    text-align: center
}

.contact-our-service .static-return-button a {
    display: block
}

.contact-our-service span {
    display: block
}

.goods-content,.exchange-content {
    padding-bottom: 20px
}

.goods-content>div,.exchange-content>div {
    width: 100%
}

.goods-content .legend,.exchange-content .legend {
    padding-bottom: 12px
}

.goods-content .legend span,.exchange-content .legend span {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700
}

.goods-content .legend a,.exchange-content .legend a {
    display: inline-block;
    text-align: right;
    float: right
}

.goods-content .legend a span,.exchange-content .legend a span {
    font-weight: 400
}

.goods-content .legend a span:active,.exchange-content .legend a span:active,.goods-content .return-action a span:active,.exchange-content .return-action a span:active,.goods-content .legend a span:focus,.exchange-content .legend a span:focus,.goods-content .return-action a span:focus,.exchange-content .return-action a span:focus,.goods-content .legend a span:hover,.exchange-content .legend a span:hover,.goods-content .return-action a span:hover,.exchange-content .return-action a span:hover {
    color: #0067b8
}

.goods-content .field label,.exchange-content .field label {
    padding-right: 8px
}

.goods-content .field.reasons,.exchange-content .field.reasons {
    padding-bottom: 9px
}

.goods-content .field.other-reasons,.exchange-content .field.other-reasons {
    padding-bottom: 8px
}

.goods-content .field.logistics-info label,.exchange-content .field.logistics-info label {
    display: none
}

.goods-content .field.logistics-info .control select,.exchange-content .field.logistics-info .control select {
    max-width: 147px;
    margin-right: 15px
}

.goods-content .field.refund-amount,.exchange-content .field.refund-amount {
    padding-bottom: 5px
}

.goods-content .field.refund-amount span,.exchange-content .field.refund-amount span {
    display: inline-block
}

.goods-content .field input,.exchange-content .field input,.goods-content .field select,.exchange-content .field select {
    height: 40px;
    border: 1px solid #505050
}

.goods-content .field input.mage-error,.exchange-content .field input.mage-error,.goods-content .field select.mage-error,.exchange-content .field select.mage-error {
    border-color: #fc4242
}

.goods-content .field.required label:before,.exchange-content .field.required label:before,.goods-content .field-area-group.required label:before,.exchange-content .field-area-group.required label:before {
    content: '*';
    display: inline-block
}

.goods-content .field.required label span,.exchange-content .field.required label span,.goods-content .field-area-group.required label span,.exchange-content .field-area-group.required label span {
    padding-left: 3px;
    display: inline-block
}

.goods-content .return-reason span,.exchange-content .return-reason span {
    line-height: 24px;
    display: block
}

.goods-content .return-action,.exchange-content .return-action {
    padding: 20px 0 9px
}

.goods-content .return-action a,.exchange-content .return-action a {
    display: inline-block;
    padding-left: 34px
}

.goods-content .return-alert,.exchange-content .return-alert {
    color: #666;
    padding-bottom: 18px
}

.goods-content .return-reminder,.exchange-content .return-reminder {
    padding-top: 9px
}

.require-icon:before {
    content: '*';
    display: inline-block
}

.entrance-return-info .refund-amount .require-icon {
    width: 90px
}

.entrance-return-info .refund-amount .require-icon:after {
    padding-left: 5px;
    content: ':';
    display: inline-block
}

.require-tip {
    width: 100%
}

.require-tip:before {
    content: '*';
    display: inline-block
}

.confirmed-return-info,.confirmed-exchange-info {
    font-size: 1.8rem
}

.confirmed-return-info .content-confirmed,.confirmed-exchange-info .content-confirmed {
    font-size: 1.6rem;
    padding-bottom: 28px
}

.confirmed-return-info .content-confirmed>div,.confirmed-exchange-info .content-confirmed>div {
    line-height: 28px
}

.confirmed-return-info .content-confirmed span,.confirmed-exchange-info .content-confirmed span {
    display: inline-block
}

.confirmed-return-info .text-confirmed,.confirmed-exchange-info .text-confirmed {
    padding-bottom: 22px
}

.confirmed-return-info .text-confirmed span:before,.confirmed-exchange-info .text-confirmed span:before {
    margin-right: 21px;
    font-size: 3rem;
    vertical-align: middle
}

.confirmed-return-info .link-confirmed,.confirmed-exchange-info .link-confirmed {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    padding-bottom: 26px
}

.confirmed-return-info .link-confirmed a,.confirmed-exchange-info .link-confirmed a {
    padding-left: 22px
}

.confirmed-return-info .policy-confirmed .title-policy,.confirmed-exchange-info .policy-confirmed .title-policy {
    padding-bottom: 17px
}

.confirmed-return-info .policy-confirmed .details-policy,.confirmed-exchange-info .policy-confirmed .details-policy {
    border: 1px solid #505050;
    padding: 11px 12px 13px
}

.confirmed-return-info .policy-confirmed .details-policy a,.confirmed-exchange-info .policy-confirmed .details-policy a {
    padding-top: 5px;
    font-size: 1.4rem;
    display: block
}

.confirmed-return-info .policy-confirmed .details-policy a span:active,.confirmed-exchange-info .policy-confirmed .details-policy a span:active,.confirmed-return-info .policy-confirmed .details-policy a span:focus,.confirmed-exchange-info .policy-confirmed .details-policy a span:focus,.confirmed-return-info .policy-confirmed .details-policy a span:hover,.confirmed-exchange-info .policy-confirmed .details-policy a span:hover {
    color: #0067b8
}

.confirmed-return-info .bold-confirmed,.confirmed-exchange-info .bold-confirmed {
    font-weight: 700;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.exchange-content .field.other-reasons {
    padding-bottom: 12px
}

.exchange-content .field.region label,.exchange-content .field.city label,.exchange-content .field.district label {
    display: none
}

.exchange-content .field.consignee-name {
    padding-bottom: 12px
}

.exchange-content .field.mobile-phone-number {
    padding-bottom: 24px
}

.exchange-content .field-area-group.new-delivery-address {
    padding-bottom: 15px
}

.exchange-content .field-area-group.new-delivery-address>.control:after {
    content: '';
    display: block;
    clear: both
}

.exchange-content .field-area-group.new-delivery-address>.control>.field .control {
    width: 100%
}

.exchange-content .field-area-group.new-delivery-address .field {
    width: calc((100% - 27px)/3);
    float: left
}

.exchange-content .field-area-group.new-delivery-address .field.street-address {
    width: 100%
}

.exchange-content .field-area-group.new-delivery-address .field.region {
    margin-right: 10px
}

.exchange-content .field-area-group.new-delivery-address .field.city {
    margin-right: 17px
}

.exchange-content .field-area-group.new-delivery-address .field.street-address {
    margin-top: 13px
}

.exchange-content .return-reason {
    padding-bottom: 9px
}

.exchange-content .return-action {
    padding: 0 0 9px
}

.upload-error {
    color: #d50303;
    font-size: 1.2rem
}

@media screen and (max-width: 1280px) and (min-width:768px) {
    .field-area-group .field-bank+.field {
        padding-bottom:15px
    }

    .field-area-group .field-bank+.field label {
        width: 120px !important;
        padding-right: 21px
    }

    .field-area-group .field-bank+.field .control {
        width: calc((100% - 120px)) !important
    }
}

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

.column .block-addbysku .sku {
    margin-right: -155px;
    padding-right: 160px;
    width: 100%
}

.column .block-addbysku .skus>.label {
    margin-top: 10px
}

.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 5px 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 .reset {
    margin: 10px 0
}

.column .block-addbysku .note {
    display: block;
    margin: 0 0 20px
}

.block-cart-failed {
    margin-top: 40px
}

.block-cart-failed .block-title {
    font-size: 2.4rem
}

.block-cart-failed .block-title strong {
    font-weight: 700
}

.block-cart-failed .actions {
    text-align: center
}

.block-cart-failed .actions .action {
    margin-bottom: 10px
}

.payment-method-braintree .hosted-control {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: '微软雅黑','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 32px;
    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: #000
}

.payment-method-braintree .hosted-control::-webkit-input-placeholder {
    color: #000
}

.payment-method-braintree .hosted-control:-ms-input-placeholder {
    color: #000
}

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

.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: #d50303;
    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('../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: 0 0;
    -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: 0 0;
    border: none
}

.action-braintree-paypal-logo:hover {
    background: 0 0;
    border: none
}

.action-braintree-paypal-logo.disabled,.action-braintree-paypal-logo[disabled],fieldset[disabled] .action-braintree-paypal-logo {
    pointer-events: none;
    opacity: .3
}

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

@media screen and (min-width: 768px) {
    .hide-for-pc {
        display:none !important
    }
}

.action-confirm-stock-notify.action {
    cursor: pointer
}

.home_use_program-invite-index .page.messages .messages-wrapper .messages-error-overlay,.catalog-product-buybox.page-product-bundle .page.messages .messages-wrapper .messages-error-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 901;
    width: 100vw;
    height: 100%;
    background: #000;
    opacity: .8
}

.home_use_program-invite-index .page.messages .messages-wrapper .messages,.catalog-product-buybox.page-product-bundle .page.messages .messages-wrapper .messages {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 902;
    width: 100vw;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center
}

.home_use_program-invite-index .page.messages .messages-wrapper .messages .message.error:first-child,.catalog-product-buybox.page-product-bundle .page.messages .messages-wrapper .messages .message.error:first-child {
    position: relative;
    width: 16vw;
    max-height: 200px;
    display: block;
    background: #fff;
    z-index: 902;
    opacity: 1;
    padding: 2vw 1vw 0;
    color: #000
}

.home_use_program-invite-index .page.messages .messages-wrapper .messages .message.error:first-child:before,.catalog-product-buybox.page-product-bundle .page.messages .messages-wrapper .messages .message.error:first-child:before {
    line-height: 18px;
    font-family: "ms-icon";
    font-size: 18px;
    content: "\e90c";
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.home_use_program-invite-index .page.messages .messages-wrapper .messages .message.error:first-child>div,.catalog-product-buybox.page-product-bundle .page.messages .messages-wrapper .messages .message.error:first-child>div {
    background: #fff;
    color: #000;
    padding: 20px 0;
    text-align: center
}

.home_use_program-invite-index .page.messages .messages-wrapper .messages .message.error:first-child>div:after,.catalog-product-buybox.page-product-bundle .page.messages .messages-wrapper .messages .message.error:first-child>div:after {
    content: "确定";
    background: #0067b8;
    width: 150px;
    height: 35px;
    line-height: 35px;
    border: none;
    outline: none;
    color: #fff;
    display: block;
    margin: 40px auto 0;
    cursor: pointer
}

.home_use_program-invite-index .page.messages .messages-wrapper .messages .message.error:not(:first-child),.catalog-product-buybox.page-product-bundle .page.messages .messages-wrapper .messages .message.error:not(:first-child) {
    display: none
}

.home_use_program-invite-index .page.messages .messages-wrapper .messages-error-overlay {
    z-index: 1000
}

.home_use_program-invite-index .page.messages .messages-wrapper .messages {
    z-index: 1001
}

.home_use_program-invite-index .page.messages .messages-wrapper .messages .message.error:first-child>div:after {
    content: "";
    background: 0 0;
    margin: 0
}

.catalog-product-buybox.page-product-bundle .modal-popup.stock-notification .message.error>*:first-child:before {
    font-family: 'ms-icon';
    font-size: 21px
}

.catalog-product-buybox.page-product-bundle .cms-top-container {
    display: none
}

.catalog-product-buybox.page-product-bundle .columns .column.main {
    padding-bottom: 0 !important
}

.catalog-product-buybox.page-product-bundle .swiper-container {
    width: 100%;
    box-sizing: border-box
}

.catalog-product-buybox.page-product-bundle .product-details .main-full-bottom-item.width-button {
    text-indent: -6px;
    margin-top: 6px
}

.catalog-product-buybox.page-product-bundle .price-as-saved {
    color: #d63a02
}

.catalog-product-buybox .columns .column.main {
    padding-bottom: 0 !important
}

.catalog-product-buybox .product-info-buyinfo .pre-order-product i {
    font-style: normal !important
}

.bundle-header-addtocart {
    height: 72px;
    width: 100%;
    position: fixed;
    top: 55px;
    background: #fff;
    z-index: 99;
    box-shadow: 4px 4px 4px #e6e6e6;
    border-top: 1px solid #e6e6e6;
    display: flex
}

.bundle-header-addtocart #bundleHeaderSummary {
    margin: 0 auto;
    display: inline-block;
    width: 90%;
    position: relative;
    max-width: 1600px;
    font-style: normal
}

@media screen and (max-width: 768px) {
    .bundle-header-addtocart #bundleHeaderSummary {
        width:100%
    }
}

.bundle-header-addtocart #bundleHeaderSummary .price-configured_price {
    min-width: 300px;
    position: absolute;
    right: 154px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

@media screen and (max-width: 768px) {
    .bundle-header-addtocart #bundleHeaderSummary .price-configured_price {
        width:calc((100% - 170px))
    }
}

.bundle-header-addtocart #bundleHeaderSummary .price-configured_price .price-as-saved {
    margin-bottom: 0 !important;
    text-align: right
}

@media screen and (max-width: 768px) {
    .bundle-header-addtocart #bundleHeaderSummary .price-configured_price .price-as-saved {
        font-size:12px;
        text-align: left
    }
}

.bundle-header-addtocart #bundleHeaderSummary .price-configured_price .price-as-configured {
    margin-bottom: 0 !important;
    position: initial;
    display: inline-block;
    width: 100%
}

.bundle-header-addtocart #bundleHeaderSummary .price-configured_price .price-as-configured .price-configured_price {
    position: inherit;
    text-align: right;
    width: 100%;
    display: inline-block
}

@media screen and (max-width: 768px) {
    .bundle-header-addtocart #bundleHeaderSummary .price-configured_price .price-as-configured .price-configured_price {
        text-align:left
    }
}

.bundle-header-addtocart #bundleHeaderSummary .price-configured_price .price-as-configured .price_label_all {
    font-size: 18px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .bundle-header-addtocart #bundleHeaderSummary .price-configured_price .price-as-configured .price_label_all {
        font-size:14px
    }
}

body.saa_active .bundle-header-addtocart #bundleHeaderSummary .price-configured_price .price-as-configured .price_label_all {
    font-size: 14px;
    font-weight: 400
}

@media screen and (max-width: 768px) {
    body.saa_active .bundle-header-addtocart #bundleHeaderSummary .price-configured_price .price-as-configured .price_label_all {
        font-size:12px
    }
}

.bundle-header-addtocart #bundleHeaderSummary .price-configured_price .price-as-configured .price {
    font-size: 18px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .bundle-header-addtocart #bundleHeaderSummary .price-configured_price .price-as-configured .price {
        font-size:14px
    }
}

.bundle-header-addtocart #bundleHeaderSummary .price-configured_price .price-as-configured .price:before {
    content: ""
}

body.saa_active .bundle-header-addtocart #bundleHeaderSummary .price-configured_price .price-as-configured .price {
    font-size: 14px;
    font-weight: 400
}

@media screen and (max-width: 768px) {
    body.saa_active .bundle-header-addtocart #bundleHeaderSummary .price-configured_price .price-as-configured .price {
        font-size:12px
    }
}

.bundle-header-addtocart #bundleHeaderSummary .price-configured_price i {
    font-style: inherit
}

.bundle-header-addtocart #bundleHeaderSummary .price-configured_price .interest-free {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    display: none;
    text-align: right;
    letter-spacing: 0 !important
}

.bundle-header-addtocart #bundleHeaderSummary .price-configured_price .interest-free .free-title,.bundle-header-addtocart #bundleHeaderSummary .price-configured_price .interest-free .free-price {
    letter-spacing: 0 !important
}

@media screen and (max-width: 768px) {
    .bundle-header-addtocart #bundleHeaderSummary .price-configured_price .interest-free {
        font-size:14px;
        text-align: left
    }
}

body.single_active .bundle-header-addtocart #bundleHeaderSummary .price-configured_price .interest-free,body.saa_active .bundle-header-addtocart #bundleHeaderSummary .price-configured_price .interest-free {
    display: block
}

.bundle-header-addtocart .bundle-heade-content {
    max-width: 1600px;
    margin: 0 auto
}

.bundle-header-addtocart .bundle-heade-content .left-product-name {
    display: block;
    float: left;
    line-height: 72px;
    font-size: 16px;
    font-weight: 700
}

.bundle-header-addtocart .bundle-heade-content .right-add-to-cart {
    display: block;
    float: right;
    width: 300px;
    height: 72px;
    justify-content: center
}

.bundle-header-addtocart .bundle-heade-content .right-add-to-cart .price-part {
    width: 150px;
    float: left;
    margin-top: 15px
}

.bundle-header-addtocart .bundle-heade-content .right-add-to-cart .price-part span {
    display: block
}

.bundle-header-addtocart .bundle-heade-content .right-add-to-cart .price-part span.final-price {
    display: block;
    font-size: 18px;
    font-weight: 700
}

.bundle-header-addtocart .bundle-heade-content .right-add-to-cart .add-btn {
    width: 140px;
    height: 40px;
    float: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    cursor: pointer
}

.bundle-header-addtocart .bundle-heade-content .right-add-to-cart .add-btn1 {
    position: absolute;
    right: 0;
    top: 20px
}

@media screen and (max-width: 768px) {
    .bundle-header-addtocart .bundle-heade-content .right-add-to-cart .add-btn1 {
        right:5px !important;
        top: 10px !important
    }
}

.bundle-header-addtocart .bundle-heade-content .right-add-to-cart .add-btn1 .box-outofstock {
    margin-top: -20px
}

.bundle-options-container {
    clear: both;
    display: block;
    width: 90%;
    max-width: 1600px;
    margin: 115px auto 0 auto;
    box-sizing: border-box
}

@media screen and (min-width: 768px) {
    .bundle-options-container {
        display:flex;
        justify-content: space-between
    }
}

.bundle-options-container .mobile-bundle-title .product-name-title {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    margin-top: 34px
}

.bundle-options-container .mobile-bundle-title .short-description {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 1;
    margin: 19px 0 35px
}

.bundle-options-container .product-info-main {
    width: calc(((100% - 10px)/3));
    box-shadow: none;
    margin: 0;
    padding: 0;
    display: block;
    vertical-align: top;
    display: inline-block;
    position: relative
}

.bundle-options-container .product-info-main .bundle-actions {
    display: none
}

.bundle-options-container .product-info-main .pdp-img-modal {
    display: none
}

.bundle-options-container .product-info-main .product-info-picture {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    position: relative
}

.bundle-options-container .product-info-main .product-info-picture .picture-wrapper {
    max-width: 338px;
    height: auto;
    margin: 0 auto
}

.bundle-options-container .product-add-form {
    display: inline-block;
    width: calc(((100% - 10px)/3*2))
}

.bundle-options-container .product-add-form form {
    display: inline-block;
    width: 100%
}

.bundle-options-container .product-add-form .bundle-options-wrapper,.bundle-options-container .product-add-form #bundleSummary {
    clear: both;
    width: 100%
}

.bundle-options-container .product-add-form #bundleSummary {
    background: 0 0
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper {
    width: 100%
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .fieldset {
    width: 100%;
    overflow: hidden
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .fieldset:last-child {
    margin-bottom: 0 !important
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options~p.required {
    display: none
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .no-pointer {
    opacity: .55 !important;
    pointer-events: none !important
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect {
    padding-top: 27px;
    border-top: 1px solid #d2d2d2;
    margin-bottom: 38px;
    position: relative
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary {
    cursor: pointer
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .price-saved-notice {
    height: 16px;
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #cb3701
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .price-notice .price_label {
    display: none
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .field.choice label {
    cursor: pointer
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.has-value {
    opacity: 1;
    pointer-events: all
}

body.saa_active .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.has-value.configurable {
    margin-bottom: 38px
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.hide {
    opacity: 0 !important;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    width: 0;
    overflow: hidden
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute {
    margin-bottom: 19px
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute .swatch-attribute-label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 19px;
    display: none
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute .swatch-option.disabled {
    display: none !important
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute .swatch-attribute-options {
    margin: 0 0 10px
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute .swatch-option.text {
    height: 63px;
    line-height: 63px;
    box-sizing: border-box;
    margin: 0 32px 0 0;
    padding: 0;
    width: calc(((100% - 128px)/4));
    background: 0 0;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px
}

@media screen and (min-width: 1280px) and (max-width:1366px) {
    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute .swatch-option.text {
        padding:5px !important
    }
}

@media screen and (min-width: 1024px) and (max-width:1280px) {
    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute .swatch-option.text {
        width:calc(((100% - 66px)/4));
        padding: 5px !important;
        margin: 0 15px 10px 0 !important
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute .swatch-option.text {
        width:calc(((100% - 64px)/2))
    }
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute .swatch-option.text:focus {
    box-shadow: none
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute .swatch-option.text.selected {
    position: relative;
    outline: 1px solid #000
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute .swatch-option.text.selected:after {
    font-family: "ms-icon";
    position: absolute;
    content: "\e73d";
    right: 0;
    top: 0;
    font-size: 18px;
    line-height: 1
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute .swatch-option.text.outofstock .product-label {
    display: none !important
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute .swatch-option.text.outofstock,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute .swatch-option.text.other-option-instock {
    background: #f2f2f2 !important;
    color: rgba(0,0,0,.6) !important
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute .swatch-option.text.outofstock:before,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute .swatch-option.text.other-option-instock:before {
    content: "缺货";
    position: absolute;
    left: 30px;
    top: 16px;
    font-size: 12px;
    font-weight: 700;
    line-height: normal
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute .swatch-option.text.other-option-instock {
    background: #f2f2f2 !important;
    color: rgba(0,0,0,.6) !important
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute .swatch-option.text.other-option-instock:before {
    content: "其他颜色有货";
    position: absolute;
    left: 30px;
    top: 16px;
    font-size: 12px;
    font-weight: 700;
    line-height: normal
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute .swatch-option.text.outofstock[marketing_status="BTO"] {
    background: #fff !important;
    color: #000 !important
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute .swatch-option.text.outofstock[marketing_status="BTO"]:before {
    content: "需致电客服采购";
    position: absolute;
    left: 15px;
    top: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    background: #ffb902;
    padding: 0 12px;
    height: 20px;
    line-height: 20px
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text {
    background: 0 0;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 12px;
    height: auto;
    min-height: 211px
}

body.saa_active .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text {
    min-height: 229px
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .label-new {
    height: 30px;
    display: none
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .product-label {
    position: absolute;
    font-size: 12px;
    background: #ffb902;
    height: 20px;
    line-height: 20px;
    padding: 0 12px;
    margin-left: 12px
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .config-options {
    height: 75px;
    overflow: hidden;
    display: block;
    line-height: normal;
    font-size: 14px;
    text-align: left;
    padding: 41px 14px 15px;
    border-bottom: 1px solid #d2d2d2
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .config-options span {
    display: flex
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .config-options span:before {
    content: "";
    font-size: 15px;
    margin-right: 5px;
    height: 4px;
    width: 4px;
    background: #000;
    display: inline-block;
    border-radius: 50%
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .config-options span:not(.for-sup-class) {
    align-items: flex-start
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .config-options span:not(.for-sup-class):before {
    margin-top: 8px;
    min-width: 4px
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .config-options span.for-sup-class {
    display: flex;
    position: relative;
    margin: 0
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .config-options span.for-sup-class b {
    display: flex;
    margin-top: 8px
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .config-options span.for-sup-class b:before {
    content: "";
    font-size: 15px;
    margin-right: 5px;
    height: 4px;
    width: 4px;
    background: #000;
    display: inline-block;
    border-radius: 50%
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .config-options span.for-sup-class p {
    margin: 0
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .config-options span.for-sup-class:before {
    margin: 0;
    height: 0;
    width: 0
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .price-part {
    margin-top: 22px;
    line-height: normal;
    padding: 0 14px;
    font-size: 14px;
    text-align: left;
    min-height: 80px
}

@media screen and (min-width: 1024px) and (max-width:1400px) {
    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .price-part {
        font-size:13px !important
    }
}

@media screen and (min-width: 1024px) and (max-width:1580px) {
    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .price-part {
        padding:0 !important
    }
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .price-part span.price,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .price-part span.price-installment {
    display: block
}

@media screen and (min-width: 1024px) and (max-width:1280px) {
    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .price-part span.price,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .price-part span.price-installment {
        font-size:12px !important
    }
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .price-part span.price .price,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .price-part span.price-installment .price {
    display: inline-block
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .price-part .price-msrp {
    font-size: 12px !important
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .price-part .price-msrp span {
    display: inline;
    font-size: 12px !important
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .price-part .price-saved {
    font-size: 12px !important;
    color: #d63a02;
    line-height: 16px
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .price-part .price-saved span {
    display: inline
}

@media screen and (min-width: 768px) {
    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.win_setup .swatch-option.text {
        width:calc(((100% - 64px)/2))
    }
}

@media screen and (min-width: 768px) {
    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-attribute-options {
        display:flex;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 767px) {
    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-attribute-options {
        display:flex;
        flex-wrap: wrap;
        flex-flow: column
    }
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .control,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .control {
    margin: 36px 0 0
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .bottom-warranty .warranty-message,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .bottom-warranty .warranty-message {
    font-size: 12px;
    display: inline-block;
    padding-left: 30px;
    width: 100%;
    margin-top: 14px;
    box-sizing: border-box
}

@media screen and (min-width: 1280px) and (max-width:1440px) {
    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .bottom-warranty .warranty-message,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .bottom-warranty .warranty-message {
        padding-left:10px !important
    }
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .options-list,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .options-list {
    padding: 43px 46px;
    box-sizing: border-box;
    width: 100%;
    background: #f2f2f2;
    display: inline-block;
    position: relative
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .options-list .swiper-button-prev:after,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .options-list .swiper-button-prev:after,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .options-list .swiper-button-next:after,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .options-list .swiper-button-next:after {
    color: #000
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .options-list label.label:before,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .options-list label.label:before {
    content: ""
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .options-list.has-product-label .label-new,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .options-list.has-product-label .label-new {
    visibility: visible !important
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .qty-holder,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .qty-holder,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options input[type=radio],.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options input[type=radio] {
    opacity: 0 !important;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    width: 0;
    overflow: hidden
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice {
    width: calc(((100% - 87px)/3));
    display: block;
    float: left
}

@media screen and (max-width: 768px) {
    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice {
        width:100%
    }
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice.warranty-product .text-cloum,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice.warranty-product .text-cloum {
    height: 156px !important
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice.warranty-product .text-cloum .product-name,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice.warranty-product .text-cloum .product-name {
    height: auto;
    font-weight: 400 !important
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice.warranty-product .text-cloum .short-description,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice.warranty-product .text-cloum .short-description {
    -webkit-line-clamp: 3 !important;
    font-size: 12px
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice.warranty-product .text-cloum .short-description p,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice.warranty-product .text-cloum .short-description p {
    display: inline
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice.warranty-product .text-cloum .to-know-more,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice.warranty-product .text-cloum .to-know-more {
    font-size: 12px
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice.warranty-product .img-cloum,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice.warranty-product .img-cloum,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice.warranty-product .label-new,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice.warranty-product .label-new {
    display: none !important
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice.warranty-product .price-cloum,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice.warranty-product .price-cloum {
    height: 40px
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice.warranty-product label.label,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice.warranty-product label.label {
    padding: 59px 8px 19.5px 14px !important
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice input.has-img+label.label,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice input.has-img+label.label {
    min-height: 399px
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice label.label.label-stockout,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label.label-stockout {
    background: rgba(255,255,255,.3);
    color: rgba(0,0,0,.7)
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice label.label.label-stockout .label-new,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label.label-stockout .label-new {
    visibility: hidden !important
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice label.label.label-stockout .img-cloum,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label.label-stockout .img-cloum {
    opacity: .3
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice label.label.label-stockout .text-cloum,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label.label-stockout .text-cloum {
    position: relative
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice label.label.label-stockout .text-cloum:before,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label.label-stockout .text-cloum:before {
    position: absolute;
    content: "缺货";
    left: 0;
    top: -10px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice label.label,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label {
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: #fff;
    max-width: calc((100% - 70px));
    width: auto;
    margin: 0 auto;
    min-height: 219px;
    border: 1px solid #737373
}

@media screen and (min-width: 1025px) and (max-width:1440px) {
    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice label.label,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label {
        padding:10px;
        max-width: calc((100% - 30px))
    }
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice label.label .img-cloum,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label .img-cloum {
    display: flex;
    justify-content: center;
    height: 195px;
    width: 100%;
    background: #f2f2f2
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice label.label .img-cloum img,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label .img-cloum img {
    height: 100%;
    text-align: center;
    margin: 0 auto
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice label.label .label-new,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label .label-new {
    height: 30px;
    visibility: hidden
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice label.label span.product-label,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label span.product-label {
    font-size: 12px;
    background: #ffb902;
    height: 20px;
    line-height: 20px;
    padding: 0 12px;
    display: inline-block;
    margin-top: 10px;
    width: auto
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice label.label .text-cloum,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label .text-cloum {
    display: block;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
    height: 180px
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice label.label .text-cloum .product-name,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label .text-cloum .product-name {
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice label.label .text-cloum .short-description,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label .text-cloum .short-description {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-top: 14px;
    width: 100%
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice label.label .price-cloum,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label .price-cloum {
    margin-top: 15px;
    height: 100px
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice label.label .price-cloum .price-notice,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label .price-cloum .price-notice,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice label.label .price-cloum .price-installment-notice,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label .price-cloum .price-installment-notice {
    display: inline-block;
    width: 100%
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice label.label .price-cloum .price-installment-notice .price,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label .price-cloum .price-installment-notice .price {
    width: auto
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice label.label .price-cloum .price-msrp-notice,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label .price-cloum .price-msrp-notice {
    width: 100%;
    font-size: 12px !important
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice label.label .price-cloum .price-msrp-notice span,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label .price-cloum .price-msrp-notice span {
    width: auto;
    font-size: 12px !important
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice input:checked+label.label,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice input:checked+label.label {
    border: 2px solid #000;
    position: relative
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice input:checked+label.label:after,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice input:checked+label.label:after {
    font-family: "ms-icon";
    position: absolute;
    content: "\e73d";
    right: 0;
    top: 0;
    font-size: 18px;
    line-height: 1
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .hide,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .hide {
    opacity: 0 !important;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    width: 0;
    overflow: hidden
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .price-cloum {
    position: relative;
    padding-left: 35px
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .price-cloum:before {
    content: "\e739";
    font-family: "ms-icon";
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    font-size: 25px;
    top: 4px;
    display: block
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options label.label:after {
    display: none
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options input:checked+label.label .price-cloum:before {
    content: "\e73d";
    color: #0067b8
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .mage-error {
    position: absolute;
    left: 240px;
    top: 0;
    font-weight: 400;
    font-size: 14px;
    width: calc((100% - 240px));
    margin: 0
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .mage-error {
        left:150px;
        width: calc((100% - 150px))
    }
}

@media screen and (max-width: 768px) {
    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .mage-error {
        width:100%;
        position: inherit;
        font-size: 12px;
        margin-top: 22px
    }
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary::-webkit-details-marker {
    display: none
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding-left: 48px;
    position: relative
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary:before {
    font-family: "ms-icon";
    content: "\e918";
    display: inline-block;
    font-size: 18px;
    text-align: center;
    position: absolute;
    left: 13px;
    transform: rotate(0deg)
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary span.selected-result {
    font-size: 14px;
    margin-left: 140px;
    font-weight: 400;
    position: absolute;
    max-width: 58%
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary .result-price {
    position: absolute;
    left: 240px;
    top: 0;
    font-weight: 400;
    font-size: 14px;
    width: calc((100% - 240px));
    z-index: 2
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary .result-price {
        left:150px;
        width: calc((100% - 150px))
    }
}

@media screen and (max-width: 768px) {
    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary .result-price {
        width:100%;
        position: inherit
    }
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary .result-price .price {
    font-size: 12px;
    display: block;
    float: right;
    text-align: right;
    position: absolute;
    width: auto;
    right: 0;
    top: 0;
    line-height: 24px
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary .result-price .month-price {
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top: 24px;
    right: 0;
    display: none
}

body.single_active .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary .result-price .month-price,body.saa_active .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary .result-price .month-price {
    display: block
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary .result-price .text-all-option {
    width: calc((100% - 194px));
    display: inline-block
}

@media screen and (max-width: 768px) {
    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary .result-price .text-all-option {
        width:100%
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary .result-price .text-all-option body.saa_active {
        margin-top: 28px
    }
}

@media screen and (min-width: 768px) {
    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary .result-price .text-all-option {
        height:48px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary .result-price .text-all-option:hover {
        background: #fff;
        padding: 0 10px 7px;
        height: auto !important;
        overflow: initial;
        display: block
    }
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary+div {
    display: none
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect[open] {
    opacity: 1;
    pointer-events: all
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect[open] summary:before {
    content: "\e918";
    transform: rotate(90deg)
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .swatch-opt,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .control {
    margin: 36px 48px;
    box-sizing: border-box
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type {
    margin-bottom: 26px
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type button,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type .cart.table-wrapper .actions-toolbar>.action,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type .action-gift {
    width: calc(((100% - 72px)/3));
    min-height: 63px;
    background: 0 0;
    border: 1px solid #000;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    margin-bottom: 10px
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type button:nth-child(3n+2),.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type .cart.table-wrapper .actions-toolbar>.action:nth-child(3n+2),.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type .action-gift:nth-child(3n+2) {
    margin: 0 29px 10px
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type button._active,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type .cart.table-wrapper .actions-toolbar>.action._active,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type .action-gift._active {
    border-width: 2px;
    position: relative
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type button._active:after,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type .cart.table-wrapper .actions-toolbar>.action._active:after,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type .action-gift._active:after {
    font-family: "ms-icon";
    position: absolute;
    content: "\e73d";
    right: 0;
    top: 0;
    font-size: 18px;
    line-height: 1
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type button._active[data-bundletype="10"]~[data-element=main] .bank-info,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type button._active[data-bundletype="10"]~[data-element=main] .bank-icon,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type .cart.table-wrapper .actions-toolbar>.action._active[data-bundletype="10"]~[data-element=main] .bank-info,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type .cart.table-wrapper .actions-toolbar>.action._active[data-bundletype="10"]~[data-element=main] .bank-icon,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type .action-gift._active[data-bundletype="10"]~[data-element=main] .bank-info,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type .action-gift._active[data-bundletype="10"]~[data-element=main] .bank-icon {
    display: block
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type .bank-info {
    display: none;
    margin: 26px 0 5px;
    font-size: 12px
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type .bank-info a {
    color: #0067b8
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type .bank-icon {
    display: none
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type .bank-icon p {
    font-size: 12px;
    color: #666;
    margin-bottom: 8px
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type .bank-icon .icons img {
    margin-right: 10px
}

.bundle-options-container .legend.title {
    font-weight: 700;
    line-height: 1.9;
    font-size: 2.4rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.bundle-options-container .action.back {
    margin-bottom: 30px
}

.bundle-options-container .price-box .price {
    font-size: 18px;
    font-weight: 700
}

.bundle-options-container .block-bundle-summary {
    background: #e8e8e8;
    padding: 10px 20px
}

.bundle-options-container .block-bundle-summary>.title>strong {
    font-weight: 700;
    line-height: 1.9;
    font-size: 2.4rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.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: 700;
    line-height: 1.9;
    font-size: 1.9rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    display: block
}

.bundle-options-container .block-bundle-summary .bundle.items>li {
    margin-bottom: 10px
}

@media screen and (max-width: 768px) {
    .bundle-options-container .block-bundle-summary .box-tocart #product-addtocart-button {
        display:none
    }

    .bundle-options-container .block-bundle-summary .box-tocart .pre-order {
        position: fixed;
        background: #f2f2f2;
        bottom: 55px;
        height: 24px;
        text-align: center;
        width: 100%;
        margin: 0 0 0 -32px !important;
        line-height: 24px
    }
}

.bundle-options-container .block-bundle-summary .box-tocart .actions {
    display: inline-block;
    margin-bottom: 10px
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action {
    vertical-align: top
}

.bundle-options-container .nested .field.qty {
    margin-top: 20px
}

.bundle-options-container .nested .field.qty .label {
    font-weight: 700;
    margin: 0 0 5px;
    display: inline-block
}

.bundle-options-container p.required {
    color: #d50303
}

.bundle-options-container .product-options-bottom {
    clear: left
}

#bundleSummary .price-as-saved {
    margin-bottom: 7px
}

#bundleSummary .price-as-configured {
    margin-bottom: 11px
}

body.saa_active #bundleSummary .price-as-configured {
    margin-bottom: 7px
}

#bundleSummary .price-as-configured .price_label_all {
    font-size: 18px;
    font-weight: 700
}

body.saa_active #bundleSummary .price-as-configured .price_label_all {
    font-size: 14px;
    font-weight: 400
}

#bundleSummary .price-as-configured .price {
    font-size: 18px;
    font-weight: 700
}

#bundleSummary .price-as-configured .price:before {
    content: ""
}

body.saa_active #bundleSummary .price-as-configured .price {
    font-size: 14px;
    font-weight: 400
}

#bundleSummary i {
    font-style: inherit
}

#bundleSummary .interest-free {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 11px;
    display: none
}

body.single_active #bundleSummary .interest-free,body.saa_active #bundleSummary .interest-free {
    display: block
}

#bundleSummary .box-tocart #product-addtocart-button {
    width: 140px
}

#bundleSummary .pre-order {
    margin: 0;
    font-size: 12px
}

#bundleSummary .student-verify {
    margin: 11px 0 0;
    font-size: 14px
}

.bundle-options-container .product-info-main .product-info-picture .backto-buybox {
    text-align: center;
    margin: 10px
}

.bundle-options-container .product-info-main .product-info-picture .backto-buybox a {
    text-decoration: none
}

.config-promise-popup-content {
    display: none
}

.most-show {
    margin-top: 20px;
    display: inline-block !important
}

.important-hide {
    display: none !important
}

.actions.bto-init {
    display: none !important
}

.primary.tocart.bto-hide {
    display: none
}

@media screen and (min-width: 768px) and (max-width:1366px) {
    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label .price-cloum {
        height:145px
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .field.choice label.label .price-cloum {
        height: 145px
    }
}

.products {
    margin: 14px 0 24px
}

.catalog-category-view .sub-category-content .price-box .price-label:after {
    content: "" !important
}

.product-items {
    font-size: 0
}

.product-item {
    font-size: 1.4rem;
    vertical-align: top;
    display: inline-block;
    width: 25%
}

.products-grid .product-item {
    position: relative;
    display: inline-block;
    margin-left: 2%;
    margin-bottom: 16px;
    padding: 5px;
    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: 0;
    word-wrap: break-word;
    position: relative
}

.product-item-name .product-item-link {
    font-size: 1.8rem;
    font-weight: 700;
    padding-top: 36px;
    display: block
}

.product-item-info {
    max-width: 100%;
    width: 152px
}

.page-products .product-item-info {
    width: 100%
}

.product-item-label {
    font-size: 1.2rem;
    margin-top: 12px;
    display: inline-block;
    padding: 2px 8px;
    line-height: 16px;
    width: 32px;
    text-align: center;
    background-color: #ffb902;
    position: absolute;
    top: 0;
    left: 0
}

.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;
    white-space: nowrap
}

.product-item-actions .actions-secondary>button.action,.product-item-actions .actions-secondary>.cart.table-wrapper .actions-toolbar>.action.action,.product-item-actions .actions-secondary>.action-gift.action {
    background-image: none;
    background: 0 0;
    -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,.product-item-actions .actions-secondary>.cart.table-wrapper .actions-toolbar>.action.action:focus,.product-item-actions .actions-secondary>.cart.table-wrapper .actions-toolbar>.action.action:active,.product-item-actions .actions-secondary>.action-gift.action:focus,.product-item-actions .actions-secondary>.action-gift.action:active {
    background: 0 0;
    border: none
}

.product-item-actions .actions-secondary>button.action:hover,.product-item-actions .actions-secondary>.cart.table-wrapper .actions-toolbar>.action.action:hover,.product-item-actions .actions-secondary>.action-gift.action:hover {
    background: 0 0;
    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,.product-item-actions .actions-secondary>.cart.table-wrapper .actions-toolbar>.action.action.disabled,.product-item-actions .actions-secondary>.cart.table-wrapper .actions-toolbar>.action.action[disabled],fieldset[disabled] .product-item-actions .actions-secondary>.cart.table-wrapper .actions-toolbar>.action.action,.product-item-actions .actions-secondary>.action-gift.action.disabled,.product-item-actions .actions-secondary>.action-gift.action[disabled],fieldset[disabled] .product-item-actions .actions-secondary>.action-gift.action {
    pointer-events: none;
    opacity: .3
}

.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-inner {
    padding-top: 24px
}

.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-size: 1.6rem;
    font-weight: 700;
    white-space: nowrap
}

.product-item .price-box .price-label {
    font-size: 1.2rem
}

.product-item .price-box .price-label:after {
    content: ':'
}

.product-item .price-box .price-to {
    display: none
}

.product-item .special-price .price,.product-item .minimal-price .price {
    font-size: 1.4rem;
    font-weight: 700
}

.product-item .special-price .price-wrapper,.product-item .minimal-price .price-wrapper {
    display: inline-block
}

.product-item .special-price .price-including-tax+.price-excluding-tax,.product-item .minimal-price .price-including-tax+.price-excluding-tax {
    display: block
}

.product-item .special-price {
    display: block
}

.product-item .old-price .price {
    font-weight: 400
}

.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 .minimal-price-link .price-label {
    color: #0067b8;
    font-size: 1.4rem
}

.product-item .minimal-price-link .price {
    font-weight: 400
}

.product-item .minimal-price-link,.product-item .price-excluding-tax,.product-item .price-including-tax {
    display: block;
    white-space: nowrap
}

.product-item .price-from,.product-item .price-to {
    margin: 0
}

.product-item .tocompare:before {
    content: '\e61f'
}

.product-item .tocart {
    white-space: nowrap
}

.product a.product-item-wrapper {
    display: block;
    color: #000
}

.product a.product-item-wrapper:hover,.product a.product-item-wrapper:visited,.product a.product-item-wrapper:active {
    text-decoration: none;
    color: #000
}

.product .product-image-container {
    display: block
}

.product .product-reviews-summary {
    margin: 7px 0 5px
}

.product .product-reviews-summary.short .rating-summary {
    margin-right: 15px
}

.product .product-reviews-summary.short .reviews-actions .view span {
    display: none
}

.product .short-description p {
    margin: 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: 10px 30px 30px 0;
    vertical-align: top;
    width: 1%
}

.products-list .product-item-details {
    display: table-cell;
    vertical-align: top
}

.page-products .columns {
    position: relative;
    z-index: 1
}

.page-products .toolbar {
    display: none
}

.page-products .toolbar:first-child {
    display: block
}

.page-products .toolbar-amount {
    display: none
}

.toolbar-amount {
    display: block;
    line-height: 26px;
    margin: 0;
    padding: 8px 0 0;
    vertical-align: middle
}

.products.wrapper~.toolbar .toolbar-amount {
    display: none
}

.toolbar-products {
    padding: 0;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.toolbar-products .pages {
    display: none
}

.products.wrapper~.toolbar-products .pages {
    display: block
}

.toolbar-products .limiter .control {
    display: inline-block
}

.products.wrapper~.toolbar .sorter {
    display: none
}

.sorter .sorter-action {
    position: relative;
    top: -2px
}

.sorter-options {
    margin: 0 0 0 5px;
    width: auto;
    font-weight: 700;
    background-color: #d9d9d9
}

.sorter-action {
    vertical-align: top;
    display: inline-block;
    text-decoration: none
}

.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:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e613';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.sorter-action:hover:before {
    color: #333
}

.sorter .sort-desc:before {
    font-family: "ms-icon";
    content: "\e74b";
    font-size: 20px;
    font-weight: 700
}

.sorter-action:before {
    font-family: "ms-icon";
    content: "\e74a";
    font-size: 20px;
    font-weight: 700
}

.select-icon {
    display: flex;
    align-items: center;
    margin: 0 10px;
    cursor: pointer
}

.select-icon.sort-asc:before {
    font-family: "ms-icon";
    content: "\e74b";
    font-size: 20px;
    font-weight: 700
}

.select-icon.sort-desc:before {
    font-family: "ms-icon";
    content: "\e74a";
    font-size: 20px;
    font-weight: 700
}

.modes {
    display: none
}

.limiter-options {
    margin: 0 5px 0 7px;
    width: auto
}

.limiter-label {
    font-weight: 400
}

.page-products .toolbar .limiter {
    display: none
}

.main .bundle-options-container .product-info-main .product-info-picture {
    margin-top: 35px !important
}

.bundle-options-container .product-info-main .product-info-picture._sticky {
    margin: 0 !important
}

.edu_bundle_select {
    position: absolute;
    z-index: 10;
    min-width: 330px;
    top: -12px
}

.edu_bundle_select .select_tilte {
    padding: 7px 28px;
    border: solid 1px #000;
    font-weight: 700;
    cursor: pointer;
    font-size: 18px;
    background: #fff
}

.edu_bundle_select .select_tilte .icon-arrow-down {
    font-size: 12px;
    margin-right: 5px
}

.edu_bundle_select .select_content {
    display: none
}

.edu_bundle_select .select_content .content_list a {
    color: #000;
    text-decoration: none;
    padding: 12px 28px 12px 45px;
    display: inline-block;
    background: rgba(244,244,245,.9);
    width: 100%;
    box-sizing: border-box
}

.edu_bundle_select .select_content .content_list a:hover {
    background: #fff;
    font-weight: 700
}

.edu_bundle_select .select_content.hasToggle {
    display: block
}

.edu-pagination {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    font-weight: 700
}

.edu-pagination .pagination-list {
    padding: 0 5px;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    color: #0067b8;
    margin: 0 5px;
    display: flex;
    align-items: center;
    border-bottom: solid 2px transparent
}

@media only screen and (max-width: 767px) {
    .edu-pagination .pagination-list {
        font-size:14px;
        padding: 0 2px;
        margin: 0 3px
    }
}

.edu-pagination .pagination-list.active-list {
    color: #000;
    border-bottom: solid 2px #0067b8
}

.edu-pagination .prev-page,.edu-pagination .next-page {
    color: #0067b8;
    cursor: pointer;
    margin: 0 12px;
    display: flex;
    align-items: center;
    border-bottom: solid 2px transparent
}

@media only screen and (max-width: 767px) {
    .edu-pagination .prev-page,.edu-pagination .next-page {
        margin:0 5px
    }
}

.edu-pagination .prev-page.disabled-btn,.edu-pagination .next-page.disabled-btn {
    color: #757575
}

.edu-pagination .edu-icon {
    font-weight: 700;
    margin: 0 5px
}

.private-catalog .private-category-title .private-sorter {
    display: flex;
    align-items: center
}

button.bto-btn-active,.cart.table-wrapper .actions-toolbar>.action.bto-btn-active,.action-gift.bto-btn-active {
    visibility: hidden
}

.private-item-details .bto-label {
    margin-bottom: 5px
}

.private-products .bto-label {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.private-products .edu-bundle-message {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.private-products .edu-bundle-message p {
    font-size: 1.4rem !important
}

.reactjs-universal-configurator-root,.bundle-options-wrapper,#bundleSummary {
    display: none
}

.primary-banner {
    position: relative;
    text-align: center
}

.primary-banner .banner-box-wrapper .banner-box {
    padding: 30px;
    text-align: center
}

.primary-banner .banner-box-wrapper .banner-box .banner-title {
    font-size: 18px;
    font-weight: 700
}

.primary-banner .banner-box-wrapper .banner-box .banner-title .title-desc {
    display: block;
    font-weight: 400
}

.primary-banner .banner-box-wrapper .banner-box .banner-desc {
    font-size: 14px
}

.product-info-main:after {
    clear: both;
    content: '';
    display: table
}

.product-info-main .product-info-picture {
    margin: 0 auto;
    width: 195px
}

.product-info-main .product-info-picture .picture-wrapper {
    text-align: center
}

.product-info-main .product-info-picture .picture-wrapper .product-picture {
    height: auto
}

.product-info-main .product-info-picture .picture-wrapper .pdp-img-modal {
    font-size: 14px;
    color: #0067b8
}

.product-info-main .product-info-picture .picture-wrapper .pdp-img-modal .icon-picture {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 1px;
    font-size: 18px;
    vertical-align: middle
}

.product-info-main .product-info-main-text .product-name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px
}

.product-info-main .product-info-main-text .overview {
    max-height: 7.7rem;
    height: auto;
    overflow: hidden;
    transition: height 1s
}

.product-info-main .product-info-main-text .overview * {
    margin: 0;
    padding: 0
}

.product-info-main .product-info-main-text .overview .value ul li {
    list-style: inside
}

.product-info-main .product-info-main-text .overview-action {
    position: relative
}

.product-info-main .product-info-main-text .overview-action .show-more {
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 18px;
    line-height: 18px;
    color: #0067b8;
    font-weight: 700;
    vertical-align: middle;
    cursor: pointer
}

.product-info-main .product-info-main-text .overview-action .show-more:before {
    display: inline-block;
    margin-bottom: 1px;
    margin-right: 6px;
    font-family: "ms-icon";
    font-size: 16px;
    font-weight: 400;
    content: "\e93e";
    vertical-align: bottom
}

.product-info-main .product-info-main-text .overview-action .show-more.active:before {
    content: "\e93f"
}

.product-info-main .product-info-buyinfo .product-add-form .fieldset .field:not(.choice)>.label {
    display: none
}

.product-info-main .product-info-buyinfo .product-add-form .fieldset .field:not(.choice) select {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 18px;
    height: 40px;
    line-height: 40px;
    border-color: #505050
}

.product-info-main-bottom {
    clear: both;
    background-color: #f5f5f5
}

.product-info-main-bottom [data-content-type=row][data-appearance=contained]>div {
    margin: 0 !important;
    padding: 0 !important
}

.product-info-main-bottom .main-full-bottom {
    margin-bottom: 24px
}

.go-to-privacy {
    display: block;
    position: relative;
    padding: 5px 0 0
}

.go-to-privacy a {
    font-size: 14px;
    color: #0067b8;
    line-height: 24px;
    text-decoration: underline
}

.swatch-attribute>span {
    display: none
}

.swatch-attribute.color .swatch-attribute-options {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.swatch-attribute.color .swatch-attribute-options .swatch-option {
    position: relative;
    float: none;
    margin: 0 20px 24px 0;
    width: 41px;
    height: 41px;
    border: 2px solid #000;
    border-radius: 200%;
    box-sizing: border-box
}

.swatch-attribute.color .swatch-attribute-options .swatch-option.selected {
    width: 45px;
    height: 45px;
    border: 4px solid #000;
    overflow: visible
}

.swatch-attribute.color .swatch-attribute-options .swatch-option.selected:before {
    display: block;
    position: absolute;
    width: 100%;
    font-family: "ms-icon";
    content: "\e73e";
    font-size: 24px;
    text-align: center
}

.swatch-attribute.color .swatch-attribute-options .swatch-option.selected .disposition-color {
    display: block;
    position: absolute;
    top: calc(124%);
    left: -50%;
    width: 250%;
    margin: 0 0 0 -25%;
    font-size: 12px;
    color: #000
}

.swatch-attribute.color .swatch-attribute-options .swatch-option:not(.selected) {
    box-shadow: none !important;
    border-color: #000 !important
}

.swatch-attribute.color .swatch-attribute-options .swatch-option:not(.selected):focus {
    box-shadow: 0 0 3px 1px #030f18 !important
}

.main-text-bottom {
    padding: 15px 15px 15px 0;
    margin-bottom: 20px
}

.main-text-bottom h1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px
}

.product-img-dialog .pdp-img-count {
    margin-bottom: 16px;
    font-size: 18px
}

.product-img-dialog .pdp-img-list .pdp-img-item {
    margin-bottom: 48px;
    text-align: center;
    background-color: #f2f2f2
}

.product-img-dialog .pdp-img-list .pdp-img-item img {
    vertical-align: middle
}

.product.data.items.tablist {
    position: relative;
    z-index: 10
}

.product.data.items.tablist:after {
    clear: both;
    content: '';
    display: table
}

.product.data.items.tablist .tablist-title .item.title {
    display: inline-block;
    width: auto;
    vertical-align: bottom
}

.product.data.items.tablist .tablist-title .item.title>.switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2
}

.product.data.items.tablist .tablist-content .item.content {
    box-sizing: border-box;
    width: 100%
}

.product.data.items.tablist .tablist-content .item.content:after {
    clear: both;
    content: '';
    display: table
}

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

.product.data.items.tablist .tablist-title {
    background-color: #fff;
    border-bottom: 2px solid #000
}

.product.data.items.tablist .tablist-title .item.title {
    margin: 5px -6px 0 0
}

.product.data.items.tablist .tablist-title .item.title>.switch {
    font-weight: 400;
    line-height: 20px;
    font-size: 1.6rem;
    color: #505050;
    text-decoration: none;
    background: #e7e7e7;
    border: 2px solid #d3d3d3;
    border-bottom: none;
    min-width: 117px;
    height: 53px;
    padding: 16px 25px;
    white-space: nowrap;
    box-sizing: border-box
}

.product.data.items.tablist .tablist-title .item.title>.switch:visited {
    color: #4a4a4a;
    text-decoration: none
}

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

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

.product.data.items.tablist .tablist-title .item.title:not(.disabled)>.switch:focus,.product.data.items.tablist .tablist-title .item.title:not(.disabled)>.switch:hover {
    background: #e7e7e7
}

.product.data.items.tablist .tablist-title .item.title.active,.product.data.items.tablist .tablist-title .item.title.current {
    margin-top: 0
}

.product.data.items.tablist .tablist-title .item.title:not(.disabled)>.switch:active,.product.data.items.tablist .tablist-title .item.title.active>.switch,.product.data.items.tablist .tablist-title .item.title.active>.switch:focus,.product.data.items.tablist .tablist-title .item.title.active>.switch:hover,.product.data.items.tablist .tablist-title .item.title.current>.switch,.product.data.items.tablist .tablist-title .item.title.current>.switch:focus,.product.data.items.tablist .tablist-title .item.title.current>.switch:hover {
    background: #e7e7e7;
    color: #000;
    border: 2px solid #000;
    border-bottom: none;
    text-decoration: none
}

.product.data.items.tablist .tablist-title .item.title.active>.switch,.product.data.items.tablist .tablist-title .item.title.active>.switch:focus,.product.data.items.tablist .tablist-title .item.title.active>.switch:hover,.product.data.items.tablist .tablist-title .item.title.current>.switch,.product.data.items.tablist .tablist-title .item.title.current>.switch:focus,.product.data.items.tablist .tablist-title .item.title.current>.switch:hover {
    padding-bottom: 7px
}

.product.data.items.tablist .tablist-title .item.title.active>.switch,.product.data.items.tablist .tablist-title .item.title.current>.switch {
    height: 58px;
    padding: 21px 25px 16px;
    font-weight: 700
}

.product.data.items.tablist .tablist-title .item.title.active>.switch:after,.product.data.items.tablist .tablist-title .item.title.current>.switch:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    border-bottom: 2px solid #e7e7e7
}

.product.data.items.tablist .tablist-content .item.content {
    background: #fff;
    padding-top: 24px;
    padding-bottom: 24px
}

.product.data.items.tablist.sticky-tablist {
    padding-top: 58px
}

.product.data.items.tablist.sticky-tablist .tablist-title {
    position: fixed;
    top: 55px;
    width: 100%;
    z-index: 100
}

.product.data.items.tablist.sticky-tablist .tablist-title-box .tablist-product-name,.product.data.items.tablist.sticky-tablist .tablist-title-box .tablist-buyinfo {
    display: block
}

.product.data.items.tablist .tablist-title {
    height: 58px;
    text-align: center
}

.product.data.items.tablist .tablist-title-box {
    position: relative;
    margin: 0 auto;
    max-width: 1600px;
    width: 90%
}

.product.data.items.tablist .tablist-title-box .tablist-product-name,.product.data.items.tablist .tablist-title-box .tablist-buyinfo {
    display: none;
    position: absolute
}

.product.data.items.tablist .tablist-title-box .tablist-product-name {
    top: 20px;
    left: 0;
    font-size: 1.6rem;
    font-weight: 700
}

.product.data.items.tablist .tablist-title-box .tablist-buyinfo {
    top: 0;
    right: 0;
    height: 100%;
    padding-top: 9px;
    box-sizing: border-box;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .product.data.items.tablist .tablist-title-box .tablist-buyinfo {
        display:block;
        position: fixed;
        bottom: 0;
        top: unset;
        width: 100%;
        height: 55px;
        padding: 0 10px;
        background: #fff;
        z-index: 2
    }
}

.product.data.items.tablist .tablist-title-box .tablist-buyinfo-price,.product.data.items.tablist .tablist-title-box .tablist-buyinfo-action {
    display: inline-block;
    vertical-align: middle
}

.product.data.items.tablist .tablist-title-box .tablist-buyinfo .tablist-buyinfo-price {
    font-size: 1.8rem;
    font-weight: 700
}

.product.data.items.tablist .tablist-title-box .tablist-buyinfo .tablist-buyinfo-price .price-container .price {
    font-size: 1.8rem
}

.product.data.items.tablist .tablist-title-box .tablist-buyinfo .tablist-buyinfo-action {
    margin-left: 15px
}

.product.data.items.tablist .tablist-title-box .tablist-buyinfo .product-info-price-mobile {
    float: left;
    font-size: 18px;
    font-weight: 700;
    margin-right: 15px;
    display: flex;
    align-items: center;
    height: 49px
}

@media only screen and (max-width: 767px) {
    .product.data.items.tablist .tablist-title-box .tablist-buyinfo .product-info-price-mobile {
        justify-content:center;
        align-items: flex-start;
        flex-flow: column;
        height: 55px
    }
}

.product.data.items.tablist .tablist-title-box .tablist-buyinfo .product-info-price-mobile .price {
    font-size: 18px
}

@media only screen and (max-width: 767px) {
    .product.data.items.tablist .tablist-title-box .tablist-buyinfo .product-info-price-mobile .price {
        font-size:16px
    }
}

@media only screen and (min-width: 768px) {
    .product.data.items.tablist .tablist-title-box .tablist-buyinfo .product-info-price-mobile .bundle-price-or {
        padding-left:10px
    }
}

.product.data.items.tablist .tablist-title-box .tablist-buyinfo .box-tocart {
    float: left;
    line-height: 49px
}

@media only screen and (max-width: 767px) {
    .product.data.items.tablist .tablist-title-box .tablist-buyinfo .box-tocart {
        float:right;
        height: 55px;
        display: flex;
        align-items: center
    }
}

@media only screen and (max-width: 767px) {
    .product.data.items.tablist .tablist-title-box .tablist-buyinfo .box-tocart .fieldset {
        margin:0
    }
}

.product.data.items.tablist .tablist-title-box .tablist-buyinfo .box-tocart .actions button,.product.data.items.tablist .tablist-title-box .tablist-buyinfo .box-tocart .actions .cart.table-wrapper .actions-toolbar>.action,.product.data.items.tablist .tablist-title-box .tablist-buyinfo .box-tocart .actions .action-gift {
    width: 114px;
    height: 40px
}

.product.data.items.tablist .tablist-title-box .tablist-buyinfo .box-tocart .actions a.action.primary {
    padding: 0;
    width: 114px;
    height: 40px
}

@media only screen and (max-width: 767px) {
    .product.data.items.tablist .tablist-title-box .tablist-buyinfo .box-tocart .actions a.action.primary {
        text-align:center
    }
}

.product.data.items.tablist .tablist-title .item.title {
    position: relative;
    z-index: 0;
    width: auto
}

.product.data.items.tablist .tablist-title .item.title.active {
    z-index: 1
}

.product.data.items.tablist .tablist-title .item.title>.switch {
    border-radius: 3px 3px 0 0
}

.stock-notification .modal-inner-wrap .block-stock-notify .block-title {
    margin-bottom: 16px
}

.stock-notification .fieldset>.field:before,.stock-notification .fieldset>.field:after {
    content: '';
    display: table
}

.stock-notification .fieldset>.field:after {
    clear: both
}

.stock-notification .fieldset>.field.required>.label {
    width: 75px
}

.stock-notification .fieldset>.field.required>.label:after {
    float: left;
    color: #000;
    margin: 0 5px 0 0
}

.stock-notification .fieldset>.field:not(.choice) .control {
    width: calc(100% - 75px)
}

.stock-notification .actions-toolbar {
    float: right;
    margin-top: 24px
}

.stock-notification .actions-toolbar>.primary {
    float: none
}

.stock-notification .actions-toolbar .secondary {
    float: none
}

.stock-notification .actions-toolbar .secondary .action {
    margin-top: 0;
    background-color: #000;
    display: inline-block;
    text-decoration: none
}

.stock-notification .actions-toolbar .secondary .action:hover,.stock-notification .actions-toolbar .secondary .action:active,.stock-notification .actions-toolbar .secondary .action:focus {
    text-decoration: none
}

.stock-notification .actions-toolbar-extra {
    float: right
}

.modal-custom .action-close:before,.modal-popup .action-close:before,.modal-slide .action-close:before {
    line-height: 18px;
    font-family: "ms-icon";
    font-size: 18px;
    content: "\e90c"
}

.modal-popup .modal-title {
    font-weight: 400;
    border-bottom: none
}

.modal-popup .modal-inner-wrap {
    width: auto;
    max-width: 1660px
}

.widget-wrapper [data-content-type=row][data-appearance=contained]>div {
    padding-left: 0 !important;
    padding-right: 0 !important
}

[data-content-type=row][data-appearance=contained] {
    max-width: 100%
}

.product-info-main-text .buy-box-label {
    padding: 0 15px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    font-size: 12px
}

.bankimg_popup .modal-footer {
    display: none
}

.choose-bundle-type .description-show .bank-info {
    display: block !important
}

.choose-bundle-type .btn-text {
    pointer-events: none
}

.choose-bundle-type .handling-fee-label {
    font-size: 12px;
    color: #d63a02;
    line-height: normal;
    pointer-events: none
}

.tips-before-btn {
    margin-bottom: 16px
}

.tips-before-btn p {
    display: inline-block;
    margin-bottom: 0
}

.product-add-form .to-be-on-bto {
    text-align: left;
    display: inline-block;
    font-size: 14px
}

.tablist-buyinfo .to-be-on-bto {
    display: none !important
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .catalog-product-buybox .product-info-main .product-info-picture {
        margin-right:20px;
        margin-left: 20px;
        width: calc(20% - (20px*2))
    }

    .catalog-product-buybox .product-info-main .product-info-main-text {
        width: calc(45% - 20px);
        margin-right: 20px
    }

    .catalog-product-buybox .product-info-main .product-info-buyinfo {
        width: calc(35% - 28px);
        margin-right: 28px
    }

    .catalog-product-buybox .product-info-main .product-info-main-bottom .main-full-bottom-item .auth-login {
        width: 200px !important
    }
}

.bundle-heade-content+.price-box.price-configured_price {
    display: none !important
}

.bundle-heade-content+.price-box.price-configured_price.reduction_flex {
    display: flex !important
}

.slick-list .slick-track {
    margin: 0
}

.page-products h2,.page-products h3,.page-products h4,.page-products h5 {
    margin: 0
}

.page-products h2 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4
}

.page-products h3 {
    font-size: 1.8rem;
    color: #23272a;
    font-weight: 700
}

.page-products p {
    font-size: 1.4rem
}

.page-products .note-category p {
    font-size: 1.4rem
}

.page-products .note-category p.small-text {
    font-size: 1.2rem
}

.page-products .product-item-inner .action.primary {
    padding: 0 28px;
    line-height: 3.4rem
}

.page-products .short-description {
    font-size: 1.4rem !important;
    font-weight: 400 !important
}

.page-products .short-description p,.page-products .short-description ul li {
    font-size: 1.4rem !important;
    font-weight: 400 !important
}

.note-category h5 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 17px
}

.note-category p {
    margin: 0
}

[data-content-type=row][data-appearance=contained] [data-element=inner].note-category h5 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 17px
}

[data-content-type=row][data-appearance=contained] [data-element=inner].note-category p {
    margin: 0
}

a {
    color: #0067b8
}

a.buy {
    font-size: 1.6rem;
    font-weight: 700
}

a.buy:after {
    font-family: "ms-icon";
    content: "\e918";
    margin-left: 5px;
    font-size: 1.2rem;
    font-weight: 700
}

.more-surface h3,.list-surface h3,.more-surface p,.list-surface p {
    margin: 0
}

.more-surface a,.list-surface a {
    width: 14%
}

.more-surface a:after,.list-surface a:after {
    font-family: "ms-icon";
    content: "\e918";
    margin-left: 5px;
    font-size: 1.2rem;
    font-weight: 700
}

.nav-subsection {
    margin: 22px auto;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    justify-content: center;
    min-height: 71px;
    flex-wrap: wrap;
    align-content: center
}

.nav-subsection .nav-subsection-wrapper {
    width: 33.33%;
    padding-bottom: 23px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    text-align: center;
    justify-content: center;
    color: #0067b8
}

.nav-subsection .nav-subsection-wrapper span {
    width: 100%;
    font-weight: 700
}

.nav-subsection .nav-subsection-wrapper img {
    width: auto
}

.more-surface {
    display: none !important
}

.block-surface {
    margin-bottom: 10px
}

.block-surface .block-surface-wrapper,.block-surface .block-surface-half {
    position: relative
}

.block-surface .block-surface-wrapper,.block-surface .block-surface-half:first-child {
    margin-bottom: 10px
}

.block-surface .block-surface-content {
    position: absolute;
    left: 26px;
    bottom: 32px;
    right: 26px
}

.block-surface .block-surface-content h3 {
    font-size: 2.4rem;
    color: #000;
    padding-bottom: 9px;
    font-weight: 700
}

.block-surface .block-surface-content p {
    font-size: 1.6rem;
    line-height: 25px;
    padding-bottom: 30px
}

.block-surface .block-surface-content p a:after {
    content: initial
}

.block-surface .block-surface-content p a sup {
    font-size: 1.4rem;
    padding-left: 5px;
    text-decoration: underline
}

.list-surface img {
    width: 100%;
    display: block
}

.introduce-surface h1 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px
}

.introduce-surface ul {
    padding: 0;
    list-style-type: none
}

.note-surface p {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    margin: 0
}

.note-surface p span {
    font-size: 1.2rem
}

.page-products .sub-category-menu {
    margin-bottom: 17px;
    margin-top: 17px
}

.page-products .sub-category-menu ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    list-style-type: none
}

.page-products .sub-category-menu ul li {
    padding-right: 30px;
    padding-bottom: 15px
}

.page-products .sub-category-menu ul li a {
    color: #000;
    font-size: 1.4rem;
    font-weight: 700
}

.page-products .sub-category-menu ul li a:hover {
    color: #0067b8;
    text-decoration: underline
}

.page-products .sub-category-menu ul li a:focus {
    color: #0067b8;
    text-decoration: underline
}

.page-products .sub-category-content {
    position: relative
}

.page-products .sub-category-name {
    font-size: 1.6rem;
    font-weight: 700;
    color: #23272a;
    margin: 0 0 16px;
    line-height: 31px
}

.page-products .sub-category {
    position: relative;
    margin-bottom: 5%
}

.game-category-page .product-item {
    position: relative;
    display: inline-block;
    margin-left: 2%;
    margin-bottom: 12px;
    padding: 7px;
    width: calc((100% - 2%)/2)
}

.game-category-page .product-item:nth-child(2n+1) {
    margin-left: 0
}

.game-category-page .product-item-name .product-item-link {
    font-size: 1.4rem
}

.game-category-page .product-item,.default-category-page .product-item {
    -webkit-transition: box-shadow .3s linear;
    -moz-transition: box-shadow .3s linear;
    -ms-transition: box-shadow .3s linear;
    transition: box-shadow .3s linear
}

.game-category-page .product-item:hover,.default-category-page .product-item:hover {
    -webkit-box-shadow: 0 6px 12px 0 #d2d2d2;
    -moz-box-shadow: 0 6px 12px 0 #d2d2d2;
    -ms-box-shadow: 0 6px 12px 0 #d2d2d2;
    box-shadow: 0 6px 12px 0 #d2d2d2
}

.sub-category-default .sub-category,.sub-category-game .sub-category {
    background-color: #f2f2f2
}

.sub-category-default .sub-category-name,.sub-category-game .sub-category-name {
    padding-top: 35px;
    margin: 0;
    line-height: 31px
}

.sub-category-default .sub-category-amount,.sub-category-game .sub-category-amount {
    font-size: 1.6rem;
    padding-right: 10px;
    color: #23272a
}

.sub-category-default .sub-category-link,.sub-category-game .sub-category-link {
    font-size: 1.6rem;
    color: #0067b8
}

.sub-category-default .sub-category-link:after,.sub-category-game .sub-category-link:after {
    font-family: "ms-icon";
    content: "\e918";
    margin-left: 5px;
    font-size: 1.2rem;
    font-weight: 700
}

.sub-category-default .sub-category-name,.sub-category-game .sub-category-name,.sub-category-default .sub-category-amount,.sub-category-game .sub-category-amount {
    padding: 0 15px
}

.sub-category-default .product-item,.sub-category-game .product-item {
    padding: 0 5px 30px;
    margin-bottom: 0
}

.sub-category-default .product-item .product-item-wrapper,.sub-category-game .product-item .product-item-wrapper {
    background-color: #fff
}

.sub-category-default .slick-prev,.sub-category-game .slick-prev,.sub-category-default .slick-next,.sub-category-game .slick-next {
    width: 10px;
    height: 24px;
    color: #000
}

.sub-category-default .slick-prev:active,.sub-category-game .slick-prev:active,.sub-category-default .slick-next:active,.sub-category-game .slick-next:active,.sub-category-default .slick-prev:focus,.sub-category-game .slick-prev:focus,.sub-category-default .slick-next:focus,.sub-category-game .slick-next:focus,.sub-category-default .slick-prev:not(.primary),.sub-category-game .slick-prev:not(.primary),.sub-category-default .slick-next:not(.primary),.sub-category-game .slick-next:not(.primary) {
    background: 0 0
}

.sub-category-default .slick-prev:before,.sub-category-game .slick-prev:before,.sub-category-default .slick-next:before,.sub-category-game .slick-next:before {
    color: #000;
    font-size: 2rem;
    position: relative
}

.sub-category-default .slick-list,.sub-category-game .slick-list {
    margin: 0 auto;
    max-width: 80%
}

.sub-category-default .slick-prev,.sub-category-game .slick-prev {
    left: 0
}

.sub-category-default .slick-prev:before,.sub-category-game .slick-prev:before {
    left: -5px
}

.sub-category-default .slick-next,.sub-category-game .slick-next {
    right: 0
}

.sub-category-default .slick-next:before,.sub-category-game .slick-next:before {
    right: 10px
}

.sub-category-default .product-item-wrapper {
    padding: 20px 25px 25px
}

.sub-category-game .product-item-wrapper {
    padding: 10px
}

.sub-category-default .product-item-details,.default-category-page .product-item-details,.slider-products .product-item-details {
    height: 244px;
    overflow: hidden
}

.sub-category-game .product-item-details,.slider-products-game .product-item-details,.game-category-page .product-item-details {
    height: 115px
}

.sub-category-game .product-item-name .product-item-link,.slider-products-game .product-item-name .product-item-link,.game-category-page .product-item-name .product-item-link {
    font-size: 1.4rem
}

.promotion-section .promotion-section-block {
    flex-basis: 50%
}

.promotion-section .promotion-section-description {
    position: relative
}

.promotion-section .promotion-section-description h5 {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 11px;
    padding: 0 18px;
    background-color: #ffb902;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 26px
}

.promotion-section .promotion-section-description p {
    height: 36px;
    padding-top: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.promotion-section img {
    width: 100%;
    display: block
}

.promotion-section p {
    color: #23272a;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.3rem
}

.promotion-section p a {
    color: #0067b8
}

.promotion-section p a:after {
    font-family: "ms-icon";
    content: "\e918";
    margin-left: 5px;
    font-size: 1.2rem;
    font-weight: 700
}

.xbox-newage h3 {
    padding-bottom: 10px
}

.xbox-newage .xbox-newage-desc {
    order: 2
}

.xbox-newage .xbox-newage-desc h2:nth-child(2) {
    padding-bottom: 10px
}

.xbox-newage .xbox-newage-img {
    order: 1
}

.xbox-newage-desc p,.xbox-oneapp-desc p {
    color: #23272a
}

.xbox-oneapp {
    background-color: inherit !important
}

.xbox-oneapp .xbox-oneapp-desc h2:nth-child(2) {
    padding-bottom: 10px
}

.xbox-newage-img,.xbox-oneapp-img {
    padding-bottom: 15px !important
}

[data-content-type=row][data-appearance=contained] [data-element=inner].xbox-newage,[data-content-type=row][data-appearance=contained] [data-element=inner].xbox-oneapp,[data-content-type=row][data-appearance=contained] [data-element=inner].xbox-newcomer,[data-content-type=row][data-appearance=contained] [data-element=inner].xbox-member {
    margin-bottom: 30px !important
}

[data-content-type=row][data-appearance=contained] [data-element=inner].list-surface {
    margin-bottom: 22px !important
}

.xbox-newcomer h3,.xbox-member h3 {
    margin-bottom: 20px
}

.xbox-newcomer h4,.xbox-member h4 {
    font-size: 1.6rem
}

.xbox-newcomer .xbox-newcomer-desc {
    padding-top: 30px !important
}

.xbox-newcomer-desc h4,.xbox-member-desc h4 {
    padding-bottom: 15px
}

.xbox-newcomer-desc h4,.xbox-member-desc h4,.xbox-newcomer-desc p,.xbox-member-desc p,.xbox-newcomer-desc span,.xbox-member-desc span {
    color: #23272a
}

.xbox-newcomer-desc button span,.xbox-member-desc button span,.xbox-newcomer-desc .cart.table-wrapper .actions-toolbar>.action span,.xbox-member-desc .cart.table-wrapper .actions-toolbar>.action span,.xbox-newcomer-desc .action-gift span,.xbox-member-desc .action-gift span {
    color: #fff;
    font-size: 1.4rem
}

.xbox-member-desc {
    padding-top: 30px
}

.xbox-member-desc span {
    font-size: 1.2rem;
    padding-top: 5px;
    display: block
}

.sub-category-slider .sub-category-name {
    padding-top: 35px;
    margin: 0;
    line-height: 31px
}

.sub-category-slider .sub-category-amount,.sub-category-slider .sub-category-link {
    font-size: 1.6rem;
    display: inline-block;
    color: #23272a
}

.sub-category-slider .sub-category-name,.sub-category-slider .sub-category-amount {
    padding: 0 15px
}

.sub-category-slider .sub-category-amount {
    padding-right: 10px
}

.sub-category-slider .sub-category-link a {
    color: #0067b8
}

.sub-category-slider .sub-category-link a:after {
    font-family: "ms-icon";
    content: "\e918";
    margin-left: 5px;
    font-size: 1.2rem;
    font-weight: 700
}

.sub-category-slider .sub-category-amount p,.sub-category-slider .sub-category-link p {
    margin: 0
}

.sub-category-slider .product-item {
    padding: 0 5px;
    margin-bottom: 0
}

.sub-category-slider .product-item .product-item-wrapper {
    background-color: #fff
}

.sub-category-slider .slick-prev,.sub-category-slider .slick-next {
    width: 10px;
    height: 24px;
    color: #000
}

.sub-category-slider .slick-prev:active,.sub-category-slider .slick-next:active,.sub-category-slider .slick-prev:focus,.sub-category-slider .slick-next:focus,.sub-category-slider .slick-prev:not(.primary),.sub-category-slider .slick-next:not(.primary) {
    background: 0 0
}

.sub-category-slider .slick-prev:before,.sub-category-slider .slick-next:before {
    position: relative;
    color: #000;
    font-size: 2rem
}

.sub-category-slider .slick-list {
    margin: 0 auto;
    max-width: 80%
}

.sub-category-slider .slick-prev {
    left: 0
}

.sub-category-slider .slick-prev:before {
    left: -5px
}

.sub-category-slider .slick-next {
    right: 0
}

.sub-category-slider .slick-next:before {
    right: 10px
}

.slider-products {
    padding: 30px 0
}

.slider-products .product-item-wrapper {
    padding: 30px 24px
}

.slider-products-game {
    padding: 30px 0 50px
}

.slider-products-game .product-item-wrapper {
    padding: 10px
}

.slider-products-game .price-box,.slider-products-game .short-description,.slider-products-game .product-item-inner {
    display: none
}

.slider-products .swatch-attribute,.slider-products-game .swatch-attribute {
    display: none
}

.sub-category-default .product-item .product-item-wrapper,.sub-category-game .product-item .product-item-wrapper,.sub-category-slider .product-item .product-item-wrapper {
    -webkit-transition: box-shadow .3s linear;
    -moz-transition: box-shadow .3s linear;
    -ms-transition: box-shadow .3s linear;
    transition: box-shadow .3s linear
}

.sub-category-default .product-item .product-item-wrapper:hover,.sub-category-game .product-item .product-item-wrapper:hover,.sub-category-slider .product-item .product-item-wrapper:hover {
    -webkit-box-shadow: 0 6px 12px 0 #d2d2d2;
    -moz-box-shadow: 0 6px 12px 0 #d2d2d2;
    -ms-box-shadow: 0 6px 12px 0 #d2d2d2;
    box-shadow: 0 6px 12px 0 #d2d2d2
}

.sub-category-slider {
    background-color: #f2f2f2
}

.category-windows h2 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4
}

.category-windows h5 {
    font-size: 1.8rem
}

.category-windows p {
    font-size: 1.4rem
}

.category-windows h2,.category-windows h3,.category-windows h4,.category-windows h5,.category-windows p {
    margin: 0
}

.category-windows h5.windows-note-title {
    margin-bottom: 15px
}

.category-windows .windows-section p span {
    font-size: 1.6rem !important
}

.windows-section p a,.windows-tab p a {
    color: #0067b8;
    font-weight: 700
}

.windows-section p a:after,.windows-tab p a:after {
    font-family: "ms-icon";
    content: "\e918";
    margin-left: 5px;
    font-size: 1.2rem
}

[data-content-type=row][data-appearance=contained] [data-element=inner].windows-banner {
    background-color: #0067b8;
    color: #fff;
    padding: 32px 0 48px 14px !important;
    margin-bottom: 24px !important
}

[data-content-type=row][data-appearance=contained] [data-element=inner].windows-banner h2 {
    margin: 0 0 5px
}

[data-content-type=row][data-appearance=contained] [data-element=inner].windows-section {
    margin-bottom: 31px !important
}

.windows-section h2,.windows-section p {
    margin: 0 0 14px
}

.windows-section h2 {
    line-height: 41px
}

.windows-section .windows-section-desc p {
    font-size: 1.6rem
}

.text-link p {
    font-size: 1.6rem;
    margin: 0
}

.windows-tab .tabs-navigation {
    margin-bottom: -2px !important
}

.windows-tab .tabs-navigation span {
    font-size: 1.2rem !important
}

.windows-tab .tabs-navigation a.tab-title {
    padding: 7px 10px !important
}

.windows-tab .tabs-navigation .ui-tabs-active {
    border: 2px solid #000 !important;
    border-bottom: 0 !important
}

.windows-tab [data-element=content].tabs-content {
    border: 0;
    border-top: 2px solid #000 !important
}

.windows-tab .windows-product-item .pagebuilder-button-primary {
    font-size: 1.4rem;
    padding: 8px 28px;
    margin: 0 0 18px
}

.windows-tab .product-item-name {
    font-size: 1.8rem;
    font-weight: 700
}

.windows-tab .product-reviews-summary {
    margin: 7px 0 20px
}

.windows-tab .product-reviews-summary.short .rating-summary {
    margin-right: 15px
}

.windows-tab .product-reviews-summary.short .reviews-actions .view span {
    display: none
}

.windows-tab .price-box p {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 5px
}

.windows-tab .product-item-details {
    min-height: 75px
}

.windows-tab .product-item-inner {
    padding-top: 10px
}

.windows-tab .windows-half-product {
    padding: 22px 0 38px !important
}

.windows-tab .windows-product .product-item-name {
    font-size: 1.4rem
}

.windows-tab .windows-product .price-box p {
    font-size: 1.6rem !important
}

.windows-tab .windows-short-desc p {
    font-size: 1.4rem;
    padding: 10px 0 14px
}

[data-content-type=tabs].windows-tab .tabs-navigation .tab-header {
    background: #e6e6e6
}

[data-content-type=tabs].windows-tab .tabs-navigation .tab-header.ui-state-active .tab-title {
    color: #000
}

[data-content-type=tabs].windows-tab .tabs-navigation .tab-header .tab-title {
    color: #505050
}

.windows-product-desc ul {
    padding-left: 20px
}

.windows-product-desc ul li {
    margin-bottom: 0;
    list-style-type: disc
}

h3.windows-title {
    margin: 30px 0 15px !important
}

.windows-content {
    margin-bottom: 21px !important
}

.windows-content h4 {
    margin-top: 20px
}

.windows-content h5 {
    margin-top: 15px
}

.windows-content-block {
    margin-bottom: 0 !important
}

.windows-desc-center {
    order: 2;
    padding: 38px 0 0 !important
}

.windows-img,.office-img,.smb-banner-img {
    order: 1
}

.menu-office .block-link-menu {
    justify-content: inherit !important;
    align-content: center;
    flex-wrap: wrap;
    white-space: nowrap;
    text-align: left;
    padding: 35px 0 !important
}

.menu-office .block-link-menu p {
    margin: 0
}

.menu-office .block-link-menu a {
    width: auto;
    padding: 10px 5px 10px 0;
    display: block;
    color: #0067b8
}

.menu-office .block-link-menu a:hover,.menu-office .block-link-menu a:active {
    color: #0067b8
}

.office-high .office-high-img {
    max-width: 100%
}

.office-high .office-high-img img {
    display: block
}

.office-high .office-high-content {
    padding: 17px 0 20px !important;
    border: 1px solid #d2d2d2 !important
}

.office-high .office-high-content .office-high-desc p {
    font-size: 1.4rem;
    padding: 9px 0 29px;
    margin: 0
}

.office-product .slick-prev,.office-product .slick-next {
    width: 30px;
    height: 40px
}

.office-product .slick-prev:active,.office-product .slick-next:active,.office-product .slick-prev:focus,.office-product .slick-next:focus,.office-product .slick-prev:not(.primary),.office-product .slick-next:not(.primary) {
    background: 0 0
}

.office-product .slick-prev {
    left: 0
}

.office-product .slick-next {
    right: 0
}

.office-product .slick-arrow {
    width: 30px
}

.office-product .slick-arrow:before {
    font-size: 24px
}

.office-product .office-product-title {
    padding-bottom: 10px
}

.office-product .pagebuilder-button-primary {
    margin: 0 0 30px
}

.office-product-desc p {
    padding-bottom: 24px;
    margin: 0
}

.office-high .pagebuilder-button-primary,.office-product .pagebuilder-button-primary {
    font-size: 1.4rem;
    padding: 8px 28px
}

.office-high .pagebuilder-button-primary {
    margin: 0
}

.office-high h2,.office-product h2,.choose-office h2,.more-apps h2,.office-features h2 {
    font-size: 1.8rem
}

.office-product-item {
    padding: 0 15px 45px !important;
    background-color: #f2f2f2
}

.office-product-item:last-child {
    margin-right: 0 !important
}

.office-product-item figure img {
    display: block;
    margin: 0 auto
}

.office-product-item figure.sub-content img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.office-product-item .name {
    font-size: 1.8rem;
    padding-top: 28px;
    color: #000
}

.office-product-item .price p {
    font-size: 2.4rem;
    margin: 36px 0 6px;
    font-weight: 700
}

.office-product-item .title-application {
    font-size: 1.4rem;
    line-height: 24px;
    padding-bottom: 24px
}

.office-product-item .list-icon {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    flex-wrap: wrap;
    min-height: auto
}

.office-product-item .list-icon.center-content {
    justify-content: center
}

.office-product-item .list-icon li {
    width: 25%;
    text-transform: capitalize;
    white-space: nowrap
}

.office-product-item .list-icon li img {
    width: 37px;
    display: initial
}

.office-product-item .list-icon li .title {
    font-size: 1.2rem;
    line-height: 14px;
    margin-bottom: 10px
}

.office-product-item .sub-content {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.office-product-item .sub-content p {
    width: auto;
    margin: 0;
    padding: 20px 25px
}

.office-product-item .sub-desc ul li {
    list-style-type: disc;
    line-height: 36px;
    margin: 0 15px
}

.office-product-item.office-mac-item {
    position: relative;
    padding: 18% 0 0 !important;
    background-color: #f5f5f5
}

.office-product-item.office-mac-item figure,.office-product-item.office-mac-item .name,.office-product-item.office-mac-item .price,.office-product-item.office-mac-item .title-application,.office-product-item.office-mac-item .textoneDrive,.office-product-item.office-mac-item .sub-content {
    margin: 0 auto !important;
    width: 60%
}

.office-product-item.office-mac-item .bottom-content {
    padding-top: 34px;
    margin: 0 auto !important;
    width: 82%
}

.office-product-item.office-mac-item .title-application {
    padding-bottom: 0
}

.office-product-item.office-mac-item .topTitle {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 100%;
    background-color: #0067b8;
    text-align: center
}

.office-product-item.office-mac-item .topTitle p {
    color: #fff;
    font-size: 1.4rem;
    padding: 7px 0;
    margin: 0
}

.office-product-item.office-mac-item .textoneDrive {
    text-align: center;
    margin-bottom: 20px;
    height: 65px
}

.office-product-item.office-mac-item .textoneDrive p {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.6rem
}

.office-product-item.office-mac-item .textoneDrive p img {
    width: auto;
    margin: 0 auto
}

.office-product-item.office-mac-item .sub-title {
    background-color: #fff;
    padding: 15px 0
}

.office-product-item.office-mac-item .sub-title p {
    margin: 0
}

.office-product-item.office-mac-item .sub-content {
    padding: 15px 0 10px;
    display: block
}

.office-product-item.office-mac-item .sub-content p {
    padding: 0
}

.office-product-item.office-mac-item .sub-content p img {
    width: auto
}

.office-product-item.office-mac-item figure.sub-content img {
    width: auto;
    margin: 0 auto;
    padding-bottom: 10px
}

.office-product-item.office-mac-item figure.sub-content figcaption {
    font-size: 1.4rem
}

.office-product-item.office-mac-item .pagebuilder-button-primary {
    margin: 0 0 18px
}

.office-mac-title {
    padding-bottom: 30px;
    margin: 0 auto !important;
    width: 59%;
    line-height: 24px
}

.office-mac-high p {
    margin: 8px 0 6%
}

[data-content-type=row][data-appearance=contained] [data-element=inner].office-high .pagebuilder-column-group {
    padding-bottom: 24px !important;
    border: none !important
}

[data-content-type=row][data-appearance=contained] [data-element=inner].office-product {
    padding: 0 0 24px !important
}

.compare-table {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    margin-top: 22px;
    text-align: center;
    font-size: 1.6rem
}

.compare-table .row {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    -webkit-box-orient: vertical
}

.compare-table .row.row1 {
    width: 90px;
    max-width: 90px
}

.compare-table .td {
    width: 100%;
    height: 97px;
    min-height: 97px;
    border-bottom: 1px solid #d2d2d2;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center
}

.compare-table .td.tall {
    height: 100%
}

.compare-table .td.tall:last-child {
    border-bottom: 0
}

.compare-table .td:first-child,.compare-table .td:last-child {
    border-bottom: 2px solid #757575
}

.compare-table .td>span.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    padding: 0
}

.compare-table .td img {
    width: auto
}

.compare-table .td a.buy {
    display: block;
    padding: 20px 0;
    font-size: 1.4rem
}

.compare-table .td p {
    margin: 0
}

.compare-table .td p.title {
    font-size: 1.2rem;
    text-transform: capitalize
}

.compare-table .td p span {
    font-size: 1.8rem;
    font-weight: 700
}

.compare-table .mobile-scroll-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%
}

.compare-table .mobile-scroll-box .mobile-swiper {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex
}

.more-apps h2 {
    padding-bottom: 15px
}

.more-apps p a {
    text-decoration: underline;
    color: #0067b8
}

.more-apps p a:hover,.more-apps p a:active {
    color: #0067b8
}

.office-for-mac,.office-non-iphone {
    display: none !important
}

.smb-banner figure img,.smb-block figure img {
    display: block
}

.smb-banner-content {
    background: 0 0;
    order: 2
}

.smb-banner-content p {
    margin: 0
}

.smb-banner-content .label p {
    font-size: 1.6rem;
    display: inline-block;
    padding: 5px 13px;
    background-color: #ffb902
}

.smb-banner-content .desc {
    padding: 6px 0 28px
}

.smb-banner-content .desc p {
    font-size: 1.3rem
}

.smb-banner-content .price {
    font-weight: 700
}

.smb-banner-content .price p {
    font-size: 1.8rem;
    margin-bottom: 7px
}

.smb-banner-content .price span {
    font-weight: 400
}

.smb-banner-content .pagebuilder-button-primary {
    font-size: 1.6rem;
    padding: 10px 22px;
    margin: 0
}

.smb-banner-content .hotline {
    display: none
}

.smb-banner-content .hotline p {
    margin: 10px 0 0
}

.smb-banner-content .hotline p a:hover,.smb-banner-content .hotline p a:active {
    text-decoration: none;
    color: #0067b8
}

.smb-block .smb-block-content {
    flex-direction: inherit !important;
    background-color: #f2f2f2
}

.smb-block .smb-block-content:first-child {
    margin-bottom: 12px
}

.smb-block .smb-block-content figure {
    max-width: 379px
}

.smb-block .smb-block-content .smb-block-desc {
    padding: 10% 0 10% 20px
}

.smb-block .smb-block-content .smb-block-desc h2 {
    padding-bottom: 10px;
    font-size: 1.8rem
}

.smb-block .smb-block-content .smb-block-desc p {
    margin: 0;
    font-size: 1.6rem
}

.smb-block .smb-block-content .smb-block-desc p a {
    color: #0067b8;
    font-weight: 700
}

.smb-block .smb-block-content .smb-block-desc p a:after {
    font-family: "ms-icon";
    content: "\e918";
    margin-left: 5px;
    font-size: 1.2rem
}

.smb-block .smb-block-content .smb-block-desc p a:hover,.smb-block .smb-block-content .smb-block-desc p a:active {
    text-decoration: none;
    color: #0067b8
}

.smb-nav .smb-nav-wrapper {
    -webkit-display: flex !important;
    -moz-display: flex !important;
    -ms-display: flex !important;
    display: flex !important;
    justify-content: center !important;
    flex-direction: inherit !important;
    flex-wrap: wrap;
    align-content: center;
    color: #23272a
}

.smb-nav .smb-nav-wrapper .smb-nav-block {
    width: 50%;
    padding-bottom: 44px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    text-align: center;
    justify-content: center
}

.smb-nav .smb-nav-wrapper .smb-nav-block p {
    margin: 0;
    width: 60%
}

.smb-nav .smb-nav-wrapper .smb-nav-block h4 {
    padding: 5px 0;
    width: 100%
}

.smb-nav .smb-nav-wrapper img {
    width: auto
}

[data-content-type=row][data-appearance=contained] [data-element=inner].smb-banner {
    padding-bottom: 12px !important
}

[data-content-type=row][data-appearance=contained] [data-element=inner].smb-block {
    padding-bottom: 25px !important
}

.surfaceall-step h2 {
    margin-bottom: 6px
}

.surfaceall-step .sub-container {
    margin-bottom: 23px
}

.surfaceall-step .surface-step-wrapper {
    -webkit-display: flex !important;
    -moz-display: flex !important;
    -ms-display: flex !important;
    display: flex !important;
    justify-content: center !important;
    flex-direction: inherit !important;
    flex-wrap: wrap;
    align-content: center
}

.surfaceall-step .surface-step-wrapper .surface-step-block {
    width: 100%;
    padding-bottom: 44px;
    text-align: center
}

.surfaceall-step .surface-step-wrapper .surface-step-block p {
    margin: 0;
    text-align: left;
    line-height: 21px
}

.surfaceall-step .surface-step-wrapper .surface-step-block p:first-child {
    text-align: center;
    height: 123px;
    max-height: 123px
}

.surfaceall-step .surface-step-wrapper .surface-step-block p a {
    font-weight: 700;
    margin-top: 15px;
    display: block
}

.surfaceall-step .surface-step-wrapper .surface-step-block p a:after {
    font-family: "ms-icon";
    content: "\e918";
    margin-left: 5px;
    font-size: 1.2rem
}

.surfaceall-step .surface-step-wrapper .surface-step-block p a:hover,.surfaceall-step .surface-step-wrapper .surface-step-block p a:active {
    text-decoration: none;
    color: #0067b8
}

.surfaceall-step .surface-step-wrapper .surface-step-block h4 {
    padding: 30px 0;
    width: 100%
}

.surfaceall-step .surface-step-wrapper img {
    width: auto;
    padding: 9px 0
}

.surfaceall-container h2 {
    margin-bottom: 17px
}

.surfaceall-container .sub-container {
    margin-bottom: 24px
}

.surfaceall-container .sub-container p {
    margin: 0
}

.surfaceall-container .pay-methods p {
    font-size: 1.4rem
}

.surfaceall-container .pay-methods p img {
    vertical-align: middle
}

.surfaceall-step h2,.surfaceall-container h2 {
    font-size: 1.8rem
}

.surface-accordion h2 {
    margin-bottom: 22px
}

.surface-accordion .accordion h4 {
    margin: 25px 0;
    line-height: 19px
}

.surfaceall-product .product-item {
    width: 100%;
    padding: 0;
    box-shadow: 0 1px 7px 1px #d2d2d2;
    margin: 0 0 25px;
    color: #23272a
}

.surfaceall-product figure img {
    display: block
}

.surfaceall-product .product-item-details h4 {
    padding: 30px 0 7px;
    font-size: 1.6rem
}

.surfaceall-product .product-item-details p {
    margin: 0
}

.surfaceall-product .product-price {
    padding-top: 20px;
    margin: 0
}

.surfaceall-product .product-price p {
    margin: 0;
    font-size: 1.2rem
}

.surfaceall-product .product-price p span {
    font-size: 1.6rem !important
}

.surfaceall-product .product-item-link {
    padding-top: 30px;
    font-weight: 700
}

.surfaceall-product .product-item-link p {
    font-size: 1.6rem
}

.surfaceall-product .product-item-link p a:hover,.surfaceall-product .product-item-link p a:active,.surfaceall-product .product-item-link p a:focus {
    background: 0 0;
    color: #0067b8;
    border: none
}

.surfaceall-product .product-item-link p a:after {
    font-family: "ms-icon";
    content: "\e918";
    margin-left: 5px;
    font-size: 1.2rem
}

.surfaceall-product .product-item-details {
    min-height: 180px
}

[data-content-type=row][data-appearance=contained] [data-element=inner].surfaceall-step {
    padding-bottom: 15px !important
}

@media all and (-ms-high-contrast:none) {
    .ie11 .list-surface [data-element=main][data-content-type=html] {
        overflow: hidden
    }
}

@media screen and (min-width: 768px) and (max-width:1600px) {
    [data-content-type=row][data-appearance=contained] [data-element=inner].office-product,[data-content-type=row][data-appearance=contained] [data-element=inner].choose-office,[data-content-type=row][data-appearance=contained] [data-element=inner].office-features,[data-content-type=row][data-appearance=contained] [data-element=inner].office-high {
        padding-bottom:43px !important
    }

    .menu-office .block-link-menu {
        padding: 35px 15px !important
    }
}

@media screen and (min-width: 768px) {
    figure[data-content-type=image]>[data-element=link]:focus {
        display:block;
        box-shadow: 0 0 3px 1px #030f18
    }
}

@media (-webkit-min-device-pixel-ratio: 4),(min--moz-device-pixel-ratio:4),(min-resolution:400dpi) {
    .game-category-page.game-category-page-layout2 .sub-category-menu.sub-category-menu-fixed {
        top:0
    }

    .default-category-page .toolbar .sorter-label,.game-category-page .toolbar .sorter-label,.external-category-page .toolbar .sorter-label {
        width: 55px
    }

    .default-category-page .toolbar .sorter-options,.game-category-page .toolbar .sorter-options,.external-category-page .toolbar .sorter-options {
        width: calc((100% - 75px))
    }

    .bundle-header-addtocart #bundleHeaderSummary .price-configured_price {
        min-width: 150px
    }
}

.page-layout-subscribe .tablist-buyinfo {
    display: none !important
}

._has-modal .form-subscribe-products {
    display: block
}

.form-subscribe-products {
    display: none
}

.btn-signup-products {
    width: 100%
}

.form-wrap.form-subscribe-products {
    padding-bottom: 0;
    border: none
}

.form-wrap.form-subscribe-products h4 {
    font-size: 1.8rem;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 5px
}

.form-wrap.form-subscribe-products p {
    font-size: 1.4rem;
    line-height: 19px;
    margin-bottom: 12px
}

.form-wrap.form-subscribe-products .fieldset {
    margin-bottom: 10px
}

.form-wrap.form-subscribe-products .fieldset>.field:not(.choice)>.label {
    text-align: left;
    min-width: auto;
    min-width: 70px
}

.form-wrap.form-subscribe-products .fieldset>.field:not(.choice)>.label span {
    color: #000
}

.form-wrap.form-subscribe-products .fieldset>.field:not(.choice)>.control {
    width: 245px
}

.form-wrap.form-subscribe-products .fieldset>.field:not(.choice)>.control input {
    height: 40px
}

.form-wrap.form-subscribe-products .fieldset>.field:not(.choice)>.control .input-text.mage-error,.form-wrap.form-subscribe-products .fieldset>.field:not(.choice)>.control .select.mage-error,.form-wrap.form-subscribe-products .fieldset>.field:not(.choice)>.control .validate-select.mage-error,.form-wrap.form-subscribe-products .fieldset>.field:not(.choice)>.control .textarea.mage-error {
    border: 2px solid #dc3545 !important
}

.form-wrap.form-subscribe-products .fieldset>.field:not(.choice)>.control div.mage-error[generated] {
    display: none
}

.form-wrap.form-subscribe-products .col-content {
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-basis: 60%;
    flex-basis: 60%
}

.form-wrap.form-subscribe-products .col-codepost {
    text-align: center;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-basis: 40%;
    flex-basis: 40%
}

.form-wrap.form-subscribe-products .col-codepost .post-code {
    margin-bottom: 15px;
    line-height: 0
}

.form-wrap.form-subscribe-products .box-actions {
    margin-top: 15px
}

.form-wrap.form-subscribe-products .box-actions .btn-link {
    font-weight: 400
}

.form-wrap.form-subscribe-products .box-actions button[type=submit],.form-wrap.form-subscribe-products .box-actions .cart.table-wrapper .actions-toolbar>.action[type=submit],.form-wrap.form-subscribe-products .box-actions .action-gift[type=submit] {
    margin-left: 0;
    margin-right: 15px;
    min-width: 114px
}

.form-wrap .box-bottom-subscribe-product .content {
    width: 86px
}

.form-wrap .box-bottom-subscribe-product .content p {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.2rem
}

.form-wrap .box-bottom-subscribe-product .content p img {
    margin-bottom: 10px;
    width: 40px;
    height: 30px
}

.form-wrap .box-bottom-subscribe-product .narrow-subcribe {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 60px
}

.form-wrap .box-bottom-subscribe-product .narrow-subcribe p {
    text-align: center;
    margin-bottom: 0
}

.modal-popup.subscribe-products-modal._show.modal-slide {
    top: 7%
}

.modal-popup.subscribe-products-modal .modal-inner-wrap {
    width: 50%;
    max-width: 766px;
    margin: 10rem auto
}

@media screen and (min-width: 1025px) and (max-width:1366px) {
    .modal-popup.subscribe-products-modal .modal-inner-wrap {
        width:65%
    }
}

.modal-popup.subscribe-products-modal .modal-footer {
    display: none
}

.modal-popup.subscribe-products-modal .modal-header .modal-title {
    display: none
}

.modal-popup.subscribe-products-modal .modal-inner-wrap {
    top: auto
}

.modal-popup.confirm.box-confirm-subscribe .modal-inner-wrap {
    width: 388px;
    max-width: initial
}

.modal-popup.confirm.box-confirm-subscribe .modal-inner-wrap .modal-content,.modal-popup.confirm.box-confirm-subscribe .modal-inner-wrap .modal-header,.modal-popup.confirm.box-confirm-subscribe .modal-inner-wrap .modal-footer {
    padding-right: 46px;
    padding-left: 46px
}

.modal-popup.confirm.box-confirm-subscribe .modal-title {
    font-weight: 700;
    padding: 0;
    margin: 0;
    font-size: 1.8rem;
    line-height: 24px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 10px
}

.modal-popup.confirm.box-confirm-subscribe .modal-title:before {
    font-weight: 400;
    font-family: 'ms-icon';
    content: "\e930";
    margin-right: 10px;
    font-size: 3rem
}

.modal-popup.confirm.box-confirm-subscribe .action-close {
    top: 8px;
    right: 5px
}

.modal-popup.confirm.box-confirm-subscribe .modal-footer {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 50px
}

.modal-popup.confirm.box-confirm-subscribe .modal-footer button,.modal-popup.confirm.box-confirm-subscribe .modal-footer .cart.table-wrapper .actions-toolbar>.action,.modal-popup.confirm.box-confirm-subscribe .modal-footer .action-gift {
    border: none
}

.modal-popup.confirm.box-confirm-subscribe .modal-footer .action-accept {
    min-width: 114px
}

.modal-popup.confirm.box-confirm-subscribe .modal-footer .action-dismiss {
    display: none
}

.ad_price_hide {
    display: none
}

@media screen and (max-width: 1024px) {
    .modal-popup.subscribe-products-modal .modal-inner-wrap {
        width:90%
    }
}

.form-wrap.form-subscribe-products .col-content .subscribe {
    max-width: 323px
}

.form-wrap.form-subscribe-products .col-content .subscribe p {
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 0
}

.modal-popup.edu_content_popup .modal-inner-wrap .modal-footer {
    border: none;
    padding: 15px
}

.modal-popup.edu-success-popup .modal-inner-wrap {
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 420px;
    height: 155px
}

@media only screen and (max-width: 767px) {
    .modal-popup.edu-success-popup .modal-inner-wrap {
        position:absolute;
        top: 50%;
        max-width: 90%;
        left: 5%;
        transform: translate(0px,-50%)
    }
}

.modal-popup.edu-success-popup .modal-inner-wrap .modal-content {
    padding: 40px 20px 20px 40px
}

.modal-popup.edu-success-popup .modal-inner-wrap .modal-content .edu-addcart .button-box {
    margin-top: 30px;
    text-align: right
}

.modal-popup.edu-success-popup .modal-inner-wrap .modal-content .edu-addcart .button-box .return-store {
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: #000;
    text-decoration: none
}

.modal-popup.edu-success-popup .modal-inner-wrap .modal-content .edu-addcart .button-box .return-cart {
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #fff;
    background: #0067b8;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none
}

.modal-popup.edu-success-popup .modal-inner-wrap .modal-header,.modal-popup.edu-success-popup .modal-inner-wrap .modal-footer {
    display: none
}

.ar-content-popup {
    display: none
}

.product-info-picture .img-box {
    position: relative
}

.product-info-picture .img-box .ar-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 40px;
    cursor: pointer
}

.product-info-picture .img-box .ar-btn .icon-ar-3d {
    font-size: 40px;
    background: #666;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    padding-right: 3px
}

.primary-banner.product-banner .banner-ar-box {
    position: relative
}

.primary-banner.product-banner .banner-ar-box .ar-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 40px;
    cursor: pointer
}

.primary-banner.product-banner .banner-ar-box .ar-btn .icon-ar-3d {
    font-size: 40px;
    background: #666;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    padding-right: 3px
}

.box-tocart.box-outofstock.disabled {
    opacity: .3;
    pointer-events: none
}

.banner-box .banner-label-box {
    display: flex
}

.banner-box .banner-label {
    align-self: flex-start;
    background: #fcba02;
    font-size: 16px;
    padding: 3px 12px;
    margin-bottom: 5px
}

.page-product-bundle .bundle-options-container .product-info-main .btn-signup-products {
    display: none
}

.page-product-bundle .action.primary.btn-signup-products {
    display: none
}

.page-product-bundle .form-subscribe-products .col-codepost {
    display: none
}

.page-product-bundle .form-subscribe-products .show-mobile.box-bottom-subscribe-product {
    display: none !important
}

.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .config-options {
    height: 100px !important;
    box-sizing: initial
}

.private-product-item .select.edu_catalog_bundle_select {
    margin-bottom: 0
}

.private-item-details .edu_bundle_des {
    min-height: 120px;
    word-wrap: break-word;
    font-size: 14px;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-top: 7px
}

.navigation-item .nav-sections-item-content>.edu-bundle-nav {
    display: flex
}

.product-Tag-name-box {
    display: block;
    position: relative;
    width: 100%;
    height: 90px;
    max-height: 90px
}

.productTag-true-10221868-RL {
    display: inline-block;
    font-size: 1.4rem;
    color: #e51e1e;
    line-height: 20px;
    margin: 0 10px 0 0
}

.productTag-false-10221868-RL {
    display: block;
    min-height: 20px
}

.private-catalog.student-edu-normal .private-product-item {
    padding: 0;
    box-shadow: 0 6px 12px 0 #d2d2d2
}

.private-catalog.student-edu-normal .private-product-item .private-item-photo.private-photo {
    margin: 0 auto
}

.private-catalog.student-edu-normal .private-product-item .private-item-details {
    padding: 0 16px 16px
}

.private-catalog.student-edu-normal .private-product-item .private-item-details .edu_bundle_des {
    display: none;
    min-height: 16px;
    word-wrap: break-word;
    font-size: 14px;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-top: 0
}

.private-catalog.student-edu-normal .private-product-item .private-item-photo.private-photo {
    margin: 0 auto !important
}

.private-catalog.student-edu-normal .product-Tag-name-box {
    display: block;
    position: relative;
    width: 100%;
    height: 70px;
    max-height: 70px;
    margin: 10px 0 0
}

.private-catalog.student-edu-normal .productTag-false-10221868-RL {
    display: block;
    min-height: 20px;
    color: #e51e1e
}

.private-catalog.student-edu-normal .private-products button.action.tocart.primary:focus,.private-catalog.student-edu-normal .private-products .cart.table-wrapper .actions-toolbar>.action.action.tocart.primary:focus,.private-catalog.student-edu-normal .private-products .action-gift.action.tocart.primary:focus {
    border: 0 !important;
    outline: 0 !important;
    background: 0 0 !important
}

.private-catalog.student-edu-normal h1.category-name {
    margin: 0 0 15px
}

body.page-layout-xbox-black.catalog-product-buybox {
    color: #f2f2f2
}

body.page-layout-xbox-black.catalog-product-buybox .fixed_active .header-container {
    background: #000
}

body.page-layout-xbox-black.catalog-product-buybox .header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation>ul,body.page-layout-xbox-black.catalog-product-buybox .product.data.items.tablist .tablist-title-box .tablist-buyinfo {
    background: #000
}

body.page-layout-xbox-black.catalog-product-buybox .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level0.submenu {
    background: #171717
}

body.page-layout-xbox-black.catalog-product-buybox .product.data.items.tablist .tablist-title-box .tablist-buyinfo {
    background: #171717
}

body.page-layout-xbox-black.catalog-product-buybox .product.data.items.tablist .tablist-title-box .tablist-buyinfo .product-info-price-mobile {
    color: #f2f2f2
}

body.page-layout-xbox-black.catalog-product-buybox .dig-content .dig-login-container .links li a,body.page-layout-xbox-black.catalog-product-buybox .header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level-top.ui-corner-all,body.page-layout-xbox-black.catalog-product-buybox .footer.content .block.newsletter .title strong,body.page-layout-xbox-black.catalog-product-buybox .footer.content .cms-footer-container .container-list .item-title .title,body.page-layout-xbox-black.catalog-product-buybox .footer.content .cms-footer-container .container-list .item-title>i {
    color: #f2f2f2
}

body.page-layout-xbox-black.catalog-product-buybox .footer.content .other-location a {
    color: #f2f2f2 !important
}

body.page-layout-xbox-black.catalog-product-buybox .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level0.submenu .level1.category-item>a {
    color: #f2f2f2 !important
}

body.page-layout-xbox-black.catalog-product-buybox .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level0.submenu .level1.category-item>a:hover {
    color: #171717 !important
}

body.page-layout-xbox-black.catalog-product-buybox .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level-top {
    color: #f2f2f2 !important
}

body.page-layout-xbox-black.catalog-product-buybox .page-wrapper,body.page-layout-xbox-black.catalog-product-buybox .product-info-main-bottom,body.page-layout-xbox-black.catalog-product-buybox .product.data.items.tablist .tablist-title,body.page-layout-xbox-black.catalog-product-buybox .material-content,body.page-layout-xbox-black.catalog-product-buybox .product.data.items.tablist .tablist-content .item.content,body.page-layout-xbox-black.catalog-product-buybox .modal-slide .modal-inner-wrap,body.page-layout-xbox-black.catalog-product-buybox .modal-popup .modal-inner-wrap,body.page-layout-xbox-black.catalog-product-buybox .product-img-dialog .pdp-img-list .pdp-img-item,body.page-layout-xbox-black.catalog-product-buybox .product.data.items>.item.content {
    background: #171717
}

body.page-layout-xbox-black.catalog-product-buybox .page-footer .footer {
    background: #232323
}

body.page-layout-xbox-black.catalog-product-buybox .page-header,body.page-layout-xbox-black.catalog-product-buybox .header-container .header-content .search_menu {
    background-color: #000
}

body.page-layout-xbox-black.catalog-product-buybox .header-container .header-content .logo-box .office-title a,body.page-layout-xbox-black.catalog-product-buybox .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level-top.ui-corner-all,body.page-layout-xbox-black.catalog-product-buybox button,body.page-layout-xbox-black.catalog-product-buybox .cart.table-wrapper .actions-toolbar>.action,body.page-layout-xbox-black.catalog-product-buybox .action-gift,body.page-layout-xbox-black.catalog-product-buybox .header-container .header-content .cart-item .minicart-wrapper .action.showcart:before,body.page-layout-xbox-black.catalog-product-buybox .material-surface,body.page-layout-xbox-black.catalog-product-buybox .product.data.items.tablist .tablist-title .item.title>.switch:visited,body.page-layout-xbox-black.catalog-product-buybox .cart.table-wrapper .actions-toolbar>.action,body.page-layout-xbox-black.catalog-product-buybox .action-gift,body.page-layout-xbox-black.catalog-product-buybox .action-gift {
    color: #f2f2f2
}

body.page-layout-xbox-black.catalog-product-buybox .header-container .header-content .logo-box .office-title:before {
    border: none
}

body.page-layout-xbox-black.catalog-product-buybox .product-info-main {
    box-shadow: 0 6px 23px 0 rgba(0,0,0,.5600000000000001);
    background: #2e2e2e
}

body.page-layout-xbox-black.catalog-product-buybox .product-info-main .product-info-main-text .overview-action .show-more,body.page-layout-xbox-black.catalog-product-buybox .product-info-main .product-info-picture .picture-wrapper .pdp-img-modal,body.page-layout-xbox-black.catalog-product-buybox a:visited,body.page-layout-xbox-black.catalog-product-buybox .alink:visited {
    color: #5dc21e
}

body.page-layout-xbox-black.catalog-product-buybox .action.primary,body.page-layout-xbox-black.catalog-product-buybox .product-info-main .product-info-main-bottom .main-full-bottom-item .auth-login {
    background: #107c10;
    color: #fff;
    border: none
}

body.page-layout-xbox-black.catalog-product-buybox .page-footer .footer .block.newsletter .title,body.page-layout-xbox-black.catalog-product-buybox .page-footer .footer .block.newsletter .content input,body.page-layout-xbox-black.catalog-product-buybox .page-footer .footer .block.newsletter .content .privacy-policy a {
    color: #f2f2f2
}

body.page-layout-xbox-black.catalog-product-buybox .page-footer .footer .block.newsletter .content input {
    background: #454545
}

body.page-layout-xbox-black.catalog-product-buybox .page-footer .footer .block.newsletter .content .actions .primary {
    background: #f2f2f2;
    color: #000
}

body.page-layout-xbox-black.catalog-product-buybox .page-footer .footer .block.newsletter .content input::-webkit-input-placeholder {
    color: #f2f2f2
}

body.page-layout-xbox-black.catalog-product-buybox .page-footer .footer .block.newsletter .content input:-moz-placeholder {
    color: #f2f2f2
}

body.page-layout-xbox-black.catalog-product-buybox .page-footer .footer .block.newsletter .content input::-moz-placeholder {
    color: #f2f2f2
}

body.page-layout-xbox-black.catalog-product-buybox .page-footer .footer .block.newsletter .content input:-ms-input-placeholder {
    color: #f2f2f2
}

body.page-layout-xbox-black.catalog-product-buybox .page-footer .cms-footer-container .container-list .item-list>li {
    color: #f2f2f2
}

body.page-layout-xbox-black.catalog-product-buybox .page-footer .cms-footer-container .container-list .item-list>li a {
    color: #f2f2f2
}

body.page-layout-xbox-black.catalog-product-buybox .page-footer .cms-footer .uhf-footer a,body.page-layout-xbox-black.catalog-product-buybox .page-footer .cms-footer .uhf-footer .copyright span {
    color: #f2f2f2
}

body.page-layout-xbox-black.catalog-product-buybox .product.data.items.tablist .tablist-title {
    padding: 15px 0;
    box-shadow: 0 6px 23px -6px rgba(0,0,0,.16);
    border-bottom: none
}

body.page-layout-xbox-black.catalog-product-buybox .product.data.items.tablist .tablist-title .item.title.active>.switch:focus,body.page-layout-xbox-black.catalog-product-buybox .product.data.items.tablist .tablist-title .item.title.active>.switch:hover,body.page-layout-xbox-black.catalog-product-buybox .product.data.items.tablist .tablist-title .item.title.active>.switch,body.page-layout-xbox-black.catalog-product-buybox .product.data.items.tablist .tablist-title .item.title:not(.disabled)>.switch:active {
    background: #171717;
    border: none;
    border-bottom: 2px solid #107c10;
    color: #fff
}

body.page-layout-xbox-black.catalog-product-buybox .product.data.items.tablist .tablist-title .item.title.current>.switch:after,body.page-layout-xbox-black.catalog-product-buybox .product.data.items.tablist .tablist-title .item.title.active>.switch:after {
    border: none
}

body.page-layout-xbox-black.catalog-product-buybox .product.data.items.tablist .tablist-title .item.title>.switch {
    background: #171717;
    border: none;
    color: rgba(255,255,255,.6);
    min-width: 0;
    margin: 0 12px
}

body.page-layout-xbox-black.catalog-product-buybox .review-control-vote:before,body.page-layout-xbox-black.catalog-product-buybox .review-control-vote label:before {
    color: #da3b01
}

body.page-layout-xbox-black.catalog-product-buybox .product-info-main .product-info-main-bottom .main-full-bottom-item {
    border: none
}

body.page-layout-xbox-black.catalog-product-buybox .product-img-dialog.modal-popup._inner-scroll .modal-inner-wrap {
    border: 1px solid #107c10
}

body.page-layout-xbox-black.catalog-product-buybox .product-img-dialog.modal-popup .modal-header h1 {
    color: #5dc21e
}

body.page-layout-xbox-black.catalog-product-buybox .component-spec .table tr>th:first-child {
    background-color: transparent
}

body.page-layout-xbox-black.catalog-product-buybox .nav-sections .nav-sections-item-content .navigation,body.page-layout-xbox-black.catalog-product-buybox .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level-top.ui-menu-item-wrapper,body.page-layout-xbox-black.catalog-product-buybox .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level-top.ui-corner-all {
    background: #000
}

body.page-layout-xbox-black.catalog-product-buybox select {
    border: 1px solid #5dc21e;
    background: #2e2e2e url(../images/select-down.png) right center no-repeat
}

body.page-layout-xbox-black.catalog-product-buybox a,body.page-layout-xbox-black.catalog-product-buybox .alink {
    color: #5dc21e
}

body.page-layout-xbox-black.catalog-product-buybox .product-info-main .product-info-buyinfo .product-add-form .fieldset .field:not(.choice) select {
    border-color: #5dc21e;
    color: #f2f2f2
}

body.page-layout-xbox-black.catalog-product-buybox .swatch-attribute.color .swatch-attribute-options .swatch-option {
    border: 2px solid #f2f2f2
}

body.page-layout-xbox-black.catalog-product-buybox .swatch-attribute.color .swatch-attribute-options .swatch-option.selected {
    border: 4px solid #f2f2f2
}

body.page-layout-xbox-black.catalog-product-buybox .page-header input[type=text] {
    background: rgba(255,255,255,.2);
    color: #f2f2f2
}

body.page-layout-xbox-black.catalog-product-buybox .header-container .dig-content .mobile-search-box .block.block-search .block.block-content .field.search .control input {
    border: 1px solid rgba(255,255,255,.7);
    background: rgba(255,255,255,.2)
}

body.page-layout-xbox-black.catalog-product-buybox .header-container .dig-content .mobile-search-box .block.block-search .cancel-btn,body.page-layout-xbox-black.catalog-product-buybox .header-container .dig-content .mobile-search-box .block.block-search {
    background: #000
}

body.page-layout-xbox-black.catalog-product-buybox .block-search .action.search.disabled,body.page-layout-xbox-black.catalog-product-buybox .block-search .action.search[disabled],body.page-layout-xbox-black.catalog-product-buybox fieldset[disabled] .block-search .action.search {
    opacity: 1
}

@media only screen and (max-device-width: 767px) {
    body.page-layout-xbox-black.catalog-product-buybox .block-search .action.search.disabled,body.page-layout-xbox-black.catalog-product-buybox .block-search .action.search[disabled],body.page-layout-xbox-black.catalog-product-buybox fieldset[disabled] .block-search .action.search {
        opacity:0
    }
}

body.page-layout-xbox-black.catalog-product-buybox .dig-content .dig-login-container {
    background: #000;
    box-shadow: none
}

body.page-layout-xbox-black.catalog-product-buybox .dig-content .dig-login-container .login-btn {
    background: #bbd80a;
    color: #333 !important
}

body.page-layout-xbox-black.catalog-product-buybox .dig-content .dig-login-container .links li:nth-child(n+2) a {
    color: #f2f2f2
}

body.page-layout-xbox-black.catalog-product-buybox .primary-banner .banner-box-wrapper.bg-white .banner-box {
    background-color: #000
}

body.page-layout-xbox-black.catalog-product-buybox .back-top-btn button,body.page-layout-xbox-black.catalog-product-buybox .back-top-btn .cart.table-wrapper .actions-toolbar>.action,body.page-layout-xbox-black.catalog-product-buybox .back-top-btn .action-gift {
    background: #666;
    border: 1px solid #666
}

body.page-layout-xbox-black.catalog-product-buybox .modal-popup .action-close:hover:before {
    color: #fff !important
}

.old-price,.old.price {
    text-decoration: line-through
}

.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] .price {
    font-size: 1.1rem
}

.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-image,.category-description {
    margin-bottom: 20px
}

.page-layout-category-private-store .page-main {
    max-width: 100%
}

.page-layout-category-private-store .category-view {
    margin-bottom: 48px
}

.page-layout-category-private-store .category-description {
    margin-bottom: 0
}

.for_edu_landing_page_block .category-student .action.tocart.primary {
    padding: 0 !important
}

.edu-banner {
    margin-bottom: 0
}

.edu-banner .banner-content .banner-box .banner-title {
    margin-bottom: 56px;
    font-size: 3.6rem
}

.edu-banner .banner-content .banner-box .banner-title .title-desc {
    font-size: 1.6rem
}

.edu-banner .banner-content .banner-box .banner-desc .step-caption {
    margin-bottom: 8px;
    font-size: 1.4rem
}

.edu-banner .banner-content .banner-box .banner-desc .steps {
    margin-bottom: 18px
}

.edu-banner .banner-content .banner-box .banner-desc .steps .step {
    margin-right: 50px
}

.edu-banner .banner-content .banner-box .banner-desc .steps .step:last-child {
    margin-right: 0
}

.edu-banner .banner-content .banner-box .edu-auth {
    margin-bottom: 14px
}

.private-list {
    text-align: center;
    background-color: #fff
}

.private-list li {
    margin: 16px 48px 24px;
    line-height: 24px;
    font-size: 1.6rem;
    font-weight: 700
}

.private-list li a {
    color: #000
}

.private-list li a:hover {
    color: #0067b8;
    text-decoration: underline
}

.private-list li.active a {
    color: #0067b8;
    text-decoration: underline
}

.sticky-level2 {
    padding-top: 58px
}

.sticky-level2 .private-list {
    position: fixed;
    top: 55px;
    width: 100%;
    z-index: 100
}

.private-landing-category .category-content {
    margin: 48px 0 0
}

.private-landing-category .category-item-wrapper {
    margin-bottom: 48px;
    background-color: #f2f2f2
}

.private-landing-category .category-item-wrapper .category-item {
    padding: 24px 0
}

.private-landing-category .category-item-wrapper h2 {
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 36px;
    font-size: 2.4rem;
    font-weight: 700
}

.private-landing-category .category-item-wrapper .category-info {
    margin-bottom: 12px;
    font-size: 1.6rem
}

.private-landing-category .category-item-wrapper .category-info .product-number {
    display: inline-block;
    float: left;
    margin-right: 8px
}

.private-landing-category .category-item-wrapper .category-info .item-totals {
    margin: 0 8px
}

.private-products {
    position: relative
}

.private-products .private-swiper {
    margin: 0 auto;
    padding: 12px 8px;
    width: calc(100% - 154px);
    box-sizing: border-box
}

.private-products .swiper-button {
    left: 33px;
    margin-top: -19px;
    width: 19px;
    height: 38px;
    color: #000
}

.private-products .swiper-button.swiper-button-next {
    left: auto;
    right: 33px
}

.private-products .swiper-button:after {
    font-size: 3.8rem
}

.private-catalog {
    margin: 48px 0
}

.private-catalog .private-category-title {
    margin-bottom: 16px
}

.private-catalog .private-category-title h1 {
    display: inline-block;
    margin: 0;
    line-height: 40px;
    font-size: 2.8rem;
    font-weight: 700
}

.private-catalog .private-category-title .private-sorter {
    float: right
}

.private-catalog .private-category-title .private-sorter label {
    vertical-align: middle
}

.private-catalog .private-category-title .private-sorter .sorter-select {
    margin-left: 4px;
    padding: 0 36px 0 10px;
    height: 40px;
    line-height: 40px;
    width: auto;
    vertical-align: middle;
    border: none;
    background-color: #d9d9d9;
    box-sizing: border-box
}

.private-catalog .private-products {
    margin: 0 -12px
}

.private-product-item {
    display: inline-block;
    padding: 24px;
    height: auto;
    max-height: 705px;
    background-color: #fff;
    vertical-align: middle;
    box-sizing: border-box
}

.private-catalog .private-product-item {
    margin: 0 12px 48px;
    width: calc(25% - 24px)
}

.private-product-item:hover {
    box-shadow: 0 6px 12px 0 #d2d2d2
}

.private-product-item .private-item-photo.private-photo {
    margin: 0 auto 24px;
    display: block;
    max-height: 235px;
    height: 0;
    width: calc(100% - 40px);
    overflow: hidden;
    padding: 20px;
    background: #f2f2f2;
    padding-top: calc(100% - 40px);
    position: relative
}

.private-product-item .private-item-photo.private-photo img {
    display: block;
    width: 80%;
    height: auto;
    max-height: 235px;
    position: absolute;
    left: 10%;
    top: 20px
}

.private-product-item .private-product-name {
    display: -webkit-box;
    height: 50px;
    margin-bottom: 12px;
    line-height: 24px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal
}

.private-product-item .select {
    margin-bottom: 127px
}

.private-product-item .select select {
    height: 40px;
    padding-left: 20px;
    padding-right: 46px;
    border: 1px solid #505050
}

.private-product-item .price-box {
    margin-bottom: 4px
}

.private-product-item .action.tocart.primary {
    padding: 0 20px !important
}

.private-catalog.student-edu-normal .action.tocart.primary {
    padding: 0 !important;
    background: 0 0;
    border: 0
}

.private-catalog.student-edu-normal .action.tocart.primary:hover {
    background: 0 0;
    border: 0
}

.private-catalog.student-edu-normal .action.tocart.primary span {
    font-size: 16px;
    color: #0067b8;
    line-height: 20px;
    font-weight: 400
}

.private-catalog.student-edu-normal .action.tocart.primary span:hover {
    color: #0067b8;
    font-weight: 400
}

.private-catalog.student-edu-normal .edu-select-hide {
    display: block;
    height: 40px
}

.private-catalog.student-edu-normal .edu-select-hide .private-select {
    display: none
}

.private-catalog.student-edu-normal .price-value-strong {
    font-weight: 700
}

.private-catalog.student-edu-normal .price-msrp-normal {
    display: inline-block;
    font-size: 12px;
    color: #666;
    line-height: 15px;
    text-decoration: line-through;
    margin: 0 0 0 5px
}

.private-catalog.student-edu-normal .price-discount-normal {
    display: block;
    font-size: 14px;
    color: #327933;
    line-height: 18px;
    height: 18px
}

.private-catalog.student-edu-normal .product-Tag-name-box .productTag-false-10221868-RL {
    display: inline-block;
    margin: 0 10px 0 0
}

.private-catalog.student-edu-normal .product-Tag-name-box .productTag-false-10221868-RL:last-child {
    margin-right: 0
}

.private-catalog.student-edu-normal .product-Tag-name-box:last-child {
    margin-right: 0
}

.private-guide {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto
}

.private-guide .private-guide-wrapper h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #000
}

.private-guide .private-guide-wrapper p {
    font-size: 14px;
    line-height: 1.4;
    padding-top: 10px
}

.private-guide .private-guide-wrapper ul li {
    font-size: 12px;
    line-height: 1.5
}

.private-edu-dialog.edu-result-dialog .modal-footer {
    text-align: right !important
}

.private-edu-dialog.edu-result-dialog.private-edu-addcart-modal .black-button {
    background: #000 !important
}

.private-edu-dialog.edu-result-dialog.private-edu-addcart-modal .modal-inner-wrap {
    max-width: 558px
}

.category-edu .page-main {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0
}

.category-edu .page-main .block-banner .banner-slider {
    width: 90%
}

.product-image-container {
    display: inline-block;
    max-width: 100%
}

.product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #f2f2f2
}

.product-image-photo {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 90%;
    position: absolute;
    right: 0;
    top: 0
}

.product.media .placeholder .photo.container {
    max-width: 100%
}

.product.media .notice {
    color: #4a4a4a;
    font-size: 1.2rem;
    margin: 10px 0
}

.product.media .product.thumbs {
    margin: 20px 0 30px
}

.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 .active {
    display: block;
    line-height: 1
}

.product.info.detailed {
    clear: both;
    margin-bottom: 30px
}

.product.info.detailed .additional-attributes {
    width: auto
}

.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: 4px 5px 10px
}

.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: 4px 30px 10px 0
}

.product-info-main {
    margin-bottom: 14px
}

.product-info-main .page-title-wrapper .page-title {
    line-height: 1.42857143;
    margin-bottom: 10px
}

.product-info-main .stock.available,.product-info-main .stock.unavailable {
    display: inline-block;
    font-weight: 700;
    margin-right: 20px;
    text-transform: uppercase;
    vertical-align: top
}

.product-info-main .product.attribute.sku {
    display: inline-block;
    vertical-align: top;
    color: #4a4a4a
}

.product-info-main .product.attribute.sku>.value {
    display: inline-block;
    vertical-align: top;
    word-break: break-all
}

.product-info-main .product.attribute.sku .type {
    margin-right: 5px
}

.product-info-main .product.attribute.overview {
    margin: 20px 0 26px
}

.product-info-main .product.alert {
    margin: 10px 0
}

.product-info-main .price-box {
    margin-top: 10px
}

.product-info-main .product-reviews-summary .reviews-actions {
    font-size: 1.4rem
}

.product-options-wrapper .fieldset-product-options-inner .legend {
    font-weight: 700;
    margin: 0 0 5px;
    font-size: 1.4rem;
    border: none;
    display: inline-block;
    float: none;
    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: #d50303;
    font-size: 1.2rem;
    margin: 0 0 0 5px
}

.product-options-wrapper .field .note {
    display: block
}

.product-info-main .price-box .price-including-tax+.price-excluding-tax,.product-options-bottom .price-box .price-including-tax+.price-excluding-tax,.product-info-main .price-box .weee+.price-excluding-tax,.product-options-bottom .price-box .weee+.price-excluding-tax,.product-info-main .price-box .weee,.product-options-bottom .price-box .weee {
    font-size: 1.2rem;
    line-height: 14px;
    margin-bottom: 5px
}

.product-info-main .price-box .price-including-tax+.price-excluding-tax .price,.product-options-bottom .price-box .price-including-tax+.price-excluding-tax .price,.product-info-main .price-box .weee+.price-excluding-tax .price,.product-options-bottom .price-box .weee+.price-excluding-tax .price,.product-info-main .price-box .weee .price,.product-options-bottom .price-box .weee .price {
    font-size: 1.2rem;
    font-weight: 700
}

.product-info-main .price-box .price-wrapper .price,.product-options-bottom .price-box .price-wrapper .price {
    font-size: 1.8rem;
    font-weight: 700
}

.product-info-main .price-box .price,.product-options-bottom .price-box .price {
    white-space: nowrap
}

.product-info-main .special-price,.product-options-bottom .special-price {
    display: block;
    margin: 10px 0
}

.product-info-main .special-price .price-container,.product-options-bottom .special-price .price-container {
    font-size: 1.4rem
}

.product-info-main .special-price .price-label+.price-wrapper,.product-options-bottom .special-price .price-label+.price-wrapper {
    display: inline-block
}

.product-info-main .old-price .price-label:after,.product-options-bottom .old-price .price-label:after,.product-info-main .special-price .price-label:after,.product-options-bottom .special-price .price-label:after {
    content: ': '
}

.product-info-main .box-tocart,.product-options-bottom .box-tocart {
    margin: 20px 0
}

.product-info-main .box-tocart .field.qty,.product-options-bottom .box-tocart .field.qty {
    padding-right: 15px
}

.product-info-main .box-tocart .input-text.qty,.product-options-bottom .box-tocart .input-text.qty {
    height: 52px;
    text-align: center;
    width: 52px
}

.product-info-main .box-tocart .actions,.product-options-bottom .box-tocart .actions {
    text-align: center
}

.product-info-main .box-tocart .action.primary,.product-options-bottom .box-tocart .action.primary {
    width: 330px;
    max-width: 100%;
    text-align: center
}

.product-info-main .product-addto-links,.product-options-bottom .product-addto-links {
    margin: 20px 0
}

.product-info-main .action.tocompare,.product-options-bottom .action.tocompare {
    vertical-align: top
}

.prices-tier {
    background: #f5f5f5;
    margin: 10px 0;
    padding: 10px 15px
}

.prices-tier .price-container {
    display: inline-block
}

.prices-tier .price-including-tax,.prices-tier .price-excluding-tax,.prices-tier .weee {
    display: inline-block
}

.prices-tier .price-including-tax .price,.prices-tier .price-excluding-tax .price,.prices-tier .weee .price {
    font-size: 1.4rem;
    font-weight: 700
}

.ui-dialog-titlebar-close {
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #0067b8;
    text-decoration: none;
    background: 0 0;
    border: 0;
    display: inline
}

.ui-dialog-titlebar-close:visited {
    color: #0067b8;
    text-decoration: none
}

.ui-dialog-titlebar-close:hover {
    color: #006bb4;
    text-decoration: underline
}

.ui-dialog-titlebar-close:active {
    color: #ff5501;
    text-decoration: underline
}

.ui-dialog-titlebar-close:hover,.ui-dialog-titlebar-close:active,.ui-dialog-titlebar-close:focus {
    background: 0 0;
    border: 0
}

.ui-dialog-titlebar-close.disabled,.ui-dialog-titlebar-close[disabled],fieldset[disabled] .ui-dialog-titlebar-close {
    color: #0067b8;
    opacity: .3;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.block.related .action.select {
    margin: 0 5px
}

.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: #4a4a4a;
    font-size: 1.2rem;
    white-space: nowrap
}

.sidebar .product-items .minilist .price {
    display: inline;
    padding: 0
}

.sidebar .product-items .minilist .weee:before {
    display: inline-block
}

.sidebar .action.delete {
    position: absolute;
    right: 0;
    top: 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
}

.catalog-category-view .page-title-wrapper,.catalogsearch-result-index .page-title-wrapper {
    display: none
}

.catalog-category-view.page-layout-2columns-left .column.main,.catalogsearch-result-index.page-layout-2columns-left .column.main {
    width: 100%
}

@media screen and (max-width: 1366px) {
    .private-catalog.student-edu-normal .private-product-item .product-Tag-name-box {
        height:90px;
        max-height: 90px
    }

    .private-catalog.student-edu-normal .private-product-item .product-Tag-name-box .productTag-false-10221868-RL {
        margin: 0 5px 0 0
    }

    .private-catalog.student-edu-normal .private-product-item .select select {
        padding-left: 10px;
        padding-right: 35px
    }
}

body.catalog-product-compare-index .action.print {
    float: right;
    margin: 15px 0
}

.table-wrapper.comparison {
    clear: both;
    max-width: 100%;
    overflow-x: auto
}

.table-comparison {
    table-layout: fixed
}

.table-comparison .cell.label,.table-comparison td:last-child {
    border-right: 1px solid #d2d2d2
}

.table-comparison .cell {
    padding: 15px;
    width: 140px
}

.table-comparison .cell .attribute.value {
    overflow: hidden;
    width: 100%
}

.table-comparison .cell.product.info,.table-comparison .cell.product.label {
    border-bottom: 1px solid #d2d2d2
}

.table-comparison .cell.label .attribute.label {
    display: block;
    width: 100%;
    word-wrap: break-word
}

.table-comparison .cell.attribute {
    font-size: 1.3rem
}

.table-comparison .cell.attribute img {
    height: auto;
    max-width: 100%
}

.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.split,.table-comparison .product-addto-links .action.toggle {
    line-height: 1.2rem;
    padding: 5px 8px;
    font-size: 1.1rem
}

.table-comparison .product-addto-links .action.toggle {
    padding: 0
}

.table-comparison .cell.remove {
    padding-bottom: 0;
    padding-top: 0;
    text-align: right
}

.table-comparison .product-item-actions>.actions-primary+.actions-secondary {
    margin-top: 10px
}

.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: -6px;
    position: absolute;
    top: 0
}

.block-compare .actions-toolbar {
    margin: 17px 0 0
}

.block-category-event {
    background: #f0f0f0;
    color: #000;
    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
}

.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: 35px;
    line-height: 33px;
    color: #8f8f8f;
    content: "\e909";
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    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 #d2d2d2;
    clear: both;
    margin: 0 -15px -1px;
    padding: 0 15px
}

.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 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:not(:empty) {
    border-top: 0;
    border: 1px solid #c2c2c2;
    background: #fff
}

.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: 0 0;
    border: 0;
    padding-top: 6px;
    position: absolute;
    right: 0;
    top: 0
}

.search.summary {
    margin-bottom: 10px
}

.cart-summary {
    background: #f5f5f5;
    margin-bottom: 25px;
    padding: 1px 15px 25px
}

.cart-summary>.title {
    display: block;
    font-weight: 700;
    line-height: 1.9;
    font-size: 1.9rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem
}

.cart-summary .block {
    margin-bottom: 0
}

.cart-summary .block .item-options {
    margin-left: 0
}

.cart-summary .block .fieldset {
    margin: 15px 0 25px 5px
}

.cart-summary .block .fieldset .field {
    margin: 0 0 10px
}

.cart-summary .block .fieldset .field.note {
    font-size: 12px
}

.cart-summary .block .fieldset .methods .field>.label {
    display: inline
}

.cart-totals {
    border-top: 1px solid #d2d2d2;
    padding-top: 10px
}

.cart-totals .table-wrapper {
    margin-bottom: 0;
    overflow: inherit
}

.cart-totals .discount.coupon {
    display: none
}

.cart.table-wrapper .items thead+.item {
    border-top: 1px solid #d2d2d2
}

.cart.table-wrapper .items>.item {
    border-bottom: 1px solid #d2d2d2;
    position: relative
}

.cart.table-wrapper .col {
    padding-top: 20px
}

.cart.table-wrapper .col.qty .input-text {
    margin-top: -5px
}

.cart.table-wrapper .item-actions td {
    padding-bottom: 10px;
    text-align: center;
    white-space: normal
}

.cart.table-wrapper .item .col.item {
    display: block;
    min-height: 75px;
    padding: 25px 0 10px 75px;
    position: relative
}

.cart.table-wrapper .actions-toolbar>.action,.action-gift {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
    margin-right: 10px
}

.cart.table-wrapper .actions-toolbar>.action:hover,.cart.table-wrapper .actions-toolbar>.action:active,.cart.table-wrapper .actions-toolbar>.action:focus,.action-gift:hover,.action-gift:active,.action-gift:focus {
    text-decoration: none
}

.cart.table-wrapper .actions-toolbar>.action:last-child,.action-gift:last-child {
    margin-right: 0
}

.cart.table-wrapper .action.help.map {
    font-weight: 400
}

.cart.table-wrapper .product-item-photo {
    display: block;
    left: 0;
    max-width: 60px;
    padding: 0;
    position: absolute;
    top: 15px;
    width: 100%
}

.cart.table-wrapper .product-item-details {
    white-space: normal
}

.cart.table-wrapper .product-item-name {
    display: inline-block;
    font-weight: 400;
    margin-top: -6px
}

.cart.table-wrapper .gift-registry-name-label:after {
    content: ':'
}

.cart.table-wrapper .item-options {
    font-size: 12px;
    margin-bottom: 10px
}

.cart.table-wrapper .product-item-name+.item-options {
    margin-top: 10px
}

.cart.table-wrapper .action.configure {
    display: inline-block;
    margin: 0 0 20px
}

.cart-container .checkout-methods-items {
    margin-top: 20px;
    text-align: center
}

.cart-container .checkout-methods-items .action.primary {
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: normal;
    padding: 0
}

.cart-container .checkout-methods-items .item+.item {
    margin-top: 20px
}

.cart-products-toolbar .toolbar-amount {
    margin: 25px 0 15px;
    padding: 0;
    text-align: center
}

.cart-products-toolbar .pages {
    margin: 0 0 25px;
    text-align: center
}

.cart-products-toolbar .pages .items>.item {
    border-bottom: 0
}

.cart-products-toolbar-top {
    border-bottom: 1px solid #d2d2d2
}

.block.crosssell {
    margin-top: 70px
}

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

.cart-container .cart-summary .cart-config.isHololens .bottom-block .promise-icon .item:first-child {
    display: none
}

.ampromo-items-add {
    display: none !important
}

.checkout-cart-index .message.notice {
    display: none
}

.cart-container .form.form-cart #shopping-cart-table .cart.item.message.error {
    display: none
}

.cart-container .form.form-cart #shopping-cart-table .cart.item.disabled-cart .disabled-error .text {
    font-size: 14px;
    color: #000;
    margin-top: 10px
}

.cart-container .form.form-cart #shopping-cart-table .cart.item.disabled-cart .package-product {
    opacity: .3;
    pointer-events: none
}

.cart-container .form.form-cart #shopping-cart-table .cart.item.disabled-cart .left-cart .product-item-photo a:not(.remove-bundle-option) {
    opacity: .3;
    pointer-events: none
}

.cart-container .form.form-cart #shopping-cart-table .cart.item.disabled-cart .right-cart {
    opacity: .3;
    pointer-events: none
}

.cart-container .form.form-cart #shopping-cart-table .cart.item.disabled-cart .item-info .product-main.disable-bundle {
    display: block
}

.cart-container .form.form-cart #shopping-cart-table .cart.item.disabled-cart .item-info .product-main.disable-bundle .right-cart {
    display: none
}

.cart-container .form.form-cart #shopping-cart-table .cart.item.disabled-cart .item-info .product-main.disable-bundle .product-item-photo a {
    display: none
}

.cart-container .form.form-cart #shopping-cart-table .cart.item.gift-item .item-info .product-config .left-cart .remove-product {
    display: none
}

.cart-container .form.form-cart #shopping-cart-table .cart.item.gift-item .item-info .product-config .right-cart .qty-box .control.qty>label {
    pointer-events: none
}

.cart-container .form.form-cart #shopping-cart-table .cart.item.gift-item .item-info .product-config .right-cart .qty-box .control.qty>label input {
    border: none
}

.cart-container .form.form-cart #shopping-cart-table .cart.item.gift-item .item-info .product-config .right-cart .qty-box .control.qty .menu {
    display: none
}

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

.block-minicart .block-content>.actions {
    margin-top: 15px;
    text-align: center
}

.block-minicart .block-content>.actions>.primary {
    margin: 0 10px 15px
}

.block-minicart .block-content>.actions>.primary .action.primary {
    display: block;
    margin-bottom: 15px;
    width: 100%
}

.block-minicart .block-content>.actions>.primary .action.primary:last-child {
    margin-bottom: 0
}

.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: 35px;
    line-height: 33px;
    color: #8f8f8f;
    content: "\e912";
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.minicart-wrapper .action.showcart:hover:before {
    color: #333
}

.minicart-wrapper .action.showcart:active:before {
    color: #8f8f8f
}

.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: 35px;
    line-height: 33px;
    color: #8f8f8f;
    content: "\e912";
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.minicart-wrapper .action.showcart.active:hover:before {
    color: #333
}

.minicart-wrapper .action.showcart.active:active:before {
    color: #8f8f8f
}

.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: 0;
    box-shadow: 0 3px 3px rgba(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;
    z-index: 99
}

.minicart-wrapper .block-minicart:after {
    border: 7px solid;
    border-color: transparent transparent #bbb;
    z-index: 98
}

.minicart-wrapper .block-minicart:before {
    right: 26px;
    top: -12px
}

.minicart-wrapper .block-minicart:after {
    right: 25px;
    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;
    text-align: right
}

.minicart-wrapper .product .actions>.primary,.minicart-wrapper .product .actions>.secondary {
    display: inline
}

.minicart-wrapper .action.close {
    display: inline-block;
    background-image: none;
    background: 0 0;
    -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;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.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: 32px;
    line-height: 32px;
    color: inherit;
    content: "\e916";
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    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.close:focus,.minicart-wrapper .action.close:active {
    background: 0 0;
    border: none
}

.minicart-wrapper .action.close:hover {
    background: 0 0;
    border: none
}

.minicart-wrapper .action.close.disabled,.minicart-wrapper .action.close[disabled],fieldset[disabled] .minicart-wrapper .action.close {
    pointer-events: none;
    opacity: .3
}

.minicart-wrapper .action.showcart {
    white-space: nowrap
}

.minicart-wrapper .action.showcart .counter.qty {
    background: #ff5501;
    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 .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>.product-item-photo,.minicart-items .product>.product-image-container {
    float: left
}

.minicart-items .product .toggle {
    display: block;
    text-decoration: none;
    cursor: pointer;
    position: relative
}

.minicart-items .product .toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 16px;
    color: inherit;
    content: "\e74b";
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.minicart-items .product .toggle:after {
    position: static;
    right: 20px;
    top: 0
}

.minicart-items .product.active>.toggle:after {
    content: "\e74a"
}

.minicart-items .product-item-name {
    font-weight: 400;
    margin: 0 0 10px
}

.minicart-items .product-item-name a {
    color: #0067b8
}

.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 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.options .tooltip.toggle {
    display: inline-block;
    text-decoration: none
}

.minicart-items .product.options .tooltip.toggle>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 .tooltip.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: inherit;
    content: "\e74b";
    font-family: 'icons-blank-theme';
    margin: -3px 0 0 7px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.minicart-items .product.options .tooltip.toggle .details {
    display: none
}

.minicart-items .item-qty {
    text-align: center;
    width: 45px
}

.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: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.minicart-items .action.edit:hover:before,.minicart-items .action.delete:hover:before {
    color: #303030
}

.minicart-items .action.edit:active:before,.minicart-items .action.delete:active:before {
    color: #303030
}

.minicart-items .action.delete:before {
    content: '\e604'
}

.checkout-container {
    margin: 0 0 20px
}

.opc-wrapper {
    margin: 0 0 20px
}

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

.product-information .product-labels {
    overflow: hidden
}

.product-information .product-labels .product-checkout-item-label {
    width: 66px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left
}

.product-information .product-labels .product-checkout-item-label.bg-blue {
    color: #fff;
    background: #0067b8
}

.product-information .product-labels .product-checkout-item-label.bg-deepBlue {
    color: #fff;
    background: #0a1d7c
}

.product-information .product-labels .product-checkout-item-label.bg-yellow {
    color: #000;
    background: #fcba02
}

.product-information .product-label-box {
    overflow: hidden
}

.product-information .product-label-box .product-checkout-item-label {
    width: 66px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left
}

.product-information .product-label-box .product-checkout-item-label.bg-blue {
    color: #fff;
    background: #0067b8
}

.product-information .product-label-box .product-checkout-item-label.bg-deepBlue {
    color: #fff;
    background: #0a1d7c
}

.product-information .product-label-box .product-checkout-item-label.bg-yellow {
    color: #000;
    background: #fcba02
}

.checkout-index-index .tip-box .tip {
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 8px;
    right: 14px
}

.checkout-index-index .tip-box .tip-content {
    display: none;
    position: absolute;
    top: 50px;
    right: 2%;
    width: 96%;
    background: #fff;
    border: 1px solid #505050;
    padding: 28px 18px 38px;
    font-size: 12px;
    box-sizing: border-box;
    z-index: 10
}

.checkout-index-index .tip-box .tip-content:after {
    bottom: 100%;
    left: 96%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px
}

.checkout-index-index .tip-box .tip-content:before {
    bottom: 100%;
    left: 96%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(80,80,80,0);
    border-bottom-color: #505050;
    border-width: 7px;
    margin-left: -7px
}

.checkout-index-index .tip-box:hover .tip-content {
    display: block
}

.checkout-index-index .coupon-list .label .coupon-price {
    position: absolute;
    top: 8px;
    left: 27px;
    font-size: 12px;
    color: #df001d
}

.checkout-index-index .opc-block-summary .block.items-in-cart .content.minicart-items {
    display: block !important
}

.opc-estimated-wrapper {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 18px 15px
}

.opc-estimated-wrapper .estimated-block {
    font-size: 18px;
    font-weight: 700;
    float: left
}

.opc-estimated-wrapper .estimated-block .estimated-label {
    display: block;
    margin: 0 0 5px
}

.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    color: #000
}

.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
    color: #555
}

.opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    font-size: 0
}

.opc-progress-bar-item {
    margin: 0 0 10px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 50%
}

.opc-progress-bar-item:before {
    background: #e4e4e4;
    top: 19px;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%
}

.opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px
}

.opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0
}

.opc-progress-bar-item>span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #e4e4e4;
    font-weight: 300;
    font-size: 1.8rem
}

.opc-progress-bar-item>span:before,.opc-progress-bar-item>span:after {
    background: #e4e4e4;
    height: 38px;
    margin-left: -19px;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0
}

.opc-progress-bar-item>span:after {
    background: #fff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #000;
    font-weight: 600;
    font-size: 1.8rem
}

.opc-progress-bar-item._active:before {
    background: #ff5501
}

.opc-progress-bar-item._active>span {
    color: #000
}

.opc-progress-bar-item._active>span:before {
    background: #ff5501
}

.opc-progress-bar-item._active>span:after {
    content: '\e610';
    font-family: 'icons-blank-theme';
    line-height: 1;
    font-size: 2.8rem
}

.opc-progress-bar-item._complete {
    cursor: pointer
}

.opc-progress-bar-item._complete>span {
    color: #000
}

.opc-progress-bar-item._complete>span:after {
    content: '\e610';
    font-family: 'icons-blank-theme';
    line-height: 1;
    font-size: 2.8rem
}

.field.choice .field-tooltip {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -3px
}

.field.choice .field-tooltip-action {
    line-height: 24px
}

.field._error .control input,.field._error .control select,.field._error .control textarea {
    border-color: #fc4242
}

.opc-wrapper .fieldset>.field>.label {
    font-weight: 400
}

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

.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: 24px;
    line-height: inherit;
    color: #bbb;
    content: '\e623';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.field-tooltip .field-tooltip-action:hover:before {
    color: #000
}

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

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

.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;
    line-height: 30px;
    margin: 0 0 20px;
    padding: 20px 35px 20px 20px;
    transition: .3s border-color;
    width: 50%;
    display: inline-block;
    font-size: 14px;
    position: relative;
    vertical-align: top;
    word-wrap: break-word
}

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #ff5501
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: #ff5501;
    color: #fff;
    content: '\e610';
    font-family: 'icons-blank-theme';
    height: 27px;
    width: 29px;
    font-size: 27px;
    line-height: 21px;
    padding-top: 2px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.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 .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: #0067b8;
    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: 2px;
    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: 28px;
    line-height: 28px;
    color: #8f8f8f;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
    color: #000
}

.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
    color: #8f8f8f
}

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

.opc-block-summary>.title {
    display: block
}

.opc-block-summary .mark .value {
    color: #999;
    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 #d2d2d2;
    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: 30px;
    line-height: 12px;
    color: inherit;
    content: "\e74b";
    font-family: 'icons-blank-theme';
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    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: "\e74a"
}

.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: table-cell;
    padding-right: 5px;
    text-align: left
}

.opc-block-summary .product-item .subtotal {
    display: table-cell;
    text-align: right
}

.opc-block-summary .product-item .price {
    font-size: 1.6rem;
    font-weight: 400
}

.opc-block-summary .product-item .price-including-tax+.price-excluding-tax {
    margin: 0
}

.opc-block-summary .product-item .price-including-tax+.price-excluding-tax .price {
    font-size: 1rem
}

.opc-block-summary .actions-toolbar {
    position: relative;
    z-index: 1
}

.opc-block-summary .actions-toolbar .secondary {
    border-top: 1px solid #d2d2d2;
    display: block;
    float: none;
    margin: -1px 0 0;
    padding: 15px 0 0;
    text-align: left
}

.opc-block-summary .actions-toolbar .secondary .action {
    margin: 0
}

.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.9rem;
    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-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 {
    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: 600px
}

.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-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: "\e74a"
}

.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: #0067b8;
    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: 32px;
    line-height: 16px;
    color: #8f8f8f;
    content: "\e74b";
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.checkout-payment-method .payment-option-title .action-toggle:hover:after {
    color: #000
}

.checkout-payment-method .payment-option-title .action-toggle:active:after {
    color: #8f8f8f
}

.checkout-payment-method .payment-option-content {
    padding: 0 0 20px 22px
}

.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 {
    padding-right: 20px;
    width: auto
}

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

.customer-address-form .columns .column.main,.fapiao-book-form .columns .column.main {
    padding-bottom: 0
}

.account-form-popup .fieldset>.field:before,.account-form-popup .fieldset>.field:after {
    content: '';
    display: table
}

.account-form-popup .fieldset>.field:after {
    clear: both
}

.account-form-popup .fieldset>.field.required>.label {
    position: relative;
    font-weight: 400;
    padding-top: 8px
}

.account-form-popup .fieldset>.field.required>.label:after {
    position: absolute;
    top: 6px;
    left: 0;
    float: left;
    margin: 0 5px 0 0;
    color: #000
}

@media only screen and (max-width: 767px) {
    .account-form-popup .fieldset>.field.required>.label:after {
        top:3px
    }
}

.account-form-popup .fieldset>.field.required>.label span {
    padding-left: 12px;
    display: inline-block
}

.account-form-popup .fieldset>.field.street {
    clear: left
}

.account-form-popup .fieldset>.field.choice {
    line-height: 1
}

.account-form-popup .fieldset>.field.choice span {
    line-height: 1.42857143
}

.account-form-popup .fieldset .field-area-group {
    clear: left
}

.account-form-popup .fieldset .field-area-group:before,.account-form-popup .fieldset .field-area-group:after {
    content: '';
    display: table
}

.account-form-popup .fieldset .field-area-group:after {
    clear: both
}

.account-form-popup .fieldset .field-area-group .field.city .control select {
    display: block !important
}

.account-form-popup .fieldset .field-area-group .field.city .control input {
    display: none !important
}

.account-form-popup .fieldset .field-area-group .field.district .control select {
    display: block !important
}

.account-form-popup .fieldset .field-area-group .field.district .control input {
    display: none !important
}

.account-form-popup .fieldset .field-area-group>label {
    display: none;
    position: relative;
    margin: 0;
    padding: 6px 15px 0 0;
    width: 25.8%;
    text-align: left;
    box-sizing: border-box
}

.account-form-popup .fieldset .field-area-group>label:after {
    content: '*';
    position: absolute;
    top: 8px;
    left: 0;
    float: left;
    margin: 0 5px 0 0;
    color: #000;
    display: none
}

.account-form-popup .fieldset .field-area-group>label span {
    padding-left: 12px;
    display: inline-block
}

.account-form-popup .fieldset .field-area-group>.field {
    float: left;
    margin-right: 4px;
    margin-bottom: 16px;
    width: calc((100% - 8px)/3)
}

.account-form-popup .fieldset .field-area-group>.field:last-child {
    margin-right: 0
}

.account-form-popup .fieldset .field-area-group>.field label {
    display: none
}

.account-form-popup .fieldset .field-area-group>.field input[type=text] {
    padding-right: 36px;
    background: url(../images/select-down.png) right center no-repeat;
    background-size: 38px
}

.form-fapiao-edit {
    margin: 48px auto 0;
    max-width: 800px
}

.form-fapiao-edit .fapiao-control {
    display: flex;
    margin-bottom: 24px
}

.form-fapiao-edit .fapiao-control li {
    flex: 1;
    margin-right: 16px;
    max-width: 245px
}

.form-fapiao-edit .fapiao-control li:last-child {
    margin: 0
}

.form-fapiao-edit .fapiao-control li.ui-tabs-active a {
    line-height: 36px;
    border: 2px solid #0067b8
}

.form-fapiao-edit .fapiao-control li a {
    display: block;
    height: 40px;
    line-height: 38px;
    color: #000;
    text-align: center;
    text-decoration: none;
    border: 1px solid #505050;
    box-sizing: border-box;
    font-size: 1.6rem
}

@media only screen and (max-width: 767px) {
    .form-fapiao-edit .fapiao-control li a .for-pc {
        display:none
    }

    .form-fapiao-edit .fapiao-control li a .for-mobile {
        display: block
    }
}

@media only screen and (min-width: 640px) {
    .form-fapiao-edit .fapiao-control li a .for-pc {
        display:block
    }

    .form-fapiao-edit .fapiao-control li a .for-mobile {
        display: none
    }
}

.form-fapiao-edit .fieldset>.field.file-box {
    margin-bottom: 16px
}

.form-fapiao-edit .fieldset>.field.file-box .control,.form-fapiao-edit .fieldset>.field.file-box .description {
    display: inline-block
}

.form-fapiao-edit .fieldset>.field.file-box>.label,.form-fapiao-edit .fieldset>.field.file-box .control,.form-fapiao-edit .fieldset>.field.file-box .description {
    margin: 0;
    width: 100%
}

.form-fapiao-edit .fieldset>.field.file-box .control {
    position: relative;
    width: 200px;
    height: 96px
}

.form-fapiao-edit .fieldset>.field.file-box .control input[type=file] {
    display: none
}

.form-fapiao-edit .fieldset>.field.file-box .control .file-trigger {
    width: 200px;
    height: 96px;
    line-height: 96px;
    text-align: center;
    border: 1px solid #505050
}

.form-fapiao-edit .fieldset>.field.file-box .control .file-trigger.has-img {
    opacity: 0
}

.form-fapiao-edit .fieldset>.field.file-box .control img {
    position: absolute;
    top: 5px;
    left: 40px;
    max-width: 100%;
    max-height: 100%
}

.form-fapiao-edit .fieldset>.field.file-box .description {
    font-size: 1.2rem;
    color: #666;
    text-align: left
}

.form-fapiao-edit .fieldset>.field.file-box .description span {
    display: block
}

.form-fapiao-edit .invoice-type,.form-fapiao-edit .invoice-title {
    margin-bottom: 12px
}

.fapiao-static-block {
    color: #666
}

.fapiao-static-block.fapiao-special-block {
    display: none
}

.fapiao-static-block a {
    text-decoration: underline
}

.fapiao-book-form .page-main {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.fapiao-book-form p {
    color: #666
}

.fapiao-book-form .color-blue {
    color: #0067b8
}

.form-fapiao-edit select {
    height: 40px;
    border: 1px solid #505050;
    color: #000
}

.form-fapiao-edit select::-ms-expand {
    display: none
}

.form-fapiao-edit.my-invoice-form {
    margin-top: 0
}

.form-fapiao-edit.my-invoice-form .action {
    margin-bottom: 24px;
    min-width: 114px
}

.form-fapiao-edit.my-invoice-form .disable-button {
    pointer-events: none;
    -webkit-opacity: 30%;
    -moz-opacity: 30%;
    -ms-opacity: 30%;
    opacity: 30%;
    filter: alpha(opacity=30);
    opacity: .3
}

.form-fapiao-edit.my-invoice-form p {
    margin-bottom: 16px
}

.form-fapiao-edit.my-invoice-form label {
    line-height: 23px;
    padding-top: 10px
}

.form-fapiao-edit.my-invoice-form input {
    margin-bottom: 0;
    height: 40px;
    width: 100%;
    border: 1px solid #505050
}

.form-fapiao-edit.my-invoice-form input.mage-error {
    border-color: #fc4242
}

.form-fapiao-edit .personal-vat-invoice .fapiao-type-personal {
    margin-bottom: 24px
}

.form-fapiao-edit .personal-vat-invoice .fapiao-type-personal input {
    margin-bottom: 0 !important;
    border: 1px solid #505050
}

.form-fapiao-edit .personal-vat-invoice .fapiao-type-personal input.mage-error {
    border-color: #fc4242
}

.form-fapiao-edit .general-vat-invoice .row-name-credit-code {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 24px
}

.form-fapiao-edit .general-vat-invoice .row-name-credit-code .required>.label {
    position: relative;
    font-weight: 400
}

.form-fapiao-edit .general-vat-invoice .row-name-credit-code .required>.label:after {
    content: '*';
    position: absolute;
    top: 6px;
    left: 0;
    float: left;
    margin: 0 5px 0 0;
    color: #000
}

@media only screen and (max-width: 767px) {
    .form-fapiao-edit .general-vat-invoice .row-name-credit-code .required>.label:after {
        top:3px
    }
}

.form-fapiao-edit .general-vat-invoice .row-name-credit-code .required>.label span {
    padding-left: 12px;
    display: inline-block
}

.form-fapiao-edit .general-vat-invoice .row-link-button {
    margin-bottom: 30px;
    padding-top: 6px
}

.form-fapiao-edit .general-vat-invoice .row-link-button .btn-link {
    font-weight: 400
}

.form-fapiao-edit .vat-special-invoice .field.required.bank_name>.label:after,.form-fapiao-edit .vat-special-invoice .field.required.bank_no>.label:after,.form-fapiao-edit .vat-special-invoice .field.required.telephone>.label:after,.form-fapiao-edit .vat-special-invoice .field.required.placeholder-street>.label:after {
    display: none
}

.form-fapiao-edit .vat-special-invoice .row-name-credit-code {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0
}

.form-fapiao-edit .vat-special-invoice .row-name-credit-code .required>.label {
    position: relative;
    font-weight: 400
}

.form-fapiao-edit .vat-special-invoice .row-name-credit-code .required>.label:after {
    content: '*';
    position: absolute;
    top: 6px;
    left: 0;
    float: left;
    margin: 0 5px 0 0;
    color: #000
}

@media only screen and (max-width: 767px) {
    .form-fapiao-edit .vat-special-invoice .row-name-credit-code .required>.label:after {
        top:3px
    }
}

.form-fapiao-edit .vat-special-invoice .row-name-credit-code .required>.label span {
    padding-left: 12px;
    display: inline-block
}

.form-fapiao-edit .vat-special-invoice .issued-special-bills {
    background: #e6e6e6;
    padding: 10px 10px 10px 30px;
    margin-bottom: 24px;
    color: #010101
}

.form-fapiao-edit .vat-special-invoice .issued-special-bills:before {
    font-family: "ms-icon";
    content: "\e33f";
    margin-right: 10px
}

.form-fapiao-edit .vat-special-invoice .row-check-terms {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative
}

.form-fapiao-edit .vat-special-invoice .row-check-terms label {
    padding: 0
}

.form-fapiao-edit .vat-special-invoice .row-check-terms input[type=radio] {
    width: 20px;
    height: 20px
}

.form-fapiao-edit .vat-special-invoice .row-check-terms #agree_terms_purchase-error {
    position: absolute;
    top: 16px;
    margin-left: 27px
}

.form-fapiao-edit .vat-special-invoice .business_license {
    position: relative
}

.form-fapiao-edit .vat-special-invoice .business_license .instance {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    bottom: 16px;
    right: 16px
}

.form-fapiao-edit .vat-special-invoice .business_license .instance span {
    padding-right: 12px
}

.form-fapiao-edit .vat-special-invoice .has-tip-title .control {
    display: flex;
    flex-flow: column-reverse;
    position: relative
}

.form-fapiao-edit .vat-special-invoice .has-tip-title .control input {
    cursor: text
}

.form-fapiao-edit .vat-special-invoice .has-tip-title .control label {
    cursor: text;
    width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 0;
    left: 9px;
    height: 40px;
    text-align: left !important;
    padding-top: 0;
    line-height: 40px
}

.form-fapiao-edit .vat-special-invoice .has-tip-title .control input:focus+label {
    display: none
}

.form-fapiao-edit.my-invoice-form .vat-special-invoice .field-area-group input::-webkit-input-placeholder {
    color: #707070
}

.form-fapiao-edit.my-invoice-form .vat-special-invoice .field-area-group input::-ms-input-placeholder {
    color: #707070
}

.form-fapiao-edit.my-invoice-form .vat-special-invoice .field-area-group input:-moz-placeholder {
    color: #707070
}

.form-fapiao-edit.my-invoice-form .vat-special-invoice .field-area-group input::placeholder {
    color: #707070
}

.form-fapiao-edit.my-invoice-form .vat-special-invoice .field-area-group input:-ms-input-placeholder {
    color: #707070
}

.form-fapiao-edit.my-invoice-form .vat-special-invoice .field-area-group input::placeholder {
    color: #707070
}

@media only screen and (min-device-width: 767px) {
    .account-address-header,.account-fapiao-header {
        display:none
    }

    .form-fapiao-edit.my-invoice-form input::-webkit-input-placeholder {
        color: #fff
    }

    .form-fapiao-edit.my-invoice-form input::-ms-input-placeholder {
        color: #fff
    }

    .form-fapiao-edit.my-invoice-form input:-moz-placeholder {
        color: #fff
    }

    .form-fapiao-edit.my-invoice-form input:-ms-input-placeholder {
        color: #fff
    }

    .form-fapiao-edit.my-invoice-form input::-ms-input-placeholder {
        color: #fff
    }

    .form-fapiao-edit.my-invoice-form input::placeholder {
        color: #fff
    }

    .form-fapiao-edit.my-invoice-form .vat-special-invoice .row-name-credit-code .fapiao-company-credit-code input::-webkit-input-placeholder {
        color: #000
    }

    .form-fapiao-edit.my-invoice-form .vat-special-invoice .row-name-credit-code .fapiao-company-credit-code input::-ms-input-placeholder {
        color: #000
    }

    .form-fapiao-edit.my-invoice-form .vat-special-invoice .row-name-credit-code .fapiao-company-credit-code input:-moz-placeholder {
        color: #000
    }

    .form-fapiao-edit.my-invoice-form .vat-special-invoice .row-name-credit-code .fapiao-company-credit-code input::placeholder {
        color: #000
    }

    .form-fapiao-edit.my-invoice-form .vat-special-invoice .row-name-credit-code .fapiao-company-credit-code input:-ms-input-placeholder {
        color: #000
    }

    .form-fapiao-edit.my-invoice-form .vat-special-invoice .row-name-credit-code .fapiao-company-credit-code input::placeholder {
        color: #000
    }

    .form-fapiao-edit.my-invoice-form .show-placeholder-desktop input::-webkit-input-placeholder {
        color: #000
    }

    .form-fapiao-edit.my-invoice-form .show-placeholder-desktop input::-ms-input-placeholder {
        color: #000
    }

    .form-fapiao-edit.my-invoice-form .show-placeholder-desktop input:-moz-placeholder {
        color: #000
    }

    .form-fapiao-edit.my-invoice-form .show-placeholder-desktop input::placeholder {
        color: #000
    }

    .form-fapiao-edit.my-invoice-form .show-placeholder-desktop input:-ms-input-placeholder {
        color: #000
    }

    .form-fapiao-edit.my-invoice-form .show-placeholder-desktop input::placeholder {
        color: #000
    }

    .form-fapiao-edit.my-invoice-form .placeholder-street input::-webkit-input-placeholder {
        padding-left: 40px
    }

    .form-fapiao-edit.my-invoice-form .placeholder-street input::-ms-input-placeholder {
        padding-left: 40px
    }

    .form-fapiao-edit.my-invoice-form .placeholder-street input:-moz-placeholder {
        padding-left: 40px
    }

    .form-fapiao-edit.my-invoice-form .placeholder-street input::placeholder {
        padding-left: 40px
    }

    .form-fapiao-edit.my-invoice-form .fill-form {
        margin-bottom: 30px
    }

    .form-fapiao-edit .general-vat-invoice .row-name-credit-code>.fapiao-type-company {
        clear: left;
        float: left;
        margin-bottom: 16px;
        width: calc(50% - 3px)
    }

    .form-fapiao-edit .general-vat-invoice .row-name-credit-code>.fapiao-type-company .label {
        width: 80px;
        text-align: left
    }

    .account-form-popup .fieldset {
        margin-bottom: 24px
    }

    .account-form-popup .fieldset>.field:not(.choice) label {
        float: left;
        padding-right: 12px;
        font-weight: 400;
        box-sizing: border-box
    }

    .account-form-popup .fieldset>.field:not(.choice)>.control {
        float: left
    }

    .account-form-popup .fieldset>.field:not(.choice).country {
        display: none !important
    }

    .account-form-popup .fieldset>.field:not(.choice).zip {
        margin-bottom: 16px
    }

    .account-form-popup .fieldset>.field:not(.choice).street {
        margin-bottom: 16px
    }

    .account-form-popup .fieldset>.field:not(.choice).street label {
        display: none
    }

    .account-form-popup .fieldset>.field:not(.choice).street .control {
        float: right;
        width: 85%
    }

    .account-form-popup .fieldset>.field.choice {
        margin-bottom: 16px
    }

    .account-form-popup .fieldset .field-area-group>label {
        display: inherit;
        clear: left;
        float: left;
        width: 15%
    }

    .account-form-popup .fieldset .field-area-group>.field {
        margin-right: 10px;
        margin-bottom: 16px;
        width: calc((87.5% - 41px)/3)
    }

    .account-form-popup .fieldset .field-area-group>.field:last-child {
        margin-right: 0
    }

    .account-form-popup .fieldset .field-area-group>.field label {
        display: none
    }

    .account-form-popup .actions-toolbar {
        margin-left: 0 !important
    }

    .form-fapiao-edit .fieldset .field:not(.choice) .description {
        text-align: left
    }

    .form-fapiao-edit .fieldset .field:not(.choice).fapiao-type-personal label {
        width: auto
    }

    .form-fapiao-edit .fieldset .field:not(.choice).fapiao-type-personal .control {
        width: 290px
    }

    .form-fapiao-edit .fieldset .field:not(.choice).fapiao-type-company {
        float: left
    }

    .form-fapiao-edit .fieldset .field:not(.choice).fapiao-type-company label {
        width: 80px;
        text-align: left
    }

    .form-fapiao-edit .fieldset .field:not(.choice).fapiao-type-company .control {
        width: calc(100% - 89px)
    }

    .form-fapiao-edit .fieldset .field:not(.choice).fapiao-company-credit-code {
        clear: right;
        float: right;
        margin-bottom: 16px;
        width: calc(50% - 5px)
    }

    .form-fapiao-edit .fieldset .field:not(.choice).fapiao-company-credit-code label {
        width: 140px
    }

    .form-fapiao-edit .fieldset .field:not(.choice).fapiao-company-credit-code .control {
        width: calc(100% - 140px)
    }

    .form-fapiao-edit .fieldset .field:not(.choice).company_register_name,.form-fapiao-edit .fieldset .field:not(.choice).bank_name,.form-fapiao-edit .fieldset .field:not(.choice).email,.form-fapiao-edit .fieldset .field:not(.choice).telephone {
        clear: left;
        float: left;
        margin-bottom: 16px;
        width: calc(50% - 3px)
    }

    .form-fapiao-edit .fieldset .field:not(.choice).company_register_name label,.form-fapiao-edit .fieldset .field:not(.choice).bank_name label,.form-fapiao-edit .fieldset .field:not(.choice).email label,.form-fapiao-edit .fieldset .field:not(.choice).telephone label {
        width: 30%;
        text-align: left
    }

    .form-fapiao-edit .fieldset .field:not(.choice).company_register_name .control,.form-fapiao-edit .fieldset .field:not(.choice).bank_name .control,.form-fapiao-edit .fieldset .field:not(.choice).email .control,.form-fapiao-edit .fieldset .field:not(.choice).telephone .control {
        width: 70%;
        max-width: 254px
    }

    .form-fapiao-edit .fieldset .field:not(.choice).telephone>label,.form-fapiao-edit .fieldset .field:not(.choice).email>label,.form-fapiao-edit .fieldset .field:not(.choice).bank_name>label {
        padding-left: 12px
    }

    .form-fapiao-edit .fieldset .field:not(.choice).fapiao-special-credit-code,.form-fapiao-edit .fieldset .field:not(.choice).bank_no,.form-fapiao-edit .fieldset .field:not(.choice).post_code {
        clear: right;
        float: right;
        margin-bottom: 16px;
        width: calc(50% - 5px)
    }

    .form-fapiao-edit .fieldset .field:not(.choice).fapiao-special-credit-code label,.form-fapiao-edit .fieldset .field:not(.choice).bank_no label,.form-fapiao-edit .fieldset .field:not(.choice).post_code label {
        width: 37%;
        text-align: right
    }

    .form-fapiao-edit .fieldset .field:not(.choice).fapiao-special-credit-code .control,.form-fapiao-edit .fieldset .field:not(.choice).bank_no .control,.form-fapiao-edit .fieldset .field:not(.choice).post_code .control {
        width: 63%;
        max-width: 243px
    }

    .form-fapiao-edit .fieldset .field:not(.choice).file-box>.label {
        width: 15%;
        line-height: 19px;
        padding-right: 15px;
        padding-left: 12px
    }

    .form-fapiao-edit .fieldset .field:not(.choice).file-box>.label .small-title {
        font-size: 1.2rem;
        line-height: 19px
    }

    .form-fapiao-edit .fieldset .field:not(.choice).file-box .description {
        margin-left: 15px;
        width: 40%
    }

    .form-fapiao-edit .fieldset .field.taxpayer_certificate>label {
        text-align: left
    }

    .form-fapiao-edit .fieldset .field.taxpayer_certificate>label .title {
        display: inline-block;
        width: 85%
    }

    .form-fapiao-edit .fieldset .field.opening_certificate>label {
        text-align: left
    }

    .form-fapiao-edit .fieldset .field.opening_certificate>label .title {
        display: inline-block;
        width: 100%
    }

    .form-fapiao-edit .fieldset .field.business_license>label {
        text-align: left
    }

    .form-fapiao-edit .fieldset .row-name-credit-code .field:not(.choice).fapiao-special-credit-code .label.credit-company-label {
        text-align: left
    }

    .form-fapiao-edit .fieldset .row-name-credit-code .field:not(.choice).fapiao-special-credit-code .control.credit-company-control {
        text-align: left
    }

    .form-fapiao-edit .fieldset .row-name-credit-code .field:not(.choice).fapiao-type-company .label.ele-name-label {
        width: 30%;
        text-align: left
    }

    .form-fapiao-edit .fieldset .row-name-credit-code .field:not(.choice).fapiao-type-company .control.ele-name-control {
        width: 70%;
        max-width: 254px
    }

    .form-fapiao-edit .fieldset .row-name-credit-code .field:not(.choice).fapiao-company-credit-code .label.ele-credit-label {
        width: 37%;
        text-align: left
    }

    .form-fapiao-edit .fieldset .row-name-credit-code .field:not(.choice).fapiao-company-credit-code .control.ele-credit-control {
        width: 63%;
        max-width: 243px
    }

    .modal-popup.address-dialog.fapiao-dialog,.modal-popup.address-dialog.custom-address-dialog {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 95px
    }

    .modal-popup.address-dialog.fapiao-dialog .modal-inner-wrap,.modal-popup.address-dialog.custom-address-dialog .modal-inner-wrap {
        position: relative;
        -ms-transform: none;
        transform: none;
        width: 100%;
        margin: 0;
        max-height: 75%
    }

    .modal-popup.address-dialog.fapiao-dialog .modal-inner-wrap .modal-header,.modal-popup.address-dialog.custom-address-dialog .modal-inner-wrap .modal-header {
        position: relative
    }

    .hiedu-fapiao-person {
        flex-flow: column
    }

    .hiedu-fapiao-person .school-line {
        width: calc(50% - 5px);
        display: flex
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box {
        width: 100%;
        display: flex
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .label.name-company-label,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .label.name-company-label,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .label.ele-name-label,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .label.ele-name-label {
        width: 30%
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .control.name-company-control,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .control.name-company-control,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .ele-name-control,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .ele-name-control {
        width: 70%
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .college-line,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .college-line {
        width: 30%;
        margin-left: 20px
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .school-line,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .school-line {
        pointer-events: none
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .school-line .control input,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .school-line .control input {
        opacity: .6
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .school-line .control .fapiao-type-company,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .school-line .control .fapiao-type-company {
        opacity: .6
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .school-line label,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .school-line label {
        position: relative;
        padding-top: 8px
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .school-line label:after,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .school-line label:after {
        content: '*';
        position: absolute;
        top: 3px;
        left: 0;
        float: left;
        margin: 0 5px 0 0;
        color: #000
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .school-line label span,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .school-line label span {
        padding-left: 12px;
        display: inline-block
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .preview-line,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .preview-line {
        margin-left: 10px;
        display: flex;
        justify-content: center;
        position: relative;
        min-width: 126px;
        align-items: flex-start
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .preview-line .hover-box,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .preview-line .hover-box {
        display: flex;
        align-items: center;
        justify-content: center;
        border: solid 1px #0067b8;
        color: #0067b8;
        height: 40px;
        padding: 19px 20px;
        box-sizing: border-box;
        cursor: pointer
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .preview-line .hover-content,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .preview-line .hover-content {
        display: none;
        position: absolute;
        top: 55px;
        padding: 8px;
        width: 120%;
        box-sizing: border-box;
        right: 0;
        text-align: center;
        background: #d8d8d8;
        border: 1px solid #979797
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .preview-line .hover-content:before,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .preview-line .hover-content:before,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .preview-line .hover-content:after,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .preview-line .hover-content:after {
        bottom: 100%;
        left: 83%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .preview-line .hover-content:before,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .preview-line .hover-content:before {
        border-color: rgba(151,151,151,0);
        border-bottom-color: #979797;
        border-width: 11px;
        margin-left: -11px
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .preview-line .hover-content:after,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .preview-line .hover-content:after {
        border-color: rgba(216,216,216,0);
        border-bottom-color: #d8d8d8;
        border-width: 10px;
        margin-left: -10px
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .label-pc {
        color: #666;
        margin-top: 0;
        margin-bottom: 10px;
        display: none
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .input-des {
        color: #666;
        font-size: 12px
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .label-pc+.field label {
        width: 30% !important
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .label-pc+.field .control {
        width: 70% !important;
        max-width: 254px !important
    }
}

@media screen and (min-device-width: 768px) and (max-device-width:1024px) {
    .modal-popup.address-dialog.fapiao-dialog .modal-inner-wrap {
        height:630px
    }

    .form-fapiao-edit.my-invoice-form {
        overflow-y: scroll;
        max-height: 450px
    }

    .form-fapiao-edit .fieldset .field:not(.choice).file-box .description {
        width: 35%
    }

    .form-fapiao-edit .vat-special-invoice .fieldset .field:not(.choice).fapiao-special-credit-code .label {
        width: 38%
    }

    .form-fapiao-edit .vat-special-invoice .fieldset .field:not(.choice).fapiao-special-credit-code .control {
        width: 62%
    }

    .form-fapiao-edit .vat-special-invoice .fieldset .field:not(.choice).file-box>.label {
        width: 14.7%
    }

    .account-form-popup .fieldset .field-area-group>label {
        width: 14.7%
    }

    .account-form-popup .fieldset .field-area-group>.field {
        width: calc((85.3% - 20px)/3)
    }

    .account-form-popup .fieldset>.field:not(.choice).street .control {
        width: 85.3%
    }
}

@media only screen and (max-device-width: 767px) {
    .account.customer-address-index .page-main,.account.fapiao-book-index .page-main {
        padding-top:0
    }

    .account.customer-address-index .custom-tablist.account-tablist,.account.fapiao-book-index .custom-tablist.account-tablist {
        display: none
    }

    .account.customer-address-index .account-address-header,.account.fapiao-book-index .account-address-header,.account.customer-address-index .account-fapiao-header,.account.fapiao-book-index .account-fapiao-header {
        height: 45px;
        background: #f2f2f2;
        text-align: center;
        line-height: 45px;
        font-size: 16px;
        position: relative;
        padding: 0 15px;
        width: 100%;
        margin-left: -15px;
        margin-bottom: 12px
    }

    .account.customer-address-index .account-address-header .icon-arrow-left,.account.fapiao-book-index .account-address-header .icon-arrow-left,.account.customer-address-index .account-fapiao-header .icon-arrow-left,.account.fapiao-book-index .account-fapiao-header .icon-arrow-left {
        position: absolute;
        left: 15px;
        top: 50%;
        font-size: 25px;
        transform: translate(0px,-50%);
        color: #000
    }

    .form-fapiao-edit.my-invoice-form .fieldset .row-name-credit-code .field:not(.choice).fapiao-type-company {
        width: 100%
    }

    .form-fapiao-edit.my-invoice-form .fieldset .row-name-credit-code .field:not(.choice).fapiao-company-credit-code {
        width: 100%
    }

    .form-fapiao-edit .account-form-popup>.field:not(.choice).street .control {
        width: 86%
    }

    .form-fapiao-edit.my-invoice-form .fieldset .field:not(.choice).company_register_name,.form-fapiao-edit.my-invoice-form .fieldset .field:not(.choice).bank_name,.form-fapiao-edit.my-invoice-form .fieldset .field:not(.choice).telephone {
        width: 100%
    }

    .form-fapiao-edit.my-invoice-form .fieldset .field:not(.choice).fapiao-special-credit-code,.form-fapiao-edit.my-invoice-form .fieldset .field:not(.choice).bank_no,.form-fapiao-edit.my-invoice-form .fieldset .field:not(.choice).post_code {
        width: 100%
    }

    .form-fapiao-edit.my-invoice-form .fieldset .field:not(.choice).fapiao-special-credit-code .control,.form-fapiao-edit.my-invoice-form .fieldset .field:not(.choice).bank_no .control,.form-fapiao-edit.my-invoice-form .fieldset .field:not(.choice).post_code .control {
        width: 100%
    }

    .modal-popup.address-dialog.fapiao-dialog .modal-inner-wrap {
        height: 100%
    }

    .form-fapiao-edit .fapiao-control {
        margin-bottom: 5px
    }

    .form-fapiao-edit .vat-special-invoice .business_license .instance {
        position: relative;
        bottom: 0;
        right: 0;
        left: auto;
        top: 16px
    }

    .form-fapiao-edit .vat-special-invoice .has-tip-title .control label {
        right: 0;
        left: auto;
        text-align: right !important
    }

    .form-fapiao-edit .vat-special-invoice .fieldset>.field:not(.choice) {
        margin-bottom: 0
    }

    .form-fapiao-edit .fieldset .field:not(.choice).fapiao-type-personal .control {
        width: 100%
    }

    .form-fapiao-edit.my-invoice-form {
        padding: 0 15px;
        height: 100%;
        max-height: 100%;
        overflow: hidden
    }

    .form-fapiao-edit.my-invoice-form .fill-form {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form-fapiao-edit.my-invoice-form .fill-form .field-area-group {
        order: 6;
        margin-top: 10px
    }

    .form-fapiao-edit.my-invoice-form .fill-form .field.street {
        order: 7
    }

    .form-fapiao-edit.my-invoice-form .fill-form .post_code {
        order: 8
    }

    .form-fapiao-edit.my-invoice-form .fill-form .taxpayer_certificate {
        order: 9
    }

    .form-fapiao-edit.my-invoice-form .fill-form .opening_certificate {
        order: 10
    }

    .form-fapiao-edit.my-invoice-form .fill-form .business_license {
        order: 11
    }

    .form-fapiao-edit.my-invoice-form .fill-form .action[type=submit] {
        margin-bottom: 60px;
        min-width: 150px
    }

    .form-fapiao-edit.my-invoice-form .action {
        margin-bottom: 16px
    }

    .form-fapiao-edit.my-invoice-form .row-name-credit-code.lib-flex {
        display: inline
    }

    .form-fapiao-edit.my-invoice-form .row-name-credit-code .fapiao-type-company {
        margin-bottom: 0
    }

    .form-fapiao-edit.my-invoice-form .row-name-credit-code .fapiao-type-company .control {
        width: 100% !important
    }

    .form-fapiao-edit.my-invoice-form .row-link-button {
        margin-top: 20px;
        text-align: right
    }

    .form-fapiao-edit.my-invoice-form .row-link-button a {
        font-size: 1.4rem;
        line-height: 19px
    }

    .form-fapiao-edit.my-invoice-form .vat-special-invoice {
        margin-bottom: 40px
    }

    .form-fapiao-edit.my-invoice-form .vat-special-invoice .issued-special-bills {
        margin-top: 24px;
        padding: 15px 15px 15px 50px;
        font-size: 14px
    }

    .form-fapiao-edit.my-invoice-form .vat-special-invoice .issued-special-bills:before {
        position: absolute;
        left: 40px;
        font-size: 18px
    }

    .form-fapiao-edit.my-invoice-form .vat-special-invoice button[name=Save],.form-fapiao-edit.my-invoice-form .vat-special-invoice .cart.table-wrapper .actions-toolbar>.action[name=Save],.form-fapiao-edit.my-invoice-form .vat-special-invoice .action-gift[name=Save] {
        margin: 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0
    }

    .form-fapiao-edit.my-invoice-form .vat-special-invoice .vat-info {
        font-size: 14px;
        color: #666
    }

    .form-fapiao-edit.my-invoice-form .vat-special-invoice .business_license .instance {
        position: relative;
        bottom: 0;
        right: 0;
        left: auto;
        top: 16px
    }

    .form-fapiao-edit.my-invoice-form .vat-special-invoice .fill-form .taxpayer_certificate .description {
        width: 100%
    }

    .form-fapiao-edit.my-invoice-form .vat-special-invoice .fill-form .opening_certificate .description {
        width: 100%
    }

    .form-fapiao-edit.my-invoice-form .vat-special-invoice .fill-form .business_license .description {
        width: 100%
    }

    .form-fapiao-edit.my-invoice-form p {
        font-size: 1.2rem;
        line-height: 16px
    }

    .fapiao-book-form .page-main {
        padding: 0
    }

    .account-form-popup .fieldset>.field:not(.choice) {
        position: relative
    }

    .account-form-popup .fieldset>.field:not(.choice).country {
        display: none !important
    }

    .account-form-popup .fieldset>.field:not(.choice) .label {
        position: absolute;
        top: 4px;
        left: 0
    }

    .account-form-popup .fieldset>.field:not(.choice) .label span {
        display: none
    }

    .account-form-popup .fieldset>.field:not(.choice) .control {
        width: 100% !important
    }

    .account-form-popup .fieldset>.field:not(.choice) input[type=text],.account-form-popup .fieldset>.field:not(.choice) input[type=email] {
        padding-left: 14px;
        border: none;
        border-bottom: 1px solid #505050
    }

    .account-form-popup .fieldset .field-area-group {
        clear: right
    }

    .account-form-popup .fieldset .field-area-group .field.required {
        position: relative
    }

    .account-form-popup .fieldset .field-area-group .field.required>.label {
        display: flex;
        position: absolute;
        top: 4px;
        left: 8px
    }

    .account-form-popup .fieldset .field-area-group .field.required>.label span {
        display: none
    }

    .account-form-popup .fieldset .field-area-group .field.required input[type=text] {
        padding-left: 24px;
        border: 1px solid #505050
    }

    .account-form-popup .fieldset .field-area-group .field.required select {
        padding-left: 24px;
        border: 1px solid #505050
    }

    .account-form-popup .fieldset>button[type=submit],.account-form-popup .fieldset>.cart.table-wrapper .actions-toolbar>.action[type=submit],.account-form-popup .fieldset>.action-gift[type=submit] {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 1;
        margin-bottom: 0
    }

    .form-fapiao-edit {
        padding-bottom: 48px
    }

    .form-fapiao-edit .fapiao-control li {
        flex: 1;
        margin-right: 5px
    }

    .form-fapiao-edit .fapiao-control li:last-child {
        margin: 0
    }

    .form-fapiao-edit .fapiao-control li:first-child {
        flex: 1
    }

    .form-fapiao-edit .fapiao-control li a {
        height: auto;
        line-height: normal !important
    }

    .form-fapiao-edit .fieldset>.field.file-box .label {
        position: static;
        margin-bottom: 12px;
        justify-content: flex-end;
        font-weight: 400
    }

    .form-fapiao-edit .fieldset>.field.file-box .label span {
        display: inline
    }

    .form-fapiao-edit .fieldset>.field.file-box .control {
        margin-bottom: 15px
    }

    .modal-popup.address-dialog.fapiao-dialog .modal-inner-wrap {
        overflow: hidden
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box {
        width: 100%;
        display: flex;
        flex-flow: column
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .school-line,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .school-line {
        pointer-events: none
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .school-line .control input,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .school-line .control input {
        opacity: .6
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .school-line label,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .school-line label {
        position: relative;
        padding-top: 8px
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .school-line label:after,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .school-line label:after {
        content: '*';
        position: absolute;
        top: 3px;
        left: 0;
        float: left;
        margin: 0 5px 0 0;
        color: #000
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .school-line label span,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .school-line label span {
        display: none;
        padding-left: 12px
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .preview-line,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .preview-line {
        margin-left: 10px;
        display: flex;
        justify-content: center;
        position: relative;
        margin-top: 6px;
        flex-flow: column;
        align-items: flex-end
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .preview-line .hover-box,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .preview-line .hover-box {
        display: flex;
        align-items: center;
        justify-content: center;
        border: solid 1px #0067b8;
        color: #0067b8;
        height: 40px;
        padding: 20px;
        box-sizing: border-box;
        cursor: pointer
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .preview-line .hover-content,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .preview-line .hover-content {
        display: none;
        padding: 8px;
        width: 120%;
        box-sizing: border-box;
        right: 0;
        text-align: center;
        background: #d8d8d8;
        border: 1px solid #979797;
        position: relative;
        top: unset;
        margin-top: 10px;
        width: 40%;
        margin-bottom: 10px
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .preview-line .hover-content:before,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .preview-line .hover-content:before,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .preview-line .hover-content:after,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .preview-line .hover-content:after {
        bottom: 100%;
        left: 83%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .preview-line .hover-content:before,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .preview-line .hover-content:before {
        border-color: rgba(151,151,151,0);
        border-bottom-color: #979797;
        border-width: 11px;
        margin-left: -11px
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).company_register_name.school-line-box .preview-line .hover-content:after,.form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .field:not(.choice).fapiao-type-company.school-line-box .preview-line .hover-content:after {
        border-color: rgba(216,216,216,0);
        border-bottom-color: #d8d8d8;
        border-width: 10px;
        margin-left: -10px
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .label-pc {
        display: none
    }

    .form-fapiao-edit .fieldset .hiedu-fapiao-person.row-name-credit-code .input-des {
        color: #666;
        font-size: 12px
    }
}

.auth-book.box-list {
    text-align: center
}

.auth-book.box-list .box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    border: 1px solid #505050
}

.auth-book.box-list .auth-title {
    margin-bottom: 16px;
    height: 42px;
    line-height: 42px;
    font-size: 1.6rem;
    font-weight: 700;
    background-color: #f2f2f3
}

.auth-book.box-list .auth-lock {
    margin-bottom: 16px;
    height: 53px;
    font-size: 5.3rem
}

.auth-book.box-list .auth-lock.valid {
    color: #0067b8
}

.auth-book.box-list .auth-caption {
    margin-bottom: 16px;
    padding: 0 16px;
    height: 60px
}

.auth-book.box-list .auth-caption.valid {
    text-align: left
}

.auth-book.box-list .auth-action {
    margin-bottom: 24px
}

.auth-book.box-list .auth-action .outline {
    color: #0067b8;
    background-color: #fff
}

.form-desc {
    margin-bottom: 8px
}

.form-desc h3 {
    margin: 0 0 12px;
    font-size: 2.4rem
}

.form-desc .main-desc {
    margin-bottom: 4px;
    font-size: 1.6rem
}

.form-desc .second-desc {
    font-size: 1.2rem;
    color: #505050
}

.form-my-zone {
    width: 100%
}

.form-my-zone .fieldset>.field {
    margin-bottom: 16px
}

.form-my-zone .fieldset>.field.required label:after {
    display: none
}

.form-my-zone .fieldset>.field:not(.choice)>.control {
    width: 306px
}

.form-my-zone .fieldset>.field.choice:before {
    display: none
}

.form-my-zone .actions-toolbar {
    margin-left: 0 !important
}

.form-my-zone .show-email-form {
    display: inline-block;
    margin-top: 8px;
    font-size: 1.6rem;
    font-weight: 700
}

.form-private-edu-code .fieldset .field:not(.choice)>.control {
    width: auto
}

.form-private-edu-code .fieldset .field input {
    float: left;
    width: 45px;
    height: 40px;
    margin-right: 8px
}

.form-private-edu-code .fieldset .field .mage-error {
    clear: both
}

.edu-terms-dialog .modal-header,.edu-result-dialog .modal-header {
    padding-top: 15px;
    padding-bottom: 28px
}

.edu-terms-dialog .modal-header h1,.edu-result-dialog .modal-header h1 {
    padding-bottom: 0;
    height: 24px;
    line-height: 24px;
    font-size: 1.8rem
}

.edu-result-dialog.modal-popup.edu-result-dialog-success .modal-header h1:before {
    content: "\e930"
}

.edu-result-dialog.modal-popup .modal-header h1:before {
    display: inline-block;
    margin-right: 6px;
    content: "\e33f";
    font-family: "ms-icon";
    font-weight: 400;
    font-size: 2rem;
    vertical-align: text-top
}

.edu-result-dialog.modal-popup .modal-footer {
    padding-bottom: 1.6rem;
    padding-top: 1.6rem
}

.account-privateauth-edu.privateauth-epp-index .edu-result-dialog.modal-popup .modal-header h1:before {
    content: "\e930" !important
}

.edu-terms-content .part h3 {
    font-size: 18px;
    margin-bottom: 3px
}

.edu-terms-content .part p {
    font-size: 14px;
    line-height: 1.42em;
    color: #2d2d2d;
    margin-bottom: 10px
}

.form-privateauth .privateauth-verify-code {
    visibility: hidden
}

.form-privateauth.hasSubmitEdu .privateauth-verify-code {
    visibility: unset
}

.form-privateauth.hasSubmitEdu .nowarp-line.has-mask {
    opacity: .3;
    pointer-events: none
}

.chsi-form-verify.has-auth .nowarp-line {
    opacity: .3;
    pointer-events: none
}

.chsi-form-verify.has-auth .chsi-agree {
    pointer-events: none
}

.edu-terms-dialog .modal-footer,.chsi_page_popup .modal-footer {
    display: none
}

.input-des {
    color: #666;
    font-size: 12px
}

.chsi-page .chsi-form-box .student-ID-box {
    display: block;
    position: relative;
    overflow: initial !important
}

.chsi-page .chsi-form-box .student-ID-box .field.required label.label:before {
    content: '*';
    display: inline
}

.chsi-page .chsi-form-box .student-ID-box .field.required label.label span {
    padding-left: 3px;
    display: inline
}

.chsi-page .chsi-form-box .student-ID-box .upload-img-box.field {
    display: flex;
    margin-bottom: 12px
}

.chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    width: 100%;
    box-sizing: border-box
}

.chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control .show_voucher {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-right: 5px
}

.chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control .show_voucher img {
    max-width: 100px;
    margin-right: 5px
}

.chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control .file-trigger {
    width: 200px;
    height: 96px;
    border: 1px solid #505050;
    text-align: center;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    cursor: pointer;
    margin-right: 15px;
    position: relative
}

.chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control .file-trigger .exchange_voucher {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer
}

.chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control .file-trigger.file-trigger-no-border {
    border: 0
}

.chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control .file-trigger.file-trigger-no-border img.upload_img_show {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto
}

.chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control .file-trigger.file-trigger-no-border span {
    display: none
}

.chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control .description {
    padding: 15px 0;
    width: 50%;
    text-align: left
}

.chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control .description .description_hover_tip {
    display: block;
    position: relative
}

.chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control .description .description_hover_tip h2 {
    color: #0067b8;
    font-weight: 400;
    font-size: 1.4rem;
    margin: 0;
    cursor: default
}

.chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control .description .description_hover_tip .tip-content {
    display: none;
    position: absolute;
    top: 30px;
    left: 10%;
    width: 100%;
    background: #fff;
    border: 1px solid #505050;
    padding: 15px;
    font-size: 12px;
    box-sizing: border-box;
    z-index: 10
}

.chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control .description .description_hover_tip .tip-content:after {
    bottom: 100%;
    left: 6%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px
}

.chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control .description .description_hover_tip .tip-content:before {
    bottom: 100%;
    left: 6%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(80,80,80,0);
    border-bottom-color: #505050;
    border-width: 7px;
    margin-left: -7px
}

.chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control .description .description_hover_tip .tip-content p {
    display: block;
    font-size: 1.2rem;
    color: #000;
    line-height: 16px;
    margin: 0
}

.chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control .description .description_hover_tip:hover .tip-content {
    display: block
}

.chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control .description_grey {
    color: #666;
    font-size: 12px
}

.chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control .description_grey_other {
    display: block;
    color: #666;
    font-size: 12px
}

.chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control .send_name_hide {
    opacity: 0;
    height: 0
}

.chsi-page .chsi-form-box .student-ID-box .field label {
    width: 108px;
    padding-top: 10px;
    box-sizing: border-box
}

.confirm_img_stu {
    display: flex;
    position: relative;
    padding: 5px 0
}

.confirm_img_stu .confirm_img_stu_child {
    margin: 0 10px 0 0
}

.confirm_img_stu .img_confirm {
    display: block;
    width: 100px;
    height: 100px
}

.confirm_img_stu .confirm_img_stu_child.title {
    width: 100px
}

.confirm_img_stu .confirm_img_stu_child.title span {
    display: inline;
    font-size: 1.4rem;
    color: #000;
    line-height: 16px;
    margin: 0
}

.confirm_img_stu .confirm_img_stu_child.title span:before {
    content: '*';
    display: inline
}

.confirm_img_stu .confirm_img_stu_child.tip span {
    display: block;
    font-size: 1.2rem;
    color: #666;
    line-height: 16px;
    margin: 0
}

.confirm_img_stu .confirm_img_stu_child.tip h2 {
    color: #0067b8;
    font-weight: 400;
    font-size: 1.4rem;
    margin: 0;
    cursor: default
}

@media screen and (min-width: 768px) and (max-width:1200px) {
    .account .edu-form-page,.account .chsi-page {
        width:100%
    }

    .account .change-info-btn {
        width: 100%
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .auth-book .box.account-hiedu+.box.account-hiedu-smb {
        margin-right:24px
    }
}

.coupon_page_popup {
    display: flex;
    align-items: center;
    justify-content: center
}

.coupon_page_popup .modal-inner-wrap {
    position: unset
}

.coupon_page_popup .modal-inner-wrap .modal-header {
    padding: 0
}

.coupon_page_popup .modal-inner-wrap .modal-content {
    padding: 0
}

.account_coupon_page .pager .toolbar-amount {
    display: none
}

.account-coupon .coupon-container .coupon-page-content .coupon-list .list-btn .list-btn-use-button {
    text-align: center
}

.box-credit-card-page .box-list-card {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
    width: 100%
}

.box-credit-card-page .box-list-card .box {
    border: 1px solid #505050;
    min-height: 110px;
    position: relative;
    margin: 25px 25px 0 0;
    padding: 20px 22px;
    width: calc((100% - 75px)/4);
    font-size: 1.4rem;
    box-sizing: border-box
}

.box-credit-card-page .box-list-card .box p {
    font-size: 1.6rem;
    line-height: 21px;
    margin-bottom: 0
}

.box-credit-card-page .box-list-card .box .logo-card {
    line-height: 0
}

.box-credit-card-page .box-list-card .box:nth-child(4n) {
    margin-right: 0
}

.box-credit-card-page .box-list-card .row-number-card {
    margin-bottom: 16px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.box-credit-card-page .box-list-card .row-last {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.empty-page {
    max-width: 183px;
    margin: 83px auto;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    text-align: center;
    justify-content: center
}

.empty-page .icon-search-text {
    margin-bottom: 29px;
    display: block
}

.empty-page .icon-search-text:before {
    font-size: 6.7rem;
    color: #505050
}

.empty-page .message-text {
    width: 100%;
    font-size: 1.4rem;
    color: #505050
}

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

.form-address-edit .region_id {
    display: none
}

.customer-address-form .form-address-edit .field.choice input.checkbox:checked+label:before {
    color: #0067b8
}

.customer-address-form .form-address-edit .actions-toolbar .primary button,.customer-address-form .form-address-edit .actions-toolbar .primary .cart.table-wrapper .actions-toolbar>.action,.customer-address-form .form-address-edit .actions-toolbar .primary .action-gift {
    font-size: 1.4rem
}

.form-edit-account .fieldset.password {
    display: none
}

.box-billing-address .box-content,.box-shipping-address .box-content,.box-information .box-content,.box-newsletter .box-content {
    line-height: 26px
}

.fieldset .fullname.field>.label+.control {
    width: 100%
}

.dashboard-main .dash-title {
    margin: 12px 0 28px;
    font-size: 2.4rem;
    font-weight: 400
}

.dashboard-main .dash-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.dashboard-main .dash-content .box {
    display: flex;
    margin-bottom: 24px;
    padding: 73px 3% 78px;
    width: calc((100% - 24px)/2);
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    cursor: pointer
}

.dashboard-main .dash-content .box-icon {
    margin-right: 10%;
    width: 65px;
    font-size: 6rem;
    text-align: center
}

.dashboard-main .dash-content .box-text {
    flex-grow: 1
}

.dashboard-main .dash-content .box-text-title {
    font-size: 2.4rem;
    color: #000;
    line-height: 31px;
    font-weight: 700
}

.dashboard-main .dash-content .box-text-title:hover {
    text-decoration: none
}

.dashboard-main .dash-content .box-text-desc {
    font-size: 1.6rem;
    margin-top: 14px
}

.dashboard-main .dash-content .box-text-desc p {
    margin-bottom: 0
}

.custom-tablist {
    margin-bottom: 16px
}

.custom-tablist.account-tablist {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
}

.custom-tablist .tablist-title {
    text-align: left
}

.custom-tablist .tablist-title-box {
    display: flex;
    flex-wrap: nowrap
}

.msg-tip {
    margin: 12px 0 16px;
    padding: 12px 24px;
    background-color: #e6e6e6
}

.box-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.box-list .box {
    min-height: 110px;
    position: relative;
    margin: 24px 24px 0 0;
    padding: 22px 24px;
    width: calc((100% - 48px)/3);
    font-size: 1.4rem;
    border: 1px solid #505050;
    box-sizing: border-box
}

.box-list .box:first-child .address-username:after {
    content: attr(data-label)
}

.box-list .box:nth-child(3n) {
    margin-right: 0
}

.box-list .box .is-default {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2rem
}

.box-list .box p {
    margin-bottom: 0
}

.box-list .box .address-username {
    font-size: 1.4rem;
    line-height: 19px;
    margin-bottom: 3px
}

.box-list .box .address-content {
    margin-bottom: 3px
}

.box-list .box-operate {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0
}

.box-list .box-operate .action {
    float: left;
    display: block;
    margin: 4px 12px;
    line-height: normal
}

.box-list .box:hover .box-operate {
    display: block
}

.box-list .box-action {
    display: flex
}

.box-list .box-action .action {
    font-weight: 400;
    flex: 1;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #0067b8;
    text-decoration: none;
    background: 0 0;
    border: 0;
    display: inline
}

.box-list .box-action .action:visited {
    color: #0067b8;
    text-decoration: none
}

.box-list .box-action .action:hover {
    color: #006bb4;
    text-decoration: underline
}

.box-list .box-action .action:active {
    color: #ff5501;
    text-decoration: underline
}

.box-list .box-action .action:hover,.box-list .box-action .action:active,.box-list .box-action .action:focus {
    background: 0 0;
    border: 0
}

.box-list .box-action .action.disabled,.box-list .box-action .action[disabled],fieldset[disabled] .box-list .box-action .action {
    color: #0067b8;
    opacity: .3;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.box-list .box.box-address {
    margin: 27px 32px 0 0;
    padding: 15px 17px 17px 27px;
    width: calc((100% - 64px)/3);
    min-height: 95px
}

.box-list .box.box-address .adress_name {
    font-size: 18px
}

.box-list .box.box-address .box-operate .action {
    font-size: 1.2rem
}

.box-list .box.box-address:nth-child(3n) {
    margin-right: 0
}

.form-address-edit .field.field-name-firstname {
    display: none
}

.form-address-edit .field.region input {
    display: none
}

.account .column.main h2 {
    margin-top: 0
}

.account .column.main .toolbar {
    text-align: center
}

.account .column.main .toolbar .limiter-options {
    width: auto
}

.account .sidebar-additional {
    margin-top: 40px
}

.account .table-wrapper:last-child {
    margin-bottom: 0
}

.account .table-wrapper .action {
    margin-right: 15px
}

.account .table-wrapper .action:last-child {
    margin-right: 0
}

.account-nav .content {
    background: #f5f5f5;
    padding: 15px 0
}

.account-nav .item {
    margin: 3px 0 0
}

.account-nav .item:first-child {
    margin-top: 0
}

.account-nav .item a,.account-nav .item>strong {
    border-left: 3px solid transparent;
    display: block;
    padding: 5px 18px 5px 15px
}

.account-nav .item a {
    text-decoration: none
}

.account-nav .item a:hover {
    background: #e8e8e8
}

.account-nav .item.current a,.account-nav .item.current strong {
    border-color: #ff5501;
    font-weight: 600
}

.account-nav .item.current a {
    border-color: #ff5501
}

.account-nav .item .delimiter {
    border-top: 1px solid #d1d1d1;
    display: block;
    margin: 10px 1.8rem
}

.column.main .block:last-child {
    margin-bottom: 0
}

.block .title {
    margin-bottom: 10px
}

.block .title strong {
    font-weight: 700;
    line-height: 1.9;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.column.main .block .title strong {
    font-size: 19px
}

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

.my-fapiao-book .tip-label {
    position: absolute;
    top: 0;
    right: 0;
    background: #0067b8;
    padding: 6px 15px;
    font-size: 1.2rem;
    line-height: 14px;
    color: #fff
}

.my-fapiao-book .box-operate .action {
    font-size: 1.2rem;
    line-height: 14px;
    margin-bottom: 7px
}

@media screen and (max-device-width: 1400px) {
    .address-dialog .modal-inner-wrap {
        bottom:0;
        margin-bottom: 2rem
    }
}

@media screen and (max-device-width: 1024px) {
    .modal-popup {
        overflow-y:scroll
    }

    .address-dialog.fapiao-dialog .modal-inner-wrap .modal-content iframe {
        min-height: 450px
    }

    .address-dialog.fapiao-dialog .modal-content {
        padding: 0 20px 46px
    }

    .address-dialog.fapiao-dialog.modal-popup .modal-header {
        padding-left: 20px
    }
}

.downloadable.samples {
    margin-bottom: 20px
}

.downloadable.samples dd {
    margin: 0 0 10px
}

.table-downloadable-products .product-name {
    margin-right: 15px
}

.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 {
    font-size: 1.4rem;
    display: inline;
    font-weight: 600
}

.field.downloads .sample.link {
    float: right
}

.page-product-downloadable .product-add-form {
    clear: both;
    margin-bottom: 25px
}

.page-product-downloadable .product-options-bottom .field.qty {
    display: none !important
}

.cart-summary .block.giftcard .action.check {
    line-height: 1.2rem;
    padding: 5px 8px;
    font-size: 1.1rem;
    margin-top: 20px
}

.page-product-giftcard .giftcard-amount {
    margin-bottom: 0;
    text-align: left
}

.page-product-giftcard .giftcard-amount .field:last-child {
    padding-bottom: 20px
}

.page-product-giftcard .product-options-wrapper .field:first-of-type {
    margin-top: 20px
}

.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 .actions-toolbar .action-cancel {
    display: none
}

.gift-options-title {
    margin: 0 0 20px
}

.gift-options-content .fieldset {
    margin: 0 0 20px
}

.gift-summary .actions-toolbar>.secondary {
    float: none
}

.gift-summary .actions-toolbar>.secondary .action {
    margin: 10px 20px 0 0
}

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

.action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: "\e74b";
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.action-gift:hover:after {
    color: inherit
}

.action-gift:active:after {
    color: inherit
}

.action-gift.active:after,.action-gift._active:after {
    content: "\e74a"
}

.cart.table-wrapper .gift-content {
    box-sizing: border-box;
    clear: left;
    display: none;
    float: left;
    margin: 10px 0 20px;
    text-align: left;
    width: 100%
}

.cart.table-wrapper .gift-content._active {
    display: block
}

.gift-item-block {
    margin: 0
}

.gift-item-block._active .title:after {
    content: "\e74a"
}

.gift-item-block .title {
    border-radius: 3px;
    background-image: none;
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #000;
    cursor: pointer;
    font-family: '微软雅黑','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin: 20px 0 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 3.8rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none
}

.gift-item-block .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: "\e74b";
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.gift-item-block .title:hover:after {
    color: inherit
}

.gift-item-block .title:active:after {
    color: inherit
}

.gift-item-block .title:focus,.gift-item-block .title:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #000
}

.gift-item-block .title:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555
}

.gift-item-block .title.disabled,.gift-item-block .title[disabled],fieldset[disabled] .gift-item-block .title {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.gift-item-block .title:active {
    box-shadow: inset 0 2px 1px rgba(0,0,0,.12)
}

.gift-item-block .content {
    border-bottom: 1px solid #c1c1c1;
    padding: 10px 10px 20px;
    position: relative
}

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

.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-items .action.show {
    display: inline-block;
    text-decoration: none;
    padding-right: 20px;
    position: relative
}

.order-details-items .order-items .action.show:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: inherit;
    content: "\e74b";
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.order-details-items .order-items .action.show:after {
    position: absolute;
    right: 0;
    top: -4px
}

.order-details-items .order-items .action.show.expanded:after {
    content: "\e74a"
}

.block-order-details-gift-message {
    border-top: 1px solid #d2d2d2;
    padding-top: 10px
}

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

.table-giftregistry-items .product-image {
    float: left;
    margin-right: 10px
}

.cart-summary .form.giftregistry .fieldset {
    margin: 25px 0 5px
}

.cart-summary .form.giftregistry .fieldset .field {
    margin: 0 0 10px
}

.cart-summary .form.giftregistry .fieldset .field .control {
    float: none;
    width: auto
}

.cart-summary .form.giftregistry .fieldset .action.primary {
    margin-bottom: 0
}

.form-giftregistry-search {
    margin-bottom: 60px
}

.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
    margin-bottom: 0
}

.block-giftregistry-results .toolbar-giftregistry-results {
    text-align: center
}

.block-giftregistry .actions-toolbar {
    margin: 17px 0 0
}

.block-giftregistry-shared .item-options .item-value {
    margin: 0 0 25px
}

.block-giftregistry-shared-items .item {
    border-bottom: 1px solid #d2d2d2
}

.block-giftregistry-shared-items .col {
    padding: 20px 8px 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-bottom: 0
}

.block-giftregistry-shared-items .product-item-photo {
    display: block;
    max-width: 65px;
    padding: 10px 0
}

.block-giftregistry-shared-items .product-item-name {
    display: block;
    margin: 0 0 5px
}

.gift-wrapping .label {
    margin: 0 0 5px;
    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: 38px;
    line-height: 4rem;
    color: #494949;
    content: '\e629';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    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-left: 5px
}

.gift-options-content .fieldset>.field {
    margin: 0 0 5px
}

.gift-options-content .fieldset>.field:before {
    display: none
}

.gift-wrapping-summary .gift-wrapping-title {
    border: 0;
    display: inline-block;
    padding: 0
}

.opc-wrapper .data.table .gift-wrapping,.table-order-items .gift-wrapping,.table-order-review .gift-wrapping {
    margin: 20px 0
}

.opc-wrapper .data.table .gift-wrapping .title,.table-order-items .gift-wrapping .title,.table-order-review .gift-wrapping .title {
    float: none
}

.opc-wrapper .data.table .gift-wrapping .content,.table-order-items .gift-wrapping .content,.table-order-review .gift-wrapping .content {
    margin: 0
}

.opc-wrapper .data.table .gift-wrapping .content>img,.table-order-items .gift-wrapping .content>img,.table-order-review .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.grouped>thead>tr>th,.table.grouped>tbody>tr>th,.table.grouped>tfoot>tr>th,.table.grouped>thead>tr>td,.table.grouped>tbody>tr>td,.table.grouped>tfoot>tr>td {
    border-top: 1px solid #d2d2d2
}

.table.grouped>caption+thead>tr:first-child>th,.table.grouped>colgroup+thead>tr:first-child>th,.table.grouped>thead:first-child>tr:first-child>th,.table.grouped>caption+thead>tr:first-child>td,.table.grouped>colgroup+thead>tr:first-child>td,.table.grouped>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table.grouped>tbody+tbody {
    border-top: 1px solid #d2d2d2
}

.table.grouped>thead>tr>th {
    border-bottom: 0
}

.table.grouped .product-item-name {
    font-weight: 400
}

.table.grouped .price-box .price {
    font-size: 14px
}

.table.grouped .stock.unavailable {
    font-weight: 400;
    margin: 0;
    text-transform: none;
    white-space: nowrap
}

.table.grouped .row-tier-price td {
    border-top: 0
}

.table.grouped .row-tier-price .prices-tier {
    margin: 0 -10px 10px
}

.form-add-invitations .action.add {
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    padding: 2px 0;
    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: 31px;
    line-height: 22px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    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
}

.block.filter {
    margin-bottom: 40px
}

.block.filter .filter-title {
    margin-bottom: 20px
}

.block.filter .filter-title strong {
    font-size: 18px
}

.block-subtitle {
    display: inline-block;
    margin-bottom: 10px
}

.filter-current .item {
    margin-bottom: 10px
}

.filter-current .filter-label {
    display: block;
    font-weight: 700
}

.filter-current .filter-label:after {
    content: ':'
}

.filter-current+.filter-actions {
    margin-bottom: 30px
}

.filter-options {
    margin: 0
}

.filter-options .filter-options-title {
    font-weight: 700;
    line-height: 1.9;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin: 0 0 10px;
    word-break: break-all
}

.filter-options .filter-options-content {
    margin: 0 0 25px
}

.filter-options .filter-options-content .item {
    margin-bottom: 3px
}

.filter-options .count {
    color: #4a4a4a
}

.filter-options .count:before {
    content: '('
}

.filter-options .count:after {
    content: ')'
}

.filtered .items {
    margin: 15px 0
}

.filtered .item {
    margin-bottom: 6px;
    padding-left: 22px;
    position: relative
}

.filtered .item .label {
    font-weight: 700
}

.filtered .item .action.remove {
    left: -6px;
    position: absolute;
    top: 0
}

.filtered+.actions {
    margin-bottom: 35px
}

.map-popup-wrapper.popup .action.close {
    top: 10px
}

.map-popup {
    background: #fff;
    border: 1px solid #aeaeae;
    padding: 22px;
    width: 100%;
    box-shadow: 0 3px 3px rgba(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: 22px
}

.map-popup .popup-header .title {
    font-weight: 700;
    line-height: 1.9;
    font-size: 1.9rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem
}

.map-popup .popup-content {
    margin: 10px 0 0
}

.map-popup .popup-actions .action.close {
    position: absolute;
    display: inline-block;
    background-image: none;
    background: 0 0;
    -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: 22px;
    line-height: 22px;
    color: inherit;
    content: "\e916";
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.map-popup .popup-actions .action.close:hover:before {
    color: inherit
}

.map-popup .popup-actions .action.close:active:before {
    color: inherit
}

.map-popup .popup-actions .action.close:focus,.map-popup .popup-actions .action.close:active {
    background: 0 0;
    border: none
}

.map-popup .popup-actions .action.close:hover {
    background: 0 0;
    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: .3
}

.map-popup.active {
    opacity: 1
}

.map-popup .map-info-price {
    margin-bottom: 15px
}

.map-popup .map-info-price .price-box {
    margin: 0 0 20px
}

.map-popup .map-info-price .price-box .label:after {
    content: ': '
}

.map-popup .regular-price .price-label {
    display: none
}

.map-old-price:not(:last-child),.product-info-price .map-show-info:not(:last-child) {
    margin-right: 10px
}

.map-fallback-price {
    display: none
}

.map-old-price {
    text-decoration: none
}

.map-old-price .price-wrapper {
    text-decoration: line-through
}

.map-form-addtocart {
    display: inline-block;
    text-align: center
}

.map-form-addtocart img {
    display: block;
    margin: 0 auto
}

button.map-show-info,.cart.table-wrapper .actions-toolbar>.action.map-show-info,.action-gift.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: #0067b8;
    text-decoration: none;
    background: 0 0;
    border: 0;
    display: inline
}

button.map-show-info:focus,button.map-show-info:active,.cart.table-wrapper .actions-toolbar>.action.map-show-info:focus,.cart.table-wrapper .actions-toolbar>.action.map-show-info:active,.action-gift.map-show-info:focus,.action-gift.map-show-info:active {
    background: 0 0;
    border: none
}

button.map-show-info:hover,.cart.table-wrapper .actions-toolbar>.action.map-show-info:hover,.action-gift.map-show-info:hover {
    background: 0 0;
    border: none
}

button.map-show-info.disabled,button.map-show-info[disabled],fieldset[disabled] button.map-show-info,.cart.table-wrapper .actions-toolbar>.action.map-show-info.disabled,.cart.table-wrapper .actions-toolbar>.action.map-show-info[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action.map-show-info,.action-gift.map-show-info.disabled,.action-gift.map-show-info[disabled],fieldset[disabled] .action-gift.map-show-info {
    pointer-events: none;
    opacity: .3
}

button.map-show-info:visited,.cart.table-wrapper .actions-toolbar>.action.map-show-info:visited,.action-gift.map-show-info:visited {
    color: #0067b8;
    text-decoration: none
}

button.map-show-info:hover,.cart.table-wrapper .actions-toolbar>.action.map-show-info:hover,.action-gift.map-show-info:hover {
    color: #006bb4;
    text-decoration: underline
}

button.map-show-info:active,.cart.table-wrapper .actions-toolbar>.action.map-show-info:active,.action-gift.map-show-info:active {
    color: #ff5501;
    text-decoration: underline
}

button.map-show-info:hover,button.map-show-info:active,button.map-show-info:focus,.cart.table-wrapper .actions-toolbar>.action.map-show-info:hover,.cart.table-wrapper .actions-toolbar>.action.map-show-info:active,.cart.table-wrapper .actions-toolbar>.action.map-show-info:focus,.action-gift.map-show-info:hover,.action-gift.map-show-info:active,.action-gift.map-show-info:focus {
    background: 0 0;
    border: 0
}

button.map-show-info.disabled,button.map-show-info[disabled],fieldset[disabled] button.map-show-info,.cart.table-wrapper .actions-toolbar>.action.map-show-info.disabled,.cart.table-wrapper .actions-toolbar>.action.map-show-info[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action.map-show-info,.action-gift.map-show-info.disabled,.action-gift.map-show-info[disabled],fieldset[disabled] .action-gift.map-show-info {
    color: #0067b8;
    opacity: .3;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.wishlist.split.button {
    display: inline-block;
    position: relative;
    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 button.action.split,.wishlist.split.button .cart.table-wrapper .actions-toolbar>.action.action.split,.wishlist.split.button .action-gift.action.split {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.wishlist.split.button button+.action.toggle,.wishlist.split.button .cart.table-wrapper .actions-toolbar>.action+.action.toggle,.wishlist.split.button .action-gift+.action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 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: 22px;
    line-height: 22px;
    color: #4a4a4a;
    content: "\e74b";
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.wishlist.split.button .action.toggle:hover:after {
    color: #000
}

.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: 22px;
    line-height: 22px;
    color: #4a4a4a;
    content: "\e74a";
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.wishlist.split.button .action.toggle.active:hover:after {
    color: #000
}

.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,.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;
    z-index: 99
}

.wishlist.split.button .items:after {
    border: 7px solid;
    border-color: transparent transparent #bbb;
    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 {
    text-align: left
}

.wishlist.split.button .items .item>span {
    display: block;
    padding: 5px 5px 5px 23px
}

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

.wishlist.split.button .items li {
    padding: 0
}

.table-comparison .wishlist.split.button>.action.split:before,.product-items .wishlist.split.button>.action.split:before {
    content: '\e601'
}

.table-comparison .wishlist.split.button>.action:active,.product-items .wishlist.split.button>.action:active,.table-comparison .wishlist.split.button>.action:focus,.product-items .wishlist.split.button>.action:focus,.table-comparison .wishlist.split.button>.action:hover,.product-items .wishlist.split.button>.action:hover {
    color: #000
}

.table-comparison .wishlist.split.button>.action.toggle:before,.product-items .wishlist.split.button>.action.toggle:before {
    border-left: 1px solid #969696;
    content: '';
    float: left;
    height: 15px;
    margin-top: 3px
}

.product-info-main .wishlist.split.button .action.split,.block-bundle-summary .wishlist.split.button .action.split,.product-add-form .wishlist.split.button .action.split,.product-info-main .wishlist.split.button .action.toggle,.block-bundle-summary .wishlist.split.button .action.toggle,.product-add-form .wishlist.split.button .action.toggle {
    line-height: 1.2rem;
    padding: 5px 8px;
    font-size: 1.1rem
}

.product-info-main .wishlist.split.button .action.toggle,.block-bundle-summary .wishlist.split.button .action.toggle,.product-add-form .wishlist.split.button .action.toggle {
    padding: 0
}

.cart.table-wrapper .wishlist.split.button {
    margin-bottom: 10px
}

.cart.table-wrapper .wishlist.split.button>.action.toggle {
    padding: 4px 5px
}

.wishlist.window.popup {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #aeaeae;
    padding: 22px;
    width: 100%;
    box-shadow: 0 3px 3px rgba(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
}

.wishlist.window.popup .popup-header {
    margin: 0 0 25px;
    padding-right: 22px
}

.wishlist.window.popup .popup-header .title {
    font-weight: 700;
    line-height: 1.9;
    font-size: 1.9rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem
}

.wishlist.window.popup .popup-actions .action.close {
    position: absolute;
    display: inline-block;
    background-image: none;
    background: 0 0;
    -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: 22px;
    line-height: 22px;
    color: inherit;
    content: "\e916";
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.wishlist.window.popup .popup-actions .action.close:hover:before {
    color: inherit
}

.wishlist.window.popup .popup-actions .action.close:active:before {
    color: inherit
}

.wishlist.window.popup .popup-actions .action.close:focus,.wishlist.window.popup .popup-actions .action.close:active {
    background: 0 0;
    border: none
}

.wishlist.window.popup .popup-actions .action.close:hover {
    background: 0 0;
    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: .3
}

.wishlist.window.popup.active {
    opacity: 1
}

.wishlist.window.popup.active {
    display: block
}

.wishlist.overlay {
    transition: opacity .15s linear;
    background: #000;
    z-index: 899;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0
}

.wishlist.overlay.active {
    opacity: .5;
    filter: alpha(opacity=50)
}

.wishlist.overlay.active {
    display: block
}

.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: #4a4a4a;
    display: inline-block;
    margin-right: 20px
}

.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-dropdown.move {
    margin-right: 20px
}

.block-wishlist-search-form .form-wishlist-search {
    margin-bottom: 60px;
    max-width: 500px
}

.block-wishlist-search-results .toolbar-wishlist-results {
    text-align: center
}

.block-wishlist-info-items .block-title {
    font-size: 2.2rem;
    margin-bottom: 20px
}

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

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

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

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

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

.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: 35px;
    line-height: 33px;
    color: #000;
    content: '\e61d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    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
}

@font-face {
    font-family: 'pagebuilder-font';
    font-style: normal;
    font-weight: 400;
    src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
    src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'),url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'),url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype')
}

.pagebuilder-icon,.slick-prev:before,.slick-next:before,.slick-prev:after,.slick-next:after {
    -webkit-font-smoothing: antialiased;
    font-family: 'pagebuilder-font';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    speak: none
}

[class^=pagebuilder-icon-]:before,[class*=' pagebuilder-icon-']:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: 'pagebuilder-font';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle
}

.pagebuilder-icon-down:before {
    content: '\f101'
}

.pagebuilder-icon-next:before {
    content: '\f102'
}

.pagebuilder-icon-prev:before {
    content: '\f103'
}

.pagebuilder-icon-up:before {
    content: '\f104'
}

.product-full-width-section {
    padding: .5em 0
}

.product-full-width-section .block.review-add {
    margin-top: 2.7rem
}

.page-layout-product-full-width .block.related {
    margin-top: 2.7rem
}

.page-main-details .product-section-title {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 15px;
    padding-bottom: 12px
}

.additional-attributes-wrapper .additional-attributes {
    border: none;
    width: auto
}

.additional-attributes-wrapper .additional-attributes>tbody>tr>th {
    border: none;
    padding: 5.5px 30px 10px 0
}

.additional-attributes-wrapper .additional-attributes>tbody>tr>td {
    border: none;
    padding: 5.5px 5px 10px
}

.cms-index-index.page-layout-cms-full-width .nav-sections {
    margin-bottom: 0
}

.slick-slider {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-touch-action: pan-y;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    box-sizing: border-box;
    display: block;
    position: relative;
    touch-action: pan-y;
    user-select: none
}

.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:before,.slick-track:after {
    content: '';
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev {
    left: 2rem
}

.slick-prev:before {
    content: '\f103';
    padding-right: 5px
}

.slick-next {
    right: 2rem
}

.slick-next:before {
    content: '\f102';
    padding-left: 5px
}

.slick-prev,.slick-next {
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    background: rgba(252,252,252,.6);
    border: none;
    border-radius: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 60px;
    line-height: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: 60px;
    z-index: 101
}

.slick-prev.slick-disabled,.slick-next.slick-disabled {
    opacity: .2
}

.slick-prev:hover,.slick-next:hover {
    background: #fcfcfc;
    border: none
}

.slick-prev:hover.slick-disabled,.slick-next:hover.slick-disabled {
    opacity: .2
}

.slick-prev:hover:before,.slick-next:hover:before {
    color: #494949
}

.slick-prev:before,.slick-next:before,.slick-prev:after,.slick-next:after {
    color: #555;
    font-size: 38px;
    opacity: 1
}

.slick-prev:active,.slick-next:active,.slick-prev:focus,.slick-next:focus,.slick-prev:not(.primary),.slick-next:not(.primary) {
    background: rgba(252,252,252,.7);
    border: none;
    box-shadow: none
}

.slick-prev:active:active,.slick-next:active:active,.slick-prev:focus:active,.slick-next:focus:active,.slick-prev:not(.primary):active,.slick-next:not(.primary):active {
    box-shadow: none
}

.slick-dots {
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: normal;
    display: block;
    list-style: none;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    width: 100%
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 14px
}

.slick-dots li button,.slick-dots li .cart.table-wrapper .actions-toolbar>.action,.slick-dots li .action-gift {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 14px;
    padding: 0;
    text-indent: -99999px;
    transition: .3s;
    width: 14px
}

.slick-dots li button:hover,.slick-dots li .cart.table-wrapper .actions-toolbar>.action:hover,.slick-dots li .action-gift:hover {
    border: 1px solid #b3b3b3
}

.slick-dots li button:active,.slick-dots li button:focus,.slick-dots li button:not(.primary),.slick-dots li .cart.table-wrapper .actions-toolbar>.action:active,.slick-dots li .cart.table-wrapper .actions-toolbar>.action:focus,.slick-dots li .cart.table-wrapper .actions-toolbar>.action:not(.primary),.slick-dots li .action-gift:active,.slick-dots li .action-gift:focus,.slick-dots li .action-gift:not(.primary) {
    box-shadow: none
}

.slick-dots li.slick-active button,.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar>.action,.slick-dots li.slick-active .action-gift {
    background: #1c1918
}

[data-content-type=banner]>[data-element=link],[data-content-type=banner]>[data-element=empty_link] {
    color: inherit;
    text-decoration: inherit
}

[data-content-type=banner]>[data-element=link]:hover,[data-content-type=banner]>[data-element=empty_link]:hover {
    color: inherit;
    text-decoration: inherit
}

.pagebuilder-banner-wrapper {
    background-clip: padding-box;
    border-radius: inherit;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.pagebuilder-banner-wrapper .pagebuilder-overlay {
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    -webkit-transition: background-color .5s ease;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    transition: background-color .5s ease
}

.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    align-items: center;
    display: flex;
    justify-content: center
}

.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: 540px
}

.pagebuilder-banner-wrapper.jarallax .video-overlay {
    z-index: 0
}

.pagebuilder-banner-wrapper [data-element=content] {
    min-height: 50px;
    overflow: auto
}

.pagebuilder-banner-wrapper .pagebuilder-banner-button {
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    margin: 20px 0 0;
    max-width: 100%;
    text-align: inherit;
    transition: opacity .5s ease;
    word-break: break-word
}

.pagebuilder-banner-wrapper .pagebuilder-poster-content {
    width: 100%
}

[data-appearance=collage-centered] .pagebuilder-banner-wrapper .pagebuilder-overlay {
    margin-left: auto;
    margin-right: auto
}

[data-appearance=collage-left] .pagebuilder-banner-wrapper .pagebuilder-overlay {
    margin-right: auto
}

[data-appearance=collage-right] .pagebuilder-banner-wrapper .pagebuilder-overlay {
    margin-left: auto
}

[data-content-type$=block] .block p:last-child {
    margin-bottom: 1rem;
    margin-top: 0
}

[data-content-type=buttons] {
    max-width: 100%
}

[data-content-type=button-item] {
    max-width: 100%
}

[data-content-type=button-item] [data-element=link],[data-content-type=button-item] [data-element=empty_link] {
    max-width: 100%;
    word-wrap: break-word
}

[data-content-type=button-item] [data-element=empty_link] {
    cursor: default
}

a.pagebuilder-button-link,button.pagebuilder-button-link,div.pagebuilder-button-link,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link,.action-gift.pagebuilder-button-link {
    line-height: 2.2rem;
    font-size: 1.8rem;
    line-height: 1.42857143;
    margin: 0 10px 10px 0;
    padding: 14px 17px;
    color: #0067b8;
    text-decoration: none;
    background: 0 0;
    border: 0;
    display: inline;
    font-weight: 600;
    box-shadow: none;
    box-sizing: border-box;
    display: inline-block
}

a.pagebuilder-button-link:visited,button.pagebuilder-button-link:visited,div.pagebuilder-button-link:visited,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:visited,.action-gift.pagebuilder-button-link:visited {
    color: #0067b8;
    text-decoration: none
}

a.pagebuilder-button-link:hover,button.pagebuilder-button-link:hover,div.pagebuilder-button-link:hover,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:hover,.action-gift.pagebuilder-button-link:hover {
    color: #006bb4;
    text-decoration: underline
}

a.pagebuilder-button-link:active,button.pagebuilder-button-link:active,div.pagebuilder-button-link:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:active,.action-gift.pagebuilder-button-link:active {
    color: #ff5501;
    text-decoration: underline
}

a.pagebuilder-button-link:hover,button.pagebuilder-button-link:hover,div.pagebuilder-button-link:hover,a.pagebuilder-button-link:active,button.pagebuilder-button-link:active,div.pagebuilder-button-link:active,a.pagebuilder-button-link:focus,button.pagebuilder-button-link:focus,div.pagebuilder-button-link:focus,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:hover,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link:focus,.action-gift.pagebuilder-button-link:hover,.action-gift.pagebuilder-button-link:active,.action-gift.pagebuilder-button-link:focus {
    background: 0 0;
    border: 0
}

a.pagebuilder-button-link.disabled,button.pagebuilder-button-link.disabled,div.pagebuilder-button-link.disabled,a.pagebuilder-button-link[disabled],button.pagebuilder-button-link[disabled],div.pagebuilder-button-link[disabled],fieldset[disabled] a.pagebuilder-button-link,fieldset[disabled] button.pagebuilder-button-link,fieldset[disabled] div.pagebuilder-button-link,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link.disabled,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-link,.action-gift.pagebuilder-button-link.disabled,.action-gift.pagebuilder-button-link[disabled],fieldset[disabled] .action-gift.pagebuilder-button-link {
    color: #0067b8;
    opacity: .3;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

a.pagebuilder-button-primary,button.pagebuilder-button-primary,div.pagebuilder-button-primary,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary,.action-gift.pagebuilder-button-primary {
    text-decoration: none;
    background-image: none;
    background: #0067b8;
    border: 1px solid #0067b8;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: '微软雅黑','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    border-radius: 0;
    box-shadow: none
}

a.pagebuilder-button-primary:hover,button.pagebuilder-button-primary:hover,div.pagebuilder-button-primary:hover,a.pagebuilder-button-primary:active,button.pagebuilder-button-primary:active,div.pagebuilder-button-primary:active,a.pagebuilder-button-primary:focus,button.pagebuilder-button-primary:focus,div.pagebuilder-button-primary:focus,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:hover,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:focus,.action-gift.pagebuilder-button-primary:hover,.action-gift.pagebuilder-button-primary:active,.action-gift.pagebuilder-button-primary:focus {
    text-decoration: none
}

a.pagebuilder-button-primary:focus,button.pagebuilder-button-primary:focus,div.pagebuilder-button-primary:focus,a.pagebuilder-button-primary:active,button.pagebuilder-button-primary:active,div.pagebuilder-button-primary:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:focus,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:active,.action-gift.pagebuilder-button-primary:focus,.action-gift.pagebuilder-button-primary:active {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff
}

a.pagebuilder-button-primary:hover,button.pagebuilder-button-primary:hover,div.pagebuilder-button-primary:hover,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:hover,.action-gift.pagebuilder-button-primary:hover {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff
}

a.pagebuilder-button-primary.disabled,button.pagebuilder-button-primary.disabled,div.pagebuilder-button-primary.disabled,a.pagebuilder-button-primary[disabled],button.pagebuilder-button-primary[disabled],div.pagebuilder-button-primary[disabled],fieldset[disabled] a.pagebuilder-button-primary,fieldset[disabled] button.pagebuilder-button-primary,fieldset[disabled] div.pagebuilder-button-primary,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary.disabled,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary,.action-gift.pagebuilder-button-primary.disabled,.action-gift.pagebuilder-button-primary[disabled],fieldset[disabled] .action-gift.pagebuilder-button-primary {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

a.pagebuilder-button-secondary,button.pagebuilder-button-secondary,div.pagebuilder-button-secondary,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary,.action-gift.pagebuilder-button-secondary {
    text-decoration: none;
    background-image: none;
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: '微软雅黑','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    font-size: 1.4rem;
    line-height: 3.8rem;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    border-radius: 0;
    box-shadow: none
}

a.pagebuilder-button-secondary:hover,button.pagebuilder-button-secondary:hover,div.pagebuilder-button-secondary:hover,a.pagebuilder-button-secondary:active,button.pagebuilder-button-secondary:active,div.pagebuilder-button-secondary:active,a.pagebuilder-button-secondary:focus,button.pagebuilder-button-secondary:focus,div.pagebuilder-button-secondary:focus,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:hover,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:focus,.action-gift.pagebuilder-button-secondary:hover,.action-gift.pagebuilder-button-secondary:active,.action-gift.pagebuilder-button-secondary:focus {
    text-decoration: none
}

a.pagebuilder-button-secondary:focus,button.pagebuilder-button-secondary:focus,div.pagebuilder-button-secondary:focus,a.pagebuilder-button-secondary:active,button.pagebuilder-button-secondary:active,div.pagebuilder-button-secondary:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:focus,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:active,.action-gift.pagebuilder-button-secondary:focus,.action-gift.pagebuilder-button-secondary:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #000
}

a.pagebuilder-button-secondary:hover,button.pagebuilder-button-secondary:hover,div.pagebuilder-button-secondary:hover,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary:hover,.action-gift.pagebuilder-button-secondary:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555
}

a.pagebuilder-button-secondary.disabled,button.pagebuilder-button-secondary.disabled,div.pagebuilder-button-secondary.disabled,a.pagebuilder-button-secondary[disabled],button.pagebuilder-button-secondary[disabled],div.pagebuilder-button-secondary[disabled],fieldset[disabled] a.pagebuilder-button-secondary,fieldset[disabled] button.pagebuilder-button-secondary,fieldset[disabled] div.pagebuilder-button-secondary,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary.disabled,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-secondary,.action-gift.pagebuilder-button-secondary.disabled,.action-gift.pagebuilder-button-secondary[disabled],fieldset[disabled] .action-gift.pagebuilder-button-secondary {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.pagebuilder-column {
    box-sizing: border-box
}

[data-content-type=heading] {
    word-wrap: break-word
}

[data-content-type=html] {
    word-wrap: break-word
}

figure[data-content-type=image] {
    box-sizing: border-box
}

figure[data-content-type=image]>[data-element=link],figure[data-content-type=image]>[data-element=link] img {
    border-radius: inherit
}

figure[data-content-type=image] figcaption {
    word-wrap: break-word
}

[data-content-type=map] {
    box-sizing: border-box;
    height: 300px
}

[data-content-type=row] li.product-item {
    text-align: left
}

.pagebuilder-column .widget-product-grid .product-item {
    max-width: 100%;
    min-width: 50px
}

.pagebuilder-column .widget-product-grid .product-item .price-box {
    word-wrap: break-word
}

.pagebuilder-column .widget-product-grid .product-item .price-box .price {
    white-space: normal
}

.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
    display: inline-block;
    max-width: 100%
}

.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
    display: inline-block;
    width: auto
}

.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
    max-width: 100%;
    white-space: normal
}

.pagebuilder-column [data-content-type=products] .block.widget .products-grid .widget-product-grid.product-items .product-item {
    width: 200px
}

[data-content-type=products][data-appearance=carousel] .slick-initialized li.product-item {
    display: block
}

[data-content-type=products][data-appearance=carousel] .slick-initialized li.product-item:first-child {
    visibility: visible
}

[data-content-type=products][data-appearance=carousel] .product-item-info {
    width: auto
}

[data-content-type=products][data-appearance=carousel] li.product-item {
    display: none
}

[data-content-type=products][data-appearance=carousel] li.product-item:first-child {
    display: block;
    visibility: hidden
}

[data-content-type=products][data-appearance=carousel].center-mode .product-item {
    opacity: .5;
    transition: all .3s ease
}

[data-content-type=products][data-appearance=carousel].center-mode .product-item:hover {
    opacity: 1
}

[data-content-type=products][data-appearance=carousel].center-mode .slick-current .product-item {
    opacity: 1
}

[data-content-type=row][data-appearance=contained] {
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1600px
}

[data-content-type=row][data-appearance=contained] [data-element=inner] {
    box-sizing: border-box
}

[data-content-type=row][data-appearance=full-bleed] {
    box-sizing: border-box
}

[data-content-type=row][data-appearance=full-width] {
    box-sizing: border-box
}

[data-content-type=row][data-appearance=full-width]>.row-full-width-inner {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    width: 100%
}

[data-content-type=slide] {
    box-sizing: border-box;
    line-height: 20px;
    min-height: inherit;
    overflow: hidden
}

[data-content-type=slide]>[data-element=link],[data-content-type=slide]>[data-element=empty_link] {
    color: inherit;
    min-height: inherit;
    text-decoration: inherit
}

[data-content-type=slide]>[data-element=link]:hover,[data-content-type=slide]>[data-element=empty_link]:hover {
    color: inherit;
    text-decoration: inherit
}

[data-content-type=slide]+[data-content-type=slide] {
    height: 0;
    min-height: 0
}

.slick-slider [data-content-type=slide]+[data-content-type=slide] {
    height: initial;
    min-height: inherit
}

.pagebuilder-slide-wrapper {
    border-radius: inherit;
    box-sizing: border-box;
    min-height: inherit;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.pagebuilder-slide-wrapper .jarallax-viewport-element {
    height: 100%;
    left: -15000vw;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 100
}

.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
    left: 0
}

.pagebuilder-slide-wrapper.jarallax .video-overlay {
    -webkit-transform: unset;
    z-index: 1
}

.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
    position: relative;
    z-index: 2
}

.pagebuilder-slide-wrapper.jarallax [id*=jarallax-container]>div,.pagebuilder-slide-wrapper.jarallax [id*=jarallax-container]>img,.pagebuilder-slide-wrapper.jarallax [id*=jarallax-container]>video,.pagebuilder-slide-wrapper.jarallax [id*=jarallax-container]>iframe {
    margin: auto !important;
    transform: none !important
}

.pagebuilder-slide-wrapper .pagebuilder-overlay {
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    -webkit-transition: background-color .5s ease;
    border-radius: inherit;
    box-sizing: border-box;
    padding: 30px;
    transition: background-color .5s ease
}

.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: inherit
}

.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: 540px
}

.pagebuilder-slide-wrapper [data-element=content] {
    min-height: 50px;
    overflow: auto
}

.pagebuilder-slide-wrapper .pagebuilder-slide-button {
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    margin: 20px 0 0;
    max-width: 100%;
    text-align: inherit;
    transition: opacity .5s ease;
    word-break: break-word
}

.pagebuilder-slide-wrapper .pagebuilder-poster-content {
    width: 100%
}

[data-appearance=collage-centered] .pagebuilder-slide-wrapper .pagebuilder-overlay {
    margin-left: auto;
    margin-right: auto
}

[data-appearance=collage-left] .pagebuilder-slide-wrapper .pagebuilder-overlay {
    margin-right: auto
}

[data-appearance=collage-right] .pagebuilder-slide-wrapper .pagebuilder-overlay {
    margin-left: auto
}

div[data-content-type=slider] {
    visibility: hidden
}

div[data-content-type=slider].slick-initialized {
    visibility: visible
}

div[data-content-type=slider] .slick-list,div[data-content-type=slider] .slick-track,div[data-content-type=slider] .slick-slide {
    min-height: inherit
}

div[data-content-type=slider] .slick-list>div,div[data-content-type=slider] .slick-track>div,div[data-content-type=slider] .slick-slide>div {
    line-height: 0;
    min-height: inherit;
    overflow: hidden;
    width: 100%
}

a.button {
    -moz-appearance: button;
    -webkit-appearance: button;
    appearance: button;
    color: initial;
    padding: 10px;
    text-decoration: none
}

div[data-content-type=tabs] .tabs-navigation {
    display: block;
    font-size: 0;
    margin: 0 0 -1px;
    padding: 0
}

div[data-content-type=tabs] .tabs-navigation li:first-child {
    margin-left: 0 !important
}

div[data-content-type=tabs] .tabs-navigation li.tab-header {
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow-wrap: break-word;
    position: relative;
    word-wrap: break-word;
    z-index: 1
}

div[data-content-type=tabs] .tabs-navigation li.tab-header:not(:first-child) {
    margin-left: -1px
}

div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
    border-right: 0;
    color: #000;
    cursor: pointer !important;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 1.4rem 2rem;
    position: relative;
    transition: all .3s;
    vertical-align: middle;
    white-space: normal
}

div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title span.tab-title {
    display: block
}

div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title:hover {
    text-decoration: none
}

div[data-content-type=tabs] .tabs-navigation li.tab-header:last-child {
    border-right: 1px solid #ccc
}

div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-state-active {
    background: #fff;
    z-index: 19
}

div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
    position: relative;
    transition: all .3s
}

div[data-content-type=tabs] .tabs-content {
    border: 1px solid #ccc;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 9
}

div[data-content-type=tabs] .tabs-content [data-content-type=tab-item] {
    box-sizing: border-box;
    min-height: inherit
}

div[data-content-type=tabs] .tabs-content [data-content-type=tab-item]:not(:first-child) {
    display: none
}

div[data-content-type=tabs].tab-align-left .tabs-content {
    border-top-left-radius: 0 !important
}

div[data-content-type=tabs].tab-align-right .tabs-content {
    border-top-right-radius: 0 !important
}

div[data-content-type=text] {
    word-wrap: break-word
}

div[data-content-type=video] {
    font-size: 0
}

div[data-content-type=video] .pagebuilder-video-inner {
    box-sizing: border-box;
    display: inline-block;
    width: 100%
}

div[data-content-type=video] .pagebuilder-video-container {
    border-radius: inherit;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative
}

div[data-content-type=video] iframe,div[data-content-type=video] video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.jarallax {
    position: relative;
    z-index: 0
}

.jarallax>.jarallax-img {
    font-family: 'object-fit: cover;',sans-serif;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.jarallax-video-fallback {
    transform: scale3d(0,0,0)
}

.jarallax .video-overlay {
    -webkit-transform: translate3d(0,0,0);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -99
}

.jarallax [id*=jarallax-container] video,.jarallax [id*=jarallax-container] iframe {
    visibility: hidden
}

.cms-content-important {
    background-color: #f5f5f5;
    color: #333;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 35px -20px;
    padding: 20px
}

.pagebuilder-full-width {
    float: left;
    width: 100%
}

.pagebuilder-content-type {
    box-sizing: border-box;
    margin-bottom: 20px
}

.pagebuilder-accordion {
    margin: 0;
    padding: 0
}

.pagebuilder-accordion>.item.title {
    box-sizing: border-box;
    float: none;
    width: 100%
}

.pagebuilder-accordion>.item.title>.switch {
    display: block
}

.pagebuilder-accordion>.item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0
}

.pagebuilder-accordion>.item.content:before,.pagebuilder-accordion>.item.content:after {
    content: '';
    display: table
}

.pagebuilder-accordion>.item.content:after {
    clear: both
}

.pagebuilder-accordion>.item.content.active {
    display: block
}

.pagebuilder-accordion>.item.title {
    margin: 0 0 5px
}

.pagebuilder-accordion>.item.title>.switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    height: 40px;
    padding: 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #4a4a4a;
    text-decoration: none
}

.pagebuilder-accordion>.item.title>.switch:visited {
    color: #4a4a4a;
    text-decoration: none
}

.pagebuilder-accordion>.item.title>.switch:hover {
    color: #4a4a4a;
    text-decoration: none
}

.pagebuilder-accordion>.item.title>.switch:active {
    color: #000;
    text-decoration: none
}

.pagebuilder-accordion>.item.title:not(.disabled)>.switch:focus,.pagebuilder-accordion>.item.title:not(.disabled)>.switch:hover {
    background: #fcfcfc
}

.pagebuilder-accordion>.item.title:not(.disabled)>.switch:active,.pagebuilder-accordion>.item.title.active>.switch,.pagebuilder-accordion>.item.title.active>.switch:focus,.pagebuilder-accordion>.item.title.active>.switch:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
    padding-bottom: 5px
}

.pagebuilder-accordion>.item.content {
    background: #fff;
    border: 1px solid #d2d2d2;
    margin: 0 0 5px;
    padding: 20px
}

.paypal.after:before {
    content: '- ' attr(data-label) ' -';
    display: block;
    margin: 5px 5px 10px;
    text-transform: uppercase
}

.paypal.before:before {
    content: '- ' attr(data-label) ' -';
    display: block;
    margin: 10px 5px;
    text-align: center;
    text-transform: uppercase
}

.paypal.acceptance {
    display: block;
    margin: 0 0 20px
}

.paypal.acceptance img {
    max-width: 100%
}

.box-tocart .paypal img,.block-minicart .paypal img {
    display: block;
    margin: 0 auto
}

.paypal-review .paypa-review-title>strong {
    font-weight: 700;
    line-height: 1.9;
    font-size: 1.9rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    display: inline-block
}

.paypal-review .items-qty .item {
    white-space: nowrap
}

.paypal-review .items-qty .title:after {
    content: ': '
}

.paypal-review .paypal-review-title>strong {
    font-weight: 700;
    line-height: 1.9;
    font-size: 1.9rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    display: inline-block
}

.paypal-review .actions-toolbar {
    margin-top: 10px
}

.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 #d2d2d2;
    margin: 20px 0
}

.paypal-review-discount .block {
    margin-bottom: 0
}

.paypal-review-discount .block .fieldset {
    padding: 10px 0 20px
}

.fotorama-video-container:after {
    background: url(../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(../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%
    }
}

.rating-summary {
    overflow: hidden;
    white-space: nowrap
}

.rating-summary .rating-result {
    width: 92px;
    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: #000;
    font-family: "ms-icon";
    font-size: 16px;
    height: 16px;
    letter-spacing: 3px;
    line-height: 16px;
    content: "\e920" "\e920" "\e920" "\e920" "\e920";
    display: block;
    font-style: normal;
    font-weight: 400;
    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: "ms-icon";
    font-size: 16px;
    height: 16px;
    letter-spacing: 3px;
    line-height: 16px;
    content: "\e920" "\e920" "\e920" "\e920" "\e920";
    display: block;
    font-style: normal;
    font-weight: 400;
    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
}

.rating-summary .rating-result:before {
    font-family: "ms-icon";
    content: "\e734" "\e734" "\e734" "\e734" "\e734"
}

.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: #000;
    font-family: "ms-icon";
    font-size: 46px;
    height: 46px;
    letter-spacing: 8px;
    line-height: 46px;
    font-style: normal;
    font-weight: 400;
    speak: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    content: "\e920" "\e920" "\e920" "\e920" "\e920";
    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: "ms-icon";
    font-size: 46px;
    height: 46px;
    letter-spacing: 8px;
    line-height: 46px;
    font-style: normal;
    font-weight: 400;
    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: "\e920" "\e920" "\e920" "\e920" "\e920"
}

.review-control-vote .rating-4 {
    z-index: 3
}

.review-control-vote .rating-4:before {
    content: "\e920" "\e920" "\e920" "\e920"
}

.review-control-vote .rating-3 {
    z-index: 4
}

.review-control-vote .rating-3:before {
    content: "\e920" "\e920" "\e920"
}

.review-control-vote .rating-2 {
    z-index: 5
}

.review-control-vote .rating-2:before {
    content: "\e920" "\e920"
}

.review-control-vote .rating-1 {
    z-index: 6
}

.review-control-vote .rating-1:before {
    content: "\e920"
}

.review-control-vote:before {
    font-family: "ms-icon";
    content: "\e734" "\e734" "\e734" "\e734" "\e734"
}

.block.add.review {
    margin-bottom: 40px
}

.block.add.review>.title {
    font-weight: 700;
    line-height: 1.9;
    font-size: 2.4rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.block.add.review .legend {
    font-weight: 700;
    line-height: 1.9;
    font-size: 1.9rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    margin: 0 0 20px
}

.block.add.review .field.rating {
    display: table-row
}

.block.add.review .field.rating .label {
    display: table-cell;
    padding: 5px 0;
    vertical-align: middle
}

.block.add.review .field.rating .control {
    display: table-cell;
    vertical-align: top
}

.block.reviews.list>.title {
    font-weight: 700;
    line-height: 1.9;
    font-size: 2.4rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.block.reviews.list .review.item {
    margin-bottom: 40px
}

.block.reviews.list .review.title {
    font-weight: 700;
    line-height: 1.9;
    font-size: 1.9rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem
}

.data.table.reviews .rating-summary {
    margin-top: -4px
}

.customer-review.view {
    margin-bottom: 20px
}

.customer-review.view .review.title,.customer-review.view .ratings-summary,.customer-review.view .product-details {
    margin-bottom: 20px
}

.product-reviews-summary {
    display: table;
    margin: 10px 0 12px
}

.products.wrapper.list .product-reviews-summary {
    margin: 0 auto
}

.product-reviews-summary.empty {
    margin-left: 0
}

.product-reviews-summary .rating-summary {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.product-reviews-summary .reviews-actions {
    display: inline-block;
    margin-top: 5px;
    line-height: 16px;
    vertical-align: middle
}

.product-reviews-summary .reviews-actions a {
    margin-right: 5px
}

.product-reviews-summary .reviews-actions a.view {
    margin-left: 12px
}

.product-reviews-summary .reviews-actions a.view span {
    display: none
}

.product-reviews-summary .reviews-actions a.view span.reviews-count {
    display: inline
}

.product-reviews-summary .reviews-actions a.add {
    display: none
}

.review-form #product-review-table .control.review-control-vote {
    display: inline-block
}

.customer-review .product-details {
    margin-bottom: 40px
}

.customer-review .product-media {
    float: left;
    margin-right: 3%;
    max-width: 285px;
    width: 30%
}

.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 {
    font-weight: 700;
    margin-bottom: 20px
}

.customer-review .review-details .review-content {
    margin-bottom: 20px
}

.customer-review .product-reviews-summary .rating-summary,.customer-review .product-reviews-summary .reviews-actions {
    display: block
}

.review-field-ratings .review-field-rating .control {
    margin-bottom: 46px
}

.review-field-ratings .review-field-rating .label {
    display: none
}

.review-toolbar {
    border-top: 1px solid #c9c9c9;
    margin: 0 0 20px;
    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
}

.fieldset .review-legend.legend {
    margin-bottom: 20px
}

.fieldset .review-legend.legend strong {
    display: block;
    margin-left: 0
}

.review-field-rating .control {
    margin-bottom: 40px
}

.review-list {
    margin-bottom: 30px
}

.review-list .block-title strong {
    display: block;
    font-weight: 700;
    line-height: 1.9;
    font-size: 2.4rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.review-item {
    border-bottom: 1px solid #c9c9c9;
    margin: 0;
    padding: 24px 0
}

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

.review-item:first-child {
    border-top: 1px solid #c9c9c9
}

.review-ratings {
    display: table;
    margin-bottom: 10px;
    max-width: 100%
}

.review-author {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 4px
}

.review-date {
    margin-bottom: 8px
}

.review-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 8px
}

.review-content {
    margin-bottom: 0
}

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

.form-create-return .field .control>span,.form-create-return .field address {
    display: inline-block;
    padding-top: 6px
}

.form-create-return .additional:first-child {
    margin-top: 0
}

.form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0
}

.form-create-return .additional .field:last-child {
    margin-top: 20px
}

.form-create-return .field.comment {
    margin-top: 55px
}

.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-returns-returns .page-title-wrapper .page-title,.magento-rma-guest-returns .page-title-wrapper .page-title,.magento-rma-returns-view .page-title-wrapper .page-title {
    margin-right: 25px
}

._has-modal .order-detail-modal .form-upload-bank {
    display: block
}

.sales-order-view .breadcrumbs {
    margin-bottom: 10px
}

.order-details-items.product-info {
    border: none
}

.order-details-items .sub-title {
    font-size: 1.6rem;
    line-height: 21px
}

.order-details-items .orders-history .info-order-history .action.none-bg {
    background: 0 0;
    color: #0067b8
}

.order-details-items .orders-history .info-order-history .item-options-container {
    padding-left: 80px;
    margin-top: 40px;
    margin-bottom: 40px
}

.order-details-items .orders-history .info-order-history .item-options-container.row-number-1 {
    padding-left: 160px
}

.top-order-detail-page .block-order-details-view .block-title {
    display: none
}

.top-order-detail-page .block-order-details-view .box-order-billing-method {
    display: none
}

.top-order-detail-page .block-order-details-view .box-title {
    background: 0 0;
    margin: 0 !important
}

.order-payment-method .title,.order-payment-method p {
    font-size: 1.6rem;
    line-height: 21px
}

.order-payment-method .title {
    font-weight: 400
}

.order-payment-method h4 {
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 21px
}

.order-invoice .title,.order-invoice p {
    font-size: 1.6rem;
    line-height: 21px
}

.order-invoice .title {
    font-weight: 400
}

.order-invoice h4 {
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 21px
}

.order-invoice p {
    font-size: 1.6rem;
    line-height: 21px
}

.order-invoice p a {
    padding-left: 20px
}

.box-exchange,.estimated-delivery-date {
    background: #f2f2f2;
    padding: 15px 20px 15px 40px;
    margin-bottom: 20px
}

.box-exchange p,.estimated-delivery-date p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 0;
    color: #010101
}

.box-exchange p:before,.estimated-delivery-date p:before {
    font-family: "ms-icon";
    content: "\e33f";
    margin-right: 10px
}

.box-address-order-detai {
    border: 1px solid #d2d2d2;
    margin-bottom: 30px
}

.box-address-order-detai .box-title-order-detail {
    background: #f2f2f2;
    padding: 28px 20px 28px 40px;
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 2.1rem;
    text-transform: capitalize;
    color: #000
}

.box-order-address-subtotal {
    padding: 30px
}

.box-order-address-subtotal.lib-flex {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.order-shipping-address .box-title {
    display: none !important
}

.order-shipping-address .box {
    margin-bottom: 0 !important
}

.order-shipping-address .block.block-order-details-view {
    margin-bottom: 0
}

.order-shipping-address h4,.order-shipping-address address {
    font-size: 1.6rem;
    line-height: 21px
}

.order-shipping-address h4 {
    text-transform: capitalize;
    margin: 0
}

.order-detail-address-payment {
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-basis: 60%;
    flex-basis: 60%
}

.order-detail-subtotal-delivery {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 270px
}

.order-detail-subtotal-delivery .discount-price,.order-detail-subtotal-delivery .subtotal,.order-detail-subtotal-delivery .shipping-fee {
    margin-bottom: 5px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.order-detail-subtotal-delivery .discount-price h4,.order-detail-subtotal-delivery .subtotal h4,.order-detail-subtotal-delivery .shipping-fee h4,.order-detail-subtotal-delivery .discount-price p,.order-detail-subtotal-delivery .subtotal p,.order-detail-subtotal-delivery .shipping-fee p {
    margin: 0;
    padding: 0
}

.order-detail-subtotal-delivery .discount-price h4,.order-detail-subtotal-delivery .subtotal h4,.order-detail-subtotal-delivery .shipping-fee h4 {
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: 400;
    flex-basis: 50%;
    text-transform: capitalize
}

.order-detail-subtotal-delivery .discount-price span,.order-detail-subtotal-delivery .subtotal span,.order-detail-subtotal-delivery .shipping-fee span {
    display: block
}

.order-detail-subtotal-delivery .discount-price p,.order-detail-subtotal-delivery .subtotal p,.order-detail-subtotal-delivery .shipping-fee p {
    font-size: 1.6rem;
    line-height: 1.9rem;
    flex-basis: 50%;
    text-align: right
}

.order-detail-subtotal-delivery .total {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #d2d2d2;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.order-detail-subtotal-delivery .total h4,.order-detail-subtotal-delivery .total p {
    margin: 0;
    padding: 0
}

.order-detail-subtotal-delivery .total h4 {
    font-size: 1.6rem;
    line-height: 1.9rem;
    flex-basis: 50%
}

.order-detail-subtotal-delivery .total p {
    flex-basis: 50%;
    text-align: right;
    font-weight: 700;
    display: block;
    font-size: 1.6rem;
    line-height: 1.9rem
}

.box-shipped,.box-order-complete-exchange {
    border: 1px solid #d2d2d2;
    margin-bottom: 30px
}

.box-shipped .content-box,.box-order-complete-exchange .content-box {
    padding: 25px 25px 25px 36px
}

.box-shipped .content-box p,.box-order-complete-exchange .content-box p {
    font-size: 1.4rem;
    line-height: 1.9rem
}

.box-order-status-payment {
    background: #f2f2f2;
    padding: 16px 20px 16px 36px;
    margin-bottom: 0
}

.box-order-status-payment.lib-flex {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.box-order-status-payment p {
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.1rem
}

.box-activating-private-key {
    border: 1px solid #d2d2d2;
    margin-bottom: 30px
}

.box-activating-private-key p {
    font-size: 1.6rem;
    line-height: 2.1rem
}

.box-activating-private-key h4 {
    font-size: 1.8rem;
    line-height: 2.4rem
}

.box-activating-private-key .box-title-order-detail {
    background: #f2f2f2;
    padding: 28px 20px 28px 40px;
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 2.1rem;
    text-transform: capitalize
}

.box-activating-private-key .box-content {
    padding: 30px;
    padding-bottom: 0
}

.box-activating-private-key .box-content .sub-title {
    padding-left: 10%
}

.box-activating-private-key .box-content .col-img {
    width: 9.4%;
    text-align: center;
    padding-right: 2%;
    box-sizing: border-box
}

.box-activating-private-key .box-content .col-text {
    width: 96%
}

.box-activating-private-key .box-content .col-text .key {
    color: #0067b8;
    margin: 0
}

.box-activating-private-key .box-content.last {
    padding-top: 0;
    padding-bottom: 50px
}

.box-activating-private-key .box-content.last .box-key-info h4 {
    margin-bottom: 10px
}

.box-activating-private-key .box-content .content-activating-private-last {
    font-size: 1.4rem;
    line-height: 1.9rem
}

.box-activating-private-key .bottom-content {
    margin-bottom: 20px
}

.box-activating-private-key .bottom-content h4 {
    margin-bottom: 0
}

.box-activating-private-key .bottom-content .get-key {
    margin-bottom: 5px
}

.box-activating-private-key .bottom-content .get-key label {
    margin-right: 25px;
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 700
}

.box-activating-private-key .bottom-content .p-last {
    margin-top: 50px
}

.box-activating-private-key .bottom-content p {
    margin-bottom: 10px
}

.box-activating-private-key .inner-box-content {
    border: 1px solid #d2d2d2;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex
}

.box-activating-private-key .inner-box-content h4 {
    margin: 0 auto 20px
}

.box-activating-private-key .inner-box-content .col-left-content {
    border-right: 1px solid #d2d2d2;
    padding: 20px 40px
}

.box-activating-private-key .inner-box-content .col-left-content h4 {
    margin-bottom: 30px
}

.box-activating-private-key .inner-box-content .col-changed-button {
    padding: 20px;
    padding-left: 45px;
    padding-right: 25px
}

.box-activating-private-key .inner-box-content .col-changed-button h4 {
    margin-bottom: 12px
}

.box-activating-private-key .inner-box-content .col-changed-button p {
    font-size: 1.4rem;
    line-height: 19px;
    margin-bottom: 0
}

.box-activating-private-key .inner-box-content .col-changed-button .box-active-key {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px
}

.box-activating-private-key .inner-box-content .col-changed-button .box-active-key label {
    width: 11%;
    font-size: 1.6rem;
    line-height: 21px
}

.box-activating-private-key .inner-box-content .col-changed-button .box-active-key button,.box-activating-private-key .inner-box-content .col-changed-button .box-active-key .cart.table-wrapper .actions-toolbar>.action,.box-activating-private-key .inner-box-content .col-changed-button .box-active-key .action-gift {
    width: 90%;
    font-size: 1.6rem;
    line-height: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400
}

.box-activating-private-key .inner-box-content .col-changed-button .box-active-key .action.primary.display-entrance {
    background: #fff;
    color: #0067b8
}

.box-for-unpaid-order p,.box-for-unpaid-order li,.box-for-unpaid-order a {
    font-size: 1.6rem;
    line-height: 2.1rem
}

.box-for-unpaid-order button,.box-for-unpaid-order .cart.table-wrapper .actions-toolbar>.action,.box-for-unpaid-order .action-gift {
    margin-bottom: 15px
}

.box-for-unpaid-order ol {
    margin: 0 0 20px 20px;
    padding: 0
}

.box-for-unpaid-order ol li {
    margin-bottom: 0
}

.box-for-unpaid-order .notes-on-bank-transfer {
    margin-bottom: 0
}

.box-for-unpaid-order .line-address {
    margin-bottom: 15px
}

.box-for-unpaid-order .btn-unpaid-order {
    min-width: 183px
}

.box-for-unpaid-order .wait-for-approve {
    opacity: .3;
    filter: alpha(opacity=30);
    -webkit-box-shadow: none;
    box-shadow: none
}

.box-for-unpaid-order p strong {
    font-size: 1.6rem
}

.modal-popup.order-detail-modal .modal-inner-wrap {
    max-width: 863px;
    margin: 10rem auto
}

.modal-popup.order-detail-modal .modal-footer {
    display: none
}

.modal-popup.order-detail-modal .modal-header .modal-title {
    display: none
}

.modal-popup.order-detail-modal .modal-inner-wrap {
    top: auto;
    bottom: 0
}

.form-upload-bank {
    display: none
}

.form-upload-bank input[type=date] {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.428571429;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box
}

.form-upload-bank h4 {
    margin-top: 0
}

.form-upload-bank.form-wrap {
    padding-bottom: 30px;
    border: 0
}

.form-upload-bank.form-wrap input::-webkit-input-placeholder {
    color: #000
}

.form-upload-bank.form-wrap input::-ms-input-placeholder {
    color: #000
}

.form-upload-bank.form-wrap input:-moz-placeholder {
    color: #000
}

.form-upload-bank.form-wrap input::placeholder {
    color: #000
}

.form-upload-bank.form-wrap .action {
    margin-left: 0;
    margin-top: 20px
}

.form-upload-bank.form-wrap .control div.mage-error[generated] {
    display: none !important
}

.form-upload-bank.form-wrap .fieldset {
    margin-bottom: 10px !important
}

.form-upload-bank.form-wrap .fieldset>.field:not(.choice)>.label {
    text-align: left !important
}

.form-upload-bank.form-wrap .fieldset>.field:not(.choice)>.label span {
    color: #000
}

.form-upload-bank.form-wrap label,.form-upload-bank.form-wrap input {
    color: #000
}

.form-upload-bank.form-wrap .control .input-text,.form-upload-bank.form-wrap .control .select,.form-upload-bank.form-wrap .control .validate-select {
    border-color: #505050
}

.form-upload-bank.form-wrap .upload-payment-method {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px
}

.form-upload-bank.form-wrap .upload-payment-method p,.form-upload-bank.form-wrap .upload-payment-method .payment-method {
    margin-bottom: 0
}

.form-upload-bank.form-wrap .upload-payment-method p:first-child {
    margin-right: 5px
}

.form-upload-bank.form-wrap .upload-payment-method .title {
    background: 0 0;
    color: #000;
    font-size: 1.4rem;
    height: auto;
    line-height: initial;
    margin-bottom: 0;
    font-weight: 400
}

.form-upload-bank .payment-account-amount {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.form-upload-bank .payment-account-amount .control input {
    width: 220px;
    height: 40px
}

.form-upload-bank .payment-account-amount .col:nth-child(2) .fieldset>.field:not(.choice)>.label {
    text-align: right !important
}

.form-upload-bank .row-date-time .two-dot {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.form-upload-bank .row-date-time .control {
    padding-right: 7px
}

.form-upload-bank .row-date-time .control.time {
    padding-right: 0
}

.form-upload-bank .row-date-time .control:last-child {
    padding-right: 0
}

.form-upload-bank .row-date-time .control.time,.form-upload-bank .row-date-time .control.minutes {
    width: 60px !important
}

.form-upload-bank .row-date-time .control.time input,.form-upload-bank .row-date-time .control.minutes input {
    height: 40px
}

.form-upload-bank .row-date-time .control.date input {
    width: 220px;
    height: 40px
}

.form-upload-bank .row-date-time .control.time {
    position: relative
}

.form-upload-bank .row-date-time .control.time:after {
    content: ":";
    position: absolute;
    right: 10px;
    top: 10px;
    display: none
}

.form-upload-bank .upload-bank-transfer .fieldset>.field.file-box>label {
    padding: 0 !important
}

.form-upload-bank .upload-bank-transfer .fieldset>.field.file-box .control img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #505050;
    margin: 5px
}

.form-upload-bank .upload-img .field {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.form-upload-bank .upload-img .row {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.form-upload-bank .upload-img .control {
    margin-right: 20px;
    width: 201px !important;
    height: 96px;
    text-align: center;
    border: 1px solid #505050;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
    position: relative
}

.form-upload-bank .upload-img .control input {
    width: 100%;
    padding: 37px 20px
}

.form-upload-bank .upload-img .control .file-trigger {
    border: none !important;
    width: 100% !important
}

.form-upload-bank .upload-img .error-border {
    border: solid 1px #fc4242
}

.form-upload-bank .upload-img .control input.rule-upload-file {
    opacity: 0;
    position: absolute;
    left: 100%;
    width: 0;
    padding: 0;
    border: none
}

.form-upload-bank .upload-img p {
    width: 300px;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 16px;
    color: #666
}

.form-upload-bank.view-voucher .disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #d2d2d2
}

.form-upload-bank.view-voucher button,.form-upload-bank.view-voucher .cart.table-wrapper .actions-toolbar>.action,.form-upload-bank.view-voucher .action-gift {
    display: none
}

.order-details-item.orders-history .order-items-history .link-exchange-return-product {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.order-details-item.orders-history .order-items-history .link-exchange-return-product p {
    margin-bottom: 0;
    margin-right: 20px
}

.order-details-item.orders-history .order-items-history .link-exchange-return-product p a {
    font-size: 1.6rem;
    line-height: 21px;
    color: #666;
    font-weight: 400
}

.order-details-item.orders-history .order-items-history .content.lib-flex {
    margin: 20px;
    border-top: 1px solid #d2d2d2;
    padding-top: 20px
}

.order-details-item.orders-history .order-items-history .col-left-content {
    width: 80%
}

.order-details-item.orders-history .order-items-history .col-right-button {
    width: 20%;
    text-align: center
}

.order-details-item.orders-history .order-items-history .col-right-button button,.order-details-item.orders-history .order-items-history .col-right-button .cart.table-wrapper .actions-toolbar>.action,.order-details-item.orders-history .order-items-history .col-right-button .action-gift {
    margin-bottom: 20px
}

.order-details-item.orders-history .order-items-history .col-right-button .btn-link {
    font-size: 1.6rem;
    text-align: left
}

.order-details-item.orders-history .order-items-history .col-right-button .btn-link a {
    color: #505050;
    font-weight: 400
}

.order-details-item.orders-history .order-items-history .info-order-history .col.price {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex
}

.order-details-item.orders-history .order-items-history .info-order-history .col.price .price-excluding-tax .price {
    font-weight: 400
}

.order-details-item.orders-history .order-items-history .info-order-history .col.price strong .price-excluding-tax .price {
    font-weight: 700
}

.order-details-item.orders-history .order-items-history .info-order-history .col.qty {
    text-align: left
}

.order-details-item.orders-history .order-items-history .info-order-history .box-key-info .get-key label {
    font-weight: 700;
    margin-right: 25px
}

.order-details-item.orders-history .order-items-history .info-order-history .box-key-info .get-key .key {
    color: #006bb4
}

.order-details-item.orders-history .order-items-history .bundle-product-order-details .price-excluding-tax {
    font-size: 1.6rem;
    line-height: 21px
}

.order-details-item.orders-history .order-items-history .bundle-product-order-details .header-products .col-grant-total {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.order-details-item.orders-history .order-items-history .bundle-product-order-details .bundle-product-head {
    padding-bottom: 50px
}

.order-details-item.orders-history .order-items-history .bundle-product-order-details .bundle-product-head .product-bundle-name {
    font-size: 1.4rem;
    line-height: 19px
}

.order-details-item.orders-history .order-items-history .bundle-product-order-details .bundle-product-head .price {
    padding-top: 0
}

.order-details-item.orders-history .order-items-history .bundle-product-order-details .bundle-product-head .product-order-left {
    width: auto
}

.order-details-item.orders-history .order-items-history .bundle-product-order-details .bundle-product-head .product-order-right {
    min-width: 152px;
    text-align: left
}

.order-details-item.orders-history .order-items-history .bundle-product-order-details .bundle-product-head .product-order-right .price {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.order-details-item.orders-history .order-items-history .bundle-product-order-details .main-product-bundle {
    padding-bottom: 60px
}

.order-details-item.orders-history .order-items-history .bundle-product-order-details .col-value .value {
    font-size: 0
}

.order-details-item.orders-history .order-items-history .bundle-product-order-details .col-value .value .price,.order-details-item.orders-history .order-items-history .bundle-product-order-details .col-value .value .lable {
    font-size: 16px
}

.order-details-item.orders-history .order-items-history .bundle-product-order-details .product-order-details {
    width: 100%
}

.order-details-item.orders-history .order-items-history .bundle-product-order-details .product-order-details .bundle-product {
    padding-bottom: 20px
}

.order-details-item.orders-history .order-items-history .bundle-product-order-details .main-product-bundle .product-img .product-image-wrapper {
    margin-bottom: 0
}

.order-details-item.orders-history .order-items-history .bundle-product-order-details .main-product-bundle .product-order-right {
    width: auto;
    min-width: 216px;
    text-align: left
}

.order-details-item.orders-history .order-items-history .bundle-product-order-details .main-product-bundle .product-order-right p {
    margin: 0;
    padding: 0
}

.order-details-item.orders-history .order-items-history .bundle-product-order-details .main-product-bundle .product-order-left {
    width: auto
}

.box-last-order-details-items .row-title {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 10px
}

.box-last-order-details-items .row-title img {
    margin-right: 10px
}

.box-last-order-details-items .row-title p,.box-last-order-details-items .row-title h4 {
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    line-height: 21px
}

.box-last-order-details-items p,.box-last-order-details-items h4,.box-last-order-details-items a,.box-last-order-details-items .action {
    font-size: 1.8rem;
    line-height: 21px
}

.box-last-order-details-items .btn-link {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400
}

.box-last-order-details-items .action.primary {
    min-width: 303px;
    padding-top: 10px;
    padding-bottom: 10px
}

.box-last-order-details-items p {
    margin-bottom: 0
}

#show-view-voucher-form.disabled-input .payment-account-amount .control {
    opacity: .3;
    pointer-events: none
}

#show-view-voucher-form.disabled-input .payment-account-amount .control input {
    background: #d2d2d2
}

#show-view-voucher-form.disabled-input .row-date-time .control {
    opacity: .3;
    pointer-events: none
}

#show-view-voucher-form.disabled-input .row-date-time .control input {
    background: #d2d2d2
}

#show-view-voucher-form.disabled-input .upload-img .control {
    opacity: .3;
    pointer-events: none
}

#show-view-voucher-form.disabled-input .upload-img .control input {
    background: #d2d2d2
}

#show-view-voucher-form.disabled-input button.primary,#show-view-voucher-form.disabled-input .cart.table-wrapper .actions-toolbar>.action.primary,#show-view-voucher-form.disabled-input .action-gift.primary {
    opacity: 0
}

.failure-msg {
    color: #d50303
}

.complete-cancel-btn {
    text-align: right
}

.complete-cancel-btn .get-msg {
    word-break: break-word
}

.protection-top-des {
    margin: 15px 0 10px
}

.protection-top-des.error-text {
    color: #d50303
}

.protection-top-des.error-text .text-bold {
    font-weight: 700
}

.upload-des .text-bold {
    font-weight: 700
}

.price-des-inline {
    overflow: hidden;
    width: 100%
}

.price-des-inline .dot {
    float: left;
    display: inline-block;
    height: 5px;
    width: 5px;
    background: #000;
    border-radius: 50%;
    margin: 0 12px;
    margin-top: 8px
}

.price-des-inline div {
    float: left;
    width: calc(100% - 35px)
}

.esd-product-box {
    margin-top: 5px
}

.esd-product-box .esd-product-btn .get-code {
    border: solid 1px #000;
    padding: 0 5px;
    cursor: pointer
}

.order-notice {
    color: #666;
    background: #e6e6e6;
    font-size: 12px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    line-height: normal
}

.order-notice .icon-warning {
    margin-right: 5px
}

.order-notice .icon-warning:before {
    font-size: 15px
}

@media only screen and (max-width: 1024px) {
    .modal-popup.order-detail-modal .modal-inner-wrap {
        max-width:760px
    }

    .box-activating-private-key .inner-box-content .col-changed-button {
        padding: 20px
    }

    .box-activating-private-key .inner-box-content .col-changed-button .box-active-key label {
        width: 30%
    }

    .box-activating-private-key .inner-box-content .col-changed-button .box-active-key button,.box-activating-private-key .inner-box-content .col-changed-button .box-active-key .cart.table-wrapper .actions-toolbar>.action,.box-activating-private-key .inner-box-content .col-changed-button .box-active-key .action-gift {
        padding: 10px
    }

    .box-activating-private-key .inner-box-content .col-left-content {
        padding: 20px
    }
}

.order-links {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 10px
}

.order-links .item {
    display: inline-block;
    margin-right: 20px
}

.order-actions-toolbar .action {
    margin: 0 20px 0 0
}

.order-details-items {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.order-details-items .order-title>strong {
    font-weight: 700;
    line-height: 1.9;
    font-size: 1.9rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    display: inline-block
}

.order-details-items .items-qty .item {
    white-space: nowrap
}

.order-details-items .items-qty .title:after {
    content: ': '
}

.order-details-items .table-order-items .product-item-name {
    margin-top: 0
}

.order-details-items .table-order-items tbody+tbody {
    border-top: 1px solid #d2d2d2
}

.order-details-items .item-options dt {
    margin: 0
}

.order-details-items .item-options dd {
    margin: 0 0 15px
}

.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-pager-wrapper .toolbar-amount {
    padding-top: 3px
}

.order-pager-wrapper .pages-items .item:first-child,.order-pager-wrapper .pages-items .item:last-child {
    margin-right: 0
}

.order-actions-toolbar {
    margin-bottom: 25px
}

.order-actions-toolbar .action {
    margin-right: 30px
}

.order-actions-toolbar .action.print {
    margin: 0
}

.page-title-wrapper .order-date {
    margin: 0 0 20px
}

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

.form-orders-search .field.email,.form-orders-search .field.zip {
    margin-bottom: 0
}

.block-reorder .product-item .checkbox {
    position: relative;
    top: 2px;
    vertical-align: baseline
}

.block-reorder .product-item .field.item {
    display: inline-block
}

.block-reorder .product-item-name {
    display: inline-block
}

.block-reorder .actions-toolbar {
    margin: 17px 0;
    max-width: 178px
}

.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 .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: ': '
}

.order-tracking {
    border-bottom: 1px solid #d2d2d2;
    margin: 0;
    padding: 20px 0
}

.order-tracking .tracking-title {
    display: inline-block
}

.order-tracking .tracking-content {
    display: inline-block;
    margin: 0 0 0 5px
}

.orders-history-top {
    padding: 29px 0 27px
}

.orders-history-sorter {
    display: inline-block
}

.orders-history-sorter select {
    margin: 0;
    background-color: #fff;
    border: 2px solid #505050;
    color: #505050;
    font-size: 14px;
    padding-right: 75px;
    width: 168px;
    height: 40px
}

.orders-history-sorter select::-ms-expand {
    display: none
}

.order-products-toolbar {
    float: right
}

.order-products-toolbar .toolbar-amount {
    display: inline-block;
    padding: 0 24px 0 0
}

.order-products-toolbar .toolbar-amount .toolbar-number {
    margin: 0
}

.order-products-toolbar .pages {
    display: inline-block
}

.orders-status ul li {
    margin-bottom: 28px;
    color: #0067b8;
    font-size: 1.4rem;
    line-height: 21px;
    cursor: pointer
}

.orders-status ul li.active span {
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px solid #0067b8;
    font-weight: 700
}

.table-order-items .order-items-history {
    border: 1px solid #d2d2d2;
    font-size: 1.4rem;
    margin-bottom: 10px
}

.table-order-items .order-items-history .col {
    line-height: 19px
}

.table-order-items .info-order-history {
    padding: 0 10px 10px;
    border: 0;
    margin: 0
}

.table-order-items .left-order,.table-order-items .right-order {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex
}

.table-order-items .left-order {
    width: 70%
}

.table-order-items .right-order {
    width: 30%
}

.table-order-items .package-order-history {
    background-color: #f2f2f2;
    padding: 15px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    justify-content: space-between
}

.table-order-items .package-order-history .left-order-left,.table-order-items .package-order-history .left-order-right {
    width: 100%
}

.table-order-items .order-link-details a {
    font-size: 1.6rem
}

.table-order-items .order-link-details a:active,.table-order-items .order-link-details a:focus,.table-order-items .order-link-details a:hover {
    color: #0067b8
}

.table-order-items .product-order-details {
    width: 100%
}

.table-order-items .product-order-details .common {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px
}

.table-order-items .product-order-details .common .product-order-left {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex
}

.table-order-items .product-order-details .common .product-order-left .product-image-wrapper {
    height: auto
}

.table-order-items .product-order-details .common .product-order-left .product-information {
    padding-left: 30px
}

.table-order-items .product-order-details .common .product-order-left .product-information .product-item-label {
    font-size: 1.2rem;
    background-color: #d50303;
    width: auto;
    min-width: 66px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    padding: 0;
    color: #fff;
    margin: 0 0 6px;
    display: inline-block;
    box-sizing: border-box;
    position: relative
}

.table-order-items .product-order-details .common .product-order-left .product-information .presale-product-label {
    background: #fcba02;
    color: #000
}

.table-order-items .product-order-details .common .product-order-left .product-information .promotional-offers-label {
    background: #0067b8;
    display: inline-flex;
    overflow: hidden;
    width: 66px;
    justify-content: center
}

.table-order-items .product-order-details .common .product-order-left .product-information .business-area-label {
    background-color: #0067b8
}

.table-order-items .product-order-details .common .product-order-left .product-information .price-guaranteed-label {
    background: #0a1d7c
}

.table-order-items .product-order-details .common .product-order-left .product-information .presell-label {
    background: #fcba02
}

.table-order-items .product-order-details .common .product-order-left .product-information .product-item-name {
    font-size: 1.4rem;
    line-height: 21px
}

.table-order-items .product-order-details .common .product-order-left .product-information .product-short-description,.table-order-items .product-order-details .common .product-order-left .product-information .product-install-tips {
    color: #666;
    line-height: 19px;
    font-size: 1.2rem
}

.table-order-items .product-order-details .bundle-product-head {
    padding-bottom: 24px
}

.table-order-items .product-order-details .mobile-show,.table-order-items .product-unpaid-order .mobile-show {
    display: none
}

.table-order-items .product-order-left,.table-order-items .product-order-right {
    width: 100%
}

.table-order-items .product-order-wrapper {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex
}

.table-order-items .product-unpaid-order {
    width: 100%
}

.table-order-items .product-unpaid-order .unpaid-order button,.table-order-items .product-unpaid-order .unpaid-order .cart.table-wrapper .actions-toolbar>.action,.table-order-items .product-unpaid-order .unpaid-order .action-gift {
    float: right;
    margin: 0 0 11px;
    padding: 0 42px;
    height: 40px
}

.table-order-items .product-unpaid-order .unpaid-order a {
    display: block;
    clear: both;
    color: #505050;
    font-size: 1.6rem
}

.table-order-items .message-pre-order {
    background-color: #e6e6e6;
    padding: 11px 30px;
    font-size: 1.2rem
}

.table-order-items .message-pre-order:before {
    font-family: "ms-icon";
    content: "\e33f";
    margin-right: 10px
}

.modal-popup.confirm .modal-inner-wrap {
    max-width: 300px;
    top: 20%
}

.modal-popup.confirm .modal-inner-wrap .modal-header {
    padding: 53px 0 0
}

.modal-popup.confirm .modal-inner-wrap .modal-header .action-close {
    top: 18px
}

.modal-popup.confirm .modal-inner-wrap .modal-header .action-close:before {
    font-size: 2rem
}

.modal-popup.confirm .modal-inner-wrap .modal-content {
    line-height: 19px
}

.modal-popup.confirm .modal-footer {
    padding: 22px 20px 21px 0;
    text-align: right
}

.modal-popup.confirm .modal-footer button,.modal-popup.confirm .modal-footer .cart.table-wrapper .actions-toolbar>.action,.modal-popup.confirm .modal-footer .action-gift {
    color: #fff
}

.modal-popup.confirm .modal-footer button.action-dismiss,.modal-popup.confirm .modal-footer .cart.table-wrapper .actions-toolbar>.action.action-dismiss,.modal-popup.confirm .modal-footer .action-gift.action-dismiss {
    background-color: #000;
    width: 61px;
    border: none
}

.modal-popup.confirm .modal-footer button.action-accept,.modal-popup.confirm .modal-footer .cart.table-wrapper .actions-toolbar>.action.action-accept,.modal-popup.confirm .modal-footer .action-gift.action-accept {
    background-color: #0067b8;
    width: 83px;
    border: none
}

.box-shipped {
    border: none
}

.box-shipped .box-order-status-payment.lib-flex {
    background-color: #fff
}

.opc-wrapper .form-discount {
    max-width: 500px
}

.action.mailto.friend {
    margin-left: -7px;
    display: inline-block;
    text-decoration: none
}

.action.mailto.friend:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: inherit;
    content: '\e61d';
    font-family: 'icons-blank-theme';
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.action.mailto.friend span {
    display: inline-block;
    line-height: 28px;
    vertical-align: top
}

.swatch-attribute-label {
    font-weight: 700;
    position: relative
}

.swatch-attribute-label.required {
    padding-right: 10px
}

.swatch-attribute-label[data-required='1']:after {
    color: #d50303;
    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 3px 1px #68a8e0
}

.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 #ff5501;
    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 #c34000
}

.swatch-option.color {
    border: 2px solid #000
}

.swatch-option.color:not(.disabled):hover,.swatch-option.color.selected {
    border: 2px solid #000;
    outline: none
}

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

.swatch-option-loading {
    content: url('../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;
    border-width: 8px 8.5px 0;
    left: 0;
    top: 2px
}

.swatch-option-tooltip .corner:after,.swatch-option-tooltip-layered .corner:after {
    border-color: #fff transparent transparent;
    border-width: 7px 7.5px 0;
    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 #68a8e0
}

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

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

.map-Page {
    width: 1236px;
    margin: 0 auto
}

.drawer-animation {
    display: none;
    position: relative;
    overflow: hidden;
    padding: 33px 0;
    border-bottom: 1px solid #d2d2d2
}

.drawer-animation .route-position {
    float: left
}

.drawer-animation .route-position .route-pos-box {
    display: flex;
    position: relative;
    height: 50px
}

.drawer-animation .route-position span {
    display: inline-block;
    height: 50px;
    font-size: 1.6rem;
    color: #0067b8;
    line-height: 50px;
    margin: 0 25px 0 0;
    cursor: pointer
}

.drawer-animation .route-position b {
    width: 32px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: 0 12px 0 0;
    font-weight: 400
}

.drawer-animation .route-position b.my-route-icon:before {
    display: inline-block;
    height: 50px;
    font-family: "ms-icon";
    font-size: 3.2rem;
    color: #000;
    line-height: 50px;
    content: "\e928"
}

.drawer-animation .route-position b.my-position-icon:before {
    display: inline-block;
    height: 50px;
    font-family: "ms-icon";
    font-size: 3.2rem;
    color: #000;
    line-height: 50px;
    content: "\e920"
}

.drawer-animation .drawer-click {
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    text-align: center;
    cursor: pointer;
    transform: rotate(90deg)
}

.drawer-animation .drawer-click:before {
    display: inline-block;
    height: 50px;
    font-family: "ms-icon";
    font-size: 2rem;
    color: #000;
    line-height: 50px;
    content: "\e918"
}

.drawer-animation .drawer-click.drawer-click-active {
    transform: rotate(-90deg)
}

.mapForJquery {
    position: relative
}

.mobileinfobox {
    display: none;
    position: relative;
    overflow: hidden;
    padding: 0 0 15px;
    box-shadow: 0 4px 8px #d2d2d2
}

.closePoint {
    position: absolute;
    top: -10px;
    right: -25px;
    z-index: 9
}

.closePoint:before {
    font-family: "ms-icon";
    font-size: 1.8rem;
    color: #000;
    content: "\e90c";
    cursor: pointer
}

.mapPointFlex {
    display: block;
    position: relative;
    background: #fff
}

.mapPointFlex .MSIconOfMap {
    display: flex;
    position: relative
}

.mapPointFlex .MSIconOfMap span {
    width: 65px;
    text-align: center
}

.mapPointFlex .MSIconOfMap span:before {
    font-family: "ms-icon";
    font-size: 3rem;
    color: #000;
    content: "\e954"
}

.mapPointFlex .MSIconOfMap h2 {
    flex: 8;
    display: block;
    font-size: 2.4rem;
    color: #000;
    line-height: 30px;
    margin: 0 0 15px
}

.mapPointFlex .shopMapInfo {
    display: block;
    position: relative;
    padding: 0 0 0 65px
}

.mapPointFlex .shopMapInfoAddress,.mapPointFlex .shopMapInfoTime {
    display: flex;
    position: relative;
    margin: 0 0 12px
}

.mapPointFlex .shopMapInfoAddress strong,.mapPointFlex .shopMapInfoTime strong {
    min-width: 48px;
    font-size: 1.6rem;
    color: #000;
    line-height: 21px
}

.mapPointFlex .shopMapInfoAddress span,.mapPointFlex .shopMapInfoTime span {
    flex: 8;
    padding: 0 0 0 4px;
    font-size: 1.6rem;
    color: #000;
    line-height: 21px
}

.mapPointFlex .worktimeonmobile,.mapPointFlex .navigationformobile {
    display: none
}

.mapPointFlex .shopMapInfoTime strong {
    min-width: 80px;
    width: 80px
}

.mapPointFlex .shopMapInfoNavigation {
    display: block;
    position: relative;
    margin: 16px 0 0
}

.mapPointFlex .shopMapInfoNavigation a {
    display: inline-block;
    font-size: 1.6rem;
    color: #0067b8;
    line-height: 21px;
    font-weight: 700;
    margin: 0 41px 0 0
}

.dirBtnOptions,.defaultGrip,.dirAddBtn {
    display: none !important
}

.navigation-route .directionsPanel {
    float: right
}

.MicrosoftMap .directionsInput.directionsInputShow {
    display: block !important
}

.MicrosoftMap .dirWp {
    display: flex;
    margin: 0 0 38px !important;
    left: -15px !important
}

.MicrosoftMap .dirProgress.MicrosoftMap_progress {
    position: relative;
    top: -120px
}

.MicrosoftMap .drPanelDimmed {
    background: 0 0 !important
}

.MicrosoftMap .searchboxWithAS {
    border-top: 0 !important
}

.MicrosoftMap .dirBtnTime {
    position: absolute;
    bottom: 0;
    opacity: 0
}

.MicrosoftMap .drTimeGo {
    position: relative
}

.MicrosoftMap a.dirBtnRev {
    margin: -95px 0 !important;
    position: relative;
    z-index: 9
}

.MicrosoftMap a.dirBtnGo {
    font-size: 1.4rem !important;
    padding: 0 40px !important;
    margin: 0 16px;
    position: absolute;
    top: 0;
    left: 5px;
    line-height: 40px !important;
    color: #fff !important;
    background-color: #0067b8 !important;
    border-radius: 2px
}

.MicrosoftMap .dirTopRow {
    position: relative;
    height: 32px
}

.MicrosoftMap .dirModes {
    padding: 0 !important;
    position: absolute;
    right: 5px;
    white-space: nowrap
}

.MicrosoftMap .directionsPanel ul {
    padding-left: 0;
    width: 100%
}

.MicrosoftMap .dirWp .icon {
    width: 30px !important;
    height: 32px !important;
    color: #fff !important;
    font-size: 1.8rem !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    left: 0 !important;
    top: 4px !important;
    margin-left: 0 !important
}

.MicrosoftMap .directionsPanel {
    width: 100% !important
}

.MicrosoftMap .dirWp input {
    flex: 8;
    width: 428px !important;
    height: 40px !important;
    top: 0 !important;
    left: 0 !important;
    border: 2px solid #000 !important
}

.MicrosoftMap .Infobox {
    position: relative;
    top: -78px !important;
    min-height: 191px;
    padding: 5px 29px 26px 10px !important;
    background: #fff !important;
    box-shadow: 0 4px 8px #d2d2d2 !important;
    border: 0 !important;
    border-radius: 0 !important
}

.MicrosoftMap .Infobox .infobox-info {
    padding: 0 !important;
    overflow: inherit !important
}

.MicrosoftMap .Infobox .infobox-title {
    display: block !important;
    font-size: 2.4rem !important;
    color: #000 !important;
    line-height: 30px !important;
    padding: 0 !important;
    margin: 0 0 15px !important;
    font-weight: 400 !important
}

.MicrosoftMap .Infobox .infobox-stalk {
    display: none !important
}

.MicrosoftMap .Infobox .infobox-close {
    opacity: 0 !important;
    position: absolute;
    top: 10px !important;
    right: 16px !important;
    padding: 5px;
    z-index: 19
}

.MicrosoftMap .Infobox .infobox-actions {
    position: relative;
    left: 60px;
    border: 0 !important;
    display: inline-block !important;
    font-size: 1.6rem !important;
    color: #0067b8 !important;
    line-height: 21px !important;
    font-weight: 700 !important;
    padding: 0 !important;
    margin: 0 41px 0 0 !important;
    height: 21px !important;
    overflow: hidden !important
}

.MicrosoftMap .Infobox .infobox-body {
    max-height: 100% !important
}

.start-end-show-hide {
    display: none;
    position: relative
}

.start-end-show-hide a.search-address,.start-end-show-hide a.clean-address {
    display: inline-block;
    position: absolute;
    top: 207px;
    left: 158px;
    width: 114px;
    height: 40px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    z-index: 9
}

.start-end-show-hide .search-address {
    color: #fff;
    background: #0067b8
}

.start-end-show-hide .clean-address {
    color: #000;
    background: #a2a2a2
}

.navigation-start-and-end {
    display: flex;
    position: relative
}

.navigation-start-and-end .address-start-end {
    flex: 1;
    position: relative;
    padding: 0 287px 0 16px
}

.navigation-start-and-end .address-start-end .route-type {
    display: block;
    position: relative;
    margin: 15px 0;
    text-align: right
}

.navigation-start-and-end .address-start-end .start-address,.navigation-start-and-end .address-start-end .end-address,.navigation-start-and-end .address-start-end .search-clean {
    display: flex;
    position: relative;
    text-align: center;
    margin: 0 0 37px
}

.navigation-start-and-end .address-start-end .start-address span,.navigation-start-and-end .address-start-end .end-address span {
    margin: 2px 13px 0 0;
    font-size: 1.8rem;
    color: #fff;
    width: 30px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%
}

.navigation-start-and-end .address-start-end .start-address span {
    background: #0f7c10
}

.navigation-start-and-end .address-start-end .end-address span {
    background: #d93b01
}

.navigation-start-and-end .address-start-end .start-address input,.navigation-start-and-end .address-start-end .end-address input {
    font-size: 1.6rem;
    color: #000;
    line-height: 40px;
    padding: 0 19px;
    height: 40px;
    border: 2px solid #000;
    outline: medium
}

.navigation-start-and-end .address-start-end .space-box {
    width: 30px;
    margin: 2px 10px 0 0
}

.navigation-start-and-end .navigation-route {
    flex: 1;
    position: relative;
    margin: 17px 0 0
}

.route-agreement {
    display: block;
    position: relative;
    margin: 46px 0 31px
}

.route-agreement p {
    font-size: 1.6rem;
    color: #000;
    line-height: 20px
}

.city-and-address {
    display: block;
    position: relative;
    margin: 13px 0
}

.city-and-address .allRegion-Drop-down,.city-and-address .allCity-Drop-down {
    display: inline-block;
    position: relative;
    width: 197px;
    height: 36px;
    border: 2px solid #000;
    cursor: pointer
}

.city-and-address .allRegion-Drop-down span,.city-and-address .allCity-Drop-down span {
    padding: 0 0 0 20px;
    font-size: 1.4rem;
    color: #000;
    line-height: 36px
}

.city-and-address .allRegion-Drop-down .allRegionList,.city-and-address .allCity-Drop-down .allRegionList,.city-and-address .allRegion-Drop-down .allCityList,.city-and-address .allCity-Drop-down .allCityList {
    display: none;
    position: absolute;
    top: 36px;
    left: -2px;
    width: 100%;
    background: #fff;
    border: 2px solid #0067b8;
    max-height: 215px;
    overflow-y: scroll;
    z-index: 9
}

.city-and-address .allRegion-Drop-down .allRegionList span,.city-and-address .allCity-Drop-down .allRegionList span,.city-and-address .allRegion-Drop-down .allCityList span,.city-and-address .allCity-Drop-down .allCityList span {
    display: block;
    font-size: 1.4rem;
    color: #000;
    line-height: 36px
}

.city-and-address .allRegion-Drop-down .allCityList span.city-item,.city-and-address .allCity-Drop-down .allCityList span.city-item {
    display: none
}

.city-and-address .allRegion-Drop-down .allCityList span.showcity,.city-and-address .allCity-Drop-down .allCityList span.showcity {
    display: block
}

.city-and-address .allRegion-Drop-down .allRegionList span:hover,.city-and-address .allCity-Drop-down .allRegionList span:hover,.city-and-address .allRegion-Drop-down .allCityList span:hover,.city-and-address .allCity-Drop-down .allCityList span:hover {
    color: #fff;
    background: #0067b8
}

.city-and-address .allRegion-Drop-down .drop-down-icon:before,.city-and-address .allCity-Drop-down .drop-down-icon:before {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 12px;
    font-family: "ms-icon";
    font-size: 1.6rem;
    content: "\e918";
    transform: rotate(90deg)
}

.city-and-address .shop-adress,.city-and-address .service-adress {
    display: inline-block;
    position: relative;
    margin: 0 0 0 13px;
    height: 36px;
    border: 2px solid #0067b8;
    text-align: center;
    background: #0067b8;
    cursor: pointer
}

.city-and-address .shop-adress span,.city-and-address .service-adress span {
    display: inline-block;
    padding: 0 15px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 36px
}

.map-list {
    display: block;
    position: relative
}

.mapFlex {
    display: flex;
    position: relative;
    padding: 13px 0;
    border-top: 1px solid #d2d2d2
}

.mapFlex .mapFlexLeft {
    flex: .5;
    position: relative;
    text-align: center
}

.mapFlex .mapFlexLeft span:before {
    display: inline-block;
    font-family: "ms-icon";
    font-size: 4.2rem;
    color: red;
    content: "\e907"
}

.mapFlex .mapFlexLeft strong {
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    left: 50%;
    top: 14px;
    margin: 0 0 0 -10px;
    width: 20px;
    font-weight: 700
}

.mapFlex .mapFlexRight {
    flex: 9;
    position: relative
}

.mapFlex .mapFlexRight .city-name a {
    color: #0067b8;
    font-size: 2.4rem;
    line-height: 48px;
    font-weight: 700;
    text-decoration: underline
}

.mapFlex .mapFlexRight .city-address strong,.mapFlex .mapFlexRight .city-description strong {
    font-size: 1.6rem;
    line-height: 32px
}

.mapFlex .mapFlexRight .city-address span,.mapFlex .mapFlexRight .city-description span {
    display: inline-block;
    padding: 0 0 0 4px;
    font-size: 1.6rem;
    line-height: 32px;
    font-weight: 400
}

.mapFlex .mapFlexRight .city-address-navigation {
    position: relative
}

.mapFlex .mapFlexRight .city-address-navigation a {
    color: #0067b8;
    font-size: 1.6rem;
    line-height: 21px;
    font-weight: 700;
    float: left;
    margin: 19px 41px 0 0
}

.mapFlex:last-child {
    border-bottom: 1px solid #d2d2d2
}

.pages .items {
    float: right
}

.pages .items .item {
    font-size: 1.4rem;
    margin: 0 0 0 10px;
    line-height: 19px;
    color: #0067b8;
    display: inline-block
}

.pages .items strong.page {
    font-size: 1.4rem;
    line-height: 19px;
    border-bottom: 2px solid #0067b8
}

.pages .items .pages-item-previous-gray {
    color: #757575;
    margin: 0 10px 0 0
}

.pages .items .pages-item-previous-gray span:before {
    display: inline-block;
    position: relative;
    top: 4px;
    font-family: "ms-icon";
    font-size: 1.6rem;
    content: "\e917"
}

.pages .items .pages-item-next-gray {
    color: #757575;
    margin: 0 0 0 10px
}

.pages .items .pages-item-next-gray span:before {
    display: inline-block;
    position: relative;
    top: 4px;
    font-family: "ms-icon";
    font-size: 1.6rem;
    content: "\e918"
}

.pages .items .action.next:before {
    font-family: "ms-icon";
    font-size: 1.6rem;
    content: "\e918";
    cursor: pointer;
    margin: 0 0 0 -6px;
    padding: 0 0 0 50px;
    position: relative;
    left: -50px
}

.pages .items .action.next:visited:before {
    color: #0067b8
}

.pages .items .action.previous:before {
    font-family: "ms-icon";
    font-size: 1.6rem;
    content: "\e917";
    cursor: pointer;
    margin: 3px 0 0 -6px;
    padding: 0 50px 0 0;
    position: relative;
    right: -35px
}

.pages .items .action.previous:visited:before {
    color: #0067b8
}

.pages .items .action {
    border: 0
}

.toolbar-number {
    display: inline-block;
    color: #000;
    font-size: 1.4rem;
    line-height: 19px;
    margin: 0 0 23px
}

@media (min-width: 768px) {
    .map-Page .map-padding .myMap {
        width:100%;
        height: 835px
    }

    .page-layout-3columns .column.main {
        width: 100% !important
    }

    .map-list .page-for-mobile {
        display: none
    }

    .map-list .page-for-mobile-num-top {
        display: none
    }

    .map-list .page-for-pc {
        display: block;
        float: inherit !important;
        margin: 0 0 23px
    }

    .map-list .page-for-pc .pages {
        float: right
    }

    .city-description .city-description-forpc {
        display: inline-block
    }

    .city-description .city-description-formobile {
        display: none
    }
}

@media (max-width: 767px) {
    .mapFlex .mapFlexLeft {
        top:-6px
    }

    .map-Page {
        width: 100%;
        margin: 0 auto
    }

    .map-Page .myMap {
        width: 100%;
        height: 254px
    }

    .city-and-address .allRegion-Drop-down,.city-and-address .allCity-Drop-down {
        width: 48%;
        display: inline-block
    }

    .city-and-address .shop-adress {
        margin: 11px 0 0
    }

    .city-and-address .service-adress {
        margin: 11px 0 0 13px
    }

    .city-address,.city-description {
        display: flex;
        position: relative;
        margin: 13px 0 0
    }

    .city-address strong,.city-description strong {
        font-size: 1.6rem;
        line-height: 19px !important
    }

    .city-address span,.city-description span {
        flex: 9;
        display: inline-block;
        font-size: 1.6rem;
        line-height: 19px !important;
        font-weight: 400
    }

    .city-description .city-description-forpc {
        display: none
    }

    .city-description .city-description-formobile {
        display: inline-block
    }

    .navigation-start-and-end {
        display: block;
        position: relative
    }

    .navigation-start-and-end .address-start-end {
        flex: inherit;
        width: 100%
    }

    .navigation-start-and-end .address-start-end .space-box {
        display: none
    }

    .route-agreement {
        margin: 27px 0 22px
    }

    .MicrosoftMap .Infobox {
        padding: 5px 0 8px 10px !important
    }

    .MicrosoftMap .Infobox .infobox-actions {
        left: -4px;
        margin: 18px 41px 0 0 !important
    }

    .MicrosoftMap .Infobox .infobox-close {
        top: 0 !important;
        right: 0 !important
    }

    .MicrosoftMap .closePoint {
        top: -18px;
        right: -10px
    }

    .MicrosoftMap .drTimeGo {
        position: relative;
        left: -37px
    }

    .MicrosoftMap a.dirBtnRev {
        float: left !important;
        margin: -95px 0 0 -8px !important;
        position: relative;
        z-index: 9
    }

    .start-end-show-hide a.clean-address {
        left: 123px
    }

    .map-list .page-for-mobile {
        display: block;
        float: inherit !important
    }

    .map-list .page-for-mobile .toolbar-amount {
        display: none
    }

    .map-list .page-for-mobile .pages-items {
        display: inline-block;
        margin: 25px 0 10px
    }

    .map-list .page-for-pc .pages-items {
        display: none
    }

    .map-list .page-for-pc .pager {
        display: none
    }

    .map-list .mapFlexRight .city-name a {
        font-size: 1.6rem;
        line-height: 21px
    }

    .map-list .page-for-mobile-num-top {
        float: inherit !important
    }

    .map-list .page-for-mobile-num-top .pages {
        display: none
    }

    .map-list .page-for-mobile-num-top .pager {
        margin: 0 0 30px
    }

    .pages .items .pages-item-previous-gray {
        color: #757575;
        margin: 0 4px 0 0 !important
    }

    .pages .item {
        margin: 0 0 0 4px !important
    }

    .mapPointFlex {
        padding: 15px 0 0
    }

    .mapPointFlex .MSIconOfMap span {
        width: 55px
    }

    .mapPointFlex .MSIconOfMap h2 {
        font-size: 1.4rem;
        line-height: 19px;
        margin: 0 0 8px;
        padding: 0 47px 0 0
    }

    .mapPointFlex .shopMapInfo {
        padding: 0 47px 0 12px
    }

    .mapPointFlex .shopMapInfoAddress,.mapPointFlex .shopMapInfoTime {
        margin: 0 0 6px
    }

    .mapPointFlex .shopMapInfoAddress strong,.mapPointFlex .shopMapInfoTime strong {
        font-size: 1.4rem
    }

    .mapPointFlex .shopMapInfoAddress span,.mapPointFlex .shopMapInfoTime span {
        padding: 0 0 0 6px;
        font-size: 1.4rem
    }

    .mapPointFlex .shopMapInfoAddress .worktimeonpc,.mapPointFlex .shopMapInfoTime .worktimeonpc {
        display: none
    }

    .mapPointFlex .shopMapInfoAddress .worktimeonmobile,.mapPointFlex .shopMapInfoTime .worktimeonmobile {
        display: block
    }

    .mapPointFlex .shopMapInfoTime strong {
        min-width: 48px;
        width: inherit
    }

    .mapPointFlex .navigationformobile {
        display: block;
        padding: 0 12px
    }

    .mapPointFlex .navigationformobile ul li {
        float: left;
        margin: 0 30px 0 0
    }

    .mapPointFlex .navigationformobile ul li a {
        font-size: 1.6rem;
        color: #0067b8;
        line-height: 21px;
        font-weight: 700;
        text-decoration: none
    }

    .closePoint {
        top: 15px;
        right: 12px
    }

    .drawer-animation {
        padding: 10px 0
    }
}

@media (max-width: 1367px) {
    .map-list .page-for-pc .pages {
        padding:0 50px 0 0
    }
}

.row.group-radio .fieldNotFlex .control {
    display: block !important
}

.row .fieldset .cwlong input {
    width: 440px !important
}

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
}

.hidden {
    clip: rect(0,0,0,0);
    overflow: hidden;
    position: absolute
}

.ie11 .modal-popup .modal-inner-wrap {
    width: 75%
}

.stockout-dialog .modal-footer {
    border: none !important
}

.MicrosoftMap .directionsInput,.MicrosoftMap .directionsPanel,.MicrosoftMap .Infobox .infobox-info,.MicrosoftMap .NavBar_Container .NavBar_MapTypeButtonText {
    font-family: 'Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif !important
}

.page-header {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px
}

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

.page-print .logo {
    float: 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: 10px 20px;
    display: block;
    line-height: 1.2em;
    font-size: 1.3rem;
    background: #ffee9c;
    border-color: #d6ca8e;
    color: #000;
    margin: 0
}

.message.global.noscript a,.message.global.cookie a {
    color: #0067b8
}

.message.global.noscript a:hover,.message.global.cookie a:hover {
    color: #006bb4
}

.message.global.noscript a:active,.message.global.cookie a:active {
    color: #ff5501
}

.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: 10px 20px;
    display: block;
    line-height: 1.2em;
    font-size: 1.3rem;
    background: #ff0101;
    border-color: none;
    color: #fff;
    margin-bottom: 0;
    text-align: center
}

.message.global.demo a {
    color: #0067b8
}

.message.global.demo a:hover {
    color: #006bb4
}

.message.global.demo a:active {
    color: #ff5501
}

.page-footer {
    margin-top: auto
}

.footer.content {
    border-top: 1px solid #d2d2d2;
    margin-top: 25px;
    padding-bottom: 25px;
    padding-top: 25px
}

.footer.content .links>li {
    margin: 0 0 8px
}

.footer.content .switcher-store {
    margin: 0 0 30px
}

.footer .copyright,.footer .bugs {
    display: block;
    margin: 20px 0 0
}

.page-header .switcher,.page-footer .switcher {
    margin-right: 10px
}

.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: 22px;
    line-height: 22px;
    color: inherit;
    content: "\e74b";
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    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: 22px;
    line-height: 22px;
    color: inherit;
    content: "\e74a";
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    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,.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;
    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;
    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 {
    display: block;
    padding: 8px
}

.page-header .switcher .options ul.dropdown a:hover,.page-footer .switcher .options ul.dropdown a:hover {
    text-decoration: none
}

.page-header .switcher li,.page-footer .switcher li {
    font-size: 12px;
    margin: 0
}

.page-header .switcher strong,.page-footer .switcher strong {
    font-weight: 400
}

.widget {
    clear: both
}

.page-header .widget.block,.page-footer .widget.block {
    margin: 20px 0
}

.ui-datepicker td {
    padding: 0
}

.breadcrumbs .items>li {
    color: #000
}

.breadcrumbs .item:not(:last-child):after {
    content: '/';
    font-family: inherit;
    font-size: 12px;
    line-height: inherit;
    padding: 0 3px;
    vertical-align: middle
}

.breadcrumbs a {
    color: #0067b8
}

.breadcrumbs a:visited {
    color: #0067b8
}

.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: #0067b8;
    text-decoration: none;
    background: 0 0;
    border: 0;
    display: inline
}

.my-credit-cards .action.delete:focus,.my-credit-cards .action.delete:active {
    background: 0 0;
    border: none
}

.my-credit-cards .action.delete:hover {
    background: 0 0;
    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: .3
}

.my-credit-cards .action.delete:visited {
    color: #0067b8;
    text-decoration: none
}

.my-credit-cards .action.delete:hover {
    color: #006bb4;
    text-decoration: underline
}

.my-credit-cards .action.delete:active {
    color: #ff5501;
    text-decoration: underline
}

.my-credit-cards .action.delete:hover,.my-credit-cards .action.delete:active,.my-credit-cards .action.delete:focus {
    background: 0 0;
    border: 0
}

.my-credit-cards .action.delete.disabled,.my-credit-cards .action.delete[disabled],fieldset[disabled] .my-credit-cards .action.delete {
    color: #0067b8;
    opacity: .3;
    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: #0067b8;
    text-decoration: none;
    background: 0 0;
    border: 0;
    display: inline;
    margin-right: 20px
}

.my-credit-cards-popup .action.secondary:focus,.my-credit-cards-popup .action.secondary:active {
    background: 0 0;
    border: none
}

.my-credit-cards-popup .action.secondary:hover {
    background: 0 0;
    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: .3
}

.my-credit-cards-popup .action.secondary:visited {
    color: #0067b8;
    text-decoration: none
}

.my-credit-cards-popup .action.secondary:hover {
    color: #006bb4;
    text-decoration: underline
}

.my-credit-cards-popup .action.secondary:active {
    color: #ff5501;
    text-decoration: underline
}

.my-credit-cards-popup .action.secondary:hover,.my-credit-cards-popup .action.secondary:active,.my-credit-cards-popup .action.secondary:focus {
    background: 0 0;
    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: #0067b8;
    opacity: .3;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.minilist .weee {
    display: table-row;
    font-size: 1.1rem
}

.minilist .weee:before {
    display: none
}

.price-container.weee:before {
    display: none
}

.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-items .action.towishlist:before,.products.list.items .action.towishlist:before,.table-comparison .action.towishlist:before {
    content: '\e601'
}

.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 #d2d2d2
}

.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 #d2d2d2
}

.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 #d2d2d2
}

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

.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 .box-tocart input.qty {
    height: 32px
}

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

.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: 2px 0;
    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: 31px;
    line-height: 22px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    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: 0 0;
    -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: 28px;
    line-height: 22px;
    color: inherit;
    content: "\e916";
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    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: 0 0;
    border: none
}

.sidebar .block-addbysku .action.remove:hover {
    background: 0 0;
    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: .3
}

.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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    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: #0067b8;
    border: 1px solid #0067b8;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: '微软雅黑','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    padding: 0 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: #006bb4;
    border: 1px solid #006bb4;
    color: #fff
}

.block-event .slider-panel .slider .item .action.event:hover {
    background: #006bb4;
    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: .3;
    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
}

@media only screen and (max-width: 769px) {
    .field-tooltip .field-tooltip-content {
        right:-10px;
        top: 40px;
        left: auto
    }
}

@media only screen and (max-width: 768px) {
    .col-xs-1 {
        -webkit-flex-basis:4.16666667%;
        -moz-flex-basis: 4.16666667%;
        -ms-flex-basis: 4.16666667%;
        flex-basis: 4.16666667%
    }

    .col-xs-2 {
        -webkit-flex-basis: 8.33333333%;
        -moz-flex-basis: 8.33333333%;
        -ms-flex-basis: 8.33333333%;
        flex-basis: 8.33333333%
    }

    .col-xs-3 {
        -webkit-flex-basis: 12.5%;
        -moz-flex-basis: 12.5%;
        -ms-flex-basis: 12.5%;
        flex-basis: 12.5%
    }

    .col-xs-4 {
        -webkit-flex-basis: 16.66666667%;
        -moz-flex-basis: 16.66666667%;
        -ms-flex-basis: 16.66666667%;
        flex-basis: 16.66666667%
    }

    .col-xs-5 {
        -webkit-flex-basis: 20.83333333%;
        -moz-flex-basis: 20.83333333%;
        -ms-flex-basis: 20.83333333%;
        flex-basis: 20.83333333%
    }

    .col-xs-6 {
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-basis: 25%;
        flex-basis: 25%
    }

    .col-xs-7 {
        -webkit-flex-basis: 29.16666667%;
        -moz-flex-basis: 29.16666667%;
        -ms-flex-basis: 29.16666667%;
        flex-basis: 29.16666667%
    }

    .col-xs-8 {
        -webkit-flex-basis: 33.33333333%;
        -moz-flex-basis: 33.33333333%;
        -ms-flex-basis: 33.33333333%;
        flex-basis: 33.33333333%
    }

    .col-xs-9 {
        -webkit-flex-basis: 37.5%;
        -moz-flex-basis: 37.5%;
        -ms-flex-basis: 37.5%;
        flex-basis: 37.5%
    }

    .col-xs-10 {
        -webkit-flex-basis: 41.66666667%;
        -moz-flex-basis: 41.66666667%;
        -ms-flex-basis: 41.66666667%;
        flex-basis: 41.66666667%
    }

    .col-xs-11 {
        -webkit-flex-basis: 45.83333333%;
        -moz-flex-basis: 45.83333333%;
        -ms-flex-basis: 45.83333333%;
        flex-basis: 45.83333333%
    }

    .col-xs-12 {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        flex-basis: 50%
    }

    .col-xs-13 {
        -webkit-flex-basis: 54.16666667%;
        -moz-flex-basis: 54.16666667%;
        -ms-flex-basis: 54.16666667%;
        flex-basis: 54.16666667%
    }

    .col-xs-14 {
        -webkit-flex-basis: 58.33333333%;
        -moz-flex-basis: 58.33333333%;
        -ms-flex-basis: 58.33333333%;
        flex-basis: 58.33333333%
    }

    .col-xs-15 {
        -webkit-flex-basis: 62.5%;
        -moz-flex-basis: 62.5%;
        -ms-flex-basis: 62.5%;
        flex-basis: 62.5%
    }

    .col-xs-16 {
        -webkit-flex-basis: 66.66666667%;
        -moz-flex-basis: 66.66666667%;
        -ms-flex-basis: 66.66666667%;
        flex-basis: 66.66666667%
    }

    .col-xs-17 {
        -webkit-flex-basis: 70.83333333%;
        -moz-flex-basis: 70.83333333%;
        -ms-flex-basis: 70.83333333%;
        flex-basis: 70.83333333%
    }

    .col-xs-18 {
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-basis: 75%;
        flex-basis: 75%
    }

    .col-xs-19 {
        -webkit-flex-basis: 79.16666667%;
        -moz-flex-basis: 79.16666667%;
        -ms-flex-basis: 79.16666667%;
        flex-basis: 79.16666667%
    }

    .col-xs-20 {
        -webkit-flex-basis: 83.33333333%;
        -moz-flex-basis: 83.33333333%;
        -ms-flex-basis: 83.33333333%;
        flex-basis: 83.33333333%
    }

    .col-xs-21 {
        -webkit-flex-basis: 87.5%;
        -moz-flex-basis: 87.5%;
        -ms-flex-basis: 87.5%;
        flex-basis: 87.5%
    }

    .col-xs-22 {
        -webkit-flex-basis: 91.66666667%;
        -moz-flex-basis: 91.66666667%;
        -ms-flex-basis: 91.66666667%;
        flex-basis: 91.66666667%
    }

    .col-xs-23 {
        -webkit-flex-basis: 95.83333333%;
        -moz-flex-basis: 95.83333333%;
        -ms-flex-basis: 95.83333333%;
        flex-basis: 95.83333333%
    }

    .col-xs-24 {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        flex-basis: 100%
    }

    .show-desktop {
        display: none !important
    }

    .show-mobile {
        display: block !important
    }

    .hidden-mobile {
        display: none !important
    }

    .abs-button-responsive-smaller,.product-info-main .box-tocart .actions .action.tocart {
        width: 100%
    }

    .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,.form-create-return .fieldset>.actions-toolbar:before,.form-create-return .fieldset>.actions-toolbar:after {
        content: '';
        display: table
    }

    .abs-add-clearfix-mobile-m:after,.form-create-return .fieldset>.actions-toolbar:after {
        clear: both
    }

    .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: 'icons-blank-theme';
        margin: 0 5px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .abs-toggling-title-mobile,.block-wishlist-management .wishlist-select .wishlist-name {
        border-bottom: 1px solid #d2d2d2;
        border-top: 1px solid #d2d2d2;
        cursor: pointer;
        margin-bottom: 0;
        padding: 10px 40px 10px 15px;
        position: relative;
        display: block;
        text-decoration: none
    }

    .abs-toggling-title-mobile:after,.block-wishlist-management .wishlist-select .wishlist-name:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 28px;
        line-height: inherit;
        color: inherit;
        content: "\e74b";
        font-family: 'icons-blank-theme';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .block-wishlist-management .wishlist-select .wishlist-name:after {
        position: absolute;
        right: 10px;
        top: 0
    }

    .abs-toggling-title-mobile.active:after,.block-wishlist-management .wishlist-select .wishlist-name.active:after {
        content: "\e74a"
    }

    .abs-pager-toolbar-mobile .toolbar-amount,.abs-pager-toolbar-mobile .limiter,.abs-pager-toolbar-mobile .pages,.account .toolbar .toolbar-amount,.account .toolbar .limiter,.account .toolbar .pages,.toolbar-wishlist-results .toolbar-amount,.toolbar-wishlist-results .limiter,.toolbar-wishlist-results .pages {
        float: none;
        margin-bottom: 25px
    }

    .abs-shopping-cart-items-mobile .actions,.cart-container .form-cart .actions {
        text-align: center
    }

    .cart-container .form-cart .action.update,.cart-container .form-cart .action.continue,.cart-container .form-cart .action.clear {
        margin: 0 auto 10px
    }

    .cart-container .form-cart .action.update,.cart-container .form-cart .action.clear {
        display: block
    }

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

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

    .account .page-main,.cms-privacy-policy .page-main {
        padding-top: 41px;
        position: relative
    }

    .customer-address-form .page-main {
        padding-top: 0
    }

    .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: "\e74b";
        font-family: 'icons-blank-theme';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        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: "\e74a"
    }

    .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: "\e74b";
        font-family: 'icons-blank-theme';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        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: "\e74a"
    }

    .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,.75);
        -moz-box-shadow: 0 0 5px 0 rgba(50,50,50,.75);
        -ms-box-shadow: 0 0 5px 0 rgba(50,50,50,.75);
        box-shadow: 0 0 5px 0 rgba(50,50,50,.75);
        left: 0;
        z-index: 99
    }

    .nav-open .nav-toggle:after {
        background: rgba(0,0,0,.5);
        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: #e8e8e8;
        border: solid #dbdbdb;
        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: 0 0;
        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: #f5f5f5;
        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: #000
    }

    .navigation .level0.active .all-category .ui-state-focus {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        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: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px
    }

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

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

    .navigation .submenu:not(:first-child).expanded {
        display: block !important;
        padding-right: 0;
        top: 0 !important
    }

    .navigation .submenu:not(:first-child) .active>a {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        padding-left: 7px
    }

    .navigation .submenu:not(:first-child) .level1.active>a {
        padding-left: 7px
    }

    .loading-mask .loader .loading-gif-block .loading-gif-img {
        width: 30px;
        height: 30px
    }

    .loading-mask .loader .loading-gif-block .loading-gif-img span {
        width: 30px;
        height: 30px
    }

    .loading-mask .loader .loading-gif-block .loading-gif-img span:after {
        width: 4px;
        height: 4px
    }

    .custom-tablist.sticky-tablist {
        padding-top: 33px
    }

    .custom-tablist.sticky-tablist .tablist-title {
        top: 45px
    }

    .custom-tablist .tablist-title {
        height: 31px;
        text-align: left;
        padding-left: 16px
    }

    .custom-tablist .tablist-title .item.title {
        margin-top: 2px
    }

    .custom-tablist .tablist-title .item.title>.switch {
        min-width: 70px;
        height: 29px;
        padding: 5px
    }

    .custom-tablist .tablist-title .item.title.active,.custom-tablist .tablist-title .item.title.current {
        margin-top: 0
    }

    .custom-tablist .tablist-title .item.title.active>.switch,.custom-tablist .tablist-title .item.title.current>.switch {
        height: 31px;
        padding-top: 7px
    }

    .product.data.items {
        margin: 0;
        padding: 0
    }

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

    .product.data.items>.item.title>.switch {
        background: #f0f0f0;
        border-bottom: 1px solid #d2d2d2;
        border-left: 1px solid #d2d2d2;
        border-right: 1px solid #d2d2d2;
        border-top: 1px solid #d2d2d2;
        height: 40px;
        padding: 5px 20px;
        font-weight: 600;
        line-height: 40px;
        font-size: 1.8rem;
        color: #4a4a4a;
        text-decoration: none
    }

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

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

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

    .product.data.items>.item.title:not(.disabled)>.switch:focus,.product.data.items>.item.title:not(.disabled)>.switch:hover {
        background: #fcfcfc
    }

    .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 {
        background: #fff;
        color: #000;
        text-decoration: none;
        padding-bottom: 5px
    }

    .product.data.items>.item.content {
        background: #fff;
        border: 1px solid #d2d2d2;
        margin: 0 0 5px;
        padding: 20px
    }

    .product.data.items .data.item {
        display: block
    }

    .product.data.items .item.title>.switch {
        padding: 1px 15px 1px
    }

    .product.data.items>.item.content {
        padding: 10px 15px 30px
    }

    .microsoft-content-slider .microsoft-slider-item .icon-ms {
        height: auto;
        width: 82%;
        min-height: 300px
    }

    .microsoft-content-slider .microsoft-slider-item .icon-ms p {
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-basis: 25%;
        flex-basis: 25%
    }

    .microsoft-content-slider .microsoft-slider-item .m365-space {
        display: block
    }

    .microsoft-content-slider .microsoft-slider-item .m365-space p {
        margin-bottom: 0;
        font-size: 1.2rem;
        line-height: 1.6rem
    }

    .microsoft-content-slider .microsoft-slider-item .m365-space p img {
        display: block;
        width: 49px;
        height: 49px;
        margin: 0 auto;
        opacity: 0
    }

    .article-dk.article-dk-microsoft .box h2 {
        font-size: 1.6rem;
        line-height: 2.1rem;
        margin-top: 0;
        margin-bottom: 1.5rem
    }

    .article-dk.article-dk-microsoft .box p {
        font-size: 1.4rem;
        line-height: 1.9rem
    }

    .microsoft-content-slider .microsoft-slider-item {
        margin-bottom: 40px;
        flex-basis: 100%
    }

    .microsoft-content-slider .microsoft-slider-item .sub-title,.microsoft-content-slider .microsoft-slider-item .sub-content {
        padding-bottom: 15px;
        padding-top: 15px
    }

    .microsoft-content-slider .microsoft-slider-item .top-title {
        height: 32px
    }

    .microsoft-content-slider .microsoft-slider-item .top-title p {
        font-size: 1.4rem;
        line-height: 3.2rem
    }

    .microsoft-content-slider .microsoft-slider-item .name {
        font-size: 1.8rem;
        line-height: 2.1rem
    }

    .microsoft-content-slider .microsoft-slider-item .price p {
        font-size: 2.4rem;
        line-height: 3.1rem;
        margin-bottom: 5px
    }

    .microsoft-content-slider .microsoft-slider-item .middle-title {
        font-size: 1.4rem;
        line-height: 1.9rem;
        font-weight: 700;
        margin-bottom: 0
    }

    .microsoft-content-slider .microsoft-slider-item .btn-product {
        margin-bottom: 10px
    }

    .microsoft-content-slider .microsoft-slider-item .icon-ms {
        margin-top: 40px
    }

    .recommend {
        background: #f5f5f5
    }

    .category-view .microsoft-block-top p {
        font-size: 1.4rem;
        line-height: 1.9rem
    }

    .category-view .microsoft-block-top h2 {
        font-size: 1.8rem;
        line-height: 2.4rem
    }

    .block-link-menu {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        text-align: left
    }

    .block-link-menu div[data-content-type=text] {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        flex-basis: 50%
    }

    .microsoft-colleft-icon {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap
    }

    .microsoft-colleft-icon div[data-content-type=text] {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        flex-basis: 50%;
        margin-bottom: 30px !important
    }

    .article-dk .article-dk-microsoft h2 {
        font-size: 1.6rem
    }

    .block-link .menu {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap
    }

    .block-link .menu li {
        -webkit-flex-basis: 48%;
        -moz-flex-basis: 48%;
        -ms-flex-basis: 48%;
        flex-basis: 48%;
        margin-bottom: 20px
    }

    .yCmsContentSlot-icon .content h2 {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-top: 10px
    }

    .yCmsContentSlot-icon .introduction {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap
    }

    .yCmsContentSlot-icon .introduction .introduction-item {
        -webkit-flex-basis: 48%;
        -moz-flex-basis: 48%;
        -ms-flex-basis: 48%;
        flex-basis: 48%
    }

    .yCmsContentSlot-icon .introduction .introduction-item p {
        font-size: 1.4rem
    }

    .yCmsContentSlot-images .slide-content {
        display: inline-block
    }

    .yCmsContentSlot-images .slide-content .slide-item h4 {
        font-size: 1.6rem
    }

    .yCmsContentSlot-images .slide-content .slide-item p {
        font-size: 1.4rem
    }

    .recommend .swiper-button-prev {
        display: block;
        top: 35%
    }

    .recommend .swiper-button-prev:after {
        font-family: "ms-icon";
        content: "\e917";
        color: #000;
        font-size: 30px;
        line-height: 30px;
        font-weight: 700
    }

    .recommend .swiper-button-next {
        top: 35%;
        display: block
    }

    .recommend .swiper-button-next:after {
        font-family: "ms-icon";
        content: "\e918";
        color: #000;
        font-size: 30px;
        line-height: 30px;
        font-weight: 700
    }

    .recommend .recommend-wrap {
        flex-wrap: initial;
        -webkit-flex-wrap: initial;
        -moz-flex-wrap: initial;
        -ms-flex-wrap: initial
    }

    .recommend .recommend-wrap .recommend-item {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        flex-basis: 100%;
        flex-shrink: 0
    }

    .recommend .recommend-wrap .recommend-item .content-wrap .top-title h4 {
        font-size: 1.4rem
    }

    .recommend .recommend-wrap .recommend-item .top-content .name h2 {
        font-size: 1.8rem
    }

    .recommend .recommend-wrap .recommend-item .top-content .price-box .price {
        font-size: 2.4rem
    }

    .recommend .recommend-wrap .recommend-item .bottom-content h4 {
        font-size: 1.4rem
    }

    .recommend .recommend-wrap .recommend-item .bottom-content .main-application p {
        font-size: 1.4rem
    }

    .recommend .recommend-wrap .recommend-item .tip-recommend .sub-title p {
        font-size: 1.4rem
    }

    .recommend .recommend-wrap .recommend-item .tip-recommend .sub-content p {
        font-size: 1.4rem
    }

    .microsoft-content-slider.style-slider-product .slick-slide {
        margin: 0
    }

    .microsoft-content-slider.style-slider-product .slick-arrow {
        top: 38%
    }

    .microsoft-content-slider.style-slider-product .slick-prev {
        left: 10px
    }

    .microsoft-content-slider.style-slider-product .slick-next {
        right: 10px !important
    }

    .office-notes-content .text-small-later {
        margin-top: 20px
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner].active-promotion-block-top {
        margin-top: 35px !important
    }

    .show-mobile.title-bg {
        display: inline !important
    }

    .primary.btn.show-mobile {
        display: inline !important
    }

    .article-dk .img-banner {
        margin-bottom: 30px
    }

    .article-dk .box .btn-link {
        margin-top: 10px
    }

    .article-dk .box-one {
        margin-bottom: 40px
    }

    .article-dk.row {
        display: inline-block
    }

    .article-dk p {
        font-size: 1.4rem
    }

    .article-dk h2 {
        font-size: 1.8rem
    }

    .article-dk-laster .text-small-later {
        margin-top: 20px
    }

    .columns .active-promotion-banner .box .inner-box {
        padding: 10px 50px;
        min-height: auto
    }

    .active-promotion-banner {
        -webkit-box-shadow: 0 8px 6px -6px #d2d2d2;
        -moz-box-shadow: 0 8px 6px -6px #d2d2d2;
        -ms-box-shadow: 0 8px 6px -6px #d2d2d2;
        box-shadow: 0 8px 6px -6px #d2d2d2
    }

    .active-promotion-banner .box .inner-box {
        padding: 10px
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner].article-pc {
        margin-bottom: 20px !important
    }

    .active-promotion-banner .img-banner {
        margin-bottom: 20px !important
    }

    .active-promotion-banner .box,.active-promotion-banner .box-content {
        padding: 0 10px;
        margin-bottom: 5px
    }

    .active-promotion-banner .box h2,.active-promotion-banner .box-content h2 {
        font-size: 2.4rem;
        margin-bottom: 5px;
        margin-top: 10px
    }

    .active-promotion-banner .box p,.active-promotion-banner .box-content p {
        font-size: 1.3rem !important
    }

    .active-promotion-banner .box .boxIcon p .icon,.active-promotion-banner .box-content .boxIcon p .icon {
        padding-right: 15px
    }

    .active-promotion-banner.left-banner .box,.active-promotion-banner.left-banner .box-content {
        margin-left: 0
    }

    .article-pc h2,.article-pc div[data-content-type=text] {
        padding-left: 0;
        padding-right: 0
    }

    .article-pc h2 {
        font-size: 1.6rem
    }

    .article-pc div[data-content-type=text] {
        font-size: 1.4rem
    }

    .article-pc .btn-link {
        font-size: 1.6rem;
        margin-top: 10px
    }

    .article-pc .article-pc__box {
        margin-bottom: 35px
    }

    .article-pc .article-pc__box.article-pc__colRight {
        margin-bottom: 0
    }

    .article-pc .article-pc__box .article-pc__text {
        padding: 20px 0
    }

    .active-promotion-banner .box-content .cms-content-important {
        margin-bottom: 20px
    }

    .active-promotion-banner .box-content .cms-content-important span {
        font-size: 1.4rem !important
    }

    .active-promotion-banner .box-content .cms-content-important:last-child {
        margin-bottom: 0
    }

    .active-promotion-banner .box .inner-box p.wrap-title {
        margin-bottom: 15px
    }

    .active-promotion-banner .box .inner-box p.price {
        margin-bottom: 10px
    }

    .line-bottom.no-border {
        border: none
    }

    .style-slider-product .slick-prev:before,.style-slider-product .slick-next:before {
        font-size: 25px;
        width: 25px
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner].box-survery-user {
        padding: 0 !important;
        margin-bottom: 10px !important
    }

    .active-promotion-banner .title {
        margin-top: 20px;
        margin-bottom: 20px !important;
        font-size: 1.8rem;
        line-height: 2.4rem
    }

    .row-slider-trade-in-page .box-slider-surface .slick-slide>div .tradein-product-item p img {
        width: auto !important;
        height: auto !important
    }

    .row-slider-trade-in-page .pagebuilder-column-group {
        padding: auto 15px
    }

    .row-slider-trade-in-page h2 {
        font-size: 1.8rem;
        margin: 0 auto 20px
    }

    .row-slider-trade-in-page .style-slider-product .product-items {
        margin: 0 15px
    }

    .row-slider-trade-in-page .style-slider-product .slick-prev,.row-slider-trade-in-page .style-slider-product .slick-next {
        width: 25px
    }

    .row-slider-trade-in-page .style-slider-product .slick-prev:before,.row-slider-trade-in-page .style-slider-product .slick-next:before {
        font-weight: 700;
        font-size: 2rem
    }

    .box-info-machin .heading {
        font-size: 1.8rem;
        line-height: 24px;
        margin-bottom: 25px
    }

    .box-info-machin .inner-box-content .box h4 {
        font-size: 1.6rem;
        line-height: 1.8rem;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        padding: 8px 10px
    }

    .box-info-machin .inner-box-content .box p {
        padding: 8px 10px;
        font-size: 1.4rem;
        line-height: 1.6rem;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

    .box-surface .box-content h2 {
        font-size: 2.4rem;
        line-height: 31px;
        margin-bottom: 20px
    }

    .box-surface .box-content p {
        font-size: 1.4rem;
        line-height: 19px
    }

    .box-surface .box-content {
        max-width: 100%;
        margin: 0 auto
    }

    .box-surface .box-content .box {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        flex-basis: 50%;
        margin-bottom: 40px
    }

    .box-surface .box-content .box.box-three,.box-surface .box-content .box.box-four {
        margin-bottom: 20px
    }

    .inner-box-content .box.box-one p:last-child,.inner-box-content .box.box-two p:last-child {
        border-bottom: 1px solid #d2d2d2
    }

    .box-survery-user .slick-slider p:first-child {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start
    }

    .box-survery-user .slick-slider p:first-child img {
        margin-right: 20px
    }

    .box-survery-user h3 {
        font-size: 1.8rem;
        line-height: 2.4rem;
        padding: 0
    }

    .box-survery-user h2 {
        font-size: 1.8rem;
        line-height: 2.4rem;
        padding: 0;
        margin-bottom: 30px
    }

    .box-survery-user p {
        font-size: 1.4rem;
        line-height: 1.9rem
    }

    .box-survery-user .slick-slider div[data-element=content] {
        padding: 0 30px
    }

    .box-survery-user .slick-slider div[data-element=content] p:first-child {
        margin-bottom: 30px;
        font-size: 1.6rem
    }

    .box-survery-user .slick-slider .slick-prev,.box-survery-user .slick-slider .slick-next {
        width: 25px
    }

    .box-survery-user .slick-slider .slick-prev:before,.box-survery-user .slick-slider .slick-next:before {
        font-weight: 700;
        font-size: 2rem
    }

    .box-survery-user .slick-slider .slick-prev {
        left: 1rem
    }

    .box-survery-user .slick-slider .slick-next {
        right: 1rem
    }

    .box-survery-user .pagebuilder-slide-wrapper .pagebuilder-overlay {
        padding: 15px !important
    }

    .trade-in-row-box-icon h2 {
        font-size: 1.8rem;
        line-height: 2.4rem;
        padding-bottom: 0;
        margin-bottom: 40px
    }

    .trade-in-row-box-icon .pagebuilder-column-group .trade-in-boxIcon p {
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.9rem
    }

    .trade-in-row-box-icon .pagebuilder-column-group .trade-in-boxIcon p:first-child {
        height: 50px
    }

    .box-last-problem h2 {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 2.4rem
    }

    .box-last-problem .menu-collapes {
        margin-left: 0;
        margin-top: 0
    }

    .box-last-problem .menu-collapes li a {
        font-size: 1.4rem
    }

    .accordion div[data-role=collapsible] {
        padding-left: 15px
    }

    .cms-support-and-help .accordion div[data-role=content] {
        margin-left: 0 !important
    }

    .cms-support-and-help .accordion div[data-role=collapsible] {
        padding-left: 0 !important
    }

    .trade-in-row-box-icon .pagebuilder-column-group .trade-in-boxIcon {
        margin-bottom: 30px
    }

    .trade-in-row-box-icon .pagebuilder-column-group .trade-in-boxIcon .narrow {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

    .block-sitemap .pagebuilder-column-group {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        flex-basis: 50%
    }

    .cms-sitemap .column.main {
        padding: 0 15px
    }

    .store-in-content .col-img figure[data-content-type=image] img {
        height: auto !important;
        max-width: 100% !important
    }

    .store-in-content h2 {
        margin-bottom: 40px;
        font-size: 1.8rem;
        line-height: 2.1rem
    }

    .store-in-content .pagebuilder-column-group {
        margin-bottom: 30px
    }

    .store-in-content .pagebuilder-column-group .box-daker-blue img {
        width: 63px !important
    }

    .store-in-content .pagebuilder-column-group div[data-content-type=text] {
        margin: 0 20px;
        padding: 30px 0
    }

    .store-in-content .pagebuilder-column-group div[data-content-type=text] h2 {
        font-size: 1.6rem !important;
        line-height: 2.1rem;
        margin: 0 auto 10px
    }

    .store-in-content .pagebuilder-column-group div[data-content-type=text] h2 span {
        font-size: 1.6rem !important
    }

    .store-in-content .pagebuilder-column-group div[data-content-type=text] p {
        font-size: 1.4rem !important
    }

    .store-in-content .pagebuilder-column-group div[data-content-type=text] p:first-child {
        margin-bottom: 15px
    }

    .store-in-content .pagebuilder-column-group div[data-content-type=text] p span {
        font-size: 1.4rem !important
    }

    .store-in-table .pagebuilder-column {
        -webkit-flex-basis: inherit;
        -moz-flex-basis: inherit;
        -ms-flex-basis: inherit;
        flex-basis: inherit
    }

    .store-in-table h2 {
        font-size: 1.8rem
    }

    .store-in-content-bottom .pagebuilder-column {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        flex-basis: 50%
    }

    .store-in-content-bottom .pagebuilder-column p {
        font-size: 1.4rem !important;
        line-height: 1.9rem
    }

    .store-in-content-bottom .pagebuilder-column p:first-child {
        font-size: 1.6rem !important;
        line-height: 2.1rem
    }

    .store-in-content-table h2 {
        font-size: 1.8rem;
        line-height: 2.4rem
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner].store-in-content-table {
        margin-bottom: 40px !important
    }

    .active-promotion-banner.banner-store-in-store .box {
        padding: 0 !important
    }

    .active-promotion-banner.banner-store-in-store .box .inner-box {
        padding: 10px !important;
        background: #fff
    }

    .active-promotion-banner.banner-store-in-store .box .inner-box h2 {
        font-size: 2.4rem;
        line-height: 3rem;
        color: #000
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner] .active-promotion-banner .box {
        margin-bottom: 25px
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner] .active-promotion-banner.banner-store-in-store {
        box-shadow: 0 8px 6px -6px #d2d2d2
    }

    .block-surfacepro7saa .title {
        font-size: 1.8rem;
        margin-bottom: 20px
    }

    .block-surfacepro7saa .title p {
        margin-bottom: 0
    }

    .block-surfacepro7saa .title p span {
        font-size: 1.8rem !important;
        line-height: 2.4rem
    }

    .block-surfacepro7saa p {
        margin-bottom: 20px;
        line-height: 2.4rem
    }

    .block-surfacepro7saa figure[data-content-type=image] {
        margin: 10px auto 0px;
        line-height: 0
    }

    .form-wrap .fieldset {
        margin-bottom: 25px
    }

    .form-wrap .fieldset:last-child {
        margin-bottom: 25px
    }

    .form-wrap .fieldset>.field:not(.choice)>.control {
        position: relative
    }

    .form-wrap .fieldset>.field:not(.choice)>.control:before {
        content: '*';
        color: #dc0000;
        position: absolute;
        top: 6px;
        left: 0
    }

    .form-wrap .fieldset>.field:not(.choice)>.control input {
        border: none;
        border-bottom: 1px solid #ccc
    }

    .form-wrap .fieldset>.field:not(.choice)>.control.short:before {
        display: none
    }

    .form-wrap .fieldset>.field:not(.choice)>.label {
        min-width: fit-content
    }

    .form-wrap .form-dk {
        padding: 15px
    }

    .form-wrap .row {
        display: block
    }

    .form-wrap .row .numbox.row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start
    }

    .form-wrap .group-radio .fieldset>.field:not(.choice)>.control:before {
        display: none
    }

    .form-wrap .row-address .fieldset>.field:not(.choice)>.control:before {
        display: none
    }

    .form-wrap .row-address .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start
    }

    .form-wrap button[type=submit],.form-wrap .cart.table-wrapper .actions-toolbar>.action[type=submit],.form-wrap .action-gift[type=submit] {
        min-width: 120px
    }

    .form-wrap .numbox.row:before {
        content: '*';
        color: #dc0000
    }

    .row-address {
        position: relative
    }

    .row-address:before {
        content: '*';
        color: #dc0000;
        position: absolute;
        top: 50px;
        left: 2px
    }

    .row-address .row.field .label {
        display: none
    }

    .row-address .row.field .control {
        margin-bottom: 10px
    }

    .row-address .row.field .control.longest {
        margin-bottom: 0
    }

    .row-address .row.field .control:nth-child(1) {
        width: 40%
    }

    .row-address .row.field .control:nth-child(1) select {
        width: 100%
    }

    .row-address .row.field .control:nth-child(2) {
        width: 30%
    }

    .row-address .row.field .control:nth-child(2) select {
        width: 100%
    }

    .row-address .row.field .control:nth-child(3) {
        width: 30%
    }

    .row-address .row.field .control:nth-child(3) select {
        width: 100%
    }

    .row-address .row.field .control:nth-child(4) {
        width: 30%
    }

    .row-address .row.field .control:nth-child(4) select {
        width: 100%
    }

    .row-address .row.field .control:last-child {
        width: 100%;
        margin: 10px auto auto 0
    }

    .form-wrap .row.group-radio .label {
        margin-bottom: 30px
    }

    .form-wrap .row.group-radio .label span {
        padding-right: 10px
    }

    .form-wrap .row.group-radio .line {
        margin: auto auto 15px 10px;
        line-height: 1.8rem
    }

    .form-wrap .row .check-show-button {
        margin-left: 10px
    }

    .form-wrap .row .check-show-button .label {
        margin-bottom: 60px
    }

    .form-wrap .row .check-show-button .label span {
        padding-right: 10px
    }

    .form-wrap .row .check-show-button .control {
        margin-bottom: 40px
    }

    .row .check-show-button label[for=yes] {
        margin-right: 30px
    }

    div[data-content-type=row] .popup-overlay {
        width: 100%
    }

    .active-promotion-banner.bottom-banner div[data-content-type=html] .box {
        display: block
    }

    .active-promotion-banner.bottom-banner div[data-content-type=html] .box .inner-box {
        color: #000;
        text-align: left
    }

    .xbox-live-slider.style-slider-product .slick-slider {
        margin: 0 20px
    }

    .xbox-live-slider.style-slider-product .slick-slide {
        margin: 0 auto
    }

    .xbox-live-slider h4 {
        margin-top: 0
    }

    .xbox-live-slider h4.sub-title {
        margin-left: 34px
    }

    .article-pc.xbox-live-slider h2 {
        margin: 0 0 10px;
        font-size: 1.8rem
    }

    .article-pc.xbox-live-slider h4 {
        margin-top: 15px
    }

    .article-pc.xbox-live-slider .sub-title {
        margin: 0 0 20px
    }

    .article-pc.xbox-live-slider .article-pc__box .icon {
        margin-bottom: 10px
    }

    .banner-xbox-live-gold {
        box-shadow: 0 8px 6px -6px #d2d2d2
    }

    .activePromotion_bottom .text-small-later {
        margin-top: 20px
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner].row-support-and-help-one {
        margin-top: 40px !important
    }

    .row-support-and-help-one [data-content-type=row][data-appearance=contained] [data-element=inner].support-one-row-icon {
        width: 100% !important
    }

    .support-one-row-icon div[data-content-type=text] p:first-child {
        margin-bottom: 15px
    }

    .support-help-row-bottom .pagebuilder-column.col-qrcode div[data-content-type=text] p {
        font-size: 1.4rem;
        line-height: 1.6rem
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner] .support-one-row-icon div[data-content-type=text] {
        margin-bottom: 60px
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner] .support-one-row-icon div[data-content-type=text]:last-child {
        margin-bottom: 30px
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner] .support-one-row-icon div[data-content-type=text] p img {
        max-width: 90px;
        max-height: 90px
    }

    .support-help-row-bottom .pagebuilder-column-group {
        margin-top: 15px
    }

    .support-help-row-bottom .pagebuilder-column-group .pagebuilder-column h2 {
        font-size: 1.8rem;
        line-height: 2.4rem
    }

    .support-help-row-bottom .pagebuilder-column-group .pagebuilder-column.col-qrcode div[data-content-type=text]:first-child {
        top: 10px
    }

    .support-help-row-bottom .pagebuilder-column-group .pagebuilder-column.col-qrcode div[data-content-type=text]:first-child p {
        font-size: 1.4rem;
        line-height: 19px
    }

    .support-help-row-bottom .pagebuilder-column-group .pagebuilder-column.col-qrcode div[data-content-type=text] p {
        font-size: 1.2rem;
        line-height: 16px
    }

    .col-qrcode {
        margin-top: 30px
    }

    .block-menu-content .support-col-menu {
        position: relative
    }

    .block-menu-content .support-col-menu .select-elem {
        height: 40px;
        width: 100%;
        background: 0 0;
        text-align: left;
        border: 1px solid #505050;
        position: relative
    }

    .block-menu-content .support-col-menu .select-elem:after {
        content: "\e90d";
        font-family: ms-icon;
        position: absolute;
        top: 0;
        right: 15px;
        font-size: 10px;
        color: #505050
    }

    .block-menu-content .support-col-menu .support-menu-left {
        border: 1px solid #505050;
        position: relative;
        z-index: 99;
        border-top: 0;
        display: none
    }

    .block-menu-content .support-col-menu .support-menu-left li {
        padding: 10px;
        z-index: 2
    }

    .block-menu-content .support-col-menu .support-menu-left li a {
        font-size: 1.4rem;
        line-height: 1.9rem
    }

    .support-help-menu-left .menu-collapes {
        margin-top: 30px;
        margin-bottom: 17px
    }

    .support-help-menu-left .accordion div[data-role=collapsible] {
        padding-left: 15px
    }

    .support-help-menu-left .accordion div[data-role=collapsible] h4:before {
        padding-right: 5px;
        font-size: 1.5rem
    }

    .support-help-menu-left .accordion div[data-role=content] {
        padding-left: 15px
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner].row-support-help-menu-left {
        position: relative;
        padding-top: 40px !important
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner] .box-last-problem.support-accordion h4[data-content-type=heading] {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 0 0 15px
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner] .box-last-problem.support-accordion .menu-collapes {
        margin-bottom: 20px
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner] .box-last-problem.support-accordion .menu-collapes li a {
        font-size: 1.6rem;
        line-height: 2.1rem
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner].block-support-and-help-four-img h4[data-content-type=heading] {
        font-size: 1.8rem;
        line-height: 2.1rem;
        margin: 15px 0
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner].block-support-and-help-four-img div[data-content-type=text] {
        margin-bottom: 20px
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner].block-support-and-help-four-img div[data-content-type=text].btn-link {
        margin-bottom: 5px
    }

    .block-support-and-help-tabs div[data-content-type=tabs] .tabs-content .box-heading {
        width: 100%
    }

    .support-help-tabs .tabs-navigation {
        white-space: nowrap;
        overflow: auto
    }

    .block-support-and-help-tabs {
        position: relative
    }

    .tab-arrows-cms {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 90
    }

    .tab-arrows-cms span {
        width: 30px;
        height: 39px;
        position: absolute;
        z-index: 10;
        top: 0;
        background: #fff;
        box-shadow: 0 0 5px #333;
        text-align: center
    }

    .tab-arrows-cms span:after {
        font-size: 1.5rem;
        line-height: 35px
    }

    .tab-arrows-cms .arrow-prev {
        left: -12px
    }

    .tab-arrows-cms .arrow-prev:after {
        content: "\e916";
        font-family: "ms-icon"
    }

    .tab-arrows-cms .arrow-next {
        right: -12px
    }

    .tab-arrows-cms .arrow-next:after {
        content: "\e917";
        font-family: "ms-icon"
    }

    .table-tabf h2,.table-tabf h3 {
        font-size: 1.8rem;
        line-height: 2.8rem
    }

    .block-support-and-help-tabs div[data-content-type=tabs] .tabs-navigation {
        margin-bottom: -2px !important
    }

    .block-support-and-help-tabs div[data-content-type=tabs] .tabs-navigation:after {
        font-family: "ms-icon";
        text-align: center;
        font-size: 1.2rem;
        content: "\e918";
        position: absolute;
        right: -13px;
        top: 14px;
        z-index: 999
    }

    .row-support-and-help-tabs {
        overflow: auto;
        position: relative
    }

    .row-support-and-help-tabs:after {
        content: "\e918";
        font-family: ms-icon;
        position: fixed;
        top: 80px;
        right: 0;
        font-size: 10px;
        color: #505050;
        background: #fff;
        z-index: 10;
        height: 40px;
        width: 20px;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner].block-support-and-help-tabs {
        margin-bottom: 40px !important
    }

    .block-support-and-help-tabs div[data-content-type=tabs] .tabs-navigation li.tab-header a {
        padding: 2px
    }

    .block-support-and-help-tabs div[data-content-type=tabs] .tabs-navigation li.tab-header a span:before {
        width: 32px;
        height: 32px
    }

    .block-support-and-help-tabs div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-state-active a {
        margin-top: 3px
    }

    .block-support-and-help-tabs [data-element=content].tabs-content {
        padding: 0
    }

    .block-support-and-help-tabs .title-tabs {
        font-size: 1.8rem;
        line-height: 2.8rem
    }

    .block-support-and-help-tabs div[data-content-type=text] {
        font-size: 1.4rem;
        line-height: 2.8rem
    }

    .block-support-and-help-tabs .content-html {
        margin-top: 40px
    }

    .block-support-and-help-tabs .content-html.last {
        margin-top: 15px
    }

    .block-support-and-help-tabs .content-html.last .row-content .box {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start
    }

    .block-support-and-help-tabs .content-html.last .row-content .box p {
        -webkit-flex-basis: 70%;
        -moz-flex-basis: 70%;
        -ms-flex-basis: 70%;
        flex-basis: 70%
    }

    .block-support-and-help-tabs .row-content {
        margin-bottom: 20px
    }

    .block-support-and-help-tabs .row-content.row-last {
        margin-bottom: 0
    }

    .block-support-and-help-tabs .row-content .box {
        border-bottom: 1px solid #d2d2d2;
        padding: 10px 0;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

    .block-support-and-help-tabs .row-content .box:after {
        content: "";
        display: table;
        clear: both
    }

    .block-support-and-help-tabs .row-content .box h4 {
        min-width: 70px;
        margin: 0;
        -webkit-flex-basis: 30%;
        -moz-flex-basis: 30%;
        -ms-flex-basis: 30%;
        flex-basis: 30%;
        font-size: 1.6rem;
        max-width: 90px;
        float: left
    }

    .block-support-and-help-tabs .row-content .box p {
        margin: 0;
        -webkit-flex-basis: 35%;
        -moz-flex-basis: 35%;
        -ms-flex-basis: 35%;
        flex-basis: 35%;
        font-size: 1.4rem
    }

    .block-support-and-help-tabs .row-content .box.box-one {
        border-bottom: 2px solid #757575
    }

    .block-support-and-help-tabs .row-content .box.box-one h4 {
        display: none
    }

    .block-support-and-help-tabs .row-content .box.box-one p {
        font-size: 1.6rem;
        line-height: 2.1rem;
        font-weight: 700;
        width: 100%
    }

    .block-support-and-help-tabs .row-content .box.box-five {
        border-bottom: 2px solid #757575
    }

    .row-404-page h2 {
        font-size: 3rem;
        line-height: 30px;
        font-weight: 400
    }

    .row-404-page h3 {
        font-size: 1.6rem;
        line-height: 16px;
        font-weight: 400
    }

    .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: 90vh
    }

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

    .shipping-address-modal.modal-popup.modal-slide,.billing-address-modal.modal-popup.modal-slide {
        left: 0
    }

    .shipping-address-modal .modal-inner-wrap,.billing-address-modal .modal-inner-wrap {
        min-height: 400px
    }

    .shipping-address-modal .modal-inner-wrap h1.modal-title,.billing-address-modal .modal-inner-wrap h1.modal-title {
        border: none
    }

    .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
        clear: left;
        float: left;
        margin-top: 5px;
        position: relative;
        top: 5px
    }

    .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address {
        margin-top: 5px;
        position: absolute;
        right: 1rem;
        top: 0
    }

    .address-loading-mask {
        top: 105px
    }

    .lac-notification {
        padding: 5px 0
    }

    .lac-notification .lac-notification-icon {
        display: none
    }

    .lac-notification .lac-notification-text,.lac-notification .lac-notification-links {
        float: none;
        padding: 5px 0;
        text-align: center
    }

    .checkout-container .opc-estimated-wrapper {
        margin-top: 10px
    }

    .checkout-container .authentication-wrapper {
        margin-top: -12px
    }

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

    .banner-popup-modal-popup.banner-popup_earthday .modal-inner-wrap .modal-content {
        padding: 0 10px !important;
        overflow-x: hidden
    }

    .earthday-block .earthday-wrapper {
        margin-bottom: 47px
    }

    .earthday-block .earthday-wrapper .earthday-title-block {
        padding: 0 12px 0 6px;
        text-align: justify
    }

    .earthday-block .earthday-wrapper .earthday-content-block {
        padding: 0 9px 23px
    }

    .earthday-block .earthday-wrapper .earthday-content-block>.title {
        width: 50%;
        margin: -26px auto 34px;
        height: 27px;
        border-radius: 11px
    }

    .earthday-block .earthday-wrapper .earthday-content-block>.title h3 {
        line-height: 27px;
        font-size: 1.4rem;
        font-weight: 700
    }

    .earthday-block .earthday-wrapper .earthday-content-block .fieldset .field:nth-child(-n+4) {
        position: relative
    }

    .earthday-block .earthday-wrapper .earthday-content-block .fieldset .field:nth-child(-n+4):before {
        content: '*';
        position: absolute;
        top: 10px;
        left: 0
    }

    .earthday-block .earthday-wrapper .earthday-content-block .fieldset .field:nth-child(-n+4) label {
        display: none
    }

    .earthday-block .earthday-wrapper .earthday-content-block .fieldset .field:nth-child(-n+4) input {
        border-top: none;
        border-left: none;
        border-right: none
    }

    .earthday-block .earthday-wrapper .earthday-content-block .fieldset .field.earthday-proof-block {
        margin-top: 19px;
        width: 100%
    }

    .earthday-block .earthday-wrapper .earthday-content-block .fieldset .field.earthday-proof-block .control .up {
        margin-top: 13px
    }

    .earthday-block .earthday-wrapper .earthday-content-block .fieldset .field.earthday-proof-block .control .description {
        margin-top: 11px
    }

    .earthday-block .earthday-wrapper .earthday-content-block .fieldset .field:nth-child(n+6) label>span {
        display: block;
        line-height: 1.8
    }

    .earthday-block .earthday-wrapper .earthday-content-block .fieldset .field:nth-child(n+6) textarea {
        margin-top: 13px
    }

    .earthday-block .earthday-wrapper .earthday-content-block .fieldset .field:nth-child(n+6) .control .file-trigger {
        margin-top: 11px;
        display: inline-block
    }

    .earthday-block .earthday-wrapper .earthday-content-block .fieldset .field:nth-child(n+6) .control .image-show-wrapper img {
        margin-right: 5px
    }

    .earthday-block .earthday-wrapper .earthday-content-block .fieldset .field:nth-child(n+6) .description {
        margin-top: 11px
    }

    .earthday-block .earthday-wrapper .earthday-content-block .field.earthday-type-block {
        width: 28%
    }

    .block-product-amount-list {
        margin-top: 35px;
        width: 100%
    }

    .product-amount-grid .product-detail .product-amount-title {
        font-size: 2.1rem;
        margin: 0 0 0 10px
    }

    .product-amount-grid .product-detail .product-amount {
        font-size: 1.2rem;
        margin: 7px 0 13px 12px
    }

    .product-amount-grid .product-detail .product-amount .know-more-button {
        font-size: 1.3rem;
        margin-left: 10px
    }

    .product-amount-grid .product-list {
        width: auto;
        margin: 7px 23px 0 31px
    }

    .product-amount-grid .product-list .item-box li.item {
        margin-bottom: 35px;
        padding: 0 4px
    }

    .product-amount-grid .product-list .slick-prev {
        left: -3rem
    }

    .product-amount-grid .product-list .slick-next {
        right: -2.5rem
    }

    .product-amount-grid .product-list .product-item-wrapper .detail-box {
        padding: .6rem 1.2rem 1.5rem;
        height: 25rem;
        min-height: 25rem
    }

    .product-amount-grid .product-list .product-item-wrapper .detail-box .content-box .product-label-box .label-item {
        font-size: 1.2rem
    }

    .product-amount-grid .product-list .product-item-wrapper .detail-box .content-box .product-label-box {
        min-height: 18.5px;
        max-height: 37px
    }

    .product-amount-grid .product-list .product-item-wrapper .detail-box .content-box .product-name {
        font-size: 1.4rem;
        margin-top: 7px
    }

    .product-amount-grid .product-list .product-item-wrapper .detail-box .content-box .detail {
        font-size: 1.3rem;
        -webkit-line-clamp: 3
    }

    .product-amount-grid .product-list .product-item-wrapper .detail-box .product-price-box {
        top: 17.8rem
    }

    .product-amount-grid .product-list .product-item-wrapper .detail-box .product-price-box .price-box {
        margin: 0
    }

    .product-amount-grid .product-list .product-item-wrapper .detail-box .product-price-box .price-discount {
        margin-top: 5px
    }

    .product-amount-grid .product-list .product-item-wrapper .detail-box .product-price-box .price-discount,.product-amount-grid .product-list .product-item-wrapper .detail-box .product-price-box .price-sale span {
        font-size: 1.3rem
    }

    .product-amount-grid .product-list .product-item-wrapper .detail-box .product-price-box .price-box span.price-original {
        font-size: 1.2rem !important;
        padding-left: 5px
    }

    .product-amount-grid.common-product-amount-grid .product-list {
        margin: 10px 0 0
    }

    .product-amount-grid.common-product-amount-grid .product-list .item-box li.item {
        width: 50%
    }

    .categorypath-promotion.category-promotion .product-amount-grid .product-list {
        padding: 0 15px;
        width: auto
    }

    .return-landing-page h2,.return-goods h2,.return-goods-not h2,.exchange-page h2 {
        font-size: 1.8rem;
        margin-bottom: 11px;
        line-height: 24px
    }

    .return-info .entrance-return-info h4 {
        font-size: 1.6rem;
        margin: 0 0 34px;
        line-height: 21px
    }

    .return-info .entrance-return-info .entrance-return-content {
        text-align: center;
        max-width: 250px;
        margin: 0 auto
    }

    .return-info .entrance-return-info .entrance-return-content .goods-received {
        margin-bottom: 20px
    }

    .return-info .entrance-return-info .entrance-return-content .goods-not-received {
        margin-bottom: 37px
    }

    .return-info .entrance-return-info,.return-info .confirmed-return-info,.return-info .entrance-exchange-info,.return-info .confirmed-exchange-info {
        padding-bottom: 24px
    }

    .return-goods,.return-goods-not,.exchange-page {
        position: relative
    }

    .goods-content .legend a,.exchange-content .legend a {
        position: absolute;
        top: 3px;
        right: 0
    }

    .goods-content .upload-img-box.field,.exchange-content .upload-img-box.field {
        margin-bottom: 12px
    }

    .goods-content .upload-img-box.field .control,.exchange-content .upload-img-box.field .control {
        display: -webkit-flex;
        display: flex;
        flex-flow: column wrap;
        margin-top: 12px
    }

    .goods-content .upload-img-box.field .control .show_voucher,.exchange-content .upload-img-box.field .control .show_voucher {
        display: flex;
        align-items: center;
        flex-flow: row wrap
    }

    .goods-content .upload-img-box.field .control .show_voucher img,.exchange-content .upload-img-box.field .control .show_voucher img {
        max-width: 100px;
        margin-right: 5px
    }

    .goods-content .upload-img-box.field .control .description,.exchange-content .upload-img-box.field .control .description {
        padding-top: 8px
    }

    .goods-content .upload-img-box.field .control .file-trigger,.exchange-content .upload-img-box.field .control .file-trigger {
        width: 190px;
        height: 96px;
        border: 1px solid #505050;
        text-align: center;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        position: relative
    }

    .goods-content .upload-img-box.field .control .file-trigger #exchange_voucher,.exchange-content .upload-img-box.field .control .file-trigger #exchange_voucher {
        position: absolute;
        width: 100%;
        display: block;
        opacity: 0;
        top: 0;
        left: 0
    }

    .goods-content .upload-img-box.field .control .description_grey,.exchange-content .upload-img-box.field .control .description_grey {
        color: #666;
        font-size: 12px
    }

    .goods-content .field,.exchange-content .field {
        position: relative
    }

    .goods-content .field .control,.exchange-content .field .control {
        width: 100%
    }

    .goods-content .field.reasons label,.exchange-content .field.reasons label,.goods-content .field.other-reasons label,.exchange-content .field.other-reasons label,.goods-content .field.logistics-info label,.exchange-content .field.logistics-info label,.goods-content .field.logistics-number label,.exchange-content .field.logistics-number label,.goods-content .field.street-address label,.exchange-content .field.street-address label,.goods-content .field.consignee-name label,.exchange-content .field.consignee-name label,.goods-content .field.mobile-phone-number label,.exchange-content .field.mobile-phone-number label,.goods-content .field.region label,.exchange-content .field.region label,.goods-content .field.city label,.exchange-content .field.city label,.goods-content .field.district label,.exchange-content .field.district label {
        position: absolute;
        top: 4px;
        left: 0
    }

    .goods-content .field.reasons label:before,.exchange-content .field.reasons label:before,.goods-content .field.other-reasons label:before,.exchange-content .field.other-reasons label:before,.goods-content .field.logistics-info label:before,.exchange-content .field.logistics-info label:before,.goods-content .field.logistics-number label:before,.exchange-content .field.logistics-number label:before,.goods-content .field.street-address label:before,.exchange-content .field.street-address label:before,.goods-content .field.consignee-name label:before,.exchange-content .field.consignee-name label:before,.goods-content .field.mobile-phone-number label:before,.exchange-content .field.mobile-phone-number label:before,.goods-content .field.region label:before,.exchange-content .field.region label:before,.goods-content .field.city label:before,.exchange-content .field.city label:before,.goods-content .field.district label:before,.exchange-content .field.district label:before {
        position: absolute;
        top: 6px;
        left: 0;
        float: left;
        margin: 0 5px 0 0;
        color: #000
    }

    .goods-content .field.reasons label span,.exchange-content .field.reasons label span,.goods-content .field.other-reasons label span,.exchange-content .field.other-reasons label span,.goods-content .field.logistics-info label span,.exchange-content .field.logistics-info label span,.goods-content .field.logistics-number label span,.exchange-content .field.logistics-number label span,.goods-content .field.street-address label span,.exchange-content .field.street-address label span,.goods-content .field.consignee-name label span,.exchange-content .field.consignee-name label span,.goods-content .field.mobile-phone-number label span,.exchange-content .field.mobile-phone-number label span,.goods-content .field.region label span,.exchange-content .field.region label span,.goods-content .field.city label span,.exchange-content .field.city label span,.goods-content .field.district label span,.exchange-content .field.district label span {
        display: none
    }

    .goods-content .field.reasons label,.exchange-content .field.reasons label,.goods-content .field.region label,.exchange-content .field.region label,.goods-content .field.city label,.exchange-content .field.city label,.goods-content .field.district label,.exchange-content .field.district label {
        display: block
    }

    .goods-content .field.reasons label:before,.exchange-content .field.reasons label:before,.goods-content .field.region label:before,.exchange-content .field.region label:before,.goods-content .field.city label:before,.exchange-content .field.city label:before,.goods-content .field.district label:before,.exchange-content .field.district label:before {
        left: 11px
    }

    .goods-content .field.reasons select,.exchange-content .field.reasons select,.goods-content .field.region select,.exchange-content .field.region select,.goods-content .field.city select,.exchange-content .field.city select,.goods-content .field.district select,.exchange-content .field.district select,.goods-content .field.reasons input,.exchange-content .field.reasons input,.goods-content .field.region input,.exchange-content .field.region input,.goods-content .field.city input,.exchange-content .field.city input,.goods-content .field.district input,.exchange-content .field.district input {
        padding: 5px 20px 4px
    }

    .goods-content .field.other-reasons .control input,.exchange-content .field.other-reasons .control input,.goods-content .field.logistics-number .control input,.exchange-content .field.logistics-number .control input,.goods-content .field.logistics-info .control input,.exchange-content .field.logistics-info .control input,.goods-content .field.street-address .control input,.exchange-content .field.street-address .control input,.goods-content .field.consignee-name .control input,.exchange-content .field.consignee-name .control input,.goods-content .field.mobile-phone-number .control input,.exchange-content .field.mobile-phone-number .control input {
        border: 0;
        border-bottom: 1px solid #505050
    }

    .goods-content .field.logistics-info,.exchange-content .field.logistics-info {
        padding-top: 5px
    }

    .goods-content .field.logistics-info label,.exchange-content .field.logistics-info label {
        padding: 0 0 7px
    }

    .goods-content .field.logistics-info .control select,.exchange-content .field.logistics-info .control select {
        margin-bottom: 7px
    }

    .goods-content .field.logistics-number,.exchange-content .field.logistics-number {
        padding-bottom: 13px
    }

    .goods-content .field input,.exchange-content .field input {
        padding: 0 11px
    }

    .goods-content .field select,.exchange-content .field select {
        padding: 5px 20px 4px
    }

    .goods-content .return-action button,.exchange-content .return-action button,.goods-content .return-action .cart.table-wrapper .actions-toolbar>.action,.exchange-content .return-action .cart.table-wrapper .actions-toolbar>.action,.goods-content .return-action .action-gift,.exchange-content .return-action .action-gift {
        width: 150px
    }

    .goods-content .return-alert span,.exchange-content .return-alert span {
        font-size: 1.2rem
    }

    .confirmed-return-info .text-confirmed,.confirmed-exchange-info .text-confirmed {
        text-align: center;
        padding-bottom: 27px
    }

    .exchange-content .field-area-group.new-delivery-address>label {
        display: block;
        padding: 0 0 8px
    }

    .exchange-content .field-area-group.new-delivery-address .control select:first-child,.exchange-content .field-area-group.new-delivery-address .control select:nth-child(2) {
        margin-right: 5px
    }

    .exchange-content .field-area-group.new-delivery-address .control input {
        border-bottom: 1px solid #505050
    }

    .contact-our-service.noUrl {
        display: none !important
    }

    .catalog-product-buybox.page-product-bundle {
        padding-bottom: 55px
    }

    .catalog-product-buybox.page-product-bundle .configure-tip-block {
        margin-top: 20px
    }

    #bundleSummary .pre-order {
        background: #f2f2f2;
        text-align: center;
        height: 24px;
        line-height: 24px;
        width: 100%;
        position: fixed;
        bottom: 74px;
        left: 0;
        display: block;
        z-index: 2
    }

    #bundleSummary .box-tocart {
        display: none
    }

    .bundle-header-addtocart {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 55px;
        padding: 10px 0
    }

    .bundle-header-addtocart .bundle-heade-content .left-product-name {
        display: none
    }

    .bundle-header-addtocart .bundle-heade-content .right-add-to-cart {
        width: 100%
    }

    .bundle-header-addtocart .bundle-heade-content .right-add-to-cart .price-part {
        margin: 8px 0 0 12px
    }

    .bundle-header-addtocart .bundle-heade-content .right-add-to-cart .add-btn {
        margin: 8px 12px 0 0
    }

    .bundle-options-container {
        margin: 0 auto;
        width: 100%
    }

    .bundle-options-container .product-info-main {
        top: 0;
        width: 100%;
        position: inherit;
        padding: 0 24px;
        box-sizing: border-box
    }

    .bundle-options-container .product-info-main .product-info-picture .backto-buybox {
        padding: 17px 0 33px;
        margin: 0 !important
    }

    .bundle-options-container .product-add-form {
        width: 100%;
        padding: 0;
        margin-bottom: 0 !important;
        border-bottom: none !important
    }

    .bundle-options-container .swatch-attribute.specification .swatch-option.text {
        min-height: 177px !important
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.has-value.configurable {
        margin-bottom: 0 !important
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .field.choice label.label {
        padding: 20px !important;
        width: calc((100% - 45px));
        margin: 0 auto
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.fixed .control .options-list {
        padding: 34px 0 !important
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.fixed .control .options-list .swiper-container {
        width: 100%;
        max-width: 302px
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.fixed .control .options-list .swiper-container .field.choice label.label {
        width: 100% !important;
        max-width: 302px !important;
        box-sizing: border-box
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.fixed .control .options-list .swiper-button-prev {
        right: calc((50% + 160px));
        left: auto
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.fixed .control .options-list .swiper-button-next {
        left: calc((50% + 160px));
        right: auto
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect {
        position: relative
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary {
        font-size: 16px;
        padding-left: 32px
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary:before {
        left: 6px
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary span.selected-result {
        position: inherit;
        width: 100%;
        margin: 0;
        display: block;
        font-size: 12px;
        max-width: 100%
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary .result-price .price,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary .result-price .month-price {
        font-size: 14px;
        font-weight: 400
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary .result-price .text-all-option {
        font-size: 12px;
        margin-top: 22px
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .options-list,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .options-list {
        padding: 34px 36px;
        margin-top: 14px
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .swatch-opt {
        margin: 22px auto 32px;
        max-width: 285px
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.radio-options .control,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .control {
        margin: 0
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type {
        margin: 22px 32px;
        display: flex;
        flex-direction: column
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type button,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type .cart.table-wrapper .actions-toolbar>.action,.bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .choose-bundle-type .action-gift {
        width: 100%;
        max-width: 285px;
        min-height: 49px;
        margin: 0 auto 22px !important;
        display: block
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute .swatch-attribute-label {
        font-size: 16px
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute .swatch-option.text {
        width: 100%;
        height: 49px;
        line-height: 49px;
        margin-bottom: 20px
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .price-part {
        margin-top: 14px
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .swatch-option.text .config-options {
        padding: 35px 14px 15px
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect {
        padding-top: 0 !important;
        border-top: none !important
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect summary {
        margin: 0 10px 0 13px;
        padding-top: 27px;
        border-top: 1px solid #d2d2d2
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect summary .result-price .price {
        top: 27px !important
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect summary .result-price .month-price {
        top: 51px !important
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed-title+.tab-effect.fixed[open] {
        margin-top: -35px
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed {
        border-top: none !important;
        padding-top: 0 !important
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed:not(.hide)[open] {
        padding-bottom: 30px;
        margin-bottom: 0 !important
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed:not(.hide)[open].show-fixed-span {
        padding-bottom: 0 !important
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed.show-fixed-span .mobile-fixed-show-button {
        bottom: 13px
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed.show-fixed-span .mobile-fixed-show-button:after {
        transform: rotate(-90deg) !important
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed-show-button {
        display: block;
        position: absolute;
        font-size: 14px;
        color: #0067b8;
        right: calc((((100% - 302px)/2) + 14px));
        bottom: 0
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed-show-button:after {
        content: "\e918";
        transform: rotate(90deg);
        font-family: "ms-icon";
        font-size: 14px;
        color: #0067b8;
        position: absolute;
        bottom: -1px;
        right: -15px;
        z-index: 10
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed {
        padding-top: 11px
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed button,.bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed .cart.table-wrapper .actions-toolbar>.action,.bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed .action-gift {
        display: block;
        width: 100%;
        max-width: 302px;
        height: 70px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 21px;
        background: 0 0;
        position: relative
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed button .label,.bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed .cart.table-wrapper .actions-toolbar>.action .label,.bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed .action-gift .label {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 12px;
        width: 54px;
        height: 20px;
        text-align: center;
        line-height: 18px;
        background: #fdd900
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed button .saved-price-notice,.bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed .cart.table-wrapper .actions-toolbar>.action .saved-price-notice,.bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed .action-gift .saved-price-notice {
        display: block;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        color: #d63a02
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed button:hover,.bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed .cart.table-wrapper .actions-toolbar>.action:hover,.bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed .action-gift:hover {
        color: #000 !important
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed button.selected,.bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed .cart.table-wrapper .actions-toolbar>.action.selected,.bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed .action-gift.selected {
        border: 2px solid #000;
        position: relative
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed button.selected:after,.bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed .cart.table-wrapper .actions-toolbar>.action.selected:after,.bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed .action-gift.selected:after {
        font-family: "ms-icon";
        position: absolute;
        content: "\e73d";
        right: 0;
        top: 0;
        font-size: 18px;
        line-height: 1
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed button.no-stock,.bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed .cart.table-wrapper .actions-toolbar>.action.no-stock,.bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed .action-gift.no-stock {
        border-color: #737373 !important;
        opacity: .3;
        position: relative
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed button.no-stock:before,.bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed .cart.table-wrapper .actions-toolbar>.action.no-stock:before,.bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed .action-gift.no-stock:before {
        position: absolute;
        content: "缺货";
        left: 10px;
        top: 10px;
        font-size: 14px;
        line-height: 1;
        font-weight: 700
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed button.no-stock .label,.bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed .cart.table-wrapper .actions-toolbar>.action.no-stock .label,.bundle-options-container .bundle-options-wrapper .tab-effect.fixed .mobile-fixed .action-gift.no-stock .label {
        display: none !important
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control {
        margin-top: 0 !important;
        position: relative
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control:before {
        content: "套餐包含：";
        font-size: 14px;
        color: #000;
        line-height: 24px;
        position: absolute;
        top: 19px;
        left: 45px;
        z-index: 10
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice {
        pointer-events: none
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .label-new+.text-cloum {
        margin-top: 68px
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .product-item-details {
        pointer-events: auto;
        height: 68px
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .product-item-details>div {
        display: flex;
        justify-content: start;
        margin: 10px 0;
        flex-wrap: wrap
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .product-item-details>div .advanced-selection-option {
        width: calc(((100% - 42px)/4));
        max-width: 50px;
        height: 19px;
        margin-right: 14px;
        border: 1px solid #737372;
        margin-bottom: 5px;
        box-sizing: border-box;
        cursor: pointer;
        text-align: center
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .product-item-details>div .advanced-selection-option:nth-child(4n+4) {
        margin-right: 0 !important
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .product-item-details>div .advanced-selection-option.selected {
        border: 2px solid #000 !important
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .product-item-details>div .advanced-selection-option.no-stock {
        background: rgba(0,0,0,.4);
        text-align: center;
        line-height: 15px;
        cursor: default !important
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .product-item-details>div .advanced-selection-option.no-stock span {
        color: #000;
        font-size: 12px
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .product-item-details>div .advanced-selection-option img {
        width: 15px;
        height: 15px
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .price-cloum {
        padding-left: 0 !important
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .price-cloum:before {
        content: "" !important;
        width: 0 !important;
        height: 0 !important
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .price-cloum .price-saved-notice {
        height: 19px;
        display: block;
        font-size: 12px;
        line-height: 16px;
        color: #cb3701
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice input:checked+label.label {
        border: 1px solid #737373 !important
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice input:checked+label.label .price-cloum:before {
        content: "" !important;
        width: 0 !important;
        height: 0 !important
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed summary {
        display: none !important;
        overflow: hidden !important
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed-title .control {
        display: none !important
    }

    .modal-popup.modal-slide.config-promise-popup {
        left: 0
    }

    .config-promise-popup.modal-popup._show.modal-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        top: 0;
        left: 0
    }

    .config-promise-popup.modal-popup._show.modal-slide .modal-inner-wrap {
        width: 90%;
        background: #fff;
        height: 80%
    }

    .config-promise-popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-footer {
        display: none
    }

    .config-promise-popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content {
        padding: 0
    }

    .config-promise-popup-content .tab-content {
        padding: 20px 8px
    }

    .config-promise-popup-content .tab-content .list {
        display: none
    }

    .config-promise-popup-content .tab-content .list:first-child {
        display: block
    }

    .config-promise-popup-content .tab-content .title {
        font-size: 14px;
        font-weight: 700
    }

    .config-promise-popup-content .tab-content .table-box {
        border-top: solid 2px #757575;
        border-bottom: solid 2px #757575;
        display: flex;
        flex-flow: column
    }

    .config-promise-popup-content .tab-content .table-box .col {
        display: flex;
        border-bottom: solid 1px #d2d2d2;
        padding: 15px 0
    }

    .config-promise-popup-content .tab-content .table-box .col .col-1 {
        font-weight: 700
    }

    .config-promise-popup-content .tab-content .table-box .col div {
        width: calc(100%/3)
    }

    .config-promise-popup-content .tab-content .little-des {
        font-size: 12px;
        margin-top: 12px
    }

    .config-promise-popup-content .tab-content .return-link {
        margin-top: 14px;
        display: inline-block
    }

    .config-promise-popup-content .tab-content .weight-title {
        font-size: 14px;
        font-weight: 700
    }

    .config-promise-popup-content .tab-content .service-table {
        border-top: solid 2px #757575;
        border-bottom: solid 2px #757575;
        margin-top: 8px
    }

    .config-promise-popup-content .tab-content .service-table .service-row {
        display: flex;
        border-top: solid 1px #d2d2d2
    }

    .config-promise-popup-content .tab-content .service-table .service-row:first-child {
        border: none
    }

    .config-promise-popup-content .tab-content .service-table .service-row .col-1 {
        width: 70%;
        padding: 8px 0
    }

    .config-promise-popup-content .tab-content .service-table .service-row .col-2 {
        width: 30%;
        padding: 8px 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .config-promise-popup-content .tab-content .service-table .service-row .col-2 .dot {
        display: inline-block;
        width: 5px;
        height: 5px;
        border: solid 1px #000;
        background: #000;
        border-radius: 50%
    }

    .config-promise-popup-content .tab-menu {
        display: flex;
        padding: 0 10px;
        border-bottom: solid 2px #000;
        justify-content: center
    }

    .config-promise-popup-content .tab-menu .menu {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 0;
        border: solid 1px #d2d2d2;
        margin-right: -1px;
        background: #e7e7e7;
        margin-top: 4px;
        cursor: pointer
    }

    .config-promise-popup-content .tab-menu .menu.active {
        margin-bottom: -2px;
        border-bottom: solid 2px transparent;
        padding-top: 8px;
        box-sizing: content-box;
        border-top: 2px solid #000;
        border-left: 2px solid #000;
        border-right: 2px solid #000;
        margin-right: 0;
        margin-top: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #fff
    }

    .config-promise-popup-content .tab-menu .menu.active i {
        color: #000
    }

    .config-promise-popup-content .tab-menu .menu.active span {
        font-weight: 700;
        color: #000
    }

    .config-promise-popup-content .tab-menu .menu i {
        font-size: 18px;
        color: #3e3e3e
    }

    .config-promise-popup-content .tab-menu .menu span {
        font-size: 14px;
        color: #3e3e3e
    }

    .config-promise-popup-content .swiper-button-next {
        background: #fff;
        right: 0
    }

    .config-promise-popup-content .swiper-button-next.swiper-button-disabled {
        display: none
    }

    .config-promise-popup-content .swiper-button-next:after {
        font-size: 20px;
        color: #000
    }

    .config-promise-popup-content .swiper-button-prev {
        background: #fff;
        left: 0
    }

    .config-promise-popup-content .swiper-button-prev.swiper-button-disabled {
        display: none
    }

    .config-promise-popup-content .swiper-button-prev:after {
        font-size: 20px;
        color: #000
    }

    .promise-box {
        display: flex;
        flex-flow: wrap;
        margin: 0 25px
    }

    .promise-box .list {
        width: 50%;
        display: flex;
        align-items: center;
        margin-bottom: 8px
    }

    .promise-box .list i {
        font-size: 30px
    }

    .promise-box .list span {
        font-size: 14px;
        margin-left: 5px
    }

    .bundle-header-addtocart #bundleHeaderSummary .price-box.price-configured_price.reduction_flex {
        right: inherit;
        margin: 0 0 0 15px
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary .result-price {
        display: flex;
        position: relative;
        left: 0;
        flex-direction: column
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary .result-price span.text-all-option {
        flex: 2;
        display: block
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary .result-price span.selected-price.price {
        display: block;
        position: relative;
        top: 0 !important
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect summary .result-price span.selected-installment-price.month-price {
        flex: 1;
        position: relative;
        top: 0 !important
    }

    .product .product-reviews-summary.short .rating-summary,.sub-category-slider .product-reviews-summary.short .rating-summary {
        margin-right: 8px
    }

    .product .product-reviews-summary .rating-result,.sub-category-slider .product-reviews-summary .rating-result {
        width: 84px
    }

    .product .product-reviews-summary .rating-result:before,.sub-category-slider .product-reviews-summary .rating-result:before {
        font-size: 1.4rem
    }

    .product .product-reviews-summary .rating-result>span:before,.sub-category-slider .product-reviews-summary .rating-result>span:before {
        font-size: 1.4rem
    }

    .main .bundle-options-container .product-info-main .product-info-picture {
        margin-top: 0 !important
    }

    .bundle-options-container.hasEduBundle .mobile-bundle-title .product-name-title {
        margin-top: 80px
    }

    .edu_bundle_select {
        min-width: 100%;
        width: calc(100% + 36px);
        margin-left: -18px
    }

    .edu_bundle_select .select_tilte {
        font-size: 16px
    }

    .product-add-form .config-bundle-box .config-addition-text {
        display: none;
        width: calc(60%)
    }

    .product-info-picture .config-bundle-box {
        margin-bottom: 10px
    }

    .config-bundle-box .config-promotion-text {
        position: fixed;
        width: 100%;
        background: #f2f2f2;
        padding: 0 25px;
        z-index: 149;
        top: 45px;
        color: #d63a02;
        box-sizing: border-box
    }

    .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.specification .promotion-text-tip {
        margin-top: -20px;
        padding-bottom: 20px;
        color: #d63a02
    }

    summary .promotion-text-tip {
        display: none
    }

    .config-bundle-box.no-promotion {
        display: none
    }

    .config-bundle-box.have-addition.no-promotion {
        display: block
    }

    .config-bundle-box.have-addition.no-promotion .config-promotion-text {
        display: none
    }

    .right-add-to-cart .go-to-miniapp-box {
        display: none
    }

    .bundle-info .go-to-miniapp-box {
        display: flex;
        flex-flow: column
    }

    .bundle-info .go-to-miniapp-box .miniapp-pictuer {
        width: 120px;
        border: solid 1px #000;
        margin-bottom: 12px;
        box-sizing: border-box
    }

    .radio-options.tab-effect .bottom-bto,.checkbox-options.tab-effect .bottom-bto {
        margin: 0 13px
    }

    .catalog-product-buybox .page-main {
        padding: 0 !important
    }

    .product-info-main {
        margin-top: 24px
    }

    .product-info-main .product-info-win {
        display: none;
        padding: 30px 0 0
    }

    .product-info-main .product-info-win .win11Label {
        background: #f5f5f5;
        padding: 15px
    }

    .product-info-main .product-info-win .win11Label .win11Label_picture {
        padding: 0 0 15px
    }

    .product-info-main .product-info-win .win11Label .win11Label_text {
        font-size: 15px
    }

    .product-info-main .product-info-win .win11Label .win11Label_text p {
        margin: 0
    }

    .product-info-main .product-info-win .win11Label .win11Label_text a {
        font-weight: 600
    }

    .product-info-picture {
        margin-bottom: 24px
    }

    .product-info-main-text,.product-info-price,.product-info-price-after,.product-add-form,.product-info-after,.product-info-main-bottom {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 1px
    }

    .product-info-main-bottom {
        background-color: #fff
    }

    .catalog-product-buybox .fixed_active .header-container {
        z-index: 900
    }

    .buybox-footer-action {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 10px 12px;
        width: 100%;
        z-index: 100;
        background-color: #fff;
        justify-content: space-between;
        box-sizing: border-box
    }

    .buybox-footer-action .buybox-price,.buybox-footer-action .buybox-action {
        display: inline-block
    }

    .product-options-bottom .buybox-footer-action .box-tocart {
        margin: 0
    }

    .product-options-bottom .buybox-footer-action .box-tocart .fieldset {
        margin: 0
    }

    .product-options-bottom .buybox-footer-action .box-tocart .fieldset .actions .action.primary {
        width: auto
    }

    .product-options-bottom .buybox-footer-action .box-tocart .actions .action.primary {
        width: auto
    }

    .product-img-dialog.modal-popup.modal-slide._show {
        top: 10px;
        left: 10px
    }

    .product-img-dialog.modal-popup.modal-slide._show._inner-scroll .modal-inner-wrap {
        height: calc(100% - 10px);
        width: calc(100% - 10px);
        background-color: #fff
    }

    .product-img-dialog.modal-popup.modal-slide._show .modal-header {
        padding: 10px 0 3px 23px;
        height: 18px
    }

    .product-img-dialog.modal-popup.modal-slide._show .modal-header h1 {
        padding-bottom: 0;
        line-height: 18px;
        font-size: 1.6rem
    }

    .product-img-dialog.modal-popup.modal-slide._show .modal-content {
        padding-left: 23px;
        padding-right: 23px;
        padding-bottom: 0
    }

    .product-img-dialog .pdp-img-count {
        margin: 0 0 9px;
        line-height: 16px;
        font-size: 1.4rem
    }

    .product-img-dialog .pdp-img-list .pdp-img-item {
        margin-bottom: 10px
    }

    .product-img-dialog .pdp-img-list .pdp-img-item img {
        max-width: auto
    }

    .stock-notification {
        width: 90%
    }

    .stock-notification.modal-popup.modal-slide._show {
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        max-width: 700px;
        transform: translate(-50%,-50%)
    }

    .stock-notification.modal-popup.modal-slide._show .modal-inner-wrap[class] {
        background-color: #fff
    }

    .stock-notification .fieldset>.field {
        position: relative
    }

    .stock-notification .fieldset>.field.required>.label {
        display: inline-block;
        position: absolute;
        top: 5px
    }

    .stock-notification .fieldset>.field:not(.choice) .control {
        display: inline-block;
        width: calc(100% - 80px);
        padding: 0 0 0 80px
    }

    .stock-notification .actions-toolbar>.primary,.stock-notification .actions-toolbar>.secondary {
        display: inline-block
    }

    .product.data.items.tablist.sticky-tablist {
        padding-top: 33px
    }

    .product.data.items.tablist.sticky-tablist .tablist-title {
        top: 45px
    }

    .product.data.items.tablist .tablist-title-box {
        display: flex;
        justify-content: center;
        width: 100%
    }

    .product.data.items.tablist .tablist-title-box .tablist-product-name {
        display: none !important
    }

    .product.data.items.tablist .tablist-title {
        height: auto;
        text-align: left
    }

    .product.data.items.tablist .tablist-title .item.title {
        text-align: center;
        margin-top: 2px
    }

    .product.data.items.tablist .tablist-title .item.title>.switch {
        min-width: unset;
        height: 29px;
        padding: 5px 25px !important;
        font-size: 14px;
        display: flex;
        align-items: center
    }

    .product.data.items.tablist .tablist-title .item.title.active {
        margin-top: 0
    }

    .product.data.items.tablist .tablist-title .item.title.active>.switch {
        height: 31px;
        padding-top: 7px !important
    }

    .product.data.items.tablist .tablist-content {
        padding: 0 16px 24px
    }

    .banner-box-wrapper .swatch-attribute.color .swatch-attribute-options {
        justify-content: center
    }

    .banner-box-wrapper .swatch-attribute.color .swatch-attribute-options .swatch-option {
        margin: 0 10px 24px
    }

    .product-options-bottom {
        display: none
    }

    .primary-banner .banner-box-wrapper .banner-box {
        padding: 27px;
        text-align: left
    }

    .primary-banner .banner-box-wrapper .banner-box .banner-title {
        text-align: center
    }

    .primary-banner .banner-box-wrapper .banner-box .banner-desc {
        text-align: center
    }

    .main-text-bottom {
        padding: 15px 15px 0 0;
        margin-bottom: 0
    }

    .product-info-main .price-box .price-wrapper .price,.product-info-main .price-box .price-label,.product-info-main .product-info-buyinfo .product-info-price,.product-options-bottom .price-box .price-wrapper .price {
        font-size: 2rem !important;
        font-weight: 700
    }

    .product-info-main .product-info-buyinfo .product-info-price {
        padding-top: 13.5px;
        border-top: 1px solid #d2d2d2;
        margin-top: 23.5px;
        font-size: 14px !important;
        font-weight: 400
    }

    .product-info-main .product-info-buyinfo .product-info-price>div {
        display: block
    }

    .product-info-main .product-info-buyinfo .product-info-price .price {
        font-weight: 700;
        font-size: 24px
    }

    .product-info-after.widget-wrapper.clearfix .pre-order-product {
        background: #f2f2f2;
        text-align: center;
        height: 24px;
        line-height: 24px;
        width: 100%;
        position: fixed;
        bottom: 55px;
        left: 0;
        display: block;
        z-index: 2
    }

    .product-info-after.widget-wrapper.clearfix .product-form-after {
        border-top: 1px solid #d2d2d2;
        margin-top: 1px;
        padding-top: 11px;
        width: 120%;
        margin-left: -15px;
        padding-left: 15px
    }

    .page-layout-subscribe .product.data.items.tablist .tablist-title-box .tablist-buyinfo {
        display: none
    }

    .page-layout-subscribe .action.primary.btn-signup-products {
        width: 109px;
        height: 40px;
        margin-top: 38px;
        padding: 0
    }

    .page-layout-subscribe .signup-tip {
        font-size: 12px;
        margin-top: 4px;
        margin-bottom: 0
    }

    .product-info-main-text .buy-box-label {
        margin-top: 10px
    }

    .bankimg_popup.modal-popup._show.modal-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        top: 0;
        left: 0
    }

    .bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap {
        width: 90%
    }

    .bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content {
        padding: 0 18px 30px
    }

    .bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup-commercial .single-popup-box .single-popup-title,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .promotion-installment-popup .single-popup-box .single-popup-title,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup .single-popup-box .single-popup-title,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .single-installment-popup .single-popup-box .single-popup-title,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup-commercial .saa-popup-box .single-popup-title,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .promotion-installment-popup .saa-popup-box .single-popup-title,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup .saa-popup-box .single-popup-title,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .single-installment-popup .saa-popup-box .single-popup-title,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup-commercial .single-popup-box .saa-popup-title,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .promotion-installment-popup .single-popup-box .saa-popup-title,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup .single-popup-box .saa-popup-title,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .single-installment-popup .single-popup-box .saa-popup-title,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup-commercial .saa-popup-box .saa-popup-title,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .promotion-installment-popup .saa-popup-box .saa-popup-title,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup .saa-popup-box .saa-popup-title,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .single-installment-popup .saa-popup-box .saa-popup-title {
        margin-bottom: 14px;
        text-align: center
    }

    .bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup-commercial .single-popup-box .single-popup-title h2,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .promotion-installment-popup .single-popup-box .single-popup-title h2,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup .single-popup-box .single-popup-title h2,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .single-installment-popup .single-popup-box .single-popup-title h2,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup-commercial .saa-popup-box .single-popup-title h2,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .promotion-installment-popup .saa-popup-box .single-popup-title h2,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup .saa-popup-box .single-popup-title h2,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .single-installment-popup .saa-popup-box .single-popup-title h2,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup-commercial .single-popup-box .saa-popup-title h2,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .promotion-installment-popup .single-popup-box .saa-popup-title h2,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup .single-popup-box .saa-popup-title h2,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .single-installment-popup .single-popup-box .saa-popup-title h2,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup-commercial .saa-popup-box .saa-popup-title h2,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .promotion-installment-popup .saa-popup-box .saa-popup-title h2,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup .saa-popup-box .saa-popup-title h2,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .single-installment-popup .saa-popup-box .saa-popup-title h2 {
        line-height: normal;
        margin: 0;
        font-size: 18px
    }

    .bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup-commercial .single-popup-box p,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .promotion-installment-popup .single-popup-box p,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup .single-popup-box p,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .single-installment-popup .single-popup-box p,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup-commercial .saa-popup-box p,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .promotion-installment-popup .saa-popup-box p,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup .saa-popup-box p,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .single-installment-popup .saa-popup-box p {
        margin-bottom: 14px
    }

    .bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup-commercial .single-popup-box p.mobile,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .promotion-installment-popup .single-popup-box p.mobile,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup .single-popup-box p.mobile,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .single-installment-popup .single-popup-box p.mobile,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup-commercial .saa-popup-box p.mobile,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .promotion-installment-popup .saa-popup-box p.mobile,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup .saa-popup-box p.mobile,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .single-installment-popup .saa-popup-box p.mobile {
        font-size: 12px;
        margin-top: 15px
    }

    .bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup-commercial .single-popup-box a,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .promotion-installment-popup .single-popup-box a,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup .single-popup-box a,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .single-installment-popup .single-popup-box a,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup-commercial .saa-popup-box a,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .promotion-installment-popup .saa-popup-box a,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup .saa-popup-box a,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .single-installment-popup .saa-popup-box a {
        text-align: center;
        display: inline-block;
        width: 100%
    }

    .bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup-commercial .single-popup-box .bankimg-box,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .promotion-installment-popup .single-popup-box .bankimg-box,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup .single-popup-box .bankimg-box,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .single-installment-popup .single-popup-box .bankimg-box,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup-commercial .saa-popup-box .bankimg-box,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .promotion-installment-popup .saa-popup-box .bankimg-box,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup .saa-popup-box .bankimg-box,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .single-installment-popup .saa-popup-box .bankimg-box {
        display: flex;
        flex-wrap: wrap
    }

    .bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup-commercial .single-popup-box .bankimg-box .img-list,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .promotion-installment-popup .single-popup-box .bankimg-box .img-list,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup .single-popup-box .bankimg-box .img-list,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .single-installment-popup .single-popup-box .bankimg-box .img-list,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup-commercial .saa-popup-box .bankimg-box .img-list,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .promotion-installment-popup .saa-popup-box .bankimg-box .img-list,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup .saa-popup-box .bankimg-box .img-list,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .single-installment-popup .saa-popup-box .bankimg-box .img-list {
        width: 33.33%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px
    }

    .bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup-commercial .single-popup-box .bankimg-box .img-list img,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .promotion-installment-popup .single-popup-box .bankimg-box .img-list img,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup .single-popup-box .bankimg-box .img-list img,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .single-installment-popup .single-popup-box .bankimg-box .img-list img,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup-commercial .saa-popup-box .bankimg-box .img-list img,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .promotion-installment-popup .saa-popup-box .bankimg-box .img-list img,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .saa-installment-popup .saa-popup-box .bankimg-box .img-list img,.bankimg_popup.modal-popup._show.modal-slide .modal-inner-wrap .modal-content .single-installment-popup .saa-popup-box .bankimg-box .img-list img {
        width: 100px
    }

    .product-options-bottom.bto-show {
        display: block
    }

    .accessories-category-page {
        margin-top: 40px
    }

    .accessories-category-page .sub-category-content .toolbar-products {
        top: -40px
    }

    .categorypath-promotion.category-promotion .accessories-category-page {
        padding: 0 15px
    }

    .private-landing-category .private-tab {
        margin-top: 45px
    }

    .private-landing-category .private-tab .private-sorter.sorter {
        position: absolute;
        top: 0;
        right: 0;
        display: flex
    }

    .private-landing-category .private-tab .private-sorter.sorter .sorter-label {
        white-space: nowrap;
        line-height: 40px
    }

    .private-landing-category .private-tab .private-sorter.sorter .sorter-select {
        height: 40px;
        background-color: #d9d9d9
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner].choose-office,[data-content-type=row][data-appearance=contained] [data-element=inner].office-features {
        padding-bottom: 38px !important
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner].office-mac-high {
        border: 1px solid #d2d2d2 !important;
        margin-bottom: 24px !important
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner].office-mac-high .pagebuilder-column-group {
        padding: 0 !important
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner].office-mac-high .office-high-desc {
        padding: 47px 0 31px
    }

    .game-category-page.game-category-page-layout2 .product-items .product-item .product-item-details {
        height: 244px
    }

    .game-category-page.game-category-page-layout2 .product-items .product-item-name .product-item-link {
        height: 43px
    }

    .game-category-page.game-category-page-layout2 .sub-category-menu.sub-category-menu-fixed {
        display: block;
        position: fixed;
        left: 0;
        top: 44px;
        background: #fff;
        width: 100%;
        height: 50px;
        line-height: 50px;
        box-shadow: 0px 1px 18px rgba(0,0,0,.1);
        z-index: 10;
        margin: 0
    }

    .nav-subsection .subsection-desktop {
        display: none
    }

    .nav-subsection .nav-subsection-wrapper {
        align-content: flex-start
    }

    .nav-subsection .nav-subsection-wrapper span {
        margin-top: 14px
    }

    .category-cms img {
        width: 100%
    }

    .xbox-newage-desc h2,.xbox-oneapp-desc h2 {
        font-size: 1.6rem
    }

    .video-section {
        display: none !important
    }

    .sub-category-slider {
        margin-bottom: 24px !important
    }

    .sub-category-default .slick-list,.sub-category-game .slick-list,.sub-category-slider .slick-list {
        max-width: calc((100% - 30px))
    }

    .default-category-page .toolbar,.game-category-page .toolbar,.external-category-page .toolbar {
        width: 55%;
        top: 23px
    }

    .default-category-page .toolbar .toolbar-sorter,.game-category-page .toolbar .toolbar-sorter,.external-category-page .toolbar .toolbar-sorter {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        display: flex;
        align-items: center
    }

    .default-category-page .toolbar .sorter-label,.game-category-page .toolbar .sorter-label,.external-category-page .toolbar .sorter-label {
        width: 75px
    }

    .default-category-page .toolbar .sorter-options,.game-category-page .toolbar .sorter-options,.external-category-page .toolbar .sorter-options {
        width: calc((100% - 100px));
        margin: 0
    }

    .default-category-page .toolbar-sorter,.game-category-page .toolbar-sorter,.external-category-page .toolbar-sorter {
        padding-left: 5px
    }

    .default-category-page .sub-category-content,.game-category-page .sub-category-content,.external-category-page .sub-category-content {
        padding-top: 23px
    }

    .default-category-page .sub-category-name,.game-category-page .sub-category-name,.external-category-page .sub-category-name {
        width: 45%
    }

    .default-category-page .product .short-description,.game-category-page .product .short-description,.external-category-page .product .short-description {
        font-size: 1.2rem !important
    }

    .default-category-page .product .short-description p,.game-category-page .product .short-description p,.external-category-page .product .short-description p,.default-category-page .product .short-description ul li,.game-category-page .product .short-description ul li,.external-category-page .product .short-description ul li {
        font-size: 1.2rem !important
    }

    .windows-tab .windows-product {
        display: inline-block !important;
        padding-right: 9px;
        flex-basis: 50%;
        margin: 30px 0 21px
    }

    .windows-tab .windows-product.windows-product-last {
        padding-right: 0;
        padding-left: 9px
    }

    .windows-tab .windows-half-product img {
        width: auto
    }

    .compare-table .mobile-scroll-box {
        overflow-x: scroll
    }

    .compare-table .mobile-scroll-box .mobile-swiper {
        min-width: 1000px
    }

    .compare-table .row.row1 {
        width: 128px;
        max-width: 128px
    }

    .menu-office .block-link-menu {
        padding: 15px 0 !important
    }

    .office-desc-center {
        order: 2
    }

    .office-desc-center h2 {
        padding-bottom: 15px
    }

    .office-mac-high .office-high-content {
        border: none !important
    }

    .surfaceall-container .pay-methods {
        display: none
    }

    .surfaceall-container .sub-container,.surfaceall-step .sub-container {
        text-align: left !important
    }

    .surfaceall-product .product-item:nth-child(2n+1) {
        margin-left: 0 !important
    }

    .smb-banner-content {
        padding-top: 8px
    }

    .office-product-item {
        padding: 20px 15px 20px !important
    }

    .office-product-item figure img.pagebuilder-mobile-only {
        margin: 0 auto;
        width: auto;
        -webkit-box-shadow: 1px 1px 10px 1px #d2d2d2;
        -moz-box-shadow: 1px 1px 10px 1px #d2d2d2;
        -ms-box-shadow: 1px 1px 10px 1px #d2d2d2;
        box-shadow: 1px 1px 10px 1px #d2d2d2
    }

    .office-product-item.office-mac-item figure {
        width: auto
    }

    .office-product-item.office-mac-item figure img.pagebuilder-mobile-only {
        -webkit-box-shadow: 1px 1px 10px 1px #d2d2d2;
        -moz-box-shadow: 1px 1px 10px 1px #d2d2d2;
        -ms-box-shadow: 1px 1px 10px 1px #d2d2d2;
        box-shadow: 1px 1px 10px 1px #d2d2d2
    }

    .microsoft-content-slider .microsoft-slider-item figure img.pagebuilder-mobile-only {
        width: auto;
        -webkit-box-shadow: 1px 1px 10px 1px #d2d2d2;
        -moz-box-shadow: 1px 1px 10px 1px #d2d2d2;
        -ms-box-shadow: 1px 1px 10px 1px #d2d2d2;
        box-shadow: 1px 1px 10px 1px #d2d2d2
    }

    .modal-popup.confirm.box-confirm-subscribe .modal-title:before {
        font-size: 2.5rem
    }

    ._has-modal .form-subscribe-products {
        display: block
    }

    ._has-modal .modals-wrapper.transparent .modals-overlay {
        top: 7%
    }

    .modal-popup.subscribe-products-modal {
        box-shadow: 1px 2px 3px
    }

    .modal-popup.subscribe-products-modal.modal-slide .modal-inner-wrap[class] {
        background: #fff
    }

    .modal-popup.subscribe-products-modal .modal-content {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 60px
    }

    .modal-popup.subscribe-products-modal .payment-account-amount {
        display: block
    }

    .modal-popup.subscribe-products-modal.subscribe-isCommercial {
        bottom: auto !important
    }

    .modal-popup.subscribe-products-modal.subscribe-isCommercial .modal-inner-wrap .col-codepost,.modal-popup.subscribe-products-modal.subscribe-isCommercial .modal-inner-wrap .show-mobile.box-bottom-subscribe-product {
        display: none !important
    }

    .form-wrap.form-subscribe-products .col-codepost {
        text-align: left;
        margin-top: 30px
    }

    .form-wrap.form-subscribe-products .fieldset .lib-flex {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

    .form-wrap.form-subscribe-products .fieldset>.field:not(.choice)>.label {
        margin-bottom: 0;
        margin-right: 15px
    }

    .form-wrap.form-subscribe-products .fieldset>.field:not(.choice)>.control:before {
        display: none
    }

    .form-wrap.form-subscribe-products .fieldset>.field:not(.choice)>.control input {
        background: 0 0;
        border: 1px solid #505050
    }

    .modal-popup.confirm.box-confirm-subscribe .modal-inner-wrap {
        width: 300px
    }

    .modal-popup.confirm.box-confirm-subscribe .modal-inner-wrap .modal-header {
        padding: 20px 15px 0
    }

    .modal-popup.confirm.box-confirm-subscribe .modal-inner-wrap .modal-content {
        padding: 5px 15px 0
    }

    .modal-popup.confirm.box-confirm-subscribe .modal-inner-wrap .modal-footer {
        padding: 20px 15px
    }

    .page-product-bundle .modal-popup.subscribe-products-modal,.modal-popup.subscribe-products-modal.subscribe-buybox {
        bottom: auto !important
    }

    .edu-category-banner {
        width: 100%;
        display: flex;
        flex-flow: column
    }

    .edu-category-banner .edu-text-box {
        width: 100%;
        box-sizing: border-box;
        background: #fff;
        order: 2;
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px
    }

    .edu-category-banner .edu-text-box .edu-title {
        font-weight: 700;
        font-size: 18px
    }

    .edu-category-banner .edu-text-box .shor-title {
        font-size: 14px;
        margin-top: 8px
    }

    .edu-category-banner .edu-text-box .example-title {
        margin-top: 20px;
        font-size: 14px
    }

    .edu-category-banner .edu-text-box .example-title a {
        color: #0067b8
    }

    .edu-category-banner .edu-text-box .step-text {
        font-size: 14px;
        margin-top: 8px;
        list-style: none;
        display: flex
    }

    .edu-category-banner .edu-text-box .step-text li {
        width: 33%
    }

    .edu-category-banner .edu-text-box .edu-btn {
        width: 109px;
        height: 40px;
        text-align: center;
        background: #0067b8;
        line-height: 40px;
        margin-top: 20px
    }

    .edu-category-banner .edu-text-box .edu-btn a {
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        display: inline-block;
        height: 100%;
        width: 100%
    }

    .edu-category-banner .edu-text-box .agreement-btn button,.edu-category-banner .edu-text-box .agreement-btn .cart.table-wrapper .actions-toolbar>.action,.edu-category-banner .edu-text-box .agreement-btn .action-gift {
        font-size: 12px;
        border: none;
        color: #0067b8;
        margin-top: 14px;
        background: 0 0;
        font-weight: 400;
        padding: 0
    }

    .edu-category-banner .edu-img-box {
        width: 100%;
        order: 1
    }

    .category-student .edu-agree-content {
        display: none
    }

    .category-student .edu-agree-content h2 {
        font-size: 20px;
        line-height: 1.35em;
        font-weight: 400;
        color: #2d2d2d;
        margin-bottom: 3.33333333%
    }

    .category-student .edu-agree-content .part {
        margin-bottom: 3.33333333%
    }

    .category-student .edu-agree-content p {
        font-size: 12px;
        line-height: 1.42em;
        color: #2d2d2d;
        margin-bottom: 10px
    }

    .category-student .edu-agree-content ul {
        font-size: 11px;
        line-height: 2em;
        counter-reset: foo;
        display: table
    }

    .category-student .edu-agree-content ul li {
        counter-increment: foo;
        display: table-row
    }

    .category-student .edu-agree-content h3 {
        font-size: 16px;
        margin-bottom: 3px
    }

    .modal-popup.modal-slide._show.edu_content_popup {
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .modal-popup.modal-slide._show.edu_content_popup .modal-inner-wrap {
        background: #fff;
        max-width: 90%;
        height: 90%
    }

    .modal-popup.modal-slide._show.edu_content_popup .modal-inner-wrap .modal-footer button,.modal-popup.modal-slide._show.edu_content_popup .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar>.action,.modal-popup.modal-slide._show.edu_content_popup .modal-inner-wrap .modal-footer .action-gift {
        display: none
    }

    .edu-store-fq-content {
        max-width: 90%;
        width: 90%;
        margin: 0 auto
    }

    .modal-popup._show.modal-slide.ar-popup {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        top: 0;
        left: 0
    }

    .modal-popup._show.modal-slide.ar-popup .modal-inner-wrap {
        width: 90%;
        height: auto
    }

    .modal-popup._show.modal-slide.ar-popup .modal-inner-wrap .modal-header {
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 20
    }

    .modal-popup._show.modal-slide.ar-popup .modal-inner-wrap .modal-content {
        padding: 0
    }

    .modal-popup._show.modal-slide.ar-popup .modal-inner-wrap .modal-footer {
        display: none
    }

    .promotion-content {
        margin: 0 0 20px
    }

    .after-subscribe,.after-link-box {
        order: 99999;
        width: 100%;
        margin-bottom: 20px;
        background: 0 0;
        border: 1px solid #000;
        font-size: 16px;
        font-weight: 400;
        color: #000;
        padding: 12px;
        height: auto;
        line-height: 63px;
        box-sizing: border-box;
        min-height: 177px !important
    }

    .after-subscribe .config-options,.after-link-box .config-options {
        padding: 35px 14px 15px;
        height: 85px;
        overflow: hidden;
        display: block;
        line-height: normal;
        font-size: 14px;
        text-align: left;
        border-bottom: 1px solid #d2d2d2
    }

    .after-subscribe .link-url,.after-link-box .link-url {
        display: block;
        height: 70px;
        margin-top: 14px;
        line-height: normal;
        font-size: 14px;
        padding: 0 14px;
        text-decoration: none
    }

    .config-commerial-block .promise-box .list {
        width: 100%;
        justify-content: center
    }

    .swatch-attribute.specification .swatch-attribute-options .no-option {
        margin-bottom: 10px
    }

    .banner-box .banner-label-box {
        justify-content: center
    }

    .swatch-opt .swatch-label.operation-label {
        padding-bottom: 19px
    }

    .swatch-opt .swatch-label.config-label {
        padding-bottom: 19px
    }

    .swatch-opt .swatch-label.config-label-bto {
        color: #d63a02
    }

    .categorypath-promotion.category-promotion .page-main {
        padding: 0
    }

    .navigation-item .nav-sections-item-content>.edu-bundle-nav {
        height: 46px;
        align-items: center;
        padding: 0 30px;
        font-weight: 400;
        font-size: 16px;
        background: #fff
    }

    .private-product-item .private-item-details .edu_bundle_des {
        min-height: 100px;
        height: 100px;
        -webkit-line-clamp: 5
    }

    .private-product-item .select {
        margin-bottom: 100px
    }

    .private-catalog.student-edu-normal {
        margin: 0 10px 24px !important
    }

    .private-catalog.student-edu-normal .private-product-item {
        margin: 0 5px 24px !important;
        width: 47% !important;
        box-shadow: 0 6px 12px 0 #d2d2d2
    }

    .private-catalog.student-edu-normal .private-product-item .private-product-name {
        margin-bottom: 0 !important;
        height: 50px !important
    }

    .private-catalog.student-edu-normal .private-products {
        display: flex;
        flex-wrap: wrap
    }

    .private-catalog.student-edu-normal .private-item-details {
        padding: 0 10px 16px
    }

    .private-catalog.student-edu-normal .private-item-details .edu_bundle_des {
        min-height: 16px !important;
        height: 16px !important
    }

    .private-catalog.student-edu-normal .price-box.price-final_price {
        height: 60px;
        max-height: 60px
    }

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

    .page-layout-category-private-store .page-main {
        max-width: 100%
    }

    .page-layout-category-private-store .category-view {
        margin-bottom: 24px
    }

    .edu-banner .banner-content {
        box-sizing: border-box;
        background-color: #f2f2f2
    }

    .edu-banner .banner-content .banner-box {
        padding: 26px 16px;
        text-align: left
    }

    .edu-banner .banner-content .banner-box .banner-title {
        margin: 20px 0;
        font-size: 1.8rem
    }

    .edu-banner .banner-content .banner-box .banner-title .title-desc {
        margin-top: 10px;
        font-size: 1.4rem
    }

    .edu-banner .banner-content .banner-box .banner-desc {
        margin-bottom: 20px
    }

    .edu-banner .banner-content .banner-box .banner-desc .step-caption {
        margin-bottom: 8px;
        font-size: 1.4rem
    }

    .edu-banner .banner-content .banner-box .banner-desc .steps .step {
        margin-right: 16px;
        margin-bottom: 8px
    }

    .edu-banner .banner-content .banner-box .banner-desc .steps .step:last-child {
        margin-right: 0
    }

    .edu-banner .banner-content .banner-box .edu-auth {
        margin-bottom: 14px
    }

    .sticky-level2 {
        padding-top: 33px
    }

    .sticky-level2 .private-list {
        top: 45px
    }

    .private-landing-category .category-item-wrapper {
        margin-bottom: 24px
    }

    .private-landing-category .category-item-wrapper .category-item {
        padding: 24px 16px
    }

    .private-list li {
        margin: 16px 16px 24px
    }

    .private-products .private-swiper {
        width: calc(100% - 48px)
    }

    .private-products .swiper-button {
        left: 0;
        margin-top: -8px;
        width: 8px;
        height: 19px;
        font-weight: 700;
        color: #000
    }

    .private-products .swiper-button.swiper-button-next {
        left: auto;
        right: 0
    }

    .private-products .swiper-button:after {
        font-size: 1.8rem
    }

    .mcb {
        padding-left: 14px;
        padding-right: 14px;
        box-sizing: border-box
    }

    .private-catalog {
        margin: 0 16px 24px
    }

    .private-catalog .private-category-title {
        margin-bottom: 24px
    }

    .private-catalog .private-category-title h1 {
        font-size: 1.6rem
    }

    .private-catalog .private-product-item {
        margin-bottom: 24px;
        width: calc(50% - 24px)
    }

    .private-product-item {
        padding: 18px
    }

    .private-product-item .private-product-name {
        margin-bottom: 16px
    }

    .private-product-item .price-box {
        margin-bottom: 8px
    }

    .product-info-main .box-tocart .actions .action.tocart {
        width: auto
    }

    .block.related .action.select {
        display: block;
        margin: 5px 0
    }

    .compare,.product-addto-links .action.tocompare,.product-item-actions .actions-secondary>.action.tocompare,[class*=block-compare] {
        display: none
    }

    .block-search .block-content {
        margin-bottom: 0
    }

    .cart.table-wrapper {
        overflow: inherit
    }

    .cart.table-wrapper thead .col:not(.item) {
        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;
        text-align: center;
        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: 700;
        padding-bottom: 10px
    }

    .cart.table-wrapper .col.msrp {
        white-space: normal
    }

    .cart.table-wrapper .item .col.item {
        padding-bottom: 0
    }

    .checkout-cart-index .page-main {
        padding: 0 !important
    }

    .shoppingpage-header {
        height: 45px;
        background: #f2f2f2;
        text-align: center;
        line-height: 45px;
        font-size: 16px;
        position: relative
    }

    .shoppingpage-header .icon-arrow-left {
        position: absolute;
        left: 15px;
        top: 50%;
        font-size: 25px;
        transform: translate(0px,-50%);
        color: #000
    }

    .cart-container {
        display: flex;
        flex-flow: wrap
    }

    .cart-container .cart-summary {
        padding: 25px 28px 30px 20px;
        order: 3;
        width: 100%;
        margin: 24px 18px 40px
    }

    .cart-container .cart-summary .cart-bottom-bar {
        position: fixed;
        min-height: 55px;
        bottom: 0;
        width: 100%;
        background: #fff;
        left: 0;
        z-index: 99
    }

    .cart-container .cart-summary .cart-bottom-bar .sub-btn {
        float: right;
        line-height: 55px;
        margin-right: 10px
    }

    .cart-container .cart-summary .cart-bottom-bar .sub-btn button,.cart-container .cart-summary .cart-bottom-bar .sub-btn .cart.table-wrapper .actions-toolbar>.action,.cart-container .cart-summary .cart-bottom-bar .sub-btn .action-gift {
        height: 40px;
        min-width: 114px;
        width: auto;
        background: #0067b8;
        color: #fff;
        font-size: 14px
    }

    .cart-container .cart-summary .cart-bottom-bar .totals.sub {
        display: none
    }

    .cart-container .cart-summary .cart-bottom-bar .total-price {
        float: left;
        height: 55px;
        padding-left: 20px;
        display: flex;
        justify-content: center;
        flex-flow: column
    }

    .cart-container .cart-summary .cart-bottom-bar .total-price .totals {
        font-size: 12px
    }

    .cart-container .cart-summary .cart-bottom-bar .total-price .totals .mark {
        display: inline-block;
        padding: 0
    }

    .cart-container .cart-summary .cart-bottom-bar .total-price .totals .amount {
        display: inline-block;
        padding: 0
    }

    .cart-container .cart-summary .cart-bottom-bar .total-price .grand.totals {
        font-size: 14px
    }

    .cart-container .cart-summary .cart-bottom-bar .total-price .grand.totals .mark {
        display: inline-block
    }

    .cart-container .cart-summary .cart-bottom-bar .total-price .grand.totals .amount {
        display: inline-block;
        padding-left: 5px
    }

    .cart-container .cart-summary .cart-bottom-bar .total-price .installment.totals {
        font-size: 14px
    }

    .cart-container .cart-summary .disabled-submit {
        opacity: .4;
        pointer-events: none
    }

    .cart-container .cart-summary .cart-totals {
        padding-top: 0;
        border-top: 0
    }

    .cart-container .cart-summary .cart-totals tr.totals {
        font-size: 16px;
        color: #000
    }

    .cart-container .cart-summary .cart-totals tr.totals .mark {
        padding: 0;
        padding-bottom: 8px
    }

    .cart-container .cart-summary .cart-totals tr.totals .amount {
        padding: 0;
        padding-bottom: 8px
    }

    .cart-container .cart-summary .cart-totals tr.grand .mark {
        padding-top: 5px
    }

    .cart-container .cart-summary .cart-totals tr.grand .mark strong {
        font-weight: 700
    }

    .cart-container .cart-summary .cart-totals tr.grand .amount {
        padding-top: 5px
    }

    .cart-container .cart-summary .cart-totals tr.installment .mark strong {
        font-weight: 700
    }

    .cart-container .cart-summary .cart-totals tr.installment .amount strong {
        font-weight: 700
    }

    .cart-container .cart-summary .block.discount {
        display: none
    }

    .cart-container .cart-summary .cart-config {
        position: relative
    }

    .cart-container .cart-summary .cart-config .tips .tip-2 {
        position: fixed;
        bottom: 55px;
        background: #f2f2f2;
        width: 100%;
        left: 0;
        text-align: center;
        height: 24px;
        line-height: 24px;
        z-index: 99;
        font-size: 12px
    }

    .cart-container .cart-summary .cart-config .pay-method {
        margin-top: 28px
    }

    .cart-container .cart-summary .cart-config .pay-method .normal-cart {
        font-size: 14px;
        color: #666
    }

    .cart-container .cart-summary .cart-config .pay-method .saa-cart {
        font-size: 12px;
        color: #666
    }

    .cart-container .cart-summary .cart-config .pay-method .saa-cart .img-box {
        overflow: hidden;
        margin-top: 16px
    }

    .cart-container .cart-summary .cart-config .pay-method .saa-cart .img-box img {
        width: 33%;
        float: left;
        height: 20px;
        padding-right: 6%;
        box-sizing: border-box;
        margin-bottom: 5px
    }

    .cart-container .cart-summary .cart-config .telephone {
        position: absolute;
        bottom: -60px
    }

    .cart-container .cart-summary .cart-config .bottom-block {
        margin-top: 20px
    }

    .cart-container .cart-summary .cart-config .bottom-block .promise-icon {
        overflow: hidden
    }

    .cart-container .cart-summary .cart-config .bottom-block .promise-icon .item {
        float: left;
        display: flex;
        align-items: center;
        color: #000;
        width: 50%;
        margin-bottom: 10px
    }

    .cart-container .cart-summary .cart-config .bottom-block .promise-icon .item>a {
        display: flex;
        align-items: center;
        color: #000;
        text-decoration: none
    }

    .cart-container .cart-summary .cart-config .bottom-block .promise-icon .item i {
        font-size: 30px
    }

    .cart-container .cart-summary .cart-config .bottom-block .promise-icon .item span {
        font-size: 14px;
        margin-left: 5px
    }

    .cart-container .cart-summary .cart-config .bottom-block .text {
        margin-top: 10px
    }

    .cart-container .cart-summary .cart-config .bottom-block .text p {
        margin-bottom: 0;
        color: #666
    }

    .cart-container .cart-summary .cart-config .bottom-block .text .line {
        margin-bottom: 14px
    }

    .cart-container .form.form-cart {
        padding: 0 10px;
        order: 1;
        width: 100%
    }

    .cart-container .form.form-cart .cart.table-wrapper {
        margin-bottom: 0
    }

    .cart-container .form.form-cart #shopping-cart-table .item:first-child {
        border-top: #ccc solid 1px
    }

    .cart-container .form.form-cart #shopping-cart-table .item {
        border-bottom: #ccc solid 1px
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item tr td {
        padding: 0
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-actions {
        display: none
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .package-product {
        height: 53px;
        background: #f2f2f2
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .package-product td {
        vertical-align: middle;
        font-size: 12px;
        color: #000;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 53px
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .package-product .package-name {
        padding-left: 12px;
        width: 50%
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .package-product .package-price {
        text-align: right;
        padding-right: 14px
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .package-product .package-price span {
        display: block
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .package-product .package-price .price {
        font-size: 12px;
        font-weight: 400
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .package-product .package-price .save-price {
        color: #666
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td {
        display: table-cell;
        overflow: hidden;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .product-config .product-main {
        overflow: hidden
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .product-config .disable-bundle {
        display: none
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .product-config .product-bundle {
        overflow: hidden
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .product-config .product-bundle .info-list {
        overflow: hidden;
        margin-bottom: 8px
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .product-config .product-bundle .info-list:last-child {
        margin-bottom: 0
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .product-config .product-bundle .info-list .left-cart .product-item-photo {
        width: 65px
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .product-config .product-bundle .info-list .left-cart .product-item-photo img {
        width: 65px;
        height: 65px
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .product-config .product-bundle .info-list .left-cart .product-item-photo a {
        color: #0067b8;
        font-weight: 400;
        font-size: 12px;
        text-decoration: underline
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .product-config .product-bundle .info-list .right-cart .qty-box {
        margin-top: 8px
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .product-config .product-bundle .info-list .right-cart .price-box {
        font-size: 12px
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .product-simple {
        overflow: hidden
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .product-simple .info-list {
        margin-bottom: 12px;
        overflow: hidden
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .product-simple .info-list:last-child {
        margin-bottom: 0
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .left-cart {
        float: left;
        display: flex
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .left-cart .product-item-photo {
        position: unset;
        max-width: 65px;
        text-align: center
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .left-cart .product-item-photo .product-image-container .product-image-wrapper img {
        width: 65px;
        height: 65px;
        max-width: 100%
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .left-cart .product-item-photo .remove-product {
        padding: 0;
        margin: 0;
        background: 0 0;
        border: none;
        outline: none;
        text-decoration: underline;
        color: #0067b8;
        font-size: 12px;
        line-height: normal;
        font-weight: 400
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart {
        float: left;
        padding-left: 30px;
        width: calc(100% - 65px);
        box-sizing: border-box
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .product-item-details {
        min-height: unset;
        height: auto
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .product-item-details .product-type {
        overflow: hidden
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .product-item-details .product-type .type {
        width: 66px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        background: #d50303;
        color: #fff;
        font-size: 12px;
        margin-right: 5px;
        margin-bottom: 5px;
        float: left
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .product-item-details .product-type .bg-blue {
        background: #0067b8
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .product-item-details .product-type .bg-deepBlue {
        background: #0a1d7c
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .product-item-details .product-type .bg-yellow {
        color: #000;
        background: #fcba02
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .product-item-details .product-item-name {
        font-size: 14px;
        margin: 0
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .product-item-details .bundle-options {
        font-size: 12px;
        color: #666
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .product-item-details .item-options {
        margin: 0;
        font-size: 12px;
        color: #666
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .product-item-details .item-options dt {
        display: none
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .product-item-details .item-options dd {
        margin-bottom: 0
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .price-excluding-tax .cart-price .price {
        color: #000;
        font-size: 12px;
        font-weight: 400
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .qty-box {
        overflow: hidden;
        margin-top: 8px
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .qty-box .field {
        max-width: 65px;
        float: left
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .qty-box .field .control {
        position: relative
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .qty-box .field .control input {
        height: 20px;
        border: solid 1px #000;
        vertical-align: top;
        padding-left: 10px
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .qty-box .field .control input[readonly] {
        border: none;
        color: #000;
        opacity: 1
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .qty-box .field .control .label {
        display: none
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .qty-box .field .control .menu {
        position: absolute;
        right: 5px;
        top: 0;
        width: 10px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .qty-box .field .control .menu .add {
        width: 0;
        height: 0;
        background: 0 0;
        padding: 0;
        outline: none;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 6px solid #000;
        border-top: none
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .qty-box .field .control .menu .reduce {
        width: 0;
        height: 0;
        background: 0 0;
        padding: 0;
        outline: none;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #000;
        border-bottom: none;
        margin-top: 2px
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .qty-box .field .un-control label {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: normal;
        font-size: 12px
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .qty-box .field .un-control label .label {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .qty-box .field .un-control label input {
        padding: 0;
        width: 20px
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .qty-box .price-excluding-tax {
        margin-left: 15px;
        float: left
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .qty-box .price-excluding-tax .cart-price {
        display: flex
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .qty-box .price-excluding-tax .cart-price .saved-price {
        padding-left: 5px
    }

    .cart-container .form.form-cart #shopping-cart-table .cart.item .item-info td .right-cart .qty-box .price-excluding-tax .price {
        display: block;
        height: 20px;
        line-height: 20px
    }

    .cart-container .disable-cart {
        opacity: .3;
        pointer-events: none
    }

    .cart-container .disable-cart .item-info .product-main.disable-bundle {
        display: block
    }

    .cart-container .disable-cart .item-info .product-main.disable-bundle .right-cart {
        display: none
    }

    .cart-container .disable-cart .item-info .product-main.disable-bundle .product-item-photo a {
        display: none
    }

    .cart-container .crosssell {
        order: 2;
        width: 100%;
        margin-top: 24px
    }

    .cart-container .crosssell .block-title.title {
        margin: 0;
        margin-bottom: 24px
    }

    .cart-container .crosssell .block-title.title strong {
        font-weight: 400;
        line-height: normal;
        font-size: 16px;
        margin-left: 10px
    }

    .cart-container .crosssell .block-content.content {
        background: #f2f2f2;
        position: relative
    }

    .cart-container .crosssell .block-content.content .products {
        margin: 0
    }

    .cart-container .crosssell .block-content.content .crosssell-banner-container {
        overflow: hidden;
        margin: 0 24px;
        padding: 12px 0
    }

    .cart-container .crosssell .block-content.content .crosssell-banner-container .product-items .product-item {
        margin: 0;
        padding: 0
    }

    .cart-container .crosssell .block-content.content .swiper-button-prev {
        left: 0;
        color: #000
    }

    .cart-container .crosssell .block-content.content .swiper-button-prev:after {
        font-size: 24px
    }

    .cart-container .crosssell .block-content.content .swiper-button-next {
        right: 0;
        color: #000
    }

    .cart-container .crosssell .block-content.content .swiper-button-next:after {
        font-size: 24px
    }

    .cart-quantity {
        font-size: 0px;
        margin-top: 16px;
        margin-left: 10px;
        margin-bottom: 12px
    }

    .cart-quantity span {
        font-size: 18px
    }

    .cart-quantity .number {
        color: #0067b8
    }

    .cart-empty {
        min-height: 250px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .cart-empty .no-itembox {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center
    }

    .cart-empty .no-itembox i {
        font-size: 100px;
        color: #737373
    }

    .cart-empty .no-itembox span {
        margin-top: 15px;
        font-size: 14px;
        color: #737373
    }

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

    .chsi-page .chsi-form-box .student-ID-box {
        display: block;
        margin: 0 0 10px
    }

    .chsi-page .chsi-form-box .student-ID-box .upload-img-box.field {
        display: block
    }

    .chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control {
        width: 100%;
        align-items: initial;
        flex-flow: column wrap;
        margin-top: 0
    }

    .chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control:before {
        content: '';
        display: none
    }

    .chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control .description {
        width: 100%;
        padding: 8px 0 0
    }

    .chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control .description p {
        margin: 0
    }

    .chsi-page .chsi-form-box .student-ID-box .upload-img-box.field .control .description .description_hover_tip .tip-content {
        width: 250px
    }

    .chsi-page .chsi-form-box .student-ID-box .field.required label.label {
        display: block;
        width: 100%
    }

    .chsi-page .chsi-form-box .student-ID-box .field.required label.label:before {
        content: '*';
        display: inline
    }

    .chsi-page .chsi-form-box .student-ID-box .field.required label.label span {
        padding-left: 3px;
        display: inline-block
    }

    .confirm_img_stu {
        padding: 10px 0
    }

    .confirm_img_stu .confirm_img_stu_child {
        flex: 1
    }

    .account-privateauth-edu .page-main {
        padding-left: 16px;
        padding-right: 16px
    }

    .edu-terms-dialog .modal-header {
        padding-bottom: 0
    }

    .edu-terms-dialog.modal-popup.modal-slide._show,.edu-result-dialog.modal-popup.modal-slide._show {
        left: 50%;
        top: 50%;
        right: auto;
        bottom: auto;
        width: calc(100% - 48px);
        word-break: break-word;
        transform: translate(-50%,-50%)
    }

    .edu-terms-dialog.modal-popup.modal-slide._inner-scroll .modal-inner-wrap,.edu-result-dialog.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        height: 70vh;
        background-color: #fff
    }

    .edu-terms-dialog.modal-popup .modal-content,.edu-result-dialog.modal-popup .modal-content {
        padding-left: 18px;
        padding-right: 18px;
        padding-bottom: 24px
    }

    .edu-result-dialog.modal-popup.modal-slide._show {
        max-width: 300px
    }

    .edu-result-dialog.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        height: auto
    }

    .edu-result-dialog.modal-popup .modal-footer {
        text-align: right
    }

    .privateauth-edu-index .page-footer {
        display: none
    }

    .privateauth-edu-studentprofile .page-footer {
        display: none
    }

    .form-my-zone .actions-toolbar .action {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 2
    }

    .verify-page .verify-content .item-inner h3 {
        font-size: 16px;
        margin: 22px 0 14px
    }

    .verify-page .verify-content .item-inner .des-box p {
        margin-bottom: 0
    }

    .verify-page .verify-content .item-inner .btn {
        display: inline-block;
        width: 114px;
        height: 40px;
        background: #0067b8;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        margin-top: 22px
    }

    .verify-page .verify-content .item-inner .short-des {
        margin-top: 8px
    }

    .verify-page .verify-content .item-inner .short-des a {
        text-decoration: underline
    }

    .verify-page .component-collapsible .h3.mx-3 {
        border-top: none;
        font-size: 18px;
        padding-top: 22px
    }

    .verify-page .component-collapsible .btn-group {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 10px
    }

    .verify-page .component-collapsible div h3 {
        font-size: 14px;
        padding-bottom: 15px
    }

    .verify-page .component-collapsible div [aria-expanded=true] h3:before {
        font-size: 16px
    }

    .account.privateauth-edu-index .page-main,.account.privateauth-edu-student .page-main,.account.privateauth-hiedu-email .page-main,.account.privateauth-byod-email .page-main,.account.privateauth-hiedu-cert .page-main,.account.privateauth-store-verify .page-main {
        padding-top: 0
    }

    .account .account-verify-header {
        height: 45px;
        background: #f2f2f2;
        text-align: center;
        line-height: 45px;
        font-size: 16px;
        position: relative;
        padding: 0 15px;
        width: 100%;
        margin-left: -15px;
        margin-bottom: 12px
    }

    .account .account-verify-header .icon-arrow-left {
        position: absolute;
        left: 15px;
        top: 50%;
        font-size: 25px;
        transform: translate(0px,-50%);
        color: #000
    }

    .edu-form-page .form-desc,.chsi-page .form-desc {
        padding-top: 12px
    }

    .edu-form-page .form-desc h3,.chsi-page .form-desc h3 {
        font-size: 16px
    }

    .edu-form-page .form-desc .main-desc,.chsi-page .form-desc .main-desc {
        font-size: 14px
    }

    .edu-form-page .fieldset .input-left .label,.chsi-page .fieldset .input-left .label {
        display: none
    }

    .edu-form-page .fieldset .input-right .label,.chsi-page .fieldset .input-right .label {
        display: none
    }

    .edu-form-page .fieldset .field .control input[type=text],.chsi-page .fieldset .field .control input[type=text] {
        border: none;
        border-bottom: solid 1px #505050;
        height: 40px;
        padding-left: 15px
    }

    .edu-form-page .fieldset .field.required .control,.chsi-page .fieldset .field.required .control {
        position: relative
    }

    .edu-form-page .fieldset .field.required .control:before,.chsi-page .fieldset .field.required .control:before {
        content: '*';
        color: #000;
        font-size: 12px;
        margin: 0 0 0 5px;
        top: 10px;
        left: 0;
        position: absolute;
        font-weight: 700
    }

    .edu-form-page .fieldset .chsi-agree,.chsi-page .fieldset .chsi-agree {
        margin-top: 14px
    }

    .edu-form-page .fieldset .chsi-agree input,.chsi-page .fieldset .chsi-agree input {
        height: 20px;
        width: 20px;
        margin: 0
    }

    .edu-form-page .fieldset .chsi-agree .control,.chsi-page .fieldset .chsi-agree .control {
        display: flex
    }

    .edu-form-page .fieldset .chsi-agree .label,.chsi-page .fieldset .chsi-agree .label {
        margin-left: 8px
    }

    .edu-form-page .fieldset .chsi-agree .label .pc,.chsi-page .fieldset .chsi-agree .label .pc {
        display: none
    }

    .edu-form-page .fieldset .chsi-agree .label .mobile,.chsi-page .fieldset .chsi-agree .label .mobile {
        display: inline-block
    }

    .edu-form-page .fieldset .gra-date .control:after,.chsi-page .fieldset .gra-date .control:after {
        font-family: "ms-icon";
        content: "\e90d";
        font-size: 12px;
        position: absolute;
        right: 10px;
        line-height: 40px;
        z-index: 0;
        top: 0
    }

    .edu-form-page .fieldset .privateauth-verify-code,.chsi-page .fieldset .privateauth-verify-code {
        display: flex;
        align-items: center;
        margin-top: 20px
    }

    .edu-form-page .fieldset .privateauth-verify-code.input-left .label,.chsi-page .fieldset .privateauth-verify-code.input-left .label {
        display: block;
        margin-right: 8px
    }

    .edu-form-page .fieldset .privateauth-verify-code.input-left .control input,.chsi-page .fieldset .privateauth-verify-code.input-left .control input {
        height: 38px;
        width: 38px;
        border: solid 1px #505050
    }

    .edu-form-page .fieldset .field.required.privateauth-verify-code .control:before,.chsi-page .fieldset .field.required.privateauth-verify-code .control:before {
        display: none
    }

    .edu-form-page .fieldset .edu-page-agreement,.chsi-page .fieldset .edu-page-agreement {
        padding: 2px;
        display: flex;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 0
    }

    .edu-form-page .fieldset .edu-page-agreement input,.chsi-page .fieldset .edu-page-agreement input {
        height: 20px;
        width: 20px;
        margin: 0;
        margin-right: 8px
    }

    .edu-form-page .fieldset .edu-page-agreement .label,.chsi-page .fieldset .edu-page-agreement .label {
        margin: 0
    }

    .edu-form-page .actions-toolbar,.chsi-page .actions-toolbar {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: -16px;
        padding-left: 16px;
        padding-right: 16px;
        background: #fff;
        z-index: 9
    }

    .edu-form-page .review-info p.title,.chsi-page .review-info p.title {
        font-size: 16px;
        font-weight: 700
    }

    .edu-form-page .review-info p.tip,.chsi-page .review-info p.tip {
        color: #d32f2f
    }

    .edu-form-page .actions-toolbar.input-btn,.chsi-page .actions-toolbar.input-btn {
        position: relative
    }

    .edu-form-page .actions-toolbar.input-btn .primary,.chsi-page .actions-toolbar.input-btn .primary {
        margin: 0
    }

    .edu-form-page .actions-toolbar.input-btn .show-email-form,.chsi-page .actions-toolbar.input-btn .show-email-form {
        margin: 0
    }

    .account.privateauth-edu-student .page-footer {
        display: none
    }

    .form-privateauth .fieldset {
        margin-bottom: 25px
    }

    .chsi_page_popup.chsi-page._show.modal-slide {
        top: 0;
        width: 100%;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .chsi_page_popup.chsi-page._show.modal-slide .modal-inner-wrap {
        background: #fff
    }

    .chsi_page_popup.chsi-page .modal-inner-wrap {
        width: 90%
    }

    .chsi_page_popup.chsi-page .modal-inner-wrap .modal-content {
        padding: 0 15px
    }

    .chsi_page_popup .fieldset.no-operation {
        margin-bottom: 28px;
        opacity: .3;
        pointer-events: none
    }

    .chsi_page_popup .chsi-popup-btn {
        text-align: right;
        margin-bottom: 28px
    }

    .chsi_page_popup .chsi-popup-btn .return-btn {
        height: 40px;
        width: 98px;
        font-size: 14px;
        font-weight: 700;
        background: #000;
        color: #fff;
        border: none
    }

    .chsi_page_popup .chsi-popup-btn .submit-btn {
        height: 40px;
        width: 98px;
        font-size: 14px;
        font-weight: 700;
        background: #0067b8;
        color: #fff;
        border: none;
        margin-left: 10px
    }

    .chsi-popup-confirm.modal-popup._show.modal-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        top: 0;
        left: 0
    }

    .chsi-popup-confirm.modal-popup._show.modal-slide .modal-inner-wrap {
        width: 90%
    }

    .chsi-popup-confirm .modal-inner-wrap .failure-message-popup .tip {
        display: flex;
        align-items: center
    }

    .chsi-popup-confirm .modal-inner-wrap .failure-message-popup .tip i {
        font-size: 30px
    }

    .chsi-popup-confirm .modal-inner-wrap .failure-message-popup .tip span {
        font-size: 18px;
        font-weight: 700;
        margin-left: 10px
    }

    .chsi-popup-confirm .modal-inner-wrap .failure-message-popup p {
        margin-top: 15px;
        margin-bottom: 0;
        min-height: 40px
    }

    .chsi-popup-confirm .modal-inner-wrap .modal-footer {
        padding-top: 15px;
        padding-bottom: 40px
    }

    .chsi-popup-confirm .modal-inner-wrap .modal-footer .action.primary {
        width: 114px
    }

    .change-info-btn {
        text-align: right;
        font-weight: 700
    }

    .change-info-btn button,.change-info-btn .cart.table-wrapper .actions-toolbar>.action,.change-info-btn .action-gift {
        color: #0067b8;
        background: #fff;
        border: none;
        padding: 0;
        text-decoration: none
    }

    .upload-line-box .upload-bottom-box {
        display: flex;
        flex-flow: column
    }

    .upload-line-box .label-line.field {
        padding-bottom: 10px;
        margin-top: 8px
    }

    .upload-line-box .upload {
        width: 200px;
        margin-right: 10px !important
    }

    .upload-line-box .upload .control {
        position: relative
    }

    .upload-line-box .upload input {
        height: 93px !important;
        position: relative;
        z-index: 20;
        box-sizing: border-box
    }

    .upload-line-box .upload input.img-file-box {
        opacity: 0;
        z-index: 50
    }

    .upload-line-box .upload .input-text {
        width: 200px;
        height: 40px;
        border: solid 1px #505050
    }

    .upload-line-box .upload-des {
        width: 350px;
        margin-top: 8px
    }

    .upload-line-box .img-box-before {
        position: absolute;
        height: 93px;
        border: solid 1px #505050;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background: #fff;
        z-index: 30;
        top: 0;
        box-sizing: border-box;
        cursor: pointer
    }

    .upload-line-box .img-box-after {
        border: solid 1px #000;
        height: 93px;
        width: 200px;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        background: #fff;
        z-index: 25
    }

    .upload-line-box .img-box-after img {
        max-width: 100%;
        max-height: 100%
    }

    .upload-line-box .img-box-before.has-img {
        display: none
    }

    .privateauth-hiedu-cert .edu-form-page .fieldset .privateauth-verify-code.input-left {
        margin-top: 8px
    }

    .privateauth-hiedu-cert .edu-form-page .fieldset .privateauth-verify-code.input-left .control input {
        width: 100%
    }

    .privateauth-hiedu-cert .form-my-zone .actions-toolbar .action {
        z-index: 60
    }

    .privateauth-hiedu-cert .action.primary[disabled] {
        background: #b3d2ea;
        border: none
    }

    .privateauth-byod-email .edu-form-page .fieldset .privateauth-verify-code.input-left,.privateauth-hiedu-email .edu-form-page .fieldset .privateauth-verify-code.input-left {
        margin-top: 8px
    }

    .privateauth-byod-email .edu-form-page .fieldset .privateauth-verify-code.input-left .control input,.privateauth-hiedu-email .edu-form-page .fieldset .privateauth-verify-code.input-left .control input {
        width: 100%
    }

    .privateauth-byod-email .action.primary[disabled],.privateauth-hiedu-email .action.primary[disabled] {
        background: #b3d2ea;
        border: none
    }

    .epp-popup-confirm .modal-footer {
        display: none
    }

    .epp-popup-inner {
        height: 100%;
        display: flex;
        flex-flow: column;
        margin-bottom: 15px
    }

    .epp-popup-inner .c-text {
        font-size: 14px;
        word-break: break-all
    }

    .epp-popup-inner .c-link {
        margin-top: 20px;
        display: flex;
        justify-content: space-between
    }

    .epp-popup-inner .logout-btn,.epp-popup-inner .cancel-btn {
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        padding: 5px 12px;
        text-decoration: none
    }

    .epp-popup-inner .cancel-btn {
        background: #0067b8
    }

    .epp-popup-inner .logout-btn {
        background: #000
    }

    .block-type-box {
        display: block;
        position: relative;
        width: 100%;
        margin: 0 0 20px
    }

    .block-type-box h2 {
        display: block;
        font-size: 20px;
        color: #000;
        line-height: 25px;
        text-align: left;
        margin: 0
    }

    .account-coupon-header {
        height: 45px;
        background: #f2f2f2;
        text-align: center;
        line-height: 45px;
        font-size: 16px;
        position: relative;
        padding: 0 15px;
        width: 100%;
        margin-left: -15px;
        margin-bottom: 12px
    }

    .account-coupon-header .icon-arrow-left {
        position: absolute;
        left: 15px;
        top: 50%;
        font-size: 25px;
        transform: translate(0px,-50%);
        color: #000
    }

    .coupon-account-index .page-main {
        padding-top: 0
    }

    .coupon-page {
        width: calc(100% + 30px);
        margin-left: -15px
    }

    .coupon-page-title {
        width: 100%;
        background: #0067b8;
        padding: 28px 45px;
        box-sizing: border-box
    }

    .coupon-page-title .title-box {
        text-align: center;
        display: inline-block
    }

    .coupon-page-title .title-box div {
        font-size: 18px;
        color: #fff
    }

    .coupon-page-title .title-box .type {
        font-weight: 700
    }

    .coupon-page-content {
        margin-top: 30px;
        padding: 0 15px
    }

    .coupon-page-content .coupon-list {
        border: solid 1px #0067b8;
        margin-bottom: 8px;
        box-sizing: border-box;
        position: relative
    }

    .coupon-page-content .coupon-list .list-top {
        padding: 18px 30px 8px
    }

    .coupon-page-content .coupon-list .list-top .list-title {
        display: flex;
        align-items: center
    }

    .coupon-page-content .coupon-list .list-top .list-title .left-price {
        width: 43%;
        font-size: 36px;
        font-weight: 700;
        color: #0067b8
    }

    .coupon-page-content .coupon-list .list-top .list-title .right-content {
        width: 57%;
        font-size: 14px
    }

    .coupon-page-content .coupon-list .list-top .list-title .right-content .type {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 20px
    }

    .coupon-page-content .coupon-list .list-top .list-title .right-content .use-msg {
        margin-top: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 20px
    }

    .coupon-page-content .coupon-list .list-top .list-time {
        font-size: 12px;
        margin-top: 14px;
        text-align: center
    }

    .coupon-page-content .coupon-list .list-btn .list-btn-use-button {
        height: 40px;
        width: 100%;
        border: none;
        outline: none;
        cursor: pointer;
        background: #0067b8;
        color: #fff;
        font-size: 14px;
        font-weight: 400
    }

    .coupon-page-content .coupon-list .list-btn .list-btn-use-button:disabled {
        opacity: .3
    }

    .coupon-page-content .coupon-list .tip-box {
        width: 100%
    }

    .coupon-page-content .coupon-list .tip-box .tip {
        font-size: 20px;
        color: #0067b8;
        position: absolute;
        top: 14px;
        right: 14px
    }

    .coupon-page-content .coupon-list .tip-box .tip-content {
        display: none;
        position: absolute;
        top: 50px;
        right: 2%;
        width: 96%;
        background: #fff;
        border: 1px solid #505050;
        padding: 20px 16px 30px;
        font-size: 12px;
        box-sizing: border-box;
        z-index: 10
    }

    .coupon-page-content .coupon-list .tip-box .tip-content:after {
        bottom: 100%;
        left: 96%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255,255,255,0);
        border-bottom-color: #fff;
        border-width: 6px;
        margin-left: -6px
    }

    .coupon-page-content .coupon-list .tip-box .tip-content:before {
        bottom: 100%;
        left: 96%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(80,80,80,0);
        border-bottom-color: #505050;
        border-width: 7px;
        margin-left: -7px
    }

    .coupon-popup {
        display: none;
        width: 300px;
        padding: 24px 20px;
        border: solid 1px #000
    }

    .coupon-popup .main-msg-box {
        display: flex;
        align-items: center
    }

    .coupon-popup .main-msg-box i {
        font-size: 20px;
        margin-right: 6px
    }

    .coupon-popup .main-msg-box .main-msg {
        font-size: 16px;
        font-weight: 700
    }

    .coupon-popup .close-msg {
        font-size: 14px;
        margin: 12px 0 18px
    }

    .coupon-popup .btn-box a {
        display: inline-block;
        padding: 10px 18px;
        min-width: 80px;
        background: #0067b8;
        color: #fff;
        text-decoration: none;
        box-sizing: border-box;
        text-align: center;
        font-weight: 700
    }

    .account-coupon .coupon-tab {
        width: 100%;
        display: flex;
        justify-content: center
    }

    .account-coupon .coupon-tab button,.account-coupon .coupon-tab .cart.table-wrapper .actions-toolbar>.action,.account-coupon .coupon-tab .action-gift {
        border: none;
        background: 0 0;
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        padding: 0;
        color: #0067b8
    }

    .account-coupon .coupon-tab button .coupon-selected,.account-coupon .coupon-tab .cart.table-wrapper .actions-toolbar>.action .coupon-selected,.account-coupon .coupon-tab .action-gift .coupon-selected {
        border-bottom: solid 2px #0067b8;
        color: #000;
        font-weight: 700
    }

    .account-coupon .coupon-tab .use-coupon {
        margin-right: 70px
    }

    .account-coupon .coupon-container .coupon-page-content {
        padding: 0
    }

    .account-coupon .coupon-container .coupon-page-content .coupon-list .list-btn .list-btn-use-button {
        padding: 0;
        background: #0067b8
    }

    .account-coupon .coupon-container .coupon-page-content .coupon-list .list-btn .list-btn-use-button a {
        display: inline-block;
        height: 100%;
        width: 100%;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        line-height: 40px
    }

    .account-coupon .overdue-coupon {
        opacity: .3;
        pointer-events: none;
        user-select: none
    }

    .account-coupon .empty-page {
        margin-top: 100px;
        text-align: center
    }

    .account-coupon .empty-page .empty-message i {
        font-size: 65px
    }

    .account-coupon .empty-page .empty-message .message-text {
        margin-top: 30px;
        font-size: 14px
    }

    .account-coupon .account_coupon_page {
        margin-top: 20px
    }

    .account-coupon .account_coupon_page .pager .pages {
        overflow: hidden
    }

    .account-coupon .account_coupon_page .pager .pages .pages-items {
        float: left
    }

    .modal-popup.coupon_page_popup {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .coupon-page-index .coupon-page-title,.coupon-account-index .coupon-page-title,.coupon-closeoffer-index .coupon-page-title {
        background: #a80000
    }

    .coupon-page-index .coupon-page-content .coupon-list,.coupon-account-index .coupon-page-content .coupon-list,.coupon-closeoffer-index .coupon-page-content .coupon-list {
        border: solid 1px #a80000
    }

    .coupon-page-index .coupon-page-content .coupon-list .list-top .list-title .left-price,.coupon-account-index .coupon-page-content .coupon-list .list-top .list-title .left-price,.coupon-closeoffer-index .coupon-page-content .coupon-list .list-top .list-title .left-price {
        color: #a80000
    }

    .coupon-page-index .coupon-page-content .coupon-list .list-btn .list-btn-use-button,.coupon-account-index .coupon-page-content .coupon-list .list-btn .list-btn-use-button,.coupon-closeoffer-index .coupon-page-content .coupon-list .list-btn .list-btn-use-button {
        background: #a80000 !important
    }

    .coupon-page-index .coupon-page-content .coupon-list .tip-box .tip,.coupon-account-index .coupon-page-content .coupon-list .tip-box .tip,.coupon-closeoffer-index .coupon-page-content .coupon-list .tip-box .tip {
        color: #a80000
    }

    .get-allcoupon {
        margin: 38px 0;
        text-align: center
    }

    .get-allcoupon button,.get-allcoupon .cart.table-wrapper .actions-toolbar>.action,.get-allcoupon .action-gift {
        border: none;
        background: 0 0;
        text-decoration: underline;
        line-height: inherit;
        color: #a80000;
        font-size: 16px;
        padding: 0
    }

    .box-credit-card-page .box-list-card {
        display: inline-block;
        margin-bottom: 30px
    }

    .box-credit-card-page .box-list-card .box {
        margin-right: 0;
        margin-top: 50px;
        width: 100%
    }

    .box-credit-card-page .box-list-card .box p {
        font-size: 1.4rem
    }

    .box-credit-card-page .box-list-card .box .box-action {
        position: absolute;
        top: -26px;
        right: 0
    }

    .box-credit-card-page .box-list-card .box .box-action a {
        font-size: 1.2rem
    }

    .box-credit-card-page .box-list-card .box .date-expries {
        font-size: 1.4rem;
        line-height: 19px
    }

    .box-list .table-wrapper {
        overflow: visible;
        margin-bottom: 25px !important
    }

    .box-list .table-wrapper .box-operate {
        display: block;
        position: absolute;
        bottom: 100%;
        right: 0
    }

    .login-container .fieldset:after {
        text-align: center
    }

    .account .messages {
        margin-bottom: 0
    }

    .control.captcha-image .captcha-img {
        margin-bottom: 10px;
        display: block
    }

    .customer-account-index .page-title-wrapper {
        position: relative
    }

    .form.search.advanced .field.price .with-addon .input-text {
        flex-basis: auto;
        width: 100%
    }

    .dashboard-main .dash-title {
        font-size: 2.4rem;
        font-weight: 400
    }

    .dashboard-main .dash-content .box {
        margin-bottom: 8px;
        padding: 30px 13px;
        width: 100%
    }

    .dashboard-main .dash-content .box-icon {
        margin-right: 36px;
        font-size: 6rem
    }

    .dashboard-main .dash-content .box-text-title {
        font-size: 1.8rem;
        line-height: 24px
    }

    .dashboard-main .dash-content .box-text-desc {
        font-size: 1.4rem;
        margin-top: 18px
    }

    .custom-tablist.is-pc {
        display: none
    }

    .box-list .box,.box-list .box.box-address {
        margin-right: 0;
        margin-top: 16px;
        width: 100%
    }

    .box-list .box .is-default,.box-list .box.box-address .is-default {
        position: absolute;
        top: 0;
        right: 0
    }

    .box-list .box-action,.box-list .box.box-address-action {
        height: 110px
    }

    .customer-address-form .page-main {
        padding: 0
    }

    .customer-address-form .form-address-edit fieldset {
        padding: 0 10px
    }

    .customer-address-form .form-address-edit .fieldset {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        display: flex;
        flex-direction: column
    }

    .customer-address-form .form-address-edit .fieldset .field {
        margin-bottom: 10px
    }

    .customer-address-form .form-address-edit .fieldset .field.zip {
        order: 2;
        margin-bottom: 12px
    }

    .customer-address-form .form-address-edit .fieldset .field.choice.shipping {
        order: 3
    }

    .customer-address-form .form-address-edit .fieldset .field.choice.email-notify {
        order: 4
    }

    .customer-address-form .form-address-edit .fieldset .field.choice label span {
        font-size: 1.2rem
    }

    .customer-address-form .form-address-edit .fieldset .field-area-group .field {
        width: calc((100% - 8px)/3);
        float: left;
        position: relative
    }

    .customer-address-form .form-address-edit .fieldset .field-area-group .field.region,.customer-address-form .form-address-edit .fieldset .field-area-group .field.city {
        margin-right: 4px
    }

    .customer-address-form .form-address-edit .fieldset .field-area-group .field.region>.label,.customer-address-form .form-address-edit .fieldset .field-area-group .field.city>.label,.customer-address-form .form-address-edit .fieldset .field-area-group .field.district>.label {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        display: flex;
        position: absolute;
        top: 4px;
        left: 8px
    }

    .customer-address-form .form-address-edit .fieldset .field-area-group .field.region>.label:after,.customer-address-form .form-address-edit .fieldset .field-area-group .field.city>.label:after,.customer-address-form .form-address-edit .fieldset .field-area-group .field.district>.label:after {
        content: '*';
        margin: 0 5px 0 0;
        color: #000
    }

    .customer-address-form .form-address-edit .fieldset .field-area-group .field.region>.label span,.customer-address-form .form-address-edit .fieldset .field-area-group .field.city>.label span,.customer-address-form .form-address-edit .fieldset .field-area-group .field.district>.label span {
        display: none
    }

    .customer-address-form .form-address-edit .fieldset .field-area-group .field.region input,.customer-address-form .form-address-edit .fieldset .field-area-group .field.city input,.customer-address-form .form-address-edit .fieldset .field-area-group .field.district input {
        border: 1px solid #505050;
        padding-left: 24px
    }

    .customer-address-form .form-address-edit .fieldset .field-area-group .field.district .control select {
        padding-left: 24px
    }

    .customer-address-form .form-address-edit .actions-toolbar button,.customer-address-form .form-address-edit .actions-toolbar .cart.table-wrapper .actions-toolbar>.action,.customer-address-form .form-address-edit .actions-toolbar .action-gift {
        height: 40px;
        line-height: 40px !important;
        padding: 0 !important;
        margin-top: 14px
    }

    .address-book .box-list .box {
        margin-top: 40px
    }

    .address-book .box-list .box.add-address {
        margin-top: 20px
    }

    .address-book .box-list .box-operate {
        display: block
    }

    .address-dialog .modal-content {
        height: 100%;
        padding: 0
    }

    .address-dialog .modal-content .custom-fapiao {
        height: 100%
    }

    .address-dialog .page-main {
        padding: 0
    }

    .address-dialog.modal-popup._show.modal-slide {
        top: auto;
        left: 0;
        height: 100%
    }

    .address-dialog.modal-popup._show.modal-slide .modal-inner-wrap {
        margin: 0;
        background-color: #fff
    }

    .address-dialog.modal-popup .modal-header {
        padding-top: 12px;
        padding-bottom: 0;
        padding-left: 15px
    }

    .custom-address-dialog.modal-popup._show.modal-slide {
        height: auto
    }

    .custom-address-dialog.modal-popup .modal-header {
        padding: 28px 10px 0
    }

    .custom-address-dialog.modal-popup .modal-header h1 {
        line-height: 19px;
        padding: 0
    }

    .custom-address-dialog.modal-popup .modal-header .action-close {
        padding: 15px 10px
    }

    .custom-address-dialog.modal-popup .modal-header .action-close:before {
        font-size: 1.4rem
    }

    .custom-address-dialog .modal-inner-wrap .modal-content iframe {
        min-height: 445px;
        height: auto;
        margin-bottom: -5px
    }

    .gift-options .actions-toolbar .action-update {
        font-size: 2rem;
        padding: 15px;
        width: 100%
    }

    .gift-item-block {
        border-top: 1px solid #c1c1c1;
        border-bottom: 0
    }

    .cart.table-wrapper .gift-content {
        margin-right: -10px
    }

    .gift-wrapping {
        border-bottom: 1px solid #c1c1c1;
        margin-bottom: 20px;
        padding-bottom: 10px
    }

    .gift-wrapping-list {
        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
    }

    .form-add-invitations .additional,.form-add-invitations .field.text {
        margin-top: 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 -15px 20px
    }

    .block-wishlist-management .wishlist-select-items {
        border-bottom: 1px solid #d2d2d2;
        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 {
        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
    }

    .pagebuilder-banner-wrapper {
        background-attachment: scroll !important
    }

    .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
        max-width: none
    }

    .pagebuilder-column {
        background-attachment: scroll !important;
        flex-basis: 100%;
        max-width: 100%
    }

    .pagebuilder-column-group {
        flex-wrap: wrap
    }

    [data-content-type=row][data-appearance=contained] [data-element=inner] {
        background-attachment: scroll !important
    }

    [data-content-type=row][data-appearance=full-bleed] {
        background-attachment: scroll !important
    }

    [data-content-type=row][data-appearance=full-width] {
        background-attachment: scroll !important
    }

    .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
        max-width: none
    }

    [data-content-type=tab-item] {
        background-attachment: scroll !important
    }

    .pagebuilder-mobile-hidden {
        display: none !important
    }

    .reward-settings+.actions-toolbar {
        margin-top: 10px
    }

    .account .column.main .returns-details-items .block-returns-tracking .block-title>.action.track {
        display: block;
        float: none;
        margin: 10px 0 0
    }

    .error-popup-global-confirm.modal-popup.modal-slide._show {
        left: 50%;
        top: 50%;
        right: auto;
        bottom: auto;
        width: calc(100% - 48px);
        word-break: break-word;
        transform: translate(-50%,-50%);
        max-width: 300px
    }

    .error-popup-global-confirm.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        height: 70vh;
        background-color: #fff;
        height: auto
    }

    .error-popup-global-confirm.modal-popup .modal-content {
        padding-left: 18px;
        padding-right: 18px;
        padding-bottom: 24px
    }

    .error-popup-global-confirm.modal-popup .modal-footer {
        border-top: none;
        text-align: right;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .return_exchange-returns-create .column.main {
        padding-bottom: 0 !important
    }

    .form-upload-bank .payment-account-amount .control {
        width: 100% !important
    }

    .form-upload-bank .row-date-time .two-dot {
        display: inline-block
    }

    .form-upload-bank .row-date-time .control.date input {
        width: 159px
    }

    .order-details-item.orders-history .order-items-history .bundle-product-order-details .price-excluding-tax {
        font-size: 1.2rem
    }

    .order-details-item.orders-history .product-order-details .common {
        position: relative
    }

    .order-details-item.orders-history .product-order-details .common .get-product-key {
        position: absolute;
        top: 0;
        right: 0
    }

    .box-activating-private-key {
        border: none
    }

    .box-activating-private-key .box-title-order-detail {
        border: 1px solid #d2d2d2;
        border-bottom: 0;
        padding-left: 10px;
        font-size: 1.4rem;
        line-height: 19px
    }

    .box-activating-private-key .box-content {
        padding: 20px 10px;
        border: 1px solid #d2d2d2;
        border-top: 0
    }

    .box-activating-private-key .box-content .col-img {
        display: none
    }

    .box-activating-private-key .box-content .col-text {
        width: 100%
    }

    .box-activating-private-key .box-content p {
        font-size: 1.4rem;
        line-height: 19px
    }

    .box-activating-private-key .box-content h4 {
        font-size: 1.6rem;
        line-height: 21px;
        margin-bottom: 15px
    }

    .box-activating-private-key .box-content .get-key label {
        font-size: 1.6rem;
        line-height: 21px
    }

    .box-activating-private-key .box-content .sub-title {
        border-bottom: 1px solid #d2d2d2;
        padding: 0 0 15px;
        font-size: 1.4rem;
        line-height: 19px
    }

    .box-activating-private-key .box-content.last {
        border: 0;
        padding: 0;
        margin-top: 10px
    }

    .box-activating-private-key .box-content.last .content-activating-private-last {
        margin-bottom: 0
    }

    .box-activating-private-key .inner-box-content {
        display: inline;
        border: 0
    }

    .box-activating-private-key .inner-box-content .col-left-content {
        border-right: 0;
        padding: 0 0 16px;
        border-bottom: 1px solid #d2d2d2
    }

    .box-activating-private-key .inner-box-content .col-changed-button {
        padding: 20px 0
    }

    .box-activating-private-key .inner-box-content .col-changed-button .box-active-key button,.box-activating-private-key .inner-box-content .col-changed-button .box-active-key .cart.table-wrapper .actions-toolbar>.action,.box-activating-private-key .inner-box-content .col-changed-button .box-active-key .action-gift {
        width: 85%;
        font-size: 1.4rem;
        line-height: 19px
    }

    .box-activating-private-key .inner-box-content .col-changed-button .box-active-key label {
        width: 15%;
        font-size: 1.4rem;
        line-height: 19px
    }

    .box-order-address-subtotal.lib-flex {
        display: inline
    }

    .box-order-address-subtotal.lib-flex .order-detail-address-payment,.box-order-address-subtotal.lib-flex .order-detail-subtotal-delivery {
        padding: 10px;
        flex-basis: 100%;
        max-width: none
    }

    .box-shipped .content-box,.box-order-complete-exchange .content-box {
        padding: 20px 10px
    }

    .box-shipped .box-order-status-payment p,.box-order-complete-exchange .box-order-status-payment p {
        font-size: 1.4rem;
        line-height: 19px
    }

    .box-order-status-payment {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        padding-top: 20px
    }

    .box-order-status-payment .order-number-generated-time,.box-order-status-payment .payment-method-total-price,.box-order-status-payment .order-details-status {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        display: flex;
        margin-bottom: 5px
    }

    .box-order-status-payment .order-number-generated-time p:first-child:after,.box-order-status-payment .payment-method-total-price p:first-child:after,.box-order-status-payment .order-details-status p:first-child:after {
        content: ":";
        margin-right: 10px
    }

    .order-details-item.orders-history .order-items-history .link-exchange-return-product {
        display: inline-block
    }

    .order-details-item.orders-history .order-items-history .link-exchange-return-product p {
        text-align: right;
        margin: 0;
        margin-bottom: 10px
    }

    .box-address-order-detai .box-title-order-detail {
        padding-left: 10px
    }

    .order-shipping-address h4,.order-invoice h4,.box-for-unpaid-order h4,.order-payment-method h4,.order-shipping-address address,.order-invoice address,.box-for-unpaid-order address,.order-payment-method address,.order-shipping-address p,.order-invoice p,.box-for-unpaid-order p,.order-payment-method p,.order-shipping-address strong,.order-invoice strong,.box-for-unpaid-order strong,.order-payment-method strong,.order-shipping-address a,.order-invoice a,.box-for-unpaid-order a,.order-payment-method a,.order-shipping-address label,.order-invoice label,.box-for-unpaid-order label,.order-payment-method label,.order-shipping-address button,.order-invoice button,.box-for-unpaid-order button,.order-payment-method button,.order-shipping-address li,.order-invoice li,.box-for-unpaid-order li,.order-payment-method li,.order-shipping-address span,.order-invoice span,.box-for-unpaid-order span,.order-payment-method span,.order-shipping-address .cart.table-wrapper .actions-toolbar>.action,.order-invoice .cart.table-wrapper .actions-toolbar>.action,.box-for-unpaid-order .cart.table-wrapper .actions-toolbar>.action,.order-payment-method .cart.table-wrapper .actions-toolbar>.action,.order-shipping-address .action-gift,.order-invoice .action-gift,.box-for-unpaid-order .action-gift,.order-payment-method .action-gift {
        font-size: 1.4rem;
        line-height: 19px
    }

    .block-order-details-view .box-title>span {
        font-size: 1.4rem !important;
        line-height: 19px !important
    }

    .box-for-unpaid-order p strong {
        font-size: 1.4rem;
        line-height: 19px
    }

    .box-for-unpaid-order li a {
        font-size: 1.4rem;
        line-height: 19px
    }

    .order-detail-subtotal-delivery h4,.order-detail-subtotal-delivery p,.order-detail-subtotal-delivery span {
        font-size: 1.4rem;
        line-height: 19px
    }

    .order-detail-subtotal-delivery .total h4,.order-detail-subtotal-delivery .discount-price h4,.order-detail-subtotal-delivery .shipping-fee h4,.order-detail-subtotal-delivery .subtotal h4 {
        font-size: 1.4rem;
        line-height: 19px
    }

    .box-exchange,.estimated-delivery-date {
        padding-left: 10px
    }

    .modal-popup.order-detail-modal.modal-slide .modal-inner-wrap[class] {
        background: #fff
    }

    .modal-popup.order-detail-modal.modal-slide .modal-inner-wrap[class] .modal-header {
        padding: 10px
    }

    .modal-popup.order-detail-modal.modal-slide .modal-inner-wrap[class] .modal-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 70px
    }

    .modal-popup.order-detail-modal.modal-slide._show {
        top: auto
    }

    .form-upload-bank {
        padding-bottom: 0
    }

    .form-upload-bank h4 {
        font-size: 1.4rem;
        line-height: 19px;
        margin-bottom: 15px
    }

    .form-upload-bank .payment-account-amount {
        margin-bottom: 10px
    }

    .form-upload-bank .payment-account-amount .control input {
        background: 0 0;
        width: 100%;
        border-color: #505050 !important
    }

    .form-upload-bank .payment-account-amount .control:before {
        color: #000 !important;
        top: 10px !important
    }

    .form-upload-bank .row-date-time {
        margin-bottom: 10px
    }

    .form-upload-bank .row-date-time .fieldset .field {
        display: block
    }

    .form-upload-bank .row-date-time .fieldset .field label {
        display: block;
        margin-bottom: 10px
    }

    .form-upload-bank .row-date-time .fieldset .field .control {
        display: inline-block
    }

    .form-upload-bank .row-date-time .fieldset .field .control:before {
        display: none
    }

    .form-upload-bank .row-date-time .fieldset .field .control input {
        border: 1px solid #505050
    }

    .form-upload-bank .upload-img .fieldset .field {
        display: block
    }

    .form-upload-bank .upload-img .fieldset .field label {
        margin-bottom: 10px
    }

    .form-upload-bank .upload-img .fieldset .field .control {
        margin-bottom: 15px;
        width: 190px !important
    }

    .form-upload-bank .upload-img .fieldset .field .control:before {
        display: none
    }

    .form-upload-bank.form-wrap {
        padding-bottom: 0;
        position: static
    }

    .form-upload-bank.form-wrap .fieldset {
        margin-bottom: 0 !important
    }

    .form-upload-bank.form-wrap .action {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0
    }

    .form-upload-bank.form-wrap .upload-payment-method {
        margin-bottom: 5px
    }

    .popup-view-voucher .modal-popup.order-detail-modal.modal-slide._show {
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0
    }

    .popup-view-voucher .modal-popup.order-detail-modal.modal-slide .modal-inner-wrap {
        height: fit-content;
        position: absolute
    }

    .popup-view-voucher .modal-popup.order-detail-modal .modal-inner-wrap {
        top: 0;
        bottom: 0;
        margin: auto
    }

    .popup-view-voucher .modal-popup.order-detail-modal .modal-inner-wrap[class] .modal-content {
        padding-bottom: 40px
    }

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

    .orders-history-top {
        display: none
    }

    .orders-status ul {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        display: flex
    }

    .orders-status ul li {
        width: calc(100%/6)
    }

    .table-order-items .product-order-wrapper {
        flex-wrap: wrap;
        width: 100%
    }

    .table-order-items .package-order-history .product-order-right {
        display: none
    }

    .table-order-items .package-order-history .left-order-left {
        order: 2
    }

    .table-order-items .package-order-history .left-order-right {
        order: 1
    }

    .table-order-items .right-order {
        flex-direction: column;
        align-items: flex-end
    }

    .table-order-items .info-order-history {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        display: flex;
        flex-wrap: wrap
    }

    .table-order-items .product-order-details .common {
        flex-wrap: wrap;
        border-bottom: 1px solid #d2d2d2;
        padding: 9px 0
    }

    .table-order-items .product-order-details .common .product-order-left .details {
        width: 66px
    }

    .table-order-items .product-order-details .common .product-order-left .product-information {
        width: calc((100% - 96px))
    }

    .table-order-items .product-order-details .common .product-order-left .product-information .mobile-show {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        display: flex
    }

    .table-order-items .product-order-details .common .product-order-left .product-information .mobile-show .col.qty {
        padding-right: 15px
    }

    .table-order-items .product-order-details .common .product-order-left .product-information .mobile-show .col.qty,.table-order-items .product-order-details .common .product-order-left .product-information .mobile-show .col.price {
        font-size: 1.2rem
    }

    .table-order-items .product-order-details .common .product-order-left .product-information .product-short-description {
        padding-bottom: 14px
    }

    .table-order-items .product-order-details .common .product-order-right .get-product-key {
        margin-top: 14px
    }

    .table-order-items .product-order-details .common .product-order-right .col.price,.table-order-items .product-order-details .common .product-order-right .col.qty {
        display: none !important
    }

    .table-order-items .product-order-details .common img {
        width: 66px;
        height: 66px
    }

    .table-order-items .product-order-details .bundle-product.common .product-order-left .details,.table-order-items .product-order-details .gift-product.common .product-order-left .details,.table-order-items .product-order-details .pre-order-product.common .product-order-left .details {
        width: auto
    }

    .table-order-items .product-order-details .office-product .product-short-description {
        padding-bottom: 0
    }

    .table-order-items .product-order-details .office-product .product-install-tips {
        padding-bottom: 14px
    }

    .table-order-items .product-order-details .main-product {
        border: 0
    }

    .table-order-items .product-order-details .bundle-product-head .product-order-right {
        display: block
    }

    .table-order-items .product-order-details .message-pre-order {
        margin-top: 9px
    }

    .table-order-items .product-order-details .bundle-product .details,.table-order-items .product-order-details .gift-product .details,.table-order-items .product-order-details .pre-order-product .details {
        padding-left: 25px
    }

    .table-order-items .product-order-details .bundle-product img,.table-order-items .product-order-details .gift-product img,.table-order-items .product-order-details .pre-order-product img {
        height: 40px;
        width: 40px
    }

    .table-order-items .order-details-item.orders-history .product-unpaid-order {
        order: -1;
        padding: 10px 0;
        box-sizing: border-box;
        border-bottom: 1px solid #d2d2d2
    }

    .table-order-items .order-details-item.orders-history .content.info-order-history:last-of-type .common {
        border-bottom: none
    }

    .table-order-items .product-unpaid-order {
        order: 2
    }

    .table-order-items .product-unpaid-order .unpaid-order {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        display: flex;
        flex-wrap: wrap
    }

    .table-order-items .product-unpaid-order .unpaid-order>div {
        width: 50%
    }

    .table-order-items .product-unpaid-order .unpaid-order .payment-wrapper {
        text-align: right
    }

    .table-order-items .product-unpaid-order .unpaid-order .payment-wrapper>a {
        display: inline-block;
        color: #fff;
        width: 114px;
        height: 40px;
        background: #0067b8;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        font-weight: 700
    }

    .table-order-items .product-unpaid-order .unpaid-order .link-change-payment {
        order: 3
    }

    .table-order-items .product-unpaid-order .unpaid-order .link-change-payment a {
        text-align: right
    }

    .table-order-items .product-unpaid-order .mobile-show {
        display: block;
        margin-bottom: 11px
    }

    .table-order-items .message-pre-order {
        width: 100%
    }

    .table-order-items .product-order-details,.table-order-items .message-pre-order {
        margin-bottom: 13px
    }

    .breadcrumbs {
        display: none
    }

    .protection-form-popup {
        display: none
    }

    .protection-popup.modal-popup._show.modal-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        top: 0;
        left: 0
    }

    .protection-popup.modal-popup._show.modal-slide .modal-inner-wrap {
        width: 90%;
        background: #fff
    }

    .protection-popup.modal-popup._show.modal-slide .modal-inner-wrap .protection-form-popup .protection-title {
        font-size: 16px;
        font-weight: 700
    }

    .protection-popup.modal-popup._show.modal-slide .modal-footer {
        display: none
    }

    .protection-popup .protection-form-content {
        margin-top: 12px
    }

    .protection-popup .fieldset .row-fied .upload .label {
        margin-bottom: 12px;
        display: inline-block
    }

    .protection-popup .fieldset .row-fied .upload .input-text {
        height: 95px;
        width: 190px;
        box-sizing: border-box;
        position: relative;
        z-index: 20
    }

    .protection-popup .fieldset .row-fied .upload .control {
        position: relative
    }

    .protection-popup .fieldset .row-fied .upload .img-box-before {
        height: 95px;
        width: 190px;
        box-sizing: border-box;
        z-index: 30;
        border: solid 1px #505050;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        background: #fff
    }

    .protection-popup .fieldset .row-fied .upload .img-box-before.error-border {
        border-color: #fc4242
    }

    .protection-popup .fieldset .row-fied .upload .img-box-before.has-img {
        display: none
    }

    .protection-popup .fieldset .row-fied .upload .img-box-after {
        border: solid 1px #000;
        height: 95px;
        width: 190px;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        background: #fff;
        z-index: 25
    }

    .protection-popup .fieldset .row-fied .upload .img-box-after img {
        max-width: 100%;
        max-height: 100%
    }

    .protection-popup .fieldset .row-fied .upload-des {
        color: #000;
        margin-top: 15px
    }

    .protection-popup .fieldset .row-fied .field.required .label:before {
        content: "*";
        font-size: 14px;
        font-weight: 700;
        padding-right: 2px
    }

    .protection-popup a.pc-show {
        display: none
    }

    .protection-popup a.mobile-show {
        display: inline-block
    }

    .protection-popup .fieldset .row-fied .mobile .label span,.protection-popup .fieldset .row-fied .name .label span {
        display: none
    }

    .protection-popup .fieldset .row-fied .mobile,.protection-popup .fieldset .row-fied .name {
        margin-bottom: 12px;
        position: relative
    }

    .protection-popup .fieldset .row-fied .mobile .label,.protection-popup .fieldset .row-fied .name .label {
        position: absolute;
        top: 10px
    }

    .protection-popup .fieldset .row-fied .mobile .control input,.protection-popup .fieldset .row-fied .name .control input {
        border: none;
        border-bottom: solid 1px #505050;
        height: 40px
    }

    .protection-popup .fieldset .row-fied .mobile .control input.mage-error,.protection-popup .fieldset .row-fied .name .control input.mage-error {
        border-color: #fc4242
    }

    .product-order-protection {
        padding-left: 95px;
        margin-top: 14px
    }

    .product-order-protection button.review-btn,.product-order-protection .cart.table-wrapper .actions-toolbar>.action.review-btn,.product-order-protection .action-gift.review-btn {
        opacity: .3;
        border: solid 1px #505050;
        pointer-events: auto
    }

    .product-order-protection button.valuation-btn,.product-order-protection .cart.table-wrapper .actions-toolbar>.action.valuation-btn,.product-order-protection .action-gift.valuation-btn {
        border: solid 1px #505050;
        opacity: 1;
        pointer-events: auto
    }

    .product-order-protection button,.product-order-protection .cart.table-wrapper .actions-toolbar>.action,.product-order-protection .action-gift {
        background: #fff;
        width: 114px;
        height: 40px;
        font-size: 14px;
        color: #505050;
        font-weight: 400;
        border: solid 1px #505050;
        opacity: .3;
        pointer-events: none
    }

    .product-order-protection span {
        display: none
    }

    .protection-preview-popup {
        display: none
    }

    .protection-preview-popup .protection-title {
        font-size: 16px;
        font-weight: 700
    }

    .protection-preview-popup .protection-preview-content {
        opacity: .3;
        pointer-events: none
    }

    .protection-preview-popup .protection-preview-content .upload-input .label {
        margin-bottom: 10px;
        display: inline-block
    }

    .page-main-full-width {
        padding: 0 15px
    }

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

    .products-grid.wishlist .product-item {
        padding: 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 {
        float: left
    }

    .products-grid.wishlist .product-item-actions .action.delete {
        float: right
    }

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

    .hup-invite-input {
        text-align: center;
        margin-top: 20px
    }

    .hup-invite-input .title {
        font-size: 18px
    }

    .hup-invite-input .email-box input {
        height: 35px;
        margin: 12px 0
    }

    .hup-invite-input .email-box .btn {
        background: #0067b8;
        color: #fff;
        width: 114px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        border: none
    }

    .hup-invite-input .email-box .email-msg {
        color: #d50303;
        font-size: 12px
    }

    .store-list-content {
        flex-flow: wrap
    }

    .store-list-content .item-list {
        width: 100%;
        margin-bottom: 12px
    }

    .store-list-content .item-list:hover {
        box-shadow: none
    }

    .store-list-bg .store-list-content .swiper-container {
        width: calc(100% - 48px)
    }

    .store-list-bg .store-list-content .swiper-button.swiper-button-prev {
        left: 20px;
        margin-top: -8px;
        width: 8px;
        height: 19px;
        font-weight: 700;
        color: #000
    }

    .store-list-bg .store-list-content .swiper-button.swiper-button-next {
        right: 20px;
        margin-top: -8px;
        width: 8px;
        height: 19px;
        font-weight: 700;
        color: #000
    }

    .store-list-bg .store-list-content .swiper-button:after {
        font-size: 18px
    }

    .grouped-payment-landing .page-main,.mscheckout-payment-banksuccess .page-main,.mscheckout-payment-cashsuccess .page-main {
        padding: 0
    }

    .grouped-payment-landing .payment-header-mobile,.mscheckout-payment-banksuccess .payment-header-mobile,.mscheckout-payment-cashsuccess .payment-header-mobile {
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        color: #333;
        background: #f2f2f2;
        text-align: center
    }

    .grouped-payment-landing .payment-inner,.mscheckout-payment-banksuccess .payment-inner,.mscheckout-payment-cashsuccess .payment-inner {
        display: flex;
        flex-flow: column;
        padding: 20px 15px 20px
    }

    .grouped-payment-landing .payment-inner .payment_info,.mscheckout-payment-banksuccess .payment-inner .payment_info,.mscheckout-payment-cashsuccess .payment-inner .payment_info {
        order: 2
    }

    .grouped-payment-landing .payment-inner .order_info,.mscheckout-payment-banksuccess .payment-inner .order_info,.mscheckout-payment-cashsuccess .payment-inner .order_info {
        order: 1;
        border-bottom: solid 1px #d2d2d2;
        padding-bottom: 20px
    }

    .grouped-payment-landing .payment-inner .order_info .icon_box,.mscheckout-payment-banksuccess .payment-inner .order_info .icon_box,.mscheckout-payment-cashsuccess .payment-inner .order_info .icon_box {
        display: flex;
        margin-bottom: 18px
    }

    .grouped-payment-landing .payment-inner .order_info .icon_box .icon-warning,.mscheckout-payment-banksuccess .payment-inner .order_info .icon_box .icon-warning,.mscheckout-payment-cashsuccess .payment-inner .order_info .icon_box .icon-warning {
        margin-top: 3px;
        font-size: 12px
    }

    .grouped-payment-landing .payment-inner .order_info .icon_box .time,.mscheckout-payment-banksuccess .payment-inner .order_info .icon_box .time,.mscheckout-payment-cashsuccess .payment-inner .order_info .icon_box .time {
        margin-left: 3px;
        font-size: 12px
    }

    .grouped-payment-landing .payment-inner .order_info .icon_box .time span,.mscheckout-payment-banksuccess .payment-inner .order_info .icon_box .time span,.mscheckout-payment-cashsuccess .payment-inner .order_info .icon_box .time span {
        color: #0067b8;
        font-weight: 700
    }

    .grouped-payment-landing .payment-inner .order_info .details .detail,.mscheckout-payment-banksuccess .payment-inner .order_info .details .detail,.mscheckout-payment-cashsuccess .payment-inner .order_info .details .detail {
        margin-bottom: 5px
    }

    .grouped-payment-landing .payment-inner .order_info .details .detail .title,.mscheckout-payment-banksuccess .payment-inner .order_info .details .detail .title,.mscheckout-payment-cashsuccess .payment-inner .order_info .details .detail .title {
        font-size: 14px;
        font-weight: 700
    }

    .grouped-payment-landing .payment-inner .order_info .details .detail .content,.mscheckout-payment-banksuccess .payment-inner .order_info .details .detail .content,.mscheckout-payment-cashsuccess .payment-inner .order_info .details .detail .content {
        font-size: 14px
    }

    .grouped-payment-landing .payment-inner .order_info .details .detail .price,.mscheckout-payment-banksuccess .payment-inner .order_info .details .detail .price,.mscheckout-payment-cashsuccess .payment-inner .order_info .details .detail .price {
        color: #d50303;
        font-weight: 700
    }

    .grouped-payment-landing .payment-inner .order_info .details .detail:last-child,.mscheckout-payment-banksuccess .payment-inner .order_info .details .detail:last-child,.mscheckout-payment-cashsuccess .payment-inner .order_info .details .detail:last-child {
        margin-bottom: 0
    }

    .grouped-payment-landing .payment-inner .tips_info,.mscheckout-payment-banksuccess .payment-inner .tips_info,.mscheckout-payment-cashsuccess .payment-inner .tips_info {
        order: 3;
        margin-top: 26px
    }

    .grouped-payment-landing .payment-inner .tips_info .tip,.mscheckout-payment-banksuccess .payment-inner .tips_info .tip,.mscheckout-payment-cashsuccess .payment-inner .tips_info .tip {
        font-size: 14px;
        margin-bottom: 26px
    }

    .grouped-payment-landing .payment-inner .tips_info .tip .title,.mscheckout-payment-banksuccess .payment-inner .tips_info .tip .title,.mscheckout-payment-cashsuccess .payment-inner .tips_info .tip .title {
        font-weight: 700
    }

    .grouped-payment-landing .payment-inner .tips_info .tip .content span,.mscheckout-payment-banksuccess .payment-inner .tips_info .tip .content span,.mscheckout-payment-cashsuccess .payment-inner .tips_info .tip .content span {
        display: block
    }

    .grouped-payment-landing .payment-inner .payments .list-item,.mscheckout-payment-banksuccess .payment-inner .payments .list-item,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item {
        overflow: hidden
    }

    .grouped-payment-landing .payment-inner .payments .label-third,.mscheckout-payment-banksuccess .payment-inner .payments .label-third,.mscheckout-payment-cashsuccess .payment-inner .payments .label-third,.grouped-payment-landing .payment-inner .payments .label-installment,.mscheckout-payment-banksuccess .payment-inner .payments .label-installment,.mscheckout-payment-cashsuccess .payment-inner .payments .label-installment {
        width: calc(50% - 8px);
        height: 40px;
        line-height: 40px;
        border: solid 1px #505050;
        text-align: center;
        box-sizing: border-box;
        margin-top: 10px
    }

    .grouped-payment-landing .payment-inner .payments .label-third a,.mscheckout-payment-banksuccess .payment-inner .payments .label-third a,.mscheckout-payment-cashsuccess .payment-inner .payments .label-third a,.grouped-payment-landing .payment-inner .payments .label-installment a,.mscheckout-payment-banksuccess .payment-inner .payments .label-installment a,.mscheckout-payment-cashsuccess .payment-inner .payments .label-installment a {
        color: #000
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.label.ui-tabs-active,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.label.ui-tabs-active,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.label.ui-tabs-active {
        border: solid 2px #0067b8
    }

    .grouped-payment-landing .payment-inner .payments .list-item .label-third,.mscheckout-payment-banksuccess .payment-inner .payments .list-item .label-third,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item .label-third {
        float: left
    }

    .grouped-payment-landing .payment-inner .payments .list-item .label-installment,.mscheckout-payment-banksuccess .payment-inner .payments .list-item .label-installment,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item .label-installment {
        float: left
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.label:first-child,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.label:first-child,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.label:first-child {
        margin-right: 16px
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset {
        display: block;
        width: 100%;
        float: left
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .third-party-container .third-content-container .pay-method-item,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .third-party-container .third-content-container .pay-method-item,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .third-party-container .third-content-container .pay-method-item {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: solid 1px #f2f2f2;
        flex-flow: row-reverse
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .third-party-container .third-content-container .pay-method-item .label,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .third-party-container .third-content-container .pay-method-item .label,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .third-party-container .third-content-container .pay-method-item .label {
        margin-right: 30px;
        width: 100px;
        display: flex
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .third-party-container .third-content-container .pay-method-item .label img,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .third-party-container .third-content-container .pay-method-item .label img,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .third-party-container .third-content-container .pay-method-item .label img {
        height: 100%;
        width: 100%
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .third-party-container .third-btn-container .payment-img,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .third-party-container .third-btn-container .payment-img,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .third-party-container .third-btn-container .payment-img {
        display: none
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .third-party-container .third-btn-container .pay-btn,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .third-party-container .third-btn-container .pay-btn,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .third-party-container .third-btn-container .pay-btn {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #0067b8;
        color: #fff;
        padding: 0 15px;
        margin-left: -15px;
        height: 40px;
        z-index: 20
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-date,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-date,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-date {
        margin-top: 5px;
        margin-bottom: 24px
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-date .period-item,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-date .period-item,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-date .period-item {
        display: flex;
        flex-flow: row-reverse;
        padding: 12px 0;
        border-top: solid 1px #d2d2d2;
        align-items: center
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-date .period-item:last-child,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-date .period-item:last-child,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-date .period-item:last-child {
        margin-bottom: 0;
        border-bottom: solid 1px #d2d2d2
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-date .period-item input[type=radio],.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-date .period-item input[type=radio],.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-date .period-item input[type=radio] {
        margin: 0;
        width: 20px;
        height: 20px
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-date .period-item label,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-date .period-item label,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-date .period-item label {
        font-size: 14px;
        color: #666;
        text-align: left;
        width: calc(100% - 20px)
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone>.control .phoneError,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone>.control .phoneError,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone>.control .phoneError {
        margin-bottom: 0
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex {
        overflow: hidden;
        margin-top: 16px
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex .CaptchaFlexLeft,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex .CaptchaFlexLeft,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex .CaptchaFlexLeft {
        overflow: hidden;
        float: left;
        width: calc(100% - 100px)
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex .CaptchaFlexLeft .password-label,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex .CaptchaFlexLeft .password-label,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex .CaptchaFlexLeft .password-label {
        display: none
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex .CaptchaFlexLeft input,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex .CaptchaFlexLeft input,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex .CaptchaFlexLeft input {
        width: 100%;
        height: 40px;
        border: solid 1px #505050;
        border-right: none
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex .CaptchaFlexRight,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex .CaptchaFlexRight,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex .CaptchaFlexRight {
        float: left;
        width: 100px
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex .CaptchaFlexRight button,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex .CaptchaFlexRight button,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex .CaptchaFlexRight button,.grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex .CaptchaFlexRight .cart.table-wrapper .actions-toolbar>.action,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex .CaptchaFlexRight .cart.table-wrapper .actions-toolbar>.action,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex .CaptchaFlexRight .cart.table-wrapper .actions-toolbar>.action,.grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex .CaptchaFlexRight .action-gift,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex .CaptchaFlexRight .action-gift,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .CaptchaFlex .CaptchaFlexRight .action-gift {
        background: 0 0;
        width: 100px;
        border: solid 1px #0067b8;
        box-sizing: border-box;
        height: 40px;
        text-align: center;
        padding: 0;
        color: #0067b8;
        font-weight: 400
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .codeError,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .codeError,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .codeError {
        margin-bottom: 0
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .tip-message,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .tip-message,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .field.phone .tip-message {
        font-size: 12px;
        color: #666;
        margin-top: 12px
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-description,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-description,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-description {
        margin-top: 16px;
        width: 100%
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-description div,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-description div,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-description div {
        font-size: 12px;
        color: #666
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-description .installment-title,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-description .installment-title,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-description .installment-title {
        font-weight: 700
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-btn,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-btn,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-btn {
        position: fixed;
        margin-left: -15px;
        width: 100%;
        z-index: 20;
        bottom: 0
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-btn button,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-btn button,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-btn button,.grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-btn .cart.table-wrapper .actions-toolbar>.action,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-btn .cart.table-wrapper .actions-toolbar>.action,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-btn .cart.table-wrapper .actions-toolbar>.action,.grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-btn .action-gift,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-btn .action-gift,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .installment-btn .action-gift {
        display: inline-block;
        width: 100%;
        height: 40px;
        background: #0067b8;
        color: #fff;
        line-height: 40px;
        text-align: center;
        padding: 0;
        font-size: 14px;
        font-weight: 700;
        padding: 0 15px;
        border: none
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .cmb-qrcode,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .cmb-qrcode,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .cmb-qrcode {
        display: none
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-tips-box,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-tips-box,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-tips-box {
        margin-top: 10px
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-tips-box .card-tip,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-tips-box .card-tip,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-tips-box .card-tip {
        color: #666;
        font-size: 12px
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-tips-box .card-img,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-tips-box .card-img,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-tips-box .card-img {
        display: flex;
        margin-top: 8px;
        flex-flow: wrap
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-tips-box .card-img .card-img-box,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-tips-box .card-img .card-img-box,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-tips-box .card-img .card-img-box {
        width: calc(100%/3);
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-tips-box .card-img .card-img-box img,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-tips-box .card-img .card-img-box img,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-tips-box .card-img .card-img-box img {
        width: 100px;
        height: 22px
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box .token-item,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box .token-item,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box .token-item {
        height: 40px;
        border: solid 1px #505050;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 8px;
        color: #666
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box .token-item input[type=radio],.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box .token-item input[type=radio],.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box .token-item input[type=radio] {
        display: none
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box .token-item label,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box .token-item label,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box .token-item label {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box .token-item label img,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box .token-item label img,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box .token-item label img {
        width: 100px
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box .card-show,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box .card-show,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box .card-show {
        border: solid 2px #0067b8
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box button,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box button,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box button,.grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box .cart.table-wrapper .actions-toolbar>.action,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box .cart.table-wrapper .actions-toolbar>.action,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box .cart.table-wrapper .actions-toolbar>.action,.grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box .action-gift,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box .action-gift,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-form .installment-form .card-box .action-gift {
        height: 40px;
        border: solid 1px #505050;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 8px;
        background: 0 0;
        font-weight: 400;
        font-size: 14px;
        padding: 0;
        color: #0067b8
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-container,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-container,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-container {
        overflow: hidden;
        display: flex;
        justify-content: center;
        padding: 12px 0;
        flex-flow: wrap
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-container .pay-method-item,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-container .pay-method-item,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-container .pay-method-item {
        width: calc(50% - 8px);
        height: 37px;
        box-sizing: border-box;
        float: left;
        display: flex;
        flex-flow: row-reverse;
        align-items: center;
        justify-content: center;
        margin-bottom: 6px
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-container .pay-method-item:first-child,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-container .pay-method-item:first-child,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-container .pay-method-item:first-child {
        margin-right: 16px
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-container .pay-method-item input[type=radio],.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-container .pay-method-item input[type=radio],.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-container .pay-method-item input[type=radio] {
        height: 20px;
        width: 20px
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-container .pay-method-item .label,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-container .pay-method-item .label,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-container .pay-method-item .label {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin-right: 15px
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-container .pay-method-item .label img,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-container .pay-method-item .label img,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-container .pay-method-item .label img {
        width: 42px
    }

    .grouped-payment-landing .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-container .pay-method-item:nth-child(3),.mscheckout-payment-banksuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-container .pay-method-item:nth-child(3),.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li.fieldset .installment-party-container .installment-content-container .pay-method-item:nth-child(3) {
        margin-right: calc(50% + 8px)
    }

    .grouped-payment-landing .payment-inner .payments .list-item li:not(.fieldset) a,.mscheckout-payment-banksuccess .payment-inner .payments .list-item li:not(.fieldset) a,.mscheckout-payment-cashsuccess .payment-inner .payments .list-item li:not(.fieldset) a {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
        text-decoration: none
    }

    .mscheckout-payment-banksuccess .payment-inner .payment_info {
        margin-top: 30px;
        font-size: 14px
    }

    .mscheckout-payment-banksuccess .payment-inner .payment_info .bank-title {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 20px
    }

    .mscheckout-payment-banksuccess .payment-inner .payment_info .bank-info .bank-tip {
        font-weight: 700
    }

    .mscheckout-payment-banksuccess .payment-inner .payment_info .bank-invoice .bold-text {
        font-weight: 700;
        margin-top: 20px
    }

    .mscheckout-payment-banksuccess .payment-inner .payment_info .bank-btn {
        position: fixed;
        bottom: 0;
        width: 100%;
        margin-left: -15px;
        z-index: 9999
    }

    .mscheckout-payment-banksuccess .payment-inner .payment_info .bank-btn a {
        display: inline-block;
        width: 100%;
        height: 40px;
        text-decoration: none;
        font-size: 14px;
        line-height: 40px;
        text-align: center;
        font-weight: 700;
        background: #0067b8;
        color: #fff
    }

    .mscheckout-payment-cashsuccess .payment-inner .payment_info {
        order: 1
    }

    .mscheckout-payment-cashsuccess .payment-inner .payment_info .icon_box {
        display: flex;
        margin-bottom: 18px
    }

    .mscheckout-payment-cashsuccess .payment-inner .payment_info .icon_box .icon-warning {
        margin-top: 3px;
        font-size: 12px
    }

    .mscheckout-payment-cashsuccess .payment-inner .payment_info .icon_box .time {
        margin-left: 3px;
        font-size: 12px
    }

    .mscheckout-payment-cashsuccess .payment-inner .payment_info .icon_box .time span {
        color: #0067b8;
        font-weight: 700
    }

    .mscheckout-payment-cashsuccess .payment-inner .tips_info .tip-cash {
        margin-bottom: 20px
    }

    .modal-popup.wechatpay_popup._show {
        top: 50% !important;
        transform: translate(0px,-50%)
    }

    .modal-popup.wechatpay_popup._show .modal-inner-wrap {
        height: auto;
        background: #fff;
        max-width: 90%;
        margin-left: 5%
    }

    .modal-popup.wechatpay_popup._show .modal-inner-wrap .modal-content .cmb-wechect-popup .url-box {
        height: 50px;
        margin-top: 20px;
        width: 100%;
        word-wrap: break-word;
        border: solid 1px #d2d2d2
    }

    .modal-popup.wechatpay_popup._show .modal-inner-wrap .modal-footer {
        padding-top: 0;
        text-align: center
    }

    .modal-popup.wechatpay_popup._show .modal-inner-wrap .modal-footer button,.modal-popup.wechatpay_popup._show .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar>.action,.modal-popup.wechatpay_popup._show .modal-inner-wrap .modal-footer .action-gift {
        border: none;
        background: #0067b8;
        color: #fff
    }

    .modal-popup.agreements-modal._show {
        height: 100%;
        top: unset !important;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 902
    }

    .modal-popup.agreements-modal._show .modal-inner-wrap {
        margin: 0 20px;
        height: 480px;
        overflow: hidden;
        position: relative
    }

    .modal-popup.agreements-modal._show .modal-inner-wrap .modal-header {
        padding: 24px 20px 5px;
        position: fixed;
        width: 100%;
        background: #fff;
        top: 0;
        box-sizing: border-box
    }

    .modal-popup.agreements-modal._show .modal-inner-wrap .modal-header .modal-title {
        font-weight: 700;
        font-size: 14px;
        padding: 0
    }

    .modal-popup.agreements-modal._show .modal-inner-wrap .modal-content {
        padding: 0 20px;
        background: #fff
    }

    .modal-popup.agreements-modal._show .modal-inner-wrap .modal-content .checkout-agreements-item-content {
        overflow-x: hidden !important;
        overflow-y: scroll !important;
        height: 370px !important;
        margin-top: 55px;
        margin-bottom: 55px
    }

    .modal-popup.agreements-modal._show .modal-inner-wrap .modal-footer {
        display: block !important;
        position: fixed;
        bottom: 0;
        background: #fff;
        width: 100%;
        padding: 0 20px 15px;
        box-sizing: border-box
    }

    .modal-popup.agreements-modal._show .modal-inner-wrap .modal-footer button,.modal-popup.agreements-modal._show .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar>.action,.modal-popup.agreements-modal._show .modal-inner-wrap .modal-footer .action-gift {
        width: 100%;
        background: #0067b8;
        border: none;
        color: #fff;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-weight: 700
    }

    .cart-tip-block {
        width: 100%;
        padding: 20px 28px 0;
        order: 3
    }

    .checkout-cart-index .columns .column.main {
        padding-bottom: 8px !important
    }

    .cart-recommend {
        padding: 0 28px;
        box-sizing: border-box;
        order: 1;
        width: 100%;
        background: #f2f2f2
    }

    .cart-recommend .cart-recommend-title {
        font-size: 16px;
        color: #000;
        padding: 24px 28px;
        width: 100%;
        background: #fff;
        margin: 0 -28px
    }

    .cart-recommend .product-items {
        padding: 0
    }

    .cart-recommend .product-items .slick-arrow.slick-prev {
        transform: none;
        background: 0 0 !important;
        height: 28px;
        width: 28px;
        left: -28px;
        z-index: 50
    }

    .cart-recommend .product-items .slick-arrow.slick-prev:before {
        font-family: "ms-icon";
        content: "\e917";
        font-size: 28px;
        color: #000;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0
    }

    .cart-recommend .product-items .slick-arrow.slick-next {
        transform: none;
        background: 0 0 !important;
        height: 28px;
        width: 28px;
        right: -28px;
        z-index: 50
    }

    .cart-recommend .product-items .slick-arrow.slick-next:before {
        font-family: "ms-icon";
        content: "\e918";
        font-size: 28px;
        color: #000;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0
    }

    .cart-recommend .product-items .slick-list {
        margin: 0 -10px
    }

    .cart-recommend .product-items .slick-list .slick-track .slick-slide {
        margin: 0 10px;
        background: #fff;
        padding: 10px
    }

    .cart-recommend .product-items .slick-list .slick-track .slick-slide .product-item-info .product-item-details {
        height: 190px
    }

    .cart-recommend .product-items .slick-list .slick-track .slick-slide .product-item-info .product-item-details .product-item-name .product-item-link {
        height: 47px
    }

    .cart-recommend .product-items .slick-list .slick-track .slick-slide .product-item-info .product-item-details .short-description {
        height: 60px
    }

    .cart-recommend .product-items .slick-list .slick-track .slick-slide .product-item-info .product-item-details .price-box .old-price {
        display: none
    }

    .cart-recommend .product-items .slick-list .slick-track .slick-slide .product-item-info .product-item-details .price-box .price {
        font-weight: 400;
        font-size: 14px
    }

    .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
        width: 100%
    }

    .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
        position: unset;
        width: 100%
    }

    .checkout-index-index .pay-method {
        margin-top: 28px
    }

    .checkout-index-index .pay-method .title {
        font-size: 12px;
        color: #666
    }

    .checkout-index-index .pay-method .img-box {
        overflow: hidden;
        margin-top: 16px
    }

    .checkout-index-index .pay-method .img-box img {
        width: 33%;
        float: left;
        height: 20px;
        padding-right: 6%;
        box-sizing: border-box;
        margin-bottom: 5px
    }

    .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .totals th,.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .totals td {
        font-size: 16px
    }

    .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .discount .mark .title {
        font-size: 16px;
        font-weight: 400
    }

    .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .checkout-bottom-bar {
        position: fixed;
        min-height: 55px;
        bottom: 0;
        width: 100%;
        background: #fff;
        left: 0;
        z-index: 99
    }

    .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .checkout-bottom-bar .sub-btn {
        float: right;
        line-height: 55px;
        margin-right: 10px
    }

    .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .checkout-bottom-bar .sub-btn button,.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .checkout-bottom-bar .sub-btn .cart.table-wrapper .actions-toolbar>.action,.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .checkout-bottom-bar .sub-btn .action-gift {
        height: 40px;
        width: 114px;
        background: #0067b8;
        color: #fff;
        font-size: 14px
    }

    .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .checkout-bottom-bar .totals.sub {
        display: none
    }

    .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .checkout-bottom-bar .total-price {
        float: left;
        height: 55px;
        padding-left: 20px;
        display: flex;
        justify-content: center;
        flex-flow: column
    }

    .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .checkout-bottom-bar .total-price .totals {
        line-height: normal;
        font-size: 12px
    }

    .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .checkout-bottom-bar .total-price .totals .mark {
        font-size: 12px;
        display: inline-block;
        padding: 0
    }

    .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .checkout-bottom-bar .total-price .totals .mark .title {
        font-size: 12px;
        font-weight: 400;
        min-width: 50px;
        display: inline-block;
        text-align: left;
        margin: 0
    }

    .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .checkout-bottom-bar .total-price .totals .amount {
        display: inline-block;
        padding: 0
    }

    .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .checkout-bottom-bar .total-price .totals .amount .price {
        font-size: 12px;
        font-weight: 400
    }

    .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .checkout-bottom-bar .total-price .grand.totals {
        font-size: 14px
    }

    .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .checkout-bottom-bar .total-price .grand.totals .mark {
        display: inline-block
    }

    .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .checkout-bottom-bar .total-price .grand.totals .mark strong {
        font-size: 14px;
        min-width: 50px;
        display: inline-block;
        text-align: left
    }

    .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .checkout-bottom-bar .total-price .grand.totals .amount {
        font-size: 14px;
        display: inline-block
    }

    .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .checkout-bottom-bar .total-price .grand.totals .amount .price {
        font-size: 14px;
        font-weight: 700
    }

    .checkout-index-index .checkout-container .fapiao-book .step-title {
        font-size: 14px;
        margin: 0;
        padding: 12px 0;
        font-weight: 700;
        color: #000
    }

    .checkout-index-index .checkout-container .fapiao-book .step-content {
        margin: 0;
        width: 100%
    }

    .checkout-index-index .checkout-container .fapiao-book .step-content .field.fapiaolist .fapiao-items {
        width: 100%;
        margin: 0;
        display: block
    }

    .checkout-index-index .checkout-container .fapiao-book .step-content .field.fapiaolist .fapiao-items .fapiao-item {
        height: 95px;
        width: 100%;
        margin: 0;
        float: none;
        margin-top: 22px
    }

    .checkout-index-index .checkout-container .fapiao-book .step-content .field.fapiaolist .fapiao-items .fapiao-item .top_button {
        display: block
    }

    .checkout-index-index .checkout-container .fapiao-book .step-content .field.fapiaolist .fapiao-items .fapiao-item .top_button button,.checkout-index-index .checkout-container .fapiao-book .step-content .field.fapiaolist .fapiao-items .fapiao-item .top_button .cart.table-wrapper .actions-toolbar>.action,.checkout-index-index .checkout-container .fapiao-book .step-content .field.fapiaolist .fapiao-items .fapiao-item .top_button .action-gift {
        margin-left: 20px
    }

    .checkout-index-index .checkout-container .fapiao-book .step-content .new-fapiao-popup {
        height: 95px;
        float: none;
        width: 100%;
        margin: 0;
        margin-top: 12px
    }

    .checkout-index-index .amcheckout-main-container.-modern {
        padding: 0 15px
    }

    .checkout-index-index .page-main {
        padding: 0 !important
    }

    .checkout-index-index .page-main .am-checkout {
        margin: 0
    }

    .checkout-index-index .page-main .am-checkout .checkoutpage-header {
        height: 45px;
        background: #f2f2f2;
        text-align: center;
        line-height: 45px;
        font-size: 16px;
        position: relative
    }

    .checkout-index-index .page-main .am-checkout .checkoutpage-header .icon-arrow-left {
        position: absolute;
        left: 15px;
        top: 50%;
        font-size: 25px;
        transform: translate(0px,-50%);
        color: #000
    }

    .checkout-index-index .checkout-shipping-address>.step-title {
        padding: 0;
        font-size: 14px;
        margin: 12px 0
    }

    .checkout-index-index .checkout-shipping-address>.step-content .amcheckout-wrapper {
        padding: 0
    }

    .checkout-index-index .checkout-shipping-address>.step-content .amcheckout-wrapper .shipping-address-items .shipping-address-item {
        background: #fff;
        margin-top: 22px;
        margin-bottom: 12px;
        padding: 15px 5px 18px 20px;
        border: solid 1px #737373;
        line-height: normal;
        position: relative;
        height: 95px
    }

    .checkout-index-index .checkout-shipping-address>.step-content .amcheckout-wrapper .shipping-address-items .shipping-address-item .adress_name {
        font-size: 18px
    }

    .checkout-index-index .checkout-shipping-address>.step-content .amcheckout-wrapper .shipping-address-items .shipping-address-item .adress_street {
        font-size: 0px
    }

    .checkout-index-index .checkout-shipping-address>.step-content .amcheckout-wrapper .shipping-address-items .shipping-address-item .adress_street span {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 19px
    }

    .checkout-index-index .checkout-shipping-address>.step-content .amcheckout-wrapper .shipping-address-items .shipping-address-item .adress_phone a {
        color: #000;
        font-size: 14px
    }

    .checkout-index-index .checkout-shipping-address>.step-content .amcheckout-wrapper .shipping-address-items .shipping-address-item .top_btn {
        position: absolute;
        bottom: 100%;
        right: 0
    }

    .checkout-index-index .checkout-shipping-address>.step-content .amcheckout-wrapper .shipping-address-items .shipping-address-item .top_btn button,.checkout-index-index .checkout-shipping-address>.step-content .amcheckout-wrapper .shipping-address-items .shipping-address-item .top_btn .cart.table-wrapper .actions-toolbar>.action,.checkout-index-index .checkout-shipping-address>.step-content .amcheckout-wrapper .shipping-address-items .shipping-address-item .top_btn .action-gift {
        background: #fff;
        padding: 0;
        margin: 0;
        line-height: 1;
        color: #0067b8;
        margin-bottom: 5px;
        font-weight: 400;
        margin-left: 20px;
        font-size: 12px
    }

    .checkout-index-index .checkout-shipping-address>.step-content .amcheckout-wrapper .shipping-address-items .shipping-address-item .default_tag {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        background: #0067b8;
        color: #fff;
        text-align: center
    }

    .checkout-index-index .checkout-shipping-address>.step-content .amcheckout-wrapper .shipping-address-items .selected-item {
        padding: 14px 4px 17px 19px;
        border: solid 2px #0067b8
    }

    .checkout-index-index .checkout-shipping-address>.step-content .amcheckout-wrapper .shipping-address-items .add-button {
        height: 95px;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    .checkout-index-index .checkout-shipping-address>.step-content .amcheckout-wrapper .shipping-address-items .add-button button,.checkout-index-index .checkout-shipping-address>.step-content .amcheckout-wrapper .shipping-address-items .add-button .cart.table-wrapper .actions-toolbar>.action,.checkout-index-index .checkout-shipping-address>.step-content .amcheckout-wrapper .shipping-address-items .add-button .action-gift {
        height: 100%;
        width: 100%;
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        background: 0 0;
        color: #0067b8;
        padding: 0
    }

    .checkout-index-index .checkout-shipping-address>.step-content .amcheckout-wrapper>.shipping-address-item {
        background: #fff;
        border: solid 1px #737373;
        line-height: normal;
        position: relative;
        height: 95px;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    .checkout-index-index .checkout-shipping-address>.step-content .amcheckout-wrapper>.shipping-address-item button,.checkout-index-index .checkout-shipping-address>.step-content .amcheckout-wrapper>.shipping-address-item .cart.table-wrapper .actions-toolbar>.action,.checkout-index-index .checkout-shipping-address>.step-content .amcheckout-wrapper>.shipping-address-item .action-gift {
        height: 100%;
        width: 100%;
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        background: 0 0;
        color: #0067b8;
        padding: 0
    }

    .checkout-index-index .amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
        margin: 0
    }

    .checkout-index-index .checkout-payment-method .payment-group .amcheckout-title {
        padding: 0;
        margin: 16px 0 12px;
        background: #fff;
        font-size: 14px
    }

    .checkout-index-index .checkout-payment-method .payment-group .amcheckout-title .step-title {
        padding: 0
    }

    .checkout-index-index .checkout-payment-method .payment-group .step-content .amcheckout-wrapper {
        padding: 0
    }

    .checkout-index-index .checkout-payment-method .payment-group .step-content .amcheckout-wrapper .payment-method {
        border: none;
        box-shadow: none;
        background: 0 0
    }

    .checkout-index-index .checkout-payment-method .payment-group .step-content .amcheckout-wrapper .payment-method:not(:last-of-type) {
        margin-bottom: 14px
    }

    .checkout-index-index .checkout-payment-method .payment-group .step-content .amcheckout-wrapper .payment-method .payment-method-title {
        border: solid 1px #505050 !important;
        height: 60px
    }

    .checkout-index-index .checkout-payment-method .payment-group .step-content .amcheckout-wrapper .payment-method .payment-method-title label {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        height: 100%;
        font-size: 14px;
        font-weight: 700
    }

    .checkout-index-index .checkout-payment-method .payment-group .step-content .amcheckout-wrapper .payment-method .payment-method-title label .content {
        color: #666;
        font-size: 12px;
        font-weight: 400
    }

    .checkout-index-index .checkout-payment-method .payment-group .step-content .amcheckout-wrapper .payment-method .payment-method-title label .pc_show {
        display: none
    }

    .checkout-index-index .checkout-payment-method .payment-group .step-content .amcheckout-wrapper .payment-method .payment-method-title label:before {
        display: none
    }

    .checkout-index-index .checkout-payment-method .payment-group .step-content .amcheckout-wrapper .payment-method .payment-text {
        font-size: 12px;
        color: #666;
        margin-top: 15px
    }

    .checkout-index-index .checkout-payment-method .payment-group .step-content .amcheckout-wrapper .payment-method .payment-text span {
        display: block
    }

    .checkout-index-index .checkout-payment-method .payment-group .step-content .amcheckout-wrapper ._active .payment-method-title {
        border: solid 2px #0067b8 !important
    }

    .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .checkout-payment-method.submit .payment-methods .actions-toolbar {
        margin-bottom: 20px
    }

    .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .checkout-message .checkout-message-info {
        position: fixed;
        bottom: 55px;
        background: #f2f2f2;
        width: 100%;
        left: 0;
        text-align: center;
        height: 24px;
        line-height: 24px;
        z-index: 99;
        font-size: 12px;
        margin: 0
    }

    .checkout-index-index .checkout-coupon {
        padding: 0
    }

    .checkout-index-index .checkout-coupon .payment-option-title {
        padding: 12px 0;
        font-size: 14px;
        font-weight: 700;
        pointer-events: none
    }

    .checkout-index-index .checkout-coupon .payment-option-content {
        display: block !important
    }

    .checkout-index-index .checkout-coupon .payment-option-content .common-coupon-btn {
        overflow: hidden;
        margin-bottom: 12px
    }

    .checkout-index-index .checkout-coupon .payment-option-content .common-coupon-btn .control {
        width: calc(100% - 100px);
        float: left;
        height: 40px
    }

    .checkout-index-index .checkout-coupon .payment-option-content .common-coupon-btn button.action,.checkout-index-index .checkout-coupon .payment-option-content .common-coupon-btn .cart.table-wrapper .actions-toolbar>.action.action,.checkout-index-index .checkout-coupon .payment-option-content .common-coupon-btn .action-gift.action {
        width: 100px;
        float: left;
        height: 40px;
        border-radius: unset;
        font-size: 14px;
        font-weight: 400
    }

    .checkout-index-index .checkout-coupon .payment-option-content .tab-items {
        border-bottom: solid 2px #505050;
        width: 100%;
        padding: 0 15px;
        margin-left: -15px
    }

    .checkout-index-index .checkout-coupon .payment-option-content .tab-items .tablist {
        margin: 5px -6px 0 0;
        z-index: 0;
        background: #e6e6e6;
        border: solid 2px #d2d2d2;
        border-bottom: none;
        vertical-align: bottom;
        position: relative;
        line-height: normal;
        padding: 2px 10px;
        font-size: 14px;
        color: #505050;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-weight: 400
    }

    .checkout-index-index .checkout-coupon .payment-option-content .tab-items .tablist.tab-active {
        z-index: 1;
        margin-top: 0;
        border: solid 2px #505050;
        font-weight: 700;
        border-bottom: none;
        height: 30px
    }

    .checkout-index-index .checkout-coupon .payment-option-content .tab-items .tablist.tab-active:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        border-bottom: 2px solid #e6e6e6
    }

    .checkout-index-index .checkout-coupon .payment-option-content .content-items {
        margin-top: 20px
    }

    .checkout-index-index .checkout-coupon .payment-option-content .content-items .content-list {
        display: none
    }

    .checkout-index-index .checkout-coupon .payment-option-content .content-items .content-list:first-child {
        display: block
    }

    .checkout-index-index .checkout-coupon .payment-option-content .content-items .coupon-container .have-coupon .coupon-list {
        float: left;
        position: relative;
        width: 100%;
        margin-bottom: 12px
    }

    .checkout-index-index .checkout-coupon .payment-option-content .content-items .coupon-container .have-coupon .coupon-list .label {
        display: flex;
        padding: 15px;
        box-sizing: border-box;
        margin: 0;
        border: solid 1px #000;
        cursor: pointer
    }

    .checkout-index-index .checkout-coupon .payment-option-content .content-items .coupon-container .have-coupon .coupon-list .label:before {
        font-family: "ms-icon";
        content: "\ecca";
        font-size: 20px;
        position: absolute;
        top: 50%;
        right: 10px;
        margin: 0;
        transform: translate(0px,-50%)
    }

    .checkout-index-index .checkout-coupon .payment-option-content .content-items .coupon-container .have-coupon .coupon-list .label .left-price {
        font-size: 36px;
        font-weight: 700;
        color: #000
    }

    .checkout-index-index .checkout-coupon .payment-option-content .content-items .coupon-container .have-coupon .coupon-list .label .right-content {
        font-size: 14px;
        margin-left: 24px;
        font-weight: 400
    }

    .checkout-index-index .checkout-coupon .payment-option-content .content-items .coupon-container .have-coupon .coupon-list .label .right-content .coupon-type {
        margin-bottom: 8px
    }

    .checkout-index-index .checkout-coupon .payment-option-content .content-items .coupon-container .have-coupon .coupon-list.select-active .label {
        border: solid 2px #0067b8;
        padding: 14px
    }

    .checkout-index-index .checkout-coupon .payment-option-content .content-items .coupon-container .have-coupon .coupon-list.select-active .label:before {
        content: "\eccb";
        color: #0067b8
    }

    .checkout-index-index .checkout-coupon .payment-option-content .content-items .coupon-container .have-coupon .coupon-list.select-active .label .left-price {
        color: #0067b8
    }

    .checkout-index-index .checkout-coupon .payment-option-content .content-items .coupon-container .no-coupon {
        margin-left: 50px
    }

    .checkout-index-index .checkout-coupon .payment-option-content .content-items .coupon-container .no-coupon span {
        font-size: 18px;
        color: #666
    }

    .checkout-index-index .checkout-coupon .payment-option-content .content-items .apply-coupon .form-discount {
        overflow: hidden
    }

    .checkout-index-index .checkout-coupon .payment-option-content .content-items .apply-coupon .form-discount .payment-option-inner {
        width: calc(100% - 100px);
        float: left
    }

    .checkout-index-index .checkout-coupon .payment-option-content .content-items .apply-coupon .form-discount .actions-toolbar {
        float: left;
        margin: 0
    }

    .checkout-index-index .checkout-coupon .payment-option-content .content-items .apply-coupon .form-discount .actions-toolbar .action {
        margin: 0;
        font-weight: 400;
        width: 100px;
        border-radius: unset
    }

    .checkout-index-index .checkout-coupon .payment-option-content .content-items .apply-coupon .form-discount .actions-toolbar>span {
        text-align: left
    }

    .checkout-index-index .checkout-coupon .payment-option-content>.messages .message.message-success.success {
        background: #fff;
        color: #000;
        padding-left: 0
    }

    .checkout-index-index .checkout-coupon .payment-option-content>.messages .message.message-success.success>*:first-child:before {
        display: none
    }

    .checkout-index-index .checkout-coupon .payment-option-content>.messages .message.message-error.error {
        background: #fff;
        color: #d50303;
        padding-left: 0
    }

    .checkout-index-index .checkout-coupon .payment-option-content>.messages .message.message-error.error>*:first-child:before {
        display: none
    }

    .opc-block-summary {
        background: #fff
    }

    .opc-block-summary .title {
        padding: 0;
        border: none;
        font-size: 14px;
        font-weight: 700;
        margin: 12px 0
    }

    .opc-block-summary .items-in-cart .title {
        display: none
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper {
        padding: 0;
        overflow: hidden;
        max-height: 100%
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .product-item {
        border: none;
        padding: 0;
        border-bottom: #d2d2d2 solid 1px;
        width: 100%
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .product-item:first-child {
        border-top: #d2d2d2 solid 1px
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .package-product {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        height: 53px;
        background: #f2f2f2
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .package-product .package-name {
        font-size: 12px;
        padding-left: 14px
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .package-product .package-price {
        padding-right: 14px
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .package-product .package-price .all-price {
        display: block;
        font-size: 12px
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .package-product .package-price .save-price {
        display: block;
        margin-top: 4px;
        font-size: 12px;
        color: #666
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .bundleProduct {
        display: none
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .common>.number {
        display: none
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .common>.price {
        display: none
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .common .details {
        display: flex
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .common .details .product-img .product-image-container {
        margin: 0;
        width: 65px !important;
        height: 65px !important
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .common .details .product-img .product-image-container .product-image-wrapper {
        width: 65px;
        height: 65px
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .common .details .product-img .product-image-container .product-image-wrapper img {
        width: 65px;
        height: 65px
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .common .details .product-information {
        width: calc(100% - 95px);
        padding-left: 30px
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .common .details .product-information .product-item-name {
        font-size: 14px
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .common .details .product-information .color {
        font-size: 12px;
        color: #666
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .common .details .product-information .product.options .main-option {
        font-size: 12px;
        color: #666
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .common .details .product-information .mobile_show {
        display: flex;
        font-size: 12px;
        margin-top: 8px
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .common .details .product-information .mobile_show .details-qty .label {
        font-size: 0px
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .common .details .product-information .mobile_show .details-qty .label span {
        font-size: 12px
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .common .details .product-information .mobile_show .details-qty .label:after {
        display: none
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .common .details .product-information .mobile_show>.price {
        margin-left: 14px;
        font-size: 12px
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .common .details .product-information .mobile_show>.price .subtotal {
        font-size: 12px
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .common .details .product-information .mobile_show>.price span.price {
        font-size: 12px;
        opacity: 0
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .product-details {
        padding: 12px 0
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .product-details .bundle-product .option.common {
        margin-bottom: 8px
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .product-details .bundle-product .option.common:last-child {
        margin-bottom: 0
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .product-details .bundle-product .option.common .details .product-img {
        height: 65px
    }

    .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .product-details .bundle-product .option.common .details .product-img img {
        height: 65px;
        width: 65px
    }

    .checkout-success .success-header-mobile,.checkout-failure .success-header-mobile,.checkout-success .failure-header-mobile,.checkout-failure .failure-header-mobile {
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        color: #333;
        background: #f2f2f2;
        text-align: center;
        padding: 0 15px;
        margin-left: -15px
    }

    .checkout-success .success-msg,.checkout-failure .success-msg,.checkout-success .failure-msg,.checkout-failure .failure-msg {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-top: 65px
    }

    .checkout-success .success-msg i,.checkout-failure .success-msg i,.checkout-success .failure-msg i,.checkout-failure .failure-msg i {
        font-size: 40px
    }

    .checkout-success .success-msg .text,.checkout-failure .success-msg .text,.checkout-success .failure-msg .text,.checkout-failure .failure-msg .text {
        font-size: 24px;
        font-weight: 700;
        margin-top: 14px
    }

    .checkout-success .return-msg,.checkout-failure .return-msg {
        font-size: 16px;
        width: 220px;
        text-align: center;
        margin: 0 auto;
        margin-top: 40px
    }

    .checkout-success .failure-detail,.checkout-failure .failure-detail {
        margin: 0;
        margin-top: 40px;
        width: 100%;
        text-align: left
    }

    .checkout-success .success-btn,.checkout-failure .success-btn,.checkout-success .failure-btn,.checkout-failure .failure-btn {
        width: 100%;
        overflow: hidden;
        margin-top: 60px
    }

    .checkout-success .success-btn a,.checkout-failure .success-btn a,.checkout-success .failure-btn a,.checkout-failure .failure-btn a {
        width: calc(50% - 3px);
        display: inline-block;
        height: 40px;
        font-size: 16px;
        color: #fff;
        background: #0067b8;
        text-align: center;
        line-height: 40px
    }

    .checkout-success .success-btn .return-btn,.checkout-failure .success-btn .return-btn,.checkout-success .failure-btn .return-btn,.checkout-failure .failure-btn .return-btn {
        float: left;
        margin-right: 3px
    }

    .checkout-success .success-btn .return-order,.checkout-failure .success-btn .return-order,.checkout-success .failure-btn .return-order,.checkout-failure .failure-btn .return-order {
        margin-left: 3px;
        float: right
    }

    .checkout-success .failure-btn,.checkout-failure .failure-btn {
        text-align: center
    }

    .checkout-success .failure-btn .return-btn,.checkout-failure .failure-btn .return-btn {
        width: 114px;
        float: none;
        margin: 0
    }

    .fapiao-address-notice {
        font-size: 12px;
        color: #666;
        margin-bottom: 12px;
        margin-top: 12px
    }

    .fapiao-address .fapiao-address-button {
        width: 100%;
        display: flex
    }

    .fapiao-address .fapiao-address-button button.action,.fapiao-address .fapiao-address-button .cart.table-wrapper .actions-toolbar>.action.action,.fapiao-address .fapiao-address-button .action-gift.action {
        background: 0 0;
        border: solid 1px #000;
        color: #000;
        font-weight: 400;
        border-radius: unset;
        width: calc(50% - 10px)
    }

    .fapiao-address .fapiao-address-button button.action:first-child,.fapiao-address .fapiao-address-button .cart.table-wrapper .actions-toolbar>.action.action:first-child,.fapiao-address .fapiao-address-button .action-gift.action:first-child {
        margin-right: 20px
    }

    .fapiao-address .fapiao-address-button button.action.selected-item,.fapiao-address .fapiao-address-button .cart.table-wrapper .actions-toolbar>.action.action.selected-item,.fapiao-address .fapiao-address-button .action-gift.action.selected-item {
        border: solid 2px #0067b8
    }

    .fapiao-address-items .address-items {
        margin-top: 20px
    }

    .fapiao-address-items .address-items .billing-address-item {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-bottom: solid 1px #ccc;
        padding-left: 6px;
        padding-bottom: 6px
    }

    .fapiao-address-items .address-items .billing-address-item:last-child {
        margin-bottom: 0;
        border-bottom: none
    }

    .fapiao-address-items .address-items .billing-address-item div.address-select-icon {
        margin-right: 20px
    }

    .fapiao-address-items .address-items .billing-address-item div.address-select-icon:before {
        font-family: "ms-icon";
        content: "\ecca";
        font-size: 20px;
        color: #666
    }

    .fapiao-address-items .address-items .billing-address-item .adress-info {
        display: flex;
        width: calc(100% - 40px);
        flex-flow: column;
        justify-content: center;
        position: relative;
        font-size: 12px
    }

    .fapiao-address-items .address-items .billing-address-item .adress-info .adress_name {
        font-size: 14px
    }

    .fapiao-address-items .address-items .billing-address-item .adress-info .adress_phone a {
        color: #000
    }

    .fapiao-address-items .address-items .billing-address-item .adress-info .default-tag {
        display: none
    }

    .fapiao-address-items .address-items .billing-address-item.selected-item div.address-select-icon:before {
        content: "\ec61";
        color: #0067b8
    }

    .fapiao-address-items .go-myadress {
        text-align: right;
        margin-top: 40px;
        margin-bottom: 25px;
        font-size: 16px;
        text-decoration: underline
    }

    .fapiao-address-items .update-fapiao-address {
        width: 100%;
        padding: 0 15px;
        box-sizing: content-box;
        margin-left: -15px;
        border: none;
        background: #0067b8;
        color: #fff
    }

    .selected-billing-address {
        display: inline-block;
        margin-top: 22px;
        margin-bottom: 12px;
        width: 100%
    }

    .selected-billing-address .billing-address-item {
        width: 100%;
        border: solid 2px #0067b8;
        height: 110px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        flex-flow: column;
        padding-left: 20px;
        font-size: 14px;
        position: relative
    }

    .selected-billing-address .billing-address-item .adress_name {
        font-size: 18px
    }

    .selected-billing-address .billing-address-item .adress_phone a {
        color: #000
    }

    .selected-billing-address .billing-address-item .adress_remove {
        position: absolute;
        bottom: 100%;
        right: 0
    }

    .selected-billing-address .billing-address-item .adress_remove .action-use-shipping {
        background: 0 0;
        font-size: 12px;
        font-weight: 400;
        padding: 0;
        color: #0067b8;
        line-height: normal;
        margin-bottom: 5px
    }

    .modal-popup.fapiao-address-disalog .modal-inner-wrap {
        height: auto;
        bottom: 0;
        position: absolute
    }

    .modal-popup.fapiao-address-disalog .modal-inner-wrap .modal-header {
        padding-bottom: 33px;
        padding-top: 0
    }

    .modal-popup.fapiao-address-disalog .modal-inner-wrap .modal-content {
        background: #fff;
        padding: 0 15px
    }

    .product.info.detailed {
        margin-bottom: 0
    }

    .product.data.items.tablist .tablist-content {
        padding: 0 16px
    }

    .product-info-main-bottom .main-full-bottom {
        margin-bottom: 0 !important
    }

    .product-info-main-bottom .main-full-bottom .main-full-bottom-item {
        text-indent: -6px
    }

    .clearfix.product-info-main-bottom .addtion-content {
        padding: 0 !important;
        border: none !important
    }

    .clearfix.product-info-main-bottom .addtion-content>p {
        font-size: 14px !important;
        line-height: inherit !important;
        text-indent: -6px;
        margin-bottom: 0
    }

    .component-content>.list-unstyled li {
        flex-flow: column
    }

    .component-spec .table .col-4 {
        width: 40%
    }

    .component-spec .table .col-8 {
        width: 60%
    }

    .component-spec .table .list-unstyled li {
        margin: 0
    }

    .component-content .title {
        font-size: 1.8rem;
        margin: 0
    }

    .component-content p {
        font-size: 1.4rem
    }

    .component-content .btn.link-component {
        font-size: 1.4rem
    }

    .component-content .component-column-3 .col,.component-content .component-column-4 .col {
        margin-bottom: 10px
    }

    .component-content .component-column-3 .col:last-child,.component-content .component-column-4 .col:last-child {
        margin: 0
    }

    .component-content .component-column-3 .col h2,.component-content .component-column-4 .col h2 {
        font-size: 2.4rem;
        padding: 0;
        margin: 0 0 5px;
        line-height: 24px
    }

    .component-content .component-column-3 .col p,.component-content .component-column-4 .col p {
        font-size: 1.4rem
    }

    .component-content .list-unstyled li {
        display: flex;
        align-items: center;
        margin-bottom: 20px
    }

    .component-content .list-unstyled li p {
        font-size: 1.4rem
    }

    .material-md-card h2 {
        font-size: 1.8rem;
        line-height: inherit
    }

    .material-md-card p {
        font-size: 1.4rem
    }

    .material-md-card .link-group a {
        font-size: 1.4rem
    }

    .material-surface .material-content {
        padding: 3rem;
        width: 100%;
        order: 2
    }

    .material-surface .material-background {
        order: 1
    }

    .material-surface .link-group .btn,.material-surface .link-group .cta {
        font-size: 1.4rem
    }

    .material-content h2 {
        font-size: 1.8rem;
        margin: 0
    }

    .material-content p {
        font-size: 1.4rem;
        margin-bottom: 5px
    }

    .vertical-up-icon .card {
        padding: 0 10px;
        margin-bottom: 20px;
        text-align: center !important
    }

    .vertical-up-icon .card-body h3 {
        font-size: 1.6rem;
        margin-bottom: 0
    }

    .vertical-up-icon .card-body p {
        font-size: 1.4rem
    }

    .modal-popup .custom_popup iframe {
        height: 300px
    }

    .modal-popup._show.modal-slide {
        left: 0;
        top: 6%
    }

    .modal-popup._show.modal-slide._inner-scroll .modal-inner-wrap {
        min-height: inherit
    }

    .component-spec h3 {
        font-size: 1.8rem
    }

    .component-spec p {
        font-size: 1.4rem
    }

    .component-spec .table:not(.cart):not(.totals)>tbody>tr>th h4 {
        font-size: 1.4rem
    }

    .component-spec .table:not(.cart):not(.totals)>tbody>tr>td {
        font-size: 1.4rem
    }

    .component-link-image h3 {
        font-size: 1.6rem
    }

    .component-link-image li {
        display: block;
        margin-bottom: 20px
    }

    .component-link-image li a {
        display: block;
        font-size: 1.4rem
    }

    .component-mosaic .right-top {
        display: flex;
        flex-direction: row;
        text-align: left;
        align-items: center
    }

    .component-mosaic .right-top h2 {
        font-size: 1.4rem;
        margin: 0
    }

    .component-mosaic .right-top p,.component-mosaic .right-top .cta {
        font-size: 1.2rem
    }

    .component-mosaic .right-bot {
        margin-top: 5px
    }

    .component-mosaic .mosaic-rignt img {
        width: 100%;
        display: block
    }

    .component-collapsible .btn-group a {
        margin: 0
    }

    .component-collapsible .btn-group span {
        margin: 0 5px
    }

    .component-collapsible .btn-group button,.component-collapsible .btn-group .cart.table-wrapper .actions-toolbar>.action,.component-collapsible .btn-group .action-gift {
        background: 0 0;
        border: 0;
        font-size: 1.6rem;
        color: #0067b8;
        font-weight: 400;
        box-shadow: none
    }

    .component-collapsible .h3.mx-3 {
        font-size: 1.8rem
    }

    .component-collapsible h3,.component-collapsible p,.component-collapsible a {
        font-size: 1.4rem
    }

    .component-list-bullest li h4 {
        font-size: 1.6rem
    }

    .component-list-bullest li p,.component-list-bullest li .cta {
        font-size: 1.4rem
    }

    .component-slider.swiper-container {
        overflow: inherit;
        margin-bottom: 30px;
        padding-bottom: 30px
    }

    .component-slider.swiper-container-horizontal>.swiper-pagination-bullets,.component-slider.swiper-pagination-custom,.component-slider .swiper-pagination-fraction {
        bottom: 0
    }

    .component-slider .swiper-button-next,.component-slider .swiper-button-prev {
        color: #000;
        width: 20px;
        display: block;
        bottom: -59px
    }

    .component-slider .swiper-button-next:after,.component-slider .swiper-button-prev:after {
        font-size: 1.7rem;
        font-weight: 700
    }

    .component-slider .swiper-button-next {
        right: 25%;
        top: inherit;
        bottom: 0;
        height: 20px
    }

    .component-slider .swiper-button-prev {
        left: 25%;
        top: inherit;
        bottom: 0;
        height: 20px
    }

    .component-slider .carousel-detail h3 {
        font-size: 1.6rem;
        line-height: inherit
    }

    .component-slider .carousel-detail p {
        font-size: 1.4rem
    }

    .component-slider .carousel-cta a {
        font-size: 1.4rem
    }

    .component-slider-top h2 {
        font-size: 3rem;
        line-height: inherit
    }

    .component-slider-top p {
        font-size: 1.6rem
    }

    .component-table th,.component-table td {
        padding: 2px;
        font-size: 1.4rem
    }

    .component-vertical .vertical-content {
        margin-bottom: 30px
    }

    .component-vertical .vertical-body h3 {
        font-size: 1.6rem
    }

    .component-vertical .vertical-body p {
        font-size: 1.4rem
    }

    .component-vertical .vertical-btn a {
        font-size: 1.4rem
    }

    .component-vertical .vertical-detail img {
        width: 100%
    }

    .color-picker-content .color-picker {
        width: 100%;
        top: auto;
        bottom: 20px;
        left: 0;
        transform: none;
        text-align: center
    }

    .color-picker-content .color-picker .model-choose {
        margin: 0 0 20px
    }

    .color-picker-content .color-picker .model-choose span {
        width: 40%;
        font-size: 1.4rem
    }

    .color-picker-content .color-picker .color-picker-title {
        font-size: 1.6rem;
        line-height: inherit
    }

    .color-picker-content .color-picker .color-panel .single-color {
        margin: 0 10px
    }

    .component-product-tab .component-overflow .component-window .component-title .item-title {
        white-space: nowrap
    }

    .component-product-tab .component-overflow .component-window .component-title .item-title.active {
        text-decoration: underline
    }

    .component-product-tab.flex-left .component-overflow .component-window {
        position: relative;
        padding: 0 10px
    }

    .component-product-tab.flex-left .component-overflow .component-window:before {
        content: "";
        width: 10px;
        bottom: 0;
        position: absolute;
        left: 0;
        border-bottom: solid 1px #505050
    }

    .component-product-tab.flex-left .component-overflow .component-window:after {
        content: "";
        width: 10px;
        bottom: 0;
        position: absolute;
        right: 0;
        border-bottom: solid 1px #505050
    }

    .component-product-tab.flex-left .component-overflow .component-window .component-title {
        border: none;
        justify-content: flex-start;
        overflow: hidden
    }

    .component-product-tab.flex-left .component-overflow .component-window .component-title .item-title {
        border-bottom: solid 1px #505050
    }

    .component-product-tab.flex-left .component-overflow .component-window .component-title .item-title.active {
        border: solid 1px #505050;
        border-bottom: solid 1px #fff
    }

    .component-product-tab.flex-left .component-overflow .component-window .component-title .item-title.active:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: -1px;
        width: 100%;
        border-bottom: solid 1px #fff
    }

    .component-product-tab.flex-left .tab-arrows .arrow-next {
        display: block
    }

    .tab-arrows {
        position: relative;
        z-index: 10
    }

    .tab-arrows span {
        width: 30px;
        height: 44px;
        position: absolute;
        z-index: 10;
        top: -45px;
        background: #fff;
        border-bottom: solid 1px #d2d2d2
    }

    .tab-arrows span:after {
        font-size: 2rem;
        line-height: 40px
    }

    .tab-arrows .arrow-prev {
        left: 0;
        display: none
    }

    .tab-arrows .arrow-prev:after {
        font-family: "ms-icon";
        content: "\e917"
    }

    .tab-arrows .arrow-next {
        right: 0;
        display: none
    }

    .tab-arrows .arrow-next:after {
        font-family: "ms-icon";
        content: "\e918"
    }

    .category-product {
        display: flex;
        margin-left: -6px;
        margin-right: -6px;
        flex-flow: wrap
    }

    .category-product .item {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 18px;
        box-sizing: border-box;
        position: relative
    }

    .category-product .item>img {
        margin-bottom: 20px
    }

    .category-product .item .product-detail {
        position: relative;
        font-size: 13px;
        color: #23272a;
        margin-bottom: 10px;
        padding-left: 8px
    }

    .category-product .item .product-detail .inner {
        font-size: 14px;
        color: #23272a;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        min-height: 60px
    }

    .category-product .item .product-detail .installment {
        position: absolute;
        background: #fcba02;
        color: #000;
        top: -20px;
        height: 20px;
        font-size: 12px;
        padding: 0 14px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }

    .category-product .item .buy-now {
        padding-left: 8px;
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        line-height: normal
    }

    .category-product .item .buy-now .icon-arrow-right {
        margin-left: 5px
    }

    .block-recommend .product-recommends {
        margin-top: 20px
    }

    .block-recommend .product-recommends h3 {
        line-height: normal
    }

    .block-recommend .product-recommends .recommends-banner {
        position: relative
    }

    .block-recommend .product-recommends .recommends-banner .swiper-container {
        margin: 0 15px
    }

    .block-recommend .product-recommends .recommends-banner .recommends-container {
        margin-left: -4px;
        margin-right: -4px;
        margin-top: 24px
    }

    .block-recommend .product-recommends .recommends-banner .recommends-container .list {
        padding: 0 4px
    }

    .block-recommend .product-recommends .recommends-banner .recommends-container .list .name .new {
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        top: -30px
    }

    .block-recommend .product-recommends .recommends-banner .swiper-button-prev {
        left: -10px
    }

    .block-recommend .product-recommends .recommends-banner .swiper-button-next {
        right: -10px
    }

    .banner-popup-modal-popup .modal-inner-wrap .modal-content {
        padding: 0 10px 40px !important
    }

    .banner-popup-modal-popup .modal-inner-wrap .modal-content .banner-popup-modal form>div {
        width: 100% !important;
        margin-bottom: 10px !important
    }

    .banner-popup-modal-popup .modal-inner-wrap .modal-content .banner-popup-modal form>div:not(.consent-box) label {
        display: none !important
    }

    .banner-popup-modal-popup .modal-inner-wrap .modal-content .banner-popup-modal form>div input {
        width: 100% !important;
        padding-left: 25px
    }

    .banner-popup-modal-popup .modal-inner-wrap .modal-content .banner-popup-modal form>div input::placeholder {
        color: #505050
    }

    .banner-popup-modal-popup .modal-inner-wrap .modal-content .banner-popup-modal form>div input+.errorMsg,.banner-popup-modal-popup .modal-inner-wrap .modal-content .banner-popup-modal form>div input+.mage-error {
        margin-bottom: 0 !important;
        margin-left: 0 !important
    }

    .banner-popup-modal-popup .modal-inner-wrap .modal-content .banner-popup-modal form>div.required,.banner-popup-modal-popup .modal-inner-wrap .modal-content .banner-popup-modal form>div .CaptchaFlexLeft {
        position: relative
    }

    .banner-popup-modal-popup .modal-inner-wrap .modal-content .banner-popup-modal form>div.required:before,.banner-popup-modal-popup .modal-inner-wrap .modal-content .banner-popup-modal form>div .CaptchaFlexLeft:before {
        content: '*';
        display: inline-block;
        width: 5px;
        height: 20px;
        position: absolute;
        left: 15px;
        top: 12px
    }

    .banner-popup-modal-popup .modal-inner-wrap .modal-content .banner-popup-modal form .CaptchaFlexLeft {
        width: calc((100% - 136px))
    }

    .banner-popup-modal-popup .modal-inner-wrap .modal-content .banner-popup-modal form .CaptchaFlexRight {
        margin-left: 5px !important
    }

    .banner-popup-modal-popup .modal-inner-wrap .modal-content .banner-popup-modal form .submit-wrapper {
        margin-top: 20px !important
    }

    .banner-popup-modal-popup .modal-inner-wrap .modal-content .banner-popup-modal .errorMsg.bottomError {
        margin-top: 10px !important
    }

    .block-product .product-container {
        margin-top: 24px
    }

    .block-product .product-container h3 {
        font-size: 24px
    }

    .block-product .product-container .product-list {
        flex-flow: column;
        padding: 0
    }

    .block-product .product-container .product-list .product-detail {
        margin: 0;
        display: flex;
        flex-direction: row-reverse;
        padding-top: 28px;
        padding-right: 13px;
        justify-content: space-between;
        padding-left: 15px;
        padding-right: 0
    }

    .block-product .product-container .product-list .product-detail .img-box {
        width: 150px;
        max-width: 150px
    }

    .block-product .product-container .product-list .product-detail .detail-box {
        width: calc(100% - 150px)
    }

    .block-product .product-container .product-list .product-detail .detail-box .title {
        margin: 0;
        padding-left: 0;
        font-size: 14px
    }

    .block-product .product-container .product-list .product-detail .detail-box .title .line-before {
        font-size: 16px;
        font-weight: 700
    }

    .block-product .product-container .product-list .product-detail .detail-box .know-more {
        margin-top: 35px
    }

    .block-product .product-container .product-list .item-box {
        margin-top: 26px;
        flex-flow: column
    }

    .block-product .product-container .product-list .item-box .item {
        margin: 0 14px 19px 15px;
        display: flex;
        flex-flow: row-reverse;
        padding-top: 34px;
        padding-bottom: 16px;
        padding-left: 12px;
        justify-content: space-between
    }

    .block-product .product-container .product-list .item-box .item .img-box {
        width: 40%
    }

    .block-product .product-container .product-list .item-box .item .detail-box {
        width: 60%;
        padding-left: 0
    }

    .block-product .product-container .product-list .item-box .item .detail-box .content-box {
        min-height: 60px
    }

    .block-product .product-container .product-list .item-box .item .detail-box .name {
        font-size: 14px;
        margin-top: 0
    }

    .block-product .product-container .product-list .item-box .item .detail-box .name .new {
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        top: -20px
    }

    .block-product .product-container .product-list .item-box .item .detail-box .name .title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .block-product .product-container .product-list .item-box .item .detail-box .detail {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .block-product .product-container .product-list .item-box .item .detail-box .price {
        margin-top: 30px;
        font-size: 14px
    }

    .block-product .product-container .product-list .item-box .item .detail-box .buy-now {
        margin-top: 4px;
        font-size: 16px;
        font-weight: 700
    }

    .block-game .game-container {
        margin-top: 24px
    }

    .block-game .game-container .bg-container .game-swiper-container {
        margin: 0 30px
    }

    .block-game .game-container .bg-container .game-swiper-container .swiper-button-prev {
        left: 0
    }

    .block-game .game-container .bg-container .game-swiper-container .swiper-button-prev:after {
        font-size: 28px
    }

    .block-game .game-container .bg-container .game-swiper-container .swiper-button-next {
        right: 0
    }

    .block-game .game-container .bg-container .game-swiper-container .swiper-button-next:after {
        font-size: 28px
    }

    .block-promise .columns .column.main {
        padding-bottom: 0
    }

    .block-promise .promise-container {
        margin-top: 24px
    }

    .block-promise .promise-container h3 {
        display: none
    }

    .block-promise .promise-container .commitment-box {
        flex-wrap: wrap
    }

    .block-promise .promise-container .commitment-box .item {
        width: 33%;
        margin-bottom: 48px
    }

    .block-promise .promise-container .commitment-box .item a .des {
        margin-top: 12px;
        font-size: 12px;
        font-weight: 400
    }

    .block-promise .promise-container .commitment-box .item a .des span {
        display: block
    }

    .block-promise .promise-container .commitment-box:after {
        content: "";
        width: 33%
    }

    .block-promise .promise-container .commitment-box .mobile-show {
        margin-bottom: 0
    }

    .earthday-page .pagebuilder-banner-wrapper {
        height: 320px
    }

    .earthday-page .pagebuilder-banner-wrapper .pagebuilder-overlay {
        padding: 10px
    }

    .earthday-page .pagebuilder-collage-content p {
        font-size: 1.8rem;
        line-height: 1.35em;
        margin-bottom: 3.75%
    }

    .earthday-page .pagebuilder-collage-content p strong {
        font-size: 3.6rem;
        line-height: inherit;
        margin-bottom: 2%
    }

    .commercial-surface-description .list-mobile {
        display: flex
    }

    .commercial-surface-description .info .list,.commercial-surface-description .info .business-btn {
        display: none
    }

    .commercial-surface-description .surface-description-info {
        background: #fff;
        height: 45px;
        padding-top: 10px
    }

    .commercial-surface-description .surface-description-info .tel {
        text-align: center
    }

    .commercial-surface-description .info .content {
        line-height: 42px
    }

    .surface-description-content .main-content-item {
        margin-top: 20px
    }

    .surface-description-content h1 {
        font-size: 1.9rem
    }

    .surface-description .pagebuilder-slide-wrapper {
        height: 220px
    }

    .pagebuilder-slider .slick-prev,.pagebuilder-slider .slick-next {
        display: none !important
    }

    .surface-description-faq .main-container .faq-bg {
        padding: 35px 10px
    }

    .common-banner .top-wrapper {
        margin-top: 50px
    }

    .common-banner .pagebuilder-slider {
        min-height: 300px
    }

    .common-banner .top-wrapper p {
        font-size: 1.4rem
    }

    .common-banner .top-wrapper p strong {
        font-size: 1.8rem
    }

    .expert-bottom .title {
        font-size: 1.8rem
    }

    .expert-bottom li {
        width: 100%;
        margin-bottom: 20px
    }

    .expert-bottom h3 {
        font-size: 1.4rem
    }

    .expert-bottom p {
        font-size: 1.2rem
    }

    .expert-bottom .btn-bottom {
        text-align: center
    }

    .expert-bottom .btn-bottom a {
        font-size: 1.4rem
    }

    .content-dialog-video .content {
        top: 50%;
        position: absolute;
        transform: translate(0px,-50%);
        width: 100%
    }

    .content-dialog-video .content .pop-video {
        width: 85%;
        margin: 0 auto
    }

    .content-dialog-video .content .pop-video .close-btn {
        right: -30px;
        width: 30px;
        height: 30px
    }

    .content-dialog-video .content .pop-video .close-btn:after {
        font-size: 1.2rem;
        line-height: 30px
    }

    .expert-middle {
        margin-top: 20px
    }

    .expert-middle .title {
        font-size: 1.8rem;
        line-height: inherit;
        margin: 0
    }

    .expert-middle .item-wrapper {
        margin-bottom: 10%
    }

    .expert-middle .item-wrapper .sub-title {
        font-size: 1.8rem
    }

    .expert-middle .item-wrapper p {
        font-size: 1.4rem
    }

    .expert-office {
        margin-top: 30px
    }

    .expert-office .buy-btn {
        font-size: 1.8rem;
        margin-top: 20px
    }

    .expert-office h3 {
        font-size: 1.8rem;
        line-height: inherit
    }

    .expert-office p {
        font-size: 1.4rem
    }

    .top-wrapper .code-qr {
        padding: 10px;
        position: fixed;
        right: -20px;
        transform: scale(.6);
        top: 60%
    }

    .popup-qrcode .content-wrapper {
        width: 90%;
        box-sizing: border-box;
        padding: 20px
    }

    .popup-qrcode .popup-title {
        width: 100%;
        padding: 0
    }

    .popup-qrcode .img-qr-code {
        float: none;
        margin: 0 auto;
        width: 40%;
        height: auto;
        margin-bottom: 20px
    }

    .popup-qrcode .popup-text {
        width: 100%
    }

    .background-image .play-video {
        width: 50px;
        height: 50px;
        margin: -25px
    }

    .background-image .play-video:after {
        font-size: 2rem
    }

    .multiple-video {
        display: flex;
        align-items: center
    }

    .multiple-video .multiple-item {
        flex: 1 1 33%;
        max-width: 33%;
        box-sizing: border-box
    }

    .multiple-video .multiple-item:nth-child(2) {
        margin: 0 10px
    }

    .video-text {
        font-size: 1.2rem;
        line-height: 20px;
        padding: 0 18px
    }

    .promotion_popup.modal-popup._show.modal-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        top: 0;
        left: 0
    }

    .promotion_popup.modal-popup._show.modal-slide .modal-inner-wrap {
        width: 100%;
        background: #0566b8
    }

    .promotion_popup.modal-popup .action-close:before {
        color: #fff
    }

    .promotion_popup .modal-inner-wrap .modal-content {
        padding-right: 34px;
        padding-left: 34px;
        padding-bottom: 80px
    }

    .promotion_popup .modal-inner-wrap .modal-footer {
        display: none
    }

    .promotion_popup .modal-inner-wrap .popup-inner-content {
        display: flex;
        flex-flow: column-reverse;
        padding-right: 34px;
        padding-left: 34px;
        padding-bottom: 80px
    }

    .promotion_popup .modal-inner-wrap .popup-inner-content .info {
        text-align: center
    }

    .promotion_popup .modal-inner-wrap .popup-inner-content .info .title {
        font-size: 24px;
        font-weight: 700;
        color: #fff
    }

    .promotion_popup .modal-inner-wrap .popup-inner-content .info .des {
        font-size: 14px;
        color: #fff;
        margin-top: 14px
    }

    .promotion_popup .modal-inner-wrap .popup-inner-content .info .btn {
        position: absolute;
        left: 50%;
        transform: translate(-50%,0px);
        bottom: 25px
    }

    .promotion_popup .modal-inner-wrap .popup-inner-content .info .btn a {
        display: inline-block;
        padding: 10px 40px;
        background: #fff;
        color: #0566b8;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none
    }

    .gift_popup.modal-popup._show.modal-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        top: 0;
        left: 0
    }

    .gift_popup.modal-popup._show.modal-slide .modal-inner-wrap {
        width: 100%;
        position: relative;
        background: #0566b8
    }

    .gift_popup.modal-popup .action-close:before {
        color: #fff
    }

    .gift_popup .modal-inner-wrap .modal-content {
        padding: 0
    }

    .gift_popup .modal-inner-wrap .modal-footer {
        display: none
    }

    .gift_popup .gift-popup-content .login-coupon-list {
        padding: 0 15px
    }

    .gift_popup .gift-popup-content .title {
        font-size: 20px;
        color: #fff;
        text-align: center;
        font-weight: 700
    }

    .gift_popup .gift-popup-content .time {
        font-size: 14px;
        color: #fff;
        margin-top: 5px;
        text-align: center
    }

    .gift_popup .gift-popup-content .time a {
        color: #fff;
        text-decoration: underline
    }

    .gift_popup .gift-popup-content .gift-box {
        margin-top: 15px;
        overflow-y: auto;
        padding-right: 10px;
        max-height: 200px;
        margin-bottom: 30px;
        font-size: 0px
    }

    .gift_popup .gift-popup-content .gift-box .list {
        height: 80px;
        display: flex;
        align-items: center;
        position: relative
    }

    .gift_popup .gift-popup-content .gift-box .list .list-content .voucher {
        position: absolute;
        font-size: 14px;
        color: #fff;
        left: 6%;
        top: 38%
    }

    .gift_popup .gift-popup-content .gift-box .list .list-content .price {
        position: absolute;
        font-size: 16px;
        width: 62%;
        left: 16%;
        height: 100%;
        display: flex;
        align-items: center;
        top: 0;
        justify-content: center
    }

    .gift_popup .gift-popup-content .gift-box .list .list-content .price .number {
        font-size: 30px;
        font-weight: 700;
        color: #0566b8;
        width: auto;
        text-align: right;
        position: absolute;
        left: 15%;
        top: 10%
    }

    .gift_popup .gift-popup-content .gift-box .list .list-content .price .gift-name {
        margin-left: 10px
    }

    .gift_popup .gift-popup-content .gift-box .list .list-content .price .line1 {
        font-size: 14px;
        position: absolute;
        left: 57%;
        top: 19%
    }

    .gift_popup .gift-popup-content .gift-box .list .list-content .price .line2 {
        font-size: 12px;
        position: absolute;
        left: 15%;
        top: 61%
    }

    .gift_popup .gift-popup-content .gift-box .list .list-content .btn {
        position: absolute;
        top: 0;
        height: 100%;
        left: 77%;
        font-size: 16px;
        width: 68px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .gift_popup .gift-popup-content .gift-box .list .list-content .btn a {
        display: inline-block;
        height: 25px;
        width: 100%;
        text-align: center;
        line-height: 25px;
        background: #0566b8;
        color: #fff;
        font-size: 12px;
        text-decoration: none
    }

    .gift_popup .gift-popup-content .gift-box::-webkit-scrollbar {
        width: 5px
    }

    .gift_popup .gift-popup-content .gift-box::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
        background: #fff
    }

    .gift_popup .gift-popup-content .gift-box::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
        border-radius: 0;
        background: #000001
    }

    .gift_popup .gift-popup-content .gift-btn {
        text-align: center
    }

    .gift_popup .gift-popup-content .gift-btn a {
        display: inline-block;
        height: 40px;
        width: 160px;
        background: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 40px;
        text-decoration: none;
        color: #0566b8
    }

    .gift_popup .gift-popup-content .gift-btn p {
        margin-top: 5px;
        color: #fff;
        font-size: 12px
    }

    .full-width-screen-active .moble-no-full-screen {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box
    }

    .more-surface {
        display: block !important
    }

    .more-surface .slick-arrow {
        background: 0 0;
        width: auto;
        height: auto
    }

    .more-surface .slick-prev {
        left: -10px
    }

    .more-surface .slick-next {
        right: -10px
    }

    .more-surface .slick-prev:before {
        font-size: 24px
    }

    .more-surface .slick-next:before {
        font-size: 24px
    }

    .more-surface .slick-dots li button,.more-surface .slick-dots li .cart.table-wrapper .actions-toolbar>.action,.more-surface .slick-dots li .action-gift {
        height: 12px;
        width: 12px
    }

    .more-surface .more-surface-content {
        margin-bottom: 12px
    }

    body .c-video-text {
        flex-flow: column !important
    }

    body .c-video-text .text-box {
        padding: 0 24px 24px;
        width: 100% !important;
        order: 2
    }

    body .c-swiper-ti-1 {
        flex-flow: column
    }

    body .c-swiper-ti-1 .swiper-box-ti {
        width: 100%;
        position: relative;
        order: 1;
        padding-right: 20px;
        box-sizing: border-box;
        margin-top: -12px
    }

    body .c-swiper-ti-1 .swiper-box-ti .c-swiper-ti-1-container .swiper-wrapper .swiper-slide {
        padding: 70px 0 30px
    }

    body .c-swiper-ti-1 .swiper-box-ti .c-swiper-ti-1-container .swiper-wrapper .swiper-slide .ti-1-content {
        padding: 0 16px
    }

    body .c-swiper-ti-1 .swiper-section-ti {
        width: 100%;
        padding-left: 20px;
        box-sizing: border-box
    }

    body .c-swiper-ti-1 .btn-box {
        margin-right: -10px
    }

    body .c-swiper-ti-6 {
        flex-flow: column
    }

    body .c-swiper-ti-6 .swiper-box-ti {
        width: 100%;
        position: relative;
        order: 1;
        padding-right: 20px;
        box-sizing: border-box;
        margin-top: -12px
    }

    body .c-swiper-ti-6 .swiper-box-ti .c-swiper-ti-6-container .swiper-wrapper .swiper-slide {
        padding: 70px 0 30px
    }

    body .c-swiper-ti-6 .swiper-box-ti .c-swiper-ti-6-container .swiper-wrapper .swiper-slide .ti-1-content {
        padding: 0 16px
    }

    body .c-swiper-ti-6 .swiper-section-ti {
        width: 100%;
        padding-left: 20px;
        box-sizing: border-box
    }

    body .c-swiper-ti-6 .btn-box {
        margin-right: -10px
    }

    body .c-h3-self {
        font-size: 16px
    }

    body .c-paragraph-self {
        font-size: 14px
    }

    body .c-swiper-ti-1 .btn-box .swiper-button-next:after,body .c-swiper-ti-1 .btn-box .swiper-button-prev:after {
        font-size: 22px
    }

    body .c-swiper-ti-6 .btn-box .swiper-button-next:after,body .c-swiper-ti-6 .btn-box .swiper-button-prev:after {
        font-size: 22px
    }

    body .c-swiper-ti-2 .row-bottom {
        flex-flow: column;
        width: 100%
    }

    body .c-swiper-ti-2 .row-content-box {
        width: 100%;
        padding: 0 20px
    }

    body .c-swiper-ti-2 .row-icon-swiper {
        width: 100%;
        padding: 0 20px;
        margin-top: 30px
    }

    body .c-swiper-ti-2 .row-icon-swiper .btn-slide {
        margin-right: 0
    }

    body .c-swiper-ti-2 .row-icon-swiper .btn-slide img {
        width: 65px;
        height: 65px
    }

    body .c-swiper-ti-2 .row-icon-swiper .row-icon-swiper-container .control-btn-active .img-label {
        width: 65px;
        font-size: 12px
    }

    body .moble-no-full-left-15 {
        padding-left: 15px
    }

    body .c-swiper-product-1 .title {
        font-size: 14px
    }

    body .c-swiper-product-1 .label-box .label {
        font-size: 12px
    }

    body .c-swiper-product-2 .product-slide {
        padding: 0 10px 15px
    }

    body .c-swiper-product-2 .product-slide.leader-slide .title {
        font-size: 16px;
        font-weight: 700
    }

    body .c-swiper-product-2 .product-slide.leader-slide .des {
        font-size: 13px
    }

    body .c-swiper-product-2 .product-slide.leader-slide .link-two a {
        font-size: 13px
    }

    body .c-swiper-product-2 .swiper-button-prev,body .c-swiper-product-2 .swiper-button-next {
        display: none
    }

    body .custom-buybox-banner .banner-content {
        position: unset;
        display: flex;
        flex-flow: column;
        align-items: center;
        min-width: 100%;
        padding: 20px 8% 0;
        box-sizing: border-box;
        text-align: center
    }

    body .custom-buybox-banner .banner-content .title {
        font-size: 18px;
        margin-top: 12px;
        margin-bottom: 12px
    }

    body .custom-buybox-banner .banner-content .des {
        font-size: 14px
    }

    body .custom-buybox-banner .banner-content .link-two {
        margin-top: 20px
    }

    body .custom-buybox-banner .banner-content .ul-icon {
        margin-top: 20px
    }

    body .custom-buybox-banner .banner-content .ul-icon img {
        height: 35px;
        width: 35px
    }

    body .custom-buybox-banner .banner-content .ul-icon .list-icon.active-icon .img-label {
        font-size: 12px
    }

    body .c-swiper-ti-1 .play-btn {
        position: absolute;
        z-index: 10;
        left: 4%;
        top: 8%;
        height: 28px;
        width: 28px
    }

    body .c-swiper-ti-1 .scroll_box .bottom-line {
        top: calc(100% - 1px);
        height: 1px
    }

    body .c-swiper-ti-6 .play-btn {
        position: absolute;
        z-index: 10;
        left: 4%;
        top: 8%;
        height: 28px;
        width: 28px
    }

    body .c-swiper-ti-6 .scroll_box .bottom-line {
        top: calc(100% - 1px);
        height: 1px
    }

    .nav-sections-item-content>.global-local-header {
        display: block
    }

    .nav-sections-item-content>.global-uhf-header {
        display: block
    }

    .nav-sections-item-content>.global-uhf-header .global-head-cont {
        padding: 0;
        height: auto !important
    }

    .nav-sections-item-content>.global-uhf-header .global-head-cont .c-action-trigger {
        display: none
    }

    .nav-sections-item-content>.global-uhf-header .global-head-cont .c-logo {
        display: none
    }

    .nav-sections-item-content>.global-uhf-header .global-head-cont .c-uhfh-actions {
        display: none
    }

    .nav-sections-item-content>.global-uhf-header .global-head-cont .c-show-pipe {
        display: none
    }

    .nav-sections-item-content>.global-uhf-header .global-head-cont .js-subm-uhf-nav-link {
        font-weight: 400
    }

    .nav-sections-item-content>.global-uhf-header .global-head-cont .c-uhfh-gnav {
        display: block !important;
        position: relative;
        top: 100%
    }

    .nav-sections-item-content>.global-uhf-header .global-head-cont .c-uhfh-gnav .js-paddle-items {
        height: auto !important
    }

    .global-uhf-header .c-uhfh.c-sgl-stck.c-category-header {
        margin-bottom: 0
    }

    .global-uhf-header .c-uhfh.c-sgl-stck.c-category-header nav.c-uhfh-gnav {
        top: 100%
    }

    .global-uhf-footer .c-uhff {
        margin-top: 0
    }

    .header-container .global-uhf-header .mectrl_body>.mectrl_currentAccount {
        padding-left: 14px
    }

    .header-container .global-uhf-header .mectrl_mainDropdown>.mectrl_dropdownbody {
        width: 188px
    }

    body .c-video-text {
        flex-flow: column !important
    }

    body .c-video-text .text-box {
        padding: 0 24px 24px;
        width: 100% !important;
        order: 2
    }

    body .c-swiper-ti-1 {
        flex-flow: column
    }

    body .c-swiper-ti-1 .swiper-box-ti {
        width: 100%;
        position: relative;
        order: 1;
        padding-right: 20px;
        box-sizing: border-box;
        margin-top: -12px
    }

    body .c-swiper-ti-1 .swiper-box-ti .c-swiper-ti-1-container .swiper-wrapper .swiper-slide {
        padding: 70px 0 30px
    }

    body .c-swiper-ti-1 .swiper-box-ti .c-swiper-ti-1-container .swiper-wrapper .swiper-slide .ti-1-content {
        padding: 0 16px
    }

    body .c-swiper-ti-1 .swiper-section-ti {
        width: 100%;
        padding-left: 20px;
        box-sizing: border-box
    }

    body .c-swiper-ti-1 .btn-box {
        margin-right: -10px
    }

    body .c-swiper-ti-6 {
        flex-flow: column
    }

    body .c-swiper-ti-6 .swiper-box-ti {
        width: 100%;
        position: relative;
        order: 1;
        padding-right: 20px;
        box-sizing: border-box;
        margin-top: -12px
    }

    body .c-swiper-ti-6 .swiper-box-ti .c-swiper-ti-6-container .swiper-wrapper .swiper-slide {
        padding: 70px 0 30px
    }

    body .c-swiper-ti-6 .swiper-box-ti .c-swiper-ti-6-container .swiper-wrapper .swiper-slide .ti-1-content {
        padding: 0 16px
    }

    body .c-swiper-ti-6 .swiper-section-ti {
        width: 100%;
        padding-left: 20px;
        box-sizing: border-box
    }

    body .c-swiper-ti-6 .btn-box {
        margin-right: -10px
    }

    body .c-h3-self {
        font-size: 16px
    }

    body .c-paragraph-self {
        font-size: 14px
    }

    body .c-swiper-ti-1 .btn-box .swiper-button-next:after,body .c-swiper-ti-1 .btn-box .swiper-button-prev:after {
        font-size: 22px
    }

    body .c-swiper-ti-6 .btn-box .swiper-button-next:after,body .c-swiper-ti-6 .btn-box .swiper-button-prev:after {
        font-size: 22px
    }

    body .c-swiper-ti-2 .row-bottom {
        flex-flow: column;
        width: 100%
    }

    body .c-swiper-ti-2 .row-content-box {
        width: 100%;
        padding: 0 20px
    }

    body .c-swiper-ti-2 .row-icon-swiper {
        width: 100%;
        padding: 0 20px;
        margin-top: 30px
    }

    body .c-swiper-ti-2 .row-icon-swiper .btn-slide {
        margin-right: 0
    }

    body .c-swiper-ti-2 .row-icon-swiper .btn-slide img {
        width: 65px;
        height: 65px
    }

    body .c-swiper-ti-2 .row-icon-swiper .row-icon-swiper-container .control-btn-active .img-label {
        width: 65px;
        font-size: 12px
    }

    body .moble-no-full-left-15 {
        padding-left: 15px
    }

    body .c-swiper-product-1 .title {
        font-size: 14px
    }

    body .c-swiper-product-1 .label-box .label {
        font-size: 12px
    }

    body .c-swiper-product-2 .product-slide {
        padding: 0 25px 15px
    }

    body .c-swiper-product-2 .product-slide .title {
        font-size: 16px;
        font-weight: 700
    }

    body .c-swiper-product-2 .product-slide .des-1 {
        font-size: 13px
    }

    body .c-swiper-product-2 .product-slide .des-2 {
        font-size: 13px
    }

    body .c-swiper-product-2 .product-slide .link-two a {
        font-size: 13px
    }

    body .c-swiper-product-2 .leader-slide {
        padding: 0 25px 15px
    }

    body .c-swiper-product-2 .leader-slide .title {
        font-size: 16px;
        font-weight: 700
    }

    body .c-swiper-product-2 .leader-slide .des {
        font-size: 13px
    }

    body .c-swiper-product-2 .leader-slide .link-two a {
        font-size: 13px
    }

    body .c-swiper-product-2 .swiper-button-prev,body .c-swiper-product-2 .swiper-button-next {
        display: none
    }

    body .custom-buybox-banner .banner-content {
        position: unset;
        display: flex;
        flex-flow: column;
        align-items: center;
        min-width: 100%;
        padding: 20px 8% 0;
        box-sizing: border-box;
        text-align: center
    }

    body .custom-buybox-banner .banner-content .title {
        font-size: 18px;
        margin-top: 12px;
        margin-bottom: 12px
    }

    body .custom-buybox-banner .banner-content .des {
        font-size: 14px
    }

    body .custom-buybox-banner .banner-content .link-two {
        margin-top: 20px
    }

    body .custom-buybox-banner .banner-content .ul-icon {
        margin-top: 20px
    }

    body .custom-buybox-banner .banner-content .ul-icon img {
        height: 35px;
        width: 35px
    }

    body .custom-buybox-banner .banner-content .ul-icon .list-icon.active-icon .img-label {
        font-size: 12px
    }

    body .c-swiper-product-2 .c-swiper-product-2-container {
        padding-bottom: 30px
    }

    body .c-swiper-product-2 .c-swiper-product-2-container .swiper-scrollbar {
        bottom: 15px;
        left: 0
    }

    body .c-swiper-product-2 .c-swiper-product-2-container .swiper-scrollbar .swiper-scrollbar-drag {
        background: #0067b8
    }

    body .custom-buybox-banner .banner-content .link-two {
        width: 100%;
        display: flex;
        padding: 0 10%;
        box-sizing: border-box
    }

    body .custom-buybox-banner .banner-content .link-two a {
        width: 50%;
        margin-right: 0
    }

    body .c-swiper-ti-1 .swiper-container-horizontal>.swiper-pagination-bullets {
        height: 5px
    }

    body .c-swiper-ti-6 .swiper-container-horizontal>.swiper-pagination-bullets {
        height: 5px
    }

    body .c-swiper-product-1 .content-box {
        min-height: 200px
    }

    body .c-swiper-ti-1 .swiper-box-ti .c-swiper-ti-1-container .swiper-wrapper .swiper-slide {
        padding: 70px 0 30px
    }

    body .c-swiper-ti-1 .swiper-box-ti .c-swiper-ti-1-container .swiper-wrapper .swiper-slide .ti-1-content .swiper-icon img {
        height: 30px;
        width: 30px;
        top: 10%
    }

    body .c-swiper-ti-6 .swiper-box-ti .c-swiper-ti-6-container .swiper-wrapper .swiper-slide {
        padding: 70px 0 30px
    }

    body .c-swiper-ti-6 .swiper-box-ti .c-swiper-ti-6-container .swiper-wrapper .swiper-slide .ti-1-content .swiper-icon img {
        height: 30px;
        width: 30px;
        top: 10%
    }

    .fixed_active {
        height: 45px
    }

    .fixed_active .header-container {
        position: fixed;
        width: 100%;
        max-width: 100%;
        z-index: 300;
        top: 0;
        background: #fff
    }

    .cms-top-container {
        display: none
    }

    .header-container {
        padding-top: 9px;
        position: relative;
        z-index: 150
    }

    .header-container .header-content {
        width: 100%;
        height: 36px;
        position: relative
    }

    .header-container .header-content .catalog_menu {
        float: left;
        height: 100%;
        display: flex;
        align-items: center;
        width: 15%;
        justify-content: center
    }

    .header-container .header-content .catalog_menu i.icon-menu {
        font-size: 12px;
        display: block
    }

    .header-container .header-content .catalog_menu i.icon-close {
        display: none;
        font-size: 20px
    }

    .header-container .header-content .menu_active i.icon-menu {
        display: none
    }

    .header-container .header-content .menu_active i.icon-close {
        display: block
    }

    .header-container .header-content .logo-box {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        z-index: 300
    }

    .header-container .header-content .logo-box .logo {
        max-width: 100%;
        margin: 0
    }

    .header-container .header-content .logo-box .office-title {
        display: none
    }

    .header-container .header-content .search_menu {
        float: left;
        height: 100%;
        width: 15%;
        display: flex;
        align-items: center;
        padding: 0;
        border: none;
        background: 0 0;
        box-shadow: none;
        justify-content: center;
        position: relative;
        top: 7px
    }

    .header-container .header-content .search_menu i {
        font-size: 20px
    }

    .header-container .header-content .search_menu .search-text {
        display: none
    }

    .header-container .header-content .cart-item {
        float: right;
        width: 15%;
        justify-content: center;
        align-items: center;
        display: flex
    }

    .header-container .header-content .cart-item .minicart-wrapper {
        margin-top: 0
    }

    .header-container .header-content .cart-item .minicart-wrapper .action.showcart.active {
        display: flex
    }

    .header-container .header-content .cart-item .minicart-wrapper .action.showcart {
        display: flex;
        align-items: center
    }

    .header-container .header-content .cart-item .minicart-wrapper .action.showcart:before {
        font-size: 20px;
        font-family: "ms-icon";
        content: "\e912";
        color: #000
    }

    .header-container .header-content .cart-item .minicart-wrapper .action.showcart .counter.qty {
        height: 14px;
        border: solid 1px #0067b8;
        text-align: center;
        line-height: 14px;
        border-radius: 7px;
        font-size: 12px;
        color: #fff;
        background-color: #0067b8;
        min-width: 14px;
        margin: 0;
        margin-left: 5px;
        padding: 0
    }

    .header-container .header-content .login-icon {
        float: right;
        width: 15%;
        height: 100%;
        padding: 0;
        background: 0 0;
        border: none;
        box-shadow: none;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .header-container .header-content .login-icon .login-container {
        display: flex;
        align-items: center
    }

    .header-container .header-content .login-icon span.text {
        display: none
    }

    .header-container .header-content .login-icon i {
        font-size: 30px
    }

    .header-container .header-content .navigation-item {
        position: absolute;
        left: 0;
        top: 36px;
        margin: 0;
        width: 100%;
        z-index: 999
    }

    .header-container .header-content .navigation-item .nav-sections {
        left: 0;
        top: 0;
        position: relative;
        margin: 0;
        width: 100%;
        z-index: 999;
        display: none;
        box-shadow: 0px 6px 12px #d2d2d2
    }

    .header-container .header-content .navigation-item .nav-sections .section-item-title {
        display: none
    }

    .header-container .header-content .navigation-item .nav-sections .nav-sections-item-content {
        margin: 0;
        padding: 0
    }

    .header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation {
        background: #fff
    }

    .header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation .three-level-show {
        display: block !important
    }

    .header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation .three-level-hide {
        display: none !important
    }

    .header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation>ul {
        flex-wrap: wrap
    }

    .header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation>ul #autoNavMore {
        display: none !important
    }

    .header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top {
        width: 100%;
        margin-right: 0;
        border-top: none
    }

    .header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top:last-child {
        border: none
    }

    .header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level-top.ui-corner-all,.header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level-top.ui-menu-item-wrapper {
        padding: 12px 0;
        margin: 0;
        padding-left: 15px;
        font-size: 16px;
        color: #000
    }

    .header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level-top.ui-corner-all span,.header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level-top.ui-menu-item-wrapper span {
        margin-left: 0
    }

    .header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level0.submenu {
        border: none
    }

    .header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level0.submenu .level1>a {
        padding-left: 47px;
        font-size: 16px;
        color: #000
    }

    .header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation>ul .parent .level-top .ui-icon-carat-1-e:after {
        display: none
    }

    .header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation>ul .parent .level-top:after {
        font-family: "ms-icon";
        content: "\e90d";
        font-size: 12px;
        top: 50%;
        transform: translate(0px,-50%)
    }

    .header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top#id-menu-edu .level0.submenu .level1 a {
        position: relative;
        outline: none !important;
        background: 0 0
    }

    .header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top#id-menu-edu .level0.submenu .level1 a.have-three-level:after {
        position: absolute;
        right: 7px;
        font-family: "ms-icon";
        content: "\e90d";
        font-size: 12px;
        top: 50%;
        transform: translate(0px,-50%)
    }

    .header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top#id-menu-edu .level0.submenu .level1 .level2 a {
        padding-left: 67px;
        font-size: 16px;
        color: #000
    }

    .header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top#id-menu-edu .level0.submenu .level1 .level2 a:after {
        display: none
    }

    .header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation .level0 .level1 {
        position: relative
    }

    .header-container .dig-content {
        position: relative
    }

    .header-container .dig-content .dig-login-container {
        padding-right: 14px;
        padding-left: 14px;
        box-sizing: border-box;
        padding-top: 6px;
        padding-bottom: 20px;
        top: 0;
        width: 188px;
        z-index: 20
    }

    .header-container .dig-content .dig-login-container .user-logo {
        line-height: 1;
        margin-bottom: 8px
    }

    .header-container .dig-content .dig-login-container .user-logo img {
        width: 80px;
        height: 17px
    }

    .header-container .dig-content .dig-login-container .user-logo i {
        font-size: 20px
    }

    .header-container .dig-content .dig-login-container .user-logo i.icon-phone {
        color: #0067b8
    }

    .header-container .dig-content .dig-login-container .user-logo i.icon-wechat {
        color: #3fcf77
    }

    .header-container .dig-content .dig-login-container .user-logo i.icon-alipay {
        color: #02a9f1
    }

    .header-container .dig-content .dig-login-container .customer-information {
        padding-left: 0
    }

    .header-container .dig-content .dig-login-container .links {
        padding-left: 0;
        margin-bottom: 0
    }

    .header-container .dig-content .dig-login-container .login-btn {
        margin-bottom: 0;
        margin-left: 0;
        width: 167px;
        padding: 0;
        font-size: 14px
    }

    .header-container .dig-content .dig-login-container .exit {
        position: absolute;
        top: 6px;
        right: 10px
    }

    .header-container .dig-content .mobile-search-box {
        display: none;
        height: 40px;
        margin: 5px 13px 10px 14px
    }

    .header-container .dig-content .mobile-search-box .cancel-btn {
        display: none
    }

    .header-container .dig-content .mobile-search-box .block-search {
        margin: 0
    }

    .header-container .dig-content .mobile-search-box .block-search .minisearch {
        position: relative;
        height: 40px
    }

    .header-container .dig-content .mobile-search-box .block-search .minisearch .field.search {
        position: relative
    }

    .header-container .dig-content .mobile-search-box .block-search .minisearch .field.search .label {
        z-index: 10;
        position: relative;
        height: 40px;
        line-height: 40px;
        padding-right: 10px
    }

    .header-container .dig-content .mobile-search-box .block-search .minisearch .field.search .label:before {
        font-family: "ms-icon";
        content: "\e909";
        font-size: 20px
    }

    .header-container .dig-content .mobile-search-box .block-search .minisearch .field.search .control {
        border: none;
        height: 40px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .header-container .dig-content .mobile-search-box .block-search .minisearch .field.search .control input {
        left: 0;
        position: absolute;
        padding: 0;
        margin: 0;
        height: 100%;
        border: none;
        padding-left: 20px;
        border: solid 1px #505050
    }

    .header-container .dig-content .mobile-search-box .block-search .minisearch .field.search .control .search-autocomplete {
        margin-top: 40px;
        border: solid 1px #505050;
        border-top: none
    }

    .header-container .dig-content .mobile-search-box .block-search .minisearch .field.search .control .search-autocomplete ul li {
        border: none;
        height: 40px;
        display: flex;
        align-items: center;
        padding-left: 18px
    }

    .header-container .dig-content .mobile-search-box .block-search .minisearch .field.search .control .search-autocomplete ul li:hover {
        color: #fff;
        background: #0067b8
    }

    .header-container .dig-content .mobile-search-box .block-search .minisearch .field.search .control .search-autocomplete ul li.selected {
        background: #0067b8;
        color: #fff
    }

    .header-container .dig-content .mobile-search-box .block-search .minisearch .action {
        position: absolute;
        right: 0;
        z-index: 10;
        display: block;
        opacity: 0;
        padding: 0;
        margin: 0;
        width: 30px
    }

    .footer.content {
        background: #f2f2f2;
        padding-top: 15px;
        padding-bottom: 55px
    }

    .footer.content [data-content-type=row][data-appearance=contained] [data-element=inner] {
        padding: 0 !important;
        margin-bottom: 0 !important
    }

    .footer.content .cms-footer-container {
        margin-bottom: 15px
    }

    .footer.content .cms-footer-container .container-list {
        margin-bottom: 9px
    }

    .footer.content .cms-footer-container .container-list .item-title {
        border: solid 1px #737373;
        padding-left: 28px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        font-weight: 700;
        position: relative
    }

    .footer.content .cms-footer-container .container-list .item-title>i {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(-50%,-50%);
        font-size: 14px;
        color: #737373
    }

    .footer.content .cms-footer-container .container-list .item-title .title {
        color: #616161
    }

    .footer.content .cms-footer-container .container-list .item-title .icon-arrow-down {
        font-size: 12px;
        transform: translate(-30%,-50%) scale(.8)
    }

    .footer.content .cms-footer-container .container-list .item-list {
        height: 0;
        overflow: hidden;
        margin-top: 0;
        padding-left: 28px
    }

    .footer.content .cms-footer-container .container-list .item-list>li {
        margin-bottom: 30px
    }

    .footer.content .cms-footer-container .container-list .item-list>li a {
        color: #616161
    }

    .footer.content .cms-footer-container .container-list .item-list .weibo-box {
        margin-bottom: 0
    }

    .footer.content .cms-footer-container .container-list .item-list .other-location {
        display: none
    }

    .footer.content .cms-footer-container .footer_active .item-list {
        height: auto;
        margin-top: 25px
    }

    .footer.content .weibo-box {
        margin-bottom: 0
    }

    .footer.content .weibo-box i.icon-weibo {
        margin-top: 20px;
        display: block;
        font-size: 36px
    }

    .footer.content .qrcode-box img {
        display: block;
        padding: 8px;
        background: #fff;
        margin-top: 10px
    }

    .footer.content .other-location a {
        color: #000
    }

    .footer.content .uhf-footer .language-link {
        display: inline-block;
        margin-top: 30px;
        margin-bottom: 25px;
        color: #000
    }

    .footer.content .uhf-footer .icon-earth {
        font-size: 24px;
        vertical-align: middle
    }

    .footer.content .uhf-footer .copyright {
        margin: 0;
        font-size: 0px
    }

    .footer.content .uhf-footer .copyright a {
        display: inline-block;
        margin-bottom: 12px;
        color: #000;
        margin-right: 15px;
        font-size: 14px
    }

    .footer.content .uhf-footer .copyright li.c_uhff_footer_managecookies {
        display: none
    }

    .footer.content .uhf-footer .copyright li.c_uhff_footer_managecookies.show {
        display: inline-block
    }

    .footer.content .uhf-footer .copyright span {
        display: block;
        margin-bottom: 12px;
        color: #000;
        font-size: 14px
    }

    .footer.content .block.newsletter {
        margin-bottom: 10px
    }

    .footer.content .block.newsletter .back-top-btn {
        bottom: 55px
    }

    .footer.content .block.newsletter .back-top-btn button,.footer.content .block.newsletter .back-top-btn .cart.table-wrapper .actions-toolbar>.action,.footer.content .block.newsletter .back-top-btn .action-gift {
        height: 40px;
        width: 40px;
        padding: 10px
    }

    .footer.content .block.newsletter .back-top-btn button .icon-up,.footer.content .block.newsletter .back-top-btn .cart.table-wrapper .actions-toolbar>.action .icon-up,.footer.content .block.newsletter .back-top-btn .action-gift .icon-up {
        margin-right: 0
    }

    .footer.content .block.newsletter .back-top-btn button span,.footer.content .block.newsletter .back-top-btn .cart.table-wrapper .actions-toolbar>.action span,.footer.content .block.newsletter .back-top-btn .action-gift span {
        display: none
    }

    .footer.content .block.newsletter .title {
        display: block;
        margin-bottom: 0
    }

    .footer.content .block.newsletter .title strong {
        font-weight: 400;
        font-size: 13px;
        color: #000
    }

    .footer.content .block.newsletter .content .form.subscribe {
        display: block;
        overflow: hidden
    }

    .footer.content .block.newsletter .content .form.subscribe .field .control:before {
        display: none
    }

    .footer.content .block.newsletter .content .form.subscribe .field .control input {
        height: 40px;
        padding: 10px 0 10px 10px;
        font-size: 13px;
        margin-bottom: 15px;
        border: 1px solid #c2c2c2;
        box-sizing: border-box;
        width: 100%;
        font-family: 'Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif
    }

    .footer.content .block.newsletter .content .form.subscribe .field .control div.mage-error {
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 10px
    }

    .footer.content .block.newsletter .content .form.subscribe .actions {
        display: block;
        float: left;
        width: auto;
        margin-right: 22px
    }

    .footer.content .block.newsletter .content .form.subscribe .actions .primary {
        width: 114px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .footer.content .block.newsletter .content .form.subscribe .privacy-policy {
        display: inline-block;
        line-height: 40px;
        font-size: 13px
    }

    .modal-slide.subscribe_popup._show .modal-inner-wrap {
        width: 90%;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        height: 180px
    }

    .modal-slide.subscribe_popup._show .modal-inner-wrap .modal-content {
        overflow-y: hidden
    }

    .modal-slide.subscribe_popup._show .subscribe-content {
        text-align: center;
        font-size: 12px
    }

    .modal-slide.subscribe_popup._show .modal-footer {
        border: none;
        padding: 20px;
        text-align: center;
        margin: 0;
        display: block !important
    }

    .modal-slide.subscribe_popup._show .modal-footer .confirm_btn {
        background: #0067b8;
        width: 120px;
        height: 30px;
        line-height: 30px;
        border: none;
        outline: none;
        color: #fff
    }
}

@media only screen and (max-width: 639px) {
    .abs-visually-hidden-mobile,.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,.account .toolbar:before,.account .toolbar: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,.account .toolbar: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 #d2d2d2
    }

    .multicheckout.order-review .data.table tbody tr .col.item:before {
        display: none
    }

    .multicheckout.order-review .data.table tbody tr .col.qty,.multicheckout.order-review .data.table tbody tr .col.price,.multicheckout.order-review .data.table tbody tr .col.subtotal {
        box-sizing: border-box;
        float: left;
        text-align: center;
        white-space: nowrap;
        width: 33%
    }

    .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,.multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,.multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
        content: attr(data-th) ':';
        display: block;
        font-weight: 700;
        padding-bottom: 10px
    }

    .abs-checkout-order-review tbody tr .product-item-name,.multicheckout.order-review .data.table tbody tr .product-item-name {
        margin: 0
    }

    .abs-no-display-s,.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
        display: none
    }

    .abs-pager-toolbar-mobile-s .toolbar-amount,.abs-pager-toolbar-mobile-s .limiter,.abs-pager-toolbar-mobile-s .pages,.toolbar-giftregistry-results .toolbar-amount,.toolbar-giftregistry-results .limiter,.toolbar-giftregistry-results .pages {
        margin-bottom: 25px
    }

    .table-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        position: relative
    }

    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
        border: none;
        display: block
    }

    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>thead>tr>th {
        display: none
    }

    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody {
        display: block
    }

    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr {
        display: block
    }

    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td,.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th {
        border-bottom: none;
        display: block;
        padding: 5px 0
    }

    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td[data-th]:before,.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th[data-th]:before {
        padding-right: 10px;
        content: attr(data-th) ': ';
        display: inline-block;
        color: #000;
        font-weight: 700
    }

    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody>tr>td:first-child {
        padding-top: 20px
    }

    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody>tr>td:last-child {
        padding-bottom: 20px
    }

    .table-wrapper .table:not(.cart):not(.totals):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 th {
        box-sizing: border-box;
        float: left;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
        width: 70%
    }

    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
        box-sizing: border-box;
        float: left;
        padding-left: 0;
        padding-right: 0;
        text-align: right;
        width: 30%
    }

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

    .box-survery-user .slick-slider div[data-element=content] {
        padding: 0
    }

    .row-address .row.field .control:nth-child(2),.row-address .row.field .control:nth-child(3),.row-address .row.field .control:nth-child(4) {
        width: 29%
    }

    .column .block-addbysku .sku {
        margin-right: -85px;
        padding-right: 90px
    }

    .column .block-addbysku .action.remove {
        display: inline-block;
        background-image: none;
        background: 0 0;
        -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: 28px;
        line-height: 22px;
        color: inherit;
        content: "\e916";
        font-family: 'icons-blank-theme';
        margin: 1px 0 0;
        vertical-align: top;
        display: inline-block;
        font-weight: 400;
        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: 0 0;
        border: none
    }

    .column .block-addbysku .action.remove:hover {
        background: 0 0;
        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: .3
    }

    .products-list .product-item {
        table-layout: fixed
    }

    .products-list .product-item-photo {
        padding: 0 10px 10px 0;
        width: 30%
    }

    .private-catalog .private-product-item {
        margin: 0 16px 16px;
        width: calc(100% - 32px)
    }

    .block-search {
        margin-top: 10px
    }

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

    .minicart-wrapper .update-cart-item {
        float: right
    }

    .opc-wrapper .step-title {
        font-size: 18px;
        border-bottom: 0;
        padding-bottom: 0
    }

    .checkout-index-index .tip-box .tip {
        top: 8px;
        right: 10px
    }

    .checkout-index-index .checkout-container .checkout-coupon .payment-option-content .content-items .coupon-container .have-coupon .coupon-list .label {
        padding: 15px 15px 15px 40px
    }

    .checkout-index-index .checkout-container .checkout-coupon .payment-option-content .content-items .coupon-container .have-coupon .coupon-list .label .right-content {
        margin: 0 24px 0 10px
    }

    .checkout-index-index .checkout-container .checkout-coupon .payment-option-content .content-items .coupon-container .have-coupon .coupon-list .label:before {
        left: 10px;
        right: 0
    }

    .opc-wrapper .form-login {
        border-bottom: 1px solid #ccc;
        margin: 0 0 15px;
        padding: 0 0 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 .form-login,.opc-wrapper .form-shipping-address {
        margin-top: 28px
    }

    .opc-wrapper .action-select-shipping-item {
        float: none;
        margin-top: 10px;
        width: 100%
    }

    .opc-wrapper .action-show-popup {
        width: 100%
    }

    .opc-wrapper .edit-address-link {
        display: inline-block;
        text-decoration: none;
        margin: 0;
        position: absolute;
        right: 0;
        top: 1px
    }

    .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: 28px;
        line-height: 28px;
        color: #303030;
        content: '\e606';
        font-family: 'icons-blank-theme';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .opc-wrapper .edit-address-link:hover:before {
        color: #303030
    }

    .opc-wrapper .edit-address-link:active:before {
        color: #303030
    }

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

    .account .column.main,.account .sidebar-additional {
        margin: 0
    }

    .address-dialog.modal-popup .modal-content {
        padding: 0
    }

    .cart.table-wrapper .gift-content {
        border-bottom: 1px solid #d2d2d2;
        margin-bottom: 20px
    }

    .table-giftregistry-items .field.choice,.table-giftregistry-items .field.qty {
        display: inline-block
    }

    .form-giftregistry-search .fieldset {
        margin-bottom: 15px
    }

    .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 .actions-toolbar .action {
        margin-bottom: 25px
    }

    .multicheckout .actions-toolbar>.primary {
        margin-bottom: 25px;
        margin-right: 0
    }

    .account .order-details-items .table-order-items .product-item-name,.account .order-details-items .table-order-items .price-including-tax,.account .order-details-items .table-order-items .price-excluding-tax,.account .order-details-items .table-order-items .items-qty {
        display: inline-block;
        vertical-align: top
    }

    .account .toolbar .pages {
        float: right
    }

    .account .toolbar .limiter {
        clear: both
    }

    .order-details-items thead {
        display: block
    }

    .order-details-items thead tr,.order-details-items thead td {
        display: block
    }

    .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
        width: 100%
    }

    .order-items.table-wrapper .col.price,.order-items.table-wrapper .col.qty,.order-items.table-wrapper .col.subtotal,.order-items.table-wrapper .col.msrp {
        text-align: left
    }

    .products-grid.wishlist .product-item {
        border-bottom: 1px solid #e8e8e8
    }

    .products-grid.wishlist .product-item:first-child {
        border-top: 1px solid #e8e8e8
    }

    .large-640 {
        display: none !important
    }
}

@media only screen and (max-width: 479px) {
    .tooltip.wrapper .tooltip.content {
        min-width:10rem
    }

    .microsoft-content-slider.style-slider-product .slick-prev {
        left: 0
    }

    .microsoft-content-slider.style-slider-product .slick-next {
        right: 0 !important
    }

    .block-sitemap .pagebuilder-column-group {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        flex-basis: 100%
    }

    .row-address .row.field .control:nth-child(2),.row-address .row.field .control:nth-child(3),.row-address .row.field .control:nth-child(4) {
        width: 40%
    }

    .minicart-wrapper .block-minicart {
        width: 290px
    }

    .modal-popup .field-tooltip .field-tooltip-content {
        width: 200px
    }

    .form-upload-bank .row-date-time .control.time {
        width: 50px !important
    }

    .form-upload-bank .row-date-time .control.minutes {
        width: 50px !important
    }

    .block-order-details-view .block-content>.box {
        margin-bottom: 4px
    }
}

@media all and (min-width: 640px) {
    .abs-blocks-2columns-s {
        width:48.8%
    }

    .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-margin-for-forms-desktop-s {
        margin-left: 25.8%
    }

    .abs-visually-hidden-desktop-s {
        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
    }

    .ui-dialog.popup {
        width: 420px
    }

    .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
        display: block;
        width: 50%
    }

    .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
        padding-left: 7px
    }

    .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,.checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,.checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
        width: 100%
    }

    .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: #0067b8;
        text-decoration: none;
        background: 0 0;
        border: 0;
        display: inline;
        margin-top: 2px
    }

    .column .block-addbysku .action.remove:focus,.column .block-addbysku .action.remove:active {
        background: 0 0;
        border: none
    }

    .column .block-addbysku .action.remove:hover {
        background: 0 0;
        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: .3
    }

    .column .block-addbysku .action.remove:visited {
        color: #0067b8;
        text-decoration: none
    }

    .column .block-addbysku .action.remove:hover {
        color: #006bb4;
        text-decoration: underline
    }

    .column .block-addbysku .action.remove:active {
        color: #ff5501;
        text-decoration: underline
    }

    .column .block-addbysku .action.remove:hover,.column .block-addbysku .action.remove:active,.column .block-addbysku .action.remove:focus {
        background: 0 0;
        border: 0
    }

    .column .block-addbysku .action.remove.disabled,.column .block-addbysku .action.remove[disabled],fieldset[disabled] .column .block-addbysku .action.remove {
        color: #0067b8;
        opacity: .3;
        cursor: default;
        pointer-events: none;
        text-decoration: underline
    }

    .products-grid .product-item {
        margin-bottom: 49px
    }

    .product-item-actions {
        display: block
    }

    .products-grid .product-item-actions {
        margin: 10px 0
    }

    .product-item-actions .actions-primary+.actions-secondary>* {
        white-space: normal
    }

    .surfaceall-product .product-item {
        margin-left: 25px !important;
        width: calc((100% - 25px)/2) !important
    }

    .surfaceall-product .product-item-details {
        min-height: 220px
    }

    .private-catalog .private-product-item {
        margin: 0 12px 24px;
        width: calc(50% - 24px)
    }

    .address-dialog .modal-inner-wrap {
        max-width: 863px;
        bottom: 0
    }

    .address-dialog .modal-inner-wrap .modal-content iframe {
        min-height: 450px
    }

    .multicheckout .actions-toolbar .secondary {
        float: none;
        margin-top: 11px;
        text-align: right
    }

    .multicheckout .actions-toolbar .secondary .action {
        margin-left: 10px
    }

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

    .wishlist-index-index .products-grid .product-item {
        margin-bottom: 20px
    }

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

    .less-639 {
        display: none !important
    }
}

:root {
    --thumb-height: 38px;
    --text-color: #5440f1;
    --thumb-background: #5440f1;
    --dark-mode-text-color: #afadff;
    --dark-mode-thumb-background: #afadff
}

.draggable-feature .primary-sub-heading {
    color: var(--text-color)
}

.draggable-feature .posterImgOverlay {
    position: absolute;
    z-index: 1
}

.d-none {
    display: none !important
}

@media (forced-colors:active) {
    .draggable-feature .custom-range-slide .custom-range-input-slide::-webkit-slider-runnable-track {
        forced-color-adjust: none;
        background-color: #fff
    }
}

.draggable-feature .custom-range-slide {
    position: relative;
    max-width: 80%;
    margin: 40px auto;
    z-index: 1;
    cursor: auto;
    margin-top: 30px
}

.draggable-feature .custom-range-slide.angle-slider {
    top: 30px;
    max-width: 80%;
    margin-top: 0
}

.draggable-feature .custom-range-input-slide {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 38px;
    outline: none;
    cursor: grab;
    background: 0 0
}

.draggable-feature .custom-range-slide.vertical-slider {
    position: relative;
    transform: none;
    right: auto
}

.draggable-feature .range-buttons {
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    display: flex;
    top: 20px;
    pointer-events: none;
    background-color: var(--thumb-background);
    border-radius: 50%;
    color: #fff
}

.draggable-feature .range-buttons.theme-dark {
    color: #0a0520
}

.draggable-feature .range-buttons.theme-dark svg {
    fill: #0a0520
}

.draggable-feature .angle-slider .range-buttons {
    top: 51px
}

.draggable-feature .range-buttons .range-button {
    background-color: var(--thumb-background);
    height: var(--thumb-height);
    border: none;
    pointer-events: auto;
    cursor: pointer;
    display: inherit;
    align-items: center
}

.draggable-feature .range-buttons .range-thumb {
    background-color: var(--thumb-background);
    height: var(--thumb-height);
    border: none;
    display: flex;
    align-items: center;
    min-width: 34px;
    justify-content: center
}

.draggable-feature .range-buttons .range-button.left {
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    padding-right: 5px;
    padding-left: 12px;
    color: #fff
}

.draggable-feature .range-buttons .range-button:foucs {
    outline: 1px dotted #fff
}

.draggable-feature .range-buttons .range-button.right {
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    padding-left: 5px;
    padding-right: 12px;
    color: #fff
}

.draggable-feature .custom-range-input-slide::-webkit-slider-thumb {
    background: 0 0;
    cursor: grab;
    visibility: hidden
}

.draggable-feature .custom-range-input-slide::-moz-range-thumb {
    background: 0 0;
    cursor: grab;
    visibility: hidden
}

.draggable-feature .slider-wrapper {
    text-align: center;
    font-family: Segoe UI;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.draggable-feature .custom-range-slide .ticks .first-degree {
    position: relative;
    left: -12px;
    top: 10px
}

.draggable-feature .custom-range-slide .ticks .middle-degree {
    position: relative;
    left: 16px;
    top: 10px
}

.draggable-feature .custom-range-slide .ticks .last-degree {
    position: relative;
    left: 16px;
    top: 10px
}

.draggable-feature .custom-range-input-slide:focus {
    outline: none
}

.draggable-feature .image360 {
    cursor: grab;
    position: relative
}

.draggable-feature .vertical-slide-text {
    display: none
}

.draggable-feature .vertical-slider .vertical-slide-text {
    display: block;
    position: absolute;
    left: 0;
    transform: rotate(270deg);
    margin-left: -40px;
    margin-top: 5px;
    font-family: Segoe UI
}

.draggable-feature .custom-range-tooltip {
    display: none
}

.draggable-feature .rotator-container {
    width: 100%;
    margin-top: 30px
}

.draggable-feature {
    padding: 40px .75rem
}

.draggable-feature .row {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px
}

.draggable-feature .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.draggable-feature .area-heading {
    text-align: center !important;
    position: relative;
    width: 65%;
    margin: 0 auto
}

.draggable-feature .primary-heading .h1 {
    font-family: Segoe UI;
    font-size: 32px;
    font-weight: 600;
    line-height: 84px;
    margin: 0
}

.draggable-feature .sub-heading {
    font-family: Segoe UI;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

.draggable-feature .primary-heading .h1,.draggable-feature .sub-heading {
    text-align: center;
    margin: 5px 0 15px
}

.draggable-feature span.input-custom-border {
    border-bottom: 1px solid #757575;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 19px;
    z-index: -9
}

.draggable-feature .steplist,.draggable-feature .ticks,.range-value {
    display: none
}

.draggable-feature .angle-slider .steplist {
    display: flex;
    justify-content: space-between;
    line-height: 16px
}

.draggable-feature .angle-slider .steplist option:first-child,.draggable-feature .angle-slider .steplist option:last-child,.draggable-feature .steplist .center-tick {
    transform: scale(2,3.6)
}

.draggable-feature .angle-slider .steplist option:first-child {
    position: relative;
    left: -3px
}

.draggable-feature .angle-slider .steplist option:last-child {
    position: relative;
    left: 3px
}

.draggable-feature .angle-slider .steplist option {
    z-index: -1;
    color: #757575
}

.draggable-feature .angle-slider .ticks {
    display: flex;
    justify-content: space-between;
    top: -75px;
    position: relative
}

.draggable-feature .angle-slider .ticks .o_txt {
    font-size: 16px;
    font-weight: 400;
    font-family: Segoe UI;
    color: #757575
}

.draggable-feature .angle-slider .custom-range-input-slide {
    top: 30px;
    position: relative;
    height: 37px
}

.draggable-feature .range-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 120px;
    font-family: Segoe UI;
    color: #eeecfe;
    z-index: -1
}

.draggable-feature .blue-text {
    color: #5440f1 !important
}

.draggable-feature .ticks .blue-text {
    transform: scale(1.05)
}

.draggable-feature option.blue-text {
    transform: scale(3,3.6) !important
}

.draggable-feature button.range-button:focus,.draggable-feature .range-buttons .range-thumb:focus,.draggable-feature .cart.table-wrapper .actions-toolbar>.action.range-button:focus,.draggable-feature .action-gift.range-button:focus {
    outline: 3px dashed #000;
    z-index: 1
}

.draggable-feature button.range-button svg,.draggable-feature .cart.table-wrapper .actions-toolbar>.action.range-button svg,.draggable-feature .action-gift.range-button svg {
    width: 18px;
    fill: #fff
}

.draggable-feature button.animation-button svg,.draggable-feature .cart.table-wrapper .actions-toolbar>.action.animation-button svg,.draggable-feature .action-gift.animation-button svg {
    width: 30px
}

.draggable-feature .custom-range-slide.angle-slider .input-custom-border {
    border: none
}

.draggable-feature .animation-buttons {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center
}

.draggable-feature .animation-buttons button,.draggable-feature .animation-buttons .cart.table-wrapper .actions-toolbar>.action,.draggable-feature .animation-buttons .action-gift {
    margin: 0 12px
}

.draggable-feature .animation-buttons.animation-buttons[data-variant=angle-slider] button,.draggable-feature .animation-buttons.animation-buttons[data-variant=angle-slider] .cart.table-wrapper .actions-toolbar>.action,.draggable-feature .animation-buttons.animation-buttons[data-variant=angle-slider] .action-gift {
    margin: 0
}

.animation-off .draggable-feature .rotator.df-animation-on {
    position: relative
}

.draggable-feature .animation-buttons .animation-button {
    min-width: 48px;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    cursor: pointer;
    border: 2px solid transparent !important;
    background: #fff;
    background: linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#5440f1,#e1dfff) border-box !important;
    align-items: center;
    display: inherit;
    justify-content: center
}

.draggable-feature .animation-buttons[data-variant=angle-slider] {
    transform: translate(-50%,-50%);
    width: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    display: flex;
    justify-content: space-between;
    z-index: 1
}

.draggable-feature .animation-buttons[data-variant=vertical-slider] .animation-button {
    margin: 0 12px;
    transform: rotate(90deg)
}

.theme-dark {
    background-color: #0a0520 !important;
    color: #fff
}

.theme-dark .draggable-feature .primary-sub-heading {
    color: var(--dark-mode-text-color)
}

.theme-dark .draggable-feature .range-buttons,.theme-dark .draggable-feature .range-buttons .range-button,.theme-dark .draggable-feature .range-buttons .range-thumb {
    background-color: var(--dark-mode-thumb-background);
    color: #0a0520
}

.theme-dark .draggable-feature .range-buttons .range-button svg {
    fill: #0a0520
}

.theme-dark .draggable-feature button.animation-button svg,.theme-dark .draggable-feature .cart.table-wrapper .actions-toolbar>.action.animation-button svg,.theme-dark .draggable-feature .action-gift.animation-button svg {
    fill: #fff
}

.theme-dark .draggable-feature .angle-slider .steplist option {
    color: #d2d2d2
}

.theme-dark .draggable-feature .blue-text {
    color: var(--dark-mode-thumb-background) !important
}

.theme-dark .draggable-feature .range-value {
    color: #231e41
}

.theme-dark .draggable-feature button.range-button:focus,.theme-dark .draggable-feature .range-buttons .range-thumb:focus,.theme-dark .draggable-feature .cart.table-wrapper .actions-toolbar>.action.range-button:focus,.theme-dark .draggable-feature .action-gift.range-button:focus {
    outline: 3px dashed #fff;
    z-index: 1
}

.theme-dark .draggable-feature .angle-slider .ticks .o_txt {
    color: #fff;
    background: 0 0
}

.theme-dark .draggable-feature .animation-buttons .animation-button {
    background: linear-gradient(#302e3c,#302e3c) padding-box,linear-gradient(to right,#afadff,#5440f1) border-box !important;
    color: #fff
}

.theme-dark .draggable-feature span.input-custom-border {
    border-bottom: 1px solid #fff
}

@media (prefers-contrast:more) {
    .draggable-feature .custom-range-input-slide::-moz-range-thumb {
        background: 0 0
    }

    .draggable-feature .custom-range-input-slide::-webkit-slider-thumb {
        background: 0 0
    }

    .draggable-feature .custom-range-slide .custom-range-input-slide::-webkit-slider-runnable-track {
        background-color: transparent
    }

    .draggable-feature .range-buttons .range-thumb {
        border-top: 1px solid;
        border-bottom: 1px solid;
        height: 38.5px
    }

    .draggable-feature .range-button.right {
        border-right: 1px solid;
        border-bottom: 1px solid;
        border-top: 1px solid
    }

    .draggable-feature .range-button.left {
        border-left: 1px solid;
        border-bottom: 1px solid;
        border-top: 1px solid
    }

    .draggable-feature .range-buttons .range-button {
        height: 40px
    }

    .draggable-feature .angle-slider .custom-range-input-slide {
        border: none
    }
}

@-moz-document url-prefix() {
    .draggable-feature .angle-slider .steplist option:first-child,.draggable-feature .angle-slider .steplist option:last-child,.draggable-feature .steplist .center-tick {
        line-height: 16px
    }

    .draggable-feature .angle-slider .range-buttons {
        top: 57px !important
    }

    .draggable-feature .angle-slider .steplist {
        line-height: 20px !important
    }

    .draggable-feature .angle-slider .custom-range-input-slide {
        top: 36px
    }
}

@media (min-width: 540px) {
    .draggable-feature .range-value {
        font-size:180px
    }

    .draggable-feature .animation-buttons {
        transform: translate(-50%,-50%);
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        display: flex;
        justify-content: space-around;
        z-index: 1
    }

    .draggable-feature .animation-buttons[data-variant=angle-slider] {
        justify-content: center
    }

    .draggable-feature .animation-buttons[data-variant=vertical-slider] {
        transform: none;
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        display: flex;
        justify-content: center
    }

    .draggable-feature .animation-buttons button,.draggable-feature .animation-buttons.animation-buttons[data-variant=angle-slider] button,.draggable-feature .animation-buttons .cart.table-wrapper .actions-toolbar>.action,.draggable-feature .animation-buttons.animation-buttons[data-variant=angle-slider] .cart.table-wrapper .actions-toolbar>.action,.draggable-feature .animation-buttons .action-gift,.draggable-feature .animation-buttons.animation-buttons[data-variant=angle-slider] .action-gift {
        margin-left: 40%;
        margin-right: 40%
    }
}

@media (min-width: 860px) {
    .draggable-feature .custom-range-slide {
        max-width:60%
    }

    .draggable-feature .range-value {
        font-size: 350px
    }

    .draggable-feature .primary-heading .h1 {
        font-size: 56px;
        line-height: 50px
    }

    .draggable-feature .animation-buttons[data-variant=angle-slider] {
        top: 50%
    }

    .draggable-feature .custom-range-slide.angle-slider {
        max-width: 56%
    }
}

@media (max-width: 1083.99px) {
    .draggable-feature .image360 .posterImgOverlay {
        width:100%
    }
}

@media (min-width: 1084px) {
    .rotator-container {
        margin-top:50px
    }

    .draggable-feature .custom-range-slide.vertical-slider {
        position: absolute;
        right: -7%;
        transform: rotate(90deg);
        top: 40% !important
    }

    .draggable-feature .animation-buttons[data-variant=vertical-slider] {
        transform: translate(-50%,-50%);
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        display: flex;
        justify-content: flex-end;
        z-index: 1;
        flex-wrap: wrap;
        align-items: flex-end;
        align-content: flex-end;
        flex-direction: column
    }

    .draggable-feature .animation-buttons[data-variant=vertical-slider] .animation-button {
        margin: 12px 0
    }

    .draggable-feature .container {
        padding-right: 5%;
        padding-left: 5%;
        width: 90%;
        box-sizing: content-box
    }

    .draggable-feature .primary-heading .h1 {
        font-size: 56px
    }

    .draggable-feature .range-value {
        font-size: 400px
    }
}

@media (min-width: 1400px) {
    .draggable-feature .container {
        max-width:1600px;
        margin: 0 auto
    }

    .draggable-feature .range-value {
        font-size: 530px
    }

    .draggable-feature .primary-heading .h1 {
        font-size: 71px;
        line-height: 84px
    }
}

@media (max-width: 859px) {
    .draggable-feature .area-heading {
        width:90%
    }

    .draggable-feature .rotator-container {
        width: 100%;
        margin: 30px auto
    }
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2
}

h6,.h6 {
    font-size: 1.0625rem;
    margin-bottom: .5rem
}

@media (min-width: 1084px) {
    .draggable-feature h6,.draggable-feature .h6 {
        font-size:1.125rem;
        margin-bottom: .5rem
    }
}

@media (min-width: 1400px) {
    .draggable-feature h6,.draggable-feature .h6 {
        font-size:1.1875rem;
        margin-bottom: .5rem
    }
}

.draggable-feature h5,.draggable-feature .h5 {
    font-size: 1.125rem;
    margin-bottom: .5rem
}

@media (min-width: 1084px) {
    .draggable-feature h5,.draggable-feature .h5 {
        font-size:1.1875rem;
        margin-bottom: .5rem
    }
}

@media (min-width: 1400px) {
    .draggable-feature h5,.draggable-feature .h5 {
        font-size:1.3125rem;
        margin-bottom: .5rem
    }
}

.draggable-feature h4,.draggable-feature .h4 {
    font-size: 1.1875rem;
    margin-bottom: .5rem
}

@media (min-width: 1084px) {
    .draggable-feature h4,.draggable-feature .h4 {
        font-size:1.3125rem;
        margin-bottom: .5rem
    }
}

@media (min-width: 1400px) {
    .draggable-feature h4,.draggable-feature .h4 {
        font-size:1.5rem;
        margin-bottom: .75rem
    }
}

.draggable-feature h3,.draggable-feature .h3 {
    font-size: 1.3125rem;
    margin-bottom: .5rem
}

@media (min-width: 1084px) {
    .draggable-feature h3,.draggable-feature .h3 {
        font-size:1.5rem;
        margin-bottom: .75rem
    }
}

@media (min-width: 1400px) {
    .draggable-feature h3,.draggable-feature .h3 {
        font-size:1.8125rem;
        margin-bottom: 1rem
    }
}

.draggable-feature h2,.draggable-feature .h2 {
    font-size: 1.5rem;
    margin-bottom: .75rem
}

@media (min-width: 1084px) {
    .draggable-feature h2,.draggable-feature .h2 {
        font-size:1.8125rem;
        margin-bottom: 1rem
    }
}

@media (min-width: 1400px) {
    .draggable-feature h2,.draggable-feature .h2 {
        font-size:2.3125rem;
        margin-bottom: 1.25rem
    }
}

.draggable-feature h1,.draggable-feature .h1 {
    font-size: 1.8125rem;
    margin-bottom: 1rem
}

@media (min-width: 1084px) {
    .draggable-feature h1,.draggable-feature .h1 {
        font-size:2.3125rem;
        margin-bottom: 1.25rem
    }
}

@media (min-width: 1400px) {
    .draggable-feature h1,.draggable-feature .h1 {
        font-size:3.125rem;
        margin-bottom: 1.5rem
    }
}

.draggable-feature .display-4 {
    font-size: 2.3125rem;
    margin-bottom: 1.25rem
}

@media (min-width: 1084px) {
    .draggable-feature .display-4 {
        font-size:3.125rem;
        margin-bottom: 1.5rem
    }
}

@media (min-width: 1400px) {
    .draggable-feature .display-4 {
        font-size:4.4375rem;
        margin-bottom: 1.75rem
    }
}

.display-3 {
    font-size: 3.125rem;
    margin-bottom: 1.5rem
}

@media (min-width: 1084px) {
    .draggable-feature .display-3 {
        font-size:4.4375rem;
        margin-bottom: 1.75rem
    }
}

@media (min-width: 1400px) {
    .draggable-feature .display-3 {
        font-size:6.5625rem;
        margin-bottom: 2rem
    }
}

.display-2 {
    font-size: 4.4375rem;
    margin-bottom: 1.75rem
}

@media (min-width: 1084px) {
    .draggable-feature .display-2 {
        font-size:6.5625rem;
        margin-bottom: 2rem
    }
}

@media (min-width: 1400px) {
    .draggable-feature .display-2 {
        font-size:10rem;
        margin-bottom: 2.25rem
    }
}

.display-1 {
    font-size: 6.5625rem;
    margin-bottom: 2rem
}

@media (min-width: 1084px) {
    .display-1 {
        font-size:10rem;
        margin-bottom: 2.25rem
    }
}

@media (min-width: 1400px) {
    .draggable-feature .display-1 {
        font-size:15.5625rem;
        margin-bottom: 2.5rem
    }
}

.draggable-feature .reel-preloader {
    display: none
}

.draggable-feature .area-heading .primary-heading .headingGradient {
    background-clip: text;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent
}

.draggable-feature .image360 img {
    z-index: 1
}

@media (min-width: 3000px) {
    .draggable-feature .custom-range-slide.vertical-slider {
        right:15%
    }
}

draggable-feature .gradient-effect,.draggable-feature.theme-dark .gradient-effect {
    width: 137%;
    height: 37.3%;
    position: absolute;
    left: -64.6%;
    bottom: 24%;
    border-radius: 50%;
    opacity: .75;
    filter: blur(10vw)
}

.draggable-feature .image360 .spin__image img {
    max-width: 1080px;
    margin: 0 auto
}

.draggable-feature .slider-wrapper p {
    margin: 0
}

[dir=rtl] .draggable-feature .gradient-effect,[dir=rtl] .draggable-feature.theme-dark .gradient-effect {
    left: 54.6%
}

.draggable-feature .container cascade-block-heading {
    word-break: break-word
}

html[dir=rtl] .draggable-feature cascade-block-heading {
    --ds-block-heading-text-align: right
}

.draggable-feature div[slot=paragraph] {
    margin-bottom: 15px
}

.draggable-feature button:focus,.draggable-feature .cart.table-wrapper .actions-toolbar>.action:focus,.draggable-feature .action-gift:focus {
    outline: 0
}

.draggable-feature .rotator-container {
    user-select: none
}

@media screen and (max-width: 539px) {
    .draggable-feature button.range-button svg,.draggable-feature .cart.table-wrapper .actions-toolbar>.action.range-button svg,.draggable-feature .action-gift.range-button svg {
        width:12px
    }

    .draggable-feature .range-buttons .range-button.left {
        padding-left: 10px
    }

    .draggable-feature .range-buttons .range-button.right {
        padding-right: 10px
    }

    .draggable-feature .range-buttons .range-button,.draggable-feature .range-buttons .range-thumb {
        height: 34px
    }
}

:root {
    --surface-default: #0a0520;
    --text-primary-accent: #afadff;
    --copilot-gradient: #c03ec1;
    --background-theme-dark: linear-gradient(#0a0520,rgba(175,173,255,.4),#0a0520) padding-box
}

body {
    background: #fff;
    margin: 0
}

@keyframes hide {
    100% {
        opacity: 0;
        display: none
    }
}

.dragging-feature-360 .hide {
    animation: hide .85s forwards
}

.dragging-feature-360 {
    padding: 60px .75rem;
    margin-right: .75rem;
    margin-left: .75rem;
    font-size: 1rem;
    font-family: "Segoe UI",SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif
}

.dragging-feature-360 .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.dragging-feature-360 .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem;
    flex-direction: column
}

.dragging-feature-360 .reel-preloader {
    display: none !important
}

.dragging-feature-360 .dragging-feature-content {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.dragging-feature-360 .dragging-feature-content .top-btn-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin-bottom: 16px
}

.dragging-feature-360 .dragging-feature-content .btn {
    margin: 4px 8px;
    background: #5440f1;
    color: #fff;
    border-radius: 6px;
    padding: 12px 14px;
    border-color: transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}

.dragging-feature-360 .heading {
    color: #000;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px
}

.dragging-feature-360 .heading span {
    color: #5440f1
}

.dragging-feature-360 .description {
    font-size: 18px
}

.dragging-feature-360 .heading,.dragging-feature-360 .description {
    text-align: center;
    margin: 5px 0 15px
}

.dragging-feature-360 .btn {
    cursor: pointer !important
}

.dragging-feature-360 .dragging-feature-image {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center
}

.theme-dark {
    background-color: #000;
    color: #f2f2f2
}

.theme-dark .dragging-feature-360 .heading,.theme-dark .dragging-feature-360 .description {
    color: #f2f2f2
}

.theme-dark .dragging-feature-360 .heading span {
    color: #afadff
}

.theme-dark .dragging-feature-360 .key-360 .btn {
    box-shadow: none !important;
    background: linear-gradient(#333047,#333047) padding-box,linear-gradient(to right,#afadff,#afadff,rgba(175,173,255,.5),rgba(175,173,255,.5)) border-box !important;
    color: #fff
}

.theme-dark .dragging-feature-360 .dragging-feature-layer {
    background: rgba(0,0,0,.8)
}

.theme-dark button:focus,.theme-dark a:focus,.theme-dark .cart.table-wrapper .actions-toolbar>.action:focus,.theme-dark .action-gift:focus {
    outline: 2px dashed #fff !important
}

.theme-dark .dragging-feature-360 {
    background: linear-gradient(180deg,var(--surface-default),rgba(255,0,0,0) 100%),linear-gradient(180deg,var(--copilot-gradient),rgba(0,255,0,0) 99.70999999999999%),linear-gradient(35deg,var(--surface-default),rgba(0,0,255,0) 100%)
}

.dragging-feature-360 .key-360 .btn {
    font-size: 16px;
    font-weight: 400;
    width: 44px;
    height: 44px;
    padding: 0 9px 5px;
    border-radius: 50px !important;
    cursor: pointer;
    border: 2px solid transparent !important;
    background: #fff;
    margin: 4px;
    background: linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#5440f1,#e1dfff) border-box !important
}

.dragging-feature-360 .key-360 .btn:focus,.dragging-feature-360 .key-360 .btn:active {
    outline-offset: 4px;
    outline: 2px dashed #000
}

.dragging-feature-360 .key-360 .btn-group {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    justify-content: center
}

.dragging-feature-360:not(.animation-on-df360) .dragging-feature-image * {
    cursor: default
}

.dragging-feature-360 .dragging-feature-image .reel {
    width: 290px;
    margin: 0 auto
}

.dragging-feature-360 .dragging-feature-image.grabbing img {
    cursor: grabbing !important
}

.dragging-feature-360 .key-360 {
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
    min-height: 100px
}

.dragging-feature-360 .key-360 .bottom-content {
    display: none
}

.dragging-feature-360 .key-360.animate-df360 .bottom-content {
    display: block !important
}

.dragging-feature-360 .key-360 .key-360-content {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 12px auto
}

.dragging-feature-360 .reel-preloader {
    visibility: hidden
}

.dragging-feature-360 .key-360 .btn.btn-left {
    position: absolute;
    left: 0;
    right: auto
}

.dragging-feature-360 .key-360 .btn.btn-left:before {
    content: "\2190"
}

.dragging-feature-360 .key-360 .btn.btn-up:before {
    content: "\2191"
}

.dragging-feature-360 .key-360 .btn.btn-down:before {
    content: "\2193"
}

.dragging-feature-360 .key-360 .btn.btn-right {
    position: absolute;
    left: auto;
    right: 0
}

.dragging-feature-360 .key-360 .btn.btn-right:before {
    content: "\2192"
}

.dragging-feature-360 .dragging-feature-layer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,calc(-54%));
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(255,255,255,.8);
    border-radius: 16px !important;
    border: 2px solid rgba(84,64,241,.7) !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

.dragging-feature-360 .dragging-feature-layer.hide {
    z-index: -1
}

.dragging-feature-360 .dragging-feature-layer .btn-primary {
    padding: 13px 16px;
    border-radius: 6px;
    background: #5440f1;
    color: #fff;
    border-color: transparent;
    font-size: 14px;
    font-weight: 600;
    font-family: Segoe UI;
    line-height: 14px
}

.dragging-feature-360 .dragging-feature-layer .btn-primary:focus {
    outline: 2px dashed #000;
    outline-offset: 1px
}

.dragging-feature-360 .dragging-feature-layer>div {
    align-self: center;
    text-align: center
}

.dragging-feature-360 .dragging-feature-layer img {
    width: 64px;
    height: 64px
}

.dragging-feature-360 .dragging-feature-layer .content {
    font-family: Segoe UI;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 24px 0 !important
}

.dragging-feature-360 .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    white-space: nowrap;
    border: 0
}

@media (min-width: 360px) {
    .dragging-feature-360 .dragging-feature-image {
        width:100%;
        max-width: 360px;
        margin: 0 auto
    }

    .dragging-feature-360 .dragging-feature-image .reel {
        max-width: 312px
    }
}

@media (min-width: 540px) {
    .dragging-feature-360 .dragging-feature-image {
        max-width:836px
    }

    .dragging-feature-360 .dragging-feature-image .reel {
        max-width: 426px;
        width: 100%;
        margin: 0 auto
    }
}

@media (min-width: 860px) {
    .dragging-feature-360 .dragging-feature-content {
        width:90%;
        max-width: 692px
    }

    .dragging-feature-360 .dragging-feature-image .reel {
        width: 716px
    }

    .dragging-feature-360 .dragging-feature-image {
        width: 90%
    }
}

@media (min-width: 1084px) {
    .dragging-feature-360 .container {
        padding-right:5%;
        padding-left: 5%;
        width: 90%;
        box-sizing: content-box
    }

    .dragging-feature-360 .dragging-feature-content {
        width: 65%;
        max-width: 666px
    }

    .dragging-feature-360 .heading {
        font-size: 56px;
        line-height: 67px
    }

    .dragging-feature-360 .dragging-feature-image {
        width: 70%;
        max-width: 642px
    }

    .dragging-feature-360 .dragging-feature-image .reel {
        max-width: 642px
    }

    .dragging-feature-360 .dragging-feature-image {
        max-width: none;
        width: 80%
    }

    .dragging-feature-360 .dragging-feature-image .reel {
        max-width: none;
        height: 100%;
        width: 100%
    }
}

@media (min-width: 1400px) {
    .dragging-feature-360 .container {
        max-width:1600px;
        margin: 0 auto
    }

    .dragging-feature-360 .dragging-feature-content {
        width: 65%;
        max-width: 856px
    }

    .dragging-feature-360 .heading {
        font-size: 71px;
        line-height: 84px
    }

    .dragging-feature-360 .dragging-feature-image {
        max-width: 832px
    }

    .dragging-feature-360 .dragging-feature-image {
        max-width: none;
        width: 80%
    }

    .dragging-feature-360 .dragging-feature-image .reel {
        max-width: none;
        height: 100%;
        width: 100%
    }
}

.immersive-scroll-video {
    position: relative
}

.immersive-scroll-video .heading1,.immersive-scroll-video .heading2 {
    font-family: Segoe UI;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    display: inline !important
}

.immersive-scroll-video .video-container,.immersive-scroll-video .video-text-container,.immersive-scroll-video .video-container.poster-hide img {
    display: none
}

.immersive-scroll-video .video-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.immersive-scroll-video .image-container,.immersive-scroll-video .image-container img {
    width: 100%;
    height: 100%
}

.immersive-scroll-video .video-text-container,.immersive-scroll-video .image-text-container {
    width: auto;
    text-align: center;
    height: auto;
    -webkit-background-clip: text;
    padding: 24px 40px
}

.immersive-scroll-video .image-text-container .heading3 {
    width: auto;
    text-align: center;
    height: auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.immersive-scroll-video .image-text-container {
    margin-top: 24px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%
}

.immersive-scroll-video .box-heading,.immersive-scroll-video .box-bottom-heading {
    margin: 0
}

.immersive-scroll-video .description {
    font-family: Segoe UI;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em
}

.immersive-scroll-video .right-container {
    padding: 24px 40px
}

.immersive-scroll-video .right-container:not(.immersive-text-hide) .box-heading,.immersive-scroll-video .right-container:not(.immersive-text-hide) .box-icons,.immersive-scroll-video .right-container:not(.immersive-text-hide) .box-bottom-heading,.immersive-scroll-video .right-container:not(.immersive-text-hide) .description {
    opacity: 1 !important
}

.immersive-scroll-video video,.immersive-scroll-video .reducedmotion-image img,.immersive-scroll-video .image-container img {
    width: 100%;
    height: 100%
}

.immersive-scroll-video .box-icons {
    display: inline-block;
    margin-top: 12px
}

.immersive-scroll-video .box-icons img {
    height: 48px
}

.immersive-scroll-video .immersive-hide,.immersive-scroll-video.no-video .reducedmotion-image {
    display: none !important
}

.animation-toggle .immersive-scroll-video .right-container>div {
    top: 25%
}

@media (min-width: 1084px) {
    .immersive-scroll-video .video-container {
        display:block
    }

    .immersive-scroll-video {
        overflow-y: hidden;
        overflow-x: hidden
    }

    .immersive-scroll-video .image-container,.immersive-scroll-video.no-video .video-container {
        display: none
    }

    .immersive-scroll-video .right-container {
        background-color: transparent !important
    }

    .immersive-scroll-video .heading1,.immersive-scroll-video .heading2 {
        display: block;
        font-size: 140px;
        line-height: 178px;
        position: absolute;
        top: 10%;
        left: 0;
        width: 100%;
        text-align: center;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        opacity: 0;
        z-index: 1
    }

    .immersive-scroll-video .video-text-container {
        padding: 0;
        display: block
    }

    .immersive-scroll-video .right-container>div {
        position: absolute;
        top: 30%;
        right: 3%;
        width: 33%;
        max-width: 404px;
        color: #000
    }

    .immersive-scroll-video .right-container {
        padding: 0;
        margin: 0 auto;
        width: 90%
    }

    .immersive-scroll-video .box-bottom-heading {
        padding-top: 24px
    }

    .immersive-scroll-video .description {
        font-size: 16px;
        line-height: 24px
    }

    .immersive-scroll-video .right-container>div>* {
        opacity: 0
    }

    .immersive-scroll-video.no-video .reducedmotion-image {
        display: block !important
    }
}

@media (min-width: 1084px) {
    .immersive-scroll-video .heading1 {
        margin-top:-16px
    }
}

@media (min-width: 1400px) {
    .immersive-scroll-video .heading1 {
        margin-top:14px
    }
}

.immersive-scroll-video .pin-spacer,.immersive-scroll-video .image-container {
    margin-bottom: -1% !important
}

.scroll-through-hero {
    position: relative
}

.scroll-through-hero .reducedmotion-image img {
    width: 100%;
    height: 100%
}

.scroll-through-hero .heading1 {
    width: 100%;
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0em;
    -webkit-text-fill-color: transparent;
    margin: 12px 0 0;
    padding-bottom: 12px
}

.scroll-through-hero .heading2 {
    font-family: Segoe UI;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    color: #000;
    margin: 12px 0 0;
    padding-bottom: 12px
}

.scroll-through-hero .sth-text-area {
    padding: 0;
    display: block;
    text-align: center
}

.scroll-through-hero .sth-text-area>div {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 24px;
    width: 100%;
    z-index: 1
}

.scroll-through-hero .icon-area img {
    width: 32px;
    height: 32px
}

.scroll-through-hero .sth-text-area .title-area {
    width: auto;
    text-align: center;
    height: auto;
    padding: 24px 40px
}

.scroll-through-hero.sth-fadein-off .sth-text-area>div {
    opacity: 1 !important
}

.scroll-through-hero.sth-fadein-off .reducedmotion-image {
    display: block
}

.scroll-through-hero .video-container,.scroll-through-hero .reducedmotion-image.scroll-animation-on,.scroll-through-hero.sth-fadein-off .video-container,.scroll-through-hero.no-video .video-container,.scroll-through-hero .video-container.poster-hide img {
    display: none
}

.scroll-through-hero .video-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.scroll-through-hero video {
    width: 100%;
    height: 100%
}

.theme-dark .scroll-through-hero {
    background: #0a0520 !important;
    color: #f2f2f2
}

.theme-dark .scroll-through-hero .heading1,.theme-dark .scroll-through-hero .heading2 {
    color: #fff
}

@media (min-width: 540px) {
    .scroll-through-hero .heading1 {
        font-size:56px;
        line-height: 67px
    }
}

@media (min-width: 1084px) {
    .scroll-through-hero {
        overflow-y:hidden
    }

    .scroll-through-hero.st-hero-animate .video-container,.scroll-through-hero .reducedmotion-image.scroll-animation-on,.scroll-through-hero .reducedmotion-image img,body:not(.animation-toggle) .scroll-through-hero .reducedmotion-image {
        display: block
    }

    .scroll-through-hero .reducedmotion-image,body.animation-toggle .scroll-through-hero .reducedmotion-image {
        display: none
    }

    .scroll-through-hero.no-video .reducedmotion-image {
        display: block !important
    }

    .scroll-through-hero .heading1 {
        font-size: 80px;
        line-height: 96px
    }

    .scroll-through-hero .heading2 {
        font-size: 24px;
        line-height: 30px
    }
}

.toMiniApp_box {
    display: block;
    position: relative;
    top: 100%
}

.toMiniApp_box .toMiniApp {
    display: inline-block;
    height: 0;
    opacity: 0
}

.toMiniApp_box .ms_logo {
    display: block;
    width: 160px;
    margin: 0 auto
}

.toMiniApp_box .ms_title {
    display: block;
    position: relative;
    text-align: center
}

.toMiniApp_box .ms_title span {
    display: block;
    font-size: 24px;
    color: #666;
    line-height: 36px;
    letter-spacing: 3px;
    margin: 0 0 40px
}

.toMiniApp_box .ms_title p {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 36px
}

#grabandgo-popup-container {
    max-height: 100%;
    border-radius: 0;
    background: #f2f2f2;
    margin: 0 auto;
    width: 100%;
    height: 100%
}

#grabandgo-popup-container iframe {
    border: none;
    border-radius: .8rem;
    min-height: 50rem
}

.grab-and-go-modal .modal-content::-webkit-scrollbar {
    width: 0 !important;
    overflow: hidden
}

.modal-popup.grab-and-go-modal._show.modal-slide {
    top: 7%
}

.modal-popup.grab-and-go-modal .modal-inner-wrap {
    width: 50%;
    max-width: 65.8rem;
    margin: 10rem auto;
    border-radius: 1.2rem;
    background-color: #f2f2f2
}

@media screen and (min-width: 1025px) and (max-width:1366px) {
    .modal-popup.grab-and-go-modal .modal-inner-wrap {
        width:65%;
        max-height: 75%
    }
}

.modal-popup.grab-and-go-modal .modal-inner-wrap .modal-content {
    height: 100%
}

.modal-popup.grab-and-go-modal .modal-footer {
    display: none
}

.modal-popup.grab-and-go-modal .modal-header {
    padding: 3rem 0 1.5rem
}

.modal-popup.grab-and-go-modal .modal-header .modal-title {
    display: block;
    text-align: center;
    font-weight: 700;
    padding: 0 1rem 0
}

.modal-popup.grab-and-go-modal .modal-inner-wrap {
    top: auto;
    max-height: 75%
}

.grab-and-go-wrapper .price-as-configured {
    text-align: center
}

.grab-and-go-wrapper .price-as-configured p {
    margin-bottom: 0
}

.grab-and-go-wrapper .price-as-configured .grab-and-go-discount {
    font-size: 1.3rem;
    color: #e30101
}

.grab-and-go-wrapper .price-as-configured .sale-price {
    font-size: 1.6rem;
    font-weight: 700
}

.grab-and-go-wrapper .price-as-configured .grab-and-go-original-price {
    font-size: 1.6rem;
    color: #666;
    text-decoration: line-through
}

.grab-and-go-wrapper #bundleSummary .interest-free {
    display: none !important
}

.grab-and-go-wrapper #bundleSummary .pre-order {
    display: none !important
}

.grab-and-go-wrapper #bundleSummary .box-tocart {
    display: block !important
}

.grab-and-go-wrapper .popup-error-tips {
    font-size: 1.2rem;
    color: #e30101;
    text-align: center
}

.grab-and-go-wrapper .swatch-opt .swatch-label.config-label {
    display: none;
    padding-bottom: 0
}

.grab-and-go-wrapper .bundle-options-container {
    min-height: 38rem
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper {
    min-height: 30rem
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .options-list label.label:before {
    margin-right: 0
}

.grab-and-go-wrapper .bundle-options-container .block-bundle-summary .box-tocart #product-addtocart-button {
    display: block
}

.grab-and-go-wrapper .operation-label,.grab-and-go-wrapper .swatch-attribute {
    display: none !important
}

.grab-and-go-wrapper .swatch-attribute.color .swatch-attribute-options .swatch-option:last-child {
    margin: 0 0 24px
}

.grab-and-go-wrapper img[src=""] {
    opacity: 0
}

.grab-and-go-wrapper img:not([src]) {
    opacity: 0
}

.grab-and-go-wrapper .actions.bto-init {
    display: block !important
}

.grab-and-go-wrapper .main .bundle-options-container .product-info-main .product-info-picture {
    top: 0 !important
}

@media screen and (min-width: 768px) {
    .grab-and-go-modal {
        box-shadow:1px 2px 3px
    }

    .grab-and-go-modal .modal-header .modal-title {
        font-size: 3rem;
        line-height: 3.8rem
    }
}

@media screen and (max-width: 1024px) {
    .modal-popup.grab-and-go-modal .modal-inner-wrap {
        width:90%;
        max-height: 75%
    }

    .modal-popup.grab-and-go-modal .modal-inner-wrap .modal-content {
        height: 100%
    }
}

@media screen and (max-width: 768px) {
    ._has-modal .modals-wrapper.transparent .modals-overlay {
        top:7%
    }

    .grab-and-go-modal {
        box-shadow: 1px 2px 3px
    }

    .grab-and-go-modal .modal-header .modal-title {
        font-size: 1.6rem;
        line-height: 2rem
    }

    .grab-and-go-modal.modal-slide {
        top: 0 !important;
        box-shadow: none
    }

    .grab-and-go-modal.modal-slide._show .modal-inner-wrap {
        max-height: 100%;
        height: 100%;
        border-radius: 0;
        background: #f2f2f2;
        margin: 0 auto;
        width: 100%
    }

    .grab-and-go-modal .modal-content {
        padding: 0 2.8rem 2.5rem
    }
}

.grab-and-go-wrapper {
    background: 0 0;
    height: 100%
}

.grab-and-go-wrapper::-webkit-scrollbar {
    width: 0 !important
}

.grab-and-go-wrapper .fieldset .tab-effect.has-value:first-child {
    display: none !important;
    opacity: 0
}

.grab-and-go-wrapper .fieldset:last-child {
    margin-bottom: 0
}

.grab-and-go-wrapper .swatch-attribute.connection {
    display: none
}

.grab-and-go-wrapper .swatch-attribute.specification {
    display: none
}

.grab-and-go-wrapper .checkbox-options.tab-effect.fixed-title {
    display: none
}

.grab-and-go-wrapper .configurable.has-value {
    min-height: 15rem
}

.grab-and-go-wrapper .configurable.has-value summary {
    display: none
}

.grab-and-go-wrapper .bundle_summary.focus_dotted .selected-result.result-price {
    display: none
}

.grab-and-go-wrapper .product-name-title {
    display: none
}

.grab-and-go-wrapper .configure-tip-block {
    display: none
}

.grab-and-go-wrapper .product-info-main .picture-wrapper .img-box {
    padding: 0;
    background: #f2f2f2;
    border-radius: .8rem;
    width: 17.8rem;
    height: 14.8rem
}

.grab-and-go-wrapper .product-info-main .product-info-picture .picture-wrapper .product-picture {
    height: 100%
}

.grab-and-go-wrapper .page-main {
    padding: 0
}

.grab-and-go-wrapper .is-opacity {
    opacity: 0
}

.grab-and-go-wrapper .bundle-options-container {
    margin: 1.8rem 1.5rem 0;
    width: calc(100% - 3rem);
    height: 100%
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper .tab-effect.fixed:not(.hide)[open] {
    padding-bottom: 0
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper .tab-effect summary {
    border-top: 0
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper .tab-effect.fixed-title+.tab-effect.fixed[open] {
    margin: 0
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control:before {
    content: ""
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .product-item-details {
    height: auto
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .product-item-details>div {
    margin: 1rem 0 0
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .product-item-details>div .advanced-selection-option.selected {
    border: none !important
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .product-item-details>div .advanced-selection-option.selected img {
    border: .2rem solid #0067b8 !important
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .product-item-details>div .advanced-selection-option.selected span {
    opacity: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .product-item-details>div .advanced-selection-option {
    width: 4.8rem;
    max-width: 4.8rem;
    min-height: 4.8rem;
    margin-right: 0;
    border: none;
    background: 0 0
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .product-item-details>div .advanced-selection-option.no-stock {
    background: 0 0;
    cursor: pointer !important
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .product-item-details>div .advanced-selection-option img {
    width: 4.4rem;
    height: 4.4rem;
    border: .2rem solid #f2f2f2;
    background-color: #f2f2f2
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .product-item-details .advanced-selection-option-item {
    margin: 0 1.8rem 2rem 0;
    text-align: center
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .product-item-details .advanced-selection-option-item:last-child {
    margin: 0 0 2rem
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .product-item-details .advanced-selection-option-item span {
    text-align: center;
    color: #333;
    font-size: 1.2rem;
    opacity: 0
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice {
    width: 100% !important
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label {
    border: none !important
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label.label-stockout .text-cloum:before {
    content: "" !important
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label.label-stockout .img-cloum {
    opacity: 1 !important
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label .text-cloum {
    height: auto;
    border-bottom: none;
    padding: 0
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label .text-cloum .product-name {
    font-size: 1.3rem;
    font-weight: 400
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label .img-cloum {
    max-height: 100%;
    background: 0 0;
    height: 100%
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label .img-cloum img {
    background: #f2f2f2;
    padding: .5rem;
    border-radius: .8rem;
    width: 6rem;
    height: 6rem;
    margin: 0
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .options-list {
    background: 0 0;
    margin: 0
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .pro-selections-title {
    width: 100%;
    text-align: center
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.fixed .control .options-list .swiper-container {
    width: 100%;
    max-width: 100%
}

.grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.fixed .control .options-list .swiper-container .field.choice label.label {
    padding: 0 !important;
    max-width: 100% !important;
    min-height: auto
}

.grab-and-go-wrapper .bundle-options-container .block-bundle-summary {
    padding: 0
}

.grab-and-go-wrapper .bundle-options-container .block-bundle-summary .box-tocart .actions {
    width: 100%;
    margin-bottom: 0
}

.grab-and-go-wrapper .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    display: block;
    font-size: 1.4rem
}

.grab-and-go-wrapper .bundle-options-container .product-info-main .product-info-picture .picture-wrapper {
    max-width: 100%
}

.grab-and-go-wrapper #bundleSummary .box-tocart .action.tocart {
    min-width: 100% !important;
    width: calc(100% - .7rem) !important;
    margin: 0 0 0 .7rem;
    line-height: 4rem;
    height: 4rem;
    padding: 0;
    display: block
}

.grab-and-go-wrapper #bundleSummary .price-as-saved {
    display: none
}

.grab-and-go-wrapper #bundleSummary .price-wrapper {
    display: none !important
}

.grab-and-go-wrapper .is-hidden {
    display: none !important
}

.grab-and-go-wrapper .columns .column.main {
    padding: 0;
    background: #fff;
    border-radius: .8rem
}

.grab-and-go-wrapper .swatch-attribute.color {
    display: inline-block !important
}

.grab-and-go-wrapper .swatch-attribute.color .swatch-attribute-options .swatch-option.selected .disposition-color {
    color: #333
}

.grab-and-go-wrapper h2.pro-title-clipping {
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.8rem;
    margin-bottom: 1rem
}

.grab-and-go-wrapper .grab-and-go-pro-title {
    margin-left: 3.2rem
}

.grab-and-go-wrapper .grab-and-go-pro-title h2 {
    font-size: 1.4rem;
    margin: 0;
    height: 3.6rem
}

.grab-and-go-wrapper .label-list {
    display: block;
    overflow: hidden;
    min-height: 2.1rem;
    max-height: 4.2rem
}

.grab-and-go-wrapper .label-list .label-item {
    font-size: 1.3rem;
    color: #e30101;
    margin-right: 2rem;
    display: inline-block;
    line-height: 2.1rem
}

.grab-and-go-wrapper .label-list .label-item:last-child {
    margin-right: 0
}

.grab-and-go-wrapper h2.pro-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 .5rem
}

.grab-and-go-wrapper .promise-box .list span {
    font-size: 1.2rem
}

.grab-and-go-wrapper .footer-promise {
    background: #f2f2f2
}

.grab-and-go-wrapper .footer-promise-box-m-t .promise-box {
    margin: 0
}

.modal-popup.grab-and-go-modal._inner-scroll .modal-content {
    overflow-y: scroll !important;
    padding-left: 2.8rem;
    padding-right: 2.8rem
}

.modal-popup.grab-and-go-modal .modal-header {
    padding: 3rem 0 1.5rem
}

.modal-popup.grab-and-go-modal .modal-header .modal-title {
    display: block;
    text-align: center;
    font-weight: 700;
    padding: 0 1rem 0
}

.modal-popup.grab-and-go-modal .modal-inner-wrap {
    top: auto
}

.modal-popup.grab-and-go-modal._inner-scroll._show .modal-content {
    padding: 0 2.6rem !important
}

@media screen and (max-width: 1024px) {
    .modal-popup.grab-and-go-modal .modal-inner-wrap {
        width:90%;
        max-height: 75%
    }

    .modal-popup.grab-and-go-modal._inner-scroll._show .modal-content {
        height: 100%
    }
}

@media screen and (min-width: 560px) {
    .grab-and-go-wrapper .product-info-main .picture-wrapper .img-box {
        margin-left:.5rem
    }

    .grab-and-go-wrapper .bundle-options-container {
        display: flex
    }

    .grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .swatch-opt {
        width: 100%;
        margin: .8rem auto 0 3.7rem;
        max-width: 90%
    }

    .grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.fixed .control .options-list .swiper-container .field.choice label.label {
        display: flex;
        flex-direction: row;
        min-height: 100%
    }

    .grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice:first-child label.label .text-cloum {
        margin-top: 3rem !important
    }

    .grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label .img-cloum {
        width: 35%;
        justify-content: right;
        display: inline-grid
    }

    .grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label .text-cloum {
        margin-top: 0
    }

    .grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label .text-cloum .product-name {
        padding: 0
    }

    .grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .options-list {
        padding: 1rem 0 0 !important
    }

    .grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .pro-selections-title {
        width: 33%;
        justify-content: right;
        display: inline-grid
    }

    .grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.has-value.configurable {
        margin-left: 34%
    }

    .grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.has-value.configurable .swatch-attribute {
        margin-bottom: 0
    }

    .grab-and-go-wrapper .bundle-options-container .product-info-main {
        width: 35% !important;
        padding: 0
    }

    .grab-and-go-wrapper .bundle-options-container .product-add-form {
        width: 100% !important;
        margin-left: -36%;
        display: flex;
        justify-content: right
    }

    .grab-and-go-wrapper .popup-r-w {
        width: 65%;
        margin-left: 3.7rem
    }

    .grab-and-go-wrapper .is-display-mobile {
        display: none !important
    }

    .grab-and-go-wrapper .promise-box .list {
        width: auto;
        margin-right: 8%
    }

    .grab-and-go-wrapper .promise-box .list:last-child {
        margin-right: 0
    }

    .grab-and-go-modal .promise-box .list {
        width: 25%
    }

    .footer-promise-box-m-t {
        margin: 4.5rem 0 0
    }
}

@media screen and (max-width: 560px) {
    #grabandgo-popup-container iframe {
        height:100%
    }

    .grab-and-go-wrapper .bundle-options-container .product-info-main {
        width: 100%;
        padding: 0
    }

    .grab-and-go-wrapper .bundle-options-container .product-info-main .product-info-picture .picture-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .grab-and-go-wrapper .bundle-options-container .product-add-form {
        width: 100%
    }

    .grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect .swatch-opt {
        text-align: center !important;
        max-width: 100%;
        margin: 2rem 0 0
    }

    .grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute.color {
        display: inline-block !important;
        margin-bottom: 0
    }

    .grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.configurable .swatch-attribute .swatch-attribute-options {
        display: flex;
        justify-content: center
    }

    .grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label {
        text-align: center
    }

    .grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label span {
        padding: 0 0 .5rem
    }

    .grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label .img-cloum {
        flex-direction: column;
        align-items: center
    }

    .grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .field.choice label.label .text-cloum .product-name {
        padding: 0 0 .5rem
    }

    .grab-and-go-wrapper .bundle-options-container .bundle-options-wrapper #product-options-wrapper .tab-effect.checkbox-options .options-list {
        padding: 0 !important
    }

    .grab-and-go-wrapper .grab-and-go-pro-title {
        text-align: center;
        margin-left: 0
    }

    .grab-and-go-wrapper .popup-r-w {
        text-align: center
    }

    .grab-and-go-wrapper .is-display-pc {
        display: none !important
    }

    .grab-and-go-wrapper .label-list {
        margin-top: 1.2rem
    }

    .grab-and-go-wrapper .promise-box .list {
        margin-bottom: 2rem !important;
        width: 50%
    }

    .grab-and-go-wrapper .footer-promise-box-m-t {
        margin: 12rem 0 0
    }

    .grab-and-go-wrapper .footer-promise-box-m-t .promise-box {
        margin: 0 0 0 2rem
    }

    .grab-and-go-wrapper #bundleSummary .box-tocart .action.tocart {
        min-width: 100% !important;
        width: 100% !important;
        margin: 0 !important
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .field.choice .product-item-details>div {
        justify-content: center
    }

    .bundle-options-container .bundle-options-wrapper .tab-effect.fixed .control .options-list {
        padding: 0 !important
    }

    ._has-modal .modals-wrapper.transparent .modals-overlay {
        top: 7%
    }

    .grab-and-go-modal .modal-header .modal-title {
        font-size: 1.6rem;
        line-height: 2rem
    }

    .grab-and-go-modal .modal-content {
        padding: 0 2.8rem 2.5rem
    }

    .grab-and-go-modal .promise-box .list {
        margin-bottom: 2rem !important;
        width: 50%
    }

    .grab-and-go-modal.modal-slide {
        top: 0 !important;
        box-shadow: none
    }

    .grab-and-go-modal.modal-slide._show .modal-inner-wrap {
        max-height: 100%;
        border-radius: 0;
        background: #f2f2f2;
        margin: 0 auto;
        width: 100%
    }

    .modal-popup.grab-and-go-modal._inner-scroll._show .modal-content {
        overflow-y: hidden !important
    }
}

.store-list-content {
    display: flex;
    margin: 0 10%
}

.store-list-content .item-list {
    display: inline-block;
    padding: 24px;
    height: auto;
    max-height: 626px;
    background-color: #fff;
    vertical-align: middle;
    box-sizing: border-box;
    border: solid 1px #f2f2f2;
    width: 300px;
    cursor: pointer;
    width: 25%;
    margin-right: 2%
}

.store-list-content .item-list a:hover {
    text-decoration: none
}

.store-list-content .item-list:nth-child(4n) {
    margin-right: 0
}

.store-list-content .item-list .product-name {
    display: -webkit-box;
    height: 50px;
    line-height: 24px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    margin-bottom: 30px
}

.store-list-content .item-list .product-price {
    font-size: 14px;
    color: #000
}

.store-list-content .item-list:hover {
    box-shadow: 0 6px 12px 0 #d2d2d2
}

.store-list-content .item-list .img-box {
    margin: 0 auto 24px;
    display: block;
    max-height: 235px;
    height: 0;
    width: calc(100% - 40px);
    overflow: hidden;
    padding: 20px;
    background: #f2f2f2;
    padding-top: calc(100% - 40px);
    position: relative
}

.store-list-content .item-list .img-box img {
    display: block;
    width: 80%;
    height: auto;
    max-height: 235px;
    position: absolute;
    left: 10%;
    top: 20px
}

.store-list-content .item-list .product-btn {
    display: inline-block;
    background: #0067b8;
    height: 40px;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 5px
}

.store-list-bg {
    margin-bottom: 48px;
    background-color: #f2f2f2;
    position: relative
}

.store-list-bg .store-list-content {
    padding: 20px 0;
    margin: 0 5%
}

.store-list-bg .store-list-content .swiper-container {
    margin: 0 auto;
    padding: 12px 8px;
    width: calc(100% - 154px);
    box-sizing: border-box
}

.store-list-bg .store-list-content .swiper-button:after {
    font-size: 38px
}

.store-list-bg .store-list-content .swiper-button.swiper-button-prev {
    left: 80px;
    margin-top: -8px;
    width: 8px;
    height: 19px;
    color: #000
}

.store-list-bg .store-list-content .swiper-button.swiper-button-next {
    right: 80px;
    margin-top: -8px;
    width: 8px;
    height: 19px;
    color: #000
}

.questionnaire-surface-index .modal-popup.no-confirm._show .modal-inner-wrap,.page-layout-category-private-landing .modal-popup.no-confirm._show .modal-inner-wrap,.page-layout-category-private-catalog .modal-popup.no-confirm._show .modal-inner-wrap,.checkout-index-index .modal-popup.no-confirm._show .modal-inner-wrap,.checkout-cart-index .modal-popup.no-confirm._show .modal-inner-wrap,.customer-account-login .modal-popup.no-confirm._show .modal-inner-wrap {
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 330px;
    height: 155px
}

@media only screen and (max-width: 767px) {
    .questionnaire-surface-index .modal-popup.no-confirm._show .modal-inner-wrap,.page-layout-category-private-landing .modal-popup.no-confirm._show .modal-inner-wrap,.page-layout-category-private-catalog .modal-popup.no-confirm._show .modal-inner-wrap,.checkout-index-index .modal-popup.no-confirm._show .modal-inner-wrap,.checkout-cart-index .modal-popup.no-confirm._show .modal-inner-wrap,.customer-account-login .modal-popup.no-confirm._show .modal-inner-wrap {
        width:100%
    }
}

.questionnaire-surface-index .modal-popup.no-confirm._show .modal-inner-wrap .modal-content,.page-layout-category-private-landing .modal-popup.no-confirm._show .modal-inner-wrap .modal-content,.page-layout-category-private-catalog .modal-popup.no-confirm._show .modal-inner-wrap .modal-content,.checkout-index-index .modal-popup.no-confirm._show .modal-inner-wrap .modal-content,.checkout-cart-index .modal-popup.no-confirm._show .modal-inner-wrap .modal-content,.customer-account-login .modal-popup.no-confirm._show .modal-inner-wrap .modal-content {
    text-align: left;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem
}

.questionnaire-surface-index .modal-popup.no-confirm._show .modal-inner-wrap .modal-header,.page-layout-category-private-landing .modal-popup.no-confirm._show .modal-inner-wrap .modal-header,.page-layout-category-private-catalog .modal-popup.no-confirm._show .modal-inner-wrap .modal-header,.checkout-index-index .modal-popup.no-confirm._show .modal-inner-wrap .modal-header,.checkout-cart-index .modal-popup.no-confirm._show .modal-inner-wrap .modal-header,.customer-account-login .modal-popup.no-confirm._show .modal-inner-wrap .modal-header,.questionnaire-surface-index .modal-popup.no-confirm._show .modal-inner-wrap .modal-footer,.page-layout-category-private-landing .modal-popup.no-confirm._show .modal-inner-wrap .modal-footer,.page-layout-category-private-catalog .modal-popup.no-confirm._show .modal-inner-wrap .modal-footer,.checkout-index-index .modal-popup.no-confirm._show .modal-inner-wrap .modal-footer,.checkout-cart-index .modal-popup.no-confirm._show .modal-inner-wrap .modal-footer,.customer-account-login .modal-popup.no-confirm._show .modal-inner-wrap .modal-footer {
    padding: 0
}

.questionnaire-surface-index .modal-popup.no-confirm._show .modal-inner-wrap .modal-header .action-accept,.page-layout-category-private-landing .modal-popup.no-confirm._show .modal-inner-wrap .modal-header .action-accept,.page-layout-category-private-catalog .modal-popup.no-confirm._show .modal-inner-wrap .modal-header .action-accept,.checkout-index-index .modal-popup.no-confirm._show .modal-inner-wrap .modal-header .action-accept,.checkout-cart-index .modal-popup.no-confirm._show .modal-inner-wrap .modal-header .action-accept,.customer-account-login .modal-popup.no-confirm._show .modal-inner-wrap .modal-header .action-accept,.questionnaire-surface-index .modal-popup.no-confirm._show .modal-inner-wrap .modal-footer .action-accept,.page-layout-category-private-landing .modal-popup.no-confirm._show .modal-inner-wrap .modal-footer .action-accept,.page-layout-category-private-catalog .modal-popup.no-confirm._show .modal-inner-wrap .modal-footer .action-accept,.checkout-index-index .modal-popup.no-confirm._show .modal-inner-wrap .modal-footer .action-accept,.checkout-cart-index .modal-popup.no-confirm._show .modal-inner-wrap .modal-footer .action-accept,.customer-account-login .modal-popup.no-confirm._show .modal-inner-wrap .modal-footer .action-accept {
    display: none
}

.modal-popup.popup_messages {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.modal-popup.popup_messages .modal-inner-wrap {
    max-width: 360px
}

@media only screen and (max-device-width: 767px) {
    .modal-popup.popup_messages .modal-inner-wrap {
        max-width:90%
    }
}

.modal-popup.popup_messages .modal-content {
    font-size: 14px
}

@media only screen and (max-device-width: 767px) {
    .modal-popup.popup_messages .modal-content {
        font-size:12px
    }
}

.modal-popup.popup_messages .modal-footer {
    text-align: center;
    margin: 20px 0;
    padding: 0;
    padding-top: 26px
}

.modal-popup.popup_messages .modal-footer button,.modal-popup.popup_messages .modal-footer .cart.table-wrapper .actions-toolbar>.action,.modal-popup.popup_messages .modal-footer .action-gift {
    background: #0067b8;
    width: 150px;
    height: 35px;
    line-height: 35px;
    border: none;
    outline: none;
    color: #fff
}

@media only screen and (max-device-width: 767px) {
    .modal-popup.popup_messages .modal-footer button,.modal-popup.popup_messages .modal-footer .cart.table-wrapper .actions-toolbar>.action,.modal-popup.popup_messages .modal-footer .action-gift {
        width:120px;
        height: 30px;
        line-height: 30px
    }
}

.cart-recommend .product-items .slick-slide .product-item-info .product.details .product.name .product-item-label {
    display: none
}

.cart-recommend .product-items .slick-slide .product-item-info .product.details .product.name .product-item-link {
    font-size: 16px;
    font-weight: 400;
    text-align: left
}

.cart-recommend .product-items .slick-slide .product-item-info .product.details .product-reviews-summary {
    display: none
}

.cart-recommend .product-items .slick-slide .product-item-info .product-item-photo .product-image-photo {
    max-width: 100%;
    margin: 0;
    width: 100%
}

.checkout-container .checkout-header {
    display: none
}

.checkout-container .opc-estimated-wrapper {
    display: none
}

.checkout-container .checkout-payment-container .payment-group .amcheckout-title {
    pointer-events: none
}

.checkout-container .checkout-payment-container .payment-group .amcheckout-icon {
    display: none
}

.checkout-container .checkout-shipping-address .step-title {
    background: #fff;
    pointer-events: none
}

.checkout-container .checkout-shipping-address .step-title .amcheckout-icon {
    display: none
}

.checkout-container #opc-shipping_method {
    display: none !important
}

.checkout-container .customerbalance {
    display: none
}

.checkout-container .giftcardaccount {
    display: none
}

.checkout-billing-address {
    display: none
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container {
    background: #f2f2f2;
    padding-top: 20px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 28px;
    margin-bottom: 50px;
    position: relative;
    border: none
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container {
    background: #f2f2f2
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    display: none
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .return_box {
    display: flex;
    justify-content: flex-end
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .return_box .return_btn {
    font-size: 16px;
    color: #0067b8
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper {
    padding: 0;
    margin-top: 20px
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .totals th,.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .totals td {
    padding: 0;
    font-size: 20px
}

@media (max-width: 1600px) {
    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .totals th,.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .totals td {
        font-size:18px
    }
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .sub th,.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .sub td {
    padding-bottom: 14px
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .discount th,.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .discount td {
    padding-bottom: 14px
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .discount .mark .title {
    font-size: 20px
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .grand {
    font-weight: 700
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .grand .mark strong {
    font-weight: 700
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .installment .mark {
    padding-top: 14px
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper .installment .amount {
    padding-top: 14px
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .amcheckout-additional-options {
    display: none
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .checkout-payment-method.submit {
    margin-top: 14px
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .checkout-payment-method.submit .actions-toolbar {
    margin-bottom: 12px
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .checkout-payment-method.submit .actions-toolbar .amasty.checkout {
    width: 100%;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #0067b8;
    border-radius: unset
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .checkout-message .checkout-message-info {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .bottom-block .promise-icon {
    display: flex;
    flex-wrap: wrap
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .bottom-block .promise-icon .item {
    width: 50%;
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .bottom-block .promise-icon .item>a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .bottom-block .promise-icon .item i {
    font-size: 30px
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .bottom-block .promise-icon .item span {
    font-size: 14px;
    margin-left: 3px
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .bottom-block .text {
    font-size: 13px;
    color: #666;
    line-height: 19px
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .bottom-block .text p {
    margin: 0
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container .telephone {
    font-size: 14px;
    position: absolute;
    bottom: -48px
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    overflow: unset
}

.fapiao-book .step-title {
    font-size: 26px;
    margin: 28px 0;
    font-weight: 400
}

.fapiao-book .step-content .fapiaolist {
    margin: 0
}

.fapiao-book .step-content .fapiaolist .fapiao-items {
    display: inline-block;
    margin-left: -14px;
    margin-bottom: -14px;
    width: calc(100% + 28px)
}

.fapiao-book .step-content .fapiaolist .fapiao-item {
    cursor: pointer;
    border: solid 1px #737373;
    width: calc(((100% - 28px) - 14px*2)/3);
    float: left;
    margin: 0 0 24px 14px;
    background: 0 0;
    padding-top: 30px;
    padding-bottom: 16px;
    padding-left: 20px;
    height: 110px;
    line-height: normal;
    position: relative;
    box-sizing: border-box;
    font-size: 14px
}

.fapiao-book .step-content .fapiaolist .fapiao-item .fapiao_title {
    font-weight: 700
}

.fapiao-book .step-content .fapiaolist .fapiao-item .fapiao_title .default_tag {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: #0067b8;
    width: 50px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-weight: 400
}

.fapiao-book .step-content .fapiaolist .fapiao-item .top_button {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0
}

.fapiao-book .step-content .fapiaolist .fapiao-item .top_button button,.fapiao-book .step-content .fapiaolist .fapiao-item .top_button .cart.table-wrapper .actions-toolbar>.action,.fapiao-book .step-content .fapiaolist .fapiao-item .top_button .action-gift {
    height: 27px;
    font-size: 12px;
    line-height: 27px;
    text-align: center;
    background: 0 0;
    padding: 0;
    color: #0067b8;
    font-weight: 400
}

.fapiao-book .step-content .fapiaolist .fapiao-item:hover .top_button {
    display: block
}

.fapiao-book .step-content .fapiaolist .fapiao-item.selected-item {
    border: solid 2px #0067b8;
    padding: 29px 19px 15px
}

.fapiao-book .step-content .new-fapiao-popup {
    float: left;
    width: calc(((100% - 28px) - 14px*2)/3);
    border: solid 1px #737373;
    text-align: center;
    line-height: 110px;
    box-sizing: border-box;
    height: 110px;
    margin: 0 0 14px 14px
}

.fapiao-book .step-content .new-fapiao-popup .action-show-popup {
    height: 100%;
    width: 100%;
    border: none;
    padding: 0;
    vertical-align: top;
    border-radius: unset;
    background: 0 0;
    color: #0067b8;
    display: block !important;
    font-weight: 400
}

.clearfix {
    zoom:1}

.clearfix.product-info-main-bottom .addtion-content {
    padding: 10px 0 10px 20px;
    border-top: 1px solid #e6e6e6
}

.clearfix.product-info-main-bottom .addtion-content>p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.checkout-index-index .product-item .cart.item.message.notice {
    display: none
}

.checkout-container .payment-method .payment-method-title .label {
    position: relative
}

.checkout-container .payment-method .payment-method-title .label .installment-label {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    background: #f44336;
    color: #fff;
    font-weight: 400
}

.catalogsearch-result-index .toolbar-products {
    position: relative
}

.catalogsearch-result-index .search-value {
    font-weight: 700;
    font-size: 2.4rem
}

.catalogsearch-result-index .toolbar,.catalogsearch-result-index .toolbar-amount {
    display: block
}

.catalogsearch-result-index .search-value {
    padding: 0 15px
}

.sub-category {
    display: block;
    position: relative
}

.products {
    margin: 0
}

.product-item-info {
    width: 100%
}

.product-item-name .product-item-link {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 25px;
    margin-bottom: 8px
}

.product-item .product-image-wrapper {
    padding-bottom: 80.246913580247%
}

.products-grid .product-item {
    margin-bottom: 0 !important
}

.short-description {
    display: -webkit-box;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px
}

.sub-category .clear {
    clear: both
}

.sub-category .mobilePageNum {
    display: block
}

.sub-category .allSearch-Drop-down {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0
}

.sub-category .allSearch-Drop-down span.allSearch-Drop-down-title {
    font-size: 1.4rem;
    color: #000;
    line-height: 40px
}

.sub-category .allSearch-Drop-down .allCity-Drop-down {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 40px;
    background: #d9d9d9;
    cursor: pointer
}

.sub-category .allSearch-Drop-down .allCity-Drop-down span {
    padding: 0 0 0 20px;
    font-size: 1.4rem;
    color: #000;
    line-height: 40px
}

.sub-category .allSearch-Drop-down .allCity-Drop-down .drop-down-icon:before {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 12px;
    font-family: "ms-icon";
    font-size: 1.6rem;
    content: "\e918";
    transform: rotate(90deg)
}

.sub-category .allSearch-Drop-down .allCity-Drop-down .allCityList {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    width: 148px;
    background: #fff;
    border: 1px solid #0067b8;
    z-index: 9;
    cursor: pointer
}

.sub-category .allSearch-Drop-down .allCity-Drop-down .allCityList span {
    display: block;
    font-size: 1.4rem;
    color: #000;
    line-height: 36px
}

.sub-category .allSearch-Drop-down .allCity-Drop-down .allCityList span:hover {
    color: #fff;
    background: #0067b8
}

.sub-category a.suggestList {
    display: inline-block;
    background: #f5f5f5;
    color: #666;
    padding: 0 5px;
    margin-right: 6px;
    line-height: 26px;
    cursor: pointer;
    margin-bottom: 1.875%
}

.sub-category .page_div {
    display: block;
    position: relative;
    margin: 20px 10px 20px 0;
    font-size: 1.4rem;
    color: #000;
    padding: 0 0 0 20px;
    box-sizing: border-box
}

.sub-category .page_div a {
    display: inline-block;
    min-width: 16px;
    height: 22px;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
    line-height: 28px;
    color: #0067b8;
    font-size: 1.4rem;
    text-decoration: none
}

.sub-category #firstPage,.sub-category #lastPage {
    color: #0067b8
}

.sub-category #prePage,.sub-category #nextPage {
    color: #0067b8
}

.sub-category .page_div .current {
    color: #000;
    border-bottom: 2px solid #0067b8;
    font-weight: 700
}

.sub-category .prePageCurrent {
    color: #757575 !important
}

.sub-category .nextPageCurrent {
    color: #757575 !important
}

.sub-category .totalPages {
    margin: 0 10px
}

.sub-category .totalPagesSize {
    display: block;
    position: relative;
    font-size: 1.8rem;
    color: #000;
    line-height: 48px;
    padding: 0 0 0 10px
}

.sub-category .totalPagesSize span {
    margin: 0 5px
}

.sub-category .totalPages span,.sub-category .totalSize span {
    color: #0067b8;
    margin: 0 5px
}

.sub-category .everyPageNum {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0
}

.sub-category .everyPageNum span.everyPageNumSpan {
    display: inline-block;
    font-size: 1.4rem;
    color: #000;
    padding: 0 15px 0 0
}

.sub-category .everyPageNum .everyPageNumList {
    display: inline-block;
    position: relative;
    width: 98px;
    height: 38px;
    border: 1px solid #000;
    cursor: pointer
}

.sub-category .everyPageNum .everyPageNumList span {
    padding: 0 0 0 10px;
    font-size: 1.4rem;
    color: #000;
    line-height: 40px
}

.sub-category .everyPageNum .everyPageNumList .drop-down-icon:before {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 12px;
    font-family: "ms-icon";
    font-size: 1.6rem;
    content: "\e918";
    transform: rotate(90deg)
}

.sub-category .everyPageNum .everyPageNumList .allPageNumList {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    width: 98px;
    background: #fff;
    border: 1px solid #0067b8;
    z-index: 9;
    cursor: pointer
}

.sub-category .everyPageNum .everyPageNumList .allPageNumList span {
    display: block;
    font-size: 1.4rem;
    color: #000;
    line-height: 36px
}

.sub-category .everyPageNum .everyPageNumList .allPageNumList span:hover {
    color: #fff;
    background: #0067b8
}

.minisearch .control input.input-text.shadow-color {
    color: #c2c2c2
}

@media (min-width: 1024px) {
    .products-grid .product-item {
        width:calc(24.5%) !important;
        margin-left: 0 !important
    }
}

@media (max-width: 767px) {
    .sub-category-name {
        display:block
    }

    .sub-category .allSearch-Drop-down {
        display: block;
        position: relative;
        float: right;
        padding: 0 0 15px
    }

    .sub-category .totalPagesSize {
        display: block;
        position: relative;
        font-size: 1.4rem;
        color: #000;
        line-height: 38px;
        padding: 0 0 0 10px
    }

    .sub-category .totalPagesSize span {
        margin: 0 5px
    }

    .sub-category .everyPageNum {
        position: relative;
        float: right
    }

    .sub-category .page_div {
        padding: 0
    }

    .product-item-name .product-item-link {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: auto !important;
        margin-bottom: 8px
    }
}

.sticker-vote-page .sticker_total {
    display: block;
    position: relative
}

.sticker-vote-page .sticker_total .sticker_float {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%
}

.sticker-vote-page .sticker_total .sticker_float .sticker_float_part {
    width: 25%;
    float: left
}

.sticker-vote-page .sticker_total .sticker_float .sticker_float_part .sticker_float_content {
    border: 1px solid #000;
    background: #f2f2f2;
    padding: 15px 0;
    margin: 0 20px 20px 0
}

.sticker-vote-page .sticker_total .sticker_float .sticker_float_part .sticker_num {
    display: block;
    font-size: 18px;
    color: #000;
    line-height: 48px;
    text-align: center;
    font-weight: 700
}

.sticker-vote-page .sticker_total .sticker_float .sticker_float_part .sticker_image_url {
    display: block;
    height: 150px;
    padding: 0 20px
}

.sticker-vote-page .sticker_total .sticker_float .sticker_float_part .sticker_name {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 40px;
    text-align: center
}

.sticker-vote-page .sticker_total .sticker_float .sticker_float_part .sticker_vote_num {
    display: flex;
    position: relative;
    text-align: center;
    padding: 0 20px
}

.sticker-vote-page .sticker_total .sticker_float .sticker_float_part .sticker_vote_num_part.left {
    flex: 1;
    display: inline-block;
    font-size: 14px;
    color: #ab0a08;
    line-height: 38px;
    font-weight: 700;
    text-align: left
}

.sticker-vote-page .sticker_total .sticker_float .sticker_float_part .sticker_vote_num_part.left.short_lineheight {
    line-height: 18px
}

.sticker-vote-page .sticker_total .sticker_float .sticker_float_part .sticker_vote_num_part.right {
    flex: 1;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    background: #000;
    padding: 5px 0;
    cursor: pointer
}

.sticker-vote-page .sticker_total .sticker_float .sticker_float_part .sticker_vote_num_part.right.disabled {
    background: #999
}

.sticker-vote-page .sticker_float>div.sticker_float_part:nth-of-type(4n+0) .sticker_float_content {
    margin: 0 0 20px
}

.sticker-already-popup,.sticker-used-up-popup {
    text-align: center
}

@media screen and (min-width: 768px) {
    .sticker-vote-page .modal-slide.sticker_popup .modal-inner-wrap {
        height:240px
    }

    .sticker-vote-page .modal-slide.sticker_popup .modal-footer {
        margin-bottom: 20px
    }

    .sticker-vote-page .modal-slide.sticker_popup .modal-footer .confirm_btn_bg_black {
        background: #000;
        color: #fff;
        width: 150px;
        height: 35px;
        line-height: 35px;
        border: none;
        outline: none
    }

    .sticker-vote-page .sticker-popup {
        display: block;
        text-align: center
    }

    .sticker-vote-page .sticker-popup .sticker_success_title {
        display: block;
        font-size: 24px;
        color: #000;
        line-height: 48px;
        font-weight: 700
    }

    .sticker-vote-page .sticker-popup .sticker_success_des {
        display: block;
        font-size: 14px;
        color: #000;
        line-height: 24px;
        text-align: left
    }

    .sticker-vote-page .sticker-popup .sticker_success_tip {
        display: block;
        font-size: 12px;
        color: #000;
        line-height: 24px;
        text-align: left
    }
}

@media screen and (max-width: 768px) {
    .sticker-vote-page .sticker_total .sticker_float .sticker_float_part {
        width:100%;
        float: inherit
    }

    .sticker-vote-page .sticker_total .sticker_float .sticker_float_part .sticker_float_content {
        margin: 0 0 20px
    }

    .sticker-vote-page .sticker-popup {
        text-align: center;
        font-size: 12px
    }

    .sticker-vote-page .modal-slide.sticker_popup .modal-inner-wrap {
        height: 280px
    }

    .sticker-vote-page .modal-slide.sticker_popup .modal-footer {
        margin-bottom: 20px
    }

    .sticker-vote-page .modal-slide.sticker_popup .modal-footer .confirm_btn_bg_black {
        background: #000;
        color: #fff;
        width: 120px;
        height: 30px;
        line-height: 30px;
        border: none;
        outline: none
    }

    .sticker-vote-page .sticker-popup {
        display: block;
        text-align: center
    }

    .sticker-vote-page .sticker-popup .sticker_success_title {
        display: block;
        font-size: 24px;
        color: #000;
        line-height: 48px;
        font-weight: 700
    }

    .sticker-vote-page .sticker-popup .sticker_success_des {
        display: block;
        font-size: 14px;
        color: #000;
        line-height: 24px;
        text-align: left
    }

    .sticker-vote-page .sticker-popup .sticker_success_tip {
        display: block;
        font-size: 12px;
        color: #000;
        line-height: 24px;
        text-align: left
    }
}

.cart-container .wechat.action.primary {
    line-height: 4rem;
    background: #008942;
    border: 1px solid #008942;
    position: relative
}

.cart-container .wechat.action.primary .icon-wechat-white {
    position: absolute;
    left: -.5rem;
    top: .3rem
}

.cart-container .wechat.action.primary .icon-wechat-white img {
    max-width: 100%;
    width: 5.2rem;
    height: 100%
}

.cart-container .wechat.action.primary.is-hidden {
    display: none
}

.qrcode-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.qrcode-container .qrcode-box {
    width: 100%;
    text-align: center;
    margin: 9rem 0 0
}

.qrcode-container .qrcode-box .img-qrcode {
    width: 30rem;
    height: 30rem
}

.qrcode-container .qrcode-content-box {
    text-align: center;
    margin: 0 0 12rem
}

.qrcode-container .qrcode-content-box .qrcode-content {
    margin-top: 1em;
    line-height: 5rem
}

.qrcode-container .qrcode-content-box .qrcode-content .icon-wechat-green {
    vertical-align: middle;
    margin-right: 0
}

.qrcode-container .qrcode-content-box .qrcode-content .icon-wechat-green img {
    width: 7.2rem;
    margin: -.4rem -1rem 0 0
}

.qrcode-container .qrcode-content-box .qrcode-content span {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .cart-container .checkout-methods-items li:first-child {
        display:none
    }

    .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .miniapp_qrcode-btn.is-hidden {
        display: none
    }
}

.clear {
    clear: both
}

.customer-account-login .login-container .block,.sociallogin-mobile-login .login-container .block {
    width: 100%;
    margin: 54px auto
}

.customer-account-login .login-container .block:nth-child(odd),.sociallogin-mobile-login .login-container .block:nth-child(odd) {
    float: inherit
}

.login-container .block .block-content-login,.sociallogin-mobile-login .block .block-content-login {
    background-color: #fff;
    width: 588px;
    margin: 30px auto;
    padding: 50px 0 25px;
    position: relative
}

.login-container .block .block-content-login .block-content,.sociallogin-mobile-login .block .block-content-login .block-content {
    width: 352px;
    margin: 0 auto
}

.login-container .block .block-content-login .block-content .block-already-have,.sociallogin-mobile-login .block .block-content-login .block-content .block-already-have {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px
}

.login-container .block .block-content-login .fieldset .fieldTitle,.sociallogin-mobile-login .block .block-content-login .fieldset .fieldTitle {
    display: block;
    font-size: 2.4rem;
    line-height: 40px;
    text-align: center
}

.login-container .block .block-content-login .fieldset .field .control,.sociallogin-mobile-login .block .block-content-login .fieldset .field .control {
    width: 100%
}

.login-container .block .block-content-login .fieldset .field .control input,.sociallogin-mobile-login .block .block-content-login .fieldset .field .control input {
    overflow: hidden;
    box-sizing: border-box;
    height: 36px;
    font-size: 1.4rem;
    border: 1px solid #666;
    padding: 0 1em
}

.login-container .block .block-content-login .fieldset .field .CaptchaFlex,.sociallogin-mobile-login .block .block-content-login .fieldset .field .CaptchaFlex {
    display: flex;
    position: relative
}

.login-container .block .block-content-login .fieldset .field .CaptchaFlex .CaptchaFlexLeft,.sociallogin-mobile-login .block .block-content-login .fieldset .field .CaptchaFlex .CaptchaFlexLeft {
    flex: 1;
    position: relative
}

.login-container .block .block-content-login .fieldset .field .CaptchaFlex .CaptchaFlexRight,.sociallogin-mobile-login .block .block-content-login .fieldset .field .CaptchaFlex .CaptchaFlexRight {
    width: 42%;
    margin: 0 0 0 2%
}

.login-container .block .block-content-login .fieldset .field .CaptchaFlex .CaptchaFlexRight a,.sociallogin-mobile-login .block .block-content-login .fieldset .field .CaptchaFlex .CaptchaFlexRight a {
    display: block;
    font-size: 1.4rem;
    line-height: 34px;
    color: #000;
    text-align: center;
    border: 1px solid #666;
    text-decoration: none
}

.login-container .block .block-content-login .fieldset .field .CaptchaFlex .CaptchaFlexRight .unactive,.sociallogin-mobile-login .block .block-content-login .fieldset .field .CaptchaFlex .CaptchaFlexRight .unactive {
    opacity: .3;
    cursor: default
}

.login-container .block .block-content-login .fieldset .actions-toolbar,.sociallogin-mobile-login .block .block-content-login .fieldset .actions-toolbar {
    margin-left: 0
}

.login-container .block .block-content-login .fieldset .actions-toolbar .primary,.sociallogin-mobile-login .block .block-content-login .fieldset .actions-toolbar .primary {
    display: block;
    float: inherit
}

.login-container .block .block-content-login .fieldset .actions-toolbar .primary .action,.sociallogin-mobile-login .block .block-content-login .fieldset .actions-toolbar .primary .action {
    font-size: 1.8rem;
    width: 100%;
    height: 44px;
    border-radius: 0
}

.login-container .block .block-content-login .phoneError,.sociallogin-mobile-login .block .block-content-login .phoneError,.login-container .block .block-content-login .codeError,.sociallogin-mobile-login .block .block-content-login .codeError {
    display: block;
    font-size: 1.2rem;
    color: red;
    line-height: 20px;
    min-height: 20px;
    padding: 4px
}

.login-container .block .block-content-middle,.sociallogin-mobile-login .block .block-content-middle {
    width: 693px;
    min-height: 406px;
    margin: 0 auto;
    padding: 51px 0 0;
    background: #fff;
    box-shadow: 4px 4px 12px 4px #e3e3e3
}

.login-container .block .block-content-middle .block-middle,.sociallogin-mobile-login .block .block-content-middle .block-middle {
    width: 319px;
    margin: 0 auto
}

.login-container .block .block-content-middle .block-middle .block-title,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-title {
    font-size: 2.4rem;
    text-align: center;
    border: 0;
    margin-bottom: 10px
}

.login-container .block .block-content-middle .block-middle .block-title strong,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-title strong {
    font-weight: 700
}

.login-container .block .block-content-middle .block-middle .block-to-Micrisoft,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-to-Micrisoft {
    text-align: center
}

.login-container .block .block-content-middle .block-middle .block-to-Micrisoft a,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-to-Micrisoft a {
    background: #0067b8;
    display: block;
    font-size: 1.4rem;
    padding: 10px 0;
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

.login-container .block .block-content-middle .block-middle p.field-note-p1,.sociallogin-mobile-login .block .block-content-middle .block-middle p.field-note-p1 {
    font-size: 1.2rem;
    padding: 22px 0
}

.login-container .block .block-content-middle .block-middle .block-register-account,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-register-account {
    padding: 0 0 18px;
    border-bottom: 1px solid #d2d2d2
}

.login-container .block .block-content-middle .block-middle .block-register-account a,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-register-account a {
    font-size: 1.4rem;
    color: #0067b8
}

.login-container .block .block-content-middle .block-middle .block-other-login,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login {
    width: 101px;
    margin: 0 auto;
    padding: 9px 0 17px;
    text-align: center
}

.login-container .block .block-content-middle .block-middle .block-other-login strong,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login strong {
    font-size: 1.6rem;
    font-weight: 700
}

.login-container .block .block-content-middle .block-middle .block-other-login .block-login-link,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login .block-login-link {
    display: flex;
    position: relative;
    padding: 17px 0 19px
}

.login-container .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-phone,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-phone,.login-container .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-wechat,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-wechat,.login-container .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-alipay,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-alipay {
    flex: 1;
    display: block;
    color: #505050;
    text-decoration: none;
    font-family: "ms-icon"
}

.login-container .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-phone,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-phone {
    text-align: left
}

.login-container .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-phone:before,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-phone:before {
    font-size: 3.1rem;
    line-height: 31px;
    content: "\e960"
}

.login-container .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-phone:hover:before,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-phone:hover:before {
    color: #0067b8
}

.login-container .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-phone.link-for-center,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-phone.link-for-center {
    text-align: center
}

.login-container .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-wechat,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-wechat {
    text-align: right
}

.login-container .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-wechat:before,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-wechat:before {
    font-size: 2.8rem;
    line-height: 31px;
    content: "\e979"
}

.login-container .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-wechat:hover:before,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-wechat:hover:before {
    color: #3fcf77
}

.login-container .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-wechat.link-for-center,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-wechat.link-for-center {
    text-align: center
}

.login-container .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-alipay,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-alipay {
    display: none
}

.login-container .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-alipay:before,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-alipay:before {
    text-align: center;
    font-size: 3.1rem;
    line-height: 31px;
    content: "\e908"
}

.login-container .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-alipay:hover:before,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login .block-login-link a.block-login-link-alipay:hover:before {
    color: #02a9f1
}

.login-container .block .block-content-middle .block-middle .block-other-login .block-other-login-more,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login .block-other-login-more {
    font-size: 1.6rem;
    color: #0067b8;
    cursor: pointer
}

.login-container .block .block-content-middle .block-middle .block-other-login .block-other-login-more button.login-more-btn,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login .block-other-login-more button.login-more-btn,.login-container .block .block-content-middle .block-middle .block-other-login .block-other-login-more .cart.table-wrapper .actions-toolbar>.action.login-more-btn,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login .block-other-login-more .cart.table-wrapper .actions-toolbar>.action.login-more-btn,.login-container .block .block-content-middle .block-middle .block-other-login .block-other-login-more .action-gift.login-more-btn,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login .block-other-login-more .action-gift.login-more-btn {
    font-size: 1.6rem;
    color: #0067b8;
    background: 0 0;
    border: 0;
    font-weight: 400
}

.login-container .block .block-content-middle .block-middle .block-other-login .block-other-login-more span,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login .block-other-login-more span {
    display: inline-block;
    position: relative
}

.login-container .block .block-content-middle .block-middle .block-other-login .block-other-login-more span:before,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login .block-other-login-more span:before {
    font-family: "ms-icon";
    text-align: center;
    font-size: 1.2rem;
    content: "\e90d"
}

.login-container .block .block-content-middle .block-middle .block-other-login .block-other-login-more .arrowMore.moretrans,.sociallogin-mobile-login .block .block-content-middle .block-middle .block-other-login .block-other-login-more .arrowMore.moretrans {
    transform: rotate(180deg)
}

.login-container .block #react-component-logincard .magentoreactjslib-card-footer .magentoreactjslib-collapse:not(.show),.sociallogin-mobile-login .block #react-component-logincard .magentoreactjslib-card-footer .magentoreactjslib-collapse:not(.show) {
    display: none
}

.login-container .block #react-component-logincard .magentoreactjslib-card-footer .magentoreactjslib-collapse.show,.sociallogin-mobile-login .block #react-component-logincard .magentoreactjslib-card-footer .magentoreactjslib-collapse.show {
    display: block
}

.login-container .block #react-component-logincard .magentoreactjslib-card-footer a.magentoreactjslib-block-login-link-phone,.sociallogin-mobile-login .block #react-component-logincard .magentoreactjslib-card-footer a.magentoreactjslib-block-login-link-phone,.login-container .block #react-component-logincard .magentoreactjslib-card-footer a.magentoreactjslib-block-login-link-alipay,.sociallogin-mobile-login .block #react-component-logincard .magentoreactjslib-card-footer a.magentoreactjslib-block-login-link-alipay {
    flex: 1;
    display: block;
    color: #505050;
    text-decoration: none;
    font-family: "ms-icon";
    cursor: pointer
}

.login-container .block #react-component-logincard .magentoreactjslib-card-footer a.magentoreactjslib-block-login-link-phone,.sociallogin-mobile-login .block #react-component-logincard .magentoreactjslib-card-footer a.magentoreactjslib-block-login-link-phone {
    text-align: left
}

.login-container .block #react-component-logincard .magentoreactjslib-card-footer a.magentoreactjslib-block-login-link-phone:before,.sociallogin-mobile-login .block #react-component-logincard .magentoreactjslib-card-footer a.magentoreactjslib-block-login-link-phone:before {
    font-size: 3.1rem;
    line-height: 31px;
    content: "\e960"
}

.login-container .block #react-component-logincard .magentoreactjslib-card-footer a.magentoreactjslib-block-login-link-phone:hover:before,.sociallogin-mobile-login .block #react-component-logincard .magentoreactjslib-card-footer a.magentoreactjslib-block-login-link-phone:hover:before {
    color: #0067b8
}

.login-container .block #react-component-logincard .magentoreactjslib-card-footer a.magentoreactjslib-block-login-link-alipay,.sociallogin-mobile-login .block #react-component-logincard .magentoreactjslib-card-footer a.magentoreactjslib-block-login-link-alipay {
    text-align: right
}

.login-container .block #react-component-logincard .magentoreactjslib-card-footer a.magentoreactjslib-block-login-link-alipay:before,.sociallogin-mobile-login .block #react-component-logincard .magentoreactjslib-card-footer a.magentoreactjslib-block-login-link-alipay:before {
    font-size: 2.8rem;
    line-height: 31px;
    content: "\e908"
}

.login-container .block #react-component-logincard .magentoreactjslib-card-footer a.magentoreactjslib-block-login-link-alipay:hover:before,.sociallogin-mobile-login .block #react-component-logincard .magentoreactjslib-card-footer a.magentoreactjslib-block-login-link-alipay:hover:before {
    color: #3fcf77
}

.auth-book .box.account-hiedu {
    display: none
}

.auth-book .box.account-hiedu+.box {
    margin-right: 0
}

.customer-address-form #cookie-banner {
    display: none
}

.fapiao-book-form #cookie-banner {
    display: none
}

.customer-address-form .form-address-edit .field.choice.shipping {
    margin-bottom: 30px
}

@media (max-width: 1280px) {
    .block-account-landing .block-account-control .block-account-controlFLeft span {
        display:block;
        padding: 0
    }

    .block-account-landing .block-account-control .block-account-controlFLeft span:before {
        text-align: center
    }
}

@media (max-width: 767px) {
    .customer-account-login .login-container .block,.sociallogin-mobile-login .login-container .block {
        width:100%;
        margin: 44px auto
    }

    .login-container .block .block-content-login,.sociallogin-mobile-login .block .block-content-login {
        width: 100%
    }

    .login-container .block .block-content-login .block-content,.sociallogin-mobile-login .block .block-content-login .block-content {
        width: 100%
    }

    .login-container .block .block-content-middle,.sociallogin-mobile-login .block .block-content-middle {
        width: 100%;
        padding: 0;
        box-shadow: inherit
    }

    .login-container .block .block-content-middle .block-middle,.sociallogin-mobile-login .block .block-content-middle .block-middle {
        width: 100%
    }

    .login-container .block-content-padding,.sociallogin-mobile-login .block-content-padding {
        padding: 0 15px
    }

    .form-my-zone.form-privateauth .action.primary[disabled] {
        opacity: 1
    }
}

@media (min-width: 768px) {
    .customer-account-login .page-main,.sociallogin-mobile-login .page-main {
        max-width:1600px
    }

    .customer-account-login .page-wrapper,.sociallogin-mobile-login .page-wrapper {
        background: #f2f2f2;
        width: 100% !important
    }

    .login-container .block .block-content-middle,.sociallogin-mobile-login .block .block-content-middle {
        margin: 0 auto 100px
    }

    .fieldset .field {
        margin: 0
    }
}

.login-card-v1 {
    display: none
}

.login-card-v2 {
    display: none
}

.clear {
    clear: both
}

.swatch-attribute.color .swatch-attribute-options .swatch-option.image {
    width: 41px !important;
    height: 41px !important;
    background-size: 45px !important
}

.swatch-attribute.color .swatch-attribute-options .swatch-option.image:hover {
    outline: 1px solid #000
}

.swatch-attribute.color .swatch-attribute-options .swatch-option.image.selected {
    background-size: 45px !important;
    width: 45px !important;
    height: 45px !important;
    outline: 2px solid #fff
}

.swatch-attribute.color .swatch-attribute-options .swatch-option.selected:after {
    left: -50%;
    width: 250%;
    margin: 0 0 0 -25%
}

.bundle-xbox-installment {
    display: block;
    position: relative;
    margin: 10px 0
}

.bundle-xbox-installment p {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 16px;
    margin: 0
}

.bundle-xbox-installment p span {
    display: inline-block;
    font-size: 24px;
    color: #000;
    line-height: 16px;
    font-weight: 700
}

.price-box .price-wrapper .price .bundle-xbox-from-price {
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-style: normal;
    font-weight: 400
}

.product-info-price-mobile {
    display: block;
    position: relative
}

.product-info-price-mobile .bundle-xbox-top-price {
    display: block;
    position: relative;
    text-align: right
}

.product-info-price-mobile .bundle-xbox-top-price .top-total-price {
    display: block;
    position: relative
}

.product-info-price-mobile .bundle-xbox-top-price .top-total-price p {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 0
}

.product-info-price-mobile .bundle-xbox-top-price .bottom-installment {
    display: block;
    position: relative
}

.product-info-price-mobile .bundle-xbox-top-price .bottom-installment p {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 0
}

@media (max-width: 767px) {
    .swatch-attribute.color .swatch-attribute-options .swatch-option.selected:after {
        left:-50%;
        width: 250%;
        margin: 0 0 0 -15%
    }

    .product-info-price-mobile .bundle-xbox-top-price {
        text-align: left
    }

    .product-info-price-mobile .bundle-xbox-top-price .top-total-price p {
        font-size: 14px
    }

    .product-info-price-mobile .bundle-xbox-top-price .top-total-price p span {
        font-size: 14px
    }

    .product-info-price-mobile .bundle-xbox-top-price .bottom-installment p {
        font-size: 14px
    }

    .product-info-price-mobile .bundle-xbox-top-price .bottom-installment p span {
        font-size: 14px
    }
}

.ie11 .component-content {
    height: 100%
}

.ie11 .component-content .list-unstyled li img {
    width: 98%
}

.tablist-content .component-content {
    text-align: center
}

.tablist-content .component-content .hr-light {
    height: 1px;
    background: #ccc;
    width: 100%;
    margin: 20px auto
}

.tablist-content .component-content .component-column-3 {
    margin: 20px 0
}

.tablist-content .component-content .component-column-3 .col {
    padding: 0 2%;
    text-align: center
}

.tablist-content .component-content .component-column-4 {
    margin: 20px 0
}

.tablist-content .component-content .component-column-4 .col {
    padding: 0 2%;
    text-align: center
}

.tablist-content .component-content>.list-unstyled li {
    text-align: left;
    display: flex;
    flex-flow: column;
    align-items: center
}

.tablist-content .component-content .list-unstyled li {
    padding: 0 2%
}

.tablist-content .component-content .list-unstyled li img {
    margin-bottom: 10px;
    max-width: 100%
}

.card-img-overlay>.card-background {
    width: 100%
}

.card-img-overlay>.card-foreground .align-self-center {
    padding: 2%;
    text-align: left
}

.card-img-overlay.components-transparent .material-md-card .link-group a {
    background: #0067b8;
    color: #fff;
    padding: 10px;
    display: inline-block
}

.material-md-card h2 {
    margin: 0
}

.material-surface {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    background-color: #f2f2f2;
    color: #000
}

.material-surface .badge.bg-yellow {
    background-color: #ffb900;
    color: #000;
    display: inline-block;
    padding: .375rem 1rem;
    width: auto
}

.material-surface .link-group .cta {
    margin-right: 1.5rem;
    color: #0067b8;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px
}

.material-surface .link-group .cta:after {
    content: ">";
    margin-left: 5px
}

.material-surface .link-group .btn {
    display: inline-block;
    background-color: #0067b8;
    color: #fff;
    margin: 1.5rem 1.5rem 1.5rem 0;
    font-weight: 700;
    padding: 10px
}

.vertical-up-icon .card {
    text-align: left
}

.component-table th,.component-table td {
    vertical-align: top;
    border-bottom: .0625rem solid #d2d2d2;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-align: left
}

.nav-vertical {
    text-align: left
}

.nav-vertical .nav-item {
    margin: 5px 0
}

.nav-vertical .nav-item a {
    font-size: 1.4rem;
    display: inline-block;
    padding: .5rem 0;
    color: #0067b8;
    font-weight: 600;
    text-decoration: none;
    position: relative
}

.nav-vertical .nav-item a:before {
    content: "";
    display: none;
    position: absolute;
    bottom: .25rem;
    left: 0;
    width: 100%;
    height: .125rem;
    padding: 0;
    background-color: #0067b8;
    background-clip: content-box
}

.nav-vertical .nav-item.active a,.nav-vertical .nav-item:hover a {
    color: #000
}

.nav-vertical .nav-item.active a:before,.nav-vertical .nav-item:hover a:before {
    display: block
}

.component-video-content .btn-play {
    position: relative;
    max-width: 800px;
    margin: 10px auto 0 auto;
    width: 100%;
    background: 0 0;
    text-align: left;
    border: none;
    padding: 0;
    display: block;
    color: #0067b8
}

.component-video-content .btn-play:before {
    font-family: "ms-icon";
    content: "\e923";
    margin-right: 5px;
    font-size: 1.4rem;
    top: 2px;
    position: relative
}

.component-video {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    width: 100%
}

.component-video .btn-play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #0067b8;
    border: 1px solid #0067b8;
    color: #fff;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.component-video img {
    border-radius: 5px
}

.modal-popup .custom_popup iframe {
    width: 100%
}

.component-spec {
    text-align: left
}

.component-spec p {
    font-size: 1.6rem
}

.component-spec .table:not(.cart):not(.totals)>tbody>tr>th,.component-spec .table:not(.cart):not(.totals)>tbody>tr>td {
    padding: 1.5rem 1.75rem;
    vertical-align: middle;
    border-bottom: .0625rem solid #d2d2d2;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.component-spec .table:not(.cart):not(.totals)>tbody>tr>th h4,.component-spec .table:not(.cart):not(.totals)>tbody>tr>td h4 {
    margin: 5px 0
}

.component-spec .table {
    border-top: rgba(230,230,230,.5)
}

.component-spec .table tr>th:first-child {
    background-color: rgba(230,230,230,.5)
}

.component-spec .table .list-unstyled {
    flex-direction: column
}

.component-spec .table .list-unstyled li {
    width: 100%;
    padding: 0;
    display: inline-block
}

.component-link-image li a {
    margin: 5px 0;
    text-transform: capitalize
}

.component-link-image li img {
    display: block;
    margin: 0 auto
}

.component-link-image li p b {
    display: grid
}

.component-collapsible {
    text-align: left
}

.component-collapsible div [aria-expanded=true] h3:before {
    font-family: "ms-icon";
    content: "\e971";
    position: absolute;
    font-size: 1.2rem;
    top: 24px;
    left: 12px;
    transform: rotate(90deg)
}

.component-collapsible div h3:before {
    font-family: "ms-icon";
    content: "\e971";
    position: absolute;
    font-size: 1.2rem;
    top: 24px;
    left: 12px
}

.component-collapsible div h3 {
    z-index: 0;
    padding: 2.4rem 2rem 2.4rem 4rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    position: relative;
    color: #000;
    border-top: 1px solid #ccc
}

.component-collapsible h3 {
    border-top: 1px solid #ccc;
    cursor: pointer;
    padding: 10px 0;
    margin: 0
}

.component-collapsible p,.component-collapsible a {
    text-decoration: none;
    margin: 0
}

.component-collapsible div[data-role=content] {
    padding: 0 0 20px 40px
}

.component-collapsible .btn-group {
    margin-bottom: 20px
}

.component-list-bullest {
    text-align: left
}

.component-list-bullest .component-btn {
    background: #0067b8;
    color: #fff;
    border: none;
    margin-left: 2%
}

.component-list-bullest li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px
}

.component-list-bullest li img {
    margin-right: 10px;
    margin-top: 5px
}

.component-list-bullest li h4 {
    margin: 0;
    line-height: inherit
}

.component-list-bullest li p {
    padding: 10px 0;
    margin: 0
}

.component-footnotes {
    text-align: left
}

.component-footnotes .footnotes-title,.component-footnotes .footnotes-content {
    font-size: 1.2rem
}

.component-footnotes .footnotes-title>p,.component-footnotes .footnotes-content>p {
    padding: 10px 0;
    font-size: 1.2rem;
    margin: 0
}

.component-footnotes .list-group-item {
    margin-bottom: 10px
}

.component-slider-top {
    margin-bottom: 20px
}

.component-slider-top h2 {
    line-height: inherit;
    margin: 0
}

.component-slider {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.component-slider .swiper-pagination-bullet-active {
    background: #000
}

.component-slider .component-slider-content .swiper-slide {
    background: #fff;
    width: 100%;
    text-align: left
}

.component-slider .component-slider-content .swiper-slide.swiper-slide-prev,.component-slider .component-slider-content .swiper-slide.swiper-slide-next {
    opacity: .4 !important
}

.component-slider .component-slider-content .swiper-slide img {
    width: 100%
}

.component-slider .swiper-slide {
    background-color: #fff;
    color: #000;
    box-shadow: 0 .0625rem .125rem rgba(0,0,0,.11),0 .1875rem .4375rem rgba(0,0,0,.13);
    height: auto
}

.component-slider .swiper-slide.swiper-slide-active {
    margin: 0
}

.component-slider .swiper-slide.swiper-slide-active .carousel-detail,.component-slider .swiper-slide.swiper-slide-active .carousel-cta {
    opacity: 1
}

.component-slider .swiper-slide.swiper-slide-active .carousel-cta {
    padding-bottom: 30px
}

.component-slider .carousel-detail,.component-slider .carousel-cta {
    opacity: 0;
    padding: 0 30px 30px
}

.component-slider .carousel-detail h3,.component-slider .carousel-cta h3 {
    line-height: inherit
}

.component-slider.swiper-container-initialized .component-slider-content .swiper-slide {
    width: 60%;
    margin: 0
}

.component-mosaic .right-top {
    background: #f2f2f2
}

.component-mosaic .right-top .right-top-left {
    width: 50%;
    padding: 0 2%
}

.component-mosaic .right-top .right-top-right {
    width: 50%;
    position: relative;
    overflow: hidden;
    height: 100%
}

.component-background-image {
    width: 100%
}

.component-background-image.full-width {
    max-width: inherit
}

.component-vertical .vertical-content {
    padding: 0 5px;
    text-align: left
}

.component-vertical .vertical-body {
    padding-top: 3rem;
    position: relative
}

.component-vertical .vertical-body .badge {
    background-color: #ffb900;
    color: #000;
    position: absolute;
    top: 5px;
    padding: 5px 10px;
    text-align: center
}

.component-vertical .vertical-body h3 {
    margin-bottom: 0
}

.component-vertical .vertical-btn a {
    display: inline-block;
    color: #0067b8;
    text-decoration: none;
    font-weight: 600
}

.component-vertical .vertical-btn .cta:after {
    font-family: "ms-icon";
    content: "\e918";
    font-size: 1.3rem;
    padding-left: 5px
}

.component-vertical .vertical-btn .btn-primary {
    background: #0067b8;
    color: #fff;
    padding: 5px;
    margin-right: 5px
}

.color-picker-content .color-background {
    width: 100%;
    position: relative;
    display: none
}

.color-picker-content .color-background.active {
    display: block
}

.color-picker-content .color-background .color-imgs {
    width: 100%
}

.color-picker-content .color-background .color-img {
    display: none;
    height: auto;
    width: 100%
}

.color-picker-content .color-background .color-img.active {
    display: block
}

.color-picker-content .color-picker {
    position: absolute;
    color: #000
}

.color-picker-content .color-picker .color-picker-title {
    font-weight: 700
}

.color-picker-content .color-picker .color-text .color-picker-des {
    font-size: 1.6rem;
    display: none
}

.color-picker-content .color-picker .color-text .color-picker-des.active {
    display: block
}

.color-picker-content .color-picker .model-choose span {
    display: inline-block;
    padding: 10px 0;
    cursor: pointer
}

.color-picker-content .color-picker .model-choose span.active {
    font-weight: 700;
    border-bottom: 4px solid #0067b8
}

.color-picker-content .color-picker .color-panel .single-color {
    display: inline-block;
    position: relative;
    cursor: pointer
}

.color-picker-content .color-picker .color-panel .single-color .tab {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box
}

.color-picker-content .color-picker .color-panel .single-color.active .tab {
    border: 2px solid #fff
}

.color-picker-content .color-picker .color-panel .single-color.gold .tab {
    background-color: #d2b2a4
}

.color-picker-content .color-picker .color-panel .single-color.black .tab {
    background-color: #000
}

.color-picker-content .color-picker .color-panel .single-color.blue .tab {
    background-color: #4d6978
}

.color-picker-content .color-picker .color-panel .single-color.platinum .tab {
    background-color: #ababab
}

.component-product .component-title {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    justify-content: center;
    border-bottom: 1px solid #505050
}

.component-product .item-title {
    color: #000;
    border: solid 1px #d2d2d2;
    font-weight: 400;
    text-decoration: none;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom: none;
    padding: 10px 20px;
    transition: all .125s ease-in-out
}

.component-product .item-title.active {
    background: #fff;
    border: solid 1px #505050;
    border-bottom: none;
    color: #000;
    font-weight: 700;
    z-index: 1;
    margin-bottom: -1px
}

.component-product .item-title a {
    font-size: 1.6rem;
    color: #000
}

.component-product .component-content {
    padding: 20px 0
}

.component-product .component-content .item.content {
    text-align: left;
    font-size: 1.6rem
}

.component-product .component-content .item.content .item-center {
    text-align: center
}

.component-background-video .btn-play-video {
    position: relative;
    margin: 10px auto 0 auto;
    width: 100%;
    background: 0 0;
    text-align: left;
    border: none;
    padding: 0;
    display: block;
    color: #0067b8;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer
}

.component-background-video .btn-play-video:before {
    font-family: "ms-icon";
    content: "\e923";
    margin-right: 5px;
    font-size: 1.4rem;
    top: 2px;
    position: relative
}

.collapsible_btn {
    display: block;
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 0;
    border: none;
    background: 0 0
}

.collapsible_btn:focus {
    outline: none
}

.collapsible_btn:before {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700
}

.collapsible_content {
    padding: 0 0 20px 40px
}

.collapsible_content[aria-hidden=true] {
    display: none
}

@media only screen and (max-width: 1024px) and (min-width:768px) {
    .card-img-overlay.components-transparent {
        display:block
    }

    .card-img-overlay.components-transparent>.card-foreground {
        margin: 0;
        display: block
    }

    .card-img-overlay.components-transparent>.card-foreground .align-self-center {
        position: relative;
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
        box-sizing: border-box;
        margin: 0
    }

    .card-img-overlay.components-transparent>.card-foreground .align-self-center .material-md-card {
        color: #000;
        background: #fff
    }

    .component-spec .table .col-4 {
        width: 30%
    }

    .component-spec .table .col-8 {
        width: 70%
    }
}

.now_is_commercial {
    display: none !important
}

.commercial_sign .now_is_commercial {
    display: block !important
}

.commercial_sign .now_not_commercial {
    display: none !important
}

@media screen and (min-width: 768px) {
    .category-commercial .page-main.only_commercial {
        width:100%;
        max-width: 100%
    }
}

@media screen and (max-width: 767px) {
    .category-commercial .page-main.only_commercial {
        padding:0
    }
}

.banner-slider.old_ver {
    display: block;
    max-width: 1600px;
    margin: 0 auto;
    padding-bottom: 48px
}

.banner-slider.old_ver .banner-sliderContainer {
    max-width: 1600px;
    margin: 0 auto;
    position: relative
}

.banner-slider.old_ver .banner-sliderContainer .banner-container .item {
    position: relative;
    color: #000;
    box-shadow: 0px 6px 12px rgba(0,0,0,.3)
}

.banner-slider.old_ver .banner-sliderContainer .banner-container .item .bg-img>a {
    cursor: default
}

.banner-slider.old_ver .banner-sliderContainer .banner-container .item .item-content .banner_section_one {
    position: relative;
    overflow: hidden
}

.banner-slider.old_ver .banner-sliderContainer .banner-container .item .item-content .tip {
    display: inline-block;
    background: #fcba02;
    font-size: 16px;
    padding: 3px 12px
}

.banner-slider.old_ver .banner-sliderContainer .banner-container .item .item-content .tip span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.banner-slider.old_ver .banner-sliderContainer .banner-container .item .item-content .name {
    font-size: 36px;
    font-weight: 700
}

.banner-slider.old_ver .banner-sliderContainer .banner-container .item .item-content .describe {
    font-size: 16px;
    margin-bottom: 28px
}

.banner-slider.old_ver .banner-sliderContainer .banner-container .item .item-content .payment {
    font-size: 12px;
    margin-bottom: 14px
}

.banner-slider.old_ver .banner-sliderContainer .banner-container .item .item-content .payment strong {
    font-size: 18px
}

.banner-slider.old_ver .banner-sliderContainer .banner-container .item .item-content .content-bottom {
    position: relative;
    font-size: 16px;
    display: flex;
    align-items: center;
    z-index: 10
}

.banner-slider.old_ver .banner-sliderContainer .banner-container .item .item-content .buy-btn {
    margin-right: 34px;
    display: inline-block;
    position: relative;
    z-index: 10
}

.banner-slider.old_ver .banner-sliderContainer .banner-container .item .item-content .buy-btn a {
    background: #0067b8;
    color: #fff;
    padding: 10px 23px;
    display: block
}

.banner-slider.old_ver .banner-sliderContainer .banner-container .item .item-content .know-more {
    display: inline-block;
    border-bottom: solid 1px transparent;
    position: relative;
    z-index: 10
}

.banner-slider.old_ver .banner-sliderContainer .banner-container .item .item-content .know-more:hover {
    text-decoration: none;
    border-bottom: solid 1px #0067b8
}

.banner-slider.old_ver .banner-sliderContainer .swiper-button-prev:after {
    color: #000
}

@media screen and (min-width: 768px) {
    .banner-slider.old_ver .banner-sliderContainer .swiper-button-prev:after {
        font-size:44px
    }
}

.banner-slider.old_ver .banner-sliderContainer .swiper-button-next:after {
    color: #000
}

@media screen and (min-width: 768px) {
    .banner-slider.old_ver .banner-sliderContainer .swiper-button-next:after {
        font-size:44px
    }
}

.banner-slider.old_ver .banner-sliderContainer .swiper-pagination {
    bottom: -40px
}

.banner-slider.old_ver .banner-sliderContainer .swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border: solid 1px #000;
    background-color: #fff;
    -webkit-opacity: 100%;
    -moz-opacity: 100%;
    -ms-opacity: 100%;
    opacity: 100%
}

.banner-slider.old_ver .banner-sliderContainer .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000
}

@media screen and (max-width: 767px) {
    .cms-home .page-main,.cms-home .page-main-full-width {
        padding:0 15px
    }

    .cms-home.cms-index-index .page-main {
        padding: 0
    }

    .banner-slider.old_ver .banner-sliderContainer .banner-container .item .item-content {
        padding-left: 14px;
        padding-right: 8px;
        padding-bottom: 30px;
        box-sizing: border-box;
        margin-top: 12px;
        position: unset;
        transform: none;
        width: 100%;
        position: relative;
        background: 0 0 !important
    }

    .banner-slider.old_ver .banner-sliderContainer .banner-container .item .item-content .tip {
        position: absolute;
        top: 0
    }

    .banner-slider.old_ver .banner-sliderContainer .banner-container .item .item-content .name {
        font-size: 24px;
        height: 68px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding-top: 28px
    }

    .banner-slider.old_ver .banner-sliderContainer .banner-container .item .item-content .describe {
        font-size: 13px;
        word-wrap: break-word;
        margin-bottom: 20px;
        height: 54px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }

    .banner-slider.old_ver .banner-sliderContainer .banner-container .item .item-content .payment {
        height: 25px
    }

    .banner-slider.old_ver .banner-sliderContainer .banner-container .item .item-content .price_information {
        height: 20px
    }

    .banner-slider.old_ver .banner-sliderContainer .banner-container .item .item-content .additional_information {
        margin-top: 4px;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 34px
    }

    .banner-slider.old_ver .banner-sliderContainer .banner-container .item .item-content .buy-btn a {
        font-weight: 700
    }

    .banner-slider.old_ver .banner-sliderContainer .banner-container .item .item-content .know-more {
        font-weight: 700
    }

    .banner-slider.old_ver .banner-sliderContainer .control {
        display: none;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: -48px;
        width: 100%;
        height: 48px
    }

    .banner-slider.old_ver .banner-sliderContainer .control .swiper-button-prev {
        position: static;
        height: 20px;
        margin: 0;
        margin-right: 15px
    }

    .banner-slider.old_ver .banner-sliderContainer .control .swiper-button-prev:after {
        font-size: 24px;
        font-weight: 700
    }

    .banner-slider.old_ver .banner-sliderContainer .control .swiper-pagination {
        position: static
    }

    .banner-slider.old_ver .banner-sliderContainer .control .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
        margin-left: 15px
    }

    .banner-slider.old_ver .banner-sliderContainer .control .swiper-button-next {
        position: static;
        height: 20px;
        margin: 0;
        margin-left: 15px
    }

    .banner-slider.old_ver .banner-sliderContainer .control .swiper-button-next:after {
        color: #000;
        font-size: 24px;
        font-weight: 700
    }

    .banner-slider.old_ver .banner-sliderContainer.swiper-container-initialized .control {
        display: flex
    }
}

.category-group>ul {
    padding: 0;
    margin: 50px auto;
    max-width: 865px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between
}

.category-group>ul>li>a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center
}

.category-group>ul>li>a:hover {
    text-decoration: none
}

.category-group>ul>li>a i {
    font-size: 40px
}

.category-group>ul>li>a i.icon-surface {
    transform: scale(1.3)
}

.category-group>ul>li>a i.icon-compare {
    transform: scale(1.1)
}

.category-group>ul>li>a span {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline
}

.category-group .group-mobile {
    display: none
}

.category-group .group-pc {
    display: flex
}

@media screen and (min-width: 768px) {
    .category-group>ul>.pc-hide {
        display:none
    }
}

@media screen and (max-width: 767px) {
    .category-group>ul {
        margin:30px auto
    }

    .category-group>ul>li {
        width: 25%;
        margin-bottom: 20px
    }

    .category-group>ul>li>a i {
        font-size: 27px
    }

    .category-group>ul>li>a i.icon-surface {
        transform: scale(1.4)
    }

    .category-group>ul>li>a span {
        font-size: 13px;
        margin-top: 14px;
        text-align: center
    }

    .category-group>ul>li>a span>.mobile-hide {
        display: none
    }

    .category-group .group-mobile {
        display: flex
    }

    .category-group .group-pc {
        display: none
    }
}

.product-recommends {
    margin-top: 48px;
    position: relative
}

.product-recommends h3 {
    font-size: 28px;
    font-weight: 700;
    color: #23272a;
    margin: 0
}

.product-recommends .swiper-button-prev {
    color: #000;
    left: 0
}

.product-recommends .swiper-button-prev:after {
    font-size: 28px
}

.product-recommends .swiper-button-next {
    color: #000;
    right: 0
}

.product-recommends .swiper-button-next:after {
    font-size: 28px
}

.product-recommends .recommends-container {
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    margin-top: 24px;
    width: auto
}

.product-recommends .recommends-container .list {
    padding: 0;
    box-sizing: border-box
}

.product-recommends .recommends-container .list>img {
    margin-bottom: 45px
}

.product-recommends .recommends-container .list .content-box {
    height: 92px;
    margin-bottom: 5px
}

@media only screen and (max-width: 767px) {
    .product-recommends .recommends-container .list .content-box {
        min-height:112px;
        margin-bottom: 5px
    }
}

.product-recommends .recommends-container .list .name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.product-recommends .recommends-container .list .name .new {
    position: absolute;
    top: -33px;
    height: 28px;
    line-height: 28px;
    padding: 0 14px;
    background: #fcba02;
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.product-recommends .recommends-container .list .name .inner {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.product-recommends .recommends-container .list .product-detail {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media only screen and (max-width: 767px) {
    .product-recommends .recommends-container .list .product-detail {
        -webkit-line-clamp:3
    }
}

.product-recommends .recommends-container .list .price {
    margin-bottom: 4px;
    font-size: 0px
}

.product-recommends .recommends-container .list .price span {
    font-size: 14px
}

.product-recommends .recommends-container .list .price strong {
    font-size: 18px
}

.product-recommends .recommends-container .list .buy-now {
    display: flex;
    align-items: center;
    width: 85px;
    line-height: normal;
    font-size: 16px;
    font-weight: 700;
    border-bottom: solid 1px transparent
}

.product-recommends .recommends-container .list .buy-now:hover {
    text-decoration: none;
    border-bottom: solid 1px #0067b8
}

.product-recommends .recommends-container .list .buy-now .icon-arrow-right {
    display: flex;
    align-items: center;
    margin-left: 5px
}

.product-recommends .recommends-container .swiper-slide {
    width: auto
}

.banner-popup-modal {
    display: none
}

.banner-popup-modal-popup .modal-inner-wrap {
    width: 864px
}

.banner-popup-modal-popup .modal-inner-wrap footer {
    display: none
}

.banner-popup-modal-popup .modal-inner-wrap .modal-content {
    padding: 0 60px 40px
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal {
    display: block !important
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal .banner-popup-modal-head {
    text-align: center
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal .banner-popup-modal-head h3 {
    margin: 0
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal .banner-popup-modal-head p {
    width: 97%;
    margin: 20px auto 30px;
    text-align: left
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form input {
    height: 40px;
    border: 1px solid #505050;
    box-sizing: border-box;
    font-size: 1.4rem
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form input.mage-error {
    border: 2px solid #dc3545 !important
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form input+.mage-error {
    margin-left: 64px;
    margin-bottom: 0
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form input+.errorMsg {
    margin-left: 72px;
    margin-bottom: 0;
    margin-top: 7px
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form input::placeholder {
    color: transparent
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form>div {
    width: 50%;
    margin-bottom: 20px
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form>div.required label {
    position: relative;
    padding-left: 10px
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form>div.required label:before {
    content: '*';
    display: inline-block;
    width: 5px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form>div label {
    width: 60px;
    display: inline-block
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form .left-wrapper input {
    width: 250px
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form .left-wrapper.required label {
    width: 50px
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form .customer-phone-wrapper input {
    width: 290px
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form .customer-phone-wrapper.required label {
    width: 58px
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form .referrer-phone-wrapper label {
    vertical-align: bottom
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form .CaptchaFlex-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form .CaptchaFlex-wrapper .CaptchaFlexLeft label {
    width: 68px
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form .CaptchaFlex-wrapper .CaptchaFlexLeft input {
    width: 150px
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form .CaptchaFlex-wrapper .CaptchaFlexRight {
    height: 40px;
    border: 1px solid #505050;
    line-height: 40px;
    width: 131px;
    box-sizing: border-box;
    margin-left: 9px;
    text-align: center
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form .CaptchaFlex-wrapper .CaptchaFlexRight a {
    color: #000;
    text-decoration: none
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form .CaptchaFlex-wrapper .CaptchaFlexRight.unactive {
    opacity: .6
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form .consent-box {
    width: 100%
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form .consent-box.choice input.checkbox {
    display: inline;
    visibility: hidden;
    height: 0 !important;
    margin: 0;
    padding: 0
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form .consent-box input.checkbox:checked+label:before {
    color: #0067b8
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form .consent-box label {
    width: 100%
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form .consent-box label:before {
    margin-right: 10px;
    font-size: 1.8rem
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form .consent-box label span {
    width: calc(100% - 40px)
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form .submit-wrapper {
    margin-top: 13px
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form .submit-wrapper button,.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form .submit-wrapper .cart.table-wrapper .actions-toolbar>.action,.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal form .submit-wrapper .action-gift {
    margin-right: 40px
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal .errorMsg {
    color: #d50303;
    font-size: 1.2rem
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal .errorMsg.bottomError {
    display: none;
    margin-top: -10px;
    position: relative;
    padding-left: 8px
}

.banner-popup-modal-popup .modal-inner-wrap .banner-popup-modal .errorMsg.bottomError:before {
    content: '*';
    display: inline-block;
    width: 5px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0
}

.banner-popup-success.box-confirm-subscribe header {
    margin: 0 auto
}

.banner-popup-success.box-confirm-subscribe header .modal-title {
    font-weight: 400 !important;
    font-size: 1.4rem !important;
    line-height: 19px !important;
    margin: 0 !important
}

.banner-popup-success.box-confirm-subscribe header .modal-title:before {
    display: none
}

.banner-popup-success.box-confirm-subscribe .modal-content {
    margin: 0 auto
}

.banner-popup-success.box-confirm-subscribe footer {
    padding-bottom: 21px !important
}

.banner-popup-success.box-confirm-subscribe footer .action-accept {
    margin: 20px auto 0;
    width: 160px !important
}

.product-container {
    margin-top: 48px
}

.product-container h3 {
    margin: 0;
    font-size: 28px;
    color: #23272a;
    font-weight: 700
}

.product-container .product-list {
    margin-top: 24px;
    background: #f2f2f2;
    display: flex;
    padding: 45px 40px 45px 36px
}

.product-container .product-list .product-detail .title {
    margin-top: 54px;
    font-size: 20px;
    color: #23272a
}

.product-container .product-list .product-detail .know-more {
    display: inline-block;
    margin-top: 45px;
    color: #fff;
    padding: 10px 29px;
    background: #0067b8
}

.product-container .product-list .item-box {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.product-container .product-list .item-box li {
    position: relative;
    margin: 0 24px;
    background: #fff;
    color: #23272a;
    padding-top: 27px;
    padding-bottom: 18px
}

.product-container .product-list .item-box li .name {
    font-size: 16px;
    font-weight: 700;
    position: relative
}

.product-container .product-list .item-box li .name .new {
    position: absolute;
    top: -33px;
    height: 28px;
    line-height: 28px;
    padding: 0 14px;
    background: #fcba02;
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.product-container .product-list .item-box li .detail-box .detail {
    margin-top: 6px;
    font-size: 16px
}

.product-container .product-list .item-box li .detail-box .price {
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px
}

.product-container .product-list .item-box li .detail-box .buy-now {
    display: flex;
    align-items: center;
    width: 85px;
    line-height: normal;
    font-size: 16px;
    font-weight: 700;
    border-bottom: solid 1px transparent;
    margin-top: 6px
}

.product-container .product-list .item-box li .detail-box .buy-now:hover {
    text-decoration: none;
    border-bottom: solid 1px #0067b8
}

.product-container .product-list .item-box li .detail-box .buy-now .icon-arrow-right {
    display: flex;
    align-items: center;
    margin-left: 5px
}

.game-container {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    width: 90%
}

.game-container .bg-container {
    background: #f2f2f2;
    margin-top: 24px
}

.game-container .bg-container .game-swiper-container {
    margin: 0 60px;
    overflow: hidden;
    padding-top: 19px;
    padding-bottom: 45px
}

.game-container .bg-container .game-swiper-container .swiper-notification {
    opacity: 0
}

.game-container .bg-container .game-swiper-container .swiper-button-prev {
    color: #000;
    left: 20px;
    font-size: 44px
}

.game-container .bg-container .game-swiper-container .swiper-button-next {
    color: #000;
    right: 20px;
    font-size: 44px
}

.game-container .bg-container .game-swiper-container .swiper-wrapper .swiper-slide {
    background: #fff;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 13px;
    box-sizing: border-box
}

.game-container .bg-container .game-swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -2px;
    left: -1px;
    text-decoration: none;
    color: #000
}

.game-container .bg-container .game-swiper-container .swiper-wrapper .swiper-slide .name {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px
}

.game-container .bg-container .game-swiper-container .swiper-wrapper .swiper-slide .star .star-result {
    position: relative;
    display: inline-block
}

.game-container .bg-container .game-swiper-container .swiper-wrapper .swiper-slide .star .star-result:before {
    font-family: "ms-icon";
    content: "\e734" "\e734" "\e734" "\e734" "\e734"
}

.game-container .bg-container .game-swiper-container .swiper-wrapper .swiper-slide .star .star-result span {
    display: block;
    position: absolute;
    top: 0;
    overflow: hidden;
    left: 0;
    white-space: nowrap
}

.game-container .bg-container .game-swiper-container .swiper-wrapper .swiper-slide .star .star-result span:before {
    font-family: "ms-icon";
    content: "\e920" "\e920" "\e920" "\e920" "\e920"
}

.columns .column.main {
    padding-bottom: 48px
}

.promise-container .commitment-box {
    max-width: 1416px;
    margin: 0 auto;
    margin-top: 24px;
    display: flex;
    justify-content: space-between
}

.promise-container .commitment-box .item {
    text-align: center
}

.promise-container .commitment-box .item a {
    color: #000
}

.promise-container .commitment-box .item a:hover {
    text-decoration: none
}

.promise-container .commitment-box .item a i {
    font-size: 30px
}

.promise-container .commitment-box .item a .des {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400
}

.strike-price {
    color: #505050;
    text-decoration: line-through;
    font-weight: 400
}

.banner-slider.home_page_banner {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 48px
}

.banner-slider.home_page_banner .banner_sliderContainer_new {
    max-width: 100%;
    margin: 0 auto;
    position: relative
}

.banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item {
    position: relative;
    color: #000
}

.banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .bg-img>a {
    cursor: default
}

.banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .bg-img img {
    display: block;
    width: 100%
}

.banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .banner_section_one {
    position: relative;
    overflow: hidden
}

.banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .tip {
    display: inline-block;
    background: #fcba02;
    font-size: 16px;
    padding: 3px 12px
}

.banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .tip span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .name {
    font-size: 36px;
    font-weight: 700
}

.banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .describe {
    font-size: 16px;
    margin-bottom: 28px
}

.banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .payment {
    font-size: 12px;
    margin-bottom: 14px
}

.banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .payment strong {
    font-size: 18px
}

.banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .content-bottom {
    position: relative;
    font-size: 16px;
    display: flex;
    align-items: center;
    z-index: 10
}

.banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .buy-btn {
    margin-right: 34px;
    display: inline-block;
    position: relative;
    z-index: 10
}

.banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .buy-btn a {
    background: #0067b8;
    color: #fff;
    padding: 10px 23px;
    display: block
}

.banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .know-more {
    display: inline-block;
    border-bottom: solid 1px transparent;
    position: relative;
    z-index: 10
}

.banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .know-more:hover {
    text-decoration: none;
    border-bottom: solid 1px #0067b8
}

.banner-slider.home_page_banner .banner_sliderContainer_new .swiper-button-prev {
    left: -40px
}

.banner-slider.home_page_banner .banner_sliderContainer_new .swiper-button-prev:after {
    color: #000
}

@media screen and (min-width: 768px) {
    .banner-slider.home_page_banner .banner_sliderContainer_new .swiper-button-prev:after {
        font-size:30px
    }
}

.banner-slider.home_page_banner .banner_sliderContainer_new .swiper-button-next {
    right: -40px
}

.banner-slider.home_page_banner .banner_sliderContainer_new .swiper-button-next:after {
    color: #000
}

@media screen and (min-width: 768px) {
    .banner-slider.home_page_banner .banner_sliderContainer_new .swiper-button-next:after {
        font-size:30px
    }
}

.banner-slider.home_page_banner .banner_sliderContainer_new .swiper-pagination {
    display: inline-block;
    position: relative;
    bottom: -5px
}

.banner-slider.home_page_banner .banner_sliderContainer_new .swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border: solid 1px #000;
    background-color: #fff;
    -webkit-opacity: 100%;
    -moz-opacity: 100%;
    -ms-opacity: 100%;
    opacity: 100%
}

.banner-slider.home_page_banner .banner_sliderContainer_new .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000
}

.banner-slider.home_page_banner .banner_sliderContainer_new .swiper-button-next,.banner-slider.home_page_banner .banner_sliderContainer_new .swiper-button-prev {
    display: inline-block;
    position: relative;
    top: 15px;
    width: auto;
    height: auto;
    margin-top: 0
}

@media screen and (min-width: 768px) {
    .banner-slider.home_page_banner {
        overflow:hidden
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item {
        width: 100%
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content {
        position: absolute;
        padding: 39px 38px 58px;
        width: 550px;
        box-sizing: border-box;
        z-index: 10
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .payment {
        margin-bottom: 4px
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .buy-btn a {
        font-weight: 700
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .know-more {
        font-weight: 700
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .additional_information {
        margin-top: 4px
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .additional_information span {
        font-size: 12px
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .additional_information span a.know-more {
        position: relative;
        z-index: 10
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content.left {
        top: 50%;
        left: 10%;
        transform: translate(0px,-50%)
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content.middle-top {
        top: 5%;
        left: 50%;
        transform: translate(-50%,0px)
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content.middle {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content.middle-bottom {
        bottom: 5%;
        left: 50%;
        transform: translate(-50%,0px)
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content.right {
        top: 50%;
        right: 5%;
        transform: translate(0px,-50%)
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content.have-bg {
        background: #fff
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content.text-middle {
        display: block;
        align-items: center;
        padding: 0;
        max-width: 320px;
        text-align: center
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content.text-right {
        display: block;
        align-items: flex-end;
        padding: 0;
        max-width: 320px;
        text-align: right
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content.have-bg.text-right {
        max-width: 100%;
        padding: 58px 38px 39px 190px
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content.have-bg.text-middle {
        max-width: 100%;
        padding: 58px 38px 39px
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .swiper-slide-active {
        opacity: 1 !important
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .swiper-slide-prev .background_box .bg-img {
        opacity: .7 !important
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .swiper-slide-prev .background_box .item-content.left.text-left>* {
        opacity: .7 !important
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .swiper-slide-prev .background_box .item-content.left.text-left>.buy-btn {
        opacity: 1 !important
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .swiper-slide-prev .background_box .item-content.left.text-left>.buy-btn a {
        background: rgba(0,103,184,.7)
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .swiper-slide-next .background_box .bg-img {
        opacity: .7 !important
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .swiper-slide-next .background_box .item-content.left.text-left>* {
        opacity: .7 !important
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .swiper-slide-next .background_box .item-content.left.text-left>.buy-btn {
        opacity: 1 !important
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .swiper-slide-next .background_box .item-content.left.text-left>.buy-btn a {
        background: rgba(0,103,184,.7)
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .swiper-pagination {
        width: auto
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .swiper-pagination .swiper-pagination-bullet {
        margin-right: 15px
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .swiper-pagination .swiper-pagination-bullet:last-child {
        margin-right: 0
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .swiper-pagination .swiper-pagination-bullet-active {
        color: #000
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .control {
        display: none
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new.swiper-container-initialized .control {
        display: block;
        position: relative;
        text-align: center;
        width: 100%
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new.swiper-container-initialized .banner-container_new .item {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item {
        box-shadow:0 3px .25rem 0 rgba(0,0,0,.13),0 0 .0625rem 0 rgba(0,0,0,.11) !important
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content {
        padding-left: 14px;
        padding-right: 8px;
        padding-bottom: 30px;
        box-sizing: border-box;
        margin-top: 12px;
        position: unset;
        transform: none;
        width: 100%;
        position: relative;
        background: 0 0 !important
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .tip {
        position: absolute;
        top: 0
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .name {
        font-size: 24px;
        height: 68px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding-top: 28px
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .describe {
        font-size: 13px;
        word-wrap: break-word;
        margin-bottom: 20px;
        height: 54px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .payment {
        height: 25px
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .price_information {
        height: 20px
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .additional_information {
        margin-top: 4px;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 34px
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .buy-btn a {
        font-weight: 700
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .banner-container_new .item .item-content .know-more {
        font-weight: 700
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .control {
        display: none;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: -48px;
        width: 100%;
        height: 48px
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .control .swiper-button-prev {
        position: relative;
        height: 20px;
        margin: 0;
        margin-right: 15px;
        top: -14px;
        left: -10px
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .control .swiper-button-prev:after {
        font-size: 24px;
        font-weight: 700
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .control .swiper-pagination {
        position: relative;
        bottom: 20px
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .control .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
        margin-left: 15px
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .control .swiper-button-next {
        position: relative;
        height: 20px;
        margin: 0;
        margin-left: 15px;
        top: -14px;
        right: -10px
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new .control .swiper-button-next:after {
        color: #000;
        font-size: 24px;
        font-weight: 700
    }

    .banner-slider.home_page_banner .banner_sliderContainer_new.swiper-container-initialized .control {
        display: block;
        position: relative;
        text-align: center;
        width: 100%
    }
}

.width_commercial {
    padding-bottom: 10px !important
}

.width_commercial .item .item-content a.has_bg_btn:hover {
    background: #005ca5 !important;
    box-shadow: 0 2px 5px #b9b9b9 !important
}

.earthday-page {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box
}

.earthday-page .pagebuilder-banner-wrapper {
    background-size: 100% auto !important;
    display: flex;
    align-items: center
}

.earthday-page .pagebuilder-banner-wrapper .pagebuilder-banner-button {
    margin: 0;
    width: 150px;
    height: 36px;
    background-color: #fff;
    text-align: center;
    font-size: 1.4rem;
    color: #0067b8;
    line-height: 11px;
    padding: 0
}

.earthday-page .pagebuilder-collage-content {
    text-align: center;
    color: #fff
}

.earthday-page .pagebuilder-collage-content p {
    font-size: 1.2rem
}

.earthday-page .pagebuilder-collage-content p strong {
    font-size: 1.8rem
}

.category-introduce .main-container {
    width: 100%;
    margin: 40px auto 0 auto;
    box-sizing: border-box
}

.category-introduce .main-container p {
    font-size: 1.4rem;
    line-height: 20px;
    color: #000;
    margin: 0 0 5px
}

.category-introduce .main-container h1,.category-introduce .main-container h2 {
    font-size: 2rem;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 16px;
    color: #000
}

.category-introduce .main-container h1 {
    margin: 0
}

@media only screen and (max-width: 769px) {
    .earthday-page .pagebuilder-banner-wrapper {
        height:360px
    }
}

@media only screen and (max-width: 414px) {
    .earthday-page .pagebuilder-banner-wrapper {
        height:210px
    }
}

.commercial-surface-description {
    width: 100%
}

.commercial-surface-description .slick-dots {
    bottom: 5%;
    position: absolute;
    padding: 0
}

.commercial-surface-description .surface-description {
    box-sizing: border-box
}

.commercial-surface-description .surface-description-info {
    box-sizing: border-box
}

.commercial-surface-description .info .icon-wrapper {
    display: inline-block;
    vertical-align: top
}

.commercial-surface-description .info .content {
    display: inline-block;
    height: 43px;
    color: #333;
    margin-left: 14px;
    font-size: 1.4rem
}

.commercial-surface-description .info .content span.title {
    font-weight: 700
}

.commercial-surface-description .info .business-btn a {
    display: inline-block;
    width: 100%;
    height: 30px;
    flex: 1;
    line-height: 30px;
    background-color: #0067b8;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem
}

.commercial-surface-description .info .list li {
    margin-top: 10px
}

.commercial-surface-description .info .tel .phone {
    display: inline-block
}

.commercial-surface-description .info .tel .phone:after {
    content: "\e960";
    font-family: "ms-icon";
    font-size: 3.5rem
}

.commercial-surface-description .info .tel-mobile {
    display: none
}

.commercial-surface-description .list-mobile {
    margin: 0;
    align-items: center;
    height: 45px;
    background-color: #fff;
    padding: 0 10px
}

.commercial-surface-description .list-mobile li {
    flex: 1;
    display: flex;
    align-items: center
}

.commercial-surface-description .list-mobile li .content {
    padding-left: 5px
}

.commercial-surface-description .list-mobile li .content .title {
    font-weight: 700;
    font-size: 1.2rem
}

.commercial-surface-description .list-mobile li svg {
    display: block;
    width: 27px !important;
    height: 27px !important
}

.commercial-surface-description .slick-prev:active,.commercial-surface-description .slick-next:active,.commercial-surface-description .slick-prev:focus,.commercial-surface-description .slick-next:focus,.commercial-surface-description .slick-prev:not(.primary),.commercial-surface-description .slick-next:not(.primary) {
    background: #e0e0e0
}

.commercial-surface-description .slick-prev,.commercial-surface-description .slick-next {
    width: 40px;
    height: 70px
}

.commercial-surface-description .slick-prev:before,.commercial-surface-description .slick-next:before {
    color: #000;
    font-size: 1.8rem
}

.commercial-surface-description .slick-prev:hover,.commercial-surface-description .slick-next:hover {
    box-shadow: 0 0 5px #ccc
}

.commercial-surface-description .slick-next {
    right: 0
}

.commercial-surface-description .slick-prev {
    left: 0
}

.commercial-surface-description .icon-wrapper svg g {
    fill: #0067b8
}

.surface-description .pagebuilder-slide-wrapper {
    background-size: 100% 100% !important
}

.surface-description-content>div>h1:first-child {
    margin-top: 50px
}

.surface-description-content h1 {
    line-height: inherit;
    margin: 0;
    text-align: center
}

.surface-description-content .main-content .item-top h2 {
    font-size: 2.2rem;
    margin: 10px 0 40px;
    line-height: inherit
}

.surface-description-content .main-content-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.surface-description-content .main-content-item .item-footer {
    padding: 0 20px;
    flex: 1
}

.surface-description-content .main-content-item .item-footer .content {
    font-weight: 700;
    margin-bottom: 18px;
    color: #333
}

.surface-description-content .main-content-item .item-footer p {
    font-size: 1.4rem;
    color: #666
}

.surface-description-faq .main-container .faq-bg {
    background-color: #eee;
    margin: 50px 0
}

.surface-description-faq .main-container .faq-bg span {
    color: #333
}

.surface-description-faq .main-container .faq-title {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid
}

.surface-description-faq .main-container .faq-title img {
    width: 22px;
    margin-right: 5px
}

.surface-description-faq .faq-content .question-title {
    color: #0067b8;
    margin-bottom: 5px
}

.surface-description-faq .faq-content li {
    margin-top: 30px
}

.surface-description-faq .faq-content li span {
    display: block;
    margin-left: 42px;
    color: #333
}

.surface-description-faq .faq-content li strong {
    color: #0067b8
}

.surface-description-more li span {
    color: #333;
    font-size: 1.2rem
}

@media only screen and (max-width: 1366px) and (min-width:1024px) {
    .commercial-surface-description .surface-description-info {
        flex:0 0 30%;
        max-width: 30%
    }

    .commercial-surface-description .surface-description {
        flex: 0 0 70%;
        max-width: 70%
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .commercial-surface-description {
        flex-direction:column !important
    }

    .commercial-surface-description .surface-description-info {
        flex: 0 0 100%;
        max-width: 100%
    }

    .commercial-surface-description .surface-description {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.common-banner .top-wrapper {
    text-align: center
}

.common-banner .top-wrapper .code-qr p {
    font-size: 1.2rem;
    margin: 0
}

.common-banner .pagebuilder-slider .slick-dots {
    bottom: 10px;
    position: absolute
}

.common-banner .pagebuilder-slider .slick-arrow {
    border-radius: 50%;
    background: rgba(255,255,255,.8);
    width: 44px;
    height: 44px;
    box-shadow: 0 0 5px #ccc
}

.common-banner .pagebuilder-slider .slick-arrow:focus {
    border: 1px solid #000
}

.common-banner .pagebuilder-slider .slick-arrow:before {
    color: #e0e0e1;
    font-size: 2.2rem
}

.top-wrapper {
    position: relative
}

.top-wrapper .top-wrapper-content {
    color: #333
}

.top-wrapper .code-qr {
    border: 1px solid #ccc;
    width: auto;
    background-color: #fff;
    z-index: 10;
    color: #333
}

.top-wrapper .code-qr img {
    width: 100px;
    margin-bottom: 15px
}

.top-wrapper .code-qr.fixed {
    position: fixed;
    top: 100px;
    transition: top .3s
}

.background-image {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.background-image .play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background: #505050;
    font-size: 0;
    line-height: 0;
    color: #fff
}

.background-image .play-video:after {
    content: "\e923";
    font-family: "ms-icon";
    vertical-align: middle;
    color: #fff
}

.background-image img {
    width: 100%;
    height: 100%
}

.background-image .play-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-text {
    text-align: center;
    color: #333
}

.content-dialog-video {
    display: none;
    position: fixed;
    z-index: 10010;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    padding-top: 5%
}

.content-dialog-video .video-content {
    background: #000;
    border: 1px solid #ccc;
    width: 100%
}

.content-dialog-video.active {
    display: block
}

.content-dialog-video .pop-video {
    position: relative
}

.content-dialog-video .pop-video .close-btn {
    background: #fff;
    position: absolute;
    padding: 0;
    text-align: center;
    line-height: inherit;
    border: none
}

.content-dialog-video .pop-video .close-btn:after {
    content: "\e90c";
    font-family: "ms-icon";
    vertical-align: middle;
    color: #767676
}

.expert-office {
    color: #333
}

.expert-office h3 {
    margin: 0
}

.expert-office p {
    padding-left: 40px;
    position: relative;
    margin: 0
}

.expert-office p .dot {
    position: absolute;
    left: 0;
    top: 0
}

.expert-office .buy-btn a {
    color: #fa040a;
    text-decoration: underline
}

.expert-middle {
    color: #333
}

.expert-middle .title {
    padding: 0 0 30px;
    text-align: center
}

.expert-middle .item-wrapper .sub-title {
    font-weight: 700
}

.expert-middle .item-wrapper p {
    margin: 0
}

.expert-middle .middle-video .video-text {
    display: none
}

.expert-bottom {
    color: #333
}

.expert-bottom .title {
    color: #333;
    text-align: center;
    font-weight: 700;
    margin: 20px 0
}

.expert-bottom ul {
    text-align: center;
    display: flex;
    flex-wrap: wrap
}

.expert-bottom li {
    box-sizing: border-box;
    background-color: #f0f0f0;
    position: relative;
    vertical-align: top
}

.expert-bottom .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px;
    width: 100%;
    height: 100%;
    text-align: left;
    box-sizing: border-box
}

.expert-bottom .content-left,.expert-bottom .content-right {
    flex: 1 1 48%;
    max-width: 48%
}

.expert-bottom h3 {
    margin: 0 0 10px;
    color: #0067b8
}

.expert-bottom p {
    text-align: left;
    margin: 0
}

.expert-bottom .btn-bottom a {
    color: #d83b01
}

.popup-qrcode {
    display: none;
    position: fixed;
    z-index: 10010;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    color: #000;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.popup-qrcode.show {
    display: block
}

.popup-qrcode .content-wrapper {
    display: inline-block;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff
}

.popup-qrcode .popup-title {
    font-size: 2rem;
    font-weight: 700;
    float: left;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 20px
}

.popup-qrcode .popup-text {
    font-size: 1.4rem;
    float: left;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box
}

.popup-qrcode .close-popup:after {
    font-size: 1.7rem;
    color: #767676;
    font-weight: 700
}

.modals-overlay.home-modals-overlay {
    background-color: rgba(255,255,255,.9)
}

.component-background-image.full-width-screen-component,.c-new-layout-picker.color-picker-content,.c-new-layout-mosaic.component-mosaic {
    margin-top: 48px
}

.c-link .c-search-btn {
    margin-top: 0
}

.c-link .c-search-btn .btn {
    padding: 0
}

.choice input.checkbox+label span.price-wrapper {
    width: auto
}

.choice input.checkbox+label span.price-notice {
    width: auto
}

.choice input.checkbox+label span.price-container {
    width: auto
}

.choice input.checkbox+label span.price-container .price_label_all {
    width: auto
}

.choice input.checkbox+label span.price-container .price {
    width: auto
}

.video-container video {
    background: #fff;
    outline: none !important
}

.earthday-block {
    display: none
}

.c-glyph.icon-arrow-right:after {
    font-family: 'ms-icon' !important
}

.c-glyph.icon-arrow-right:before {
    font-family: 'ms-icon' !important
}

.c-video-no-popup .video-container,.c-swiper-media-container .video-container {
    height: 100%
}

.c-video-text {
    display: flex;
    margin: 48px auto 0
}

.c-video-text.align-left-text {
    flex-direction: row
}

.c-video-text.video-65-text-35 .text-box {
    width: 35%
}

.c-video-text .text-box {
    display: flex;
    box-sizing: border-box;
    padding: 0 36px;
    flex-flow: column;
    justify-content: center
}

.c-swiper-ti-1 {
    display: flex;
    justify-content: flex-end;
    position: relative;
    align-items: center;
    margin: 48px auto 0
}

.c-swiper-ti-1 .swiper-section-ti {
    width: 65%;
    position: relative;
    z-index: 9
}

.c-swiper-ti-1 .swiper-box-ti {
    width: 38%;
    position: absolute;
    left: 0;
    z-index: 10
}

.c-swiper-ti-1 .swiper-box-ti .c-swiper-ti-1-container .swiper-wrapper .swiper-slide {
    padding: 80px 0;
    background: #505050;
    color: #fff
}

.c-swiper-ti-1 .swiper-box-ti .c-swiper-ti-1-container .swiper-wrapper .swiper-slide .ti-1-content {
    padding: 0 120px 0 60px
}

.c-swiper-ti-1 .btn-box {
    display: flex;
    justify-content: flex-end;
    margin-right: 14%;
    margin-top: 10px
}

.c-swiper-ti-6 {
    display: flex;
    justify-content: flex-end;
    position: relative;
    align-items: center;
    margin: 48px auto 0
}

.c-swiper-ti-6 .swiper-section-ti {
    width: 65%;
    position: relative;
    z-index: 9
}

.c-swiper-ti-6 .swiper-box-ti {
    width: 38%;
    position: absolute;
    left: 0;
    z-index: 10
}

.c-swiper-ti-6 .swiper-box-ti .c-swiper-ti-6-container .swiper-wrapper .swiper-slide {
    padding: 80px 0;
    background: #505050;
    color: #fff
}

.c-swiper-ti-6 .swiper-box-ti .c-swiper-ti-6-container .swiper-wrapper .swiper-slide .ti-1-content {
    padding: 0 120px 0 60px
}

.c-swiper-ti-6 .btn-box {
    display: flex;
    justify-content: flex-end;
    margin-right: 14%;
    margin-top: 10px
}

.c-h3-self {
    font-size: 24px;
    font-weight: 700
}

.c-paragraph-self {
    margin-top: 20px;
    font-size: 16px
}

.c-link-self {
    margin-top: 15px
}

.c-link-self a {
    color: #fff
}

.c-swiper-ti-1 .btn-box .swiper-button-next,.c-swiper-ti-1 .btn-box .swiper-button-prev {
    position: relative;
    margin: 0 5px;
    height: auto;
    left: 0;
    right: 0
}

.c-swiper-ti-6 .btn-box .swiper-button-next,.c-swiper-ti-6 .btn-box .swiper-button-prev {
    position: relative;
    margin: 0 5px;
    height: auto;
    left: 0;
    right: 0
}

.c-swiper-ti-2 {
    margin: 48px auto 0
}

.c-swiper-ti-2 .row-top .swiper-button-prev {
    left: 10%
}

.c-swiper-ti-2 .row-top .swiper-button-next {
    right: 10%
}

.c-swiper-ti-2 .row-bottom {
    max-width: 1600px;
    margin: 35px auto 0px;
    display: flex;
    width: 90%
}

.c-swiper-ti-2 .row-content-box {
    width: 35%;
    padding: 0 75px;
    box-sizing: border-box
}

.c-swiper-ti-2 .row-icon-swiper {
    width: 65%
}

.c-swiper-ti-2 .row-icon-swiper .row-icon-swiper-container {
    padding-bottom: 50px
}

.c-swiper-ti-2 .row-icon-swiper .row-icon-swiper-container .control-btn-active {
    position: relative
}

.c-swiper-ti-2 .row-icon-swiper .row-icon-swiper-container .control-btn-active .img-label {
    position: absolute;
    text-align: center;
    font-weight: 700;
    width: 100%
}

.c-swiper-ti-2 .row-icon-swiper .btn-slide {
    margin-right: 30px
}

.c-swiper-ti-2 .row-icon-swiper .btn-slide .control-btn-active {
    display: none
}

.c-swiper-ti-2 .row-icon-swiper .btn-slide .control-btn {
    display: block
}

.c-swiper-ti-2 .row-icon-swiper .btn-slide.swiper-slide-thumb-active .control-btn {
    display: none
}

.c-swiper-ti-2 .row-icon-swiper .btn-slide.swiper-slide-thumb-active .control-btn-active {
    display: block
}

.c-swiper-ti-2 .row-icon-swiper .btn-slide img {
    width: 100px;
    height: 100px
}

.c-swiper-product-2 .swiper-button-prev,.c-swiper-product-2 .swiper-button-next,.c-swiper-product-1 .swiper-button-prev,.c-swiper-product-1 .swiper-button-next,.c-swiper-ti-2 .row-top .swiper-button-next,.c-swiper-ti-2 .row-top .swiper-button-prev {
    width: 42px;
    height: 42px;
    border: solid 1px transparent;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,.2)
}

.c-swiper-product-2 .swiper-button-disabled,.c-swiper-product-1 .swiper-button-disabled {
    display: none
}

.row-content-box .content-item {
    display: none
}

.row-content-box .content-item.content-active {
    display: block
}

.c-swiper-product-2,.c-swiper-product-1 {
    margin: 48px auto 0
}

.c-swiper-product-1 .content-box {
    margin-top: 8px;
    min-height: 160px
}

.c-swiper-product-1 .label-box {
    height: 20px;
    line-height: 20px
}

.c-swiper-product-1 .label-box .label {
    display: inline-block;
    background: #fedb05;
    padding: 0 12px;
    box-sizing: border-box
}

.c-swiper-product-1 .title {
    font-size: 18px;
    font-weight: 700
}

.c-swiper-product-1 .link-a a {
    font-weight: 700
}

.c-swiper-product-2 .product-slide {
    padding: 0 30px 35px;
    background: #f2f2f2;
    box-sizing: border-box
}

.c-swiper-product-2 .product-slide.leader-slide {
    background: #585858;
    color: #fff
}

.c-swiper-product-2 .product-slide.leader-slide .title {
    font-size: 30px
}

.c-swiper-product-2 .product-slide.leader-slide .des {
    font-size: 14px
}

.c-swiper-product-2 .product-slide.leader-slide .link-two {
    margin-top: 20px
}

.c-swiper-product-2 .product-slide.leader-slide .link-two a {
    font-weight: 700;
    color: #fff;
    width: 45%;
    display: inline-block
}

.c-swiper-product-2 .product-slide.leader-slide .bottom-content {
    min-height: 240px
}

.c-swiper-product-2 .product-slide .img-box {
    text-align: center
}

.c-swiper-product-2 .label-box .label {
    display: inline-block;
    background: #fedb05;
    padding: 0 12px;
    box-sizing: border-box
}

.c-swiper-product-2 .content-box {
    min-height: 208px;
    margin-bottom: 12px
}

.c-swiper-product-2 .content-box .title {
    font-size: 18px;
    font-weight: 700
}

.c-swiper-product-2 .content-box .des-1 {
    margin-top: 28px
}

.c-swiper-product-2 .content-box .des-2 {
    margin-top: 28px;
    min-height: 60px
}

.custom-buybox-banner {
    position: relative
}

.custom-buybox-banner .item-img {
    display: none
}

.custom-buybox-banner .item-img.active-bgimg {
    display: block
}

.custom-buybox-banner .banner-content {
    position: absolute;
    top: 20%;
    left: 11%;
    width: 18%;
    min-width: 350px
}

.custom-buybox-banner .banner-content .title {
    font-size: 24px;
    font-weight: 700
}

.custom-buybox-banner .banner-content .des {
    font-size: 16px
}

.custom-buybox-banner .banner-content .link-two {
    margin-top: 60px
}

.custom-buybox-banner .banner-content .link-two a {
    font-size: 16px;
    margin-right: 30px
}

.custom-buybox-banner .banner-content .ul-icon {
    margin-top: 30px;
    display: flex
}

.custom-buybox-banner .banner-content .ul-icon .list-icon {
    position: relative;
    margin-right: 10px;
    cursor: pointer
}

.custom-buybox-banner .banner-content .ul-icon .list-icon .img-label {
    position: absolute;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    display: none
}

.custom-buybox-banner .banner-content .ul-icon .list-icon .btn-icon {
    display: inline-block;
    padding: 5px;
    border: solid 2px transparent;
    height: auto;
    line-height: normal
}

.custom-buybox-banner .banner-content .ul-icon .list-icon.active-icon .btn-icon {
    border: dashed 2px #000
}

.custom-buybox-banner .banner-content .ul-icon .list-icon.active-icon .img-label {
    display: block
}

.custom-buybox-banner .banner-content .label span {
    display: inline-block;
    background: #fedb05;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 16px
}

.custom-buybox-banner .banner-content .b_btn_RL {
    display: block;
    position: relative;
    margin: 10px 0 0
}

.custom-buybox-banner .banner-content .b_btn_RL .pdp_kv_buy {
    display: inline-block;
    font-size: 1.4rem;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    background: #0067b8;
    padding: 0 30px;
    text-decoration: none
}

.custom-buybox-banner .banner-content .b_btn_RL .pdp_kv_play_video {
    display: inline-block;
    margin: 0 0 0 30px;
    font-size: 1.4rem;
    color: #000;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer
}

.c-swiper-ti-1 .btn-box .swiper-button-next:after,.c-swiper-ti-1 .btn-box .swiper-button-prev:after {
    font-size: 30px;
    color: #000
}

.c-swiper-ti-6 .btn-box .swiper-button-next:after,.c-swiper-ti-6 .btn-box .swiper-button-prev:after {
    font-size: 30px;
    color: #000
}

.c-swiper-product-2 .swiper-button-prev:after,.c-swiper-product-2 .swiper-button-next:after,.c-swiper-product-1 .swiper-button-prev:after,.c-swiper-product-1 .swiper-button-next:after,.c-swiper-ti-2 .row-top .swiper-button-next:after,.c-swiper-ti-2 .row-top .swiper-button-prev:after {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000;
    font-size: 16px;
    transform: translate(-50%,-50%)
}

.c-swiper-ti-1 .play-btn {
    position: absolute;
    z-index: 10;
    left: 12%;
    top: 15%
}

.c-swiper-ti-1 .play-btn .start-btn {
    display: none
}

.c-swiper-ti-1 .play-btn .pause-btn {
    display: block
}

.c-swiper-ti-1 .play-btn button,.c-swiper-ti-1 .play-btn .cart.table-wrapper .actions-toolbar>.action,.c-swiper-ti-1 .play-btn .action-gift {
    padding: 0;
    background: unset;
    border: none;
    line-height: normal;
    height: 32px
}

.c-swiper-ti-1 .scroll_box {
    width: 100%;
    margin: 0 4px;
    height: auto;
    line-height: 0;
    display: flex;
    position: relative
}

.c-swiper-ti-1 .scroll_box .bottom-line {
    width: 100%;
    position: absolute;
    top: calc(100% - 2px);
    height: 2px;
    z-index: 10;
    background: #505050
}

.c-swiper-ti-1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0
}

.c-swiper-ti-1 .swiper-box-ti .swiper-pagination-bullet-active {
    background: #d2d2d2
}

.c-swiper-ti-1 .swiper-box-ti .swiper-pagination-bullet-active .scroll {
    width: 0;
    height: 100%;
    background: #505050
}

.c-swiper-ti-1 .has_active .swiper-pagination-bullet {
    background: #505050
}

.c-swiper-ti-6 .play-btn {
    position: absolute;
    z-index: 10;
    left: 12%;
    top: 15%
}

.c-swiper-ti-6 .play-btn .start-btn {
    display: none
}

.c-swiper-ti-6 .play-btn .pause-btn {
    display: block
}

.c-swiper-ti-6 .play-btn button,.c-swiper-ti-6 .play-btn .cart.table-wrapper .actions-toolbar>.action,.c-swiper-ti-6 .play-btn .action-gift {
    padding: 0;
    background: unset;
    border: none;
    line-height: normal;
    height: 32px
}

.c-swiper-ti-6 .scroll_box {
    width: 100%;
    margin: 0 4px;
    height: auto;
    line-height: 0;
    display: flex;
    position: relative
}

.c-swiper-ti-6 .scroll_box .bottom-line {
    width: 100%;
    position: absolute;
    top: calc(100% - 2px);
    height: 2px;
    z-index: 10;
    background: #505050
}

.c-swiper-ti-6 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0
}

.c-swiper-ti-6 .swiper-box-ti .swiper-pagination-bullet-active {
    background: #d2d2d2
}

.c-swiper-ti-6 .swiper-box-ti .swiper-pagination-bullet-active .scroll {
    width: 0;
    height: 100%;
    background: #505050
}

.c-swiper-ti-6 .has_active .swiper-pagination-bullet {
    background: #505050
}

.reel-popup-active.modal-popup .modal-inner-wrap .modal-content .reel-popop-box .reel-text .c-paragraph {
    line-height: 1.8
}

.c-swiper-ti-2 .row-icon-swiper {
    display: flex
}

@media screen and (max-width: 1300px) and (min-width:1024px) {
    .c-swiper-product-2 .content-box {
        margin-bottom:12px
    }

    .c-swiper-product-2 .product-slide.leader-slide .bottom-content {
        min-height: 240px
    }

    .c-swiper-ti-1 .play-btn {
        left: 5%;
        top: 8%
    }

    .c-swiper-ti-6 .play-btn {
        left: 5%;
        top: 8%
    }
}

@media screen and (max-width: 1024px) and (min-width:767px) {
    .c-swiper-ti-2 .row-bottom {
        flex-flow:column;
        text-align: center
    }

    .c-swiper-ti-2 .row-content-box {
        width: 100%
    }

    .c-swiper-ti-2 .row-icon-swiper {
        width: 100%;
        display: flex;
        margin-top: 20px
    }

    .c-swiper-ti-1 {
        flex-flow: column
    }

    .c-swiper-ti-1 .swiper-box-ti {
        width: 100%;
        position: relative;
        order: 1;
        padding-right: 20px;
        box-sizing: border-box;
        margin-top: -12px
    }

    .c-swiper-ti-1 .swiper-section-ti {
        width: 100%;
        padding-left: 20px;
        box-sizing: border-box
    }

    .c-swiper-ti-6 {
        flex-flow: column
    }

    .c-swiper-ti-6 .swiper-box-ti {
        width: 100%;
        position: relative;
        order: 1;
        padding-right: 20px;
        box-sizing: border-box;
        margin-top: -12px
    }

    .c-swiper-ti-6 .swiper-section-ti {
        width: 100%;
        padding-left: 20px;
        box-sizing: border-box
    }

    .c-swiper-ti-1 .play-btn {
        left: 7%;
        top: 17%
    }

    .c-swiper-ti-6 .play-btn {
        left: 7%;
        top: 17%
    }
}

@media (forced-colors:active) {
    .c-360-rotating .noUi-origin .noUi-handle {
        border: solid !important
    }

    .c-360-rotating .noUi-target {
        border-top: solid !important;
        border-bottom: solid !important
    }
}

div.c-4-offer .list {
    position: relative
}

.global-uhf-header #mectrl_currentAccount_picture {
    display: none
}

.global-uhf-header .mectrl_mainDropdown>.mectrl_dropdownbody {
    width: 253px
}

.global-uhf-header #mectrl_currentAccount_secondary {
    display: none
}

.global-uhf-header #mectrl_viewAccount {
    display: none
}

.global-uhf-header .mectrl_body>.mectrl_currentAccount {
    padding: 12px 0 20px 36px
}

.global-uhf-header .mectrl_company {
    padding: 0
}

.global-uhf-header .mectrl_commands>a.mectrl_link {
    color: #333 !important;
    font-size: 16px;
    height: 32.4px;
    color: #0067b8 !important
}

.global-uhf-header .mectrl_commands .mectrl_menu {
    position: relative
}

.global-uhf-header .mectrl_commands #mectrl_moreCommands_trigger {
    display: none
}

.global-uhf-header .mectrl_commands #mectrl_moreCommands_menu {
    position: unset;
    opacity: 1;
    visibility: unset;
    border: none !important;
    box-shadow: unset
}

.global-uhf-header .mectrl_commands #mectrl_moreCommands_menu a.mectrl_resetStyle {
    padding: 0;
    font-size: 16px;
    line-height: normal;
    color: #0067b8 !important
}

.global-uhf-header .mectrl_commands #mectrl_moreCommands_menu a:hover,.global-uhf-header .mectrl_commands #mectrl_moreCommands_menu a:active {
    background-color: #fff !important;
    text-decoration: underline
}

.global-uhf-header .mectrl_commands #mectrl_moreCommands_menu li {
    height: 32.4px
}

.global-uhf-header .mectrl_currentAccount a.mectrl_signout:hover,.global-uhf-header .mectrl_currentAccount a.mectrl_signout:active {
    background-color: #fff
}

main a.c-call-to-action {
    position: relative;
    display: inline-block;
    margin-left: 0;
    padding: 10px 3px 7px 0;
    outline: 1px solid transparent;
    border: 2px solid transparent;
    background: 0 0;
    color: #0067b8;
    text-align: left;
    white-space: normal;
    transition: none
}

main a.c-call-to-action:not(.glyph-play):after {
    content: " "
}

main a.c-call-to-action.x-hidden-focus,main a.c-call-to-action:active,main a.c-call-to-action:focus,main a.c-call-to-action:focus:not(.x-hidden-focus),main a.c-call-to-action:hover {
    background: 0 0;
    outline: 1px solid transparent;
    border: solid 2px transparent;
    transform: unset
}

main a.c-call-to-action span {
    display: block
}

main a.c-call-to-action:hover {
    text-decoration: underline
}

body.commercial-product-tip .hotLineContent ul li:first-child {
    display: none
}

body.commercial-product-tip .hotLineContent ul li:nth-child(2) {
    display: block
}

body .hotLineContent ul li:first-child {
    display: block
}

body .hotLineContent ul li:nth-child(2) {
    display: none
}

body.page-layout-surface-black.catalog-product-buybox {
    color: #fff
}

body.page-layout-surface-black.catalog-product-buybox .fixed_active .header-container {
    background: #161616
}

body.page-layout-surface-black.catalog-product-buybox .header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation>ul,body.page-layout-surface-black.catalog-product-buybox .product.data.items.tablist .tablist-title-box .tablist-buyinfo {
    background: #161616
}

body.page-layout-surface-black.catalog-product-buybox .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level0.submenu {
    background: #161616
}

body.page-layout-surface-black.catalog-product-buybox .product.data.items.tablist .tablist-title-box .tablist-buyinfo {
    background: #161616
}

body.page-layout-surface-black.catalog-product-buybox .product.data.items.tablist .tablist-title-box .tablist-buyinfo .product-info-price-mobile {
    color: #f2f2f2
}

body.page-layout-surface-black.catalog-product-buybox .dig-content .dig-login-container .links li a,body.page-layout-surface-black.catalog-product-buybox .header-container .header-content .navigation-item .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level-top.ui-corner-all,body.page-layout-surface-black.catalog-product-buybox .footer.content .block.newsletter .title strong,body.page-layout-surface-black.catalog-product-buybox .footer.content .cms-footer-container .container-list .item-title .title,body.page-layout-surface-black.catalog-product-buybox .footer.content .cms-footer-container .container-list .item-title>i {
    color: #f2f2f2
}

body.page-layout-surface-black.catalog-product-buybox .footer.content .other-location a {
    color: #f2f2f2 !important
}

body.page-layout-surface-black.catalog-product-buybox .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level0.submenu .level1.category-item>a {
    color: #f2f2f2 !important
}

body.page-layout-surface-black.catalog-product-buybox .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level0.submenu .level1.category-item>a:hover {
    color: #161616 !important
}

body.page-layout-surface-black.catalog-product-buybox .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level-top {
    color: #f2f2f2 !important
}

body.page-layout-surface-black.catalog-product-buybox .c-swiper-product-2 .swiper-button-prev,body.page-layout-surface-black.catalog-product-buybox .c-swiper-product-2 .swiper-button-next,body.page-layout-surface-black.catalog-product-buybox .c-swiper-product-1 .swiper-button-prev,body.page-layout-surface-black.catalog-product-buybox .c-swiper-product-1 .swiper-button-next,body.page-layout-surface-black.catalog-product-buybox .c-swiper-ti-2 .row-top .swiper-button-next,body.page-layout-surface-black.catalog-product-buybox .c-swiper-ti-2 .row-top .swiper-button-prev {
    background: #000
}

body.page-layout-surface-black.catalog-product-buybox .page-wrapper,body.page-layout-surface-black.catalog-product-buybox .product.data.items.tablist .tablist-title,body.page-layout-surface-black.catalog-product-buybox .material-content,body.page-layout-surface-black.catalog-product-buybox .product.data.items.tablist .tablist-content .item.content,body.page-layout-surface-black.catalog-product-buybox .modal-slide .modal-inner-wrap,body.page-layout-surface-black.catalog-product-buybox .modal-popup .modal-inner-wrap,body.page-layout-surface-black.catalog-product-buybox .product-img-dialog .pdp-img-list .pdp-img-item,body.page-layout-surface-black.catalog-product-buybox .product.data.items>.item.content {
    background: #161616
}

body.page-layout-surface-black.catalog-product-buybox .page-footer .footer {
    background: #232323
}

body.page-layout-surface-black.catalog-product-buybox .page-header,body.page-layout-surface-black.catalog-product-buybox .header-container .header-content .search_menu {
    background-color: #161616
}

body.page-layout-surface-black.catalog-product-buybox .header-container .header-content .logo-box .office-title a,body.page-layout-surface-black.catalog-product-buybox .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level-top.ui-corner-all,body.page-layout-surface-black.catalog-product-buybox button,body.page-layout-surface-black.catalog-product-buybox .cart.table-wrapper .actions-toolbar>.action,body.page-layout-surface-black.catalog-product-buybox .action-gift,body.page-layout-surface-black.catalog-product-buybox .header-container .header-content .cart-item .minicart-wrapper .action.showcart:before,body.page-layout-surface-black.catalog-product-buybox .material-surface,body.page-layout-surface-black.catalog-product-buybox .product.data.items.tablist .tablist-title .item.title>.switch:visited,body.page-layout-surface-black.catalog-product-buybox .cart.table-wrapper .actions-toolbar>.action,body.page-layout-surface-black.catalog-product-buybox .action-gift,body.page-layout-surface-black.catalog-product-buybox .action-gift {
    color: #f2f2f2
}

body.page-layout-surface-black.catalog-product-buybox .header-container .header-content .logo-box .office-title:before {
    border: none
}

body.page-layout-surface-black.catalog-product-buybox .product-info-main-bottom,body.page-layout-surface-black.catalog-product-buybox .product-info-main {
    box-shadow: unset;
    background: #191919
}

body.page-layout-surface-black.catalog-product-buybox .product-info-main .product-info-main-text .overview-action .show-more,body.page-layout-surface-black.catalog-product-buybox .product-info-main .product-info-picture .picture-wrapper .pdp-img-modal,body.page-layout-surface-black.catalog-product-buybox a:visited,body.page-layout-surface-black.catalog-product-buybox .alink:visited {
    color: #41acf4
}

body.page-layout-surface-black.catalog-product-buybox .global-top-container a {
    color: #fff
}

body.page-layout-surface-black.catalog-product-buybox .clearfix.product-info-main-bottom .addtion-content {
    border: none
}

body.page-layout-surface-black.catalog-product-buybox .action.primary,body.page-layout-surface-black.catalog-product-buybox .product-info-main .product-info-main-bottom .main-full-bottom-item .auth-login {
    background: #41acf4;
    color: #fff;
    border: none
}

body.page-layout-surface-black.catalog-product-buybox .page-footer .footer .block.newsletter .title,body.page-layout-surface-black.catalog-product-buybox .page-footer .footer .block.newsletter .content input {
    color: #f2f2f2
}

body.page-layout-surface-black.catalog-product-buybox .page-footer .footer .block.newsletter .content .privacy-policy a {
    color: #41acf4
}

body.page-layout-surface-black.catalog-product-buybox .page-footer .footer .block.newsletter .content input {
    background: #454545
}

body.page-layout-surface-black.catalog-product-buybox .page-footer .footer .block.newsletter .content .actions .primary {
    background: #41acf4;
    color: #f2f2f2
}

body.page-layout-surface-black.catalog-product-buybox .page-footer .footer .block.newsletter .content input::-webkit-input-placeholder {
    color: #f2f2f2
}

body.page-layout-surface-black.catalog-product-buybox .page-footer .footer .block.newsletter .content input:-moz-placeholder {
    color: #f2f2f2
}

body.page-layout-surface-black.catalog-product-buybox .page-footer .footer .block.newsletter .content input::-moz-placeholder {
    color: #f2f2f2
}

body.page-layout-surface-black.catalog-product-buybox .page-footer .footer .block.newsletter .content input:-ms-input-placeholder {
    color: #f2f2f2
}

body.page-layout-surface-black.catalog-product-buybox .page-footer .cms-footer-container .container-list .item-list>li {
    color: #f2f2f2
}

body.page-layout-surface-black.catalog-product-buybox .page-footer .cms-footer-container .container-list .item-list>li a {
    color: #f2f2f2
}

body.page-layout-surface-black.catalog-product-buybox .page-footer .cms-footer .uhf-footer a,body.page-layout-surface-black.catalog-product-buybox .page-footer .cms-footer .uhf-footer .copyright span {
    color: #f2f2f2
}

body.page-layout-surface-black.catalog-product-buybox .product.data.items.tablist .tablist-title {
    box-shadow: 0 6px 23px -6px rgba(0,0,0,.16);
    border-bottom: 2px solid #fff
}

body.page-layout-surface-black.catalog-product-buybox .product.data.items.tablist .tablist-title .item.title.active>.switch:focus,body.page-layout-surface-black.catalog-product-buybox .product.data.items.tablist .tablist-title .item.title.active>.switch:hover,body.page-layout-surface-black.catalog-product-buybox .product.data.items.tablist .tablist-title .item.title.active>.switch,body.page-layout-surface-black.catalog-product-buybox .product.data.items.tablist .tablist-title .item.title:not(.disabled)>.switch:active {
    background: #2c2c2c;
    border: 2px solid #fff;
    border-bottom: none;
    color: #fff
}

body.page-layout-surface-black.catalog-product-buybox .product.data.items.tablist .tablist-title .item.title.current>.switch:after,body.page-layout-surface-black.catalog-product-buybox .product.data.items.tablist .tablist-title .item.title.active>.switch:after {
    border: 2px solid #2c2c2c
}

body.page-layout-surface-black.catalog-product-buybox .product.data.items.tablist .tablist-title .item.title>.switch {
    background: #171717;
    border: 2px solid #484848;
    color: rgba(255,255,255,.6);
    min-width: 0
}

body.page-layout-surface-black.catalog-product-buybox .swiper-button-next:after,body.page-layout-surface-black.catalog-product-buybox .swiper-button-prev:after {
    color: #fff !important
}

body.page-layout-surface-black.catalog-product-buybox .component-slider .swiper-button-prev,body.page-layout-surface-black.catalog-product-buybox .component-slider .swiper-button-next {
    background: #161616
}

body.page-layout-surface-black.catalog-product-buybox .swiper-pagination-bullet {
    background: #4a4a4a;
    opacity: 1
}

body.page-layout-surface-black.catalog-product-buybox .component-slider .swiper-pagination-bullet-active {
    background: #fff
}

body.page-layout-surface-black.catalog-product-buybox .thinSlider {
    background: #41acf4
}

body.page-layout-surface-black.catalog-product-buybox .thinSlider::-webkit-slider-thumb {
    background: #41acf4
}

body.page-layout-surface-black.catalog-product-buybox .review-control-vote:before,body.page-layout-surface-black.catalog-product-buybox .review-control-vote label:before {
    color: #da3b01
}

body.page-layout-surface-black.catalog-product-buybox .product-info-main .product-info-main-bottom .main-full-bottom-item {
    border: none
}

body.page-layout-surface-black.catalog-product-buybox .product-img-dialog.modal-popup._inner-scroll .modal-inner-wrap {
    border: 1px solid #41acf4
}

body.page-layout-surface-black.catalog-product-buybox .product-img-dialog.modal-popup .modal-header h1 {
    color: #41acf4
}

body.page-layout-surface-black.catalog-product-buybox .component-spec .table tr>th:first-child {
    background-color: transparent
}

body.page-layout-surface-black.catalog-product-buybox .nav-sections .nav-sections-item-content .navigation,body.page-layout-surface-black.catalog-product-buybox .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level-top.ui-menu-item-wrapper,body.page-layout-surface-black.catalog-product-buybox .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level-top.ui-corner-all {
    background: #161616
}

body.page-layout-surface-black.catalog-product-buybox select {
    border: 1px solid #41acf4;
    background: #191919 url(../images/select-down.png) right center no-repeat
}

body.page-layout-surface-black.catalog-product-buybox a,body.page-layout-surface-black.catalog-product-buybox .alink {
    color: #41acf4
}

body.page-layout-surface-black.catalog-product-buybox .product-info-main .product-info-buyinfo .product-add-form .fieldset .field:not(.choice) select {
    border-color: #41acf4;
    color: #f2f2f2
}

body.page-layout-surface-black.catalog-product-buybox .swatch-attribute.color .swatch-attribute-options .swatch-option {
    border: 2px solid #f2f2f2
}

body.page-layout-surface-black.catalog-product-buybox .swatch-attribute.color .swatch-attribute-options .swatch-option.selected {
    border: 4px solid #f2f2f2
}

body.page-layout-surface-black.catalog-product-buybox .page-header input[type=text] {
    background: rgba(255,255,255,.2);
    color: #f2f2f2
}

body.page-layout-surface-black.catalog-product-buybox .header-container .dig-content .mobile-search-box .block.block-search .block.block-content .field.search .control input {
    border: 1px solid rgba(255,255,255,.7);
    background: rgba(255,255,255,.2)
}

body.page-layout-surface-black.catalog-product-buybox .header-container .dig-content .mobile-search-box .block.block-search .cancel-btn,body.page-layout-surface-black.catalog-product-buybox .header-container .dig-content .mobile-search-box .block.block-search {
    background: #161616
}

body.page-layout-surface-black.catalog-product-buybox .block-search .action.search.disabled,body.page-layout-surface-black.catalog-product-buybox .block-search .action.search[disabled],body.page-layout-surface-black.catalog-product-buybox fieldset[disabled] .block-search .action.search {
    opacity: 1
}

@media only screen and (max-device-width: 767px) {
    body.page-layout-surface-black.catalog-product-buybox .block-search .action.search.disabled,body.page-layout-surface-black.catalog-product-buybox .block-search .action.search[disabled],body.page-layout-surface-black.catalog-product-buybox fieldset[disabled] .block-search .action.search {
        opacity:0
    }
}

body.page-layout-surface-black.catalog-product-buybox .dig-content .dig-login-container {
    background: #161616;
    box-shadow: none
}

body.page-layout-surface-black.catalog-product-buybox .dig-content .dig-login-container .login-btn {
    background: #41acf4;
    color: #fff !important
}

body.page-layout-surface-black.catalog-product-buybox .swatch-attribute.color .swatch-attribute-options .swatch-option.selected:after {
    color: #fff
}

body.page-layout-surface-black.catalog-product-buybox .dig-content .dig-login-container .links li:nth-child(n+2) a {
    color: #f2f2f2
}

body.page-layout-surface-black.catalog-product-buybox .primary-banner .banner-box-wrapper.bg-white .banner-box {
    background-color: #161616
}

body.page-layout-surface-black.catalog-product-buybox .back-top-btn button,body.page-layout-surface-black.catalog-product-buybox .back-top-btn .cart.table-wrapper .actions-toolbar>.action,body.page-layout-surface-black.catalog-product-buybox .back-top-btn .action-gift {
    background: #666;
    border: 1px solid #666
}

body.page-layout-surface-black.catalog-product-buybox .modal-popup .action-close:hover:before {
    color: #fff !important
}

body.page-layout-surface-black.catalog-product-buybox .swiper-scrollbar {
    background: #d1d1d1
}

@media screen and (min-width: 768px) {
    body.page-layout-surface-black.catalog-product-buybox .c-uhfh>div:first-child,body.page-layout-surface-black.catalog-product-buybox .c-uhfh>div:first-child .c-uhf-menu a:before,body.page-layout-surface-black.catalog-product-buybox .c-uhfh>div:first-child .c-uhf-menu button:before,body.page-layout-surface-black.catalog-product-buybox .c-uhfh>div:first-child .c-uhf-menu>button[aria-expanded=true],body.page-layout-surface-black.catalog-product-buybox .js .c-uhf-menu>[aria-expanded=true]+ul[aria-hidden=false],body.page-layout-surface-black.catalog-product-buybox .c-uhfh>div:first-child .c-uhf-menu>ul,body.page-layout-surface-black.catalog-product-buybox .c-uhfh .theme-light .f-multi-column .f-multi-column-info,body.page-layout-surface-black.catalog-product-buybox .c-uhfh>div:first-child .c-uhf-menu .cart.table-wrapper .actions-toolbar>.action:before,body.page-layout-surface-black.catalog-product-buybox .c-uhfh>div:first-child .c-uhf-menu>.cart.table-wrapper .actions-toolbar>.action[aria-expanded=true],body.page-layout-surface-black.catalog-product-buybox .c-uhfh>div:first-child .c-uhf-menu .action-gift:before,body.page-layout-surface-black.catalog-product-buybox .c-uhfh>div:first-child .c-uhf-menu>.action-gift[aria-expanded=true] {
        background:#161616
    }

    body.page-layout-surface-black.catalog-product-buybox .c-uhfh>div:first-child .c-uhf-menu a:hover {
        background: #161616
    }

    body.page-layout-surface-black.catalog-product-buybox .c-uhfh>div:first-child .c-uhf-menu button:hover,body.page-layout-surface-black.catalog-product-buybox .c-uhfh>div:first-child .c-uhf-menu .cart.table-wrapper .actions-toolbar>.action:hover,body.page-layout-surface-black.catalog-product-buybox .c-uhfh>div:first-child .c-uhf-menu .action-gift:hover {
        background: #161616
    }

    body.page-layout-surface-black.catalog-product-buybox .c-uhf-menu button,body.page-layout-surface-black.catalog-product-buybox .c-uhf-menu .cart.table-wrapper .actions-toolbar>.action,body.page-layout-surface-black.catalog-product-buybox .c-uhf-menu .action-gift {
        background: #161616 !important
    }

    body.page-layout-surface-black.catalog-product-buybox .c-uhf-menu>button:after,body.page-layout-surface-black.catalog-product-buybox .c-uhf-menu>.cart.table-wrapper .actions-toolbar>.action:after,body.page-layout-surface-black.catalog-product-buybox .c-uhf-menu>.action-gift:after {
        bottom: 15px
    }

    body.page-layout-surface-black.catalog-product-buybox .c-cart-lbl.c-st-lbl {
        color: #41acf4 !important
    }

    body.page-layout-surface-black.catalog-product-buybox .c-uhfh .c-action-trigger.glyph-shopping-cart {
        color: #41acf4 !important
    }

    body.page-layout-surface-black.catalog-product-buybox .c-uhfh>div:first-child .c-uhf-menu a,body.page-layout-surface-black.catalog-product-buybox .c-uhfh>div:first-child .c-uhf-menu button,body.page-layout-surface-black.catalog-product-buybox .c-uhfh>div:first-child .c-uhf-nav-link,body.page-layout-surface-black.catalog-product-buybox .c-uhfh .f-multi-column>li>span,body.page-layout-surface-black.catalog-product-buybox .mectrl_topHeader .mectrl_header_text,body.page-layout-surface-black.catalog-product-buybox #search span,body.page-layout-surface-black.catalog-product-buybox .c-uhfh.c-sgl-stck .c-search button:after,body.page-layout-surface-black.catalog-product-buybox .c-uhfh>[class*=theme-] .c-me:not(.msame_open) .msame_Header_name,body.page-layout-surface-black.catalog-product-buybox .c-uhfh.c-sgl-stck .f-search-opened .cancel-search span,body.page-layout-surface-black.catalog-product-buybox .c-uhfh.c-sgl-stck .c-cat-logo span,body.page-layout-surface-black.catalog-product-buybox .c-uhfh .c-action-trigger.glyph-shopping-cart span:not(.shopping-cart-amount),body.page-layout-surface-black.catalog-product-buybox .c-uhfh>div:first-child .c-uhf-menu .cart.table-wrapper .actions-toolbar>.action,body.page-layout-surface-black.catalog-product-buybox .c-uhfh.c-sgl-stck .c-search .cart.table-wrapper .actions-toolbar>.action:after,body.page-layout-surface-black.catalog-product-buybox .c-uhfh>div:first-child .c-uhf-menu .action-gift,body.page-layout-surface-black.catalog-product-buybox .c-uhfh.c-sgl-stck .c-search .action-gift:after {
        color: #fff !important
    }

    body.page-layout-surface-black.catalog-product-buybox .c-uhfh.c-sgl-stck .f-search-opened .cancel-search {
        border: 1px solid #fff
    }

    body.page-layout-surface-black.catalog-product-buybox .c-uhfh>div:first-child .c-search input[type=search] {
        background: #fff
    }

    body.page-layout-surface-black.catalog-product-buybox .c-uhfh .mectrl_screen_reader_text {
        color: #797979
    }

    body.page-layout-surface-black.catalog-product-buybox .page-footer .footer .block.newsletter .content .actions .primary {
        color: #000
    }
}

@media screen and (max-width: 768px) {
    body.page-layout-surface-black.catalog-product-buybox .c-uhfh.c-sgl-stck .c-uhfh-gcontainer-st,body.page-layout-surface-black.catalog-product-buybox .global-uhf-header .c-uhfh.c-sgl-stck.c-category-header nav.c-uhfh-gnav,body.page-layout-surface-black.catalog-product-buybox .c-uhfh.c-sgl-stck .cat-logo-button-cont {
        background:#161616
    }

    body.page-layout-surface-black.catalog-product-buybox .c-uhfh .c-uhf-menu a:focus,body.page-layout-surface-black.catalog-product-buybox .c-uhfh.c-sgl-stck nav#uhf-c-nav {
        background: #161616
    }

    body.page-layout-surface-black.catalog-product-buybox .c-uhfh>div:first-child .c-action-trigger.glyph-global-nav-button:before,body.page-layout-surface-black.catalog-product-buybox .c-uhfh .c-uhf-menu button:hover,body.page-layout-surface-black.catalog-product-buybox .c-uhfh .c-uhf-menu button:focus,body.page-layout-surface-black.catalog-product-buybox .c-uhfh .c-uhf-menu button[aria-expanded=true],body.page-layout-surface-black.catalog-product-buybox .c-uhfh.c-sgl-stck .cat-logo-button-cont .c-cat-logo-button,body.page-layout-surface-black.catalog-product-buybox .c-uhfh.c-sgl-stck .c-uhfh-actions a#uhf-shopping-cart:before,body.page-layout-surface-black.catalog-product-buybox .c-uhfh.c-sgl-stck nav a.c-uhf-nav-link,body.page-layout-surface-black.catalog-product-buybox body.page-layout-surface-black.catalog-product-buybox a,body.page-layout-surface-black.catalog-product-buybox .c-uhfh>div:first-child .c-uhf-menu ul li>a,body.page-layout-surface-black.catalog-product-buybox .c-uhfh.c-sgl-stck .c-uhfh-actions #meControl.c-me .msame_Header_name,body.page-layout-surface-black.catalog-product-buybox .c-uhfh.c-sgl-stck .c-uhfh-actions #meControl.c-me .st_msame_placeholder,body.page-layout-surface-black.catalog-product-buybox .c-uhfh .c-uhf-menu .cart.table-wrapper .actions-toolbar>.action:hover,body.page-layout-surface-black.catalog-product-buybox .c-uhfh .c-uhf-menu .cart.table-wrapper .actions-toolbar>.action:focus,body.page-layout-surface-black.catalog-product-buybox .c-uhfh .c-uhf-menu .cart.table-wrapper .actions-toolbar>.action[aria-expanded=true],body.page-layout-surface-black.catalog-product-buybox .c-uhfh .c-uhf-menu .action-gift:hover,body.page-layout-surface-black.catalog-product-buybox .c-uhfh .c-uhf-menu .action-gift:focus,body.page-layout-surface-black.catalog-product-buybox .c-uhfh .c-uhf-menu .action-gift[aria-expanded=true] {
        color: #fff
    }
}

body.page-layout-surface-black.catalog-product-buybox .video-container video {
    outline: none !important
}

.c-video-text {
    display: flex;
    margin: 48px auto 0
}

.c-video-text.align-left-text {
    flex-direction: row
}

.c-video-text.video-65-text-35 .text-box {
    width: 35%
}

.c-video-text .text-box {
    display: flex;
    box-sizing: border-box;
    padding: 0 36px;
    flex-flow: column;
    justify-content: center
}

.c-swiper-ti-1 {
    display: flex;
    justify-content: flex-end;
    position: relative;
    align-items: center;
    margin: 48px auto 0
}

.c-swiper-ti-1 .swiper-section-ti {
    width: 65%;
    position: relative;
    z-index: 9
}

.c-swiper-ti-1 .swiper-box-ti {
    width: 38%;
    position: absolute;
    left: 0;
    z-index: 10
}

.c-swiper-ti-1 .swiper-box-ti .c-swiper-ti-1-container .swiper-wrapper .swiper-slide {
    padding: 80px 0;
    background: #505050;
    color: #fff
}

.c-swiper-ti-1 .swiper-box-ti .c-swiper-ti-1-container .swiper-wrapper .swiper-slide .ti-1-content {
    padding: 0 120px 0 60px
}

.c-swiper-ti-1 .swiper-box-ti .c-swiper-ti-1-container .swiper-wrapper .swiper-slide .ti-1-content .swiper-icon img {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 15%
}

.c-swiper-ti-1 .btn-box {
    display: flex;
    justify-content: flex-end;
    margin-right: 14%;
    margin-top: 10px
}

.c-swiper-ti-6 {
    display: flex;
    justify-content: flex-end;
    position: relative;
    align-items: center;
    margin: 48px auto 0
}

.c-swiper-ti-6 .swiper-section-ti {
    width: 65%;
    position: relative;
    z-index: 9
}

.c-swiper-ti-6 .swiper-box-ti {
    width: 38%;
    position: absolute;
    left: 0;
    z-index: 10
}

.c-swiper-ti-6 .swiper-box-ti .c-swiper-ti-6-container .swiper-wrapper .swiper-slide {
    padding: 80px 0;
    background: #505050;
    color: #fff
}

.c-swiper-ti-6 .swiper-box-ti .c-swiper-ti-6-container .swiper-wrapper .swiper-slide .ti-1-content {
    padding: 0 120px 0 60px
}

.c-swiper-ti-6 .swiper-box-ti .c-swiper-ti-6-container .swiper-wrapper .swiper-slide .ti-1-content .swiper-icon img {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 15%
}

.c-swiper-ti-6 .btn-box {
    display: flex;
    justify-content: flex-end;
    margin-right: 14%;
    margin-top: 10px
}

.c-h3-self {
    font-size: 24px;
    font-weight: 700
}

.c-paragraph-self {
    margin-top: 20px;
    font-size: 16px
}

.c-link-self {
    margin-top: 15px
}

.c-link-self a {
    color: #fff
}

.c-swiper-ti-1 .btn-box .swiper-button-next,.c-swiper-ti-1 .btn-box .swiper-button-prev {
    position: relative;
    margin: 0 5px;
    height: auto;
    left: 0;
    right: 0
}

.c-swiper-ti-6 .btn-box .swiper-button-next,.c-swiper-ti-6 .btn-box .swiper-button-prev {
    position: relative;
    margin: 0 5px;
    height: auto;
    left: 0;
    right: 0
}

.c-swiper-ti-2 {
    margin: 48px auto 0
}

.c-swiper-ti-2 .row-top .swiper-button-prev {
    left: 10%
}

.c-swiper-ti-2 .row-top .swiper-button-next {
    right: 10%
}

.c-swiper-ti-2 .row-bottom {
    max-width: 1600px;
    margin: 35px auto 0px;
    display: flex;
    width: 90%
}

.c-swiper-ti-2 .row-content-box {
    width: 35%;
    padding: 0 75px;
    box-sizing: border-box
}

.c-swiper-ti-2 .row-icon-swiper {
    width: 65%
}

.c-swiper-ti-2 .row-icon-swiper .row-icon-swiper-container {
    padding-bottom: 50px
}

.c-swiper-ti-2 .row-icon-swiper .row-icon-swiper-container .control-btn-active {
    position: relative
}

.c-swiper-ti-2 .row-icon-swiper .row-icon-swiper-container .control-btn-active .img-label {
    position: absolute;
    text-align: center;
    font-weight: 700
}

.c-swiper-ti-2 .row-icon-swiper .btn-slide {
    margin-right: 30px
}

.c-swiper-ti-2 .row-icon-swiper .btn-slide .control-btn-active {
    display: none
}

.c-swiper-ti-2 .row-icon-swiper .btn-slide .control-btn {
    display: block
}

.c-swiper-ti-2 .row-icon-swiper .btn-slide.swiper-slide-thumb-active .control-btn {
    display: none
}

.c-swiper-ti-2 .row-icon-swiper .btn-slide.swiper-slide-thumb-active .control-btn-active {
    display: block
}

.c-swiper-ti-2 .row-icon-swiper .btn-slide img {
    width: 100px;
    height: 100px
}

.c-swiper-product-2 .swiper-button-prev,.c-swiper-product-2 .swiper-button-next,.c-swiper-product-1 .swiper-button-prev,.c-swiper-product-1 .swiper-button-next,.c-swiper-ti-2 .row-top .swiper-button-next,.c-swiper-ti-2 .row-top .swiper-button-prev {
    width: 42px;
    height: 42px;
    border: solid 1px transparent;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,.2)
}

.c-swiper-product-2 .swiper-button-disabled,.c-swiper-product-1 .swiper-button-disabled {
    display: none
}

.row-content-box .content-item {
    display: none
}

.row-content-box .content-item.content-active {
    display: block
}

.c-swiper-product-2,.c-swiper-product-1 {
    margin: 48px auto 0
}

.c-swiper-product-1 .content-box {
    margin-top: 8px;
    min-height: 160px
}

.c-swiper-product-1 .label-box {
    height: 20px;
    line-height: 20px
}

.c-swiper-product-1 .label-box .label {
    display: inline-block;
    background: #fedb05;
    padding: 0 12px;
    box-sizing: border-box
}

.c-swiper-product-1 .title {
    font-size: 18px;
    font-weight: 700
}

.c-swiper-product-1 .link-a a {
    font-weight: 700
}

.c-swiper-product-2 .product-slide {
    padding: 0 30px 35px;
    background: #f2f2f2;
    box-sizing: border-box
}

.c-swiper-product-2 .product-slide .img-box {
    text-align: center
}

.c-swiper-product-2 .label-box .label {
    display: inline-block;
    background: #fedb05;
    padding: 0 12px;
    box-sizing: border-box
}

.c-swiper-product-2 .content-box {
    min-height: 208px;
    margin-bottom: 12px
}

.c-swiper-product-2 .content-box .title {
    font-size: 18px;
    font-weight: 700
}

.c-swiper-product-2 .content-box .des-1 {
    margin-top: 28px
}

.c-swiper-product-2 .content-box .des-2 {
    margin-top: 28px;
    min-height: 60px
}

.custom-buybox-banner {
    position: relative
}

.custom-buybox-banner .item-img {
    display: none
}

.custom-buybox-banner .item-img.active-bgimg {
    display: block
}

.custom-buybox-banner .banner-content {
    position: absolute;
    top: 20%;
    left: 11%;
    width: 18%;
    min-width: 350px
}

.custom-buybox-banner .banner-content .title {
    font-size: 24px;
    font-weight: 700
}

.custom-buybox-banner .banner-content .des {
    font-size: 16px
}

.custom-buybox-banner .banner-content .link-two {
    margin-top: 60px
}

.custom-buybox-banner .banner-content .link-two a {
    font-size: 16px;
    margin-right: 30px
}

.custom-buybox-banner .banner-content .ul-icon {
    margin-top: 30px;
    display: flex
}

.custom-buybox-banner .banner-content .ul-icon .list-icon {
    position: relative;
    margin-right: 10px;
    cursor: pointer
}

.custom-buybox-banner .banner-content .ul-icon .list-icon .img-label {
    position: absolute;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    display: none
}

.custom-buybox-banner .banner-content .ul-icon .list-icon .btn-icon {
    display: inline-block;
    padding: 5px;
    border: solid 2px transparent;
    height: auto;
    line-height: normal
}

.custom-buybox-banner .banner-content .ul-icon .list-icon.active-icon .btn-icon {
    border: dashed 2px #000
}

.custom-buybox-banner .banner-content .ul-icon .list-icon.active-icon .img-label {
    display: block
}

.custom-buybox-banner .banner-content .label span {
    display: inline-block;
    background: #fedb05;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 16px
}

.c-swiper-ti-1 .btn-box .swiper-button-next:after,.c-swiper-ti-1 .btn-box .swiper-button-prev:after {
    font-size: 30px;
    color: #000
}

.c-swiper-ti-6 .btn-box .swiper-button-next:after,.c-swiper-ti-6 .btn-box .swiper-button-prev:after {
    font-size: 30px;
    color: #000
}

.c-swiper-product-2 .swiper-button-prev:after,.c-swiper-product-2 .swiper-button-next:after,.c-swiper-product-1 .swiper-button-prev:after,.c-swiper-product-1 .swiper-button-next:after,.c-swiper-ti-2 .row-top .swiper-button-next:after,.c-swiper-ti-2 .row-top .swiper-button-prev:after {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000;
    font-size: 16px;
    transform: translate(-50%,-50%)
}

.c-swiper-product-2 .content-box .list {
    display: flex
}

.c-swiper-product-2 .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    margin-right: 5px;
    margin-top: 7px;
    min-width: 5px
}

.c-swiper-ti-1 .swiper-container-horizontal>.swiper-pagination-bullets {
    display: flex;
    height: 8px;
    left: 0;
    position: relative;
    bottom: 0;
    margin-top: 10px;
    width: calc(100% + 8px);
    margin-left: -4px
}

.c-swiper-ti-1 .swiper-pagination-bullet {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #d2d2d2;
    opacity: 1
}

.c-swiper-ti-1 .swiper-pagination-bullet-active {
    background: #505050
}

.c-swiper-ti-1 .swiper-box-ti .c-swiper-ti-1-container .swiper-wrapper .swiper-slide {
    padding: 150px 0
}

.c-swiper-ti-6 .swiper-container-horizontal>.swiper-pagination-bullets {
    display: flex;
    height: 8px;
    left: 0;
    position: relative;
    bottom: 0;
    margin-top: 10px;
    width: calc(100% + 8px);
    margin-left: -4px
}

.c-swiper-ti-6 .swiper-pagination-bullet {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #d2d2d2;
    opacity: 1
}

.c-swiper-ti-6 .swiper-pagination-bullet-active {
    background: #505050
}

.c-swiper-ti-6 .swiper-box-ti .c-swiper-ti-6-container .swiper-wrapper .swiper-slide {
    padding: 150px 0
}

.c-swiper-product-1 .content-box {
    min-height: 212px
}

.c-swiper-product-1 .content-box .des {
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.c-swiper-product-2 .leader-slide {
    padding: 0 30px 35px;
    box-sizing: border-box;
    background: #585858;
    color: #fff
}

.c-swiper-product-2 .leader-slide .img-box {
    text-align: center
}

.c-swiper-product-2 .leader-slide .title {
    font-size: 30px
}

.c-swiper-product-2 .leader-slide .des {
    font-size: 14px
}

.c-swiper-product-2 .leader-slide .link-two {
    margin-top: 20px
}

.c-swiper-product-2 .leader-slide .link-two a {
    font-weight: 700;
    color: #fff;
    width: 45%;
    display: inline-block
}

.custom-buybox-banner.align-left-text,.c-swiper-product-2.align-left-text,.c-swiper-product-1.align-left-text,.c-swiper-ti-2.align-left-text,.c-swiper-ti-1.align-left-text,.c-video-text.align-left-text {
    text-align: left
}

.c-swiper-ti-6.align-left-text {
    text-align: left
}

@media screen and (max-width: 1300px) {
    .c-swiper-product-1 .content-box {
        min-height:235px
    }
}

@media screen and (max-width: 1300px) and (min-width:1024px) {
    .c-swiper-product-2 .content-box {
        margin-bottom:12px
    }

    .c-swiper-product-2 .product-slide.leader-slide .bottom-content {
        min-height: 240px
    }

    .c-swiper-ti-1 .swiper-box-ti .c-swiper-ti-1-container .swiper-wrapper .swiper-slide {
        padding: 80px 0
    }

    .c-swiper-ti-1 .swiper-box-ti .c-swiper-ti-1-container .swiper-wrapper .swiper-slide .ti-1-content {
        padding: 0 20px
    }

    .c-swiper-ti-6 .swiper-box-ti .c-swiper-ti-6-container .swiper-wrapper .swiper-slide {
        padding: 80px 0
    }

    .c-swiper-ti-6 .swiper-box-ti .c-swiper-ti-6-container .swiper-wrapper .swiper-slide .ti-1-content {
        padding: 0 20px
    }
}

@media screen and (max-width: 1024px) and (min-width:767px) {
    .c-swiper-ti-2 .row-bottom {
        flex-flow:column;
        text-align: center
    }

    .c-swiper-ti-2 .row-content-box {
        width: 100%
    }

    .c-swiper-ti-2 .row-icon-swiper {
        width: 100%;
        display: flex;
        margin-top: 20px
    }

    .c-swiper-ti-1 {
        flex-flow: column
    }

    .c-swiper-ti-1 .swiper-box-ti {
        width: 100%;
        position: relative;
        order: 1;
        padding-right: 20px;
        box-sizing: border-box;
        margin-top: -12px
    }

    .c-swiper-ti-1 .swiper-section-ti {
        width: 100%;
        padding-left: 20px;
        box-sizing: border-box
    }

    .c-swiper-ti-6 {
        flex-flow: column
    }

    .c-swiper-ti-6 .swiper-box-ti {
        width: 100%;
        position: relative;
        order: 1;
        padding-right: 20px;
        box-sizing: border-box;
        margin-top: -12px
    }

    .c-swiper-ti-6 .swiper-section-ti {
        width: 100%;
        padding-left: 20px;
        box-sizing: border-box
    }
}

.modal-popup.after-sales-service-modal .modal-inner-wrap .modal-footer {
    border: none;
    display: none
}

.after-sales-service-content {
    display: none
}

.after-sales-service-content img {
    max-width: 100%;
    height: 100%
}

[data-content-type=row][data-appearance=contained] [data-element=inner] {
    padding: 0 !important;
    margin: 0 !important
}

html {
    overflow-x: hidden
}

body {
    overflow-x: hidden
}

html body {
    opacity: 1 !important
}

.noscroll,.noscroll body {
    overflow: hidden
}

.noscroll body {
    position: relative
}

.noscroll body .address-dialog.fapiao-dialog iframe {
    height: calc(100% - 45px);
    padding-bottom: 45px
}

.page.messages {
    display: none
}

.page.messages .message.message-success.success {
    display: none
}

button:focus,button:active,button:hover,.cart.table-wrapper .actions-toolbar>.action:focus,.cart.table-wrapper .actions-toolbar>.action:active,.cart.table-wrapper .actions-toolbar>.action:hover,.action-gift:focus,.action-gift:active,.action-gift:hover {
    border: none;
    background: 0 0
}

.modals-overlay {
    background-color: rgba(0,0,0,.8)
}

.product-reviews-summary {
    display: none
}

.clear_RL {
    clear: both
}

.modal-popup-enter-open {
    z-index: 999 !important
}

.modals-overlay-enter-open {
    z-index: 998 !important
}

.notificationTip {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    color: #fff
}

.hideLivePerson {
    display: none
}

.nowrap {
    display: inline-block
}

.page-header {
    margin-bottom: 0
}

.swiper-button-prev:after {
    font-family: "ms-icon" !important;
    content: "\e917" !important
}

.swiper-button-next:after {
    font-family: "ms-icon" !important;
    content: "\e918" !important
}

.dig-content .mobile-search-box {
    display: none
}

.dig-content .dig-login-container {
    display: none;
    position: absolute;
    top: 55px;
    width: 253px;
    background: #fff;
    border: solid 1px #d2d2d2;
    right: 0;
    padding: 12px 18px 20px 36px;
    box-sizing: border-box;
    z-index: 20;
    box-shadow: 0px 6px 12px #d2d2d2
}

.dig-content .dig-login-container .customer-information {
    display: block;
    margin-bottom: 10px
}

.dig-content .dig-login-container .customer-information .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px
}

.dig-content .dig-login-container .customer-information .email {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dig-content .dig-login-container .login-btn {
    margin: 0;
    border-radius: unset;
    width: 196px;
    height: 40px;
    background: #0067b8;
    color: #fff;
    border: none;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    text-decoration: none
}

.dig-content .dig-login-container .exit {
    position: absolute;
    top: 10px;
    right: 10px;
    background: 0 0;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: normal;
    color: #000;
    font-weight: 400;
    text-decoration: none
}

.dig-content .dig-login-container .logo {
    margin-bottom: 18px;
    display: inline-block
}

.dig-content .dig-login-container .logo img {
    width: 80px;
    height: 17px
}

.dig-content .dig-login-container .office-title {
    display: none
}

.dig-content .dig-login-container .nav-toggle {
    display: none
}

.dig-content .dig-login-container .links {
    margin: 0;
    margin-bottom: 20px
}

.dig-content .dig-login-container .links li {
    margin: 0;
    list-style: none;
    margin-bottom: 10px
}

.dig-content .dig-login-container .links li a {
    font-size: 16px
}

.subscribe-content {
    display: none
}

.catalog-private-landing.categorypath-student .category-view .category-cms,.catalog-private-landing.categorypath-edu .category-view .category-cms,.catalog-private-landing.categorypath-byod .category-view .category-cms {
    padding-bottom: 30px
}

.fixed_active .cms-top-container {
    display: none
}

.back-top-btn {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 300;
    display: none
}

.back-top-btn button,.back-top-btn .cart.table-wrapper .actions-toolbar>.action,.back-top-btn .action-gift {
    height: 40px;
    border-radius: unset;
    background: #d2d2d2;
    color: #000;
    padding: 0;
    box-shadow: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 116px
}

.back-top-btn button .icon-up,.back-top-btn .cart.table-wrapper .actions-toolbar>.action .icon-up,.back-top-btn .action-gift .icon-up {
    font-size: 20px;
    margin-right: 6px
}

.back-top-btn button span,.back-top-btn .cart.table-wrapper .actions-toolbar>.action span,.back-top-btn .action-gift span {
    font-size: 16px;
    font-weight: 700
}

.nav-sections {
    margin-left: 15px;
    margin-bottom: 0
}

.nav-sections .nav-sections-item-content .navigation {
    background: #fff
}

.nav-sections .nav-sections-item-content .navigation>ul {
    display: flex;
    padding: 0
}

.nav-sections .nav-sections-item-content .navigation>ul .level0.level-top {
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0 15px
}

.nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level-top {
    padding-left: 0;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    border: none;
    background: #fff;
    box-shadow: none;
    text-align: left;
    color: #000;
    font-weight: 400;
    white-space: nowrap
}

.nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level-top:hover {
    text-decoration: underline
}

.nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level-top span.ui-icon-carat-1-e:after {
    font-family: "ms-icon";
    content: "\e90d";
    font-size: 12px;
    transform: scale(.6)
}

.nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level0.submenu {
    border: solid 1px #000;
    padding: 0;
    font-size: 14px;
    background: #fff
}

.nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level0.submenu .ui-menu-item.all-category {
    display: none
}

.nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level0.submenu .level1.active>a {
    border: none
}

.nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level0.submenu a.ui-state-active {
    outline: 3px dotted currentColor !important;
    outline-offset: -4px
}

.nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level0.submenu a.ui-state-active.ui-no-shadow {
    box-shadow: none
}

.nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level0.submenu .level1.category-item>a {
    padding: 16px 20px;
    color: #000;
    font-weight: 400;
    line-height: normal;
    font-size: 14px
}

.nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level0.submenu .level1.category-item>a:hover {
    background: #d2d2d2;
    text-decoration: underline
}

.nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level0.submenu .level1.category-item>a .ui-menu-icon:after {
    display: none
}

.nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level0.submenu .level1.category-item ul.level1 {
    display: none !important
}

.global-service .chatDialog {
    position: fixed;
    width: 280px;
    top: 40%;
    margin-top: -187px;
    right: 0;
    z-index: 10020;
    display: none;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    transform: translate(100%,0)
}

.global-service .chatDialog .content {
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: -1px
}

.global-service .chatDialog .content .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #fff
}

.global-service .chatDialog .content .head {
    background-color: #303030;
    color: #fff;
    font-size: 16px;
    height: 65px;
    line-height: 65px;
    text-align: center
}

.global-service .chatDialog .content .content {
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: -1px
}

.global-service .chatDialog .content .content .title {
    font-size: 14px;
    color: #666;
    padding: 13px 0
}

.global-service .chatDialog .content .content .liveChatContent {
    margin: 0 10px;
    height: 98px;
    border-bottom: 1px solid #ccc
}

.global-service .chatDialog .content .content .liveChatContent .startChat {
    background-color: #f2f2f2;
    color: #000 !important;
    border-radius: 4px;
    padding: 0 2px;
    border: solid 2px #707070;
    line-height: normal;
    font-size: 16px;
    font-weight: 400
}

.global-service .chatDialog .content .content .hotLineContent {
    margin: 0 10px;
    font-size: 12px;
    line-height: 19px;
    color: #666;
    padding-bottom: 14px
}

.global-service .chatDialog .content .content .hotLineContent .title span {
    display: flex;
    align-items: center
}

.global-service .chatDialog .content .content .hotLineContent .title span:before {
    font-family: "ms-icon";
    content: "\e960";
    font-size: 20px;
    margin-right: 5px
}

.global-service .chatDialog .content .content .hotLineContent ul li {
    font-size: 12px
}

.global-service .chatDialog .content .content .hotLineContent ul li a {
    font-size: 12px
}

.global-service .chatDialog .content .content .hotLineContent ul li.now_not_commercial:last-child {
    margin-top: 2rem;
    width: 82%
}

.global-service .chatDialog .content .content .hotLineContent ul li.now_not_commercial .show-after-sales-service-modal {
    color: #0067b8;
    text-decoration: none;
    cursor: pointer
}

.global-service .chatDialog .content .content .hotLineContent ul li.now_not_commercial .show-after-sales-service-modal:hover {
    text-decoration: underline
}

.global-service .chatDialog .content .content .hotLineContent ul li.now_not_commercial .show-after-sales-service-modal:focus {
    outline: 3px dotted currentColor !important;
    outline-offset: 0
}

.global-service .commercial_chatDialog {
    position: fixed;
    width: 285px;
    top: 40%;
    margin-top: -187px;
    right: 0;
    z-index: 10020;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    transform: translate(100%,0)
}

.global-service .commercial_chatDialog img.contact_sales_block {
    display: inline-block;
    width: 22px;
    position: relative;
    top: -2px;
    margin: 0 5px 0 0
}

.global-service .commercial_chatDialog .content {
    background-color: #fff;
    border: 0;
    margin-top: 0
}

.global-service .commercial_chatDialog .content .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #fff
}

.global-service .commercial_chatDialog .content .head {
    background-color: #303030;
    color: #fff;
    font-size: 16px;
    height: 57px;
    line-height: 57px;
    text-align: center
}

.global-service .commercial_chatDialog .content .content {
    background-color: #3476cd;
    border: 0;
    margin-top: 0
}

.global-service .commercial_chatDialog .content .content .title {
    font-size: 14px;
    color: #fff;
    padding: 0
}

.global-service .commercial_chatDialog .content .content .desc_commercial {
    display: block;
    font-size: 14px;
    color: #fff
}

.global-service .commercial_chatDialog .content .content .desc_commercial.desc_server_time {
    padding: 0 0 20px
}

.global-service .commercial_chatDialog .content .content .desc_commercial.desc_commercial_time span {
    font-size: 13px
}

.global-service .commercial_chatDialog .content .content .desc_commercial.desc_commercial_phone span {
    font-size: 13px
}

.global-service .commercial_chatDialog .content .content .desc_phone_commercial {
    display: block
}

.global-service .commercial_chatDialog .content .content .desc_phone_commercial h2 {
    font-size: 25px;
    color: #fff;
    padding: 5px 0;
    font-weight: 700;
    line-height: 26px;
    margin: 0
}

.global-service .commercial_chatDialog .content .content .liveChatContent {
    margin: 0 12px;
    padding: 15px 0
}

.global-service .commercial_chatDialog .content .content .liveChatContent .startChat_div {
    display: block;
    width: 100%;
    margin: 10px 0 15px
}

.global-service .commercial_chatDialog .content .content .liveChatContent .startChat {
    width: 100%;
    background-color: #fff;
    color: #3476cd !important;
    border-radius: 8px;
    padding: 8px 0;
    border: 0;
    line-height: normal;
    font-size: 16px;
    font-weight: 400
}

.global-service .commercial_chatDialog .content .content .hotLineContent {
    margin: 0 20px;
    font-size: 12px;
    line-height: 19px;
    color: #666;
    padding-bottom: 14px
}

.global-service .commercial_chatDialog .content .content .hotLineContent .title span {
    display: flex;
    align-items: center
}

.global-service .commercial_chatDialog .content .content .hotLineContent .title span:before {
    font-family: "ms-icon";
    content: "\e960";
    font-size: 20px;
    margin-right: 5px
}

.global-service .commercial_chatDialog .content .content .hotLineContent ul li {
    font-size: 12px
}

.global-service .commercial_chatDialog .content .content .hotLineContent ul li a {
    font-size: 12px
}

.global-service.show .chatDialog {
    display: block;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

.no-click-logo a {
    cursor: default
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .header-container {
        width:100%
    }

    .header-container .header-content .navigation-item {
        width: calc(100% - 485px)
    }

    .header-container .header-content .navigation-item .nav-sections .nav-sections-items #mainMenu #autoNav #autoNavMore #autoNavMoreList>li .level-top .ui-menu-icon {
        position: absolute;
        right: 0;
        display: inline-block;
        text-decoration: none
    }

    .header-container .header-content .navigation-item .nav-sections .nav-sections-items #mainMenu #autoNav #autoNavMore #autoNavMoreList>li .level-top .ui-menu-icon:after {
        font-family: "ms-icon";
        content: "\e90d";
        font-size: 12px;
        transform: scale(.6);
        display: inline-block;
        vertical-align: middle
    }

    .header-container .header-content .login-icon .login-container {
        height: 55px
    }

    .header-container .header-content .login-icon .login-container span.text {
        display: none
    }

    .cms-top-container {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .nav-sections .nav-sections-item-content .navigation>ul .level0.level-top .level-top span.ui-icon-caret-1-e:after {
        font-family:"ms-icon";
        content: "\e90d";
        font-size: 12px;
        transform: scale(.6)
    }

    .global-service .global-service-fixed {
        display: block;
        position: fixed;
        right: 10px;
        top: 75%;
        width: 100%;
        z-index: 9999
    }

    .global-service .global-service-fixed .global-service-relative {
        display: block;
        position: relative
    }

    .global-service .global-service-fixed .global-service-relative .pc_miniapp_qr_code {
        display: none;
        position: absolute;
        right: 58px;
        top: 52px;
        z-index: 300;
        padding: 10px;
        margin: 0;
        border: none;
        background: #fff;
        transform: translate(0px,-50%);
        box-shadow: 2px 2px 6px #999;
        border-radius: 8px
    }

    .global-service .global-service-fixed .global-service-relative .pc_miniapp_qr_code img {
        width: 115px
    }

    .global-service .global-service-fixed .global-service-relative .pc_miniapp_qr_code p {
        display: block;
        font-size: 14px;
        color: #999;
        line-height: 16px;
        text-align: center;
        padding: 0;
        margin: 0
    }

    .global-service .global-service-fixed .global-service-relative .global-service-relative-flex {
        display: flex;
        position: absolute;
        right: 0;
        flex-direction: column
    }

    .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .miniapp_qrcode-btn_hover,.global-service .global-service-fixed .global-service-relative .global-service-relative-flex .service-btn_hover {
        display: none
    }

    .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .miniapp_qrcode-btn {
        display: none;
        z-index: 300;
        height: 71px;
        width: 43px;
        padding: 0;
        margin: 0 0 30px;
        border: none;
        background: 0 0;
        transform: translate(0px,-50%);
        cursor: pointer
    }

    .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .service-btn,.global-service .global-service-fixed .global-service-relative .global-service-relative-flex .service-btn_hover {
        display: none;
        z-index: 300;
        height: 71px;
        width: 43px;
        padding: 0;
        margin: 0;
        border: none;
        background: 0 0;
        transform: translate(0px,-50%);
        cursor: pointer
    }

    .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .miniapp_qrcode_pcHide {
        display: none !important
    }

    .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .commercial-service-btn {
        display: none
    }

    .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .commercial-service-btn,.global-service .global-service-fixed .global-service-relative .global-service-relative-flex .commercial-service-btn_hover {
        z-index: 300;
        height: 71px;
        width: 43px;
        padding: 0;
        margin: 0;
        border: none;
        background: 0 0;
        transform: translate(0px,-50%);
        cursor: pointer
    }

    .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .commercial-service-btn_hover {
        display: none
    }

    .global-service .mb_miniapp_qr_code,.global-service .mb_miniapp_qr_code_bg {
        display: none
    }

    body:not(.commercial_sign) .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .miniapp_qrcode-btn_hover,body:not(.commercial_sign) .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .service-btn_hover {
        display: none
    }

    body:not(.commercial_sign) .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .miniapp_qrcode-btn_nor,body:not(.commercial_sign) .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .service-btn_nor {
        display: block
    }

    .commercial_sign .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .miniapp_qrcode-btn,.commercial_sign .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .service-btn {
        display: none !important
    }

    .commercial_sign .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .commercial-service-btn {
        display: none
    }

    .commercial_sign .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .commercial-service-btn_hover {
        display: block
    }
}

@media screen and (max-width: 768px) {
    .global-service .global-service-fixed {
        display:block;
        position: fixed;
        right: 10px;
        top: 65%;
        width: 100%;
        z-index: 9999
    }

    .global-service .global-service-fixed .global-service-relative {
        display: block;
        position: relative;
        z-index: 9999
    }

    .global-service .global-service-fixed .global-service-relative .pc_miniapp_qr_code {
        display: none;
        position: absolute;
        right: 45px;
        top: 70px;
        z-index: 300;
        padding: 0;
        margin: 0;
        border: none;
        background: 0 0;
        transform: translate(0px,-50%)
    }

    .global-service .global-service-fixed .global-service-relative .pc_miniapp_qr_code img {
        width: 160px;
        height: 215px
    }

    .global-service .global-service-fixed .global-service-relative .global-service-relative-flex {
        display: flex;
        position: absolute;
        right: 0;
        flex-direction: column
    }

    .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .miniapp_qrcode-btn {
        z-index: 300;
        width: 50px;
        padding: 0;
        margin: 0 0 10px;
        border: none;
        background: 0 0;
        transform: translate(0px,-50%)
    }

    .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .service-btn {
        z-index: 300;
        width: 50px;
        padding: 0;
        margin: 0;
        border: none;
        background: 0 0;
        transform: translate(0px,-50%)
    }

    .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .miniapp_qrcode_mbHide {
        display: none !important
    }

    .global-service .mb_miniapp_qr_code_bg {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .3;
        z-index: 9999
    }

    .global-service .mb_miniapp_qr_code {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        margin: -175px 0 0 -130px;
        background: #fff;
        padding: 40px 0 0;
        z-index: 999;
        box-shadow: 4px 4px 4px #999;
        border-radius: 6px;
        width: 260px;
        z-index: 99999
    }

    .global-service .mb_miniapp_qr_code .close_mb_qr_code {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px
    }

    .global-service .mb_miniapp_qr_code .close_mb_qr_code:after {
        line-height: 18px;
        font-family: "ms-icon";
        font-size: 18px;
        content: "\e90c";
        color: #000
    }

    .global-service .mb_miniapp_qr_code img {
        display: block;
        margin: 0 auto 40px;
        width: 150px
    }

    .global-service .mb_miniapp_qr_code p {
        display: block;
        font-size: 16px;
        color: #999;
        text-align: center
    }

    .global-service .livePerson {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99999
    }

    .global-service .livePerson .livePersonContainer[aria-hidden=true] {
        display: none !important
    }

    .global-service .livePerson .livePersonContainer {
        height: 500px !important;
        min-width: 100% !important;
        max-width: 100% !important
    }

    .global-service .livePerson .livePersonContainer .lp-iframe-window {
        height: 100% !important;
        width: 100% !important
    }

    body:not(.commercial_sign) .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .miniapp_qrcode-btn_hover,body:not(.commercial_sign) .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .service-btn_hover {
        display: none
    }

    body:not(.commercial_sign) .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .miniapp_qrcode-btn_nor,body:not(.commercial_sign) .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .service-btn_nor {
        display: block
    }

    body:not(.commercial_sign) .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .commercial-service-btn {
        display: none
    }

    body:not(.commercial_sign) .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .commercial-service-btn_hover {
        display: block
    }

    .commercial_sign .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .miniapp_qrcode-btn,.commercial_sign .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .service-btn {
        display: none !important
    }

    .commercial_sign .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .commercial-service-btn.miniapp_qrcode_pcHide {
        display: block !important;
        z-index: 300;
        width: 50px;
        padding: 0;
        margin: 0;
        border: none;
        background: 0 0;
        transform: translate(0px,-50%)
    }

    .commercial_sign .global-service .global-service-fixed .global-service-relative .global-service-relative-flex .commercial-service-btn_hover {
        display: none
    }
}

.global-service.commercial-show .commercial_chatDialog {
    display: block;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

a.public-click-a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    z-index: 9
}

a.public-click-a:after {
    content: ""
}

p.usecoupon {
    display: none;
    margin-bottom: 0;
    font-weight: 400;
    width: 100%;
    font-size: 14px
}

p.usecoupon i {
    font-style: normal
}

#bundleSummary .box-tocart #product-addtocart-button {
    min-width: 210px;
    padding-left: 0;
    padding-right: 0
}

.couponprice-container {
    display: flex;
    align-items: center
}

.add-coupon-price {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.usecouponprice {
    display: none !important;
    background: #dc1f22;
    padding: 6px 14px;
    border-radius: 32px;
    color: #fff;
    margin-left: 7px;
    margin-bottom: 0;
    font-size: 14px
}

span.usecouponprice-show {
    display: inline-block !important
}

.couponprice-tips {
    color: #d63a02;
    text-align: left;
    margin: 5px 0;
    font-size: 14px
}

.cart-container .checkout-methods-items .action.primary {
    line-height: 17px
}

.cart-container .checkout-methods-items .action.primary span.couponprice {
    font-weight: 400;
    display: block;
    font-size: 14px
}

.product-info-main .box-tocart .action.primary,.product-options-bottom .box-tocart .action.primary {
    height: 40px;
    line-height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.product.data.items.tablist .tablist-title-box .tablist-buyinfo .box-tocart .actions .action.primary.link-to-bundle,.product.data.items.tablist .tablist-title-box .tablist-buyinfo .box-tocart .actions .action.primary.tocart {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 17px;
    min-width: 114px;
    width: auto;
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .bundle-header-addtocart #bundleHeaderSummary .price-configured_price {
        right:202px
    }

    .bundle-header-addtocart #bundleHeaderSummary .right-add-to-cart button.action.primary.tocart,.bundle-header-addtocart #bundleHeaderSummary .right-add-to-cart .cart.table-wrapper .actions-toolbar>.action.action.primary.tocart,.bundle-header-addtocart #bundleHeaderSummary .right-add-to-cart .action-gift.action.primary.tocart {
        min-width: 180px;
        padding: 0;
        line-height: 19px;
        height: 48px
    }
}

@media screen and (max-width: 767px) {
    .tablist-buyinfo .product-info-price-mobile span.usecouponprice {
        display:none !important
    }

    .tablist-buyinfo .box-tocart .action.primary.link-to-bundle {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        line-height: 17px;
        min-width: 114px;
        width: auto
    }

    .product-info-main .product-info-buyinfo .product-info-price div.add-coupon-price {
        display: flex;
        justify-content: flex-start
    }

    .bundle-header-addtocart #bundleHeaderSummary .right-add-to-cart button.action.primary.tocart,.bundle-header-addtocart #bundleHeaderSummary .right-add-to-cart .cart.table-wrapper .actions-toolbar>.action.action.primary.tocart,.bundle-header-addtocart #bundleHeaderSummary .right-add-to-cart .action-gift.action.primary.tocart {
        min-width: 130px;
        padding: 0;
        line-height: 19px;
        height: 48px
    }

    .cart-container .cart-summary .cart-bottom-bar .sub-btn button,.cart-container .cart-summary .cart-bottom-bar .sub-btn .cart.table-wrapper .actions-toolbar>.action,.cart-container .cart-summary .cart-bottom-bar .sub-btn .action-gift {
        line-height: 17px
    }

    .cart-container .cart-summary .cart-bottom-bar .sub-btn button span.couponprice,.cart-container .cart-summary .cart-bottom-bar .sub-btn .cart.table-wrapper .actions-toolbar>.action span.couponprice,.cart-container .cart-summary .cart-bottom-bar .sub-btn .action-gift span.couponprice {
        display: block;
        font-size: 14px;
        font-weight: 400
    }

    .checkout-index-index .checkout-coupon .payment-option-content .content-items .coupon-container .have-coupon .coupon-list .label {
        padding-top: 24px !important
    }
}

@media screen and (min-width: 768px) and (max-width:1122px) {
    .categorypath-software-microsoft-365 .category-cms div.microsoft-content-slider.style-slider-product div.pagebuilder-column-group div.pagebuilder-column.microsoft-slider-item:last-child>h2.name {
        height:60px
    }
}

@media screen and (min-width: 847px) and (max-width:1405px) {
    .categorypath-software-microsoft-365 .category-cms div.microsoft-content-slider.style-slider-product div.pagebuilder-column-group div.pagebuilder-column.microsoft-slider-item:last-child .sub-content[data-pb-style="62CD16A8F41B9"] p:last-child {
        height:45.7px
    }
}

@media screen and (min-width: 768px) and (max-width:846px) {
    .categorypath-software-microsoft-365 .category-cms div.microsoft-content-slider.style-slider-product div.pagebuilder-column-group div.pagebuilder-column.microsoft-slider-item:last-child .sub-content[data-pb-style="62CD16A8F41B9"] p:last-child {
        height:68.55px
    }
}

.outlineAuthenTip {
    display: none;
    position: relative;
    margin: 10px 0 0
}

.outlineAuthenTip p {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin: 0
}

.outlineAuthenTip .outlineContact {
    display: flex;
    position: relative;
    margin: 10px 0
}

.outlineAuthenTip .outlineContact p {
    display: inline-block;
    line-height: 35px
}

.outlineAuthenTip .outlineContact .outlineContactIcon {
    display: inline-block;
    height: 30px;
    width: 25px;
    padding: 0;
    margin: 0 0 0 10px;
    border: none;
    background: 0 0;
    cursor: pointer
}

.chsi-popup-confirm .failure-message-popup .chsi_success_des {
    margin-top: 10px !important;
    min-height: auto !important
}

.private-authentication {
    display: none
}

.on-coupon-price-line-through {
    text-decoration: line-through !important
}

.address-button-disabled .action-close {
    display: none
}

.c-image-text .text-box .c-paragraph {
    text-align: left !important
}

.video-hide-last-el {
    opacity: 0
}

.menuNotEduShow {
    display: block !important
}

.enterFocus {
    box-shadow: none;
    outline: 3px dotted currentColor !important;
    outline-offset: 0px
}

.close-btn:focus {
    box-shadow: 0 0 3px 1px #030f18
}

._keyfocus *:focus,.on-focus-border,input:not([disabled]):focus,textarea:not([disabled]):focus,select:not([disabled]):focus {
    box-shadow: none !important
}

.action.primary:focus,.action.primary:active,a.pagebuilder-button-primary:focus,button.pagebuilder-button-primary:focus,div.pagebuilder-button-primary:focus,a.pagebuilder-button-primary:active,button.pagebuilder-button-primary:active,div.pagebuilder-button-primary:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:focus,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:active,.action-gift.pagebuilder-button-primary:focus,.action-gift.pagebuilder-button-primary:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:focus,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:active,.action-gift.pagebuilder-button-primary:focus,.action-gift.pagebuilder-button-primary:active,.action-gift.pagebuilder-button-primary:focus,.action-gift.pagebuilder-button-primary:active {
    box-shadow: none !important
}

@media (prefers-color-scheme: dark),(prefers-color-scheme:light) {
    .close-btn:focus {
        box-shadow:none !important
    }

    ._keyfocus *:focus,.on-focus-border,input:not([disabled]):focus,textarea:not([disabled]):focus,select:not([disabled]):focus {
        box-shadow: none !important
    }

    .action.primary:focus,.action.primary:active,a.pagebuilder-button-primary:focus,button.pagebuilder-button-primary:focus,div.pagebuilder-button-primary:focus,a.pagebuilder-button-primary:active,button.pagebuilder-button-primary:active,div.pagebuilder-button-primary:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:focus,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:active,.action-gift.pagebuilder-button-primary:focus,.action-gift.pagebuilder-button-primary:active,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:focus,.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:active,.action-gift.pagebuilder-button-primary:focus,.action-gift.pagebuilder-button-primary:active,.action-gift.pagebuilder-button-primary:focus,.action-gift.pagebuilder-button-primary:active {
        box-shadow: none !important
    }
}

.focus_dotted:focus,div:focus,button:focus,a:focus,span.swiper-pagination-bullet:focus,.cart.table-wrapper .actions-toolbar>.action:focus,.action-gift:focus {
    outline: 3px dotted currentColor !important;
    outline-offset: 0
}

button:focus,a.btn-go,a.pagebuilder-button-primary,a.action.primary,.block-to-Micrisoft a,a.outline-offset_-6px,input.outline-offset_-6px,.cart.table-wrapper .actions-toolbar>.action:focus,.action-gift:focus {
    outline-offset: -6px !important
}

.outline-offset_0px {
    outline-offset: 0 !important
}

.outline-offset_2px {
    outline-offset: 2px !important
}

div.swatch-option.color:focus {
    outline-offset: -8px !important
}

span.swiper-pagination-bullet:focus,button.slick-arrow:focus,select.focus_dotted:focus,.cart.table-wrapper .actions-toolbar>.action.slick-arrow:focus,.action-gift.slick-arrow:focus {
    outline-offset: 4px !important
}

video.video-content:focus {
    outline: 3px dotted #fff !important;
    outline-offset: 4px
}

@media (-webkit-min-device-pixel-ratio: 4),(min--moz-device-pixel-ratio:4),(min-resolution:400dpi) {
    .miniapp_qrcode-btn,.service-btn {
        display:none
    }

    .fixed_active .header-container {
        position: relative
    }
}

@media screen and (max-width: 768px) {
    .block-to-Micrisoft.login-pos {
        position:relative
    }

    .block-to-Micrisoft.login-pos a {
        margin-left: 6rem
    }

    .block-to-Micrisoft .icon-microsoft {
        position: absolute;
        width: 17.5rem;
        left: 0
    }

    .block-to-miniprogram {
        position: relative
    }

    .block-to-miniprogram .icon-wechat-green {
        position: absolute;
        width: 7.2rem;
        left: -1.6rem;
        top: -.3rem
    }

    .block-to-miniprogram .wechat {
        margin-left: 6rem;
        display: block;
        width: calc(100% - 6rem)
    }

    .login-container .block .block-content-middle .block-middle .login-m-l p.field-note-p1 {
        margin-left: 6rem;
        padding: 1rem 0 2.2rem
    }

    .login-container .block .block-content-middle .block-middle .login-m-l p.field-note-p1 .login-wechat-des {
        display: inline-block
    }

    .is-hidden {
        display: none
    }
}

.is-hidden {
    display: none
}

.is-dis-inline {
    display: block
}

.wechat-tips {
    text-align: left;
    color: #cb3701;
    font-size: 1.2rem;
    line-height: 1.8rem
}

.wechat-tips-m-l {
    padding: 1rem 0 0 6rem
}

@media screen and (min-width: 768px) {
    .block-to-miniprogram {
        display:none
    }

    .login-wechat-des {
        display: none
    }

    .block-to-Micrisoft .icon-microsoft {
        display: none
    }
}

.login-card-v1 {
    display: none
}

.login-card-v2 {
    display: none
}
