<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ui-datepicker {
    display: none;
    z-index: 999999 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-datepicker-rtl {
    direction: rtl
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-datepicker {
    width: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-datepicker-cover {
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display: none
}


.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.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,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
    margin: 0;
    padding: 0;
    list-style: none none
}

.abs-reset-list&gt;li,
.bundle-options-container .block-bundle-summary .bundle.items&gt;li,
.cart-container .checkout-methods-items&gt;li,
.opc-wrapper .opc&gt;li,
.opc-progress-bar&gt;li,
.checkout-agreements-items&gt;li,
.items&gt;li,
.block-wishlist-management .wishlist-select-items&gt;li,
.paypal-review .items-qty&gt;li,
.order-details-items .items-qty&gt;li,
.block-banners .banner-items&gt;li,
.block-banners-inline .banner-items&gt;li,
.block-event .slider-panel .slider&gt;li {
    margin: 0
}

.abs-action-link-button,
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links&gt;.action,
.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: #333;
    cursor: pointer;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px
}

.abs-action-link-button:focus,
.abs-action-link-button:active,
.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&gt;.action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links&gt;.action: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: #333
}

.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&gt;.action: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&gt;.action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links&gt;.action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links&gt;.action,
.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: .5;
    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&gt;.action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links&gt;.action:active,
.bundle-options-container .block-bundle-summary .product-addto-links&gt;.action: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
}

.abs-product-options-list dt,
.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
}

.abs-product-options-list dt:after,
.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: ': '
}

.abs-product-options-list dd,
.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;
    word-break: break-all
}

.abs-button-responsive,
.actions-toolbar&gt;.primary .action,
.actions-toolbar&gt;.secondary .action {
    width: 100%
}

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

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

.abs-adaptive-images {
    display: block;
    height: auto;
    max-width: 100%
}

.abs-adaptive-images-centered {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%
}

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

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

.abs-block-title,
.abs-account-blocks .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .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-block-title&gt;strong,
.abs-account-blocks .block-title&gt;strong,
.block-giftregistry-results .block-title&gt;strong,
.block-giftregistry-shared-items .block-title&gt;strong,
.block-wishlist-search-results .block-title&gt;strong,
.block-reorder .block-title&gt;strong,
.block-wishlist .block-title&gt;strong,
.account .column.main .block:not(.widget) .block-title&gt;strong,
.multicheckout .block-title&gt;strong,
.paypal-review .block .block-title&gt;strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title&gt;strong,
[class^=sales-guest-] .column.main .block:not(.widget) .block-title&gt;strong,
.sales-guest-view .column.main .block:not(.widget) .block-title&gt;strong {
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

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

.abs-account-blocks .box-title,
.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
}

.abs-account-blocks .box-title&gt;span,
.account .column.main .block:not(.widget) .box-title&gt;span,
.multicheckout .box-title&gt;span,
.paypal-review .block .box-title&gt;span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title&gt;span,
[class^=sales-guest-] .column.main .block:not(.widget) .box-title&gt;span,
.sales-guest-view .column.main .block:not(.widget) .box-title&gt;span {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 2rem
}

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

.abs-account-blocks .block-content p:last-child,
.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
}

.abs-account-blocks .block-content .box,
.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
}

.abs-dropdown-simple,
.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
}

.abs-input-qty,
.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
}

.abs-margin-for-blocks-and-widgets,
.block,
.block-banners,
.block-banners-inline {
    margin-bottom: 40px
}

.abs-remove-button-for-blocks,
.filtered .item .action.remove {
    display: inline-block;
    text-decoration: none
}

.abs-remove-button-for-blocks&gt;span,
.filtered .item .action.remove&gt;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,
.filtered .item .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 15px;
    color: #303030;
    content: '\e616';
    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,
.filtered .item .action.remove:hover:before {
    color: #303030
}

.abs-remove-button-for-blocks:active:before,
.filtered .item .action.remove:active:before {
    color: #303030
}

.abs-product-link {
    font-weight: 400
}

.abs-product-link&gt;a {
    color: #333;
    text-decoration: none
}

.abs-product-link&gt;a:visited {
    color: #333;
    text-decoration: underline
}

.abs-product-link&gt;a:hover {
    color: #333;
    text-decoration: underline
}

.abs-product-link&gt;a:active {
    color: #333;
    text-decoration: underline
}

.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
    margin-left: 0
}

.abs-action-remove,
.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
}

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

.abs-add-fields .fieldset .field:not(.choice) .control,
.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%
}

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

.abs-add-fields .fieldset .actions-toolbar:not(:first-child)&gt;.secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child)&gt;.secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child)&gt;.secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child)&gt;.secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child)&gt;.secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child)&gt;.secondary .action.add {
    margin-top: 30px
}

.abs-add-fields .fieldset .fields .actions-toolbar,
.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
}

.abs-add-fields .message.notice,
.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
}

.abs-add-fields .additional,
.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
}

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

.abs-visually-hidden,
.fieldset&gt;.field.no-label&gt;.label,
.fieldset&gt;.fields&gt;.field.no-label&gt;.label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing&gt;.label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field&gt;.label,
.account .column.main .limiter&gt;.label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard&gt;.legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset&gt;.legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset&gt;.legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .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
}

.abs-visually-hidden-reset,
.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,
.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&gt;.product:before,
.minicart-items .product-item&gt;.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,
.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,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item&gt;.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,
.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-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.search-autocomplete,
.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 {
    display: block;
    text-decoration: none
}

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

.abs-navigation-icon:after {
    position: absolute;
    right: 5px;
    top: 0
}

.abs-split-button {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

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

.abs-action-addto-product,
.bundle-options-container .block-bundle-summary .product-addto-links&gt;.action,
.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
}

.abs-actions-addto-gridlist,
.table-comparison .wishlist.split.button&gt;.action.split,
.product-items .wishlist.split.button&gt;.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&gt;span,
.table-comparison .wishlist.split.button&gt;.action.split&gt;span,
.product-items .wishlist.split.button&gt;.action.split&gt;span,
.product-items .action.towishlist&gt;span,
.products.list.items .action.towishlist&gt;span,
.table-comparison .action.towishlist&gt;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,
.table-comparison .wishlist.split.button&gt;.action.split:before,
.product-items .wishlist.split.button&gt;.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: #7d7d7d;
    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,
.table-comparison .wishlist.split.button&gt;.action.split:hover:before,
.product-items .wishlist.split.button&gt;.action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
    color: #333
}

.abs-button-l,
#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&gt;.actions&gt;.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&gt;.actions-toolbar&gt;.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-button-as-link,
.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&gt;.action,
.product-items .wishlist.split.button&gt;.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: #1979c3;
    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&gt;.action:visited,
.product-items .wishlist.split.button&gt;.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: #1979c3;
    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&gt;.action:hover,
.product-items .wishlist.split.button&gt;.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&gt;.action:active,
.product-items .wishlist.split.button&gt;.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&gt;.action:hover,
.table-comparison .wishlist.split.button&gt;.action:active,
.table-comparison .wishlist.split.button&gt;.action:focus,
.product-items .wishlist.split.button&gt;.action:hover,
.product-items .wishlist.split.button&gt;.action:active,
.product-items .wishlist.split.button&gt;.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&gt;.action.disabled,
.table-comparison .wishlist.split.button&gt;.action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button&gt;.action,
.product-items .wishlist.split.button&gt;.action.disabled,
.product-items .wishlist.split.button&gt;.action[disabled],
fieldset[disabled] .product-items .wishlist.split.button&gt;.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: #1979c3;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.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&gt;.action:active,
.table-comparison .wishlist.split.button&gt;.action:not(:focus),
.product-items .wishlist.split.button&gt;.action:active,
.product-items .wishlist.split.button&gt;.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
}

.abs-revert-secondary-color,
.cart-summary .actions-toolbar&gt;.primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar&gt;.primary .cart.table-wrapper .actions-toolbar&gt;.action,
.cart-summary .actions-toolbar&gt;.primary .action-gift {
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #333
}

.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.cart-summary .actions-toolbar&gt;.primary button:focus,
.cart-summary .actions-toolbar&gt;.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&gt;.primary .cart.table-wrapper .actions-toolbar&gt;.action:focus,
.cart-summary .actions-toolbar&gt;.primary .cart.table-wrapper .actions-toolbar&gt;.action:active,
.cart-summary .actions-toolbar&gt;.primary .action-gift:focus,
.cart-summary .actions-toolbar&gt;.primary .action-gift:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #333
}

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

.abs-revert-secondary-size,
.cart-summary .form.giftregistry .fieldset .action.primary {
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 7px 15px
}

.abs-box-tocart,
.bundle-actions {
    margin: 10px 0
}

.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .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
}

.abs-adjustment-incl-excl-tax .price-including-tax+.price-excluding-tax,
.bundle-options-container .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
}

.abs-adjustment-incl-excl-tax .price-including-tax+.price-excluding-tax:before,
.bundle-options-container .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) ': '
}

.abs-adjustment-incl-excl-tax .price-including-tax+.price-excluding-tax:after,
.bundle-options-container .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: ')'
}

.abs-tax-total,
.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: '\e622';
    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
}

.abs-tax-total:after,
.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: '\e621'
}

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

.abs-methods-shipping-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 15px
}

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

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

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

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

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

.abs-colon:after,
.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-icon-add,
.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
}

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

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

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

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

.abs-block-items-counter,
.block-wishlist .counter {
    color: #7d7d7d;
    font-size: 1.2rem;
    white-space: nowrap
}

.abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
    border-radius: 3px;
    background-image: none;
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #333;
    cursor: pointer;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 7px 15px 7px 0;
    font-size: 1.4rem;
    line-height: 1.6rem;
    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: #333
}

.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: .5;
    cursor: default;
    pointer-events: none
}

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

.abs-shopping-cart-items .action.update,
.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
}

.abs-field-date .control,
.field.date .control {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

.abs-sidebar-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.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
}

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

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

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

.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.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 #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer
}

.abs-sidebar-totals .totals-tax-summary .amount .price,
.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&gt;span,
.cart-totals .totals-tax-summary .amount .price&gt;span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price&gt;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: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.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 {
    position: absolute;
    right: -5px;
    top: -12px
}

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

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

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

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

.abs-discount-block&gt;.title,
.cart-summary .block&gt;.title,
.paypal-review-discount .block&gt;.title {
    border-top: 1px solid #d1d1d1;
    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&gt;.title:after,
.cart-summary .block&gt;.title:after,
.paypal-review-discount .block&gt;.title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

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

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

.abs-discount-block&gt;.content,
.cart-summary .block&gt;.content,
.paypal-review-discount .block&gt;.content {
    display: none
}

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

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



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

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

table&gt;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)&gt;thead&gt;tr&gt;th,
.table:not(.cart):not(.totals)&gt;tbody&gt;tr&gt;th,
.table:not(.cart):not(.totals)&gt;tfoot&gt;tr&gt;th,
.table:not(.cart):not(.totals)&gt;thead&gt;tr&gt;td,
.table:not(.cart):not(.totals)&gt;tbody&gt;tr&gt;td,
.table:not(.cart):not(.totals)&gt;tfoot&gt;tr&gt;td {
    border: none
}

.table:not(.cart):not(.totals)&gt;thead&gt;tr&gt;th,
.table:not(.cart):not(.totals)&gt;thead&gt;tr&gt;td {
    border-bottom: 1px solid #d1d1d1
}

.table:not(.cart):not(.totals) tfoot&gt;tr:first-child th,
.table:not(.cart):not(.totals) tfoot&gt;tr:first-child td {
    border-top: 1px solid #d1d1d1;
    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: #1979c3
}

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

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

.message.info&gt;*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #c07600;
    content: '\e602';
    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: #e02b27;
    padding-left: 40px;
    position: relative
}

.message.error a {
    color: #1979c3
}

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

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

.message.error&gt;*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #b30000;
    content: '\e602';
    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: #1979c3
}

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

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

.message.warning&gt;*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #c07600;
    content: '\e602';
    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: #1979c3
}

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

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

.message.notice&gt;*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #c07600;
    content: '\e602';
    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: #1979c3
}

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

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

.message.success&gt;*: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
}

.tooltip.wrapper {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.load.indicator:before {
    background: transparent url('../../frontend/Sm/htiger/zh_Hans_CN/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&gt;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&gt;img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100
}

.loading-mask .loader&gt;p {
    display: none
}

body&gt;.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&gt;* {
    letter-spacing: normal
}

.fieldset&gt;.legend {
    margin: 0 0 25px;
    padding: 0;
    box-sizing: border-box;
    float: left;
    line-height: 1.2;
    font-size: 2rem
}

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

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

.fieldset&gt;.field,
.fieldset&gt;.fields&gt;.field {
    margin: 0 0 20px
}

.fieldset&gt;.field&gt;.label,
.fieldset&gt;.fields&gt;.field&gt;.label {
    margin: 0 0 5px;
    display: inline-block
}

.fieldset&gt;.field:last-child,
.fieldset&gt;.fields&gt;.field:last-child {
    margin-bottom: 0
}

.fieldset&gt;.field&gt;.label,
.fieldset&gt;.fields&gt;.field&gt;.label {
    font-weight: 700
}

.fieldset&gt;.field&gt;.label+br,
.fieldset&gt;.fields&gt;.field&gt;.label+br {
    display: none
}

.fieldset&gt;.field .choice input,
.fieldset&gt;.fields&gt;.field .choice input {
    vertical-align: top
}

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

.fieldset&gt;.field .fields.group:after,
.fieldset&gt;.fields&gt;.field .fields.group:after {
    clear: both
}

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

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

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

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

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

.fieldset&gt;.field .addon,
.fieldset&gt;.fields&gt;.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&gt;.field .addon textarea,
.fieldset&gt;.fields&gt;.field .addon textarea,
.fieldset&gt;.field .addon select,
.fieldset&gt;.fields&gt;.field .addon select,
.fieldset&gt;.field .addon input,
.fieldset&gt;.fields&gt;.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&gt;.field .addon .addbefore,
.fieldset&gt;.fields&gt;.field .addon .addbefore,
.fieldset&gt;.field .addon .addafter,
.fieldset&gt;.fields&gt;.field .addon .addafter {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', '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&gt;.field .addon .addbefore:disabled,
.fieldset&gt;.fields&gt;.field .addon .addbefore:disabled,
.fieldset&gt;.field .addon .addafter:disabled,
.fieldset&gt;.fields&gt;.field .addon .addafter:disabled {
    opacity: .5
}

.fieldset&gt;.field .addon .addbefore::-moz-placeholder,
.fieldset&gt;.fields&gt;.field .addon .addbefore::-moz-placeholder,
.fieldset&gt;.field .addon .addafter::-moz-placeholder,
.fieldset&gt;.fields&gt;.field .addon .addafter::-moz-placeholder {
    color: #c2c2c2
}

.fieldset&gt;.field .addon .addbefore::-webkit-input-placeholder,
.fieldset&gt;.fields&gt;.field .addon .addbefore::-webkit-input-placeholder,
.fieldset&gt;.field .addon .addafter::-webkit-input-placeholder,
.fieldset&gt;.fields&gt;.field .addon .addafter::-webkit-input-placeholder {
    color: #c2c2c2
}

.fieldset&gt;.field .addon .addbefore:-ms-input-placeholder,
.fieldset&gt;.fields&gt;.field .addon .addbefore:-ms-input-placeholder,
.fieldset&gt;.field .addon .addafter:-ms-input-placeholder,
.fieldset&gt;.fields&gt;.field .addon .addafter:-ms-input-placeholder {
    color: #c2c2c2
}

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

.fieldset&gt;.field .additional,
.fieldset&gt;.fields&gt;.field .additional {
    margin-top: 10px
}

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

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

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

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

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

.fieldset&gt;.field .field.choice,
.fieldset&gt;.fields&gt;.field .field.choice {
    margin-bottom: 10px
}

.fieldset&gt;.field .field.choice:last-child,
.fieldset&gt;.fields&gt;.field .field.choice:last-child {
    margin-bottom: 0
}

.fieldset&gt;.field input[type=file],
.fieldset&gt;.fields&gt;.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 {
    margin-top: 7px
}

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

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

.field .tooltip {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

._has-datepicker~.ui-datepicker-trigger {
    background-image: none;
    background: 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: .5
}

._has-datepicker~.ui-datepicker-trigger&gt;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: #7d7d7d;
    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&gt;.field:not(.choice):not(:last-child),
.sidebar .fieldset .fields&gt;.field:not(:last-child) {
    margin: 0 0 20px
}

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

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



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

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

.product.data.items&gt;.item.title&gt;.switch {
    display: block
}

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

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

.product.data.items&gt;.item.content:after {
    clear: both
}

.product.data.items&gt;.item.content.active {
    display: block
}

.product.data.items&gt;.item.title {
    margin: 0 0 5px
}

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

.product.data.items&gt;.item.title&gt;.switch:visited {
    color: #7d7d7d;
    text-decoration: none
}

.product.data.items&gt;.item.title&gt;.switch:hover {
    color: #7d7d7d;
    text-decoration: none
}

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

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

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

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

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

.actions-toolbar&gt;.primary .action,
.actions-toolbar&gt;.secondary .action {
    margin-bottom: 10px
}

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

.actions-toolbar&gt;.primary:last-child,
.actions-toolbar&gt;.secondary:last-child {
    margin-bottom: 0
}

.actions-toolbar&gt;.secondary .action.back {
    display: none
}

.breadcrumbs {
    margin: 0 0 20px
}

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

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

.breadcrumbs .item {
    margin: 0
}

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

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

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

.breadcrumbs a:active {
    color: #333;
    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&gt;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: '\e616';
    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: .5
}

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

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
}

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

.modal-custom .action-close&gt;span,
.modal-popup .action-close&gt;span,
.modal-slide .action-close&gt;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: '\e616';
    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: #1a1a1a
}

.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&gt;.action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar&gt;.action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .cart.table-wrapper .actions-toolbar&gt;.action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .cart.table-wrapper .actions-toolbar&gt;.action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .cart.table-wrapper .actions-toolbar&gt;.action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .cart.table-wrapper .actions-toolbar&gt;.action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar&gt;.action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar&gt;.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&gt;.action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar&gt;.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&gt;.action:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar&gt;.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&gt;.action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar&gt;.action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar&gt;.action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar&gt;.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&gt;.action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar&gt;.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&gt;.action.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar&gt;.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&gt;.action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar&gt;.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('../../frontend/Sm/htiger/zh_Hans_CN/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('../../frontend/Sm/htiger/zh_Hans_CN/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('../../frontend/Sm/htiger/zh_Hans_CN/Magento_LoginAsCustomerFrontendUi/images/close.svg');
    content: ' ';
    display: inline-block;
    height: 12px;
    margin-left: 5px;
    vertical-align: middle;
    width: 12px
}



.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&gt;tbody&gt;tr&gt;th {
    border: none;
    padding: 5.5px 30px 10px 0
}

.additional-attributes-wrapper .additional-attributes&gt;tbody&gt;tr&gt;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&gt;.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&gt;.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&gt;.action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar&gt;.action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar&gt;.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&gt;.action,
.slick-dots li.slick-active .action-gift {
    background: #1c1918
}

[data-content-type=banner]&gt;[data-element=link],
[data-content-type=banner]&gt;[data-element=empty_link] {
    color: inherit;
    text-decoration: inherit
}

[data-content-type=banner]&gt;[data-element=link]:hover,
[data-content-type=banner]&gt;[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&gt;.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: #1979c3;
    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&gt;.action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
    color: #1979c3;
    text-decoration: none
}

a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar&gt;.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&gt;.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&gt;.action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar&gt;.action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar&gt;.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&gt;.action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar&gt;.action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar&gt;.action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
    color: #1979c3;
    opacity: .5;
    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&gt;.action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
    text-decoration: none;
    background-image: none;
    background: #1979c3;
    border: 1px solid #1979c3;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0 10px 10px 0;
    padding: 7px 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: 3px;
    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&gt;.action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar&gt;.action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar&gt;.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&gt;.action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar&gt;.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&gt;.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&gt;.action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar&gt;.action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar&gt;.action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar&gt;.action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
    text-decoration: none;
    background-image: none;
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0 10px 10px 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    border-radius: 3px;
    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&gt;.action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar&gt;.action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar&gt;.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&gt;.action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar&gt;.action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #333
}

a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar&gt;.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&gt;.action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar&gt;.action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar&gt;.action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-secondary {
    opacity: .5;
    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]&gt;[data-element=link],
figure[data-content-type=image]&gt;[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: 1280px
}

[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]&gt;.row-full-width-inner {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    width: 100%
}

[data-content-type=slide] {
    box-sizing: border-box;
    line-height: 20px;
    min-height: inherit;
    overflow: hidden
}

[data-content-type=slide]&gt;[data-element=link],
[data-content-type=slide]&gt;[data-element=empty_link] {
    color: inherit;
    min-height: inherit;
    text-decoration: inherit
}

[data-content-type=slide]&gt;[data-element=link]:hover,
[data-content-type=slide]&gt;[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]&gt;div,
.pagebuilder-slide-wrapper.jarallax [id*=jarallax-container]&gt;img,
.pagebuilder-slide-wrapper.jarallax [id*=jarallax-container]&gt;video,
.pagebuilder-slide-wrapper.jarallax [id*=jarallax-container]&gt;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&gt;div,
div[data-content-type=slider] .slick-track&gt;div,
div[data-content-type=slider] .slick-slide&gt;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&gt;.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&gt;.item.title {
    box-sizing: border-box;
    float: none;
    width: 100%
}

.pagebuilder-accordion&gt;.item.title&gt;.switch {
    display: block
}

.pagebuilder-accordion&gt;.item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0
}

.pagebuilder-accordion&gt;.item.content:before,
.pagebuilder-accordion&gt;.item.content:after {
    content: '';
    display: table
}

.pagebuilder-accordion&gt;.item.content:after {
    clear: both
}

.pagebuilder-accordion&gt;.item.content.active {
    display: block
}

.pagebuilder-accordion&gt;.item.title {
    margin: 0 0 5px
}

.pagebuilder-accordion&gt;.item.title&gt;.switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none
}

.pagebuilder-accordion&gt;.item.title&gt;.switch:visited {
    color: #7d7d7d;
    text-decoration: none
}

.pagebuilder-accordion&gt;.item.title&gt;.switch:hover {
    color: #7d7d7d;
    text-decoration: none
}

.pagebuilder-accordion&gt;.item.title&gt;.switch:active {
    color: #333;
    text-decoration: none
}

.pagebuilder-accordion&gt;.item.title:not(.disabled)&gt;.switch:focus,
.pagebuilder-accordion&gt;.item.title:not(.disabled)&gt;.switch:hover {
    background: #fcfcfc
}

.pagebuilder-accordion&gt;.item.title:not(.disabled)&gt;.switch:active,
.pagebuilder-accordion&gt;.item.title.active&gt;.switch,
.pagebuilder-accordion&gt;.item.title.active&gt;.switch:focus,
.pagebuilder-accordion&gt;.item.title.active&gt;.switch:hover {
    background: #fff;
    color: #333;
    text-decoration: none;
    padding-bottom: 5px
}

.pagebuilder-accordion&gt;.item.content {
    background: #fff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px
}

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

.form-giftcard-redeem .g-recaptcha {
    margin-top: 40px
}

.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
    margin-top: 1px
}

.form.wishlist.share .g-recaptcha {
    margin-bottom: 40px
}

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

.giftbox-index-index .page-main {
    padding: 0
}

.gifts-container {
    position: relative;
    padding: 57px 0 80px
}

.gifts-container .mobile-gifts {
    display: none
}

.gifts-container .gifts {
    display: grid;
    grid-template-columns: 70% 20% 10%;
    min-height: 810px;
    padding-left: 60px
}

.gifts-container .gifts .left-gifts {
    float: left;
    color: #333
}

.gifts-container .gifts .left-gifts h1 {
    width: 596px;
    margin-bottom: 0
}

.gifts-container .gifts .left-gifts .gifts-title {
    display: inline-block;
    width: 100%;
    letter-spacing: -.05em;
    font-size: 104px;
    font-weight: 500;
    line-height: 110px;
    text-align: left;
    color: #333
}

.gifts-container .dead-time {
    width: 261px;
    height: 31px;
    margin-top: 20px
}

.gifts-container .dead-time span {
    font-size: 24px;
    font-weight: 400;
    line-height: 31.29px;
    letter-spacing: -.02em;
    text-align: left;
    color: #333
}

.gifts-container .gifts .left-gifts .detail-text {
    margin-top: 28px;
    height: 120px
}

.gifts-container .gifts .left-gifts .detail-text p {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -.03em;
    text-align: left;
    color: #333
}

.gifts-container .gifts .left-gifts .gifts-box {
    height: 227.11px;
    margin-top: 20px;
    margin-left: 12px
}

.gifts-container .gifts .left-gifts ul {
    height: 227.11px;
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    margin-top: 20px
}

.gifts-container .gifts .left-gifts ul li {
    flex: 1;
    position: relative;
    text-align: center
}

.gifts-container .gifts .left-gifts .gifts-img-list .gift-img {
    display: block
}

.gifts-container .gifts .left-gifts .gifts-img-list .gift-text {
    width: 100%;
    height: 34px;
    font-size: 26px;
    font-weight: 400;
    line-height: 33.9px;
    letter-spacing: -.02em;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 0;
    margin: 0;
    margin-top: 31px;
    color: #333
}

.gifts-container .gifts .left-gifts .gifts-img-list .gift-text.gift2 {
    left: 0
}

.gifts-container .gifts .left-gifts .actions-toolbar {
    width: 510px;
    height: 64px;
    margin-left: 12px;
    margin-top: 28px
}

.gifts-container .phone-container {
    display: none;
    position: relative;
    margin-top: 80px;
    width: 510px;
    height: 101px
}

.gifts-container .phone-container:before {
    content: "éå®&nbsp;ä»ˆéŽµå¬«æº€";
    position: absolute;
    top: -10px;
    left: 30px;
    background-color: #000;
    padding: 0 10px;
    color: #fff;
    z-index: 10;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    height: 28px;
    text-align: right
}

.gifts-container .phone-box {
    border: 1px solid #ccc;
    padding: 15px;
    position: relative;
    margin-top: -10px;
    background-color: #fff;
    height: 88px
}

.gifts-container .phone-box .phone-number {
    position: absolute;
    top: 30px;
    bottom: 27px;
    left: 17px;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.29px
}

.gifts-container .phone-box .exit-button {
    float: right;
    background-color: #fff;
    position: absolute;
    top: 30px;
    bottom: 27px;
    right: 17px
}

.gifts-container .phone-box .exit-button:focus,
.gifts-container .phone-box .exit-button:active {
    border: none;
    outline: none;
    box-shadow: none
}

.gifts-container .phone-box button span,
.gifts-container .phone-box .cart.table-wrapper .actions-toolbar&gt;.action span,
.gifts-container .phone-box .action-gift span {
    color: #333;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.29px;
    text-align: center;
    text-decoration: underline
}

.gifts-container .gifts .right-gifts {
    float: right;
    color: #333;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 810px
}

.gifts-container .gifts .right-gifts .product-box {
    width: 230.55px;
    max-height: 810px
}

.gifts-container .gifts .right-gifts .product-box img {
    height: 810px
}

.gift-box-btn-box {
    width: 510px;
    height: 64px;
    margin-top: 79.89px
}

.gift-box-btn-box .black-btn-cover {
    background-color: #333
}

.gift-box-btn-box .gray-btn-cover {
    background-color: #ebebeb;
    color: #999
}

.gift-box-btn-box button,
.gift-box-btn-box .cart.table-wrapper .actions-toolbar&gt;.action,
.gift-box-btn-box .action-gift {
    height: 64px;
    line-height: 64px;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    padding: 0
}

.record-button {
    text-decoration: underline;
    background-color: transparent;
    color: #333;
    font-size: 24px;
    line-height: 31.29px;
    cursor: pointer;
    width: 100%;
    text-align: right
}

.record-button:hover {
    text-decoration: none;
    background-color: transparent;
    color: #333;
    font-size: 24px;
    line-height: 31.29px
}

.logout {
    display: block !important
}

.main .gift-box-auth-title {
    padding-top: 60px;
    line-height: 32px;
    min-width: 600px;
    margin: 0 auto 37px;
    font-size: 32px;
    font-weight: 500;
    color: #2a2a2a
}

.main .gifting-box-auth-form {
    float: left;
    width: 58.77% !important;
    padding: 60px 30px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    margin: 0 auto 40px
}

.main .gifting-box-auth-form .fieldset {
    margin-bottom: 0;
    min-width: 0
}

.main .gifting-box-auth-form .fieldset .field {
    border: 1px solid #999;
    padding: 8px;
    position: relative;
    margin-bottom: 32px;
    box-sizing: border-box
}

.main .gifting-box-auth-form .fieldset .field:before {
    content: '';
    display: table
}

.main .gifting-box-auth-form .fieldset .field .label {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #555;
    position: absolute;
    top: -8px;
    background-color: #fff;
    padding: 0 8px !important;
    display: block;
    width: auto;
    text-align: left;
    box-sizing: border-box;
    float: left;
    margin: 0
}

.main .gifting-box-auth-form .fieldset .field .control {
    height: 46px
}

.main .gifting-box-auth-form .fieldset .field .control input[type=text] {
    border: 0;
    width: 100%;
    font-size: 16px;
    height: 46px
}

.main .gifting-box-auth-form .fieldset .sms-code .sms-code-wrap {
    width: 100%
}

.main .gifting-box-auth-form .fieldset .sms-code .send-sms {
    position: absolute;
    right: -160px;
    top: 0;
    padding: 0;
    display: inline-block;
    height: 64px;
    line-height: 64px;
    width: 128px;
    text-align: center;
    background-color: #ebebeb;
    color: #333
}

.main .gifting-box-auth-form .fieldset .actions-toolbar .primary {
    width: 100%
}

.main .gifting-box-auth-form .fieldset .actions-toolbar .primary .black-btn-cover {
    height: 64px;
    line-height: 64px;
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    padding: 0;
    background-color: #333
}

.main .gifting-box-auth-form .member-agreement {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 30px;
    color: #555
}

.main .gifting-box-auth-form .member-agreement a {
    color: #333
}

.main .gifting-box-auth-form .member-agreement input {
    display: block;
    visibility: hidden;
    margin: 0;
    height: 0
}

.main .phone-error {
    position: absolute;
    bottom: -22px
}

.campaign-auth {
    pointer-events: unset
}

.campaign-auth .modal-header .action-close:before {
    color: #444 !important
}

.campaign-auth .modal-content {
    padding-left: 7rem;
    padding-right: 7rem
}

.campaign-auth .modal-content .privacy-container h1 {
    font-size: 28px;
    line-height: 36.51px;
    justify-content: center;
    color: #2a2a2a
}

.campaign-auth .modal-content .privacy-container h3 {
    font-size: 20px;
    color: #2a2a2a;
    line-height: 26.08px;
    font-weight: 500
}

.campaign-auth .modal-content .privacy-container h4 {
    font-size: 16px;
    color: #2a2a2a;
    line-height: 20.86px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px
}

.campaign-auth .modal-content .privacy-container ol {
    margin-bottom: 10px;
    list-style-type: disc;
    padding-inline-start: 25px
}

.campaign-auth .modal-content .privacy-container ol li {
    margin-bottom: 10px;
    line-height: 18.25px;
    color: #333
}

.campaign-auth .modal-content .privacy-container p {
    font-size: 14px;
    color: #333
}

.campaign-auth .modal-content .privacy-container .notice {
    display: flex;
    font-size: 12px;
    color: #666;
    background-color: #fafafa
}

.campaign-auth .modal-content .privacy-container .notice .notice-title {
    margin-top: 16px;
    margin-left: 13px;
    margin-right: 5px
}

.campaign-auth .modal-content .privacy-container .notice .notice-content {
    margin: 16px 30px 6px 0
}

.campaign-auth .modal-content .privacy-container .notice .notice-content li {
    margin-bottom: 10px
}

.gift-box-apply-title {
    display: flex;
    margin-bottom: 37px;
    margin-top: 60px;
    align-items: end
}

.gift-box-apply-title h2 {
    color: #2a2a2a;
    font-size: 32px
}

.gift-box-apply-title .back-home {
    flex: 1;
    text-align: right;
    text-decoration: underline
}

#tips-text,
#reg-res {
    display: none
}

.apply-reg .modal-header {
    display: none
}

.apply-reg .error-icon,
.apply-reg .success-icon,
.apply-reg .confirm-icon,
.apply-reg .confirm-submit-icon {
    height: 68px;
    margin: 20px
}

.apply-reg .error-icon {
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/giftbox/error-icon.png) no-repeat center center
}

.apply-reg .success-icon {
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/giftbox/success-icon.png) no-repeat center center
}

.apply-reg .confirm-icon {
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/giftbox/confirm-icon.png) no-repeat center center
}

.apply-reg .confirm-submit-icon {
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/giftbox/alert-outline.png) no-repeat center center
}

.apply-reg .apply-reg-confirm {
    background: #222;
    color: #fff;
    font-size: 22px;
    height: 64px;
    line-height: 64px;
    width: 100%;
    margin-top: 20px;
    cursor: pointer
}

.apply-reg .second-btn {
    margin-top: 20px
}

.modal-popup.product-reg .modal-content p {
    margin: 0 !important
}

.gift-box-tabs {
    display: flex;
    max-width: 100% !important;
    background-color: #fff;
    margin-bottom: 40px;
    box-sizing: border-box;
    border: 1px solid #ebebeb
}

.gift-box-tabs .tab-buttons {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ebebeb
}

.gift-box-tabs .tab-buttons .tab-button {
    width: 254px;
    border: 1px solid #ebebeb;
    background-color: #fbfbfb;
    color: #999;
    font-size: 20px;
    border-bottom: none;
    height: 56px;
    line-height: 26px
}

.gift-box-tabs .tab-buttons .left {
    border-right: none
}

.gift-box-tabs .tab-buttons .tab-button.active {
    color: #333 !important;
    background-color: #fff !important
}

.gift-box-tabs .tab-buttons.no-product {
    justify-content: left;
    border: 0;
    margin-bottom: 38px
}

.gift-box-tabs .tab-buttons.no-product .tab-button.no-product {
    border: 0;
    padding: 0 30px;
    height: 26px;
    color: #2a2a2a !important;
    text-align: left
}

.gift-box-tabs .tab-content.left {
    float: left;
    width: 49%
}

.gift-box-tabs .tab-content.right {
    float: right;
    width: 51%;
    border-left: 1px solid #ebebeb
}

.gift-box-tabs .tab-content .tab-pane {
    border-top: none;
    padding: 0 30px;
    display: none
}

.gift-box-tabs .tab-content .tab-pane .product-list-grid {
    margin-bottom: 40px;
    cursor: pointer;
    max-height: 150px
}

.gift-box-tabs .tab-content .tab-pane .product-list-item-error {
    margin-top: 0 !important;
    margin-left: 13px !important;
    color: #e02b27;
    font-size: 1.2rem
}

.gift-box-tabs .tab-content .tab-pane .product-list-item {
    padding: 20px;
    align-items: flex-start;
    display: flex;
    border: 1px solid #ebebeb;
    max-height: 140px
}

.gift-box-tabs .tab-content .tab-pane .product-list-item img.product-image {
    width: 100px;
    height: 100px;
    margin-right: 19px;
    border: 1px solid #ebebeb
}

.gift-box-tabs .tab-content .tab-pane .product-list-item .product-info {
    text-align: left;
    flex: 0 2 100%
}

.gift-box-tabs .tab-content .tab-pane .product-list-item .product-info .product-name {
    font-size: 20px;
    color: #333;
    margin-bottom: 8px
}

.gift-box-tabs .tab-content .tab-pane .product-list-item .product-info .product-serial,
.gift-box-tabs .tab-content .tab-pane .product-list-item .product-info .purchase-time {
    font-size: 14px
}

.gift-box-tabs .tab-content .tab-pane .product-list-item .product-info .product-serial .gray,
.gift-box-tabs .tab-content .tab-pane .product-list-item .product-info .purchase-time .gray {
    color: #999
}

.gift-box-tabs .tab-content .tab-pane .product-list-item .product-info .product-serial .black,
.gift-box-tabs .tab-content .tab-pane .product-list-item .product-info .purchase-time .black {
    color: #333
}

.gift-box-tabs .tab-content .tab-pane .product-list-item .select-label {
    display: inline-flex;
    align-items: center;
    cursor: pointer
}

.gift-box-tabs .tab-content .tab-pane .product-list-item .select-label .select-checkbox {
    display: none
}

.gift-box-tabs .tab-content .tab-pane .product-list-item .select-label .checkmark {
    width: 26px;
    height: 26px;
    border: 2px solid #050101;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    top: 37px
}

.gift-box-tabs .tab-content .tab-pane .product-list-item .select-label .checkmark.active {
    background: #050101
}

.gift-box-tabs .tab-content .tab-pane .product-list-item .select-label .checkmark:after {
    content: '';
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    box-sizing: border-box
}

.gift-box-tabs .tab-content .tab-pane .product-list-item.active {
    border: 2px solid
}

.gift-box-tabs .tab-content .tab-pane .reg-code {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 40px
}

.gift-box-tabs .tab-content .tab-pane .reg-code .fieldset.code-a {
    width: 37%
}

.gift-box-tabs .tab-content .tab-pane .reg-code .fieldset.code-b {
    width: 40%
}

.gift-box-tabs .tab-content .tab-pane .reg-code .fieldset.code-c {
    width: 16%
}

.gift-box-tabs .tab-content .tab-pane .reg-code .fieldset.code-a,
.gift-box-tabs .tab-content .tab-pane .reg-code .fieldset.code-b,
.gift-box-tabs .tab-content .tab-pane .reg-code .fieldset.code-c {
    margin: 0
}

.gift-box-tabs .tab-content .tab-pane .reg-code .fieldset.code-a .field,
.gift-box-tabs .tab-content .tab-pane .reg-code .fieldset.code-b .field,
.gift-box-tabs .tab-content .tab-pane .reg-code .fieldset.code-c .field {
    border: 1px solid #979797;
    padding: 10px;
    position: relative
}

.gift-box-tabs .tab-content .tab-pane .reg-code .fieldset.code-a .field .tips,
.gift-box-tabs .tab-content .tab-pane .reg-code .fieldset.code-b .field .tips,
.gift-box-tabs .tab-content .tab-pane .reg-code .fieldset.code-c .field .tips {
    position: absolute;
    right: -30px;
    width: 25px;
    height: 25px;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/giftbox/tips.png) no-repeat center center;
    background-size: 25px;
    cursor: pointer;
    margin-top: 10px
}

.gift-box-tabs .tab-content .tab-pane .reg-code .fieldset.code-a .field .label,
.gift-box-tabs .tab-content .tab-pane .reg-code .fieldset.code-b .field .label,
.gift-box-tabs .tab-content .tab-pane .reg-code .fieldset.code-c .field .label {
    top: -8px;
    position: absolute;
    background: #fff;
    padding: 0 10px !important;
    max-width: 300px;
    display: block;
    font-weight: 500 !important;
    font-size: 100% !important;
    color: #555
}

.gift-box-tabs .tab-content .tab-pane .reg-code .fieldset.code-a .field input,
.gift-box-tabs .tab-content .tab-pane .reg-code .fieldset.code-b .field input,
.gift-box-tabs .tab-content .tab-pane .reg-code .fieldset.code-c .field input {
    border: none;
    height: 44px
}

.gift-box-tabs .tab-content .tab-pane .reg-code .split-char {
    display: flex;
    height: 64px;
    line-height: 44px;
    align-items: center;
    margin: 0 5px
}

.gift-box-tabs .tab-content .tab-pane .reg-code .field,
.gift-box-tabs .tab-content .tab-pane .buy-time .field {
    height: 64px
}

.gift-box-tabs .tab-content .tab-pane .buy-time {
    max-width: 100%;
    margin: 0 0 20px
}

.gift-box-tabs .tab-content .tab-pane .buy-time .field {
    border: 1px solid #999;
    padding: 10px;
    position: relative
}

.gift-box-tabs .tab-content .tab-pane .buy-time .field .label {
    top: -8px;
    position: absolute;
    background: #fff;
    padding: 0 10px !important;
    max-width: 300px;
    display: block
}

.gift-box-tabs .tab-content .tab-pane .buy-time .field input {
    border: none;
    height: 44px
}

.gift-box-tabs .tab-content .tab-pane .buy-time input#datepicker {
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/giftbox/date.png) no-repeat right center;
    box-shadow: unset !important;
    background-size: 20px
}

.gift-box-tabs .tab-content .gift-actions-toolbar .apply-primary {
    float: none
}

.gift-box-tabs .tab-content .gift-actions-toolbar .apply-primary button,
.gift-box-tabs .tab-content .gift-actions-toolbar .apply-primary .cart.table-wrapper .actions-toolbar&gt;.action,
.gift-box-tabs .tab-content .gift-actions-toolbar .apply-primary .action-gift {
    border: 1px solid #222;
    color: #fff;
    height: 64px;
    font-size: 22px;
    line-height: 64px;
    text-align: center;
    background-color: #222;
    width: 100% !important
}

.gift-box-tabs .tab-content .tab-pane.active {
    display: block
}

.gift-box-tabs .tab-content .tab-pane.left {
    max-height: 450px;
    overflow-y: auto;
    margin-bottom: 40px
}

.gift-box-tabs .tab-content .tab-pane.left::-webkit-scrollbar {
    width: 7px
}

.gift-box-tabs .tab-content .tab-pane.left::-webkit-scrollbar-thumb {
    background-color: #7f7f7f;
    border-radius: 7px
}

.gift-box-tabs .tab-content .tab-pane.right .register .control {
    display: flex
}

.gift-box-tabs .tab-content .tab-pane.right .register .control input {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0
}

.gift-box-tabs .tab-content .tab-pane.right .register .control label {
    margin-top: 6px
}

.gift-box-tabs .tab-content .tab-pane.right .qr-content .tips {
    right: 51%;
    margin: 10px 0;
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/giftbox/tips.png) no-repeat center center;
    background-size: 25px;
    cursor: pointer
}

.gift-box-tabs .tab-content .tab-pane.right div.mage-error,
.gift-box-tabs .tab-content .tab-pane.left div.mage-error {
    display: none
}

.gift-box-tabs .tab-content .gift-box-auth-title {
    padding: 0 !important;
    width: 100% !important;
    margin: 60px 30px 38px;
    color: #2a2a2a;
    font-size: 20px;
    height: 26px;
    line-height: 26px
}

.gift-box-tabs .tab-content .gifting-box-auth-form {
    width: 100% !important;
    border: none;
    padding: 0 30px;
    min-width: auto !important;
    margin: 0 auto 60px !important
}

.gift-box-tabs .tab-content .gifting-box-auth-form .fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.gift-box-tabs .tab-content .gifting-box-auth-form .fieldset .field {
    flex: 0 1 100%;
    max-height: 64px;
    margin-bottom: 40px !important
}

.gift-box-tabs .tab-content .gifting-box-auth-form .fieldset .field .mage-error {
    padding-left: 4px
}

.gift-box-tabs .tab-content .gifting-box-auth-form .fieldset .field select {
    border: none;
    color: #333;
    height: 44px
}

.gift-box-tabs .tab-content .gifting-box-auth-form .fieldset .field input {
    height: 32px
}

.gift-box-tabs .tab-content .gifting-box-auth-form .fieldset .city,
.gift-box-tabs .tab-content .gifting-box-auth-form .fieldset .district {
    flex: 0 1 48%
}

.gift-box-tabs .tab-content .gifting-box-register-form {
    min-width: auto !important
}

.gift-box-record-title {
    width: 74.3%;
    margin: 60px 0 37px;
    display: flex;
    bottom: 0;
    align-items: flex-end
}

.gift-box-record-title .record-title {
    flex: 1;
    text-align: left
}

.gift-box-record-title .record-title h3 {
    font-size: 32px;
    color: #2a2a2a
}

.gift-box-record-title .record-title .back-icon-btn {
    display: none;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/giftbox/back-icon.png) no-repeat center center;
    cursor: pointer;
    height: 26px;
    width: 18px;
    margin-right: 10px
}

.gift-box-record-title .back-home {
    flex: 1;
    text-align: right
}

.gift-box-record-title .back-home a {
    text-decoration: underline
}

.gift-box-record-content {
    width: 74.3%
}

.gift-box-record-content .record-empty {
    background: #fdf0d5;
    font-size: 13px;
    line-height: 17px;
    color: #6f4400;
    font-weight: 500;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.gift-box-record-content .record-empty .record-empty-icon {
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/giftbox/empty-error.png) no-repeat center center;
    height: 20px;
    width: 20px;
    margin: 0 10px
}

.gift-box-record-content .record-item {
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    position: relative
}

.gift-box-record-content .record-item .item-info {
    display: flex;
    border-bottom: 1px solid #ebebeb;
    padding: 30px 30px 20px
}

.gift-box-record-content .record-item .item-info .title {
    color: #999
}

.gift-box-record-content .record-item .item-info .content {
    color: #333
}

.gift-box-record-content .record-item .item-info .left {
    width: 50%;
    flex: 1;
    text-align: left
}

.gift-box-record-content .record-item .item-info .right {
    width: 50%;
    flex: 1;
    text-align: right
}

.gift-box-record-content .record-item .item-info .left .content,
.gift-box-record-content .record-item .item-info .right .content {
    line-height: 26px
}

.gift-box-record-content .record-item .item-content .product-item {
    display: flex;
    align-items: center;
    padding: 20px 30px
}

.gift-box-record-content .record-item .item-content .product-item img {
    width: 120px;
    height: 120px;
    margin-right: 20px;
    border: 1px solid #ebebeb
}

.gift-box-record-content .record-item .item-content .product-item .product-info {
    height: 120px
}

.gift-box-record-content .record-item .item-content .product-item .product-info .product-name {
    color: #333;
    font-size: 20px;
    margin-bottom: 8px
}

.gift-box-record-content .record-item .item-content .product-item .product-info .product-number {
    color: #666
}

.gift-box-record-content .record-item .item-content .shipping {
    padding: 0 30px 30px
}

.gift-box-record-content .record-item .item-content .shipping .shipping-title {
    display: flex
}

.gift-box-record-content .record-item .item-content .shipping .shipping-title .title {
    flex: 1;
    text-align: left
}

.gift-box-record-content .record-item .item-content .shipping .shipping-title .title img.track-copy {
    height: 14px;
    margin-left: 10px;
    cursor: pointer
}

.gift-box-record-content .record-item .item-content .shipping .shipping-title .t-title {
    color: #999
}

.gift-box-record-content .record-item .item-content .shipping .shipping-title .content {
    color: #333
}

.gift-box-record-content .record-item .item-content .shipping .shipping-title .address-info {
    flex: 1;
    text-align: right;
    cursor: pointer
}

.gift-box-record-content .record-item .item-content .shipping .shipping-title .address-info i.icon-open-upward {
    display: inline-block;
    transform: rotate(180deg)
}

.gift-box-record-content .record-item .item-content .shipping .shipping-address {
    margin: 10px 0;
    display: none
}

.gift-box-record-content .record-item .item-content .shipping .shipping-address .content,
.gift-box-record-content .record-item .item-content .shipping .shipping-address .order-time {
    display: flex;
    margin-bottom: 5px
}

.gift-box-record-content .record-item .item-content .shipping .shipping-address .content .title,
.gift-box-record-content .record-item .item-content .shipping .shipping-address .order-time .title {
    flex: 1;
    text-align: left;
    color: #999
}

.gift-box-record-content .record-item .item-content .shipping .shipping-address .content .content,
.gift-box-record-content .record-item .item-content .shipping .shipping-address .order-time .content {
    text-align: right;
    color: #333
}

.gift-box-record-content .record-item .item-content .shipping .shipping-address .content .content .address,
.gift-box-record-content .record-item .item-content .shipping .shipping-address .order-time .content .address,
.gift-box-record-content .record-item .item-content .shipping .shipping-address .content .content .telephone,
.gift-box-record-content .record-item .item-content .shipping .shipping-address .order-time .content .telephone {
    margin: 0 !important
}

@media (max-width:991px) {
    .gifts-container {
        position: relative;
        padding: 20px 20px 40px
    }

    .gifts-container .gifts {
        display: none
    }

    .gifts-container .mobile-gifts {
        display: block
    }

    .gifts-container .mobile-gifts h1 {
        width: 270px;
        margin-bottom: 0;
        padding-top: 0
    }

    .gifts-container .mobile-gifts .gifts-title {
        display: inline-block;
        width: 100%;
        font-size: 48px;
        font-weight: 500;
        line-height: 62.59px;
        text-align: left;
        color: #333;
        letter-spacing: -.07em
    }

    .gifts-container .mobile-gifts .second-row-box {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .gifts-container .mobile-gifts .second-row-box .dead-time {
        width: auto;
        height: 14.34px;
        font-size: 0;
        margin-top: 0
    }

    .gifts-container .mobile-gifts .second-row-box .dead-time span {
        font-size: 11px;
        font-weight: 400;
        line-height: 14.34px;
        letter-spacing: -.01em;
        text-align: left;
        color: #333
    }

    .gifts-container .mobile-gifts .second-row-box .record-button {
        text-decoration: underline;
        background-color: transparent;
        color: #333;
        font-size: 13px;
        line-height: 16.95px;
        cursor: pointer;
        text-align: right
    }

    .gifts-container .mobile-gifts .second-row-box .record-button:hover {
        text-decoration: none;
        background-color: transparent;
        color: #333;
        font-size: 13px;
        line-height: 16.95px
    }

    .gifts-container .mobile-gifts .gifts {
        display: grid;
        grid-template-columns: 64.33% 36.49%;
        padding: 0;
        direction: rtl;
        width: 100%;
        min-height: 460px;
        margin-top: 15px
    }

    .gifts-container .mobile-gifts .left-gifts {
        float: left;
        color: #333;
        margin-left: 14.69px
    }

    .gifts-container .gifts .left-gifts .detail-text {
        margin-top: 24px;
        width: 100%;
        height: auto;
        direction: ltr
    }

    .gifts-container .gifts .left-gifts .detail-text p {
        margin: 0;
        font-size: 13px;
        font-weight: 400;
        line-height: 17px;
        letter-spacing: -.09em;
        text-align: left;
        color: #333
    }

    .gifts-container .gifts .left-gifts .gifts-box {
        width: 100%;
        height: 102px;
        margin-top: 20px;
        margin-left: 12px
    }

    .gifts-container .gifts .left-gifts ul {
        width: 100%;
        height: 102px;
        display: flex;
        flex-wrap: wrap;
        direction: ltr;
        list-style-type: none;
        padding: 0;
        margin: 0;
        justify-content: center;
        margin-top: 52.89px;
        row-gap: 30px
    }

    .gifts-container .gifts .left-gifts ul li {
        flex: none;
        width: 50%;
        height: 100%;
        position: relative;
        text-align: center
    }

    .gifts-container .gifts .left-gifts .gifts-img-list .gift-img {
        display: block;
        height: 74px
    }

    .gifts-container .gifts .left-gifts .gifts-img-list .gift-text {
        height: auto;
        font-size: 11px;
        font-weight: 400;
        line-height: 17px;
        letter-spacing: -.01em;
        text-align: center;
        position: absolute;
        margin: 0;
        bottom: 0;
        width: max-content;
        margin-left: 5px;
        color: #333
    }

    .gifts-container .gifts .left-gifts .gifts-img-list .gift-text.gift2 {
        left: 0
    }

    .gifts-container .phone-container {
        position: relative;
        margin-top: 40px;
        width: 100%;
        height: 70px;
        margin-left: 0
    }

    .gifts-container .phone-container:before {
        content: "éå®&nbsp;ä»ˆéŽµå¬«æº€";
        position: absolute;
        top: -10px;
        left: 30px;
        background-color: #000;
        padding: 0 10px;
        color: #fff;
        z-index: 10;
        font-size: 11px;
        font-weight: 400;
        line-height: 24px;
        text-align: right
    }

    .gifts-container .phone-box {
        border: 1px solid #ccc;
        padding: 15px;
        position: relative;
        margin-top: -10px;
        background-color: #fff;
        height: 57px
    }

    .gifts-container .phone-box .phone-number {
        position: absolute;
        top: 0;
        bottom: 27px;
        left: 17px;
        font-size: 13px;
        font-weight: 400;
        line-height: 57px
    }

    .gifts-container .phone-box .exit-button {
        float: right;
        background-color: #fff;
        position: absolute;
        top: 10px;
        bottom: 27px;
        right: 0
    }

    .gifts-container .phone-box .exit-button:focus,
    .gifts-container .phone-box .exit-button:active {
        border: none;
        outline: none;
        box-shadow: none
    }

    .gifts-container .phone-box button span,
    .gifts-container .phone-box .cart.table-wrapper .actions-toolbar&gt;.action span,
    .gifts-container .phone-box .action-gift span {
        color: #333;
        font-size: 13px;
        font-weight: 400;
        line-height: 16.95px;
        text-align: center;
        text-decoration: underline
    }

    .gifts-container .gifts .right-gifts {
        float: right;
        color: #333;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        min-height: 460px
    }

    .gifts-container .gifts .right-gifts .product-box {
        width: 100%;
        text-align: left
    }

    .gifts-container .gifts .right-gifts .product-box img {
        max-height: 460px
    }

    .gift-box-btn-box {
        position: static;
        width: 100%;
        height: 45px;
        margin-top: 5px;
        margin-left: 0
    }

    .gift-box-btn-box .black-btn-cover {
        background-color: #333
    }

    .gift-box-btn-box button,
    .gift-box-btn-box .cart.table-wrapper .actions-toolbar&gt;.action,
    .gift-box-btn-box .action-gift {
        height: 45px;
        line-height: 45px;
        width: 100%;
        font-size: 15px;
        font-weight: 400;
        padding: 0
    }

    .page-wrapper {
        overflow-x: hidden !important
    }

    .page-wrapper .main .gift-box-auth-title {
        font-size: 20px;
        margin: 5px 0 23px 25px;
        padding: 0;
        color: #333
    }

    .page-wrapper .main .gifting-box-auth-form {
        width: auto !important;
        padding: 30px 25px 0;
        border-top: 1px solid #ebebeb;
        border-bottom: none;
        border-left: none;
        border-right: none;
        margin: 0 auto 20px
    }

    .page-wrapper .main .gifting-box-auth-form .fieldset .field .control,
    .page-wrapper .main .gifting-box-auth-form .fieldset .field input {
        height: 26px !important
    }

    .page-wrapper .main .gifting-box-auth-form .fieldset .sms-code {
        width: calc(-40%);
        margin-bottom: 30px
    }

    .page-wrapper .main .gifting-box-auth-form .fieldset .sms-code .send-sms {
        font-size: 15px;
        height: 44px;
        line-height: 44px
    }

    .page-wrapper .main .gifting-box-auth-form #is_privacy-error,
    .page-wrapper .main .gifting-box-auth-form #is_trans-error,
    .page-wrapper .main .gifting-box-auth-form #is_campaign-error {
        margin-top: 5px
    }

    .giftbox-index-auth .main .gifting-box-auth-form .fieldset .field {
        margin-bottom: 30px
    }

    .giftbox-index-auth .main .gifting-box-auth-form .fieldset .actions-toolbar .primary .black-btn-cover {
        height: 45px;
        font-size: 15px;
        line-height: 45px
    }

    .giftbox-index-auth .gifting-box-auth-form .member-agreement .input-text {
        height: 0
    }

    .giftbox-index-auth .gifting-box-auth-form .member-agreement label span {
        line-height: 27.33px
    }

    .campaign-auth .modal-content {
        padding-left: 24px;
        padding-right: 24px
    }

    .campaign-auth .modal-header {
        background-color: #fff !important
    }

    .campaign-auth .privacy-campaign-box h1 {
        justify-content: flex-start !important
    }

    .campaign-auth .privacy-campaign-box h3 {
        font-size: 18px !important
    }

    .campaign-auth .privacy-campaign-box .notice .notice-title {
        margin-right: 0 !important
    }

    .gift-box-apply-title {
        margin-top: 5px;
        padding: 0 25px 23px;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 0
    }

    .gift-box-apply-title h2 {
        font-size: 20px;
        color: #333
    }

    .gift-box-apply-title .back-home {
        display: none
    }

    .gift-box-tabs {
        max-width: 100% !important;
        margin: 0 auto 20px 0;
        flex-direction: column;
        border: none
    }

    .gift-box-tabs .tab-buttons {
        border-bottom: 1px solid #ebebeb;
        margin-top: 0;
        margin-bottom: 30px
    }

    .gift-box-tabs .tab-buttons .tab-button {
        font-size: 15px;
        height: 44px;
        line-height: 20px;
        width: 162.5px
    }

    .gift-box-tabs .tab-content {
        border: none;
        padding-top: 30px;
        width: 100% !important
    }

    .gift-box-tabs .tab-content .gift-box-auth-title {
        font-size: 15px;
        margin: 0 25px 23px
    }

    .gift-box-tabs .tab-content .gifting-box-auth-form {
        padding-top: 15px;
        border: none;
        margin: 0 !important
    }

    .gift-box-tabs .tab-content .gifting-box-auth-form .fieldset .field {
        flex: 0 1 100%
    }

    .gift-box-tabs .tab-content .gifting-box-auth-form .fieldset .field select {
        height: 28px
    }

    .gift-box-tabs .tab-content .gifting-box-auth-form .fieldset .field input {
        height: 28px !important
    }

    .gift-box-tabs .tab-content .gifting-box-auth-form .fieldset .field.city,
    .gift-box-tabs .tab-content .gifting-box-auth-form .fieldset .field.district {
        flex: 0 1 48%
    }

    .gift-box-tabs .tab-content .gifting-box-auth-form .apply-button {
        height: 44px !important;
        line-height: 44px !important;
        font-size: 16px !important
    }

    .gift-box-tabs .tab-content .tab-pane.left .product-list-grid {
        margin-bottom: 30px;
        max-height: 95px
    }

    .gift-box-tabs .tab-content .tab-pane.left .product-list-grid .product-list-item {
        padding: 15px
    }

    .gift-box-tabs .tab-content .tab-pane.left .product-list-grid .product-list-item .product-image {
        height: 65px;
        width: 65px
    }

    .gift-box-tabs .tab-content .tab-pane.left .product-list-grid .product-list-item .product-info .product-name {
        font-size: 15px;
        margin-bottom: 4px
    }

    .gift-box-tabs .tab-content .tab-pane.left .product-list-grid .product-list-item .product-info .product-serial,
    .gift-box-tabs .tab-content .tab-pane.left .product-list-grid .product-list-item .product-info .purchase-time {
        font-size: 11px !important
    }

    .gift-box-tabs .tab-content .tab-pane.left .product-list-grid .product-list-item .product-info .product-serial .gray,
    .gift-box-tabs .tab-content .tab-pane.left .product-list-grid .product-list-item .product-info .purchase-time .gray {
        color: #9a9b9b
    }

    .gift-box-tabs .tab-content .tab-pane.left .product-list-grid .product-list-item .product-info .product-serial {
        margin: 0 0 13px
    }

    .gift-box-tabs .tab-content .tab-pane.left .product-list-grid .product-list-item .select-label .checkmark {
        width: 16px;
        height: 16px;
        top: 24.5px
    }

    .gift-box-tabs .tab-content .tab-pane .reg-code .field,
    .gift-box-tabs .tab-content .tab-pane .buy-time .field {
        height: 44px
    }

    .gift-box-tabs .tab-content .tab-pane .reg-code .field input,
    .gift-box-tabs .tab-content .tab-pane .buy-time .field input {
        height: 24px !important
    }

    .gift-box-tabs .tab-content .tab-pane .reg-code,
    .gift-box-tabs .tab-content .tab-pane .buy-time {
        max-width: 100%
    }

    .gift-box-tabs .tab-content .tab-pane .reg-code .code-c {
        width: 20% !important
    }

    .gift-box-tabs .tab-content .tab-pane .reg-code .tips {
        display: none !important
    }

    .gift-box-tabs .tab-content .tab-pane .reg-code .split-char {
        height: auto
    }

    .gift-box-tabs .tab-content .tab-pane {
        padding: 0 25px
    }

    .gift-box-tabs .tab-content .tab-pane .register {
        margin-bottom: 0
    }

    .gift-box-tabs .tab-content .tab-pane .buy-time {
        margin-bottom: 25px
    }

    .gift-box-tabs .tab-content .tab-pane.right {
        margin-bottom: 40px
    }

    .gift-box-tabs .tab-content .tab-pane.right .qr-content {
        margin-top: 0;
        border: none
    }

    .gift-box-tabs .tab-content .tab-pane.right .qr-content .tips {
        right: 0 !important;
        margin: 0;
        height: 20px;
        width: 20px;
        background-size: 20px
    }

    .gift-box-tabs .tab-content .tab-pane.right .qr-content .qr-domain {
        padding: 0 0 30px
    }

    .gift-box-tabs .tab-content .tab-pane.right fieldset.register .control input {
        width: 18px;
        height: 18px
    }

    .gift-box-tabs .tab-content .tab-pane.right fieldset.register .control .label {
        margin-top: 2px !important
    }

    .gift-box-tabs .tab-content.right {
        padding-top: 0
    }

    .modal-popup.product-reg .modal-content p {
        font-size: 14px !important;
        margin: 0
    }

    .gift-box-record-title .back-home {
        display: none
    }

    .gift-box-record-title {
        width: 100%;
        padding: 4px 25px 24px;
        border-bottom: 1px solid #ebebeb;
        margin: 0 !important
    }

    .gift-box-record-title .record-title {
        display: flex;
        align-items: flex-end
    }

    .gift-box-record-title .record-title .back-icon-btn {
        display: block !important
    }

    .gift-box-record-title .record-title h3 {
        font-size: 20px !important
    }

    .gift-box-record-content .product-number,
    .shipping-title,
    .shipping-address {
        font-size: 13px
    }

    .gift-box-record-content {
        width: 100%
    }

    .gift-box-record-content .record-empty {
        margin: 30px 25px 0
    }

    .gift-box-record-content .record-item {
        margin: 30px 25px 15px !important
    }

    .gift-box-record-content .record-item .item-info {
        padding: 15px
    }

    .gift-box-record-content .record-item .item-content .product-item {
        padding: 15px !important
    }

    .gift-box-record-content .record-item .item-content .product-item .product-image {
        margin-right: 15px !important;
        width: 74px !important;
        height: 74px !important
    }

    .gift-box-record-content .record-item .item-content .product-item .product-info {
        height: 74px !important
    }

    .gift-box-record-content .record-item .item-content .product-item .product-info .product-name {
        font-size: 14px !important
    }

    .gift-box-record-content .record-item .item-content .shipping {
        padding: 0 15px 15px !important
    }

    .gift-box-record-content .record-item .item-content .shipping .shipping-title {
        display: block !important
    }

    .gift-box-record-content .record-item .item-content .shipping .shipping-title .title .track-copy {
        height: 10px !important;
        margin-left: 5px !important
    }

    .gift-box-record-content .record-item .item-content .shipping .shipping-title .address-info {
        text-align: left !important
    }

    .gift-box-record-content .record-item .item-content .shipping .shipping-address {
        margin: 10px 0 0
    }

    .gift-box-record-content .record-item .item-content .shipping .shipping-address .order-time {
        margin-bottom: 0 !important
    }

    .gift-box-record-content .record-item .item-content .shipping .shipping-address .order-time .content {
        margin-bottom: 0
    }
}

.lookbook-index-index .page-main {
    padding: 0
}

.lookbook-index-index .col1-layout&gt;.container {
    width: 100%
}

#lookbook_wrap .back-con {
    border-bottom: 1px solid #ececec;
    background: #fff
}

#lookbook_wrap .back-con .icon {
    display: inline-block;
    transform: rotate(180deg);
    font-size: 24px;
    margin-right: 10px;
    cursor: pointer
}

#lookbook_wrap .back-con .icon:before {
    content: "\f105";
    font-family: "fontawesome"
}

#lookbook_wrap .back-con .text {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    letter-spacing: -.01em;
    cursor: pointer
}

#lookbook_wrap .back-con .back {
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 64px;
    margin: 0 auto;
    max-width: 1264px
}

#lookbook_wrap .tab-content {
    margin: 0 auto;
    max-width: 1264px;
    width: 100%
}

#lookbook_wrap .tab-content #tit {
    display: flex;
    height: 65px;
    align-items: center;
    justify-content: center
}

#lookbook_wrap .tab-content #tit span {
    display: inline-block;
    margin-right: 85px;
    font-size: 18px;
    color: #dadada;
    cursor: pointer;
    line-height: 63px;
    position: relative;
    white-space: nowrap
}

#lookbook_wrap .tab-content #tit span:last-child {
    margin-right: 0
}

#lookbook_wrap .tab-content #tit span.select {
    font-family: "HtigerCHS-Medium";
    color: #333
}

#lookbook_wrap .tab-content #tit span.select:before {
    content: "";
    display: block;
    height: 1.5pt;
    width: 80px;
    position: absolute;
    bottom: 0;
    background: #000;
    left: -50%;
    right: -50%;
    margin: 0 auto
}

#lookbook_wrap .tab-content #con {
    padding: 50px 0
}

#lookbook_wrap .tab-content #con&gt;div {
    display: none
}

#lookbook_wrap .tab-content #con&gt;div.active {
    display: block
}

#lookbook_wrap .tab-content #con .con-type {
    display: flex;
    align-items: center;
    justify-content: center
}

#lookbook_wrap .tab-content #con .con-type&gt;div {
    max-width: 184px;
    margin-right: 32px;
    position: relative;
    cursor: pointer
}

#lookbook_wrap .tab-content #con .con-type&gt;div:last-child {
    margin-right: 0
}

#lookbook_wrap .tab-content #con .con-type&gt;div img {
    border: 1px solid #ececec
}

#lookbook_wrap .tab-content #con .con-type&gt;div.on img {
    border: 0
}

#lookbook_wrap .tab-content #con .con-type&gt;div.on:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3pt solid #79b928
}

#lookbook_wrap .tab-content #con .con-type .title {
    position: absolute;
    left: 13px;
    bottom: 13px;
    color: #fff;
    line-height: normal
}

#lookbook_wrap .tab-content #con .con-type .title span {
    font-size: 18px
}

#lookbook_wrap .tab-content #con .con-type .title span:first-child {
    display: block;
    padding-bottom: 2px;
    font-size: 14px
}

#lookbook_wrap .tab-info {
    display: none
}

#lookbook_wrap .tab-info .tab-con {
    display: none
}

#lookbook_wrap .tab-info .tab-con.on {
    display: block
}

@media (max-width:991px) {
    #lookbook_wrap .back-con .back {
        height: 50px;
        padding-left: 25px
    }

    #lookbook_wrap .back-con .back .icon {
        font-size: 18px;
        line-height: 50px
    }

    #lookbook_wrap .back-con .back .text {
        font-size: 14px;
        line-height: 18px
    }

    #lookbook_wrap .tab-content {
        padding-left: 25px
    }

    #lookbook_wrap .tab-content #tit {
        display: block;
        padding-left: 20px;
        height: 50px;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        word-wrap: normal;
        padding-right: 25px
    }

    #lookbook_wrap .tab-content #tit span {
        margin-right: 40px;
        font-size: 14px;
        line-height: 48px;
        display: inline-block
    }

    #lookbook_wrap .tab-content #con {
        padding: 30px 0
    }

    #lookbook_wrap .tab-content #con .con-type {
        display: block;
        white-space: nowrap;
        word-wrap: normal;
        width: 100%;
        overflow-x: auto;
        padding-right: 25px
    }

    #lookbook_wrap .tab-content #con .con-type&gt;div {
        margin-right: 12px;
        display: inline-block;
        max-width: 128px
    }

    #lookbook_wrap .tab-content #con .con-type .title span {
        font-size: 16px
    }

    #lookbook_wrap .tab-content #con .con-type .title span:first-child {
        font-size: 12px
    }

    #lookbook_wrap .tab-content #con .con-type .title span.select:before {
        width: 68px
    }
}

.cp-htc-container ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    list-style: none;
    margin: 0 auto 22px;
    padding: 0;
    height: 100%;
    overflow: hidden
}

.cp-htc-container li {
    position: relative
}

.cp-htc-container li img {
    max-width: 400px;
    width: 100%
}

.cp-htc-container li input[type=checkbox] {
    display: none
}

.cp-htc-container li input[type=checkbox]:checked+label {
    border: 3pt solid #79b928
}

.cp-htc-container li label {
    cursor: pointer;
    box-sizing: border-box;
    display: block;
    max-width: 400px;
    max-height: 200px;
    overflow: hidden;
    margin: 0 auto
}

.cp-htc-container li span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 18px;
    font-family: HtigerCHS-Book, HtigerCHS;
    letter-spacing: -.01rem
}

.cp-htc-title {
    text-align: left;
    padding-bottom: 50px
}

.cp-htc-title h2 {
    font-size: 34px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    line-height: 34px;
    color: #333;
    padding-bottom: 13px;
    letter-spacing: -.2rem;
    text-align: left
}

.cp-htc-title span {
    font-size: 18px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    color: #666;
    letter-spacing: -.01rem
}

.cp-htc-btn-box {
    display: flex;
    width: max-content;
    margin: auto
}

.cp-htc-btn {
    font-size: 18px;
    color: #999;
    font-family: HtigerCHS-Medium, HtigerCHS;
    height: 60px;
    width: 310px;
    background-color: #ededed;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;
    cursor: pointer;
    letter-spacing: -.01rem;
    margin-bottom: 22px
}

.cp-htc-btn.active {
    background-color: #79b928;
    color: #000
}

.cp-htc-btn.active.cp-htc-next:after {
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/h-right.svg) no-repeat center center
}

.cp-htc-btn.cp-htc-next:after {
    content: '';
    display: inline-block;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/hg-right.svg) no-repeat center center;
    background-size: 8.1px;
    width: 8.1px;
    height: 14px;
    margin-left: 12px;
    margin-top: -4px
}

.cp-htc-btn.cp-htc-pre {
    color: #000;
    margin-right: 16px
}

.cp-htc-btn.cp-htc-pre:before {
    content: '';
    display: inline-block;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/h-right.svg) no-repeat center center;
    background-size: 8.1px;
    width: 8.1px;
    height: 14px;
    margin-left: 0;
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    margin-right: 12px;
    margin-top: -3px
}

.cp-htc-btn.cp-htc-no-arrow:after {
    display: none
}

@media (max-width:991px) {
    .cp-htc-container {
        padding: 14px 30px 0
    }

    .cp-htc-container ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 15px;
        list-style: none;
        margin: 0 auto 35px;
        padding: 0;
        height: 100%;
        overflow: hidden
    }

    .cp-htc-container li {
        position: relative
    }

    .cp-htc-container li img {
        width: 100%
    }

    .cp-htc-container li span {
        bottom: 15px;
        left: 15px;
        font-size: 18px;
        letter-spacing: -.01rem
    }

    .cp-htc-title {
        padding-bottom: 20px
    }

    .cp-htc-title h2 {
        font-size: 24px;
        line-height: 24px;
        padding-bottom: 10px;
        letter-spacing: -.02rem
    }

    .cp-htc-title span {
        font-size: 16px;
        line-height: 16px
    }

    .cp-htc-btn-box {
        display: flex;
        width: 100%;
        margin: auto
    }

    .cp-htc-btn {
        flex: 1;
        font-size: 14px;
        height: 58px;
        width: calc(50% - 15px);
        background-color: #ededed;
        line-height: 58px;
        letter-spacing: -.01rem;
        margin-bottom: 40px
    }

    .cp-htc-btn.cp-htc-full {
        width: 100%
    }
}

.revamp-comparehtc-recommend .page-wrapper {
    background: #fbfbfb
}

.htc_recommend .title {
    font-size: 34px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 500;
    line-height: 45px;
    color: #333;
    margin-bottom: 16px
}

.htc_recommend .short-title {
    font-size: 18px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 500;
    line-height: 18px;
    color: #666
}

.htc_recommend .content .head {
    margin-top: 15px;
    text-align: right;
    font-size: 18px;
    line-height: 18px
}

.htc_recommend .content .head .flex .clause .icon {
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/info.png) no-repeat center center;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: 15px
}

.htc_recommend .content .head .flex .clause .text {
    letter-spacing: -.01em;
    color: #333;
    text-decoration: underline
}

.htc_recommend .content .product {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 20px 0 34px
}

.htc_recommend .content .product .product_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #d5d5d5;
    background-color: #fff
}

.htc_recommend .content .product .select {
    padding: 10.5px 15px;
    background-color: #fff;
    border-bottom: 1px solid #d5d5d5;
    cursor: pointer;
    color: #333
}

.htc_recommend .content .product .image {
    border-bottom: 1px solid #d5d5d5;
    display: flex
}

.htc_recommend .content .product .image img {
    flex: 1;
    display: block
}

.htc_recommend .content .product .detail {
    position: relative;
    flex: 1;
    padding: 15px 38px 15px 15px;
    border-bottom: 1px solid #d5d5d5;
    background-color: #fff
}

.htc_recommend .content .product .detail .title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-family: "HtigerCHS-Medium";
    color: #333
}

.htc_recommend .content .product .detail .title:before {
    content: "\e6eb";
    display: inline-block;
    text-indent: 0;
    position: absolute;
    height: 20px;
    line-height: 20px;
    width: 20px;
    top: 15px;
    right: 15px;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    font-family: "iconfont";
    font-weight: 700;
    text-align: center
}

.htc_recommend .content .product .detail .extend:before {
    transform: rotate(180deg)
}

.htc_recommend .content .product .detail .flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    overflow: hidden
}

.htc_recommend .content .product .detail .flex .attribute-item {
    display: flex;
    width: 100%;
    margin-bottom: 10px
}

.htc_recommend .content .product .detail .flex .attribute-item .icon {
    display: inline-block;
    width: 11px;
    height: 20px;
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/tick-1.png);
    background-position: -4px 0;
    background-size: 18px;
    background-repeat: no-repeat;
    vertical-align: top;
    flex: none
}

.htc_recommend .content .product .detail .flex .attribute-item .desc {
    margin-left: 6px;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.htc_recommend .content .product .detail .flex .attribute-item:last-child {
    margin-bottom: 0
}

.htc_recommend .content .product .sale {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #fff
}

.htc_recommend .content .product .sale .price-box .price {
    font-size: 34px;
    line-height: 45px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    color: #333
}

.htc_recommend .content .product .sale .price-box .present {
    font-size: 21px;
    line-height: 45px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    color: #06c;
    margin-right: 5px
}

.htc_recommend .content .product .sale .price-box .origin {
    font-size: 14px;
    color: #999;
    font-family: HtigerCHS-Medium, HtigerCHS
}

.htc_recommend .content .product .sale .buynow,
.htc_recommend .content .product .sale .lack {
    width: 200px;
    height: 60px;
    background-color: #79b928;
    font-size: 18px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    color: #333;
    text-align: center;
    cursor: pointer;
    display: none
}

.htc_recommend .content .product .sale .buynow svg,
.htc_recommend .content .product .sale .lack svg {
    margin-top: 14px
}

.htc_recommend .content .product .sale .promotion {
    width: 100%;
    height: 60px;
    background-color: #06c !important;
    font-size: 18px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden !important
}

.htc_recommend .content .product .sale .promotion:before,
.htc_recommend .content .product .sale .promotion:after {
    content: " ";
    position: absolute;
    z-index: -1;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.htc_recommend .content .product .sale .promotion:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    height: 0
}

.htc_recommend .content .product .sale .promotion:hover:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.htc_recommend .content .product .sale .promotion:hover:after {
    -webkit-animation: hover-in-promotion .6s cubic-bezier(.6, .1, .9, .6) forwards;
    animation: hover-in-promotion .6s cubic-bezier(.6, .1, .9, .6) forwards;
    background-color: #000
}

.htc_recommend .content .product .sale .promotion svg {
    margin-top: 14px
}

.htc_recommend .content .product .sale .lack {
    background-color: #d5d5d5;
    color: #999;
    cursor: not-allowed
}

.htc_recommend .content .product .sale .btn_show {
    display: flex;
    align-items: center;
    justify-content: center
}

.htc_recommend .content .product-choose-box .product-choose-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    height: 58px;
    background: #79b928;
    font-size: 18px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
    cursor: pointer
}

.htc_recommend .content .empty-page {
    width: 100%;
    margin: 75px 0 150px;
    height: 250px;
    line-height: 250px;
    text-align: center;
    font-size: 16px;
    color: #666;
    font-family: HtigerCHS-Book, HtigerCHS;
    border: 1px solid #d5d5d5;
    background-color: #fbfbfb
}

@-webkit-keyframes hover-in-promotion {
    0.00% {
        background-color: #05a;
        padding-top: 0;
        width: 0
    }

    to {
        background-color: #05a;
        padding-top: 90rem;
        width: 90rem
    }
}

@media (max-width:991px) {
    .htc_recommend {
        padding: 14px 30px 0
    }

    .htc_recommend .title {
        font-size: 23px;
        line-height: 30px;
        letter-spacing: -.03em;
        margin-bottom: 10px
    }

    .htc_recommend .short-title {
        font-size: 16px;
        line-height: 18px
    }

    .htc_recommend .content .head {
        text-align: left;
        font-size: 14px;
        line-height: 14px
    }

    .htc_recommend .content .head .flex .clause .text {
        font-size: 14px;
        line-height: 14px
    }

    .htc_recommend .content .product {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 34px
    }

    .htc_recommend .content .product .sale .buynow,
    .htc_recommend .content .product .sale .lack {
        width: 100px;
        height: 37.5px;
        background-color: #79b928;
        font-size: 14px;
        color: #333;
        text-align: center;
        cursor: pointer;
        display: none
    }

    .htc_recommend .content .product .sale .buynow svg,
    .htc_recommend .content .product .sale .lack svg {
        margin-top: 14px
    }

    .htc_recommend .content .product .sale .promotion {
        width: 100%;
        height: 37.5px;
        background-color: #06c;
        font-size: 14px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        display: none
    }

    .htc_recommend .content .product .sale .promotion svg {
        margin-top: 14px
    }

    .htc_recommend .content .product .sale .btn_show {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .htc_recommend .content .product .sale .price-box .price {
        font-size: 21px;
        line-height: 45px;
        font-family: HtigerCHS-Medium, HtigerCHS;
        color: #333
    }

    .htc_recommend .content .product .sale .price-box .present {
        font-size: 21px;
        line-height: 45px;
        font-family: HtigerCHS-Medium, HtigerCHS;
        color: #06c;
        margin-right: 5px
    }

    .htc_recommend .content .product .sale .price-box .origin {
        font-size: 14px;
        color: #999;
        font-family: HtigerCHS-Medium, HtigerCHS
    }

    .htc_recommend .content .empty-page {
        width: auto;
        margin: 50px 25px
    }

    .htc_recommend .content .product-choose-box .product-choose-btn {
        width: 100%;
        height: 58px;
        background: #79b928;
        font-size: 14px;
        font-weight: 400;
        color: #333;
        text-align: center;
        margin: auto
    }

    .htc_recommend .product-choose-box .product-choose-btn {
        width: 100%
    }
}

.support-index-index .page-main,
.support-finish-index .page-main {
    padding: 0
}

.support-index-index .col1-layout&gt;.container,
.support-finish-index .col1-layout&gt;.container {
    width: 100%
}

.support-index-index .des_box .des_sub_title,
.support-finish-index .des_box .des_sub_title {
    padding-bottom: 16px
}

.widget-sub-title a {
    text-decoration: underline
}

.text-link {
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 60px;
    font-size: 16px;
    color: #555;
    background: #fbfbfb
}

.text-link a {
    font-size: 16px;
    color: #555;
    text-decoration: underline
}

.attr_container {
    padding: 40px 0 20px;
    background: #fbfbfb
}

.attr_title {
    font-size: 32px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #333;
    line-height: 42px;
    margin-bottom: 12px
}

.attr_desc {
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #555;
    line-height: 22px;
    margin: 0
}

.attr_desc a {
    text-decoration: underline
}

.support {
    display: none
}

.support .head_container {
    padding: 50px 0
}

.support .head_container.nobg {
    color: #333
}

.support .head_container.nobg .head_title {
    color: #333
}

.support .head_container.nobg .head_desc {
    color: #555
}

.support .head_container.bg {
    color: #fff;
    background: #000
}

.support .head_title {
    font-size: 44px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #fff;
    line-height: 57px;
    margin-bottom: 12px
}

.support .head_desc {
    font-size: 18px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
    margin: 0
}

.support .content_container {
    padding: 40px 0 28px;
    background: #fbfbfb
}

.support .content_title {
    font-size: 32px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #333;
    line-height: 42px;
    margin-bottom: 12px
}

.support .content_desc {
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #555;
    line-height: 22px;
    margin: 0;
    margin-bottom: 60px
}

.support .product_container {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.support .product_item {
    margin: 0;
    margin-right: 32px;
    margin-bottom: 32px;
    width: calc(16.66667% - 26.66px)
}

.support .product_item:nth-child(6n) {
    margin-right: 0
}

.support .product_btn {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    border: 1px solid #999;
    background-color: #fff;
    height: auto;
    padding: 0 20px 15px;
    height: 100%
}

.support .product_btn:focus {
    outline: 5px auto -webkit-focus-ring-color
}

.support .product_active {
    box-shadow: inset 0 0 0 3px #333;
    -webkit-box-shadow: inset 0 0 0 3px #333;
    -webkit-appearance: none
}

.support .product_image img {
    width: 100%
}

.support .product_desc {
    margin-top: 6px;
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    white-space: normal
}

.category .head_container {
    padding: 50px 0;
    background-color: #fff
}

.category .head_title {
    font-size: 44px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #333;
    line-height: 57px;
    margin-bottom: 12px
}

.category .head_desc {
    font-size: 18px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #555;
    line-height: 22px;
    margin: 0
}

.category .content_container {
    padding: 60px 0 0;
    background: #fbfbfb
}

.category .product_container {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.category .product_item {
    margin: 0;
    margin-right: 32px;
    margin-bottom: 40px;
    width: calc(16.66667% - 26.66px)
}

.category .product_item:nth-child(6n) {
    margin-right: 0
}

.category .product_btn {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    height: 100%;
    padding: 0;
    padding-bottom: 15px
}

.category .product_btn:focus {
    outline: 5px auto -webkit-focus-ring-color
}

.category .product_active {
    box-shadow: inset 0 0 0 3px #333;
    -webkit-box-shadow: inset 0 0 0 3px #333;
    -webkit-appearance: none
}

.category .product_image {
    padding: 0 40px
}

.category .product_desc {
    margin-top: 6px;
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    white-space: normal;
    padding: 0 20px
}

.category .show_more {
    display: none
}

.category .registration {
    margin: 20px auto 0;
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #555;
    line-height: 22px;
    text-align: center
}

.category .registration a {
    text-decoration: underline
}

.detail .head_container {
    padding: 0;
    background-color: #fff
}

.detail .head_container .container .content {
    display: flex;
    justify-content: space-between
}

.detail .head_container .container:before {
    display: none
}

.detail .head_container .container:after {
    display: none
}

.detail .head_title {
    font-size: 44px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #333;
    line-height: 57px;
    margin: 0;
    width: 762px
}

.detail .head_img {
    width: 152px
}

.detail .head_img img {
    width: 100%
}

.breadcrumb_container {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb
}

.breadcrumb_container .container {
    display: flex;
    align-items: flex-end
}

.breadcrumb_container .mb-container {
    display: none
}

.breadcrumb_item {
    font-size: 18px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 300;
    color: #555;
    line-height: 22px;
    cursor: pointer
}

.breadcrumb_item a {
    color: #555
}

.breadcrumb_current {
    color: #333;
    cursor: auto;
    font-family: HtigerCHS-Medium, HtigerCHS
}

.breadcrumb_separator {
    display: inline-block;
    width: 14px;
    height: 24px;
    fill: #555;
    padding: 0 12px;
    box-sizing: content-box
}

.show {
    display: block
}

.support-finish-index .head_container .head_bg {
    padding: 50px 0;
    background: #fbfbfb;
    border-bottom: 1px solid #ececec
}

.support-finish-index .finish_content {
    height: 100%;
    overflow: hidden;
    padding-bottom: 60px
}

.support-finish-index .finish_content .dq_index {
    padding-top: 48px;
    float: right;
    width: 30%;
    padding-left: 30px;
    color: #333;
    line-height: normal
}

.support-finish-index .finish_content .dq_index ul {
    list-style: disc;
    padding-left: 18px
}

.support-finish-index .finish_content .dq_index .dq_index_title {
    font-size: 18px;
    font-family: "HtigerCHS-Medium";
    padding-bottom: 17px
}

.support-finish-index .finish_content .dq_index li {
    font-size: 16px;
    padding-bottom: 15px;
    cursor: pointer
}

.support-finish-index .finish_content .dq_index li span {
    text-decoration: underline
}

.support-finish-index .finish_content .dq_menu {
    float: left;
    width: 70%;
    padding-right: 30px
}

.support-finish-index .finish_content .dq_menu li {
    border-bottom: 1px solid #ececec
}

.support-finish-index .finish_content .dq_menu li .child-des {
    font-size: 16px;
    padding-bottom: 48px;
    display: block;
    color: #555;
    height: 100%;
    overflow: hidden
}

.support-finish-index .finish_content .dq_menu li .child-des a.btn_item {
    display: flex;
    align-items: center;
    padding-top: 24px;
    clear: both
}

.support-finish-index .finish_content .dq_menu li .child-des a.btn_item.accessory_btn {
    margin-top: -32px
}

.support-finish-index .finish_content .dq_menu li .child-des .arrow_picture {
    width: 32px;
    height: 32px;
    background: #333;
    border-radius: 100%;
    padding: 0 5px;
    display: flex;
    align-items: center
}

.support-finish-index .finish_content .dq_menu li .child-des .item_text {
    padding-left: 10px;
    font-size: 24px;
    color: #333
}

.support-finish-index .finish_content .dq_menu li .child-des .manual-heading {
    font-size: 32px;
    padding-bottom: 12px;
    color: #333
}

.support-finish-index .finish_content .dq_menu li .child-des .manual-des {
    font-size: 16px;
    color: #555;
    margin-bottom: 0
}

.support-finish-index .finish_content .dq_menu li .child-des .manual {
    margin-top: 48px;
    border: 1px solid #ececec;
    height: 100%;
    overflow: hidden;
    padding: 48px
}

.support-finish-index .finish_content .dq_menu li .child-des .manual:first-child {
    margin-top: 0
}

.support-finish-index .finish_content .dq_menu li .child-des .manual .manual-column {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.support-finish-index .finish_content .dq_menu li .child-des .manual .manual-left {
    padding-right: 30px
}

.support-finish-index .finish_content .dq_menu li .child-des .manual .manual-right {
    text-align: center;
    font-size: 12px;
    min-width: 70px;
    color: #333
}

.support-finish-index .finish_content .dq_menu li .child-des .manual .manual-right span {
    display: block;
    font-family: HtigerCHS-Light;
    font-size: 14px;
    line-height: normal
}

.support-finish-index .finish_content .dq_menu li .child-des .manual .manual-right svg {
    width: 24px
}

.support-finish-index .finish_content .dq_menu li .child-des .manual a:hover,
.support-finish-index .finish_content .dq_menu li .child-des .manual a:focus {
    color: #333
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .more-hide {
    display: none;
    flex-wrap: wrap;
    width: 100%
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .more-hide.fx {
    display: flex
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item {
    box-sizing: border-box;
    margin-bottom: 32px;
    border: 1px solid #d5d5d5;
    position: relative
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .ico-video.video_boxs {
    border: 0;
    margin-bottom: 0;
    cursor: pointer;
    position: relative
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .ico-video.video_boxs:before {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san2.svg);
    background-size: 16px 25px;
    background-position: 25px center;
    background-repeat: no-repeat
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item img {
    width: 100%;
    border-bottom: 1px solid #d5d5d5
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .small_title {
    padding: 0 23px;
    line-height: 31px;
    letter-spacing: -.01em;
    font-weight: 200;
    margin-top: 25px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-size: 24px;
    color: #333;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .small_title a {
    color: #333
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .acc_bottom {
    width: 100%
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .describe {
    height: 48px;
    margin-top: 8px;
    margin-bottom: 0;
    padding: 0 23px;
    font-size: 16px;
    letter-spacing: -.01em;
    line-height: 24px;
    font-weight: 400;
    font-family: HtigerCHS-Book, HtigerCHS;
    overflow: hidden;
    width: 100%;
    color: #666
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .describe.new_short p {
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .describe.new_short p:not(.list-sytle-none):before {
    content: ' ';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #666;
    vertical-align: middle;
    border-radius: 100%;
    margin-right: 10px
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .describe.new_short .list-sytle-none p:before {
    display: none
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .describe p {
    margin: 0
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .btn_box {
    display: flex
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .acc_btn,
.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .btn_link {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 50%;
    text-decoration: none;
    text-align: center;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-size: 18px;
    letter-spacing: -.01em;
    margin-top: 25px;
    background-color: #79b928;
    color: #000
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .acc_btn.accessory,
.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .btn_link.accessory {
    width: 100%
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .acc_btn.unavailable,
.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .btn_link.unavailable {
    background-color: #ebebeb;
    color: #999
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .black-btn-cover {
    color: #fff;
    background-color: #333
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .gray-btn-cover {
    color: #999;
    background-color: #ededed
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .btn_link {
    background: #333;
    color: #fff
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .d-marker {
    position: absolute;
    height: 28px;
    top: -1px;
    left: 23px;
    color: #fff;
    padding: 0;
    z-index: 4
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .d-marker&gt;div {
    font-size: 14px;
    line-height: 28px;
    padding: 0 18px;
    letter-spacing: -.02em;
    background-color: #06c;
    color: #fff;
    left: 0;
    top: 0;
    white-space: nowrap;
    display: inline-block;
    margin-right: 5px
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .d-marker&gt;div.black {
    background-color: #333
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .d-marker&gt;div.green {
    background-color: #79b928
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .d-marker&gt;div.blue {
    background-color: #06c
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .d-marker&gt;div.yellow {
    background-color: #fc0
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .d-marker&gt;div.red {
    background-color: #dd4157
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .d-marker&gt;div.purple {
    background-color: #c4398d
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .price-section {
    padding: 30px 23px 0;
    font-size: 30px
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .price-section.advance .price {
    color: #06c
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .price-section .price {
    font-family: 'HtigerFutura-Heavy';
    color: #333;
    padding-right: 5px
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .price-section .retail-price {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-family: HtigerCHS-Book, HtigerCHS;
    color: #666;
    margin: 0 0 5px
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .item .price-section .sale-price {
    font-family: "HtigerCHS-Medium";
    display: inline-block;
    text-decoration: line-through;
    color: #999;
    font-size: 16px
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .column_two {
    width: calc(50% - 16px);
    margin-right: 32px
}

.support-finish-index .finish_content .dq_menu li .child-des .all_items .column_two:nth-child(2n) {
    margin-right: 0
}

.support-finish-index .finish_content .dq_menu li .child-des .clearfix {
    *zoom: 1
}

.support-finish-index .finish_content .dq_menu li .child-des .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.support-finish-index .finish_content .dq_menu .title_q {
    font-size: 32px;
    padding: 48px 0 24px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: #333
}

.support-finish-index .finish_content .dq_menu .title_q .text {
    width: 95%;
    margin: 0;
    line-height: normal
}

.support-finish-index .finish_content .dq_menu .title_q span {
    font-size: 27px;
    letter-spacing: -.02em;
    font-family: "iconfont";
    font-weight: 700;
    line-height: 27px
}

.support-finish-index .finish_content .dq_menu .down:before {
    content: "\e6eb";
    display: inline-block
}

.support-finish-index .finish_content .dq_menu .up:before {
    content: "\e6ea";
    display: inline-block
}

.support-finish-index .finish_content .dq_menu .contact_us ul {
    height: 100%;
    overflow: hidden
}

.support-finish-index .finish_content .dq_menu .contact_us li {
    border: 1px solid #ececec;
    padding: 24px 30px 48px;
    width: calc(50% - 16px);
    margin-right: 32px;
    margin-bottom: 32px;
    float: left
}

.support-finish-index .finish_content .dq_menu .contact_us li:nth-child(2n) {
    margin-right: 0
}

.support-finish-index .finish_content .dq_menu .contact_us li .ico img {
    width: 40px
}

.support-finish-index .finish_content .dq_menu .contact_us li .title {
    padding: 25px 0 15px;
    font-size: 24px;
    color: #333
}

.support-finish-index .finish_content .dq_menu .contact_us li .info {
    color: #555;
    font-size: 16px
}

.support-finish-index .finish_content .dq_menu .contact_us li .info a {
    text-decoration: underline
}

.two-columns {
    padding: 60px 0;
    border-top: 1px solid #ececec
}

.two-columns.bgc {
    background-color: #fbfbfb
}

.two-columns.not-line {
    border: 0
}

.two-columns .title {
    font-size: 34px;
    padding-bottom: 35px;
    max-width: 1264px;
    margin: 0 auto
}

.two-columns .sub_title {
    color: #555;
    font-size: 18px;
    padding-top: 15px
}

.two-columns ul {
    height: 100%;
    overflow: hidden;
    max-width: 1264px;
    margin: 0 auto;
    width: 100%
}

.two-columns li {
    border: 1px solid #ececec;
    padding: 24px 30px 48px;
    width: calc(50% - 16px);
    margin-right: 32px;
    margin-bottom: 32px;
    float: left;
    background: #fff
}

.two-columns li:nth-child(2n) {
    margin-right: 0
}

.two-columns li .ico img {
    height: 36px
}

.two-columns li .tit {
    padding: 25px 0 15px;
    font-size: 24px;
    color: #333
}

.two-columns li .info {
    color: #555;
    font-size: 16px
}

.two-columns li .info a {
    text-decoration: underline
}

.two-columns a.btn_item {
    display: flex;
    align-items: center;
    padding-top: 24px;
    clear: both
}

.two-columns a.btn_item.accessory_btn {
    margin-top: -32px
}

.two-columns .arrow_picture {
    width: 32px;
    height: 32px;
    background: #333;
    border-radius: 100%;
    padding: 0 5px;
    display: flex;
    align-items: center
}

.two-columns .item_text {
    padding-left: 10px;
    font-size: 24px;
    color: #333
}

@media (max-width:991px) {
    .two-columns {
        padding: 32px 25px;
        line-height: normal
    }

    .two-columns .title {
        font-size: 26px;
        padding-bottom: 24px
    }

    .two-columns ul li {
        float: none;
        width: 100%;
        padding: 24px 24px 32px
    }

    .two-columns ul li .tit {
        font-size: 20px;
        padding: 20px 0 8px
    }

    .two-columns ul li .info {
        font-size: 14px
    }

    .two-columns ul li p {
        margin-bottom: 8px
    }

    .text-link {
        padding: 0 0 30px
    }

    .attr_container {
        padding: 32px 0 0;
        background: #fbfbfb
    }

    .attr_title {
        font-size: 24px;
        line-height: 31px
    }

    .attr_desc {
        font-size: 14px;
        line-height: 22px
    }

    .breadcrumb_container {
        padding: 16px 25px
    }

    .breadcrumb_container .container {
        display: none
    }

    .breadcrumb_container .mb-container {
        display: flex;
        align-items: center
    }

    .breadcrumb_container .mb-container a {
        line-height: normal
    }

    .breadcrumb_container .mb-container svg {
        vertical-align: middle;
        padding-left: 0;
        height: 19px
    }

    .breadcrumb_container .mb-container .breadcrumb_item {
        font-size: 14px;
        line-height: normal
    }

    .catalog-category-view .support .container,
    .catalog-category-view .category .container,
    .catalog-category-view .detail .container {
        padding-right: 25px;
        padding-left: 25px
    }

    .catalog-category-view .attr_container {
        padding-right: 25px !important;
        padding-left: 25px !important
    }

    .support .head_container {
        padding: 32px 0
    }

    .support .head_title {
        font-size: 32px;
        line-height: 42px
    }

    .support .head_desc {
        font-size: 16px;
        line-height: 22px
    }

    .support .head_desc .text_wrap {
        display: none
    }

    .support .content_container {
        padding: 32px 0
    }

    .support .content_title {
        font-size: 24px;
        line-height: 31px
    }

    .support .content_desc {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 32px
    }

    .support .product_container {
        flex-wrap: wrap
    }

    .support .product_item {
        margin: 0;
        margin-right: 13px;
        margin-bottom: 13px;
        width: calc(50% - 6.5px)
    }

    .support .product_item:nth-child(2n) {
        margin-right: 0
    }

    .support .product_btn {
        padding-bottom: 12px
    }

    .support .product_desc {
        font-size: 14px;
        line-height: 18px
    }

    .category .head_container {
        padding: 32px 0
    }

    .category .head_title {
        font-size: 32px;
        line-height: 42px
    }

    .category .head_desc {
        font-size: 16px;
        line-height: 22px;
        word-break: break-all
    }

    .category .head_desc .text_wrap {
        display: none
    }

    .category .content_container {
        padding: 32px 0 0
    }

    .category .product_container {
        flex-wrap: wrap
    }

    .category .product_item {
        margin: 0;
        margin-right: 13px;
        margin-bottom: 40px;
        width: calc(50% - 6.5px)
    }

    .category .product_item:nth-child(2n) {
        margin-right: 0
    }

    .category .product_btn {
        padding-bottom: 0
    }

    .category .product_desc {
        margin-top: 10px;
        font-size: 14px;
        line-height: 18px
    }

    .category .show_more {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        margin-bottom: 30px;
        height: 56px;
        line-height: 56px;
        text-align: center;
        background: #ebebeb;
        font-size: 16px;
        font-family: HtigerCHS-Book, HtigerCHS;
        font-weight: 400;
        color: #333
    }

    .category .registration {
        margin-top: 0
    }

    .support-finish-index .detail .head_container {
        padding: 0
    }

    .support-finish-index .detail .head_container .head_bg {
        padding: 32px 0
    }

    .support-finish-index .detail .head_title {
        font-size: 20px;
        line-height: 28px;
        width: 181px
    }

    .support-finish-index .detail .head_img {
        width: 88px
    }

    .support-finish-index .detail .container {
        padding: 0 25px !important
    }

    .support-finish-index .detail .container.non_padding {
        padding: 0 !important
    }

    .support-finish-index .detail .finish_content {
        padding-bottom: 0
    }

    .support-finish-index .detail .finish_content .dq_index {
        display: none
    }

    .support-finish-index .detail .finish_content .dq_menu {
        width: 100%;
        margin: 0;
        padding: 0
    }

    .support-finish-index .detail .finish_content .dq_menu .title_q {
        padding: 20px 25px
    }

    .support-finish-index .detail .finish_content .dq_menu .title_q span {
        height: 20px;
        line-height: 20px;
        font-size: 21px
    }

    .support-finish-index .detail .finish_content .dq_menu li {
        padding: 0
    }

    .support-finish-index .detail .finish_content .dq_menu&gt;li:last-child {
        border-bottom: 0
    }

    .support-finish-index .detail .finish_content .dq_menu .title_q .text {
        font-size: 16px
    }

    .support-finish-index .detail .finish_content .dq_menu li .child-des {
        font-size: 14px;
        margin-bottom: 32px
    }

    .support-finish-index .detail .finish_content .dq_menu li .child-des a.btn_item {
        padding-top: 20px
    }

    .support-finish-index .detail .finish_content .dq_menu li .child-des a.btn_item.accessory_btn {
        margin-top: -15px
    }

    .support-finish-index .detail .finish_content .dq_menu li .child-des .item_text {
        font-size: 20px
    }

    .support-finish-index .detail .finish_content .dq_menu li .child-des .manual-heading {
        font-size: 24px;
        padding-bottom: 8px
    }

    .support-finish-index .detail .finish_content .dq_menu li .child-des .manual-des {
        font-size: 14px
    }

    .support-finish-index .detail .finish_content .dq_menu li .child-des .manual {
        margin-top: 20px;
        border-left: 0;
        border-right: 0;
        height: 100%;
        overflow: hidden;
        padding: 24px 25px;
        margin-bottom: 32px
    }

    .support-finish-index .detail .finish_content .dq_menu li .child-des .manual:first-child {
        margin-top: 0
    }

    .support-finish-index .detail .finish_content .dq_menu li .child-des .des_box {
        padding: 0 25px
    }

    .support-finish-index .detail .finish_content .dq_menu li .child-des .des_box .all_items .item {
        margin-bottom: 15px
    }

    .support-finish-index .detail .finish_content .dq_menu li .child-des .des_box .all_items .item .small_title {
        padding: 0 20px;
        display: block
    }

    .support-finish-index .detail .finish_content .dq_menu li .child-des .des_box .all_items .item .acc_bottom {
        position: static
    }

    .support-finish-index .detail .finish_content .dq_menu li .child-des .des_box .all_items .item .describe {
        padding: 0 20px;
        height: auto;
        margin-bottom: 0;
        font-size: 14px;
        letter-spacing: -.01em;
        line-height: 24px
    }

    .support-finish-index .detail .finish_content .dq_menu li .child-des .des_box .all_items .item .describe.new_short p:not(.list-sytle-none):before {
        width: 4px;
        height: 4px
    }

    .support-finish-index .detail .finish_content .dq_menu li .child-des .des_box .all_items .item .acc_btn,
    .support-finish-index .detail .finish_content .dq_menu li .child-des .des_box .all_items .item .btn_link {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        letter-spacing: -.02em;
        margin-top: 20px
    }

    .support-finish-index .detail .finish_content .dq_menu li .child-des .des_box .all_items .item .price-section {
        padding: 30px 20px 0
    }

    .support-finish-index .detail .finish_content .dq_menu li .child-des .des_box .all_items .item .price-section .retail-price {
        font-size: 12px;
        margin: 0 0 2px
    }

    .support-finish-index .detail .finish_content .dq_menu li .child-des .des_box .all_items .item .price-section .sale-price {
        font-size: 14px
    }

    .support-finish-index .detail .finish_content .dq_menu li .child-des .des_box .all_items .column_two {
        width: 100%;
        margin-right: 0
    }

    .support-finish-index .detail .finish_content .dq_menu .contact_us li {
        float: none;
        margin-right: 0;
        width: 100%;
        padding: 24px 24px 32px;
        margin-bottom: 24px
    }

    .support-finish-index .detail .finish_content .dq_menu .contact_us li:last-child {
        margin-bottom: 0
    }

    .support-finish-index .detail .finish_content .dq_menu .contact_us li .title {
        font-size: 20px;
        padding: 16px 0 8px
    }

    .support-finish-index .detail .finish_content .dq_menu .contact_us li .info {
        font-size: 14px
    }
}

.support-journey-troubleshooting .page-main {
    padding: 0
}

.support-journey-troubleshooting .page-main .col1-layout&gt;.container {
    max-width: 100%;
    width: 100%
}

.support-journey-troubleshooting .troubleshooting_nav {
    background-color: #333;
    color: #fff
}

.support-journey-troubleshooting .troubleshooting_nav div {
    padding: 19px 0;
    font-size: 18px;
    max-width: 1264px;
    margin: 0 auto
}

.troubleshooting .ts_brandcrumb {
    width: 100%;
    background-color: #fbfbfb;
    border-bottom: 1px solid #ebebeb
}

.troubleshooting .ts_brandcrumb_head {
    max-width: 1264px;
    align-items: center;
    display: flex;
    position: relative;
    margin: 0 auto;
    justify-content: space-between
}

.troubleshooting .js-troubleshooting-breadcrumb-list {
    list-style-type: none;
    clear: both;
    margin: 0;
    float: left;
    width: 100%
}

.troubleshooting .js-troubleshooting-breadcrumb-list li:last-child {
    padding-bottom: 40px
}

.troubleshooting .js-troubleshooting-breadcrumb-list-item {
    display: flex
}

.troubleshooting .js-troubleshooting-breadcrumb-list-item .first {
    margin-top: 50px
}

.troubleshooting .js-troubleshooting-breadcrumb-list-item .troubleshooting-breadcrumb__bullet-icons {
    margin-right: 30px
}

.troubleshooting .js-troubleshooting-breadcrumb-list-item .troubleshooting-breadcrumb__list-item-first:last-child {
    margin: 43px 0 38px;
    padding-bottom: 0;
    cursor: pointer
}

.troubleshooting .js-troubleshooting-breadcrumb-list li:last-child .js-bullet-icons {
    margin-bottom: 51px
}

.troubleshooting .js-troubleshooting-breadcrumb-list li:last-child .js-bullet-icons .dot-grey-icon {
    top: auto;
    bottom: 0
}

.troubleshooting .hidden-xs-up {
    display: none !important
}

.troubleshooting .js-troubleshooting-breadcrumb-expand {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.troubleshooting .troubleshooting-breadcrumb__icon-text {
    font-size: 14px;
    color: #333;
    margin: 0;
    padding-right: 1rem
}

.troubleshooting .troubleshooting-breadcrumb__icon {
    height: 1rem;
    width: 1rem;
    margin-bottom: .25rem;
    cursor: pointer;
    z-index: 1
}

.troubleshooting .troubleshooting-breadcrumb__bullet-icons {
    width: .1875rem;
    margin: 0 1.25rem 0 .25rem;
    position: relative;
    overflow: visible;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAwCAMAAAAvgQplAAAAMFBMVEUAAAD///////+urq6vr6+srKysrKytra2rq6usrKysrKysrKyrq6usrKyrq6usrKw85Q8yAAAADnRSTlMAAAEkJG5+frKytOb19Xb0gJsAAAB3SURBVHja5ZJBDsMwCARJHEKJC/z/tzWwl6RPyJy8I6/klUzbg7eLZIjOqTKo2dl8EW68V75i4ZFcabiit+XV/0afy9lB4lFAC2ncUJq4jNpMgQih4ZXAhwQBUugwRE9lg4irDfjv6RjXjRzXjDPnnzX/7d/hKX4KMg0y+ckLIQAAAABJRU5ErkJggg==") repeat-y top;
    background-size: contain
}

.troubleshooting .dot-border-icon {
    display: none;
    position: absolute;
    left: -.375rem
}

.troubleshooting .dot-grey-icon {
    top: calc(34%);
    left: -3px;
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    cursor: auto
}

.troubleshooting .dot-border-icon-block {
    display: block;
    position: absolute;
    left: -8px;
    width: 18px;
    height: 18px;
    background: #fff
}

.troubleshooting .troubleshooting-breadcrumb__list-item-text {
    background: #fff;
    border: 1px solid #dadada;
    position: relative;
    margin-bottom: 1.25rem;
    width: calc(98.75%);
    margin: 0;
    margin-bottom: 25px
}

.troubleshooting .troubleshooting-breadcrumb__list-item-text:before {
    border-color: rgba(0, 0, 0, 0) #dadada rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    content: "";
    top: calc(35.375%);
    left: -1.85rem;
    border-style: solid;
    border-width: .925rem;
    width: 0;
    height: 0;
    position: absolute
}

.troubleshooting .troubleshooting-breadcrumb__list-item-text:after {
    margin-left: 1px;
    border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    content: "";
    top: calc(35.375%);
    left: -1.85rem;
    border-style: solid;
    border-width: .925rem;
    width: 0;
    height: 0;
    position: absolute
}

.troubleshooting .troubleshooting-breadcrumb__list-item-text .troubleshooting-breadcrumb__list-item-link {
    padding: 20px;
    color: #999;
    font-size: 16px;
    display: block
}

.troubleshooting .js-troubleshooting-breadcrumb-expand {
    cursor: pointer
}

.troubleshooting .js-troubleshooting-breadcrumb-expand .troubleshooting-breadcrumb__icon {
    height: 9px;
    width: 16px
}

.troubleshooting .js-troubleshooting-breadcrumb-close {
    cursor: pointer;
    top: 43px;
    position: absolute;
    right: 0
}

.troubleshooting .js-troubleshooting-breadcrumb-close .troubleshooting-breadcrumb__icon--close {
    width: 20px;
    height: 20px
}

.troubleshooting .success {
    color: #333;
    line-height: normal;
    padding-bottom: 60px
}

.troubleshooting .success .head {
    padding: 48px 0;
    font-size: 16px
}

.troubleshooting .success .head h2 {
    font-size: 32px;
    padding-bottom: 12px
}

.troubleshooting .success .content {
    background-color: #fc0;
    padding: 48px
}

.troubleshooting .success .content .title {
    font-size: 32px;
    padding-bottom: 48px
}

.troubleshooting .success .content ul {
    display: flex;
    align-items: start;
    justify-content: space-between;
    text-align: center;
    padding-bottom: 48px
}

.troubleshooting .success .content ul li {
    max-width: 230px
}

.troubleshooting .success .content ul img {
    max-width: 128px
}

.troubleshooting .success .content ul .ico {
    padding-bottom: 16px
}

.troubleshooting .success .content ul .tit {
    padding-bottom: 12px;
    font-size: 32px
}

.troubleshooting .success .content ul .des {
    font-size: 18px
}

.troubleshooting .success .content a.btn {
    max-width: 380px;
    background-color: #333;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    height: 56px;
    display: block;
    line-height: 56px;
    padding: 0;
    border-radius: 0
}

.troubleshooting .fail_a,
.troubleshooting .fail_b,
.troubleshooting .kefu_content {
    color: #333;
    line-height: normal;
    padding-bottom: 60px
}

.troubleshooting .fail_a .head,
.troubleshooting .fail_b .head,
.troubleshooting .kefu_content .head {
    padding: 48px 0;
    font-size: 16px
}

.troubleshooting .fail_a .head h2,
.troubleshooting .fail_b .head h2,
.troubleshooting .kefu_content .head h2 {
    font-size: 32px;
    padding-bottom: 12px
}

.troubleshooting .loading_page .head_container .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.troubleshooting .loading_page .head_container .container:after,
.troubleshooting .loading_page .head_container .container:before {
    display: none
}

.troubleshooting .loading_page .head_container .text_box {
    width: 100%;
    padding: 120px 0
}

.troubleshooting .loading_page .head_container .text_box .text_title {
    width: 680px;
    font-size: 44px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #333;
    line-height: 48px;
    margin-bottom: 14px
}

.troubleshooting .loading_page .head_container .text_box .text_desc {
    width: 680px;
    font-size: 18px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    margin: 0
}

.troubleshooting .loading_page .head_container .img_box {
    display: none
}

.troubleshooting .loading_page .common_container {
    margin-bottom: 52px
}

.troubleshooting .loading_page .common_container .common_title {
    font-size: 36px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #333;
    line-height: 47px;
    margin-top: 48px;
    margin-bottom: 48px
}

.troubleshooting .loading_page .common_container .common_content {
    display: flex;
    flex-direction: column
}

.troubleshooting .loading_page .common_container .common_content .common_item {
    width: 100%;
    height: 62px;
    border: 1px solid #dadada;
    line-height: 62px;
    margin-bottom: 8px
}

.troubleshooting .loading_page .common_container .common_content .common_item .common_btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 20px
}

.troubleshooting .loading_page .common_container .common_content .common_item .common_btn .common_text {
    font-size: 18px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #333;
    line-height: 24px
}

.troubleshooting .loading_page .common_container .common_content .common_item .common_btn .common_icon {
    width: 23px;
    height: 14px;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/common-arrow.png) no-repeat;
    background-size: cover
}

.troubleshooting .loading_page .direct_link_container {
    margin-bottom: 36px
}

.troubleshooting .loading_page .direct_link_container .direct_link_title {
    font-size: 36px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #333;
    line-height: 47px;
    margin: 48px 0
}

.troubleshooting .loading_page .direct_link_container .direct_link_content {
    display: flex;
    flex-wrap: wrap
}

.troubleshooting .loading_page .direct_link_container .direct_link_content .direct_link_item {
    margin-right: 24px;
    border: 1px solid #dadada;
    margin-bottom: 16px;
    width: calc(25% - 18.75px)
}

.troubleshooting .loading_page .direct_link_container .direct_link_content .direct_link_item .direct_link_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px 0 44px
}

.troubleshooting .loading_page .direct_link_container .direct_link_content .direct_link_item .direct_link_btn .direct_link_img {
    width: 118px;
    height: 118px;
    margin-bottom: 25px
}

.troubleshooting .loading_page .direct_link_container .direct_link_content .direct_link_item .direct_link_btn .direct_link_text {
    font-size: 18px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    margin: 0
}

.troubleshooting .loading_page .direct_link_container .direct_link_content .direct_link_item.line_last_item {
    margin-right: 0
}

.troubleshooting .loading_page .direct_link_container .direct_link_content .direct_text_item {
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%
}

.troubleshooting .loading_page .direct_link_container .direct_link_content .direct_text_item .direct_link_btn {
    align-items: flex-start;
    padding: 20px
}

.troubleshooting .alert_container {
    margin-top: 30px
}

.troubleshooting .alert_container .alert_box {
    width: 100%;
    padding: 29px 37px;
    background: #ebebeb;
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.troubleshooting .alert_container .alert_box .alert_icon {
    display: inline-block;
    height: 42px;
    width: 42px;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/alert-icon.png) no-repeat;
    background-size: cover
}

.troubleshooting .alert_container .alert_box .alert_text {
    flex: 1;
    margin-left: 16px;
    font-size: 16px;
    line-height: 20px
}

.troubleshooting .alert_container .alert_box:last-child {
    margin-bottom: 0
}

.troubleshooting .steps_container {
    border-bottom: 1px solid #ececec
}

.troubleshooting .steps_container .steps_wrapper {
    border-bottom: 1px solid #ececec;
    display: flex;
    justify-content: space-between;
    padding: 60px 0
}

.troubleshooting .steps_container .steps_wrapper .text_box,
.troubleshooting .steps_container .steps_wrapper .text_only_box {
    width: 610px
}

.troubleshooting .steps_container .steps_wrapper .text_box .h4,
.troubleshooting .steps_container .steps_wrapper .text_only_box .h4 {
    font-size: 28px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #333;
    line-height: 37px;
    margin-bottom: 10px
}

.troubleshooting .steps_container .steps_wrapper .text_box p,
.troubleshooting .steps_container .steps_wrapper .text_only_box p {
    margin: 0;
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #666;
    line-height: 20px;
    margin-bottom: 32px
}

.troubleshooting .steps_container .steps_wrapper .text_only_box {
    width: 850px
}

.troubleshooting .steps_container .steps_wrapper .img_box .ico-video.video_boxs {
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    width: 370px;
    height: 222px;
    background-color: #333
}

.troubleshooting .steps_container .steps_wrapper .img_box .ico-video.video_boxs:before {
    content: " ";
    display: block;
    width: 75px;
    height: 75px;
    background-color: rgba(0, 0, 0, .5600000000000001);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 37.5px);
    left: calc(50% - 37.5px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san2.svg);
    background-size: 22px 33px;
    background-position: 30px center;
    background-repeat: no-repeat
}

.troubleshooting .steps_container .steps_wrapper:last-child {
    border-bottom: none
}

.troubleshooting .options_container {
    border-bottom: 1px solid #ececec;
    padding: 48px 0 36px
}

.troubleshooting .options_container .options_title {
    font-size: 36px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #333;
    line-height: 47px;
    margin-bottom: 48px
}

.troubleshooting .options_container .img_content {
    display: flex;
    flex-wrap: wrap
}

.troubleshooting .options_container .img_content .img_item {
    margin-bottom: 16px;
    width: calc(25% - 18px);
    margin-right: 24px;
    border: 1px solid #dadada;
    background: #fbfbfb
}

.troubleshooting .options_container .img_content .img_item .img_btn {
    display: inline-block;
    width: 100%
}

.troubleshooting .options_container .img_content .img_item .img_btn .img_box {
    display: inline-block;
    width: 100%;
    padding: 110px 34px;
    border-bottom: 1px solid #dadada
}

.troubleshooting .options_container .img_content .img_item .img_btn .text_box {
    display: inline-block;
    width: 100%;
    padding: 40px 36px;
    font-size: 24px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #333;
    line-height: 31px
}

.troubleshooting .options_container .img_content .img_item.line_last_item {
    margin-right: 0
}

.troubleshooting .options_container .text_content .text_item {
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid #dadada;
    width: 942px
}

.troubleshooting .options_container .text_content .text_item .text_btn {
    display: inline-block;
    width: 100%;
    padding: 20px
}

.troubleshooting .options_container .text_content .text_item .text_btn .text_box {
    font-size: 18px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #333;
    line-height: 22px
}

.troubleshooting .product_container .tips_content {
    border-bottom: 1px solid #ececec;
    padding: 60px 0
}

.troubleshooting .product_container .tips_content .tips_title {
    font-size: 32px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #333;
    line-height: 42px;
    margin-bottom: 12px
}

.troubleshooting .product_container .tips_content .tips_desc {
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #666;
    line-height: 20px;
    margin: 0
}

.troubleshooting .product_container .info_content {
    border-bottom: 1px solid #ececec;
    padding: 40px 0
}

.troubleshooting .product_container .info_content .container {
    display: flex
}

.troubleshooting .product_container .info_content .container .info {
    margin-right: 204px
}

.troubleshooting .product_container .info_content .container .info .info_text .name {
    font-size: 32px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #333;
    line-height: 42px;
    margin-bottom: 12px
}

.troubleshooting .product_container .info_content .container .info .info_text .sku {
    font-size: 14px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #333;
    line-height: 18px;
    margin-bottom: 14px
}

.troubleshooting .product_container .info_content .container .info .info_text .desc {
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    margin-bottom: 24px
}

.troubleshooting .product_container .info_content .container .info .info_text .desc p {
    margin: 0
}

.troubleshooting .product_container .info_content .container .info .info_text .price_box {
    margin-bottom: 24px
}

.troubleshooting .product_container .info_content .container .info .info_text .price_box .retail-price {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-family: HtigerCHS-Book, HtigerCHS;
    color: #666;
    margin: 0 0 5px
}

.troubleshooting .product_container .info_content .container .info .info_text .price_box .final_price {
    font-size: 32px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 500;
    color: #333;
    line-height: 42px;
    margin-right: 12px
}

.troubleshooting .product_container .info_content .container .info .info_text .price_box .origin_price {
    font-size: 18px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #666;
    line-height: 24px
}

.troubleshooting .product_container .info_content .container .info .info_btn .add_btn {
    display: inline-block;
    width: 270px;
    height: 66px;
    line-height: 66px !important;
    text-align: center;
    font-size: 18px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 500;
    color: #333;
    line-height: 24px;
    background: #79b928;
    margin-bottom: 40px
}

.troubleshooting .product_container .info_content .container .info .info_btn .lack {
    background-color: #d5d5d5;
    color: #999;
    cursor: not-allowed
}

.troubleshooting .product_container .info_content .container .info .mobile_image {
    display: none
}

.troubleshooting .product_container .info_content .container .pc_image {
    display: flex;
    align-items: flex-end;
    width: 259px;
    height: 185px
}

@media (max-width:991px) {
    .support-journey-troubleshooting.page-layout-1column .page-main {
        min-height: auto
    }

    .support-journey-troubleshooting.page-layout-1column .page-main .troubleshooting_nav div {
        padding: 16px 25px;
        font-size: 14px
    }

    .troubleshooting .ts_brandcrumb {
        padding: 0 25px
    }

    .troubleshooting .js-troubleshooting-breadcrumb-list {
        width: 100%
    }

    .troubleshooting .ts_brandcrumb_head {
        display: block
    }

    .troubleshooting .ts_brandcrumb_head .js-troubleshooting-breadcrumb-list {
        float: none
    }

    .troubleshooting .js-troubleshooting-breadcrumb-list-item .troubleshooting-breadcrumb__list-item-first:last-child {
        padding: 26px 0;
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #ebebeb
    }

    .troubleshooting .js-troubleshooting-breadcrumb-expand {
        width: 100%;
        justify-content: space-between;
        padding: 12px 0
    }

    .troubleshooting .troubleshooting-breadcrumb__list-item-text {
        background: 0 0;
        border: 0;
        margin-bottom: 0
    }

    .troubleshooting .troubleshooting-breadcrumb__list-item-text:after,
    .troubleshooting .troubleshooting-breadcrumb__list-item-text:before {
        display: none
    }

    .troubleshooting .troubleshooting-breadcrumb__list-item-text .troubleshooting-breadcrumb__list-item-link {
        padding: 12px 0 0;
        line-height: normal;
        font-size: 14px
    }

    .troubleshooting .js-troubleshooting-breadcrumb-list li:last-child {
        padding-bottom: 0
    }

    .troubleshooting .js-troubleshooting-breadcrumb-list li:last-child .js-bullet-icons {
        margin-bottom: 12px
    }

    .troubleshooting .js-troubleshooting-breadcrumb-list li:last-child .troubleshooting-breadcrumb__list-item-text .troubleshooting-breadcrumb__list-item-link {
        padding-bottom: 12px
    }

    .troubleshooting .js-troubleshooting-breadcrumb-list-item .first {
        margin-top: 28px
    }

    .troubleshooting .dot-grey-icon {
        top: 16px
    }

    .troubleshooting .js-troubleshooting-breadcrumb-close {
        top: 90px
    }

    .troubleshooting .js-troubleshooting-breadcrumb-close .troubleshooting-breadcrumb__icon--close {
        width: 17px;
        height: 17px
    }

    .troubleshooting .success {
        padding-bottom: 32px
    }

    .troubleshooting .success .head {
        padding: 32px 25px;
        font-size: 14px
    }

    .troubleshooting .success .head h2 {
        font-size: 24px;
        padding-bottom: 8px
    }

    .troubleshooting .success .content {
        padding: 32px 25px
    }

    .troubleshooting .success .content .title {
        font-size: 28px;
        padding-bottom: 32px
    }

    .troubleshooting .success .content a.btn {
        font-size: 16px
    }

    .troubleshooting .success .content ul {
        display: block;
        padding-bottom: 0
    }

    .troubleshooting .success .content ul li {
        max-width: 100%;
        padding-bottom: 32px
    }

    .troubleshooting .success .content ul li .tit {
        font-size: 24px
    }

    .troubleshooting .success .content ul li .des {
        font-size: 16px
    }

    .troubleshooting .fail_a,
    .troubleshooting .fail_b,
    .troubleshooting .kefu_content {
        padding: 0 25px
    }

    .troubleshooting .fail_a .head,
    .troubleshooting .fail_b .head,
    .troubleshooting .kefu_content .head {
        font-size: 14px;
        padding: 32px 0
    }

    .troubleshooting .fail_a .head h2,
    .troubleshooting .fail_b .head h2,
    .troubleshooting .kefu_content .head h2 {
        font-size: 24px
    }

    .troubleshooting .loading_page .head_container {
        border-bottom: 1px solid #ebebeb
    }

    .troubleshooting .loading_page .head_container .container {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start
    }

    .troubleshooting .loading_page .head_container .container .text_box {
        padding: 32px 25px;
        background: 0 0 !important
    }

    .troubleshooting .loading_page .head_container .container .text_box .text_title {
        width: 100%;
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 10px
    }

    .troubleshooting .loading_page .head_container .container .text_box .text_desc {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        margin: 0
    }

    .troubleshooting .loading_page .head_container .container .img_box {
        display: block;
        height: auto;
        width: 100%
    }

    .troubleshooting .loading_page .common_container {
        margin: 0 25px 32px
    }

    .troubleshooting .loading_page .common_container .common_title {
        font-size: 28px;
        line-height: 37px;
        margin-bottom: 32px
    }

    .troubleshooting .loading_page .common_container .common_content {
        display: flex;
        flex-direction: column
    }

    .troubleshooting .loading_page .common_container .common_content .common_item .common_btn {
        padding: 0 25px 0 20px
    }

    .troubleshooting .loading_page .common_container .common_content .common_item .common_btn .common_text {
        font-size: 16px;
        line-height: 20px
    }

    .troubleshooting .loading_page .common_container .common_content .common_item .common_btn .common_icon {
        width: 23px;
        height: 14px
    }

    .troubleshooting .loading_page .direct_link_container {
        padding: 0 25px;
        margin-bottom: 22px
    }

    .troubleshooting .loading_page .direct_link_container .direct_link_title {
        font-size: 28px;
        line-height: 37px;
        margin-bottom: 32px
    }

    .troubleshooting .loading_page .direct_link_container .direct_link_content {
        display: flex;
        flex-direction: column
    }

    .troubleshooting .loading_page .direct_link_container .direct_link_content .direct_link_item {
        width: 100%;
        margin-bottom: 10px
    }

    .troubleshooting .loading_page .direct_link_container .direct_link_content .direct_link_item .direct_link_btn {
        display: flex;
        flex-direction: row;
        margin-right: 0;
        align-items: center;
        justify-content: space-between;
        padding: 16px 20px
    }

    .troubleshooting .loading_page .direct_link_container .direct_link_content .direct_link_item .direct_link_btn .direct_link_img {
        width: 64px;
        height: 64px;
        margin-bottom: 0
    }

    .troubleshooting .loading_page .direct_link_container .direct_link_content .direct_link_item .direct_link_btn .direct_link_text {
        font-size: 16px;
        line-height: 20px;
        margin: 0
    }

    .troubleshooting .alert_container {
        margin: 24px 25px 0
    }

    .troubleshooting .alert_container .alert_box {
        width: 100%;
        height: auto;
        background: #ebebeb;
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        padding: 24px 30px
    }

    .troubleshooting .alert_container .alert_box .alert_icon {
        height: 23px;
        width: 23px
    }

    .troubleshooting .alert_container .alert_box .alert_text {
        margin-left: 11px;
        font-size: 14px;
        line-height: 18px
    }

    .troubleshooting .steps_container {
        padding: 0 25px
    }

    .troubleshooting .steps_container .steps_wrapper {
        display: flex;
        flex-direction: column;
        padding: 24px 0
    }

    .troubleshooting .steps_container .steps_wrapper .text_box,
    .troubleshooting .steps_container .steps_wrapper .text_only_box {
        width: 100%
    }

    .troubleshooting .steps_container .steps_wrapper .text_box .h4,
    .troubleshooting .steps_container .steps_wrapper .text_only_box .h4 {
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 8px
    }

    .troubleshooting .steps_container .steps_wrapper .text_box p,
    .troubleshooting .steps_container .steps_wrapper .text_only_box p {
        margin: 0;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 24px
    }

    .troubleshooting .steps_container .steps_wrapper .text_only_box {
        width: 100%
    }

    .troubleshooting .steps_container .steps_wrapper .img_box {
        margin-top: 24px
    }

    .troubleshooting .steps_container .steps_wrapper .img_box img {
        width: 100%
    }

    .troubleshooting .steps_container .steps_wrapper .img_box .ico-video.video_boxs {
        width: 100%;
        margin-bottom: 0;
        cursor: pointer;
        position: relative
    }

    .troubleshooting .steps_container .steps_wrapper .img_box .ico-video.video_boxs:before {
        content: " ";
        display: block;
        width: 75px;
        height: 75px;
        background-color: rgba(0, 0, 0, .5600000000000001);
        border-radius: 100%;
        position: absolute;
        top: calc(50% - 37.5px);
        left: calc(50% - 37.5px);
        background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san2.svg);
        background-size: 22px 33px;
        background-position: 30px center;
        background-repeat: no-repeat
    }

    .troubleshooting .steps_container .steps_wrapper:last-child {
        border-bottom: none
    }

    .troubleshooting .options_container {
        border-bottom: 1px solid #ececec;
        padding: 32px 25px 16px
    }

    .troubleshooting .options_container .options_title {
        font-size: 28px;
        line-height: 37px;
        margin-bottom: 32px
    }

    .troubleshooting .options_container .img_content {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column
    }

    .troubleshooting .options_container .img_content .img_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px
    }

    .troubleshooting .options_container .img_content .img_item .img_btn .img_box {
        padding: 68px
    }

    .troubleshooting .options_container .img_content .img_item .img_btn .text_box {
        padding: 24px 36px;
        font-size: 20px;
        line-height: 26px
    }

    .troubleshooting .options_container .img_content .img_item.line_last_item {
        margin-right: 0
    }

    .troubleshooting .options_container .text_content .text_item {
        width: 100%;
        margin-bottom: 8px
    }

    .troubleshooting .options_container .text_content .text_item .text_btn {
        padding: 22px 20px
    }

    .troubleshooting .options_container .text_content .text_item .text_btn .text_box {
        font-size: 16px;
        color: #333;
        line-height: 20px
    }

    .troubleshooting .product_container .tips_content {
        padding: 32px 25px
    }

    .troubleshooting .product_container .tips_content .tips_title {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 8px
    }

    .troubleshooting .product_container .tips_content .tips_desc {
        font-size: 14px;
        line-height: 18px
    }

    .troubleshooting .product_container .info_content {
        padding: 32px 0
    }

    .troubleshooting .product_container .info_content .container {
        display: flex;
        flex-direction: column
    }

    .troubleshooting .product_container .info_content .container .info {
        margin-right: 0
    }

    .troubleshooting .product_container .info_content .container .info .info_text {
        padding: 0 25px
    }

    .troubleshooting .product_container .info_content .container .info .info_text .name {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 8x
    }

    .troubleshooting .product_container .info_content .container .info .info_text .sku {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 14px
    }

    .troubleshooting .product_container .info_content .container .info .info_text .desc {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 4px
    }

    .troubleshooting .product_container .info_content .container .info .info_text .price_box {
        display: flex;
        align-items: flex-end;
        margin-bottom: 32px
    }

    .troubleshooting .product_container .info_content .container .info .info_text .price_box .final_price {
        font-size: 24px;
        line-height: 31px;
        margin-right: 12px
    }

    .troubleshooting .product_container .info_content .container .info .info_text .price_box .retail-price {
        font-size: 12px;
        margin: 0 0 2px
    }

    .troubleshooting .product_container .info_content .container .info .info_text .price_box .origin_price {
        font-size: 16px;
        line-height: 22px
    }

    .troubleshooting .product_container .info_content .container .info .mobile_image {
        display: block;
        width: 100%;
        margin-bottom: 31px
    }

    .troubleshooting .product_container .info_content .container .info .info_btn {
        padding: 0 25px
    }

    .troubleshooting .product_container .info_content .container .info .info_btn .add_btn {
        width: 100%;
        height: 56px;
        line-height: 56px;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0
    }

    .troubleshooting .product_container .info_content .container .pc_image {
        display: none
    }
}

.support-journey-accessory .page-main {
    padding: 0
}

.support-journey-accessory .col1-layout&gt;.container {
    width: 100%
}

.accessory .head_container {
    padding: 0;
    background-color: #fff
}

.accessory .head_container .container:before {
    display: none
}

.accessory .head_container .container:after {
    display: none
}

.accessory .head_title {
    font-size: 44px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #333;
    line-height: 57px;
    margin: 0
}

.accessory .head_desc {
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #555;
    line-height: 20px;
    margin-top: 12px
}

.accessory .show {
    display: block
}

.accessory .breadcrumb_container {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb
}

.accessory .breadcrumb_container .container {
    display: flex;
    align-items: flex-end
}

.accessory .breadcrumb_container .mb-container {
    display: none
}

.accessory .breadcrumb_item {
    font-size: 18px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 300;
    color: #555;
    line-height: 22px;
    cursor: pointer
}

.accessory .breadcrumb_item a {
    color: #555
}

.accessory .breadcrumb_current {
    color: #333;
    cursor: auto;
    font-family: HtigerCHS-Medium, HtigerCHS
}

.accessory .breadcrumb_separator {
    display: inline-block;
    width: 14px;
    height: 24px;
    fill: #555;
    padding: 0 12px;
    box-sizing: content-box
}

.accessory .head_container .head_bg {
    padding: 50px 0;
    background: #fbfbfb;
    border-bottom: 1px solid #ececec
}

.accessory .accessory_content {
    height: 100%;
    overflow: hidden;
    padding-bottom: 48px
}

.accessory .accessory_content .dq_menu {
    float: left;
    width: 100%
}

.accessory .accessory_content .dq_menu li {
    border-bottom: 1px solid #ececec
}

.accessory .accessory_content .dq_menu li .child-des,
.accessory .accessory_content .dq_menu li .child-des-reverse {
    font-size: 16px;
    padding-bottom: 12px;
    display: none;
    color: #555;
    height: 100%;
    overflow: hidden
}

.accessory .accessory_content .dq_menu li .child-des a.btn_item,
.accessory .accessory_content .dq_menu li .child-des-reverse a.btn_item {
    display: flex;
    align-items: center;
    padding-top: 24px;
    clear: both
}

.accessory .accessory_content .dq_menu li .child-des .arrow_picture,
.accessory .accessory_content .dq_menu li .child-des-reverse .arrow_picture {
    width: 32px;
    height: 32px;
    background: #333;
    border-radius: 100%;
    padding: 0 5px;
    display: flex;
    align-items: center
}

.accessory .accessory_content .dq_menu li .child-des .item_text,
.accessory .accessory_content .dq_menu li .child-des-reverse .item_text {
    padding-left: 10px;
    font-size: 24px;
    color: #333
}

.accessory .accessory_content .dq_menu li .child-des .all_items,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.accessory .accessory_content .dq_menu li .child-des .all_items .more-hide,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .more-hide {
    display: none;
    flex-wrap: wrap;
    width: 100%
}

.accessory .accessory_content .dq_menu li .child-des .all_items .more-hide.fx,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .more-hide.fx {
    display: flex
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item {
    box-sizing: border-box;
    margin-bottom: 32px;
    border: 1px solid #d5d5d5;
    position: relative
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .ico-video.video_boxs,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .ico-video.video_boxs {
    border: 0;
    margin-bottom: 0;
    cursor: pointer;
    position: relative
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .ico-video.video_boxs:before,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .ico-video.video_boxs:before {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san2.svg);
    background-size: 16px 25px;
    background-position: 25px center;
    background-repeat: no-repeat
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item img,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item img {
    width: 100%;
    border-bottom: 1px solid #d5d5d5
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .small_title,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .small_title {
    padding: 0 23px;
    line-height: 31px;
    letter-spacing: -.01em;
    font-weight: 200;
    margin-top: 25px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-size: 24px;
    color: #333;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .small_title a,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .small_title a {
    color: #333
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .acc_bottom,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .acc_bottom {
    width: 100%
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .describe,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .describe {
    height: 48px;
    margin-top: 8px;
    margin-bottom: 0;
    padding: 0 23px;
    font-size: 16px;
    letter-spacing: -.01em;
    line-height: 24px;
    font-weight: 400;
    font-family: HtigerCHS-Book, HtigerCHS;
    overflow: hidden;
    width: 100%;
    color: #555
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .describe.new_short p,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .describe.new_short p {
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .describe.new_short p:not(.list-sytle-none):before,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .describe.new_short p:not(.list-sytle-none):before {
    content: " ";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #666;
    vertical-align: middle;
    border-radius: 100%;
    margin-right: 10px
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .describe.new_short .list-sytle-none p:before,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .describe.new_short .list-sytle-none p:before {
    display: none
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .describe p,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .describe p {
    margin: 0
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .btn_box,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .btn_box {
    display: flex
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .acc_btn,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .acc_btn,
.accessory .accessory_content .dq_menu li .child-des .all_items .item .btn_link,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .btn_link {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 50%;
    text-decoration: none;
    text-align: center;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-size: 18px;
    letter-spacing: -.01em;
    margin-top: 25px;
    background-color: #79b928;
    color: #000
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .acc_btn.accessory,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .acc_btn.accessory,
.accessory .accessory_content .dq_menu li .child-des .all_items .item .btn_link.accessory,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .btn_link.accessory {
    width: 100%
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .acc_btn.unavailable,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .acc_btn.unavailable,
.accessory .accessory_content .dq_menu li .child-des .all_items .item .btn_link.unavailable,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .btn_link.unavailable {
    background-color: #ebebeb;
    color: #999
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .black-btn-cover,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .black-btn-cover {
    color: #fff;
    background-color: #333
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .gray-btn-cover,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .gray-btn-cover {
    color: #999;
    background-color: #ededed
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .btn_link,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .btn_link {
    background: #333;
    color: #fff
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .d-marker,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .d-marker {
    position: absolute;
    height: 28px;
    top: -1px;
    left: 23px;
    color: #fff;
    padding: 0;
    z-index: 4
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .d-marker&gt;div,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .d-marker&gt;div {
    font-size: 14px;
    line-height: 28px;
    padding: 0 18px;
    letter-spacing: -.02em;
    background-color: #06c;
    color: #fff;
    left: 0;
    top: 0;
    white-space: nowrap;
    display: inline-block;
    margin-right: 5px
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .d-marker&gt;div.black,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .d-marker&gt;div.black {
    background-color: #333
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .d-marker&gt;div.green,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .d-marker&gt;div.green {
    background-color: #79b928
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .d-marker&gt;div.blue,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .d-marker&gt;div.blue {
    background-color: #06c
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .d-marker&gt;div.yellow,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .d-marker&gt;div.yellow {
    background-color: #fc0
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .d-marker&gt;div.red,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .d-marker&gt;div.red {
    background-color: #dd4157
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .d-marker&gt;div.purple,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .d-marker&gt;div.purple {
    background-color: #c4398d
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .price-section,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .price-section {
    padding: 30px 23px 0;
    font-size: 30px
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .price-section.advance .price,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .price-section.advance .price {
    color: #06c
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .price-section .retail-price,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .price-section .retail-price {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-family: HtigerCHS-Book, HtigerCHS;
    color: #666;
    margin: 0 0 5px
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .price-section .price,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .price-section .price {
    font-family: "HtigerFutura-Heavy";
    color: #333;
    padding-right: 5px
}

.accessory .accessory_content .dq_menu li .child-des .all_items .item .price-section .sale-price,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .item .price-section .sale-price {
    font-family: "HtigerCHS-Medium";
    display: inline-block;
    text-decoration: line-through;
    color: #999;
    font-size: 16px
}

.accessory .accessory_content .dq_menu li .child-des .all_items .column_three,
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .column_three {
    width: calc(33.33% - 21.33px);
    margin-right: 32px
}

.accessory .accessory_content .dq_menu li .child-des .all_items .column_three:nth-child(3n),
.accessory .accessory_content .dq_menu li .child-des-reverse .all_items .column_three:nth-child(3n) {
    margin-right: 0
}

.accessory .accessory_content .dq_menu li .child-des .clearfix,
.accessory .accessory_content .dq_menu li .child-des-reverse .clearfix {
    *zoom: 1
}

.accessory .accessory_content .dq_menu li .child-des .clearfix:after,
.accessory .accessory_content .dq_menu li .child-des-reverse .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.accessory .accessory_content .dq_menu li .child-des-reverse {
    display: block
}

.accessory .accessory_content .dq_menu .static_block {
    border: 0
}

.accessory .accessory_content .dq_menu .static_block .static_box {
    padding-top: 48px
}

.accessory .accessory_content .dq_menu .static_block .static_box .static_title {
    font-size: 18px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 500;
    color: #333;
    line-height: 24px;
    letter-spacing: -.01em;
    margin: 0
}

.accessory .accessory_content .dq_menu .static_block .static_box .static_desc {
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #555;
    line-height: 20px;
    letter-spacing: -.01em;
    margin: 0;
    margin-top: 8px
}

.accessory .accessory_content .dq_menu .static_block .static_box .static_btn {
    display: inline-block;
    height: 66px;
    line-height: 66px;
    background: #ececec;
    font-size: 18px;
    letter-spacing: -.01em;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 500;
    color: #333;
    text-align: center;
    padding: 0 60px;
    margin-top: 16px
}

.accessory .accessory_content .dq_menu .title_q {
    font-size: 32px;
    padding: 24px 0 24px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: #333
}

.accessory .accessory_content .dq_menu .title_q .text {
    width: 95%;
    margin: 0;
    line-height: normal
}

.accessory .accessory_content .dq_menu .title_q span {
    font-size: 27px;
    letter-spacing: -.02em;
    font-family: "iconfont";
    font-weight: 700;
    line-height: 27px
}

.accessory .accessory_content .dq_menu .down:before {
    content: "\e6eb";
    display: inline-block
}

.accessory .accessory_content .dq_menu .up:before {
    content: "\e6ea";
    display: inline-block
}

@media (max-width:991px) {
    .catalog-category-view .accessory .container {
        padding-right: 25px;
        padding-left: 25px
    }

    .accessory .breadcrumb_container {
        padding: 16px 25px
    }

    .accessory .breadcrumb_container .container {
        display: none
    }

    .accessory .breadcrumb_container .mb-container {
        display: flex;
        align-items: center
    }

    .accessory .breadcrumb_container .mb-container a {
        line-height: normal
    }

    .accessory .breadcrumb_container .mb-container svg {
        vertical-align: middle;
        padding-left: 0;
        height: 19px
    }

    .accessory .breadcrumb_container .mb-container .breadcrumb_item {
        font-size: 14px;
        line-height: normal
    }

    .accessory .head_container {
        padding: 0
    }

    .accessory .head_container .head_bg {
        padding: 32px 0
    }

    .accessory .head_title {
        font-size: 20px;
        line-height: 28px
    }

    .accessory .head_img {
        width: 88px
    }

    .accessory .container {
        padding: 0 25px !important
    }

    .accessory .container.non_padding {
        padding: 0 !important
    }

    .accessory .accessory_content {
        padding-bottom: 24px
    }

    .accessory .accessory_content .dq_index {
        display: none
    }

    .accessory .accessory_content .dq_menu {
        width: 100%;
        margin: 0;
        padding: 0
    }

    .accessory .accessory_content .dq_menu .title_q {
        padding: 20px 0
    }

    .accessory .accessory_content .dq_menu .title_q span {
        height: 20px;
        line-height: 20px;
        font-size: 21px
    }

    .accessory .accessory_content .dq_menu li {
        padding: 0
    }

    .accessory .accessory_content .dq_menu&gt;li:last-child {
        border-bottom: 0
    }

    .accessory .accessory_content .dq_menu .title_q .text {
        font-size: 16px
    }

    .accessory .accessory_content .dq_menu li .child-des,
    .accessory .accessory_content .dq_menu li .child-des-reverse {
        font-size: 14px;
        padding-bottom: 17px
    }

    .accessory .accessory_content .dq_menu li .child-des .item_text,
    .accessory .accessory_content .dq_menu li .child-des-reverse .item_text {
        font-size: 20px
    }

    .accessory .accessory_content .dq_menu li .child-des .des_box .all_items .item,
    .accessory .accessory_content .dq_menu li .child-des-reverse .des_box .all_items .item {
        margin-bottom: 15px
    }

    .accessory .accessory_content .dq_menu li .child-des .des_box .all_items .item .small_title,
    .accessory .accessory_content .dq_menu li .child-des-reverse .des_box .all_items .item .small_title {
        font-size: 18px;
        padding: 0 20px;
        display: block
    }

    .accessory .accessory_content .dq_menu li .child-des .des_box .all_items .item .acc_bottom,
    .accessory .accessory_content .dq_menu li .child-des-reverse .des_box .all_items .item .acc_bottom {
        position: static
    }

    .accessory .accessory_content .dq_menu li .child-des .des_box .all_items .item .describe,
    .accessory .accessory_content .dq_menu li .child-des-reverse .des_box .all_items .item .describe {
        padding: 0 20px;
        height: auto;
        margin-bottom: 0;
        font-size: 14px;
        letter-spacing: -.01em;
        line-height: 24px
    }

    .accessory .accessory_content .dq_menu li .child-des .des_box .all_items .item .describe.new_short p:not(.list-sytle-none):before,
    .accessory .accessory_content .dq_menu li .child-des-reverse .des_box .all_items .item .describe.new_short p:not(.list-sytle-none):before {
        width: 4px;
        height: 4px
    }

    .accessory .accessory_content .dq_menu li .child-des .des_box .all_items .item .acc_btn,
    .accessory .accessory_content .dq_menu li .child-des-reverse .des_box .all_items .item .acc_btn,
    .accessory .accessory_content .dq_menu li .child-des .des_box .all_items .item .btn_link,
    .accessory .accessory_content .dq_menu li .child-des-reverse .des_box .all_items .item .btn_link {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        letter-spacing: -.02em;
        margin-top: 20px
    }

    .accessory .accessory_content .dq_menu li .child-des .des_box .all_items .item .price-section,
    .accessory .accessory_content .dq_menu li .child-des-reverse .des_box .all_items .item .price-section {
        padding: 30px 20px 0
    }

    .accessory .accessory_content .dq_menu li .child-des .des_box .all_items .item .price-section .retail-price,
    .accessory .accessory_content .dq_menu li .child-des-reverse .des_box .all_items .item .price-section .retail-price {
        font-size: 12px;
        margin: 0 0 2px
    }

    .accessory .accessory_content .dq_menu li .child-des .des_box .all_items .item .price-section .sale-price,
    .accessory .accessory_content .dq_menu li .child-des-reverse .des_box .all_items .item .price-section .sale-price {
        font-size: 14px
    }

    .accessory .accessory_content .dq_menu li .child-des .des_box .all_items .column_three,
    .accessory .accessory_content .dq_menu li .child-des-reverse .des_box .all_items .column_three {
        width: 100%;
        margin-right: 0
    }

    .accessory .accessory_content .dq_menu .static_block .static_box {
        padding-top: 24px
    }

    .accessory .accessory_content .dq_menu .static_block .static_box .static_title {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.01em
    }

    .accessory .accessory_content .dq_menu .static_block .static_box .static_desc {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -.01em
    }

    .accessory .accessory_content .dq_menu .static_block .static_box .static_btn {
        width: 100%;
        height: 56px;
        line-height: 56px;
        font-size: 16px;
        letter-spacing: -.01em;
        padding: 0
    }
}

.repair .head_container {
    background: #000
}

.repair .head_container .container {
    padding: 174px 0 199px;
    color: #fff;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/repair.png) no-repeat center center;
    background-size: 100%;
    color: #333
}

.repair .head_title {
    font-size: 44px;
    letter-spacing: -.03em;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #fff;
    line-height: 57px;
    margin: 0
}

.repair_container .desc_container {
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    letter-spacing: -.01em;
    font-weight: 400;
    color: #555;
    line-height: 20px;
    margin-top: 56px;
    padding-bottom: 48px;
    border-bottom: 1px solid #ececec;
    width: 830px
}

.repair_container .desc_container P {
    margin: 0;
    margin-bottom: 8px;
    margin-right: 35px
}

.repair_container .desc_container P a {
    color: #555;
    text-decoration: underline
}

.repair_container .contact_title {
    font-size: 32px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    letter-spacing: -.03em;
    color: #333;
    line-height: 42px;
    margin: 0
}

.repair_container .contact_desc {
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    letter-spacing: -.01em;
    color: #555;
    line-height: 20px;
    margin: 0;
    margin-top: 12px
}

.repair_container .contact_desc a {
    color: #555;
    text-decoration: underline
}

.repair_container .contact_container {
    margin-top: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ececec;
    width: 830px
}

.repair_container .contact_container ul {
    height: 100%;
    overflow: hidden;
    margin-top: 40px
}

.repair_container .contact_container li {
    border: 1px solid #ececec;
    padding: 24px 30px 48px;
    width: calc(50% - 16px);
    margin-right: 32px;
    float: left
}

.repair_container .contact_container li:nth-child(2n) {
    margin-right: 0
}

.repair_container .contact_container li .ico img {
    width: 40px
}

.repair_container .contact_container li .title {
    padding: 26px 0 16px;
    font-size: 24px;
    letter-spacing: -.02em;
    color: #333;
    margin: 0
}

.repair_container .contact_container li .info,
.repair_container .contact_container li .info-2 {
    color: #555;
    font-size: 16px;
    letter-spacing: -.01em
}

.repair_container .contact_container li .info a,
.repair_container .contact_container li .info-2 a {
    text-decoration: underline
}

.repair_container .contact_container li .info-2 {
    color: #333
}

.repair_container .delivery_title {
    font-size: 32px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    letter-spacing: -.03em;
    color: #333;
    line-height: 42px;
    margin: 0
}

.repair_container .delivery_desc {
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    letter-spacing: -.01em;
    color: #555;
    line-height: 20px;
    margin: 0;
    margin-top: 12px !important
}

.repair_container .delivery_desc a {
    color: #555;
    text-decoration: underline
}

.repair_container .delivery_container {
    margin-top: 32px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ececec;
    width: 830px
}

.repair_container .exclude_title {
    font-size: 32px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    letter-spacing: -.03em;
    color: #333;
    line-height: 42px;
    margin: 0
}

.repair_container .exclude_container {
    margin-top: 32px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ececec;
    width: 830px
}

.repair_container .exclude_container li {
    margin-top: 8px
}

.repair_container .exclude_container li .title {
    font-size: 16px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 500;
    letter-spacing: -.01em;
    color: #666;
    line-height: 20px;
    margin: 0
}

.repair_container .exclude_container li .info {
    margin-top: 8px;
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    letter-spacing: -.01em;
    font-weight: 400;
    color: #555;
    line-height: 20px
}

.repair_container .exclude_container li:first-child {
    margin-top: 12px
}

.repair_container .accessory_title {
    font-size: 32px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    letter-spacing: -.03em;
    color: #333;
    line-height: 42px;
    margin: 0
}

.repair_container .accessory_desc {
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    letter-spacing: -.01em;
    color: #555;
    line-height: 20px;
    margin: 0;
    margin-top: 12px !important
}

.repair_container .accessory_desc a {
    color: #555;
    text-decoration: underline
}

.repair_container .accessory_link {
    text-decoration: underline;
    color: #555
}

.repair_container .accessory_container {
    margin-top: 32px;
    padding-bottom: 47px;
    width: 830px
}

.repair_breadcrumbs .breadcrumb_container {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb
}

.repair_breadcrumbs .breadcrumb_container .container {
    display: flex;
    align-items: flex-end
}

.repair_breadcrumbs .breadcrumb_container .mb-container {
    display: none
}

.repair_breadcrumbs .breadcrumb_item {
    font-size: 18px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 300;
    color: #555;
    line-height: 22px;
    cursor: pointer
}

.repair_breadcrumbs .breadcrumb_item a {
    color: #555
}

.repair_breadcrumbs .breadcrumb_current {
    color: #333;
    cursor: auto;
    font-family: HtigerCHS-Medium, HtigerCHS
}

.repair_breadcrumbs .breadcrumb_separator {
    display: inline-block;
    width: 14px;
    height: 24px;
    fill: #555;
    padding: 0 12px;
    box-sizing: content-box
}

@media (max-width:991px) {
    .repair .container {
        padding-left: 25px !important;
        padding-right: 25px !important
    }

    .repair .head_container .container {
        padding: 32px 0 42px;
        background: #000
    }

    .repair .head_title {
        font-size: 20px;
        letter-spacing: -.03em;
        line-height: 28px
    }

    .repair_container .desc_container {
        font-size: 14px;
        letter-spacing: -.01em;
        line-height: 20px;
        margin-top: 33px;
        padding-bottom: 24px;
        width: 100%
    }

    .repair_container .desc_container P {
        margin: 0;
        margin-bottom: 8px;
        margin-right: 0
    }

    .repair_container .contact_title {
        font-size: 24px;
        letter-spacing: -.02em;
        line-height: 28px;
        margin: 0
    }

    .repair_container .contact_desc {
        font-size: 14px;
        letter-spacing: -.01em;
        line-height: 20px;
        margin: 0;
        margin-top: 8px
    }

    .repair_container .contact_container {
        margin-top: 24px;
        padding-bottom: 16px;
        width: 100%
    }

    .repair_container .contact_container ul {
        height: 100%;
        overflow: hidden;
        margin-top: 24px
    }

    .repair_container .contact_container li {
        padding: 24px 24px 30px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
        float: none
    }

    .repair_container .contact_container li:last-child {
        margin-bottom: 0
    }

    .repair_container .contact_container li .ico img {
        width: 32px
    }

    .repair_container .contact_container li .title {
        padding: 16px 0 8px;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -.02em
    }

    .repair_container .contact_container li .info {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -.01em
    }

    .repair_container .contact_container li .info p:first-child {
        margin-bottom: 8px
    }

    .repair_container .delivery_title {
        font-size: 24px;
        letter-spacing: -.02em;
        line-height: 28px
    }

    .repair_container .delivery_desc {
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        margin-top: 8px !important
    }

    .repair_container .delivery_container {
        margin-top: 24px;
        padding-bottom: 24px;
        width: 100%
    }

    .repair_container .exclude_title {
        font-size: 24px;
        letter-spacing: -.02em;
        line-height: 28px;
        margin: 0
    }

    .repair_container .exclude_container {
        margin-top: 24px;
        padding-bottom: 24px;
        width: 100%
    }

    .repair_container .exclude_container li {
        margin-top: 8px
    }

    .repair_container .exclude_container li .title {
        font-size: 14px;
        letter-spacing: -.01em;
        line-height: 18px
    }

    .repair_container .exclude_container li .info {
        margin-top: 8px;
        font-size: 14px;
        line-height: 20px
    }

    .repair_container .exclude_container li:first-child {
        margin-top: 8px
    }

    .repair_container .accessory_title {
        font-size: 24px;
        letter-spacing: -.02em;
        line-height: 31px;
        margin: 0
    }

    .repair_container .accessory_desc {
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        margin-top: 8px
    }

    .repair_container .accessory_container {
        margin-top: 24px;
        padding-bottom: 32px;
        width: 100%
    }

    .repair_breadcrumbs .breadcrumb_container {
        padding: 16px 25px
    }

    .repair_breadcrumbs .breadcrumb_container .container {
        display: none
    }

    .repair_breadcrumbs .breadcrumb_container .mb-container {
        display: flex;
        align-items: center
    }

    .repair_breadcrumbs .breadcrumb_container .mb-container a {
        line-height: normal
    }

    .repair_breadcrumbs .breadcrumb_container .mb-container svg {
        vertical-align: middle;
        padding-left: 0;
        height: 19px
    }

    .repair_breadcrumbs .breadcrumb_container .mb-container .breadcrumb_item {
        font-size: 14px;
        line-height: normal
    }
}

.footer-container .footer-top .contact-content {
    font-size: 14px
}

.support-survey-index .page-main {
    padding: 0
}

.support-survey-index .modal-inner-wrap {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 90%
}

.support-survey-index .modal-inner-wrap:has(#survey-tips) {
    width: 500px
}

.support-survey-index .member-agreement input {
    display: block;
    visibility: hidden;
    height: 0
}

.support-survey-index #is_privacy-error,
.support-survey-index #is_trans-error,
.support-survey-index #is_subscribe-error {
    position: revert
}

.support-survey-index #province_id,
.support-survey-index #city_id,
.support-survey-index #job,
.support-survey-index #business {
    border: 0 solid #e5e5e5;
    height: 35px;
    color: #000
}

.survey_container {
    padding-bottom: 20px
}

.survey_container .checkbox_wrapper {
    margin-bottom: 60px
}

.survey_container .fieldset {
    margin-bottom: 60px
}

.survey_container .field {
    border: 1px solid #999;
    padding: 13px;
    position: relative
}

.survey_container .label {
    top: -8px;
    position: absolute;
    background: #fff;
    padding: 0 10px !important;
    max-width: 300px;
    display: block
}

.survey_container .checkbox-error {
    display: none;
    color: #e02b27;
    font-size: 1.2rem;
    margin-top: 7px
}

.survey_container input {
    border: 0 !important
}

.survey_container div.mage-error[generated] {
    position: absolute;
    bottom: -25px
}

.survey_container .survey_title {
    font-size: 32px;
    font-weight: 400;
    padding-top: 40px
}

.survey_container .survey_desc {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px
}

.survey_container .checkbox_title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: -10px
}

.survey_container .survey_form_container {
    display: flex;
    padding: 60px 30px;
    border: 1px solid #ebebeb
}

.survey_container .survey_right,
.survey_container .survey_left {
    width: calc(50% - 30px)
}

.survey_container .survey_right {
    margin-left: 60px
}

.survey_container .actions-toolbar {
    padding-top: 20px
}

.survey_container .button.regsubmit {
    width: 100%;
    background: #222;
    border: 1px solid #222;
    color: #fff;
    width: 100% !important;
    height: 64px;
    font-size: 22px;
    line-height: 64px
}

#survey-tips {
    display: none
}

#survey-tips .tips-title {
    text-align: center
}

#survey-tips .tips-desc {
    max-width: 350px;
    margin: auto;
    text-align: center;
    padding: 20px 0
}

.survey_success_container {
    padding-bottom: 100px
}

.survey_success_container .survey_success_icon {
    text-align: center;
    margin-bottom: 10px
}

.survey_success_container .survey_success_title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px
}

.survey_success_container .survey_success_msg {
    text-align: center;
    margin-bottom: 40px
}

.survey_success_container .survey_success_msg .newline {
    display: block
}

.survey_success_container .survey_success_btn {
    display: flex;
    justify-content: center
}

.survey_success_container .survey_success_btn .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    background: #222;
    border: 1px solid #222;
    color: #fff;
    height: 64px;
    font-size: 22px;
    line-height: 64px
}

@media (max-width:991px) {
    .support-survey-index .modal-inner-wrap:has(#survey-tips) {
        width: 70%
    }

    .support-survey-index .modal-inner-wrap:has(#survey-tips) .modal-header {
        padding: 1rem
    }

    .survey_container .container {
        padding: 0 24px !important
    }

    .survey_container .fieldset {
        margin-bottom: 40px
    }

    .survey_container .field {
        padding: 5px
    }

    .survey_container input {
        border: 0 !important
    }

    .survey_container div.mage-error[generated] {
        position: absolute;
        bottom: -25px
    }

    .survey_container .survey_title {
        padding-top: 20px;
        font-size: 28px;
        margin-bottom: 20px
    }

    .survey_container .survey_desc {
        font-size: 18px;
        margin-bottom: 20px
    }

    .survey_container .checkbox_wrapper {
        margin-bottom: 40px
    }

    .survey_container .checkbox_title {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 5px;
        margin-top: 0
    }

    .survey_container .survey_form_container {
        display: flex;
        flex-direction: column;
        padding: 0;
        border: none
    }

    .survey_container .survey_right,
    .survey_container .survey_left {
        width: 100%
    }

    .survey_container .survey_right {
        margin-left: 0
    }

    .survey_container .actions-toolbar {
        padding-top: 20px
    }

    .survey_container .button.regsubmit {
        height: 44px;
        font-size: 16px;
        line-height: 44px
    }

    #survey-tips {
        display: none
    }

    #survey-tips .tips-title {
        text-align: center
    }

    #survey-tips .tips-desc {
        text-align: center;
        padding: 20px 0
    }

    .survey_success_container {
        padding-bottom: 20px
    }

    .survey_success_container .container {
        padding: 0 24px !important
    }

    .survey_success_container .survey_success_icon {
        text-align: center;
        margin-bottom: 10px
    }

    .survey_success_container .survey_success_title {
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 20px
    }

    .survey_success_container .survey_success_msg {
        text-align: center;
        margin-bottom: 40px
    }

    .survey_success_container .survey_success_msg .newline {
        display: none
    }

    .survey_success_container .survey_success_btn {
        display: flex;
        justify-content: center
    }

    .survey_success_container .survey_success_btn .button {
        width: 150px;
        height: 44px;
        font-size: 16px;
        line-height: 44px
    }
}

.customer-account-login .wechat-login-spacer {
    display: block;
    margin: 10px 0;
    position: relative;
    text-align: center;
    line-height: 16px !important;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    overflow: visible;
    font-size: 13px
}

.customer-account-login .wechat-login-spacer .wechat-login-border {
    border-top: 1px solid #e5e2e2;
    width: 100%
}

.customer-account-login .wechat-login-spacer .wechat-login-bordertext {
    color: #e5e2e2;
    text-align: center;
    font-size: 11px
}

.customer-account-login .wechat-login-spacer .w25 {
    width: 25px !important
}

.customer-account-login .wechat-login-spacer table tr td:first-child {
    padding-left: 0
}

.customer-account-login .wechat-login-spacer table tr td:last-child {
    padding-right: 0
}

.customer-account-login .wechat-login-spacer table td {
    vertical-align: middle;
    padding: 10px 5px
}

.customer-account-login .wechat-login-block .wechat-login-buttons {
    padding-left: 5%;
    padding-top: 40px;
    padding-bottom: 126px;
    display: inline-block
}

.customer-account-login .wechat-login-block .wechat-login-buttons a {
    display: inline-block;
    float: left;
    line-height: normal;
    list-style: none !important;
    padding: 0 !important;
    background: 0 0 !important;
    height: 32px;
    margin: 0 3px 5px 0;
    position: relative;
    cursor: pointer;
    vertical-align: middle
}

.customer-account-login .wechat-login-block .wechat-login-buttons span.wechat-login-button-auto {
    display: flex;
    align-items: center
}

.customer-account-login .wechat-login-block .wechat-login-buttons .wechat-login-button-icon {
    background: url("../../frontend/Sm/htiger/zh_Hans_CN/Silksoftwarecorp_WeChatLogin/images/wechat.png") center no-repeat;
    background-size: 32px 32px;
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.customer-account-login .wechat-login-block .wechat-login-buttons .wechat-login-button-text {
    float: left;
    height: 32px;
    vertical-align: middle;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center
}

.wechat-bind-view #bind-tabs ul {
    padding: 0
}

.wechat-bind-view #bind-tabs ul li {
    list-style-type: none;
    display: inline-block;
    font-size: x-large;
    width: 48%;
    border-bottom: 6px solid #f0f0f0;
    margin: 0 1px
}

.wechat-bind-view #bind-tabs ul li a,
.wechat-bind-view #bind-tabs ul li .alink {
    color: #000
}

.wechat-bind-view #bind-tabs ul li a:hover {
    text-decoration: none
}

.wechat-bind-view #bind-tabs ul li:hover,
.wechat-bind-view #bind-tabs ul li.ui-state-active {
    border-bottom: 6px solid #a8a8a8
}

.wechat-bind-view #bind-tabs .bind-tab .block-title {
    display: none
}

.customer-account-edit .block-wechat-info {
    margin-top: 30px
}

.cover_one_black_widget {
    position: relative
}

.cover_one_black_widget .background_img {
    width: 100%
}

.cover_one_black_widget .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.cover_one_black_widget .left_top_box,
.cover_one_black_widget .right_top_box {
    position: absolute;
    top: 50px
}

.cover_one_black_widget .left_top_box .logo_img,
.cover_one_black_widget .right_top_box .logo_img {
    height: 40px;
    margin-bottom: 10px
}

.cover_one_black_widget .left_top_box .first_line,
.cover_one_black_widget .right_top_box .first_line {
    width: 450px;
    margin-bottom: 20px;
    line-height: 57px;
    font-size: 44px;
    font-weight: 300;
    color: #ebebeb;
    font-family: HtigerCHS-Light, HtigerCHS
}

.cover_one_black_widget .left_top_box .middle_line,
.cover_one_black_widget .right_top_box .middle_line {
    font-size: 24px;
    color: #ebebeb;
    font-family: HtigerCHS-Light, HtigerCHS
}

.cover_one_black_widget .left_top_box .second_line,
.cover_one_black_widget .right_top_box .second_line {
    width: 450px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #ebebeb;
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS
}

.cover_one_black_widget .left_top_box .btn_item,
.cover_one_black_widget .right_top_box .btn_item {
    height: 42px;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    color: #fff
}

.cover_one_black_widget .right_top_box {
    right: 0
}

.cover_one_black_widget .Arrow_picture {
    width: 28px;
    height: 28px;
    border-radius: 20px;
    background: #fff;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
    margin-top: 7px
}

.cover_one_black_widget .Arrow_picture .Arrow_picture_icon {
    width: 20px;
    height: 20px;
    margin-top: 3px
}

.cover_one_black_widget .item_text {
    height: 34px;
    line-height: 34px;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top;
    font-size: 28px
}

.cover_one_black_widget .btn_item:hover .Arrow_picture_icon {
    animation-name: CoverOneBlackFromLeftToRight;
    animation-duration: .3s;
    animation-timing-function: linear
}

@keyframes CoverOneBlackFromLeftToRight {
    from {
        transform: translate(0)
    }

    50% {
        transform: translate(28px)
    }

    51% {
        transform: translate(-28px)
    }

    to {
        transform: translate(0)
    }
}

.cover_one_white_widget {
    position: relative
}

.cover_one_white_widget .background_img {
    width: 100%
}

.cover_one_white_widget .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.cover_one_white_widget .left_top_box,
.cover_one_white_widget .right_top_box {
    position: absolute;
    top: 50px
}

.cover_one_white_widget .left_top_box .logo_img,
.cover_one_white_widget .right_top_box .logo_img {
    height: 40px;
    margin-bottom: 10px
}

.cover_one_white_widget .left_top_box .first_line,
.cover_one_white_widget .right_top_box .first_line {
    width: 450px;
    line-height: 57px;
    margin-bottom: 20px;
    font-size: 44px;
    font-weight: 300;
    color: #000;
    font-family: HtigerCHS-Light, HtigerCHS
}

.cover_one_white_widget .left_top_box .middle_line,
.cover_one_white_widget .right_top_box .middle_line {
    font-size: 24px;
    color: #333;
    font-family: HtigerCHS-Light, HtigerCHS
}

.cover_one_white_widget .left_top_box .second_line,
.cover_one_white_widget .right_top_box .second_line {
    width: 450px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #555;
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS
}

.cover_one_white_widget .left_top_box .btn_item,
.cover_one_white_widget .right_top_box .btn_item {
    height: 42px;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    color: #333
}

.cover_one_white_widget .right_top_box {
    right: 0
}

.cover_one_white_widget .Arrow_picture {
    width: 28px;
    height: 28px;
    border-radius: 20px;
    background: #333;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
    margin-top: 7px
}

.cover_one_white_widget .Arrow_picture .Arrow_picture_icon {
    width: 20px;
    height: 20px;
    margin-top: 3px
}

.cover_one_white_widget .item_text {
    height: 34px;
    line-height: 34px;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top;
    font-size: 28px
}

.cover_one_white_widget .btn_item:hover .Arrow_picture_icon {
    animation-name: CoverOneWhiteFromLeftToRight;
    animation-duration: .3s;
    animation-timing-function: linear
}

@keyframes CoverOneWhiteFromLeftToRight {
    from {
        transform: translate(0)
    }

    50% {
        transform: translate(28px)
    }

    51% {
        transform: translate(-28px)
    }

    to {
        transform: translate(0)
    }
}

.cover_functions_white_widget {
    position: relative
}

.cover_functions_white_widget .background_img {
    width: 100%
}

.cover_functions_white_widget .container {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.cover_functions_white_widget .video_pc {
    display: flex !important
}

.cover_functions_white_widget .video_mobile {
    display: none !important
}

.cover_functions_white_widget .sv.video_boxs {
    width: 100%;
    height: 100%;
    border: 0 !important;
    margin-bottom: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1
}

.cover_functions_white_widget .sv.video_boxs:before {
    content: " ";
    display: block;
    width: 75px;
    height: 75px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 37.5px);
    left: calc(50% - 37.5px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/sans5.svg);
    background-size: 22px 33px;
    background-position: 30px center;
    background-repeat: no-repeat
}

.cover_functions_white_widget .top_box,
.cover_functions_white_widget .center_box,
.cover_functions_white_widget .bottom_box {
    position: absolute;
    left: 0
}

.cover_functions_white_widget .top_box .badge_container,
.cover_functions_white_widget .center_box .badge_container,
.cover_functions_white_widget .bottom_box .badge_container {
    display: flex
}

.cover_functions_white_widget .top_box .badge_container .badge_box,
.cover_functions_white_widget .center_box .badge_container .badge_box,
.cover_functions_white_widget .bottom_box .badge_container .badge_box {
    font-size: 14px;
    font-family: HtigerCHS-Book, HtigerCHS;
    margin-bottom: 25px;
    padding: 0 20px;
    height: 28px;
    line-height: 28px
}

.cover_functions_white_widget .top_box .badge_container .badge_box:first-child,
.cover_functions_white_widget .center_box .badge_container .badge_box:first-child,
.cover_functions_white_widget .bottom_box .badge_container .badge_box:first-child {
    margin-right: 15px
}

.cover_functions_white_widget .top_box .badge_container .badge_box div,
.cover_functions_white_widget .center_box .badge_container .badge_box div,
.cover_functions_white_widget .bottom_box .badge_container .badge_box div {
    font-size: 14px;
    font-family: HtigerCHS-Book, HtigerCHS;
    overflow: hidden;
    white-space: nowrap
}

.cover_functions_white_widget .top_box .logo_img,
.cover_functions_white_widget .center_box .logo_img,
.cover_functions_white_widget .bottom_box .logo_img {
    max-height: 67px;
    margin-bottom: 30px
}

.cover_functions_white_widget .top_box .slider_tag,
.cover_functions_white_widget .center_box .slider_tag,
.cover_functions_white_widget .bottom_box .slider_tag {
    width: 500px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    letter-spacing: -.02em;
    line-height: 20px;
    margin-bottom: 25px
}

.cover_functions_white_widget .top_box .first_line,
.cover_functions_white_widget .center_box .first_line,
.cover_functions_white_widget .bottom_box .first_line {
    width: 590px;
    line-height: 51px;
    font-weight: 400;
    font-family: HtigerCHS-Light, HtigerCHS;
    letter-spacing: -.03em
}

.cover_functions_white_widget .top_box .first_line sup,
.cover_functions_white_widget .center_box .first_line sup,
.cover_functions_white_widget .bottom_box .first_line sup {
    top: -.6em;
    display: inline-block;
    transform: scale(.7);
    left: -.1em
}

.cover_functions_white_widget .top_box .second_lines,
.cover_functions_white_widget .center_box .second_lines,
.cover_functions_white_widget .bottom_box .second_lines {
    width: 500px;
    line-height: 24px;
    margin-top: 20px;
    font-family: HtigerCHS-Book, HtigerCHS;
    letter-spacing: -.01em
}

.cover_functions_white_widget .top_box .second_lines sup,
.cover_functions_white_widget .center_box .second_lines sup,
.cover_functions_white_widget .bottom_box .second_lines sup {
    font-size: 10px;
    top: -8px
}

.cover_functions_white_widget .top_box .promotion_info,
.cover_functions_white_widget .center_box .promotion_info,
.cover_functions_white_widget .bottom_box .promotion_info {
    width: 500px;
    letter-spacing: 0;
    font-size: 24px;
    line-height: 32px;
    margin-top: 21px;
    font-family: HtigerCHS-Light, HtigerCHS
}

.cover_functions_white_widget .top_box .promotion_time,
.cover_functions_white_widget .center_box .promotion_time,
.cover_functions_white_widget .bottom_box .promotion_time {
    width: 500px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    margin-top: 15px;
    font-family: HtigerCHS-Book, HtigerCHS
}

.cover_functions_white_widget .top_box .btn_container,
.cover_functions_white_widget .center_box .btn_container,
.cover_functions_white_widget .bottom_box .btn_container {
    display: flex;
    margin-top: 30px
}

.cover_functions_white_widget .top_box .btn_box,
.cover_functions_white_widget .center_box .btn_box,
.cover_functions_white_widget .bottom_box .btn_box {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 150px;
    text-decoration: none;
    text-align: center;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-size: 18px;
    letter-spacing: -.01em
}

.cover_functions_white_widget .top_box .first_btn,
.cover_functions_white_widget .center_box .first_btn,
.cover_functions_white_widget .bottom_box .first_btn {
    margin-right: 20px
}

.cover_functions_white_widget .top_box .video_boxs .video_play,
.cover_functions_white_widget .center_box .video_boxs .video_play,
.cover_functions_white_widget .bottom_box .video_boxs .video_play {
    background: #333;
    color: #fff
}

.cover_functions_white_widget .top_box .video_boxs .video_play:before,
.cover_functions_white_widget .center_box .video_boxs .video_play:before,
.cover_functions_white_widget .bottom_box .video_boxs .video_play:before {
    color: #fff
}

.cover_functions_white_widget .top_box .video_boxs,
.cover_functions_white_widget .center_box .video_boxs,
.cover_functions_white_widget .bottom_box .video_boxs {
    display: flex;
    border: 1px solid #333;
    margin-top: 30px
}

.cover_functions_white_widget .top_box .video_boxs .video_info .video_title,
.cover_functions_white_widget .center_box .video_boxs .video_info .video_title,
.cover_functions_white_widget .bottom_box .video_boxs .video_info .video_title {
    color: #333
}

.cover_functions_white_widget .top_box .video_boxs .video_info,
.cover_functions_white_widget .center_box .video_boxs .video_info,
.cover_functions_white_widget .bottom_box .video_boxs .video_info {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.cover_functions_white_widget .top_box {
    top: 75px
}

.cover_functions_white_widget .center_box {
    top: 50%;
    transform: translateY(-50%)
}

.cover_functions_white_widget .bottom_box {
    bottom: 75px
}

.cover_functions_white_widget .video_boxs {
    border: 1px solid #ebebeb;
    padding: 0;
    width: 355px;
    height: 98px
}

.cover_functions_white_widget .video_boxs .video_play {
    float: left;
    background: #ebebeb;
    text-align: center;
    vertical-align: middle;
    width: 96px;
    height: 96px;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.cover_functions_white_widget .video_boxs .video_play:before {
    content: "\f101";
    font-family: VideoJS;
    display: block;
    font-size: 3em;
    margin: 5px 0;
    color: #000;
    line-height: 25px
}

.cover_functions_white_widget .video_boxs .video_info {
    float: left;
    line-height: 24px;
    width: calc(100% - 96px);
    padding: 10px;
    height: 96px;
    background: #fcfcfc;
    letter-spacing: -.01em
}

.cover_functions_white_widget .video_boxs .video_info .video_title {
    color: #333;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.cover_functions_white_widget .video_boxs .video_info .video_time {
    color: #999
}

.cover_functions_white_widget .bg-video ::-webkit-media-controls {
    display: none !important
}

.cover_functions_white_widget .bg-video .video-js .vjs-control-bar {
    display: none !important
}

.title_box {
    border-top: 1px solid #dcdcdc
}

.only_line {
    background-color: #dcdcdc;
    height: 1px;
    width: 100%
}

.widget-title {
    line-height: 51px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    letter-spacing: -.03em
}

.widget-sub-title {
    margin-top: 16px;
    line-height: 26px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    letter-spacing: -.02em
}

.widget-scroll .owl-controls .owl-nav div {
    width: 48px;
    height: 48px
}

.widget-scroll .owl-controls .owl-nav div:before {
    width: 48px;
    height: 48px;
    line-height: 48px
}

.widget-scroll .owl-controls .owl-nav&gt;div.owl-prev,
.widget-scroll .owl-controls .owl-nav&gt;div.owl-next {
    border-radius: 50%
}

.widget-scroll .owl-controls .owl-nav&gt;div.owl-prev {
    left: 22.5px !important
}

.widget-scroll .owl-controls .owl-nav&gt;div.owl-next {
    right: 22.5px !important
}

.widget-scroll .owl-theme .owl-dots {
    padding-bottom: 25px !important;
    position: absolute;
    bottom: 0;
    width: 100%
}

.widget-scroll .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #6f6f6f !important;
    opacity: .4;
    border: none !important
}

.widget-scroll .owl-theme .owl-dots .owl-dot.active span {
    width: 13px;
    height: 13px;
    background: #6f6f6f !important;
    opacity: .7;
    border: none !important
}

.widget-scroll .owl-theme .owl-nav&gt;button,
.widget-scroll .owl-theme .owl-nav&gt;.cart.table-wrapper .actions-toolbar&gt;.action,
.widget-scroll .owl-theme .owl-nav&gt;.action-gift {
    top: 40.5%
}

.app-release-note {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width:991px) {
    .category-view .wide-scroll {
        margin: 0 !important
    }

    .widget-scroll .owl-theme .owl-dots {
        padding-bottom: 23px
    }

    .catalog-product-view .cover_functions_white_widget .container {
        width: 100% !important
    }

    .slider_container_flex {
        display: flex;
        width: 100%;
        flex-direction: column;
        padding-bottom: 20px
    }

    .cover_functions_white_widget .container {
        width: 100%
    }

    .cover_functions_white_widget .top_box,
    .cover_functions_white_widget .center_box,
    .cover_functions_white_widget .bottom_box {
        left: 25px;
        width: calc(100% - 50px)
    }

    .cover_functions_white_widget .top_box .badge_container .badge_box:first-child,
    .cover_functions_white_widget .center_box .badge_container .badge_box:first-child,
    .cover_functions_white_widget .bottom_box .badge_container .badge_box:first-child {
        margin-right: 10px
    }

    .cover_functions_white_widget .top_box .slider_tag,
    .cover_functions_white_widget .center_box .slider_tag,
    .cover_functions_white_widget .bottom_box .slider_tag {
        width: 100%;
        letter-spacing: -.01em;
        margin-bottom: 20px
    }

    .cover_functions_white_widget .top_box .logo_img,
    .cover_functions_white_widget .center_box .logo_img,
    .cover_functions_white_widget .bottom_box .logo_img {
        margin-bottom: 25px
    }

    .cover_functions_white_widget .top_box .first_line,
    .cover_functions_white_widget .center_box .first_line,
    .cover_functions_white_widget .bottom_box .first_line {
        width: 100%;
        line-height: 32px;
        letter-spacing: -.02em;
        margin-bottom: 15px
    }

    .cover_functions_white_widget .top_box .second_lines,
    .cover_functions_white_widget .center_box .second_lines,
    .cover_functions_white_widget .bottom_box .second_lines {
        width: 100%;
        margin-top: 20px;
        line-height: 18px;
        letter-spacing: -.01em
    }

    .cover_functions_white_widget .top_box .promotion_info,
    .cover_functions_white_widget .center_box .promotion_info,
    .cover_functions_white_widget .bottom_box .promotion_info {
        width: 100%;
        font-size: 20px;
        line-height: 26px;
        margin-top: 20px
    }

    .cover_functions_white_widget .top_box .promotion_time,
    .cover_functions_white_widget .center_box .promotion_time,
    .cover_functions_white_widget .bottom_box .promotion_time {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px
    }

    .cover_functions_white_widget .top_box .btn_container,
    .cover_functions_white_widget .center_box .btn_container,
    .cover_functions_white_widget .bottom_box .btn_container {
        margin-top: 20px
    }

    .cover_functions_white_widget .top_box {
        top: 50px
    }

    .cover_functions_white_widget .center_box {
        top: 50px;
        transform: translateY(0)
    }

    .cover_functions_white_widget .bottom_box {
        top: 50px;
        bottom: 0
    }

    .cover_functions_white_widget .video_pc {
        display: none !important
    }

    .cover_functions_white_widget .video_mobile {
        display: flex !important
    }

    .cover_functions_white_widget .static_box {
        position: static;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0)
    }

    .cover_functions_white_widget .static_box .top_box,
    .cover_functions_white_widget .static_box .bottom_box {
        position: static
    }

    .cover_functions_white_widget .static_box .top_box .first_line,
    .cover_functions_white_widget .static_box .bottom_box .first_line {
        margin-top: 0
    }

    .title_container {
        padding-left: 25px !important;
        padding-right: 25px !important
    }

    .widget-scroll .owl-theme .owl-dots {
        padding-bottom: 18px !important
    }

    .widget-title {
        line-height: 32px;
        letter-spacing: -.02em
    }

    .widget-sub-title {
        margin-top: 12px;
        line-height: 20px;
        letter-spacing: -.01em
    }
}

@keyframes CoverOneWhiteFromLeftToRight {
    from {
        transform: translate(0)
    }

    50% {
        transform: translate(28px)
    }

    51% {
        transform: translate(-28px)
    }

    to {
        transform: translate(0)
    }
}

.cover_guide_white_widget {
    width: 100%;
    background-color: #fff;
    color: #000
}

.cover_guide_white_widget .content {
    margin: 0 auto
}

.cover_guide_white_widget .content .ico-video.video_boxs {
    width: 100%;
    border: 0;
    margin-bottom: 0;
    cursor: pointer;
    position: relative
}

.cover_guide_white_widget .content .ico-video.video_boxs:before {
    content: "éŽ¾î…Ÿæ–";
    display: block;
    width: 101px;
    height: 44px;
    color: #000;
    background-color: #ebebeb;
    border-radius: 0;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san3.svg);
    background-size: 15px 20px;
    background-position: 15px center;
    background-repeat: no-repeat;
    line-height: 45px;
    padding-left: 44px
}

.cover_guide_white_widget .content .all_items {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.cover_guide_white_widget .content .all_items .item {
    width: calc(33.33% - 21.33px);
    margin-right: 32px;
    box-sizing: border-box;
    padding-bottom: 48px
}

.cover_guide_white_widget .content .all_items .item:nth-child(3n) {
    margin-right: 0
}

.cover_guide_white_widget .content .all_items .item img {
    border: 1px solid #ededed
}

.cover_guide_white_widget .content .all_items .item img:nth-child(1) {
    width: 100%;
    display: block
}

.cover_guide_white_widget .content .all_items .item img:nth-child(2) {
    height: 22px;
    display: block
}

.cover_guide_white_widget .content .all_items .item .small_title {
    line-height: 24px;
    letter-spacing: -.01em;
    font-weight: 200;
    margin-top: 20px;
    font-family: HtigerCHS-Medium, HtigerCHS
}

.cover_guide_white_widget .content .all_items .item .describe {
    letter-spacing: -.01em;
    line-height: 20px;
    margin-top: 12px;
    font-weight: 400;
    font-family: HtigerCHS-Book, HtigerCHS
}

.cover_guide_white_widget .content .all_items .item .buy_href {
    font-size: 28px;
    letter-spacing: -.02em;
    color: #000;
    text-decoration: none;
    height: 42px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-family: HtigerCHS-Book, HtigerCHS
}

.cover_guide_white_widget .content .all_items .item .buy_href:hover .right_arr {
    animation-name: CoverThreeWhiteFromLeftToRight;
    animation-duration: .3s;
    animation-timing-function: linear
}

.cover_guide_white_widget .content .all_items .item .buy_href span:nth-child(1) {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 10px;
    padding-left: 3px;
    padding-top: 3px;
    overflow: hidden
}

.cover_guide_white_widget .content .all_items .item .buy_href .right_arr {
    width: 22px
}

.cover_guide_white_widget .content .clearfix {
    *zoom: 1
}

.cover_guide_white_widget .content .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

@media (max-width:991px) {
    .cover_guide_white_widget .content .ico-video.video_boxs:before {
        content: " ";
        display: block;
        width: 20px;
        height: 20px;
        background-color: #ebebeb;
        border-radius: 0;
        position: absolute;
        bottom: 7px;
        left: 9px;
        background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san1.svg);
        background-size: 8px 10px;
        background-position: 6px center;
        background-repeat: no-repeat;
        padding-left: 0
    }

    .cover_guide_white_widget .content .all_items .item {
        padding-bottom: 30px
    }

    .cover_guide_white_widget .content .all_items .item .small_title {
        margin-top: 15px;
        letter-spacing: -.01em;
        line-height: 20px
    }

    .cover_guide_white_widget .content .all_items .item .describe {
        line-height: 18px;
        letter-spacing: -.01em
    }

    .cover_guide_white_widget .content .all_items .column_mb_one {
        width: 100%;
        margin-right: 0
    }

    .cover_guide_white_widget .content .all_items .column_mb_two {
        width: calc(50% - 6px);
        margin-right: 0
    }

    .cover_guide_white_widget .content .all_items .column_mb_two:nth-child(2n - 1) {
        margin-right: 12px
    }
}

@keyframes CoverThreeWhiteFromLeftToRight {
    from {
        transform: translate(0)
    }

    50% {
        transform: translate(28px)
    }

    51% {
        transform: translate(-28px)
    }

    to {
        transform: translate(0)
    }
}

.cover_kv_widget {
    position: relative
}

.cover_kv_widget .background_img {
    width: 100%
}

.cover_kv_widget .container {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.cover_kv_widget .top_box,
.cover_kv_widget .center_box,
.cover_kv_widget .bottom_box {
    position: absolute
}

.cover_kv_widget .top_box .badge_container,
.cover_kv_widget .center_box .badge_container,
.cover_kv_widget .bottom_box .badge_container {
    display: flex
}

.cover_kv_widget .top_box .badge_container .badge_box,
.cover_kv_widget .center_box .badge_container .badge_box,
.cover_kv_widget .bottom_box .badge_container .badge_box {
    margin-bottom: 25px;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    max-width: 182px
}

.cover_kv_widget .top_box .badge_container .badge_box:first-child,
.cover_kv_widget .center_box .badge_container .badge_box:first-child,
.cover_kv_widget .bottom_box .badge_container .badge_box:first-child {
    margin-right: 15px
}

.cover_kv_widget .top_box .badge_container .badge_box div,
.cover_kv_widget .center_box .badge_container .badge_box div,
.cover_kv_widget .bottom_box .badge_container .badge_box div {
    font-size: 14px;
    font-family: HtigerCHS-Book, HtigerCHS;
    overflow: hidden;
    white-space: nowrap
}

.cover_kv_widget .top_box .logo_img,
.cover_kv_widget .center_box .logo_img,
.cover_kv_widget .bottom_box .logo_img {
    max-height: 67px;
    margin-bottom: 30px
}

.cover_kv_widget .top_box .kv_tag,
.cover_kv_widget .center_box .kv_tag,
.cover_kv_widget .bottom_box .kv_tag {
    width: 500px;
    font-size: 20px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    margin-bottom: 25px
}

.cover_kv_widget .top_box .first_line,
.cover_kv_widget .center_box .first_line,
.cover_kv_widget .bottom_box .first_line {
    width: 590px;
    line-height: 51px;
    font-weight: 300;
    font-family: HtigerCHS-Light, HtigerCHS;
    letter-spacing: -.03em
}

.cover_kv_widget .top_box .second_line,
.cover_kv_widget .center_box .second_line,
.cover_kv_widget .bottom_box .second_line {
    width: 500px;
    line-height: 24px;
    margin-top: 20px;
    font-family: HtigerCHS-Book, HtigerCHS;
    letter-spacing: -.01rem
}

.cover_kv_widget .top_box .promotion_info,
.cover_kv_widget .center_box .promotion_info,
.cover_kv_widget .bottom_box .promotion_info {
    width: 500px;
    letter-spacing: 0;
    font-size: 24px;
    line-height: 32px;
    margin-top: 21px;
    font-family: HtigerCHS-Light, HtigerCHS
}

.cover_kv_widget .top_box .promotion_time,
.cover_kv_widget .center_box .promotion_time,
.cover_kv_widget .bottom_box .promotion_time {
    width: 500px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    margin-top: 15px;
    font-family: HtigerCHS-Book, HtigerCHS
}

.cover_kv_widget .top_box .btn_container,
.cover_kv_widget .center_box .btn_container,
.cover_kv_widget .bottom_box .btn_container {
    display: flex
}

.cover_kv_widget .top_box .btn_item,
.cover_kv_widget .center_box .btn_item,
.cover_kv_widget .bottom_box .btn_item {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 150px;
    text-decoration: none;
    text-align: center;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-size: 18px;
    letter-spacing: -.01em;
    margin-top: 30px
}

.cover_kv_widget .top_box .first_btn,
.cover_kv_widget .center_box .first_btn,
.cover_kv_widget .bottom_box .first_btn {
    margin-right: 20px
}

.cover_kv_widget .top_box .ico-video.video_boxs,
.cover_kv_widget .center_box .ico-video.video_boxs,
.cover_kv_widget .bottom_box .ico-video.video_boxs {
    margin-top: 30px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    width: 355px;
    height: 200px;
    background-color: #333
}

.cover_kv_widget .top_box .ico-video.video_boxs:before,
.cover_kv_widget .center_box .ico-video.video_boxs:before,
.cover_kv_widget .bottom_box .ico-video.video_boxs:before {
    content: " ";
    display: block;
    width: 75px;
    height: 75px;
    background-color: rgba(0, 0, 0, .5600000000000001);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 37.5px);
    left: calc(50% - 37.5px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san2.svg);
    background-size: 22px 33px;
    background-position: 30px center;
    background-repeat: no-repeat
}

.cover_kv_widget .top_box .video_info .video_title,
.cover_kv_widget .center_box .video_info .video_title,
.cover_kv_widget .bottom_box .video_info .video_title {
    font-family: HtigerCHS-Book, HtigerCHS
}

.cover_kv_widget .top_box .video_info .video_title:hover,
.cover_kv_widget .center_box .video_info .video_title:hover,
.cover_kv_widget .bottom_box .video_info .video_title:hover {
    text-decoration: underline;
    color: inherit;
    cursor: pointer;
    font-family: HtigerCHS-Medium, HtigerCHS
}

.cover_kv_widget .top_box .video_info .video_time,
.cover_kv_widget .center_box .video_info .video_time,
.cover_kv_widget .bottom_box .video_info .video_time {
    font-family: HtigerCHS-Medium, HtigerCHS
}

.cover_kv_widget .top_box .img-video,
.cover_kv_widget .center_box .img-video,
.cover_kv_widget .bottom_box .img-video {
    width: 100%;
    height: 100%
}

.cover_kv_widget .top_box {
    top: 75px
}

.cover_kv_widget .center_box {
    top: 50%;
    transform: translateY(-50%)
}

.cover_kv_widget .bottom_box {
    bottom: 75px
}

.video-pc {
    display: block
}

.video-mobile {
    display: none
}

@media (max-width:991px) {
    .cover_kv_widget .container.box {
        width: 100% !important
    }

    .cover_kv_widget .top_box,
    .cover_kv_widget .center_box,
    .cover_kv_widget .bottom_box {
        width: calc(100% - 50px);
        left: 25px;
        top: 50px
    }

    .cover_kv_widget .top_box .badge_container .badge_box:first-child,
    .cover_kv_widget .center_box .badge_container .badge_box:first-child,
    .cover_kv_widget .bottom_box .badge_container .badge_box:first-child {
        margin-right: 10px
    }

    .cover_kv_widget .top_box .logo_img,
    .cover_kv_widget .center_box .logo_img,
    .cover_kv_widget .bottom_box .logo_img {
        margin-bottom: 25px
    }

    .cover_kv_widget .top_box .kv_tag,
    .cover_kv_widget .center_box .kv_tag,
    .cover_kv_widget .bottom_box .kv_tag {
        width: 100%;
        font-size: 16px;
        margin-bottom: 20px
    }

    .cover_kv_widget .top_box .first_line,
    .cover_kv_widget .center_box .first_line,
    .cover_kv_widget .bottom_box .first_line {
        width: 100%;
        letter-spacing: -.02em;
        line-height: 32px
    }

    .cover_kv_widget .top_box .second_line,
    .cover_kv_widget .center_box .second_line,
    .cover_kv_widget .bottom_box .second_line {
        width: 100%;
        letter-spacing: -.01em;
        line-height: 18px;
        margin-top: 15px
    }

    .cover_kv_widget .top_box .promotion_info,
    .cover_kv_widget .center_box .promotion_info,
    .cover_kv_widget .bottom_box .promotion_info {
        width: 100%;
        font-size: 20px;
        line-height: 26px;
        margin-top: 20px
    }

    .cover_kv_widget .top_box .promotion_time,
    .cover_kv_widget .center_box .promotion_time,
    .cover_kv_widget .bottom_box .promotion_time {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px
    }

    .cover_kv_widget .top_box .btn_item,
    .cover_kv_widget .center_box .btn_item,
    .cover_kv_widget .bottom_box .btn_item {
        font-size: 18px;
        letter-spacing: -.01em;
        margin-top: 20px
    }

    .cover_kv_widget .top_box .first_btn,
    .cover_kv_widget .center_box .first_btn,
    .cover_kv_widget .bottom_box .first_btn {
        margin-right: 15px
    }

    .cover_kv_widget .center_box {
        transform: translateY(0)
    }

    .cover_kv_widget .static_box {
        position: static
    }

    .container_flex {
        display: flex;
        width: 100%;
        flex-direction: column-reverse
    }

    .container_flex .container {
        margin-bottom: 10px
    }

    .video-pc {
        display: none
    }

    .video-mobile {
        display: block
    }

    .video-mobile .ico-video.video_boxs {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        cursor: pointer;
        position: relative
    }

    .video-mobile .ico-video.video_boxs:before {
        content: " ";
        display: block;
        width: 75px;
        height: 75px;
        background-color: rgba(0, 0, 0, .5600000000000001);
        border-radius: 100%;
        position: absolute;
        top: calc(50% - 37.5px);
        left: calc(50% - 37.5px);
        background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san2.svg);
        background-size: 22px 33px;
        background-position: 30px center;
        background-repeat: no-repeat
    }

    .video-mobile .ico-video.video_boxs .img-video {
        display: block;
        width: 100%
    }
}

.cover_iconNav_widget {
    width: 100%;
    height: 170px
}

.cover_iconNav_widget .container {
    display: flex;
    height: 170px;
    justify-content: center
}

.cover_iconNav_widget .icon_nav_prev {
    display: inline-flex;
    outline: none;
    height: 170px;
    line-height: 170px;
    width: 76px;
    text-align: center;
    margin-right: 32px;
    cursor: pointer;
    background: 0 0;
    color: #333;
    padding: 0;
    align-items: center;
    justify-content: center
}

.cover_iconNav_widget .icon_nav_prev:before {
    display: inline-block;
    content: "";
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/arrow2.svg);
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    width: 10px;
    height: 17px;
    transform: rotate(180deg)
}

.cover_iconNav_widget .icon_nav_box {
    width: calc(100% - 216px)
}

.cover_iconNav_widget .icon_nav_box .icon_nav_item {
    display: flex;
    flex-direction: column;
    padding: 23px 0;
    align-items: center;
    cursor: pointer
}

.cover_iconNav_widget .icon_nav_box .icon_nav_item .icon_nav_img {
    width: 100%;
    margin-bottom: 8px;
    height: 88px
}

.cover_iconNav_widget .icon_nav_box .icon_nav_item .icon_nav_title {
    letter-spacing: -.01em;
    font-family: HtigerCHS-Book, HtigerCHS;
    line-height: 16px;
    text-align: center
}

.cover_iconNav_widget .icon_nav_box .icon_nav_item .icon_nav_desc {
    letter-spacing: -.01em;
    font-family: HtigerCHS-Book, HtigerCHS;
    line-height: 12px;
    text-align: center
}

.cover_iconNav_widget .icon_nav_next {
    display: inline-flex;
    outline: none;
    height: 170px;
    line-height: 170px;
    width: 76px;
    text-align: center;
    margin-left: 32px;
    cursor: pointer;
    background: 0 0;
    color: #333;
    padding: 0;
    align-items: center;
    justify-content: center
}

.cover_iconNav_widget .icon_nav_next:before {
    display: inline-block;
    content: "";
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/arrow2.svg);
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    width: 10px;
    height: 17px
}

.cover_iconNav_widget .icon_nav_prev:disabled:before,
.cover_iconNav_widget .icon_nav_next:disabled:before {
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/arrow4.svg)
}

.cover_iconNav_widget .icon_nav_prev:focus,
.cover_iconNav_widget .icon_nav_next:focus {
    color: #333 !important;
    border: none
}

.cover_iconNav_widget .owl-carousel .owl-stage {
    margin: auto
}

@media (max-width:991px) {
    .cover_iconNav_widget {
        height: 120px
    }

    .cover_iconNav_widget .container {
        height: 120px
    }

    .cover_iconNav_widget .icon_nav_box {
        width: calc(100% - 50px)
    }

    .cover_iconNav_widget .icon_nav_box .icon_nav_item {
        padding: 18px 0
    }

    .cover_iconNav_widget .icon_nav_box .icon_nav_item .icon_nav_img {
        margin-bottom: 6px;
        height: 50px
    }

    .cover_iconNav_widget .icon_nav_prev {
        margin-right: 0;
        height: 120px;
        line-height: 120px;
        width: 25px
    }

    .cover_iconNav_widget .icon_nav_next {
        margin-left: 0;
        height: 120px;
        line-height: 120px;
        width: 25px
    }
}

.cover_coreDot_widget {
    overflow: hidden
}

.cover_coreDot_widget .right_top_box {
    position: relative;
    width: 700px
}

.cover_coreDot_widget .right_img {
    width: 100%
}

.cover_coreDot_widget .pc_show {
    display: block
}

.cover_coreDot_widget .mb_show {
    display: none
}

.cover_coreDot_widget .container {
    display: flex
}

.cover_coreDot_widget .left_top_box {
    margin-top: 75px;
    flex: 1
}

.cover_coreDot_widget .left_top_box .first_line {
    width: 450px;
    line-height: 50px;
    margin-bottom: 20px;
    letter-spacing: -.03em;
    font-weight: 300;
    font-family: HtigerCHS-Light, HtigerCHS;
    font-weight: 400
}

.cover_coreDot_widget .left_top_box .second_line {
    width: 450px;
    line-height: 28px;
    margin-bottom: 30px;
    letter-spacing: -.01em;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400
}

.cover_coreDot_widget .left_top_box .slider_container {
    width: 455px;
    height: auto;
    padding: 29px
}

.cover_coreDot_widget .left_top_box .slider_container .slider_box {
    margin-bottom: 30px
}

.cover_coreDot_widget .left_top_box .slider_container .slider_title {
    font-family: HtigerCHS-Medium, HtigerCHS;
    letter-spacing: -.01em;
    margin-bottom: 12px
}

.cover_coreDot_widget .left_top_box .slider_container .slider_desc {
    font-family: HtigerCHS-Book, HtigerCHS;
    letter-spacing: -.01em
}

.cover_coreDot_widget .left_top_box .slider_container .slider_footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.cover_coreDot_widget .left_top_box .slider_container .slider_footer .slider_prev,
.cover_coreDot_widget .left_top_box .slider_container .slider_footer .slider_next {
    height: 16px;
    font-size: 16px;
    letter-spacing: -.01em;
    font-family: HtigerCHS-Medium, HtigerCHS;
    line-height: 16px;
    cursor: pointer
}

.cover_coreDot_widget .left_top_box .slider_container .slider_footer .slider_prev span,
.cover_coreDot_widget .left_top_box .slider_container .slider_footer .slider_next span {
    display: inline-block;
    height: inherit
}

.cover_coreDot_widget .left_top_box .slider_container .slider_footer .slider_prev .slider_icon:before,
.cover_coreDot_widget .left_top_box .slider_container .slider_footer .slider_next .slider_icon:before {
    position: relative;
    display: inline-block;
    content: "";
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/arrow3.svg);
    background-position: center;
    background-size: 9.2px;
    background-repeat: no-repeat;
    width: 9.2px;
    height: 16px;
    top: 2px
}

.cover_coreDot_widget .left_top_box .slider_container .slider_footer .slider_prev .slider_icon_left:before,
.cover_coreDot_widget .left_top_box .slider_container .slider_footer .slider_next .slider_icon_left:before {
    transform: rotate(180deg)
}

.cover_coreDot_widget .tips_box {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: flex-start
}

.cover_coreDot_widget .tips_box .tips_text {
    display: inline-block;
    font-family: HtigerCHS-Book, HtigerCHS;
    line-height: 18px;
    letter-spacing: -.01em;
    padding: 10px;
    cursor: pointer;
    border-radius: 2px
}

.cover_coreDot_widget .tips_box .tips_line_box {
    display: inline-flex;
    height: 28px;
    align-items: center
}

.cover_coreDot_widget .tips_box .tips_line {
    display: inline-block;
    height: 1px;
    width: 64px
}

.cover_coreDot_widget .tips_box .tips_icon,
.cover_coreDot_widget .tips_box .tips_active_icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer
}

.cover_coreDot_widget .tips_box .tips_active_icon {
    display: none
}

.cover_coreDot_widget .tips_active_box {
    z-index: 9
}

.cover_coreDot_widget .tips_box_reverse {
    flex-direction: row-reverse
}

@media (max-width:991px) {
    .cover_coreDot_widget .container {
        padding: 50px 0;
        display: flex;
        flex-direction: column
    }

    .cover_coreDot_widget .pc_show {
        display: none
    }

    .cover_coreDot_widget .mb_show {
        display: block
    }

    .cover_coreDot_widget .right_top_box {
        width: 100%
    }

    .cover_coreDot_widget .left_top_box {
        margin: 0 25px;
        width: calc(100% - 50px)
    }

    .cover_coreDot_widget .left_top_box .first_line {
        width: 100%;
        letter-spacing: -.02em;
        line-height: 37px
    }

    .cover_coreDot_widget .left_top_box .second_line {
        width: 100%;
        letter-spacing: -.01em;
        line-height: 18px;
        margin-top: 22px;
        margin-bottom: 22px
    }

    .cover_coreDot_widget .left_top_box .slider_container {
        width: auto;
        padding: 20px 15px;
        margin-top: 20px
    }

    .cover_coreDot_widget .left_top_box .slider_container .slider_box {
        margin-bottom: 12px
    }

    .cover_coreDot_widget .left_top_box .slider_container .slider_desc {
        line-height: 16px
    }

    .cover_coreDot_widget .left_top_box .slider_container .slider_footer .slider_prev,
    .cover_coreDot_widget .left_top_box .slider_container .slider_footer .slider_next {
        font-size: 14px
    }

    .cover_coreDot_widget .left_top_box .slider_container .slider_footer .slider_prev .slider_icon:before,
    .cover_coreDot_widget .left_top_box .slider_container .slider_footer .slider_next .slider_icon:before {
        width: 9.2px;
        height: 9.2px;
        top: 0
    }

    .cover_coreDot_widget .tips_box .tips_text {
        line-height: 16px;
        padding: 8px
    }

    .cover_coreDot_widget .tips_box .tips_line_box {
        height: 20px
    }

    .cover_coreDot_widget .tips_box .tips_line {
        width: 21px
    }

    .cover_coreDot_widget .tips_box .tips_icon,
    .cover_coreDot_widget .tips_box .tips_active_icon {
        width: 20px;
        height: 20px
    }

    .cover_coreDot_widget .tips_box .tips_icon svg,
    .cover_coreDot_widget .tips_box .tips_active_icon svg {
        width: 20px !important;
        height: 20px !important
    }
}

.cover_category_widget {
    width: 100%;
    background-color: #fff;
    color: #000
}

.cover_category_widget .content {
    margin: 0 auto
}

.cover_category_widget .content .ico-video.video_boxs {
    width: 100%;
    height: 100%;
    border: 0;
    margin-bottom: 0;
    cursor: pointer;
    position: relative
}

.cover_category_widget .content .ico-video.video_boxs:before {
    content: "éŽ¾î…Ÿæ–";
    display: block;
    width: 101px;
    height: 44px;
    color: #000;
    background-color: #ebebeb;
    border-radius: 0;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san3.svg);
    background-size: 15px 20px;
    background-position: 15px center;
    background-repeat: no-repeat;
    line-height: 45px;
    padding-left: 44px
}

.cover_category_widget .content .all_items {
    width: 100%
}

.cover_category_widget .content .all_items .item {
    position: relative;
    width: calc(50% - 16px);
    float: left;
    margin-right: 32px;
    box-sizing: border-box;
    margin-bottom: 32px
}

.cover_category_widget .content .all_items .item:nth-child(2n) {
    margin-right: 0
}

.cover_category_widget .content .all_items .item .background_img {
    width: 100%
}

.cover_category_widget .content .all_items .item .container {
    position: relative;
    margin-bottom: 24px !important
}

.cover_category_widget .content .all_items .item .left_top_box {
    position: absolute;
    top: 60px
}

.cover_category_widget .content .all_items .item .left_top_box .logo_img {
    height: 40px;
    margin-bottom: 10px
}

.cover_category_widget .content .all_items .item .left_top_box .first_line {
    width: 450px;
    line-height: 39px;
    letter-spacing: -.03em;
    font-weight: 300;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400
}

.cover_category_widget .content .all_items .item .left_top_box .second_line {
    width: 450px;
    line-height: 24px;
    margin-top: 20px;
    letter-spacing: -.01em;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400
}

.cover_category_widget .content .all_items .item .left_top_box .btn_items {
    display: flex;
    text-decoration: none;
    margin-top: 25px
}

.cover_category_widget .content .all_items .item .left_top_box {
    left: 60px
}

.cover_category_widget .content .all_items .item .circular-bg {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 12px;
    overflow: hidden
}

.cover_category_widget .content .all_items .item .circular-bg svg {
    position: absolute;
    top: 12px;
    left: 8px;
    width: 23px;
    height: 16px
}

.cover_category_widget .content .all_items .item .item-text {
    width: calc(100% - 50px);
    line-height: 40px;
    display: inline-block;
    font-size: 26px;
    letter-spacing: -.02em;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400
}

.cover_category_widget .content .all_items .item .btn_items:hover .circular-bg svg {
    animation-name: CoverOneWhiteFromLeftToRight;
    animation-duration: .3s;
    animation-timing-function: linear;
    display: block
}

.cover_category_widget .content .clearfix {
    *zoom: 1
}

.cover_category_widget .content .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

@media (max-width:991px) {
    .cover_category_widget .content .ico-video.video_boxs:before {
        content: " ";
        display: block;
        width: 20px;
        height: 20px;
        background-color: #ebebeb;
        border-radius: 0;
        position: absolute;
        bottom: 7px;
        left: 9px;
        background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san1.svg);
        background-size: 8px 10px;
        background-position: 6px center;
        background-repeat: no-repeat;
        padding-left: 0
    }

    .cover_category_widget .content .all_items .item {
        width: calc(50% - 6.5px);
        margin-right: 13px;
        margin-bottom: 13px
    }

    .cover_category_widget .content .all_items .item .left_top_box {
        top: 25px;
        transform: translateY(0);
        width: calc(100% - 30px)
    }

    .cover_category_widget .content .all_items .item .left_top_box .first_line {
        width: 100%;
        letter-spacing: -.02em;
        line-height: 20px
    }

    .cover_category_widget .content .all_items .item .left_top_box .second_line {
        width: 100%;
        letter-spacing: -.01em;
        line-height: 18px;
        margin-top: 10px
    }

    .cover_category_widget .content .all_items .item .left_top_box .btn_items {
        margin-top: 15px
    }

    .cover_category_widget .content .all_items .item .left_top_box {
        left: 15px
    }

    .cover_category_widget .content .all_items .item .circular-bg {
        height: 22px;
        line-height: 22px;
        width: 22px;
        margin-right: 7px
    }

    .cover_category_widget .content .all_items .item .circular-bg svg {
        top: 7px;
        left: 5px;
        width: 12.5px;
        height: 9.4px
    }

    .cover_category_widget .content .all_items .item .item-text {
        line-height: 22px;
        font-size: 16px;
        letter-spacing: -.01em
    }
}

@keyframes CoverThreeWhiteFromLeftToRight {
    from {
        transform: translate(0)
    }

    50% {
        transform: translate(28px)
    }

    51% {
        transform: translate(-28px)
    }

    to {
        transform: translate(0)
    }
}

.cover_rangeCard_widget {
    width: 100%;
    background-color: #fff;
    color: #000
}

.cover_rangeCard_widget .content {
    margin: 0 auto
}

.cover_rangeCard_widget .content .all_items {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.cover_rangeCard_widget .content .all_items .item {
    box-sizing: border-box;
    margin-bottom: 32px;
    border: 1px solid #d5d5d5
}

.cover_rangeCard_widget .content .all_items .item img {
    width: 100%;
    border-bottom: 1px solid #d5d5d5
}

.cover_rangeCard_widget .content .all_items .item .small_title {
    padding: 0 20px;
    line-height: 24px;
    letter-spacing: -.01em;
    font-weight: 200;
    margin-top: 35px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    margin-bottom: 10px
}

.cover_rangeCard_widget .content .all_items .item .describe {
    height: 72px;
    margin-bottom: 0;
    padding: 0 20px;
    letter-spacing: -.01em;
    line-height: 26px;
    font-weight: 400;
    font-family: HtigerCHS-Book, HtigerCHS;
    overflow: hidden;
    width: 100%
}

.cover_rangeCard_widget .content .all_items .item .describe p {
    margin: 0;
    display: flex
}

.cover_rangeCard_widget .content .all_items .item .describe p span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    text-overflow: ellipsis
}

.cover_rangeCard_widget .content .all_items .item .describe p span:first-child {
    margin-right: 6px
}

.cover_rangeCard_widget .content .all_items .item .describe p:nth-child(2) span {
    -webkit-line-clamp: 2
}

.cover_rangeCard_widget .content .all_items .item .describe p:nth-child(3) span {
    -webkit-line-clamp: 1
}

.cover_rangeCard_widget .content .all_items .item .btn_box {
    display: flex
}

.cover_rangeCard_widget .content .all_items .item .btn_item {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 50%;
    text-decoration: none;
    text-align: center;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-size: 18px;
    letter-spacing: -.01em;
    margin-top: 45px
}

.cover_rangeCard_widget .content .all_items .column_one {
    width: 100%
}

.cover_rangeCard_widget .content .all_items .column_two {
    width: calc(50% - 16px);
    margin-right: 32px;
    margin-bottom: 65px
}

.cover_rangeCard_widget .content .all_items .column_two:nth-child(2n) {
    margin-right: 0
}

.cover_rangeCard_widget .content .all_items .column_two .small_title {
    padding: 0 45px;
    line-height: 42x;
    font-size: 32px;
    letter-spacing: -.03em;
    margin-top: 30px;
    margin-bottom: 20px
}

.cover_rangeCard_widget .content .all_items .column_two .describe {
    height: 78px;
    margin-bottom: 0;
    padding: 0 45px;
    font-size: 16px;
    letter-spacing: -.01em;
    line-height: 26px
}

.cover_rangeCard_widget .content .all_items .column_two .btn_item {
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    letter-spacing: -.02em;
    margin-top: 45px
}

.cover_rangeCard_widget .content .all_items .column_three {
    width: calc(33.33% - 21.33px);
    margin-right: 32px
}

.cover_rangeCard_widget .content .all_items .column_three:nth-child(3n) {
    margin-right: 0
}

.cover_rangeCard_widget .content .clearfix {
    *zoom: 1
}

.cover_rangeCard_widget .content .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

@media (max-width:991px) {
    .cover_rangeCard_widget .content .all_items .item {
        margin-bottom: 25px
    }

    .cover_rangeCard_widget .content .all_items .item .small_title {
        padding: 0 10px;
        margin-top: 15px;
        letter-spacing: -.01em;
        line-height: 20px;
        margin-bottom: 10px
    }

    .cover_rangeCard_widget .content .all_items .item .describe {
        height: 72px;
        padding: 0 10px;
        line-height: 18px
    }

    .cover_rangeCard_widget .content .all_items .item .describe p span {
        -webkit-line-clamp: 4
    }

    .cover_rangeCard_widget .content .all_items .item .describe p span:first-child {
        margin-right: 3px
    }

    .cover_rangeCard_widget .content .all_items .item .describe p:nth-child(2) span {
        -webkit-line-clamp: 3
    }

    .cover_rangeCard_widget .content .all_items .item .describe p:nth-child(3) span {
        -webkit-line-clamp: 2
    }

    .cover_rangeCard_widget .content .all_items .item .btn_item {
        font-size: 12px;
        margin-top: 25px;
        height: 40px;
        line-height: 40px
    }

    .cover_rangeCard_widget .content .all_items .column_mb_one {
        width: 100%;
        margin-bottom: 40px
    }

    .cover_rangeCard_widget .content .all_items .column_mb_one .small_title {
        padding: 0 20px;
        line-height: 26x;
        font-size: 20px;
        letter-spacing: -.02em;
        margin-top: 30px;
        margin-bottom: 15px
    }

    .cover_rangeCard_widget .content .all_items .column_mb_one .describe {
        height: 72px;
        margin-bottom: 0;
        padding: 0 20px;
        font-size: 14px;
        letter-spacing: -.01em;
        line-height: 24px
    }

    .cover_rangeCard_widget .content .all_items .column_mb_one .btn_item {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        letter-spacing: -.02em;
        margin-top: 30px
    }

    .cover_rangeCard_widget .content .all_items .column_mb_two {
        width: calc(50% - 6px);
        margin-right: 0
    }

    .cover_rangeCard_widget .content .all_items .column_mb_two:nth-child(2n - 1) {
        margin-right: 12px
    }
}

.cover_include_white_widget {
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px
}

.cover_include_white_widget .ico-video {
    border: 1px solid #ededed
}

.cover_include_white_widget .ico-video.video_boxs {
    margin-bottom: 0;
    cursor: pointer;
    position: relative
}

.cover_include_white_widget .ico-video.video_boxs:before {
    content: " ";
    display: block;
    width: 58px;
    height: 58px;
    background-color: rgba(0, 0, 0, .5600000000000001);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 29px);
    left: calc(50% - 29px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san2.svg);
    background-size: 15px 24px;
    background-position: 24px center;
    background-repeat: no-repeat
}

.cover_include_white_widget .htiger_pm_list {
    width: 100%
}

.cover_include_white_widget .htiger_pm_item {
    float: left;
    width: calc(25% - 24px);
    margin-right: 32px;
    margin-bottom: 48px
}

.cover_include_white_widget .htiger_pm_item:nth-child(4n) {
    margin-right: 0
}

.cover_include_white_widget .item_img {
    width: 100%
}

.cover_include_white_widget .pm_tag {
    display: inline-block;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-size: 14px;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center
}

.cover_include_white_widget .pm_tag sup {
    top: -.6em;
    display: inline-block;
    transform: scale(.7);
    left: -.1em
}

.cover_include_white_widget .space {
    height: 28px
}

.cover_include_white_widget .pm_text_item {
    position: relative;
    width: 100%;
    padding: 15px 27px;
    letter-spacing: -.01em;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 500;
    line-height: 24px;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed
}

.cover_include_white_widget .pm_text_item .pm_text_title {
    display: inline-block;
    width: calc(100% - 30px)
}

.cover_include_white_widget .pm_text_item .pm_text_icon:before,
.cover_include_white_widget .pm_text_item .pm_text_icon_reverse:before {
    content: "\e6eb";
    display: inline-block;
    text-indent: 0;
    position: absolute;
    height: 55px;
    line-height: 55px;
    width: 42px;
    top: 0;
    right: 0;
    color: #909090;
    opacity: .8;
    cursor: pointer;
    font-size: 12px;
    font-family: "iconfont";
    font-weight: 700
}

.cover_include_white_widget .pm_text_item .pm_text_icon_reverse:before {
    content: "\e6ea"
}

.cover_include_white_widget .pm_text_no_border {
    font-family: HtigerCHS-Medium, HtigerCHS;
    letter-spacing: -.01em;
    margin-top: 20px;
    line-height: 18px
}

.cover_include_white_widget .pm_text_left {
    text-align: left
}

.cover_include_white_widget .pm_text_center {
    text-align: center
}

.cover_include_white_widget .pm_text_right {
    text-align: right
}

.cover_include_white_widget .describe_no_border {
    line-height: 20px;
    margin-top: 12px;
    font-family: HtigerCHS-Book, HtigerCHS;
    letter-spacing: -.01em
}

.cover_include_white_widget .describe {
    display: none;
    width: 100%;
    padding: 15px 30px;
    letter-spacing: -.01em;
    line-height: 18px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed
}

.cover_include_white_widget .include_xclose {
    right: -14px;
    top: -46px;
    font-size: 40px;
    line-height: 40px
}

.image_pop_container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999
}

.image_pop_container .image_pop_box {
    margin: 10px;
    width: 1050px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1001
}

.image_pop_container .image_pop_box .pop_img {
    width: 100%
}

.image_pop_container .image_pop_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 1000
}

@media (max-width:991px) {
    .cover_include_white_widget .ico-video.video_boxs:before {
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
        left: calc(50% - 20px);
        background-size: 10px 17px;
        background-position: 17px center;
        background-repeat: no-repeat
    }

    .cover_include_white_widget .space {
        height: 0
    }

    .cover_include_white_widget .mb_space {
        height: 28px
    }

    .cover_include_white_widget .htiger_pm_list .htiger_pm_item {
        margin-right: 12px;
        width: calc(50% - 6px);
        margin-bottom: 15px
    }

    .cover_include_white_widget .htiger_pm_list .htiger_pm_item:nth-child(2n) {
        margin-right: 0
    }

    .cover_include_white_widget .htiger_pm_list .column_mb_one {
        width: 100%
    }

    .cover_include_white_widget .htiger_pm_list .column_mb_two {
        width: calc(50% - 6px);
        margin-right: 0
    }

    .cover_include_white_widget .htiger_pm_list .column_mb_two:nth-child(2n - 1) {
        margin-right: 12px
    }

    .cover_include_white_widget .pm_text_item {
        letter-spacing: -.01em;
        line-height: 18px;
        padding: 12px 10px
    }

    .cover_include_white_widget .pm_text_item .pm_text_icon:before,
    .cover_include_white_widget .pm_text_item .pm_text_icon_reverse:before {
        right: 0;
        top: 0;
        width: 26px;
        height: 43px;
        line-height: 41px;
        font-size: 8.7px
    }

    .cover_include_white_widget .pm_text_no_border {
        line-height: 18px;
        margin-top: 13px
    }

    .cover_include_white_widget .describe {
        letter-spacing: -.01em;
        line-height: 18px;
        padding: 19px 15px
    }

    .cover_include_white_widget .describe_no_border {
        margin-top: 10px;
        line-height: 18px
    }
}

.product-specifications-container {
    padding-top: 48px
}

.product-specifications-container .product-specifications-content .specifications-content-line {
    display: flex;
    flex-wrap: wrap
}

.product-specifications-container .product-specifications-content .specifications-content-line .specifications-view {
    margin-right: 32px;
    width: calc(25% - 24px);
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 48px
}

.product-specifications-container .product-specifications-content .specifications-content-line .specifications-view:nth-child(4n) {
    margin-right: 0
}

.product-specifications-container .product-specifications-content .specifications-content-line .specifications-view .specifications-view-name {
    letter-spacing: -.01em;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 500;
    margin-bottom: 32px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-specifications-container .product-specifications-content .specifications-content-line .specifications-view .specifications-view-des {
    letter-spacing: -.02em;
    font-family: HtigerCHS-Light, HtigerCHS;
    font-weight: 300;
    line-height: 26px;
    height: 52px;
    color: #555;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset
}

.product-specifications-container .product-specifications-content .specifications-content-line .content-bottom-left {
    width: calc(25% - 27px)
}

.product-specifications-container .product-specifications-content .specifications-content-line .content-bottom-left .specifications-view {
    width: 100%
}

.product-specifications-container .product-specifications-content .specifications-content-line .content-bottom-right {
    margin-left: 36px;
    width: calc(75% - 63px);
    margin-top: -48px
}

@media (max-width:991px) {
    .product-specifications-container .product-specifications-content .specifications-content-line .specifications-view {
        width: calc(50% - 4.5px) !important;
        margin-bottom: 22px;
        margin-right: 9px
    }

    .product-specifications-container .product-specifications-content .specifications-content-line .specifications-view:nth-child(2n) {
        margin-right: 0
    }

    .product-specifications-container .product-specifications-content .specifications-content-line .specifications-view .specifications-view-name {
        letter-spacing: -.01em;
        line-height: 24px;
        margin-bottom: 33px
    }

    .product-specifications-container .product-specifications-content .specifications-content-line .specifications-view .specifications-view-des {
        letter-spacing: -.02em;
        line-height: 24px;
        height: 48px;
        margin-bottom: 11px
    }

    .product-specifications-container .product-specifications-content .specifications-content-line .content-bottom-left {
        display: flex;
        flex-wrap: wrap;
        width: 100%
    }

    .product-specifications-container .product-specifications-content .specifications-content-line .content-bottom-left .specifications-view {
        width: calc(50% - 4px)
    }

    .product-specifications-container .product-specifications-content .specifications-content-line .content-bottom-left .specifications-view:nth-child(2n) {
        margin-right: 0
    }

    .product-specifications-container .product-specifications-content .specifications-content-line .content-bottom-right {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-top: -22px
    }

    .product-specifications-container .product-specifications-content .flex-reverse {
        flex-direction: column-reverse
    }
}

.accordion_widget .container {
    padding-left: 0;
    padding-right: 0
}

.accordion_widget .head-title {
    padding-top: 30px;
    padding-bottom: 20px
}

.accordion_widget ul {
    border-bottom: 1px solid #ededed
}

.accordion_widget li {
    padding: 0
}

.accordion_widget li .title-q {
    display: flex;
    border-top: 1px solid #ededed;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 500;
    padding: 35px 0;
    line-height: 24px;
    letter-spacing: -.01em;
    cursor: pointer
}

.accordion_widget li .title-q span {
    font-size: 22px;
    letter-spacing: -.02em;
    font-family: "iconfont";
    font-weight: 700
}

.accordion_widget li .text {
    display: inline-block;
    width: calc(100% - 40px);
    margin-right: 24px;
    margin-bottom: 0
}

.accordion_widget li .down:before {
    content: '\e6eb';
    display: inline-block
}

.accordion_widget li .up:before {
    content: '\e6ea';
    display: inline-block
}

.accordion_widget li .child-des {
    border-top: 1px solid #ededed;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 24px;
    padding: 35px 0;
    display: none
}

@media (max-width:991px) {
    .accordion_widget li .title-q {
        letter-spacing: -.01em;
        line-height: 20px;
        padding: 18.5px 0
    }

    .accordion_widget li .title-q span {
        font-size: 16px;
        letter-spacing: -.01em
    }

    .accordion_widget li .child-des {
        letter-spacing: -.01em;
        line-height: 18px;
        padding: 18.5px 0
    }
}

.block-static-block {
    margin-bottom: 0 !important
}

.service_widget {
    width: 100%;
    background-color: #fff
}

.service_widget .four_list {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding: 65px 0
}

.service_widget .four_item {
    padding: 0 18px 0 72px;
    width: 25%;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    height: 50px;
    align-items: center
}

.service_widget .four_items_icon {
    width: 41px;
    height: 41px;
    margin-right: 15px
}

.service_widget .item_text_title {
    letter-spacing: -.02em;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 200;
    line-height: 20px;
    margin-bottom: 6px;
    display: block
}

.service_widget .item_text_info {
    letter-spacing: -.01em;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #555;
    line-height: 14px;
    display: block;
    text-decoration: underline
}

.service_widget_popup_container {
    z-index: 999;
    width: 100%;
    height: 101%;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none
}

.service_widget_popup_container .service_widget_popup_container_posi {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-top: 110px
}

.service_widget_popup_container .detailed_bullet_box {
    width: 1122px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 125px
}

.service_widget_popup_container .detailed_bullet_box_head {
    width: 1122px;
    height: 112px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    top: 0;
    position: absolute
}

.service_widget_popup_container .htiger_icon {
    width: 92px;
    height: 35px
}

.service_widget_popup_container .detailed_bullet_item {
    width: 100%;
    border-top: 1px solid #dcdcdc;
    padding-top: 30px;
    margin-bottom: 30px
}

.service_widget_popup_container .detailed_bullet_item_head_icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 30px
}

.service_widget_popup_container .detailed_bullet_item_head_title {
    height: 60px;
    line-height: 60px;
    font-size: 34px;
    letter-spacing: -.03em;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #999;
    display: inline-block;
    vertical-align: top
}

.service_widget_popup_container .item_title {
    height: 24px;
    font-size: 16px;
    letter-spacing: -.01em;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 700;
    color: #555;
    line-height: 24px;
    margin-bottom: 10px
}

.service_widget_popup_container .item_oneline {
    font-size: 16px;
    letter-spacing: -.01em;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #555;
    margin-bottom: 3px
}

.service_widget_popup_container .item_oneline_box {
    margin-bottom: 10px
}

.service_widget_popup_container .item_li_box {
    margin-bottom: 10px
}

.service_widget_popup_container .item_li {
    font-size: 16px;
    letter-spacing: -.01em;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #555;
    margin-bottom: 3px
}

.service_widget_popup_container .close_icon {
    cursor: pointer;
    height: 24px;
    width: 24px
}

.service_widget_popup_container .desc-part {
    color: #555;
    margin-bottom: 16px
}

.service_widget_popup_container .desc-part .desc-title {
    font-weight: 500;
    font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif;
    margin-bottom: 16px
}

.service_widget_popup_container .desc-part .desc-content {
    line-height: 24px
}

@media (max-width:991px) {
    .service_widget {
        height: auto
    }

    .service_widget .four_list {
        padding: 60px 24px
    }

    .service_widget .four_item {
        width: calc(50% - 20.5px) !important;
        height: 53.5px !important;
        padding: 0 !important;
        align-items: flex-start
    }

    .service_widget .four_item:first-child {
        margin-bottom: 35px
    }

    .service_widget .four_item:nth-child(2) {
        margin-bottom: 35px
    }

    .service_widget .four_item:nth-child(2n - 1) {
        margin-right: 41px
    }

    .service_widget .four_list {
        flex-wrap: wrap
    }

    .service_widget .item_text_title {
        line-height: 18px;
        width: 100%;
        margin-bottom: 4px
    }

    .service_widget .item_text_info {
        line-height: 16px;
        width: 100%
    }

    .service_widget_popup_container .close_icon {
        position: relative
    }

    .service_widget_popup_container .detailed_bullet_box_head {
        width: calc(100% - 48px) !important;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #dcdcdc;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        top: 0;
        position: absolute
    }

    .service_widget_popup_container .service_widget_popup_container_posi {
        padding: 24px
    }

    .service_widget_popup_container .detailed_bullet_box {
        width: 100% !important
    }

    .service_widget_popup_container .detailed_bullet_box .detailed_bullet_item {
        padding-top: 60px
    }
}

.section_caveat_widget .container p {
    margin-bottom: 10px !important
}

.section_caveat_widget .show_more {
    display: flex;
    font-size: 12px;
    letter-spacing: -.01em;
    font-family: "iconfont";
    font-weight: 700;
    cursor: pointer;
    width: max-content;
    margin-top: 20px
}

.section_caveat_widget .text {
    color: #333
}

.section_caveat_widget .down:before {
    content: "\e6eb";
    display: inline-block;
    color: #333
}

.section_caveat_widget .up:before {
    content: "\e6ea";
    display: inline-block;
    color: #333
}

.cover_banner_widget {
    overflow: hidden
}

.cover_banner_widget .background_img {
    width: 100%
}

.cover_banner_widget .container {
    position: relative;
    margin-bottom: 24px !important
}

.cover_banner_widget .left_top_box,
.cover_banner_widget .right_top_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.cover_banner_widget .left_top_box .logo_img,
.cover_banner_widget .right_top_box .logo_img {
    max-height: 67px;
    margin-bottom: 20px
}

.cover_banner_widget .left_top_box .first_line,
.cover_banner_widget .right_top_box .first_line {
    width: 450px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 300;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    margin-bottom: 20px
}

.cover_banner_widget .left_top_box .second_lines,
.cover_banner_widget .right_top_box .second_lines {
    width: 450px;
    line-height: 24px;
    margin-bottom: 10px;
    letter-spacing: -.01em;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400
}

.cover_banner_widget .left_top_box .btn_items,
.cover_banner_widget .right_top_box .btn_items {
    padding-top: 10px;
    display: flex;
    text-decoration: none
}

.cover_banner_widget .left_top_box {
    left: 100px
}

.cover_banner_widget .right_top_box {
    right: 100px
}

.cover_banner_widget .circular-bg {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden
}

.cover_banner_widget .circular-bg svg {
    position: absolute;
    top: 12px;
    left: 8px;
    width: 23px;
    height: 16px
}

.cover_banner_widget .item-text {
    width: calc(100% - 50px);
    line-height: 40px;
    display: inline-block;
    font-size: 26px;
    letter-spacing: -.02em;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400
}

.cover_banner_widget .btn_items:hover .circular-bg svg {
    animation-name: CoverOneWhiteFromLeftToRight;
    animation-duration: .3s;
    animation-timing-function: linear;
    display: block
}

@media (max-width:991px) {

    .cover_banner_widget .left_top_box,
    .cover_banner_widget .right_top_box {
        top: 50px;
        transform: translateY(0);
        width: calc(100% - 50px)
    }

    .cover_banner_widget .left_top_box .first_line,
    .cover_banner_widget .right_top_box .first_line {
        width: 100%;
        letter-spacing: 0;
        line-height: 32px
    }

    .cover_banner_widget .left_top_box .second_lines,
    .cover_banner_widget .right_top_box .second_lines {
        width: 100%;
        letter-spacing: -.01em;
        line-height: 18px
    }

    .cover_banner_widget .left_top_box .btn_items,
    .cover_banner_widget .right_top_box .btn_items {
        font-size: 24px;
        letter-spacing: -.02em;
        line-height: 24px
    }

    .cover_banner_widget .left_top_box {
        left: 25px
    }

    .cover_banner_widget .right_top_box {
        right: 25px
    }

    .cover_banner_widget .container_flex {
        display: flex;
        width: 100%;
        flex-direction: column-reverse
    }

    .cover_banner_widget .container_flex .btn_items {
        margin-bottom: 10px
    }

    .cover_banner_widget .top_box {
        position: static
    }
}

@keyframes CoverOneWhiteFromLeftToRight {
    from {
        transform: translate(0)
    }

    50% {
        transform: translate(28px)
    }

    51% {
        transform: translate(-28px)
    }

    to {
        transform: translate(0)
    }
}

.cover_htc_widget {
    overflow: hidden
}

.cover_htc_widget .background_img {
    border: 1px solid #d5d5d5;
    width: 100%
}

.cover_htc_widget .container {
    position: relative
}

.cover_htc_widget .center_box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    text-align: center;
    width: 100%
}

.cover_htc_widget .center_box .first_lines {
    width: 100%;
    line-height: 45px;
    letter-spacing: -.03em;
    font-weight: 300;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    margin-bottom: 20px
}

.cover_htc_widget .center_box .second_lines {
    width: 100%;
    line-height: 20px;
    margin-bottom: 20px;
    letter-spacing: -.01em;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400
}

.cover_htc_widget .center_box .btn_items {
    margin: auto;
    display: inline-block;
    font-size: 18px;
    letter-spacing: -.01em;
    font-family: HtigerCHS-Medium, HtigerCHS;
    height: 60px;
    width: 314px;
    line-height: 60px;
    text-decoration: none;
    text-align: center
}

@media (max-width:991px) {
    .cover_htc_widget .center_box {
        top: 55px;
        left: 50%;
        transform: translate(-50%, 0);
        width: unset
    }

    .cover_htc_widget .center_box .first_lines {
        width: 242px;
        letter-spacing: -.02em;
        line-height: 26px
    }

    .cover_htc_widget .center_box .second_lines {
        width: 100%;
        letter-spacing: -.01em;
        margin-bottom: 25px;
        line-height: 14px
    }

    .cover_htc_widget .center_box .btn_items {
        font-size: 18px;
        letter-spacing: -.01em;
        font-family: HtigerCHS-Medium, HtigerCHS;
        width: 230px
    }

    .cover_htc_widget .container_flex {
        display: flex;
        width: 100%;
        flex-direction: column-reverse
    }

    .cover_htc_widget .container_flex .btn_items {
        margin-bottom: 10px
    }

    .cover_htc_widget .top_box {
        position: static
    }
}

.cover_htc_two_widget {
    overflow: hidden
}

.cover_htc_two_widget .container {
    display: flex;
    border: 1px solid #d5d5d5
}

.cover_htc_two_widget .left_box {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.cover_htc_two_widget .left_box .text_content {
    text-align: center
}

.cover_htc_two_widget .left_box .text_content .first_lines {
    width: 100%;
    line-height: 34px;
    letter-spacing: -.03em;
    font-weight: 300;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    margin-bottom: 15px
}

.cover_htc_two_widget .left_box .text_content .second_lines {
    width: 100%;
    line-height: 18px;
    margin-bottom: 25px;
    letter-spacing: -.01em;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400
}

.cover_htc_two_widget .left_box .text_content .btn_items {
    margin: auto;
    display: inline-block;
    font-size: 18px;
    letter-spacing: -.01em;
    font-family: HtigerCHS-Medium, HtigerCHS;
    height: 60px;
    width: 219px;
    line-height: 60px;
    text-decoration: none;
    text-align: center
}

.cover_htc_two_widget .right_box {
    width: 50%
}

.cover_htc_two_widget .right_box .background_img {
    width: 100%
}

@media (max-width:991px) {
    .cover_htc_two_widget .container {
        flex-direction: column
    }

    .cover_htc_two_widget .left_box {
        width: 100%;
        padding: 55px 45px 62px
    }

    .cover_htc_two_widget .left_box .text_content {
        width: 100%
    }

    .cover_htc_two_widget .left_box .text_content .first_lines {
        width: 100%;
        letter-spacing: -.02em;
        line-height: 26px;
        margin-bottom: 20px
    }

    .cover_htc_two_widget .left_box .text_content .second_lines {
        width: 100%;
        letter-spacing: -.01em;
        margin-bottom: 25px;
        line-height: 14px
    }

    .cover_htc_two_widget .left_box .text_content .btn_items {
        font-size: 18px;
        letter-spacing: -.01em;
        font-family: HtigerCHS-Medium, HtigerCHS;
        width: 100%
    }

    .cover_htc_two_widget .right_box {
        width: 100%
    }
}

.cover_vr_widget {
    overflow: hidden
}

.cover_vr_widget .vr_container {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec
}

.cover_vr_widget .center_box {
    margin: auto;
    text-align: center
}

.cover_vr_widget .center_box .logo_img {
    margin: 0 auto 30px;
    width: 269px;
    height: 80px
}

.cover_vr_widget .center_box .logo_img img {
    width: 100%
}

.cover_vr_widget .center_box .first_lines {
    line-height: 42px;
    letter-spacing: -.03em;
    font-weight: 300;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    margin-bottom: 20px
}

.cover_vr_widget .center_box .second_lines {
    line-height: 22px;
    margin-bottom: 20px;
    letter-spacing: -.01em;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400
}

.cover_vr_widget .center_box .btn_items {
    margin: auto;
    display: inline-block;
    font-size: 18px;
    letter-spacing: -.01em;
    font-family: HtigerCHS-Medium, HtigerCHS;
    height: 60px;
    width: 314px;
    line-height: 60px;
    text-decoration: none;
    text-align: center
}

@media (max-width:991px) {
    .cover_vr_widget {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .cover_vr_widget .center_box {
        width: 100%
    }

    .cover_vr_widget .center_box .logo_img {
        margin: 0 auto 30px;
        width: 202px;
        height: 60px
    }

    .cover_vr_widget .center_box .logo_img img {
        width: 100%
    }

    .cover_vr_widget .center_box .first_lines {
        width: 100%;
        letter-spacing: -.02em;
        line-height: 34x;
        margin-bottom: 16px
    }

    .cover_vr_widget .center_box .second_lines {
        width: 100%;
        letter-spacing: -.01em;
        margin-bottom: 20px;
        line-height: 18px
    }

    .cover_vr_widget .center_box .btn_items {
        font-size: 18px;
        letter-spacing: -.01em;
        font-family: HtigerCHS-Medium, HtigerCHS;
        width: 230px
    }
}

.cover_compare_widget {
    overflow: hidden
}

.cover_compare_widget .compare_container {
    position: relative;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    height: 350px
}

.cover_compare_widget .center_box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    text-align: center;
    width: 100%
}

.cover_compare_widget .center_box .first_lines {
    width: 100%;
    line-height: 45px;
    letter-spacing: -.03em;
    font-weight: 300;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    margin-bottom: 20px
}

.cover_compare_widget .center_box .second_lines {
    width: 100%;
    line-height: 20px;
    margin-bottom: 20px;
    letter-spacing: -.01em;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400
}

.cover_compare_widget .center_box .btn_items {
    margin: auto;
    display: inline-block;
    font-size: 18px;
    letter-spacing: -.01em;
    font-family: HtigerCHS-Medium, HtigerCHS;
    height: 60px;
    width: 314px;
    line-height: 60px;
    text-decoration: none;
    text-align: center
}

@media (max-width:991px) {
    .cover_compare_widget {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .cover_compare_widget .compare_container {
        height: 252px
    }

    .cover_compare_widget .center_box {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: unset
    }

    .cover_compare_widget .center_box .first_lines {
        width: 242px;
        letter-spacing: -.02em;
        line-height: 26px
    }

    .cover_compare_widget .center_box .second_lines {
        width: 100%;
        letter-spacing: -.01em;
        margin-bottom: 25px;
        line-height: 14px
    }

    .cover_compare_widget .center_box .btn_items {
        font-size: 18px;
        letter-spacing: -.01em;
        font-family: HtigerCHS-Medium, HtigerCHS;
        width: 230px
    }
}

.cover_two_black_widget {
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 64px
}

.cover_two_black_widget .htiger_ball_title {
    width: 100%;
    height: 53px;
    line-height: 53px;
    text-align: left;
    font-size: 44px;
    color: #ebebeb;
    font-family: HtigerCHS-Light, HtigerCHS;
    margin-bottom: 30px;
    font-weight: 300
}

.cover_two_black_widget .htiger_ball_product_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.cover_two_black_widget .htiger_ball_product_list .ico-video {
    margin-bottom: 30px
}

.cover_two_black_widget .htiger_ball_product_list .ico-video.video_boxs {
    width: 100%;
    height: auto;
    border: 0;
    cursor: pointer;
    position: relative
}

.cover_two_black_widget .htiger_ball_product_list .ico-video.video_boxs:before {
    content: " ";
    display: block;
    width: 90px;
    height: 90px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san.svg);
    background-size: 35px;
    background-position: center center;
    background-repeat: no-repeat
}

.cover_two_black_widget .htiger_ball_product_item {
    width: calc(50% - 16px)
}

.cover_two_black_widget .htiger_ball_product_item&gt;img {
    width: 100%;
    margin-bottom: 30px
}

.cover_two_black_widget .htiger_ball_product_item_text&gt;img {
    height: 32px;
    margin-bottom: 10px
}

.cover_two_black_widget .product_item_text_title {
    width: 100%;
    font-size: 22px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    line-height: 29px
}

.cover_two_black_widget .product_item_text_info {
    width: 100%;
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #ebebeb;
    line-height: 24px;
    margin-bottom: 24px
}

.cover_two_black_widget .btn_item {
    height: 42px;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    color: #fff
}

.cover_two_black_widget .btn_item:hover .Arrow_picture_icon {
    animation-name: CoverTwoBlackFromLeftToRight;
    animation-duration: .3s;
    animation-timing-function: linear
}

.cover_two_black_widget .Arrow_picture {
    width: 28px;
    height: 28px;
    border-radius: 20px;
    background: #fff;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
    margin-top: 7px
}

.cover_two_black_widget .Arrow_picture_icon {
    width: 20px;
    height: 20px;
    margin-top: 3px
}

.cover_two_black_widget .item_text {
    height: 34px;
    line-height: 34px;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top;
    font-size: 28px
}

@media (max-width:991px) {
    .cover_two_black_widget .htiger_ball_product_list {
        padding: 20px 24px 0 !important
    }

    .cms-page-view .cover_two_black_widget {
        margin-left: 0;
        margin-right: 0
    }
}

@keyframes CoverTwoBlackFromLeftToRight {
    from {
        transform: translate(0)
    }

    50% {
        transform: translate(28px)
    }

    51% {
        transform: translate(-28px)
    }

    to {
        transform: translate(0)
    }
}

.cover_two_white_widget {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 64px
}

.cover_two_white_widget .htiger_ball_title {
    width: 100%;
    height: 53px;
    line-height: 53px;
    text-align: left;
    font-size: 44px;
    color: #333;
    font-family: HtigerCHS-Light, HtigerCHS;
    margin-bottom: 30px;
    font-weight: 300
}

.cover_two_white_widget .htiger_ball_product_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.cover_two_white_widget .htiger_ball_product_list .ico-video {
    margin-bottom: 30px
}

.cover_two_white_widget .htiger_ball_product_list .ico-video.video_boxs {
    width: 100%;
    height: auto;
    border: 0;
    cursor: pointer;
    position: relative
}

.cover_two_white_widget .htiger_ball_product_list .ico-video.video_boxs:before {
    content: " ";
    display: block;
    width: 90px;
    height: 90px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san.svg);
    background-size: 35px;
    background-position: center center;
    background-repeat: no-repeat
}

.cover_two_white_widget .htiger_ball_product_item {
    width: calc(50% - 16px)
}

.cover_two_white_widget .htiger_ball_product_item&gt;img {
    width: 100%;
    margin-bottom: 30px
}

.cover_two_white_widget .htiger_ball_product_item_text&gt;img {
    height: 32px;
    margin-bottom: 10px
}

.cover_two_white_widget .product_item_text_title {
    width: 100%;
    font-size: 22px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    line-height: 29px
}

.cover_two_white_widget .product_item_text_info {
    width: 100%;
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #555;
    line-height: 24px;
    margin-bottom: 24px
}

.cover_two_white_widget .btn_item {
    height: 42px;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    color: #333
}

.cover_two_white_widget .btn_item:hover .Arrow_picture_icon {
    animation-name: CoverTwoWhiteFromLeftToRight;
    animation-duration: .3s;
    animation-timing-function: linear
}

.cover_two_white_widget .Arrow_picture {
    width: 28px;
    height: 28px;
    border-radius: 20px;
    background: #333;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
    margin-top: 7px
}

.cover_two_white_widget .Arrow_picture_icon {
    width: 20px;
    height: 20px;
    margin-top: 3px
}

.cover_two_white_widget .item_text {
    height: 34px;
    line-height: 34px;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top;
    font-size: 28px
}

@media (max-width:991px) {
    .cover_two_white_widget .htiger_ball_product_list {
        padding: 20px 24px 0 !important
    }

    .cms-page-view .cover_two_white_widget {
        padding-left: 24px;
        padding-right: 24px
    }
}

@keyframes CoverTwoWhiteFromLeftToRight {
    from {
        transform: translate(0)
    }

    50% {
        transform: translate(28px)
    }

    51% {
        transform: translate(-28px)
    }

    to {
        transform: translate(0)
    }
}

.cover_three_black_widget {
    width: 100%;
    background-color: #000;
    color: #fff
}

.cover_three_black_widget .content {
    margin: 0 auto;
    padding-top: 30px
}

.cover_three_black_widget .content .ico-video.video_boxs {
    width: 100%;
    height: 100%;
    border: 0;
    margin-bottom: 0;
    cursor: pointer;
    position: relative
}

.cover_three_black_widget .content .ico-video.video_boxs:before {
    content: " ";
    display: block;
    width: 90px;
    height: 90px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san.svg);
    background-size: 35px;
    background-position: center center;
    background-repeat: no-repeat
}

.cover_three_black_widget .content .big_title {
    font-size: 44px;
    font-weight: 300;
    color: #fff;
    font-family: HtigerCHS-Light, HtigerCHS
}

.cover_three_black_widget .content .all_items {
    margin-top: 30px;
    width: 100%
}

.cover_three_black_widget .content .all_items .item {
    width: calc(33.33% - 24px);
    float: left;
    margin-right: 30px;
    box-sizing: border-box;
    padding-bottom: 50px
}

.cover_three_black_widget .content .all_items .item:nth-child(3n) {
    margin-right: 0
}

.cover_three_black_widget .content .all_items .item img:nth-child(1) {
    width: 100%;
    display: block;
    margin-bottom: 30px
}

.cover_three_black_widget .content .all_items .item img:nth-child(2) {
    height: 22px;
    display: block;
    margin-bottom: 10px
}

.cover_three_black_widget .content .all_items .item .small_title {
    line-height: 20px;
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 10px;
    font-family: HtigerCHS-Medium, HtigerCHS
}

.cover_three_black_widget .content .all_items .item .describe {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    font-family: HtigerCHS-Book, HtigerCHS;
    color: #fbfbfb
}

.cover_three_black_widget .content .all_items .item .buy_href {
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    height: 42px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-family: HtigerCHS-Book, HtigerCHS
}

.cover_three_black_widget .content .all_items .item .buy_href:hover .right_arr {
    animation-name: CoverThreeBlackFromLeftToRight;
    animation-duration: .3s;
    animation-timing-function: linear
}

.cover_three_black_widget .content .all_items .item .buy_href span:nth-child(1) {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    padding-left: 3px;
    padding-top: 3px;
    overflow: hidden
}

.cover_three_black_widget .content .all_items .item .buy_href .right_arr {
    width: 22px
}

.cover_three_black_widget .content .clearfix {
    *zoom: 1
}

.cover_three_black_widget .content .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

@media (max-width:991px) {
    .cms-page-view .cover_three_black_widget {
        margin-left: 0;
        margin-right: 0
    }
}

@keyframes CoverThreeBlackFromLeftToRight {
    from {
        transform: translate(0)
    }

    50% {
        transform: translate(28px)
    }

    51% {
        transform: translate(-28px)
    }

    to {
        transform: translate(0)
    }
}

.cover_three_white_widget {
    width: 100%;
    background-color: #fff;
    color: #000
}

.cover_three_white_widget .content {
    margin: 0 auto;
    padding-top: 30px
}

.cover_three_white_widget .content .ico-video.video_boxs {
    width: 100%;
    height: 100%;
    border: 0;
    margin-bottom: 0;
    cursor: pointer;
    position: relative
}

.cover_three_white_widget .content .ico-video.video_boxs:before {
    content: " ";
    display: block;
    width: 90px;
    height: 90px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san.svg);
    background-size: 35px;
    background-position: center center;
    background-repeat: no-repeat
}

.cover_three_white_widget .content .cover_title {
    font-size: 44px;
    font-weight: 300;
    color: #000;
    font-family: HtigerCHS-Light, HtigerCHS
}

.cover_three_white_widget .content .big_title {
    font-size: 44px;
    font-weight: 300;
    color: #333;
    font-family: HtigerCHS-Light, HtigerCHS
}

.cover_three_white_widget .content .all_items {
    margin-top: 30px;
    width: 100%
}

.cover_three_white_widget .content .all_items .item {
    width: calc(33.33% - 24px);
    float: left;
    margin-right: 30px;
    box-sizing: border-box;
    padding-bottom: 50px
}

.cover_three_white_widget .content .all_items .item:nth-child(3n) {
    margin-right: 0
}

.cover_three_white_widget .content .all_items .item img:nth-child(1) {
    width: 100%;
    display: block;
    margin-bottom: 30px
}

.cover_three_white_widget .content .all_items .item img:nth-child(2) {
    height: 22px;
    display: block;
    margin-bottom: 10px
}

.cover_three_white_widget .content .all_items .item .small_title {
    line-height: 20px;
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 10px;
    font-family: HtigerCHS-Medium, HtigerCHS
}

.cover_three_white_widget .content .all_items .item .describe {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    font-family: HtigerCHS-Book, HtigerCHS;
    color: #666
}

.cover_three_white_widget .content .all_items .item .buy_href {
    font-size: 28px;
    color: #000;
    text-decoration: none;
    height: 42px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-family: HtigerCHS-Book, HtigerCHS
}

.cover_three_white_widget .content .all_items .item .buy_href:hover .right_arr {
    animation-name: CoverThreeWhiteFromLeftToRight;
    animation-duration: .3s;
    animation-timing-function: linear
}

.cover_three_white_widget .content .all_items .item .buy_href span:nth-child(1) {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 10px;
    padding-left: 3px;
    padding-top: 3px;
    overflow: hidden
}

.cover_three_white_widget .content .all_items .item .buy_href .right_arr {
    width: 22px
}

.cover_three_white_widget .content .clearfix {
    *zoom: 1
}

.cover_three_white_widget .content .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

@media (max-width:991px) {
    .cms-page-view .cover_three_white_widget {
        padding-left: 24px;
        padding-right: 24px;
        margin-left: 0;
        margin-right: 0
    }
}

@keyframes CoverThreeWhiteFromLeftToRight {
    from {
        transform: translate(0)
    }

    50% {
        transform: translate(28px)
    }

    51% {
        transform: translate(-28px)
    }

    to {
        transform: translate(0)
    }
}

.cover_three_block_widget .title_wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    font-family: HtigerCHS-Book, HtigerCHS
}

.cover_three_block_widget .block_container {
    display: flex;
    width: 100%;
    justify-content: center
}

.cover_three_block_widget .block_container .btn_item {
    display: inline-block;
    width: 343px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-size: 18px;
    letter-spacing: -.01em;
    margin-right: 32px
}

.cover_three_block_widget .block_container .btn_item:last-child {
    margin-right: 0
}

@media (max-width:991px) {
    .cover_three_block_widget .title_wrapper {
        margin-bottom: 30px
    }

    .cover_three_block_widget .block_container {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center
    }

    .cover_three_block_widget .block_container .btn_item {
        width: 315px;
        margin-right: 0;
        margin-bottom: 20px
    }

    .cover_three_block_widget .block_container .btn_item:last-child {
        margin-bottom: 0
    }
}

.cover_four_black_widget {
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
    padding-top: 30px
}

.cover_four_black_widget .ico-video.video_boxs {
    border: 0;
    margin-bottom: 0;
    cursor: pointer;
    position: relative
}

.cover_four_black_widget .ico-video.video_boxs:before {
    content: " ";
    display: block;
    width: 90px;
    height: 90px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 45px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san.svg);
    background-size: 35px;
    background-position: center center;
    background-repeat: no-repeat
}

.cover_four_black_widget .cover_title {
    width: 100%;
    height: 53px;
    line-height: 53px;
    text-align: left;
    font-size: 44px;
    font-family: HtigerCHS-Light, HtigerCHS;
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px
}

.cover_four_black_widget .htiger_pm_item {
    width: calc(25% - 24px);
    margin-bottom: 60px
}

.cover_four_black_widget .item_img {
    width: 100%;
    margin-bottom: 30px
}

.cover_four_black_widget .htiger_pm_list {
    display: flex;
    justify-content: space-between
}

.cover_four_black_widget .pm_text_item {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: left;
    font-size: 16px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 500;
    color: #fff
}

@media (max-width:991px) {

    .cms-page-view .cover_four_black_widget,
    .cms-index-index .cover_four_black_widget {
        margin-left: 0;
        margin-right: 0
    }
}

.cover_four_white_widget {
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding-top: 30px
}

.cover_four_white_widget .ico-video.video_boxs {
    border: 0;
    margin-bottom: 0;
    cursor: pointer;
    position: relative
}

.cover_four_white_widget .ico-video.video_boxs:before {
    content: " ";
    display: block;
    width: 90px;
    height: 90px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 45px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san.svg);
    background-size: 35px;
    background-position: center center;
    background-repeat: no-repeat
}

.cover_four_white_widget .cover_title {
    width: 100%;
    height: 53px;
    line-height: 53px;
    text-align: left;
    font-size: 44px;
    font-family: HtigerCHS-Light, HtigerCHS;
    font-weight: 300;
    color: #333;
    margin-bottom: 30px
}

.cover_four_white_widget .htiger_pm_item {
    width: calc(25% - 24px);
    margin-bottom: 60px
}

.cover_four_white_widget .item_img {
    width: 100%;
    margin-bottom: 30px
}

.cover_four_white_widget .htiger_pm_list {
    display: flex;
    justify-content: space-between
}

.cover_four_white_widget .pm_text_item {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: left;
    font-size: 16px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 500;
    color: #333
}

@media (max-width:991px) {

    .cms-index-index .cover_four_white_widget,
    .cms-page-view .cover_four_white_widget {
        padding-left: 24px;
        padding-right: 24px
    }
}

.service_four_black_widget {
    width: 100%;
    height: 138px;
    background-color: #333
}

.service_four_black_widget .four_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto
}

.service_four_black_widget .four_item {
    width: 25%;
    height: 138px;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none
}

.service_four_black_widget .four_items_icon {
    width: 59px;
    height: 59px;
    margin-right: 21px
}

.service_four_black_widget .item_text_title {
    width: 188px;
    height: 30px;
    font-size: 20px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 400;
    color: #ededed;
    line-height: 24px;
    margin-bottom: 0;
    display: block
}

.service_four_black_widget .item_text_info {
    width: 188px;
    height: 24px;
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #dcdcdc;
    line-height: 24px;
    display: block
}

.service_four_black_widget_popup_container {
    z-index: 999;
    width: 100%;
    height: 101%;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none
}

.service_four_black_widget_popup_container .service_four_black_widget_popup_container_posi {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-top: 110px
}

.service_four_black_widget_popup_container .detailed_bullet_box {
    width: 1122px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 125px
}

.service_four_black_widget_popup_container .detailed_bullet_box_head {
    width: 1122px;
    height: 112px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    top: 0;
    position: absolute
}

.service_four_black_widget_popup_container .htiger_icon {
    width: 92px;
    height: 35px
}

.service_four_black_widget_popup_container .detailed_bullet_item {
    width: 100%;
    border-top: 1px solid #dcdcdc;
    padding-top: 30px;
    margin-bottom: 30px
}

.service_four_black_widget_popup_container .detailed_bullet_item_head_icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 30px
}

.service_four_black_widget_popup_container .detailed_bullet_item_head_title {
    height: 60px;
    line-height: 60px;
    font-size: 34px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #999;
    display: inline-block;
    vertical-align: top
}

.service_four_black_widget_popup_container .item_title {
    height: 24px;
    font-size: 16px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 700;
    color: #555;
    line-height: 24px;
    margin-bottom: 10px
}

.service_four_black_widget_popup_container .item_oneline {
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #555;
    margin-bottom: 3px
}

.service_four_black_widget_popup_container .item_oneline_box {
    margin-bottom: 10px
}

.service_four_black_widget_popup_container .item_li_box {
    margin-bottom: 10px
}

.service_four_black_widget_popup_container .item_li {
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #555;
    margin-bottom: 3px
}

.service_four_black_widget_popup_container .close_icon {
    cursor: pointer;
    height: 24px
}

.service_four_black_widget_popup_container .desc-part {
    color: #555;
    margin-bottom: 16px
}

.service_four_black_widget_popup_container .desc-part .desc-title {
    font-weight: 500;
    font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif;
    margin-bottom: 16px
}

.service_four_black_widget_popup_container .desc-part .desc-content {
    line-height: 24px
}

.service_four_white_widget {
    width: 100%;
    height: 138px;
    background-color: #fff
}

.service_four_white_widget .four_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto
}

.service_four_white_widget .four_item {
    width: 25%;
    height: 138px;
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer
}

.service_four_white_widget .four_items_icon {
    width: 59px;
    height: 59px;
    margin-right: 21px
}

.service_four_white_widget .item_text_title {
    width: 188px;
    height: 30px;
    font-size: 20px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #555;
    line-height: 24px;
    margin-bottom: 0;
    display: block
}

.service_four_white_widget .item_text_info {
    width: 188px;
    height: 24px;
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #555;
    line-height: 24px;
    display: block
}

.service_four_white_widget_popup_container {
    z-index: 999;
    width: 100%;
    height: 101%;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none
}

.service_four_white_widget_popup_container .service_four_white_widget_popup_container_posi {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-top: 110px
}

.service_four_white_widget_popup_container .detailed_bullet_box {
    width: 1122px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 125px
}

.service_four_white_widget_popup_container .detailed_bullet_box_head {
    width: 1122px;
    height: 112px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    top: 0;
    position: absolute
}

.service_four_white_widget_popup_container .htiger_icon {
    width: 92px;
    height: 35px
}

.service_four_white_widget_popup_container .detailed_bullet_item {
    width: 100%;
    border-top: 1px solid #dcdcdc;
    padding-top: 30px;
    margin-bottom: 30px
}

.service_four_white_widget_popup_container .detailed_bullet_item_head_icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 30px
}

.service_four_white_widget_popup_container .detailed_bullet_item_head_title {
    height: 60px;
    line-height: 60px;
    font-size: 34px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #999;
    display: inline-block;
    vertical-align: top
}

.service_four_white_widget_popup_container .item_title {
    height: 24px;
    font-size: 16px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 700;
    color: #555;
    line-height: 24px;
    margin-bottom: 10px
}

.service_four_white_widget_popup_container .item_oneline {
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #555;
    margin-bottom: 3px
}

.service_four_white_widget_popup_container .item_oneline_box {
    margin-bottom: 10px
}

.service_four_white_widget_popup_container .item_li_box {
    margin-bottom: 10px
}

.service_four_white_widget_popup_container .item_li {
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #555;
    margin-bottom: 3px
}

.service_four_white_widget_popup_container .close_icon {
    cursor: pointer;
    height: 24px
}

.service_four_white_widget_popup_container .desc-part {
    color: #555;
    margin-bottom: 16px
}

.service_four_white_widget_popup_container .desc-part .desc-title {
    font-weight: 500;
    font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif;
    margin-bottom: 16px
}

.service_four_white_widget_popup_container .desc-part .desc-content {
    line-height: 24px
}

.saying_black_widget {
    width: 100%;
    background-color: #000;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px
}

.saying_black_widget .video_boxs {
    border: 1px solid #333;
    padding: 0;
    width: 355px;
    height: 96px;
    margin: 20px auto 10px;
    overflow: hidden
}

.saying_black_widget .video_boxs .video_play {
    float: left;
    background: #333;
    text-align: center;
    vertical-align: middle;
    width: 96px;
    height: 96px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff
}

.saying_black_widget .video_boxs .video_play:before {
    content: "\f101";
    font-family: VideoJS;
    display: block;
    font-size: 3em;
    color: #fff;
    line-height: 25px
}

.saying_black_widget .video_boxs .video_info {
    float: left;
    font-size: 16px;
    width: calc(100% - 96px);
    padding: 10px;
    height: 96px;
    background: #000;
    text-align: left
}

.saying_black_widget .video_boxs .video_info .video_title {
    color: #fff;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.saying_black_widget .video_boxs .video_info .video_time {
    color: #999
}

.saying_black_widget .saying_black_logo {
    margin-top: 10px;
    height: 40px
}

.saying_black_widget .saying_black_title {
    width: 738px;
    font-size: 44px;
    font-family: HtigerCHS-Light, HtigerCHS;
    font-weight: 300;
    color: #fff;
    line-height: 66px;
    margin-left: auto;
    margin-right: auto
}

.saying_black_widget .saying_black_name {
    width: 738px;
    font-size: 28px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 500;
    color: #dcdcdc;
    line-height: 42px;
    margin-left: auto;
    margin-right: auto
}

.saying_black_widget .saying_black_info {
    width: 738px;
    font-size: 20px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #dcdcdc;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto
}

.saying_black_widget .saying_black_btn_item {
    height: 42px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    text-decoration: none;
    color: #fff;
    margin-left: auto;
    margin-right: auto
}

.saying_black_widget .saying_black_btn_item:hover .saying_black_btn_icon {
    animation-name: SayingBlackFromLeftToRight;
    animation-duration: .3s;
    animation-timing-function: linear
}

.saying_black_widget .saying_black_btn_image {
    width: 28px;
    height: 28px;
    border-radius: 20px;
    background: #fff;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
    margin-top: 7px
}

.saying_black_widget .saying_black_btn_icon {
    width: 20px;
    height: 20px;
    margin-top: 3px
}

.saying_black_widget .saying_black_btn_text {
    height: 34px;
    line-height: 34px;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top;
    font-size: 28px
}

@keyframes SayingBlackFromLeftToRight {
    from {
        transform: translate(0)
    }

    50% {
        transform: translate(28px)
    }

    51% {
        transform: translate(-28px)
    }

    to {
        transform: translate(0)
    }
}

.saying_white_widget {
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px
}

.saying_white_widget .video_boxs {
    border: 1px solid #ebebeb;
    padding: 0;
    width: 355px;
    height: 96px;
    margin: 20px auto 10px;
    overflow: hidden
}

.saying_white_widget .video_boxs .video_play {
    float: left;
    background: #ebebeb;
    text-align: center;
    vertical-align: middle;
    width: 96px;
    height: 96px;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.saying_white_widget .video_boxs .video_play:before {
    content: "\f101";
    font-family: VideoJS;
    display: block;
    font-size: 3em;
    color: #000;
    line-height: 25px
}

.saying_white_widget .video_boxs .video_info {
    float: left;
    font-size: 16px;
    width: calc(100% - 96px);
    padding: 10px;
    height: 96px;
    background: #fcfcfc;
    text-align: left
}

.saying_white_widget .video_boxs .video_info .video_title {
    color: #333;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.saying_white_widget .video_boxs .video_info .video_time {
    color: #999
}

.saying_white_widget .saying_white_logo {
    margin-top: 10px;
    height: 40px;
    margin-bottom: 30px
}

.saying_white_widget .saying_white_title {
    width: 738px;
    font-size: 44px;
    font-family: HtigerCHS-Light, HtigerCHS;
    font-weight: 300;
    color: #000;
    line-height: 66px;
    margin-left: auto;
    margin-right: auto
}

.saying_white_widget .saying_white_name {
    width: 738px;
    font-size: 28px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 500;
    color: #333;
    line-height: 42px;
    margin-left: auto;
    margin-right: auto
}

.saying_white_widget .saying_white_info {
    width: 738px;
    font-size: 20px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #555;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto
}

.saying_white_widget .saying_white_btn_item {
    height: 42px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    text-decoration: none;
    color: #333;
    margin-left: auto;
    margin-right: auto
}

.saying_white_widget .saying_white_btn_item:hover .saying_white_btn_icon {
    animation-name: SayingWhiteFromLeftToRight;
    animation-duration: .3s;
    animation-timing-function: linear
}

.saying_white_widget .saying_white_btn_image {
    width: 28px;
    height: 28px;
    border-radius: 20px;
    background: #333;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
    margin-top: 7px
}

.saying_white_widget .saying_white_btn_icon {
    width: 20px;
    height: 20px;
    margin-top: 3px
}

.saying_white_widget .saying_white_btn_text {
    height: 34px;
    font-size: 28px;
    line-height: 34px;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top
}

@keyframes SayingWhiteFromLeftToRight {
    from {
        transform: translate(0)
    }

    50% {
        transform: translate(28px)
    }

    51% {
        transform: translate(-28px)
    }

    to {
        transform: translate(0)
    }
}

.cover_one_white_widget.cover_all {
    position: relative
}

.cover_one_white_widget.cover_all .background_img {
    width: 100%
}

.cover_one_white_widget.cover_all .sv.video_boxs {
    width: 100%;
    height: 100%;
    border: 0 !important;
    margin-bottom: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    position: absolute
}

.cover_one_white_widget.cover_all .sv.video_boxs:before {
    content: " ";
    display: block;
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san.svg);
    background-size: 35px;
    background-position: center 32px;
    background-repeat: no-repeat
}

.cover_one_white_widget.cover_all .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: flex;
    height: 100%;
    z-index: 2
}

.cover_one_white_widget.cover_all .container.left_top,
.cover_one_white_widget.cover_all .container.right_top {
    padding-top: 60px
}

.cover_one_white_widget.cover_all .container.left_center {
    justify-content: left;
    align-items: center
}

.cover_one_white_widget.cover_all .container.left_bottom {
    justify-content: left;
    align-items: flex-end;
    padding-bottom: 50px
}

.cover_one_white_widget.cover_all .container.center_top {
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px
}

.cover_one_white_widget.cover_all .container.center_center {
    justify-content: center;
    align-items: center
}

.cover_one_white_widget.cover_all .container.center_bottom {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 50px
}

.cover_one_white_widget.cover_all .container.right_top {
    justify-content: flex-end;
    align-items: flex-start
}

.cover_one_white_widget.cover_all .container.right_center {
    justify-content: flex-end;
    align-items: center
}

.cover_one_white_widget.cover_all .container.right_bottom {
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 50px
}

.cover_one_white_widget.cover_all .container&gt;div.c-info {
    width: 450px
}

.cover_one_white_widget.cover_all .left_top_box,
.cover_one_white_widget.cover_all .right_top_box,
.cover_one_white_widget.cover_all .left_top,
.cover_one_white_widget.cover_all .right_top,
.cover_one_white_widget.cover_all .left_center,
.cover_one_white_widget.cover_all .left_bottom,
.cover_one_white_widget.cover_all .center_top,
.cover_one_white_widget.cover_all .center_center,
.cover_one_white_widget.cover_all .center_bottom,
.cover_one_white_widget.cover_all .right_center,
.cover_one_white_widget.cover_all .right_bottom {
    position: absolute;
    top: 0
}

.cover_one_white_widget.cover_all .left_top_box .logo_img,
.cover_one_white_widget.cover_all .right_top_box .logo_img,
.cover_one_white_widget.cover_all .left_top .logo_img,
.cover_one_white_widget.cover_all .right_top .logo_img,
.cover_one_white_widget.cover_all .left_center .logo_img,
.cover_one_white_widget.cover_all .left_bottom .logo_img,
.cover_one_white_widget.cover_all .center_top .logo_img,
.cover_one_white_widget.cover_all .center_center .logo_img,
.cover_one_white_widget.cover_all .center_bottom .logo_img,
.cover_one_white_widget.cover_all .right_center .logo_img,
.cover_one_white_widget.cover_all .right_bottom .logo_img {
    height: 40px;
    margin-bottom: 10px;
    width: 450px
}

.cover_one_white_widget.cover_all .left_top_box .first_line,
.cover_one_white_widget.cover_all .right_top_box .first_line,
.cover_one_white_widget.cover_all .left_top .first_line,
.cover_one_white_widget.cover_all .right_top .first_line,
.cover_one_white_widget.cover_all .left_center .first_line,
.cover_one_white_widget.cover_all .left_bottom .first_line,
.cover_one_white_widget.cover_all .center_top .first_line,
.cover_one_white_widget.cover_all .center_center .first_line,
.cover_one_white_widget.cover_all .center_bottom .first_line,
.cover_one_white_widget.cover_all .right_center .first_line,
.cover_one_white_widget.cover_all .right_bottom .first_line {
    width: 450px;
    line-height: 53px;
    margin-bottom: 10px;
    font-size: 44px;
    font-weight: 300;
    color: #000;
    font-family: HtigerCHS-Light, HtigerCHS
}

.cover_one_white_widget.cover_all .left_top_box .middle_line,
.cover_one_white_widget.cover_all .right_top_box .middle_line,
.cover_one_white_widget.cover_all .left_top .middle_line,
.cover_one_white_widget.cover_all .right_top .middle_line,
.cover_one_white_widget.cover_all .left_center .middle_line,
.cover_one_white_widget.cover_all .left_bottom .middle_line,
.cover_one_white_widget.cover_all .center_top .middle_line,
.cover_one_white_widget.cover_all .center_center .middle_line,
.cover_one_white_widget.cover_all .center_bottom .middle_line,
.cover_one_white_widget.cover_all .right_center .middle_line,
.cover_one_white_widget.cover_all .right_bottom .middle_line {
    font-size: 24px;
    color: #333;
    font-family: HtigerCHS-Light, HtigerCHS
}

.cover_one_white_widget.cover_all .left_top_box .second_line,
.cover_one_white_widget.cover_all .right_top_box .second_line,
.cover_one_white_widget.cover_all .left_top .second_line,
.cover_one_white_widget.cover_all .right_top .second_line,
.cover_one_white_widget.cover_all .left_center .second_line,
.cover_one_white_widget.cover_all .left_bottom .second_line,
.cover_one_white_widget.cover_all .center_top .second_line,
.cover_one_white_widget.cover_all .center_center .second_line,
.cover_one_white_widget.cover_all .center_bottom .second_line,
.cover_one_white_widget.cover_all .right_center .second_line,
.cover_one_white_widget.cover_all .right_bottom .second_line {
    width: 450px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #555;
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS
}

.cover_one_white_widget.cover_all .left_top_box .btn_item,
.cover_one_white_widget.cover_all .right_top_box .btn_item,
.cover_one_white_widget.cover_all .left_top .btn_item,
.cover_one_white_widget.cover_all .right_top .btn_item,
.cover_one_white_widget.cover_all .left_center .btn_item,
.cover_one_white_widget.cover_all .left_bottom .btn_item,
.cover_one_white_widget.cover_all .center_top .btn_item,
.cover_one_white_widget.cover_all .center_center .btn_item,
.cover_one_white_widget.cover_all .center_bottom .btn_item,
.cover_one_white_widget.cover_all .right_center .btn_item,
.cover_one_white_widget.cover_all .right_bottom .btn_item {
    height: 42px;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    color: #333;
    position: relative;
    z-index: 2
}

.cover_one_white_widget.cover_all .right_top_box {
    right: 0
}

.cover_one_white_widget.cover_all .Arrow_picture {
    width: 28px;
    height: 28px;
    border-radius: 20px;
    background: #333;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
    margin-top: 7px
}

.cover_one_white_widget.cover_all .Arrow_picture .Arrow_picture_icon {
    width: 20px;
    height: 20px;
    margin-top: 3px
}

.cover_one_white_widget.cover_all .item_text {
    height: 34px;
    line-height: 34px;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top;
    font-size: 28px
}

.cover_one_white_widget.cover_all .btn_item:hover .Arrow_picture_icon {
    animation-name: CoverOneWhiteFromLeftToRight;
    animation-duration: .3s;
    animation-timing-function: linear
}

.cover_one_white_widget.cover_all.white .first_line,
.cover_one_white_widget.cover_all.white .middle_line,
.cover_one_white_widget.cover_all.white .second_line,
.cover_one_white_widget.cover_all.white .btn_item {
    color: #ebebeb !important
}

.cover_one_white_widget.cover_all.white .Arrow_picture {
    background: #fff !important
}

.cover_one_white_widget.cover_all.white .video_boxs .video_play {
    background: #333;
    color: #fff
}

.cover_one_white_widget.cover_all.white .video_boxs .video_play:before {
    color: #fff
}

.cover_one_white_widget.cover_all.white .video_boxs {
    border: 1px solid #333
}

.cover_one_white_widget.cover_all.white .video_boxs .video_info .video_title {
    color: #fff
}

.cover_one_white_widget.cover_all.white .video_boxs .video_info {
    background: #000
}

.cover_one_white_widget.cover_all .video_boxs {
    border: 1px solid #ebebeb;
    padding: 0;
    width: 355px;
    height: 96px;
    margin-bottom: 10px
}

.cover_one_white_widget.cover_all .video_boxs .video_play {
    float: left;
    background: #ebebeb;
    text-align: center;
    vertical-align: middle;
    width: 96px;
    height: 96px;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.cover_one_white_widget.cover_all .video_boxs .video_play:before {
    content: "\f101";
    font-family: VideoJS;
    display: block;
    font-size: 3em;
    color: #000;
    line-height: 25px
}

.cover_one_white_widget.cover_all .video_boxs .video_info {
    float: left;
    font-size: 16px;
    width: calc(100% - 96px);
    padding: 10px;
    height: 96px;
    background: #fcfcfc
}

.cover_one_white_widget.cover_all .video_boxs .video_info .video_title {
    color: #333;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.cover_one_white_widget.cover_all .video_boxs .video_info .video_time {
    color: #999
}

.cover_one_white_widget.cover_all .bg-video ::-webkit-media-controls {
    display: none !important
}

.cover_one_white_widget.cover_all .bg-video .video-js .vjs-control-bar {
    display: none !important
}

.col-lg-12.col-md-12 {
    min-height: 100%
}

@keyframes CoverOneWhiteFromLeftToRight {
    from {
        transform: translate(0)
    }

    50% {
        transform: translate(28px)
    }

    51% {
        transform: translate(-28px)
    }

    to {
        transform: translate(0)
    }
}

.cover_two_all_widget.cover_all {
    position: relative
}

.cover_two_all_widget.cover_all .two_left {
    float: left;
    width: 50%;
    position: relative
}

.cover_two_all_widget.cover_all .two_right {
    float: right;
    width: 50%;
    position: relative
}

.cover_two_all_widget.cover_all .sv.video_boxs {
    width: 100%;
    height: 100%;
    border: 0 !important;
    margin-bottom: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0
}

.cover_two_all_widget.cover_all .sv.video_boxs:before {
    content: " ";
    display: block;
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san.svg);
    background-size: 35px;
    background-position: center 32px;
    background-repeat: no-repeat;
    z-index: 1
}

.cover_two_all_widget.cover_all .background_img {
    width: 100%
}

.cover_two_all_widget.cover_all .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: flex;
    height: 100%
}

.cover_two_all_widget.cover_all .container.left_top,
.cover_two_all_widget.cover_all .container.right_top {
    padding-top: 60px
}

.cover_two_all_widget.cover_all .container.left_top.video_boxs,
.cover_two_all_widget.cover_all .container.right_top.video_boxs {
    width: 1200px;
    height: 100%;
    border: 0;
    margin-bottom: 0;
    cursor: pointer
}

.cover_two_all_widget.cover_all .container.left_top.video_boxs:before,
.cover_two_all_widget.cover_all .container.right_top.video_boxs:before {
    content: " ";
    display: block;
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san.svg);
    background-size: 35px;
    background-position: center 32px;
    background-repeat: no-repeat
}

.cover_two_all_widget.cover_all .container.left_center {
    justify-content: left;
    align-items: center
}

.cover_two_all_widget.cover_all .container.left_bottom {
    justify-content: left;
    align-items: flex-end;
    padding-bottom: 50px
}

.cover_two_all_widget.cover_all .container.center_top {
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px
}

.cover_two_all_widget.cover_all .container.center_center {
    justify-content: center;
    align-items: center
}

.cover_two_all_widget.cover_all .container.center_bottom {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 50px
}

.cover_two_all_widget.cover_all .container.right_top {
    justify-content: flex-end;
    align-items: flex-start
}

.cover_two_all_widget.cover_all .container.right_center {
    justify-content: flex-end;
    align-items: center
}

.cover_two_all_widget.cover_all .container.right_bottom {
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 50px
}

.cover_two_all_widget.cover_all .container&gt;div {
    width: 450px
}

.cover_two_all_widget.cover_all .left_top_box,
.cover_two_all_widget.cover_all .right_top_box,
.cover_two_all_widget.cover_all .left_top,
.cover_two_all_widget.cover_all .right_top,
.cover_two_all_widget.cover_all .left_center,
.cover_two_all_widget.cover_all .left_bottom,
.cover_two_all_widget.cover_all .center_top,
.cover_two_all_widget.cover_all .center_center,
.cover_two_all_widget.cover_all .center_bottom,
.cover_two_all_widget.cover_all .right_center,
.cover_two_all_widget.cover_all .right_bottom {
    position: absolute;
    top: 0;
    padding-top: 60px;
    padding-left: 60px
}

.cover_two_all_widget.cover_all .left_top_box .logo_img,
.cover_two_all_widget.cover_all .right_top_box .logo_img,
.cover_two_all_widget.cover_all .left_top .logo_img,
.cover_two_all_widget.cover_all .right_top .logo_img,
.cover_two_all_widget.cover_all .left_center .logo_img,
.cover_two_all_widget.cover_all .left_bottom .logo_img,
.cover_two_all_widget.cover_all .center_top .logo_img,
.cover_two_all_widget.cover_all .center_center .logo_img,
.cover_two_all_widget.cover_all .center_bottom .logo_img,
.cover_two_all_widget.cover_all .right_center .logo_img,
.cover_two_all_widget.cover_all .right_bottom .logo_img {
    height: 40px;
    margin-bottom: 10px;
    width: 450px
}

.cover_two_all_widget.cover_all .left_top_box .first_line,
.cover_two_all_widget.cover_all .right_top_box .first_line,
.cover_two_all_widget.cover_all .left_top .first_line,
.cover_two_all_widget.cover_all .right_top .first_line,
.cover_two_all_widget.cover_all .left_center .first_line,
.cover_two_all_widget.cover_all .left_bottom .first_line,
.cover_two_all_widget.cover_all .center_top .first_line,
.cover_two_all_widget.cover_all .center_center .first_line,
.cover_two_all_widget.cover_all .center_bottom .first_line,
.cover_two_all_widget.cover_all .right_center .first_line,
.cover_two_all_widget.cover_all .right_bottom .first_line {
    width: 450px;
    line-height: 53px;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 300;
    color: #000;
    font-family: HtigerCHS-Light, HtigerCHS
}

.cover_two_all_widget.cover_all .left_top_box .middle_line,
.cover_two_all_widget.cover_all .right_top_box .middle_line,
.cover_two_all_widget.cover_all .left_top .middle_line,
.cover_two_all_widget.cover_all .right_top .middle_line,
.cover_two_all_widget.cover_all .left_center .middle_line,
.cover_two_all_widget.cover_all .left_bottom .middle_line,
.cover_two_all_widget.cover_all .center_top .middle_line,
.cover_two_all_widget.cover_all .center_center .middle_line,
.cover_two_all_widget.cover_all .center_bottom .middle_line,
.cover_two_all_widget.cover_all .right_center .middle_line,
.cover_two_all_widget.cover_all .right_bottom .middle_line {
    font-size: 24px;
    color: #333;
    font-family: HtigerCHS-Light, HtigerCHS
}

.cover_two_all_widget.cover_all .left_top_box .second_line,
.cover_two_all_widget.cover_all .right_top_box .second_line,
.cover_two_all_widget.cover_all .left_top .second_line,
.cover_two_all_widget.cover_all .right_top .second_line,
.cover_two_all_widget.cover_all .left_center .second_line,
.cover_two_all_widget.cover_all .left_bottom .second_line,
.cover_two_all_widget.cover_all .center_top .second_line,
.cover_two_all_widget.cover_all .center_center .second_line,
.cover_two_all_widget.cover_all .center_bottom .second_line,
.cover_two_all_widget.cover_all .right_center .second_line,
.cover_two_all_widget.cover_all .right_bottom .second_line {
    width: 450px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #555;
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS
}

.cover_two_all_widget.cover_all .left_top_box .btn_item,
.cover_two_all_widget.cover_all .right_top_box .btn_item,
.cover_two_all_widget.cover_all .left_top .btn_item,
.cover_two_all_widget.cover_all .right_top .btn_item,
.cover_two_all_widget.cover_all .left_center .btn_item,
.cover_two_all_widget.cover_all .left_bottom .btn_item,
.cover_two_all_widget.cover_all .center_top .btn_item,
.cover_two_all_widget.cover_all .center_center .btn_item,
.cover_two_all_widget.cover_all .center_bottom .btn_item,
.cover_two_all_widget.cover_all .right_center .btn_item,
.cover_two_all_widget.cover_all .right_bottom .btn_item {
    height: 42px;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    color: #333;
    position: relative;
    z-index: 2
}

.cover_two_all_widget.cover_all .right_top_box {
    right: 0
}

.cover_two_all_widget.cover_all .Arrow_picture {
    width: 28px;
    height: 28px;
    border-radius: 20px;
    background: #333;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
    margin-top: 7px
}

.cover_two_all_widget.cover_all .Arrow_picture .Arrow_picture_icon {
    width: 20px;
    height: 20px;
    margin-top: 3px
}

.cover_two_all_widget.cover_all .item_text {
    height: 34px;
    line-height: 34px;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top;
    font-size: 28px
}

.cover_two_all_widget.cover_all .btn_item:hover .Arrow_picture_icon {
    animation-name: CoverOneWhiteFromLeftToRight;
    animation-duration: .3s;
    animation-timing-function: linear
}

.cover_two_all_widget.cover_all .white .first_line,
.cover_two_all_widget.cover_all .white .middle_line,
.cover_two_all_widget.cover_all .white .second_line,
.cover_two_all_widget.cover_all .white .btn_item {
    color: #ebebeb !important
}

.cover_two_all_widget.cover_all .white .Arrow_picture {
    background: #fff !important
}

.cover_two_all_widget.cover_all .white .video_boxs .video_play {
    background: #333;
    color: #fff
}

.cover_two_all_widget.cover_all .white .video_boxs .video_play:before {
    color: #fff
}

.cover_two_all_widget.cover_all .white .video_boxs {
    border: 1px solid #333
}

.cover_two_all_widget.cover_all .white .video_boxs .video_info .video_title {
    color: #fff
}

.cover_two_all_widget.cover_all .white .video_boxs .video_info {
    background: #000
}

.cover_two_all_widget.cover_all .video_boxs {
    border: 1px solid #ebebeb;
    padding: 0;
    width: 355px;
    height: 96px;
    margin-bottom: 10px
}

.cover_two_all_widget.cover_all .video_boxs .video_play {
    float: left;
    background: #ebebeb;
    text-align: center;
    vertical-align: middle;
    width: 96px;
    height: 96px;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.cover_two_all_widget.cover_all .video_boxs .video_play:before {
    content: "\f101";
    font-family: VideoJS;
    display: block;
    font-size: 3em;
    color: #000;
    line-height: 25px
}

.cover_two_all_widget.cover_all .video_boxs .video_info {
    float: left;
    font-size: 16px;
    width: calc(100% - 96px);
    padding: 10px;
    height: 96px;
    background: #fcfcfc
}

.cover_two_all_widget.cover_all .video_boxs .video_info .video_title {
    color: #333;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.cover_two_all_widget.cover_all .video_boxs .video_info .video_time {
    color: #999
}

.cover_two_all_widget.cover_all .bg-video ::-webkit-media-controls {
    display: none !important
}

.cover_two_all_widget.cover_all .bg-video .video-js .vjs-control-bar {
    display: none !important
}

@keyframes CoverOneWhiteFromLeftToRight {
    from {
        transform: translate(0)
    }

    50% {
        transform: translate(28px)
    }

    51% {
        transform: translate(-28px)
    }

    to {
        transform: translate(0)
    }
}

.cover_column_two_widget {
    width: 100%;
    background-color: #fff;
    color: #000
}

.cover_column_two_widget .content {
    margin: 0 auto
}

.cover_column_two_widget .content .ico-video.video_boxs {
    width: 100%;
    height: 100%;
    border: 0;
    margin-bottom: 0;
    cursor: pointer;
    position: relative
}

.cover_column_two_widget .content .ico-video.video_boxs:before {
    content: "éŽ¾î…Ÿæ–";
    display: block;
    width: 101px;
    height: 44px;
    color: #000;
    background-color: #ebebeb;
    border-radius: 0;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san3.svg);
    background-size: 15px 20px;
    background-position: 15px center;
    background-repeat: no-repeat;
    line-height: 45px;
    padding-left: 44px
}

.cover_column_two_widget .content .all_items {
    width: 100%
}

.cover_column_two_widget .content .all_items .item {
    width: calc(50% - 16px);
    float: left;
    margin-right: 32px;
    box-sizing: border-box;
    margin-bottom: 48px
}

.cover_column_two_widget .content .all_items .item:nth-child(2n) {
    margin-right: 0
}

.cover_column_two_widget .content .all_items .item img {
    border: 1px solid #ededed
}

.cover_column_two_widget .content .all_items .item img:nth-child(1) {
    width: 100%;
    display: block
}

.cover_column_two_widget .content .all_items .item img:nth-child(2) {
    height: 22px;
    display: block
}

.cover_column_two_widget .content .all_items .item .small_title {
    line-height: 18px;
    letter-spacing: -.02em;
    font-weight: 200;
    margin-top: 23px;
    font-family: HtigerCHS-Medium, HtigerCHS
}

.cover_column_two_widget .content .all_items .item .describe {
    letter-spacing: -.01em;
    line-height: 20px;
    margin-top: 12px;
    font-weight: 400;
    font-family: HtigerCHS-Book, HtigerCHS
}

.cover_column_two_widget .content .all_items .item .padding {
    padding: 40px
}

.cover_column_two_widget .content .all_items .item .btn_item {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-size: 18px;
    letter-spacing: -.01em;
    margin-top: 30px
}

.cover_column_two_widget .content .all_items .item .buy_href {
    font-size: 28px;
    letter-spacing: -.02em;
    color: #000;
    text-decoration: none;
    height: 42px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-family: HtigerCHS-Book, HtigerCHS
}

.cover_column_two_widget .content .all_items .item .buy_href:hover .right_arr {
    animation-name: CoverThreeWhiteFromLeftToRight;
    animation-duration: .3s;
    animation-timing-function: linear
}

.cover_column_two_widget .content .all_items .item .buy_href span:nth-child(1) {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 10px;
    padding-left: 3px;
    padding-top: 3px;
    overflow: hidden
}

.cover_column_two_widget .content .all_items .item .buy_href .right_arr {
    width: 22px
}

.cover_column_two_widget .content .all_items .border {
    border: 1px solid #d5d5d5
}

.cover_column_two_widget .content .all_items .border .small_title {
    line-height: 24px;
    letter-spacing: -.02em;
    margin-top: 0;
    font-weight: 200;
    font-family: HtigerCHS-Medium, HtigerCHS
}

.cover_column_two_widget .content .all_items .border .describe {
    letter-spacing: -.01em;
    line-height: 20px;
    margin-top: 20px;
    font-weight: 400;
    font-family: HtigerCHS-Book, HtigerCHS
}

.cover_column_two_widget .content .clearfix {
    *zoom: 1
}

.cover_column_two_widget .content .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.accessory .content .all_items .item .padding {
    padding-top: 30px
}

.accessory .content .all_items .item .small_title {
    margin-top: 0
}

.accessory .content .all_items .item .describe {
    margin-top: 10px
}

.guide-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9999
}

.guide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    text-align: center
}

.guide-overlay-hidden {
    display: none !important
}

#guide-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center
}

.guide-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    width: 85%;
    max-width: 400px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    text-align: center;
    font-size: 16px
}

.guide-box ol {
    text-align: left
}

.download-wechat-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    background: #000;
    opacity: 85%
}

.wechat-mini-program .header-container,
.wechat-mini-program .notice-wrapper,
.wechat-mini-program .page-footer {
    display: none !important
}

@media (max-width:991px) {
    .cover_column_two_widget .content .ico-video.video_boxs:before {
        content: " ";
        display: block;
        width: 20px;
        height: 20px;
        background-color: #ebebeb;
        border-radius: 0;
        position: absolute;
        bottom: 7px;
        left: 9px;
        background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san1.svg);
        background-size: 8px 10px;
        background-position: 6px center;
        background-repeat: no-repeat;
        padding-left: 0
    }

    .cover_column_two_widget .content .all_items .item {
        margin-bottom: 30px
    }

    .cover_column_two_widget .content .all_items .item .padding {
        padding: 20px
    }

    .cover_column_two_widget .content .all_items .border .small_title {
        letter-spacing: -.01em;
        line-height: 20px
    }

    .cover_column_two_widget .content .all_items .border .describe {
        margin-top: 11px
    }

    .cover_column_two_widget .content .all_items .border .btn_item {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        margin-top: 20px
    }

    .cover_column_two_widget .content .all_items .column_mb_one {
        width: 100%
    }

    .cover_column_two_widget .content .all_items .column_mb_two {
        width: calc(50% - 6px);
        margin-right: 0
    }

    .cover_column_two_widget .content .all_items .column_mb_two:nth-child(2n - 1) {
        margin-right: 12px
    }
}

@keyframes CoverThreeWhiteFromLeftToRight {
    from {
        transform: translate(0)
    }

    50% {
        transform: translate(28px)
    }

    51% {
        transform: translate(-28px)
    }

    to {
        transform: translate(0)
    }
}

.cover_column_three_widget {
    width: 100%;
    background-color: #fff;
    color: #000
}

.cover_column_three_widget .content {
    margin: 0 auto
}

.cover_column_three_widget .content .ico-video.video_boxs {
    width: 100%;
    height: 100%;
    border: 0;
    margin-bottom: 0;
    cursor: pointer;
    position: relative
}

.cover_column_three_widget .content .ico-video.video_boxs:before {
    content: "éŽ¾î…Ÿæ–";
    display: block;
    width: 101px;
    height: 44px;
    color: #000;
    background-color: #ebebeb;
    border-radius: 0;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san3.svg);
    background-size: 15px 20px;
    background-position: 15px center;
    background-repeat: no-repeat;
    line-height: 45px;
    padding-left: 44px
}

.cover_column_three_widget .content .all_items {
    width: 100%
}

.cover_column_three_widget .content .all_items .item {
    width: calc(33.3% - 21.33px);
    float: left;
    margin-right: 32px;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    margin-bottom: 32px
}

.cover_column_three_widget .content .all_items .item:nth-child(3n) {
    margin-right: 0
}

.cover_column_three_widget .content .all_items .item img {
    border: 1px solid #ededed
}

.cover_column_three_widget .content .all_items .item img:nth-child(1) {
    width: 100%;
    display: block
}

.cover_column_three_widget .content .all_items .item img:nth-child(2) {
    height: 22px;
    display: block
}

.cover_column_three_widget .content .all_items .item .small_title {
    line-height: 24px;
    letter-spacing: -.01em;
    margin-top: 25px;
    padding: 0 20px;
    font-weight: 200;
    font-family: HtigerCHS-Medium, HtigerCHS
}

.cover_column_three_widget .content .all_items .item .describe {
    letter-spacing: -.01em;
    line-height: 25px;
    margin-top: 15px;
    font-weight: 400;
    font-family: HtigerCHS-Book, HtigerCHS;
    padding: 0 20px
}

.cover_column_three_widget .content .all_items .item .btn_item {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-size: 18px;
    letter-spacing: -.01em;
    margin-top: 30px
}

.cover_column_three_widget .content .all_items .item .buy_href {
    font-size: 28px;
    letter-spacing: -.02em;
    color: #000;
    text-decoration: none;
    height: 42px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-family: HtigerCHS-Book, HtigerCHS
}

.cover_column_three_widget .content .all_items .item .buy_href:hover .right_arr {
    animation-name: CoverThreeWhiteFromLeftToRight;
    animation-duration: .3s;
    animation-timing-function: linear
}

.cover_column_three_widget .content .all_items .item .buy_href span:nth-child(1) {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 10px;
    padding-left: 3px;
    padding-top: 3px;
    overflow: hidden
}

.cover_column_three_widget .content .all_items .item .buy_href .right_arr {
    width: 22px
}

.cover_column_three_widget .content .clearfix {
    *zoom: 1
}

.cover_column_three_widget .content .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

@media (max-width:991px) {
    .cover_column_three_widget .content .ico-video.video_boxs:before {
        content: " ";
        display: block;
        width: 20px;
        height: 20px;
        background-color: #ebebeb;
        border-radius: 0;
        position: absolute;
        bottom: 7px;
        left: 9px;
        background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san1.svg);
        background-size: 8px 10px;
        background-position: 6px center;
        background-repeat: no-repeat;
        padding-left: 0
    }

    .cover_column_three_widget .content .all_items .item {
        margin-bottom: 30px
    }

    .cover_column_three_widget .content .all_items .item .small_title {
        letter-spacing: -.02em;
        line-height: 20px;
        margin-top: 20px
    }

    .cover_column_three_widget .content .all_items .item .describe {
        margin-top: 10px
    }

    .cover_column_three_widget .content .all_items .item .btn_item {
        height: 49px;
        line-height: 49px;
        font-size: 18px;
        margin-top: 25px
    }

    .cover_column_three_widget .content .all_items .column_mb_one {
        width: 100%
    }

    .cover_column_three_widget .content .all_items .column_mb_two {
        width: calc(50% - 6px);
        margin-right: 0
    }

    .cover_column_three_widget .content .all_items .column_mb_two:nth-child(2n - 1) {
        margin-right: 12px
    }
}

@keyframes CoverThreeWhiteFromLeftToRight {
    from {
        transform: translate(0)
    }

    50% {
        transform: translate(28px)
    }

    51% {
        transform: translate(-28px)
    }

    to {
        transform: translate(0)
    }
}

.cover_accessoryCard_widget {
    width: 100%;
    background-color: #fff;
    color: #000
}

.cover_accessoryCard_widget .content {
    margin: 0 auto;
    padding-bottom: 43px
}

.cover_accessoryCard_widget .content .all_items {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.cover_accessoryCard_widget .content .all_items .more-hide {
    display: none;
    flex-wrap: wrap;
    width: 100%
}

.cover_accessoryCard_widget .content .all_items .more-hide.fx {
    display: flex
}

.cover_accessoryCard_widget .content .all_items .item {
    box-sizing: border-box;
    margin-bottom: 32px;
    border: 1px solid #d5d5d5;
    position: relative
}

.cover_accessoryCard_widget .content .all_items .item .ico-video.video_boxs {
    border: 0;
    margin-bottom: 0;
    cursor: pointer;
    position: relative
}

.cover_accessoryCard_widget .content .all_items .item .ico-video.video_boxs:before {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san2.svg);
    background-size: 16px 25px;
    background-position: 25px center;
    background-repeat: no-repeat
}

.cover_accessoryCard_widget .content .all_items .item img {
    width: 100%;
    border-bottom: 1px solid #d5d5d5
}

.cover_accessoryCard_widget .content .all_items .item .small_title {
    padding: 0 20px;
    line-height: 28px;
    font-size: 20px;
    letter-spacing: -.01em;
    font-weight: 200;
    margin-top: 25px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    margin-bottom: 235px;
    color: #333;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.cover_accessoryCard_widget .content .all_items .item .small_title a {
    color: #333
}

.cover_accessoryCard_widget .content .all_items .item .acc_bottom {
    position: absolute;
    bottom: 0;
    width: 100%
}

.cover_accessoryCard_widget .content .all_items .item .describe {
    height: 72px;
    margin-bottom: 0;
    padding: 0 20px;
    font-size: 16px;
    letter-spacing: -.01em;
    line-height: 25px;
    font-weight: 400;
    font-family: HtigerCHS-Book, HtigerCHS;
    overflow: hidden;
    width: 100%;
    color: #666
}

.cover_accessoryCard_widget .content .all_items .item .describe.new_short p {
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.cover_accessoryCard_widget .content .all_items .item .describe.new_short p:not(.list-sytle-none):before {
    content: ' ';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #666;
    vertical-align: middle;
    border-radius: 100%;
    margin-right: 10px
}

.cover_accessoryCard_widget .content .all_items .item .describe.new_short .list-sytle-none p:before {
    display: none
}

.cover_accessoryCard_widget .content .all_items .item .describe p {
    margin: 0
}

.cover_accessoryCard_widget .content .all_items .item .btn_box {
    display: flex
}

.cover_accessoryCard_widget .content .all_items .item a.btn_item {
    background: #333;
    color: #fff
}

.cover_accessoryCard_widget .content .all_items .item .btn_item {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 50%;
    text-decoration: none;
    text-align: center;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-size: 18px;
    letter-spacing: -.01em;
    margin-top: 25px;
    background-color: #79b928;
    color: #000
}

.cover_accessoryCard_widget .content .all_items .item .btn_item.accessory {
    width: 100%
}

.cover_accessoryCard_widget .content .all_items .item .btn_item.unavailable {
    background-color: #ebebeb;
    color: #999
}

.cover_accessoryCard_widget .content .all_items .column_one {
    width: 100%
}

.cover_accessoryCard_widget .content .all_items .column_two {
    width: calc(50% - 16px);
    margin-right: 32px;
    margin-bottom: 65px
}

.cover_accessoryCard_widget .content .all_items .column_two:nth-child(2n) {
    margin-right: 0
}

.cover_accessoryCard_widget .content .all_items .column_two .small_title {
    padding: 0 45px;
    line-height: 42x;
    font-size: 32px;
    letter-spacing: -.03em;
    margin-top: 30px;
    margin-bottom: 20px
}

.cover_accessoryCard_widget .content .all_items .column_two .describe {
    height: 78px;
    margin-bottom: 0;
    padding: 0 45px;
    font-size: 16px;
    letter-spacing: -.01em;
    line-height: 26px
}

.cover_accessoryCard_widget .content .all_items .column_two .btn_item {
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    letter-spacing: -.02em;
    margin-top: 45px
}

.cover_accessoryCard_widget .content .all_items .column_three {
    width: calc(33.33% - 21.3px);
    margin-right: 32px
}

.cover_accessoryCard_widget .content .all_items .column_three:nth-child(3n) {
    margin-right: 0
}

.cover_accessoryCard_widget .content .clearfix {
    *zoom: 1
}

.cover_accessoryCard_widget .content .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.d-marker {
    position: absolute;
    height: 28px;
    top: -1px;
    left: 23px;
    color: #fff;
    padding: 0;
    z-index: 4
}

.d-marker&gt;div {
    font-size: 14px;
    line-height: 28px;
    padding: 0 18px;
    letter-spacing: -.02em;
    background-color: #06c;
    color: #fff;
    left: 0;
    top: 0;
    white-space: nowrap;
    display: inline-block;
    margin-right: 5px
}

.d-marker&gt;div.black {
    background-color: #333
}

.d-marker&gt;div.green {
    background-color: #79b928
}

.d-marker&gt;div.blue {
    background-color: #06c
}

.d-marker&gt;div.yellow {
    background-color: #fc0
}

.d-marker&gt;div.red {
    background-color: #dd4157
}

.d-marker&gt;div.purple {
    background-color: #c4398d
}

.price-section {
    padding: 30px 20px 0;
    font-size: 30px;
    line-height: normal
}

.price-section.advance .price {
    color: #06c
}

.price-section .price {
    font-family: 'HtigerFutura-Heavy';
    color: #333;
    padding-right: 5px
}

.price-section .sale-price {
    font-family: "HtigerCHS-Medium";
    display: inline-block;
    text-decoration: line-through;
    color: #999;
    font-size: 16px
}

.price-section .retail-price {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-family: HtigerCHS-Book, HtigerCHS;
    color: #666;
    margin: 0 0 5px
}

.view-section {
    padding: 18px 0 32px;
    width: 100%;
    clear: both
}

.view-section .view-more-text {
    border-top: 1px solid #ececec;
    padding: 30px 34px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    color: #333;
    line-height: normal;
    cursor: pointer
}

.view-section .view-more-text:after {
    content: "\e6eb";
    display: block;
    font-family: "iconfont";
    font-size: 20px
}

.view-section .view-more-text.on:after {
    transform: rotate(180deg)
}

@media (max-width:991px) {
    .cover_accessoryCard_widget {
        padding: 0 25px 18px
    }

    .cover_accessoryCard_widget .content {
        padding-bottom: 0
    }

    .cover_accessoryCard_widget .content .all_items {
        display: block
    }

    .cover_accessoryCard_widget .content .all_items .more-hide.fx {
        display: block
    }

    .cover_accessoryCard_widget .content .all_items .item .small_title {
        padding: 0 10px;
        margin-top: 15px;
        font-size: 16px;
        letter-spacing: -.01em;
        line-height: 20px;
        margin-bottom: 8px
    }

    .cover_accessoryCard_widget .content .all_items .item .acc_bottom {
        position: static
    }

    .cover_accessoryCard_widget .content .all_items .item .describe {
        height: auto;
        padding: 0 10px;
        font-size: 12px;
        line-height: 18px
    }

    .cover_accessoryCard_widget .content .all_items .item .describe.new_short p:not(.list-sytle-none):before {
        width: 4px;
        height: 4px
    }

    .cover_accessoryCard_widget .content .all_items .item .btn_item {
        font-size: 12px;
        margin-top: 25px;
        height: 40px;
        line-height: 40px
    }

    .cover_accessoryCard_widget .content .all_items .column_mb_one {
        width: 100%
    }

    .cover_accessoryCard_widget .content .all_items .column_mb_one .small_title {
        padding: 0 20px;
        line-height: normal;
        font-size: 18px;
        letter-spacing: -.02em;
        margin-top: 20px;
        margin-bottom: 8px;
        color: #333
    }

    .cover_accessoryCard_widget .content .all_items .column_mb_one .describe {
        height: auto;
        margin-bottom: 0;
        padding: 0 20px;
        font-size: 14px;
        letter-spacing: -.01em;
        line-height: 24px;
        color: #666
    }

    .cover_accessoryCard_widget .content .all_items .column_mb_one .btn_item {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        letter-spacing: -.02em;
        margin-top: 20px
    }

    .cover_accessoryCard_widget .content .price-section {
        font-size: 28px
    }

    .cover_accessoryCard_widget .content .price-section .sale-price {
        font-size: 14px
    }

    .cover_accessoryCard_widget .content .price-section .retail-price {
        font-size: 12px;
        margin: 0 0 2px
    }

    .d-marker {
        left: 20px
    }

    .price-section {
        padding: 20px 20px 0
    }

    .view-section {
        padding: 0
    }

    .view-section .view-more-text {
        font-size: 18px;
        border-top: 1px solid #d5d5d5;
        padding: 20px 0 32px
    }
}

.applicable_model_widget {
    padding-top: 65px;
    padding-bottom: 65px;
    border-top: 1px solid #ededed
}

.applicable_model_widget .container {
    padding-left: 0;
    padding-right: 0
}

.applicable_model_widget .model_title {
    display: flex;
    align-items: center;
    font-family: HtigerCHS-Book, HtigerCHS;
    letter-spacing: -.03em;
    line-height: 34px;
    cursor: pointer
}

.applicable_model_widget .model_title span {
    font-size: 20.87px;
    letter-spacing: -.02em;
    font-family: "iconfont";
    font-weight: 700
}

.applicable_model_widget .model_title .text {
    display: inline-block;
    width: calc(100% - 40px);
    margin-right: 24px;
    margin-bottom: 0
}

.applicable_model_widget .model_title .down:before {
    content: "\e6eb";
    display: inline-block
}

.applicable_model_widget .model_title .up:before {
    content: "\e6ea";
    display: inline-block
}

.applicable_model_widget .model_content {
    margin-top: 40px;
    border-top: 1px solid #ededed;
    padding-top: 30px;
    display: none
}

.applicable_model_widget .model_content p {
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 20px;
    margin-bottom: 25px
}

.applicable_model_widget .model_content p span {
    text-overflow: ellipsis
}

.applicable_model_widget .model_content p span:first-child {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 10px
}

.applicable_model_widget .model_content p:last-child {
    margin-bottom: 0
}

@media (max-width:991px) {
    .applicable_model_widget {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .applicable_model_widget .container {
        padding-left: 25px !important;
        padding-right: 25px !important
    }

    .applicable_model_widget .model_title {
        line-height: 26px
    }

    .applicable_model_widget .model_title span {
        font-size: 13.91px;
        letter-spacing: -.01em;
        font-family: "iconfont";
        font-weight: 700
    }

    .applicable_model_widget .model_content {
        margin-top: 30px;
        padding-top: 25px
    }

    .applicable_model_widget .model_content p {
        display: flex;
        line-height: 25px;
        margin-bottom: 20px
    }
}

.cover_testimonial_widget {
    padding: 65px 0
}

.cover_testimonial_widget .testimonial_title {
    line-height: 51px;
    font-family: HtigerCHS-Light, HtigerCHS;
    letter-spacing: -.03em;
    font-size: 42px
}

.cover_testimonial_widget .testimonial_desc {
    line-height: 42px;
    font-family: HtigerCHS-Light, HtigerCHS;
    letter-spacing: -.03em;
    font-size: 34px;
    margin-top: 21px
}

.cover_testimonial_widget .testimonial_line {
    margin-top: 35px;
    margin-bottom: 35px;
    width: 100px;
    height: 1px
}

.cover_testimonial_widget .testimonial_name {
    line-height: 32px;
    font-family: HtigerCHS-Book, HtigerCHS;
    letter-spacing: -.02em;
    font-size: 24px;
    margin-bottom: 10px
}

.cover_testimonial_widget .testimonial_job {
    line-height: 22px;
    font-family: HtigerCHS-Book, HtigerCHS;
    letter-spacing: -.01em;
    font-size: 18px
}

@media (max-width:991px) {
    .cover_testimonial_wid1et {
        padding: 65px 25px
    }

    .cover_testimonial_wid1et .testimonial_title {
        line-height: 32px;
        font-family: HtigerCHS-Light, HtigerCHS;
        letter-spacing: -.02em;
        font-size: 26px
    }

    .cover_testimonial_wid1et .testimonial_desc {
        line-height: 29px;
        font-family: HtigerCHS-Light, HtigerCHS;
        letter-spacing: -.02em;
        font-size: 24px;
        margin-top: 21px
    }

    .cover_testimonial_wid1et .testimonial_line {
        width: 75px
    }

    .cover_testimonial_wid1et .testimonial_name {
        line-height: 24px;
        font-family: HtigerCHS-Book, HtigerCHS;
        letter-spacing: -.02em;
        font-size: 20px;
        margin-bottom: 10px
    }

    .cover_testimonial_wid1et .testimonial_job {
        line-height: 22px;
        font-family: HtigerCHS-Book, HtigerCHS;
        letter-spacing: -.01em;
        font-size: 18px
    }
}

.colour_picker_widget {
    padding: 48px 78px;
    width: 100%;
    background-color: #fff;
    color: #000
}

.colour_picker_widget .container {
    display: flex;
    justify-content: space-between
}

.colour_picker_widget .mobile_header {
    display: none
}

.colour_picker_widget .left {
    display: flex;
    gap: 14px;
    width: 57.28%
}

.colour_picker_widget .left-one {
    width: 64.92%;
    position: relative;
    overflow: hidden;
    height: 540px;
    background-color: #f7f7f7
}

.colour_picker_widget .left-two {
    width: calc(35.08% - 14px)
}

.colour_picker_widget .right {
    margin-left: 32px;
    flex: 1
}

.colour_picker_widget .left img {
    width: 100%;
    height: auto
}

.colour_picker_widget .left-two {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.colour_picker_widget .middle-top,
.colour_picker_widget .middle-bottom {
    display: flex;
    align-items: center;
    width: 100%;
    height: 263px;
    background-color: #f7f7f7
}

.colour_picker_widget .left-two-top,
.colour_picker_widget .left-two-bottom {
    flex: 1
}

.colour_picker_widget .left-two-top img,
.colour_picker_widget .left-two-bottom img {
    width: 100%;
    height: auto
}

.colour_picker_widget .right .title {
    display: block;
    font-size: 42px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #333;
    line-height: 54.77px
}

.colour_picker_widget .right .description {
    display: block;
    font-size: 18px;
    color: #666;
    line-height: 30px
}

.colour_picker_widget .right .colour_picker_group .colour_picker_part_item {
    padding: 20px 0 28px;
    border-bottom: 1px solid #d9d9d9
}

.colour_picker_widget .right .colour_picker_group .colour_picker_part_item:last-child {
    border-bottom: 0
}

.colour_picker_widget .right .colour_picker_group .colour_picker_part_item_label {
    margin-bottom: 16px
}

.colour_picker_widget .right .colour_picker_group .colour_picker_part_item_label.required .colour_picker_part_item_name {
    color: red
}

.colour_picker_widget .right .colour_picker_group .colour_picker_part_item_label.required .colour_picker_part_item_color_name {
    color: red
}

.colour_picker_widget .right .colour_picker_group .colour_picker_part_item_label .colour_picker_part_item_name {
    font-size: 16px;
    color: #666;
    line-height: 28.64px
}

.colour_picker_widget .right .colour_picker_group .colour_picker_part_item_label .colour_picker_part_item_color_name {
    font-size: 16px;
    color: #333;
    margin-left: 4px;
    line-height: 28.64px
}

.colour_picker_widget .right .colour_picker_group ul.colour_picker_part_color {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    row-gap: 24px;
    column-gap: 16px
}

.colour_picker_widget .right .colour_picker_group ul.colour_picker_part_color .colour_picker_part_color_wrapper {
    height: 28px;
    width: 28px;
    cursor: pointer
}

.colour_picker_widget .right .colour_picker_group ul.colour_picker_part_color .colour_picker_part_color_item_border {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    border-radius: 50%
}

.colour_picker_widget .right .colour_picker_group ul.colour_picker_part_color .colour_picker_part_color_item_border.selected {
    border: 2px solid #333
}

.colour_picker_widget .right .colour_picker_group ul.colour_picker_part_color .colour_picker_part_color_item {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    position: relative
}

.colour_picker_widget .right .colour_picker_group ul.colour_picker_part_color .colour_picker_part_color_item img {
    display: flex
}

.colour_picker_widget .right .colour_picker_group ul.colour_picker_part_color .colour_picker_part_color_item .image_mark {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .1);
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    border-radius: 50%
}

.colour_picker_widget .play-btn-wrapper {
    position: absolute;
    display: flex;
    align-items: center;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    width: 120px;
    height: 30px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .6);
    justify-content: center;
    cursor: pointer
}

.colour_picker_widget .play-btn-wrapper .play-btn-icon {
    display: inline-block;
    height: 100%;
    line-height: 30px
}

.colour_picker_widget .play-btn-wrapper .play-btn-icon:before {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
    display: contents;
    content: "\f101";
    color: #fff;
    font-size: 26px
}

.colour_picker_widget .play-btn-wrapper .play-btn-text {
    font-size: 14px;
    line-height: 18.25px;
    color: #fff;
    margin-left: 11px
}

.colour_picker_widget .play-btn-wrapper:hover {
    background-color: #fff
}

.colour_picker_widget .play-btn-wrapper:hover .play-btn-icon:before {
    color: #000
}

.colour_picker_widget .play-btn-wrapper:hover .play-btn-text {
    color: #000
}

.colour_picker_widget .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7 !important
}

.colour_picker_widget .video-js .vjs-big-play-button {
    display: none !important
}

.colour_picker_widget .vjs-progress-control {
    background: 0 0;
    bottom: 54.8px;
    width: 100%
}

.colour_picker_widget .vjs-progress-control .vjs-progress-holder {
    position: absolute;
    height: 6px;
    width: 60.43%;
    bottom: 0;
    left: calc(13.62% + 70px);
    margin: 0;
    border-radius: 32px;
    background-color: #a3a3a3
}

.colour_picker_widget .vjs-progress-control .vjs-progress-holder .vjs-load-progress&gt;div {
    border-radius: 32px;
    background: #a3a3a3
}

.colour_picker_widget .vjs-progress-control .vjs-progress-holder .vjs-play-progress {
    border-radius: 32px;
    background: #a3a3a3
}

.colour_picker_widget .vjs-progress-control .vjs-progress-holder .vjs-play-progress:before {
    width: 24px;
    height: 24px;
    background-color: #555;
    color: #555;
    top: -9px;
    font-size: 0;
    border-radius: 50%
}

.colour_picker_widget .vjs-control-bar {
    display: block !important;
    background: 0 0;
    height: auto
}

.colour_picker_widget .vjs-play-control {
    position: absolute;
    background: #000;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    bottom: 37.8px;
    left: 13.62%
}

.colour_picker_widget .vjs-play-control .vjs-icon-placeholder:before {
    font-size: 26px !important;
    line-height: 42px !important;
    background: #000
}

.colour_picker_widget .vjs-play-control.vjs-playing {
    background: #fff
}

.colour_picker_widget .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
    background: #fff;
    color: #000
}

.colour_picker_widget .vjs-volume-panel {
    display: none
}

.colour_picker_widget .vjs-volume-panel {
    display: none
}

.colour_picker_widget .vjs-fullscreen-control {
    display: none
}

.colour_picker_widget .vjs-remaining-time {
    display: none
}

.colour_picker_widget .vjs-picture-in-picture-control {
    display: none
}

.colour_picker_widget .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
    content: "\f101"
}

.colour_picker_widget .vjs-mouse-display .vjs-time-tooltip {
    display: none !important
}

.colour_picker_widget .video-hidden {
    display: none
}

@media (max-width:991px) {
    .colour_picker_widget {
        padding: 40px 0 30px;
        width: 100%;
        background-color: #fff;
        color: #000
    }

    .colour_picker_widget .container {
        display: flex;
        flex-direction: column;
        justify-content: start
    }

    .colour_picker_widget .mobile_header {
        display: block;
        padding: 0 24px
    }

    .colour_picker_widget .mobile_header .mobile_title {
        font-size: 28px;
        margin-bottom: 12px;
        font-weight: 700;
        color: #333;
        line-height: 36.51px
    }

    .colour_picker_widget .mobile_header .mobile_description {
        font-size: 14px;
        line-height: 24px;
        color: #666;
        margin-bottom: 32px
    }

    .colour_picker_widget .middle-top,
    .colour_picker_widget .middle-bottom {
        height: 137px
    }

    .colour_picker_widget .left {
        display: flex;
        gap: 8px;
        width: 100%
    }

    .colour_picker_widget .left-one {
        width: 242px;
        height: 282px
    }

    .colour_picker_widget .left-two {
        width: 125px
    }

    .colour_picker_widget .right {
        margin-left: 0;
        flex: 1;
        width: 100%;
        padding: 0 24px
    }

    .colour_picker_widget .left-two {
        display: flex;
        flex-direction: column;
        gap: 8px
    }

    .colour_picker_widget .right .title {
        display: none
    }

    .colour_picker_widget .right .description {
        display: none
    }

    .colour_picker_widget .right .colour_picker_group .colour_picker_part_item {
        padding: 32px 0 28px
    }

    .colour_picker_widget .right .colour_picker_group .colour_picker_part_item_label.required .colour_picker_part_item_name {
        color: red
    }

    .colour_picker_widget .right .colour_picker_group .colour_picker_part_item_label.required .colour_picker_part_item_color_name {
        color: red
    }

    .colour_picker_widget .right .colour_picker_group .colour_picker_part_item_label .colour_picker_part_item_name {
        font-size: 14px;
        color: #666;
        line-height: 18.25px
    }

    .colour_picker_widget .right .colour_picker_group .colour_picker_part_item_label .colour_picker_part_item_color_name {
        font-size: 14px;
        line-height: 18.25px;
        color: #333;
        margin-left: 4px
    }

    .colour_picker_widget .right .colour_picker_group ul.colour_picker_part_color {
        display: flex;
        flex-wrap: wrap;
        list-style-type: none;
        margin: 0;
        padding: 0;
        gap: 24px 16px
    }

    .colour_picker_widget .right .colour_picker_group ul.colour_picker_part_color .colour_picker_part_color_wrapper {
        width: 28px;
        height: 28px
    }

    .colour_picker_widget .right .colour_picker_group ul.colour_picker_part_color .colour_picker_part_color_item_border {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 28px;
        width: 28px;
        border-radius: 50%
    }

    .colour_picker_widget .right .colour_picker_group ul.colour_picker_part_color .colour_picker_part_color_item_border.selected {
        border: 2px solid #333
    }

    .colour_picker_widget .right .colour_picker_group ul.colour_picker_part_color .colour_picker_part_color_item {
        position: relative;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        line-height: 50px
    }

    .colour_picker_widget .play-btn-wrapper {
        position: absolute;
        display: flex;
        align-items: center;
        left: 50%;
        bottom: 14px;
        transform: translateX(-50%);
        width: 115px;
        height: 27px;
        border-radius: 3px;
        background-color: rgba(0, 0, 0, .6);
        justify-content: center
    }

    .colour_picker_widget .play-btn-wrapper .play-btn-icon:before {
        height: 100%;
        line-height: 27px
    }

    .colour_picker_widget .play-btn-wrapper .play-btn-text {
        font-size: 14px;
        line-height: 27px;
        color: #fff;
        margin-left: 6px
    }

    .colour_picker_widget .video-js .vjs-control-bar {
        background-color: #f7f7f7 !important
    }

    .colour_picker_widget .vjs-progress-control {
        position: absolute !important;
        background: 0 0;
        bottom: 30px;
        width: 100% !important
    }

    .colour_picker_widget .vjs-progress-control .vjs-progress-holder {
        position: absolute;
        height: 4px;
        width: 66.94%;
        bottom: 0;
        left: calc(8.26% + 50px);
        margin: 0 !important;
        border-radius: 22px;
        background-color: #a3a3a3
    }

    .colour_picker_widget .vjs-progress-control .vjs-progress-holder .vjs-load-progress&gt;div {
        border-radius: 22px;
        background: #a3a3a3
    }

    .colour_picker_widget .vjs-progress-control .vjs-progress-holder .vjs-play-progress {
        border-radius: 22px;
        background: #a3a3a3
    }

    .colour_picker_widget .vjs-progress-control .vjs-progress-holder .vjs-play-progress:before {
        width: 18px;
        height: 18px;
        background-color: #555;
        color: #555;
        top: -7px;
        font-size: 0;
        border-radius: 50%
    }

    .colour_picker_widget .vjs-play-control {
        position: absolute !important;
        background: #000;
        border-radius: 50%;
        height: 28px !important;
        width: 28px !important;
        bottom: 19.74px;
        left: 8.26%;
        z-index: 1
    }

    .colour_picker_widget .vjs-play-control .vjs-icon-placeholder:before {
        font-size: 18px !important;
        line-height: 28px !important;
        background: #000;
        border-radius: 50%
    }

    .colour_picker_widget .vjs-volume-panel {
        display: none !important
    }

    .colour_picker_widget .vjs-volume-panel {
        display: none !important
    }

    .colour_picker_widget .vjs-fullscreen-control {
        display: none !important
    }

    .colour_picker_widget .vjs-remaining-time {
        display: none !important
    }

    .colour_picker_widget .vjs-picture-in-picture-control {
        display: none !important
    }

    .colour_picker_widget .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
        content: "\f101" !important
    }

    .colour_picker_widget .video-hidden {
        display: none
    }
}

@keyframes CoverThreeWhiteFromLeftToRight {
    from {
        transform: translate(0)
    }

    50% {
        transform: translate(28px)
    }

    51% {
        transform: translate(-28px)
    }

    to {
        transform: translate(0)
    }
}



sup {
    top: -.6em;
    display: inline-block;
    transform: scale(.7);
    left: -.1em
}

.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&gt;.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&gt;.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.6rem
}

.block-cart-failed .block-title strong {
    font-weight: 300
}

.block-cart-failed .actions {
    text-align: center
}

.block-cart-failed .actions .action {
    margin-bottom: 10px
}

.bundle-options-container {
    clear: both;
    margin-bottom: 40px
}

.bundle-options-container .legend.title {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.bundle-options-container .product-add-form {
    display: none
}

.bundle-options-container .product-options-wrapper {
    margin-bottom: 30px
}

.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&gt;.title&gt;strong {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.bundle-options-container .block-bundle-summary .bundle-summary {
    margin-top: 30px
}

.bundle-options-container .block-bundle-summary .bundle-summary.empty {
    display: none
}

.bundle-options-container .block-bundle-summary .bundle-summary&gt;.subtitle {
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    display: block
}

.bundle-options-container .block-bundle-summary .bundle.items&gt;li {
    margin-bottom: 10px
}

.bundle-options-container .block-bundle-summary .box-tocart .actions {
    display: inline-block;
    margin-bottom: 10px
}

.bundle-options-container .block-bundle-summary .product-addto-links&gt;.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: #e02b27
}

.bundle-options-container .product-options-bottom {
    clear: left
}

.block-category-event {
    background: #f0f0f0;
    color: #333;
    padding: 10px 0 15px;
    text-align: center
}

.block-category-event.block:last-child {
    margin-bottom: 10px
}

.block-category-event .block-title {
    margin: 0 0 10px
}

.block-category-event .block-title strong {
    font-size: 1.5rem;
    font-weight: 300
}

.block-category-event .ticker {
    margin: 0;
    padding: 0;
    list-style: none none
}

.block-category-event .ticker li {
    display: none;
    margin: 0 15px
}

.block-category-event .ticker .value {
    font-size: 1.8rem;
    font-weight: 300
}

.block-category-event .ticker .label {
    font-size: 1rem;
    display: block;
    text-transform: lowercase
}

.block-category-event .dates {
    display: table;
    margin: 0 auto
}

.block-category-event .dates .start,
.block-category-event .dates .end {
    display: table-cell;
    vertical-align: top
}

.block-category-event .dates .date {
    font-size: 1.8rem
}

.block-category-event .dates .time {
    display: block
}

.block-category-event .dates .start {
    padding-right: 40px;
    position: relative
}

.block-category-event .dates .start:after {
    font-size: 1.8rem;
    content: '\2013';
    display: block;
    position: absolute;
    right: 15px;
    top: 0
}

.cart-summary {
    background: #f5f5f5;
    margin-bottom: 25px;
    padding: 1px 15px 25px
}

.cart-summary&gt;.title {
    display: block;
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

.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&gt;.label {
    display: inline
}

.cart-totals {
    border-top: 1px solid #d1d1d1;
    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 #d1d1d1
}

.cart.table-wrapper .items&gt;.item {
    border-bottom: 1px solid #d1d1d1;
    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&gt;.action,
.action-gift {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
    margin-right: 10px
}

.cart.table-wrapper .actions-toolbar&gt;.action:hover,
.cart.table-wrapper .actions-toolbar&gt;.action:active,
.cart.table-wrapper .actions-toolbar&gt;.action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
    text-decoration: none
}

.cart.table-wrapper .actions-toolbar&gt;.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%
}

.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&gt;.item {
    border-bottom: 0
}

.cart-products-toolbar-top {
    border-bottom: 1px solid #d1d1d1
}

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

.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&gt;.actions {
    margin-top: 15px;
    text-align: center
}

.block-minicart .block-content&gt;.actions&gt;.primary {
    margin: 0 10px 15px
}

.block-minicart .block-content&gt;.actions&gt;.primary .action.primary {
    display: block;
    margin-bottom: 15px;
    width: 100%
}

.block-minicart .block-content&gt;.actions&gt;.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: '\e611';
    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: '\e611';
    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: -28px 0 0;
    text-align: right
}

.minicart-wrapper .product .actions&gt;.primary,
.minicart-wrapper .product .actions&gt;.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&gt;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: '\e616';
    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: .5
}

.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&gt;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 .message {
    margin-bottom: 0;
    margin-top: 10px
}

.minicart-items .product&gt;.product-item-photo,
.minicart-items .product&gt;.product-image-container {
    float: left
}

.minicart-items .product .toggle {
    display: block;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap
}

.minicart-items .product .toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 16px;
    color: inherit;
    content: '\e622';
    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&gt;.toggle:after {
    content: '\e621'
}

.minicart-items .product-item-name {
    font-weight: 400;
    margin: 0 0 10px
}

.minicart-items .product-item-name a {
    color: #1979c3
}

.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&gt;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: '\e622';
    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;
    margin-left: 5px;
    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&gt;span,
.minicart-items .action.delete&gt;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
}

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

.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&gt;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&gt;span:before,
.opc-progress-bar-item&gt;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&gt;span:after {
    background: #fff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333;
    font-weight: 600;
    font-size: 1.8rem
}

.opc-progress-bar-item._active:before {
    background: #ff5501
}

.opc-progress-bar-item._active&gt;span {
    color: #333
}

.opc-progress-bar-item._active&gt;span:before {
    background: #ff5501
}

.opc-progress-bar-item._active&gt;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&gt;span {
    color: #333
}

.opc-progress-bar-item._complete&gt;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: #ed8380
}

.opc-wrapper .fieldset&gt;.field&gt;.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: #333
}

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

.field-tooltip .field-tooltip-action {
    display: inline-block;
    text-decoration: none
}

.field-tooltip .field-tooltip-action&gt;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: #333
}

.field-tooltip .field-tooltip-action:before {
    padding-left: 1px
}

._keyfocus .field-tooltip .field-tooltip-action:focus {
    z-index: 100
}

._keyfocus .field-tooltip .field-tooltip-action:focus+.field-tooltip-content {
    display: block
}

._keyfocus .field-tooltip .field-tooltip-action:focus:before {
    color: #333
}

.field-tooltip .field-tooltip-content {
    background: #f4f4f4;
    border: 1px solid #999;
    border-radius: 1px;
    font-size: 14px;
    padding: 12px;
    width: 270px;
    display: none;
    left: 38px;
    position: absolute;
    text-transform: none;
    top: -9px;
    word-wrap: break-word;
    z-index: 2
}

.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-right-color: #f4f4f4;
    left: -21px;
    top: 12px;
    content: '';
    display: block;
    position: absolute;
    z-index: 3
}

.field-tooltip .field-tooltip-content:before {
    border-right-color: #666
}

.field-tooltip .field-tooltip-content:after {
    border-right-color: #f4f4f4;
    width: 1px;
    z-index: 4
}

@media only screen and (max-width:768px) {
    .field-tooltip .field-tooltip-content {
        left: auto;
        right: -10px;
        top: 40px
    }

    .field-tooltip .field-tooltip-content:before,
    .field-tooltip .field-tooltip-content:after {
        border: 10px solid transparent;
        height: 0;
        left: auto;
        margin-top: -21px;
        right: 10px;
        top: 0;
        width: 0
    }

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

    .field-tooltip .field-tooltip-content:after {
        border-bottom-color: #f4f4f4;
        top: 1px
    }
}

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
    margin-top: 28px;
    margin-bottom: 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&gt;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: #1979c3;
    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&gt;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: #333
}

.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&gt;.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&gt;.title {
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 40px 10px 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    position: relative
}

.opc-block-summary .items-in-cart&gt;.title&gt;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&gt;.title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    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&gt;.title:after {
    position: absolute;
    right: 0;
    top: 10px
}

.opc-block-summary .items-in-cart&gt;.title strong {
    font-size: 1.8rem;
    font-weight: 300;
    margin: 0
}

.opc-block-summary .items-in-cart.active&gt;.title:after {
    content: '\e621'
}

.opc-block-summary .items-in-cart .product {
    position: relative
}

.opc-block-summary .minicart-items-wrapper {
    margin: 0 -15px 0 0;
    max-height: 370px;
    padding: 15px 15px 0 0;
    border: 0
}

.column.main .opc-block-summary .product-item {
    margin: 0;
    padding-left: 0
}

.opc-block-summary .product-item .product-item-inner {
    display: table;
    margin: 0 0 10px;
    width: 100%
}

.opc-block-summary .product-item .product-item-name-block {
    display: 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 #d1d1d1;
    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.8rem;
    border-bottom: 0;
    margin-bottom: 25px
}

.block-authentication .block-title strong {
    font-weight: 300
}

.block-authentication .field .label {
    font-weight: 400
}

.block-authentication .actions-toolbar {
    margin-bottom: 5px
}

.block-authentication .actions-toolbar&gt;.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 {
    display: none;
    padding: 0 0 20px 22px
}

.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
    margin: 0 0 20px
}

.checkout-payment-method .payment-group+.payment-group .step-title {
    margin: 20px 0 0
}

.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
    max-width: 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: '\e621'
}

.checkout-payment-method .payment-option._collapsible .payment-option-title {
    cursor: pointer
}

.checkout-payment-method .payment-option._collapsible .payment-option-content {
    display: none
}

.checkout-payment-method .payment-option-title {
    border-top: 1px solid #ccc;
    padding: 20px 0
}

.checkout-payment-method .payment-option-title .action-toggle {
    color: #1979c3;
    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: '\e622';
    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: #333
}

.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&gt;.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&gt;.field.cvv&gt;.control {
    padding-right: 20px;
    width: auto
}

.checkout-payment-method .ccard .cvv .input-text {
    width: 55px
}

.checkout-payment-method .ccard.fieldset&gt;.field .fields.group.group-2 .field {
    width: auto !important
}

.checkout-agreements-block .checkout-agreements {
    margin-bottom: 20px
}

.checkout-agreements-block .checkout-agreement.field {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.checkout-agreements-block .checkout-agreement.field.required label:after {
    content: none
}

.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem
}

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

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

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

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

.login-container .fieldset:after {
    margin: 10px 0 0;
    content: attr(data-hasrequired);
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    color: #e02b27;
    font-size: 1.2rem
}

.login-container .fieldset:after {
    margin-top: 35px
}

.block-addresses-list .items.addresses&gt;.item {
    margin-bottom: 20px
}

.block-addresses-list .items.addresses&gt;.item:last-child {
    margin-bottom: 0
}

.form-address-edit .region_id {
    display: none
}

.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 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 26px
}

.fieldset .fullname.field&gt;.label+.control {
    width: 100%
}

.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&gt;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.1;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.column.main .block .title strong {
    font-size: 18px
}

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

.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&gt;.secondary {
    float: none
}

.gift-summary .actions-toolbar&gt;.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: '\e622';
    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: '\e621'
}

.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: '\e621'
}

.gift-item-block .title {
    border-radius: 3px;
    background-image: none;
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #333;
    cursor: pointer;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 20px 0 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none
}

.gift-item-block .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: '\e622';
    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: #333
}

.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: .5;
    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: '\e622';
    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: '\e621'
}

.block-order-details-gift-message {
    border-top: 1px solid #d1d1d1;
    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 #d1d1d1
}

.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&gt;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&gt;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&gt;span {
    height: 4rem;
    width: 4rem
}

.gift-wrapping-title {
    margin: 10px 0
}

.gift-wrapping-title .action-remove {
    margin-left: 5px
}

.gift-options-content .fieldset&gt;.field {
    margin: 0 0 5px
}

.gift-options-content .fieldset&gt;.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&gt;img,
.table-order-items .gift-wrapping .content&gt;img,
.table-order-review .gift-wrapping .content&gt;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&gt;thead&gt;tr&gt;th,
.table.grouped&gt;tbody&gt;tr&gt;th,
.table.grouped&gt;tfoot&gt;tr&gt;th,
.table.grouped&gt;thead&gt;tr&gt;td,
.table.grouped&gt;tbody&gt;tr&gt;td,
.table.grouped&gt;tfoot&gt;tr&gt;td {
    border-top: 1px solid #d1d1d1
}

.table.grouped&gt;caption+thead&gt;tr:first-child&gt;th,
.table.grouped&gt;colgroup+thead&gt;tr:first-child&gt;th,
.table.grouped&gt;thead:first-child&gt;tr:first-child&gt;th,
.table.grouped&gt;caption+thead&gt;tr:first-child&gt;td,
.table.grouped&gt;colgroup+thead&gt;tr:first-child&gt;td,
.table.grouped&gt;thead:first-child&gt;tr:first-child&gt;td {
    border-top: 0
}

.table.grouped&gt;tbody+tbody {
    border-top: 1px solid #d1d1d1
}

.table.grouped&gt;thead&gt;tr&gt;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&gt;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.1;
    font-size: 1.4rem;
    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: #7d7d7d
}

.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: 300;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

.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&gt;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: '\e616';
    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: .5
}

.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&gt;.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: #1979c3;
    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&gt;.action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar&gt;.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&gt;.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&gt;.action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar&gt;.action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar&gt;.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: .5
}

button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar&gt;.action.map-show-info:visited,
.action-gift.map-show-info:visited {
    color: #1979c3;
    text-decoration: none
}

button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar&gt;.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&gt;.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&gt;.action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar&gt;.action.map-show-info:active,
.cart.table-wrapper .actions-toolbar&gt;.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&gt;.action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar&gt;.action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar&gt;.action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
    color: #1979c3;
    opacity: .5;
    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&gt;.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&gt;.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&gt;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: #7d7d7d;
    content: '\e622';
    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: #333
}

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

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

.wishlist.split.button .action.toggle.active&gt;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: #7d7d7d;
    content: '\e621';
    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: #333
}

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

.wishlist.split.button .items {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 200px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .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&gt;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&gt;.action.split:before,
.product-items .wishlist.split.button&gt;.action.split:before {
    content: '\e601'
}

.table-comparison .wishlist.split.button&gt;.action:active,
.product-items .wishlist.split.button&gt;.action:active,
.table-comparison .wishlist.split.button&gt;.action:focus,
.product-items .wishlist.split.button&gt;.action:focus,
.table-comparison .wishlist.split.button&gt;.action:hover,
.product-items .wishlist.split.button&gt;.action:hover {
    color: #333
}

.table-comparison .wishlist.split.button&gt;.action.toggle:before,
.product-items .wishlist.split.button&gt;.action.toggle:before {
    border-left: 1px solid #c9c9c9;
    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&gt;.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: 300;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

.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&gt;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: '\e616';
    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: .5
}

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

.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
    text-decoration: none
}

.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
    list-style: none;
    padding-left: 0
}

.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
    margin-top: 25px;
    padding-left: 16px
}

.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
    margin-left: 84px
}

.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
    font-weight: 700;
    margin-right: 10px
}

.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
    font-weight: 400
}

.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
    color: #e02b27
}

.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
    font-weight: 700;
    margin-right: 10px
}

.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
    font-weight: 400
}

.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
    margin-top: 0
}

.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
    float: left
}

.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
    margin-left: 100px
}

.multicheckout .title {
    margin-bottom: 30px
}

.multicheckout .title strong {
    font-weight: 400
}

.multicheckout .table-wrapper {
    margin-bottom: 0
}

.multicheckout .table-wrapper .action.delete {
    display: inline-block
}

.multicheckout .table-wrapper .col .qty {
    display: inline-block
}

.multicheckout .table-wrapper .col.item .action.edit {
    font-weight: 400;
    margin-left: 10px
}

.multicheckout:not(.address) .table-wrapper .product-item-name {
    margin: 0
}

.multicheckout&gt;.actions-toolbar {
    margin-top: 40px
}

.multicheckout .actions-toolbar&gt;.secondary {
    display: block
}

.multicheckout .actions-toolbar&gt;.secondary .action {
    margin-bottom: 25px
}

.multicheckout .actions-toolbar&gt;.secondary .action.back {
    display: block;
    margin-left: 0
}

.multicheckout .actions-toolbar&gt;.primary {
    margin-right: 10px
}

.multicheckout .item-options {
    margin: 10px 0 0
}

.multicheckout .block .methods-shipping .item-content .fieldset&gt;.field:before {
    display: none
}

.multicheckout .block .methods-shipping .item-content .fieldset&gt;.field .control {
    display: inline-block
}

.multicheckout .block-title,
.multicheckout .block-content .title {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px
}

.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
    font-weight: 400
}

.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
    color: #a6a6a6
}

.multicheckout .block-content .title {
    border-bottom: none;
    padding-bottom: 0
}

.multicheckout.order-review .block-title&gt;strong {
    font-size: 2.4rem
}

.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
    margin-bottom: 40px
}

.multicheckout.order-review .error-description {
    color: #e02b27;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: -10px
}

.multicheckout .box-title span {
    margin-right: 10px
}

.multicheckout .box-title&gt;.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: #c2c2c2;
    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
}

.payment-method-content .pay-later-message {
    margin-bottom: 10px;
    margin-top: 10px
}

.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&gt;strong {
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    display: inline-block
}

.paypal-review .items-qty .item {
    white-space: nowrap
}

.paypal-review .items-qty .title:after {
    content: ': '
}

.paypal-review .paypal-review-title&gt;strong {
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    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 #d1d1d1;
    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('../../frontend/Sm/htiger/zh_Hans_CN/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('../../frontend/Sm/htiger/zh_Hans_CN/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%
    }
}

.data.switch .counter {
    color: #7d7d7d
}

.data.switch .counter:before {
    content: '('
}

.data.switch .counter:after {
    content: ')'
}

.rating-summary {
    overflow: hidden;
    white-space: nowrap
}

.rating-summary .rating-result {
    width: 100px;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.rating-summary .rating-result:before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    color: #c7c7c7;
    font-family: 'icons-blank-theme';
    font-size: 28px;
    height: 28px;
    letter-spacing: -10px;
    line-height: 28px;
    content: '\e605' '\e605' '\e605' '\e605' '\e605';
    display: block;
    font-style: normal;
    font-weight: 400;
    speak: none
}

.rating-summary .rating-result&gt;span {
    display: block;
    overflow: hidden
}

.rating-summary .rating-result&gt;span:before {
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    color: #ff5501;
    font-family: 'icons-blank-theme';
    font-size: 28px;
    height: 28px;
    letter-spacing: -10px;
    line-height: 28px;
    content: '\e605' '\e605' '\e605' '\e605' '\e605';
    display: block;
    font-style: normal;
    font-weight: 400;
    speak: none
}

.rating-summary .rating-result&gt;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 {
    margin-left: -5px
}

.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.review-control-vote {
    overflow: hidden
}

.review-control-vote:before {
    color: #c7c7c7;
    font-family: 'icons-blank-theme';
    font-size: 28px;
    height: 28px;
    letter-spacing: -10px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
    speak: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    content: '\e605' '\e605' '\e605' '\e605' '\e605';
    display: block;
    position: absolute;
    z-index: 1
}

.review-control-vote input[type=radio] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.review-control-vote input[type=radio]:hover+label:before,
.review-control-vote input[type=radio]:checked+label:before {
    opacity: 1
}

.review-control-vote label {
    cursor: pointer;
    display: block;
    position: absolute
}

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

.review-control-vote label:before {
    color: #ff5501;
    font-family: 'icons-blank-theme';
    font-size: 28px;
    height: 28px;
    letter-spacing: -10px;
    line-height: 28px;
    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: '\e605' '\e605' '\e605' '\e605' '\e605'
}

.review-control-vote .rating-4 {
    z-index: 3
}

.review-control-vote .rating-4:before {
    content: '\e605' '\e605' '\e605' '\e605'
}

.review-control-vote .rating-3 {
    z-index: 4
}

.review-control-vote .rating-3:before {
    content: '\e605' '\e605' '\e605'
}

.review-control-vote .rating-2 {
    z-index: 5
}

.review-control-vote .rating-2:before {
    content: '\e605' '\e605'
}

.review-control-vote .rating-1 {
    z-index: 6
}

.review-control-vote .rating-1:before {
    content: '\e605'
}

.block.add.review {
    margin-bottom: 40px
}

.block.add.review&gt;.title {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.block.add.review .legend {
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    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&gt;.title {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.block.reviews.list .review.item {
    margin-bottom: 40px
}

.block.reviews.list .review.title {
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

.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: table-cell;
    left: -5px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.product-reviews-summary .reviews-actions {
    display: table-cell;
    line-height: 28px;
    vertical-align: middle
}

.product-reviews-summary .reviews-actions a {
    margin-right: 5px
}

.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: 300;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    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 .nested {
    display: table
}

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

.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: top
}

.review-field-ratings .review-field-rating .label {
    padding-right: 10px;
    padding-top: 6px
}

.review-field-ratings .review-field-rating .control {
    padding-top: 2px
}

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

.review-form .action.submit.primary {
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #333
}

.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #333
}

.review-form .action.submit.primary:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555
}

.fieldset .review-legend.legend {
    margin-bottom: 20px
}

.fieldset .review-legend.legend strong {
    display: block;
    margin-left: 0
}

.review-field-rating .control {
    margin-bottom: 48px;
    margin-top: 10px
}

.review-list {
    margin-bottom: 30px
}

.review-list .block-title strong {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.review-item {
    border-bottom: 1px solid #c9c9c9;
    margin: 0;
    padding: 20px 0
}

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

.review-item:last-child {
    border-width: 0
}

.review-ratings {
    display: table;
    margin-bottom: 10px;
    max-width: 100%
}

.review-author {
    display: inline
}

.review-title {
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    margin: 0 0 20px
}

.review-content {
    margin-bottom: 20px
}

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

.order-links {
    border-bottom: 1px solid #d1d1d1;
    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 #d1d1d1;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.order-details-items .order-title&gt;strong {
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    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 #d1d1d1
}

.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&gt;strong {
    font-weight: 400
}

.block-order-details-view .box-content .payment-method .content&gt;strong:after {
    content: ': '
}

.order-tracking {
    border-bottom: 1px solid #d1d1d1;
    margin: 0;
    padding: 20px 0
}

.order-tracking .tracking-title {
    display: inline-block
}

.order-tracking .tracking-content {
    display: inline-block;
    margin: 0 0 0 5px
}

.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: #e02b27;
    content: '*';
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    right: -11px;
    top: -2px
}

.swatch-attribute-selected-option {
    color: #646464;
    padding-left: 17px
}

.swatch-attribute-options {
    margin: 10px 0
}

.swatch-attribute-options:focus {
    box-shadow: none
}

.swatch-attribute-options .swatch-option-tooltip-layered .title {
    color: #282828;
    bottom: -5px;
    height: 20px;
    left: 0;
    margin-bottom: 10px;
    position: absolute;
    text-align: center;
    width: 100%
}

.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
    background: #f0f0f0;
    color: #949494
}

.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
    background: #fff;
    border: 1px solid #fff;
    color: #000
}

.swatch-option {
    border: 1px solid #dadada;
    cursor: pointer;
    float: left;
    height: 20px;
    margin: 0 10px 5px 0;
    max-width: 100%;
    min-width: 30px;
    overflow: hidden;
    padding: 1px 2px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis
}

.swatch-option:focus {
    box-shadow: 0 0 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
}

.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.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);
    background: #e02b27;
    content: '';
    height: 2px;
    left: -4px;
    position: absolute;
    top: 10px;
    width: 42px;
    z-index: 995
}

.swatch-option-loading {
    content: url('../../frontend/Sm/htiger/zh_Hans_CN/images/loader-2.gif')
}

.swatch-option-tooltip {
    border: 1px solid #dadada;
    color: #949494;
    background: #fff;
    display: none;
    max-height: 100%;
    min-height: 20px;
    min-width: 20px;
    padding: 5px;
    position: absolute;
    text-align: center;
    z-index: 999
}

.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 {
    background: #fff;
    border: 1px solid #dadada;
    color: #949494;
    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&gt;div {
    box-shadow: 0 0 3px 1px #68a8e0
}

.swatch-option-link-layered:hover&gt;.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
}

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

.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: #1979c3;
    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: .5
}

.my-credit-cards .action.delete:visited {
    color: #1979c3;
    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: #1979c3;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.my-credit-cards-popup .modal-footer {
    text-align: right
}

.my-credit-cards-popup .action.secondary {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #1979c3;
    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: .5
}

.my-credit-cards-popup .action.secondary:visited {
    color: #1979c3;
    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: #1979c3;
    opacity: .5;
    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&gt;thead&gt;tr&gt;th,
.account .table-wrapper .data.table.wishlist&gt;tbody&gt;tr&gt;th,
.account .table-wrapper .data.table.wishlist&gt;tfoot&gt;tr&gt;th,
.account .table-wrapper .data.table.wishlist&gt;thead&gt;tr&gt;td,
.account .table-wrapper .data.table.wishlist&gt;tbody&gt;tr&gt;td,
.account .table-wrapper .data.table.wishlist&gt;tfoot&gt;tr&gt;td {
    border-top: 1px solid #d1d1d1
}

.account .table-wrapper .data.table.wishlist&gt;caption+thead&gt;tr:first-child&gt;th,
.account .table-wrapper .data.table.wishlist&gt;colgroup+thead&gt;tr:first-child&gt;th,
.account .table-wrapper .data.table.wishlist&gt;thead:first-child&gt;tr:first-child&gt;th,
.account .table-wrapper .data.table.wishlist&gt;caption+thead&gt;tr:first-child&gt;td,
.account .table-wrapper .data.table.wishlist&gt;colgroup+thead&gt;tr:first-child&gt;td,
.account .table-wrapper .data.table.wishlist&gt;thead:first-child&gt;tr:first-child&gt;td {
    border-top: 0
}

.account .table-wrapper .data.table.wishlist&gt;tbody+tbody {
    border-top: 1px solid #d1d1d1
}

.account .table-wrapper .data.table.wishlist thead&gt;tr&gt;th {
    border-bottom: 0
}

.account .table-wrapper .data.table.wishlist tbody&gt;tr:last-child&gt;td {
    border-bottom: 1px solid #d1d1d1
}

.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 {
    margin-left: 2%;
    width: calc((100% - 4%)/3)
}

.products-grid.wishlist .product-item:nth-child(3n+1) {
    margin-left: 0
}

.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&gt;* {
    margin-right: 15px
}

.products-grid.wishlist .product-item-actions&gt;*:last-child {
    margin-right: 0
}

.products-grid.wishlist .product-item .box-tocart input.qty {
    height: 32px
}

.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&gt;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: '\e615';
    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 #d1d1d1;
    clear: both;
    margin: 0 -15px -1px;
    padding: 0 15px
}

.block-search input {
    left: -300%;
    position: absolute;
    margin: 15px 0
}

.block-search .nested {
    display: none
}

.search-autocomplete {
    display: none;
    position: absolute;
    z-index: 3;
    overflow: hidden;
    margin-top: -15px
}

.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) {
    background: #fff;
    border: 1px solid #c2c2c2;
    border-top: 0
}

.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;
    text-align: center;
    width: 25px;
    position: absolute;
    right: 0;
    top: 6px
}

.form.search.advanced .fields.range .field:last-child {
    position: relative
}

.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
    position: absolute;
    top: 32px;
    left: 0
}

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

.block-collapsible-nav .content {
    background: #f5f5f5;
    padding: 15px 0
}

.block-collapsible-nav .item {
    margin: 3px 0 0
}

.block-collapsible-nav .item:first-child {
    margin-top: 0
}

.block-collapsible-nav .item a,
.block-collapsible-nav .item&gt;strong {
    border-left: 3px solid transparent;
    display: block;
    padding: 5px 18px 5px 15px
}

.block-collapsible-nav .item a {
    text-decoration: none
}

.block-collapsible-nav .item a:hover {
    background: #e8e8e8
}

.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong {
    border-color: #ff5501;
    font-weight: 600
}

.block-collapsible-nav .item.current a {
    border-color: #ff5501
}

.cookie-status-message {
    display: none
}

.trade-sction {
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 10px 15px 10px 70px;
    font-size: 16px;
    color: #333;
    background-image: url('../../frontend/Sm/htiger/zh_Hans_CN/Magento_Catalog/image/for.png');
    background-repeat: no-repeat;
    background-size: 44px;
    background-position: 15px center;
    position: relative;
    cursor: pointer;
    max-width: 360px
}

.trade-sction .trade-tit {
    line-height: 18px
}

.trade-sction .trade-des {
    font-size: 14px;
    color: #666
}

.trade-sction:after {
    content: "\f105";
    font-family: fontawesome;
    font-size: 24px;
    display: block;
    position: absolute;
    right: 15px;
    top: calc(50% - 20px);
    color: #231815
}

.tradepopbox .modal-header {
    padding: 0
}

.tradepopbox .modal-header .action-close {
    z-index: 2
}

.tradepopbox #trade-tab a {
    display: inline-block;
    padding: 25px 0 15px;
    margin-right: 50px;
    font-size: 24px;
    color: #333
}

.tradepopbox #trade-tab a.on {
    border-bottom: 3px solid #333
}

.tradepopbox #contentBox {
    overflow-y: auto;
    max-height: 280px;
    padding-right: 10px;
    margin-top: 40px
}

.tradepopbox #contentBox::-webkit-scrollbar {
    width: 3px
}

.tradepopbox #contentBox::-webkit-scrollbar-thumb {
    background: #d8d8d8;
    border-radius: 10px
}

.tradepopbox #contentBox::-webkit-scrollbar-track-piece {
    background: 0 0
}

.tradepopbox #contentBox .box {
    display: none
}

.tradepopbox #contentBox .box.active {
    display: block
}

.tradepopbox .non-log {
    padding: 100px 0 150px
}

.tradepopbox .non-log p {
    font-size: 20px;
    color: #333;
    font-family: 'HtigerCHS-Light', 'HtigerCHS';
    padding-bottom: 10px
}

.tradepopbox .non-log #login-now {
    background-color: #333;
    color: #fff;
    padding: 7px 40px;
    font-size: 18px;
    display: inline-block;
    cursor: pointer
}

.tradepopbox .box li {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    height: 100%;
    overflow: hidden;
    cursor: pointer
}

.tradepopbox .box li label {
    display: block;
    padding: 15px !important;
    overflow: hidden;
    height: 100%
}

.tradepopbox .box li.not-trade {
    opacity: .5
}

.tradepopbox .box li.active {
    border: 2px solid #333
}

.tradepopbox .box li span {
    display: block;
    font-size: 14px;
    padding-bottom: 5px;
    line-height: normal
}

.tradepopbox .box li span.t-tit {
    font-size: 16px;
    color: #333
}

.tradepopbox .box li span.t-sku {
    color: #999;
    padding-bottom: 5px
}

.tradepopbox .box li span.t-price {
    color: #06c;
    padding-top: 5px
}

.tradepopbox .box li .not-trade {
    opacity: .5
}

.tradepopbox .box input {
    display: none
}

.tradepopbox .box .trade-img {
    float: left;
    width: 86px;
    text-align: left
}

.tradepopbox .box .trade-img img {
    max-width: 66px
}

.tradepopbox .box .trade-content {
    float: right;
    width: calc(100% - 86px);
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    white-space: break-spaces
}

.tradepopbox .trade-productreg {
    font-size: 18px;
    padding-bottom: 30px;
    color: #333;
    text-align: center
}

.tradepopbox .trade-productreg a {
    color: #333;
    text-decoration: underline
}

.abutton {
    display: block;
    text-align: center;
    background-color: #333;
    height: 64px;
    line-height: 64px;
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    padding: 0;
    color: #fff;
    margin: 20px 0 30px;
    cursor: pointer
}

.abutton.gray-btn-cover {
    background-color: #999
}

.abutton:focus,
.abutton:hover {
    color: #fff
}

.btn-line {
    position: relative;
    border-top: 1px solid #f0f0f0;
    margin-top: 20px
}

.btn-line:before {
    content: "";
    display: block;
    height: 1px;
    background-color: #f0f0f0;
    position: absolute;
    top: -1px;
    left: -30px;
    width: 100%
}

.btn-line:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #f0f0f0;
    position: absolute;
    top: -1px;
    right: -20px;
    width: 100%
}

.product-trade-box .popup-reg {
    z-index: 99999
}

.product-trade-box .popup-reg .black-btn-cover {
    background: #333;
    margin-top: 20px
}

#userreg-error {
    font-size: 12px;
    color: #e02b27;
    position: absolute;
    margin-top: -20px;
    margin-left: 20px
}

.product-trade-box #tips-text,
.product-trade-box #reg-res {
    display: none
}

.modal-popup.sign-popup.pop-preg .product-reg {
    padding: 30px 0;
    border: 0
}

.modal-popup.sign-popup.pop-preg .product-reg .fieldset .field {
    margin-bottom: 0
}

.modal-popup.sign-popup.pop-preg .member-agreement label {
    display: inline-block
}

.modal-popup.sign-popup.pop-preg .modal-header h1 {
    padding-bottom: 20px
}

.modal-popup.sign-popup.pop-preg input#datepicker {
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/Silksoftwarecorp_ProductRegistration/images/date.png) no-repeat right center;
    box-shadow: unset !important;
    background-size: 20px
}

.user-register .product-reg {
    padding: 30px 0;
    border: 0
}

.modal-popup.sign-popup.tradepopbox .modal-inner-wrap {
    top: 10%
}

.catalog-product-view .modal-popup.modal-ys {
    pointer-events: auto
}

.registration-index-index.pop-preg .product-reg {
    padding: 50px 0 30px !important
}

.registration-index-index.pop-preg .tips {
    right: 0;
    top: -40px
}

.registration-index-index.pop-preg .fieldset {
    margin-bottom: 30px
}

.registration-index-index.pop-preg .reg-code .fieldset {
    margin-bottom: 0
}

#reg-res .reg-success {
    padding: 20px 0 40px
}

.modal-popup.sign-popup.tradepopbox .modal-content {
    padding-right: 2rem
}

.back-tradein {
    text-align: center;
    padding: 20px 0 0;
    text-decoration: underline;
    color: #666;
    font-size: 18px
}

.trade-agreement {
    padding-top: 20px
}

.trade-agreement input {
    height: 1px;
    width: 1px;
    position: absolute;
    left: -1000000px
}

.trade-agreement label {
    padding-left: 35px !important;
    font-size: 14px !important
}

.trade-agreement label:before {
    content: "\e6ff";
    font-family: "iconfont";
    display: inline-block;
    font-size: 25px;
    padding-right: 5px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 15px
}

.trade-agreement input:checked+label:before {
    content: "\e6fe"
}

#tagreement-content {
    padding-bottom: 30px
}

.product-reg.product-reg-res {
    border: 0
}

.modal-popup.sign-popup #all-sms-code-error {
    font-size: 12px !important;
    color: #e02b27;
    bottom: -25px !important;
    display: block;
    top: auto
}

.modal-popup.sign-popup.ss-term .member-agreement label {
    align-items: center
}

.modal-popup.sign-popup.ss-term .member-agreement label span {
    padding-top: 0
}

@media (max-width:991px) {
    .modal-popup.sign-popup.ss-term .member-agreement label {
        align-items: start
    }

    #userreg-error {
        margin-left: 0
    }

    .modal-popup.sign-popup.registration-index-index .member-agreement label:before {
        float: none
    }

    .catalog-product-view .ios-select-widget-box.olay {
        z-index: 99999
    }

    .modal-popup.sign-popup.pop-preg input#datepicker {
        background-position: 96% center
    }

    .registration-index-index.pop-preg .qr-content {
        border: 0;
        margin-top: 0
    }

    .registration-index-index.pop-preg .tips {
        top: 25%
    }

    .tradepopbox #trade-tab {
        border-bottom: 1px solid #ebebeb;
        position: relative
    }

    .tradepopbox #trade-tab:before {
        content: "";
        display: block;
        height: 1px;
        background: #ebebeb;
        position: absolute;
        width: 100%;
        left: -30px;
        bottom: -1px
    }

    .tradepopbox #trade-tab:after {
        content: "";
        display: block;
        height: 1px;
        background: #ebebeb;
        position: absolute;
        width: 100%;
        right: -30px;
        bottom: -1px
    }

    .tradepopbox #trade-tab a {
        font-size: 16px
    }

    .tradepopbox #contentBox {
        margin: 20px 0;
        max-height: 250px
    }

    .tradepopbox #contentBox .box {
        padding: 0
    }

    .tradepopbox #contentBox .box .trade-img {
        width: auto
    }

    .tradepopbox #contentBox .box .trade-img img {
        max-width: 54px
    }

    .tradepopbox #contentBox .box .trade-content {
        width: calc(100% - 70px)
    }

    .tradepopbox .box li label {
        padding: 10px !important
    }

    .tradepopbox .box li.active {
        border: 1px solid #999
    }

    .tradepopbox .box li span {
        font-size: 12px
    }

    .tradepopbox .box li span.t-tit {
        font-size: 14px
    }

    .tradepopbox .box li span.t-sku {
        padding-bottom: 5px
    }

    .tradepopbox .trade-productreg {
        color: #666;
        font-size: 16px;
        padding: 0 0 40px
    }

    .modal-popup.sign-popup.tradepopbox .modal-header {
        padding: 0
    }

    .modal-popup.sign-popup.tradepopbox .modal-content {
        padding-left: 24px;
        padding-right: 15px;
        overflow: hidden
    }

    .modal-popup.sign-popup.tradepopbox .modal-inner-wrap {
        max-height: calc(100% - 64px);
        top: auto
    }

    .modal-popup.sign-popup.tradepopbox .modal-header .action-close {
        top: 15px
    }

    .abutton {
        height: 44px;
        line-height: 44px;
        font-size: 15px;
        margin: 20px 0
    }

    .registration-index-index.pop-preg .member-agreement {
        padding-bottom: 20px !important
    }

    .registration-index-index.pop-preg #is_privacy-error {
        bottom: 0
    }

    .registration-index-index.pop-preg .qr-domain {
        padding: 0 0 20px
    }

    .registration-index-index.pop-preg .product-reg {
        padding: 20px 0 30px !important
    }

    .trade-sction {
        margin-bottom: 20px;
        max-width: 100%;
        background-color: #fbfbfb;
        border: 1px solid #ececec
    }

    .pop-preg label[for=is_privacy]+.mage-error {
        bottom: 0 !important
    }

    .registration-index-index.pop-preg .tips {
        top: 0
    }

    .sign-popup.pop-preg .product-registration {
        padding: 0
    }
}

.sidebar .block-addbysku .fieldset {
    margin: 0
}

.sidebar .block-addbysku .fieldset .fields {
    position: relative
}

.sidebar .block-addbysku .fieldset .fields .field {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top
}

.sidebar .block-addbysku .fieldset .fields .field.sku {
    margin-right: -85px;
    padding-right: 90px;
    width: 100%
}

.sidebar .block-addbysku .fieldset .fields .field.qty .qty+.mage-error {
    width: 80px
}

.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
    position: absolute;
    right: 0;
    top: 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&gt;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&gt;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: '\e616';
    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: .5
}

.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&gt;.action {
    cursor: pointer;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    z-index: 3
}

.block-event .block-content&gt;.action.backward,
.block-event .block-content&gt;.action.forward {
    opacity: .5;
    overflow: hidden;
    width: 20px;
    display: inline-block;
    text-decoration: none
}

.block-event .block-content&gt;.action.backward&gt;span,
.block-event .block-content&gt;.action.forward&gt;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&gt;.action.backward:before,
.block-event .block-content&gt;.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&gt;.action.backward:before,
.block-event .block-content&gt;.action.forward:before {
    margin-left: -15px
}

.block-event .block-content&gt;.action.backward {
    left: 0
}

.block-event .block-content&gt;.action.forward {
    right: 0
}

.block-event .block-content&gt;.action.forward:before {
    content: '\e608'
}

.block-event .block-content&gt;.action.forward:before {
    margin-left: -20px
}

.block-event .block-content&gt;.action.inactive {
    cursor: default;
    display: none
}

.block-event .block-content&gt;.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: #1979c3;
    border: 1px solid #1979c3;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    margin-top: 15px
}

.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
    background: #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: .5;
    cursor: default;
    pointer-events: none
}

.block-event .slider-panel .slider .item .action.event:hover {
    text-decoration: none
}

.block-static-block.widget,
.block-cms-link.widget {
    margin-bottom: 20px
}

.links .block-static-block.widget,
.links .block-cms-link.widget {
    margin-bottom: 0
}

.block-cms-link-inline.widget {
    margin: 0
}

.block-wishlist-search .form-wishlist-search {
    margin: 20px 0 0
}

.block-cms-hierarchy-link.widget {
    display: block;
    margin-bottom: 20px
}

.block-cms-hierarchy-link-inline.widget {
    margin: 0
}

@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) {
    .abs-button-responsive-smaller {
        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&gt;.actions-toolbar:before,
    .form-create-return .fieldset&gt;.actions-toolbar:after {
        content: '';
        display: table
    }

    .abs-add-clearfix-mobile-m:after,
    .form-create-return .fieldset&gt;.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,
    .block-collapsible-nav .title {
        border-bottom: 1px solid #d1d1d1;
        border-top: 1px solid #d1d1d1;
        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,
    .block-collapsible-nav .title:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 28px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'icons-blank-theme';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .abs-toggling-title-mobile:after,
    .block-wishlist-management .wishlist-select .wishlist-name:after,
    .block-collapsible-nav .title:after {
        position: absolute;
        right: 10px;
        top: 0
    }

    .abs-toggling-title-mobile.active:after,
    .block-wishlist-management .wishlist-select .wishlist-name.active:after,
    .block-collapsible-nav .title.active:after {
        content: '\e621'
    }

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

    .abs-shopping-cart-items-mobile .action.update,
    .abs-shopping-cart-items-mobile .action.continue,
    .abs-shopping-cart-items-mobile .action.clear,
    .cart-container .form-cart .action.update,
    .cart-container .form-cart .action.continue,
    .cart-container .form-cart .action.clear {
        margin: 0 auto 10px
    }

    .abs-shopping-cart-items-mobile .action.update,
    .abs-shopping-cart-items-mobile .action.clear,
    .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
    }

    .abs-checkout-tooltip-content-position-top-mobile:before,
    .abs-checkout-tooltip-content-position-top-mobile:after,
    .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
    }

    .abs-checkout-tooltip-content-position-top-mobile:before,
    .field-tooltip .field-tooltip-content:before {
        border-bottom-color: #999
    }

    .abs-checkout-tooltip-content-position-top-mobile:after,
    .field-tooltip .field-tooltip-content:after {
        border-bottom-color: #f4f4f4;
        top: 1px
    }

    .product.data.items {
        margin: 0;
        padding: 0
    }

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

    .product.data.items&gt;.item.title&gt;.switch {
        display: block
    }

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

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

    .product.data.items&gt;.item.content:after {
        clear: both
    }

    .product.data.items&gt;.item.content.active {
        display: block
    }

    .product.data.items&gt;.item.title {
        margin: 0 0 5px
    }

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

    .product.data.items&gt;.item.title&gt;.switch:visited {
        color: #7d7d7d;
        text-decoration: none
    }

    .product.data.items&gt;.item.title&gt;.switch:hover {
        color: #7d7d7d;
        text-decoration: none
    }

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

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

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

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

    .product.data.items .data.item {
        display: block
    }

    .product.data.items .item.title&gt;.switch {
        padding: 1px 15px 1px
    }

    .product.data.items&gt;.item.content {
        padding: 10px 15px 30px
    }

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

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

    .pagebuilder-column-line {
        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
    }

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

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

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

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

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

    .reward-settings+.actions-toolbar {
        margin-top: 10px
    }

    .account .column.main .returns-details-items .block-returns-tracking .block-title&gt;.action.track {
        display: block;
        float: none;
        margin: 10px 0 0
    }

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

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

    .block-search .block-content {
        margin-bottom: 0
    }

    .block-collapsible-nav {
        left: 0;
        position: absolute;
        top: -21px;
        width: 100%;
        z-index: 5
    }

    .block-collapsible-nav .content {
        border-bottom: 1px solid #d1d1d1;
        display: none
    }

    .block-collapsible-nav .content.active {
        display: block
    }

    .sidebar .block-viewed-products-grid .products-grid .product-item {
        margin-left: 2%;
        width: calc((100% - 2%)/2)
    }

    .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n+1) {
        margin-left: 0
    }

    .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
        display: block;
        position: relative
    }

    .sidebar .block-viewed-products-grid .products-grid .product-item-details {
        margin: 0
    }

    .sidebar .block-viewed-products-grid .products-grid .product-item-info {
        text-align: center
    }

    .braintree-applepay-container-product {
        display: block
    }

    .braintree-applepay-container-product .braintree-apple-pay-button {
        width: 100%
    }
}

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

    .abs-checkout-order-review tbody tr:not(:last-child),
    .multicheckout.order-review .data.table tbody tr:not(:last-child) {
        border-bottom: 1px solid #d1d1d1
    }

    .abs-checkout-order-review tbody tr .col.item:before,
    .multicheckout.order-review .data.table tbody tr .col.item:before {
        display: none
    }

    .abs-checkout-order-review tbody tr .col.qty,
    .abs-checkout-order-review tbody tr .col.price,
    .abs-checkout-order-review tbody tr .col.subtotal,
    .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%
    }

    .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
    .abs-checkout-order-review tbody tr .col.price[data-th]:before,
    .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
    .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)&gt;thead&gt;tr&gt;th {
        display: none
    }

    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)&gt;tbody {
        display: block
    }

    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)&gt;tbody&gt;tr {
        display: block
    }

    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)&gt;tbody&gt;tr td,
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)&gt;tbody&gt;tr th {
        border-bottom: none;
        display: block;
        padding: 5px 0
    }

    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)&gt;tbody&gt;tr td[data-th]:before,
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)&gt;tbody&gt;tr th[data-th]:before {
        padding-right: 10px;
        content: attr(data-th) ': ';
        display: inline-block;
        color: #111;
        font-weight: 700
    }

    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody&gt;tr&gt;td:first-child {
        padding-top: 20px
    }

    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody&gt;tr&gt;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
    }

    .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&gt;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: '\e616';
        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: .5
    }

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

    .opc-wrapper .step-title {
        font-size: 18px;
        border-bottom: 0;
        padding-bottom: 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&gt;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
    }

    .cart.table-wrapper .gift-content {
        border-bottom: 1px solid #d1d1d1;
        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&gt;.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;
        margin: 0;
        width: 100%
    }

    .products-grid.wishlist .product-item:first-child {
        border-top: 1px solid #e8e8e8
    }

    .block-search {
        margin-top: 10px
    }

    #braintree-three-d-modal .bt-modal-frame {
        width: 100%
    }
}

@media only screen and (max-width:479px) {
    .tooltip.wrapper .tooltip.content {
        min-width: 10rem
    }

    .minicart-wrapper .block-minicart {
        width: 290px
    }

    .modal-popup .field-tooltip .field-tooltip-content {
        width: 200px
    }
}

@media all and (min-width:640px) {
    .abs-blocks-2columns-s {
        width: 48.8%
    }

    .abs-blocks-2columns-s:nth-child(odd) {
        clear: left;
        float: left
    }

    .abs-blocks-2columns-s:nth-child(even) {
        float: right
    }

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

    .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: #1979c3;
        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: .5
    }

    .column .block-addbysku .action.remove:visited {
        color: #1979c3;
        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: #1979c3;
        opacity: .5;
        cursor: default;
        pointer-events: none;
        text-decoration: underline
    }

    .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&gt;.fieldset {
        width: auto
    }

    .multicheckout .methods-payment .item-content&gt;.fieldset .field.cvv {
        display: inline-block;
        width: auto
    }

    .multicheckout .methods-payment .fieldset&gt;.field:not(.choice)&gt;.label {
        float: none;
        margin-bottom: 8px;
        text-align: left;
        width: auto
    }

    .multicheckout .methods-payment .fieldset&gt;.field:not(.choice):not(.cvv) .control {
        width: 100%
    }

    .review-form {
        max-width: 500px
    }

    .review-ratings {
        float: left;
        margin-bottom: 0;
        max-width: 240px
    }

    .review-ratings~.review-content,
    .review-ratings~.review-details {
        margin-left: 280px
    }

    .review-toolbar {
        margin: 0 0 30px
    }

    .review-toolbar .pages {
        padding: 30px 0
    }

    .fieldset .review-legend.legend {
        margin-bottom: 30px
    }

    .review-item {
        padding: 30px 0
    }

    .review-title {
        margin: 0 0 30px
    }

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

#braintree-three-d-modal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    height: 100vh;
    width: 100vw;
    z-index: 100000;
    visibility: visible
}

#braintree-three-d-modal .bt-modal-frame {
    height: 420px;
    width: 440px;
    margin: auto;
    background-color: #fff;
    z-index: 2;
    border-radius: 6px
}

#braintree-three-d-modal .bt-modal-body {
    height: 380px;
    margin: 20px;
    background-color: #fff;
    border: 1px solid #d3d3d3
}

#braintree-three-d-modal .bt-mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .75
}

.braintree-applepay-container-product {
    display: inline-block
}

.braintree-applepay-container-product .braintree-apple-pay-button {
    padding: 10px 0;
    margin: 0;
    margin-bottom: 15px
}

.braintree-apple-pay-button {
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: plain;
    display: block;
    width: 200px;
    min-height: 40px;
    border: 1px solid #000;
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-size: 100% calc(60% + 2px);
    background-repeat: no-repeat;
    background-color: #000;
    background-position: 50% 50%;
    border-radius: 5px;
    padding: 2px;
    margin: 20px auto;
    transition: background-color .15s;
    cursor: pointer
}

.ppcredit-summary {
    background: linear-gradient(to right, #009cde, #003087);
    color: #fff;
    padding: 15px;
    text-align: center;
    margin: 10px 0
}

.ppcreditcalc-container {
    border: 1px solid #dedede;
    background: #fff
}

.ppcreditcalc-header {
    background: #fff;
    padding: 15px
}

.ppcreditcalc-legal {
    background-color: #eee;
    border-top: 1px solid #dedede;
    padding: 15px;
    font-size: 1.2rem;
    line-height: 2rem
}

.ppcreditcalc-instalments {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background-color: #eee
}

.ppcreditcalc-instalments li {
    display: inline-block;
    margin: 0;
    padding: 0
}

.ppcreditcalc-instalments-term {
    display: block;
    padding: 10px 15px;
    color: #000
}

.ppcreditcalc-instalments-term:hover {
    background: #009cde;
    color: #fff;
    text-decoration: none
}

.ppcreditcalc-instalments-term.active {
    background: #003087;
    color: #fff
}

.ppcreditcalc-instalment-summary {
    padding: 15px
}

.ppcreditcalc-instalment-summary dl {
    margin: 0
}

.ppcreditcalc-instalment-summary dt {
    display: inline-block;
    width: 50%
}

.ppcreditcalc-instalment-summary dd {
    display: inline-block
}

#braintree_expirationDate {
    width: 90px
}

button.braintree-googlepay-button,
.cart.table-wrapper .actions-toolbar&gt;.action.braintree-googlepay-button,
.action-gift.braintree-googlepay-button {
    background-origin: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    border-radius: 4px;
    box-shadow: rgba(60, 64, 67, .3) 0 1px 1px 0, rgba(60, 64, 67, .15) 0 1px 3px 1px;
    cursor: pointer;
    height: 40px;
    min-height: 40px;
    padding: 11px 24px
}

button.braintree-googlepay-button.black,
.cart.table-wrapper .actions-toolbar&gt;.action.braintree-googlepay-button.black,
.action-gift.braintree-googlepay-button.black {
    background-color: #000;
    box-shadow: none;
    padding: 12px 24px 10px
}

button.braintree-googlepay-button.white,
.cart.table-wrapper .actions-toolbar&gt;.action.braintree-googlepay-button.white,
.action-gift.braintree-googlepay-button.white {
    background-color: #fff
}

button.braintree-googlepay-button.short,
.cart.table-wrapper .actions-toolbar&gt;.action.braintree-googlepay-button.short,
.action-gift.braintree-googlepay-button.short {
    min-width: 90px;
    width: 160px
}

button.braintree-googlepay-button.black.short,
.cart.table-wrapper .actions-toolbar&gt;.action.braintree-googlepay-button.black.short,
.action-gift.braintree-googlepay-button.black.short {
    background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg)
}

button.braintree-googlepay-button.white.short,
.cart.table-wrapper .actions-toolbar&gt;.action.braintree-googlepay-button.white.short,
.action-gift.braintree-googlepay-button.white.short {
    background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg)
}

button.braintree-googlepay-button.black:active,
.cart.table-wrapper .actions-toolbar&gt;.action.braintree-googlepay-button.black:active,
.action-gift.braintree-googlepay-button.black:active {
    background-color: #5f6368
}

button.braintree-googlepay-button.black:hover,
.cart.table-wrapper .actions-toolbar&gt;.action.braintree-googlepay-button.black:hover,
.action-gift.braintree-googlepay-button.black:hover {
    background-color: #3c4043
}

button.braintree-googlepay-button.white:active,
.cart.table-wrapper .actions-toolbar&gt;.action.braintree-googlepay-button.white:active,
.action-gift.braintree-googlepay-button.white:active {
    background-color: #fff
}

button.braintree-googlepay-button.white:focus,
.cart.table-wrapper .actions-toolbar&gt;.action.braintree-googlepay-button.white:focus,
.action-gift.braintree-googlepay-button.white:focus {
    box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px
}

button.braintree-googlepay-button.white:hover,
.cart.table-wrapper .actions-toolbar&gt;.action.braintree-googlepay-button.white:hover,
.action-gift.braintree-googlepay-button.white:hover {
    background-color: #f8f8f8
}

button.braintree-googlepay-button.long,
.cart.table-wrapper .actions-toolbar&gt;.action.braintree-googlepay-button.long,
.action-gift.braintree-googlepay-button.long {
    min-width: 152px;
    width: 240px
}

button.braintree-googlepay-button.white.long,
.cart.table-wrapper .actions-toolbar&gt;.action.braintree-googlepay-button.white.long,
.action-gift.braintree-googlepay-button.white.long {
    background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg)
}

button.braintree-googlepay-button.black.long,
.cart.table-wrapper .actions-toolbar&gt;.action.braintree-googlepay-button.black.long,
.action-gift.braintree-googlepay-button.black.long {
    background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg)
}

.googlepay-minicart-logo {
    margin-top: 15px;
    text-align: center
}

.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
    width: 30px;
    -webkit-filter: none;
    -webkit-transition: none
}

.braintree-card-control {
    position: relative
}

.braintree-credit-card-selected {
    position: absolute;
    z-index: 10;
    left: 10px
}

.braintree-paypal-logo.oneclick-container {
    width: 100%
}

#payment_form_braintree_ach_direct_debit .field&gt;.fields .field .label {
    font-weight: 600
}

#payment_form_braintree_ach_direct_debit .field&gt;.fields .field.required&gt;.label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.8rem;
    margin: 0 0 0 5px
}

#payment_form_braintree_ach_direct_debit .field&gt;.fields .field .control {
    margin: 10px 10px 0 0
}

#payment_form_braintree_ach_direct_debit .field&gt;.fields .field .control input[type=text]::placeholder,
#payment_form_braintree_ach_direct_debit .field&gt;.fields .field .control input[type=number]::placeholder {
    color: #d3d3d3
}

#payment-method-braintree-lpm .primary {
    width: 100%
}

#payment-method-braintree-lpm .primary .action {
    margin-bottom: 12px;
    width: 100%
}

#payment-method-braintree-lpm .primary .action img {
    height: 40px
}

#payment-method-braintree-cc-vault .field.required .label {
    font-weight: 600
}

#payment-method-braintree-cc-vault .field.required .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.8rem;
    margin: 0 0 0 5px
}

#payment-method-braintree-cc-vault .field .hosted-control {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    height: 32px;
    padding: 0 9px;
    vertical-align: baseline;
    box-sizing: border-box;
    position: relative;
    width: 5rem
}

#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused)~.hosted-error {
    height: auto;
    opacity: 1
}

#payment-method-braintree-cc-vault .field .hosted-error {
    clear: both;
    color: #e02b27;
    font-size: 1.2rem;
    height: 0;
    margin-top: 7px;
    opacity: 0
}

.braintree-paypal-fieldset {
    display: none
}

.payment-method-braintree .hosted-control {
    border: 1px solid #c2c2c2;
    height: 32px;
    padding: 8px 15px;
    max-width: 300px
}

.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused)~.hosted-error {
    height: auto;
    opacity: 1
}

.payment-method-braintree .hosted-error {
    clear: both;
    color: #e02b27;
    font-size: 1.2rem;
    height: 0;
    margin-top: 7px;
    opacity: 0
}

.payment-method-braintree .cvv {
    max-width: 200px;
    position: relative
}

.payment-method-braintree .cvv .field-tooltip {
    top: 10px;
    right: 30px
}

#braintree_cc_number {
    padding-left: 68px
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.6em;
    display: inline-block;
    transform: scale(.7);
    left: -.1em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    *:before,
    *:after {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn&gt;.caret,
    .dropup&gt;.btn&gt;.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}



.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}



.img-responsive,
.thumbnail&gt;img,
.thumbnail a&gt;img,
.carousel-inner&gt;.item&gt;img,
.carousel-inner&gt;.item&gt;a&gt;img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

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

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

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

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

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

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline&gt;li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

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

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

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

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

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

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

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

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

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

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}








.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table&gt;thead&gt;tr&gt;th,
.table&gt;tbody&gt;tr&gt;th,
.table&gt;tfoot&gt;tr&gt;th,
.table&gt;thead&gt;tr&gt;td,
.table&gt;tbody&gt;tr&gt;td,
.table&gt;tfoot&gt;tr&gt;td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table&gt;thead&gt;tr&gt;th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table&gt;caption+thead&gt;tr:first-child&gt;th,
.table&gt;colgroup+thead&gt;tr:first-child&gt;th,
.table&gt;thead:first-child&gt;tr:first-child&gt;th,
.table&gt;caption+thead&gt;tr:first-child&gt;td,
.table&gt;colgroup+thead&gt;tr:first-child&gt;td,
.table&gt;thead:first-child&gt;tr:first-child&gt;td {
    border-top: 0
}

.table&gt;tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed&gt;thead&gt;tr&gt;th,
.table-condensed&gt;tbody&gt;tr&gt;th,
.table-condensed&gt;tfoot&gt;tr&gt;th,
.table-condensed&gt;thead&gt;tr&gt;td,
.table-condensed&gt;tbody&gt;tr&gt;td,
.table-condensed&gt;tfoot&gt;tr&gt;td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered&gt;thead&gt;tr&gt;th,
.table-bordered&gt;tbody&gt;tr&gt;th,
.table-bordered&gt;tfoot&gt;tr&gt;th,
.table-bordered&gt;thead&gt;tr&gt;td,
.table-bordered&gt;tbody&gt;tr&gt;td,
.table-bordered&gt;tfoot&gt;tr&gt;td {
    border: 1px solid #ddd
}

.table-bordered&gt;thead&gt;tr&gt;th,
.table-bordered&gt;thead&gt;tr&gt;td {
    border-bottom-width: 2px
}

.table-striped&gt;tbody&gt;tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover&gt;tbody&gt;tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table&gt;thead&gt;tr&gt;td.active,
.table&gt;tbody&gt;tr&gt;td.active,
.table&gt;tfoot&gt;tr&gt;td.active,
.table&gt;thead&gt;tr&gt;th.active,
.table&gt;tbody&gt;tr&gt;th.active,
.table&gt;tfoot&gt;tr&gt;th.active,
.table&gt;thead&gt;tr.active&gt;td,
.table&gt;tbody&gt;tr.active&gt;td,
.table&gt;tfoot&gt;tr.active&gt;td,
.table&gt;thead&gt;tr.active&gt;th,
.table&gt;tbody&gt;tr.active&gt;th,
.table&gt;tfoot&gt;tr.active&gt;th {
    background-color: #f5f5f5
}

.table-hover&gt;tbody&gt;tr&gt;td.active:hover,
.table-hover&gt;tbody&gt;tr&gt;th.active:hover,
.table-hover&gt;tbody&gt;tr.active:hover&gt;td,
.table-hover&gt;tbody&gt;tr:hover&gt;.active,
.table-hover&gt;tbody&gt;tr.active:hover&gt;th {
    background-color: #e8e8e8
}

.table&gt;thead&gt;tr&gt;td.success,
.table&gt;tbody&gt;tr&gt;td.success,
.table&gt;tfoot&gt;tr&gt;td.success,
.table&gt;thead&gt;tr&gt;th.success,
.table&gt;tbody&gt;tr&gt;th.success,
.table&gt;tfoot&gt;tr&gt;th.success,
.table&gt;thead&gt;tr.success&gt;td,
.table&gt;tbody&gt;tr.success&gt;td,
.table&gt;tfoot&gt;tr.success&gt;td,
.table&gt;thead&gt;tr.success&gt;th,
.table&gt;tbody&gt;tr.success&gt;th,
.table&gt;tfoot&gt;tr.success&gt;th {
    background-color: #dff0d8
}

.table-hover&gt;tbody&gt;tr&gt;td.success:hover,
.table-hover&gt;tbody&gt;tr&gt;th.success:hover,
.table-hover&gt;tbody&gt;tr.success:hover&gt;td,
.table-hover&gt;tbody&gt;tr:hover&gt;.success,
.table-hover&gt;tbody&gt;tr.success:hover&gt;th {
    background-color: #d0e9c6
}

.table&gt;thead&gt;tr&gt;td.info,
.table&gt;tbody&gt;tr&gt;td.info,
.table&gt;tfoot&gt;tr&gt;td.info,
.table&gt;thead&gt;tr&gt;th.info,
.table&gt;tbody&gt;tr&gt;th.info,
.table&gt;tfoot&gt;tr&gt;th.info,
.table&gt;thead&gt;tr.info&gt;td,
.table&gt;tbody&gt;tr.info&gt;td,
.table&gt;tfoot&gt;tr.info&gt;td,
.table&gt;thead&gt;tr.info&gt;th,
.table&gt;tbody&gt;tr.info&gt;th,
.table&gt;tfoot&gt;tr.info&gt;th {
    background-color: #d9edf7
}

.table-hover&gt;tbody&gt;tr&gt;td.info:hover,
.table-hover&gt;tbody&gt;tr&gt;th.info:hover,
.table-hover&gt;tbody&gt;tr.info:hover&gt;td,
.table-hover&gt;tbody&gt;tr:hover&gt;.info,
.table-hover&gt;tbody&gt;tr.info:hover&gt;th {
    background-color: #c4e3f3
}

.table&gt;thead&gt;tr&gt;td.warning,
.table&gt;tbody&gt;tr&gt;td.warning,
.table&gt;tfoot&gt;tr&gt;td.warning,
.table&gt;thead&gt;tr&gt;th.warning,
.table&gt;tbody&gt;tr&gt;th.warning,
.table&gt;tfoot&gt;tr&gt;th.warning,
.table&gt;thead&gt;tr.warning&gt;td,
.table&gt;tbody&gt;tr.warning&gt;td,
.table&gt;tfoot&gt;tr.warning&gt;td,
.table&gt;thead&gt;tr.warning&gt;th,
.table&gt;tbody&gt;tr.warning&gt;th,
.table&gt;tfoot&gt;tr.warning&gt;th {
    background-color: #fcf8e3
}

.table-hover&gt;tbody&gt;tr&gt;td.warning:hover,
.table-hover&gt;tbody&gt;tr&gt;th.warning:hover,
.table-hover&gt;tbody&gt;tr.warning:hover&gt;td,
.table-hover&gt;tbody&gt;tr:hover&gt;.warning,
.table-hover&gt;tbody&gt;tr.warning:hover&gt;th {
    background-color: #faf2cc
}

.table&gt;thead&gt;tr&gt;td.danger,
.table&gt;tbody&gt;tr&gt;td.danger,
.table&gt;tfoot&gt;tr&gt;td.danger,
.table&gt;thead&gt;tr&gt;th.danger,
.table&gt;tbody&gt;tr&gt;th.danger,
.table&gt;tfoot&gt;tr&gt;th.danger,
.table&gt;thead&gt;tr.danger&gt;td,
.table&gt;tbody&gt;tr.danger&gt;td,
.table&gt;tfoot&gt;tr.danger&gt;td,
.table&gt;thead&gt;tr.danger&gt;th,
.table&gt;tbody&gt;tr.danger&gt;th,
.table&gt;tfoot&gt;tr.danger&gt;th {
    background-color: #f2dede
}

.table-hover&gt;tbody&gt;tr&gt;td.danger:hover,
.table-hover&gt;tbody&gt;tr&gt;th.danger:hover,
.table-hover&gt;tbody&gt;tr.danger:hover&gt;td,
.table-hover&gt;tbody&gt;tr:hover&gt;.danger,
.table-hover&gt;tbody&gt;tr.danger:hover&gt;th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive&gt;.table {
        margin-bottom: 0
    }

    .table-responsive&gt;.table&gt;thead&gt;tr&gt;th,
    .table-responsive&gt;.table&gt;tbody&gt;tr&gt;th,
    .table-responsive&gt;.table&gt;tfoot&gt;tr&gt;th,
    .table-responsive&gt;.table&gt;thead&gt;tr&gt;td,
    .table-responsive&gt;.table&gt;tbody&gt;tr&gt;td,
    .table-responsive&gt;.table&gt;tfoot&gt;tr&gt;td {
        white-space: nowrap
    }

    .table-responsive&gt;.table-bordered {
        border: 0
    }

    .table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,
    .table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,
    .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,
    .table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,
    .table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,
    .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child {
        border-left: 0
    }

    .table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,
    .table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,
    .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,
    .table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,
    .table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,
    .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child {
        border-right: 0
    }

    .table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,
    .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,
    .table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,
    .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio],
input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }

    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month] {
        line-height: 30px
    }

    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group&gt;.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type=radio],
    .form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open&gt;.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover,
.btn-default.active:hover,
.open&gt;.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open&gt;.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open&gt;.dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open&gt;.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open&gt;.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open&gt;.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open&gt;.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open&gt;.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary:active,
.btn-primary.active,
.open&gt;.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open&gt;.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover,
.btn-success.active:hover,
.open&gt;.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open&gt;.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open&gt;.dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active,
.btn-success.active,
.open&gt;.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open&gt;.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover,
.btn-info.active:hover,
.open&gt;.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open&gt;.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open&gt;.dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open&gt;.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open&gt;.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open&gt;.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open&gt;.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open&gt;.dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active,
.open&gt;.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open&gt;.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open&gt;.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open&gt;.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open&gt;.dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active,
.btn-danger.active,
.open&gt;.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg&gt;.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm&gt;.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs&gt;.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu&gt;li&gt;a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu&gt;li&gt;a:hover,
.dropdown-menu&gt;li&gt;a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu&gt;.active&gt;a,
.dropdown-menu&gt;.active&gt;a:hover,
.dropdown-menu&gt;.active&gt;a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu&gt;.disabled&gt;a,
.dropdown-menu&gt;.disabled&gt;a:hover,
.dropdown-menu&gt;.disabled&gt;a:focus {
    color: #777
}

.dropdown-menu&gt;.disabled&gt;a:hover,
.dropdown-menu&gt;.disabled&gt;a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open&gt;.dropdown-menu {
    display: block
}

.open&gt;a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right&gt;.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group&gt;.btn,
.btn-group-vertical&gt;.btn {
    position: relative;
    float: left
}

.btn-group&gt;.btn:hover,
.btn-group-vertical&gt;.btn:hover,
.btn-group&gt;.btn:focus,
.btn-group-vertical&gt;.btn:focus,
.btn-group&gt;.btn:active,
.btn-group-vertical&gt;.btn:active,
.btn-group&gt;.btn.active,
.btn-group-vertical&gt;.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar&gt;.btn,
.btn-toolbar&gt;.btn-group,
.btn-toolbar&gt;.input-group {
    margin-left: 5px
}

.btn-group&gt;.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group&gt;.btn:first-child {
    margin-left: 0
}

.btn-group&gt;.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group&gt;.btn:last-child:not(:first-child),
.btn-group&gt;.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group&gt;.btn-group {
    float: left
}

.btn-group&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn {
    border-radius: 0
}

.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,
.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group&gt;.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group&gt;.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical&gt;.btn,
.btn-group-vertical&gt;.btn-group,
.btn-group-vertical&gt;.btn-group&gt;.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical&gt;.btn-group&gt;.btn {
    float: none
}

.btn-group-vertical&gt;.btn+.btn,
.btn-group-vertical&gt;.btn+.btn-group,
.btn-group-vertical&gt;.btn-group+.btn,
.btn-group-vertical&gt;.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical&gt;.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical&gt;.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical&gt;.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn {
    border-radius: 0
}

.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,
.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified&gt;.btn,
.btn-group-justified&gt;.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified&gt;.btn-group .btn {
    width: 100%
}

.btn-group-justified&gt;.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]&gt;.btn input[type=radio],
[data-toggle=buttons]&gt;.btn-group&gt;.btn input[type=radio],
[data-toggle=buttons]&gt;.btn input[type=checkbox],
[data-toggle=buttons]&gt;.btn-group&gt;.btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg&gt;.form-control,
.input-group-lg&gt;.input-group-addon,
.input-group-lg&gt;.input-group-btn&gt;.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg&gt;.form-control,
select.input-group-lg&gt;.input-group-addon,
select.input-group-lg&gt;.input-group-btn&gt;.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg&gt;.form-control,
textarea.input-group-lg&gt;.input-group-addon,
textarea.input-group-lg&gt;.input-group-btn&gt;.btn,
select[multiple].input-group-lg&gt;.form-control,
select[multiple].input-group-lg&gt;.input-group-addon,
select[multiple].input-group-lg&gt;.input-group-btn&gt;.btn {
    height: auto
}

.input-group-sm&gt;.form-control,
.input-group-sm&gt;.input-group-addon,
.input-group-sm&gt;.input-group-btn&gt;.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm&gt;.form-control,
select.input-group-sm&gt;.input-group-addon,
select.input-group-sm&gt;.input-group-btn&gt;.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm&gt;.form-control,
textarea.input-group-sm&gt;.input-group-addon,
textarea.input-group-sm&gt;.input-group-btn&gt;.btn,
select[multiple].input-group-sm&gt;.form-control,
select[multiple].input-group-sm&gt;.input-group-addon,
select[multiple].input-group-sm&gt;.input-group-btn&gt;.btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child&gt;.btn,
.input-group-btn:first-child&gt;.btn-group&gt;.btn,
.input-group-btn:first-child&gt;.dropdown-toggle,
.input-group-btn:last-child&gt;.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child&gt;.btn-group:not(:last-child)&gt;.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child&gt;.btn,
.input-group-btn:last-child&gt;.btn-group&gt;.btn,
.input-group-btn:last-child&gt;.dropdown-toggle,
.input-group-btn:first-child&gt;.btn:not(:first-child),
.input-group-btn:first-child&gt;.btn-group:not(:first-child)&gt;.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn&gt;.btn {
    position: relative
}

.input-group-btn&gt;.btn+.btn {
    margin-left: -1px
}

.input-group-btn&gt;.btn:hover,
.input-group-btn&gt;.btn:focus,
.input-group-btn&gt;.btn:active {
    z-index: 2
}

.input-group-btn:first-child&gt;.btn,
.input-group-btn:first-child&gt;.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child&gt;.btn,
.input-group-btn:last-child&gt;.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav&gt;li {
    position: relative;
    display: block
}

.nav&gt;li&gt;a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav&gt;li&gt;a:hover,
.nav&gt;li&gt;a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav&gt;li.disabled&gt;a {
    color: #777
}

.nav&gt;li.disabled&gt;a:hover,
.nav&gt;li.disabled&gt;a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open&gt;a,
.nav .open&gt;a:hover,
.nav .open&gt;a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav&gt;li&gt;a&gt;img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs&gt;li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs&gt;li&gt;a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs&gt;li&gt;a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs&gt;li.active&gt;a,
.nav-tabs&gt;li.active&gt;a:hover,
.nav-tabs&gt;li.active&gt;a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified&gt;li {
    float: none
}

.nav-tabs.nav-justified&gt;li&gt;a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified&gt;.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified&gt;li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified&gt;li&gt;a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified&gt;li&gt;a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified&gt;.active&gt;a,
.nav-tabs.nav-justified&gt;.active&gt;a:hover,
.nav-tabs.nav-justified&gt;.active&gt;a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified&gt;li&gt;a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified&gt;.active&gt;a,
    .nav-tabs.nav-justified&gt;.active&gt;a:hover,
    .nav-tabs.nav-justified&gt;.active&gt;a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills&gt;li {
    float: left
}

.nav-pills&gt;li&gt;a {
    border-radius: 4px
}

.nav-pills&gt;li+li {
    margin-left: 2px
}

.nav-pills&gt;li.active&gt;a,
.nav-pills&gt;li.active&gt;a:hover,
.nav-pills&gt;li.active&gt;a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked&gt;li {
    float: none
}

.nav-stacked&gt;li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified&gt;li {
    float: none
}

.nav-justified&gt;li&gt;a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified&gt;.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified&gt;li {
        display: table-cell;
        width: 1%
    }

    .nav-justified&gt;li&gt;a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified&gt;li&gt;a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified&gt;.active&gt;a,
.nav-tabs-justified&gt;.active&gt;a:hover,
.nav-tabs-justified&gt;.active&gt;a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified&gt;li&gt;a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified&gt;.active&gt;a,
    .nav-tabs-justified&gt;.active&gt;a:hover,
    .nav-tabs-justified&gt;.active&gt;a:focus {
        border-bottom-color: #fff
    }
}

.tab-content&gt;.tab-pane {
    display: none
}

.tab-content&gt;.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container&gt;.navbar-header,
.container-fluid&gt;.navbar-header,
.container&gt;.navbar-collapse,
.container-fluid&gt;.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container&gt;.navbar-header,
    .container-fluid&gt;.navbar-header,
    .container&gt;.navbar-collapse,
    .container-fluid&gt;.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand&gt;img {
    display: block
}

@media (min-width:768px) {

    .navbar&gt;.container .navbar-brand,
    .navbar&gt;.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav&gt;li&gt;a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu&gt;li&gt;a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu&gt;li&gt;a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,
    .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav&gt;li {
        float: left
    }

    .navbar-nav&gt;li&gt;a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group&gt;.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type=radio],
    .navbar-form .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav&gt;li&gt;.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav&gt;li&gt;.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important;
        float: left
    }

    .navbar-right {
        float: right !important;
        float: right;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav&gt;li&gt;a {
    color: #777
}

.navbar-default .navbar-nav&gt;li&gt;a:hover,
.navbar-default .navbar-nav&gt;li&gt;a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav&gt;.active&gt;a,
.navbar-default .navbar-nav&gt;.active&gt;a:hover,
.navbar-default .navbar-nav&gt;.active&gt;a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav&gt;.disabled&gt;a,
.navbar-default .navbar-nav&gt;.disabled&gt;a:hover,
.navbar-default .navbar-nav&gt;.disabled&gt;a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav&gt;.open&gt;a,
.navbar-default .navbar-nav&gt;.open&gt;a:hover,
.navbar-default .navbar-nav&gt;.open&gt;a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a,
    .navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,
    .navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav&gt;li&gt;a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav&gt;li&gt;a:hover,
.navbar-inverse .navbar-nav&gt;li&gt;a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav&gt;.active&gt;a,
.navbar-inverse .navbar-nav&gt;.active&gt;a:hover,
.navbar-inverse .navbar-nav&gt;.active&gt;a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav&gt;.disabled&gt;a,
.navbar-inverse .navbar-nav&gt;.disabled&gt;a:hover,
.navbar-inverse .navbar-nav&gt;.disabled&gt;a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav&gt;.open&gt;a,
.navbar-inverse .navbar-nav&gt;.open&gt;a:hover,
.navbar-inverse .navbar-nav&gt;.open&gt;a:focus {
    background-color: #080808;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a,
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb&gt;li {
    display: inline-block
}

.breadcrumb&gt;li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb&gt;.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination&gt;li {
    display: inline
}

.pagination&gt;li&gt;a,
.pagination&gt;li&gt;span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination&gt;li:first-child&gt;a,
.pagination&gt;li:first-child&gt;span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination&gt;li:last-child&gt;a,
.pagination&gt;li:last-child&gt;span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination&gt;li&gt;a:hover,
.pagination&gt;li&gt;span:hover,
.pagination&gt;li&gt;a:focus,
.pagination&gt;li&gt;span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination&gt;.active&gt;a,
.pagination&gt;.active&gt;span,
.pagination&gt;.active&gt;a:hover,
.pagination&gt;.active&gt;span:hover,
.pagination&gt;.active&gt;a:focus,
.pagination&gt;.active&gt;span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination&gt;.disabled&gt;span,
.pagination&gt;.disabled&gt;span:hover,
.pagination&gt;.disabled&gt;span:focus,
.pagination&gt;.disabled&gt;a,
.pagination&gt;.disabled&gt;a:hover,
.pagination&gt;.disabled&gt;a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg&gt;li&gt;a,
.pagination-lg&gt;li&gt;span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg&gt;li:first-child&gt;a,
.pagination-lg&gt;li:first-child&gt;span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg&gt;li:last-child&gt;a,
.pagination-lg&gt;li:last-child&gt;span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm&gt;li&gt;a,
.pagination-sm&gt;li&gt;span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm&gt;li:first-child&gt;a,
.pagination-sm&gt;li:first-child&gt;span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm&gt;li:last-child&gt;a,
.pagination-sm&gt;li:last-child&gt;span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li&gt;a,
.pager li&gt;span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li&gt;a:hover,
.pager li&gt;a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next&gt;a,
.pager .next&gt;span {
    float: right
}

.pager .previous&gt;a,
.pager .previous&gt;span {
    float: left
}

.pager .disabled&gt;a,
.pager .disabled&gt;a:hover,
.pager .disabled&gt;a:focus,
.pager .disabled&gt;span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs&gt;.btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active&gt;.badge,
.nav-pills&gt;.active&gt;a&gt;.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item&gt;.badge {
    float: right
}

.list-group-item&gt;.badge+.badge {
    margin-right: 5px
}

.nav-pills&gt;li&gt;a&gt;.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron&gt;hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    -webkit-transition: border .2s ease-in-out
}

.thumbnail&gt;img,
.thumbnail a&gt;img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert&gt;p,
.alert&gt;ul {
    margin-bottom: 0
}

.alert&gt;p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -o-transition: width .6s ease;
    transition: width .6s ease;
    -moz-transition: width .6s ease;
    -webkit-transition: width .6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media&gt;.pull-right {
    padding-left: 10px
}

.media-left,
.media&gt;.pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading&gt;small,
.list-group-item.active:hover .list-group-item-heading&gt;small,
.list-group-item.active:focus .list-group-item-heading&gt;small,
.list-group-item.active .list-group-item-heading&gt;.small,
.list-group-item.active:hover .list-group-item-heading&gt;.small,
.list-group-item.active:focus .list-group-item-heading&gt;.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading&gt;.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title&gt;a,
.panel-title&gt;small,
.panel-title&gt;.small,
.panel-title&gt;small&gt;a,
.panel-title&gt;.small&gt;a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel&gt;.list-group,
.panel&gt;.panel-collapse&gt;.list-group {
    margin-bottom: 0
}

.panel&gt;.list-group .list-group-item,
.panel&gt;.panel-collapse&gt;.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel&gt;.list-group:first-child .list-group-item:first-child,
.panel&gt;.panel-collapse&gt;.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel&gt;.list-group:last-child .list-group-item:last-child,
.panel&gt;.panel-collapse&gt;.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel&gt;.panel-heading+.panel-collapse&gt;.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel&gt;.table,
.panel&gt;.table-responsive&gt;.table,
.panel&gt;.panel-collapse&gt;.table {
    margin-bottom: 0
}

.panel&gt;.table caption,
.panel&gt;.table-responsive&gt;.table caption,
.panel&gt;.panel-collapse&gt;.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel&gt;.table:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child,
.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,
.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,
.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel&gt;.table:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,
.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,
.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,
.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel&gt;.panel-body+.table,
.panel&gt;.panel-body+.table-responsive,
.panel&gt;.table+.panel-body,
.panel&gt;.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child th,
.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child td {
    border-top: 0
}

.panel&gt;.table-bordered,
.panel&gt;.table-responsive&gt;.table-bordered {
    border: 0
}

.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,
.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,
.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,
.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,
.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,
.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child {
    border-left: 0
}

.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,
.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,
.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,
.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,
.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,
.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child {
    border-right: 0
}

.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,
.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,
.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th,
.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th {
    border-bottom: 0
}

.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,
.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,
.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,
.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th {
    border-bottom: 0
}

.panel&gt;.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse&gt;.panel-body,
.panel-group .panel-heading+.panel-collapse&gt;.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default&gt;.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default&gt;.panel-heading+.panel-collapse&gt;.panel-body {
    border-top-color: #ddd
}

.panel-default&gt;.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default&gt;.panel-footer+.panel-collapse&gt;.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary&gt;.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary&gt;.panel-heading+.panel-collapse&gt;.panel-body {
    border-top-color: #337ab7
}

.panel-primary&gt;.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary&gt;.panel-footer+.panel-collapse&gt;.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success&gt;.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success&gt;.panel-heading+.panel-collapse&gt;.panel-body {
    border-top-color: #d6e9c6
}

.panel-success&gt;.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success&gt;.panel-footer+.panel-collapse&gt;.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info&gt;.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info&gt;.panel-heading+.panel-collapse&gt;.panel-body {
    border-top-color: #bce8f1
}

.panel-info&gt;.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info&gt;.panel-footer+.panel-collapse&gt;.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning&gt;.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning&gt;.panel-heading+.panel-collapse&gt;.panel-body {
    border-top-color: #faebcc
}

.panel-warning&gt;.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning&gt;.panel-footer+.panel-collapse&gt;.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger&gt;.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger&gt;.panel-heading+.panel-collapse&gt;.panel-body {
    border-top-color: #ebccd1
}

.panel-danger&gt;.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger&gt;.panel-footer+.panel-collapse&gt;.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "HtigerCHS-Book", HtigerCHS, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "HtigerCHS-Book", HtigerCHS, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

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

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

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

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover&gt;.arrow,
.popover&gt;.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover&gt;.arrow {
    border-width: 11px
}

.popover&gt;.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top&gt;.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top&gt;.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right&gt;.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right&gt;.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom&gt;.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom&gt;.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left&gt;.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left&gt;.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner&gt;.item {
    display: none;
    position: relative;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
    -moz-transition: .6s ease-in-out left;
    -webkit-transition: .6s ease-in-out left
}

.carousel-inner&gt;.item&gt;img,
.carousel-inner&gt;.item&gt;a&gt;img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner&gt;.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner&gt;.item.next,
    .carousel-inner&gt;.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner&gt;.item.prev,
    .carousel-inner&gt;.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner&gt;.item.next.left,
    .carousel-inner&gt;.item.prev.right,
    .carousel-inner&gt;.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner&gt;.active,
.carousel-inner&gt;.next,
.carousel-inner&gt;.prev {
    display: block
}

.carousel-inner&gt;.active {
    left: 0
}

.carousel-inner&gt;.next,
.carousel-inner&gt;.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner&gt;.next {
    left: 100%
}

.carousel-inner&gt;.prev {
    left: -100%
}

.carousel-inner&gt;.next.left,
.carousel-inner&gt;.prev.right {
    left: 0
}

.carousel-inner&gt;.active.left {
    left: -100%
}

.carousel-inner&gt;.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical&gt;.btn-group:before,
.btn-group-vertical&gt;.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical&gt;.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

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

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}



.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul&gt;li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}



input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=search],
input[type=number],
input[type=datetime],
input[type=email] {
    font-family: inherit
}

.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content&gt;.actions-toolbar&gt;.primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
    line-height: 12px
}

.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
    display: none
}

address {
    margin-bottom: 0
}

body {
    line-height: 1.66;
    font-weight: 500
}

label,
.label {
    font-weight: 500 !important;
    font-size: 100% !important;
    padding: 0 !important;
    margin: 0
}

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

ul&gt;li,
ol&gt;li {
    margin-bottom: 0
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}

h1 {
    font-size: 2.6666em;
    line-height: 1.25em
}

h2 {
    font-size: 2em;
    line-height: 1.25em
}

h3 {
    font-size: 1.6666em;
    line-height: 1.2em
}

h4 {
    font-size: 1.3333em;
    line-height: 1.25em
}

h5 {
    font-size: 1.1666em;
    line-height: 1.1428em
}

h6 {
    font-size: 1em;
    line-height: 1.1666em
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0
}

input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=search],
input[type=number],
input[type=datetime],
input[type=email] {
    height: 35px;
    font-size: 92.86%;
    border: 1px solid #e5e5e5;
    line-height: 1.66;
    background-color: #fff;
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[placeholder],
[placeholder],
*[placeholder] {
    color: #919191 !important
}

textarea {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 1px solid #e5e5e5;
    background-color: #fff
}

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

button {
    -webkit-border-fit: lines
}

.menu-ontop {
    position: fixed !important;
    z-index: 888
}

.social-detail {
    clear: both
}

.social-detail .share-title {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: 600;
    font-size: 129.28%;
    color: #aeaeae
}

.social-detail .addthis_sharing_toolbox {
    display: inline-block;
    vertical-align: middle
}

button,
.button {
    overflow: visible;
    width: auto;
    border: none;
    margin: 0;
    background-color: #e74c3c;
    cursor: pointer !important;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    white-space: nowrap;
    color: #fff;
    font-size: 100%;
    font-weight: 700;
    opacity: 1 !important
}

button:hover,
.button:hover {
    background: #fe8377;
    color: #fff;
    border: none
}

.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
    display: none !important
}

body .fotorama--fullscreen {
    z-index: 99999 !important
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/icon-select.png) no-repeat right 12px top 50%;
    padding-right: 25px;
    height: 40px;
    color: #919191;
    border: 1px solid #e5e5e5
}

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

.page-title {
    margin-bottom: 40px
}

mark,
.mark {
    background-color: transparent
}

.empty {
    padding-top: 10px
}

.pager {
    margin: 0
}

.account.page-layout-2columns-left .column.main {
    width: 100% !important
}

.modal-footer {
    border: none
}

.modal-footer button.action-primary.action-accept {
    border: none;
    background-color: #999;
    color: #fff
}

.table&gt;thead&gt;tr&gt;td.info,
.table&gt;tbody&gt;tr&gt;td.info,
.table&gt;tfoot&gt;tr&gt;td.info,
.table&gt;thead&gt;tr&gt;th.info,
.table&gt;tbody&gt;tr&gt;th.info,
.table&gt;tfoot&gt;tr&gt;th.info,
.table&gt;thead&gt;tr.info&gt;td,
.table&gt;tbody&gt;tr.info&gt;td,
.table&gt;tfoot&gt;tr.info&gt;td,
.table&gt;thead&gt;tr.info&gt;th,
.table&gt;tbody&gt;tr.info&gt;th,
.table&gt;tfoot&gt;tr.info&gt;th {
    background: 0 0
}

.table&gt;thead&gt;tr&gt;th {
    text-transform: uppercase
}

.radio,
.checkbox {
    display: inline;
    position: relative;
    top: 1px;
    margin-top: 0 !important
}

.full-wrapper {
    margin-left: -1000%;
    margin-right: -1000%;
    clear: both
}

.container-full {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1920px
}

.modal-header {
    border-bottom: none
}

.modal-popup .action-close {
    border: none !important
}

.page-main {
    padding: 20px 0 20px
}

.page-main .fieldset&gt;.field:not(.choice)&gt;.label {
    width: auto;
    text-align: left;
    margin-bottom: 10px
}

.page-main .fieldset&gt;.field.choice:before,
.page-main .fieldset&gt;.field.no-label:before {
    width: auto;
    padding: 0
}

.page-main .fieldset&gt;.field:not(.choice)&gt;.control {
    width: 100%
}

.page-main .abs-margin-for-forms-desktop,
.page-main .fieldset .legend,
.page-main .column:not(.sidebar-main) form .actions-toolbar,
.page-main .column:not(.sidebar-additional) form .actions-toolbar,
.page-main .login-container .fieldset:after {
    margin-left: 0
}

.page-main .form.password.reset,
.page-main .form.send.confirmation,
.page-main .form.password.forget,
.page-main .form.create.account {
    width: 100%
}

.modal-content {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.authentication-dropdown .action-close {
    background: 0 0 !important;
    border: none !important;
    padding: 0 !important;
    margin: 20px
}

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
    max-width: none
}

.products.wrapper.products-grid .item {
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.price-box .price {
    font-size: 128.57%;
    color: #000
}

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

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

.price-box .special-price {
    margin-right: 10px
}

.price-box .old-price .price {
    text-decoration: line-through;
    color: #898989;
    font-size: 85.71%;
    position: relative
}

.price-box .price-from,
.price-box .price-to {
    display: inline-block;
    margin: 0
}

div[class^=swatch-opt-] {
    display: table
}

.counter:after {
    content: ")"
}

.counter:before {
    content: "("
}

.rating-box {
    width: 68px;
    height: 20px;
    position: relative
}

.rating-box .product-reviews-summary .rating-summary {
    left: auto;
    padding-right: 0;
    top: -7px
}

.product-reviews-summary {
    margin: 0
}

.product-reviews-summary .rating-summary {
    left: auto;
    padding-right: 10px
}

.product-reviews-summary .reviews-actions {
    position: relative;
    top: 2px
}

.product-reviews-summary .reviews-actions .view span:last-child:after {
    content: "|";
    margin-left: 10px
}

.control-qty {
    position: relative
}

.control-qty #qty {
    width: 83px;
    text-align: center;
    margin-right: 0;
    border-color: #e5e5e5;
    height: 40px;
    padding-left: 15px;
    padding-right: 50px;
    color: #000
}

.control-qty .control-qty {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    border-left: 1px solid #e5e5e5
}

.control-qty .quantity-controls {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    opacity: .5;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/plus-minus.png) no-repeat
}

.control-qty .quantity-controls:hover {
    opacity: 1
}

.control-qty .quantity-controls.quantity-plus {
    right: 0;
    background-position: center 5px
}

.control-qty .quantity-controls.quantity-minus {
    right: 0;
    background-position: center -45px;
    top: 20px
}

.rating-summary {
    padding-right: 15px
}

.rating-summary .rating-result {
    width: 68px;
    height: 12px;
    font-size: 0;
    line-height: 0;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/bkg_rating.png) 0 1px repeat-x;
    text-indent: -999em;
    overflow: hidden;
    margin-left: 0;
    margin-right: 15px
}

.rating-summary .rating-result:before {
    display: none
}

.rating-summary .rating-result&gt;span {
    float: left;
    height: 12px;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/bkg_rating.png) 0 100% repeat-x;
    position: relative;
    top: 0
}

.rating-summary .rating-result&gt;span:before {
    display: none
}

.rating-box {
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/bkg_rating.png) 0 0 repeat-x
}

.page-wrapper {
    overflow-x: hidden;
    left: 0;
    position: relative;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.page-header {
    margin: 0;
    width: 100%;
    padding-bottom: 0;
    border: none
}

.page-title {
    text-transform: uppercase;
    color: #2a2a2a;
    font-weight: 900;
    font-size: 128.57%
}

.owl-controls .owl-nav div {
    display: inline-block;
    width: 45px;
    height: 45px;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 2px;
    border-radius: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #d3d4d4
}

.owl-controls .owl-nav div:hover {
    background: #999
}

.owl-controls .owl-nav div:before {
    display: inline-block;
    text-indent: 0;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 24px;
    line-height: 45px;
    font-weight: 400;
    text-align: center;
    font-family: fontawesome
}

.owl-controls .owl-nav div.owl-next:before {
    content: "\f105"
}

.owl-controls .owl-nav div.owl-prev:before {
    content: "\f104"
}

.toolbar .pager .limiter strong,
.toolbar .pager .limiter select,
.toolbar .pager .limiter span {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.toolbar.review-toolbar {
    border: none
}

.toolbar.review-toolbar .pager {
    margin: 0
}

.toolbar.review-toolbar .pager .limiter {
    float: left;
    background: 0 0
}

.toolbar.review-toolbar .pager .limiter select {
    border-right-color: #eef1f5
}

legend {
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.review-legend {
    border-bottom: 1px solid #ddd
}

.review-field-ratings .review-field-rating .label {
    line-height: 33px;
    float: left
}

.review-field-ratings .review-field-rating .label:after {
    content: ": "
}

.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar {
    margin: 0 !important
}

.review-title {
    text-transform: uppercase
}

.review-form {
    max-width: none
}

.review-form .action.submit.primary {
    border: none;
    background: #999;
    color: #fff
}

.review-form .action.submit.primary:hover {
    background: #aaa;
    color: #fff;
    border: none
}

.fieldset .review-legend.legend {
    padding-bottom: 10px
}

.review-add .fieldset&gt;.field:not(.choice)&gt;.label {
    width: 100%;
    float: none;
    text-align: left
}

.review-add .fieldset&gt;.field:not(.choice)&gt;.control {
    float: none;
    width: 100%
}

.dropdown .mage-dropdown-dialog {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding: 20px 30px;
    z-index: 40;
    min-width: 155px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .1)
}

.product.options.list dt {
    display: inline
}

.product.options.list dd {
    display: inline;
    margin-right: 5px
}

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
    bottom: 2px !important
}

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
    top: 4px
}

.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
    top: 2px
}

.breadcrumbs {
    text-align: center;
    margin-bottom: 40px;
    background: url('../../frontend/Sm/htiger/zh_Hans_CN/images/bg-breadcrumbs.jpg') no-repeat top center;
    height: 250px;
    padding-top: 100px;
    color: #000
}

.breadcrumbs .title-page h1 {
    text-transform: uppercase;
    font-size: 171.43%;
    margin-bottom: 0
}

.breadcrumbs .title-page h1 strong {
    font-weight: 700
}

.breadcrumbs ul {
    margin: 0 !important;
    padding: 6px 0 0 !important;
    display: inline-block !important;
    width: 100%;
    font-size: 100% !important
}

.breadcrumbs ul li {
    color: #545454 !important;
    display: inline-block;
    padding: 0 14px 0 8px;
    position: relative
}

.breadcrumbs ul li.home {
    padding-left: 20px
}

.breadcrumbs ul li:not(:last-child):after {
    content: "/" !important;
    position: absolute;
    top: 3px !important;
    right: 0 !important;
    font-size: 16px !important
}

.breadcrumbs ul li a {
    display: block;
    padding: 0;
    font-size: 114.29%;
    text-decoration: none !important;
    color: #545454 !important
}

.breadcrumbs ul li a:hover {
    color: #999 !important
}

.breadcrumbs ul li:last-child strong {
    font-weight: 400;
    color: #000;
    font-size: 114.29%
}

.tab-custom .title-tab-content {
    text-align: center;
    margin-bottom: 30px
}

.tab-custom .title-tab-content .list-item-tab {
    display: inline-block;
    position: relative
}

.tab-custom .title-tab-content .list-item-tab:before,
.tab-custom .title-tab-content .list-item-tab:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: -2px
}

.tab-custom .title-tab-content .list-item-tab:before {
    left: -25px
}

.tab-custom .title-tab-content .list-item-tab:after {
    right: -25px
}

.tab-custom .title-tab-content .list-item-tab .item-tab {
    display: inline-block;
    cursor: pointer;
    color: #a8a8a8;
    text-transform: uppercase;
    font-size: 154.76%;
    padding: 0 15px;
    position: relative
}

.tab-custom .title-tab-content .list-item-tab .item-tab:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #a8a8a8;
    position: absolute;
    right: -2px;
    top: 50%;
    margin-top: -8px
}

.tab-custom .title-tab-content .list-item-tab .item-tab.tab-active {
    cursor: default;
    color: #000
}

.tab-custom .title-tab-content .list-item-tab .item-tab:last-child:before {
    display: none
}

.tab-custom .tab-content-product {
    height: 0;
    visibility: hidden;
    overflow: hidden
}

.tab-custom .tab-content-product.show-content {
    height: auto;
    visibility: visible;
    overflow: visible
}

.account.page-layout-2columns-left .sidebar-main,
.account.page-layout-2columns-left .sidebar-additional {
    width: 100% !important
}

.nav-mobile-container {
    position: relative;
    height: 40px
}

.btn-mobile {
    display: inline-block;
    max-height: 65px
}

.btn-mobile .button-mobile {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    font-size: 18px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    background: #999
}

.navigation-mobile {
    background-color: #fff;
    padding: 20px
}

.navigation-mobile&gt;ul&gt;li {
    border-bottom: 1px solid #ddd;
    position: relative
}

.navigation-mobile&gt;ul&gt;li:last-child {
    border-bottom: none
}

.navigation-mobile&gt;ul&gt;li&gt;a {
    display: block;
    text-transform: uppercase;
    padding: 10px 0
}

.navigation-mobile&gt;ul&gt;li ul {
    display: none;
    padding-left: 10px
}

.navigation-mobile&gt;ul&gt;li ul li {
    position: relative
}

.navigation-mobile&gt;ul&gt;li ul li a {
    display: block;
    padding: 10px 0
}

.navigation-mobile .touch-button {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #5c5c5c;
    position: absolute;
    right: 0;
    top: 10px;
    line-height: 20px;
    text-align: center;
    cursor: pointer
}

.navigation-mobile .touch-button:before {
    content: '\f067';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 10px;
    color: #fff
}

.navigation-mobile .touch-button.active:before {
    content: '\f068';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 10px
}

.navigation-mobile .touch-button span {
    display: none
}

.collapse-type .navigation-mobile {
    display: none;
    position: absolute;
    z-index: 0;
    top: 67px;
    width: 100%
}

.sidebar-type .navigation-mobile {
    position: fixed;
    top: 0;
    left: -350px;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    z-index: 777;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.navbar-active {
    overflow-x: hidden
}

.navbar-active .btn-mobile .button-mobile.active:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 555
}

.navbar-active .page-wrapper {
    left: 300px
}

.navbar-active .sidebar-type .navigation-mobile {
    left: 0
}

.products-grid .item .item-inner .box-image a img:hover,
.slider-brand .item a img:hover,
.blog-wrapper .blog-image a img:hover,
.banner-megamenu a img:hover,
.products-sidebar .box-image a img:hover,
.image-sidebar a img:hover,
.minicart-items-wrapper .product .product-image-wrapper img:hover {
    opacity: .8
}

.checkout-index-index .search-header-content {
    border: none !important
}

@media (max-width:991px) {
    .checkout-index-index .header-style-1 .header-bottom .nav-mobile-container .btn-mobile:after {
        background: 0 0
    }
}

.modal-popup .action-close {
    padding: 0 !important
}

.cart.table-wrapper .item-actions td {
    padding-bottom: 0 !Important
}

.wrap-newsletter-popup .fancybox-skin {
    border-radius: 0;
    background: #fff
}

.wrap-newsletter-popup .fancybox-close {
    border-radius: 0;
    width: 31px;
    height: 31px;
    right: 0;
    top: -31px;
    background: #999 url('../../frontend/Sm/htiger/zh_Hans_CN/images/icon-close.png') no-repeat center center
}

.wrap-newsletter-popup .fancybox-close:hover {
    background-color: #aaa
}

.wrap-newsletter-popup #newsletter-popup {
    display: block
}

#newsletter-popup {
    display: none;
    padding: 0;
    width: 710px
}

#newsletter-popup .pop-content {
    padding: 20px 40px;
    font-size: 16px;
    color: #555
}

#newsletter-popup .pop-content h2 {
    font-size: 24px;
    color: #333;
    padding-bottom: 10px;
    text-align: center
}

#newsletter-popup .pop-content .pop-btn {
    background: #333;
    margin: 0 -20px
}

#newsletter-popup .pop-content .pop-btn a {
    color: #fff !important;
    font-size: 22px;
    padding: 10px;
    text-align: center;
    display: block
}

#newsletter-popup .promotional-popup {
    width: 901px;
    height: 470px;
    text-align: center;
    padding: 45px 15px 0 52%;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/bg_newsletter.jpg) no-repeat top left
}

#newsletter-popup .promotional-popup .title-home h2 {
    font-size: 277%;
    color: #010101
}

#newsletter-popup .promotional-popup .desc {
    padding: 15px 20px 25px;
    line-height: 150%
}

#newsletter-popup .promotional-popup .input-box {
    width: 100%;
    display: inline-block;
    background-color: #fff !important;
    color: #b2b2b2 !important;
    padding: 0;
    border-radius: 0;
    border-right: 0;
    float: left;
    text-align: left
}

#newsletter-popup .promotional-popup .input-box input#newsletter-input {
    border: 1px solid #e5e5e5;
    height: 37px;
    text-indent: 5px
}

#newsletter-popup .promotional-popup .action-newsletter {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    float: left
}

#newsletter-popup .promotional-popup .action.subscribe.primary {
    width: 25%;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 85.71%;
    height: 37px;
    position: absolute;
    right: 31px;
    max-width: 105px
}

#newsletter-popup .promotional-popup .input-text {
    width: 100%;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
    float: left;
    border: 0;
    line-height: 34px;
    height: 34px
}

#newsletter-popup .promotional-popup .button {
    display: inline-block;
    height: 37px;
    border-radius: 0;
    line-height: 37px;
    background-color: #999;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase
}

#newsletter-popup .promotional-popup .button:hover {
    background-color: #aaa
}

#newsletter-popup .promotional-popup .subscribe-bottom {
    margin-top: 28px;
    display: inline-block
}

#newsletter-popup .promotional-popup .subscribe-bottom #uniform-dont-show-again {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0;
    margin: 0 5px
}

#newsletter-popup .promotional-popup .subscribe-bottom label {
    font-weight: 400 !important;
    font-size: 108% !important
}

#newsletter-popup .promotional-popup .socials-wrap {
    padding-top: 35px;
    margin-bottom: 0
}

#newsletter-popup .promotional-popup .socials-wrap .title {
    display: none
}

#newsletter-popup .promotional-popup .socials-wrap ul {
    margin: 0
}

#newsletter-popup .promotional-popup .socials-wrap .li-social {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
    border: 1px solid #e5e5e5;
    width: 40px;
    height: 40px;
    line-height: 40px
}

#newsletter-popup .promotional-popup .socials-wrap .li-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #919191
}

#newsletter-popup .promotional-popup .socials-wrap .li-social a .name-social {
    display: none
}

#newsletter-popup .promotional-popup .socials-wrap .li-social:hover {
    background: #999;
    border-color: #999
}

#newsletter-popup .promotional-popup .socials-wrap .li-social:hover a {
    color: #fff
}

@media (max-width:991px) {
    #newsletter-popup .promotional-popup {
        width: 100%;
        padding: 15px 15px 45px;
        height: auto;
        background: 0 0
    }
}

@media (max-width:991px) {
    .wrap-newsletter-popup {
        top: 40px !important
    }

    .wrap-newsletter-popup #newsletter-popup {
        overflow-y: scroll;
        height: 100%
    }
}

@media (max-width:479px) {
    #newsletter-popup .promotional-popup {
        padding: 15px 0
    }

    #newsletter-popup .promotional-popup .title-home h2 {
        font-size: 139.29%
    }

    #newsletter-popup .promotional-popup .desc {
        font-size: 92.86%;
        padding: 15px 10px
    }

    #newsletter-popup .promotional-popup .input-box {
        width: 70%;
        font-size: 92.86%
    }

    #newsletter-popup .promotional-popup .action.subscribe.primary {
        width: 30%;
        padding: 0
    }

    #newsletter-popup .promotional-popup .socials-wrap .li-social {
        margin: 0 2px;
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    #newsletter-popup .promotional-popup .socials-wrap .li-social a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 13px
    }
}


@media (min-width:1200px) {
    .page-wrapper {
        overflow-y: hidden
    }

    .navigation-mobile-container {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .navigation-mobile-container {
        display: none
    }
}

@media (max-width:991px) {
    .container-full {
        padding: 0
    }

    .col2-layout&gt;.container&gt;.row&gt;.col-lg-3 {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    #newsletter-popup .promotional-popup {
        position: relative
    }

    #newsletter-popup .promotional-popup .action.subscribe.primary {
        right: 16px
    }

    .full-wrapper {
        margin-left: -15px;
        margin-right: -15px
    }

    .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
        width: 50% !important
    }

    .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: 0 !important
    }

    .products-grid.wishlist .product-item-photo {
        float: none !important;
        margin-right: 0 !important
    }

    .mb_padding_top_one {
        padding: 50px 25px 0 !important
    }

    .mb_padding_top_two {
        padding: 50px 25px 0 !important
    }

    .mb_padding_top_three {
        padding: 50px 25px 0 !important
    }

    .mb_padding_top_four {
        padding: 35px 25px 0 !important
    }

    .mb_padding_top_five {
        padding: 50px 25px 0 !important
    }

    .mb_padding_top_six {
        padding: 50px 25px 0 !important
    }

    .mb_padding_bottom_one {
        padding: 0 25px 50px !important
    }

    .mb_padding_bottom_two {
        padding: 0 25px 35px !important
    }

    .mb_padding_bottom_three {
        padding: 0 25px 20px !important
    }

    .mb_padding_bottom_four {
        padding: 0 25px 11px !important
    }

    .mb_padding_bottom_five {
        padding: 0 25px 28px !important
    }

    .mb_padding_bottom_six {
        padding: 0 25px 25px !important
    }

    .mb_padding_none_one {
        padding: 0 25px !important
    }

    .mb_padding_none_two {
        padding: 0 25px !important
    }

    .mb_padding_none_three {
        padding: 0 25px !important
    }

    .mb_padding_none_four {
        padding: 0 25px !important
    }

    .mb_padding_none_five {
        padding: 0 25px !important
    }

    .mb_padding_none_six {
        padding: 0 25px !important
    }

    .mb_padding_all_one {
        padding: 50px 25px 50px !important
    }

    .mb_padding_all_two {
        padding: 50px 25px 35px !important
    }

    .mb_padding_all_three {
        padding: 50px 25px 20px !important
    }

    .mb_padding_all_four {
        padding: 35px 25px 11px !important
    }

    .mb_padding_all_five {
        padding: 50px 25px 28px !important
    }

    .mb_padding_all_six {
        padding: 50px 25px 25px !important
    }
}

@media (max-width:480px) {
    .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
        width: 100%
    }
}

@media (max-width:479px) {
    #newsletter-popup .promotional-popup .action.subscribe.primary {
        right: 1px
    }
}

.owl-wrapper-outer {
    overflow-x: hidden
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../../frontend/Sm/paco/zh_Hans_CN/Mageplaza_Core/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-theme .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #fff;
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span {
    background: #999;
    border-color: #999
}

.owl-animated-out {
    z-index: 1
}

.owl-animated-in {
    z-index: 0
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.sm-super-categories .spctabs-items .fadeIn .spctabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.sm-super-categories .spctabs-items .flipInY .spctabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-backface-visibility: visible;
    -moz-animation-play-state: running;
    -moz-backface-visibility: visible;
    -o-animation-play-state: running;
    -o-backface-visibility: visible;
    animation-play-state: running;
    backface-visibility: visible
}

@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(80deg)
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg)
    }

    90% {
        -webkit-transform: perspective(400px) rotateY(-5deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg)
    }
}

@-moz-keyframes flipInY {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateY(80deg)
    }

    40% {
        -moz-transform: perspective(400px) rotateY(-20deg)
    }

    70% {
        -moz-transform: perspective(400px) rotateY(10deg)
    }

    90% {
        -moz-transform: perspective(400px) rotateY(-5deg)
    }

    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateY(0deg)
    }
}

@-o-keyframes flipInY {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateY(80deg)
    }

    40% {
        -o-transform: perspective(400px) rotateY(-20deg)
    }

    70% {
        -o-transform: perspective(400px) rotateY(10deg)
    }

    90% {
        -o-transform: perspective(400px) rotateY(-5deg)
    }

    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateY(0deg)
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(80deg)
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg)
    }

    90% {
        -webkit-transform: perspective(400px) rotateY(-5deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg)
    }
}

.sm-super-categories .spctabs-items .flipInX .spctabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-backface-visibility: visible;
    -moz-animation-play-state: running;
    -moz-backface-visibility: visible;
    -o-animation-play-state: running;
    -o-backface-visibility: visible;
    animation-play-state: running;
    backface-visibility: visible
}

@-webkit-keyframes flipInX {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(85deg)
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(15deg)
    }

    90% {
        -webkit-transform: perspective(400px) rotateX(-5deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg)
    }
}

@-moz-keyframes flipInX {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateX(85deg)
    }

    40% {
        -moz-transform: perspective(400px) rotateX(-20deg)
    }

    70% {
        -moz-transform: perspective(400px) rotateX(15deg)
    }

    90% {
        -moz-transform: perspective(400px) rotateX(-5deg)
    }

    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateX(0deg)
    }
}

@-o-keyframes flipInX {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateX(85deg)
    }

    40% {
        -o-transform: perspective(400px) rotateX(-20deg)
    }

    70% {
        -o-transform: perspective(400px) rotateX(15deg)
    }

    90% {
        -o-transform: perspective(400px) rotateX(-5deg)
    }

    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateX(0deg)
    }
}

@keyframes flipInX {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(85deg)
    }

    40% {
        transform: perspective(400px) rotateX(-20deg)
    }

    70% {
        transform: perspective(400px) rotateX(15deg)
    }

    90% {
        transform: perspective(400px) rotateX(-5deg)
    }

    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg)
    }
}

.sm-super-categories .spctabs-items .flip .spctabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-backface-visibility: visible;
    -moz-animation-play-state: running;
    -moz-backface-visibility: visible;
    -o-animation-play-state: running;
    -o-backface-visibility: visible;
    animation-play-state: running;
    backface-visibility: visible
}

@-webkit-keyframes flip {
    0% {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateY(0);
        -webkit-animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(500px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(500px) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(500px) scale(1);
        -webkit-animation-timing-function: ease-in
    }
}

@-moz-keyframes flip {
    0% {
        opacity: 0;
        -moz-transform: perspective(500px) rotateY(0);
        -moz-animation-timing-function: ease-out
    }

    40% {
        -moz-transform: perspective(500px) translateZ(150px) rotateY(170deg);
        -moz-animation-timing-function: ease-out
    }

    50% {
        -moz-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        -moz-animation-timing-function: ease-in
    }

    80% {
        -moz-transform: perspective(500px) rotateY(360deg) scale(.95);
        -moz-animation-timing-function: ease-in
    }

    100% {
        opacity: 1;
        -moz-transform: perspective(500px) scale(1);
        -moz-animation-timing-function: ease-in
    }
}

@-o-keyframes flip {
    0% {
        opacity: 0;
        -o-transform: perspective(500px) rotateY(0);
        -o-animation-timing-function: ease-out
    }

    40% {
        -o-transform: perspective(500px) translateZ(150px) rotateY(170deg);
        -o-animation-timing-function: ease-out
    }

    50% {
        -o-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        -o-animation-timing-function: ease-in
    }

    80% {
        -o-transform: perspective(500px) rotateY(360deg) scale(.95);
        -o-animation-timing-function: ease-in
    }

    100% {
        opacity: 1;
        -o-transform: perspective(500px) scale(1);
        -o-animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        opacity: 0;
        transform: perspective(500px) rotateY(0);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(500px) translateZ(150px) rotateY(170deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(500px) rotateY(360deg) scale(.95);
        animation-timing-function: ease-in
    }

    100% {
        opacity: 1;
        transform: perspective(500px) scale(1);
        animation-timing-function: ease-in
    }
}

.sm-super-categories .spctabs-items .starwars .spctabs-item {
    opacity: 0;
    position: relative;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-play-state: running;
    -moz-transform-origin: 50% 50%;
    -moz-animation-play-state: running;
    -o-transform-origin: 50% 50%;
    -o-animation-play-state: running;
    transform-origin: 50% 50%;
    animation-play-state: running
}

@-webkit-keyframes starwars {
    0% {
        opacity: 0;
        -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg)
    }

    80% {
        opacity: 1;
        -webkit-transform: perspective(200px) scale(1) rotateX(60deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(200px) scale(1) rotateX(0deg)
    }
}

@-moz-keyframes starwars {
    0% {
        opacity: 0;
        -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg)
    }

    80% {
        opacity: 1;
        -moz-transform: perspective(200px) scale(1) rotateX(60deg)
    }

    100% {
        opacity: 1;
        -moz-transform: perspective(200px) scale(1) rotateX(0deg)
    }
}

@-o-keyframes starwars {
    0% {
        opacity: 0;
        -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg)
    }

    80% {
        opacity: 1;
        -o-transform: perspective(200px) scale(1) rotateX(60deg)
    }

    100% {
        opacity: 1;
        -o-transform: perspective(200px) scale(1) rotateX(0deg)
    }
}

@keyframes starwars {
    0% {
        opacity: 0;
        transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg)
    }

    80% {
        opacity: 1;
        transform: perspective(200px) scale(1) rotateX(60deg)
    }

    100% {
        opacity: 1;
        transform: perspective(200px) scale(1) rotateX(0deg)
    }
}

.sm-super-categories .spctabs-items .slideRight .spctabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@-moz-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@-o-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px
    }

    100% {
        opacity: 1;
        left: 0
    }
}

.sm-super-categories .spctabs-items .bounceIn .spctabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }

    50% {
        -webkit-transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3)
    }

    50% {
        -moz-transform: scale(1.05)
    }

    70% {
        -moz-transform: scale(.9)
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1)
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3)
    }

    50% {
        -o-transform: scale(1.05)
    }

    70% {
        -o-transform: scale(.9)
    }

    100% {
        opacity: 1;
        -o-transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        transform: scale(1.05)
    }

    70% {
        transform: scale(.9)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.sm-super-categories .spctabs-items .zoomIn .spctabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes zoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale(1.8)
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1)
    }
}

@-o-keyframes zoomIn {
    0% {
        opacity: 0;
        -o-transform: scale(1.8)
    }

    100% {
        opacity: 1;
        -o-transform: scale(1)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(1.8)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.sm-super-categories .spctabs-items .pageTop .spctabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-transform-origin: 50% 0%;
    -moz-animation-play-state: running;
    -moz-transform-origin: 50% 0%;
    -o-animation-play-state: running;
    -o-transform-origin: 50% 0%;
    animation-play-state: running;
    transform-origin: 50% 0%
}

@-webkit-keyframes pageTop {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg)
    }
}

@-moz-keyframes pageTop {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateX(90deg)
    }

    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateX(0deg)
    }
}

@-o-keyframes pageTop {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateX(90deg)
    }

    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateX(0deg)
    }
}

@keyframes pageTop {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }

    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg)
    }
}

.sm-super-categories .spctabs-items .zoomOut .spctabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation: zoomOut .6s ease both;
    -moz-animation-play-state: paused;
    -o-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(.6)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes zoomOut {
    0% {
        opacity: 0;
        -moz-transform: scale(.6)
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1)
    }
}

@-o-keyframes zoomOut {
    0% {
        opacity: 0;
        -o-transform: scale(.6)
    }

    100% {
        opacity: 1;
        -o-transform: scale(1)
    }
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        transform: scale(.6)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.sm-super-categories .spctabs-items .slideLeft .spctabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@-moz-keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@-o-keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px
    }

    100% {
        opacity: 1;
        left: 0
    }
}

.play .spctabs-item {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #fff;
    color: #444;
    text-shadow: none
}

.fancybox-opened {
    z-index: 999999
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-outer,
.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow-y: auto !important;
    overflow-x: hidden !important
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('../../frontend/Sm/htiger/zh_Hans_CN/images/fancybox/fancybox_sprite.png')
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 100000
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../../frontend/Sm/htiger/zh_Hans_CN/images/fancybox/fancybox_loading.gif') center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background: #000;
    border-radius: 100px
}

.fancybox-close:before {
    content: '\e616';
    font-family: 'icons-blank-theme';
    display: block;
    font-size: 36px;
    line-height: 36px;
    color: #fff
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../../frontend/Sm/htiger/zh_Hans_CN/images/fancybox/blank.gif');
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .5)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('../../frontend/Sm/htiger/zh_Hans_CN/images/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url('../../frontend/Sm/htiger/zh_Hans_CN/images/fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px
    }
}

#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 100000
}

#fancybox-buttons.top {
    top: 10px
}

#fancybox-buttons.bottom {
    bottom: 10px
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    background: #323232;
    background: -moz-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333));
    background: -webkit-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
    background: -o-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
    background: -ms-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
    background: linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0)
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 29px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url('../../frontend/Sm/htiger/zh_Hans_CN/images/fancybox/fancybox_buttons.png');
    background-repeat: no-repeat;
    outline: none;
    opacity: .8
}

#fancybox-buttons a:hover {
    opacity: 1
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0
}

#fancybox-buttons a.btnDisabled {
    opacity: .4;
    cursor: default
}

#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 100000
}

#fancybox-thumbs.bottom {
    bottom: 2px
}

#fancybox-thumbs.top {
    top: 2px
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: .5
}

#fancybox-thumbs ul li.active {
    opacity: .75;
    padding: 0;
    border: 1px solid #fff
}

#fancybox-thumbs ul li:hover {
    opacity: 1
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none
}

.cms-noroute-index .page-main {
    min-height: 703px
}

.cms-noroute-index .page-main .page-404 {
    color: #000
}

.cms-noroute-index .page-main .page-404 .title-page {
    font-size: 32px;
    font-weight: 700;
    margin-top: 80px
}

.cms-noroute-index .page-main .page-404 .title-page span {
    color: #999
}

.cms-noroute-index .page-main .page-404 .desc {
    font-size: 32px;
    margin-bottom: 40px
}

.cms-noroute-index .page-main .page-404 .desc-2 {
    color: #333;
    font-size: 16px;
    margin-bottom: 60px
}

.cms-noroute-index .page-main .page-404 .tolinks {
    padding-top: 60px;
    border-top: 1px solid #dcdcdc;
    margin-bottom: 180px
}

.cms-noroute-index .page-main .page-404 .tolinks .link_item {
    display: flex;
    align-items: center;
    font-size: 24px;
    height: 42px;
    margin-bottom: 17px;
    color: #333
}

.cms-noroute-index .page-main .page-404 .tolinks .link_item span:first-child {
    background: #000;
    width: 30px;
    height: 30px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px
}

.cms-noroute-index .page-main .page-404 .tolinks .link_item span:first-child img {
    width: 22px;
    height: auto;
    margin: 4px auto;
    display: block
}

.cms-noroute-index .page-main .page-404 .tolinks .link_item:hover .right_arr {
    animation-name: CoverThreeWhiteFromLeftToRight;
    animation-duration: .3s;
    animation-timing-function: linear
}

.cms-noroute-index .page-main .page-404 .newsletter-wrap {
    max-width: 487px;
    margin: auto;
    position: relative;
    margin-bottom: 20px
}

.cms-noroute-index .page-main .page-404 .newsletter-wrap input {
    height: 50px;
    border-radius: 0;
    border: 1px solid #d7d7d7;
    color: #8d8d8d;
    text-indent: 75px
}

.cms-noroute-index .page-main .page-404 .newsletter-wrap button.action.subscribe.primary {
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    width: 145px;
    height: 50px
}

.cms-noroute-index .page-main .page-404 .action-back-home a {
    color: #fefefe;
    text-transform: uppercase
}

.cms-noroute-index .page-main .page-404 .action-back-home a:after {
    content: "\f105";
    font-family: fontawesome;
    padding-left: 10px
}

.cms-noroute-index .page-main .page-404 .action-back-home a:hover {
    color: #999
}

@keyframes CoverThreeWhiteFromLeftToRight {
    from {
        transform: translate(0)
    }

    50% {
        transform: translate(28px)
    }

    51% {
        transform: translate(-28px)
    }

    to {
        transform: translate(0)
    }
}

.login-container .block-customer-login,
.login-container .block-new-customer {
    padding: 30px;
    background-color: #fafafa;
    min-height: 439px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px
}

.login-container .block-customer-login .block-title,
.login-container .block-new-customer .block-title {
    font-size: 100%;
    padding: 0 0 15px;
    border: none;
    margin-bottom: 15px
}

.login-container .block-customer-login a.action.create.primary,
.login-container .block-new-customer a.action.create.primary {
    color: #fff;
    background: #999;
    padding: 10px 20px;
    font-weight: 700
}

.login-container .block-customer-login a.action.create.primary:hover,
.login-container .block-new-customer a.action.create.primary:hover {
    background: #aaa
}

.form-create-account .fieldset {
    width: 48.8%;
    min-height: 310px;
    padding: 30px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    min-height: 319px
}

.form-create-account .fieldset .legend {
    border-bottom: 1px solid #e8e8e8;
    font-size: 133.33%;
    text-transform: uppercase;
    padding-bottom: 10px
}

.form-create-account .fieldset.create.info {
    float: left
}

.form-create-account .fieldset.create.info .field-name-firstname,
.form-create-account .fieldset.create.info .field-name-lastname {
    width: 47%
}

.form-create-account .fieldset.create.info .field-name-firstname {
    float: left
}

.form-create-account .fieldset.create.info .field-name-lastname {
    float: right
}

.form-create-account .fieldset.create.account {
    float: right
}

.form-create-account .actions-toolbar {
    clear: both;
    padding: 30px;
    background-color: #fafafa;
    border: 1px solid #ddd
}

.cart-container .paypal-review-discount .block&gt;.title:after {
    right: 0;
    top: -7px
}

.cart-container .cart-summary {
    width: 30%;
    background: 0 0;
    border: 1px solid #ddd;
    padding: 25px;
    top: 0 !important
}

.cart-container .cart-summary .summary.title {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600
}

.cart-container .cart-summary .block&gt;.title:after {
    right: 0;
    top: -7px
}

.cart-container .cart-summary .block .title {
    padding: 10px 10px 5px;
    background: #fafafa;
    border: 1px solid #ddd
}

.cart-container .cart-summary .block .title strong {
    font-weight: 500 !important;
    font-size: 100% !important;
    text-transform: uppercase
}

.cart-container .cart-summary .block .content {
    padding: 10px 0
}

.cart-container .cart-summary .block .fieldset {
    margin: 0
}

.cart-container .form.form-cart {
    width: 67%
}

.cart-container .cart.main.actions .action {
    border: none;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    font-family: inherit;
    font-size: 92.86%;
    margin-bottom: 10px;
    margin-right: 0;
    background: #999
}

.cart-container .cart.main.actions .action span {
    font-size: 92.86%
}

.cart-container .cart.main.actions .action:before {
    display: none
}

.cart-container .cart.main.actions .action.update {
    margin-left: 10px
}

.cart-container .cart.main.actions .action:hover {
    background: #aaa
}

.cart-container .cart.table-wrapper .product-item-name {
    font-weight: 500;
    word-break: break-word;
    margin-right: 10px
}

.cart-container .cart.table-wrapper .item .col.item {
    border-top: none
}

.cart-container .cart.table-wrapper .actions-toolbar {
    text-align: right
}

.cart-container .cart.table-wrapper .actions-toolbar .action-edit,
.cart-container .cart.table-wrapper .actions-toolbar .action-delete {
    background: 0 0;
    font-weight: 500;
    font-size: 92.86%
}

.cart-container .cart.table-wrapper .actions-toolbar .action-edit:hover,
.cart-container .cart.table-wrapper .actions-toolbar .action-delete:hover {
    border: none;
    color: #fff;
    background: #999;
    border: 1px solid #999
}

.cart-container mark,
.cart-container .mark {
    background: 0 0
}

.cart-container .cart-totals {
    border-top: none
}

.cart-container .checkout-methods-items {
    background: #fafafa;
    margin: 25px -25px -25px;
    padding: 25px;
    border-top: 1px solid #ddd
}

.cart-container .checkout-methods-items .action.primary.checkout {
    height: 40px;
    padding: 0 20px;
    border: none !important;
    color: #fff;
    letter-spacing: 0
}

.checkout-payment-method .payment-method-content&gt;.actions-toolbar&gt;.primary .action.primary,
.checkout-shipping-method .actions-toolbar .action.primary {
    line-height: 0
}

.table-comparison th {
    text-transform: uppercase
}

.table-comparison .products-grid .item {
    float: left
}

.wishlist-index-index .products-grid .product-item-actions {
    clear: both
}

.wishlist-index-index .products-grid .product-item-actions a {
    float: left !important;
    margin-top: 0 !important
}

.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .product-item-actions {
    margin: 0 0 10px !important
}

.form-wishlist-items .box-tocart .control {
    margin-bottom: 10px;
    margin-right: 5px !important
}

.checkout-container .opc-sidebar .modal-header {
    border: none;
    padding: 0
}

.checkout-container .opc-sidebar .modal-content .opc-block-summary {
    padding: 30px;
    margin: 0 0 30px;
    background-color: #fafafa
}

.checkout-container .opc-sidebar .modal-content .opc-block-summary&gt;.title {
    font-size: 154.76%;
    text-transform: uppercase;
    font-weight: 600
}

.checkout-container .authentication-wrapper {
    margin-top: 10px
}

.checkout-container .authentication-wrapper button {
    text-transform: uppercase
}

.checkout-container .block-customer-login .block-title {
    font-size: 92.86%;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    top: -26px
}

.checkout-container .table-checkout-shipping-method thead th {
    display: none !important
}

.checkout-container .opc-wrapper .fieldset&gt;.field.required&gt;label:after {
    top: 0;
    margin-left: 4px
}

.checkout-container .opc-block-shipping-information {
    padding: 0
}

.checkout-container .opc-block-shipping-information .ship-to,
.checkout-container .opc-block-shipping-information .ship-via {
    padding: 30px;
    margin: 0 0 30px;
    background-color: #fafafa
}

.checkout-container .opc-block-shipping-information .ship-to .shipping-information-title,
.checkout-container .opc-block-shipping-information .ship-via .shipping-information-title {
    font-size: 154.76%;
    text-transform: uppercase;
    font-weight: 600
}

.checkout-container .opc-block-shipping-information .ship-to .action-edit,
.checkout-container .opc-block-shipping-information .ship-via .action-edit {
    padding: 0 !important;
    border: none !important
}

.checkout-container .checkout-payment-method .payment-method-content {
    padding: 0 0 20px
}

.checkout-container .checkout-payment-method .payment-option-title {
    padding-left: 0
}

.checkout-container .checkout-payment-method .payment-option-content {
    padding: 0 0 20px
}

.checkout-container .checkout-payment-method .step-title {
    text-transform: uppercase;
    font-weight: 600
}

.checkout-container .opc-wrapper .shipping-address-item {
    width: 100%
}

.checkout-container .opc-wrapper .shipping-address-items {
    margin-top: 30px
}

.checkout-container .opc-wrapper .action-show-popup&gt;span:before {
    content: ""
}

.form-wishlist-items {
    margin: 0 -15px
}

.form-wishlist-items .products-grid.wishlist {
    display: table;
    width: 100%;
    margin-bottom: 30px
}

.form-wishlist-items .products-grid.wishlist .product-items {
    padding: 0;
    list-style: none
}

.form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    float: left;
    width: 33.33%;
    padding: 15px;
    margin: 0;
    background-color: #fff;
    position: relative;
    border: 1px solid transparent
}

.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-info {
    width: 100% !important
}

.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-inner {
    display: none;
    position: absolute;
    left: -1px;
    right: -1px;
    z-index: 10;
    padding: 0 15px 15px;
    background-color: #fff;
    border: 1px solid #ddd
}

.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .field.qty {
    display: inline-block;
    vertical-align: bottom;
    margin: 0
}

.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .field.qty .qty {
    height: 35px
}

.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .product-item-actions {
    display: inline-block;
    vertical-align: bottom;
    margin: 0
}

.form-wishlist-items .products-grid.wishlist .product-items li.product-item:hover {
    border: 1px solid #ddd
}

.form-wishlist-items .products-grid.wishlist .product-items li.product-item:hover .product-item-inner {
    display: block
}

.form-wishlist-items .actions-toolbar {
    clear: both;
    padding: 0 15px
}

.category-about-us .page-title {
    display: none
}

.about-us {
    background-color: #fff
}

.about-us.about-demo-1 .about-info {
    margin-bottom: 40px
}

.about-us .about-title {
    font-size: 171.43%;
    color: #1e1e1e;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700
}

.about-us .our-team-content .about-title {
    text-align: center;
    margin: 45px 0
}

.about-us .name-member {
    font-size: 108.33%;
    font-weight: 700
}

.about-us .job-member {
    margin: 7px 0 10px;
    font-style: italic
}

.about-us .job-member:before,
.about-us .job-member:after {
    content: "---";
    margin: 0 5px
}

.about-us .social-member {
    list-style: none;
    padding-top: 10px
}

.about-us .social-member .social-icon {
    display: inline-block;
    margin: 0 3px
}

.about-us .social-member .social-icon a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.about-us .social-member .social-icon a span {
    display: none
}

.about-us .social-member .social-icon a:hover {
    background-color: #999 !important
}

.about-us .social-member .social-icon.rss a {
    background-color: #f8bc2e
}

.about-us .social-member .social-icon.facebook a {
    background-color: #39599f
}

.about-us .social-member .social-icon.twitter a {
    background-color: #45b0e3
}

.about-us .social-member .social-icon.google a {
    background-color: #1872bf
}

.about-us .des-member.des-client {
    max-width: 950px;
    margin: 0 auto;
    font-style: italic;
    margin-bottom: 10px
}

.about-us .member-info {
    text-align: center;
    padding-top: 15px
}

.about-us .client-say-content {
    text-align: center;
    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
    position: relative
}

.about-us .client-say-content .about-title {
    position: relative;
    top: -12px;
    background-color: #fff;
    padding: 0 10px;
    display: inline-block
}

.about-us .client-say-content .client-say-slider {
    padding-top: 15px
}

.about-us .client-say-content .client-say-slider .owl-dots {
    position: absolute;
    left: 0;
    top: -13px;
    width: 100%
}

.about-us .client-say-content .client-say-slider .owl-dots span {
    width: 16px;
    height: 16px;
    background-color: #d9d9d9;
    border: none;
    margin: 0 2px;
    opacity: 1
}

.about-us .client-say-content .client-say-slider .owl-dots .owl-dot.active span {
    background-color: #929292
}

.about-us .client-say-content .client-say-slider .owl-dots .owl-dot span:hover {
    background-color: #929292
}

.about-us .about-us-center {
    text-align: center
}

.about-us .about-us-center .content-description {
    padding-top: 25px;
    clear: both;
    margin-bottom: 30px
}

.about-us .client-logo-content {
    border-bottom: 1px dashed #e5e5e5;
    border-top: 1px dashed #e5e5e5;
    padding-bottom: 10px;
    text-align: center
}

.about-us .client-logo-content .about-title {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    position: relative;
    text-align: center;
    top: -11px
}

.about-us .client-logo-content .owl-controls .owl-nav div {
    position: absolute;
    top: 12px
}

.about-us .owl-controls .owl-nav div {
    position: absolute;
    top: 24%
}

.about-us .owl-controls .owl-nav div.owl-next {
    right: -26px
}

.about-us .owl-controls .owl-nav div.owl-prev {
    left: -26px
}

.about-us .client-logo-slider {
    padding: 0 25px
}

.about-us .about-image-slider {
    max-width: 570px;
    margin: 0 auto
}

.about-us .about-image-slider .owl-controls .owl-nav div {
    top: 50%;
    margin-top: -15px
}

.about-us .about-image-slider .owl-controls .owl-nav div:before {
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent
}

.about-us .about-image-slider .owl-controls .owl-nav div.owl-next {
    right: 10px
}

.about-us .about-image-slider .owl-controls .owl-nav div.owl-prev {
    left: 10px
}

.about-us .about-image-slider .owl-controls .owl-nav div:hover {
    border-color: #999
}

.about-us .about-image-slider .owl-controls .owl-nav div:hover:before {
    color: #fff
}

.about-us .skills-value {
    padding-top: 52px
}

.about-us .skills-value .label-skill {
    font-weight: 700
}

.about-us .skills-value .range-value {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    height: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.about-us .skills-value .range-value .rating-skills {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px
}

.about-us .skills-value .range-value .rating-skills.skill-1 {
    background-image: url(../../frontend/Sm/htiger/images/skill-style-1.png);
    background-position: -28px 0
}

.about-us .skills-value .range-value .rating-skills.skill-2 {
    background-image: url(../../frontend/Sm/htiger/images/skill-style-2.png);
    background-position: 20px 0
}

.about-us .skills-value .range-value .rating-skills.skill-3 {
    background-image: url(../../frontend/Sm/htiger/images/skill-style-3.png);
    background-position: 20px 0
}

.about-us .about-us-content .description-about {
    padding: 20px 0
}

.about-us .content-faq {
    position: relative;
    top: -15px
}

.about-us .content-faq .panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0
}

.about-us .content-faq .panel .panel-title {
    font-size: 92.86%;
    font-weight: 700
}

.about-us .content-faq .panel .panel-title a {
    display: block;
    padding: 15px 0 15px 25px;
    position: relative
}

.about-us .content-faq .panel .panel-title a:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: 6px;
    background-color: #999
}

.about-us .content-faq .panel .panel-title a:before {
    background-color: #999;
    content: "-";
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 16px
}

.about-us .content-faq .panel .panel-title a.collapsed:after {
    background-color: #737373
}

.about-us .content-faq .panel .panel-title a.collapsed:before {
    background-color: #737373;
    content: "?"
}

.about-us .content-faq .panel .panel-body {
    padding: 0 0 13px
}

.about-us.about-demo .about-title {
    margin: 43px 0 20px
}

.about-us.about-demo .about-text p {
    margin-bottom: 20px
}

.about-us.about-demo .about-text ul {
    margin-top: 20px
}

.about-us.about-demo .about-text ul&gt;li {
    position: relative;
    margin: 5px 0
}

.about-us.about-demo .about-text ul&gt;li:before {
    content: "\f105";
    font-family: fontawesome;
    margin-right: 11px
}

.about-us.about-demo .box-item.box-right .about-image {
    margin-top: -3px;
    margin-bottom: -7px
}

.google-map {
    border: 5px solid #ddd;
    margin-bottom: 40px
}

.google-map #map {
    width: 100%;
    height: 361px
}

.contact-info .title-bonus-page {
    margin-bottom: 25px
}

.contact-info .address-info {
    margin-bottom: 15px
}

.contact-info .address-info li {
    padding: 10px 0 10px 30px;
    border-top: 1px solid #f3f3f3;
    position: relative
}

.contact-info .address-info li:before {
    position: absolute;
    left: 0;
    top: 7px;
    font-family: fontawesome
}

.contact-info .address-info li.add-icon:before {
    content: "\f041";
    font-size: 21px;
    padding-left: 3px
}

.contact-info .address-info li.email-icon:before {
    content: "\f0e0";
    font-size: 16px
}

.contact-info .address-info li.phone-icon:before {
    content: "\f095";
    font-size: 18px
}

.contact-us-page .banner-bottom-wrapper {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
}

.contact-us-page .banner-about-us {
    padding-top: 50px
}

.contact-us-page .form.contact .title-bonus-page {
    margin-bottom: 25px
}

.contact-us-page .form.contact .fieldset {
    margin-bottom: 30px
}

.contact-us-page .form.contact .left-input {
    float: left;
    width: 270px
}

.contact-us-page .form.contact .left-input .field {
    margin-bottom: 30px
}

.contact-us-page .form.contact .left-input .field:last-child {
    margin-bottom: 0
}

.contact-us-page .form.contact .field.comment {
    margin-left: 300px
}

.contact-us-page .form.contact .field.comment .input-text {
    height: 165px
}

@media (max-width:991px) {
    .cms-noroute-index .page-main .page-404 .title-page {
        font-size: 90px
    }

    .about-us.about-demo .row.box-item {
        display: inline-block;
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #e5e5e5
    }

    .about-us.about-demo .row.box-item .about-title {
        margin: 0
    }

    .about-us.about-demo .row.box-item .about-text p:last-child {
        margin-bottom: 0
    }

    .about-us.about-demo .row.box-item.box-right .about-info {
        margin-bottom: 30px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .cart-container .form.form-cart {
        width: 100%
    }

    .cart-container .cart-summary {
        position: relative;
        top: auto !important;
        width: 100%
    }

    .login-container .block-customer-login,
    .login-container .block-new-customer {
        min-height: 452px
    }

    .image-about-us {
        margin-bottom: 40px
    }

    .about-image {
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .cms-noroute-index .page-main .page-404 .title-page {
        font-size: 70px
    }

    .cms-noroute-index .page-main .page-404 .desc {
        font-size: 15px
    }

    .cms-noroute-index .page-main .page-404 .desc-2 {
        font-size: 13px
    }

    .cms-noroute-index .page-main .page-404 .action-back-home a {
        font-size: 13px
    }

    .login-container .block-customer-login,
    .login-container .block-new-customer {
        min-height: auto
    }

    .form-create-account .fieldset {
        width: 100%;
        float: none
    }

    .cart-container .form.form-cart {
        width: 100%;
        float: none
    }

    .cart-container .cart-summary {
        position: relative;
        top: auto !important;
        width: 100%
    }

    .cart-container .action.continue,
    .cart-container .action.clear,
    .cart-container .action.update {
        width: 100%;
        margin: 0 0 10px !important
    }

    .image-about-us {
        margin-bottom: 40px
    }

    .about-image {
        margin-bottom: 40px
    }

    .contact-us-page .form.contact .left-input {
        width: 100%
    }

    .contact-us-page .form.contact .field.comment {
        margin-left: 0;
        clear: both;
        padding-top: 30px
    }

    .block-collapsible-nav {
        position: relative;
        top: auto;
        left: auto
    }

    .block-collapsible-nav .title {
        background-color: #f5f5f5;
        padding: 14px 40px 10px 15px
    }
}

@media (max-width:480px) {
    .cms-noroute-index .page-main .page-404 .title-page {
        font-size: 38px
    }

    .cms-noroute-index .page-main .page-404 .newsletter-wrap input {
        text-indent: 10px
    }

    .cms-noroute-index .page-main .page-404 .newsletter-wrap button.action.subscribe.primary {
        width: 90px
    }

    .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
        width: 100% !important
    }
}

#yt-totop {
    color: #fff;
    display: inline-block;
    position: fixed;
    right: 20px;
    text-align: center;
    z-index: 800;
    background-color: #999;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    bottom: 80px
}

#yt-totop:before {
    content: "\f106";
    font-family: fontawesome;
    font-size: 20px
}

#yt-totop:hover {
    background-color: #aaa
}

.footer-container {
    position: relative
}

.cms-index-index .footer .htiger_bottom_txt {
    display: block
}

.footer .footer-top {
    text-align: center;
    background: #efefef
}

.footer .footer-top .brand-block .list-brands {
    list-style: none;
    margin: 0 -15px
}

.footer .footer-top .brand-block .list-brands li {
    margin-bottom: 30px
}

.footer .footer-top .brand-block .list-brands li a {
    display: block;
    -o-transition: .1s;
    transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    overflow: hidden;
    height: 78px;
    text-align: center;
    opacity: .2
}

.footer .footer-top .brand-block .list-brands li a img {
    max-width: 100%
}

.footer .footer-top .brand-block .list-brands li a:hover {
    opacity: 1
}

.footer .htiger_bottom_icon {
    border-top: 1.5px solid #999
}

.footer .htiger_bottom_icon .logo-footer {
    text-align: center;
    color: #666;
    font-size: 16px;
    margin-top: 15px
}

.footer .htiger_bottom_icon .logo-footer a {
    display: inline-block;
    vertical-align: middle
}

.footer .htiger_bottom_txt {
    display: none;
    background: #d6d6d6;
    padding: 27px 60px
}

.footer .htiger_bottom_txt p {
    font-size: 18px;
    color: #666;
    margin: 13px 0
}

.footer .footer-middle {
    padding: 40px 0 17px;
    color: #1c1c1c
}

.footer .footer-middle .socials-wrap .title-follow {
    display: none
}

.footer .footer-middle .socials-wrap ul {
    margin: 22px 0 0;
    max-width: 199px
}

.footer .footer-middle .socials-wrap ul li {
    display: inline-block;
    margin: 0 10px 10px 0;
    position: relative;
    float: left
}

.footer .footer-middle .socials-wrap ul li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
    color: #898989;
    background: #333;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.footer .footer-middle .socials-wrap ul li a .name-social {
    display: none
}

.footer .footer-middle .socials-wrap ul li:hover a {
    background-color: #999;
    color: #fff
}

.footer .footer-middle&gt;.container&gt;.row:first-child&gt;div {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px
}

.footer .footer-middle&gt;.container&gt;.row:first-child&gt;div:after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 1px;
    display: inline-block;
    background: #dfdfdf
}

.footer .footer-middle .block {
    background: 0 0;
    margin-bottom: 23px
}

.footer .footer-middle .block .title {
    text-transform: uppercase;
    color: #000;
    position: relative;
    font-weight: 700;
    font-size: 114.29%;
    margin-bottom: 15px
}

.footer .footer-middle .block .content&gt;p {
    margin-bottom: 10px
}

.footer .footer-middle .block .content ul {
    padding-top: 5px
}

.footer .footer-middle .block .content ul li {
    line-height: 30px
}

.footer .footer-middle .block .content ul li a {
    position: relative;
    line-height: 28px;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.footer .footer-middle .block .content ul li a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #1c1c1c;
    float: left;
    position: relative;
    border-radius: 100%;
    margin-right: 15px;
    line-height: 28px;
    top: 12px
}

.footer .footer-middle .block .content ul li a:hover {
    color: #999
}

.footer .footer-middle .block .content ul li a:hover:before {
    background: #999
}

.footer .footer-middle .block.ft-contact-us .content&gt;p {
    padding-left: 33px;
    position: relative
}

.footer .footer-middle .block.ft-contact-us .content&gt;p&gt;.fa {
    position: absolute;
    left: 0;
    top: 4px
}

.footer .footer-middle .block.ft-contact-us .content&gt;p:hover {
    color: #999
}

.footer .footer-middle .block.block-subscribe-footer form {
    position: relative
}

.footer .footer-middle .block.block-subscribe-footer form .form-action {
    position: relative;
    margin-top: 25px
}

.footer .footer-middle .block.block-subscribe-footer form .input-box input {
    height: 40px;
    border: 0;
    background: #efefef;
    margin-right: 40px;
    font-family: inherit;
    color: #686868;
    padding-left: 18px;
    font-size: 85.71%
}

.footer .footer-middle .block.block-subscribe-footer form .primary {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px
}

.footer .footer-middle .block.block-subscribe-footer form .primary:before {
    content: "\f105";
    font-family: fontawesome;
    position: relative;
    left: -2px
}

.footer .footer-middle .block.block-subscribe-footer form .primary:hover {
    background-color: #aaa
}

.footer .footer-middle .block.block-subscribe-footer form .primary span {
    display: none
}

.footer .footer-middle .block .tags-list {
    margin: 40px 0 0
}

.footer .copyright {
    background: #000 url('../../frontend/Sm/htiger/zh_Hans_CN/images/bg-coppyright.jpg') no-repeat top center;
    padding: 125px 0 28px;
    text-align: center;
    color: #fff;
    min-height: 416px
}

.footer .copyright .intro-coppyright p {
    margin: 0 11% 10px
}

.footer .copyright .payment-footer {
    text-align: center;
    margin: 38px 0 22px
}

.full-page-modal .action-close:before {
    background: url("../../frontend/Sm/htiger/zh_Hans_CN/images/modal-close.svg");
    line-height: inherit;
    font-size: inherit;
    width: 16px;
    height: 16px;
    background-size: 16px 16px
}

@media (max-width:991px) {
    .footer .footer-top .brand-block .list-brands li {
        width: 33.33%;
        float: left
    }

    .footer .footer-top .about-us-footer p {
        padding: 3px 0 8px
    }

    .footer .footer-top .social-footer .socials-wrap ul li {
        margin: 0 5px
    }

    .footer .footer-top .social-footer .socials-wrap ul li a {
        font-size: 14px;
        height: 43px;
        line-height: 40px;
        width: 43px;
        border-width: 2px
    }

    .footer .footer-middle .block {
        display: inline-block
    }

    .footer .copyright .footer .copyright {
        padding: 28px 0
    }

    .footer .copyright .footer .copyright .copyright-footer {
        text-align: center;
        margin-bottom: 15px
    }

    .footer .copyright .footer .copyright .payment-footer {
        text-align: center
    }

    .intro-coppyright p {
        margin: 50px 5% 10px
    }
}

@media (max-width:479px) {
    .footer .copyright {
        padding: 70px 0 28px
    }

    .footer .footer-top .brand-block .list-brands li {
        width: 50%
    }

    .footer .footer-middle .block {
        width: 100%
    }

    .footer .copyright .intro-coppyright p {
        margin: 0
    }

    .copyright-footer {
        font-size: 85.71%;
        margin: 0 20px
    }
}

.cms-index-index .menu-vertical-wrap .sambar-inner {
    display: block
}

.minicart-items-wrapper {
    height: auto !important
}

.cms-index-index .header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu&gt;li.home-item-parent&gt;a {
    color: #999
}

.dropup,
.dropdown {
    display: none
}

.home-menu-dropdown {
    margin: -15px
}

.home-menu-dropdown .item-home-store {
    width: 25%;
    float: left;
    padding: 15px
}

.home-menu-dropdown .item-home-store .title-menu-home {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: -5px;
    color: #1b1b1b
}

.home-menu-dropdown .item-home-store li a {
    line-height: 28px;
    color: inherit
}

.home-menu-dropdown .item-home-store li a:hover {
    color: #999
}

.home-menu-dropdown .item-home-store.theme-color li a {
    position: relative
}

.home-menu-dropdown .item-home-store.theme-color li a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #e1e1e1;
    margin-right: 10px;
    vertical-align: middle;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.home-menu-dropdown .item-home-store.theme-color li a:hover:before {
    opacity: .7
}

.home-menu-dropdown .item-home-store.theme-color li.red a:before {
    background-color: #db3e3b
}

.home-menu-dropdown .item-home-store.theme-color li.green a:before {
    background-color: #8bc34a
}

.home-menu-dropdown .item-home-store.theme-color li.blue a:before {
    background-color: #03a9f4
}

.home-menu-dropdown .item-home-store.theme-color li.brown a:before {
    background-color: #795548
}

.home-menu-dropdown .item-home-store.theme-color li.orange a:before {
    background-color: #ff5722
}

.home-menu-dropdown .item-home-store.theme-color li.cyan a:before {
    background-color: #00bcd4
}

.home-menu-dropdown .item-home-store.theme-color li.teal a:before {
    background-color: #009788
}

.home-menu-dropdown .item-home-store.theme-color li.pink a:before {
    background-color: #ea1e63
}

.menu-vertical-wrap {
    position: absolute;
    left: 0;
    width: 270px;
    top: -32px
}

.sm_megamenu_wrapper_vertical_menu .block-title {
    background: #999;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    font-weight: 700;
    padding-left: 20px;
    cursor: pointer;
    z-index: 1
}

.sm_megamenu_wrapper_vertical_menu .block-title:before {
    content: '\f039';
    font-family: FontAwesome;
    font-size: 14px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    margin-right: 20px;
    font-weight: 400
}

.sm_megamenu_wrapper_vertical_menu .sambar-inner {
    display: none;
    position: relative;
    width: 100%;
    padding: 2px 20px 3px
}

.sm_megamenu_wrapper_vertical_menu:hover .sambar-inner {
    display: block
}

.header-container .cart-wrapper .minicart-wrapper {
    margin: 0;
    position: relative
}

.header-container .cart-wrapper .minicart-wrapper .block-minicart {
    width: 328px;
    background-color: #fff;
    padding: 22px;
    border: #f3f3f3;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .2)
}

.header-container .cart-wrapper .minicart-wrapper .block-minicart .amount .price-wrapper:first-child .price {
    font-size: 114.29%;
    color: #999;
    font-weight: 400
}

.header-container .cart-wrapper .minicart-wrapper .block-content #btn-minicart-close {
    display: none
}

.header-container .cart-wrapper .minicart-wrapper .block-content .items-total {
    margin: 0 0 3px;
    float: none;
    color: #999
}

.header-container .cart-wrapper .minicart-wrapper .block-content .items-total .count {
    font-weight: 400
}

.header-container .cart-wrapper .minicart-wrapper .block-content .items-total .spantext {
    color: #545454
}

.header-container .cart-wrapper .minicart-wrapper .block-content .subtotal {
    margin: 0;
    float: none;
    display: table;
    width: 100%;
    padding-top: 3px
}

.header-container .cart-wrapper .minicart-wrapper .block-content .subtotal .label {
    float: left;
    margin-top: 5px;
    margin-left: 0;
    color: #000;
    font-size: 123.08% !important;
    font-weight: 400 !important
}

.header-container .cart-wrapper .minicart-wrapper .block-content .subtotal .price-container {
    float: right
}

.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper {
    margin: 0;
    padding: 0;
    border-top: none;
    max-height: 350px;
    overflow: auto;
    border: none
}

.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items {
    overflow: hidden;
    width: 100%;
    height: auto !important
}

.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item {
    padding: 10px 0;
    border: none
}

.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-photo {
    margin-right: 10px
}

.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item img.product-image-photo {
    border: 1px solid #e5e5e5
}

.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item img.product-image-photo:hover {
    border-colo: #999
}

.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details {
    position: relative;
    padding-right: 20px;
    margin-left: 88px;
    padding-left: 0
}

.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product-item-name {
    top: -7px;
    position: relative
}

.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product-item-name a {
    color: #000;
    width: 150px;
    float: left
}

.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product-item-name a:hover {
    color: #999
}

.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product.options {
    display: inline-block;
    max-width: 150px
}

.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product.options.list dt.label:after {
    content: ":"
}

.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product-item-pricing .price-container {
    float: left;
    margin-right: 10px
}

.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product-item-pricing .price-excluding-tax {
    font-size: inherit;
    margin-top: 10px
}

.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product-item-pricing .price-excluding-tax .minicart-price .price {
    font-weight: 700;
    color: #000;
    font-size: 128.57%;
    position: relative;
    top: -7px
}

.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .details-qty .label {
    text-align: left;
    width: auto;
    font-size: 85.71% !important;
    margin-right: 5px
}

.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .details-qty .item-qty {
    width: 30px;
    height: 25px
}

.header-container .cart-wrapper .minicart-wrapper .block-content&gt;.actions {
    cursor: pointer;
    margin: 13px 0 8px;
    width: 100%;
    display: inline-block
}

.header-container .cart-wrapper .minicart-wrapper .block-content&gt;.actions&gt;div {
    float: left;
    padding: 0
}

.header-container .cart-wrapper .minicart-wrapper .block-content&gt;.actions&gt;div button#top-cart-btn-checkout {
    line-height: 0;
    font-size: 100%;
    background: #000
}

.header-container .cart-wrapper .minicart-wrapper .block-content&gt;.actions .viewcart {
    padding: 0 17px
}

.header-container .cart-wrapper .minicart-wrapper .block-content&gt;.actions .viewcart,
.header-container .cart-wrapper .minicart-wrapper .block-content&gt;.actions .checkout {
    display: inline-block;
    line-height: 40px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 85.71%;
    color: #fff;
    font-weight: 400;
    height: 40px
}

.header-container .cart-wrapper .minicart-wrapper .block-content&gt;.actions .viewcart:hover,
.header-container .cart-wrapper .minicart-wrapper .block-content&gt;.actions .checkout:hover {
    color: #fff
}

.header-container .cart-wrapper .minicart-wrapper .block-content&gt;.actions .viewcart {
    float: left;
    background: #999
}

.header-container .cart-wrapper .minicart-wrapper .product.actions {
    position: absolute;
    right: 0;
    top: 24px;
    width: 14px
}

.header-container .cart-wrapper .minicart-wrapper .product.actions .primary,
.header-container .cart-wrapper .minicart-wrapper .product.actions .secondary {
    display: inline-block
}

.header-container .cart-wrapper .minicart-wrapper .product.actions .primary .action,
.header-container .cart-wrapper .minicart-wrapper .product.actions .secondary .action {
    display: block;
    width: 14px;
    height: 14px;
    margin-bottom: 10px;
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/control-cart.png);
    background-repeat: no-repeat;
    background-color: #999
}

.header-container .cart-wrapper .minicart-wrapper .product.actions .primary .action:hover,
.header-container .cart-wrapper .minicart-wrapper .product.actions .secondary .action:hover {
    background-color: #999
}

.header-container .cart-wrapper .minicart-wrapper .product.actions .primary .action:before,
.header-container .cart-wrapper .minicart-wrapper .product.actions .secondary .action:before {
    display: none
}

.header-container .cart-wrapper .minicart-wrapper .product.actions .primary .edit {
    background-position: 0 0
}

.header-container .cart-wrapper .minicart-wrapper .product.actions .secondary .delete {
    background-position: 0 -36px
}

.header-container .cart-wrapper .minicart-wrapper .minicart-widgets {
    margin: 0
}

.header-container .cart-wrapper .showcart {
    position: relative;
    padding-left: 40px;
    width: 180px;
    text-align: right
}

.header-container .cart-wrapper .showcart:before {
    content: '\f07a';
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 40px;
    height: 40px;
    background: #e74c3c;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #ecf0f1;
    position: absolute;
    left: 0;
    top: 3px
}

.header-container .cart-wrapper .showcart .empty {
    padding-top: 0
}

.header-container .cart-wrapper .showcart .text {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    text-align: right;
    font-weight: 400;
    font-size: inherit
}

.header-container .cart-wrapper .showcart .counter {
    font-weight: 700;
    font-size: 86.23%
}

.header-container .cart-wrapper .showcart .counter:before,
.header-container .cart-wrapper .showcart .counter:after {
    display: none
}

.header-container .cart-wrapper .showcart .counter .counter-number {
    display: none
}

.header-container .cart-wrapper .showcart .counter-label {
    display: inline-block
}

.header-container .cart-wrapper .showcart .price-minicart {
    display: inline-block
}

.header-container .cart-wrapper .showcart .price-minicart .subtotal .label {
    display: none
}

.header-container .cart-wrapper .showcart .spec {
    display: inline-block
}

.header-container .cart-wrapper .showcart .loading-mask .loader&gt;img {
    height: 100%;
    width: auto
}

.header-container .cart-wrapper .block-minicart {
    right: 0 !important
}

.header-container .block-minicart .subtitle.empty {
    padding: 0;
    font-weight: 400
}

.header-container .currency-wrapper,
.header-container .language-wrapper {
    display: table-cell;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    float: right;
    border-right: 1px solid #c8c8c8;
    padding: 2px 10px
}

.header-container .switcher .switcher-label {
    display: none !important
}

.header-container .switcher.switcher-language .switcher-option a,
.header-container .switcher.switcher-language .switcher-trigger strong {
    display: inline-block;
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: 400
}

.header-container .switcher .dropdown .switcher-trigger {
    cursor: pointer;
    padding: 0 15px 0 0;
    position: relative;
    line-height: 39px
}

.header-container .switcher .dropdown .switcher-trigger strong {
    font-weight: 400
}

.header-container .switcher .dropdown .switcher-trigger strong:hover {
    color: #999
}

.header-container .switcher .dropdown .toggle:before {
    content: '\f107';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 13px
}

.header-container .switcher .dropdown .mage-dropdown-dialog {
    cursor: default;
    position: absolute;
    right: -11px;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    padding: 20px 25px;
    z-index: 11;
    min-width: 150%;
    box-shadow: 3px 4px 2px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 3px 4px 2px 0 rgba(0, 0, 0, .2);
    top: 122%;
    left: auto
}

.header-container .switcher .dropdown .switcher-dropdown .switcher-option {
    padding: 5px 0
}

.header-container .switcher .switcher-options {
    display: none
}

.header-container .switcher:hover .mage-dropdown-dialog {
    display: block !important
}

.header-container .dropdown .title-dropdown-block {
    display: none
}

.header-container .dropdown .dropdown-toggle {
    padding: 0 15px 0 0;
    position: relative;
    line-height: 39px
}

.header-container .dropdown .dropdown-toggle&gt;a {
    color: #666
}

.header-container .dropdown .dropdown-toggle&gt;a:hover {
    color: #999
}

.header-container .dropdown .dropdown-toggle:before {
    font-family: fontawesome;
    content: "\f107";
    font-size: 14px;
    position: absolute;
    right: 0
}

.header-container .dropdown:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 120%;
    height: 21%;
    display: none
}

.header-container .dropdown .mage-dropdown-dialog {
    display: none;
    cursor: default;
    position: absolute;
    right: 0;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    padding: 20px 25px;
    z-index: 11;
    min-width: 120%;
    box-shadow: 3px 4px 2px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 3px 4px 2px 0 rgba(0, 0, 0, .2);
    top: 116%
}

.header-container .dropdown .mage-dropdown-dialog .myaccount-link:before {
    content: '\f007';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 13px;
    margin-right: 8px
}

.header-container .dropdown .mage-dropdown-dialog .top-link-checkout:before {
    content: '\f046';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 13px;
    margin-right: 8px;
    width: 10px
}

.header-container .dropdown .mage-dropdown-dialog .my-wishlist:before {
    content: '\f08a';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 13px;
    margin-right: 8px;
    width: 10px
}

.header-container .dropdown .mage-dropdown-dialog .mobile-login:before,
.header-container .dropdown .mage-dropdown-dialog .popup-login:before {
    content: '\f13e';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 13px;
    margin-right: 8px;
    width: 10px
}

.header-container .dropdown .mage-dropdown-dialog a {
    white-space: nowrap;
    display: block;
    color: #666
}

.header-container .dropdown .mage-dropdown-dialog a:hover {
    color: #999
}

.header-container .dropdown .mage-dropdown-dialog .current {
    color: #999
}

.header-container .dropdown .currency-switcher .dropdown-list {
    right: 0;
    left: auto
}

.header-container .dropdown .lang-switcher .dropdown-toggle .flag {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px
}

.header-container .dropdown .lang-switcher .dropdown-list li a span,
.header-container .dropdown .lang-switcher .dropdown-list .current span {
    background-position: left center;
    display: inline-block;
    background-repeat: no-repeat;
    padding-left: 20px
}

.header-container .dropdown:hover .dropdown-toggle a,
.header-container .dropdown:hover .dropdown-toggle .value {
    color: #999
}

.header-container .dropdown:hover .dropdown-toggle:after {
    display: block
}

.header-container .dropdown:hover:after,
.header-container .dropdown:hover .mage-dropdown-dialog {
    display: block
}

.header-container .dropdown.block-base {
    padding: 0
}

.header-container .dropdown.block-base .links li {
    float: left;
    margin: 0 10px
}

.header-container .dropdown.block-base .links li a {
    display: block;
    position: relative;
    line-height: 39px;
    color: #666
}

.header-container .dropdown.block-base .links li a:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #999;
    position: absolute;
    bottom: -1px;
    z-index: 13;
    display: none
}

.header-container .dropdown.block-base .links li a:hover:after {
    display: block
}

.header-container .dropdown.block-base .links li.first {
    margin-left: 0
}

.header-container .dropdown.block-base .links li.last {
    margin-right: 0
}

.header-container .dropdown-block-custom {
    display: table-cell;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    float: right;
    border-right: 1px solid #c8c8c8;
    padding: 2px 10px
}

.header-container .dropdown-block-custom:last-child {
    border-left: 1px solid #c8c8c8
}

.header-container .dropdown-block-custom .title-dropdown-block {
    display: none
}

.header-container .dropdown-block-custom .dropdown-toggle {
    padding: 0 15px 0 0;
    position: relative;
    line-height: 39px
}

.header-container .dropdown-block-custom .dropdown-toggle&gt;a {
    color: #666
}

.header-container .dropdown-block-custom .dropdown-toggle&gt;a:hover {
    color: #999
}

.header-container .dropdown-block-custom .dropdown-toggle:before {
    font-family: fontawesome;
    content: "\f107";
    font-size: 14px;
    position: absolute;
    right: 0
}

.header-container .dropdown-block-custom:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 120%;
    height: 21%;
    display: none
}

.header-container .dropdown-block-custom .dropdown-list {
    display: none;
    cursor: default;
    position: absolute;
    right: 0;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    padding: 20px 25px;
    z-index: 11;
    min-width: 120%;
    box-shadow: 3px 4px 2px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 3px 4px 2px 0 rgba(0, 0, 0, .2);
    top: 116%
}

.header-container .dropdown-block-custom .dropdown-list .myaccount-link:before {
    content: '\f007';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 13px;
    margin-right: 8px
}

.header-container .dropdown-block-custom .dropdown-list .top-link-checkout:before {
    content: '\f046';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 13px;
    margin-right: 8px;
    width: 10px
}

.header-container .dropdown-block-custom .dropdown-list .my-wishlist:before {
    content: '\f08a';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 13px;
    margin-right: 8px;
    width: 10px
}

.header-container .dropdown-block-custom .dropdown-list .mobile-login:before,
.header-container .dropdown-block-custom .dropdown-list .popup-login:before {
    content: '\f13e';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 13px;
    margin-right: 8px;
    width: 10px
}

.header-container .dropdown-block-custom .dropdown-list .mn-logout a:before {
    content: '\f023';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 13px;
    margin-right: 8px;
    width: 10px
}

.header-container .dropdown-block-custom .dropdown-list a {
    white-space: nowrap;
    display: block;
    color: #666;
    padding: 5px 0
}

.header-container .dropdown-block-custom .dropdown-list a:hover {
    color: #999
}

.header-container .dropdown-block-custom .dropdown-list .current {
    color: #999
}

.header-container .dropdown-block-custom:hover .dropdown-toggle a,
.header-container .dropdown-block-custom:hover .dropdown-toggle .value {
    color: #999
}

.header-container .dropdown-block-custom:hover .dropdown-toggle:after {
    display: block
}

.header-container .dropdown-block-custom:hover:after,
.header-container .dropdown-block-custom:hover .dropdown-list {
    display: block
}

.header-container .dropdown-block-custom.block-base {
    padding: 0
}

.header-container .dropdown-block-custom.block-base .links li {
    float: left;
    margin: 0 10px
}

.header-container .dropdown-block-custom.block-base .links li a {
    display: block;
    position: relative;
    line-height: 39px;
    color: #666
}

.header-container .dropdown-block-custom.block-base .links li a:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #999;
    position: absolute;
    bottom: -1px;
    z-index: 13;
    display: none
}

.header-container .dropdown-block-custom.block-base .links li a:hover:after {
    display: block
}

.header-container .dropdown-block-custom.block-base .links li.first {
    margin-left: 0
}

.header-container .dropdown-block-custom.block-base .links li.last {
    margin-right: 0
}

.header-container .logo-wrapper {
    text-align: center;
    margin-bottom: 28px
}

.header-container .logo-wrapper .logo-content {
    margin: 0;
    line-height: 0
}

.header-container .logo-wrapper .logo-h1 {
    font-size: unset;
    margin-bottom: 0
}

.header-container .menu-ontop {
    width: 100% !important;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 888;
    box-shadow: 3px 0px 15px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 3px 0px 15px rgba(0, 0, 0, .2);
    position: fixed !important;
    padding: 0 !important
}

.header-container .menu-ontop .menu-vertical-wrap .sambar-inner {
    visibility: hidden
}

.header-container .menu-ontop .menu-vertical-wrap:hover .sambar-inner {
    visibility: visible
}

.header-container .header.links li {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-top: 5px;
    position: relative
}

.header-container .header.links li:last-child {
    margin-right: 0;
    padding-right: 0
}

.header-container .header.links li:last-child:before {
    display: none
}

.header-container .header.links li a {
    color: #d6d6d6
}

.header-container .header.links li a:hover {
    color: #fff
}

.header-container .header.links li.link.compare {
    display: none
}

.header .header-middle.menu-ontop.not-fixed:not(.m-ontop) {
    position: relative !important
}

.header .header-middle.menu-ontop.not-fixed:not(.m-ontop).scroll-fix {
    position: fixed !important
}

.sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu {
    text-align: center
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu&gt;li&gt;a {
    display: block;
    line-height: 64px;
    padding: 0 14px;
    color: #fff
}

.slider-megamenu .title-slider-mega h2 {
    border-bottom: 1px solid #d7d7d7;
    color: #000;
    font-size: 116.67%;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-transform: uppercase
}

.slider-megamenu .sm-basic-products .bs-items .bs-item {
    float: none
}

.slider-megamenu .owl-nav {
    position: absolute;
    top: -61px;
    right: 15px
}

.slider-megamenu .products-grid .item .item-inner {
    margin-bottom: 0
}

.navigation-container.css-menu-wrap {
    display: table;
    width: 100%;
    background-color: #fff;
    position: relative
}

.navigation {
    float: right;
    margin-right: 55px
}

.navigation&gt;.ui-menu&gt;li {
    float: left;
    position: relative
}

.navigation&gt;.ui-menu&gt;li&gt;a {
    display: block;
    line-height: 65px;
    padding: 0 11px;
    text-transform: uppercase;
    font-weight: 700
}

.navigation&gt;.ui-menu&gt;li ul {
    position: absolute !important;
    width: 220px !important;
    z-index: 10;
    text-align: left;
    margin-top: -11px;
    background: #fff;
    width: 100%;
    border-radius: 0;
    padding: 16px 30px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .5);
    top: 64px !important
}

.navigation&gt;.ui-menu&gt;li ul:before {
    height: 6px;
    width: 100%;
    content: "";
    margin-top: -4px;
    position: absolute;
    left: 0;
    top: 0
}

.navigation&gt;.ui-menu&gt;li ul li {
    line-height: 30px;
    position: relative
}

.navigation&gt;.ui-menu&gt;li ul li a {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5
}

.navigation&gt;.ui-menu&gt;li ul li:hover&gt;a {
    color: #999
}

.navigation&gt;.ui-menu&gt;li ul li:last-child&gt;a {
    border-bottom: none
}

.navigation&gt;.ui-menu&gt;li ul li ul {
    left: 196px !important;
    top: 0 !important;
    margin-top: 0
}

.header-toogle-top {
    position: relative;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.header-toogle-top .action a {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #999;
    right: 0;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    z-index: 999;
    bottom: -40px
}

.header-toogle-top .action a i {
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.header-toogle-top .action a i:before {
    content: "\f107"
}

.header-toogle-top .action a:hover {
    background: #aaa
}

.header-toogle-top .action a.header-toogle-close {
    background: #999
}

.header-toogle-top .action a.header-toogle-close i:before {
    content: "\f106"
}

.wrap-policy-top {
    text-align: center
}

.wrap-policy-top .policy-item {
    padding-top: 16px;
    padding-bottom: 20px
}

.wrap-policy-top .policy-item:not(:last-child) {
    border-right: 1px solid #e5e5e5
}

.wrap-policy-top .policy-item .policy-icon {
    color: #1c1c1c;
    font-size: 232.14%
}

.wrap-policy-top .policy-item h2.title {
    text-transform: uppercase;
    font-size: inherit;
    color: #1c1c1c;
    font-weight: 700;
    margin-bottom: 3px
}

.wrap-policy-top .policy-item:hover .policy-icon,
.wrap-policy-top .policy-item:hover h2.title {
    color: #999
}

@media (min-width:991px) {
    .cms-home-style-2 .header-style-1 .header-middle .container1 {
        border-right-color: transparent
    }

    .cms-home-style-2 .header-style-1 .header-middle .container1:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 23px;
        background: #e5e5e5;
        top: 29px;
        right: -1px
    }

    .cms-home-style-2 .header-style-1 .header-middle .top-action .minicart-header {
        position: relative;
        border-color: transparent
    }

    .cms-home-style-2 .header-style-1 .header-middle .top-action .minicart-header:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 23px;
        background: #e5e5e5;
        top: 29px;
        right: -1px
    }

    .cms-home-style-2 .header-style-1 .header-middle .top-action .account-header,
    .cms-home-style-2 .header-style-1 .header-middle .top-action .wish-header {
        border-right-color: transparent
    }

    .cms-home-style-2 .header-style-1 .header-middle .top-action .account-header:after,
    .cms-home-style-2 .header-style-1 .header-middle .top-action .wish-header:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 23px;
        background: #e5e5e5;
        top: 29px;
        right: -1px
    }
}

.cms-index-index .header-style-1 .header-bottom {
    border-bottom: none;
    padding-bottom: 0
}

.cms-index-index .header-style-1 .header-middle .menu-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu&gt;li:first-child&gt;a,
.cms-index-index .header-style-1 .navigation&gt;.ui-menu&gt;li:first-child&gt;a {
    color: #999
}

.header-style-1.header-container .cart-wrapper .block-minicart {
    top: 0
}

.header-style-1 .navigation&gt;.ui-menu&gt;li&gt;a {
    color: #1c1c1c
}

.header-style-1 .navigation&gt;.ui-menu&gt;li:hover&gt;a {
    color: #999
}

.header-style-1 .flex_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-style-1 .flex_layout .search-header-bottom {
    position: relative
}

.header-style-1 .flex_layout .search-header-bottom input[type=text] {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #fff8d6;
    height: 26px;
    padding-left: 0
}

.header-style-1 .flex_layout .search-header-bottom .actions {
    position: absolute;
    right: -22px;
    top: -5px;
    width: 40px;
    height: 40px
}

.header-style-1 .flex_layout .search-header-bottom .actions button.action.search {
    height: 40px;
    float: right;
    width: 40px;
    position: absolute;
    right: 0;
    padding: 0 15px;
    background: 0 0;
    z-index: 1
}

.header-style-1 .flex_layout .search-header-bottom .actions button.action.search:before {
    content: '\f002';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    text-align: center
}

.header-style-1 .flex_layout .search-header-bottom .actions button.action.search span {
    display: none
}

.header-style-1 .flex_layout .search-header-bottom .actions button.action.search:hover {
    background: 0 0
}

.header-style-1 .flex_layout .search-header-bottom .actions button.action.search:hover:before {
    color: #999
}

.header-style-1 .flex_layout .search-header-bottom .actions:hover button.action.search:before {
    color: #999
}

.header-style-1 .header-top {
    background-color: #fc0;
    position: relative;
    z-index: 120;
    color: #8d8d8d;
    font-size: 14px
}

.header-style-1 .header-top p {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    color: #333 !important
}

.header-style-1 .header-top .emergency-banner {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 15px;
    padding-bottom: 15px
}

.header-style-1 .header-top .rightSection {
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
    margin-top: 15px;
    cursor: pointer
}

.header-style-1 .header-top .rightSection img {
    max-width: 20px
}

.header-style-1 .header-top .topleft-content {
    line-height: 39px;
    font-size: 85.71%;
    font-weight: 500
}

.header-style-1 .header-top .topleft-content a {
    color: #e74c3c;
    font-weight: 500px
}

.header-style-1 .header-top .topleft-content a:hover {
    text-decoration: underline;
    cursor: pointer
}

.header-style-1 .header-top .top-social {
    float: right
}

.header-style-1 .header-top .top-social li {
    display: inline-block;
    line-height: 40px;
    margin: 0 5px
}

.header-style-1 .header-top .top-social li a {
    font-size: 12px;
    color: #8d8d8d
}

.header-style-1 .header-top .top-social li a .name-social {
    display: none
}

.header-style-1 .header-top .top-social li a:hover {
    color: #999
}

.header-style-1 .header-top .top-social li:last-child {
    margin-right: 0
}

.header-style-1 .header-middle {
    position: relative;
    background: #000;
    z-index: 100;
    letter-spacing: -.01em
}

.header-style-1 .header-middle .logo-wrapper {
    color: #fff;
    margin-left: 8px;
    margin-bottom: 0
}

.header-style-1 .header-middle .logo-wrapper h1.logo {
    margin-bottom: 15px
}

.header-style-1 .header-middle .logo-wrapper .text-solution {
    font-weight: 300;
    margin-top: -18px
}

.header-style-1 .header-middle.menu-ontop .logo-wrapper {
    top: 6px
}

.header-style-1 .header-middle.menu-ontop .sambar {
    top: 9px
}

.header-style-1 .header-middle .menu-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu&gt;li&gt;a {
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.header-style-1 .header-middle .menu-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu&gt;li:last-child&gt;a {
    padding-right: 0
}

.header-style-1 .header-middle .menu-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu&gt;li:hover&gt;a {
    color: #999
}

.header-style-1 .header-middle .container1 {
    margin-right: 164px
}

.header-style-1 .header-middle .top-action {
    width: 108px
}

.header-style-1 .header-middle .top-action .minicart-header {
    float: left;
    width: 54px
}

.header-style-1 .header-middle .top-action .minicart-header .minicart-wrapper {
    height: 64px
}

.header-style-1 .header-middle .top-action .minicart-header .showcart {
    width: 54px;
    height: 64px
}

.header-style-1 .header-middle .top-action .minicart-header .showcart .text,
.header-style-1 .header-middle .top-action .minicart-header .showcart .counter {
    display: none
}

.header-style-1 .header-middle .top-action .minicart-header .showcart:before {
    content: '\f07a';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 24px;
    background: 0 0;
    width: 54px;
    height: 64px;
    line-height: 61px;
    cursor: pointer
}

.header-style-1 .header-middle .top-action .minicart-header .showcart:hover:before {
    color: #999
}

.header-style-1 .header-middle .top-action .minicart-header .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog {
    display: none !important;
    position: absolute;
    right: 0;
    top: 75px
}

.header-style-1 .header-middle .top-action .minicart-header:hover .showcart:before {
    color: #999
}

.header-style-1 .header-middle .top-action .minicart-header:hover .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog {
    display: block !important
}

.header-style-1 .header-middle .top-action .wish-header {
    float: left;
    width: 54px;
    height: 64px;
    position: relative
}

.header-style-1 .header-middle .top-action .wish-header:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f004';
    width: 54px;
    line-height: 82px;
    text-align: center;
    font-size: 14px;
    color: #242625;
    cursor: pointer
}

.header-style-1 .header-middle .top-action .wish-header .toplinks-wrapper ul li {
    display: none
}

.header-style-1 .header-middle .top-action .wish-header .toplinks-wrapper ul li.link.wishlist {
    position: absolute;
    width: 250px;
    height: 40px;
    background: #999;
    right: 0;
    text-align: center;
    line-height: 40px;
    bottom: -41px;
    right: -17px
}

.header-style-1 .header-middle .top-action .wish-header .toplinks-wrapper ul li.link.wishlist a {
    color: #fff
}

.header-style-1 .header-middle .top-action .wish-header:hover:before {
    color: #999
}

.header-style-1 .header-middle .top-action .wish-header:hover .toplinks-wrapper ul li.link.wishlist {
    display: block
}

.header-style-1 .header-middle .top-action .account-header {
    position: relative;
    width: 54px;
    height: 64px;
    float: left
}

.header-style-1 .header-middle .top-action .account-header:before {
    content: '\f007';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 54px;
    line-height: 81px;
    text-align: center;
    font-size: 14px;
    color: #242625;
    cursor: pointer
}

.header-style-1 .header-middle .top-action .account-header .account-content {
    position: absolute;
    width: 156px;
    right: 0;
    top: 79px;
    box-shadow: 3px 4px 2px 0px rgba(0, 0, 0, .2);
    -webkitbox-shadow: 3px 4px 2px 0px rgba(0, 0, 0, .2);
    background: #fff;
    display: none
}

.header-style-1 .header-middle .top-action .account-header .account-content .dropdown-list {
    padding: 13px 30px 10px;
    border-bottom: 1px solid #e5e5e5
}

.header-style-1 .header-middle .top-action .account-header .account-content .dropdown-list li {
    padding: 4px 0
}

.header-style-1 .header-middle .top-action .account-header .account-content .dropdown-list li a {
    color: inherit
}

.header-style-1 .header-middle .top-action .account-header .account-content .dropdown-list li a:hover {
    color: #999
}

.header-style-1 .header-middle .top-action .account-header .account-content .dropdown-list .myaccount-link:before {
    content: '\f007';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 13px;
    margin-right: 8px
}

.header-style-1 .header-middle .top-action .account-header .account-content .dropdown-list .top-link-checkout:before {
    content: '\f046';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 13px;
    margin-right: 8px;
    width: 10px
}

.header-style-1 .header-middle .top-action .account-header .account-content .dropdown-list .my-wishlist:before {
    content: '\f08a';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 13px;
    margin-right: 8px;
    width: 10px
}

.header-style-1 .header-middle .top-action .account-header .account-content .dropdown-list .mobile-login:before,
.header-style-1 .header-middle .top-action .account-header .account-content .dropdown-list .popup-login:before {
    content: '\f13e';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 13px;
    margin-right: 8px;
    width: 10px
}

.header-style-1 .header-middle .top-action .account-header .account-content .dropdown-list .mn-logout a:before {
    content: '\f023';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 13px;
    margin-right: 8px;
    width: 10px
}

.header-style-1 .header-middle .top-action .account-header .account-content .currency-wrapper,
.header-style-1 .header-middle .top-action .account-header .account-content .language-wrapper {
    display: inline-block;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 30px 0
}

.header-style-1 .header-middle .top-action .account-header .account-content .currency-wrapper .switcher-options,
.header-style-1 .header-middle .top-action .account-header .account-content .language-wrapper .switcher-options {
    width: 100%
}

.header-style-1 .header-middle .top-action .account-header .account-content .currency-wrapper .switcher-options .action.toggle,
.header-style-1 .header-middle .top-action .account-header .account-content .language-wrapper .switcher-options .action.toggle {
    color: #999;
    padding: 8px 0;
    line-height: 100%;
    float: left;
    width: 100%
}

.header-style-1 .header-middle .top-action .account-header .account-content .currency-wrapper .switcher-options .action.toggle:before,
.header-style-1 .header-middle .top-action .account-header .account-content .language-wrapper .switcher-options .action.toggle:before {
    display: none
}

.header-style-1 .header-middle .top-action .account-header .account-content .currency-wrapper .switcher-options .mage-dropdown-dialog,
.header-style-1 .header-middle .top-action .account-header .account-content .language-wrapper .switcher-options .mage-dropdown-dialog {
    display: inline-block !important;
    position: static;
    right: auto !important;
    left: 0 !important;
    box-shadow: none;
    border: none;
    padding: 0;
    min-width: 0
}

.header-style-1 .header-middle .top-action .account-header .account-content .currency-wrapper .switcher-options .mage-dropdown-dialog ul li,
.header-style-1 .header-middle .top-action .account-header .account-content .language-wrapper .switcher-options .mage-dropdown-dialog ul li {
    padding: 7px 0;
    line-height: 100%;
    float: left;
    width: 100%
}

.header-style-1 .header-middle .top-action .account-header .account-content .currency-wrapper .switcher-options .mage-dropdown-dialog ul li a,
.header-style-1 .header-middle .top-action .account-header .account-content .language-wrapper .switcher-options .mage-dropdown-dialog ul li a {
    color: inherit
}

.header-style-1 .header-middle .top-action .account-header .account-content .currency-wrapper .switcher-options .mage-dropdown-dialog ul li a:hover,
.header-style-1 .header-middle .top-action .account-header .account-content .language-wrapper .switcher-options .mage-dropdown-dialog ul li a:hover {
    color: #999
}

.header-style-1 .header-middle .top-action .account-header:hover:before {
    color: #999
}

.header-style-1 .header-middle .top-action .account-header:hover .account-content {
    display: block
}

.header-style-1 .header-middle .top-action .account-header:hover .account-content .switcher .switcher-options {
    display: inline-block
}

@media (max-width:1279px) {
    .header-toogle-top {
        display: none
    }
}

@media (max-width:1199px) {
    .page-header {
        display: inherit
    }

    .header-container .sm_megamenu_wrapper_horizontal_menu .sambar-inner {
        max-width: 800px
    }

    .header-container .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu&gt;li {
        padding: 7px 0 0
    }

    .header-container .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu&gt;li&gt;a {
        font-size: 86.23%;
        padding: 0 7px !important
    }

    .header-container .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu&gt;li&gt;div {
        left: 0 !important;
        font-size: 74.29%;
        max-width: 939px
    }

    .header-container .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu&gt;li:last-child&gt;a {
        padding-right: 0
    }

    .header-container .navigation {
        margin-left: 240px
    }

    .header-container .navigation&gt;.ui-menu&gt;li&gt;a {
        padding: 0 12px;
        font-size: 86.23%
    }

    .header-container .navigation&gt;.ui-menu&gt;li&gt;ul {
        font-size: 86.23%
    }

    .header-container .header-middle .logo-wrapper {
        margin-left: 0
    }

    .header-container .header-middle .container1 {
        margin-right: 120px
    }

    .header-container .header-middle .container1 .search-header-bottom {
        width: 50px
    }

    .header-container .header-middle .container1 .search-header-bottom:before {
        right: 20px
    }

    .header-container .header-middle .top-action {
        width: 120px
    }

    .header-container .header-middle .top-action .minicart-header {
        width: 40px
    }

    .header-container .header-middle .top-action .minicart-header .showcart {
        width: 40px
    }

    .header-container .header-middle .top-action .minicart-header .showcart:before {
        width: 40px;
        line-height: 75px
    }

    .header-container .header-middle .top-action .wish-header {
        width: 40px
    }

    .header-container .header-middle .top-action .wish-header:before {
        width: 40px
    }

    .header-container .header-middle .top-action .account-header {
        width: 40px
    }

    .header-container .header-middle .top-action .account-header:before {
        width: 40px
    }
}

@media (max-width:991px) {

    .header-container .navigation-megamenu-wrapper,
    .header-container .navigation-wrapper {
        display: block
    }

    .header-container .menu-vertical-wrap {
        display: block
    }

    .header-container .btn-mobile .button-mobile {
        background: 0 0;
        margin-left: 10px
    }

    .header-container .btn-mobile .button-mobile.active {
        color: #999
    }

    .header-container .collapse-type .navigation-mobile {
        top: 40px
    }

    .header-container .cart-wrapper .minicart-wrapper .block-minicart {
        top: 37px !important;
        left: 0
    }

    .header-style-1 .header-top {
        overflow: hidden
    }

    .header-style-1 .header-middle {
        position: relative;
        padding-bottom: 0;
        border: none
    }

    .header-style-1 .header-middle .menu-under {
        position: inherit
    }

    .header-style-1 .header-middle .content-header-bottom {
        position: relative;
        display: inline-block;
        width: 100%
    }

    .header-style-1 .header-middle .logo-wrapper {
        top: 60px;
        left: 50%;
        margin-left: -83px;
        z-index: 0
    }

    .header-style-1 .header-middle .container1 {
        padding-top: 130px;
        margin-right: 0;
        border-right: none;
        min-height: 0;
        position: inherit
    }

    .header-style-1 .header-middle .container1 .content-header-bottom {
        position: relative;
        display: inline-block;
        width: 100%
    }

    .header-style-1 .header-middle .container1 .content-header-bottom .navigation-container {
        background: #1e1e1e
    }

    .header-style-1 .header-middle .container1 .search-header-bottom {
        bottom: 20px;
        top: auto;
        height: 40px;
        z-index: 9
    }

    .header-style-1 .header-middle .container1 .search-header-bottom:before {
        color: #fff
    }

    .header-style-1 .header-middle .container1 .search-header-bottom .search-header-content .search-form-action input#search {
        padding: 20px;
        height: 20px;
        line-height: 20px
    }

    .header-style-1 .header-middle .top-action {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #e5e5e5
    }

    .header-style-1 .header-middle .top-action .minicart-header {
        width: 33%
    }

    .header-style-1 .header-middle .top-action .minicart-header .cart-wrapper .minicart-wrapper {
        width: 100%
    }

    .header-style-1 .header-middle .top-action .minicart-header .cart-wrapper .minicart-wrapper .showcart {
        width: 100%;
        height: 40px
    }

    .header-style-1 .header-middle .top-action .minicart-header .cart-wrapper .minicart-wrapper .showcart:before {
        width: 100%;
        line-height: 37px
    }

    .header-style-1 .header-middle .top-action .wish-header {
        width: 33%;
        height: 40px
    }

    .header-style-1 .header-middle .top-action .wish-header:before {
        width: 40px;
        line-height: 40px
    }

    .header-style-1 .header-middle .top-action .account-header {
        width: 33%;
        border-right: none;
        height: 40px
    }

    .header-style-1 .header-middle .top-action .account-header:before {
        width: 40px;
        line-height: 42px
    }

    .header-style-1 .header-middle .top-action .account-header .account-content {
        top: 41px;
        text-align: left
    }

    .header-style-1 .header-middle .top-action .minicart-header .minicart-wrapper {
        height: 40px
    }

    .header-style-1 .header-middle .top-action .minicart-header .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog {
        left: 0;
        right: auto;
        top: 40px
    }

    .header-style-1 .header-middle .container1 .search-header-bottom {
        bottom: 7px
    }

    .header-style-1 .header-middle .container1 .search-header-bottom:before {
        top: 15px
    }

    .header-style-1 .header-middle .container1 .search-header-bottom .search-header-content {
        top: 40px
    }
}

@media (max-width:991px) {
    .header-container .col-lg-8.col-md-8.col-sm-9.header-topleft {
        display: none
    }

    .header-container .header-top .top-social {
        float: none;
        text-align: center
    }

    .header-container .header-banner-full {
        display: none
    }
}

@media (max-width:639px) {
    .header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product-item-name a {
        text-align: left
    }
}

@media (max-width:479px) {
    .header-container .cart-wrapper .minicart-wrapper .block-minicart {
        width: 290px;
        padding: 15px
    }

    .header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product-item-name a {
        width: 140px
    }

    .header-style-1 .header-middle .container1 .search-header-bottom:hover .search-header-content {
        width: 291px;
        right: 0
    }

    .header-style-1 .header-middle .top-action .wish-header .toplinks-wrapper {
        position: absolute;
        right: -80px;
        width: 320px
    }
}

.homepage-wrapper .boxed-container {
    margin: 30px 0
}

img.img-static {
    -o-transition: .2s;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

img.img-static:hover {
    opacity: .8
}

.static-image-1&gt;.col-lg-6.col-md-6.col-xs-6 {
    padding: 0
}

.static-image-1&gt;.col-lg-6.col-md-6.col-xs-6&gt;.row&gt;.col-lg-6.col-md-6.col-xs-6:first-child {
    padding-right: 0
}

.static-image-1&gt;.col-lg-6.col-md-6.col-xs-6&gt;.row&gt;.col-lg-6.col-md-6.col-xs-6:last-child {
    padding-left: 0
}

.static-image-1 img.img-static {
    -o-transition: 0s;
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s
}

.static-image-1-index2 img.img-static {
    -o-transition: 0s;
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s
}

.best-deal-wrap {
    background: #ecdbc9 url('../../frontend/Sm/htiger/zh_Hans_CN/images/bg-deal.jpg') no-repeat top center;
    height: 673px
}

.best-deal-wrap .sm-countdownproduct-slider {
    width: 66%;
    float: right;
    text-align: center;
    margin-top: 70px
}

.best-deal-wrap .sm-countdownproduct-slider .title-home {
    padding-bottom: 0
}

.best-deal-wrap .sm-countdownproduct-slider .title-home h2 {
    color: #010101;
    font-size: 357.14%
}

.best-deal-wrap .sm-countdownproduct-slider .cdps-pretext {
    color: #1c1c1c;
    font-size: 157.14%;
    margin-bottom: 38px
}

.best-deal-wrap .sm-countdownproduct-slider .cdps-posttext a {
    height: 55px;
    width: 190px;
    background: #999;
    display: inline-block;
    line-height: 55px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-top: 32px
}

.best-deal-wrap .sm-countdownproduct-slider .cdps-posttext a:hover {
    background: #aaa
}

.best-deal-wrap .sm-countdownproduct-slider .smcountdownproductslider-heading .smcountdownproductslider-time:before {
    display: none
}

.best-deal-wrap .sm-countdownproduct-slider .smcountdownproductslider-heading .smcountdownproductslider-time&gt;label {
    display: none
}

.best-deal-wrap .sm-countdownproduct-slider .smcountdownproductslider-heading .smcountdownproductslider-time .deals-time {
    float: none;
    border: none;
    background: #fff;
    width: 111px;
    height: 111px;
    text-align: center;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .08);
    margin: 22px
}

.best-deal-wrap .sm-countdownproduct-slider .smcountdownproductslider-heading .smcountdownproductslider-time .deals-time .num-time {
    width: 100%;
    font-size: 285.71%;
    font-weight: 700;
    color: #999;
    line-height: 112%;
    margin: 18px 0 5px
}

.best-deal-wrap .sm-countdownproduct-slider .smcountdownproductslider-heading .smcountdownproductslider-time .deals-time .title-time {
    width: 100%;
    color: #4f4f4f;
    text-transform: uppercase;
    font-weight: 700
}

.client-say-wrap {
    background: url('../../frontend/Sm/htiger/zh_Hans_CN/images/bg-client-say.jpg') no-repeat top center;
    position: relative;
    height: 440px
}

.client-say-wrap:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background: #242626;
    opacity: .4;
    filter: alpha(opacity=40)
}

.client-say-wrap .title-home {
    padding: 23px 0 12px
}

.client-say-wrap .title-home h2 {
    color: #fff !important
}

.client-say-wrap .owl-dots .owl-dot span {
    background: 0 0 !important;
    border: 2px solid #fff
}

.client-say-wrap .testimonials-home {
    position: relative;
    clear: both
}

@media (max-width:360px) {
    .client-say-wrap .testimonials-home {
        padding-top: 10px
    }
}

.client-say-wrap .testimonials-home .margin-slider {
    overflow: hidden;
    margin: 0 auto
}

.client-say-wrap .testimonials-home .margin-slider .owl-carousel .owl-stage-outer {
    overflow: visible !important
}

.client-say-wrap .testimonials-home .navslider {
    z-index: 99
}

.client-say-wrap .testimonials-home .navslider&gt;a {
    position: absolute;
    width: 20px;
    height: 45px;
    z-index: 99;
    margin: 0;
    color: #fff;
    top: 50%;
    font-size: 28px;
    text-align: center;
    margin-top: -10px
}

.client-say-wrap .testimonials-home .navslider&gt;a.prev {
    left: -40px
}

.client-say-wrap .testimonials-home .navslider&gt;a.next {
    right: -40px
}

.client-say-wrap .testimonials-home .navslider&gt;a:before {
    font-size: 0px
}

.client-say-wrap .testimonials-home .navslider&gt;a:hover {
    color: #999
}

.client-say-wrap .testimonials-home .testimonials-slider {
    max-width: 240px;
    margin: 0 auto
}

.client-say-wrap .testimonials-home .testimonials-slider .owl-item {
    min-height: 230px
}

.client-say-wrap .testimonials-home .testimonials-slider .owl-item .client-child {
    text-align: center
}

.client-say-wrap .testimonials-home .testimonials-slider .owl-item .image-client {
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 80px !important;
    height: 80px !important
}

.client-say-wrap .testimonials-home .testimonials-slider .owl-item .image-client img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
    opacity: .4;
    filter: alpha(opacity=40)
}

.client-say-wrap .testimonials-home .testimonials-slider .owl-item .comment {
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    margin: 0 -450px;
    text-align: center
}

@media (min-width:768px) and (max-width:1024px) {
    .client-say-wrap .testimonials-home .testimonials-slider .owl-item .comment {
        margin: 0 -320px !important
    }
}

@media (max-width:640px) {
    .client-say-wrap .testimonials-home .testimonials-slider .owl-item .comment {
        margin: 0 -220px !important
    }
}

@media (max-width:480px) {
    .client-say-wrap .testimonials-home .testimonials-slider .owl-item .comment {
        font-size: 92.86%;
        margin: 0 -110px !important
    }
}

.client-say-wrap .testimonials-home .testimonials-slider .owl-item .comment .client-name {
    font-size: 100%;
    margin-top: 10px;
    text-transform: uppercase;
    display: inline-block;
    position: relative
}

@media (max-width:480px) {
    .client-say-wrap .testimonials-home .testimonials-slider .owl-item .comment .client-name {
        margin-top: 5px
    }
}

.client-say-wrap .testimonials-home .testimonials-slider .owl-item .comment .client-job {
    color: #fff;
    font-size: 12px;
    margin: 11px 0 15px
}

@media (max-width:480px) {
    .client-say-wrap .testimonials-home .testimonials-slider .owl-item .comment .client-job {
        margin: 5px 0
    }
}

.client-say-wrap .testimonials-home .testimonials-slider .owl-item .comment .content {
    color: #fff;
    margin-bottom: 20px;
    padding: 20px 10%
}

@media (max-width:640px) {
    .client-say-wrap .testimonials-home .testimonials-slider .owl-item .comment .content {
        font-size: 11px
    }
}

.client-say-wrap .testimonials-home .testimonials-slider .owl-item.active .image-client {
    opacity: 1;
    filter: alpha(opacity=100)
}

.client-say-wrap .testimonials-home .testimonials-slider .owl-item.active .image-client {
    opacity: 1;
    filter: alpha(opacity=100)
}

.client-say-wrap .testimonials-home .testimonials-slider .owl-item.active.center .image-client {
    position: relative;
    z-index: 999;
    opacity: 1;
    filter: alpha(opacity=100);
    background: 0 0 !important
}

.client-say-wrap .testimonials-home .testimonials-slider .owl-item.active.center .image-client img {
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto
}

.client-say-wrap .testimonials-home .testimonials-slider .owl-item.active.center .comment {
    display: block !important;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    margin: 0 -450px;
    text-align: center
}

.client-say-wrap .testimonials-home .testimonials-slider .owl-item.active.center .comment .content {
    width: 100% !important;
    margin: 0 auto !important
}

.client-say-wrap .testimonials-home-index2 {
    position: relative;
    clear: both
}

.client-say-wrap .testimonials-home-index2 .margin-slider {
    overflow: hidden;
    margin: 0 auto
}

.client-say-wrap .testimonials-home-index2 .margin-slider .owl-carousel .owl-stage-outer {
    overflow: visible !important
}

.client-say-wrap .testimonials-home-index2 .navslider {
    z-index: 99
}

.client-say-wrap .testimonials-home-index2 .navslider&gt;a {
    position: absolute;
    width: 20px;
    height: 45px;
    z-index: 99;
    margin: 0;
    color: #6b6865;
    top: 50%;
    font-size: 28px;
    text-align: center;
    margin-top: -10px
}

.client-say-wrap .testimonials-home-index2 .navslider&gt;a.prev {
    left: -40px
}

.client-say-wrap .testimonials-home-index2 .navslider&gt;a.next {
    right: -40px
}

.client-say-wrap .testimonials-home-index2 .navslider&gt;a:before {
    font-size: 0px
}

.client-say-wrap .testimonials-home-index2 .navslider&gt;a:hover {
    color: #fff
}

.client-say-wrap .testimonials-home-index2 .testimonials-slider .comment {
    color: #fff;
    text-align: center
}

.client-say-wrap .testimonials-home-index2 .testimonials-slider .comment .content {
    color: #fff;
    margin-bottom: 20px;
    padding: 16px 10%
}

.client-say-wrap .testimonials-home-index2 .testimonials-slider .comment .content p.icon {
    font-size: 24px;
    margin-bottom: 15px
}

.client-say-wrap .testimonials-home-index2 .testimonials-slider .comment .info-client {
    margin-top: 30px
}

.client-say-wrap .testimonials-home-index2 .testimonials-slider .comment .info-client .image-client {
    width: 60px;
    height: 60px;
    display: inline-block
}

.client-say-wrap .testimonials-home-index2 .testimonials-slider .comment .info-client .image-client img {
    border-radius: 50%
}

.client-say-wrap .testimonials-home-index2 .testimonials-slider .comment .info-client .athor-client {
    display: inline-block;
    text-align: left;
    padding-left: 20px;
    position: relative;
    top: -13px
}

.client-say-wrap .testimonials-home-index2 .testimonials-slider .comment .info-client .athor-client .client-name {
    font-size: 100%;
    text-transform: uppercase;
    display: inline-block;
    position: relative
}

.client-say-wrap .testimonials-home-index2 .testimonials-slider .comment .info-client .athor-client .client-job {
    color: #fff;
    font-size: 12px;
    margin: 3px 0
}

.latest-post-block .pretext {
    text-align: center;
    font-size: 114.29%;
    margin: 8px 27% 6px
}

.latest-post-block .slider-latest-blog .slider-blog {
    padding-top: 25px
}

.latest-post-block .slider-latest-blog .slider-blog .item .date-blog {
    float: left;
    width: 75px;
    padding-right: 25px;
    text-align: right;
    font-weight: 700;
    color: #999;
    text-transform: uppercase
}

.latest-post-block .slider-latest-blog .slider-blog .item .date-blog .big-txt {
    font-size: 353.84%;
    line-height: 36px
}

.latest-post-block .slider-latest-blog .slider-blog .item .date-blog .normal-txt {
    font-size: 100%;
    line-height: 17px
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .image-blog {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    position: relative;
    padding-top: 20px
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .image-blog .postDate {
    position: absolute;
    background: #999;
    color: #fff;
    top: 0;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    left: 20px;
    text-transform: uppercase
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .image-blog .postDate&gt;span {
    width: 100%;
    display: inline-block
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .image-blog .postDate&gt;span.date {
    font-weight: 700;
    font-size: 142.86%;
    line-height: 100%;
    margin-top: 11px
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .image-blog .postDate&gt;span.month {
    line-height: 100%;
    position: relative;
    top: -2px
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog {
    margin-left: 0;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 0
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle {
    padding-top: 2px
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle h2 {
    font-size: 142.86%;
    text-transform: uppercase;
    font-weight: 700;
    margin: 3px 0 8px
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle h2 a {
    color: #000
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle h2 a:hover {
    color: #999
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postInfo span {
    margin-right: 10px
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postInfo span b {
    color: #242626
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postContent {
    font-size: 86.23%;
    color: #262e31
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul {
    list-style: none;
    display: inline-block;
    margin-bottom: 5px
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li {
    float: left;
    color: #999;
    font-size: 85.71%
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li:first-child {
    margin-right: 20px
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li a {
    color: #999
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li a:hover {
    color: #999
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li.post-user:after {
    content: "|";
    margin-left: 10px
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li.post-cat:before {
    content: '\f07c';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
    margin-right: 5px
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .action-post {
    padding-top: 40px;
    margin-left: -3px
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .action-post .btn-readmore {
    display: inline-block;
    color: #999;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    text-transform: uppercase;
    font-size: 85.71%;
    font-weight: 700
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .action-post .btn-readmore:hover {
    color: #aaa
}

.cms-index-index .page-main {
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
    display: inline-block
}

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

.cms-home-style-1 .header-style-1 .header-bottom .menu-under {
    border-bottom: 0
}

.cms-home-style-1 .header-style-1 .menu-vertical-wrap .sambar-inner {
    min-height: 581px
}

.cms-home-style-1 .title-home {
    position: relative;
    line-height: 100%;
    padding: 40px 0 10px;
    text-align: center
}

.cms-home-style-1 .title-home h2 {
    position: relative;
    text-transform: uppercase;
    color: #000;
    font-size: 214.29%;
    font-weight: 700
}

.cms-home-style-1 .client-say-wrap .title-home {
    padding: 23px 0 32px
}

.cms-home-style-1 .top-container-wrap {
    background-color: #edc4b0;
    margin-bottom: 30px;
    position: relative
}

.cms-home-style-1 .top-container-wrap .container {
    position: relative
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper {
    position: absolute;
    width: 250px;
    right: 15px;
    top: 50%;
    margin-top: -240px;
    z-index: 1
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-wrapper-inner {
    background: #fff
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-wrapper-inner .title-home {
    border: none;
    margin: 0;
    padding: 0
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-wrapper-inner .title-home:before {
    display: none
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-wrapper-inner .title-home h2 {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #303030;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-wrapper-inner .title-home h2:before {
    content: '\f017';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 16px;
    margin-right: 8px
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-wrapper-inner .item-inner {
    margin: 0;
    padding-top: 46px
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-wrapper-inner .deals-countdown {
    position: absolute;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 0;
    color: #999;
    width: 100%
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-wrapper-inner .deals-countdown:after {
    content: "";
    display: inline-block;
    left: 10px;
    right: 10px;
    height: 1px;
    bottom: -21px;
    background: #e1e1e1;
    z-index: 12;
    position: absolute
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-wrapper-inner .deals-countdown&gt;div {
    display: inline-block;
    margin: auto
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-wrapper-inner .deals-countdown .deals-time {
    display: inline-block;
    float: left;
    padding: 0 6px;
    margin: 0 9px;
    border: 1px solid #e1e1e1;
    font-size: 85.71%;
    position: relative
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-wrapper-inner .deals-countdown .deals-time:after {
    position: absolute;
    content: ":";
    right: -12px;
    color: #545454 !important
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-wrapper-inner .deals-countdown .deals-time:last-child:after {
    display: none
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-wrapper-inner .deals-countdown .deals-time div {
    display: inline-block
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-wrapper-inner .owl-theme .owl-nav&gt;div {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0)
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-wrapper-inner .products-grid .item .item-inner .box-image a img {
    background: #fff
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-wrapper-inner .products-grid .item .item-inner .box-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 0
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-wrapper-inner .products-grid .item .item-inner:hover .box-info {
    display: none
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-wrapper-inner:hover .owl-theme .owl-nav&gt;div {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-posttext {
    margin-top: 5px
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-posttext ul {
    margin: 0 -5px
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-posttext ul li {
    display: inline-block;
    width: 33.33%;
    float: left;
    text-align: center
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-posttext ul li a {
    background: #fff;
    margin: 5px 5px 0;
    width: 76px;
    height: 76px;
    display: inline-block;
    line-height: 76px;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-posttext ul li a img {
    vertical-align: middle
}

.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-posttext ul li a:hover {
    background: #eaeaea
}

.home-style-1 .static-image-1 {
    margin-bottom: 30px;
    margin-top: -30px
}

.home-style-1 .boxed-container.listingtab-wrap {
    margin-bottom: 44px
}

.home-style-1 .static-image-2 {
    margin-top: 14px;
    margin-bottom: 18px
}

.home-style-1 .boxed-container.fashion-cat {
    margin-top: 58px
}

.home-style-1 .sm-super-categories {
    margin: 9px 0 0;
    padding: 0 0 38px;
    border-bottom: 1px solid #ecf0f1
}

.home-style-1 .healthy-cate .sm-super-categories {
    border-bottom: none;
    padding-bottom: 15px
}

.home-style-1 .latest-post-block {
    margin-bottom: 73px
}

.home-style-1 .brand-wrap {
    margin-bottom: 10px
}

.home-style-1 .brand-wrap .brand-block {
    margin-bottom: 0
}

.home-style-1 .brand-wrap .brand-block .title-home {
    display: none
}

@media (min-width:1200px) {
    .cms-home-style-2 .cb-wrap .title-home {
        padding-top: 41px
    }

    .cms-home-style-2 .cb-wrap .desc {
        margin: 12px 0 53px
    }

    .cms-home-style-2 .block-slider-list-product,
    .cms-home-style-2 .deal-wrapper-index2 {
        margin-top: 15px
    }

    .cms-home-style-2 .bs-pretext {
        margin: 17px 0 34px
    }

    .cms-home-style-2 .block-slider-list-product .products-list .item .item-inner .box-info-list .product-name {
        margin-top: 10px;
        line-height: 150%
    }
}

.cb-wrap .title-home {
    padding-top: 50px
}

.cb-wrap .desc {
    text-align: center;
    margin: 15px 0 60px;
    font-size: 114.29%
}

.cb-wrap .cb-list .cb-item {
    padding: 0;
    position: relative
}

.cb-wrap .cb-list .cb-item .cb-info {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.cb-wrap .cb-list .cb-item .cb-info .title h3 {
    font-size: 214.29%;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 109px;
    margin-bottom: 18px
}

.cb-wrap .cb-list .cb-item .cb-info .title h3 a {
    color: #fff
}

.cb-wrap .cb-list .cb-item .cb-info .title h3 a:hover {
    color: #999
}

.cb-wrap .cb-list .cb-item .cb-info .desc {
    font-size: 114.29%;
    margin-bottom: 41px
}

.cb-wrap .cb-list .cb-item .cb-info .action a {
    width: 140px;
    height: 40px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    background: #999;
    display: inline-block;
    line-height: 40px;
    font-weight: 700
}

.cb-wrap .cb-list .cb-item .cb-info .action a:hover {
    background: #aaa
}

.cb-wrap .cb-list .cb-item:hover .cb-info {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.new-arivals-wrap&gt;div {
    padding: 40px 0 0;
    display: inline-block;
    width: 100%
}

.static-image-1-index2&gt;div {
    padding: 0
}

.cms-home-style-2 .title-home h2 {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 214.29%;
    text-align: center
}

.cms-home-style-2 .sm-imageslider-inner.theme2 .item .item-info {
    margin-left: -513px
}

.cms-home-style-2 .sm-imageslider-inner.theme2 .item .item-info .item-title {
    font-size: 60px;
    margin-top: 90px
}

.cms-home-style-2 .sm-imageslider-inner.theme2 .item .item-info .item-title .item-desc {
    padding: 14px 0 39px
}

.cms-home-style-2 .sm-imageslider-inner.theme2 .item .item-info .item-title .item-desc .item-desc-inner {
    font-size: 25px
}

.cms-home-style-2 .client-say-wrap {
    margin-top: 5px
}

.cms-home-style-2 .client-say-wrap:before {
    opacity: .63;
    filter: alpha(opacity=63)
}

.cms-home-style-2 .latest-post-block {
    padding: 42px 0 45px
}

@media (max-width:1500px) {
    .cb-wrap .cb-list .cb-item .cb-info .title h3 {
        font-size: 190%;
        margin-top: 67px
    }

    .sm-imageslider-inner.theme2 .owl-nav&gt;div {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important
    }

    .header-style-1 .sm-imageslider-inner.theme2 .item .item-info {
        top: 13%
    }

    .cms-home-style-2 .sm-imageslider-inner.theme2 .item .item-info {
        top: 6%
    }
}

@media all and (min-width:1200px) and (max-width:1400px) {
    .home-style-1 .static-image-1:first-child&gt;div {
        max-height: 502px;
        overflow: hidden
    }
}

@media (min-width:1200px) {
    .cms-home-style-1 .latest-post-block .slider-latest-blog .slider-blog {
        padding-top: 43px
    }
}

@media (max-width:1199px) {
    .sm-imageslider-inner.theme2 .owl-nav&gt;div {
        display: none !important
    }

    .best-deal-wrap .sm-countdownproduct-slider .title-home h2 {
        font-size: 320%
    }

    .latest-post-block .pretext {
        margin: 8px 10% 26px
    }

    .cb-wrap .cb-list .cb-item {
        font-size: 69.64%
    }

    .cb-wrap .cb-list .cb-item .cb-info .title h3 {
        margin-top: 14%
    }

    .cms-home-style-1 .sm-imageslider-inner.theme2 .item .item-info {
        margin-left: -471px;
        top: 14%
    }

    .cms-home-style-1 .sm-imageslider-inner.theme2 .item .item-info .item-title {
        font-size: 80px
    }

    .cms-home-style-1 .sm-imageslider-inner.theme2 .item .item-info .item-desc {
        padding: 13px 0 30px
    }

    .cms-home-style-1 .sm-imageslider-inner.theme2 .item .item-info .item-desc .item-desc-inner {
        font-size: 24px
    }

    .home-style-1 .bs-pretext {
        padding: 0 10%
    }

    .home-style-1 .client-say-wrap .testimonials-home .testimonials-slider .owl-item .comment .content {
        padding: 20px 0
    }

    .cms-home-style-2 .sm-imageslider-inner.theme2 .owl-nav&gt;div {
        display: block !important
    }

    .cms-home-style-2 .sm-imageslider-inner.theme2 .item .item-info {
        top: 0;
        margin-left: -390px
    }

    .cms-home-style-2 .sm-imageslider-inner.theme2 .item .item-info .item-title {
        font-size: 50px;
        margin-top: 40px
    }

    .cms-home-style-2 .sm-imageslider-inner.theme2 .item .item-info .item-desc .item-desc-inner {
        font-size: 24px
    }

    .cms-home-style-2 .deal-wrapper-index2 .products-grid .item .item-inner .box-info .deals-detail {
        margin: 31px 0 34px
    }

    .cms-home-style-2 .block-slider-list-product .owl-controls .owl-nav div.owl-prev {
        left: 10%
    }

    .cms-home-style-2 .block-slider-list-product .owl-controls .owl-nav div.owl-next {
        right: 10%
    }

    .home-style-2 .bs-pretext {
        padding: 0 10%
    }
}

@media (max-width:991px) {
    .best-deal-wrap .sm-countdownproduct-slider .title-home h2 {
        font-size: 232.14%
    }

    .best-deal-wrap .sm-countdownproduct-slider .cdps-pretext {
        font-size: 139.29%
    }

    .best-deal-wrap .sm-countdownproduct-slider .smcountdownproductslider-heading .smcountdownproductslider-time .deals-time {
        width: 80px;
        height: 80px;
        margin: 15px
    }

    .best-deal-wrap .sm-countdownproduct-slider .smcountdownproductslider-heading .smcountdownproductslider-time .deals-time .num-time {
        margin: 5px 0 5px
    }

    .sm-countdownproduct-list .cslider-item {
        width: 33.33%
    }

    .client-say-wrap .testimonials-home .navslider a.prev {
        left: 0
    }

    .client-say-wrap .testimonials-home .navslider a.next {
        right: 0
    }

    .latest-post-block .pretext {
        margin: 8px 0 26px
    }

    .cb-wrap .cb-list .cb-item {
        font-size: 92.86%
    }

    .cb-wrap .cb-list .cb-item .cb-info .title h3 {
        margin-top: 20%
    }

    .cms-home-style-1 .sm-imageslider-inner.theme2 .item .item-info {
        margin-left: -359px;
        max-width: 370px
    }

    .cms-home-style-1 .sm-imageslider-inner.theme2 .item .item-info .item-title {
        font-size: 50px
    }

    .cms-home-style-1 .sm-imageslider-inner.theme2 .item .item-info .item-desc .item-desc-inner {
        font-size: 18px
    }

    .cms-home-style-1 .title-home h2 {
        font-size: 185.71%
    }

    .home-style-1 .bs-pretext {
        padding: 0
    }

    .cms-home-style-2 .title-home h2 {
        font-size: 185.71%
    }

    .cms-home-style-2 .sm-imageslider-inner.theme2 .item .item-info {
        top: 0;
        margin-left: -330px;
        max-width: 339px
    }

    .cms-home-style-2 .sm-imageslider-inner.theme2 .item .item-info .item-title {
        font-size: 40px
    }

    .cms-home-style-2 .sm-imageslider-inner.theme2 .item .item-info .item-desc {
        padding: 13px 0 30px
    }

    .cms-home-style-2 .sm-imageslider-inner.theme2 .item .item-info .item-desc .item-desc-inner {
        font-size: 20px
    }

    .cms-home-style-2 .grid-product-list .item {
        width: 33.33%
    }

    .cms-home-style-2 .deal-wrapper-index2 .deals-countdown .timer-product {
        font-size: 74.29%
    }

    .cms-home-style-2 .block-slider-list-product .owl-controls .owl-nav div {
        top: -115px
    }

    .cms-home-style-2 .block-slider-list-product .owl-controls .owl-nav div.owl-prev {
        left: 0
    }

    .cms-home-style-2 .block-slider-list-product .owl-controls .owl-nav div.owl-next {
        right: 0
    }

    .deal-wrapper-index2 .products-grid .item .item-inner .box-info .deals-detail {
        margin: 31px 0 34px
    }

    .home-style-2 .client-say-wrap .testimonials-home-index2 .navslider&gt;a {
        color: #ccc
    }

    .home-style-2 .client-say-wrap .testimonials-home-index2 .navslider&gt;a.prev {
        left: 0
    }

    .home-style-2 .client-say-wrap .testimonials-home-index2 .navslider&gt;a.next {
        right: 0
    }

    .home-style-2 .client-say-wrap .testimonials-home-index2 .testimonials-slider .comment .content {
        font-size: 92.86%
    }
}

@media (max-width:767px) {
    .sm-imageslider-inner.theme2 .owl-nav&gt;div {
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
        margin-top: -15px !important
    }

    .sm-imageslider-inner.theme2 .item .item-info .action a {
        width: 130px !important;
        height: 40px !important;
        line-height: 40px !important
    }

    .sm-imageslider .owl-controls .owl-dots {
        bottom: 10px !important
    }

    .best-deal-wrap .sm-countdownproduct-slider .title-home h2 {
        font-size: 180%
    }

    .best-deal-wrap .sm-countdownproduct-slider .cdps-pretext {
        font-size: 92.86%
    }

    .best-deal-wrap .sm-countdownproduct-slider .smcountdownproductslider-heading .smcountdownproductslider-time .deals-time {
        width: 60px;
        height: 60px;
        margin: 10px
    }

    .best-deal-wrap .sm-countdownproduct-slider .smcountdownproductslider-heading .smcountdownproductslider-time .deals-time .num-time {
        margin: 5px 0 5px;
        font-size: 139.29%
    }

    .best-deal-wrap .sm-countdownproduct-slider .smcountdownproductslider-heading .smcountdownproductslider-time .deals-time .title-time {
        font-size: 92.86%
    }

    .cb-wrap .cb-list .cb-item {
        font-size: 74.29%
    }

    .cms-home-style-1 .sm-imageslider-inner.theme2 .item .item-info {
        margin-left: -269px;
        max-width: 269px
    }

    .cms-home-style-1 .sm-imageslider-inner.theme2 .item .item-info .item-title {
        font-size: 36px
    }

    .cms-home-style-1 .sm-imageslider-inner.theme2 .item .item-info .item-desc {
        padding: 13px 0
    }

    .cms-home-style-1 .sm-imageslider-inner.theme2 .item .item-info .item-desc .item-desc-inner {
        font-size: 16px
    }

    .cms-home-style-1 .brand-block .list-brands li {
        margin-bottom: 30px;
        float: left;
        width: 50%
    }

    .cms-home-style-1 .brand-block .list-brands li a {
        overflow: hidden
    }

    .home-style-1 .client-say-wrap .testimonials-home .testimonials-slider .owl-item .comment .content {
        padding: 10px 20px
    }

    .cms-home-style-2 .sm-imageslider-inner.theme2 .item .item-info {
        top: -7px;
        margin-left: -236px;
        max-width: 280px
    }

    .cms-home-style-2 .sm-imageslider-inner.theme2 .item .item-info .item-title {
        font-size: 30px
    }

    .cms-home-style-2 .sm-imageslider-inner.theme2 .item .item-info .item-desc {
        padding: 13px 0 15px
    }

    .cms-home-style-2 .sm-imageslider-inner.theme2 .item .item-info .item-desc .item-desc-inner {
        font-size: 16px
    }

    .cms-home-style-2 .cb-wrap .cb-list .cb-item {
        width: 50%;
        float: left
    }

    .cms-home-style-2 .grid-product-list .item {
        width: 50%
    }

    .home-style-2 .block-slider-list-product .products-list .item .item-inner .box-info-list {
        clear: inherit
    }
}

@media (max-width:567px) {
    .best-deal-wrap .sm-countdownproduct-slider {
        width: 80%
    }

    .cms-home-style-1 .title-home h2 {
        font-size: 139.29%
    }

    .cms-home-style-1 .sm-imageslider-inner.theme2 .item .item-info {
        margin-left: -223px;
        max-width: 190px
    }

    .cms-home-style-1 .sm-imageslider-inner.theme2 .item .item-info .item-title {
        font-size: 24px
    }

    .cms-home-style-1 .sm-imageslider-inner.theme2 .item .item-info .item-desc .item-desc-inner {
        font-size: 13px
    }

    .home-style-1 .client-say-wrap .testimonials-home .testimonials-slider .owl-item .comment .content {
        padding: 10px 25px
    }

    .cms-home-style-2 .sm-imageslider-inner.theme2 .item .item-info {
        top: -20px;
        margin-left: -190px
    }

    .cms-home-style-2 .sm-imageslider-inner.theme2 .item .item-info .item-title {
        font-size: 24px
    }

    .cms-home-style-2 .sm-imageslider-inner.theme2 .item .item-info .item-desc .item-desc-inner {
        font-size: 13px
    }

    .cms-home-style-2 .sm-imageslider-inner.theme2 .item .item-info .item-desc .item-desc-inner .action a {
        font-size: 92.86%
    }

    .home-style-2 .block-slider-list-product .products-list .item .item-inner .box-info-list .bottom-action .btn-action.btn-cart {
        width: 130px
    }

    .home-style-2 .bs-pretext {
        padding: 0
    }
}

@media (max-width:479px) {
    .sm-imageslider-inner.theme2 .item .item-info .action a {
        width: 100px !important;
        height: 30px !important;
        line-height: 30px !important;
        font-size: 11px !important;
        margin: 12px -3px
    }

    .best-deal-wrap .sm-countdownproduct-slider {
        width: 100%
    }

    .best-deal-wrap .sm-countdownproduct-slider .smcountdownproductslider-heading .smcountdownproductslider-time .deals-time {
        width: 50px;
        height: 50px;
        margin: 5px
    }

    .best-deal-wrap .sm-countdownproduct-slider .smcountdownproductslider-heading .smcountdownproductslider-time .deals-time .num-time {
        margin: 5px 0 5px;
        font-size: 74.29%
    }

    .best-deal-wrap .sm-countdownproduct-slider .smcountdownproductslider-heading .smcountdownproductslider-time .deals-time .title-time {
        font-size: 92.86%
    }

    .cms-home-style-1 .sm-imageslider-inner.theme2 .item .item-info {
        margin-left: -142px;
        max-width: 140px;
        top: 20%
    }

    .cms-home-style-1 .sm-imageslider-inner.theme2 .item .item-info .item-title {
        font-size: 18px
    }

    .cms-home-style-1 .sm-imageslider-inner.theme2 .item .item-info .item-desc {
        display: none
    }

    .cms-home-style-2 .title-home h2 {
        font-size: 139.29%
    }

    .cms-home-style-2 .sm-imageslider-inner.theme2 .item .item-info {
        margin-left: -113px;
        max-width: 150px
    }

    .cms-home-style-2 .sm-imageslider-inner.theme2 .item .item-info .item-title {
        font-size: 14px
    }

    .cms-home-style-2 .sm-imageslider-inner.theme2 .item .item-info .item-desc {
        display: none
    }

    .cms-home-style-2 .cb-wrap .cb-list .cb-item {
        width: 100%
    }

    .cms-home-style-2 .grid-product-list .item {
        width: 100%
    }

    .cms-home-style-2 .block-slider-list-product .owl-controls .owl-nav div {
        top: -118px
    }

    .cms-home-style-2 .block-slider-list-product .owl-controls .owl-nav div.owl-prev {
        left: 0
    }

    .cms-home-style-2 .block-slider-list-product .owl-controls .owl-nav div.owl-next {
        right: 0
    }

    .cms-home-style-2 .block-slider-list-product .products-list .item .item-inner .box-image-list {
        width: 100%;
        clear: both
    }

    .cms-home-style-2 .block-slider-list-product .products-list .item .item-inner .box-info-list {
        margin: 0;
        display: inline-block;
        padding: 15px
    }

    .home-style-2 .client-say-wrap .testimonials-home-index2 .testimonials-slider .comment .content {
        padding: 10px 10%
    }
}

body.mask {
    height: 100%;
    overflow: hidden
}

.accessory {
    width: 100% !important
}

.htiger-compare {
    padding: 50px 0
}

.htiger-compare.line {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.htiger-compare h2.rcc__title-size--heading_2 {
    font-weight: 400;
    padding-bottom: 20px;
    color: #333
}

.htiger-compare p {
    font-size: 16px
}

.htiger-compare .flex-container {
    text-align: center;
    padding-top: 20px
}

.htiger-compare .flex-container a {
    display: inline-block;
    color: #fff;
    background: #333;
    padding: 18px 40px;
    font-weight: 500;
    font-size: 22px;
    line-height: normal
}

.htiger-compare .flex-container .htiger-iframe {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: rgba(0, 0, 0, .5)
}

.htiger-compare .iframe-close {
    font-size: 40px;
    position: absolute;
    z-index: 99999;
    color: #333;
    right: 0;
    top: 0;
    line-height: 40px;
    cursor: pointer;
    right: 6%;
    background: #fbfbfb
}

.htiger-compare iframe {
    border: 0
}

.htiger-compare .iframe-close:before {
    content: "\e616";
    font-family: "icons-blank-theme";
    display: block
}

.product_video.video_boxs {
    width: 100%;
    height: 100%;
    border: 0;
    margin-bottom: 0;
    cursor: pointer;
    position: relative
}

.product_video.video_boxs:before {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san.svg);
    background-size: 26px;
    background-position: center 17px;
    background-repeat: no-repeat;
    transform: rotate(-28deg);
    -ms-transform: rotate(-28deg);
    -moz-transform: rotate(-28deg);
    -webkit-transform: rotate(-28deg);
    z-index: 1
}

.anchor-point {
    background: #f5f5f5;
    padding: 20px 0
}

.anchor-point span:not(.line) {
    display: inline-block;
    padding: 0 20px 0 0
}

.anchor-point span:not(.line) a {
    font-size: 16px;
    color: #666;
    text-decoration: underline
}

.anchor-point span:not(.line) a:hover {
    text-decoration: none;
    color: #333
}

.anchor-point span.line {
    display: inline-block;
    padding-right: 20px;
    color: #e5e5e5
}

.catalog-category-view .container {
    padding-left: 0;
    padding-right: 0
}

.product-item-name.product-name {
    color: #1c1c1c
}

button:focus,
button:active {
    color: #fff !important
}

.cms-privacy .privacy-box {
    margin-top: 30px
}

.cms-privacy .privacy-box .white-box p,
.cms-privacy .privacy-box .white-box h3 {
    padding: 0
}

.c-blue {
    color: #06c
}

.discount-total.c-blue .price,
.checkout-index-index .totals-annul .amount.c-blue {
    color: #06c !important
}

.non-gray {
    color: #ddd !important
}

.cookies-wrapper {
    display: flex
}

.cookies-wrapper .cssmenu_Anchorlinks {
    padding: 34px 53px
}

.cookies-wrapper .cssmenu_Anchorlinks ul {
    width: 220px;
    padding-left: 25px
}

.cookies-wrapper .cssmenu_Anchorlinks ul li:before {
    font-family: FontAwesome;
    content: "\f0da";
    color: #646464
}

.cookies-wrapper .cssmenu_Anchorlinks a {
    padding: 9px 18px;
    line-height: 34px;
    color: #646464
}

.cookies-wrapper .cssmenu_Anchorlinks a:hover {
    text-decoration: underline
}

.cookies-wrapper h1 {
    margin: 21px 0;
    font-size: 32px
}

.cookies-wrapper h4 {
    margin: 26px 0;
    font-size: 24px
}

.cookies-wrapper p {
    font-size: 14px
}

.cookies-wrapper h2 {
    margin: 20px 0;
    font-size: 24px
}

.cookies-wrapper .copy_Sections {
    border-bottom: solid thin #d5d5d5;
    padding-bottom: 45px;
    padding-top: 20px
}

.cookies-wrapper .copy_Sections:first-child {
    border-bottom: solid thin #d5d5d5;
    padding-bottom: 45px
}

.cookies-wrapper .back_to_top {
    font-size: 10px;
    text-decoration: none;
    float: right;
    padding-top: 22px;
    padding-right: 7px;
    color: #d6d6d6
}

.cookies-wrapper .back_to_top a {
    color: #999;
    text-decoration: none
}

.cookies-wrapper .combined_Copy_Sections a {
    text-decoration: underline
}

.cookies-wrapper .combined_Copy_Sections .back_to_top a {
    text-decoration: none
}

.checkout-index-index .modal-popup.agreements-modal .modal-inner-wrap {
    overflow-y: auto
}

.checkout-index-index .modal-popup.agreements-modal._inner-scroll .modal-content {
    overflow-y: unset
}

.checkout-index-index .modal-popup .privacy-box {
    padding: 0 !important
}

.checkout-index-index .modal-popup .privacy-box.tiaokuan .white-box p {
    padding: 0
}

.checkout-index-index .modal-popup .privacy-box.tiaokuan .white-box h3 {
    padding: 0
}

.repay-index-go .page-title {
    font-size: 20px;
    color: #333;
    font-weight: lighter;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
    padding-bottom: 19px
}

.repay-index-go .payment-method-fenqi {
    display: inline-block;
    clear: both;
    margin-bottom: 20px;
    width: 100%
}

.repay-index-go .payment-method-fenqi .payment-fenqi {
    float: left;
    margin-right: 30px
}

.repay-index-go .payment-method-fenqi .payment-fenqi:nth-child(4n) {
    margin-right: 0
}

.repay-index-go .payment-method-fenqi .payment-fenqi:nth-child(4n+1) {
    clear: both
}

.repay-index-go .payment-method-fenqi .fenqi-tips {
    clear: both
}

.repay-index-go .checkout-payment-method .payment-method .payment-method-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

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

.repay-index-go .checkout-payment-method .payment-method+.payment-method .payment-method-title {
    border-top: none;
    cursor: pointer;
    font-size: 16px
}

.repay-index-go .container {
    margin: 0 auto
}

.repay-index-go h1.order-title {
    font-size: 24px;
    color: #333;
    line-height: 30px;
    padding: 30px;
    border: 1px solid #ebebeb;
    margin-bottom: 0
}

.repay-index-go .orderDetail {
    border: 1px solid #ebebeb;
    border-top: none
}

.repay-index-go .orderDetail,
.repay-index-go .orderDetail .price {
    color: #333;
    font-size: 20px
}

.repay-index-go .orderDetail span {
    display: block;
    font-size: 14px;
    color: #555
}

.repay-index-go .orderDetail .orderId {
    border-bottom: 1px solid #ebebeb
}

.repay-index-go .orderDetail .orderId,
.repay-index-go .orderDetail .orderAmount {
    padding: 30px
}

.repay-index-go .payment-lists {
    padding: 30px;
    border: 1px solid #ebebeb;
    border-bottom: none;
    border-top: none;
    height: 100%;
    overflow: hidden
}

.repay-index-go .payment-lists .payment-method {
    width: 235px;
    margin-right: 30px;
    border: 1px solid #ebebeb;
    position: relative;
    float: left;
    margin-bottom: 20px
}

.repay-index-go .payment-lists .payment-method.choice {
    border: 2px solid #333
}

.repay-index-go .payment-lists .payment-method.choice .payment-method-title {
    padding: 18px 0
}

.repay-index-go .payment-lists .payment-method input.radio {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    cursor: pointer
}

.repay-index-go .agreement-block {
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 0 30px 30px
}

.repay-index-go .agreement-block .checkout-agreements-block {
    position: relative
}

.repay-index-go .agreement-block .checkout-agreements-block .checkout-agreements {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    flex-direction: column
}

.repay-index-go .agreement-block .checkout-agreement {
    margin-right: 3px;
    position: relative;
    margin-bottom: 20px
}

.repay-index-go .agreement-block .checkout-agreement input {
    opacity: 0;
    width: 0
}

.repay-index-go .agreement-block .checkout-agreement a {
    color: #555;
    font-size: 14px;
    text-decoration: underline
}

.repay-index-go .agreement-block .checkout-agreement div.mage-error[generated] {
    margin-top: 0;
    top: 100%
}

.repay-index-go .agreement-block .checkout-agreement label:before {
    content: "\e6ff";
    font-family: "iconfont";
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
    padding-right: 10px
}

.repay-index-go .agreement-block .checkout-agreement span {
    line-height: 26px
}

.repay-index-go .agreement-block .checkout-agreement input:checked+label:before {
    content: "\e6fe"
}

.repay-index-go .fieldset-checkout-payment-method {
    margin-top: 60px
}

.repay-index-go .actions-toolbar {
    text-align: right
}

.repay-index-go .actions-toolbar button {
    cursor: pointer;
    display: inline-block;
    line-height: 64px;
    height: 64px;
    color: #fff;
    background-color: #79b928;
    width: 320px;
    max-width: 100%;
    text-align: center;
    float: none;
    font-size: 24px
}

.repay-index-go .modal-footer {
    display: none
}

.repay-index-go .modal-popup.agreements-modal .modal-inner-wrap {
    overflow-y: scroll
}

.repay-index-go .modal-popup.agreements-modal._inner-scroll .modal-content {
    overflow-y: unset
}

.repay-index-go .modal-popup .privacy-box {
    padding: 0 !important
}

.repay-index-go .modal-popup .action-close {
    top: 34px;
    right: 20px;
    z-index: 10
}

.repay-index-go .modal-popup .action-close:before {
    font-size: 54px;
    color: #000
}

.repay-index-go .tiaokuan .white-box p {
    padding: 0
}

.repay-index-go .tiaokuan .white-box h3 {
    padding: 0
}

.repay-index-go .mage-error {
    position: absolute;
    left: 0;
    bottom: -30px
}

.product_video.video_boxs:before {
    transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important
}

.minicart-header .show-cart .counter-number {
    display: block;
    width: 8px;
    height: 8px;
    background: #79b928;
    position: absolute;
    top: 12px;
    right: -3px;
    border-radius: 10px
}

@media (min-width:991px) {
    .repay-index-go .modal-popup .modal-inner-wrap {
        width: 800px
    }

    .minicart-wrapper {
        line-height: 1.66
    }

    .header-container .cart-wrapper .block-minicart {
        display: none !important
    }

    .checkout-cart-index .cart-container .checkout-methods-items {
        padding: 25px 4px !important
    }

    .checkout-cart-index .price-excluding-tax,
    .checkout-cart-index .price {
        font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif
    }

    .checkout-cart-index .message.notice {
        background: #fbfbfb;
        border: 1px solid #ebebeb;
        color: #555;
        margin-bottom: 30px;
        padding: 20px 20px 20px 50px;
        font-size: 14px;
        font-family: "HtigerCHS-Book", HtigerCHS, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .checkout-cart-index .message.notice&gt;*:first-child:before {
        content: "\e6fd";
        font-family: "iconfont";
        color: #555;
        font-size: 22px;
        margin: -4px 0 0 10px
    }

    .checkout-cart-index #gift-options-cart,
    .checkout-cart-index #block-shipping,
    .checkout-cart-index .block.discount,
    .checkout-cart-index .block.giftcard,
    .checkout-cart-index .totals.shipping.excl,
    .checkout-cart-index .summary.title {
        display: none
    }

    .checkout-cart-index #maincontent {
        padding-top: 60px
    }

    .checkout-cart-index .page-title-wrapper {
        display: none
    }

    .checkout-cart-index .cart.table-wrapper .product-item-photo {
        width: 100%;
        padding-right: 0;
        display: block
    }

    .checkout-cart-index .cart.table-wrapper .product-item-details {
        width: calc(100% - 180px)
    }

    .checkout-cart-index #shopping-cart-table {
        border: 1px solid #ebebeb;
        background: #fbfbfb;
        border-collapse: separate;
        color: #333
    }

    .checkout-cart-index #shopping-cart-table&gt;tbody&gt;tr&gt;td {
        border-top: 0;
        padding: 10px 0
    }

    .checkout-cart-index #shopping-cart-table .product-item-details {
        padding: 20px 0;
        margin-left: 30px;
        margin-right: 30px;
        width: auto;
        display: block
    }

    .checkout-cart-index #shopping-cart-table .product-item-name {
        font-size: 20px;
        padding-bottom: 5px
    }

    .checkout-cart-index #shopping-cart-table .c-img {
        width: 20%;
        border-right: 1px solid #ebebeb;
        text-align: center;
        padding: 0
    }

    .checkout-cart-index #shopping-cart-table .c-img .product-image-photo {
        width: 100%
    }

    .checkout-cart-index #shopping-cart-table .c-name {
        width: 40%
    }

    .checkout-cart-index #shopping-cart-table .original-price-section .original-price-se {
        width: auto
    }

    .checkout-cart-index #shopping-cart-table .c-price {
        padding-top: 30px
    }

    .checkout-cart-index #shopping-cart-table .c-price .original-price-section .original-price-title {
        display: none
    }

    .checkout-cart-index #shopping-cart-table .space-line {
        padding: 0
    }

    .checkout-cart-index #shopping-cart-table td.c-gift {
        padding-bottom: 0
    }

    .checkout-cart-index #shopping-cart-table .c-del {
        padding-top: 0
    }

    .checkout-cart-index #shopping-cart-table .c-del .delete {
        padding-top: 20px;
        border-top: 1px solid #ebebeb
    }

    .checkout-cart-index #shopping-cart-table .c-q {
        padding-top: 30px
    }

    .checkout-cart-index #shopping-cart-table .c-q .pl {
        margin-left: 0;
        float: right;
        width: 130px
    }

    .checkout-cart-index #shopping-cart-table .c-q .c-qty {
        display: inline-block;
        padding-right: 5px
    }

    .checkout-cart-index #shopping-cart-table .c-q .control.qty {
        width: auto
    }

    .checkout-cart-index #shopping-cart-table .price-excluding-tax {
        display: inline-block;
        font-size: 14px
    }

    .checkout-cart-index #shopping-cart-table .price-excluding-tax .price {
        font-weight: 500
    }

    .checkout-cart-index #shopping-cart-table .col.price .c-title {
        color: #555
    }

    .checkout-cart-index #shopping-cart-table .c-qty {
        color: #555
    }

    .checkout-cart-index #shopping-cart-table .pl {
        margin-left: 30px;
        margin-right: 30px
    }

    .checkout-cart-index #shopping-cart-table .pl.delete .action-edit,
    .checkout-cart-index #shopping-cart-table .pl.delete .action-towishlist {
        display: none
    }

    .checkout-cart-index #shopping-cart-table .pl .action-delete {
        border: 0;
        padding: 0;
        margin: 0;
        text-decoration: underline;
        font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif;
        font-weight: 500;
        font-size: 14px
    }

    .checkout-cart-index #shopping-cart-table .pl .action-delete:hover {
        background: 0 0;
        color: #06c
    }

    .checkout-cart-index #shopping-cart-table .control.qty {
        display: inline-block;
        width: 180px;
        vertical-align: middle
    }

    .checkout-cart-index #shopping-cart-table .line {
        background: #fff;
        margin: 0 -1px;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        display: block;
        height: 30px
    }

    .checkout-cart-index #shopping-cart-table .subtotal {
        height: 100%;
        padding-bottom: 20px
    }

    .checkout-cart-index #shopping-cart-table .subtotal .pl {
        border-bottom: 0;
        font-size: 20px;
        font-weight: 500;
        color: #333
    }

    .checkout-cart-index #shopping-cart-table .subtotal .pl .price-excluding-tax {
        font-size: 20px;
        font-weight: 500;
        font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif
    }

    .checkout-cart-index #shopping-cart-table .gift-items {
        padding: 10px 0 0;
        border-top: 1px solid #ebebeb;
        margin: 0 30px 0
    }

    .checkout-cart-index #shopping-cart-table .gift-items li {
        clear: both;
        height: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        padding-bottom: 10px
    }

    .checkout-cart-index #shopping-cart-table .gift-items .gift-img {
        float: left;
        max-width: 80px;
        padding-right: 20px;
        text-align: center;
        width: 100%
    }

    .checkout-cart-index #shopping-cart-table .gift-items .gift-desc {
        float: left;
        max-width: calc(100% - 200px);
        width: 100%
    }

    .checkout-cart-index #shopping-cart-table .gift-items .gift-icon {
        color: #06c
    }

    .checkout-cart-index #shopping-cart-table .gift-items .gift-free {
        float: right;
        padding-top: 30px;
        color: #06c;
        font-weight: 500
    }

    .checkout-cart-index #shopping-cart-table .fixed-qty-notice {
        color: #dd4157;
        clear: both;
        padding-top: 5px
    }

    .checkout-cart-index #shopping-cart-table tbody:last-child .line {
        display: none !important
    }

    .checkout-cart-index #shopping-cart-table .qty-section {
        float: right
    }

    .checkout-cart-index #shopping-cart-table .qty-section input {
        width: 36px;
        height: 24px;
        border: 1px solid #ebebeb;
        vertical-align: middle
    }

    .checkout-cart-index #shopping-cart-table .qty-section a {
        display: inline-block;
        width: 24px;
        height: 24px;
        border: 1px solid #ebebeb;
        background: #fff;
        text-align: center;
        font-weight: 700
    }

    .checkout-cart-index #shopping-cart-table .qty-section a.alo_qty_dec {
        border-right: 0
    }

    .checkout-cart-index #shopping-cart-table .qty-section a.alo_qty_inc {
        border-left: 0
    }

    .checkout-cart-index #shopping-cart-table .qty-section div.mage-error {
        display: block;
        position: absolute;
        width: 200px;
        right: 20px;
        margin-top: 2px
    }

    .checkout-cart-index .cart-container {
        font-family: "HtigerCHS-Book", HtigerCHS, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .checkout-cart-index .cart-container .cart-totals {
        border-top: 1px solid #ebebeb
    }

    .checkout-cart-index .cart-container .form.form-cart {
        width: 72%
    }

    .checkout-cart-index .cart-container .checkout-methods-items {
        background: #fff;
        margin: 25px 0 -25px;
        padding: 25px;
        border-top: 0 solid #ddd
    }

    .checkout-cart-index .cart-container .cart-summary {
        padding: 0;
        border: 0;
        width: 25%
    }

    .checkout-cart-index .cart-container .cart-summary .grand.totals {
        font-size: 20px
    }

    .checkout-cart-index .cart-container .cart-summary .checkout-methods-items button.action.primary.checkout {
        height: auto;
        padding: 20px;
        background: #79b928;
        font-weight: 400;
        font-size: 22px
    }

    .checkout-cart-index .cart-container .cart-summary .table&gt;tbody&gt;tr&gt;th {
        border: 0
    }

    .checkout-cart-index .cart-container .cart-summary .table&gt;tbody&gt;tr&gt;td {
        border: 0
    }

    .checkout-cart-index .cart-container .cart.main.actions {
        padding-top: 10px;
        padding-bottom: 80px
    }

    .checkout-cart-index .cart-container .cart.main.actions button.update {
        background: #ebebeb;
        height: 64px;
        color: #333;
        width: 258px;
        font-size: 22px
    }

    .checkout-index-index .product-item.gift-item {
        position: relative
    }

    .checkout-index-index .product-item.gift-item:before {
        content: "";
        width: 98px;
        border-top: 1px solid #fff;
        display: inline-block;
        position: absolute;
        top: -1px
    }

    .checkout-index-index .price {
        font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif
    }

    .checkout-index-index .step-title.guest-shipping {
        border-top: 1px solid #ebebeb;
        margin: 0 -10px
    }

    .checkout-index-index .checkout-shipping-method .step-title {
        border-top: 1px solid #ebebeb
    }

    .checkout-index-index .agreements-modal .action-close {
        z-index: 1
    }

    .checkout-index-index .agreements-modal .checkout-agreements-item-content {
        padding: 50px 0 0
    }

    .checkout-index-index .agreements-modal h2 {
        padding-bottom: 20px;
        font-size: 20px
    }

    .checkout-index-index #shipping-new-address-form [name="shippingAddress.telephone"] input {
        max-width: 160px
    }

    .checkout-index-index button:focus,
    .checkout-index-index button:active {
        border: 0
    }

    .checkout-index-index .opc-wrapper .shipping-address-item {
        font-size: 20px
    }

    .checkout-index-index .opc-wrapper .shipping-address-item:before {
        width: 0
    }

    .checkout-index-index .table-checkout-shipping-method td {
        padding-left: 0
    }

    .checkout-index-index .table-checkout-shipping-method .subtitile {
        font-size: 14px;
        padding-bottom: 5px;
        color: #555
    }

    .checkout-index-index .table-checkout-shipping-method #label_method_freeshipping_freeshipping {
        font-size: 20px;
        color: #333
    }

    .checkout-index-index .modal-popup .modal-header {
        padding: 0
    }

    .checkout-index-index .modal-popup .modal-header h1.modal-title {
        padding: 20px 30px;
        font-size: 24px;
        border-bottom: 1px solid #ebebeb
    }

    .checkout-index-index .modal-popup #opc-new-shipping-address {
        padding-top: 20px;
        margin: 0 -20px
    }

    .checkout-index-index .modal-popup #opc-new-shipping-address .fieldset&gt;.field:not(.choice)&gt;.control {
        width: 100%
    }

    .checkout-index-index .modal-popup .action-close {
        top: 20px;
        right: 20px
    }

    .checkout-index-index .modal-popup .action-close:before {
        font-size: 54px;
        color: #000
    }

    .checkout-index-index .modal-popup .modal-footer {
        border-top: 0 !important;
        padding-top: 0
    }

    .checkout-index-index .modal-popup .modal-footer .action.secondary.action-hide-popup {
        display: none
    }

    .checkout-index-index .modal-popup .modal-footer button.action-save-address {
        float: left;
        margin-left: 0;
        background: #333;
        padding: 10px 140px;
        height: auto;
        font-size: 22px;
        font-weight: 400;
        width: 100%
    }

    .checkout-index-index #checkout .authentication-wrapper {
        display: none
    }

    .checkout-index-index .container {
        font-family: "HtigerCHS-Book", HtigerCHS, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .checkout-index-index .yt-menu,
    .checkout-index-index .search-and-cart {
        display: none
    }

    .checkout-index-index .page-title-wrapper {
        color: #333;
        position: static;
        width: auto;
        height: auto;
        border-bottom: 1px solid #ebebeb
    }

    .checkout-index-index .page-title-wrapper h1 {
        font-size: 28px;
        font-weight: 400;
        margin-bottom: 20px;
        padding: 30px 0 10px
    }

    .checkout-index-index .opc-sidebar {
        margin-top: 0;
        width: 28%
    }

    .checkout-index-index .opc-sidebar .minicart-items .product-image-wrapper img {
        height: auto !important
    }

    .checkout-index-index .opc-wrapper {
        width: 72%
    }

    .checkout-index-index .opc-progress-bar {
        width: 66.66%;
        margin: 0 auto;
        padding: 30px 0
    }

    .checkout-index-index .opc-progress-bar .opc-progress-bar-item._active:before {
        background: #79b928
    }

    .checkout-index-index .opc-progress-bar .opc-progress-bar-item._active span:after,
    .checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete&gt;span:after {
        line-height: 26px;
        font-size: 1.8rem;
        content: counter(i);
        counter-increment: i
    }

    .checkout-index-index .opc-progress-bar .opc-progress-bar-item._active&gt;span:before {
        background: #79b928
    }

    .checkout-index-index .opc-progress-bar .opc-progress-bar-item&gt;span {
        font-size: 1.4rem;
        color: #555
    }

    .checkout-index-index .opc-block-summary .gift-product .color-blue {
        color: #06c;
        padding-right: 5px
    }

    .checkout-index-index .opc-block-summary .has-row-discount-amount+.subtotal span.price {
        color: #06c
    }

    .checkout-index-index .opc-block-summary .show-time {
        clear: both;
        text-align: right;
        font-size: 14px;
        color: #999;
        line-height: 21px
    }

    .checkout-index-index .opc-block-summary .show-time.row-discount-amount {
        text-decoration: line-through
    }

    .checkout-index-index .opc-block-summary .show-time.row-discount-amount .label {
        display: none
    }

    .checkout-index-index .opc-block-summary .summer_active .show-time {
        display: block
    }

    .checkout-index-index .opc-block-summary&gt;.title {
        padding: 0
    }

    .checkout-index-index .opc-block-summary .advance-sale-icon {
        background: #06c;
        color: #fff;
        font-size: 12px;
        padding: 0 5px;
        margin-bottom: 5px;
        display: inline-block
    }

    .checkout-index-index .opc-block-summary .opc-block-advance-sale-delivery {
        font-size: 14px;
        color: #555;
        float: right;
        margin-top: -20px
    }

    .checkout-index-index .opc-block-summary .minicart-items-wrapper {
        max-height: 700px
    }

    .checkout-index-index .opc-block-summary .product-item .product-item-name {
        font-size: 16px
    }

    .checkout-index-index .opc-block-summary .product-item .product-item-name-block {
        margin-right: 0
    }

    .checkout-index-index .opc-block-summary .product-item .product-item-inner {
        display: block
    }

    .checkout-index-index .opc-block-summary .product-item .product-item-name-block {
        display: block
    }

    .checkout-index-index .opc-block-summary .price-excluding-tax {
        display: block
    }

    .checkout-index-index .opc-block-summary .minicart-items .product-item-details {
        padding-left: 98px
    }

    .checkout-index-index .opc-block-summary .minicart-items .product-item-details .product-item-name {
        display: block;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 20px;
        color: #333
    }

    .checkout-index-index .opc-block-summary .minicart-items .product-item-details .details-qty .label,
    .checkout-index-index .opc-block-summary .minicart-items .product-item-details .subtotal .checkout-subtotal-title {
        color: #555
    }

    .checkout-index-index .opc-block-summary .minicart-items .product-item-details .details-qty,
    .checkout-index-index .opc-block-summary .minicart-items .product-item-details .subtotal .cart-price {
        color: #333
    }

    .checkout-index-index .opc-block-summary .minicart-items .product-item-details .details-qty .label:after {
        content: ""
    }

    .checkout-index-index .opc-block-summary .minicart-items .product-item-details .details-qty .value {
        float: right
    }

    .checkout-index-index .opc-block-summary .minicart-items .product-item-details .details-qty .value:before {
        content: "è„³"
    }

    .checkout-index-index .opc-block-summary .minicart-items .product-item-details .subtotal {
        padding-top: 10px;
        display: block;
        height: 100%;
        overflow: hidden
    }

    .checkout-index-index .opc-block-summary .minicart-items .product-item-details .subtotal .checkout-subtotal-title {
        float: left
    }

    .checkout-index-index .opc-block-summary .minicart-items .product-item-details .subtotal .price-excluding-tax {
        float: right
    }

    .checkout-index-index .opc-block-summary .minicart-items .product-item-details .gift-products-summary {
        clear: both;
        padding-top: 10px;
        font-size: 14px
    }

    .checkout-index-index .opc-block-summary .minicart-items .product-item-details .gift-products-summary .item-product-list {
        clear: both;
        padding-top: 10px
    }

    .checkout-index-index .opc-block-summary .minicart-items .product-item-details .gift-products-summary .gift-img {
        float: left;
        max-width: 60px;
        padding-right: 10px
    }

    .checkout-index-index .opc-block-summary .minicart-items .product-item-details .gift-products-summary .gift-info {
        width: calc(100% - 70px);
        float: right
    }

    .checkout-index-index .opc-block-summary .minicart-items .product-item-details .gift-products-summary .gift-icon,
    .checkout-index-index .opc-block-summary .minicart-items .product-item-details .gift-products-summary .gift-free {
        color: #06c
    }

    .checkout-index-index .opc-block-summary .minicart-items .product-item-details .product-item:not(:first-child) {
        border-top: 1px solid #ebebeb
    }

    .checkout-index-index .checkout-container .opc-sidebar .modal-content .opc-block-summary {
        background: #fff;
        padding: 0
    }

    .checkout-index-index .form-shipping-address,
    .checkout-index-index .form-login {
        max-width: 100% !important
    }

    .checkout-index-index #opc-shipping_method {
        clear: both
    }

    .checkout-index-index #checkoutSteps {
        border: 1px solid #ebebeb
    }

    .checkout-index-index .opc-wrapper .step-title {
        border-bottom: 1px solid #ebebeb;
        padding: 30px;
        font-size: 24px
    }

    .checkout-index-index #checkout-shipping-method-load {
        padding: 0 30px
    }

    .checkout-index-index .opc-wrapper .step-content {
        margin-bottom: 20px
    }

    .checkout-index-index #shipping-method-buttons-container {
        position: relative
    }

    .checkout-index-index #shipping-method-buttons-container .primary {
        position: absolute;
        right: 0;
        top: 30px
    }

    .checkout-index-index #shipping-method-buttons-container .primary button {
        background: #333;
        color: #fff;
        font-size: 22px;
        padding: 20px 140px;
        font-weight: 400;
        height: 64px
    }

    .checkout-index-index .page-main {
        padding-bottom: 150px
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .note {
        display: none !important
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset div.mage-error {
        padding-top: 5px;
        margin-left: -15px
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset div.mage-error:before {
        content: "\e6fd";
        display: inline-block;
        font-family: "iconfont";
        vertical-align: middle;
        font-size: 18px;
        padding-right: 3px
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .field {
        position: relative;
        border: 1px solid #999;
        padding: 15px 20px;
        width: calc(50% - 40px);
        float: left;
        margin: 0 10px 35px 20px;
        height: 64px
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .field input,
    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .field select {
        border: 0 !important;
        font-size: 16px
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .field .field-error {
        padding-top: 5px;
        margin-left: -15px
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .field .field-error:before {
        content: "\e6fd";
        display: inline-block;
        font-family: "iconfont";
        vertical-align: middle;
        font-size: 18px;
        padding-right: 3px
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .field&gt;.label {
        position: absolute;
        top: -5px;
        left: 20px;
        background: #fff;
        color: #555;
        padding: 0 10px !important
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .field .field-tooltip-action {
        display: none
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .fieldset.hidden-fields .field {
        width: calc(100% - 50px)
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .actions-toolbar {
        clear: both;
        padding: 0 20px
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset button {
        background: #333;
        padding: 5px 50px;
        height: auto
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset button:hover {
        background: #79b928
    }

    .checkout-index-index #shipping-new-address-form .popup-default-address,
    .checkout-index-index .invoice-section .popup-default-address {
        border: 0 !important;
        position: static !important;
        width: auto !important;
        padding: 0 !important;
        margin: 0 10px !important;
        height: auto !important;
        clear: both
    }

    .checkout-index-index #shipping-new-address-form .popup-default-address input,
    .checkout-index-index .invoice-section .popup-default-address input {
        display: none
    }

    .checkout-index-index #shipping-new-address-form .popup-default-address input:checked+label:before,
    .checkout-index-index .invoice-section .popup-default-address input:checked+label:before {
        content: "\e6fe";
        font-family: "iconfont";
        display: inline-block;
        font-size: 30px;
        vertical-align: middle;
        padding-right: 10px
    }

    .checkout-index-index #shipping-new-address-form .popup-default-address label,
    .checkout-index-index .invoice-section .popup-default-address label {
        position: static !important
    }

    .checkout-index-index #shipping-new-address-form .popup-default-address label:before,
    .checkout-index-index .invoice-section .popup-default-address label:before {
        content: "\e6ff";
        font-family: "iconfont";
        display: inline-block;
        font-size: 30px;
        vertical-align: middle;
        padding-right: 10px
    }

    .checkout-index-index #shipping-new-address-form .popup-default-address label span,
    .checkout-index-index .invoice-section .popup-default-address label span {
        font-size: 14px;
        color: #555
    }

    .checkout-index-index #shipping-new-address-form&gt;.field,
    .checkout-index-index .invoice-section&gt;.field,
    .checkout-index-index #shipping-new-address-form .field-container&gt;.field,
    .checkout-index-index .invoice-section .field-container&gt;.field {
        position: relative;
        border: 1px solid #999;
        padding: 15px 20px;
        width: calc(50% - 40px);
        float: left;
        margin: 10px 10px 35px 20px;
        height: 65px
    }

    .checkout-index-index #shipping-new-address-form&gt;.field._required label:after,
    .checkout-index-index .invoice-section&gt;.field._required label:after,
    .checkout-index-index #shipping-new-address-form .field-container&gt;.field._required label:after,
    .checkout-index-index .invoice-section .field-container&gt;.field._required label:after {
        content: "*";
        color: #e02b27;
        font-size: inherit;
        margin: 0
    }

    .checkout-index-index #shipping-new-address-form&gt;.field input,
    .checkout-index-index .invoice-section&gt;.field input,
    .checkout-index-index #shipping-new-address-form .field-container&gt;.field input,
    .checkout-index-index .invoice-section .field-container&gt;.field input,
    .checkout-index-index #shipping-new-address-form&gt;.field select,
    .checkout-index-index .invoice-section&gt;.field select,
    .checkout-index-index #shipping-new-address-form .field-container&gt;.field select,
    .checkout-index-index .invoice-section .field-container&gt;.field select {
        border: 0 !important;
        font-size: 16px;
        color: #333
    }

    .checkout-index-index #shipping-new-address-form&gt;.field .field-error,
    .checkout-index-index .invoice-section&gt;.field .field-error,
    .checkout-index-index #shipping-new-address-form .field-container&gt;.field .field-error,
    .checkout-index-index .invoice-section .field-container&gt;.field .field-error {
        padding-top: 5px;
        margin-left: -15px
    }

    .checkout-index-index #shipping-new-address-form&gt;.field .field-error:before,
    .checkout-index-index .invoice-section&gt;.field .field-error:before,
    .checkout-index-index #shipping-new-address-form .field-container&gt;.field .field-error:before,
    .checkout-index-index .invoice-section .field-container&gt;.field .field-error:before {
        content: "\e6fd";
        display: inline-block;
        font-family: "iconfont";
        vertical-align: middle;
        font-size: 18px;
        padding-right: 3px
    }

    .checkout-index-index #shipping-new-address-form&gt;.field&gt;.label,
    .checkout-index-index .invoice-section&gt;.field&gt;.label,
    .checkout-index-index #shipping-new-address-form .field-container&gt;.field&gt;.label,
    .checkout-index-index .invoice-section .field-container&gt;.field&gt;.label {
        position: absolute;
        top: -5px;
        left: 20px;
        background: #fff;
        color: #555;
        padding: 0 10px !important;
        width: auto
    }

    .checkout-index-index #shipping-new-address-form&gt;.field .field-tooltip-action,
    .checkout-index-index .invoice-section&gt;.field .field-tooltip-action,
    .checkout-index-index #shipping-new-address-form .field-container&gt;.field .field-tooltip-action,
    .checkout-index-index .invoice-section .field-container&gt;.field .field-tooltip-action {
        display: none
    }

    .checkout-index-index #shipping-new-address-form&gt;.field.street,
    .checkout-index-index .invoice-section&gt;.field.street,
    .checkout-index-index #shipping-new-address-form .field-container&gt;.field.street,
    .checkout-index-index .invoice-section .field-container&gt;.field.street {
        width: calc(100% - 50px);
        box-sizing: border-box;
        margin: 0 0 30px 20px
    }

    .checkout-index-index #shipping-new-address-form&gt;.field .control._with-tooltip,
    .checkout-index-index .invoice-section&gt;.field .control._with-tooltip,
    .checkout-index-index #shipping-new-address-form .field-container&gt;.field .control._with-tooltip,
    .checkout-index-index .invoice-section .field-container&gt;.field .control._with-tooltip {
        position: static
    }

    .checkout-index-index #shipping-new-address-form [name="shippingAddress.country_id"],
    .checkout-index-index .invoice-section [name="shippingAddress.country_id"],
    .checkout-index-index #shipping-new-address-form [name="shippingAddress.street.1"],
    .checkout-index-index .invoice-section [name="shippingAddress.street.1"],
    .checkout-index-index #shipping-new-address-form [name="shippingAddress.street.2"],
    .checkout-index-index .invoice-section [name="shippingAddress.street.2"],
    .checkout-index-index #shipping-new-address-form [name="shippingAddress.company"],
    .checkout-index-index .invoice-section [name="shippingAddress.company"],
    .checkout-index-index #shipping-new-address-form [name="shippingAddress.city"],
    .checkout-index-index .invoice-section [name="shippingAddress.city"] {
        display: none
    }

    .checkout-index-index #shipping-new-address-form [name="shippingAddress.city_id"],
    .checkout-index-index .invoice-section [name="shippingAddress.city_id"],
    .checkout-index-index #shipping-new-address-form [name="shippingAddress.region_id"],
    .checkout-index-index .invoice-section [name="shippingAddress.region_id"] {
        display: block !important
    }

    .checkout-index-index #shipping.checkout-shipping-address {
        position: relative
    }

    .checkout-index-index #shipping.checkout-shipping-address .new-address-popup {
        position: absolute;
        right: 0;
        top: 0;
        margin-right: 20px
    }

    .checkout-index-index #shipping.checkout-shipping-address .new-address-popup button.action-show-popup {
        background-color: transparent;
        margin-top: 30px;
        padding: 0
    }

    .checkout-index-index #shipping.checkout-shipping-address .new-address-popup button.action-show-popup:before {
        content: "\e6fc";
        font-family: "iconfont";
        font-size: 30px;
        color: #333
    }

    .checkout-index-index #shipping.checkout-shipping-address .new-address-popup button.action-show-popup span {
        display: none
    }

    .checkout-index-index #shipping.checkout-shipping-address #checkout-step-shipping {
        padding: 0 10px
    }

    .checkout-index-index #shipping.checkout-shipping-address #checkout-step-shipping .shipping-address-items {
        margin: 30px 20px 0
    }

    .checkout-index-index #checkoutSteps .step-title {
        font-weight: 400
    }

    .checkout-index-index .invoice-section {
        padding: 30px
    }

    .checkout-index-index .invoice-section .notes {
        clear: both;
        font-size: 14px;
        color: #555;
        position: relative;
        top: -10px
    }

    .checkout-index-index .invoice-section div.mage-error {
        padding-top: 5px;
        margin-left: -15px
    }

    .checkout-index-index .invoice-section div.mage-error:before {
        content: "\e6fd";
        display: inline-block;
        font-family: "iconfont";
        vertical-align: middle;
        font-size: 18px
    }

    .checkout-index-index .invoice-section .invoice-list {
        display: flex;
        padding-bottom: 20px;
        width: 720px
    }

    .checkout-index-index .invoice-section .invoice-list li {
        flex: 1;
        padding: 18px 0;
        border: 1px solid #ebebeb;
        text-align: center;
        font-size: 16px;
        color: #333;
        display: inline-block;
        height: 64px;
        cursor: pointer;
        box-sizing: border-box
    }

    .checkout-index-index .invoice-section .invoice-list li:first-child {
        margin-right: 30px
    }

    .checkout-index-index .invoice-section .invoice-list li.active {
        border: 2px solid #333
    }

    .checkout-index-index .invoice-section .invoice-type {
        margin: 0 -30px;
        height: 100%;
        overflow: hidden;
        padding-bottom: 40px
    }

    .checkout-index-index .invoice-section .invoice-type li {
        width: calc(50% - 30px);
        display: inline-block;
        border-top: 1px solid #ebebeb;
        box-sizing: border-box;
        padding: 15px 20px;
        float: left;
        text-align: center;
        position: relative;
        background: #fbfbfb;
        border-bottom: 1px solid #ebebeb;
        font-size: 20px;
        color: #333;
        cursor: pointer
    }

    .checkout-index-index .invoice-section .invoice-type li.active {
        width: calc(50% - 31px);
        border-bottom: 0;
        background: #fff
    }

    .checkout-index-index .invoice-section .invoice-type li:last-child {
        border-left: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
        margin-right: 30px
    }

    .checkout-index-index .invoice-section .invoice-type li:last-child:before {
        content: "";
        display: inline-block;
        width: 30px;
        border-bottom: 1px solid #ebebeb;
        position: absolute;
        bottom: -1px;
        right: -30px
    }

    .checkout-index-index .invoice-section .invoice-type li:first-child {
        margin-left: 30px;
        border-left: 1px solid #ebebeb
    }

    .checkout-index-index .invoice-section .invoice-type li:first-child:before {
        content: "";
        display: inline-block;
        width: 30px;
        border-bottom: 1px solid #ebebeb;
        position: absolute;
        bottom: -1px;
        left: -30px
    }

    .checkout-index-index .invoice-section .invoice-type.papa-on li:after {
        width: 1000px;
        content: "";
        display: block;
        position: absolute;
        bottom: -1px;
        right: -1000px;
        border-bottom: 1px solid #ebebeb
    }

    .checkout-index-index .invoice-section&gt;.field,
    .checkout-index-index .invoice-section .field-container&gt;.field {
        margin: 0 10px 35px 0;
        clear: both
    }

    .checkout-index-index #checkout-step-payment {
        clear: both;
        padding-bottom: 20px
    }

    .checkout-index-index #checkout-step-payment .payment-method {
        padding: 0 30px
    }

    .checkout-index-index form.payments .fieldset:last-child {
        margin-bottom: 0
    }

    .checkout-index-index .payment-methods {
        padding: 0 30px 16px;
        border-top: 1px solid #ebebeb
    }

    .checkout-index-index .payment-methods .step-title {
        padding: 20px 0;
        position: relative
    }

    .checkout-index-index .payment-methods .step-title:after {
        content: "";
        width: 30px;
        border-bottom: 1px solid #ebebeb;
        left: -30px;
        bottom: -1px;
        display: block;
        position: absolute
    }

    .checkout-index-index .payment-methods .step-title:before {
        content: "";
        width: 30px;
        border-bottom: 1px solid #ebebeb;
        right: -30px;
        bottom: -1px;
        display: block;
        position: absolute
    }

    .checkout-index-index .payment-methods .payment-method {
        box-sizing: border-box;
        border: 1px solid #ebebeb;
        margin: 0 30px 20px 0;
        min-width: 235px;
        float: left;
        height: 64px;
        padding: 0 !important
    }

    .checkout-index-index .payment-methods .payment-method._active,
    .checkout-index-index .payment-methods .payment-method:hover {
        border: 2px solid #333
    }

    .checkout-index-index .payment-methods .payment-method._active .payment-method-content,
    .checkout-index-index .payment-methods .payment-method:hover .payment-method-content {
        display: none
    }

    .checkout-index-index .payment-methods .payment-method .payment-method-title {
        border: 0;
        padding: 0;
        text-align: center;
        width: 100%;
        height: 100%
    }

    .checkout-index-index .payment-methods .payment-method .payment-method-title label {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 62px;
        cursor: pointer;
        font-size: 16px !important
    }

    .checkout-index-index .payment-methods .payment-method .payment-method-title input {
        display: none
    }

    .checkout-index-index .payment-methods .payment-method .payment-method-title .payment-icon {
        max-height: 30px
    }

    .checkout-index-index .payment-methods .payment-method .payment-method-billing-address,
    .checkout-index-index .payment-methods .payment-method .actions-toolbar {
        display: none
    }

    .checkout-index-index .payment-option.discount-code,
    .checkout-index-index .payment-option.giftcardaccount {
        clear: both;
        display: none
    }

    .checkout-index-index .place-order-pro {
        position: relative
    }

    .checkout-index-index .place-order-pro button {
        width: 350px !important;
        background: #79b928;
        height: 64px;
        font-weight: 400;
        position: absolute;
        right: 0;
        top: 40px;
        font-size: 22px
    }

    .checkout-index-index .reg-mechine {
        padding: 40px 0 56px;
        border-top: 1px solid #ebebeb;
        margin: 0 30px
    }

    .checkout-index-index .reg-mechine .title {
        font-size: 20px;
        padding: 10px 0
    }

    .checkout-index-index .reg-mechine .subtitle {
        font-size: 14px
    }

    .checkout-index-index .reg-mechine #auto_register_product {
        display: none
    }

    .checkout-index-index .reg-mechine input:checked+label:before {
        content: "\e6fe";
        font-family: "iconfont";
        display: inline-block;
        font-size: 30px;
        vertical-align: middle;
        padding-right: 10px
    }

    .checkout-index-index .reg-mechine label:before {
        content: "\e6ff";
        font-family: "iconfont";
        display: inline-block;
        font-size: 30px;
        vertical-align: middle;
        padding-right: 10px
    }

    .checkout-index-index .opc-block-summary {
        border-top: 1px solid #ebebeb;
        padding-top: 10px !important
    }

    .checkout-index-index .opc-block-summary&gt;.title {
        border: 0
    }

    .checkout-index-index .opc-block-summary .items-in-cart&gt;.title {
        border-bottom: 1px solid #ebebeb;
        color: #333
    }

    .checkout-index-index .opc-block-summary .items-in-cart.opened&gt;.title:after {
        content: "\e621"
    }

    .checkout-index-index .opc-block-summary .totals.shipping .amount {
        color: #06c
    }

    .checkout-index-index .checkout-container .opc-block-shipping-information .ship-to,
    .checkout-index-index .checkout-container .opc-block-shipping-information .ship-via {
        padding: 0;
        background: #fff
    }

    .checkout-index-index .checkout-container .opc-block-shipping-information .ship-to .shipping-information-title,
    .checkout-index-index .checkout-container .opc-block-shipping-information .ship-via .shipping-information-title {
        font-size: 20px;
        font-weight: 400;
        border-bottom: 1px solid #ebebeb
    }

    .checkout-index-index .collapsible {
        position: relative;
        padding: 10px 0
    }

    .checkout-index-index .collapsible .title {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 10px
    }

    .checkout-index-index .collapsible .title:after {
        position: absolute;
        right: 0;
        top: 20px;
        font-size: 30px;
        line-height: 12px;
        color: inherit;
        content: "\e622";
        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
    }

    .checkout-index-index .collapsible.opened .title:after {
        content: "\e621"
    }

    .checkout-index-index .minicart-items .product-item:not(:first-child) {
        border-top: 1px solid #ebebeb
    }

    .checkout-index-index .minicart-items .product-item:last-child {
        border-bottom: 1px solid #ebebeb
    }

    .checkout-index-index .opc-block-summary li.product-item.gift-item.summer-hide {
        display: none
    }

    .opc-wrapper .shipping-address-item {
        padding: 20px 35px 30px 20px;
        font-size: 16px
    }

    .opc-wrapper .shipping-address-item .address_list {
        font-size: 20px
    }

    .opc-wrapper .shipping-address-item .shipping-mobile {
        padding-left: 60px
    }

    .opc-wrapper .shipping-address-item button {
        background-color: transparent;
        font-size: 14px;
        color: #555;
        font-weight: 400;
        margin-top: 0;
        padding-right: 0;
        padding-top: 0
    }

    .opc-wrapper .shipping-address-item .recipients {
        font-size: 14px;
        color: #555
    }

    .opc-wrapper .shipping-address-item button.action-select-shipping-item:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0
    }

    .opc-wrapper .shipping-address-item.selected-item {
        border: 2px solid #333 !important;
        margin-bottom: 30px
    }

    .opc-wrapper .shipping-address-item.selected-item button:before {
        content: "\e6fe";
        font-family: "iconfont";
        display: inline-block;
        font-size: 30px;
        padding-right: 10px;
        vertical-align: middle;
        color: #333
    }

    .opc-wrapper .shipping-address-item.selected-item:after {
        content: "";
        background: 0 0
    }

    .opc-wrapper .shipping-address-item.not-selected-item {
        border: 1px solid #ebebeb;
        margin-bottom: 30px
    }

    .opc-wrapper .shipping-address-item.not-selected-item button:before {
        content: "\e6ff";
        font-family: "iconfont";
        display: inline-block;
        font-size: 30px;
        padding-right: 10px;
        vertical-align: middle;
        color: #999
    }

    .opc-wrapper .shipping-address-item.not-selected-item.default-selected {
        border: 2px solid #ebebeb
    }

    .opc-wrapper .shipping-address-item .default-address {
        position: absolute;
        top: -15px;
        background: #333;
        color: #fff;
        padding: 3px 10px !important;
        display: block;
        line-height: normal;
        font-size: 16px
    }

    .hide-passwrod {
        display: none
    }

    .wechatpay-pay #my-orders-table .items-qty .content:before {
        content: "è„³"
    }

    .wechatpay-pay .color-blue {
        color: #06c;
        padding-right: 5px
    }

    .wechatpay-pay .gift-free {
        color: #06c
    }

    .wechatpay-pay .table&gt;tbody+tbody {
        border-top: 1px solid #ebebeb
    }

    .wechatpay-pay .total-r {
        float: right
    }

    .wechatpay-pay .wechat-pay-title {
        font-size: 20px;
        color: #333;
        padding: 0 0 20px;
        text-align: left;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 30px
    }

    .wechatpay-pay .col-md-9.left {
        border: 1px solid #ebebeb;
        margin-right: 30px;
        width: calc(75% - 30px)
    }

    .wechatpay-pay .col-md-3.right {
        border-top: 1px solid #ebebeb;
        padding-top: 20px;
        text-align: left
    }

    .wechatpay-pay .pay-qr {
        padding: 90px 0
    }

    .wechatpay-pay .pay-qr .notes {
        width: 240px;
        border: 1px solid #ebebeb;
        margin: 0 auto;
        background: #fbfbfb;
        padding: 10px
    }

    .wechatpay-pay .table-order-items {
        text-align: center;
        font-size: 14px
    }

    .wechatpay-pay .table-order-items td {
        padding: 8px 0
    }

    .wechatpay-pay .table-order-items td.product-title {
        text-align: left
    }

    .wechatpay-pay .table-order-items .line {
        border-top: 1px solid #ebebeb !important
    }

    .wechatpay-pay .table-order-items .s-title {
        float: left
    }

    .wechatpay-pay .table-order-items .images-list {
        padding-right: 10px
    }

    .wechatpay-pay .table-order-items .product-item-name {
        text-align: left
    }

    .wechatpay-pay .collapsible {
        font-size: 18px;
        position: relative;
        padding: 10px 0
    }

    .wechatpay-pay .collapsible .title {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 10px
    }

    .wechatpay-pay .collapsible .title:after {
        position: absolute;
        right: 0;
        top: 10px;
        font-size: 30px;
        line-height: 12px;
        color: inherit;
        content: "\e622";
        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
    }

    .wechatpay-pay .collapsible.opened .title:after {
        content: "\e621"
    }

    .wechatpay-pay .box-order-billing-address .box-content {
        font-size: 14px;
        padding-top: 20px
    }

    .place-agreements-box {
        padding: 0 30px
    }

    .place-agreements-box input {
        display: none
    }

    .place-agreements-box label:before {
        content: "\e6ff";
        font-family: "iconfont";
        display: inline-block;
        font-size: 30px;
        vertical-align: middle;
        padding-right: 10px
    }

    .place-agreements-box input:checked+label:before {
        content: "\e6fe"
    }

    .place-agreements-box div.mage-error {
        position: absolute;
        margin-top: 0
    }

    .place-agreements-box .checkout-agreements.fieldset {
        display: flex;
        flex-direction: column
    }

    .place-agreements-box .checkout-agreements.fieldset .checkout-agreement {
        margin-right: 4px;
        margin-top: 20px
    }

    .place-agreements-box .checkout-agreements.fieldset .checkout-agreement:last-child {
        height: 27px
    }

    .place-agreements-box .checkout-agreements.fieldset .checkout-agreement a {
        text-decoration: underline
    }

    .wechatpay-checkout-pay .wechatpay-pay .collapsible .title {
        position: relative
    }

    .footer-container .footer-top.b2b .contact-title {
        width: calc(35% - 10px)
    }

    .footer-container .footer-top.b2b .contact-content {
        width: calc(65% - 10px);
        justify-content: space-between
    }

    .footer-container .footer-top.b2b .contact-content img {
        max-width: 60px;
        margin-right: 20px
    }

    .footer-container .footer-top.b2b .contact-content div {
        width: auto;
        min-width: auto
    }

    .original-price-section {
        padding-top: 10px;
        color: #555
    }

    .original-price-section .original-price-se {
        width: 180px;
        text-decoration: line-through;
        display: inline-block
    }

    .subtotal-anaul td {
        padding-top: 5px !important;
        padding-bottom: 30px !important
    }

    .sales-guest-view .table-order-items tr:last-child {
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb
    }

    .sales-guest-view .subtotal-anaul {
        border: 0 !important
    }

    .oop {
        padding-top: 10px;
        color: #999
    }

    .oop-se {
        padding-top: 10px;
        text-decoration: line-through;
        color: #999
    }
}

.checkout-index-index #shipping-new-address-form [name="shippingAddress.city_id"],
.checkout-index-index .invoice-section [name="shippingAddress.city_id"],
.checkout-index-index #shipping-new-address-form [name="shippingAddress.region_id"],
.checkout-index-index .invoice-section [name="shippingAddress.region_id"] {
    display: block !important
}

.checkout-index-index #shipping-new-address-form [name="shippingAddress.country_id"],
.checkout-index-index .invoice-section [name="shippingAddress.country_id"],
.checkout-index-index #shipping-new-address-form [name="shippingAddress.street.1"],
.checkout-index-index .invoice-section [name="shippingAddress.street.1"],
.checkout-index-index #shipping-new-address-form [name="shippingAddress.street.2"],
.checkout-index-index .invoice-section [name="shippingAddress.street.2"],
.checkout-index-index #shipping-new-address-form [name="shippingAddress.company"],
.checkout-index-index .invoice-section [name="shippingAddress.company"],
.checkout-index-index #shipping-new-address-form [name="shippingAddress.city"],
.checkout-index-index .invoice-section [name="shippingAddress.city"] {
    display: none
}

.w-trade {
    width: 100% !important
}

.field[name='shippingAddress.district_id'] label.label:after,
.field[name='shippingAddress.district'] label.label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
    display: inline-block
}

.products-grid .owl-carousel .owl-stage {
    height: 100%;
    display: flex
}

.products-grid .owl-carousel .owl-item {
    flex: 1
}

.block-slider-basic-product .products-grid .item .item-inner {
    padding-bottom: 180px;
    height: 100%;
    background: #fbfbfb
}

.block-slider-basic-product .products-grid .item .item-inner .box-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    border-top: 0 !important
}

.block-slider-basic-product .item.bs-item.cf {
    height: 100%
}

.block-slider-basic-product .owl-carousel .item.bs-item.cf {
    margin: 0 5px
}

.product-info-price .swatch-box {
    padding: 20px 0
}

.slider-auto.block-slider-basic-product.silk-col-3 .products-grid .item {
    height: auto;
    margin-bottom: 40px
}

.spu-attribute {
    font-size: 14px !important
}

.spu-data {
    display: inline-block;
    padding-top: 10px
}

.swatch-box {
    padding: 20px;
    border-top: 1px solid #dcdcdc
}

.swatch-box .swatch-label {
    padding-bottom: 5px
}

.swatch-box .swatch-content-one ul {
    height: 100%;
    overflow: hidden;
    padding-bottom: 10px
}

.swatch-box .swatch-content-one li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px
}

.swatch-box .swatch-content-one li&gt;div {
    border-radius: 100%;
    position: relative;
    cursor: pointer;
    padding: 2px
}

.swatch-box .swatch-content-one li&gt;div div {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 1px solid #ebebeb
}

.swatch-box .swatch-content-one li&gt;div.selected {
    border: 2px solid #222;
    background-color: #fff
}

.swatch-box .swatch-content-one li&gt;div.del:after,
.swatch-box .swatch-content-one li&gt;div.disabled:after {
    content: "";
    width: 28px;
    height: 1px;
    background-color: #666;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    box-shadow: 1px 1px 1px #eee
}

.swatch-box .swatch-content-one li .disabled {
    opacity: .2
}

.swatch-box .swatch-content-one li .disabled:not(.selected) {
    border: 1px solid #222
}

.swatch-box .swatch-content-two li {
    padding-bottom: 10px;
    cursor: pointer
}

.swatch-box .swatch-content-two .option-two {
    position: relative;
    border: 1px solid #666;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    overflow: hidden
}

.swatch-box .swatch-content-two .option-two.selected {
    border: 2px solid #222;
    border-radius: 100%
}

.swatch-box .swatch-content-two .option-two.selected:before {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background: #222;
    border-radius: 100%;
    position: absolute;
    left: 5px;
    top: 5px
}

.swatch-box .swatch-content-two .option-two.del:after,
.swatch-box .swatch-content-two .option-two.disabled:after {
    content: "";
    width: 28px;
    height: 1px;
    background-color: #666;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 1px);
    left: -1px;
    box-shadow: 1px 1px 1px #eee
}

.swatch-box .swatch-content-two .option-two.disabled {
    opacity: .2
}

.swatch-box .swatch-content-two .option-two.disabled+span {
    opacity: .3
}

.page-product-bundle .bundle-actions,
.page-product-bundle #bundleSummary .title,
.page-product-bundle #bundleSummary .bundle-summary {
    display: none
}

#bundle-list .bundle-summary-li li strong.label {
    display: none
}

.wosai-process-paying .wechatpay-pay .countdown,
.wosai-process-paying .wechatpay-pay .qr-code-container,
.wosai-process-paying .wechatpay-pay .notes {
    text-align: center
}

.wosai-process-paying .wechatpay-pay .price-total {
    font-family: 'HtigerCHS-Medium', 'HtigerCHS';
    font-size: 20px
}

.wosai-process-paying .wechatpay-pay .pay-qr {
    padding: 20px 0 90px
}

.wosai-process-paying .wechatpay-pay .pay-qr img {
    max-width: 400px
}

.wosai-process-paying .wechatpay-pay .canceled-order {
    padding: 90px 0
}

.wosai-process-paying .wechatpay-pay .flush-button {
    text-decoration: underline
}

.wosai-process-paying .wechatpay-pay .price-including-tax .price,
.wosai-process-paying .wechatpay-pay .price-excluding-tax .price {
    font-size: 14px;
    font-weight: 400
}

.wosai-process-paying .wechatpay-pay .carve-box-icon {
    text-align: left
}

.wosai-process-paying .wechatpay-pay .carve-box-icon .carve-icon {
    background: #333;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    margin-bottom: 5px;
    display: inline-block
}

@media (min-width:992px) {
    .pagebuilder-slider.slick-slider ul.slick-dots {
        position: absolute;
        bottom: 0
    }

    .pagebuilder-slider.slick-slider button.slick-arrow {
        border-radius: 50%;
        background: #666;
        color: #fff;
        width: 50px;
        height: 50px
    }

    .pagebuilder-slider.slick-slider button.slick-arrow:hover {
        background: #333
    }

    .pagebuilder-slider.slick-slider button.slick-arrow.slick-prev:before {
        content: '\f103';
        font-size: 20px;
        color: #fff;
        position: static
    }

    .pagebuilder-slider.slick-slider button.slick-arrow.slick-next:before {
        content: '\f102';
        font-size: 20px;
        color: #fff;
        position: static
    }

    .catalogsearch-result-index .products-grid .item .item-inner .box-image .bottom-action-out .bottom-action .btn-action {
        display: none !important
    }

    .sales-guest-form .send-sms {
        position: absolute;
        right: -160px;
        top: 0;
        padding: 0 !important;
        display: inline-block;
        height: 64px;
        line-height: 64px;
        width: 128px;
        text-align: center;
        background-color: #ebebeb
    }

    .sales-guest-form .field.sms-code {
        width: calc(100% - 158px)
    }

    .newsletter-manage-index .button.save.primary:hover {
        background: #333
    }

    .catalog-product-view .products-grid .item .item-inner .box-image .bottom-action-out .bottom-action .btn-action {
        display: none !important
    }

    .b2b-view .cover_four_white_widget .pm_text_item {
        text-align: left
    }

    .b2b-view .cover_one_white_widget .left_top_box .first_line {
        width: 550px
    }

    .b2b-view .product-include-components {
        border-top: 1px solid #dcdcdc
    }

    .b2b-view .catalog-product-view .product-specifications .product-specifications-content .specifications-content-line .specifications-view {
        display: inline-block;
        width: calc(33% - 32px)
    }

    .b2b-view .catalog-product-view .product-specifications .product-specifications-content .specifications-content-line .specifications-view .specifications-view-des {
        height: 32px
    }

    .b2b-view .catalog-product-view .product-specifications .product-specifications-content .specifications-content-line .specifications-view:nth-child(4n) {
        margin-right: 32px
    }

    .b2b-view .catalog-product-view .product-specifications {
        background: #fbfbfb
    }

    .gray-btn-cover:hover {
        color: #fff
    }

    .customer-account-login .page-main .login-container .block-new-customer .block-content {
        height: 438px
    }

    #header-top-notice a {
        text-decoration: underline
    }

    .order-tracking-link {
        padding-top: 30px;
        clear: both
    }

    .order-tracking-link a {
        text-decoration: underline;
        font-size: 16px
    }

    a.a-btn {
        color: #fff !important
    }

    button:not(.action-show-popup):not(.action-close):not(.action-select-shipping-item),
    .modal-popup.confirm .modal-footer button,
    .black-btn-cover,
    .green-btn-cover,
    .gray-btn-cover,
    .blue-btn-cover {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        overflow: hidden !important
    }

    button:not(.action-show-popup):not(.action-close):not(.action-select-shipping-item):hover,
    .modal-popup.confirm .modal-footer button:hover,
    .black-btn-cover:hover,
    .green-btn-cover:hover,
    .gray-btn-cover:hover,
    .blue-btn-cover:hover {
        text-decoration: none
    }

    button:not(.action-show-popup):not(.action-close):not(.action-select-shipping-item):hover:before,
    .modal-popup.confirm .modal-footer button:hover:before,
    .black-btn-cover:hover:before,
    .green-btn-cover:hover:before,
    .gray-btn-cover:hover:before,
    .blue-btn-cover:hover:before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    button:not(.action-show-popup):not(.action-close):not(.action-select-shipping-item):before,
    .modal-popup.confirm .modal-footer button:before,
    .black-btn-cover:before,
    .green-btn-cover:before,
    .gray-btn-cover:before,
    .blue-btn-cover:before,
    button:not(.action-show-popup):not(.action-close):not(.action-select-shipping-item):after,
    .modal-popup.confirm .modal-footer button:after,
    .black-btn-cover:after,
    .green-btn-cover:after,
    .gray-btn-cover:after,
    .blue-btn-cover:after {
        content: " ";
        position: absolute;
        z-index: -1;
        -webkit-box-sizing: inherit;
        box-sizing: inherit
    }

    button:not(.action-show-popup):not(.action-close):not(.action-select-shipping-item):after,
    .modal-popup.confirm .modal-footer button:after,
    .black-btn-cover:after,
    .green-btn-cover:after,
    .gray-btn-cover:after,
    .blue-btn-cover:after {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 50%;
        height: 0
    }

    button.button:hover:after,
    .modal-popup.confirm .modal-footer button:hover:after,
    .black-btn-cover:hover:after {
        -webkit-animation: hover-in-interactive .6s cubic-bezier(.6, .1, .9, .6) forwards;
        animation: hover-in-interactive .6s cubic-bezier(.6, .1, .9, .6) forwards;
        background-color: #000
    }

    .green-btn-cover:hover:after {
        -webkit-animation: hover-in-transactional .6s cubic-bezier(.6, .1, .9, .6) forwards;
        animation: hover-in-transactional .6s cubic-bezier(.6, .1, .9, .6) forwards;
        background-color: #000
    }

    .gray-btn-cover:hover:after {
        -webkit-animation: hover-in-linking .6s cubic-bezier(.6, .1, .9, .6) forwards;
        animation: hover-in-linking .6s cubic-bezier(.6, .1, .9, .6) forwards;
        background-color: #000
    }

    .blue-btn-cover:hover:after {
        -webkit-animation: hover-blue .6s cubic-bezier(.6, .1, .9, .6) forwards;
        animation: hover-blue .6s cubic-bezier(.6, .1, .9, .6) forwards;
        background-color: #000
    }

    .new-address-popup button.action-show-popup {
        overflow: visible !important
    }

    button,
    .button {
        font-weight: 400
    }

    .customer-account-login .customer-ad {
        background: #fff
    }

    .cms-index-index .sm-imageslider .item-title-inner a:hover {
        color: #333 !important
    }

    .cms-index-index .sm-imageslider .bottom-btn a {
        display: flex !important
    }

    .cms-index-index .sm-imageslider .bottom-btn a .circular-bg {
        overflow: hidden
    }

    .cms-index-index .sm-imageslider .bottom-btn a:hover {
        color: #333 !important
    }

    .cms-index-index .sm-imageslider .bottom-btn a:hover i:before {
        animation-name: CoverThreeWhiteFromLeftToRight;
        animation-duration: .3s;
        animation-timing-function: linear;
        display: block
    }

    .cms-index-index .sm-imageslider .bottom-btn br {
        display: none !important
    }

    .cms-index-index .cover_three_white_widget .content .all_items .item .buy_href {
        font-size: 24px;
        color: #333
    }

    .cms-index-index .cover_three_white_widget .content .all_items .item .buy_href span:nth-child(1) {
        display: block;
        width: 30px;
        height: 30px
    }

    .footer-container .footer-middle .container {
        display: flex;
        align-items: stretch !important
    }

    .footer-container .footer-middle .service-content {
        align-items: stretch !important
    }

    .footer-container .footer-middle .choose-language {
        display: block;
        height: auto !important
    }

    .header-container .header-middle&gt;.container .content-header-bottom .sub-menu a span {
        font-size: 14px;
        color: #ebebeb
    }

    .block-slider-basic-product .products-grid .item .item-inner .box-info .price-container {
        line-height: normal
    }

    .block-slider-basic-product .products-grid .item .item-inner .box-info .bottom-box .advance-sale.btn-action {
        background-color: #06c !important
    }

    .block-slider-basic-product .products-grid .item .item-inner .box-info .bottom-box .btn-action {
        background-color: #79b928 !important
    }

    .block-slider-basic-product .products-grid .item .item-inner .box-info .bottom-box .btn-action.accessory {
        width: 100% !important
    }

    .products-grid .item .item-inner .box-image:hover&gt;a:after {
        background: 0 0 !important
    }

    .catalog-product-view .product-options-wrapper {
        border-top: 0;
        display: none !important
    }

    .catalog-product-view .product-info-price {
        padding-top: 15px
    }

    .block-slider-basic-product .products-grid .item .item-inner .box-image a {
        height: auto !important
    }

    .product-item-details .stock.unavailable {
        width: 50%;
        background: #f0f0f0;
        height: 64px;
        line-height: 64px;
        text-align: center;
        border-right: 2px solid #fff;
        color: #999
    }

    .sales-guest-form .form.form-orders-search {
        width: 100%;
        padding-right: 50%
    }

    .sales-guest-form .page-title-wrapper .page-title {
        padding-top: 30px;
        margin-bottom: 30px;
        font-size: 30px;
        font-weight: 400;
        text-align: left
    }

    .sales-guest-form .fieldset&gt;.field.required&gt;.label:after {
        color: #555
    }

    .sales-guest-form .legend {
        font-size: 24px;
        margin-bottom: 30px
    }

    .sales-guest-form .page-main {
        background: #f8f8f8
    }

    .sales-guest-form .form-orders-search {
        background: #fff;
        padding: 60px 30px;
        border: 1px solid #ebebeb
    }

    .sales-guest-form .form-orders-search input {
        border: 0 !important
    }

    .sales-guest-form .form-orders-search .field {
        border: 1px solid #ebebeb;
        padding: 15px;
        position: relative
    }

    .sales-guest-form .form-orders-search .field div.mage-error {
        position: absolute;
        right: 10px;
        top: 18px
    }

    .sales-guest-form .form-orders-search .label {
        top: -8px;
        position: absolute;
        background: #fff;
        padding: 0 10px !important;
        max-width: 300px;
        display: block
    }

    .sales-guest-form .form-orders-search .label:after {
        color: #555
    }

    .sales-guest-form .form-orders-search .primary {
        float: none;
        text-align: center;
        margin: 0 auto;
        display: block
    }

    .sales-guest-form .form-orders-search button.primary {
        background: #333;
        font-weight: 400;
        font-size: 20px;
        width: 100%;
        margin: 0 auto;
        float: none;
        text-align: center;
        padding: 10px;
        height: auto
    }

    .catalog-product-view .page-main.page-main-details {
        display: none
    }

    .page-main .columns .product.attribute.description [data-content-type=row][data-appearance=contained]&gt;div {
        padding: 10px !important
    }

    .catalog-product-view .img-list-popup .slide-img img {
        max-width: unset !important
    }

    .sales-guest-view .order-actions-toolbar {
        display: none
    }

    .sales-guest-view .goback {
        float: right;
        position: relative;
        top: -60px
    }

    .sales-guest-view .goback a {
        font-size: 16px;
        text-decoration: underline
    }

    .sales-guest-view .page-title-wrapper {
        padding-top: 10px
    }

    .sales-guest-view .page-title-wrapper h1 {
        font-size: 24px;
        font-weight: 400
    }

    .sales-guest-view .order-links {
        display: none
    }

    .sales-guest-view .order-details-items .order-title {
        display: none
    }

    .sales-guest-view .order-details-items .block-content {
        padding: 30px;
        border: 1px solid #ebebeb
    }

    .sales-guest-view .order-details-items .order-status {
        font-size: 24px;
        color: #333
    }

    .sales-guest-view .table-wrapper.order-items {
        padding-top: 30px
    }

    .sales-guest-view .table-wrapper.order-items .tabs-bar {
        border-bottom: 1px solid #ebebeb
    }

    .sales-guest-view .table-wrapper.order-items .tabs-bar a {
        display: block;
        max-width: 500px;
        text-align: center;
        padding: 20px;
        border: 1px solid #ebebeb;
        border-bottom: 0;
        font-size: 20px;
        position: relative;
        top: 2px;
        background: #fff;
        left: 20px
    }

    .sales-guest-view table.table-order-items {
        margin-top: 20px;
        border: 1px solid #ebebeb;
        background: #fbfbfb
    }

    .sales-guest-view table.table-order-items td.border-right {
        text-align: center;
        border-right: 1px solid #ebebeb
    }

    .sales-guest-view table.table-order-items .product-name {
        font-size: 20px;
        padding: 20px;
        display: block
    }

    .sales-guest-view table.table-order-items .align-right {
        text-align: right;
        padding: 20px
    }

    .sales-guest-view table.table-order-items .img-width {
        width: 300px
    }

    .sales-guest-view table.table-order-items .w-left {
        width: 60%
    }

    .sales-guest-view table.table-order-items .subtotal,
    .sales-guest-view table.table-order-items .shipping {
        border-bottom: 0
    }

    .sales-guest-view table.table-order-items .gift {
        padding-left: 20px
    }

    .sales-guest-view table.table-order-items .gift div {
        float: left
    }

    .sales-guest-view table.table-order-items .gift .color-blue {
        color: #06c
    }

    .sales-guest-view table.table-order-items .gift .w-free {
        float: right;
        padding: 10px
    }

    .sales-guest-view .actions-toolbar {
        display: none
    }

    .sales-guest-view .order-details-items {
        border-bottom: 0
    }

    .sales-guest-view .order-others-information {
        margin: 0 -15px;
        height: 100%;
        overflow: hidden;
        padding-bottom: 60px
    }

    .sales-guest-view .order-others-information .block-content {
        width: calc(33.3% - 30px);
        margin: 0 15px;
        border: 1px solid #ebebeb;
        padding: 30px;
        min-height: 150px;
        float: left;
        font-size: 20px;
        min-height: 200px
    }

    .sales-guest-view .order-others-information .block-content .block-content-name {
        font-size: 14px
    }

    .order-products-toolbar li.item .page.jump span {
        float: none
    }

    .customer-quick-create #maincontent .form-quick-create-account .fieldset .upgrade-member .member-agreement {
        margin-bottom: 20px
    }

    .customer-quick-create #maincontent .form-quick-create-account .fieldset .upgrade-member .member-agreement.newsletter {
        margin-bottom: 32px
    }

    .form-newsletter-manage {
        border: 1px solid #ebebeb;
        padding: 30px
    }

    .form-newsletter-manage p {
        font-size: 20px;
        line-height: 26px
    }

    .form-newsletter-manage button {
        width: 300px !important;
        padding: 10px;
        height: auto;
        font-size: 22px;
        font-weight: 400;
        background: #333
    }

    .section-caveat {
        border-top: 1px solid #eee;
        font-size: 12px;
        color: #999;
        padding: 10px 0
    }

    .section-caveat .container {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 48px
    }

    .section-caveat .container p {
        margin: 0
    }

    .account .container .account-nav .account-nav-content .items .item.current strong {
        padding-left: 18px
    }

    .sales-order-view .goback {
        float: right;
        position: relative;
        top: -50px
    }

    .sales-order-view .goback a {
        text-decoration: underline
    }

    .sales-order-view table.table-order-items {
        background: #fbfbfb
    }

    .logistics-view table td:first-child {
        width: 70px
    }

    .customer-quick-resetpassword #password-error,
    .customer-quick-create #password-error {
        top: 60px
    }

    .order-details-items .note_info {
        font-size: 14px;
        padding-top: 30px
    }

    .order-details-items .note_info a {
        text-decoration: underline
    }

    .sales-order-view .iconzhuyi:before {
        font-size: 24px;
        vertical-align: middle;
        padding-right: 5px
    }

    .sales-guest-view .block-content .right-action {
        width: 320px;
        position: relative;
        top: -100px;
        float: right
    }

    .sales-guest-view .logistics-box {
        position: fixed;
        z-index: 99999;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .3);
        display: none;
        align-items: center;
        justify-content: center
    }

    .sales-guest-view .logistics-box .logistics-content {
        background-color: #fff;
        width: 800px;
        max-height: 80%;
        overflow-y: auto
    }

    .sales-guest-view .logistics-box .logistics-content .logistics-content-top {
        padding: 24px;
        border-bottom: 1px solid #dcdcdc;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 24px
    }

    .sales-guest-view .logistics-box .logistics-content .logistics-content-top .iconfont {
        font-size: 24px;
        cursor: pointer
    }

    .sales-guest-view .logistics-box .logistics-content .logistics-info {
        padding: 24px 24px 0
    }

    .sales-guest-view .logistics-box .logistics-content .logistics-info .half-content {
        display: flex
    }

    .sales-guest-view .logistics-box .logistics-content .logistics-info .half-content .attribute {
        width: 50%
    }

    .sales-guest-view .logistics-box .logistics-content .logistics-view {
        margin: 0 24px 48px;
        border: 1px solid #dcdcdc;
        font-size: 14px;
        padding: 24px
    }

    .sales-guest-view .logistics-box .logistics-content .logistics-view table {
        border: 0;
        width: 100%
    }

    .sales-guest-view .logistics-box .logistics-content .logistics-view table tr td {
        padding: 8px
    }

    .sales-guest-view .logistics-box .logistics-content .logistics-view table tr td.circular-progress {
        height: 100%;
        position: relative
    }

    .sales-guest-view .logistics-box .logistics-content .logistics-view table tr td.circular-progress .circular {
        background-color: #999;
        display: inline-block;
        width: 17px;
        height: 17px;
        border-radius: 50%
    }

    .sales-guest-view .logistics-box .logistics-content .logistics-view table tr td.circular-progress:after {
        content: ' ';
        width: 1px;
        height: 100%;
        position: absolute;
        top: 25px;
        left: 16px;
        background-color: #333
    }

    .sales-guest-view .logistics-box .logistics-content .logistics-view table tr td.nowrap {
        white-space: nowrap
    }

    .sales-guest-view .logistics-box .logistics-content .logistics-view table tr:first-child td.circular-progress .circular {
        background-color: #79b928
    }

    .sales-guest-view .logistics-box .logistics-content .logistics-view table tr:last-child td.circular-progress:after {
        content: none
    }

    .sales-guest-view .sub-btn {
        display: inline-block;
        width: 320px;
        text-align: center;
        height: 64px;
        line-height: 64px;
        background-color: #79b928;
        color: #fff;
        font-size: 24px;
        cursor: pointer
    }

    .sales-guest-view .sub-btn.sub-btn-grey {
        color: #333;
        background-color: #ededed
    }

    .catalogsearch-result-index .page-title-wrapper .page-title {
        text-transform: none
    }

    .advancesale-detail-view .advance-sale-base {
        background: #06c;
        padding: 20px
    }

    .advancesale-detail-view .advance-sale-base .container {
        text-align: center;
        color: #fff;
        font-size: 16px
    }

    .advancesale-detail-view .advance-sale-base .container .name {
        font-size: 20px
    }

    .advancesale-detail-view .advance-sale-content [data-content-type=row][data-appearance=contained] {
        max-width: 100%
    }

    .catalog-category-view .category-description [data-content-type=row][data-appearance=contained]&gt;div&gt;div,
    .catalog-product-view .attribute.description [data-content-type=row][data-appearance=contained]&gt;div&gt;div {
        height: 100%
    }

    .sms-login input,
    .member-agreement input {
        display: none
    }

    .sms-login label:before,
    .member-agreement label:before {
        content: "\e6ff";
        font-family: "iconfont";
        display: inline-block;
        font-size: 25px;
        padding-right: 5px;
        vertical-align: middle
    }

    .sms-login input:checked+label:before,
    .member-agreement input:checked+label:before {
        content: "\e6fe"
    }

    .advancesale-detail-view .products-grid .item .item-inner .box-image:hover .bottom-action-out-wrap {
        opacity: 0
    }

    .header-search-popup input[type=text]::-ms-clear {
        display: none
    }

    .sales-order-view .page-title {
        margin-bottom: 30px
    }

    .gift-pay-line .images-list {
        position: relative
    }

    .gift-pay-line .images-list:before {
        content: "";
        border-top: 1px solid #fff;
        display: block;
        position: absolute;
        top: -1px;
        width: 100%;
        height: 2px
    }

    .checkout-success a.action.primary.continue {
        font-size: 18px
    }

    .checkout-success a.action.primary.continue:hover i:before {
        animation-name: CoverThreeWhiteFromLeftToRight;
        animation-duration: .3s;
        animation-timing-function: linear;
        display: block
    }

    .checkout-success span.circular-bg {
        display: inline-block;
        height: 32px;
        line-height: 32px;
        width: 32px;
        text-align: center;
        background-color: #000;
        border-radius: 50%;
        margin-right: 8px;
        color: #fff;
        vertical-align: middle;
        overflow: hidden
    }

    .checkout-success span.circular-bg i {
        font-size: 24px
    }

    .category-menu-content a.cancel-link {
        color: #999 !important
    }

    .block-slider-basic-product .products-grid .item .item-inner .box-image a img {
        width: 100%
    }

    .checkout-index-index #customer-email-fieldset a.send-sms {
        background: #ebebeb;
        display: inline-block;
        overflow: hidden;
        top: 0;
        float: right;
        position: absolute;
        right: -120px;
        padding: 20px
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .field.sms-code {
        width: calc(50% - 160px)
    }

    a.phone-submit.primary {
        clear: both;
        display: block;
        float: right;
        margin-right: 30px;
        padding: 15px 140px;
        background: #333;
        color: #fff;
        text-align: center
    }

    .checkout-index-index #customer-email-fieldset #sms-code-error {
        position: absolute;
        width: 380px
    }

    .invoice-section .checkout-billing-address {
        clear: both
    }

    .billing-address-same-as-shipping-block input#billing-address-same-as-shipping-shared,
    .billing-address-same-as-shipping-block .billing-address-details {
        display: none
    }

    .billing-address-same-as-shipping-block input#billing-address-same-as-shipping-shared:checked+label:before {
        content: "\e6fe"
    }

    .billing-address-same-as-shipping-block label:before {
        content: "\e6ff";
        font-family: "iconfont";
        display: inline-block;
        font-size: 30px;
        vertical-align: middle;
        padding-right: 10px
    }

    .billing-address-same-as-shipping-block .billing-address-details {
        display: none
    }

    .billing-address-form form {
        margin: 0 -20px
    }

    .billing-address-form form .fieldset&gt;.field {
        position: relative;
        border: 1px solid #999;
        padding: 15px 20px;
        width: calc(50% - 40px);
        float: left;
        margin: 10px 10px 35px 20px;
        height: 65px
    }

    .billing-address-form form .fieldset&gt;.field .label {
        position: absolute;
        top: -5px;
        left: 20px;
        background: #fff;
        color: #555;
        padding: 0 10px !important;
        width: auto
    }

    .billing-address-form form .fieldset&gt;.field .control {
        width: 100%;
        float: left
    }

    .billing-address-form form .fieldset&gt;.field .control input,
    .billing-address-form form .fieldset&gt;.field .control select {
        border: 0;
        font-size: 16px;
        color: #333
    }

    .billing-address-form form .fieldset&gt;.field .control .field[name='billingAddressshared.street.1'],
    .billing-address-form form .fieldset&gt;.field .control .field[name='billingAddressshared.street.2'] {
        display: none
    }

    .billing-address-form form .fieldset&gt;.field .control .field-tooltip {
        display: none
    }

    .billing-address-form form .fieldset&gt;.field.choice,
    .billing-address-form form .fieldset&gt;.field[name='billingAddressshared.country_id'] {
        display: none
    }

    .billing-address-form form .fieldset&gt;.field.street,
    .billing-address-form form .fieldset&gt;.field[name="billingAddressshared.postcode"] {
        width: calc(100% - 50px)
    }

    .billing-address-form form .fieldset&gt;.field .field-error {
        padding-top: 8px
    }

    .billing-address-form form .fieldset&gt;.field .field-error:before {
        content: "\e6fd";
        display: inline-block;
        font-family: "iconfont";
        vertical-align: middle;
        font-size: 18px;
        padding-right: 3px
    }

    .checkout-billing-address .actions-toolbar {
        padding-right: 10px
    }

    .checkout-billing-address .action.action-cancel {
        color: #666;
        height: 60px;
        padding-right: 30px
    }

    .checkout-billing-address button.action-update {
        padding: 10px 80px;
        height: 64px;
        font-size: 22px
    }

    .checkout-billing-address .billing-address-details {
        padding: 0 !important
    }

    .checkout-billing-address .billing-box {
        line-height: 27px;
        padding: 20px 20px 20px 35px;
        border: 1px solid #ebebeb;
        font-size: 16px
    }

    .checkout-billing-address .billing-box .recipients {
        font-size: 14px;
        color: #555
    }

    .checkout-billing-address .billing-box .shipping-mobile {
        padding-left: 60px
    }

    .checkout-billing-address .billing-box .action-edit-address {
        display: block;
        margin-top: 20px
    }

    .checkout-payment-method .billing-address-form {
        max-width: 100%
    }

    .p-tips {
        clear: both;
        padding-top: 20px;
        font-size: 12px;
        color: #555
    }

    .mage-error+.p-tips {
        padding-top: 0
    }

    #con li:nth-child(2) {
        display: none
    }

    .login-text {
        float: left;
        width: calc(100% - 450px);
        padding-right: 90px;
        box-sizing: border-box;
        padding-top: 40px
    }

    .login-text h1 {
        font-size: 36px;
        color: #000;
        padding-bottom: 10px
    }

    .login-text img {
        padding-top: 36px
    }

    a.send-sms:active,
    a.send-sms:visited {
        color: #333
    }

    .customer-quick-create.perfectuser-registry-index .bind-wechart {
        float: right;
        width: 450px
    }

    .customer-quick-create.perfectuser-registry-index .form.create.account {
        min-width: auto;
        width: 100% !important
    }

    .customer-quick-create.perfectuser-registry-index .block-title {
        padding-top: 40px;
        font-size: 32px;
        color: #333;
        padding-bottom: 30px;
        line-height: 32px
    }

    .customer-quick-create.perfectuser-registry-index .go-back {
        float: right
    }

    .customer-quick-create.perfectuser-registry-index .subtitle {
        font-size: 16px;
        color: #333;
        padding-bottom: 30px
    }

    .customer-quick-create:not(.perfectuser-registry-index) .column.main {
        max-width: 738px;
        margin: 0 auto
    }

    .customer-quick-create:not(.perfectuser-registry-index) .column.main .register-title {
        padding-top: 40px;
        line-height: 32px;
        min-width: 600px;
        width: 65%;
        margin: 0 auto 32px
    }

    .go-login .go-back {
        font-size: 16px;
        color: #333;
        margin: 30px 0 0
    }

    .customer-account-login .block-customer-login.customer {
        background: #fff;
        width: 450px;
        float: right !important;
        clear: none !important;
        min-height: auto !important;
        border: 1px solid #ebebeb !important
    }

    .customer-account-login .block-customer-login.customer #sms-login-container {
        border: 0;
        padding: 60px 30px
    }

    .customer-account-login .login-section-tab {
        padding: 60px 30px 0;
        border-bottom: 1px solid #ebebeb
    }

    .customer-account-login .login-section-tab span {
        display: inline-block;
        text-align: center;
        padding: 10px;
        border: 1px solid #ebebeb;
        margin-bottom: -1px;
        width: 50%;
        background: #fbfbfb;
        cursor: pointer;
        font-size: 20px
    }

    .customer-account-login .login-section-tab span:first-child {
        border-right: 0
    }

    .customer-account-login .login-section-tab span.select {
        background: #fff;
        border-bottom: 1px solid #fff
    }

    .customer-account-login .login-section-tab span.login-login {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #ebebeb;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        padding-top: 0;
        width: 100%
    }

    .customer-account-login .page-main .login-container #sms-login-container div.mage-error[generated] {
        position: absolute !important
    }

    .customer-account-login .reg-now {
        text-align: center;
        padding-top: 20px;
        clear: both
    }

    .customer-account-login .reg-now .register-link {
        text-decoration: underline
    }

    .customer-account-login #wechat-login-container {
        text-align: center
    }

    .customer-account-login #wechat-login-container .impowerBox .qrcode {
        border: 0
    }

    .customer-account-login #login-validate {
        text-align: center;
        background-color: #333;
        height: 64px;
        line-height: 64px;
        width: 100%;
        font-size: 20px;
        font-weight: 400;
        padding: 0
    }

    .customer-account-login #con .text {
        text-align: center;
        position: relative;
        top: -50px
    }

    .customer-account-login #perfectuser-error {
        text-align: center
    }

    .customer-account-login #perfectuser-error p {
        text-align: center;
        color: #e02b27;
        padding-bottom: 10px;
        font-size: 12px
    }

    .customer-account-login #reg-hide {
        display: none
    }

    .popup-reg {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .8);
        z-index: 900;
        left: 0;
        top: 0;
        display: none
    }

    .popup-reg-container {
        min-width: 300px;
        margin: 0 auto;
        background: #fff;
        max-width: 546px;
        margin-top: 10%;
        padding: 30px 0
    }

    .popup-reg-container .pop-title {
        font-size: 24px;
        line-height: 30px;
        color: #333
    }

    .popup-reg-container .close {
        float: right;
        opacity: 1;
        margin-right: -10px;
        margin-top: -10px
    }

    .popup-reg-container .close:before {
        content: '\e616';
        font-family: 'icons-blank-theme';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center;
        font-size: 50px;
        color: #000
    }

    .popup-reg-container .p-title {
        padding: 0 30px 30px;
        border-bottom: 1px solid #ebebeb
    }

    .popup-reg-container .pcaa {
        padding: 20px 0
    }

    .popup-reg-content {
        padding: 30px
    }

    .bind-reg {
        background-color: #333;
        height: 64px;
        line-height: 64px;
        width: 100%;
        font-size: 20px;
        font-weight: 400;
        padding: 0;
        color: #fff;
        text-align: center;
        cursor: pointer
    }

    .bind-reg[disabled=disabled] {
        background: #ebebeb;
        color: #a6a6a6
    }

    .customer-account-login .page-main .login-container .actions-toolbar .primary #caa[disabled=disabled] {
        background: #ebebeb;
        color: #a6a6a6
    }

    .tips-ppy {
        margin-top: 20px
    }

    .tips-ppy a {
        text-decoration: underline
    }

    .hscoll {
        overflow-y: hidden
    }

    .popup-reg .tips a {
        text-decoration: underline
    }

    .customer-quick-create #form-validate .submit.primary.gray-btn-cover {
        background: #999
    }

    .totals.discount-info td {
        color: #06c
    }

    .checkout-index-index .modal-popup._show {
        z-index: 999 !important
    }

    .customer-account-index .page.messages&gt;div&gt;div {
        padding-bottom: 20px
    }

    [data-content-type=row][data-appearance=full-width]&gt;.row-full-width-inner [data-content-type=text],
    [data-content-type=row][data-appearance=full-width]&gt;.row-full-width-inner [data-content-type=divider] {
        max-width: 1200px !important;
        margin: 0 auto !important
    }

    .cover_one_black_widget .container,
    .cover_one_white_widget .container,
    .cover_two_white_widget .container,
    .cover_two_black_widget .container,
    .service_four_white_widget .container,
    .service_four_black_widget .container,
    .cover_three_white_widget .container,
    .cover_three_black_widget .container,
    .cover_four_white_widget .container,
    .cover_four_black_widget .container {
        padding-right: 0;
        padding-left: 0
    }

    .cms-index-index .page-wrapper {
        line-height: 0
    }

    .cms-index-index .header-container,
    .cms-index-index .page-footer,
    .cms-index-index .page-main {
        line-height: 1.66
    }

    body:not(.stores-index-index) img,
    body:not(.stores-index-index) object,
    body:not(.stores-index-index) video,
    body:not(.stores-index-index) embed {
        max-height: 100%;
        max-width: 100%
    }

    .saying_accordion_widget .container {
        padding-left: 0;
        padding-right: 0
    }

    .saying_accordion_widget .head-title {
        padding-top: 30px;
        padding-bottom: 20px
    }

    .saying_accordion_widget li {
        padding: 0
    }

    .saying_accordion_widget li .title-q {
        padding: 20px 0;
        border-bottom: 1px solid #ececec;
        font-size: 16px;
        cursor: pointer
    }

    .saying_accordion_widget li .title-q span {
        float: right;
        font-size: 22px;
        font-family: "iconfont";
        font-weight: 700
    }

    .saying_accordion_widget li .down:before {
        content: '\e6eb';
        display: inline-block
    }

    .saying_accordion_widget li .up:before {
        content: '\e6ea';
        display: inline-block
    }

    .saying_accordion_widget li .child-des {
        padding-top: 20px;
        display: none
    }

    .text-middle .pagebuilder-slide-wrapper {
        display: flex;
        align-items: center
    }

    .pagebuilder-slide-wrapper .pagebuilder-overlay {
        max-width: 1200px !important;
        margin: 0 auto;
        padding: 30px 0;
        width: 100%
    }

    [data-appearance=collage-right] .pagebuilder-slide-wrapper .pagebuilder-overlay&gt;div {
        margin-left: auto
    }

    [data-appearance=collage-left] .pagebuilder-slide-wrapper .pagebuilder-overlay&gt;div {
        margin-right: auto
    }

    .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay)&gt;div {
        max-width: 540px
    }

    .page-product-bundle .bundle-actions,
    .page-product-bundle #bundleSummary .title,
    .page-product-bundle #bundleSummary .bundle-summary {
        display: none
    }

    #bundle-list .bundle-summary-li li strong.label {
        display: none
    }

    #bundle-all {
        padding-bottom: 20px;
        font-size: 24px
    }

    #bundle-all li {
        padding-bottom: 10px;
        line-height: 30px;
        font-size: 20px
    }

    .catalog-product-view #bundle-all {
        color: #333;
        border-bottom: 1px solid rgba(153, 153, 153, .4);
        margin-bottom: 30px
    }

    .catalog-product-view #bundle-all li {
        padding-bottom: 10px;
        line-height: normal;
        font-size: 20px;
        color: #333;
        font-family: "HtigerCHS-Light", HtigerCH, Arial, sans-serif !important
    }

    .catalog-product-view .product-content .product-content-right .product-introduce .introduce-title {
        font-size: 28px !important;
        line-height: 37px !important;
        color: #333;
        font-family: "HtigerCHS-Book", HtigerCHS, Arial, sans-serif !important
    }

    .catalog-product-view .product-content .product-content-right .product-introduce .introduce-title h1 {
        font-size: 28px !important;
        margin-bottom: 0
    }

    #shopping-cart-table .product-item-details .item-options dt {
        display: none
    }

    #shopping-cart-table .product-item-details .item-options dd div {
        font-size: 14px;
        padding-bottom: 10px
    }

    #shopping-cart-table .product-item-details .item-options dd .price {
        display: none
    }

    #shopping-cart-table .product-item-details .item-options dd br {
        display: none
    }

    #shopping-cart-table .product-item-details .item-options dd .bundle-num {
        padding-left: 10px
    }

    #opc-sidebar .opc-block-summary .product-item-details .product.options {
        padding-top: 15px
    }

    #opc-sidebar .opc-block-summary .product-item-details .product.options .item-options {
        margin-bottom: 0
    }

    #opc-sidebar .opc-block-summary .product-item-details .product.options .item-options:after {
        display: none
    }

    #opc-sidebar .opc-block-summary .product-item-details .product.options .toggle,
    #opc-sidebar .opc-block-summary .product-item-details .product.options dt.label,
    #opc-sidebar .opc-block-summary .product-item-details .product.options dd .price,
    #opc-sidebar .opc-block-summary .product-item-details .product.options dd br {
        display: none
    }

    #opc-sidebar .opc-block-summary .product-item-details .product.options dd {
        display: block;
        float: none
    }

    #opc-sidebar .opc-block-summary .product-item-details .product.options dd div {
        padding-bottom: 5px;
        font-size: 14px
    }

    #opc-sidebar .opc-block-summary .product-item-details .product.options .bundle-num {
        display: inline-block;
        width: 20%;
        text-align: right
    }

    #opc-sidebar .opc-block-summary .product-item-details .product.options .bundle-name {
        width: 80%;
        vertical-align: middle;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block
    }

    .checkout-index-index .opc-block-summary .product-item .product-item-name-block {
        padding-right: 0
    }

    .bundlue-options {
        padding-top: 10px
    }

    .bundlue-options .bundlue-li {
        padding-bottom: 5px
    }

    .bundlue-options .bundlue-li span {
        padding-left: 10px
    }
}

@media (max-width:991px) {

    .sms-login input,
    .member-agreement input {
        display: none
    }

    .sms-login label:before,
    .member-agreement label:before {
        content: "\e6ff";
        font-family: "iconfont";
        display: inline-block;
        font-size: 25px;
        padding-right: 5px;
        vertical-align: middle
    }

    .sms-login input:checked+label:before,
    .member-agreement input:checked+label:before {
        content: "\e6fe"
    }

    .sales-guest-form .form.form-orders-search {
        width: 100%;
        padding-bottom: 70px
    }

    .sales-guest-form .page-main {
        padding-bottom: 0
    }

    .sales-guest-form .page-title-wrapper .page-title {
        padding: 0 24px;
        margin-bottom: 0;
        font-size: 30px;
        font-weight: 400;
        text-align: left
    }

    .sales-guest-form .send-sms {
        padding: 0 !important;
        display: inline-block;
        height: 50px !important;
        line-height: 50px !important;
        width: 110px;
        text-align: center;
        background-color: #ebebeb
    }

    .sales-guest-form .fieldset&gt;.field.required&gt;.label:after {
        color: #555
    }

    .sales-guest-form .legend {
        font-size: 24px;
        margin-bottom: 30px
    }

    .sales-guest-form .page-main {
        background: #f8f8f8
    }

    .sales-guest-form .form-orders-search {
        background: #fff;
        padding: 30px 24px
    }

    .sales-guest-form .form-orders-search input {
        border: 0 !important
    }

    .sales-guest-form .form-orders-search .field {
        border: 1px solid #999;
        padding: 15px;
        position: relative
    }

    .sales-guest-form .form-orders-search .field.sms-code {
        padding: 0
    }

    .sales-guest-form .form-orders-search .field.sms-code label {
        margin-left: 15px
    }

    .sales-guest-form .form-orders-search .field.sms-code .control {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        justify-content: space-between;
        align-items: center
    }

    .sales-guest-form .form-orders-search .field.sms-code .control a {
        margin: 0
    }

    .sales-guest-form .form-orders-search .field div.mage-error {
        position: absolute;
        right: 10px;
        top: 18px
    }

    .sales-guest-form .form-orders-search .label {
        top: -8px;
        position: absolute;
        background: #fff;
        padding: 0 10px !important;
        max-width: 300px;
        display: block
    }

    .sales-guest-form .form-orders-search .label:after {
        color: #555
    }

    .sales-guest-form .form-orders-search .primary {
        float: none;
        text-align: center;
        margin: 0 auto;
        display: block
    }

    .sales-guest-form .form-orders-search button.primary {
        background: #333;
        font-weight: 400;
        font-size: 20px;
        width: 100%;
        margin: 0 auto;
        float: none;
        text-align: center;
        padding: 10px;
        height: auto
    }

    .sales-guest-view .page-title-wrapper {
        display: flex;
        align-items: center;
        padding: 0 25px;
        margin-bottom: 20px
    }

    .sales-guest-view .page-title-wrapper .page-title {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 0;
        order: 1
    }

    .sales-guest-view .page-title-wrapper .actions-toolbar {
        display: none
    }

    .sales-guest-view .page-title-wrapper .goback a i {
        font-size: 32px;
        padding-right: 15px
    }

    .sales-guest-view .page-title-wrapper .goback a span {
        display: none
    }

    .sales-guest-view .color-blue {
        color: #06c
    }

    .sales-guest-view .order-links {
        display: none
    }

    .sales-guest-view .order-details-items {
        padding: 0 25px;
        border: 0
    }

    .sales-guest-view .order-details-items .order-title,
    .sales-guest-view .order-details-items .actions-toolbar {
        display: none
    }

    .sales-guest-view .order-details-items .block-content {
        padding: 20px;
        border: 1px solid #ebebeb;
        margin-bottom: 20px
    }

    .sales-guest-view .order-details-items .block-content .order-status {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 1em
    }

    .sales-guest-view .order-details-items .block-content .order-no {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: normal
    }

    .sales-guest-view .order-details-items .block-content .order-date {
        font-size: 20px;
        line-height: 1em;
        margin-bottom: 20px
    }

    .sales-guest-view .order-details-items .block-content .note_info {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        color: #333
    }

    .sales-guest-view .order-details-items .block-content .right-action {
        margin-top: 30px
    }

    .sales-guest-view .order-details-items .block-content .right-action .sub-btn {
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        color: #fff;
        background-color: #79b928;
        width: 100%;
        display: block;
        text-align: center
    }

    .sales-guest-view .order-details-items .block-content .right-action .gray-btn-cover {
        color: #333;
        background-color: #ededed
    }

    .sales-guest-view .logistics-box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        z-index: 999;
        padding: 20px;
        display: none;
        align-items: center;
        justify-content: center
    }

    .sales-guest-view .logistics-box .logistics-content {
        background-color: #fff;
        width: 100%;
        overflow-y: auto;
        max-height: 100%
    }

    .sales-guest-view .logistics-box .logistics-content-top {
        display: flex;
        justify-content: space-between;
        padding: 20px 15px;
        font-size: 20px
    }

    .sales-guest-view .logistics-box .logistics-content-top i {
        font-size: 20px
    }

    .sales-guest-view .order-items-wrapper {
        background: #fbfbfb;
        border: 1px solid #ebebeb;
        padding: 0 20px 20px 10px
    }

    .sales-guest-view .order-items .tabs-bar .tab a {
        cursor: auto;
        color: #333;
        font-size: 20px;
        line-height: 64px;
        font-weight: 500;
        font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif
    }

    .sales-guest-view .order-items .order-items-wrapper tr {
        border-bottom: 1px solid #ebebeb
    }

    .sales-guest-view .order-items .order-items-wrapper tr td {
        padding: 20px 0
    }

    .sales-guest-view .order-items .order-items-wrapper tr td:nth-child(2n) {
        text-align: right
    }

    .sales-guest-view .order-items .order-items-wrapper tr .HtigerCHS-Medium {
        font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif
    }

    .sales-guest-view .order-items .order-items-wrapper tr.product-detail td {
        text-align: left !important
    }

    .sales-guest-view .order-items .order-items-wrapper tr.product-detail .product-name {
        font-size: 16px;
        line-height: 20px
    }

    .sales-guest-view .order-items .order-items-wrapper tr.product-detail .border-right {
        width: 180px
    }

    .sales-guest-view .order-items .order-items-wrapper tr.unit-price .oop,
    .sales-guest-view .order-items .order-items-wrapper tr.unit-price .oop-se {
        color: #999
    }

    .sales-guest-view .order-items .order-items-wrapper tr.unit-price .oop-se .price {
        text-decoration: line-through
    }

    .sales-guest-view .order-items .order-items-wrapper tr.shipping .price {
        font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif;
        color: #06c
    }

    .sales-guest-view .order-items .order-items-wrapper tr.subtotal .price {
        font-weight: 700
    }

    .sales-guest-view .order-items .order-items-wrapper tr.grand_total {
        font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif;
        font-weight: 500;
        font-size: 24px
    }

    .sales-guest-view .order-items .order-items-wrapper tr.discount-total td {
        padding: 10px 0 30px;
        text-align: right
    }

    .sales-guest-view .order-items .order-items-wrapper tfoot tr:last-child,
    .sales-guest-view .order-items .order-items-wrapper tfoot tr.grand_total {
        border-bottom: 0
    }

    .sales-guest-view .order-others-information {
        padding: 0 25px
    }

    .sales-guest-view .order-others-information .block-content {
        padding: 20px;
        background-color: #fbfbfb;
        border: 1px solid #ebebeb;
        margin-bottom: 20px
    }

    .sales-guest-view .order-others-information .block-content-name {
        font-size: 14px;
        margin-bottom: 10px;
        color: #555
    }

    .sales-guest-view .order-others-information .block-content-value {
        font-weight: 700;
        word-break: break-all;
        line-height: 26px;
        font-size: 16px
    }

    .sales-guest-view .order-others-information .block-content-value a {
        display: block
    }

    .sales-guest-view .order-others-information .block-content-value br {
        display: none
    }

    .wosai-process-paying .row {
        margin: 0
    }

    .wosai-process-paying .table-order-items tr {
        display: inherit !important
    }

    .wosai-process-paying .wechatpay-pay .pay-qr img {
        width: 100%
    }

    .wosai-process-paying .total-r {
        float: right
    }

    .wosai-process-paying .wechatpay-pay .table-order-items td.images-list {
        float: left;
        background: #fff
    }

    .wosai-process-paying .wechatpay-pay .table-order-items .line {
        border-top: 1px solid #ebebeb !important
    }

    .wosai-process-paying .wechatpay-pay .table-order-items .s-title {
        float: left
    }

    .wosai-process-paying .wechatpay-pay .table-order-items .price-including-tax,
    .wosai-process-paying .wechatpay-pay .table-order-items .price-excluding-tax {
        float: right
    }

    .wosai-process-paying .wechatpay-pay .table-order-items .col.qty {
        padding: 10px 0 0
    }

    .wosai-process-paying .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)&gt;tbody&gt;tr td[data-th]:before,
    .wosai-process-paying .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)&gt;tbody&gt;tr th[data-th]:before {
        display: none !important
    }

    .wosai-process-paying .order-items.table-wrapper .col.price,
    .wosai-process-paying .order-items.table-wrapper .col.qty,
    .wosai-process-paying .order-items.table-wrapper .col.subtotal,
    .wosai-process-paying .order-items.table-wrapper .col.msrp {
        text-align: right
    }

    .checkout-onepage-success .row {
        margin-left: 0;
        margin-right: 0
    }
}

.customer-quick-create #form-validate .submit.primary.gray-btn-cover {
    background: #999
}

.customer-quick-create:not(.perfectuser-registry-index) .column.main {
    max-width: 100%
}

.customer-account-login .page-main .login-container .actions-toolbar .primary #caa[disabled=disabled] {
    background: #ebebeb;
    color: #a6a6a6
}

.wechatpay-pay .table-order-items .images-list img {
    max-width: 100px
}

.block-slider-basic-product .products-grid .item .item-inner .product-name-des .bs-description {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: auto
}

.catalogsearch-result-index h1.page-title {
    margin-top: 12px
}

.catalog-category-view .page-title {
    display: none
}

.catalog-category-view .banner-bottom-wrapper {
    padding-top: 30px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
}

.category-image {
    width: 100%;
    overflow: hidden;
    margin: 10px 0 20px;
    text-align: center;
    background-color: #0a0a0a
}

.label-product {
    position: absolute;
    top: -5px;
    left: 4px;
    font-size: 10px;
    color: #fff;
    z-index: 2;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.label-product.label-sale {
    background-color: #db3e3b
}

.label-product.label-sale.has-new {
    right: 4px;
    left: auto
}

.label-product.label-new {
    background-color: #41d1ad
}

.block .block-title {
    padding: 0 0 14px;
    position: relative;
    margin-bottom: 30px
}

.block .block-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #d7d7d7
}

.block .block-title.filter-title {
    margin-bottom: 30px
}

.block .block-title strong {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 128.57%;
    margin: 0 !important
}

.block .block-content .filter-options-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
    margin-bottom: 0;
    padding-bottom: 14px;
    position: relative;
    font-size: 128.57%
}

.block .block-content .filter-options-title:not(:first-child) {
    padding-top: 15px
}

.block .block-content .filter-options-content {
    margin-bottom: 30px
}

.block .block-content .filter-options-content .items li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5
}

.block .block-content .filter-options-content .items li a {
    position: relative;
    display: inline-block;
    padding: 6px 0 9px;
    color: inherit;
    width: 100%;
    font-size: 114.29%
}

.block .block-content .filter-options-content .items li a .count {
    float: right;
    margin-left: 5px;
    color: inherit
}

.block .block-content .filter-options-content .items li a .count:before,
.block .block-content .filter-options-content .items li a .count:after {
    content: ""
}

.block .block-content .filter-options-content .items li a:hover {
    color: #999
}

.block .block-content .filter-options-content .items li:last-child a {
    padding-bottom: 0
}

.block.block-compare .block-title .no-display {
    display: none
}

.block.block-compare .empty {
    margin-top: -30px
}

.block.block-compare .product-items {
    list-style: none;
    margin: 0 0 20px;
    padding: 0
}

.block.block-compare .product-items .product-item {
    margin-bottom: 10px
}

.block.block-compare .product-items .delete {
    float: right
}

.block.block-compare .product-items .delete:before {
    content: '\f00d';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.block.block-compare .product-items .delete span {
    display: none
}

.sidebar .block:not(:last-child) {
    margin-bottom: 70px
}

.sidebar .block .block-content.filter-content .filter-current {
    border: 1px solid #e5e5e5
}

.sidebar .block .block-content.filter-content .filter-current strong.block-subtitle.filter-current-subtitle {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    width: 100%
}

.sidebar .block .block-content.filter-content .filter-current li.item {
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin: 10px 20px;
    padding: 5px 10px;
    position: relative
}

.sidebar .block .block-content.filter-content .filter-current li.item:after {
    content: "";
    position: absolute;
    background: #e5e5e5;
    height: 100%;
    width: 1px;
    top: 0;
    right: 30px
}

.sidebar .block .block-content.filter-content .filter-current li.item span.filter-label:after {
    content: ":"
}

.sidebar .block .block-content.filter-content .block-actions.filter-actions {
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 5px 20px;
    margin-bottom: 30px
}

.sidebar .block .block-content.filter-content a.action.remove:before {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 14px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-weight: 400;
    margin-left: 10px
}

.sidebar .block .block-content.filter-content a.action.remove span {
    display: none
}

.products-grid {
    position: relative;
    margin: 0
}

.products-grid .owl-controls .owl-nav&gt;div {
    position: absolute;
    top: 40.5%;
    margin-top: -25px
}

.products-grid .owl-controls .owl-nav&gt;div.owl-prev {
    left: -66px
}

.products-grid .owl-controls .owl-nav&gt;div.owl-next {
    right: -66px
}

.products-grid .product-item-photo {
    display: block;
    line-height: 0
}

.products-grid .product-item-photo .product-image-container {
    width: 100% !important
}

.products-grid .product-item-photo .product-image-container .product-image-wrapper {
    padding: 0 !important;
    height: auto !important
}

.products-grid .product-item-photo .product-image-container .product-image-wrapper img {
    width: 100%
}

.products-grid .product-item-photo .product-image-container .product-image-wrapper img.product-image-photo {
    position: relative;
    float: none
}

.products-grid .item .item-inner {
    margin-bottom: 45px;
    margin-top: 39px
}

.products-grid .item .item-inner .box-image {
    position: relative
}

.products-grid .item .item-inner .box-image a img {
    max-width: 100%
}

.products-grid .item .item-inner .box-image .bottom-action-out-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1
}

.products-grid .item .item-inner .box-image .bottom-action-out {
    position: absolute;
    text-align: center;
    z-index: 10;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    right: 0;
    top: 50%;
    width: 50px;
    height: 230px;
    margin-top: -115px
}

.products-grid .item .item-inner .box-image .bottom-action-out .bottom-action {
    position: relative;
    width: 100%;
    height: 100%
}

.products-grid .item .item-inner .box-image .bottom-action-out .bottom-action {
    position: relative;
    width: 100%;
    height: 100%
}

.products-grid .item .item-inner .box-image .bottom-action-out .bottom-action .add-to-links {
    float: left;
    display: inline-block
}

.products-grid .item .item-inner .box-image .bottom-action-out .bottom-action .btn-action {
    border: none;
    display: inline-block !important;
    float: left;
    margin: 0;
    line-height: 50px;
    text-align: center;
    color: #242626;
    width: 50px;
    height: 50px;
    vertical-align: top;
    background: #fff;
    margin-bottom: 10px
}

.products-grid .item .item-inner .box-image .bottom-action-out .bottom-action .btn-action:hover {
    background-color: #999;
    color: #fff
}

.products-grid .item .item-inner .box-image .bottom-action-out .bottom-action .btn-action.btn-cart:before {
    content: '\f07a';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
    margin-left: -3px
}

.products-grid .item .item-inner .box-image .bottom-action-out .bottom-action .btn-action.link-compare:before {
    content: '\f0ec';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.products-grid .item .item-inner .box-image .bottom-action-out .bottom-action .btn-action.link-wishlist:before {
    content: '\f004';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 13px;
    color: inherit
}

.products-grid .item .item-inner .box-image .bottom-action-out .bottom-action .btn-action.sm_quickview_handler:before {
    content: '\f002';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.products-grid .item .item-inner .box-image .bottom-action-out .bottom-action .btn-action span {
    display: none
}

.products-grid .item .item-inner .box-image:hover&gt;a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(245, 162, 67, .4);
    opacity: 1
}

.products-grid .item .item-inner .box-image:hover .bottom-action-out-wrap {
    opacity: 0
}

.products-grid .item .item-inner .box-image:hover .bottom-action-out-wrap .bottom-action-out {
    right: 15px
}

.products-grid .item .item-inner .box-info {
    padding: 19px 0 0;
    text-align: center
}

.products-grid .item .item-inner .box-info .product-name {
    padding: 0 0 10px;
    font-size: 92.86%;
    margin: 0 -1px
}

.products-grid .item .item-inner .box-info .product-name a {
    white-space: nowrap;
    color: #000;
    font-size: 128.57%
}

.products-grid .item .item-inner .box-info .product-name a:hover {
    color: #e74c3c
}

.products-grid .item .item-inner .box-info .rating-box {
    margin: 8px auto 14px
}

.products-grid .item .item-inner .box-info .price-box {
    height: 20px;
    margin: 0;
    display: inline-block
}

.products-grid .item .item-inner .box-info .product-reviews-summary .reviews-actions {
    display: none
}

.products-list {
    margin: 0
}

.products-list .item .item-inner {
    margin-bottom: 50px;
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 40px
}

.products-list .item .item-inner .box-image-list {
    width: 270px;
    float: left;
    position: relative;
    border: 1px solid #e5e5e5
}

.products-list .item .item-inner .box-image-list:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background-color: rgba(245, 162, 67, .4);
    display: none;
    z-index: 1
}

.products-list .item .item-inner .box-image-list .label-product {
    top: -7px
}

.products-list .item .item-inner .box-image-list .label-product.label-sale {
    right: 4px;
    left: auto
}

.products-list .item .item-inner .box-image-list .product-image-container {
    width: 100% !important;
    max-width: inherit
}

.products-list .item .item-inner .box-image-list .product-image-container .product-image-wrapper {
    padding: 0 !important;
    height: auto !important;
    overflow: visible
}

.products-list .item .item-inner .box-image-list .product-image-container .product-image-wrapper .product-image-photo {
    width: 100% !important;
    position: relative
}

.products-list .item .item-inner .box-image-list .product-item-photo {
    display: block;
    line-height: 0
}

.products-list .item .item-inner .box-image-list .sm_quickview_handler {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 56px;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transition: .2s;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    z-index: 5
}

.products-list .item .item-inner .box-image-list .sm_quickview_handler span {
    display: none
}

.products-list .item .item-inner .box-image-list .sm_quickview_handler:before {
    content: '\f002';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 28px
}

.products-list .item .item-inner .box-image-list .sm_quickview_handler:hover {
    background-color: #999;
    border: 1px solid #999
}

.products-list .item .item-inner .box-image-list:hover .sm_quickview_handler {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.products-list .item .item-inner .box-image-list:hover:before {
    display: block;
    z-index: 1
}

.products-list .item .item-inner .box-image-list:hover .lSAction {
    opacity: 1
}

.products-list .item .item-inner .box-info-list {
    margin-left: 300px
}

.products-list .item .item-inner .box-info-list .reviews-actions {
    display: none
}

.products-list .item .item-inner .box-info-list .rating-box {
    margin: 10px 0
}

.products-list .item .item-inner .box-info-list .product-name {
    font-weight: 400;
    font-size: 171.43%;
    text-transform: capitalize;
    margin-bottom: 0
}

.products-list .item .item-inner .box-info-list .product-name a {
    color: #000
}

.products-list .item .item-inner .box-info-list .product-name a:hover {
    color: #999
}

.products-list .item .item-inner .box-info-list .price-box {
    margin-top: 0;
    margin-bottom: 18px
}

.products-list .item .item-inner .box-info-list .price-box .price {
    font-size: 185.71%
}

.products-list .item .item-inner .box-info-list .price-box .old-price .price {
    font-size: 114.29%
}

.products-list .item .item-inner .box-info-list .bottom-action {
    margin-bottom: 5px;
    display: inline-block
}

.products-list .item .item-inner .box-info-list .bottom-action form {
    float: left
}

.products-list .item .item-inner .box-info-list .bottom-action .btn-cart {
    display: inline-block !important;
    float: left;
    margin: 0 10px 0 0;
    line-height: 14px;
    text-align: center;
    height: 50px;
    vertical-align: top;
    width: 222px;
    border-color: #e74c3c;
    background-color: #e74c3c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

.products-list .item .item-inner .box-info-list .bottom-action .btn-cart span:before,
.products-list .item .item-inner .box-info-list .bottom-action .btn-cart span:after {
    display: none
}

.products-list .item .item-inner .box-info-list .bottom-action .btn-cart:hover {
    border-color: #fe8377 !important;
    background-color: #fe8377 !important
}

.products-list .item .item-inner .box-info-list .bottom-action .add-to-links {
    float: left
}

.products-list .item .item-inner .box-info-list .bottom-action .btn-action {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    display: inline-block !important;
    float: left;
    margin: 0 10px 0 0;
    line-height: 50px;
    text-align: center;
    color: #fff;
    width: 50px;
    height: 50px;
    vertical-align: top;
    color: inherit
}

.products-list .item .item-inner .box-info-list .bottom-action .btn-action:hover {
    background-color: #545454 !important;
    border-color: #545454 !important;
    color: #fff
}

.products-list .item .item-inner .box-info-list .bottom-action .btn-action.btn-cart:before {
    content: '\f07a';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.products-list .item .item-inner .box-info-list .bottom-action .btn-action.link-compare:before {
    content: '\f0ec';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.products-list .item .item-inner .box-info-list .bottom-action .btn-action.link-wishlist:before {
    content: '\f004';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 13px;
    color: inherit
}

.products-list .item .item-inner .box-info-list .bottom-action .btn-action.sm_quickview_handler:before {
    content: '\f06e';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.products-list .item .item-inner .box-info-list .bottom-action .btn-action span {
    display: none
}

.products-list .item .item-inner .box-info-list .ratings {
    display: inline-block;
    width: 100%;
    height: 20px;
    margin: 15px 0 0
}

.products-list .item .item-inner .box-info-list .no-rating {
    height: 20px;
    line-height: 20px;
    margin: 10px 0 5px
}

.products-list .item .item-inner .box-info-list .product-item-inner {
    margin-bottom: 44px
}

.products-list .item .item-inner .box-info-list .product-item-inner .more {
    display: none
}

.grid-product-list {
    margin: 0 -15px
}

.grid-product-list .item {
    width: 25%;
    float: left;
    padding: 1px 15px
}

.toolbar {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 0 17px;
    border-bottom: 1px solid #e5e5e5
}

.toolbar .modes {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-right: 30px
}

.toolbar .modes .modes-label {
    display: none
}

.toolbar .modes .modes-mode {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #252525;
    float: left;
    text-align: center;
    line-height: 35px;
    color: #fff
}

.toolbar .modes .modes-mode:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.toolbar .modes .modes-mode span {
    display: none
}

.toolbar .modes .modes-mode.mode-grid:before {
    content: '\f009'
}

.toolbar .modes .modes-mode.mode-list:before {
    content: '\f039'
}

.toolbar .modes .modes-mode:hover,
.toolbar .modes .modes-mode.active {
    background: #999
}

.toolbar .modes .modes-mode:hover:before,
.toolbar .modes .modes-mode.active:before {
    color: #fff
}

.toolbar .sortby-limiter {
    float: right;
    width: 76.5%
}

.toolbar .toolbar-amount {
    margin: 0
}

.toolbar .toolbar-sorter {
    display: inline-block;
    vertical-align: top;
    margin-right: 47px
}

.toolbar .toolbar-sorter .sorter-label,
.toolbar .toolbar-sorter .sorter-options,
.toolbar .toolbar-sorter .sorter-action {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.toolbar .toolbar-sorter .sorter-label {
    line-height: 32px;
    height: 35px;
    margin: 0;
    background: #fff;
    padding-right: 5px !important;
    display: none
}

.toolbar .toolbar-sorter .sorter-options {
    border: 1px solid #e5e5e5;
    height: 35px;
    padding-top: 0;
    line-height: 34px;
    padding: 0 35px 0 20px
}

.toolbar .toolbar-sorter .sorter-action {
    display: inline-block;
    padding: 0 11px;
    color: #999;
    border: 1px solid #e5e5e5;
    height: 35px;
    line-height: 35px;
    width: 35px;
    margin-left: -4px;
    text-align: center
}

.toolbar .toolbar-sorter .sorter-action span {
    display: none
}

.toolbar .toolbar-sorter .sorter-action.sort-asc:before {
    content: '\f176';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.toolbar .toolbar-sorter .sorter-action.sort-desc:before {
    content: '\f063';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.toolbar .limiter {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px
}

.toolbar .limiter .control {
    position: relative
}

.toolbar .limiter .control:after {
    content: "";
    position: absolute;
    top: 0;
    right: 35px;
    bottom: 0;
    width: 1px;
    background: #e5e5e5;
    display: inline-block
}

.toolbar .limiter .label,
.toolbar .limiter .control,
.toolbar .limiter .limiter-text {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.toolbar .limiter .limiter-options {
    border: 1px solid #e5e5e5;
    height: 35px;
    padding-top: 0;
    min-width: 80px;
    line-height: 34px;
    padding: 0 35px 0 18px;
    position: relative
}

.toolbar .limiter .label {
    line-height: 35px;
    margin: 0;
    background: #fff;
    padding-right: 5px !important;
    height: 35px;
    color: #000
}

.toolbar .limiter .limiter-text {
    display: none
}

.toolbar .pages {
    display: inline-block;
    vertical-align: top;
    float: right;
    padding-top: 0
}

.toolbar .pages .pages-label {
    display: inline-block;
    line-height: 34px;
    color: #000;
    margin-right: 7px;
    margin-top: 0;
    position: relative;
    top: 1px
}

.toolbar .pages .pages-items {
    display: inline-block;
    line-height: 34px
}

.toolbar .pages .pages-items .item {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    line-height: 35px
}

.toolbar .pages .pages-items .item a {
    display: inline-block;
    color: #747474;
    border: 1px solid #e5e5e5;
    width: 34px;
    text-align: center;
    margin-left: -4px
}

.toolbar .pages .pages-items .item a .label {
    display: none
}

.toolbar .pages .pages-items .item a:hover {
    color: #fff;
    background: #999;
    border-color: #999
}

.toolbar .pages .pages-items .item.current strong {
    font-weight: 400;
    padding: 0 3px;
    background: #999;
    display: inline-block;
    color: #fff;
    border: 1px solid #999;
    width: 34px;
    text-align: center;
    margin-left: -4px
}

.toolbar .pages .pages-items .item.current strong .label {
    display: none
}

.toolbar .pages .pages-items .item.pages-item-next a span {
    display: none
}

.toolbar .pages .pages-items .item.pages-item-next a:before {
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 16px
}

.toolbar .pages .pages-items .item.pages-item-previous a span {
    display: none
}

.toolbar .pages .pages-items .item.pages-item-previous a:before {
    content: '\f104';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 16px
}

.toolbar.toolbar-products .toolbar-amount {
    display: none
}

.toolbar-top {
    margin-top: 8px
}

.toolbar-bottom .toolbar {
    margin-bottom: 0;
    padding: 17px 0 0;
    border-bottom: 0;
    border-top: 1px solid #e6e6e6
}

.products-sidebar .item {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.products-sidebar .item:last-child {
    margin-bottom: 0
}

.products-sidebar .item .item-inner .box-image {
    float: left;
    width: 85px
}

.products-sidebar .item .item-inner .box-image img {
    border: 1px solid #e5e5e5
}

.products-sidebar .item .item-inner .box-info {
    margin-left: 100px
}

.products-sidebar .item .item-inner .box-info .product-name {
    margin-bottom: 5px;
    font-size: inherit
}

.products-sidebar .item .item-inner .box-info .product-name a {
    color: #000
}

.products-sidebar .item .item-inner .box-info .product-name a:hover {
    color: #999
}

.products-sidebar .item .item-inner .box-info .product-reviews-summary {
    margin-bottom: 7px
}

.products-sidebar .item .item-inner .box-info .product-reviews-summary .reviews-actions {
    display: none
}

.products-sidebar .item .item-inner .box-info .product-item-actions .actions-primary {
    padding: 10px 0
}

.products-sidebar .item .item-inner .box-info .product-item-actions .actions-secondary a {
    display: block
}

.products-sidebar .item:hover .item-inner .box-image img {
    border: 1px solid #999
}

.block-cat .cat-item {
    margin-bottom: 30px
}

.block-cat .content-cat .cat-inner {
    border: 1px solid #e5e5e5;
    text-align: center;
    padding-top: 15px
}

.block-cat .content-cat .img-cat img:hover {
    opacity: .8
}

.block-cat .content-cat .name-cat {
    line-height: 50px;
    font-size: 116.66%;
    text-transform: uppercase;
    font-weight: 500
}

.block-cat .content-cat .name-cat a:hover {
    color: #999
}

.comparison.table-wrapper {
    width: 100%;
    overflow-x: auto
}

.comparison.table-wrapper .item {
    float: left;
    min-width: 270px
}

#fancybox-loading {
    margin-left: -22px
}

.fancybox-skin {
    background: #fff !important
}

.quickview-index-index .container {
    width: 100%;
    padding: 0
}

.cms-best-smartphone-html .page-main,
.cms-new-arrivals-html .page-main {
    padding: 20px 0
}

.cms-best-smartphone-html .page-main .new-arivals-wrap&gt;div,
.cms-new-arrivals-html .page-main .new-arivals-wrap&gt;div {
    padding: 0
}

.cms-best-smartphone-html .page-main .sm-countdownproduct-slider,
.cms-new-arrivals-html .page-main .sm-countdownproduct-slider {
    margin-top: 10px
}

@media (min-width:1200px) {
    .block-content.filter-content {
        margin-bottom: 57px
    }
}

@media (max-width:1199px) {
    .toolbar-top .toolbar .pages {
        display: none
    }

    .toolbar-bottom .toolbar-bottom .toolbar .toolbar-sorter,
    .toolbar-bottom .toolbar .limiter {
        display: none
    }

    .products-grid .owl-controls .owl-nav&gt;div.owl-prev {
        left: -24px
    }

    .products-grid .owl-controls .owl-nav&gt;div.owl-next {
        right: -24px
    }

    .row.view-quickview {
        overflow-y: auto;
        width: 100%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .products-grid .item .item-inner .box-info .product-name {
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (min-width:992px) {
    .cms-page-view #maincontent .columns&gt;.container {
        padding: 0;
        width: 100%
    }
}

@media (max-width:991px) {
    .sm_quickview_handler {
        display: none !important
    }

    .products-grid .owl-controls .owl-nav&gt;div.owl-prev {
        left: -15px
    }

    .products-grid .owl-controls .owl-nav&gt;div.owl-next {
        right: -15px
    }

    .products-grid .item .item-inner .box-image .bottom-action-out {
        margin-top: -85px
    }

    .products-grid .item .item-inner .box-image .bottom-action-out .bottom-action .btn-action.sm_quickview_handler {
        display: none !important
    }

    .products-grid .item .item-inner .box-info .product-name {
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (max-width:991px) {
    .toolbar-top .pages {
        display: none
    }

    .toolbar-top .modes,
    .toolbar-top .toolbar-sorter {
        margin-right: 20px
    }

    .toolbar-bottom .toolbar-sorter,
    .toolbar-bottom .limiter {
        display: none
    }

    .products-grid .item .item-inner .box-info .product-name a {
        font-size: 123%
    }

    .products-list .item .item-inner .box-image-list {
        width: 100%
    }

    .products-list .item .item-inner .box-info-list {
        margin-left: 0;
        clear: both;
        padding-top: 20px
    }

    .products.wrapper.list .product-reviews-summary {
        margin: 0
    }
}

@media (max-width:480px) {
    .breadcrumbs .title-page h1 {
        font-size: 157.86%
    }

    .social-detail {
        padding-top: 20px
    }

    .toolbar-top .modes {
        margin-bottom: 15px
    }

    .toolbar-top .sortby-limiter {
        width: 100%
    }

    .toolbar-top .toolbar-sorter {
        margin-bottom: 10px;
        margin-right: 0
    }

    .toolbar-top .limiter {
        margin-right: 0;
        float: right
    }

    .toolbar-bottom .modes {
        margin-right: 20px
    }

    .toolbar-bottom .sortby-limiter {
        width: 100%;
        margin-top: 15px
    }

    .products-grid .item .item-inner .box-image:hover .bottom-action-out-wrap {
        right: 50%
    }

    .products-grid .item .item-inner .box-image:hover .bottom-action-out-wrap .bottom-action-out {
        right: 50%;
        padding-left: 27px
    }
}

@media (max-width:479px) {
    .products-list .item .item-inner .box-info-list .bottom-action .btn-cart {
        margin-bottom: 10px
    }
}

.action-skip-wrapper {
    display: none
}

.sm-quickview .fieldset&gt;.field:not(.choice)&gt;.label {
    width: 70px;
    line-height: 40px;
    text-align: left;
    padding: 0
}

.review-toolbar .limiter {
    display: none
}

.product.media .fotorama__thumb {
    background: 0 0
}

.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr,
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr {
    left: 0;
    top: 50%;
    margin-top: -11px;
    transform: none
}

.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr,
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr {
    right: 0;
    top: 50%;
    margin-top: -23px;
    transform: none
}

.product.media .fotorama__stage {
    background: #fff;
    margin-bottom: 12px;
    border: 1px solid #e5e5e5
}

.product.media .fotorama__nav--thumbs .fotorama__nav__frame {
    padding: 0 !Important;
    background: #fff
}

.product.media .fotorama-item .fotorama__nav--thumbs .fotorama__nav__frame {
    padding: 0 !important;
    border: 1px solid #e5e5e5;
    margin-right: 30px !important
}

.product.media .fotorama-item .fotorama__thumb-border {
    display: none !important
}

.product.media .fotorama__nav-wrap--horizontal .fotorama__stage,
.product.media .fotorama__nav-wrap--horizontal .fotorama__nav {
    padding: 0
}

.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    width: 45px
}

.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr,
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr {
    background: #d3d4d4;
    height: 45px;
    padding: 0;
    line-height: 45px;
    color: #fff
}

.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr:before,
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr:before {
    width: 100%;
    height: 100%;
    line-height: 45px !important
}

.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr:hover,
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr:hover {
    background-color: #999;
    color: #fff
}

.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr:before {
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 28px
}

.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr:before {
    content: '\f104';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 28px
}

.title-view {
    position: relative;
    line-height: 100%;
    text-align: center;
    padding-bottom: 7px
}

.title-view h2 {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: #000;
    font-size: 214.29%;
    font-weight: 700
}

.catalog-product-view .breadcrumbs {
    margin-bottom: 60px
}

.catalog-product-view .page-main {
    padding-bottom: 0;
    padding-top: 0
}

.catalog-product-view .page-main .info-box-detail .fieldset&gt;.field:not(.choice) {
    clear: both
}

.catalog-product-view .page-main .info-box-detail .fieldset&gt;.field:not(.choice) .label {
    width: 70px;
    text-align: left;
    margin-bottom: 10px;
    float: left;
    font-size: 108% !important;
    color: #000;
    line-height: 42px
}

.catalog-product-view .page-main .info-box-detail .fieldset&gt;.field:not(.choice) .control {
    float: left;
    width: 50%;
    max-width: 200px
}

.catalog-product-view .page-main .info-box-detail .fieldset&gt;.field.qty:not(.choice) .control {
    width: 83px;
    position: relative
}

.catalog-product-view .page-main .info-box-detail .fieldset&gt;.field.qty:not(.choice) .control .control-qty {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    border-left: 1px solid #e5e5e5
}

.social-detail {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5
}

.social-detail .share-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    text-transform: none;
    font-size: 128.46%;
    color: #000;
    float: left;
    line-height: 40px;
    margin-right: 20px
}

.social-detail .socials-wrap .title {
    display: none
}

.social-detail .socials-wrap li.li-social {
    float: left
}

.social-detail .socials-wrap li.li-social a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    margin-right: 10px;
    color: #919191;
    text-align: center;
    line-height: 40px
}

.social-detail .socials-wrap li.li-social a span.name-social {
    display: none
}

.social-detail .socials-wrap li.li-social a:hover {
    color: #fff;
    background: #999;
    border-color: #e5e5e5
}

.image-box-detail .fotorama__stage {
    margin-bottom: 10px
}

.image-box-detail .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    top: 0;
    transform: none;
    -webkit-transform: none
}

.product-options-wrapper {
    padding-top: 30px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    margin-top: 15px
}

.product-options-wrapper .fieldset&gt;.field {
    float: left;
    width: 100%;
    margin: 0 0 7px
}

.info-box-detail .price-box .price {
    font-size: 214.29%
}

.info-box-detail .old-price .price {
    font-size: 128.57%
}

.info-box-detail .page-title-wrapper.product .page-title {
    font-size: 200%;
    font-weight: 400;
    color: #010101;
    text-transform: none;
    margin-bottom: 0;
    margin-top: 14px
}

.info-box-detail .product-reviews-summary {
    margin-bottom: 5px
}

.info-box-detail .price-box {
    margin-bottom: 20px
}

.info-box-detail .product-info-stock-sku .available:before {
    content: '\f046';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 15px;
    color: #518412;
    position: relative;
    top: 1px;
    margin-right: 3px
}

.info-box-detail .product-info-stock-sku .sku {
    padding-top: 10px;
    margin-bottom: 25px;
    text-transform: uppercase
}

.info-box-detail .product-info-stock-sku .sku strong {
    display: inline-block
}

.info-box-detail .product-info-stock-sku .sku strong:after {
    content: ":"
}

.info-box-detail .product-info-stock-sku .sku .value {
    display: inline-block
}

.info-box-detail .product-options-bottom {
    margin-top: -7px
}

.info-box-detail .product-options-bottom .box-tocart .fieldset .qty,
.info-box-detail .product-add-form .box-tocart .fieldset .qty {
    float: left;
    width: 100%;
    margin-bottom: 7px
}

.info-box-detail .product-options-bottom .box-tocart .fieldset .qty .control.control-qty,
.info-box-detail .product-add-form .box-tocart .fieldset .qty .control.control-qty {
    width: 83px;
    position: relative
}

.info-box-detail .product-options-bottom .box-tocart .fieldset .qty .control #qty,
.info-box-detail .product-add-form .box-tocart .fieldset .qty .control #qty {
    width: 83px;
    text-align: center;
    margin-right: 0;
    border-color: #e5e5e5;
    height: 40px;
    padding-left: 15px;
    padding-right: 50px;
    color: #000
}

.info-box-detail .product-options-bottom .box-tocart .fieldset .qty .control #qty&gt;.control-qty,
.info-box-detail .product-add-form .box-tocart .fieldset .qty .control #qty&gt;.control-qty {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    border-left: 1px solid #e5e5e5
}

.info-box-detail .product-options-bottom .box-tocart .fieldset .actions,
.info-box-detail .product-add-form .box-tocart .fieldset .actions {
    float: left
}

.info-box-detail .product-options-bottom .box-tocart .fieldset .actions button,
.info-box-detail .product-add-form .box-tocart .fieldset .actions button {
    float: left;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    width: 222px;
    font-size: 85.71%;
    background: #999;
    margin-left: 70px
}

.info-box-detail .product-options-bottom .box-tocart .fieldset .actions button span,
.info-box-detail .product-add-form .box-tocart .fieldset .actions button span {
    color: #fff !important
}

.info-box-detail .product-options-bottom .box-tocart .fieldset .actions button:hover,
.info-box-detail .product-add-form .box-tocart .fieldset .actions button:hover {
    background: #aaa
}

.info-box-detail .product-options-bottom .box-tocart .fieldset .actions button:hover span,
.info-box-detail .product-add-form .box-tocart .fieldset .actions button:hover span {
    color: #fff !important
}

.info-box-detail .block-bundle-summary .product-addto-links .action,
.info-box-detail .product-social-links .action {
    border: 1px solid #e5e5e5 !important;
    display: block !important;
    background-color: #fff !important;
    float: left;
    line-height: 50px;
    text-align: center;
    color: #545454;
    width: 50px;
    height: 50px;
    padding: 0;
    margin-left: 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.info-box-detail .block-bundle-summary .product-addto-links .action:before,
.info-box-detail .product-social-links .action:before {
    color: inherit
}

.info-box-detail .block-bundle-summary .product-addto-links .action:hover,
.info-box-detail .product-social-links .action:hover {
    color: #fff;
    border: 1px solid #999 !important;
    background-color: #999 !important
}

.info-box-detail .block-bundle-summary .product-addto-links .action:hover:before,
.info-box-detail .product-social-links .action:hover:before {
    color: #fff
}

.info-box-detail .block-bundle-summary .product-addto-links .action.tocompare:before,
.info-box-detail .product-social-links .action.tocompare:before {
    content: '\f0ec';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.info-box-detail .block-bundle-summary .product-addto-links .action.towishlist:before,
.info-box-detail .product-social-links .action.towishlist:before {
    content: '\f004';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.info-box-detail .block-bundle-summary .product-addto-links .action span,
.info-box-detail .product-social-links .action span {
    display: none
}

.info-box-detail .block-bundle-summary .product-addto-links .action.mailto.friend:before,
.info-box-detail .product-social-links .action.mailto.friend:before {
    line-height: 50px
}

.detail-bottom-wrapper {
    padding-top: 66px;
    clear: both
}

.detail-bottom-wrapper .detail-bottom {
    margin-bottom: 50px
}

.detail-bottom-wrapper .product.data.items {
    text-align: center
}

.detail-bottom-wrapper .product.data.items&gt;.item.title {
    border: none;
    padding: 0 25px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: none;
    bottom: -1px;
    position: relative;
    display: inline-block
}

.detail-bottom-wrapper .product.data.items&gt;.item.title:not(:first-child) {
    border-left: 1px solid #e5e5e5
}

.detail-bottom-wrapper .product.data.items&gt;.item.title&gt;a {
    color: #aaa;
    font-size: 200%;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    background: 0 0;
    padding: 0
}

.detail-bottom-wrapper .product.data.items&gt;.item.title&gt;a:hover {
    color: #999
}

.detail-bottom-wrapper .product.data.items&gt;.item.title:hover&gt;a,
.detail-bottom-wrapper .product.data.items&gt;.item.title.active&gt;a {
    color: #999
}

.detail-bottom-wrapper .product.data.items&gt;.item.title .counter:before {
    content: "("
}

.detail-bottom-wrapper .product.data.items&gt;.item.title .counter:after {
    content: ")"
}

.detail-bottom-wrapper .product.data.items .data.item.content {
    border: none !important;
    padding: 40px 0 0;
    text-align: left
}

.detail-bottom-wrapper .product.data.items .data.item.content ul li:before {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 14px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 13px;
    color: #999;
    margin-right: 5px
}

.detail-bottom-wrapper .product.data.items .data.item.content .review-control-vote input[type=radio] {
    display: none
}

.detail-bottom-wrapper .data.table.additional-attributes tr {
    border-bottom: 1px solid #e5e5e5
}

.detail-bottom-wrapper .data.table.additional-attributes tr:last-child {
    border-bottom: none
}

.detail-bottom-wrapper .data.table.additional-attributes tr th.label {
    margin-top: 6px;
    display: inline-block
}

.box-related-upsell .pretext {
    text-align: center;
    font-size: 114.29%;
    margin: 8px 27% 32px
}

.box-related-upsell .owl-controls .owl-nav div {
    position: absolute;
    top: 42%;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.box-related-upsell .owl-controls .owl-nav div.owl-next {
    right: -66px
}

.box-related-upsell .owl-controls .owl-nav div.owl-prev {
    left: -66px
}

.box-related-upsell&gt;div:hover .owl-controls .owl-nav div {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

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

.catalog-product-view.checkout-cart-configure .info-box-detail .product-social-links {
    position: relative;
    left: 292px;
    top: -50px
}

.catalog-product-view.checkout-cart-configure .info-box-detail .social-detail {
    margin-top: -15px
}

.page-product-grouped .social-detail {
    top: 30px;
    position: relative
}

.bundle-actions .action {
    line-height: 4px
}

.page-product-downloadable .product-options-wrapper,
.page-product-downloadable .product-options-bottom {
    float: none !important;
    width: 100% !important
}

.info-box-detail .grouped .price-box {
    margin-bottom: -5px
}

.bundle-options-wrapper .fieldset {
    margin-bottom: 0
}

.bundle-options-wrapper .fieldset&gt;.field .choice input,
.bundle-options-wrapper .fieldset&gt;.fields&gt;.field .choice input {
    vertical-align: baseline
}

.bundle-options-wrapper .field.option&gt;.label {
    display: inline-block;
    width: 100% !important
}

.bundle-options-wrapper .field.option .control {
    display: inline-block;
    width: 100% !important
}

.bundle-options-wrapper .field.option .control .field.choice {
    float: left;
    width: 100%
}

.bundle-options-wrapper .field.option .control .field.choice label {
    line-height: inherit !important
}

.bundle-options-wrapper .field.option .control .field.choice input.radio {
    float: left;
    margin-right: 10px;
    line-height: inherit;
    top: 6px
}

.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    line-height: 4px
}

.smqv-title h1 {
    font-size: 24px;
    margin-bottom: 15px
}

.sm-quickview .col-lg-5.col-md-5.col-sm-4.image-box-detail {
    width: 33%
}

.sm-quickview .col-lg-7.col-md-7.col-sm-8.info-box-detail {
    width: 67%
}

.sm-quickview .box-tocart label.label {
    width: 70px !important;
    text-align: left !important;
    line-height: 35px
}

.sm-quickview .control.control-qty-cart {
    position: relative;
    width: 83px !important
}

.sm-quickview .control.control-qty-cart .control-qty {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    border-left: 1px solid #e5e5e5
}

.sm-quickview .social-detail {
    padding-top: 30px;
    padding-bottom: 0;
    border-bottom: none
}

.sm-quickview .fotorama__nav--thumbs,
.sm-quickview .fotorama__nav.fotorama__nav--thumbs.fotorama__shadows--left.fotorama__shadows--right {
    width: 100% !important
}

.sm-quickview .product.media .fotorama__nav-wrap--horizontal .fotorama__stage,
.sm-quickview .product.media .fotorama__nav-wrap--horizontal .fotorama__nav {
    height: 123px !important
}

.sm-quickview .product.media .fotorama-item .fotorama__thumb-border,
.sm-quickview .product.media .fotorama-item .fotorama__nav--thumbs .fotorama__nav__frame {
    width: 80px !important;
    height: 121px !Important
}

.sm-quickview .product.media .fotorama__stage .fotorama__grab,
.sm-quickview .product.media .fotorama__stage {
    width: 297px !important;
    height: 395px !important;
    line-height: 100%
}

.sm-quickview .control.control-qty-cart .control-qty {
    width: 83px
}

.sm-quickview .product.attribute.overview {
    display: inline-block
}

.sm-quickview .product-options-wrapper .fieldset .legend.links-title {
    display: none
}

.sm-quickview .field.downloads.downloads-no-separately label {
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 15px
}

.sm-quickview .image-box-detail {
    margin-bottom: 0
}

.sm-quickview .bundle-options-container .block-bundle-summary,
.sm-quickview .bundle-options-container .bundle-options-wrapper {
    width: 100% !important
}

.sm-quickview .bundle-options-container .product-add-form {
    display: block !important
}

.sm-quickview .bundle-options-container .bundle-actions .action.primary,
.sm-quickview .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    line-height: 4px;
    height: 32px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 85.71%;
    font-weight: 400
}

.sm-quickview .bundle-options-container .block-bundle-summary .bundle-summary {
    display: none
}

.sm-quickview .bundle-options-container .bundle-options-wrapper .fieldset button.action.back.customization {
    display: none
}

.sm-quickview .bundle-options-container .bundle-options-wrapper,
.sm-quickview .bundle-options-container .product-options-wrapper {
    width: 100% !important
}

.sm-quickview .bundle-options-container .bundle-options-wrapper .fieldset&gt;.field:not(.choice)&gt;.label,
.sm-quickview .bundle-options-container .product-options-wrapper .fieldset&gt;.field:not(.choice)&gt;.label {
    width: 100%;
    text-align: left;
    margin-bottom: 15px
}

.sm-quickview .bundle-options-container .box-tocart .fieldset&gt;.field.qty {
    float: left;
    width: 154px
}

.sm-quickview .bundle-options-container .box-tocart .fieldset&gt;.field.qty label.label {
    float: left;
    width: 33px;
    line-height: 32px;
    text-align: left
}

.sm-quickview .bundle-options-container .box-tocart .fieldset&gt;.field:not(.choice)&gt;.control.control-qty-cart {
    width: 70px;
    position: relative;
    float: left;
    background: #fff
}

.sm-quickview .bundle-options-container .box-tocart .fieldset&gt;.field:not(.choice)&gt;.control.control-qty-cart input#qty {
    height: 32px;
    border: none;
    background: 0 0
}

.sm-quickview .bundle-options-container .control.control-qty-cart .control-qty {
    top: -2px;
    width: 38px
}

@media (min-width:992px) {

    div#recipients-options .field label,
    fieldset#sender_options .field label {
        width: 10%
    }
}

@media (max-width:1199px) {
    .box-related-upsell .pretext {
        margin: 8px 0 32px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .view-quickview .info-box-detail {
        clear: none;
        padding-top: 0
    }

    .view-quickview .info-box-detail .page-title-wrapper.product .page-title {
        margin-top: 0
    }

    .view-quickview .info-box-detail .product-info-stock-sku .sku {
        margin-bottom: 10px
    }

    .view-quickview .info-box-detail .price-box {
        margin-bottom: 0
    }

    .view-quickview .info-box-detail .product-options-wrapper {
        padding-top: 20px;
        margin-top: 5px
    }

    .detail-bottom-wrapper .product.data.items&gt;.item.title&gt;a {
        font-size: 150%
    }
}

@media (max-width:767px) {
    .title-view h2 {
        font-size: 185.71%
    }
}

@media (max-width:767px) {
    .catalog-product-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
        border: none;
        padding: 10px 0;
        margin-left: 85px
    }

    .catalog-product-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)&gt;tbody&gt;tr td:before,
    .catalog-product-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)&gt;tbody&gt;tr th:before {
        min-width: 85px;
        position: absolute;
        left: 0
    }

    .info-box-detail {
        clear: both;
        padding-top: 40px
    }

    .product.data.items {
        margin: 0;
        padding: 0;
        display: inline-block;
        width: 100%
    }

    .detail-bottom-wrapper .product.data.items&gt;.item.title {
        border-bottom: 1px solid #e5e5e5
    }

    .detail-bottom-wrapper .product.data.items&gt;.item.title:not(:first-child) {
        border-left: none;
        border-right: none
    }

    .detail-bottom-wrapper .product.data.items&gt;.item.title:first-child {
        border-right: none
    }

    .detail-bottom-wrapper .product.data.items .data.item.content {
        margin-top: 0 !important;
        border-bottom: 1px solid #e1e1e1 !important;
        margin-bottom: -1px !important;
        padding: 0
    }

    .product.data.items&gt;.item.title.active {
        margin: 0 0 30px !important
    }
}

@media (max-width:567px) {
    .catalog-product-view.checkout-cart-configure .info-box-detail .product-social-links {
        position: relative;
        left: 233px;
        top: -60px
    }

    .catalog-product-view.checkout-cart-configure .info-box-detail .social-detail {
        margin-top: -25px
    }
}

@media (max-width:480px) {

    .info-box-detail .product-options-bottom .box-tocart .fieldset .actions button,
    .info-box-detail .product-add-form .box-tocart .fieldset .actions button {
        margin-left: 0
    }

    .product-social-links {
        clear: both;
        padding-top: 10px
    }

    .product-social-links a.action:first-child {
        margin-left: 0
    }

    .detail-bottom-wrapper .product.data.items&gt;.item.title&gt;a {
        font-size: 139.29%
    }

    .catalog-product-view .social-detail .share-title {
        line-height: 32px
    }

    .catalog-product-view .social-detail .socials-wrap li.li-social a {
        width: 32px;
        height: 32px;
        line-height: 32px;
        margin-right: 5px
    }

    .tab-custom .title-tab-content .list-item-tab:before,
    .tab-custom .title-tab-content .list-item-tab:after,
    .tab-custom .title-tab-content .list-item-tab:before,
    .tab-custom .title-tab-content .list-item-tab:before {
        display: none
    }

    .tab-custom .title-tab-content .list-item-tab .item-tab:before {
        display: none
    }
}

@media (max-width:479px) {
    .catalog-product-view.checkout-cart-configure .info-box-detail .product-social-links {
        position: static
    }

    .catalog-product-view.checkout-cart-configure .info-box-detail .social-detail {
        margin-top: 30px
    }
}

body {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #545454
}

input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=search],
input[type=number],
input[type=datetime],
input[type=email] {
    box-shadow: inset 0 0 0px 1000px #fff !important;
    -webkit-box-shadow: inset 0 0 0px 1000px #fff !important;
    -moz-box-shadow: inset 0 0 0px 1000px #fff !important;
    -ms-box-shadow: inset 0 0 0px 1000px #fff !important
}

.label {
    color: #545454
}

a:active,
a:visited {
    color: #1c1c1c
}

a {
    color: #1c1c1c
}

a:hover,
.footer-wrapper-content a:hover {
    color: #999
}

@media (min-width:1200px) {
    .col1-layout .category-product.products-grid .item {
        width: 25%
    }

    .col1-layout .category-product.products-grid .item:nth-child(4n+1) {
        clear: both
    }

    .col2-layout .category-product.products-grid .item {
        width: 33.333333333333%
    }

    .col2-layout .category-product.products-grid .item:nth-child(3n+1) {
        clear: both
    }

    .col3-layout .category-product.products-grid .item {
        width: 50%
    }

    .col3-layout .category-product.products-grid .item:nth-child(2n+1) {
        clear: both
    }

    .col1-layout .category-product.products-grid .item {
        width: 25%
    }

    .col1-layout .category-product.products-grid .item:nth-child(4n+1) {
        clear: both
    }

    .col2-layout .category-product.products-grid .item {
        width: 33.333333333333%
    }

    .col2-layout .category-product.products-grid .item:nth-child(3n+1) {
        clear: both
    }

    .col3-layout .category-product.products-grid .item {
        width: 50%
    }

    .col3-layout .category-product.products-grid .item:nth-child(2n+1) {
        clear: both
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .col1-layout .category-product.products-grid .item {
        width: 33.333333333333%
    }

    .col1-layout .category-product.products-grid .item:nth-child(3n+1) {
        clear: both
    }

    .col2-layout .category-product.products-grid .item {
        width: 33.333333333333%
    }

    .col2-layout .category-product.products-grid .item:nth-child(3n+1) {
        clear: both
    }

    .col3-layout .category-product.products-grid .item {
        width: 50%
    }

    .col3-layout .category-product.products-grid .item:nth-child(2n+1) {
        clear: both
    }
}

@media (min-width:768px) and (max-width:991px) {
    .col1-layout .category-product.products-grid .item {
        width: 33.333333333333%
    }

    .col1-layout .category-product.products-grid .item:nth-child(3n+1) {
        clear: both
    }

    .col2-layout .category-product.products-grid .item {
        width: 33.333333333333%
    }

    .col2-layout .category-product.products-grid .item:nth-child(3n+1) {
        clear: both
    }

    .col3-layout .category-product.products-grid .item {
        width: 50%
    }

    .col3-layout .category-product.products-grid .item:nth-child(2n+1) {
        clear: both
    }
}

@media (min-width:481px) and (max-width:767px) {
    .col1-layout .category-product.products-grid .item {
        width: 50%
    }

    .col1-layout .category-product.products-grid .item:nth-child(2n+1) {
        clear: both
    }

    .col2-layout .category-product.products-grid .item {
        width: 50%
    }

    .col2-layout .category-product.products-grid .item:nth-child(2n+1) {
        clear: both
    }

    .col3-layout .category-product.products-grid .item {
        width: 50%
    }

    .col3-layout .category-product.products-grid .item:nth-child(2n+1) {
        clear: both
    }
}

@media (max-width:480px) {
    .col1-layout .category-product.products-grid .item {
        width: 100%
    }

    .col1-layout .category-product.products-grid .item:nth-child(1n+1) {
        clear: both
    }

    .col2-layout .category-product.products-grid .item {
        width: 100%
    }

    .col2-layout .category-product.products-grid .item:nth-child(1n+1) {
        clear: both
    }

    .col3-layout .category-product.products-grid .item {
        width: 100%
    }

    .col3-layout .category-product.products-grid .item:nth-child(1n+1) {
        clear: both
    }
}

button,
.button,
.about-us .content-faq .panel .panel-title a:after,
.about-us .content-faq .panel .panel-title a:before,
#yt-totop,
.footer .footer-top .about-us-footer img,
.footer .footer-top .social-footer .socials-wrap ul li:hover a,
.header-style-5 .header-bottom .header-bottom-right .minicart-header .showcart,
.products-grid .item .item-inner .box-image .bottom-action-out .bottom-action .btn-action:hover,
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr:hover,
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr:hover,
.products-list .item .item-inner .box-image-list .sm_quickview_handler:hover,
.wrap-newsletter-popup .fancybox-close,
.modal-footer button.action-primary.action-accept {
    background-color: #999
}

.review-form .action.submit.primary,
.btn-mobile .button-mobile,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span,
.cart-container .cart.main.actions .action,
.cart-container .cart.table-wrapper .actions-toolbar .action-edit:hover,
.cart-container .cart.table-wrapper .actions-toolbar .action-delete:hover,
.footer .footer-middle .block .title:before,
.sm_megamenu_wrapper_vertical_menu .block-title,
.header-container .cart-wrapper .minicart-wrapper .block-content&gt;.actions .viewcart,
.header-container .cart-wrapper .showcart:before,
.header-style-1 .header-middle .header-bottom-right .search-header-bottom .search-header-content .actions button.action.search,
.header-style-1 .header-middle .top-action .wish-header .toplinks-wrapper ul li.link.wishlist,
.sm-imageslider-inner.theme2 .owl-theme .owl-dots .owl-dot.active span,
.sm-imageslider-inner.theme2 .owl-theme .owl-dots .owl-dot:hover span,
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel:before,
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover:before,
.cms-home-style-1 .title-home:before,
.info-box-detail .product-options-bottom .box-tocart .fieldset .actions button,
.info-box-detail .product-add-form .box-tocart .fieldset .actions button,
.title-view:before,
.header-container .cart-wrapper .minicart-wrapper .block-content&gt;.actions .viewcart:hover,
.sm-imageslider-inner.theme2 .item .item-info .action a,
.sm-imageslider-inner.theme2 .owl-nav&gt;div:hover,
.owl-controls .owl-nav div:hover,
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .image-blog .postDate,
.footer .footer-middle .block .content ul li a:hover:before,
.best-deal-wrap .sm-countdownproduct-slider .cdps-posttext a,
.header-toogle-top .action a.header-toogle-close,
.header-toogle-top .action a,
.cb-wrap .cb-list .cb-item .cb-info .action a,
.block-slider-list-product .products-list .item .item-inner .box-info-list .bottom-action .btn-action.btn-cart,
.toolbar .modes .modes-mode:hover,
.toolbar .modes .modes-mode.active,
.toolbar .pages .pages-items .item.current strong,
.toolbar .pages .pages-items .item a:hover,
.catalog-product-view .social-detail .socials-wrap li.li-social a:hover,
.sm-products-detail-sliders .product-item-actions button.action.primary.tocart,
.sm-products-detail-sliders a.action.btn-show-detail:hover,
.sm-products-detail-sliders .slick-prev:hover,
.sm-products-detail-sliders .slick-prev:focus,
.sm-products-detail-sliders .slick-next:hover,
.sm-products-detail-sliders .slick-next:focus,
.deal-wrapper-index2 .products-grid .item .item-inner .box-info .deals-detail a,
.login-container .block-customer-login a.action.create.primary,
.login-container .block-new-customer a.action.create.primary {
    background: #999
}

.footer .footer-middle .block .content ul li a:hover,
.footer .footer-middle .block.ft-category .content ul li a:hover,
.cms-index-index .header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu&gt;li.home-item-parent&gt;a,
.footer .footer-middle .block.ft-category .content ul li a:after,
.home-menu-dropdown .item-home-store li a:hover,
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product-item-name a:hover,
.header-container .switcher .dropdown .switcher-trigger strong:hover,
.header-container .dropdown .dropdown-toggle&gt;a:hover,
.header-container .dropdown .mage-dropdown-dialog a:hover,
.header-container .dropdown .mage-dropdown-dialog .current,
.header-container .dropdown:hover .dropdown-toggle a,
.header-container .dropdown:hover .dropdown-toggle .value,
.header-container .dropdown.block-base .links li a:after,
.header-container .dropdown-block-custom .dropdown-toggle&gt;a:hover,
.header-container .dropdown-block-custom .dropdown-list a:hover,
.header-container .dropdown-block-custom .dropdown-list .current,
.header-container .dropdown-block-custom:hover .dropdown-toggle a,
.header-container .dropdown-block-custom:hover .dropdown-toggle .value,
.header-container .dropdown-block-custom.block-base .links li a:after,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover a.sm_megamenu_head,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_black li:hover div a:hover,
.cms-index-index .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:first-child a.sm_megamenu_head,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover&gt;a.sm_megamenu_head,
.sm-megamenu-child .sm_megamenu_title&gt;a:hover,
.header-style-1 .header-top .topleft-content a,
.header-style-1 .header-top .top-social li a:hover,
.header-style-1 .header-middle .top-action .account-header:hover:before,
.header-style-1 .header-middle .top-action .wish-header:hover:before,
.header-style-1 .header-middle .container1 .search-header-bottom:hover:before,
.header-style-1 .header-middle .container1 .search-header-bottom .search-header-content .search-form-action .actions:hover button.action.search:before,
.header-style-1 .header-middle .top-action .account-header .account-content .dropdown-list li a:hover,
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle h2 a:hover,
.cms-index-index .header-style-1 .header-middle .menu-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu&gt;li:first-child&gt;a,
.cms-index-index .header-style-1 .navigation&gt;.ui-menu&gt;li:first-child&gt;a,
.cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-wrapper-inner .deals-countdown,
.sm-super-categories .spctabs-tabs-container .spctabs-tabs li.tab-sel&gt;span,
.sm-super-categories .spctabs-tabs-container .spctabs-tabs .spctabs-tab:hover span,
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .action-post .btn-readmore,
.block .block-content .filter-options-content .items li a:hover,
.products-grid .item .item-inner .box-info .product-name a:hover,
.products-sidebar .item .item-inner .box-info .product-name a:hover,
.products-list .item .item-inner .box-info-list .product-name a:hover,
.detail-bottom-wrapper .product.data.items&gt;.item.title:hover&gt;a,
.detail-bottom-wrapper .product.data.items .data.item.content ul li:before,
.header-container .cart-wrapper .minicart-wrapper .block-minicart .amount .price-wrapper:first-child .price,
.header-style-1 .header-middle .top-action .account-header .account-content .currency-wrapper .switcher-options .action.toggle,
.header-style-1 .header-middle .top-action .account-header .account-content .language-wrapper .switcher-options .action.toggle,
.header-style-1 .header-middle .top-action .account-header .account-content .currency-wrapper .switcher-options .mage-dropdown-dialog ul li a:hover,
.header-style-1 .header-middle .top-action .account-header .account-content .language-wrapper .switcher-options .mage-dropdown-dialog ul li a:hover,
.sm-imageslider-inner.theme2 .item .item-info .item-title a:hover,
.header-style-1 .header-middle .menu-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu&gt;li:hover&gt;a,
.header-style-1 .header-middle .top-action .minicart-header .showcart:hover:before,
.header-container .cart-wrapper .minicart-wrapper .block-content .items-total,
.client-say-wrap .testimonials-home .navslider&gt;a:hover,
.footer .footer-middle .block.ft-contact-us .content&gt;p:hover,
.best-deal-wrap .sm-countdownproduct-slider .smcountdownproductslider-heading .smcountdownproductslider-time .deals-time .num-time,
.wrap-policy-top .policy-item:hover .policy-icon,
.wrap-policy-top .policy-item:hover h2.title,
.cb-wrap .cb-list .cb-item .cb-info .title h3 a:hover,
.deal-wrapper-index2 .owl-theme .owl-nav&gt;div:hover:before,
.block .block-content .filter-options-title,
.navigation&gt;.ui-menu&gt;li ul li:hover&gt;a,
.cms-noroute-index .page-main .page-404 .title-page span,
.cms-noroute-index .page-main .page-404 .action-back-home a:hover,
.sm-products-detail-sliders .pds-items .pds-item a:hover,
.sm-countdownproduct-slider .smcountdownproductslider-heading .smcountdownproductslider-time:before {
    color: #999
}

.detail-bottom-wrapper .product.data.items&gt;.item.title.active&gt;a,
.breadcrumbs ul li a:hover {
    color: #999 !important
}

.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span,
.cart-container .cart.table-wrapper .actions-toolbar .action-edit:hover,
.cart-container .cart.table-wrapper .actions-toolbar .action-delete:hover,
.about-us .about-image-slider .owl-controls .owl-nav div:hover,
.footer .footer-top .social-footer .socials-wrap ul li:hover a,
.header-style-1 .header-middle .header-bottom-right .search-header-bottom .search-header-content,
.header-style-1 .header-bottom .nav-mobile-container .btn-mobile .button-mobile,
.products-grid .item .item-inner .box-image .bottom-action-out .bottom-action .btn-action:hover,
.sm-super-categories .category-wrap .banner-c-brand .brand ul li a:hover,
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong,
.products-list .item .item-inner .box-image-list .sm_quickview_handler:hover,
.toolbar .pages .pages-items .item.current strong,
.toolbar .pages .pages-items .item a:hover,
.sm-products-detail-sliders .pds-items .slick-current.slick-active img.products-image-thumb,
.sm-products-detail-sliders .pds-items .slick-slide img.products-image-thumb:hover,
#newsletter-popup .promotional-popup .socials-wrap .li-social:hover,
.products-sidebar .item:hover .item-inner .box-image img,
.info-box-detail .product-options-bottom .box-tocart .fieldset .actions:active,
.info-box-detail .product-add-form .box-tocart .fieldset .actions:active {
    border-color: #999
}

.info-box-detail .product-social-links .action:hover {
    border-color: #999 !important
}

.info-box-detail .product-social-links .action:hover,
.about-us .social-member .social-icon a:hover,
.footer .footer-middle .socials-wrap ul li:hover a,
.header-container .cart-wrapper .minicart-wrapper .product.actions .primary .action:hover,
#newsletter-popup .promotional-popup .socials-wrap .li-social:hover,
.header-container .cart-wrapper .minicart-wrapper .product.actions .secondary .action:hover {
    background-color: #999 !important
}

button:hover,
.button:hover,
.cart-container .cart.main.actions .action:hover,
.login-container .block-customer-login a.action.create.primary:hover,
.login-container .block-new-customer a.action.create.primary:hover,
.header-style-1 .header-middle .header-bottom-right .search-header-bottom .search-header-content .actions:hover button.action.search,
.header-container .cart-wrapper .minicart-wrapper .block-content&gt;.actions .viewcart:hover,
.header-container .cart-wrapper .minicart-wrapper .block-content&gt;.actions&gt;div button#top-cart-btn-checkout:hover,
.sm-imageslider-inner .owl-theme .owl-dots .owl-dot span,
.best-deal-wrap .sm-countdownproduct-slider .cdps-posttext a:hover,
.cb-wrap .cb-list .cb-item .cb-info .action a:hover,
.sm-products-detail-sliders .product-item-actions button.action.primary.tocart:hover,
.deal-wrapper-index2 .products-grid .item .item-inner .box-info .deals-detail a:hover,
.header-toogle-top .action a:hover,
.header-toogle-top .action a.header-toogle-close:hover,
.sm-imageslider-inner.theme2 .item .item-info .action a:hover {
    background: #999
}

.block-slider-list-product .products-list .item .item-inner .box-info-list .bottom-action .btn-action.btn-cart:hover {
    background: #999 !important
}

.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .action-post .btn-readmore:hover {
    color: #999
}

#yt-totop:hover,
.info-box-detail .product-options-bottom .box-tocart .fieldset .actions button:hover,
.info-box-detail .product-add-form .box-tocart .fieldset .actions button:hover,
.footer .footer-middle .block.block-subscribe-footer form .primary:hover,
.wrap-newsletter-popup .fancybox-close:hover,
.modal-footer button.action-primary.action-accept:hover {
    background-color: #999
}

.products-grid .item .item-inner .box-image .bottom-action-out .bottom-action .btn-action.btn-cart:hover,
.product.media .fotorama-item .fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active,
.block-slider-list-product .products-list .item .item-inner .box-info-list .bottom-action .btn-action.btn-cart:hover,
.product.media .fotorama-item .fotorama__nav--thumbs .fotorama__nav__frame:hover {
    border-color: #999 !important
}

@media (max-width:991px) {
    .header-style-3 .btn-mobile .button-mobile.active {
        color: #999
    }
}



.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.iconyigouxuan:before {
    content: "\e6fe"
}

.iconweigouxuan:before {
    content: "\e6ff"
}

.iconguanbi_2:before {
    content: "\e6f8"
}

.iconqueren:before {
    content: "\e6f9"
}

.iconbianji_1:before {
    content: "\e6fa"
}

.iconhuiyuan_1:before {
    content: "\e6fb"
}

.icontianjia:before {
    content: "\e6fc"
}

.iconzhuyi:before {
    content: "\e6fd"
}

.iconzengjia:before {
    content: "\e6f6"
}

.iconjianshao:before {
    content: "\e6f7"
}

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

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

.icon-china:before {
    content: "\e601"
}

.icon-email:before {
    content: "\e6f4"
}

.icon-telephone:before {
    content: "\e6f5"
}

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

.icon-clean:before {
    content: "\e6f3"
}

.icon-retract:before {
    content: "\e6ea"
}

.icon-open:before {
    content: "\e6eb"
}

.icon-shopping-cart:before {
    content: "\e6ec"
}

.icon-star-half-filled:before {
    content: "\e6ed"
}

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

.icon-star-no-filled:before {
    content: "\e6ef"
}

.icon-htiger-logo:before {
    content: "\e6f0"
}

.icon-star-all-filled:before {
    content: "\e6f1"
}



.dsyon-iconfont {
    font-family: "dsyon-iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.dsyon-icon-edit:before {
    content: "\e66e"
}

.dsyon-icon-dizhi:before {
    content: "\e606"
}

.dsyon-icon-guanbi:before {
    content: "\e670"
}

.common-one-line-over-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

body,
html {
    font-family: "HtigerCHS-Book", HtigerCHS, Arial, sans-serif;
    font-weight: 400
}

.htiger-qiyu-icon {
    cursor: pointer;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    right: 20px;
    z-index: 200;
    padding: 12px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: "HtigerCHS-Book", HtigerCHS, Arial, sans-serif;
    text-indent: -100000px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin: 0;
    bottom: 20px
}

.htiger-qiyu-icon img {
    height: 28px;
    display: block;
    margin-right: 12px
}

.cms-index-index .page-main .columns&gt;.container,
.cms-page-view .page-main .columns&gt;.container,
.catalog-product-view .page-main .columns&gt;.container,
.catalog-category-view .page-main .columns&gt;.container,
.stores-index-index .page-main .columns&gt;.container {
    width: 100%;
    padding: 0
}

.page-main .columns .col-md-12 {
    padding: 0
}

.page-main .columns [data-content-type=row][data-appearance=contained] {
    max-width: none
}

.page-main .columns [data-content-type=row][data-appearance=contained]&gt;div {
    margin: 0 !important;
    padding: 0 !important
}

.page-layout-1column .page-main {
    min-height: 333px
}

.category-view [data-content-type=row][data-appearance=contained] {
    max-width: none
}

.category-view [data-content-type=row][data-appearance=contained]&gt;div {
    margin: 0 !important;
    padding: 0 !important
}

.cms-page-view .page-main,
.catalog-category-view .page-main {
    padding: 0
}

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

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

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

.customer-account-login,
.customer-quick-create,
.customer-quick-resetpassword {
    background-color: #fafafa
}

.customer-account-login .modal-popup,
.customer-quick-create .modal-popup,
.customer-quick-resetpassword .modal-popup {
    pointer-events: unset
}

.customer-account-login .page-main .page-title-wrapper,
.customer-quick-create .page-main .page-title-wrapper,
.customer-quick-resetpassword .page-main .page-title-wrapper {
    display: none
}

.customer-account-login .page-main .captcha .nested,
.customer-quick-create .page-main .captcha .nested,
.customer-quick-resetpassword .page-main .captcha .nested {
    margin-top: 25px
}

.customer-account-login .page-main .captcha #captcha_user_login-error,
.customer-quick-create .page-main .captcha #captcha_user_login-error,
.customer-quick-resetpassword .page-main .captcha #captcha_user_login-error {
    margin-top: 0
}

.customer-account-login .page-main .login-container .fieldset .field div.mage-error[generated],
.customer-quick-create .page-main .login-container .fieldset .field div.mage-error[generated],
.customer-quick-resetpassword .page-main .login-container .fieldset .field div.mage-error[generated] {
    position: relative !important
}

.customer-account-login .page-main .login-container .block-customer-login,
.customer-quick-create .page-main .login-container .block-customer-login,
.customer-quick-resetpassword .page-main .login-container .block-customer-login,
.customer-account-login .page-main .form-quick-create-account .block-customer-login,
.customer-quick-create .page-main .form-quick-create-account .block-customer-login,
.customer-quick-resetpassword .page-main .form-quick-create-account .block-customer-login,
.customer-account-login .page-main .reset-password .block-customer-login,
.customer-quick-create .page-main .reset-password .block-customer-login,
.customer-quick-resetpassword .page-main .reset-password .block-customer-login,
.customer-account-login .page-main .login-container .block-new-customer,
.customer-quick-create .page-main .login-container .block-new-customer,
.customer-quick-resetpassword .page-main .login-container .block-new-customer,
.customer-account-login .page-main .form-quick-create-account .block-new-customer,
.customer-quick-create .page-main .form-quick-create-account .block-new-customer,
.customer-quick-resetpassword .page-main .form-quick-create-account .block-new-customer,
.customer-account-login .page-main .reset-password .block-new-customer,
.customer-quick-create .page-main .reset-password .block-new-customer,
.customer-quick-resetpassword .page-main .reset-password .block-new-customer {
    border: 1px solid #ededed
}

.customer-account-login .page-main .login-container .block .block-title:before,
.customer-quick-create .page-main .login-container .block .block-title:before,
.customer-quick-resetpassword .page-main .login-container .block .block-title:before,
.customer-account-login .page-main .form-quick-create-account .block .block-title:before,
.customer-quick-create .page-main .form-quick-create-account .block .block-title:before,
.customer-quick-resetpassword .page-main .form-quick-create-account .block .block-title:before,
.customer-account-login .page-main .reset-password .block .block-title:before,
.customer-quick-create .page-main .reset-password .block .block-title:before,
.customer-quick-resetpassword .page-main .reset-password .block .block-title:before {
    content: none
}

.customer-account-login .page-main .login-container .block .block-title strong,
.customer-quick-create .page-main .login-container .block .block-title strong,
.customer-quick-resetpassword .page-main .login-container .block .block-title strong,
.customer-account-login .page-main .form-quick-create-account .block .block-title strong,
.customer-quick-create .page-main .form-quick-create-account .block .block-title strong,
.customer-quick-resetpassword .page-main .form-quick-create-account .block .block-title strong,
.customer-account-login .page-main .reset-password .block .block-title strong,
.customer-quick-create .page-main .reset-password .block .block-title strong,
.customer-quick-resetpassword .page-main .reset-password .block .block-title strong {
    font-weight: 400;
    font-size: 32px
}

.customer-account-login .page-main .login-container .fieldset,
.customer-quick-create .page-main .login-container .fieldset,
.customer-quick-resetpassword .page-main .login-container .fieldset,
.customer-account-login .page-main .form-quick-create-account .fieldset,
.customer-quick-create .page-main .form-quick-create-account .fieldset,
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset,
.customer-account-login .page-main .reset-password .fieldset,
.customer-quick-create .page-main .reset-password .fieldset,
.customer-quick-resetpassword .page-main .reset-password .fieldset {
    margin-bottom: 0
}

.customer-account-login .page-main .login-container .fieldset .field,
.customer-quick-create .page-main .login-container .fieldset .field,
.customer-quick-resetpassword .page-main .login-container .fieldset .field,
.customer-account-login .page-main .form-quick-create-account .fieldset .field,
.customer-quick-create .page-main .form-quick-create-account .fieldset .field,
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field,
.customer-account-login .page-main .reset-password .fieldset .field,
.customer-quick-create .page-main .reset-password .fieldset .field,
.customer-quick-resetpassword .page-main .reset-password .fieldset .field {
    border: 1px solid #999;
    padding: 8px;
    position: relative;
    margin-bottom: 32px
}

.customer-account-login .page-main .login-container .fieldset .field .label,
.customer-quick-create .page-main .login-container .fieldset .field .label,
.customer-quick-resetpassword .page-main .login-container .fieldset .field .label,
.customer-account-login .page-main .form-quick-create-account .fieldset .field .label,
.customer-quick-create .page-main .form-quick-create-account .fieldset .field .label,
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field .label,
.customer-account-login .page-main .reset-password .fieldset .field .label,
.customer-quick-create .page-main .reset-password .fieldset .field .label,
.customer-quick-resetpassword .page-main .reset-password .fieldset .field .label {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #555;
    position: absolute;
    top: -8px;
    margin-bottom: 0;
    background-color: #fff;
    padding: 0 8px !important;
    display: block
}

.customer-account-login .page-main .login-container .fieldset .field input[type=text],
.customer-quick-create .page-main .login-container .fieldset .field input[type=text],
.customer-quick-resetpassword .page-main .login-container .fieldset .field input[type=text],
.customer-account-login .page-main .form-quick-create-account .fieldset .field input[type=text],
.customer-quick-create .page-main .form-quick-create-account .fieldset .field input[type=text],
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field input[type=text],
.customer-account-login .page-main .reset-password .fieldset .field input[type=text],
.customer-quick-create .page-main .reset-password .fieldset .field input[type=text],
.customer-quick-resetpassword .page-main .reset-password .fieldset .field input[type=text],
.customer-account-login .page-main .login-container .fieldset .field input[type=password],
.customer-quick-create .page-main .login-container .fieldset .field input[type=password],
.customer-quick-resetpassword .page-main .login-container .fieldset .field input[type=password],
.customer-account-login .page-main .form-quick-create-account .fieldset .field input[type=password],
.customer-quick-create .page-main .form-quick-create-account .fieldset .field input[type=password],
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field input[type=password],
.customer-account-login .page-main .reset-password .fieldset .field input[type=password],
.customer-quick-create .page-main .reset-password .fieldset .field input[type=password],
.customer-quick-resetpassword .page-main .reset-password .fieldset .field input[type=password],
.customer-account-login .page-main .login-container .fieldset .field input[type=url],
.customer-quick-create .page-main .login-container .fieldset .field input[type=url],
.customer-quick-resetpassword .page-main .login-container .fieldset .field input[type=url],
.customer-account-login .page-main .form-quick-create-account .fieldset .field input[type=url],
.customer-quick-create .page-main .form-quick-create-account .fieldset .field input[type=url],
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field input[type=url],
.customer-account-login .page-main .reset-password .fieldset .field input[type=url],
.customer-quick-create .page-main .reset-password .fieldset .field input[type=url],
.customer-quick-resetpassword .page-main .reset-password .fieldset .field input[type=url],
.customer-account-login .page-main .login-container .fieldset .field input[type=tel],
.customer-quick-create .page-main .login-container .fieldset .field input[type=tel],
.customer-quick-resetpassword .page-main .login-container .fieldset .field input[type=tel],
.customer-account-login .page-main .form-quick-create-account .fieldset .field input[type=tel],
.customer-quick-create .page-main .form-quick-create-account .fieldset .field input[type=tel],
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field input[type=tel],
.customer-account-login .page-main .reset-password .fieldset .field input[type=tel],
.customer-quick-create .page-main .reset-password .fieldset .field input[type=tel],
.customer-quick-resetpassword .page-main .reset-password .fieldset .field input[type=tel],
.customer-account-login .page-main .login-container .fieldset .field input[type=search],
.customer-quick-create .page-main .login-container .fieldset .field input[type=search],
.customer-quick-resetpassword .page-main .login-container .fieldset .field input[type=search],
.customer-account-login .page-main .form-quick-create-account .fieldset .field input[type=search],
.customer-quick-create .page-main .form-quick-create-account .fieldset .field input[type=search],
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field input[type=search],
.customer-account-login .page-main .reset-password .fieldset .field input[type=search],
.customer-quick-create .page-main .reset-password .fieldset .field input[type=search],
.customer-quick-resetpassword .page-main .reset-password .fieldset .field input[type=search],
.customer-account-login .page-main .login-container .fieldset .field input[type=number],
.customer-quick-create .page-main .login-container .fieldset .field input[type=number],
.customer-quick-resetpassword .page-main .login-container .fieldset .field input[type=number],
.customer-account-login .page-main .form-quick-create-account .fieldset .field input[type=number],
.customer-quick-create .page-main .form-quick-create-account .fieldset .field input[type=number],
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field input[type=number],
.customer-account-login .page-main .reset-password .fieldset .field input[type=number],
.customer-quick-create .page-main .reset-password .fieldset .field input[type=number],
.customer-quick-resetpassword .page-main .reset-password .fieldset .field input[type=number],
.customer-account-login .page-main .login-container .fieldset .field input[type=datetime],
.customer-quick-create .page-main .login-container .fieldset .field input[type=datetime],
.customer-quick-resetpassword .page-main .login-container .fieldset .field input[type=datetime],
.customer-account-login .page-main .form-quick-create-account .fieldset .field input[type=datetime],
.customer-quick-create .page-main .form-quick-create-account .fieldset .field input[type=datetime],
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field input[type=datetime],
.customer-account-login .page-main .reset-password .fieldset .field input[type=datetime],
.customer-quick-create .page-main .reset-password .fieldset .field input[type=datetime],
.customer-quick-resetpassword .page-main .reset-password .fieldset .field input[type=datetime],
.customer-account-login .page-main .login-container .fieldset .field input[type=email],
.customer-quick-create .page-main .login-container .fieldset .field input[type=email],
.customer-quick-resetpassword .page-main .login-container .fieldset .field input[type=email],
.customer-account-login .page-main .form-quick-create-account .fieldset .field input[type=email],
.customer-quick-create .page-main .form-quick-create-account .fieldset .field input[type=email],
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field input[type=email],
.customer-account-login .page-main .reset-password .fieldset .field input[type=email],
.customer-quick-create .page-main .reset-password .fieldset .field input[type=email],
.customer-quick-resetpassword .page-main .reset-password .fieldset .field input[type=email],
.customer-account-login .page-main .login-container .fieldset .field select,
.customer-quick-create .page-main .login-container .fieldset .field select,
.customer-quick-resetpassword .page-main .login-container .fieldset .field select,
.customer-account-login .page-main .form-quick-create-account .fieldset .field select,
.customer-quick-create .page-main .form-quick-create-account .fieldset .field select,
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field select,
.customer-account-login .page-main .reset-password .fieldset .field select,
.customer-quick-create .page-main .reset-password .fieldset .field select,
.customer-quick-resetpassword .page-main .reset-password .fieldset .field select {
    border: 0;
    width: 100%;
    font-size: 16px;
    height: 48px
}

.customer-account-login .page-main .login-container .fieldset .field.sms-code,
.customer-quick-create .page-main .login-container .fieldset .field.sms-code,
.customer-quick-resetpassword .page-main .login-container .fieldset .field.sms-code,
.customer-account-login .page-main .form-quick-create-account .fieldset .field.sms-code,
.customer-quick-create .page-main .form-quick-create-account .fieldset .field.sms-code,
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field.sms-code,
.customer-account-login .page-main .reset-password .fieldset .field.sms-code,
.customer-quick-create .page-main .reset-password .fieldset .field.sms-code,
.customer-quick-resetpassword .page-main .reset-password .fieldset .field.sms-code {
    width: calc(100% - 10*16px)
}

.customer-account-login .page-main .login-container .fieldset .field.sms-code .sms-code-wrap,
.customer-quick-create .page-main .login-container .fieldset .field.sms-code .sms-code-wrap,
.customer-quick-resetpassword .page-main .login-container .fieldset .field.sms-code .sms-code-wrap,
.customer-account-login .page-main .form-quick-create-account .fieldset .field.sms-code .sms-code-wrap,
.customer-quick-create .page-main .form-quick-create-account .fieldset .field.sms-code .sms-code-wrap,
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field.sms-code .sms-code-wrap,
.customer-account-login .page-main .reset-password .fieldset .field.sms-code .sms-code-wrap,
.customer-quick-create .page-main .reset-password .fieldset .field.sms-code .sms-code-wrap,
.customer-quick-resetpassword .page-main .reset-password .fieldset .field.sms-code .sms-code-wrap {
    width: 100%
}

.customer-account-login .page-main .login-container .fieldset .field.sms-code .send-sms,
.customer-quick-create .page-main .login-container .fieldset .field.sms-code .send-sms,
.customer-quick-resetpassword .page-main .login-container .fieldset .field.sms-code .send-sms,
.customer-account-login .page-main .form-quick-create-account .fieldset .field.sms-code .send-sms,
.customer-quick-create .page-main .form-quick-create-account .fieldset .field.sms-code .send-sms,
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field.sms-code .send-sms,
.customer-account-login .page-main .reset-password .fieldset .field.sms-code .send-sms,
.customer-quick-create .page-main .reset-password .fieldset .field.sms-code .send-sms,
.customer-quick-resetpassword .page-main .reset-password .fieldset .field.sms-code .send-sms {
    position: absolute;
    right: -160px;
    top: 0;
    padding: 0;
    display: inline-block;
    height: 64px;
    line-height: 64px;
    width: 128px;
    text-align: center;
    background-color: #ebebeb
}

.customer-account-login .page-main .login-container .fieldset .field div.mage-error[generated],
.customer-quick-create .page-main .login-container .fieldset .field div.mage-error[generated],
.customer-quick-resetpassword .page-main .login-container .fieldset .field div.mage-error[generated],
.customer-account-login .page-main .form-quick-create-account .fieldset .field div.mage-error[generated],
.customer-quick-create .page-main .form-quick-create-account .fieldset .field div.mage-error[generated],
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field div.mage-error[generated],
.customer-account-login .page-main .reset-password .fieldset .field div.mage-error[generated],
.customer-quick-create .page-main .reset-password .fieldset .field div.mage-error[generated],
.customer-quick-resetpassword .page-main .reset-password .fieldset .field div.mage-error[generated] {
    position: absolute
}

.customer-account-login .page-main .login-container .fieldset .sms-login,
.customer-quick-create .page-main .login-container .fieldset .sms-login,
.customer-quick-resetpassword .page-main .login-container .fieldset .sms-login,
.customer-account-login .page-main .form-quick-create-account .fieldset .sms-login,
.customer-quick-create .page-main .form-quick-create-account .fieldset .sms-login,
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .sms-login,
.customer-account-login .page-main .reset-password .fieldset .sms-login,
.customer-quick-create .page-main .reset-password .fieldset .sms-login,
.customer-quick-resetpassword .page-main .reset-password .fieldset .sms-login {
    border: 0;
    margin-bottom: 32px;
    overflow: hidden
}

.customer-account-login .page-main .login-container .fieldset .sms-login label,
.customer-quick-create .page-main .login-container .fieldset .sms-login label,
.customer-quick-resetpassword .page-main .login-container .fieldset .sms-login label,
.customer-account-login .page-main .form-quick-create-account .fieldset .sms-login label,
.customer-quick-create .page-main .form-quick-create-account .fieldset .sms-login label,
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .sms-login label,
.customer-account-login .page-main .reset-password .fieldset .sms-login label,
.customer-quick-create .page-main .reset-password .fieldset .sms-login label,
.customer-quick-resetpassword .page-main .reset-password .fieldset .sms-login label {
    color: #555;
    font-size: 14px;
    display: none
}

.customer-account-login .page-main .login-container .fieldset .sms-login label input[type=checkbox],
.customer-quick-create .page-main .login-container .fieldset .sms-login label input[type=checkbox],
.customer-quick-resetpassword .page-main .login-container .fieldset .sms-login label input[type=checkbox],
.customer-account-login .page-main .form-quick-create-account .fieldset .sms-login label input[type=checkbox],
.customer-quick-create .page-main .form-quick-create-account .fieldset .sms-login label input[type=checkbox],
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .sms-login label input[type=checkbox],
.customer-account-login .page-main .reset-password .fieldset .sms-login label input[type=checkbox],
.customer-quick-create .page-main .reset-password .fieldset .sms-login label input[type=checkbox],
.customer-quick-resetpassword .page-main .reset-password .fieldset .sms-login label input[type=checkbox] {
    height: 20px;
    width: 20px;
    top: 4px
}

.customer-account-login .page-main .login-container .fieldset .sms-login .remind,
.customer-quick-create .page-main .login-container .fieldset .sms-login .remind,
.customer-quick-resetpassword .page-main .login-container .fieldset .sms-login .remind,
.customer-account-login .page-main .form-quick-create-account .fieldset .sms-login .remind,
.customer-quick-create .page-main .form-quick-create-account .fieldset .sms-login .remind,
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .sms-login .remind,
.customer-account-login .page-main .reset-password .fieldset .sms-login .remind,
.customer-quick-create .page-main .reset-password .fieldset .sms-login .remind,
.customer-quick-resetpassword .page-main .reset-password .fieldset .sms-login .remind {
    font-size: 16px;
    float: right;
    color: #555;
    text-decoration: underline
}

.customer-account-login .page-main .login-container .actions-toolbar .primary,
.customer-quick-create .page-main .login-container .actions-toolbar .primary,
.customer-quick-resetpassword .page-main .login-container .actions-toolbar .primary,
.customer-account-login .page-main .form-quick-create-account .actions-toolbar .primary,
.customer-quick-create .page-main .form-quick-create-account .actions-toolbar .primary,
.customer-quick-resetpassword .page-main .form-quick-create-account .actions-toolbar .primary,
.customer-account-login .page-main .reset-password .actions-toolbar .primary,
.customer-quick-create .page-main .reset-password .actions-toolbar .primary,
.customer-quick-resetpassword .page-main .reset-password .actions-toolbar .primary {
    width: 100%
}

.customer-account-login .page-main .login-container .actions-toolbar .primary .action,
.customer-quick-create .page-main .login-container .actions-toolbar .primary .action,
.customer-quick-resetpassword .page-main .login-container .actions-toolbar .primary .action,
.customer-account-login .page-main .form-quick-create-account .actions-toolbar .primary .action,
.customer-quick-create .page-main .form-quick-create-account .actions-toolbar .primary .action,
.customer-quick-resetpassword .page-main .form-quick-create-account .actions-toolbar .primary .action,
.customer-account-login .page-main .reset-password .actions-toolbar .primary .action,
.customer-quick-create .page-main .reset-password .actions-toolbar .primary .action,
.customer-quick-resetpassword .page-main .reset-password .actions-toolbar .primary .action {
    background-color: #333;
    height: 64px;
    line-height: 64px;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    padding: 0
}

.customer-account-login .page-main .login-container .actions-toolbar .primary .action:hover,
.customer-quick-create .page-main .login-container .actions-toolbar .primary .action:hover,
.customer-quick-resetpassword .page-main .login-container .actions-toolbar .primary .action:hover,
.customer-account-login .page-main .form-quick-create-account .actions-toolbar .primary .action:hover,
.customer-quick-create .page-main .form-quick-create-account .actions-toolbar .primary .action:hover,
.customer-quick-resetpassword .page-main .form-quick-create-account .actions-toolbar .primary .action:hover,
.customer-account-login .page-main .reset-password .actions-toolbar .primary .action:hover,
.customer-quick-create .page-main .reset-password .actions-toolbar .primary .action:hover,
.customer-quick-resetpassword .page-main .reset-password .actions-toolbar .primary .action:hover {
    background-color: #333
}

.customer-account-login .page-main .login-container .block-customer-login,
.customer-quick-create .page-main .login-container .block-customer-login,
.customer-quick-resetpassword .page-main .login-container .block-customer-login,
.customer-account-login .page-main .form-quick-create-account .block-customer-login,
.customer-quick-create .page-main .form-quick-create-account .block-customer-login,
.customer-quick-resetpassword .page-main .form-quick-create-account .block-customer-login,
.customer-account-login .page-main .reset-password .block-customer-login,
.customer-quick-create .page-main .reset-password .block-customer-login,
.customer-quick-resetpassword .page-main .reset-password .block-customer-login,
.customer-account-login .page-main .login-container .block-new-customer,
.customer-quick-create .page-main .login-container .block-new-customer,
.customer-quick-resetpassword .page-main .login-container .block-new-customer,
.customer-account-login .page-main .form-quick-create-account .block-new-customer,
.customer-quick-create .page-main .form-quick-create-account .block-new-customer,
.customer-quick-resetpassword .page-main .form-quick-create-account .block-new-customer,
.customer-account-login .page-main .reset-password .block-new-customer,
.customer-quick-create .page-main .reset-password .block-new-customer,
.customer-quick-resetpassword .page-main .reset-password .block-new-customer {
    margin: 24px 0;
    min-height: 502px;
    border: 0;
    padding: 0
}

.customer-account-login .page-main .login-container .block-customer-login .block-content,
.customer-quick-create .page-main .login-container .block-customer-login .block-content,
.customer-quick-resetpassword .page-main .login-container .block-customer-login .block-content,
.customer-account-login .page-main .form-quick-create-account .block-customer-login .block-content,
.customer-quick-create .page-main .form-quick-create-account .block-customer-login .block-content,
.customer-quick-resetpassword .page-main .form-quick-create-account .block-customer-login .block-content,
.customer-account-login .page-main .reset-password .block-customer-login .block-content,
.customer-quick-create .page-main .reset-password .block-customer-login .block-content,
.customer-quick-resetpassword .page-main .reset-password .block-customer-login .block-content,
.customer-account-login .page-main .login-container .block-new-customer .block-content,
.customer-quick-create .page-main .login-container .block-new-customer .block-content,
.customer-quick-resetpassword .page-main .login-container .block-new-customer .block-content,
.customer-account-login .page-main .form-quick-create-account .block-new-customer .block-content,
.customer-quick-create .page-main .form-quick-create-account .block-new-customer .block-content,
.customer-quick-resetpassword .page-main .form-quick-create-account .block-new-customer .block-content,
.customer-account-login .page-main .reset-password .block-new-customer .block-content,
.customer-quick-create .page-main .reset-password .block-new-customer .block-content,
.customer-quick-resetpassword .page-main .reset-password .block-new-customer .block-content {
    border: 1px solid #ebebeb;
    padding: 60px 30px;
    background-color: #fff
}

.customer-account-login .page-main .login-container .block-customer-login .block-content .fieldset:after,
.customer-quick-create .page-main .login-container .block-customer-login .block-content .fieldset:after,
.customer-quick-resetpassword .page-main .login-container .block-customer-login .block-content .fieldset:after,
.customer-account-login .page-main .form-quick-create-account .block-customer-login .block-content .fieldset:after,
.customer-quick-create .page-main .form-quick-create-account .block-customer-login .block-content .fieldset:after,
.customer-quick-resetpassword .page-main .form-quick-create-account .block-customer-login .block-content .fieldset:after,
.customer-account-login .page-main .reset-password .block-customer-login .block-content .fieldset:after,
.customer-quick-create .page-main .reset-password .block-customer-login .block-content .fieldset:after,
.customer-quick-resetpassword .page-main .reset-password .block-customer-login .block-content .fieldset:after,
.customer-account-login .page-main .login-container .block-new-customer .block-content .fieldset:after,
.customer-quick-create .page-main .login-container .block-new-customer .block-content .fieldset:after,
.customer-quick-resetpassword .page-main .login-container .block-new-customer .block-content .fieldset:after,
.customer-account-login .page-main .form-quick-create-account .block-new-customer .block-content .fieldset:after,
.customer-quick-create .page-main .form-quick-create-account .block-new-customer .block-content .fieldset:after,
.customer-quick-resetpassword .page-main .form-quick-create-account .block-new-customer .block-content .fieldset:after,
.customer-account-login .page-main .reset-password .block-new-customer .block-content .fieldset:after,
.customer-quick-create .page-main .reset-password .block-new-customer .block-content .fieldset:after,
.customer-quick-resetpassword .page-main .reset-password .block-new-customer .block-content .fieldset:after {
    display: none
}

.customer-account-login .page-main .login-container .block-new-customer .block-content,
.customer-quick-create .page-main .login-container .block-new-customer .block-content,
.customer-quick-resetpassword .page-main .login-container .block-new-customer .block-content,
.customer-account-login .page-main .form-quick-create-account .block-new-customer .block-content,
.customer-quick-create .page-main .form-quick-create-account .block-new-customer .block-content,
.customer-quick-resetpassword .page-main .form-quick-create-account .block-new-customer .block-content,
.customer-account-login .page-main .reset-password .block-new-customer .block-content,
.customer-quick-create .page-main .reset-password .block-new-customer .block-content,
.customer-quick-resetpassword .page-main .reset-password .block-new-customer .block-content {
    min-height: 438px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.customer-account-login .page-main .login-container .block-new-customer .block-content .remind,
.customer-quick-create .page-main .login-container .block-new-customer .block-content .remind,
.customer-quick-resetpassword .page-main .login-container .block-new-customer .block-content .remind,
.customer-account-login .page-main .form-quick-create-account .block-new-customer .block-content .remind,
.customer-quick-create .page-main .form-quick-create-account .block-new-customer .block-content .remind,
.customer-quick-resetpassword .page-main .form-quick-create-account .block-new-customer .block-content .remind,
.customer-account-login .page-main .reset-password .block-new-customer .block-content .remind,
.customer-quick-create .page-main .reset-password .block-new-customer .block-content .remind,
.customer-quick-resetpassword .page-main .reset-password .block-new-customer .block-content .remind {
    font-size: 24px
}

.customer-account-login .page-main .login-container .block-new-customer .block-content .actions-toolbar,
.customer-quick-create .page-main .login-container .block-new-customer .block-content .actions-toolbar,
.customer-quick-resetpassword .page-main .login-container .block-new-customer .block-content .actions-toolbar,
.customer-account-login .page-main .form-quick-create-account .block-new-customer .block-content .actions-toolbar,
.customer-quick-create .page-main .form-quick-create-account .block-new-customer .block-content .actions-toolbar,
.customer-quick-resetpassword .page-main .form-quick-create-account .block-new-customer .block-content .actions-toolbar,
.customer-account-login .page-main .reset-password .block-new-customer .block-content .actions-toolbar,
.customer-quick-create .page-main .reset-password .block-new-customer .block-content .actions-toolbar,
.customer-quick-resetpassword .page-main .reset-password .block-new-customer .block-content .actions-toolbar {
    width: 100%
}

.customer-account-login .page-main .register-title,
.customer-quick-create .page-main .register-title,
.customer-quick-resetpassword .page-main .register-title,
.customer-account-login .page-main .reset-password-title,
.customer-quick-create .page-main .reset-password-title,
.customer-quick-resetpassword .page-main .reset-password-title {
    font-size: 32px;
    margin-bottom: 32px
}

.customer-account-login .page-main .form-quick-create-account,
.customer-quick-create .page-main .form-quick-create-account,
.customer-quick-resetpassword .page-main .form-quick-create-account,
.customer-account-login .page-main .reset-password,
.customer-quick-create .page-main .reset-password,
.customer-quick-resetpassword .page-main .reset-password {
    width: 65% !important;
    padding: 60px 30px;
    border: 1px solid #ededed;
    background-color: #fff;
    margin: 0 auto 30px
}

.customer-account-login .page-main .form-quick-create-account .fieldset .field .password-strength-meter,
.customer-quick-create .page-main .form-quick-create-account .fieldset .field .password-strength-meter,
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field .password-strength-meter,
.customer-account-login .page-main .reset-password .fieldset .field .password-strength-meter,
.customer-quick-create .page-main .reset-password .fieldset .field .password-strength-meter,
.customer-quick-resetpassword .page-main .reset-password .fieldset .field .password-strength-meter {
    position: absolute;
    height: 24px;
    line-height: 24px;
    top: -12px;
    right: 8px;
    z-index: 1;
    font-size: 14px
}

.customer-account-login .page-main .form-quick-create-account .fieldset .field.sms-code,
.customer-quick-create .page-main .form-quick-create-account .fieldset .field.sms-code,
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field.sms-code,
.customer-account-login .page-main .reset-password .fieldset .field.sms-code,
.customer-quick-create .page-main .reset-password .fieldset .field.sms-code,
.customer-quick-resetpassword .page-main .reset-password .fieldset .field.sms-code {
    display: block
}

.customer-account-login .page-main .form-quick-create-account .fieldset .upgrade-member,
.customer-quick-create .page-main .form-quick-create-account .fieldset .upgrade-member,
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .upgrade-member,
.customer-account-login .page-main .reset-password .fieldset .upgrade-member,
.customer-quick-create .page-main .reset-password .fieldset .upgrade-member,
.customer-quick-resetpassword .page-main .reset-password .fieldset .upgrade-member {
    color: #555
}

.customer-account-login .page-main .form-quick-create-account .fieldset .upgrade-member .upgrade-member-title,
.customer-quick-create .page-main .form-quick-create-account .fieldset .upgrade-member .upgrade-member-title,
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .upgrade-member .upgrade-member-title,
.customer-account-login .page-main .reset-password .fieldset .upgrade-member .upgrade-member-title,
.customer-quick-create .page-main .reset-password .fieldset .upgrade-member .upgrade-member-title,
.customer-quick-resetpassword .page-main .reset-password .fieldset .upgrade-member .upgrade-member-title {
    font-size: 20px;
    margin-bottom: 24px
}

.customer-account-login .page-main .form-quick-create-account .fieldset .upgrade-member .upgrade-member-title .iconfont,
.customer-quick-create .page-main .form-quick-create-account .fieldset .upgrade-member .upgrade-member-title .iconfont,
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .upgrade-member .upgrade-member-title .iconfont,
.customer-account-login .page-main .reset-password .fieldset .upgrade-member .upgrade-member-title .iconfont,
.customer-quick-create .page-main .reset-password .fieldset .upgrade-member .upgrade-member-title .iconfont,
.customer-quick-resetpassword .page-main .reset-password .fieldset .upgrade-member .upgrade-member-title .iconfont {
    color: #333;
    font-size: 24px
}

.customer-account-login .page-main .form-quick-create-account .fieldset .upgrade-member .upgrade-member-content,
.customer-quick-create .page-main .form-quick-create-account .fieldset .upgrade-member .upgrade-member-content,
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .upgrade-member .upgrade-member-content,
.customer-account-login .page-main .reset-password .fieldset .upgrade-member .upgrade-member-content,
.customer-quick-create .page-main .reset-password .fieldset .upgrade-member .upgrade-member-content,
.customer-quick-resetpassword .page-main .reset-password .fieldset .upgrade-member .upgrade-member-content {
    font-size: 14px;
    margin-bottom: 24px
}

.customer-account-login .page-main .form-quick-create-account .fieldset .upgrade-member .upgrade-member-content ul,
.customer-quick-create .page-main .form-quick-create-account .fieldset .upgrade-member .upgrade-member-content ul,
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .upgrade-member .upgrade-member-content ul,
.customer-account-login .page-main .reset-password .fieldset .upgrade-member .upgrade-member-content ul,
.customer-quick-create .page-main .reset-password .fieldset .upgrade-member .upgrade-member-content ul,
.customer-quick-resetpassword .page-main .reset-password .fieldset .upgrade-member .upgrade-member-content ul {
    list-style: disc
}

.customer-account-login .page-main .form-quick-create-account .fieldset .upgrade-member .upgrade-member-content ul li,
.customer-quick-create .page-main .form-quick-create-account .fieldset .upgrade-member .upgrade-member-content ul li,
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .upgrade-member .upgrade-member-content ul li,
.customer-account-login .page-main .reset-password .fieldset .upgrade-member .upgrade-member-content ul li,
.customer-quick-create .page-main .reset-password .fieldset .upgrade-member .upgrade-member-content ul li,
.customer-quick-resetpassword .page-main .reset-password .fieldset .upgrade-member .upgrade-member-content ul li {
    margin-top: 5px;
    margin-left: 16px
}

.customer-account-login .page-main .form-quick-create-account .fieldset .upgrade-member .member-agreement,
.customer-quick-create .page-main .form-quick-create-account .fieldset .upgrade-member .member-agreement,
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .upgrade-member .member-agreement,
.customer-account-login .page-main .reset-password .fieldset .upgrade-member .member-agreement,
.customer-quick-create .page-main .reset-password .fieldset .upgrade-member .member-agreement,
.customer-quick-resetpassword .page-main .reset-password .fieldset .upgrade-member .member-agreement {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    font-size: 14px;
    flex-wrap: wrap
}

.customer-account-login .page-main .form-quick-create-account .fieldset .upgrade-member .member-agreement input,
.customer-quick-create .page-main .form-quick-create-account .fieldset .upgrade-member .member-agreement input,
.customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .upgrade-member .member-agreement input,
.customer-account-login .page-main .reset-password .fieldset .upgrade-member .member-agreement input,
.customer-quick-create .page-main .reset-password .fieldset .upgrade-member .member-agreement input,
.customer-quick-resetpassword .page-main .reset-password .fieldset .upgrade-member .member-agreement input {
    margin-right: 3px;
    margin-top: -3px;
    width: 16px;
    height: 16px
}

.customer-account-login .page-main .form-quick-create-account .tips,
.customer-quick-create .page-main .form-quick-create-account .tips,
.customer-quick-resetpassword .page-main .form-quick-create-account .tips,
.customer-account-login .page-main .reset-password .tips,
.customer-quick-create .page-main .reset-password .tips,
.customer-quick-resetpassword .page-main .reset-password .tips {
    font-size: 14px;
    margin-top: 32px;
    color: #555
}

.customer-account-login .page-main .form-quick-create-account .tips a,
.customer-quick-create .page-main .form-quick-create-account .tips a,
.customer-quick-resetpassword .page-main .form-quick-create-account .tips a,
.customer-account-login .page-main .reset-password .tips a,
.customer-quick-create .page-main .reset-password .tips a,
.customer-quick-resetpassword .page-main .reset-password .tips a {
    color: #555;
    text-decoration: underline
}

.customer-account-login .page-main .form-quick-create-account .reset-remind,
.customer-quick-create .page-main .form-quick-create-account .reset-remind,
.customer-quick-resetpassword .page-main .form-quick-create-account .reset-remind,
.customer-account-login .page-main .reset-password .reset-remind,
.customer-quick-create .page-main .reset-password .reset-remind,
.customer-quick-resetpassword .page-main .reset-password .reset-remind {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px
}

.customer-account-login .page-main .go-back,
.customer-quick-create .page-main .go-back,
.customer-quick-resetpassword .page-main .go-back {
    display: inline-block;
    margin: 32px 0;
    font-size: 16px;
    color: #555;
    cursor: pointer;
    text-decoration: underline
}

.customer-account-login .modal-slide .action-close,
.customer-quick-create .modal-slide .action-close,
.customer-quick-resetpassword .modal-slide .action-close {
    top: 50px;
    z-index: 11;
    right: 25px
}

.customer-account-login .modal-slide .action-close:before,
.customer-quick-create .modal-slide .action-close:before,
.customer-quick-resetpassword .modal-slide .action-close:before {
    color: #333;
    font-size: 54px
}

.provision-popup .modal-footer {
    display: none
}

.privacy-box h1 {
    font-size: 24px;
    color: #333;
    display: flex;
    justify-content: space-between
}

.privacy-box h1 a {
    display: block;
    color: #333;
    font-size: 32px
}

.privacy-box .black-box {
    background: #333;
    padding: 0 30px;
    color: #ebebeb;
    overflow: hidden
}

.privacy-box .black-box a {
    color: #ebebeb;
    text-decoration: underline
}

.privacy-box .white-box p {
    padding: 0 30px
}

.privacy-box .white-box h3 {
    padding: 0 30px
}

.privacy-box .white-box a {
    color: #0007eb;
    text-decoration: underline
}

.privacy-box h2 {
    font-size: 20px;
    margin: 30px 0 13px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 20px 30px
}

.privacy-box h3 {
    font-size: 16px;
    margin: 30px 0 10px
}

.privacy-box p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px
}

.privacy-box p:last-child {
    margin-bottom: 20px
}

@media (max-width:991px) {
    .customer-account-login .container {
        width: auto;
        margin: 0 24px
    }

    .login-text {
        padding-right: 20px
    }
}

@media (max-width:800px) {
    .login-text {
        width: auto;
        float: none;
        padding: 0
    }

    .customer-account-login .page-main .login-container .block-customer-login {
        width: auto;
        margin: 0;
        float: none !important
    }

    .customer-account-login .login-section-tab {
        padding-top: 30px
    }
}

@media (max-width:991px) {
    .privacy-box h1 {
        margin-bottom: 24px
    }

    .privacy-box .black-box {
        padding: 0 15px
    }

    .privacy-box .white-box p {
        padding: 0
    }

    .privacy-box .white-box h3 {
        padding: 0
    }

    #con li:nth-child(2) {
        display: none
    }

    .popup-reg {
        display: none
    }

    .login-text {
        margin: 0 24px
    }

    .customer-quick-create .modal-popup.modal-slide .modal-header {
        background: 0 0
    }

    .customer-quick-create .modal-popup.modal-slide .modal-header .action-close {
        top: 0
    }

    .customer-quick-create .modal-popup.modal-slide .modal-header .action-close:before {
        font-size: 34px
    }

    .customer-quick-create .modal-popup.modal-slide .modal-content {
        padding: 0 14px
    }

    .customer-account-login .page-main {
        padding: 30px 0 0
    }

    .customer-account-login .page-main .login-container .block-customer-login .block-content {
        padding: 38px 24px;
        border-bottom: none
    }

    .customer-account-login .row {
        margin: 0
    }

    .customer-account-login #reg-hide {
        display: none
    }

    .customer-account-login .reg-now {
        text-align: center
    }

    .customer-account-login .reg-now a {
        text-decoration: underline;
        font-size: 16px
    }

    .customer-account-login .container {
        margin: 0;
        padding: 0
    }

    .customer-account-login .block-customer-login {
        background: #fff
    }

    .customer-account-login #login-validate {
        background: #000;
        text-align: center;
        height: 58px;
        line-height: 58px;
        font-size: 16px;
        margin-bottom: 50px
    }

    .customer-account-login .login-section-tab {
        padding: 40px 24px 0
    }

    .customer-account-login .login-section-tab span {
        display: none;
        font-size: 20px;
        font-family: "HtigerCHS-Medium";
        padding-bottom: 20px
    }

    .customer-account-login .login-section-tab span.select {
        display: block
    }

    .customer-account-login .page-main,
    .customer-quick-create .page-main,
    .customer-quick-resetpassword .page-main {
        padding-bottom: 0
    }

    .customer-account-login .page-main .register-title,
    .customer-quick-create .page-main .register-title,
    .customer-quick-resetpassword .page-main .register-title {
        padding: 0 24px
    }

    .customer-account-login .page-main .form-quick-create-account,
    .customer-quick-create .page-main .form-quick-create-account,
    .customer-quick-resetpassword .page-main .form-quick-create-account,
    .customer-account-login .page-main .reset-password,
    .customer-quick-create .page-main .reset-password,
    .customer-quick-resetpassword .page-main .reset-password {
        width: auto !important;
        border: none;
        padding: 48px 24px;
        margin-bottom: 0
    }

    .customer-account-login .page-main .form-quick-create-account .fieldset .upgrade-member .member-agreement input,
    .customer-quick-create .page-main .form-quick-create-account .fieldset .upgrade-member .member-agreement input,
    .customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .upgrade-member .member-agreement input,
    .customer-account-login .page-main .reset-password .fieldset .upgrade-member .member-agreement input,
    .customer-quick-create .page-main .reset-password .fieldset .upgrade-member .member-agreement input,
    .customer-quick-resetpassword .page-main .reset-password .fieldset .upgrade-member .member-agreement input {
        top: 0;
        margin: 0 3px 0 0
    }

    .customer-account-login .page-main .form-quick-create-account .fieldset .upgrade-member .member-agreement label,
    .customer-quick-create .page-main .form-quick-create-account .fieldset .upgrade-member .member-agreement label,
    .customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .upgrade-member .member-agreement label,
    .customer-account-login .page-main .reset-password .fieldset .upgrade-member .member-agreement label,
    .customer-quick-create .page-main .reset-password .fieldset .upgrade-member .member-agreement label,
    .customer-quick-resetpassword .page-main .reset-password .fieldset .upgrade-member .member-agreement label {
        flex: inherit;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex
    }

    .customer-account-login .page-main .go-login,
    .customer-quick-create .page-main .go-login,
    .customer-quick-resetpassword .page-main .go-login {
        text-align: center
    }

    .login-pp .modal-header {
        background-color: #f4f4f4;
        max-height: 40px
    }

    .login-pp .modal-header .action-close {
        padding: 0;
        top: 5px;
        right: 10px
    }

    .login-pp .modal-header .action-close:before {
        color: #8f8f8f;
        font-size: 32px
    }

    .customer-quick-create.perfectuser-registry-index .bind-wechart-container .login-text {
        display: none
    }

    .customer-quick-create.perfectuser-registry-index .bind-wechart-container .bind-wechart .block-title {
        font-size: 20px;
        font-family: HtigerCHS-Medium, HtigerCHS;
        font-weight: 500;
        color: #333;
        line-height: 26px;
        padding: 0 24px
    }

    .customer-quick-create.perfectuser-registry-index .bind-wechart-container .bind-wechart .form-quick-create-account {
        padding: 5px 24px 10px
    }

    .customer-quick-create.perfectuser-registry-index .bind-wechart-container .bind-wechart .subtitle {
        font-size: 13px;
        font-family: HtigerCHS-Book, HtigerCHS;
        font-weight: 400;
        color: #333;
        line-height: 21px;
        margin-bottom: 28px
    }

    .customer-quick-create.perfectuser-registry-index .bind-wechart-container .bind-wechart .go-back {
        display: block;
        margin: 0 auto 40px;
        width: 50px;
        text-align: center
    }

    .customer-quick-create.perfectuser-registry-index .bind-wechart-container .bind-wechart .action.primary {
        font-weight: 400 !important
    }
}

@media (max-width:480px) {

    .customer-account-login .page-main .login-container .fieldset .field.sms-code,
    .customer-quick-create .page-main .login-container .fieldset .field.sms-code,
    .customer-quick-resetpassword .page-main .login-container .fieldset .field.sms-code,
    .customer-account-login .page-main .reset-password .fieldset .field.sms-code,
    .customer-quick-create .page-main .reset-password .fieldset .field.sms-code,
    .customer-quick-resetpassword .page-main .reset-password .fieldset .field.sms-code,
    .customer-account-login .page-main .form-quick-create-account .fieldset .field.sms-code,
    .customer-quick-create .page-main .form-quick-create-account .fieldset .field.sms-code,
    .customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field.sms-code {
        width: calc(100% - 10*14px)
    }

    .customer-account-login .page-main .login-container .fieldset .field.sms-code .send-sms,
    .customer-quick-create .page-main .login-container .fieldset .field.sms-code .send-sms,
    .customer-quick-resetpassword .page-main .login-container .fieldset .field.sms-code .send-sms,
    .customer-account-login .page-main .reset-password .fieldset .field.sms-code .send-sms,
    .customer-quick-create .page-main .reset-password .fieldset .field.sms-code .send-sms,
    .customer-quick-resetpassword .page-main .reset-password .fieldset .field.sms-code .send-sms,
    .customer-account-login .page-main .form-quick-create-account .fieldset .field.sms-code .send-sms,
    .customer-quick-create .page-main .form-quick-create-account .fieldset .field.sms-code .send-sms,
    .customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field.sms-code .send-sms {
        width: 128px;
        right: -140px
    }
}

@media (max-width:360px) {
    .customer-quick-create .page-main .form-quick-create-account .fieldset .upgrade-member .member-agreement {
        flex-wrap: wrap
    }

    .customer-quick-create .page-main .form-quick-create-account .fieldset .upgrade-member .member-agreement a {
        margin-left: 30px
    }
}

.header-container .header-middle&gt;.container {
    padding: 0
}

.header-container .header-middle&gt;.container .content-header-bottom {
    width: 100%;
    font-size: 16px;
    height: 65px;
    white-space: nowrap
}

.header-container .header-middle&gt;.container .content-header-bottom a {
    cursor: pointer;
    text-decoration: none;
    color: #fff
}

.header-container .header-middle&gt;.container .content-header-bottom .yt-menu {
    display: flex;
    align-items: center
}

.header-container .header-middle&gt;.container .content-header-bottom .yt-menu .logo-wrapper {
    margin-left: 0
}

.header-container .header-middle&gt;.container .content-header-bottom .yt-menu .logo-wrapper .icon-htiger-logo {
    font-size: 26.5px;
    color: #fff;
    margin-right: 25px
}

.header-container .header-middle&gt;.container .content-header-bottom .yt-menu .logo-wrapper .logo-h1 {
    font-size: unset;
    margin-bottom: 0
}

.header-container .header-middle&gt;.container .content-header-bottom .yt-menu .menu-under .sm_megamenu_head {
    display: flex;
    height: 100%;
    align-items: center
}

.header-container .header-middle&gt;.container .content-header-bottom .container1 {
    margin-right: 48px
}

.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
    white-space: nowrap;
    display: flex;
    align-items: center
}

.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li {
    padding: 0;
    font-family: "HtigerCHS-Light"
}

.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_head {
    position: static;
    padding: 0 14px;
    margin: 0 11px;
    height: 64px;
    line-height: 64px;
    color: #fff
}

.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_head.main-menu-link-click {
    background-color: #242424
}

.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_head:hover {
    color: #999
}

.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_head.sm_megamenu_haschild .sm_megamenu_title:after {
    font-family: 'icons-blank-theme';
    font-size: 28px;
    vertical-align: middle;
    width: 19px;
    content: '';
    background: url('../../frontend/Sm/htiger/zh_Hans_CN/images/d-down.svg') no-repeat center right;
    background-size: 10px;
    height: 10px;
    display: inline-block
}

.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_head.sm_megamenu_haschild.main-menu-link-click .sm_megamenu_title:after {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    background-position: left
}

.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #242424;
    color: #fff;
    padding-top: 20px
}

.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 1264px;
    margin: 0 auto;
    float: none
}

.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_1,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_2,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_3,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_4,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_5,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_6 {
    width: calc(25% - 1.5*17px);
    margin-right: 33px;
    padding: 10px 0 20px;
    margin-left: 0;
    text-align: left
}

.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_1 *,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_2 *,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_3 *,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_4 *,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_5 *,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_6 * {
    width: 100%;
    line-height: normal
}

.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_1:nth-child(4n),
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_2:nth-child(4n),
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_3:nth-child(4n),
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_4:nth-child(4n),
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_5:nth-child(4n),
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_6:nth-child(4n) {
    margin-right: 0
}

.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_title span,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_2 .sm_megamenu_title span,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_3 .sm_megamenu_title span,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_4 .sm_megamenu_title span,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_5 .sm_megamenu_title span,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_title span {
    line-height: normal;
    white-space: normal;
    color: #fff
}

.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_title .sm_megamenu_icon,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_2 .sm_megamenu_title .sm_megamenu_icon,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_3 .sm_megamenu_title .sm_megamenu_icon,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_4 .sm_megamenu_title .sm_megamenu_icon,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_5 .sm_megamenu_title .sm_megamenu_icon,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_title .sm_megamenu_icon {
    display: block
}

.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_title .sm_megamenu_title_lv-2,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_2 .sm_megamenu_title .sm_megamenu_title_lv-2,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_3 .sm_megamenu_title .sm_megamenu_title_lv-2,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_4 .sm_megamenu_title .sm_megamenu_title_lv-2,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_5 .sm_megamenu_title .sm_megamenu_title_lv-2,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_title .sm_megamenu_title_lv-2 {
    display: block;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1pt solid #979797
}

.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_title .sm_megamenu_title_lv-3:hover,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_2 .sm_megamenu_title .sm_megamenu_title_lv-3:hover,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_3 .sm_megamenu_title .sm_megamenu_title_lv-3:hover,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_4 .sm_megamenu_title .sm_megamenu_title_lv-3:hover,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_5 .sm_megamenu_title .sm_megamenu_title_lv-3:hover,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_title .sm_megamenu_title_lv-3:hover {
    text-decoration: underline;
    font-family: 'HtigerCHS-Medium'
}

.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_col_1,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_2 .sm_megamenu_col_1,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_3 .sm_megamenu_col_1,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_4 .sm_megamenu_col_1,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_5 .sm_megamenu_col_1,
.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_col_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 20px 0 0
}

.header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:last-child&gt;a {
    padding-right: 16px
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart {
    display: flex;
    align-items: center
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content {
    display: inline-block
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .search-wrapper {
    text-align: right
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .search-wrapper .banner-search-header-click {
    text-align: left
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .banner-search-header {
    cursor: pointer;
    line-height: 16px
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .banner-search-header .banner-search-header-click {
    display: inline-block;
    width: 240px;
    color: #999;
    position: relative;
    font-family: "HtigerCHS-Light"
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .banner-search-header .banner-search-header-click:after {
    content: ' ';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1pt;
    background-color: #fff
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .banner-search-header .icon-search {
    font-size: 22px;
    color: #fff;
    position: relative;
    bottom: -4px
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .header-search-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .9);
    display: flex;
    height: 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .header-search-popup .iconfont {
    cursor: pointer
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .header-search-popup .icon-close {
    position: absolute;
    cursor: pointer;
    font-size: 40px;
    right: 10%;
    top: 20%;
    color: #fff
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .header-search-popup .form {
    width: 80%;
    max-width: 960px;
    display: flex;
    justify-content: space-between;
    position: relative
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .header-search-popup .form .header-search-popup-input {
    width: calc(100% - 4.3*16px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #fff
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .header-search-popup .form .header-search-popup-input .input-text {
    background-color: transparent;
    color: #fff;
    font-size: 64px;
    width: calc(100% - 4*16px);
    border: 0;
    outline: none;
    padding: 8px;
    height: 100%;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .header-search-popup .form .header-search-popup-input .icon-clean {
    font-size: 40px;
    color: #999;
    cursor: pointer;
    margin-right: 8px;
    display: none
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .header-search-popup .form .header-search-popup-input .icon-clean.do-clean {
    display: inline-block
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .header-search-popup .form .search {
    pointer-events: none;
    background-color: transparent;
    height: auto;
    line-height: normal;
    font-weight: 400;
    cursor: auto
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .header-search-popup .form .search .icon-search {
    font-size: 64px;
    cursor: auto;
    color: #666
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .header-search-popup .form .search.can-search {
    pointer-events: auto;
    cursor: pointer
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .header-search-popup .form .search.can-search .icon-search {
    cursor: pointer;
    color: #fff
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .header-search-popup .form .error-msg {
    color: #e02b27;
    position: absolute;
    top: 128px;
    display: none
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-cart-content {
    display: inline-block;
    margin-left: 28px
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-cart-content .top-action {
    width: auto
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-cart-content .top-action .minicart-header {
    float: none;
    width: auto
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-cart-content .top-action .minicart-header .minicart-wrapper {
    height: auto
}

.header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-cart-content .top-action .minicart-header .minicart-wrapper .icon-shopping-cart {
    color: #fff;
    font-size: 22px
}

@media screen and (max-width:1199px) {
    .header-container .header-middle .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu&gt;li&gt;a {
        font-size: 16px;
        padding: 0 10px !important
    }

    .header-container .header-middle .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu&gt;li&gt;div {
        font-size: 16px;
        max-width: none
    }

    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn {
        width: 100%;
        max-width: 1200px
    }
}

@media screen and (max-width:991px) {
    .header-container .header-middle&gt;.container {
        padding-right: 0;
        padding-left: 0;
        width: 100%
    }

    .header-container .header-middle&gt;.container .content-header-bottom {
        position: static;
        padding: 0 25px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .yt-menu {
        float: left;
        display: flex
    }

    .header-container .header-middle&gt;.container .content-header-bottom .yt-menu .logo-wrapper {
        height: 64px;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        align-items: center
    }

    .header-container .header-middle&gt;.container .content-header-bottom .yt-menu .logo-wrapper .logo {
        height: 100%;
        display: flex;
        align-items: center
    }

    .header-container .header-middle&gt;.container .content-header-bottom .yt-menu .logo-wrapper .logo .icon-htiger-logo {
        font-size: 24px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .yt-menu .menu-under {
        float: left;
        padding-right: 16px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .yt-menu .container1 {
        margin-right: 0;
        padding-top: 0
    }

    .header-container .header-middle&gt;.container .content-header-bottom .yt-menu .container1 .navigation-megamenu-wrapper {
        display: block
    }

    .header-container .header-middle&gt;.container .content-header-bottom .yt-menu .container1 .navigation-mobile-container {
        display: block
    }

    .header-container .header-middle&gt;.container .content-header-bottom .yt-menu .container1 .navigation-mobile-container .btn-mobile .button-mobile {
        background: 0 0;
        margin-left: 0;
        width: auto;
        padding-right: 16px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .yt-menu .container1 .navigation-mobile-container .btn-mobile .button-mobile .fa {
        font-size: 20.8px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .nav-mobile-container {
        position: static;
        height: 64px;
        display: flex;
        align-items: center
    }

    .header-container .header-middle&gt;.container .content-header-bottom .nav-mobile-container .navigation-mobile {
        background-color: #000;
        top: 64px;
        left: 0;
        right: 0
    }

    .header-container .header-middle&gt;.container .content-header-bottom .header-cart-content {
        margin-left: 20px !important
    }

    .header-container .header-middle&gt;.container .content-header-bottom .search-and-cart {
        justify-content: flex-end;
        height: 100%
    }

    .header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .banner-search-header .banner-search-header-click {
        width: 82% !important
    }

    .header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content {
        flex: 100%
    }

    .header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .top-action {
        border: 0
    }

    .header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .top-action .minicart-wrapper {
        float: none
    }

    .header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .top-action .minicart-wrapper .ui-dialog .ui-widget .ui-widget-content .ui-corner-all .ui-front .mage-dropdown-dialog {
        display: none
    }
}

@media screen and (max-width:991px) {
    .header-container .header-middle&gt;.container .search-and-cart .header-search-content .header-search-popup {
        display: block
    }

    .header-container .header-middle&gt;.container .search-and-cart .header-search-content .header-search-popup .icon-close {
        top: 24px;
        right: auto;
        left: 10%
    }

    .header-container .header-middle&gt;.container .search-and-cart .header-search-content .header-search-popup .form {
        margin: 112px;
        width: calc(100% - 2*16px)
    }

    .header-container .header-middle&gt;.container .search-and-cart .header-search-content .header-search-popup .form .header-search-popup-input {
        width: calc(100% - 2*16px)
    }

    .header-container .header-middle&gt;.container .search-and-cart .header-search-content .header-search-popup .form .header-search-popup-input .input-text {
        width: calc(100% - 1.8*16px);
        font-size: 25.6px
    }

    .header-container .header-middle&gt;.container .search-and-cart .header-search-content .header-search-popup .form .header-search-popup-input .icon-clean {
        font-size: 24px
    }

    .header-container .header-middle&gt;.container .search-and-cart .header-search-content .header-search-popup .form .search .icon-search {
        font-size: 24px
    }

    .header-container .header-middle&gt;.container .search-and-cart .header-search-content .header-search-popup .form .search.can-search .icon-search {
        font-size: 24px
    }
}

.header-middle.scroll-fix {
    position: fixed !important;
    width: 100%;
    top: 0
}

.catalog-category-view .header-container .menu-ontop.scroll-fix,
.catalog-product-view .header-container .menu-ontop.scroll-fix {
    position: fixed !important;
    width: 100%;
    top: 0
}

#e-fix.e-height {
    height: 65px
}

.header-middle.menu-ontop.not-fixed:not(.m-ontop)+#e-fix {
    height: 0
}

.header-middle.menu-ontop.not-fixed:not(.m-ontop)+#e-fix.e-height {
    height: 0
}

.cms-index-index .page-main {
    display: block
}

.header .icon-shopping-cart:before {
    content: '';
    background: url('../../frontend/Sm/htiger/zh_Hans_CN/images/d-cart.svg') no-repeat left top;
    width: 21.5px;
    height: 20px;
    display: inline-block;
    background-size: 21.5px;
    position: relative;
    bottom: -4px
}

@media (max-width:991px) {
    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
        padding-top: 5px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li {
        font-family: "HtigerCHS-Book"
    }

    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_head.sm_megamenu_haschild .sm_megamenu_title:after {
        content: '';
        background: 0 0
    }

    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu {
        top: 55px !important
    }

    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_title_lv-2 {
        font-size: 18px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_col_1 {
        padding: 25px 0 0
    }

    .menu-under .overlay-popup-bg {
        top: 55px
    }

    #e-fix.e-height {
        height: 55px
    }

    .header-container .header-middle&gt;.container .content-header-bottom {
        height: 55px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .yt-menu .logo-wrapper {
        height: 55px
    }

    .search-and-cart .ico-account {
        display: none
    }

    body.show-overlay.mfix {
        position: fixed
    }

    .close-sub-menu {
        position: relative
    }

    .close-sub-menu:before {
        content: "";
        height: .5pt;
        background: #333;
        position: absolute;
        width: 600px;
        left: -50%;
        top: -16px
    }

    .close-sub-menu:after {
        content: "";
        height: .5pt;
        background: #333;
        position: absolute;
        width: 600px;
        left: -50%;
        bottom: -16px
    }

    .close-sub-menu .sub-menu-back:before {
        font-family: "iconfont";
        font-size: 20px;
        display: inline-block;
        margin-right: 8px;
        padding-right: 5px;
        transform: unset;
        transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        content: '';
        background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/d-right.svg) no-repeat center center;
        width: 16px;
        height: 16px;
        vertical-align: middle;
        margin-bottom: 2px
    }

    .sub-menu .sm_megamenu_head_item .sm_megamenu_title&gt;span.has-children {
        float: right;
        display: block;
        width: 60px !important;
        height: 30px;
        text-align: right
    }

    .sub-menu .sm_megamenu_head_item .sm_megamenu_title&gt;span.has-children:before {
        content: '';
        background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/d-down.svg) no-repeat center right;
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: middle;
        background-size: 15px
    }

    .sub-menu .sm_megamenu_head_item .sm_megamenu_title&gt;span.has-children.up:before {
        transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg)
    }

    .sub-menu .sm_megamenu_head_item .sm_megamenu_title&gt;span.has-children.up+a {
        text-decoration: underline;
        font-family: "HtigerCHS-Medium"
    }

    .sub-menu .is-children[class*=sm_megamenu_col_] {
        display: none !important
    }

    .sub-menu .is-children[class*=sm_megamenu_col_].active {
        display: block !important
    }

    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_1,
    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_6 {
        padding-bottom: 0
    }

    .header-middle.m-ontop,
    .header-middle.menu-ontop.m-ontop {
        position: fixed !important;
        z-index: 900;
        top: 0
    }

    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_1 .sm_megamenu_title .sm_megamenu_title_lv-2,
    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_2 .sm_megamenu_title .sm_megamenu_title_lv-2,
    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_3 .sm_megamenu_title .sm_megamenu_title_lv-2,
    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_4 .sm_megamenu_title .sm_megamenu_title_lv-2,
    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_5 .sm_megamenu_title .sm_megamenu_title_lv-2,
    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_6 .sm_megamenu_title .sm_megamenu_title_lv-2 {
        padding-bottom: 25px
    }

    .sm_megamenu_title.n-line {
        padding-bottom: 25px;
        border-bottom: 1pt solid #979797
    }

    .header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .banner-search-header .banner-search-header-click {
        font-family: "HtigerCHS-Book"
    }

    .header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .banner-search-header .banner-search-header-click:after {
        height: .5pt
    }

    a.sm_megamenu_nodrop {
        display: block
    }

    .sm_megamenu_col_6.is-children.active {
        padding-top: 25px !important
    }

    .topfix {
        height: 100%;
        overflow: hidden
    }

    .page-path.pathfixed {
        position: fixed;
        bottom: 0;
        width: 100%
    }
}

@media (min-width:992px) {
    .sub-menu.mscroll {
        overflow-y: auto
    }

    .sub-menu.mscroll .close-sub-menu {
        position: fixed;
        right: 20px
    }

    .close-sub-menu {
        position: absolute;
        right: 0;
        bottom: 0
    }

    .close-sub-menu .sub-menu-back {
        display: none
    }

    .close-sub-menu:after {
        content: '\e621';
        font-family: 'icons-blank-theme';
        font-size: 40px;
        background: #000;
        color: #d8d8d8;
        display: block;
        line-height: 40px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .sub-menu a span {
        font-size: 16px;
        color: #fff
    }
}

.cms-index-index {
    font-size: 16px
}

.cms-index-index .sm-imageslider-inner .owl-theme .owl-nav {
    margin-top: 0
}

.cms-index-index .sm-imageslider-inner .owl-theme .owl-nav&gt;div {
    background: rgba(0, 0, 0, .8)
}

.cms-index-index .sm-imageslider-inner .owl-theme .owl-nav [class*=owl-] {
    border-radius: 50%;
    padding: 0
}

.cms-index-index .sm-imageslider-inner .owl-theme .owl-nav .owl-prev {
    left: 32px !important
}

.cms-index-index .sm-imageslider-inner .owl-theme .owl-nav .owl-next {
    right: 32px !important
}

.cms-index-index .sm-imageslider-inner .owl-theme .owl-stage .item-info {
    top: 90px
}

.cms-index-index .sm-imageslider-inner .owl-theme .owl-stage .item-info img {
    margin-bottom: 10px;
    width: auto;
    height: 40px;
    border: 0
}

.cms-index-index .sm-imageslider-inner .owl-theme .owl-stage .item-info .item-title {
    font-size: 32px;
    font-weight: 400
}

.cms-index-index .sm-imageslider-inner .owl-theme .owl-stage .item-info .item-title a {
    font-weight: lighter;
    font-size: 44px;
    left: 0;
    line-height: 53px
}

.cms-index-index .sm-imageslider-inner .owl-theme .owl-stage .item-info .item-desc {
    padding: 16px 0
}

.cms-index-index .sm-imageslider-inner .owl-theme .owl-stage .item-info .item-desc .item-desc-inner {
    font-size: 14.4px;
    white-space: normal
}

.cms-index-index .sm-imageslider-inner .owl-theme .owl-stage .item-info .bottom-btn a {
    color: #333;
    margin-bottom: 12.8px;
    font-size: 24px;
    font-weight: 400;
    display: inline-block
}

.cms-index-index .sm-imageslider-inner .owl-theme .owl-stage .item-info .bottom-btn a .circular-bg {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    width: 32px;
    text-align: center;
    background-color: #000;
    border-radius: 50%;
    margin-right: 8px
}

.cms-index-index .sm-imageslider-inner .owl-theme .owl-stage .item-info .bottom-btn a .circular-bg .iconfont {
    color: #fff;
    font-size: 24px
}

.cms-index-index .sm-imageslider-inner .owl-theme .owl-stage .item-info .bottom-btn a:hover {
    color: #999
}

.cms-index-index .sm-imageslider-inner .owl-theme .owl-controls .owl-dot span {
    width: 10px !important;
    height: 10px !important
}

.cms-index-index .sm-imageslider-inner .owl-theme .owl-controls .owl-dot span:hover,
.cms-index-index .sm-imageslider-inner .owl-theme .owl-controls .owl-dot span:active,
.cms-index-index .sm-imageslider-inner .owl-theme .owl-controls .owl-dot span:visited {
    border: 1px solid #999 !important;
    width: 10px !important;
    height: 10px !important;
    background-color: #fff !important;
    transition: none !important;
    top: 0 !important
}

.cms-index-index .sm-imageslider-inner .owl-theme .owl-controls .owl-dot.active span {
    width: 12px !important;
    height: 12px !important;
    background-color: #fff !important;
    border: 1px solid #999 !important;
    transition: none !important;
    top: 0 !important
}

.category-menu {
    background-color: #242424;
    color: #fff;
    position: relative;
    font-size: 16px;
    letter-spacing: -.01em
}

.category-menu.category-menu-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 200
}

.category-menu .container {
    padding: 0
}

.category-menu a {
    text-decoration: none;
    cursor: pointer
}

.category-menu .category-menu-banner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.category-menu .category-menu-banner&gt;div {
    width: calc(100% - 16px)
}

.category-menu .category-menu-banner .category-menu-title {
    font-size: 18px;
    margin-right: 46px
}

.category-menu .category-menu-banner .category-menu-choose-mode {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px
}

.category-menu .category-menu-banner .category-menu-choose-mode .iconfont {
    cursor: pointer;
    font-size: 21px;
    margin-right: 10px;
    line-height: normal
}

.category-menu .category-menu-banner .category-menu-choose-mode .iconfont.icon-open-upward {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.category-menu .category-menu-banner .category-menu-choose-mode a {
    font-size: 18px;
    display: inline-block;
    height: 64px;
    line-height: 64px;
    padding: 0;
    font-weight: 400;
    width: 240px;
    background-color: #ebebeb;
    color: #999;
    text-align: center;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    pointer-events: none;
    cursor: auto;
    font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif
}

.category-menu .category-menu-banner .category-menu-choose-mode a:before {
    content: " "
}

.category-menu .category-menu-banner .category-menu-choose-mode a.button:before {
    position: static;
    font-family: 'iconfont';
    font-size: 22px;
    vertical-align: middle;
    content: "";
    background: url('../../frontend/Sm/htiger/zh_Hans_CN/images/dd-cart.svg') no-repeat center center;
    width: 21.5px;
    height: 20px;
    display: inline-block;
    background-size: 21.5px;
    margin-bottom: 5px;
    margin-right: 10px
}

.category-menu .category-menu-banner .category-menu-choose-mode a.can-click {
    background-color: #79b928;
    color: #000;
    pointer-events: auto;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.category-menu .category-menu-banner .category-menu-choose-mode a.can-click&gt;div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.category-menu .category-menu-banner .category-menu-choose-mode a.can-click&gt;div&gt;div {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 55%;
    background-color: rgba(0, 0, 0, .3)
}

.category-menu .category-menu-banner .category-menu-choose-mode a.can-click.can-click-blue {
    background-color: #06c
}

.category-menu .category-menu-part {
    display: none
}

.category-menu .category-menu-part .category-menu-content {
    background-color: #2d2d2d;
    padding: 0 64px;
    font-size: 16px
}

.category-menu .category-menu-part .category-menu-content .container {
    display: flex
}

.category-menu .category-menu-part .category-menu-content .container&gt;div {
    width: 50%;
    margin-top: 40px;
    margin-bottom: 40px
}

.category-menu .category-menu-part .category-menu-content .container&gt;div .category-menu-link-title {
    width: 63.3%;
    border-bottom: 1pt solid #979797;
    line-height: 19.2px;
    font-size: 16px;
    color: #fff;
    font-family: "HtigerCHS-Medium";
    padding-bottom: 16px
}

.category-menu .category-menu-part .category-menu-content .container&gt;div .category-menu-link a {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    padding-right: 24px;
    line-height: normal
}

.category-menu .category-menu-part .category-menu-content .container&gt;div .category-menu-link a:hover {
    text-decoration: underline;
    font-family: 'HtigerCHS-Medium'
}

.category-menu .category-menu-part .page-path {
    border-top: 1px solid #666;
    padding: 23px 0;
    background-color: #2d2d2d;
    color: #fff;
    font-size: 13px;
    line-height: normal
}

.category-menu .category-menu-part .page-path a {
    color: #fff
}

.category-menu .category-menu-part .page-path a:after {
    content: "|";
    display: inline-block;
    margin: 0 .8em;
    vertical-align: top;
    -webkit-transform: rotate(28deg);
    transform: rotate(28deg);
    position: relative;
    font-family: "HtigerCHS-Light"
}

.category-menu .category-menu-part .page-path span {
    color: #fff
}

@media (max-width:991px) {
    .category-menu .category-menu-banner .category-menu-choose-mode {
        justify-content: flex-end;
        height: 55px;
        max-width: 180px;
        width: 100%
    }

    .category-menu .category-menu-banner .category-menu-choose-mode a {
        height: 55px;
        line-height: 55px;
        font-size: 14px
    }

    .category-menu .category-menu-part .category-menu-content .container&gt;div .category-menu-link-title {
        font-size: 14px;
        font-family: "HtigerCHS-Book";
        border-bottom: .75pt solid #979797
    }

    .category-menu .category-menu-part .page-path {
        border-top: .75pt solid #666
    }

    .category-menu .category-menu-part .category-menu-content .container&gt;div {
        margin-top: 30px
    }

    .category-menu .category-menu-part .category-menu-content .container&gt;div .category-menu-link a.cancel-link {
        text-decoration: underline;
        font-family: "HtigerCHS-Medium"
    }
}

@media (min-width:992px) {
    .category-menu-content a.cancel-link {
        color: #fff !important;
        text-decoration: underline;
        font-family: 'HtigerCHS-Medium'
    }

    .category-menu .category-menu-banner .category-menu-choose-mode .iconfont {
        position: relative;
        left: -40px
    }

    .pathfixed {
        position: fixed;
        width: 100%;
        bottom: 0
    }

    .c_scroll {
        overflow-y: auto;
        padding-bottom: 70px !important
    }
}

.stores-index-index {
    font-size: 16px
}

.stores-index-index .header-style-1 .header-top {
    font-size: 14px
}

.stores-index-index .page-main {
    padding: 0
}

.stores-index-index .page-main .page-title-wrapper {
    display: none
}

.stores-index-index .page-main .top-banner {
    position: relative
}

.stores-index-index .page-main .top-banner .banner-img img {
    display: block;
    width: 100%
}

.stores-index-index .page-main .top-banner .banner-word {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff
}

.stores-index-index .page-main .top-banner .banner-word .banner-title {
    font-size: 40px;
    margin-bottom: 16px
}

.stores-index-index .page-main .store-content {
    color: #333;
    font-size: 16px;
    margin-top: 48px;
    padding-bottom: 24px
}

.stores-index-index .page-main .store-content .choose-city .choose-title {
    font-size: 32px;
    margin-bottom: 16px
}

.stores-index-index .page-main .store-content .choose-city .choose-content .select-input-box {
    width: 320px;
    position: relative
}

.stores-index-index .page-main .store-content .choose-city .choose-content .select-input-box .box-value {
    border: 1px solid #aaa;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    cursor: pointer
}

.stores-index-index .page-main .store-content .choose-city .choose-content .select-input-box .box-value input {
    border: 0;
    outline: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    height: 32px;
    width: calc(100% - 2*16px);
    pointer-events: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.stores-index-index .page-main .store-content .choose-city .choose-content .select-input-box .box-value input:focus,
.stores-index-index .page-main .store-content .choose-city .choose-content .select-input-box .box-value input:active {
    border: 0
}

.stores-index-index .page-main .store-content .choose-city .choose-content .select-input-box .box-value .iconfont {
    font-size: 16px
}

.stores-index-index .page-main .store-content .choose-city .choose-content .select-input-box .box-content {
    display: none;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    left: 0;
    width: 100%;
    top: 48px;
    border-left: 1px solid #06c;
    border-right: 1px solid #06c;
    border-bottom: 1px solid #06c
}

.stores-index-index .page-main .store-content .choose-city .choose-content .select-input-box .box-content .box-search {
    border-top: 1px solid #06c;
    border-bottom: 1px solid #06c;
    padding: 16px
}

.stores-index-index .page-main .store-content .choose-city .choose-content .select-input-box .box-content .box-search input {
    border-color: #dcdcdc;
    outline: none;
    width: 100%;
    padding: 5px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.stores-index-index .page-main .store-content .choose-city .choose-content .select-input-box .box-content .box-select {
    max-height: 240px;
    overflow-y: auto
}

.stores-index-index .page-main .store-content .choose-city .choose-content .select-input-box .box-content .box-select .box-option {
    padding: 0 16px;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    cursor: pointer
}

.stores-index-index .page-main .store-content .choose-city .choose-content .select-input-box .box-content .box-select .box-option+.box-option {
    border-top: 1px solid #dcdcdc
}

.stores-index-index .page-main .store-content .choose-city .choose-content .select-input-box .box-content .box-select .box-option:hover {
    background-color: #06c;
    color: #fff
}

.stores-index-index .page-main .store-content .store-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.stores-index-index .page-main .store-content .store-list .store-view {
    border: 1px solid #dcdcdc;
    padding: 40px 24px 24px;
    width: calc(50% - .75*16px);
    position: relative;
    margin-bottom: 24px
}

.stores-index-index .page-main .store-content .store-list .store-view .store-label {
    position: absolute;
    top: -16px;
    line-height: 32px;
    height: 32px;
    padding: 0 16px;
    background-color: #000;
    color: #fff;
    max-width: calc(100% - 2*16px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.stores-index-index .page-main .store-content .store-list .store-view .store-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    height: 48px;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.stores-index-index .page-main .store-content .store-list .store-view .store-address {
    color: #555;
    height: 40px;
    line-height: 20px;
    padding-right: 32px;
    position: relative
}

.stores-index-index .page-main .store-content .store-list .store-view .store-address span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.stores-index-index .page-main .store-content .store-list .store-view .store-address .iconfont {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 32px;
    color: #999
}

.stores-index-index .page-main .store-content .store-list .store-view .store-business-hours {
    color: #555;
    height: 16px;
    line-height: 16px;
    overflow: hidden
}

.stores-index-index .page-main .store-content {
    padding-bottom: 90px
}

.stores-index-index .location-secret {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #d3d3d3;
    height: 71px;
    line-height: 70px;
    display: none;
    z-index: 9999
}

.stores-index-index .location-secret .action {
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: #000;
    transition: all .3s;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    padding: 4px 25px;
    margin: 0 5px;
    cursor: pointer
}

.stores-index-index .secret-tip {
    font-size: 16px;
    color: #333;
    margin-right: 15px
}

.store-content .select-input-box {
    display: inline-block;
    margin-right: 20px
}

.choose-content {
    position: relative;
    margin-bottom: 60px
}

.choose-content:after {
    content: "";
    display: table;
    clear: both
}

.choose-btn {
    float: right;
    width: 162px;
    height: 50px;
    background: #000;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer
}

.choose-btn:before {
    content: "";
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
    vertical-align: -2px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNjA2MDA4NzY2OTMzIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjExMDQiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOCI+PGRlZnM+PHN0eWxlIHR5cGU9InRleHQvY3NzIj48L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNNDY5LjMzMzMzMyA4NTAuNjg4QTM0MS41MDQgMzQxLjUwNCAwIDAgMSAxNzMuMzEyIDU1NC42NjY2NjdIMTA2LjY2NjY2N2EyMS4zMzMzMzMgMjEuMzMzMzMzIDAgMCAxLTIxLjMzMzMzNC0yMS4zMzMzMzR2LTQyLjY2NjY2NmEyMS4zMzMzMzMgMjEuMzMzMzMzIDAgMCAxIDIxLjMzMzMzNC0yMS4zMzMzMzRoNjYuNjQ1MzMzQTM0MS41MDQgMzQxLjUwNCAwIDAgMSA0NjkuMzMzMzMzIDE3My4zMTJWMTA2LjY2NjY2N2EyMS4zMzMzMzMgMjEuMzMzMzMzIDAgMCAxIDIxLjMzMzMzNC0yMS4zMzMzMzRoNDIuNjY2NjY2YTIxLjMzMzMzMyAyMS4zMzMzMzMgMCAwIDEgMjEuMzMzMzM0IDIxLjMzMzMzNHY2Ni42NDUzMzNBMzQxLjUwNCAzNDEuNTA0IDAgMCAxIDg1MC42ODggNDY5LjMzMzMzM0g5MTcuMzMzMzMzYTIxLjMzMzMzMyAyMS4zMzMzMzMgMCAwIDEgMjEuMzMzMzM0IDIxLjMzMzMzNHY0Mi42NjY2NjZhMjEuMzMzMzMzIDIxLjMzMzMzMyAwIDAgMS0yMS4zMzMzMzQgMjEuMzMzMzM0aC02Ni42NDUzMzNBMzQxLjUwNCAzNDEuNTA0IDAgMCAxIDU1NC42NjY2NjcgODUwLjY4OFY5MTcuMzMzMzMzYTIxLjMzMzMzMyAyMS4zMzMzMzMgMCAwIDEtMjEuMzMzMzM0IDIxLjMzMzMzNGgtNDIuNjY2NjY2YTIxLjMzMzMzMyAyMS4zMzMzMzMgMCAwIDEtMjEuMzMzMzM0LTIxLjMzMzMzNHYtNjYuNjQ1MzMzek01MTIgNzY4YTI1NiAyNTYgMCAxIDAgMC01MTIgMjU2IDI1NiAwIDAgMCAwIDUxMnogbTAtMTI4YTEyOCAxMjggMCAxIDEgMC0yNTYgMTI4IDEyOCAwIDAgMSAwIDI1NnoiIHAtaWQ9IjExMDUiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48L3N2Zz4=")
}

.service-network-map-content {
    height: 590px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.outlets-list .list-content {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

.outlets-list {
    width: 450px;
    border: 1px solid rgba(0, 0, 0, .1);
    box-sizing: border-box
}

.network-list {
    position: relative
}

.network-list li {
    position: relative;
    padding: 30px 20px 20px;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer
}

.network-list .store-label {
    display: inline-block;
    height: 28px;
    margin-bottom: 10px;
    padding: 0 16px;
    line-height: 28px;
    background-color: #000;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.network-list .store-name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.network-list .name {
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-size: 24px;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list-title-name {
    overflow: hidden;
    text-overflow: ellipsis
}

.list-title-name-distance {
    -ms-flex: 1;
    flex: 1;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-size: 20px;
    text-align: right;
    letter-spacing: -2px
}

.network-list .store-address {
    color: #555
}

.network-list .network-list-active {
    background: #ebebeb
}

.bm-view {
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    z-index: 1
}

.bm-view table {
    width: auto
}

.service-network-map img {
    max-width: initial;
    max-height: initial
}

.bm-view label {
    font-weight: 400 !important;
    font-size: 12px !important;
    max-width: initial !important
}

.bm-view .BMap_pop&gt;div:nth-of-type(8) {
    overflow: initial !important
}

.bm-view .BMap_pop&gt;div:nth-of-type(8) img {
    display: none
}

.bm-view .BMap_pop&gt;div:nth-of-type(8):after {
    position: absolute;
    left: -12px;
    top: 18px;
    content: "";
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNjA1OTg2MjU5ODc4IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjE0MTYiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHN0eWxlIHR5cGU9InRleHQvY3NzIj48L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNMTAyNCAyNTUuOTk2IDUxMS45NzEgNzY3LjkwOSAwIDI1NS45OTYgMTAyNCAyNTUuOTk2eiIgcC1pZD0iMTQxNyIgZGF0YS1zcG0tYW5jaG9yLWlkPSJhMzEzeC43NzgxMDY5LjAuaTIiIGNsYXNzPSJzZWxlY3RlZCIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjwvc3ZnPg==")
}

.BMap_pop .BMap_top,
.BMap_pop .BMap_center,
.BMap_pop .BMap_bottom {
    border: none !important
}

.BMap_pop&gt;div&gt;div {
    border: none !important
}

.service-network-map .info-card {
    position: relative;
    z-index: 2;
    width: 320px
}

.info-card .name {
    font-size: 24px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    color: #333
}

.list-content-map {
    margin-top: 10px
}

.list-content-map p {
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #555;
    white-space: normal
}

.service-network-map .BMap_shadow img {
    display: none
}

.service-network-map .none-list {
    padding: 20px
}

.info-card .list-content li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.info-card .list-content li .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-size: cover;
    vertical-align: -2px
}

.info-card .list-content li p {
    -ms-flex: 1;
    flex: 1
}

.icon-locater {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAACNUlEQVRIDdVUz2sTQRSenc0mTSERxIM7uzE5+ePkISJYAo2IiODBS64eWk8WxWtBPJdCPYinXvwDQg9FBD0ILejFgz+gngKJCdmV3raJiKnNjt9Utplddtal5KALy7z3vfe+7+3MmyXkf3+0NB9QMs0bPiF3OSGXNE0rYP1AOX95pVZ71mw2x0kcelKw0Wjonuetg/AJ0bSf6OYVBN4Szk8DW+r3ejcLxeLr4XA4SOJRxizTXGamOWaM3eOch74W2JzFmIOcrWhMSSgHLMuyQTCyGVuVcdlGzjU04GO9I+OyTWUnYs+hs6yRy61F8CPXcZw32LJP2LKrR2DESBK4iNzdTqezG6mJup8BiNzYRymA7j10V6zX65nYygl4EqY3ccOWUoBSug2RfKvVuh0umXhnGTsF7zomanuChi2lQL/ff4/RfIf9XalUKjPhsj/ed0JW0IRvGMZ6XFxgSoHDIKViPMu/RqNHUYIzjNUgvqBR+rjb7X6LxlP7YkwxrvvlcvlCUFStVg2M5xfgH8VlDPBjrVXGZkH2Fa84k8PLFlxA27Yv/400dDtVybhIt7jvv8CZLGYyma3xwcEOcp87rrukqgnwVAIiGV1vQGAe+76DqTk3k8+fb7fbewGRak08ZLlI0/UH2KIsyOch9DANuahPfUCDwWB4olD4wXH7XNddlsWnZouJKZVKbGqE0yCKPWTM/v3jkGcJ2Wy7bk+ujf2R+Zw/lZPS2vu63kJuSCBt7b+b9xu5hK2+ZTrw+gAAAABJRU5ErkJggg==")
}

.icon-time {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAABkElEQVRIDd2VPUoDURSFRyUuQtLZijaCWLoDLdyBNhaSxk3oBnQBqS2S2rgEBRtRO3UDqYSAft84A3f+gymEHDjz3jv3b2benTdJsuzo8YDHcAif4TSjczVt+jRipdGSJEfYruAmfIQT+A5FHx7AHfgGL+AtnAureF3CbziGWzCHxWQObfroa4yxndBxBgc1niM0WYa+xhjbCl+Ld1OX3MCmAtqMMdYctXCzXqGP3IS2AsYYa47ajbcjvIP4zlkW0FXAWHOYK0XclEMUu+Xp1/Snq7HmMFeKWGAX5S7TFxkmBJsrRSywgfKR6YsMfivmShEL5FrbaCvuwf02p2iLBT4x9KOxZn6G9gLv4SmsgznMVcEQ5aGiVoV1pGtot9xA1xHmMFcF87RpDDph8QXPg1hp02BLPw4/knEUO+bb2NeCj7Hm6AWtMO06KgrOpcWAta+t8ajI/dsOu9ynPJp8BjsPOwPtLB29Gx+57ejQpo++xsSuZJkk//LDSStnFzfL7rLt/E1OMzpX09a4odiWAD+1fFa3UZfakgAAAABJRU5ErkJggg==")
}

.icon-phone {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAACf0lEQVRIDdVVz2sTQRSeWSuSNiFpTs5sVj0ELOa44CEFDz1YD6Kn7Umql7YWRPsXSLwIvakgUlQwPSieBCtSFREUvNSTJPiDPVSWrM1NgojGZMfvLTtlU2xpN710YHkz3775vpf3Y8PYXl/7+v0BtpSDRibzJJNOX8/mcl6r1foU5zTihyT7NaXu4N4Y57wWdLuPTdM8HefpSwBkM4qxScb5xfLo6FnY10ypxVKplI6LJNofEsI2pfxtCrGgCaSUR4G1Lcs6qbHEv6DL+V2lVC01NHRZk/m+/wXYRzyHNZZYACRFbhjvXNf9o8kim8K7vxpLLICi3lBBcAV1mNVkSI3EfgTvVjWWWKDh+1dR1PsQuQ3iE0SoOh0H5J1sNvuhb4GIwIKIh5SsVCoVI2BsGvhyvV7/qQUSW6TmvBRCoXPOEAnOE9G5nJhUXwRpOWrRKmE0zTi7wF9qH213XAMi54w9xYCt5PL5KSL6ztg8jET+L2niLW04REK8QVQ/ClJe086UFoocIm8LhUKecNhzlBoM3Jz2i1sE07tAMoNxv4nC1ajPqRWpW+BlAR9HlNXc8PA0Ctm2hBgPOF/Cu4foqgu9TBtOYR6FqEbRLBSLxQPkAsFZYAGi/oYnLCjhFDl+TRuRP7dtez9hWy44L+H5BcLJjY7U5yBMEU6BQOhWGIiUD7ZFThdxYQ0CzxzH+e9/BPU5xCfg44aBbJJz4oqv9RrgsoN8PwLwwhgYmPI8zydHGn+a0GiIjqEer6hbGo3G1zjRZvt1AXJAGk5B5B4KfBDHz3joPX1bOrDLaM15fDHfY7/t1SNAt5DTwWazeRwiR+gM8lX6tuzK+BPhnlv/AFMu1AqPrdO9AAAAAElFTkSuQmCC")
}

.block-slider-basic-product {
    position: relative;
    padding-top: 75px;
    padding-bottom: 125px;
    font-size: 16px;
    border-top: 1px solid #ececec
}

.block-slider-basic-product .title-title {
    height: 42px;
    font-size: 34px;
    letter-spacing: -.03em;
    color: #333;
    line-height: 45px;
    margin-bottom: 40px
}

.block-slider-basic-product .title-title .mb-show {
    display: none
}

.block-slider-basic-product .slider-progress.mb-show {
    display: none
}

.block-slider-basic-product .owl-carousel .owl-stage-outer {
    padding-top: 28px
}

.block-slider-basic-product .owl-carousel .owl-stage-outer .owl-stage {
    display: block
}

.block-slider-basic-product .owl-carousel .owl-stage-outer .item.bs-item.cf {
    height: auto;
    margin: 0
}

.block-slider-basic-product .products-grid {
    position: inherit
}

.block-slider-basic-product .products-grid .grid-product-list {
    display: flex;
    flex-wrap: wrap
}

.block-slider-basic-product .products-grid .grid-product-list .item {
    float: none
}

.block-slider-basic-product .products-grid .owl-carousel {
    position: inherit
}

.block-slider-basic-product .products-grid .owl-carousel .owl-controls .owl-nav div[class*=owl-] {
    margin: 0;
    padding: 0;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: #333
}

.block-slider-basic-product .products-grid .owl-carousel .owl-controls .owl-nav div[class*=owl-]:before {
    width: 48px;
    height: 48px;
    font-size: 28px;
    line-height: inherit
}

.block-slider-basic-product .products-grid .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 25px;
    top: 460px
}

.block-slider-basic-product .products-grid .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 25px;
    top: 460px
}

.block-slider-basic-product .products-grid .owl-carousel .owl-controls .owl-nav .disabled {
    opacity: .2
}

.block-slider-basic-product .products-grid .item .item-inner {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 181px;
    border: 1px solid #d5d5d5;
    position: relative;
    background-color: #fff
}

.block-slider-basic-product .products-grid .item .item-inner .box-image {
    width: 100%
}

.block-slider-basic-product .products-grid .item .item-inner .box-image a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 160px
}

.block-slider-basic-product .products-grid .item .item-inner .box-image a img {
    max-width: 100%
}

.block-slider-basic-product .products-grid .item .item-inner .box-image .bottom-action-out-wrap .bottom-action-out {
    top: 0;
    margin-top: 0;
    height: 100%
}

.block-slider-basic-product .products-grid .item .item-inner .box-image .bottom-action-out-wrap .bottom-action-out .bottom-action {
    display: flex;
    align-items: center
}

.block-slider-basic-product .products-grid .item .item-inner .box-image .product_video.video_boxs:before {
    content: " ";
    display: block;
    width: 70px;
    height: 70px;
    background-color: rgba(51, 51, 51, .8);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san4.svg);
    background-size: 18px;
    background-position: 28px center;
    background-repeat: no-repeat;
    z-index: 1
}

.block-slider-basic-product .products-grid .item .item-inner .bs-description {
    padding: 25px 28px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.01em
}

.block-slider-basic-product .products-grid .item .item-inner .bs-description.bs-new-des .shortdes-a p {
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.block-slider-basic-product .products-grid .item .item-inner .bs-description.bs-new-des .shortdes-a p:not(.no-dot) {
    padding-left: 15px;
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/i_gray.svg);
    background-position: left 10px;
    background-repeat: no-repeat
}

.block-slider-basic-product .products-grid .item .item-inner .bs-description.bs-new-des .shortdes-a .no-dot p {
    padding-left: 0 !important;
    background: 0 0 !important
}

.block-slider-basic-product .products-grid .item .item-inner .bs-description.bs-new-des .shortdes-b p:not(.no-dot) {
    padding-left: 15px;
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/i_blue.svg);
    background-position: left 10px;
    background-repeat: no-repeat
}

.block-slider-basic-product .products-grid .item .item-inner .bs-description.bs-new-des .shortdes-b .no-dot p {
    padding-left: 0 !important;
    background: 0 0 !important
}

.block-slider-basic-product .products-grid .item .item-inner .bs-description.des-empty {
    padding: 0
}

.block-slider-basic-product .products-grid .item .item-inner .bs-description .shortdes-a {
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #666
}

.block-slider-basic-product .products-grid .item .item-inner .bs-description .shortdes-a.fill {
    height: 72px;
    margin-bottom: 30px
}

.block-slider-basic-product .products-grid .item .item-inner .bs-description .shortdes-b {
    color: #06c;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.block-slider-basic-product .products-grid .item .item-inner .bs-description .shortdes-b.fill {
    height: 48px
}

.block-slider-basic-product .products-grid .item .item-inner .bs-description ul {
    list-style: inherit;
    padding-left: 20px
}

.block-slider-basic-product .products-grid .item .item-inner .bs-description ol {
    padding-left: 15px
}

.block-slider-basic-product .products-grid .item .item-inner .bs-description p {
    margin: 0
}

.block-slider-basic-product .products-grid .item .item-inner .product-marker {
    position: absolute;
    height: 28px;
    top: -28px;
    left: -1px;
    color: #fff;
    padding: 0;
    z-index: 4
}

.block-slider-basic-product .products-grid .item .item-inner .product-marker&gt;div {
    font-size: 14px;
    line-height: 28px;
    padding: 0 18px;
    letter-spacing: -.02em;
    background-color: #06c;
    color: #fff;
    left: 0;
    top: 0;
    white-space: nowrap;
    display: inline-block;
    margin-right: 5px
}

.block-slider-basic-product .products-grid .item .item-inner .product-marker&gt;div.black {
    background-color: #333
}

.block-slider-basic-product .products-grid .item .item-inner .product-marker&gt;div.green {
    background-color: #79b928
}

.block-slider-basic-product .products-grid .item .item-inner .product-marker&gt;div.blue {
    background-color: #06c
}

.block-slider-basic-product .products-grid .item .item-inner .product-marker&gt;div.yellow {
    background-color: #fc0
}

.block-slider-basic-product .products-grid .item .item-inner .product-marker&gt;div.red {
    background-color: #dd4157
}

.block-slider-basic-product .products-grid .item .item-inner .product-marker&gt;div.purple {
    background-color: #c4398d
}

.block-slider-basic-product .products-grid .item .item-inner .product-name-des {
    overflow: hidden;
    padding: 30px 28px;
    border-bottom: 1px solid #d5d5d5
}

.block-slider-basic-product .products-grid .item .item-inner .product-name-des .product-name {
    font-size: 24px;
    line-height: 31px;
    letter-spacing: -.01em;
    font-family: 'HtigerCHS-Medium';
    color: #333
}

.block-slider-basic-product .products-grid .item .item-inner .product-name-des .product-name a {
    color: #333;
    font-family: 'HtigerCHS-Medium'
}

.block-slider-basic-product .products-grid .item .item-inner .accessory-info {
    padding: 22px 28px;
    background-color: #fbfbfb;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5
}

.block-slider-basic-product .products-grid .item .item-inner .accessory-info.acc-empty {
    padding: 0 !important;
    border-bottom: 0;
    height: 0 !important
}

.block-slider-basic-product .products-grid .item .item-inner .accessory-info .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.01em;
    margin-bottom: 4px;
    color: #333;
    font-family: 'HtigerCHS-Medium'
}

.block-slider-basic-product .products-grid .item .item-inner .accessory-info .flex .total {
    overflow: hidden
}

.block-slider-basic-product .products-grid .item .item-inner .accessory-info .flex .expand {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    flex: none;
    margin-left: 6px
}

.block-slider-basic-product .products-grid .item .item-inner .accessory-info .flex .expand span {
    text-decoration: underline;
    margin-right: 8px
}

.block-slider-basic-product .products-grid .item .item-inner .accessory-info .flex .expand i {
    padding-top: 1px
}

.block-slider-basic-product .products-grid .item .item-inner .accessory-info .flex .expand i.icon-open-upward {
    display: inline-block;
    transform: rotate(180deg)
}

.block-slider-basic-product .products-grid .item .item-inner .accessory-info .detail {
    font-size: 14px;
    color: #666;
    line-height: 18px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0
}

.block-slider-basic-product .products-grid .item .item-inner .accessory-info p {
    margin: 0
}

.block-slider-basic-product .products-grid .item .item-inner .accessory-info .mb-show {
    display: none
}

.block-slider-basic-product .products-grid .item .item-inner .accessory-detail {
    display: none;
    padding: 30px 28px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #d5d5d5
}

.block-slider-basic-product .products-grid .item .item-inner .accessory-detail .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px
}

.block-slider-basic-product .products-grid .item .item-inner .accessory-detail .item .accessory-name {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    letter-spacing: -.01em;
    color: #333;
    font-family: 'HtigerCHS-Medium'
}

.block-slider-basic-product .products-grid .item .item-inner .accessory-detail .item .accessory-image {
    height: 65px;
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1pt solid #ededed
}

.block-slider-basic-product .products-grid .item .item-inner .accessory-detail .item .accessory-image img {
    width: auto
}

.block-slider-basic-product .products-grid .item .item-inner .accessory-detail .item:last-child {
    margin-bottom: 0
}

.block-slider-basic-product .products-grid .item .item-inner .rating-box {
    padding: 0;
    margin: 16px
}

.block-slider-basic-product .products-grid .item .item-inner .box-info {
    text-align: left;
    border-top: 1px solid #dcdcdc;
    padding: 0
}

.block-slider-basic-product .products-grid .item .item-inner .box-info .advance-sale-caption {
    font-size: 14px;
    margin: 0 16px 16px;
    color: #06c;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.block-slider-basic-product .products-grid .item .item-inner .box-info .price-box {
    line-height: 16px;
    height: auto;
    padding: 30px 33px;
    width: 100%
}

.block-slider-basic-product .products-grid .item .item-inner .box-info .price-box .price-container {
    display: block;
    white-space: nowrap
}

.block-slider-basic-product .products-grid .item .item-inner .box-info .price-box .price-container .price {
    display: inline-block;
    height: 42px;
    font-size: 34px;
    line-height: 45px;
    color: #333;
    font-family: 'HtigerFutura-Heavy'
}

.block-slider-basic-product .products-grid .item .item-inner .box-info .price-box .origin-price {
    display: inline-block;
    text-decoration: line-through;
    color: #999;
    margin-left: 4px;
    font-size: 18px;
    white-space: nowrap;
    font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif
}

.block-slider-basic-product .products-grid .item .item-inner .box-info .price-box .advance-sale-price {
    white-space: nowrap;
    display: inline-block;
    height: 42px;
    font-size: 34px;
    line-height: 45px;
    color: #06c;
    font-family: 'HtigerFutura-Heavy'
}

.block-slider-basic-product .products-grid .item .item-inner .box-info .price-box .retail-price {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-family: "HtigerCHS-Book", HtigerCHS, Arial, sans-serif;
    color: #666;
    margin: 0 0 5px
}

.block-slider-basic-product .products-grid .item .item-inner .box-info .price-box .saved-price {
    white-space: nowrap;
    display: block;
    padding: 0 16px;
    color: #06c;
    font-size: 14px;
    font-family: "HtigerCHS-Light", HtigerCHS, Arial, sans-serif
}

.block-slider-basic-product .products-grid .item .item-inner .box-info .price-box .saved-price .price {
    font-size: 14px;
    color: #06c
}

.block-slider-basic-product .products-grid .item .item-inner .box-info .bottom-box {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-slider-basic-product .products-grid .item .item-inner .box-info .bottom-box .btn-action {
    width: 50%;
    background-color: #06c;
    font-size: 18px;
    height: 60px;
    color: #000;
    line-height: 60px;
    font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif;
    padding: 0
}

.block-slider-basic-product .products-grid .item .item-inner .box-info .bottom-box .btn-action.btn-action-green {
    background-color: #79b928
}

.block-slider-basic-product .products-grid .item .item-inner .box-info .bottom-box .bs-detail {
    width: 50%
}

.block-slider-basic-product .products-grid .item .item-inner .box-info .bottom-box .bs-detail a {
    display: inline-block;
    background-color: #333;
    color: #fff;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif;
    vertical-align: middle
}

.block-slider-basic-product .products-grid .item .item-inner .box-info .bottom-box .stock.unavailable {
    width: 50%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #ebebeb;
    color: #999;
    border-right: 1px solid #fff
}

.block-slider-basic-product.silk-col-3 .products-grid .item {
    width: 33.333%
}

.advancesale-detail-view .block-slider-basic-product .products-grid .item {
    width: 33.333%
}

@media (max-width:991px) {
    .catalog-category-view.category-promotion .block-slider-basic-product .products-grid {
        padding-left: 0
    }

    .block-slider-basic-product .products-grid .item .item-inner .bs-description.bs-new-des .shortdes-a p:not(.no-dot),
    .block-slider-basic-product .products-grid .item .item-inner .bs-description.bs-new-des .shortdes-b p:not(.no-dot) {
        padding-left: 12px;
        background-position: left 7px;
        background-size: 4px
    }

    .block-slider-basic-product .products-grid .item .item-inner .bs-description.bs-new-des .shortdes-a .no-dot p,
    .block-slider-basic-product .products-grid .item .item-inner .bs-description.bs-new-des .shortdes-b .no-dot p {
        padding-left: 0 !important;
        background: 0 0 !important
    }

    .catalog-category-view .block-slider-basic-product {
        padding: 50px 0
    }

    .catalog-category-view .block-slider-basic-product .title-home {
        margin: 0 25px 25px
    }

    .catalog-category-view .block-slider-basic-product .title-home .title-title {
        height: auto;
        font-size: 26px;
        letter-spacing: -.02em;
        line-height: 34px;
        margin-bottom: 25px
    }

    .catalog-category-view .block-slider-basic-product .title-home .title-title .mb-show {
        display: block
    }

    .catalog-category-view .block-slider-basic-product .slider-progress.mb-show {
        display: block;
        margin: 0 0 12px 25px;
        height: 3px;
        border-radius: 1.5px;
        width: 80px;
        background-color: #d5d5d5
    }

    .catalog-category-view .block-slider-basic-product .slider-progress.mb-show .progress-header {
        height: 3px;
        border-radius: 1.5px;
        background-color: #333;
        transition: all .25s ease
    }

    .catalog-category-view .block-slider-basic-product .slider-progress.mb-show.low {
        background-color: #fff !important
    }

    .catalog-category-view .block-slider-basic-product .slider-progress.mb-show.low .progress-header {
        background: #fff !important
    }

    .catalog-category-view .block-slider-basic-product .products-grid {
        margin: 0 0 0 25px;
        padding: 0
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .owl-item img {
        height: auto
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item {
        width: 156px
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner {
        padding-bottom: 119px
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .product-marker&gt;div {
        padding: 0 10px
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .product-marker&gt;div:last-child {
        margin-right: 0
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .product-name-des {
        padding: 20px 11px
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .product-name-des .product-name {
        font-size: 15px;
        line-height: 19px;
        letter-spacing: -.01em
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .box-image .product_video.video_boxs:before {
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
        left: calc(50% - 20px);
        background-size: 11px;
        background-position: 17px center
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .box-image img,
    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .box-image a {
        height: auto
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .bs-description {
        font-size: 12px;
        padding: 13px 11px;
        line-height: 17.5px;
        letter-spacing: -.01em
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .bs-description.des-empty {
        padding: 0
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .bs-description .shortdes-a.fill {
        margin-bottom: 20px;
        height: 52px;
        line-height: 18px
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .bs-description .shortdes-a sup {
        top: -.7em
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .bs-description .shortdes-b.fill {
        height: 35px
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .accessory-info {
        padding: 15px 11px
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .accessory-info .flex {
        font-size: 12px;
        letter-spacing: -.71px;
        line-height: 16px
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .accessory-info .flex .expand span {
        margin-right: 5px
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .accessory-info .flex .expand .iconfont {
        font-size: 13px
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .accessory-info .detail {
        font-size: 12px;
        line-height: 16px
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .accessory-info .mb-show {
        display: inline-block
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .accessory-detail {
        padding: 20px 11px
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .accessory-detail .item {
        width: auto;
        margin-bottom: 20px
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .accessory-detail .item .accessory-name {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -.01em;
        margin-right: 12px
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .accessory-detail .item .accessory-image {
        width: 40px;
        height: 40px;
        flex: none
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .accessory-detail .item:last-child {
        margin-bottom: 0
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .box-info .price-box {
        padding: 20px 11px
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .box-info .price-box .price-container .price {
        font-size: 20px;
        line-height: 26px;
        height: 24px
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .box-info .price-box .advance-sale-price {
        font-size: 20px;
        line-height: 26px;
        height: 24px
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .box-info .price-box .retail-price {
        font-size: 12px;
        margin: 0 0 2px
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .box-info .price-box .origin-price {
        font-size: 12px;
        line-height: 16px
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .box-info .bottom-box .bs-detail a {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        letter-spacing: -.01em
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .box-info .bottom-box .stock.unavailable {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        letter-spacing: -.01em
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-carousel .item .item-inner .box-info .bottom-box .btn-action {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        letter-spacing: -.01em
    }

    .catalog-category-view .block-slider-basic-product .products-grid .owl-stage-outer {
        margin: 0
    }

    .catalog-category-view .cover_one_black_widget .left_top_box .logo_img,
    .catalog-category-view .cover_one_black_widget .right_top_box .logo_img {
        height: auto
    }

    .catalog-category-view .cover_one_black_widget .container&gt;div .first_line {
        font-size: 24px
    }
}

@media (max-width:480px) {
    .block-slider-basic-product .products-grid .grid-product-list .item {
        width: 100%
    }
}

.product.info.detailed {
    display: none
}

.hb-text {
    background: #fbfbfb;
    padding: 4.9px 15px;
    border: 1px solid #ececec;
    font-size: 14px;
    color: #333;
    max-width: 360px;
    margin-top: 12px;
    letter-spacing: -.01em
}

.hb-text a {
    text-decoration: underline;
    padding-left: 10px
}

.catalog-product-view {
    font-size: 16px
}

.catalog-product-view .slide-img img {
    width: 100%
}

.catalog-product-view .trade-sction {
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/trade_in.svg);
    background-size: 35px;
    padding: 10px 15px 10px 65px
}

.catalog-product-view .category-menu .category-menu-banner .category-menu-choose-mode {
    height: 65px
}

.catalog-product-view .category-menu .category-menu-banner .category-menu-choose-mode a {
    height: 65px;
    line-height: 65px
}

.catalog-product-view .trade-sction:after {
    content: ""
}

.catalog-product-view .trade-sction .trade-tit {
    font-family: 'HtigerCHS-Medium'
}

.catalog-product-view .video_section.video_boxs:before,
.catalog-product-view .video_section.video_boxs:hover:before {
    width: 90px;
    height: 90px;
    left: calc(50% - 45px);
    top: calc(50% - 45px);
    background-color: rgba(51, 51, 51, .8);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/video_icon_white.svg);
    background-size: 26px 40px;
    background-position: 54% center
}

.catalog-product-view #hb-tips {
    display: none
}

.catalog-product-view #maincontent .container .container,
.catalog-product-view .header-middle .container,
.catalog-product-view .footer-top .container,
.catalog-product-view .footer-middle .container {
    max-width: 1264px
}

.catalog-product-view .shortdes-a {
    padding-bottom: 20px
}



.catalog-product-view .video_section.video_boxs {
    width: auto;
    margin-right: auto;
    margin-top: auto
}

.catalog-product-view .swiper-pagination-bullet-active {
    background: #6f6f6f;
    opacity: .7
}

.catalog-product-view .swiper-pagination-bullet {
    background: #6f6f6f;
    width: 8px;
    height: 8px;
    opacity: .4;
    margin: 0 5px;
    vertical-align: middle
}

.catalog-product-view .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    opacity: .7
}

.catalog-product-view .column.main .container {
    padding-left: 0;
    padding-right: 0
}

.catalog-product-view .box-tocart {
    max-width: 360px
}

.catalog-product-view .price-box .special-price,
.catalog-product-view .price-box .old-price {
    display: block;
    width: 100%
}

.catalog-product-view .price-box .special-price {
    order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -webkit-order: 2
}

.catalog-product-view .price-box .old-price {
    order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -webkit-order: 1
}

.catalog-product-view .product-info-tab {
    box-shadow: 0 1px 2px #ccc;
    border-bottom: 1px solid #ececec
}

.catalog-product-view .product-info-tab #viewTabContent {
    box-sizing: content-box
}

.catalog-product-view .product-info-tab.product-info-tab-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 65px;
    background-color: #fff;
    z-index: 10
}

.catalog-product-view .product-info-tab.product-info-tab-fixed.producttop {
    top: 0
}

.catalog-product-view .product-info-tab .tab-list {
    padding: 0 18px
}

.catalog-product-view .product-info-tab .tab-list a {
    display: inline-block;
    margin-right: 51px;
    height: 65px;
    line-height: 65px;
    color: #333;
    font-size: 14px;
    letter-spacing: -.01em
}

.catalog-product-view .product-info-tab .tab-list a.active {
    font-weight: 500;
    color: #333;
    border-bottom: 2px solid #999;
    font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif
}

.catalog-product-view .product-content {
    padding-bottom: 0;
    background-color: #f9f9f9;
    border-top: 0
}

.catalog-product-view .product-content .product-content-left {
    padding-left: 35px;
    padding-right: 0 !important;
    padding-top: 44px;
    padding-bottom: 63px;
    max-width: calc(50% - 35px)
}

.catalog-product-view .product-content .product-content-left .swatch-box {
    border: 0;
    padding: 0
}

.catalog-product-view .product-content .product-content-left .swatch-box .swatch-content-one {
    padding-bottom: 20px
}

.catalog-product-view .product-content .product-content-left .introduce-title h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    font-family: 'HtigerCHS-Medium';
    line-height: 31px;
    max-width: 360px;
    font-weight: 200;
    margin-top: -5px
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-marker {
    color: #fff;
    display: inline-block;
    padding-bottom: 20px
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-marker.marker-green,
.catalog-product-view .product-content .product-content-left .product-info-main .product-marker .marker-green {
    background-color: #79b928
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-marker&gt;div {
    background-color: #06c;
    color: #fff;
    left: 0;
    top: 0;
    width: max-content;
    padding: 3px 20px;
    height: 28px;
    min-width: 105px;
    white-space: nowrap;
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    letter-spacing: -.01em;
    text-align: center
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-marker&gt;div.black {
    background-color: #333
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-marker&gt;div.blue {
    background-color: #06c
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-marker&gt;div.green {
    background-color: #79b928
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-marker&gt;div.yellow {
    background-color: #fc0
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-marker&gt;div.red {
    background-color: #dd4157
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-marker&gt;div.purple {
    background-color: #c4398d
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-marker .marker-blue {
    background-color: #06c
}

.catalog-product-view .product-content .product-content-left .product-info-main .htiger-logo img {
    max-height: 80px;
    display: block;
    margin: 8px 0 16px
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-gifts {
    height: 100%;
    overflow: hidden;
    padding-top: 5px;
    max-width: 490px
}

.catalog-product-view .product-content .product-content-left .product-info-main .free-gift {
    padding: 20px 0 0 10px;
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    float: left;
    letter-spacing: -.01em
}

.catalog-product-view .product-content .product-content-left .product-info-main .free-gift:nth-child(2n+1) {
    padding-right: 10px;
    padding-left: 0
}

.catalog-product-view .product-content .product-content-left .product-info-main .free-gift .product-image-wrapper {
    width: 60px;
    height: 60px;
    border: 1px solid #d1d1d1;
    display: flex;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 0 !important;
    justify-content: center
}

.catalog-product-view .product-content .product-content-left .product-info-main .free-gift img {
    width: auto;
    height: auto
}

.catalog-product-view .product-content .product-content-left .product-info-main .free-gift .gift-name {
    width: 100%;
    line-height: 18px;
    color: #666;
    margin: 0 16px 0 10px
}

.catalog-product-view .product-content .product-content-left .product-info-main .free-gift .gift-name .gift-type {
    color: #06c;
    margin-right: 8px;
    display: block
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-add-form {
    margin-bottom: 25px
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-add-form button {
    font-weight: 400
}

.catalog-product-view .product-content .product-content-left .product-info-main .box-tocart {
    margin-top: 25px
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-info-price {
    padding-top: 25px
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-info-price .product-info-stock-sku {
    display: none
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-info-price .product-reviews-summary {
    display: none
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-info-price .price-container {
    display: block;
    white-space: nowrap;
    color: #333;
    font-size: 32px;
    font-weight: 500;
    font-family: 'HtigerFutura-Heavy';
    height: auto;
    line-height: normal
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-info-price .price-container .price {
    color: #333;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 38px
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-info-price .old-price .price-container {
    line-height: normal;
    font-size: 16px
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-info-price .old-price .price-container .price,
.catalog-product-view .product-content .product-content-left .product-info-main .product-info-price .old-price .price-container .price-label {
    color: #999;
    font-size: 16px;
    text-decoration: line-through
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-info-price .old-price .price-container .price-label {
    display: inline-block
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-info-price .origin-price {
    display: inline-block;
    color: #999;
    font-size: 18px;
    white-space: nowrap;
    text-decoration: line-through;
    letter-spacing: -.01em;
    line-height: 18px;
    font-family: 'HtigerCHS-Medium'
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-info-price .origin-price .price {
    text-decoration: line-through;
    font-size: 14px;
    color: #999
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-info-price .retail-price {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-family: "HtigerCHS-Book", HtigerCHS, Arial, sans-serif;
    color: #666;
    margin: 10px 0 5px
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-info-price .advance-sale-price {
    white-space: nowrap;
    display: inline-block;
    color: #06c;
    font-family: 'HtigerFutura-Heavy';
    font-size: 38px;
    padding-right: 8px;
    letter-spacing: -.03em;
    line-height: 38px
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-info-price .advance-sale-price .price {
    color: #999;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 18px
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-info-price .saved-price {
    white-space: nowrap;
    display: block;
    color: #06c;
    font-size: 16px;
    margin-top: 5px;
    font-family: "HtigerCHS-Light", HtigerCHS, Arial, sans-serif
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-info-price .saved-price .price {
    font-size: 14px;
    color: #06c
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-add-form .fieldset {
    margin: 0
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-add-form .fieldset .field.qty {
    display: none
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-add-form .fieldset .actions .action {
    background-color: #ebebeb;
    color: #999;
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-family: 'HtigerCHS-Medium';
    font-weight: 500;
    letter-spacing: -.01em
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-add-form .fieldset .actions .action:before {
    position: static;
    font-family: 'iconfont';
    font-size: 22px;
    font-weight: 600;
    vertical-align: middle;
    padding-right: 5px;
    content: "";
    background: url('../../frontend/Sm/htiger/zh_Hans_CN/images/dd-cart.svg') no-repeat center center;
    width: 21.5px;
    height: 20px;
    display: inline-block;
    background-size: 21.5px;
    margin-bottom: 5px;
    margin-right: 10px
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-add-form .fieldset .actions .action.can-buy {
    background-color: #79b928;
    color: #000
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-add-form .fieldset .actions .action.can-buy.can-buy-blue {
    background-color: #06c
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-add-form .fieldset .advance-sale-notice {
    font-size: 14px;
    color: #666;
    margin-top: 16px
}

.catalog-product-view .product-content .product-content-left .product-info-main .product-add-form .fieldset .advance-sale-notice ul {
    list-style: disc;
    padding-left: 16px
}

.catalog-product-view .product-content .product-content-left .product-introduce {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.catalog-product-view .product-content .product-content-left .product-introduce&gt;div {
    width: 100%
}

.catalog-product-view .product-content .product-content-left .product-introduce .introduce-des {
    font-size: 16px;
    color: #666;
    max-width: 490px;
    line-height: 20px;
    letter-spacing: -.01em
}

.catalog-product-view .product-content .product-content-left .product-introduce .introduce-des .shortdes-b {
    font-family: 'HtigerCHS-Medium';
    color: #06c;
    font-weight: 200
}

.catalog-product-view .product-content .product-content-left .product-introduce .introduce-des p {
    margin: 0
}

.catalog-product-view .product-content .product-content-left .product-introduce .introduce-des ul {
    list-style: disc;
    padding-left: 16px
}

.catalog-product-view .product-content .product-content-left .product-introduce .product-introduce-img {
    margin-top: 160px
}

.catalog-product-view .product-content .product-content-left .product-introduce .product-introduce-img .introduce-img {
    margin-top: 16px;
    width: 160px;
    background-color: #ddd;
    cursor: pointer
}

.catalog-product-view .product-content .product-content-left .product-introduce .product-introduce-img .introduce-img img {
    display: block;
    width: 100%
}

.catalog-product-view .product-content .product-content-right {
    margin-right: 35px;
    padding-left: 0 !important;
    padding-right: 0;
    max-width: 602px
}

.catalog-product-view .product-content .product-content-right .product.media {
    background: #fff;
    border: 1px solid #ececec;
    border-top: 0
}

.catalog-product-view .product-content .product-content-right .slide-img {
    text-align: center
}

.catalog-product-view .product-content .product-content-right .col-md-5 {
    width: 50%
}

.catalog-product-view .product-content .product-content-right .col-md-5 .gallery-placeholder__image {
    width: 100%
}

.catalog-product-view .product-include-components {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 48px;
    padding-top: 48px
}

.catalog-product-view .product-include-components .include-components-title {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 40px
}

.catalog-product-view .product-include-components .include-components-content {
    display: flex;
    justify-content: space-between
}

.catalog-product-view .product-include-components .include-components-content .main-img {
    width: 33%;
    min-height: 1px;
    border-bottom: 1px solid #dcdcdc
}

.catalog-product-view .product-include-components .include-components-content .main-img img {
    display: block;
    width: 80%;
    max-width: 400px;
    margin-bottom: 16px
}

.catalog-product-view .product-include-components .include-components-content .main-img .main-img-name {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 16px
}

.catalog-product-view .product-include-components .include-components-content .include-components-list {
    margin-left: 48px;
    width: calc(67% - 3*16px);
    display: flex;
    flex-wrap: wrap
}

.catalog-product-view .product-include-components .include-components-content .include-components-list .include-components-view {
    width: calc(25% - 1.5*16px);
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 32px;
    margin-left: 32px
}

.catalog-product-view .product-include-components .include-components-content .include-components-list .include-components-view:nth-child(4n+1) {
    margin-left: 0
}

.catalog-product-view .product-include-components .include-components-content .include-components-list .include-components-view img {
    display: block;
    margin-bottom: 16px;
    width: 60%
}

.catalog-product-view .product-include-components .include-components-content .include-components-list .include-components-view .include-components-name {
    width: 60%;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.catalog-product-view .product-core-functions {
    padding-top: 48px;
    border-bottom: 1px solid #dcdcdc
}

.catalog-product-view .product-core-functions .core-functions-title {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 40px
}

.catalog-product-view .product-core-functions .core-functions-content {
    display: flex;
    flex-wrap: wrap
}

.catalog-product-view .product-core-functions .core-functions-content .core-functions-view {
    width: calc(33.33% - 2*16px);
    margin-left: 48px;
    margin-bottom: 48px
}

.catalog-product-view .product-core-functions .core-functions-content .core-functions-view:nth-child(3n+1) {
    margin-left: 0
}

.catalog-product-view .product-core-functions .core-functions-content .core-functions-view .core-functions-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.catalog-product-view .product-core-functions .core-functions-content .core-functions-view .core-functions-img img {
    display: block;
    width: 100%
}

.catalog-product-view .product-core-functions .core-functions-content .core-functions-view .core-functions-des {
    margin-top: 24px
}

.catalog-product-view .product-core-functions.bg-black {
    background-color: #000;
    color: #fff
}

.catalog-product-view .product-specifications {
    padding-top: 48px;
    border-bottom: 1px solid #dcdcdc
}

.catalog-product-view .product-specifications .product-specifications-title {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 40px;
    font-family: "HtigerCHS-Light", HtigerCHS, Arial, sans-serif
}

.catalog-product-view .product-specifications .product-specifications-content .specifications-content-line {
    display: flex;
    flex-wrap: wrap
}

.catalog-product-view .product-specifications .product-specifications-content .specifications-content-line .specifications-view {
    margin-right: 32px;
    width: calc(25% - 1.5*16px);
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 48px
}

.catalog-product-view .product-specifications .product-specifications-content .specifications-content-line .specifications-view:nth-child(4n) {
    margin-right: 0
}

.catalog-product-view .product-specifications .product-specifications-content .specifications-content-line .specifications-view .specifications-view-name {
    font-size: 14px;
    font-weight: 500;
    font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif;
    margin-bottom: 8px;
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.catalog-product-view .product-specifications .product-specifications-content .specifications-content-line .specifications-view .specifications-view-des {
    font-size: 24px;
    line-height: 32px;
    height: 64px;
    color: #555;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset
}

.catalog-product-view .product-specifications .product-specifications-content .specifications-content-line .content-bottom-left {
    width: calc(25% - 1.5*16px)
}

.catalog-product-view .product-specifications .product-specifications-content .specifications-content-line .content-bottom-left .specifications-view {
    width: 100%
}

.catalog-product-view .product-specifications .product-specifications-content .specifications-content-line .content-bottom-right {
    margin-right: 32px;
    width: calc(50% - 16px)
}

.catalog-product-view .product.data.items&gt;.item.content {
    padding: 0;
    margin-top: 0;
    border: 0
}

.catalog-product-view .product.data.items&gt;.item.title {
    display: none
}

.catalog-product-view .product-comments-list {
    padding: 48px;
    border-bottom: 1px solid #dcdcdc
}

.catalog-product-view .product-comments-list .review-list .block-title {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 40px
}

.catalog-product-view .product-comments-list .review-list .block-content .review-item {
    padding: 32px 0;
    border-bottom: 1px solid #d8d8d8
}

.catalog-product-view .product-comments-list .review-list .block-content .review-ratings {
    float: none;
    max-width: none;
    margin-bottom: 24px
}

.catalog-product-view .product-comments-list .review-list .block-content .review-title {
    font-weight: 500;
    margin-bottom: 24px
}

.catalog-product-view .product-comments-list .review-list .block-content .review-details {
    margin-left: 0;
    font-size: 14px;
    margin-bottom: 24px
}

.catalog-product-view .product-comments-list .review-list .block-content .review-details .review-author {
    color: #666;
    display: inline-block;
    padding-left: 16px;
    margin-left: 16px
}

.catalog-product-view .product-comments-list .review-list .block-content .review-details .review-date {
    color: #999
}

.catalog-product-view .product-comments-list .review-list .block-content .review-content {
    font-size: 14px;
    color: #999;
    margin-bottom: 0
}

.catalog-product-view .product-submit-comments {
    padding: 48px 0;
    border-bottom: 1px solid #dcdcdc
}

.catalog-product-view .product-submit-comments .submit-comments-title {
    font-size: 32px;
    font-weight: 300
}

.catalog-product-view .product-submit-comments .product-name {
    font-size: 24px;
    margin: 24px 0
}

.catalog-product-view .product-submit-comments .submit-comments-content .review-form {
    border: 1px solid #e3e3e3;
    padding: 32px;
    width: 60%;
    margin-bottom: 24px
}

.catalog-product-view .product-submit-comments .submit-comments-content .review-form .field {
    margin-bottom: 32px
}

.catalog-product-view .product-submit-comments .submit-comments-content .review-form .field .input-text {
    height: 48px;
    border-color: #aaa
}

.catalog-product-view .product-submit-comments .submit-comments-content .review-form .field textarea {
    border-color: #aaa
}

.catalog-product-view .product-submit-comments .submit-comments-content .review-form .actions-toolbar&gt;.primary,
.catalog-product-view .product-submit-comments .submit-comments-content .review-form .actions-toolbar&gt;.secondary {
    text-align: left
}

.catalog-product-view .product-submit-comments .submit-comments-content .review-form .action.submit.primary {
    background-color: #79b928;
    height: 48px;
    width: 240px;
    font-weight: 400
}

.catalog-product-view .mobile-product-media {
    display: none
}

@media (max-width:991px) {
    .page-main .columns .product.attribute.description [data-content-type=row][data-appearance=contained]&gt;div {
        padding: 0 !important
    }

    .category-menu .category-menu-banner .category-menu-title {
        margin-left: 24px
    }

    .catalog-product-view .row {
        margin: 0
    }

    .catalog-product-view .tab-list {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        overflow-x: scroll;
        padding: 0 25px;
        justify-content: space-between
    }

    .catalog-product-view .tab-list::-webkit-scrollbar {
        height: 3px
    }

    .catalog-product-view .tab-list::-webkit-scrollbar-thumb {
        background: #d8d8d8;
        border-radius: 10px
    }

    .catalog-product-view .tab-list::-webkit-scrollbar-track-piece {
        background: 0 0
    }

    .catalog-product-view .tab-list a {
        white-space: nowrap
    }



    .catalog-product-view .box-tocart {
        max-width: 100%
    }

    .catalog-product-view .product-content {
        padding-left: 20px;
        padding-right: 20px
    }

    .catalog-product-view .product-include-components,
    .catalog-product-view .product-specifications,
    .catalog-product-view .product-core-functions,
    .catalog-product-view .block-slider-basic-product,
    .catalog-product-view .product.attribute.container {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .catalog-product-view .product-specifications-content .specifications-content-line .specifications-view {
        width: calc(32% - 1.5*16px)
    }

    .catalog-product-view .product-core-functions .core-functions-content .core-functions-view {
        width: 45%;
        margin-left: 30px !important
    }

    .catalog-product-view .product-core-functions .core-functions-content .core-functions-view:nth-child(2n+1) {
        margin-left: 0 !important
    }

    .catalog-category-view .block-slider-basic-product .products-grid .item .item-inner .box-info .price-box .price-container {
        height: auto;
        line-height: normal
    }
}

@media (max-width:991px) {
    body.catalog-product-view._has-modal {
        position: absolute !important
    }

    .hb-text {
        max-width: 100%;
        color: #333;
        height: 100%;
        overflow: hidden
    }

    .hb-text a {
        float: right
    }

    .catalog-product-view .category-menu .category-menu-banner .category-menu-choose-mode a {
        font-size: 14px;
        padding: 0 25px;
        height: 70px;
        line-height: 70px
    }

    .catalog-product-view .category-menu .category-menu-banner .category-menu-choose-mode a:before {
        font-weight: 500
    }

    .catalog-product-view .product-content .product-content-left .product-info-main .product-info-price .origin-price {
        font-size: 16px
    }

    .catalog-product-view .swiper-pagination-bullet {
        background-color: #7e7e7e;
        opacity: .5
    }

    .catalog-product-view .swiper-pagination-bullet-active {
        background-color: #7e7e7e;
        opacity: 1
    }

    .catalog-product-view .trade-sction {
        background-color: #fbfbfb;
        border: 1px solid #ececec;
        background-size: 28px;
        padding: 10px 15px 10px 55px
    }

    .catalog-product-view .product-info-tab .tab-list {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        overflow-x: scroll;
        padding: 0 25px;
        justify-content: space-between
    }

    .catalog-product-view .product-info-tab .tab-list a {
        margin-right: 43px !important;
        margin-left: 6px;
        white-space: nowrap;
        position: relative
    }

    .catalog-product-view .product-info-tab .tab-list a.active {
        border-bottom: 0
    }

    .catalog-product-view .product-info-tab .tab-list a.active:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        min-width: 63px;
        height: 2px;
        background: #999;
        margin: auto;
        left: -50%;
        right: -50%;
        bottom: 0
    }

    .catalog-product-view .product-info-tab .tab-list a:last-child {
        margin-right: 0 !important
    }

    .catalog-product-view .video_section.video_boxs:before,
    .catalog-product-view .video_section.video_boxs:hover:before {
        width: 64px;
        height: 64px;
        left: calc(50% - 32px);
        top: calc(50% - 32px);
        background-size: 17px 26px
    }

    .catalog-product-view .product-content .product-content-left .product-info-main .product-marker {
        padding-bottom: 10px
    }

    .catalog-product-view .product-content .product-content-left .product-info-main .product-marker&gt;div {
        margin-bottom: 10px
    }

    .category-menu .category-menu-banner .category-menu-title {
        margin-left: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-right: 0
    }

    .category-menu .category-menu-part .page-path {
        padding-left: 25px;
        padding-right: 25px
    }

    .category-menu .category-menu-part .category-menu-content {
        padding: 0 25px
    }

    .category-menu .category-menu-part .category-menu-content .container {
        width: 100%
    }

    .category-menu .category-menu-part .category-menu-content .container&gt;div {
        width: 50%
    }

    .catalog-product-view .product-content .product-content-left .introduce-title h1 {
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 20px;
        max-width: 100%;
        letter-spacing: -.02em
    }

    .catalog-product-view .product-options-wrapper {
        border: 0;
        display: none
    }

    .catalog-product-view .product-content .product-content-left .product-info-main .product-gifts {
        max-width: 265px;
        padding-top: 0;
        padding-bottom: 0
    }

    .catalog-product-view .product-content .product-content-left .product-introduce .introduce-des {
        max-width: 100%;
        padding-bottom: 10px;
        font-size: 14px
    }

    .catalog-product-view .shortdes-a {
        padding-bottom: 20px
    }

    .catalog-product-view .product-info-price .retail-price {
        font-size: 14px !important;
        margin: 0 0 5px !important
    }

    .catalog-product-view .product-info-price .advance-sale-price,
    .catalog-product-view .product-info-price .price-container {
        font-size: 26px !important;
        line-height: 26px !important
    }



    .catalog-product-view .page-main-details,
    .catalog-product-view .bundle-options-wrapper {
        display: none
    }

    .catalog-product-view .product-include-components .include-components-content .main-img img {
        margin: 0 auto
    }

    .catalog-product-view .product-specifications .product-specifications-title {
        font-size: 28px
    }

    .catalog-product-view .product-specifications .product-specifications-content {
        margin-bottom: 30px
    }

    .catalog-product-view .product-specifications .product-specifications-content .specifications-content-line {
        display: block
    }

    .catalog-product-view .product-specifications .product-specifications-content .specifications-content-line .content-bottom-left {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        flex-wrap: wrap
    }

    .catalog-product-view .product-specifications .product-specifications-content .specifications-content-line .content-bottom-left .specifications-view {
        width: calc(50% - 1.5*16px)
    }

    .catalog-product-view .product-specifications .product-specifications-content .specifications-content-line .content-bottom-right {
        width: auto
    }

    .catalog-product-view .product-content {
        background: 0 0;
        padding: 0;
        border-bottom: none
    }

    .catalog-product-view .product-content .product-info-main {
        position: relative
    }

    .catalog-product-view .product-content .product-content-left,
    .catalog-product-view .product-content .product-content-right {
        padding: 0 25px !important;
        margin: 0
    }

    .catalog-product-view .product-content .product-content-left .product-info-main .free-gift {
        padding: 15px 0 0;
        justify-content: flex-start;
        width: 100%;
        float: none
    }

    .catalog-product-view .product-content .product-content-left .product-info-main .free-gift:nth-child(2n+1) {
        padding-right: 0
    }

    .catalog-product-view .product-content .product-content-left {
        padding-top: 50px !important;
        padding-bottom: 30px !important;
        background: #f9f9f9;
        max-width: 100%
    }

    .catalog-product-view .product-content .product-content-right {
        border-bottom: 1px solid #ececec;
        padding: 0 !important;
        max-width: 100%
    }

    .catalog-product-view .product-content .product-content-right .product.media {
        border: 0
    }

    .catalog-product-view .product-content .product-content-right .product-introduce {
        padding: 0
    }

    .catalog-product-view .product-content .product-content-right .product-introduce .introduce-title {
        font-size: 20px;
        color: #333;
        margin-bottom: 20px
    }

    .catalog-product-view .product-content .product-content-right .product-introduce .introduce-title h1 {
        font-size: 20px;
        margin-bottom: 0
    }

    .catalog-product-view .product-content .product-content-right .col-md-5 {
        display: none
    }

    .catalog-product-view .product-content .product-content-right .col-md-5.product-introduce {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        flex-wrap: wrap;
        width: 100%
    }

    .catalog-product-view .product.media .product-introduce-img {
        display: none
    }

    .catalog-product-view .mobile-product-media {
        display: block;
        margin-bottom: 28px;
        position: relative;
        background-color: #f0f0f0;
        background-image: linear-gradient(to top, #fdfdfd 52%, #eae9eb 58%, #dbdbdb 59%, #e1e1e1 65%, #eee 74%)
    }

    .catalog-product-view .mobile-product-media .swiper-slide .video_section.video_boxs,
    .catalog-product-view .mobile-product-media .swiper-slide img {
        width: 100%;
        height: auto;
        margin: 0
    }

    .catalog-product-view .mobile-product-media .mb-main-video {
        position: absolute;
        left: 20px;
        top: 20px;
        z-index: 1
    }

    .catalog-product-view .mobile-product-media .mb-main-video.vs:before {
        content: " ";
        display: inline-block;
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal;
        color: #fff;
        width: 60px;
        height: 60px;
        border-radius: 100px;
        font-size: 50px;
        text-align: center;
        line-height: 60px;
        left: calc(20%);
        top: calc(20%);
        background-size: 30px;
        background-repeat: no-repeat;
        opacity: .9;
        background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/mobile-san.svg);
        background-position: center 16px;
        top: auto;
        left: 30px;
        bottom: auto;
        background-color: #fff
    }

    .catalog-product-view .mobile-product-media .mb-main-arryimg {
        position: absolute;
        top: 100px;
        left: 20px;
        z-index: 1
    }

    .catalog-product-view .mobile-product-media .mb-main-arryimg.vs:before {
        content: " ";
        display: inline-block;
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal;
        color: #fff;
        width: 60px;
        height: 60px;
        border-radius: 100px;
        font-size: 50px;
        text-align: center;
        line-height: 60px;
        left: calc(20%);
        top: calc(20%);
        background-size: 30px;
        background-repeat: no-repeat;
        opacity: .9;
        background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/mobile-san.svg);
        background-position: center 16px;
        top: auto;
        left: 30px;
        bottom: auto;
        background-color: #fff;
        background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/gallery-icon.png);
        background-position: center 20px
    }

    .catalog-product-view .product-photo {
        display: none
    }

    .catalog-product-view .swatch-box {
        border-top: none;
        padding: 0
    }

    .catalog-product-view .swatch-box .swatch-label {
        margin-bottom: 10px;
        font-size: 14px;
        font-family: "HtigerCHS-Medium"
    }

    .catalog-product-view .swatch-box .swatch-label span {
        font-family: "HtigerCHS-Book";
        margin-left: 5px
    }

    .catalog-product-view .swatch-box .swatch-content-two {
        margin-top: 20px
    }

    .catalog-product-view .swatch-box .swatch-content-two ul {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        flex-wrap: wrap
    }

    .catalog-product-view .swatch-box .swatch-content-two ul li {
        font-size: 14px;
        margin-right: 20px;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        align-items: center
    }

    .catalog-product-view .htiger-logo {
        width: 80%
    }

    .catalog-product-view .product-content-right {
        margin-top: 30px
    }

    .catalog-product-view .product-content-right .col-md-5 {
        width: auto
    }

    .catalog-product-view .product-core-functions .core-functions-title {
        font-size: 28px;
        margin-bottom: 20px
    }

    .catalog-category-view .page-main .row {
        margin: 0
    }

    .catalog-category-view .title-home {
        margin: 0 24px 24px
    }

    .catalog-category-view .owl-controls {
        display: none
    }

    .catalog-category-view .products-grid {
        margin: 0 24px;
        padding-left: 20px
    }

    .catalog-category-view .products-grid .owl-stage-outer {
        margin-left: -20px
    }

    .catalogsearch-result-index .columns&gt;.container {
        margin: 0 24px
    }

    .catalogsearch-result-index .block-slider-basic-product.silk-col-3 .products-grid .item {
        width: 50%
    }

    .catalog-product-view .category-menu .category-menu-banner .category-menu-choose-mode {
        height: 70px
    }
}

@media (max-width:640px) {
    .category-menu .category-menu-banner .category-menu-choose-mode a {
        width: auto;
        padding: 0 20px
    }

    .category-menu .category-menu-part .category-menu-content {
        overflow-y: scroll
    }

    .category-menu .category-menu-part .category-menu-content .container {
        display: block;
        width: auto;
        margin-bottom: 100px
    }

    .category-menu .category-menu-part .category-menu-content .container&gt;div {
        margin-bottom: 80px;
        width: auto
    }

    .category-menu .category-menu-part .category-menu-content .container&gt;div .category-menu-link-title {
        border-bottom: .75px solid #979797;
        width: auto;
        padding-bottom: 25px;
        line-height: normal
    }

    .category-menu .category-menu-part .category-menu-content .container&gt;div .category-menu-link a {
        margin-top: 25px;
        font-size: 14px
    }

    .catalog-product-view .product-specifications .product-specifications-content .specifications-content-line .specifications-view .specifications-view-name {
        margin-bottom: 14px
    }

    .catalog-product-view .product-specifications .product-specifications-content .specifications-content-line .specifications-view .specifications-view-des {
        font-size: 20px
    }
}

@media (max-width:580px) {
    .catalog-product-view .product-include-components .include-components-content .include-components-list .include-components-view {
        width: calc(51% - 1.5*16px)
    }

    .catalog-product-view .product-include-components .include-components-content .include-components-list .include-components-view:nth-child(4n+1) {
        margin-left: 32px
    }

    .catalog-product-view .product-include-components .include-components-content .include-components-list .include-components-view:nth-child(2n+1) {
        margin-left: 0
    }
}

@media (max-width:480px) {
    .category-menu .category-menu-banner .category-menu-title {
        font-size: 14px;
        line-height: normal
    }

    .category-menu .category-menu-banner .category-menu-choose-mode .iconfont {
        font-size: 26px
    }

    .catalog-product-view .tab-list {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        overflow-x: scroll;
        padding: 0 25px
    }

    .catalog-product-view .tab-list a {
        white-space: nowrap
    }

    .catalog-product-view .product-core-functions .core-functions-content .core-functions-view {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 30px
    }

    .catalog-product-view .product-include-components .include-components-content .include-components-list .include-components-view {
        width: calc(53% - 1.5*16px);
        margin-left: 20px
    }

    .catalog-product-view .product-include-components .include-components-content .include-components-list .include-components-view:nth-child(3n+1) {
        margin-left: 20px
    }

    .catalog-product-view .product-include-components .include-components-content .include-components-list .include-components-view:nth-child(2n+1) {
        margin-left: 0
    }

    .catalog-product-view .product-include-components .include-components-content .include-components-list .include-components-view:nth-child(4n+1) {
        margin-left: 0
    }

    .catalog-product-view .product-include-components .include-components-content .include-components-list .include-components-view img {
        margin: 0 auto;
        width: 100%;
        height: auto
    }

    .catalogsearch-result-index .block-slider-basic-product.silk-col-3 .products-grid .item {
        width: 100%
    }
}

@media (min-width:992px) {
    .catalog-category-view #maincontent .container .row {
        margin: 0
    }
}

.productreview-index-index .page-main&gt;.columns&gt;.container {
    width: 100%
}

.productreview-index-index .menu-header {
    background-color: #333;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9
}

.productreview-index-index .menu-header&gt;.container {
    display: flex;
    justify-content: flex-end
}

.productreview-index-index .menu-header .green-btn-cover {
    font-size: 16px;
    display: inline-block;
    height: 64px;
    line-height: 64px;
    padding: 0;
    font-weight: 400;
    width: 240px;
    text-align: center;
    white-space: nowrap;
    position: relative;
    font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif;
    background-color: #79b928;
    color: #fff;
    pointer-events: auto;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.productreview-index-index .page-title-wrapper {
    margin: 104px auto 0
}

.productreview-index-index .page-title-wrapper .page-title {
    font-size: 44px;
    font-weight: 300;
    color: #333;
    line-height: 57px
}

.productreview-index-index .associated_products {
    position: relative;
    margin-bottom: 60px
}

.productreview-index-index .associated_products .associated_product-item {
    display: flex;
    border: 1px solid #dcdcdc;
    padding: 20px
}

.productreview-index-index .associated_products .associated_product-item .associated_product {
    flex-grow: 1
}

.productreview-index-index .associated_products .associated_product-name {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    line-height: 21px;
    margin-bottom: 20px
}

.productreview-index-index .associated_products .associated_product-star-area {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 21px
}

.productreview-index-index .associated_products .review-star-list {
    margin-right: 10px
}

.productreview-index-index .associated_products .review-star-list .icon-star {
    width: 24px;
    height: 24px;
    display: inline-block
}

.productreview-index-index .associated_products .associated_product-rating-area {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
    color: #333;
    line-height: 40px;
    font-family: HtigerCHS-Light, HtigerCHS
}

.productreview-index-index .associated_products .associated_product-rating-area .associated_product-average {
    font-size: 37px;
    line-height: 79px
}

.productreview-index-index .associated_products .associated_product-image {
    width: 83px;
    margin-left: 20px;
    flex-shrink: 0
}

.productreview-index-index .associated_products .associated_product-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto
}

.productreview-index-index .associated_products .owl-controls&gt;.owl-nav&gt;.owl-prev,
.productreview-index-index .product-list .owl-controls&gt;.owl-nav&gt;.owl-prev {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate(-100%, -50%)
}

.productreview-index-index .associated_products .owl-controls&gt;.owl-nav&gt;.owl-next,
.productreview-index-index .product-list .owl-controls&gt;.owl-nav&gt;.owl-next {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translate(100%, -50%)
}

.productreview-index-index .modal-popup.sign-popup.image-detail .modal-inner-wrap {
    bottom: 10%;
    align-items: center;
    justify-content: center
}

.productreview-index-index.page-layout-1column .page-main {
    min-height: 0;
    padding: 0
}

.productreview-index-index .review-container {
    padding: 0
}

.productreview-index-index .review-container .review-page-back {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    color: #333;
    padding: 16px 0;
    cursor: pointer
}

.productreview-index-index .review-container .review-page-back:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 150%;
    bottom: 0;
    left: -25%;
    background: #ececec
}

.productreview-index-index .review-container .review-page-back .review-page-back-icon {
    display: inline-block;
    transform: rotate(180deg);
    font-size: 24px;
    margin-right: 16px
}

.productreview-index-index .review-container .review-page-back .review-page-back-icon:before {
    content: "\f105";
    font-family: "fontawesome"
}

.productreview-index-index .review-container .review-page-back .review-page-back-text {
    font-size: 18px
}

.productreview-index-index .review-container .review-page-title {
    position: relative;
    margin: 0 auto;
    color: #333;
    padding: 52px 0 38px
}

.productreview-index-index .review-container .review-page-title:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 150%;
    bottom: 0;
    left: -25%;
    background: #ececec
}

.productreview-index-index .review-container .review-page-title .review-page-title-text {
    font-size: 34px;
    letter-spacing: -1px
}

.productreview-index-index .review-container .review-page-title .review-page-title-text span {
    font-size: 22px;
    color: #666;
    letter-spacing: 0
}

.productreview-index-index .review-container .container {
    margin-top: 18px
}

.productreview-index-index .review-container .review-list-header .review-list-header-title {
    font-size: 34px;
    font-family: HtigerCHS-Book, HtigerCHS;
    color: #333;
    line-height: 45px;
    margin: 0
}

.productreview-index-index .review-container .review-list-header .review-list-header-filter {
    display: flex;
    overflow: -moz-scrollbars-none
}

.productreview-index-index .review-container .review-list-header .review-list-header-filter::-webkit-scrollbar {
    width: 0 !important;
    display: none
}

.productreview-index-index .review-container .review-list-header .review-list-header-filter-item {
    height: 58px;
    font-size: 18px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    letter-spacing: -1px;
    padding: 0 26px;
    margin-right: 38px;
    color: #dadada;
    line-height: 58px;
    box-sizing: border-box;
    cursor: pointer
}

.productreview-index-index .review-container .review-list-header .review-list-header-filter-item.active {
    color: #333;
    font-family: 'HtigerCHS-Medium';
    border-bottom: 2px solid #333
}

.productreview-index-index .review-container .review-list {
    padding: 35px 0;
    margin-bottom: 0
}

.productreview-index-index .review-container .review-list-item {
    padding: 40px 0;
    border-bottom: 1px solid #d8d8d8
}

.productreview-index-index .review-container .review-star-list .icon-star {
    background: url(/media/icon/empty-star.svg);
    background-size: cover
}

.productreview-index-index .review-container .review-star-list .icon-star.selected {
    background: url(/media/icon/star.svg);
    background-size: cover
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-area {
    padding-bottom: 15px
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-area .review-list-item-nickname {
    font-size: 20px;
    color: #333;
    font-family: 'HtigerCHS-Medium';
    line-height: 20px;
    margin-bottom: 15px;
    float: left
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-area .review-list-item-nickname .review-list-item-quality {
    position: relative;
    bottom: 2px;
    display: inline-block;
    width: 60px;
    text-align: center;
    margin-left: 5px;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: "HtigerCHS-Book"
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-area .review-list-item-time {
    font-size: 14px;
    line-height: 18px;
    color: #999;
    display: block;
    clear: left
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-area .review-list-item-star-area {
    display: flex;
    font-size: 14px;
    color: #555;
    align-items: center;
    float: right
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-area .review-list-item-star-area .review-star-list {
    flex-shrink: 0;
    font-size: 0
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-area .review-list-item-star-area .review-star-list .icon-star {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-area .review-list-item-product-name {
    flex-grow: 1;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.productreview-index-index .review-container .review-list-item-info .review_list_item_content {
    font-size: 14px;
    color: #999;
    line-break: anywhere
}

.productreview-index-index .review-container .review-list-item-info .review_list_item_content_expand {
    display: none;
    font-size: 18px;
    color: #333;
    margin-top: 12px;
    line-height: 1;
    margin-bottom: 10px;
    text-decoration: underline;
    cursor: pointer
}

.productreview-index-index .review-container .review-list-item-info .review_list_item_content_isUsed {
    font-size: 16px;
    margin-top: 10px;
    color: #333
}

.productreview-index-index .review-container .review-list-item-info .review_list_item_content_isUsed img {
    width: 14px;
    margin-right: 4px;
    margin-bottom: 2px
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-image {
    display: flex
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-image .review-list-item-image-item {
    width: 105px;
    height: 105px;
    margin-top: 15px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-image .review-list-item-image-item:last-child {
    margin-right: 0
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-image .review-list-item-image-item-video {
    position: relative;
    width: 105px;
    height: 105px;
    margin-top: 15px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-image .review-list-item-image-item-video:before {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san.svg);
    background-size: 11px;
    background-position: center center;
    background-repeat: no-repeat
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add {
    font-size: 18px;
    color: #333;
    word-break: break-word;
    margin-top: 20px;
    border-top: 1px solid #d5d5d5
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review-list-item-add-date {
    font-size: 14px;
    color: #333;
    padding: 24px 0 5px
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_content {
    font-size: 14px;
    color: #666;
    line-break: anywhere
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap {
    display: flex
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-] {
    display: none
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content {
    max-height: 999px !important
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content:before {
    height: 100% !important
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content .review_list_item_add_content_open {
    height: 0 !important
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content .review_list_item_add_content_open:before {
    visibility: hidden
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content:after {
    visibility: hidden
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content {
    position: relative;
    line-height: 1.5;
    overflow: hidden
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content:before {
    content: '';
    float: right;
    width: 0;
    height: calc(100% - 19px)
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content:after {
    content: '';
    width: 999vw;
    height: 999vw;
    position: absolute;
    box-shadow: inset calc(100px - 999vw) calc(20px - 999vw) 0 0 #fff;
    margin-left: -100px
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content .review_list_item_add_content_open {
    position: relative;
    width: 20px;
    height: 20px;
    text-align: right;
    color: #999;
    float: right;
    clear: both;
    line-height: 1.5
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content .review_list_item_add_content_open:before {
    content: 'è·¯è·¯è·¯';
    position: absolute;
    left: 0;
    top: -2px;
    color: #999
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap {
    display: flex
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-] {
    display: none
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content {
    max-height: 999px !important
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:before {
    height: 100% !important
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_add_reply_content_open {
    height: 0 !important
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_add_reply_content_open:before {
    visibility: hidden
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:after {
    visibility: hidden
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content {
    position: relative;
    line-height: 1.5;
    overflow: hidden
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content:before {
    content: '';
    float: right;
    width: 0;
    height: calc(100% - 19px)
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content:after {
    content: '';
    width: 999vw;
    height: 999vw;
    position: absolute;
    box-shadow: inset calc(100px - 999vw) calc(20px - 999vw) 0 0 #f0f0f0;
    margin-left: -100px
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_add_reply_content_open {
    position: relative;
    width: 20px;
    height: 20px;
    text-align: right;
    color: #999;
    float: right;
    clear: both;
    line-height: 1.5
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_add_reply_content_open:before {
    content: 'è·¯è·¯è·¯';
    position: absolute;
    left: 0;
    top: -2px;
    color: #999
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_expand {
    display: none;
    font-size: 18px;
    margin-top: 12px;
    line-height: 1;
    margin-bottom: 10px;
    color: #333;
    text-decoration: underline;
    cursor: pointer
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_reply_expand {
    display: none;
    font-size: 16px;
    margin-top: 12px;
    line-height: 1;
    margin-bottom: 10px;
    color: #333;
    text-decoration: underline;
    cursor: pointer
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-reply {
    padding: 20px;
    position: relative;
    margin-top: 20px;
    background-color: #f0f0f0
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review-list-item-reply-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review-list-item-reply-info .review-list-item-reply-area {
    display: flex;
    align-items: center
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review-list-item-reply-info .review-list-item-reply-area .review-list-item-reply-avatar {
    flex: none;
    width: 25px;
    height: 26px;
    margin-right: 10px;
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/official.png);
    background-size: cover
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review-list-item-reply-info .review-list-item-reply-area .review-list-item-reply-user {
    font-size: 18px;
    color: #666;
    font-family: 'HtigerCHS-Medium';
    line-height: 18px;
    margin-top: 2px
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review-list-item-reply-info .review-list-item-reply-time {
    font-size: 15px;
    color: #999
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_content {
    font-size: 14px;
    width: 100%;
    color: #666;
    line-break: anywhere
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap {
    display: flex
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-] {
    display: none
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content {
    max-height: 999px !important
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:before {
    height: 100% !important
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_reply_content_open {
    height: 0 !important
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_reply_content_open:before {
    visibility: hidden
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:after {
    visibility: hidden
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content {
    position: relative;
    line-height: 1.5;
    overflow: hidden
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content:before {
    content: '';
    float: right;
    width: 0;
    height: calc(100% - 19px)
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content:after {
    content: '';
    width: 999vw;
    height: 999vw;
    position: absolute;
    box-shadow: inset calc(100px - 999vw) calc(20px - 999vw) 0 0 #f0f0f0;
    margin-left: -100px
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_reply_content_open {
    position: relative;
    width: 20px;
    height: 20px;
    text-align: right;
    color: #999;
    float: right;
    clear: both;
    line-height: 1.5
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_reply_content_open:before {
    content: 'è·¯è·¯è·¯';
    position: absolute;
    left: 0;
    top: -2px;
    color: #999
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-reply:before {
    content: "";
    position: absolute;
    left: 20px;
    top: -28px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #f0f0f0
}

.productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_expand {
    display: none;
    font-size: 16px;
    margin-top: 12px;
    line-height: 1;
    margin-bottom: 10px;
    color: #333;
    text-decoration: underline;
    cursor: pointer
}

.productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap {
    display: flex
}

.productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap input[id^=review-list-] {
    display: none
}

.productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content {
    max-height: 999px !important
}

.productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content:before {
    height: 100% !important
}

.productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content .review_list_item_content_open {
    height: 0 !important
}

.productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content .review_list_item_content_open:before {
    visibility: hidden
}

.productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content:after {
    visibility: hidden
}

.productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap .review_list_item_content {
    position: relative;
    line-height: 1.5;
    overflow: hidden
}

.productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap .review_list_item_content:before {
    content: '';
    float: right;
    width: 0;
    height: calc(100% - 19px)
}

.productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap .review_list_item_content:after {
    content: '';
    width: 999vw;
    height: 999vw;
    position: absolute;
    box-shadow: inset calc(100px - 999vw) calc(20px - 999vw) 0 0 #fff;
    margin-left: -100px
}

.productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap .review_list_item_content .review_list_item_content_open {
    position: relative;
    width: 20px;
    height: 20px;
    text-align: right;
    color: #aaa;
    float: right;
    clear: both;
    line-height: 1.5
}

.productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap .review_list_item_content .review_list_item_content_open:before {
    content: 'è·¯è·¯è·¯';
    position: absolute;
    left: 0;
    top: -2px;
    color: #aaa
}

.productreview-index-index .review-container .review-list-more-href {
    margin: 30px 0;
    font-size: 20px;
    line-height: 32px;
    text-align: center
}

.productreview-index-index .review-container .review-list-more-href a {
    display: inline-flex;
    align-items: center;
    padding: 4px 40px;
    color: #fff;
    background-color: #666
}

.productreview-index-index .review-container .review-list-more-href .icon-arrow-area {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px
}

.productreview-index-index .review-container .review-list-more-href .icon-arrow {
    width: 24px;
    height: 24px;
    background: url(/media/icon/icon-arrow-right.png);
    background-size: cover
}

.productreview-index-index .review-container .review-list-count-area {
    padding: 5px 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 30px
}

.productreview-index-index .review-container .review-list-count-area .gray-btn-cover {
    width: 300px;
    height: 55px;
    background: #ececec;
    font-size: 18px;
    font-family: 'HtigerCHS-Medium';
    font-weight: 400;
    color: #333;
    line-height: 55px;
    display: none;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
}

.productreview-index-index .review-container .review-list-count-area .review-list-count {
    font-size: 14px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #666;
    line-height: 21px
}

.productreview-index-index .loading-mask {
    display: none
}

.productreview-index-index .product-list {
    background-color: #f9f9f9;
    border-top: 1px solid #d8d8d8;
    padding: 60px 0
}

.productreview-index-index .product-list .product-list-title {
    font-size: 44px;
    font-family: HtigerCHS-Light, HtigerCHS;
    font-weight: 300;
    color: #333;
    line-height: 57px;
    margin-bottom: 60px
}

.productreview-index-index .product-list .product-list-item {
    padding-top: 14px
}

.productreview-index-index .product-list .product-list-item-content {
    border: 1px solid #dcdcdc
}

.productreview-index-index .product-list .product-list-image-area {
    width: 100%;
    position: relative;
    margin-bottom: 20px
}

.productreview-index-index .product-list .product-list-image-area img {
    height: auto
}

.productreview-index-index .product-list .product-list-image-area .product-list-marker-area {
    position: absolute;
    left: 20px;
    top: -14px;
    display: flex
}

.productreview-index-index .product-list .product-list-image-area .product-list-marker {
    height: 28px;
    background: #000;
    padding: 4px 10px;
    font-size: 16px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    margin-bottom: 0;
    margin-right: 20px
}

.productreview-index-index .product-list .product-list-image-area .pre-sale-marker {
    background: #06c
}

.productreview-index-index .product-list .product-list-name {
    font-size: 20px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #333;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 13px;
    padding: 0 20px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.productreview-index-index .product-list .review-star-list-area {
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-size: 14px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 500;
    color: #333;
    line-height: 21px
}

.productreview-index-index .product-list .review-star-list-area .review-star-list {
    margin-right: 10px
}

.productreview-index-index .product-list .review-star-list-area .review-star-list .icon-star {
    width: 24px;
    height: 24px;
    display: inline-block
}

.productreview-index-index .product-list .product-list-details {
    padding: 0 20px;
    margin-top: 20px;
    font-size: 14px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #555;
    line-height: 21px;
    height: 96px;
    overflow: hidden
}

.productreview-index-index .product-list .product-list-price {
    font-size: 14px;
    line-height: 21px
}

.productreview-index-index .product-list .product-list-price .origin-price {
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #999;
    text-decoration: line-through;
    display: block
}

.productreview-index-index .product-list .product-list-price .advance-sale-price {
    font-size: 24px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 500;
    color: #06c;
    line-height: 31px;
    display: block
}

.productreview-index-index .product-list .product-list-price .saved-price {
    font-family: HtigerCHS-Light, HtigerCHS;
    font-weight: 300;
    color: #06c;
    display: block
}

.productreview-index-index .product-list .product-list-price .price {
    font-size: 24px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 500;
    color: #333;
    line-height: 31px
}

.productreview-index-index .product-list .product-list-buy-area {
    border: 1px solid #dcdcdc;
    border-top: 0;
    padding-top: 90px
}

.productreview-index-index .product-list .product-list-buy-area .product-list-price {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 23px;
    padding: 0 20px
}

.productreview-index-index .product-list .product-list-buy-btn-area {
    display: flex
}

.productreview-index-index .product-list .product-list-buy-btn-area .button,
.productreview-index-index .product-list .product-list-buy-btn-area .blue-btn-cover,
.productreview-index-index .product-list .product-list-buy-btn-area .green-btn-cover {
    width: 100px;
    flex-grow: 1;
    height: 60px;
    background: #79b928;
    border: 0;
    font-size: 16px;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.productreview-index-index .product-list .product-list-buy-btn-area .stock {
    width: 100px;
    flex-grow: 1;
    height: 60px;
    line-height: 64px;
    text-align: center;
    background-color: #ebebeb;
    color: #999;
    border-right: 1px solid #fff
}

.productreview-index-index .product-list .product-list-buy-btn-area .blue-btn-cover {
    background: #06c
}

.productreview-index-index .product-list .product-list-buy-btn-area .gray-btn-cover {
    background: #ebebeb;
    color: #555
}

.productreview-index-index .page-title-wrapper {
    display: none
}

@media (min-width:768px) {

    .productreview-index-index .review-page-back,
    .review-page-title {
        width: 750px
    }
}

@media (min-width:992px) {

    .productreview-index-index .review-page-back,
    .review-page-title {
        width: 970px
    }
}

@media (min-width:1200px) {

    .productreview-index-index .review-page-back,
    .review-page-title {
        width: 1200px
    }
}

@media (max-width:991px) {
    .modal-popup.sign-popup.image-detail .modal-inner-wrap {
        width: 90%;
        top: 18%;
        bottom: auto
    }

    body.productreview-index-index._has-modal {
        position: unset
    }

    .productreview-index-index .page-title-wrapper,
    .productreview-index-index .associated_products,
    .productreview-index-index .review-container,
    .productreview-index-index .product-list {
        padding: 0 24px
    }

    .productreview-index-index .menu-header .green-btn-cover {
        width: 120px;
        font-size: 16px
    }

    .productreview-index-index .page-title-wrapper {
        margin: 74px 0 auto
    }

    .productreview-index-index .page-title-wrapper .page-title {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 20px
    }

    .productreview-index-index .associated_products .owl-controls&gt;.owl-nav&gt;.owl-next,
    .productreview-index-index .product-list .owl-controls&gt;.owl-nav&gt;.owl-next {
        display: none !important
    }

    .productreview-index-index .associated_products .owl-controls&gt;.owl-nav&gt;.owl-prev,
    .productreview-index-index .product-list .owl-controls&gt;.owl-nav&gt;.owl-prev {
        display: none !important
    }

    .productreview-index-index .associated_products {
        margin-bottom: 10px
    }

    .productreview-index-index .associated_products .associated_product-name {
        margin-bottom: 10px;
        font-size: 16px
    }

    .productreview-index-index .associated_products .review-star-list {
        margin-right: 4px
    }

    .productreview-index-index .associated_products .review-star-list .icon-star {
        width: 20px;
        height: 20px
    }

    .productreview-index-index .associated_products .associated_product-image {
        margin-left: 10px
    }

    .productreview-index-index .page-main {
        padding: 0
    }

    .productreview-index-index .review-container {
        padding: 0
    }

    .productreview-index-index .review-container .container {
        margin: 0;
        padding: 0 20px
    }

    .productreview-index-index .review-container .review-page-back {
        padding: 10px 20px
    }

    .productreview-index-index .review-container .review-page-back:after {
        width: calc(100% + 20px);
        left: -20px
    }

    .productreview-index-index .review-container .review-page-back .review-page-back-icon {
        margin-right: 10px
    }

    .productreview-index-index .review-container .review-page-back .review-page-back-text {
        font-size: 14px
    }

    .productreview-index-index .review-container .review-page-title {
        padding: 50px 25px 25px
    }

    .productreview-index-index .review-container .review-page-title .review-page-title-text {
        font-size: 26px
    }

    .productreview-index-index .review-container .review-page-title .review-page-title-text span {
        font-size: 16px
    }

    .productreview-index-index .review-container .review-page-title .review-page-title-text .review-page-title-count {
        text-decoration: underline
    }

    .productreview-index-index .review-container .review-page-title:after {
        width: 100%;
        left: 0
    }

    .productreview-index-index .review-container .review-list-header {
        overflow-x: scroll
    }

    .productreview-index-index .review-container .review-list-header .review-list-header-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px
    }

    .productreview-index-index .review-container .review-list-header .review-list-header-filter {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 0;
        width: max-content
    }

    .productreview-index-index .review-container .review-list-header .review-list-header-filter .review-list-header-filter-item {
        height: 44px;
        line-height: 44px;
        padding: 0 15px;
        font-size: 14px;
        margin-right: 20px;
        letter-spacing: 0
    }

    .productreview-index-index .review-container .review-list-header .review-list-header-filter .review-list-header-filter-item:first-child {
        margin-left: 0
    }

    .productreview-index-index .review-container .review-list {
        padding: 25px 20px
    }

    .productreview-index-index .review-container .review-list-item {
        padding: 25px 0
    }

    .productreview-index-index .review-container .review-list-list-detail {
        padding: 20px
    }

    .productreview-index-index .review-container .review-list-list-detail .review-list-item:first-child {
        padding-top: 0
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-area {
        padding-bottom: 10px
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-area .review-list-item-nickname {
        font-size: 18px;
        margin-bottom: 10px
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-area .review-list-item-time {
        font-size: 14px
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-area .review-list-item-star-area .review-star-list .icon-star {
        width: 15px;
        height: 15px
    }

    .productreview-index-index .review-container .review-list-item-info .review_list_item_content {
        font-size: 14px
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-image {
        flex-wrap: wrap
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-image .review-list-item-image-item,
    .productreview-index-index .review-container .review-list-item-info .review-list-item-image .review-list-item-image-item-video {
        width: 74px;
        height: 74px;
        margin-right: 8px;
        margin-top: 10px
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-image .review-list-item-image-item-video:before {
        width: 26px;
        height: 26px;
        top: calc(50% - 13px);
        left: calc(50% - 13px);
        background-size: 10px
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add {
        font-size: 15px;
        margin-top: 15px
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review-list-item-add-date {
        font-size: 14px;
        padding: 15px 0 0
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_content {
        font-size: 14px
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap {
        display: flex
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-] {
        display: none
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content {
        max-height: 999px !important
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content:before {
        height: 100% !important
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content .review_list_item_add_content_open {
        height: 0 !important
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content .review_list_item_add_content_open:before {
        visibility: hidden
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content:after {
        visibility: hidden
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content {
        position: relative;
        line-height: 1.5;
        overflow: hidden
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content:before {
        content: '';
        float: right;
        width: 0;
        height: calc(100% - 19px)
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content:after {
        content: '';
        width: 999vw;
        height: 999vw;
        position: absolute;
        box-shadow: inset calc(100px - 999vw) calc(20px - 999vw) 0 0 #fff;
        margin-left: -100px
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content .review_list_item_add_content_open {
        position: relative;
        width: 20px;
        height: 20px;
        text-align: right;
        color: #999;
        float: right;
        clear: both;
        line-height: 1.5
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content .review_list_item_add_content_open:before {
        content: 'è·¯è·¯è·¯';
        position: absolute;
        left: 0;
        top: -2px;
        color: #999
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap {
        display: flex
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-] {
        display: none
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content {
        max-height: 999px !important
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:before {
        height: 100% !important
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_add_reply_content_open {
        height: 0 !important
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_add_reply_content_open:before {
        visibility: hidden
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:after {
        visibility: hidden
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content {
        position: relative;
        line-height: 1.5;
        overflow: hidden
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content:before {
        content: '';
        float: right;
        width: 0;
        height: calc(100% - 19px)
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content:after {
        content: '';
        width: 999vw;
        height: 999vw;
        position: absolute;
        box-shadow: inset calc(100px - 999vw) calc(20px - 999vw) 0 0 #f0f0f0;
        margin-left: -100px
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_add_reply_content_open {
        position: relative;
        width: 20px;
        height: 20px;
        text-align: right;
        color: #999;
        float: right;
        clear: both;
        line-height: 1.5
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_add_reply_content_open:before {
        content: 'è·¯è·¯è·¯';
        position: absolute;
        left: 0;
        top: -2px;
        color: #999
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_expand,
    .productreview-index-index .review-container .review-list-item-info .review-list-item-add .review_list_item_add_reply_expand {
        margin-top: 8px
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-reply {
        padding: 15px 12px
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review-list-item-reply-info .review-list-item-reply-area .review-list-item-reply-avatar {
        width: 20px;
        height: 21px
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review-list-item-reply-info .review-list-item-reply-area .review-list-item-reply-user {
        font-size: 14px;
        margin-bottom: 0
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review-list-item-reply-info .review-list-item-reply-area .review-list-item-reply-time {
        font-size: 13px
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap {
        display: flex
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-] {
        display: none
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content {
        max-height: 999px !important
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:before {
        height: 100% !important
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_reply_content_open {
        height: 0 !important
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_reply_content_open:before {
        visibility: hidden
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:after {
        visibility: hidden
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content {
        position: relative;
        line-height: 1.5;
        overflow: hidden
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content:before {
        content: '';
        float: right;
        width: 0;
        height: calc(100% - 19px)
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content:after {
        content: '';
        width: 999vw;
        height: 999vw;
        position: absolute;
        box-shadow: inset calc(100px - 999vw) calc(20px - 999vw) 0 0 #f0f0f0;
        margin-left: -100px
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_reply_content_open {
        position: relative;
        width: 20px;
        height: 20px;
        text-align: right;
        color: #999;
        float: right;
        clear: both;
        line-height: 1.5
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_reply_content_open:before {
        content: 'è·¯è·¯è·¯';
        position: absolute;
        left: 0;
        top: -2px;
        color: #999
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_content {
        font-size: 14px
    }

    .productreview-index-index .review-container .review-list-item-info .review-list-item-reply .review_list_item_reply_expand {
        margin-top: 8px
    }

    .productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap {
        display: flex
    }

    .productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap input[id^=review-list-] {
        display: none
    }

    .productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content {
        max-height: 999px !important
    }

    .productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content:before {
        height: 100% !important
    }

    .productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content .review_list_item_content_open {
        height: 0 !important
    }

    .productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content .review_list_item_content_open:before {
        visibility: hidden
    }

    .productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content:after {
        visibility: hidden
    }

    .productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap .review_list_item_content {
        position: relative;
        line-height: 1.5;
        overflow: hidden
    }

    .productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap .review_list_item_content:before {
        content: '';
        float: right;
        width: 0;
        height: calc(100% - 19px)
    }

    .productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap .review_list_item_content:after {
        content: '';
        width: 999vw;
        height: 999vw;
        position: absolute;
        box-shadow: inset calc(100px - 999vw) calc(20px - 999vw) 0 0 #fff;
        margin-left: -100px
    }

    .productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap .review_list_item_content .review_list_item_content_open {
        position: relative;
        width: 20px;
        height: 20px;
        text-align: right;
        color: #666;
        float: right;
        clear: both;
        line-height: 1.5
    }

    .productreview-index-index .review-container .review-list-item-info .review_list_item_content_wrap .review_list_item_content .review_list_item_content_open:before {
        content: 'è·¯è·¯è·¯';
        position: absolute;
        left: 0;
        top: -2px;
        color: #666
    }

    .productreview-index-index .review-container .review-list-item-info .review_list_item_content_expand {
        margin-top: 8px
    }

    .productreview-index-index .review-container .review-list-count-area .gray-btn-cover {
        width: calc(100% - 40px);
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        background: #f0f0f0;
        margin-bottom: 12px
    }

    .productreview-index-index .review-container .review-list-count-area .review-list-count {
        font-size: 12px
    }

    .productreview-index-index .product-list {
        padding: 40px 24px
    }

    .productreview-index-index .product-list .product-list-title {
        font-size: 32px;
        line-height: 39px;
        margin-bottom: 16px
    }
}

.order_tradein {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #dcdcdc;
    background: #fbfbfb
}

.order_tradein .tradein_title {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #dcdcdc
}

.order_tradein .tradein_title .img {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    display: inline-block;
    background-image: url('../../frontend/Sm/htiger/zh_Hans_CN/Magento_Catalog/image/for.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center
}

.order_tradein .tradein_content {
    display: flex
}

.order_tradein .tradein_content .tradein_product {
    display: inline-block;
    width: calc(58% - 4px);
    padding: 20px 30px;
    border-right: 1px solid #dcdcdc
}

.order_tradein .tradein_content .tradein_product&gt;div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.order_tradein .tradein_content .tradein_product .product_img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.order_tradein .tradein_content .tradein_product .product_img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.order_tradein .tradein_content .tradein_product .product_des {
    width: calc(100% - 90px)
}

.order_tradein .tradein_content .tradein_product .product_des .product_name {
    font-size: 20px;
    margin-bottom: 10px
}

.order_tradein .tradein_content .tradein_product .product_des .product_number {
    font-size: 16px;
    color: #999;
    line-height: 18px;
    margin-bottom: 15px
}

.order_tradein .tradein_content .tradein_product .product_des .product_price {
    margin: 0
}

.order_tradein .tradein_content .tradein_product .product_des .product_price span {
    font-size: 16px;
    line-height: 20px;
    color: #06c
}

.order_tradein .tradein_content .tradein_status {
    display: inline-block;
    width: 42%;
    padding: 20px 30px
}

.order_tradein .tradein_content .tradein_status .pending_appointment {
    font-size: 20px;
    margin-bottom: 20px
}

.order_tradein .tradein_content .tradein_status .appointment_btn {
    padding: 10px 60px;
    color: #fff;
    height: auto;
    font-size: 16px;
    line-height: 20px;
    background: #333;
    cursor: pointer
}

.order_tradein .tradein_content .tradein_status .appointment_text span {
    color: #333;
    font-size: 16px;
    line-height: 20px
}

.order_tradein .tradein_content .tradein_status .address span:not(:last-child) {
    margin-right: 5px
}

.order_tradein .tradein_content .tradein_status .tracking span {
    text-decoration: underline
}

.order_tradein .tradein_content .tradein_status .tracking .tracking_number {
    cursor: pointer
}

@media (max-width:991px) {
    .order_tradein {
        border: 1px solid #ebebeb
    }

    .order_tradein .tradein_title {
        padding: 15px 20px;
        border-bottom: 1px solid #ebebeb
    }

    .order_tradein .tradein_content {
        flex-direction: column
    }

    .order_tradein .tradein_content .tradein_product {
        display: block;
        width: 100%;
        padding: 15px 10px;
        border-right: none;
        border-bottom: 1px solid #ebebeb
    }

    .order_tradein .tradein_content .tradein_product .product_img {
        width: 58px;
        height: 58px;
        margin-right: 12px
    }

    .order_tradein .tradein_content .tradein_product .product_des {
        width: calc(100% - 70px)
    }

    .order_tradein .tradein_content .tradein_product .product_des .product_name {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 20px
    }

    .order_tradein .tradein_content .tradein_product .product_des .product_number {
        font-size: 14px;
        color: #999;
        line-height: 18px;
        margin-bottom: 10px
    }

    .order_tradein .tradein_content .tradein_product .product_des .product_price span {
        font-size: 14px;
        line-height: 18px;
        color: #06c
    }

    .order_tradein .tradein_content .tradein_status {
        display: block;
        width: 100%;
        padding: 20px 20px 30px
    }

    .order_tradein .tradein_content .tradein_status .pending_appointment {
        margin-bottom: 30px
    }

    .order_tradein .tradein_content .tradein_status .appointment_btn {
        width: 100%
    }
}

.logistics-box {
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    align-items: center;
    justify-content: center
}

.logistics-box .logistics-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 800px;
    height: 80%
}

.logistics-box .logistics-content .logistics-content-top {
    padding: 24px;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px
}

.logistics-box .logistics-content .logistics-content-top .iconfont {
    font-size: 24px;
    cursor: pointer
}

.logistics-box .logistics-content .logistics-content-bottom {
    height: 80%;
    overflow: hidden
}

.logistics-box .logistics-content .logistics-content-bottom&gt;div {
    height: 100%;
    overflow-y: auto
}

.logistics-box .logistics-content .logistics-info {
    padding: 24px 24px 0
}

.logistics-box .logistics-content .logistics-info .half-content {
    display: flex
}

.logistics-box .logistics-content .logistics-info .half-content .attribute {
    width: 50%
}

.logistics-box .logistics-content .logistics-info .attribute .block-content-name {
    margin-bottom: 12px
}

.logistics-box .logistics-content .logistics-info .attribute .block-content-value {
    margin-bottom: 24px
}

.logistics-box .logistics-content .logistics-view {
    margin: 0 24px 48px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    padding: 24px
}

.logistics-box .logistics-content .logistics-view table {
    border: 0;
    width: 100%
}

.logistics-box .logistics-content .logistics-view table tr td {
    padding: 8px
}

.logistics-box .logistics-content .logistics-view table tr td.circular-progress {
    height: 100%;
    position: relative
}

.logistics-box .logistics-content .logistics-view table tr td.circular-progress .circular {
    background-color: #999;
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%
}

.logistics-box .logistics-content .logistics-view table tr td.circular-progress:after {
    content: ' ';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 25px;
    left: 16px;
    background-color: #999;
    z-index: -1
}

.logistics-box .logistics-content .logistics-view table tr td.nowrap {
    white-space: nowrap
}

.logistics-box .logistics-content .logistics-view table tr:first-child td.circular-progress .circular {
    background-color: green
}

.logistics-box .logistics-content .logistics-view table tr:last-child td.circular-progress:after {
    content: none
}

@media (max-width:991px) {
    .logistics-box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        z-index: 999;
        padding: 20px;
        align-items: center;
        justify-content: center
    }

    .logistics-box .logistics-content {
        background-color: #fff;
        width: 100%
    }

    .logistics-box .logistics-content-top {
        display: flex;
        justify-content: space-between;
        padding: 20px 15px;
        font-size: 20px
    }

    .logistics-box .logistics-content-top i {
        font-size: 20px
    }

    .logistics-box .circular-progress {
        vertical-align: top
    }

    .logistics-box .circular-progress:after {
        top: unset
    }
}

.sales-order-view .tradein_content {
    padding-top: 0
}

.customer-account-index .tradein_content {
    margin-top: 20px
}

.tradein_content {
    display: flex;
    padding-top: 30px;
    border-top: 1px solid #ebebeb
}

.tradein_content&gt;div {
    width: 50%
}

.tradein_content&gt;div p {
    color: #555;
    font-size: 14px
}

.tradein_content&gt;div h3 {
    color: #333;
    font-size: 20px
}

.tradein_content .tradein_right {
    margin-left: 30px
}

.tradein_content .tradein_right .appointment_btn {
    display: block;
    width: 100%;
    height: 64px;
    font-size: 22px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    background: #333;
    cursor: pointer;
    padding: 0
}

@media (max-width:991px) {
    .tradein_content {
        padding-top: 20px;
        border-top: 1px solid #ebebeb
    }

    .tradein_content&gt;div {
        width: 100%
    }

    .tradein_content&gt;div h3 {
        font-size: 15px;
        margin-bottom: 15px
    }

    .tradein_content .tradein_right {
        margin-left: 0
    }

    .tradein_content .tradein_right .appointment_btn {
        height: 44px;
        font-size: 16px;
        line-height: 44px
    }
}

.trade-in-appointment.modal-popup .modal-inner-wrap {
    max-width: 50%;
    top: 4%;
    bottom: 4%;
    min-height: 500px;
    overflow: auto
}

.trade-in-appointment.modal-popup .modal-inner-wrap .modal-title {
    padding: 20px 30px
}

.trade-in-appointment.modal-popup .trade-appointment-fieldset-title {
    font-size: 16px;
    padding: 20px 0 10px
}

.trade-in-appointment.modal-popup .fieldset {
    margin: 0;
    border-bottom: 1px solid #d8d8d8
}

.trade-in-appointment.modal-popup .fieldset .horizontal-col-2 {
    display: flex;
    justify-content: space-between
}

.trade-in-appointment.modal-popup .fieldset .field {
    width: 48%
}

.trade-in-appointment.modal-popup .fieldset .field.address {
    width: 100%
}

.trade-in-appointment.modal-popup .fieldset .field.remark {
    width: 100%;
    margin-top: 30px
}

.trade-in-appointment.modal-popup .fieldset .field .validate-select {
    border: none;
    color: #333
}

.trade-in-appointment.modal-popup .fieldset .field.required .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px
}

.trade-in-appointment.modal-popup .fieldset .field input.datepicker {
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/date.png) no-repeat right 10px top 50%;
    box-shadow: unset !important;
    background-size: 20px
}

.trade-in-appointment .actions-toolbar {
    display: block !important
}

.trade-in-appointment.modal-popup .actions-toolbar .regsubmit {
    width: 100%;
    padding: 1px 0;
    margin: 30px 0;
    font-size: 22px;
    background-color: #333;
    height: 56px;
    line-height: 56px;
    color: #fff
}

.ui-datepicker .ui-datepicker-calendar td {
    padding: 0
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: 0 0
}

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

.ui-datepicker .ui-datepicker-calendar td a,
.ui-datepicker .ui-datepicker-calendar td span {
    padding: 8px 12px;
    text-align: center
}

.trade-in-appointment.modal-popup .fieldset .field.upload {
    width: 100%;
    border: none;
    padding: 0
}

.trade-in-appointment.modal-popup .fieldset .field .upload_container {
    display: flex
}

.trade-in-appointment.modal-popup .fieldset .field .upload_container .upload_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95px;
    height: 95px;
    color: #333;
    background-color: #fbfbfb;
    cursor: pointer
}

.trade-in-appointment.modal-popup .fieldset .field .upload_container .upload_image {
    position: relative;
    width: 95px;
    height: 95px;
    margin-right: 20px
}

.trade-in-appointment.modal-popup .fieldset .field .upload_container .upload_image img {
    width: 100%
}

.trade-in-appointment.modal-popup .fieldset .field .upload_container .upload_image .delete_image {
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    background-color: #ccc
}

.trade-in-appointment.modal-popup .fieldset .field .upload_container .upload_image .delete_image i {
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.trade-in-appointment.modal-popup .fieldset .field.upload .upload_input {
    display: none
}

.trade-in-appointment.modal-popup .fieldset .field.upload .limit {
    margin: 20px 0 10px;
    font-size: 16px;
    color: #999
}

.trade-in-appointment.modal-popup .fieldset .field #datepicker-error {
    display: none !important
}

.trade-in-appointment.modal-popup .fieldset .field .datepicker.mage-error+#datepicker-error {
    display: block !important;
    margin-top: 20px
}

.trade-in-appointment.modal-popup .fieldset .field.upload #upload-message {
    margin: 0 0 8px
}

@media (max-width:991px) {
    .checkout-success {
        padding: 0 0 100px;
        text-align: left
    }

    .checkout-success .checkout-success-title {
        padding: 10px 0 24px;
        font-size: 28px
    }

    .checkout-success .checkout-success-tips {
        margin-bottom: 20px
    }

    .checkout-success .checkout-success-tips span {
        display: block
    }

    .checkout-success .checkout-success-action {
        flex-direction: column;
        text-align: center
    }

    .checkout-success .checkout-success-action .checkout-success-keep-shopping {
        width: 100%
    }

    .checkout-success .checkout-success-action .checkout-success-pick-up {
        width: 100%;
        margin-top: 20px
    }

    .trade-in-appointment.modal-popup .modal-inner-wrap {
        max-width: 100%;
        top: 12%;
        bottom: 0
    }

    .trade-in-appointment.modal-popup .modal-inner-wrap .modal-content {
        overflow: auto;
        padding: 0 24px
    }

    .trade-in-appointment.modal-popup div.mage-error[generated] {
        margin-top: 8px
    }

    .trade-in-appointment.modal-popup .fieldset .field .datepicker.mage-error+#datepicker-error {
        margin-top: 15px
    }

    .trade-in-appointment.modal-popup .fieldset .field {
        margin-bottom: 30px
    }

    .trade-in-appointment.modal-popup .modal-inner-wrap .modal-title {
        padding: 20px 24px
    }

    .trade-in-appointment.modal-popup .fieldset .field.province {
        width: 100%
    }

    .trade-in-appointment.modal-popup .fieldset .field .validate-select {
        margin-top: 2px;
        padding: 0 18px
    }

    .trade-in-appointment.modal-popup .fieldset .field.upload {
        height: auto;
        margin-bottom: 10px
    }

    .trade-in-appointment.modal-popup .actions-toolbar .regsubmit {
        font-size: 16px;
        height: 44px;
        line-height: 44px
    }

    .trade-in-appointment.modal-popup .fieldset .field .upload_container {
        flex-wrap: wrap
    }

    .trade-in-appointment.modal-popup .fieldset .field .upload_container .upload_image {
        margin: 0 20px 10px 0
    }

    .trade-in-appointment.modal-popup .fieldset .field .upload_container .upload_image:nth-child(3) {
        margin: 0
    }
}

.accountAd {
    background: #fff;
    margin: 0 -15px
}

.accountAd img {
    display: inline-block
}

.account-border-bottom {
    border-bottom: 1px solid #ebebeb !important;
    margin-bottom: 30px !important
}

.account {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #333
}

.account .accountAd {
    margin-bottom: 10px
}

.account .container {
    padding: 0
}

.account .container .page-title {
    font-size: 24px;
    font-weight: 400
}

.account .container .account-nav .account-nav-content {
    background-color: #f9f9f9;
    padding: 0;
    border: 1px solid #dcdcdc
}

.account .container .account-nav .account-nav-content .items {
    margin: 0
}

.account .container .account-nav .account-nav-content .items .item {
    line-height: 40px;
    margin: 0
}

.account .container .account-nav .account-nav-content .items .item:hover {
    background-color: #fff
}

.account .container .account-nav .account-nav-content .items .item.current {
    background-color: #fff
}

.account .container .account-nav .account-nav-content .items .item.current a {
    border-color: transparent;
    padding-left: 0
}

.account .container .account-nav .account-nav-content .items .item.current strong {
    border: 0
}

.account .container .account-nav .account-nav-content .items .item+.item {
    border-top: 1px solid #dcdcdc
}

.account .container .block-title {
    font-size: 24px;
    margin-bottom: 40px !important;
    padding: 0
}

.account .container .block-title:before {
    width: 0;
    height: 0
}

.account .container .block-content {
    border: 1px solid #dcdcdc;
    padding: 32px;
    margin-bottom: 32px;
    position: relative
}

.account .container .block-content .block-content-label {
    position: absolute;
    background-color: #000;
    color: #fff;
    white-space: nowrap;
    padding: 0 12.8px;
    height: 28.8px;
    line-height: 28.8px;
    top: -14.4px
}

.account .container .block-content .attribute {
    margin-bottom: 24px
}

.account .container .block-content .attribute .block-content-value {
    font-weight: 700;
    line-height: 26px
}

.account .container .block-content .block-content-name {
    font-size: 14px;
    margin-bottom: 8px;
    color: #555
}

.account .container .block-content.half-content&gt;div {
    display: flex
}

.account .container .block-content.half-content .half-left,
.account .container .block-content.half-content .half-right {
    width: 50%
}

.account .container .block-content.half-content .half-left {
    padding-right: 16px
}

.account .container .block-content.half-content .half-left .viewOrder {
    text-decoration: underline;
    font-size: 14px
}

.account .container .block-content.half-content .half-right {
    padding-left: 16px
}

.account .container .block-content.addressee .attribute .block-content-value a {
    display: block
}

.account .container .block-content.addressee .attribute .block-content-value br {
    display: none
}

.account .container .block-content-action {
    color: #666;
    font-size: 14px;
    text-decoration: underline;
    float: right
}

.account .container .block-content-action:hover {
    color: #333
}

.account .container .account-btn {
    cursor: pointer;
    display: inline-block;
    line-height: 64px;
    height: 64px;
    color: #fff;
    background-color: #79b928;
    width: 320px;
    max-width: 100%;
    text-align: center
}

.account .container .account-btn.product-review {
    width: 324px;
    height: 60px;
    line-height: 60px;
    margin-top: 40px;
    font-size: 18px;
    background-color: #333
}

.account .container .account-btn.color-black {
    background-color: #333
}

.account .container .account-btn.disable {
    pointer-events: none;
    background-color: #999;
    cursor: auto
}

.account .container .fr {
    float: right
}

.account .container .block-tips {
    color: #da2f47;
    font-size: 14px;
    margin-top: 5px;
    display: flex;
    align-items: center
}

.account .container .block-tips .block-tips-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    border: 1px solid #da2f47;
    border-radius: 50%;
    margin-right: 8px
}

.account .container .pager {
    margin-bottom: 20px
}

.account .container .pager .pages {
    position: static;
    width: auto
}

.account .container .pager .pages .pages-items .item {
    vertical-align: baseline;
    line-height: normal;
    margin-left: 4px
}

.account .container .pager .pages .pages-items .item a {
    margin-left: 0;
    width: auto;
    color: #999;
    padding: 4px 12px;
    border-radius: 0
}

.account .container .pager .pages .pages-items .item.current .page {
    margin-left: 0;
    width: auto;
    padding: 4px 12px;
    border-radius: 0
}

.account .container .pager .limiter select {
    border-radius: 0
}

.account.customer-account-index .block-dashboard-info {
    position: relative
}

.account.customer-account-index .block-dashboard-info .customer-info .block-content-label {
    background-color: #fc0;
    color: #333
}

.account.customer-account-index .block-dashboard-info .customer-info .icon-htiger-logo {
    color: #dcdcdc;
    font-size: 20px;
    margin-right: 40px;
    display: inline-block
}

.account.customer-account-index .block-dashboard-info .customer-info .customer-id {
    display: inline-block;
    font-size: 20px
}

.account.customer-account-index .block-dashboard-info .upgrade-member {
    border-top: 1px solid #dcdcdc;
    padding-top: 32px;
    margin-top: 40px;
    color: #555
}

.account.customer-account-index .block-dashboard-info .upgrade-member .upgrade-member-title {
    font-size: 20px;
    margin-bottom: 32px
}

.account.customer-account-index .block-dashboard-info .upgrade-member .upgrade-member-title .iconfont {
    color: #333;
    font-size: 24px
}

.account.customer-account-index .block-dashboard-info .upgrade-member .upgrade-member-content {
    font-size: 14px;
    margin-bottom: 32px
}

.account.customer-account-index .block-dashboard-info .upgrade-member .upgrade-member-content ul {
    list-style: disc
}

.account.customer-account-index .block-dashboard-info .upgrade-member .upgrade-member-content ul li {
    margin-top: 5px;
    margin-left: 16px
}

.account.customer-account-index .block-dashboard-info .upgrade-member .member-agreement {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    font-size: 14px
}

.account.customer-account-index .block-dashboard-info .upgrade-member .member-agreement input {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    margin-top: -3px
}

.account.customer-account-index .block-dashboard-info .upgrade-member .member-agreement label {
    font-weight: 400 !important;
    cursor: pointer
}

.account.customer-account-index .block-dashboard-info .upgrade-member .upgrade-member-sub {
    border-top: 1px solid #dcdcdc;
    padding-top: 32px;
    text-align: right
}

.account.customer-account-index .block-dashboard-orders .block-title-content {
    display: flex;
    justify-content: space-between
}

.account.customer-account-index .block-dashboard-orders .block-content-bottom .account-btn {
    margin-bottom: 8px
}

.account.customer-address-index .columns.col2-layout {
    position: relative
}

.account.customer-address-index .columns.col2-layout .add-address {
    position: absolute;
    top: 0;
    right: 16px;
    width: 24px;
    height: 24px;
    background-color: #333;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 50%
}

.account.customer-address-index .columns.col2-layout .block-dashboard-addresses .block-content-action {
    margin-left: 16px
}

.account.customer-address-form .form-address-edit,
.account.customer-account-edit .form-address-edit,
.account.customer-address-form .form-edit-account,
.account.customer-account-edit .form-edit-account {
    border: 1px solid #dcdcdc;
    padding: 32px 32px 64px;
    margin-bottom: 10px
}

.account.customer-address-form .form-address-edit .form-line,
.account.customer-account-edit .form-address-edit .form-line,
.account.customer-address-form .form-edit-account .form-line,
.account.customer-account-edit .form-edit-account .form-line {
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between
}

.account.customer-address-form .form-address-edit .form-line fieldset,
.account.customer-account-edit .form-address-edit .form-line fieldset,
.account.customer-address-form .form-edit-account .form-line fieldset,
.account.customer-account-edit .form-edit-account .form-line fieldset {
    border: 1px solid #999;
    padding: 0 8px 8px;
    display: inline-block;
    width: calc(50% - 16px);
    position: relative
}

.account.customer-address-form .form-address-edit .form-line fieldset legend,
.account.customer-account-edit .form-address-edit .form-line fieldset legend,
.account.customer-address-form .form-edit-account .form-line fieldset legend,
.account.customer-account-edit .form-edit-account .form-line fieldset legend {
    font-size: 14px;
    color: #555;
    padding: 0 14px;
    margin-bottom: 0;
    width: auto
}

.account.customer-address-form .form-address-edit .form-line fieldset input[type=text],
.account.customer-account-edit .form-address-edit .form-line fieldset input[type=text],
.account.customer-address-form .form-edit-account .form-line fieldset input[type=text],
.account.customer-account-edit .form-edit-account .form-line fieldset input[type=text],
.account.customer-address-form .form-address-edit .form-line fieldset input[type=password],
.account.customer-account-edit .form-address-edit .form-line fieldset input[type=password],
.account.customer-address-form .form-edit-account .form-line fieldset input[type=password],
.account.customer-account-edit .form-edit-account .form-line fieldset input[type=password],
.account.customer-address-form .form-address-edit .form-line fieldset input[type=url],
.account.customer-account-edit .form-address-edit .form-line fieldset input[type=url],
.account.customer-address-form .form-edit-account .form-line fieldset input[type=url],
.account.customer-account-edit .form-edit-account .form-line fieldset input[type=url],
.account.customer-address-form .form-address-edit .form-line fieldset input[type=tel],
.account.customer-account-edit .form-address-edit .form-line fieldset input[type=tel],
.account.customer-address-form .form-edit-account .form-line fieldset input[type=tel],
.account.customer-account-edit .form-edit-account .form-line fieldset input[type=tel],
.account.customer-address-form .form-address-edit .form-line fieldset input[type=search],
.account.customer-account-edit .form-address-edit .form-line fieldset input[type=search],
.account.customer-address-form .form-edit-account .form-line fieldset input[type=search],
.account.customer-account-edit .form-edit-account .form-line fieldset input[type=search],
.account.customer-address-form .form-address-edit .form-line fieldset input[type=number],
.account.customer-account-edit .form-address-edit .form-line fieldset input[type=number],
.account.customer-address-form .form-edit-account .form-line fieldset input[type=number],
.account.customer-account-edit .form-edit-account .form-line fieldset input[type=number],
.account.customer-address-form .form-address-edit .form-line fieldset input[type=datetime],
.account.customer-account-edit .form-address-edit .form-line fieldset input[type=datetime],
.account.customer-address-form .form-edit-account .form-line fieldset input[type=datetime],
.account.customer-account-edit .form-edit-account .form-line fieldset input[type=datetime],
.account.customer-address-form .form-address-edit .form-line fieldset input[type=email],
.account.customer-account-edit .form-address-edit .form-line fieldset input[type=email],
.account.customer-address-form .form-edit-account .form-line fieldset input[type=email],
.account.customer-account-edit .form-edit-account .form-line fieldset input[type=email],
.account.customer-address-form .form-address-edit .form-line fieldset select,
.account.customer-account-edit .form-address-edit .form-line fieldset select,
.account.customer-address-form .form-edit-account .form-line fieldset select,
.account.customer-account-edit .form-edit-account .form-line fieldset select {
    border: 0;
    width: 100%;
    font-size: 16px;
    height: 32px;
    color: #333
}

.account.customer-address-form .form-address-edit .form-line fieldset.all-width,
.account.customer-account-edit .form-address-edit .form-line fieldset.all-width,
.account.customer-address-form .form-edit-account .form-line fieldset.all-width,
.account.customer-account-edit .form-edit-account .form-line fieldset.all-width {
    width: 100%
}

.account.customer-address-form .form-address-edit .form-line fieldset div.mage-error[generated],
.account.customer-account-edit .form-address-edit .form-line fieldset div.mage-error[generated],
.account.customer-address-form .form-edit-account .form-line fieldset div.mage-error[generated],
.account.customer-account-edit .form-edit-account .form-line fieldset div.mage-error[generated] {
    position: absolute
}

.account.customer-address-form .form-address-edit .form-line fieldset.readonly input[type=text],
.account.customer-account-edit .form-address-edit .form-line fieldset.readonly input[type=text],
.account.customer-address-form .form-edit-account .form-line fieldset.readonly input[type=text],
.account.customer-account-edit .form-edit-account .form-line fieldset.readonly input[type=text],
.account.customer-address-form .form-address-edit .form-line fieldset.readonly input[type=password],
.account.customer-account-edit .form-address-edit .form-line fieldset.readonly input[type=password],
.account.customer-address-form .form-edit-account .form-line fieldset.readonly input[type=password],
.account.customer-account-edit .form-edit-account .form-line fieldset.readonly input[type=password],
.account.customer-address-form .form-address-edit .form-line fieldset.readonly input[type=url],
.account.customer-account-edit .form-address-edit .form-line fieldset.readonly input[type=url],
.account.customer-address-form .form-edit-account .form-line fieldset.readonly input[type=url],
.account.customer-account-edit .form-edit-account .form-line fieldset.readonly input[type=url],
.account.customer-address-form .form-address-edit .form-line fieldset.readonly input[type=tel],
.account.customer-account-edit .form-address-edit .form-line fieldset.readonly input[type=tel],
.account.customer-address-form .form-edit-account .form-line fieldset.readonly input[type=tel],
.account.customer-account-edit .form-edit-account .form-line fieldset.readonly input[type=tel],
.account.customer-address-form .form-address-edit .form-line fieldset.readonly input[type=search],
.account.customer-account-edit .form-address-edit .form-line fieldset.readonly input[type=search],
.account.customer-address-form .form-edit-account .form-line fieldset.readonly input[type=search],
.account.customer-account-edit .form-edit-account .form-line fieldset.readonly input[type=search],
.account.customer-address-form .form-address-edit .form-line fieldset.readonly input[type=number],
.account.customer-account-edit .form-address-edit .form-line fieldset.readonly input[type=number],
.account.customer-address-form .form-edit-account .form-line fieldset.readonly input[type=number],
.account.customer-account-edit .form-edit-account .form-line fieldset.readonly input[type=number],
.account.customer-address-form .form-address-edit .form-line fieldset.readonly input[type=datetime],
.account.customer-account-edit .form-address-edit .form-line fieldset.readonly input[type=datetime],
.account.customer-address-form .form-edit-account .form-line fieldset.readonly input[type=datetime],
.account.customer-account-edit .form-edit-account .form-line fieldset.readonly input[type=datetime],
.account.customer-address-form .form-address-edit .form-line fieldset.readonly input[type=email],
.account.customer-account-edit .form-address-edit .form-line fieldset.readonly input[type=email],
.account.customer-address-form .form-edit-account .form-line fieldset.readonly input[type=email],
.account.customer-account-edit .form-edit-account .form-line fieldset.readonly input[type=email],
.account.customer-address-form .form-address-edit .form-line fieldset.readonly select,
.account.customer-account-edit .form-address-edit .form-line fieldset.readonly select,
.account.customer-address-form .form-edit-account .form-line fieldset.readonly select,
.account.customer-account-edit .form-edit-account .form-line fieldset.readonly select {
    background-color: #dcdcdc;
    color: #999
}

.account.customer-address-form .form-address-edit .form-line fieldset.required legend:after,
.account.customer-account-edit .form-address-edit .form-line fieldset.required legend:after,
.account.customer-address-form .form-edit-account .form-line fieldset.required legend:after,
.account.customer-account-edit .form-edit-account .form-line fieldset.required legend:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px
}

.account.customer-address-form .form-address-edit .fieldset .field.choice input[type=checkbox],
.account.customer-account-edit .form-address-edit .fieldset .field.choice input[type=checkbox],
.account.customer-address-form .form-edit-account .fieldset .field.choice input[type=checkbox],
.account.customer-account-edit .form-edit-account .fieldset .field.choice input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    cursor: pointer
}

.account.customer-address-form .form-address-edit .fieldset .field.choice label,
.account.customer-account-edit .form-address-edit .fieldset .field.choice label,
.account.customer-address-form .form-edit-account .fieldset .field.choice label,
.account.customer-account-edit .form-edit-account .fieldset .field.choice label {
    font-size: 14px !important;
    font-weight: 400;
    cursor: pointer
}

.account.customer-address-form .form-address-edit .fieldset.fieldset-one-line,
.account.customer-account-edit .form-address-edit .fieldset.fieldset-one-line,
.account.customer-address-form .form-edit-account .fieldset.fieldset-one-line,
.account.customer-account-edit .form-edit-account .fieldset.fieldset-one-line {
    width: calc(50% - 16px);
    margin-bottom: 0
}

.account.customer-address-form .form-address-edit .fieldset.fieldset-one-line .field.choice,
.account.customer-account-edit .form-address-edit .fieldset.fieldset-one-line .field.choice,
.account.customer-address-form .form-edit-account .fieldset.fieldset-one-line .field.choice,
.account.customer-account-edit .form-edit-account .fieldset.fieldset-one-line .field.choice {
    display: inline-block
}

.account.customer-address-form .form-address-edit .default-address,
.account.customer-account-edit .form-address-edit .default-address,
.account.customer-address-form .form-edit-account .default-address,
.account.customer-account-edit .form-edit-account .default-address {
    font-size: 14px;
    color: #555
}

.account.customer-address-form .form-address-edit .default-address input[type=checkbox],
.account.customer-account-edit .form-address-edit .default-address input[type=checkbox],
.account.customer-address-form .form-edit-account .default-address input[type=checkbox],
.account.customer-account-edit .form-edit-account .default-address input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin-right: 5px
}

.account.customer-address-form .form-address-edit .password-strength-meter,
.account.customer-account-edit .form-address-edit .password-strength-meter,
.account.customer-address-form .form-edit-account .password-strength-meter,
.account.customer-account-edit .form-edit-account .password-strength-meter {
    position: absolute;
    right: 8px;
    top: -4px;
    font-size: 14px;
    height: 24px;
    line-height: 24px
}

.account.customer-address-form .form-address-edit .form-bottom,
.account.customer-account-edit .form-address-edit .form-bottom,
.account.customer-address-form .form-edit-account .form-bottom,
.account.customer-account-edit .form-edit-account .form-bottom {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.account.customer-address-form .form-address-edit .form-bottom .sub-btn,
.account.customer-account-edit .form-address-edit .form-bottom .sub-btn,
.account.customer-address-form .form-edit-account .form-bottom .sub-btn,
.account.customer-account-edit .form-edit-account .form-bottom .sub-btn {
    width: calc(50% - 16px);
    padding: 0;
    height: 64px;
    line-height: 64px;
    background-color: #333;
    font-size: 20px;
    font-weight: 400
}

.account.customer-address-form .block-content,
.account.customer-account-edit .block-content {
    padding: 32px 32px 64px;
    margin-bottom: 10px
}

.account.customer-address-form .block-content .edit-btn,
.account.customer-account-edit .block-content .edit-btn {
    display: inline-block;
    width: calc(34%);
    padding: 0;
    height: 64px;
    line-height: 64px;
    color: #999;
    background-color: #ededed;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    cursor: pointer
}

.account.sales-order-history .actions-toolbar .secondary a.back {
    display: none !important
}

.account.sales-order-view .page-main {
    position: relative
}

.account.sales-order-view .page-main .go-back {
    position: absolute;
    top: 0;
    right: 16px;
    text-decoration: underline
}

.account.sales-order-view .order-actions-toolbar,
.account.sales-order-view .items.order-links,
.account.sales-order-view .actions-toolbar {
    display: none
}

.account.sales-order-view .order-details-items {
    border-bottom: none;
    padding: 0;
    margin-bottom: 32px
}

.account.sales-order-view .order-details-items .order-title {
    display: none
}

.account.sales-order-view .order-details-items .tabs-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px
}

.account.sales-order-view .order-details-items .tabs-bar .tab {
    width: 50%;
    white-space: nowrap;
    border-bottom: 1px solid #dcdcdc;
    height: 64px;
    line-height: 64px
}

.account.sales-order-view .order-details-items .tabs-bar .tab a {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif
}

.account.sales-order-view .order-details-items .tabs-bar .tab.active {
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    pointer-events: none
}

.account.sales-order-view .order-details-items .tabs-bar .tab.active a {
    cursor: auto
}

.account.sales-order-view .order-details-items .table-order-items {
    border: 1px solid #dcdcdc;
    collapse: 0;
    font-size: 14px;
    color: #555
}

.account.sales-order-view .order-details-items .table-order-items tr {
    border-bottom: 1px solid #dcdcdc
}

.account.sales-order-view .order-details-items .table-order-items tr td {
    padding: 24px
}

.account.sales-order-view .order-details-items .table-order-items tr td.border-right {
    border-right: 1px solid #dcdcdc;
    width: 240px
}

.account.sales-order-view .order-details-items .table-order-items tr td.color-blue,
.account.sales-order-view .order-details-items .table-order-items tr td .color-blue {
    color: #06c
}

.account.sales-order-view .order-details-items .table-order-items tr td.color-black,
.account.sales-order-view .order-details-items .table-order-items tr td .color-black {
    color: #333
}

.account.sales-order-view .order-details-items .table-order-items tr td.align-right {
    text-align: right
}

.account.sales-order-view .order-details-items .table-order-items tr td.HtigerCHS-Medium {
    width: 12%;
    font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif
}

.account.sales-order-view .order-details-items .table-order-items tr td .big-img {
    display: block;
    width: 100%
}

.account.sales-order-view .order-details-items .table-order-items tr td .small-img {
    display: block;
    width: 64px
}

.account.sales-order-view .order-details-items .table-order-items tr td .product-name {
    font-size: 20px;
    color: #333
}

.account.sales-order-view .order-details-items .table-order-items tr td .gift img {
    margin-right: 16px;
    display: inline-block
}

.account.sales-order-view .order-details-items .table-order-items tr td .gift+.gift {
    margin-top: 16px
}

.account.sales-order-view .order-details-items .table-order-items tr .review-flex {
    display: flex;
    justify-content: space-between
}

.account.sales-order-view .order-details-items .table-order-items tfoot tr {
    border-bottom: 0
}

.account.sales-order-view .order-details-items .table-order-items tfoot tr td {
    padding: 8px 24px
}

.account.sales-order-view .order-details-items .table-order-items tfoot tr.subtotal td {
    padding-top: 32px
}

.account.sales-order-view .order-details-items .table-order-items tfoot tr.subtotal td .price {
    font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif;
    font-weight: 500;
    color: #333
}

.account.sales-order-view .order-details-items .table-order-items tfoot tr.shipping .price {
    font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif;
    color: #06c
}

.account.sales-order-view .order-details-items .table-order-items tfoot tr.grand_total {
    font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #333
}

.account.sales-order-view .order-details-items .table-order-items tfoot tr.grand_total td {
    padding-bottom: 32px
}

.account.sales-order-view .order-details-items .table-order-items .order-time-and-review {
    display: flex;
    justify-content: space-between
}

.account.sales-order-view .order-details-items .table-order-items .order-time-and-review .review {
    display: flex
}

.account.sales-order-view .order-details-items .table-order-items .order-time-and-review .review a {
    width: 258px;
    font-size: 16px;
    margin-right: 10px
}

.account.sales-order-view .order-details-items .table-order-items .order-time-and-review .review a.review-btn,
.account.sales-order-view .order-details-items .table-order-items .order-time-and-review .review a.add-review-btn {
    font-size: 18px;
    color: #fff;
    background-color: #333
}

.account.sales-order-view .block-content {
    position: relative;
    padding: 32px 32px 64px
}

.account.sales-order-view .block-content .order-status {
    font-size: 24px;
    margin-bottom: 32px
}

.account.sales-order-view .block-content .order-no {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: normal
}

.account.sales-order-view .block-content .order-date {
    font-size: 20px
}

.account.sales-order-view .block-content .right-action {
    width: 320px;
    position: absolute;
    right: 32px;
    top: 64px
}

.account.sales-order-view .block-content .right-action .tips {
    font-size: 14px;
    color: #da2f47;
    margin-top: 8px;
    display: flex;
    align-items: center
}

.account.sales-order-view .block-content .right-action .tips .iconfont {
    font-size: 20px;
    color: #da2f47;
    margin-right: 3px
}

.account.sales-order-view .block-content .logistics-box {
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    display: none;
    align-items: center;
    justify-content: center
}

.account.sales-order-view .block-content .logistics-box .logistics-content {
    background-color: #fff;
    width: 800px;
    max-height: 80%;
    overflow-y: auto
}

.account.sales-order-view .block-content .logistics-box .logistics-content .logistics-content-top {
    padding: 24px;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px
}

.account.sales-order-view .block-content .logistics-box .logistics-content .logistics-content-top .iconfont {
    font-size: 24px;
    cursor: pointer
}

.account.sales-order-view .block-content .logistics-box .logistics-content .logistics-info {
    padding: 24px 24px 0
}

.account.sales-order-view .block-content .logistics-box .logistics-content .logistics-info .half-content {
    display: flex
}

.account.sales-order-view .block-content .logistics-box .logistics-content .logistics-info .half-content .attribute {
    width: 50%
}

.account.sales-order-view .block-content .logistics-box .logistics-content .logistics-view {
    margin: 0 24px 48px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    padding: 24px
}

.account.sales-order-view .block-content .logistics-box .logistics-content .logistics-view table {
    border: 0;
    width: 100%
}

.account.sales-order-view .block-content .logistics-box .logistics-content .logistics-view table tr td {
    padding: 8px
}

.account.sales-order-view .block-content .logistics-box .logistics-content .logistics-view table tr td.circular-progress {
    height: 100%;
    position: relative
}

.account.sales-order-view .block-content .logistics-box .logistics-content .logistics-view table tr td.circular-progress .circular {
    background-color: #999;
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%
}

.account.sales-order-view .block-content .logistics-box .logistics-content .logistics-view table tr td.circular-progress:after {
    content: ' ';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 25px;
    left: 16px;
    background-color: #333
}

.account.sales-order-view .block-content .logistics-box .logistics-content .logistics-view table tr td.nowrap {
    white-space: nowrap
}

.account.sales-order-view .block-content .logistics-box .logistics-content .logistics-view table tr:first-child td.circular-progress .circular {
    background-color: #79b928
}

.account.sales-order-view .block-content .logistics-box .logistics-content .logistics-view table tr:last-child td.circular-progress:after {
    content: none
}

.account.sales-order-view .sub-btn {
    display: inline-block;
    width: 320px;
    text-align: center;
    height: 64px;
    line-height: 64px;
    background-color: #79b928;
    color: #fff;
    font-size: 24px;
    cursor: pointer
}

.account.sales-order-view .sub-btn.sub-btn-grey {
    color: #333;
    background-color: #ededed
}

.account.sales-order-view .order-others-information {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: space-between
}

.account.sales-order-view .order-others-information .block-content {
    width: calc(33.33% - 16px);
    padding: 24px
}

.account .dashboard-title {
    display: none
}

.account .other-block {
    display: none
}

.account .page-title-wrapper {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex
}

.account .page-title-wrapper .goback {
    display: none
}

.account .to-newsletter,
.account .logout-action {
    display: none
}

.review-star-list .icon-star {
    background: url(/media/icon/icon-star.png);
    background-size: cover;
    width: 24px;
    height: 24px
}

.review-star-list .icon-star.selected {
    background: url(/media/icon/icon-star-selected.png);
    background-size: cover
}

.account .container .account-btn.gray-btn-cover {
    background-color: #ebebeb;
    color: #333
}

.sales-order-view.body-overflow,
.sales-guest-view.body-overflow {
    overflow: hidden
}

.sales-order-view .review-modal-wrapper,
.sales-guest-view .review-modal-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative
}

.sales-order-view .review-modal,
.sales-guest-view .review-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 900;
    overflow-y: auto;
    display: none
}

.sales-order-view .review-modal-content,
.sales-guest-view .review-modal-content {
    background-color: #fff;
    width: 90%;
    max-width: 546px;
    margin: 50px auto
}

.sales-order-view .review-modal-header,
.sales-guest-view .review-modal-header {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    border-bottom: 1px solid #ebebeb
}

.sales-order-view .review-modal-header h2,
.sales-guest-view .review-modal-header h2 {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    line-height: 31px
}

.sales-order-view .review-modal-header .modal-close,
.sales-guest-view .review-modal-header .modal-close {
    width: 32px;
    height: 32px;
    background: url(/media/icon/icon-close.png);
    background-size: cover;
    cursor: pointer
}

.sales-order-view .review-modal-body,
.sales-guest-view .review-modal-body {
    padding: 20px 30px 50px
}

.sales-order-view .review-modal-body .review-success,
.sales-guest-view .review-modal-body .review-success {
    margin: 60px 0;
    font-size: 24px;
    color: #333;
    text-align: center
}

.sales-order-view .review-modal-body .review-add-btn,
.sales-guest-view .review-modal-body .review-add-btn {
    margin-top: 30px;
    text-align: center
}

.sales-order-view .review-modal-body .review-add-btn .button.primary,
.sales-guest-view .review-modal-body .review-add-btn .button.primary {
    width: 80%;
    font-size: 22px;
    margin: 0 auto;
    background-color: #333;
    height: 64px
}

.sales-order-view .modal-popup.sign-popup.image-detail .modal-inner-wrap,
.sales-guest-view .modal-popup.sign-popup.image-detail .modal-inner-wrap {
    z-index: 991
}

.sales-order-view .customer-review .product-detail,
.sales-guest-view .customer-review .product-detail {
    display: flex;
    align-items: center;
    padding: 0 20px 10px;
    border-bottom: 1px solid #ebebeb
}

.sales-order-view .customer-review .product-detail img,
.sales-guest-view .customer-review .product-detail img {
    width: 55px;
    margin-right: 20px
}

.sales-order-view .customer-review .product-detail .review-product-name,
.sales-guest-view .customer-review .product-detail .review-product-name {
    font-size: 18px;
    color: #333;
    line-height: 21px;
    margin: 20px 0
}

.sales-order-view .customer-review .review-content .review-list-item,
.sales-guest-view .customer-review .review-content .review-list-item {
    padding: 20px 0 50px;
    border-bottom: 1px solid #d8d8d8
}

.sales-order-view .customer-review .review-content .review-star-list .icon-star,
.sales-guest-view .customer-review .review-content .review-star-list .icon-star {
    background: url(/media/icon/empty-star.svg);
    background-size: cover
}

.sales-order-view .customer-review .review-content .review-star-list .icon-star.selected,
.sales-guest-view .customer-review .review-content .review-star-list .icon-star.selected {
    background: url(/media/icon/star.svg);
    background-size: cover
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-area,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0 10px
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-area .review-list-item-nickname,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-area .review-list-item-nickname {
    font-size: 20px;
    color: #333;
    line-height: 20px;
    margin-bottom: 10px
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-area .review-list-item-nickname .review-list-item-quality,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-area .review-list-item-nickname .review-list-item-quality {
    position: relative;
    bottom: 2px;
    padding: 3px 8px 2px;
    margin-left: 5px;
    background-color: #333;
    color: #eee;
    font-size: 12px;
    font-weight: 400
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-area .review-list-item-time,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-area .review-list-item-time {
    font-size: 15px;
    color: #555
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-area .review-list-item-star-area,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-area .review-list-item-star-area {
    display: flex;
    font-size: 14px;
    color: #555;
    align-items: center
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-area .review-list-item-star-area .review-star-list,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-area .review-list-item-star-area .review-star-list {
    flex-shrink: 0;
    font-size: 0
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-area .review-list-item-star-area .review-star-list .icon-star,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-area .review-list-item-star-area .review-star-list .icon-star {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-area .review-list-item-product-name,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-area .review-list-item-product-name {
    flex-grow: 1;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sales-order-view .customer-review .review-content .review-list-item-info .review_list_item_content,
.sales-guest-view .customer-review .review-content .review-list-item-info .review_list_item_content {
    font-size: 15px;
    color: #999;
    line-break: anywhere
}

.sales-order-view .customer-review .review-content .review-list-item-info .review_list_item_content_expand,
.sales-guest-view .customer-review .review-content .review-list-item-info .review_list_item_content_expand {
    display: none;
    font-size: 18px;
    color: #333;
    margin-top: 6px;
    text-decoration: underline;
    cursor: pointer
}

.sales-order-view .customer-review .review-content .review-list-item-info .review_list_item_content_isUsed,
.sales-guest-view .customer-review .review-content .review-list-item-info .review_list_item_content_isUsed {
    font-size: 15px;
    margin-top: 10px
}

.sales-order-view .customer-review .review-content .review-list-item-info .review_list_item_content_isUsed img,
.sales-guest-view .customer-review .review-content .review-list-item-info .review_list_item_content_isUsed img {
    width: 18px;
    margin-right: 4px;
    vertical-align: sub
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-image,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-image {
    display: flex;
    flex-wrap: wrap
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-image .review-list-item-image-item,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-image .review-list-item-image-item {
    width: 140px;
    height: 140px;
    margin-top: 15px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-image .review-list-item-image-item:last-child,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-image .review-list-item-image-item:last-child {
    margin-right: 0
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-image .review-list-item-image-item-video,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-image .review-list-item-image-item-video {
    position: relative;
    width: 140px;
    height: 140px;
    margin-top: 15px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-image .review-list-item-image-item-video:before,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-image .review-list-item-image-item-video:before {
    content: " ";
    display: block;
    width: 36px;
    height: 36px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san.svg);
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add {
    font-size: 18px;
    color: #333;
    word-break: break-word;
    margin-top: 20px;
    border-top: 1px solid #d5d5d5
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review-list-item-add-date,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review-list-item-add-date {
    font-size: 15px;
    color: #333;
    padding: 24px 0 5px
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_content,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_content {
    font-size: 15px;
    color: #999;
    line-break: anywhere
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap {
    display: flex
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-],
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-] {
    display: none
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content {
    max-height: 999px !important
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content:before,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content:before {
    height: 100% !important
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content .review_list_item_add_content_open,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content .review_list_item_add_content_open {
    height: 0 !important
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content .review_list_item_add_content_open:before,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content .review_list_item_add_content_open:before {
    visibility: hidden
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content:after,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content:after {
    visibility: hidden
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content {
    position: relative;
    line-height: 1.5;
    overflow: hidden
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content:before,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content:before {
    content: '';
    float: right;
    width: 0;
    height: calc(100% - 20.5px)
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content:after,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content:after {
    content: '';
    width: 999vw;
    height: 999vw;
    position: absolute;
    box-shadow: inset calc(100px - 999vw) calc(20px - 999vw) 0 0 #fff;
    margin-left: -100px
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content .review_list_item_add_content_open,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content .review_list_item_add_content_open {
    position: relative;
    width: 20px;
    height: 20px;
    text-align: right;
    color: #999;
    float: right;
    clear: both;
    line-height: 1.5
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content .review_list_item_add_content_open:before,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content .review_list_item_add_content_open:before {
    content: 'è·¯è·¯è·¯';
    position: absolute;
    left: 0;
    top: -2px;
    color: #999
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap {
    display: flex
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-],
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-] {
    display: none
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content {
    max-height: 999px !important
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:before,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:before {
    height: 100% !important
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_reply_content_open,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_reply_content_open {
    height: 0 !important
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_reply_content_open:before,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_reply_content_open:before {
    visibility: hidden
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:after,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:after {
    visibility: hidden
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content {
    position: relative;
    line-height: 1.5;
    overflow: hidden
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content:before,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content:before {
    content: '';
    float: right;
    width: 0;
    height: calc(100% - 20.5px)
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content:after,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content:after {
    content: '';
    width: 999vw;
    height: 999vw;
    position: absolute;
    box-shadow: inset calc(100px - 999vw) calc(20px - 999vw) 0 0 #f0f0f0;
    margin-left: -100px
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_reply_content_open,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_reply_content_open {
    position: relative;
    width: 20px;
    height: 20px;
    text-align: right;
    color: #999;
    float: right;
    clear: both;
    line-height: 1.5
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_reply_content_open:before,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_reply_content_open:before {
    content: 'è·¯è·¯è·¯';
    position: absolute;
    left: 0;
    top: -2px;
    color: #999
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_expand,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_expand {
    display: none;
    font-size: 18px;
    margin-top: 6px;
    color: #333;
    text-decoration: underline;
    cursor: pointer
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_reply_expand,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-add .review_list_item_add_reply_expand {
    display: none;
    font-size: 16px;
    color: #333;
    text-decoration: underline;
    cursor: pointer
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-reply,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-reply {
    padding: 20px;
    position: relative;
    margin-top: 20px;
    background-color: #f0f0f0
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review-list-item-reply-info,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review-list-item-reply-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0 10px
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review-list-item-reply-info .review-list-item-reply-area,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review-list-item-reply-info .review-list-item-reply-area {
    display: flex;
    align-items: center
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review-list-item-reply-info .review-list-item-reply-area .review-list-item-reply-avatar,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review-list-item-reply-info .review-list-item-reply-area .review-list-item-reply-avatar {
    flex: none;
    width: 25px;
    height: 26px;
    margin-right: 10px;
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/official.png);
    background-size: cover
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review-list-item-reply-info .review-list-item-reply-area .review-list-item-reply-user,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review-list-item-reply-info .review-list-item-reply-area .review-list-item-reply-user {
    font-size: 18px;
    color: #666;
    line-height: 18px;
    margin-top: 2px
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review-list-item-reply-info .review-list-item-reply-time,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review-list-item-reply-info .review-list-item-reply-time {
    font-size: 15px;
    color: #999
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_content,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_content {
    font-size: 15px;
    width: 100%;
    color: #666;
    line-break: anywhere
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap {
    display: flex
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-],
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-] {
    display: none
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content {
    max-height: 999px !important
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:before,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:before {
    height: 100% !important
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_reply_content_open,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_reply_content_open {
    height: 0 !important
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_reply_content_open:before,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_reply_content_open:before {
    visibility: hidden
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:after,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:after {
    visibility: hidden
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content {
    position: relative;
    line-height: 1.5;
    overflow: hidden
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content:before,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content:before {
    content: '';
    float: right;
    width: 0;
    height: calc(100% - 20.5px)
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content:after,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content:after {
    content: '';
    width: 999vw;
    height: 999vw;
    position: absolute;
    box-shadow: inset calc(100px - 999vw) calc(20px - 999vw) 0 0 #f0f0f0;
    margin-left: -100px
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_reply_content_open,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_reply_content_open {
    position: relative;
    width: 20px;
    height: 20px;
    text-align: right;
    color: #999;
    float: right;
    clear: both;
    line-height: 1.5
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_reply_content_open:before,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_reply_content_open:before {
    content: 'è·¯è·¯è·¯';
    position: absolute;
    left: 0;
    top: -2px;
    color: #999
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-reply:before,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-reply:before {
    content: "";
    position: absolute;
    left: 20px;
    top: -28px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #f0f0f0
}

.sales-order-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_expand,
.sales-guest-view .customer-review .review-content .review-list-item-info .review-list-item-reply .review_list_item_reply_expand {
    display: none;
    font-size: 16px;
    color: #333;
    text-decoration: underline;
    cursor: pointer
}

.sales-order-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap,
.sales-guest-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap {
    display: flex
}

.sales-order-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap input[id^=review-list-],
.sales-guest-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap input[id^=review-list-] {
    display: none
}

.sales-order-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content,
.sales-guest-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content {
    max-height: 999px !important
}

.sales-order-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content:before,
.sales-guest-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content:before {
    height: 100% !important
}

.sales-order-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content .review_list_item_content_open,
.sales-guest-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content .review_list_item_content_open {
    height: 0 !important
}

.sales-order-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content .review_list_item_content_open:before,
.sales-guest-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content .review_list_item_content_open:before {
    visibility: hidden
}

.sales-order-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content:after,
.sales-guest-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content:after {
    visibility: hidden
}

.sales-order-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap .review_list_item_content,
.sales-guest-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap .review_list_item_content {
    position: relative;
    line-height: 1.5;
    overflow: hidden
}

.sales-order-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap .review_list_item_content:before,
.sales-guest-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap .review_list_item_content:before {
    content: '';
    float: right;
    width: 0;
    height: calc(100% - 20.5px)
}

.sales-order-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap .review_list_item_content:after,
.sales-guest-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap .review_list_item_content:after {
    content: '';
    width: 999vw;
    height: 999vw;
    position: absolute;
    box-shadow: inset calc(100px - 999vw) calc(20px - 999vw) 0 0 #fff;
    margin-left: -100px
}

.sales-order-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap .review_list_item_content .review_list_item_content_open,
.sales-guest-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap .review_list_item_content .review_list_item_content_open {
    position: relative;
    width: 20px;
    height: 20px;
    text-align: right;
    color: #aaa;
    float: right;
    clear: both;
    line-height: 1.5
}

.sales-order-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap .review_list_item_content .review_list_item_content_open:before,
.sales-guest-view .customer-review .review-content .review-list-item-info .review_list_item_content_wrap .review_list_item_content .review_list_item_content_open:before {
    content: 'è·¯è·¯è·¯';
    position: absolute;
    left: 0;
    top: -2px;
    color: #aaa
}

.sales-order-view .review-product-container,
.sales-guest-view .review-product-container {
    padding: 0 20px 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ebebeb
}

.sales-order-view .review-product-container .review-product-image,
.sales-guest-view .review-product-container .review-product-image {
    width: 55px;
    margin-right: 20px;
    flex-shrink: 0
}

.sales-order-view .review-product-container .review-product-name,
.sales-guest-view .review-product-container .review-product-name {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 300;
    color: #333;
    line-height: 21px;
    word-break: break-word
}

.sales-order-view .review-star-list,
.sales-guest-view .review-star-list {
    display: flex
}

.sales-order-view .review-star-list li,
.sales-guest-view .review-star-list li {
    display: flex;
    margin-right: 8px
}

.sales-order-view .review-star-list .icon-star,
.sales-guest-view .review-star-list .icon-star {
    width: 36px;
    height: 36px;
    cursor: pointer
}

.sales-order-view .review-form-content .field,
.sales-guest-view .review-form-content .field {
    position: relative;
    margin-top: 38px
}

.sales-order-view .review-form-content .field .label,
.sales-guest-view .review-form-content .field .label {
    position: absolute;
    background-color: #fff;
    left: 10px;
    top: -9px;
    font-size: 14px !important;
    color: #555 !important;
    line-height: 18px;
    padding: 0 10px !important;
    display: block;
    z-index: 2
}

.sales-order-view .review-form-content .field input,
.sales-guest-view .review-form-content .field input,
.sales-order-view .review-form-content .field textarea,
.sales-guest-view .review-form-content .field textarea {
    height: 64px;
    background: #fff;
    border: 1px solid #999;
    line-break: anywhere
}

.sales-order-view .review-form-content .field textarea,
.sales-guest-view .review-form-content .field textarea {
    height: 132px;
    resize: none
}

.sales-order-view .review-form-content .field .isUsed span,
.sales-guest-view .review-form-content .field .isUsed span {
    display: inline-block;
    font-size: 14px;
    color: #333;
    position: relative;
    height: 30px;
    line-height: 30px;
    padding-left: 34px;
    cursor: pointer
}

.sales-order-view .review-form-content .field .isUsed span:before,
.sales-guest-view .review-form-content .field .isUsed span:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border: 1px solid #999;
    left: 0;
    top: 1px;
    border-radius: 50%
}

.sales-order-view .review-form-content .field .isUsed span:after,
.sales-guest-view .review-form-content .field .isUsed span:after {
    display: none;
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 5.9px;
    top: 7px;
    background-color: #000;
    border-radius: 50%
}

.sales-order-view .review-form-content .field .isUsed input,
.sales-guest-view .review-form-content .field .isUsed input {
    display: none
}

.sales-order-view .review-form-content .field .isUsed input:checked+span,
.sales-guest-view .review-form-content .field .isUsed input:checked+span {
    color: #000
}

.sales-order-view .review-form-content .field .isUsed input:checked+span:before,
.sales-guest-view .review-form-content .field .isUsed input:checked+span:before {
    border-color: #000;
    border-width: 2px
}

.sales-order-view .review-form-content .field .isUsed input:checked+span:after,
.sales-guest-view .review-form-content .field .isUsed input:checked+span:after {
    display: block
}

.sales-order-view .review-form-content .field.used-status,
.sales-guest-view .review-form-content .field.used-status {
    margin: 24px 0 27px
}

.sales-order-view .review-form-content .review-image-container,
.sales-guest-view .review-form-content .review-image-container {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap
}

.sales-order-view .review-form-content .review-image-list,
.sales-guest-view .review-form-content .review-image-list,
.sales-order-view .review-form-content .add-review-image-list,
.sales-guest-view .review-form-content .add-review-image-list {
    display: flex;
    position: relative;
    width: 142px;
    height: 142px;
    margin-right: 20px;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center
}

.sales-order-view .review-form-content .review-image-list:nth-child(3n),
.sales-guest-view .review-form-content .review-image-list:nth-child(3n),
.sales-order-view .review-form-content .add-review-image-list:nth-child(3n),
.sales-guest-view .review-form-content .add-review-image-list:nth-child(3n) {
    margin-right: 0
}

.sales-order-view .review-form-content .review-image-list img,
.sales-guest-view .review-form-content .review-image-list img,
.sales-order-view .review-form-content .add-review-image-list img,
.sales-guest-view .review-form-content .add-review-image-list img {
    width: 100%
}

.sales-order-view .review-form-content .review-image-list.video:before,
.sales-guest-view .review-form-content .review-image-list.video:before,
.sales-order-view .review-form-content .add-review-image-list.video:before,
.sales-guest-view .review-form-content .add-review-image-list.video:before {
    content: " ";
    display: block;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san.svg);
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat
}

.sales-order-view .review-form-content .review-image-list .delete_image,
.sales-guest-view .review-form-content .review-image-list .delete_image,
.sales-order-view .review-form-content .add-review-image-list .delete_image,
.sales-guest-view .review-form-content .add-review-image-list .delete_image {
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    background-color: #333
}

.sales-order-view .review-form-content .review-image-list .delete_image i,
.sales-guest-view .review-form-content .review-image-list .delete_image i,
.sales-order-view .review-form-content .add-review-image-list .delete_image i,
.sales-guest-view .review-form-content .add-review-image-list .delete_image i {
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.sales-order-view .review-form-content .review-image-plus,
.sales-guest-view .review-form-content .review-image-plus {
    width: 142px;
    height: 142px;
    border: 1px solid #ebebeb;
    background: #fbfbfb;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 20px;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0
}

.sales-order-view .review-form-content .review-image-plus img,
.sales-guest-view .review-form-content .review-image-plus img {
    width: 24px
}

.sales-order-view .review-form-content .review-image-plus .review-icon-plus,
.sales-guest-view .review-form-content .review-image-plus .review-icon-plus {
    width: 32px;
    height: 32px;
    background: url(/media/icon/icon-plus.png);
    background-size: cover
}

.sales-order-view .review-form-content .review-image-input-area,
.sales-guest-view .review-form-content .review-image-input-area {
    height: 0;
    overflow: hidden
}

.sales-order-view .review-form-content .review-add-btn,
.sales-guest-view .review-form-content .review-add-btn {
    margin-top: 30px
}

.sales-order-view .review-form-content .review-add-btn .button.primary,
.sales-guest-view .review-form-content .review-add-btn .button.primary {
    width: 100%;
    background-color: #333;
    height: 64px
}

.sales-order-view .review-form-content .review-add-btn .review-error-message,
.sales-guest-view .review-form-content .review-add-btn .review-error-message {
    color: #e02b27;
    font-size: 14px;
    margin-top: 7px;
    text-align: center
}

.review-customer-index .review-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #ebebeb;
    margin-bottom: 30px
}

.review-customer-index .review-image-area {
    width: 90px;
    flex-shrink: 0;
    margin-right: 30px
}

.review-customer-index .review-image-area img {
    max-height: 100%;
    max-width: 100%
}

.review-customer-index .review-content {
    flex-grow: 1;
    overflow: hidden
}

.review-customer-index .review-content .review-product-name {
    font-size: 20px;
    color: #555;
    line-height: 21px;
    min-height: 21px;
    display: flex;
    margin: 20px 0 20px;
    align-items: center
}

.review-customer-index .review-content .review-rating-area {
    display: flex;
    align-items: center
}

.review-customer-index .review-content .review-rating-time {
    font-size: 14px;
    font-weight: 300;
    color: #555;
    line-height: 21px;
    margin-right: 15px
}

.review-customer-index .review-content .review-star-list {
    display: inline-block
}

.review-customer-index .review-content .review-star-list .icon-star {
    width: 24px;
    height: 24px;
    display: inline-block
}

.review-customer-index .review-content .review-product-details {
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin-top: 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

.review-customer-index .review-see-details {
    flex-shrink: 0;
    margin-left: 60px;
    margin-right: 20px;
    text-decoration: underline
}

.review-customer-index .products-reviews-toolbar .toolbar-amount,
.review-customer-index .products-reviews-toolbar .limiter {
    display: none
}

.review-customer-index .products-reviews-toolbar .pager {
    display: flex;
    justify-content: center
}

.review-customer-index .products-reviews-toolbar .pages .label {
    display: none
}

.review-customer-index .products-reviews-toolbar .pages .items .item .page {
    border: 0 !important;
    background-color: transparent !important;
    color: #999
}

.review-customer-index .products-reviews-toolbar .pages .items .item a {
    border: 0
}

.review-customer-index .products-reviews-toolbar .pages .items .item a:hover {
    background: 0 0 !important;
    color: #999
}

.review-customer-index .products-reviews-toolbar .pages .items .item a:before {
    font-size: 20px !important
}

.review-customer-index .products-reviews-toolbar .pages .items .item.pages-item-previous,
.review-customer-index .products-reviews-toolbar .pages .items .item.pages-item-next {
    margin: 0 15px
}

.review-customer-index .products-reviews-toolbar .pages .items .item.pages-item-previous a,
.review-customer-index .products-reviews-toolbar .pages .items .item.pages-item-next a {
    color: #333 !important
}

.review-customer-index .products-reviews-toolbar .pages .items .item.pages-item-previous.disabled,
.review-customer-index .products-reviews-toolbar .pages .items .item.pages-item-next.disabled {
    display: inline-block
}

.review-customer-index .products-reviews-toolbar .pages .items .item.pages-item-previous.disabled a,
.review-customer-index .products-reviews-toolbar .pages .items .item.pages-item-next.disabled a {
    color: #999 !important
}

.review-customer-index .products-reviews-toolbar .pages .items .item.current .page {
    color: #333
}

.review-customer-view .page-title-wrapper {
    justify-content: space-between
}

.review-customer-view .page-title-wrapper .goback {
    display: block;
    line-height: 30px
}

.review-customer-view .page-title-wrapper .goback a {
    text-decoration: underline
}

.review-customer-view .page-title-wrapper .goback .fa {
    display: none
}

.review-customer-view .customer-review {
    display: flex;
    padding: 10px 10px 40px;
    border: 1px solid #ebebeb;
    margin-bottom: 90px
}

.review-customer-view .customer-review .product-media {
    width: 89px;
    flex-shrink: 0;
    margin-right: 0
}

.review-customer-view .customer-review .product-media .img {
    width: 89px
}

.review-customer-view .customer-review .review-content {
    margin-left: 30px;
    flex-grow: 1
}

.review-customer-view .customer-review .review-product-name {
    font-size: 20px;
    color: #555;
    line-height: 21px;
    margin: 20px 0
}

.review-customer-view .customer-review .review-rating-area {
    display: flex;
    align-items: center
}

.review-customer-view .customer-review .review-rating-time {
    margin-right: 15px;
    font-size: 14px;
    font-weight: 300;
    color: #555;
    line-height: 21px
}

.review-customer-view .customer-review .review-star-list .icon-star {
    width: 24px;
    height: 24px;
    display: inline-block
}

.review-customer-view .customer-review .review-describe {
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin-top: 3px;
    word-break: break-word
}

.review-customer-view .customer-review .review-image-list {
    display: flex;
    align-items: center;
    margin-top: 30px
}

.review-customer-view .customer-review .review-image-list .review-image-item {
    width: 173px;
    height: 173px;
    margin-right: 30px;
    box-sizing: border-box
}

.review-customer-view .customer-review .review-image-list .review-image-item:last-child {
    margin-right: 0
}

.sales-guest-view .mcol-time {
    padding: 20px 10px
}

.sales-guest-view .review-flex {
    display: flex;
    justify-content: space-between
}

.sales-guest-view .review {
    display: flex
}

.sales-guest-view .review a {
    width: 258px;
    font-size: 16px;
    margin-right: 10px
}

.sales-guest-view .review a.review-btn,
.sales-guest-view .review a.add-review-btn {
    font-size: 18px;
    color: #fff;
    background-color: #333
}

@media (max-width:1200px) {
    .review-customer-view .customer-review .review-image-list .review-image-item {
        width: 150px;
        height: 150px;
        margin-right: 20px
    }
}

@media (max-width:1024px) {
    .account .header-container .header-middle&gt;.container {
        margin: 0
    }
}

@media (max-width:991px) {
    .review-customer-view .customer-review .review-image-list .review-image-item {
        width: 100px;
        height: 100px;
        margin-right: 10px
    }

    .account .accountAd {
        margin: 0 0 10px
    }

    .account .row {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex
    }

    .account .row .col-md-3 {
        width: 25%
    }

    .account .row .col-md-9 {
        flex: 1
    }

    .account .container {
        width: auto;
        margin: 0 25px
    }

    .account.sales-order-view .block-content .right-action {
        position: static;
        margin-top: 30px
    }

    .account .footer .container {
        margin: .customer-review0
    }

    .account .footer-container .footer-top .contact-content div {
        height: 73px
    }
}

@media (max-width:991px) {
    .modal-popup.sign-popup.image-detail .modal-inner-wrap {
        width: 90%;
        top: 18%;
        bottom: auto
    }

    .customer-account-index .page-title-wrapper {
        display: none
    }

    .account .page-title-wrapper {
        margin-bottom: 40px;
        align-items: center
    }

    .account .page-title-wrapper .page-title {
        order: 2;
        margin: 0
    }

    .account .page-title-wrapper .goback {
        margin-right: 8px;
        order: 1;
        display: block
    }

    .account .page-title-wrapper .goback+div.goback {
        display: none
    }

    .account .page-title-wrapper .goback i {
        font-size: 32px;
        padding-right: 5px;
        margin-top: -2px
    }

    .account .page-title-wrapper .goback span {
        display: none
    }

    .account .dashboard-title {
        display: block;
        font-size: 24px;
        margin: 10px 0 34px
    }

    .account.sales-order-view .goback:last-child {
        display: none
    }

    .account.sales-order-view .sub-btn {
        width: auto;
        display: block
    }

    .account.sales-order-view .order-details-items .table-order-items tr td.img-width {
        width: 8%
    }

    .account.sales-order-view .order-details-items .table-order-items tr td .gift&gt;div {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        align-items: center
    }

    .account.sales-order-view .order-details-items .table-order-items tr td .gift&gt;div span {
        display: block;
        white-space: initial
    }

    .account.sales-order-view .block-content .order-status {
        margin-bottom: 20px
    }

    .account.sales-order-view .block-content .right-action {
        width: 100%
    }

    .account.sales-order-view .block-content .right-action .tips {
        margin-top: 20px
    }

    .account .container .block-content .attribute {
        margin-bottom: 20px
    }

    .account.customer-account-edit .form-address-edit,
    .account.customer-address-form .form-address-edit,
    .account.customer-account-edit .form-edit-account,
    .account.customer-address-form .form-edit-account {
        padding: 30px 20px
    }

    .account.customer-account-edit .form-address-edit .form-line fieldset,
    .account.customer-address-form .form-address-edit .form-line fieldset,
    .account.customer-account-edit .form-edit-account .form-line fieldset,
    .account.customer-address-form .form-edit-account .form-line fieldset {
        width: 100%
    }

    .account.customer-account-edit .form-address-edit .form-bottom .sub-btn,
    .account.customer-address-form .form-address-edit .form-bottom .sub-btn,
    .account.customer-account-edit .form-edit-account .form-bottom .sub-btn,
    .account.customer-address-form .form-edit-account .form-bottom .sub-btn {
        width: 100%
    }

    .account.customer-address-form .form-address-edit .form-line.parents fieldset {
        width: 48%
    }

    .account.customer-address-form .form-address-edit .form-bottom .block-content-action {
        display: none
    }

    .account .shipping-address .block-content-action {
        position: absolute;
        top: 50px;
        right: 20px
    }

    .account .container .block-title {
        font-size: 20px;
        margin-bottom: 34px !important
    }

    .account .container .toAction {
        margin-top: 30px;
        width: 100%
    }

    .account .container .toAction .account-btn {
        width: 100%
    }

    .account .container .toAction .account-btn.product-review {
        height: 44px;
        margin-top: 0;
        line-height: 44px;
        font-size: 16px
    }

    .account .container .to-newsletter {
        border: 1px solid #ebebeb;
        padding: 20px;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        justify-content: space-between;
        margin-bottom: 40px
    }

    .account .container .logout-action {
        text-align: center;
        display: block
    }

    .account .container .logout-action a {
        text-decoration: underline
    }

    .account .container .block-tips span:last-child {
        flex: 1
    }

    .account .container .block-dashboard-info .block-content {
        padding: 50px 20px
    }

    .account .container .block-dashboard-addresses .block-content {
        padding: 50px 20px
    }

    .account .container .block-content {
        padding: 20px;
        border-color: #ebebeb;
        margin-bottom: 40px
    }

    .account .container .block-content .block-content-label {
        font-size: 14px
    }

    .account .container .block-content .block-content-name {
        margin-bottom: 10px
    }

    .account .container .block-content.half-content&gt;div {
        flex-wrap: wrap
    }

    .account .row {
        display: block
    }

    .account .row .col-md-3 {
        display: none
    }

    .account .account-border-bottom {
        display: none !important
    }

    .account .other-block {
        display: block;
        border: 1px solid #ebebeb
    }

    .account.sales-order-view .block-content {
        width: auto;
        margin-bottom: 20px
    }

    .account.sales-order-view .block-content .order-date {
        margin-bottom: 20px
    }

    .account.sales-order-view .order-details-items .order-items-wrapper {
        background: #fbfbfb;
        border: 1px solid #ebebeb;
        padding: 0 20px 20px 10px
    }

    .account.sales-order-view .order-details-items .table-order-items {
        border: none
    }

    .account.sales-order-view .order-details-items .table-order-items tfoot tr.discount-total td {
        padding-bottom: 30px;
        padding-top: 0;
        text-align: right
    }

    .account.sales-order-view .order-details-items .table-order-items tfoot tr td {
        padding: 20px 0
    }

    .account.sales-order-view .order-details-items .table-order-items tr {
        border-top: 1px solid #ebebeb
    }

    .account.sales-order-view .order-details-items .table-order-items tr.gift {
        border: none
    }

    .account.sales-order-view .order-details-items .table-order-items tr.discount-total {
        border-top: none
    }

    .account.sales-order-view .order-details-items .table-order-items tr.product-detail {
        border-top: none
    }

    .account.sales-order-view .order-details-items .table-order-items tr td {
        padding: 20px 0
    }

    .account.sales-order-view .order-details-items .table-order-items tr td .product-name {
        font-size: 16px
    }

    .account.sales-order-view .order-details-items .table-order-items tr td.border-right {
        border-right: none
    }

    .account.sales-order-view .order-details-items .table-order-items tr td:first-child,
    .account.sales-order-view .order-details-items .table-order-items tr td.w-left {
        text-align: left;
        white-space: nowrap
    }

    .account.sales-order-view .order-details-items .table-order-items tr td .oop,
    .account.sales-order-view .order-details-items .table-order-items tr td .oop-se {
        margin-top: 10px;
        color: #999
    }

    .account.sales-order-view .order-details-items .table-order-items tr td .oop-se .price {
        text-decoration: line-through
    }

    .account.newsletter-manage-index .choice {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex
    }

    .account.newsletter-manage-index .choice input {
        margin-right: 10px
    }

    .account.newsletter-manage-index .choice .label {
        white-space: inherit;
        text-align: left;
        line-height: normal
    }

    .account .form-newsletter-manage button {
        font-size: 22px;
        background: #333;
        padding: 10px;
        height: auto
    }

    .account.customer-address-index .shipping-address .block-content-action {
        position: static
    }

    .html-overflow {
        overflow: auto;
        height: 100%
    }

    .account.sales-order-view.body-overflow,
    .sales-guest-view.body-overflow {
        overflow: auto;
        height: 100%
    }

    .account.sales-order-view .order-details-items .table-order-items tr td.border-right,
    .sales-guest-view .order-details-items .table-order-items tr td.border-right {
        width: 90px !important;
        padding-right: 10px
    }

    .account.sales-order-view .order-details-items .table-order-items tr .review-flex,
    .sales-guest-view .order-details-items .table-order-items tr .review-flex {
        flex-direction: column
    }

    .account.sales-order-view .order-details-items .table-order-items .order-time-and-review,
    .sales-guest-view .order-details-items .table-order-items .order-time-and-review {
        white-space: normal;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        text-align: right;
        margin-top: 10px
    }

    .account.sales-order-view .order-details-items .table-order-items .order-time-and-review .review,
    .sales-guest-view .order-details-items .table-order-items .order-time-and-review .review {
        width: 100%;
        flex-direction: column
    }

    .account.sales-order-view .order-details-items .table-order-items .order-time-and-review .review a,
    .sales-guest-view .order-details-items .table-order-items .order-time-and-review .review a {
        width: 100%;
        margin-bottom: 10px
    }

    .account.sales-order-view .order-details-items .table-order-items .order-time-and-review .review a.review-btn,
    .sales-guest-view .order-details-items .table-order-items .order-time-and-review .review a.review-btn,
    .account.sales-order-view .order-details-items .table-order-items .order-time-and-review .review a.add-review-btn,
    .sales-guest-view .order-details-items .table-order-items .order-time-and-review .review a.add-review-btn {
        font-size: 16px
    }

    .account.sales-order-view .review-modal-wrapper,
    .sales-guest-view .review-modal-wrapper {
        width: 100%;
        overflow: hidden;
        position: relative
    }

    .account.sales-order-view .review-modal .review-modal-content,
    .sales-guest-view .review-modal .review-modal-content {
        width: 100%;
        max-width: initial;
        max-height: 100%;
        overflow-y: auto;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0
    }

    .account.sales-order-view .review-modal .review-modal-content.review-result,
    .sales-guest-view .review-modal .review-modal-content.review-result {
        width: 90%;
        margin: 0 auto;
        bottom: 40%;
        right: 0
    }

    .account.sales-order-view .review-modal .review-modal-header,
    .sales-guest-view .review-modal .review-modal-header {
        padding: 20px 24px
    }

    .account.sales-order-view .review-modal .review-modal-header h2,
    .sales-guest-view .review-modal .review-modal-header h2 {
        font-size: 18px;
        line-height: 20px
    }

    .account.sales-order-view .review-modal .review-modal-header .modal-close,
    .sales-guest-view .review-modal .review-modal-header .modal-close {
        width: 20px;
        height: 20px
    }

    .account.sales-order-view .review-modal .review-modal-body,
    .sales-guest-view .review-modal .review-modal-body {
        padding: 10px 24px 30px
    }

    .account.sales-order-view .review-modal .review-modal-body .review-success,
    .sales-guest-view .review-modal .review-modal-body .review-success {
        font-size: 18px
    }

    .account.sales-order-view .review-modal .review-modal-body .review-add-btn .button.primary,
    .sales-guest-view .review-modal .review-modal-body .review-add-btn .button.primary {
        width: 100%;
        height: 44px
    }

    .account.sales-order-view .review-modal .customer-review .product-detail img,
    .sales-guest-view .review-modal .customer-review .product-detail img {
        width: 46px;
        margin-right: 10px
    }

    .account.sales-order-view .review-modal .customer-review .product-detail .review-product-name,
    .sales-guest-view .review-modal .customer-review .product-detail .review-product-name {
        font-size: 16px
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item,
    .sales-guest-view .review-modal .customer-review .review-list-item {
        padding: 20px 0 30px
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-area .review-list-item-nickname,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-area .review-list-item-nickname {
        font-size: 18px;
        margin-bottom: 0
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-area .review-list-item-time,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-area .review-list-item-time {
        font-size: 13px
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-area .review-list-item-star-area,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-area .review-list-item-star-area {
        margin-bottom: 14px
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-area .review-list-item-star-area .review-star-list .icon-star,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-area .review-list-item-star-area .review-star-list .icon-star {
        width: 15px;
        height: 15px
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review_list_item_content,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review_list_item_content {
        font-size: 14px
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-image,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-image {
        flex-wrap: wrap
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-image .review-list-item-image-item,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-image .review-list-item-image-item,
    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-image .review-list-item-image-item-video,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-image .review-list-item-image-item-video {
        width: 100px;
        height: 100px;
        margin-right: 8px
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add {
        font-size: 15px
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review-list-item-add-date,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review-list-item-add-date {
        font-size: 14px;
        padding: 10px 0 0
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_content,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_content {
        font-size: 14px
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap {
        display: flex
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-],
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-] {
        display: none
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content {
        max-height: 999px !important
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content:before,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content:before {
        height: 100% !important
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content .review_list_item_add_content_open,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content .review_list_item_add_content_open {
        height: 0 !important
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content .review_list_item_add_content_open:before,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content .review_list_item_add_content_open:before {
        visibility: hidden
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content:after,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap input[id^=review-list-]:checked+.review_list_item_add_content:after {
        visibility: hidden
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content {
        position: relative;
        line-height: 1.5;
        overflow: hidden
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content:before,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content:before {
        content: '';
        float: right;
        width: 0;
        height: calc(100% - 19px)
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content:after,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content:after {
        content: '';
        width: 999vw;
        height: 999vw;
        position: absolute;
        box-shadow: inset calc(100px - 999vw) calc(20px - 999vw) 0 0 #fff;
        margin-left: -100px
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content .review_list_item_add_content_open,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content .review_list_item_add_content_open {
        position: relative;
        width: 20px;
        height: 20px;
        text-align: right;
        color: #999;
        float: right;
        clear: both;
        line-height: 1.5
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content .review_list_item_add_content_open:before,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_add_wrap .review_list_item_add_content .review_list_item_add_content_open:before {
        content: 'è·¯è·¯è·¯';
        position: absolute;
        left: 0;
        top: -2px;
        color: #999
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap {
        display: flex
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-],
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-] {
        display: none
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content {
        max-height: 999px !important
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:before,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:before {
        height: 100% !important
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_reply_content_open,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_reply_content_open {
        height: 0 !important
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_reply_content_open:before,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_reply_content_open:before {
        visibility: hidden
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:after,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:after {
        visibility: hidden
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content {
        position: relative;
        line-height: 1.5;
        overflow: hidden
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content:before,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content:before {
        content: '';
        float: right;
        width: 0;
        height: calc(100% - 19px)
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content:after,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content:after {
        content: '';
        width: 999vw;
        height: 999vw;
        position: absolute;
        box-shadow: inset calc(100px - 999vw) calc(20px - 999vw) 0 0 #f0f0f0;
        margin-left: -100px
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_reply_content_open,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_reply_content_open {
        position: relative;
        width: 20px;
        height: 20px;
        text-align: right;
        color: #999;
        float: right;
        clear: both;
        line-height: 1.5
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_reply_content_open:before,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-add .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_reply_content_open:before {
        content: 'è·¯è·¯è·¯';
        position: absolute;
        left: 0;
        top: -2px;
        color: #999
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-reply,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-reply {
        padding: 14px
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review-list-item-reply-avatar,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review-list-item-reply-avatar {
        width: 20px;
        height: 21px
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review-list-item-reply-area .review-list-item-reply-info .review-list-item-reply-user,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review-list-item-reply-area .review-list-item-reply-info .review-list-item-reply-user {
        font-size: 14px;
        margin-bottom: 0
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review-list-item-reply-area .review-list-item-reply-info .review-list-item-reply-time,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review-list-item-reply-area .review-list-item-reply-info .review-list-item-reply-time {
        font-size: 13px
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_content,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_content {
        font-size: 14px
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap {
        display: flex
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-],
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-] {
        display: none
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content {
        max-height: 999px !important
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:before,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:before {
        height: 100% !important
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_reply_content_open,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_reply_content_open {
        height: 0 !important
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_reply_content_open:before,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content .review_list_item_reply_content_open:before {
        visibility: hidden
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:after,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap input[id^=review-list-]:checked+.review_list_item_reply_content:after {
        visibility: hidden
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content {
        position: relative;
        line-height: 1.5;
        overflow: hidden
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content:before,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content:before {
        content: '';
        float: right;
        width: 0;
        height: calc(100% - 19px)
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content:after,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content:after {
        content: '';
        width: 999vw;
        height: 999vw;
        position: absolute;
        box-shadow: inset calc(100px - 999vw) calc(20px - 999vw) 0 0 #e8e8e8;
        margin-left: -100px
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_reply_content_open,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_reply_content_open {
        position: relative;
        width: 20px;
        height: 20px;
        text-align: right;
        color: #999;
        float: right;
        clear: both;
        line-height: 1.5
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_reply_content_open:before,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review-list-item-reply .review_list_item_reply_wrap .review_list_item_reply_content .review_list_item_reply_content_open:before {
        content: 'è·¯è·¯è·¯';
        position: absolute;
        left: 0;
        top: -2px;
        color: #999
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap {
        display: flex
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap input[id^=review-list-],
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap input[id^=review-list-] {
        display: none
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content {
        max-height: 999px !important
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content:before,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content:before {
        height: 100% !important
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content .review_list_item_content_open,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content .review_list_item_content_open {
        height: 0 !important
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content .review_list_item_content_open:before,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content .review_list_item_content_open:before {
        visibility: hidden
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content:after,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap input[id^=review-list-]:checked+.review_list_item_content:after {
        visibility: hidden
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap .review_list_item_content,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap .review_list_item_content {
        position: relative;
        line-height: 1.5;
        overflow: hidden
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap .review_list_item_content:before,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap .review_list_item_content:before {
        content: '';
        float: right;
        width: 0;
        height: calc(100% - 19px)
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap .review_list_item_content:after,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap .review_list_item_content:after {
        content: '';
        width: 999vw;
        height: 999vw;
        position: absolute;
        box-shadow: inset calc(100px - 999vw) calc(20px - 999vw) 0 0 #fff;
        margin-left: -100px
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap .review_list_item_content .review_list_item_content_open,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap .review_list_item_content .review_list_item_content_open {
        position: relative;
        width: 20px;
        height: 20px;
        text-align: right;
        color: #666;
        float: right;
        clear: both;
        line-height: 1.5
    }

    .account.sales-order-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap .review_list_item_content .review_list_item_content_open:before,
    .sales-guest-view .review-modal .customer-review .review-list-item-info .review_list_item_content_wrap .review_list_item_content .review_list_item_content_open:before {
        content: 'è·¯è·¯è·¯';
        position: absolute;
        left: 0;
        top: -2px;
        color: #666
    }

    .account.sales-order-view .review-modal .review-product-container,
    .sales-guest-view .review-modal .review-product-container {
        padding: 5px
    }

    .account.sales-order-view .review-modal .review-product-container .review-product-image,
    .sales-guest-view .review-modal .review-product-container .review-product-image {
        width: 46px;
        margin-right: 10px
    }

    .account.sales-order-view .review-modal .review-product-container .review-product-name,
    .sales-guest-view .review-modal .review-product-container .review-product-name {
        font-size: 16px;
        line-height: 22px
    }

    .account.sales-order-view .review-modal .review-star-list,
    .sales-guest-view .review-modal .review-star-list {
        margin-top: 10px
    }

    .account.sales-order-view .review-modal .review-star-list li,
    .sales-guest-view .review-modal .review-star-list li {
        margin-right: 2px
    }

    .account.sales-order-view .review-modal .review-star-list .icon-star,
    .sales-guest-view .review-modal .review-star-list .icon-star {
        width: 28px;
        height: 28px
    }

    .account.sales-order-view .review-modal .review-form-content .field,
    .sales-guest-view .review-modal .review-form-content .field {
        margin-top: 28px
    }

    .account.sales-order-view .review-modal .review-form-content .field input,
    .sales-guest-view .review-modal .review-form-content .field input {
        height: 44px
    }

    .account.sales-order-view .review-modal .review-form-content .field textarea,
    .sales-guest-view .review-modal .review-form-content .field textarea {
        height: 86px
    }

    .account.sales-order-view .review-modal .review-form-content .field .isUsed span:after,
    .sales-guest-view .review-modal .review-form-content .field .isUsed span:after {
        left: 6px;
        top: 7px
    }

    .account.sales-order-view .review-modal .review-form-content .review-image-container,
    .sales-guest-view .review-modal .review-form-content .review-image-container {
        margin-top: 20px
    }

    .account.sales-order-view .review-modal .review-form-content .review-image-item,
    .sales-guest-view .review-modal .review-form-content .review-image-item {
        width: 102px;
        height: 99px;
        margin-right: 10px
    }

    .account.sales-order-view .review-modal .review-form-content .review-image-plus,
    .sales-guest-view .review-modal .review-form-content .review-image-plus {
        width: 99px;
        height: 99px;
        margin-right: 10px
    }

    .account.sales-order-view .review-modal .review-form-content .review-add-btn,
    .sales-guest-view .review-modal .review-form-content .review-add-btn {
        margin-top: 20px
    }

    .account.sales-order-view .review-modal .review-form-content .review-add-btn .button.primary,
    .sales-guest-view .review-modal .review-form-content .review-add-btn .button.primary {
        height: 44px;
        font-size: 15px;
        font-weight: 400;
        line-height: 19px
    }

    .account.sales-order-view .review-modal .review-form-content .review-image-list,
    .sales-guest-view .review-modal .review-form-content .review-image-list,
    .account.sales-order-view .review-modal .review-form-content .add-review-image-list,
    .sales-guest-view .review-modal .review-form-content .add-review-image-list {
        width: 99px;
        height: 99px;
        margin-right: 10px
    }

    .account.sales-order-view .review-modal .review-form-content .review-image-list.video:before,
    .sales-guest-view .review-modal .review-form-content .review-image-list.video:before,
    .account.sales-order-view .review-modal .review-form-content .add-review-image-list.video:before,
    .sales-guest-view .review-modal .review-form-content .add-review-image-list.video:before {
        content: " ";
        width: 36px;
        height: 36px;
        top: calc(32%);
        left: calc(32%);
        background-size: 11px;
        background-position: center center
    }

    .account.sales-order-view .review-modal div.mage-error[generated],
    .sales-guest-view .review-modal div.mage-error[generated] {
        margin-top: 0
    }

    .sales-guest-view .review-flex {
        flex-direction: column
    }

    .sales-guest-view .review {
        width: 100%;
        flex-direction: column
    }

    .sales-guest-view .review a {
        width: 100%;
        margin-bottom: 10px;
        font-size: 16px;
        height: 44px;
        text-align: center;
        line-height: 44px
    }

    .sales-guest-view .review a.sub-btn-grey {
        background-color: #ebebeb
    }

    .review-customer-index .review-item {
        align-items: flex-start;
        padding: 20px 20px 20px 10px;
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .review-customer-index .review-image-area {
        width: 65px;
        margin-right: 10px
    }

    .review-customer-index .review-content {
        flex-basis: 100px;
        margin-bottom: 15px
    }

    .review-customer-index .review-content .review-product-name {
        margin: 0 0 10px;
        font-size: 16px;
        line-height: 21px
    }

    .review-customer-index .review-content .review-rating-area {
        justify-content: space-between
    }

    .review-customer-index .review-content .review-star-list .icon-star {
        width: 20px;
        height: 20px
    }

    .review-customer-index .review-content .review-product-details {
        white-space: initial;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        word-break: break-word
    }

    .review-customer-index .review-see-details {
        width: 100%;
        margin: 0;
        padding-left: 75px
    }

    .review-customer-index .products-reviews-toolbar {
        border: 0;
        margin-bottom: 0
    }

    .account.review-customer-view .page-title-wrapper {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 20px
    }

    .account.review-customer-view .page-title-wrapper .goback a {
        text-decoration: none
    }

    .account.review-customer-view .page-title-wrapper .goback .fa {
        display: block
    }

    .account.review-customer-view .customer-review {
        border: 0;
        padding: 0;
        display: block;
        margin-bottom: 50px;
        position: relative
    }

    .account.review-customer-view .customer-review .product-media {
        width: 70px;
        margin-right: 28px
    }

    .account.review-customer-view .customer-review .review-content {
        margin: 0
    }

    .account.review-customer-view .customer-review .review-product-name {
        min-height: 70px;
        padding: 4px 0;
        box-sizing: border-box;
        margin: 0
    }

    .account.review-customer-view .customer-review .review-rating-area {
        margin-top: 10px;
        border-top: 1px solid #ebebeb;
        padding-top: 20px;
        justify-content: space-between
    }

    .account.review-customer-view .customer-review .review-star-list .icon-star {
        width: 20px;
        height: 20px
    }

    .account.review-customer-view .customer-review .review-describe {
        margin-top: 10px;
        line-height: 24px
    }

    .account.review-customer-view .customer-review .review-image-list {
        margin-top: 20px
    }
}

@media (max-width:580px) {
    .account.sales-order-view .order-others-information {
        display: block
    }

    .account.sales-order-view .order-others-information .block-content {
        width: auto;
        padding: 20px
    }

    .review-modal-body {
        pointer-events: auto
    }

    .review-modal-body input,
    .review-modal-body input:focus,
    .review-modal-body textarea,
    .review-modal-body textarea:focus {
        font-size: 16px !important
    }
}

@media (max-width:480px) {
    .account .container .block-content .attribute .block-content-value {
        word-break: break-all
    }

    .account.sales-order-view .order-details-items .table-order-items tr td.border-right {
        width: 180px
    }
}

@media (max-width:374px) {
    .account.sales-order-view .review-modal .review-form-content .review-image-plus {
        width: 80px;
        height: 80px
    }

    .account.sales-order-view .review-modal .review-form-content .review-image-item {
        width: 80px;
        height: 80px
    }
}

.page-footer .footer-container [data-content-type=row][data-appearance=contained] {
    max-width: none
}

.page-footer .footer-container [data-content-type=row][data-appearance=contained]&gt;div {
    margin: 0 !important;
    padding: 0 !important
}

.page-footer .container {
    padding: 0
}

.footer-container {
    font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif
}

.footer-container .footer-top {
    width: 100%;
    background-color: #242424;
    color: #fff
}

.footer-container .footer-top .flex-row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 36px 24px 6px
}

.footer-container .footer-top .contact-title {
    font-size: 24px;
    width: calc(50% - 10px);
    margin-right: 20px;
    text-align: left;
    font-family: "HtigerCHS-Book", HtigerCHS, Arial, sans-serif
}

.footer-container .footer-top .contact-content {
    font-size: 16px;
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.footer-container .footer-top .contact-content div {
    width: 50%;
    min-width: 295px;
    display: flex;
    align-items: center
}

.footer-container .footer-top .contact-content div span {
    display: inline-block;
    text-align: left
}

.footer-container .footer-top .contact-content .contact-link {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    margin-right: 20px
}

.footer-container .footer-top .contact-content .contact-link .iconfont {
    font-size: 50px;
    color: #fff
}

.footer-container .footer-middle {
    background-color: #000;
    color: #fff;
    padding: 40px 0 20px
}

.footer-container .footer-middle .container {
    display: flex;
    align-items: flex-start
}

.footer-container .footer-middle .choose-language {
    width: calc(50% - 10px);
    display: flex;
    align-items: flex-start;
    margin-right: 20px;
    border-bottom: 1px solid #999;
    height: 271px
}

.footer-container .footer-middle .choose-language img {
    height: 35px;
    margin-right: 5px;
    margin-top: -5px
}

.footer-container .footer-middle .service-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    font-size: 16px;
    width: calc(50% - 10px)
}

.footer-container .footer-middle .service-content ul {
    width: calc(50% - 16px);
    color: #fff;
    border-bottom: 1px solid #999;
    padding-bottom: 40px
}

.footer-container .footer-middle .service-content ul li {
    margin-bottom: 20px
}

.footer-container .footer-middle .service-content ul li a {
    color: #fff
}

.footer-container .footer-middle .service-content ul.service-content-right {
    margin-left: 32px
}

.footer-container .footer-middle .service-content ul.service-content-right li a {
    color: #999
}

.footer-container .footer-bottom {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding-bottom: 20px;
    font-family: "HtigerCHS-Book", HtigerCHS, Arial, sans-serif
}

.footer-container .footer-bottom .half {
    display: inline-block;
    width: calc(50% - 10px);
    margin-right: 20px
}

.footer-container .footer-bottom .half span+span {
    margin-left: 30px
}

@media screen and (max-width:991px) {
    .footer-container .footer-top .flex-row {
        display: block
    }

    .footer-container .footer-top .contact-title {
        width: 100%;
        text-align: center
    }

    .footer-container .footer-top .contact-content {
        width: 100%
    }

    .footer-container .footer-middle .container {
        display: block
    }

    .footer-container .footer-middle .container .choose-language {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
        border-bottom: none
    }

    .footer-container .footer-middle .service-content {
        flex-wrap: wrap;
        width: 100%
    }

    .footer-container .footer-bottom p {
        text-align: left
    }
}

.sidebar-product-marker {
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 20px
}

.sidebar-product-marker div {
    padding: 0 5px;
    display: inline-block;
    margin-right: 5px;
    background: #06c
}

.sidebar-product-marker div.black {
    background: #333
}

.sidebar-product-marker div.blue {
    background-color: #06c
}

.sidebar-product-marker div.green {
    background-color: #79b928
}

.sidebar-product-marker div.yellow {
    background-color: #fc0
}

.sidebar-product-marker div.red {
    background-color: #dd4157
}

.sidebar-product-marker div.purple {
    background-color: #c4398d
}

.checkout-index-index .cart-price.gift-free {
    color: #06c !important
}

.checkout-index-index footer.page-footer {
    display: none
}

.checkout-index-index .popup-title {
    display: none
}

.checkout-index-index .opc-summary-wrapper .block .title strong {
    font-size: 20px
}

.checkout-index-index .action-login-wrapper .phone-submit {
    float: right;
    margin-right: 20px;
    padding: 15px 114px;
    font-size: 22px
}

.checkout-index-index .action-login-wrapper .action-link {
    float: right;
    margin: 30px 20px 20px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: #555;
    text-decoration: underline
}

.checkout-index-index .action-login-wrapper .clear {
    clear: both
}

.checkout-index-index .opc-progress-bar {
    display: none
}

.checkout-index-index .opc-wrapper .step-title {
    padding: 24px 0;
    border: none
}

.checkout-index-index .checkout-shipping-address,
.checkout-index-index .checkout-payment-method {
    counter-reset: number
}

.checkout-index-index .p-tips {
    display: none
}

.checkout-index-index #customer-email-fieldset a.send-sms {
    right: -132px;
    width: 120px;
    text-align: center
}

.checkout-index-index .step-column {
    position: relative
}

.checkout-index-index .step-column:first-child .step-item-title {
    border: none
}

.checkout-index-index .step-column.collapsed {
    position: relative
}

.checkout-index-index .step-column.collapsed .action-icon {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 24px;
    height: 24px;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/icon-select.png) no-repeat center;
    cursor: pointer
}

.checkout-index-index .step-column.collapsed .step-item-title {
    color: #333
}

.checkout-index-index .step-item-title {
    padding: 20px 30px;
    border-top: 1px solid #ebebeb;
    font-family: HtigerCHS-Light, HtigerCHS;
    font-size: 28px;
    font-weight: 300;
    color: #333;
    line-height: 37px
}

.checkout-index-index .step-item-title.active {
    color: #333
}

.checkout-index-index .checkout-shipping-method #shipping-method-buttons-container {
    height: 64px;
    margin-top: 20px !important
}

.checkout-index-index .checkout-shipping-method #shipping-method-buttons-container .primary {
    top: 0
}

.checkout-index-index .checkout-shipping-method #shipping-method-buttons-container .green-btn-cover {
    background: #79b928
}

.checkout-index-index #shipping-new-address-form {
    padding: 0 10px
}

.checkout-index-index #shipping-new-address-form&gt;.field {
    width: calc(50% - 35px)
}

.checkout-index-index #shipping-new-address-form&gt;.field.street,
.checkout-index-index #shipping-new-address-form&gt;.field[name='shippingAddress.postcode'] {
    width: calc(100% - 40px)
}

.checkout-index-index .step-cont .step-title {
    margin: 0
}

.checkout-index-index .step-cont .form-login {
    padding: 0 10px
}

.checkout-index-index .step-cont .line {
    width: calc(100% - 60px);
    height: 1px;
    margin: 0 auto;
    background: #eee
}

.checkout-index-index .step-content .methods-shipping {
    padding-right: 30px
}

.checkout-index-index #shipping.checkout-shipping-address #checkout-step-shipping {
    padding: 0;
    margin: 0
}

.checkout-index-index #checkout-step-shipping .shipping-address-items {
    margin: 20px 30px 0 !important
}

.checkout-index-index .no-quotes-block {
    padding: 0 30px
}

.checkout-index-index .payment-methods .step-title:before,
.checkout-index-index .payment-methods .step-title:after {
    display: none
}

.checkout-index-index .opc-block-summary .grand.totals {
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-size: 20px
}

.checkout-index-index .row-discount-amount .label,
.checkout-index-index .row-discount-amount .value {
    color: #999
}

.checkout-index-index .totals-annul .mark,
.checkout-index-index .totals-annul .amount {
    color: #999
}

.checkout-index-index .gift-item .gift-free {
    color: #06c
}

.checkout-index-index .opc-block-summary .totals.shipping {
    display: none !important
}

.checkout-index-index .opc-wrapper .shipping-address-item.editable-address-item .edit-address-link {
    position: absolute;
    top: 50%;
    right: 30px;
    display: inline-flex;
    align-items: center
}

.checkout-index-index .opc-wrapper .shipping-address-item.editable-address-item .edit-address-link:before {
    font-family: "dsyon-iconfont";
    content: "\e66e";
    font-size: 30px;
    position: static;
    width: 42px;
    padding-right: 12px
}

.checkout-index-index .opc-wrapper .shipping-address-item.editable-address-item .edit-address-link span {
    color: #555
}

.checkout-index-index .opc-wrapper .shipping-address-item.editable-address-item .edit-address-link:hover:before {
    width: 42px;
    padding-right: 12px
}

.checkout-index-index .opc-wrapper .shipping-address-item.editable-address-item .edit-address-link:hover span {
    color: #555
}

.cart-empty {
    margin: 24px;
    text-align: left
}

.cart-empty .actions-toolbar&gt;.primary {
    text-align: left
}

#checkout-payment-method-load .step-title {
    padding-left: 0
}

.wechatpay-checkout-pay .price-including-tax,
.wechatpay-checkout-pay .price-excluding-tax {
    font-size: 14px
}

.wechatpay-checkout-pay .price-including-tax .price,
.wechatpay-checkout-pay .price-excluding-tax .price {
    font-weight: 400
}

.wechatpay-checkout-pay .price-total {
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-size: 20px
}

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

.checkout-cart-index .cart-container .cart-summary .grand.totals {
    font-family: HtigerCHS-Medium, HtigerCHS
}

.checkout-cart-index .form-cart .original-price-title,
.checkout-cart-index .form-cart .original-price-se {
    color: #999
}

.checkout-cart-index .product-marker&gt;div .black {
    background-color: #333
}

.checkout-cart-index .product-marker&gt;div .green {
    background-color: #79b928
}

.checkout-cart-index .product-marker&gt;div .blue {
    background-color: #06c
}

.checkout-cart-index .product-marker&gt;div .yellow {
    background-color: #fc0
}

.checkout-cart-index .product-marker&gt;div .red {
    background-color: #dd4157
}

.checkout-cart-index .product-marker&gt;div .purple {
    background-color: #c4398d
}

.header-style-1 .header-middle {
    z-index: 900
}

.items.payment-methods .wosai-payment-box {
    float: none !important;
    height: auto !important;
    width: 100%;
    border: 0 !important
}

.items.payment-methods .wosai-payment-box .payment-method-title {
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    margin: 0 30px 20px 0;
    float: left;
    height: 64px;
    padding: 0 !important;
    min-width: 235px;
    width: auto
}

.items.payment-methods .wosai-payment-box .payment-method-title.active {
    border: 2px solid #333
}

.items.payment-methods .wosai-payment-box .payment-method-title .payment-icon {
    max-height: unset;
    margin-right: 0
}

.items.payment-methods .wosai-payment-box .payment-method-title.huabei-box {
    margin-right: 0
}

.payment-method-fenqi {
    clear: both;
    width: 100%;
    background: #f7f7f7;
    padding: 30px 30px 20px
}

.payment-method-fenqi .fenqi-list {
    min-width: 220px;
    border: 1px solid #d6d6d6;
    background: #fff;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px
}

.payment-method-fenqi .fenqi-list:nth-child(3n) {
    margin-right: 0
}

.payment-method-fenqi .fenqi-list:nth-child(3n+1) {
    clear: both
}

.payment-method-fenqi .fenqi-list.active {
    border: 2px solid #333
}

.payment-method-fenqi .fenqi-list input {
    display: none
}

.payment-method-fenqi .fenqi-list label {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #555;
    padding: 15px !important;
    cursor: pointer
}

.payment-method-fenqi .fenqi-list .one {
    padding-bottom: 5px;
    font-size: 16px;
    color: #333
}

.payment-method-fenqi .fenqi-tips {
    font-size: 12px;
    color: #999;
    clear: both
}

.trade-summer {
    border: 1px solid #ebebeb;
    height: 100%;
    overflow: hidden
}

.trade-summer .trade-summer-tit {
    font-size: 16px;
    color: #333;
    padding: 10px 10px 10px 44px;
    background-image: url('../../frontend/Sm/htiger/zh_Hans_CN/Magento_Catalog/image/for.png');
    background-position: 10px center;
    background-size: 24px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ebebeb
}

.trade-summer .trade-img {
    float: left;
    padding: 10px
}

.trade-summer .trade-img img {
    max-width: 54px
}

.trade-summer .trade-content {
    float: right;
    width: calc(100% - 88px);
    padding: 10px;
    word-break: break-all;
    word-wrap: break-word
}

.trade-summer .trade-content span {
    display: block;
    font-size: 13px
}

.trade-summer .trade-content span.t-tit {
    font-size: 16px;
    color: #333
}

.trade-summer .trade-content span.t-sku {
    color: #999;
    padding-bottom: 10px
}

.trade-summer .trade-content span.t-price {
    color: #06c
}

.trade-summer .not-tradeimg {
    background-image: url('../../frontend/Sm/htiger/zh_Hans_CN/Magento_Catalog/image/trade-img.png');
    background-position: 10px 15px;
    background-size: 64px;
    background-repeat: no-repeat;
    min-height: 100px;
    width: 88px
}

@media (max-width:1200px) {
    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .field {
        padding: 10px
    }

    .checkout-index-index .field.sms-code .sms-code-input {
        width: 100%
    }

    .checkout-index-index .page-main .row {
        margin: 0
    }

    .checkout-index-index .container {
        width: 1024px
    }
}

@media (max-width:1025px) {
    .checkout-index-index .container {
        width: auto;
        margin: 0 25px
    }
}

@media (max-width:980px) {
    .checkout-index-index .container {
        width: auto;
        margin: 0 25px
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .field {
        float: none;
        width: auto
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .field.sms-code {
        width: calc(100% - 160px)
    }
}

.overlay-popup-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5
}

body.showOver {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

@media (max-width:991px) {
    .checkout-cart-index .page-main {
        background-color: #f6f7f8
    }

    .checkout-cart-index .page-main .container {
        background-color: #fff
    }

    a.phone-submit.primary {
        clear: both;
        display: block;
        float: right;
        margin-right: 30px;
        padding: 15px 140px;
        background: #333;
        color: #fff;
        text-align: center
    }

    body.checkout-cart-index .page-main {
        border-top: 10px solid #f6f7f8;
        min-height: calc(36vh);
        box-sizing: border-box;
        padding: 0 0 64px
    }

    body.checkout-cart-index .form-cart .original-price-title {
        display: none
    }

    body.checkout-cart-index .origin-price .original-price-se {
        text-decoration: line-through
    }

    body.checkout-cart-index .page-title-wrapper,
    body.checkout-cart-index .footer,
    body.checkout-cart-index .totals.shipping.excl {
        display: none
    }

    .cart-container {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        flex-direction: column-reverse
    }

    .cart-container .cart.table-wrapper {
        margin-bottom: 0
    }

    .cart-container .cart.table-wrapper .table {
        margin-bottom: 0
    }

    .cart-container .cart.table-wrapper tr.item-gift td {
        width: 100%;
        padding: 0
    }

    .cart-container .cart.table-wrapper tr.item-gift td li {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        align-items: center
    }

    .cart-container .cart.table-wrapper tr.item-gift .gift-icon {
        color: #06c
    }

    .cart-container .cart.table-wrapper tr.item-gift .gift-img {
        width: 108px;
        text-align: center
    }

    .cart-container .cart.table-wrapper tr.item-gift .gift-img .product-image-container {
        display: block;
        width: 108px !important;
        height: 108px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .cart-container .cart.table-wrapper tr.item-gift .gift-img .product-image-container .product-image-photo {
        width: auto;
        height: auto
    }

    .cart-container .cart.table-wrapper tr.item-gift .gift-desc {
        padding-left: 16px
    }

    .cart-container .cart.table-wrapper tbody.item {
        position: relative;
        border-bottom: 1px solid #ebebeb;
        padding: 20px;
        display: block;
        border-top: none
    }

    .cart-container .cart.table-wrapper tbody.item:last-child {
        border-bottom: 0
    }

    .cart-container .cart.table-wrapper tr {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        flex-wrap: wrap
    }

    .cart-container .cart.table-wrapper tr.tr-gift {
        width: 100%
    }

    .cart-container .cart.table-wrapper tr.tr-gift .gift-items li {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        align-items: center
    }

    .cart-container .cart.table-wrapper tr.tr-gift .gift-img {
        width: 100px
    }

    .cart-container .cart.table-wrapper tr.tr-gift .gift-img span {
        display: block
    }

    .cart-container .cart.table-wrapper tr.item-info {
        align-content: space-between;
        position: relative;
        padding-left: 100px;
        min-height: 100px;
        align-items: center;
        align-content: center;
        padding-left: 108px;
        min-height: 108px
    }

    .cart-container .cart.table-wrapper tr.item-info td.c-img {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .cart-container .cart.table-wrapper tr.item-info td.c-img .product-item-photo {
        text-align: center;
        max-width: 100px;
        max-height: 100px
    }

    .cart-container .cart.table-wrapper tr.item-info td.c-img .product-item-photo .product-image-photo {
        max-width: 100px;
        max-height: 100px
    }

    .cart-container .cart.table-wrapper tr.item-info td.c-name {
        flex-basis: 100%;
        margin-bottom: 10px
    }

    .cart-container .cart.table-wrapper tr.item-info td.col.price {
        margin-left: 0;
        width: 50%
    }

    .cart-container .cart.table-wrapper tr.item-info td.col.qty {
        width: 50%;
        padding-bottom: 0
    }

    .cart-container .cart.table-wrapper .product-item-name {
        font-size: 15px;
        line-height: 24px;
        margin-top: 0
    }

    .cart-container .cart.table-wrapper .product-item-details {
        font-size: 16px;
        line-height: 24px
    }

    .cart-container .cart.table-wrapper .product-item-details dl {
        color: #545454
    }

    .cart-container .cart.table-wrapper .product-item-details dl dt {
        display: none
    }

    .cart-container .cart.table-wrapper .product-item-details dl dd {
        display: block;
        float: none
    }

    .cart-container .cart.table-wrapper td {
        display: block;
        width: 50%;
        border: none;
        padding: 0 16px
    }

    .cart-container .cart.table-wrapper td.c-img {
        max-width: 108px;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0
    }

    .cart-container .cart.table-wrapper td.c-name {
        flex: 100%;
        padding-right: 15px;
        min-height: 84px
    }

    .cart-container .cart.table-wrapper td.col:before {
        display: none !important
    }

    .cart-container .cart.table-wrapper td.col.price {
        margin-left: 0;
        text-align: left;
        flex-grow: 1
    }

    .cart-container .cart.table-wrapper td.col.price .cart-price {
        font-size: 14px;
        line-height: 24px;
        display: inline-block
    }

    .cart-container .cart.table-wrapper td.col.qty {
        padding: 0;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        justify-content: flex-end;
        flex-shrink: 0;
        width: auto
    }

    .cart-container .cart.table-wrapper td.col.qty .c-qty {
        display: none
    }

    .cart-container .cart.table-wrapper td.col.qty .fixed-qty-notice {
        position: absolute;
        right: 0;
        bottom: -19px;
        color: #dd4157
    }

    .cart-container .cart.table-wrapper td.col.qty .input-text {
        margin-top: 0;
        width: 36px;
        height: 24px;
        font-size: 14px;
        line-height: 26px
    }

    .cart-container .cart.table-wrapper td.col.qty .qty-section {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        align-items: center
    }

    .cart-container .cart.table-wrapper td.col.qty a {
        border: 1px solid #dcdcdc;
        height: 24px;
        line-height: 23px;
        width: 24px
    }

    .cart-container .cart.table-wrapper td.col.qty a.alo_qty_dec {
        border-right: none
    }

    .cart-container .cart.table-wrapper td.col.qty a.alo_qty_inc {
        border-left: none
    }

    .cart-container .cart.table-wrapper .product-item-photo {
        position: static;
        width: 108px;
        height: 108px;
        max-width: 108px;
        text-align: center
    }

    .cart-container .cart.table-wrapper .product-item-photo .product-image-photo {
        width: auto
    }

    .cart-container .cart.table-wrapper .pl.delete {
        position: absolute;
        top: 20px;
        right: 0
    }

    .cart-container .cart.table-wrapper .actions-toolbar .action-edit,
    .cart-container .cart.table-wrapper .actions-toolbar .action-towishlist {
        display: none
    }

    .cart-container .cart.table-wrapper .actions-toolbar .action-delete {
        border: none;
        padding: 0 16px 0 0
    }

    .cart-container .cart.table-wrapper .actions-toolbar .action-delete:hover,
    .cart-container .cart.table-wrapper .actions-toolbar .action-delete:visited,
    .cart-container .cart.table-wrapper .actions-toolbar .action-delete:focus,
    .cart-container .cart.table-wrapper .actions-toolbar .action-delete:active {
        background: 0 0;
        border: none;
        color: #333
    }

    .cart-container .cart.table-wrapper .actions-toolbar .action-delete span {
        display: none
    }

    .cart-container .cart.table-wrapper .actions-toolbar .action-delete:after {
        font-family: 'fontawesome';
        content: '\f014';
        font-size: 20px
    }

    .cart-container .cart-summary {
        border: none;
        border-top: 10px solid #f6f7f8;
        padding: 20px 24px;
        margin-bottom: 0
    }

    .cart-container .cart-summary #block-shipping {
        display: none
    }

    .cart-container .cart-summary .summary.title {
        display: none
    }

    .cart-container .cart-summary table.totals {
        margin-bottom: 0
    }

    .cart-container .cart-summary .cart-totals {
        border: 0;
        padding: 0
    }

    .cart-container .cart-summary .cart-totals th,
    .cart-container .cart-summary .cart-totals td {
        border-top: none;
        padding: 10px 0
    }

    .cart-container .cart-summary .cart-totals th span.price,
    .cart-container .cart-summary .cart-totals td span.price {
        font-weight: 700
    }

    .cart-container .cart-summary .cart-totals tr.grand.totals {
        border-top: 0;
        font-size: 20px;
        font-weight: 700
    }

    .cart-container .cart-summary .cart-totals tr.totals-annul th,
    .cart-container .cart-summary .cart-totals tr.totals-annul td {
        padding: 0
    }

    .cart-container .cart-summary .checkout-methods-items {
        position: fixed;
        bottom: 0;
        background: #333;
        width: 100%;
        margin: 0;
        padding: 0;
        z-index: 333;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        justify-content: flex-end;
        left: 0;
        align-items: center
    }

    .cart-container .cart-summary .checkout-methods-items .cart-grand-totals {
        margin-left: 24px;
        color: #fff;
        flex: 1;
        text-align: left
    }

    .cart-container .cart-summary .checkout-methods-items .cart-grand-totals .label {
        color: #fff;
        margin-right: 15px
    }

    .cart-container .cart-summary .checkout-methods-items .item {
        width: 32%
    }

    .cart-container .cart-summary .checkout-methods-items .action.primary.checkout {
        font-size: 16px;
        font-weight: 700;
        padding: 15px 40px;
        height: auto;
        background: #79b928
    }

    .opc-estimated-wrapper {
        display: none
    }

    .repay-index-go .page-title {
        margin: 0 24px 30px;
        font-size: 16px
    }

    .repay-index-go .fieldset-checkout-payment-method {
        margin: 60px 24px 0
    }

    .repay-index-go .fieldset-checkout-payment-method button {
        width: 100%
    }

    .repay-index-go h1.order-title {
        font-size: 20px;
        padding: 20px;
        border: 1px solid #ebebeb;
        margin: 0 24px;
        border-bottom: none
    }

    .repay-index-go .orderDetail {
        padding: 10px 0;
        border: 1px solid #ebebeb;
        border-bottom: none;
        margin: 0 24px
    }

    .repay-index-go .orderDetail .orderId {
        border-bottom: none
    }

    .repay-index-go .orderDetail .orderId,
    .repay-index-go .orderDetail .orderAmount {
        padding: 10px 20px
    }

    .repay-index-go .checkout-payment-method {
        border: 1px solid #ebebeb;
        border-bottom: none;
        border-top: none;
        margin: 0 24px
    }

    .repay-index-go .agreement-block {
        padding: 0 24px 30px
    }

    .repay-index-go .agreement-block label {
        color: #555
    }

    .repay-index-go .agreement-block .checkout-agreement input {
        position: absolute
    }

    .repay-index-go .agreement-block .checkout-agreement input:checked+label:before {
        font-size: 24px
    }

    .repay-index-go .payment-group h1.order-title {
        border: none;
        border-top: 1px solid #ebebeb;
        margin: 0
    }

    .repay-index-go .payment-lists {
        display: block;
        padding: 20px;
        border: none;
        border-top: 1px solid #ebebeb
    }

    .repay-index-go .payment-lists .payment-method {
        width: 100%;
        margin: 0 0 30px
    }

    .repay-index-go .checkout-payment-method .payment-method+.payment-method .payment-method-title {
        padding: 15px
    }

    .repay-index-go .payment-method-fenqi .payment-fenqi {
        width: 100%;
        margin-right: 0
    }

    #shopping-cart-table .product-item-details .item-options dd .price {
        display: none
    }

    .checkout-index-index .page-main {
        padding: 0
    }

    .checkout-index-index .register_need_fields {
        display: none
    }

    .checkout-index-index .popup-title {
        font-size: 16px;
        padding: 24px;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 20px;
        line-height: 20px
    }

    .checkout-index-index .popup-title .close-popup:before {
        font-family: 'icons-blank-theme';
        content: '\e616';
        font-size: 34px
    }

    .checkout-index-index .action-login-wrapper {
        text-align: center
    }

    .checkout-index-index .action-login-wrapper .phone-submit {
        float: none;
        font-size: 16px;
        padding: 15px 0
    }

    .checkout-index-index .action-login-wrapper .action-link {
        float: none;
        display: inline-block
    }

    .checkout-index-index .step-cont .form-login {
        margin: 0 24px;
        padding: 0;
        border-bottom: none
    }

    .checkout-index-index .checkout-container .authentication-wrapper {
        display: none
    }

    .checkout-index-index .container {
        margin: 0;
        padding: 0
    }

    .checkout-index-index .step-column:first-child .step-item-title {
        border-bottom: 10px solid #f6f7f8
    }

    .checkout-index-index .step-item-title {
        border-bottom: 10px solid #f6f7f8;
        border-top: none;
        font-size: 18px;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        justify-content: space-between;
        align-items: center
    }

    .checkout-index-index .step-item-title:before {
        display: none
    }

    .checkout-index-index .step-item-title:after {
        font-family: 'fontawesome';
        content: '\f105';
        font-size: 26px
    }

    .checkout-index-index .checkout-shipping-address .step-cont {
        display: block;
        position: fixed;
        bottom: -100%;
        background: #fff;
        left: 0;
        z-index: 333;
        width: 100%
    }

    .checkout-index-index #customer-email-fieldset a.send-sms {
        background: #ebebeb;
        display: inline-block;
        overflow: hidden;
        top: 0;
        float: right;
        position: absolute;
        padding: 20px;
        right: -160px;
        width: 120px;
        text-align: center
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .note {
        display: none !important
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .field.sms-code .sms-code-wrap {
        display: block
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset div.mage-error {
        padding-top: 0;
        margin-left: 0
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset div.mage-error:before {
        content: "\e6fd";
        display: inline-block;
        font-family: "iconfont";
        vertical-align: middle;
        font-size: 18px;
        padding-right: 3px
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .field {
        position: relative;
        border: 1px solid #999;
        padding: 15px 20px;
        margin: 0 0 35px;
        height: 64px
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .field input,
    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .field select {
        border: 0 !important;
        font-size: 16px
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .field .field-error {
        padding-top: 5px;
        margin-left: -15px
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .field .field-error:before {
        content: "\e6fd";
        display: inline-block;
        font-family: "iconfont";
        vertical-align: middle;
        font-size: 18px;
        padding-right: 3px
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .field&gt;.label {
        position: absolute;
        top: -5px;
        left: 20px;
        background: #fff;
        color: #555;
        padding: 0 10px !important
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .field .field-tooltip-action {
        display: none
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .fieldset.hidden-fields .field {
        width: calc(100% - 50px)
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset .actions-toolbar {
        clear: both;
        padding: 0 20px
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset button {
        background: #333;
        padding: 5px 50px;
        height: auto
    }

    .checkout-index-index #checkout-step-shipping #customer-email-fieldset button:hover {
        background: #79b928
    }

    .checkout-index-index .payment-method.wosai-payment-box .label {
        display: block;
        width: 100%
    }
}

@media (max-width:360px) {
    .cart-container .cart.table-wrapper td.col.price {
        margin-left: 100px;
        padding: 0 0 0 16px;
        width: 32%
    }

    .cart-container .cart.table-wrapper td.col.qty {
        padding: 0;
        width: 32%
    }

    .cart-container .cart.table-wrapper tr.item-gift .gift-icon {
        display: block;
        margin-left: -4px
    }

    .repay-index-go .agreement-block .checkout-agreement label:before {
        padding-right: 2px
    }
}

.mobile-address-modal-header,
#onepage-checkout-shipping-method-additional-load .opc-block-summary,
.checkout-index-index #payment .opc-block-summary,
.checkout-index-index .opc-block-summary .action-edit,
.checkout-index-index .mobile-address-modal-area .mobile-checkout-selected-address,
.checkout-index-index .place-order-pro .place-order-totals {
    display: none
}

.checkout-index-index .mobile-element {
    display: none
}

.checkout-index-index #opc-shipping_method {
    display: none !important
}

.checkout-index-index .mobile-checkout-invoice-cont {
    padding: 24px 30px;
    font-size: 28px;
    line-height: 37px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ebebeb
}

.checkout-index-index .mobile-checkout-invoice-cont .mobile-checkout-invoice-text-area {
    cursor: pointer
}

.checkout-index-index .mobile-checkout-invoice-cont .mobile-checkout-invoice-text {
    font-size: 16px;
    color: #999;
    line-height: 24px
}

.checkout-index-index .mobile-checkout-invoice-cont .mobile-checkout-invoice-text&gt;span {
    color: #333
}

.checkout-index-index .mobile-checkout-invoice-cont .mobile-checkout-invoice-text .mobile-checkout-invoice-required {
    color: #999
}

.checkout-index-index .mobile-checkout-invoice-cont .mobile-checkout-invoice-text .mobile-checkout-invoice-required:before {
    content: '*';
    color: #e02b27;
    font-size: inherit;
    margin: 0 3px 0 0
}

.checkout-index-index .mobile-checkout-invoice-cont .mobile-checkout-invoice-arrow {
    font-size: 24px;
    color: #000;
    line-height: 24px;
    margin-left: 7px
}

.checkout-index-index .mobile-checkout-invoice-cont .mobile-checkout-invoice-arrow:before {
    content: "\f105";
    font-family: "fontawesome"
}

.checkout-index-index .mobile-checkout-invoice-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 990;
    background-color: rgba(0, 0, 0, .51);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center
}

.checkout-index-index .mobile-checkout-invoice-modal-content {
    max-width: 800px;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    background-color: #fff
}

.checkout-index-index .mobile-checkout-invoice-modal-content .mobile-checkout-invoice-modal-header {
    flex-shrink: 0;
    padding: 27px 30px;
    font-size: 24px;
    color: #333;
    line-height: 30px;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between
}

.checkout-index-index .mobile-checkout-invoice-modal-content .mobile-invoice-modal-close {
    width: 32px;
    height: 32px;
    background: url(/media/icon/icon-close.png);
    background-size: cover
}

.checkout-index-index .mobile-checkout-invoice-modal-content .mobile-checkout-invoice-modal-body {
    flex-grow: 1;
    overflow-y: auto;
    padding-top: 0
}

.checkout-index-index .mobile-checkout-invoice-modal-content .mobile-checkout-invoice-btn-area {
    padding: 0 30px 50px
}

.checkout-index-index .mobile-checkout-invoice-modal-content .mobile-checkout-invoice-btn-area .action {
    width: 100%;
    background: #333;
    height: 64px
}

.checkout-index-index .mobile-checkout-invoice-modal-content .mobile-checkout-invoice-btn-area .action span {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 29px
}

.checkout-index-index .invoice-form-container .invoice-section .field-container&gt;.field {
    width: calc(50% - 15px);
    clear: none;
    margin: 0 0 40px
}

.checkout-index-index .invoice-form-container .invoice-section .field-container&gt;.field.filed-margin {
    margin-right: 30px
}

.checkout-index-index .invoice-form-container .invoice-section .field-container&gt;.field.full-screen-field {
    width: 100%
}

.checkout-index-index .shipping-address-show-btn {
    margin-bottom: 30px;
    padding: 0 30px;
    display: none;
    text-align: right;
    font-size: 14px;
    color: #333;
    line-height: 24px
}

.checkout-index-index .shipping-address-show-btn .checkout-address-arrow {
    font-size: 24px;
    color: #000;
    margin-left: 12px;
    line-height: 24px;
    vertical-align: middle;
    display: inline-block
}

.checkout-index-index .shipping-address-show-btn .checkout-address-arrow:before {
    display: inline-block;
    content: "\f105";
    font-family: "fontawesome";
    transform: rotate(90deg)
}

.checkout-index-index .shipping-address-show-btn .checkout-address-open-text {
    display: inline-block;
    cursor: pointer
}

.checkout-index-index .shipping-address-show-btn .checkout-address-hide-text {
    display: none;
    cursor: pointer
}

.checkout-index-index .shipping-address-show-btn.shipping-address-open .checkout-address-open-text {
    display: none
}

.checkout-index-index .shipping-address-show-btn.shipping-address-open .checkout-address-hide-text {
    display: inline-block
}

.checkout-index-index .shipping-address-show-btn.shipping-address-open .checkout-address-arrow:before {
    transform: rotate(270deg)
}

.checkout-index-index .checkout-guest-address-footer {
    padding: 0 30px 40px;
    text-align: right
}

.checkout-index-index .checkout-guest-address-footer .action {
    width: 324px;
    height: 64px;
    background: #333
}

.checkout-index-index .checkout-guest-address-footer .action span {
    font-size: 22px;
    font-weight: 400;
    line-height: 64px
}

.checkout-index-index #step-login .step-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.checkout-index-index #step-login .step-item-title:after {
    content: "\f105";
    font-family: fontawesome;
    font-size: 24px
}

.checkout-index-index #step-login .step-cont {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .51);
    z-index: 990;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center
}

.checkout-index-index #step-login .step-cont .step-count-modal-content {
    width: 90%;
    height: auto;
    max-width: 546px;
    max-height: 90%
}

.checkout-index-index #step-login .step-cont .form-login {
    background-color: #fff;
    margin: 0;
    padding: 38px 30px 40px;
    overflow-y: auto
}

.checkout-index-index #step-login .step-cont .form-login #customer-email-fieldset .field {
    width: 100%;
    margin: 0 0 38px
}

.checkout-index-index #step-login .step-cont .form-login #customer-email-fieldset .field.sms-code {
    width: calc(100% - 152px)
}

.checkout-index-index #step-login .step-cont .form-login #customer-email-fieldset a.send-sms {
    width: 132px;
    right: -152px;
    font-size: 16px;
    line-height: 24px;
    height: 64px
}

.checkout-index-index #step-login .step-cont .form-login .action-login-wrapper {
    text-align: center
}

.checkout-index-index #step-login .step-cont .form-login .action-login-wrapper .phone-submit {
    width: 100%;
    margin-right: 0;
    line-height: 34px
}

.checkout-index-index #step-login .step-cont .form-login .action-login-wrapper .action-link {
    float: none;
    margin: 30px auto 0;
    display: inline-block
}

.checkout-index-index #step-login .step-cont .step-count-modal-header {
    display: flex;
    justify-content: space-between;
    background-color: #ffff;
    padding: 30px;
    font-size: 24px;
    line-height: 30px;
    flex-shrink: 0;
    border-bottom: 1px solid #ebebeb
}

.checkout-index-index #step-login .step-cont .step-count-modal-header .step-count-modal-close {
    width: 32px;
    height: 32px;
    background: url(/media/icon/icon-close.png);
    background-size: cover;
    cursor: pointer
}

.checkout-index-index .checkout-guest-address-area {
    cursor: pointer;
    display: none
}

.checkout-index-index .checkout-guest-address-area-content {
    margin: 30px;
    padding: 30px 100px 60px 30px;
    border: 2px solid #333;
    font-size: 20px;
    color: #333;
    line-height: 26px;
    flex-grow: 1;
    position: relative;
    word-wrap: break-word
}

.checkout-index-index .checkout-guest-address-area-content .checkout-guest-address-title-name {
    font-size: 14px;
    color: #555;
    line-height: 21px;
    margin-bottom: 10px
}

.checkout-index-index .checkout-guest-address-area-content .shipping-address-text {
    margin-top: 10px
}

.checkout-index-index .checkout-guest-address-container .checkout-guest-address-modal {
    display: none
}

.checkout-index-index .checkout-guest-address-container .checkout-guest-address-area {
    display: flex
}

.checkout-index-index .checkout-guest-address-selected {
    font-size: 14px;
    color: #555;
    position: absolute;
    top: 30px;
    right: 30px
}

.checkout-index-index .checkout-guest-address-selected .checkout-guest-address-selected-icon:before {
    content: "\e6fe";
    font-family: "iconfont";
    display: inline-block;
    font-size: 30px;
    padding-right: 10px;
    vertical-align: middle;
    color: #333
}

.checkout-index-index .checkout-guest-address-selected .checkout-guest-address-updated-icon:before {
    font-family: "dsyon-iconfont";
    content: "\e66e";
    display: inline-block;
    font-size: 30px;
    padding-right: 10px;
    vertical-align: middle;
    color: #333
}

.checkout-index-index .checkout-guest-address-selected.checkout-guest-address-updated {
    top: 80px
}

@media only screen and (max-width:991px) {
    .checkout-index-index .pc-element {
        display: none !important
    }

    .checkout-index-index .pc-element.wosai-active {
        display: block !important;
        width: 100%
    }

    .checkout-index-index .pc-element.wosai-active .wosai-payment-box {
        width: 100% !important
    }

    .checkout-index-index .pc-element.wosai-active .wosai-payment-box .payment-method-title {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0 0 20px;
        float: none;
        height: 44px !important
    }

    .checkout-index-index .pc-element.wosai-active .wosai-payment-box .payment-method-title.active {
        border: 1px solid #333
    }

    .checkout-index-index .step-payment-content .checkout-step-payment .payment-group .wosai-active .payment-method .payment-icon {
        width: auto
    }

    .checkout-index-index .mobile-element {
        display: block
    }

    .checkout-index-index .page-main {
        padding: 0 0 56px
    }

    .checkout-index-index .checkout-container {
        margin: 0
    }

    .checkout-index-index #yt-totop {
        bottom: 120px
    }

    .checkout-index-index .htiger-qiyu-icon {
        bottom: 60px
    }

    .checkout-index-index .authentication-wrapper {
        display: none
    }

    .checkout-index-index .mobile-block-split-line:after {
        content: " ";
        display: block;
        height: 9px;
        background: #f6f7f8
    }

    .checkout-index-index #checkout {
        margin-bottom: 0
    }

    .checkout-index-index #checkout .opc-wrapper {
        margin-bottom: 0
    }

    .checkout-index-index #shipping.checkout-shipping-address #checkout-step-shipping {
        margin-bottom: 0
    }

    .checkout-index-index .opc-progress-bar {
        display: none;
        padding: 20px 24px 14px;
        margin-bottom: 0
    }

    .checkout-index-index .opc-progress-bar .opc-progress-bar-item {
        width: auto;
        display: inline-flex;
        align-items: center
    }

    .checkout-index-index .opc-progress-bar .opc-progress-bar-item&gt;span {
        padding-top: 0;
        padding-left: 8vw;
        position: relative;
        text-align: left;
        font-size: 3.73333333vw;
        line-height: 5.6vw;
        color: #dadada
    }

    .checkout-index-index .opc-progress-bar .opc-progress-bar-item&gt;span:before {
        display: none
    }

    .checkout-index-index .opc-progress-bar .opc-progress-bar-item&gt;span:after {
        background: 0 0;
        height: 5.6vw;
        margin-left: 0;
        width: 5.6vw;
        border-radius: 50%;
        left: 0;
        position: absolute;
        top: 50%;
        border: 1px solid #dadada;
        font-size: 3.73333333vw;
        line-height: 1em;
        transform: translateY(-50%);
        display: inline-block;
        text-align: center;
        padding-top: .93333333vw;
        font-weight: 400;
        color: #dadada
    }

    .checkout-index-index .opc-progress-bar .opc-progress-bar-item._active&gt;span {
        color: #333
    }

    .checkout-index-index .opc-progress-bar .opc-progress-bar-item._active&gt;span:after {
        content: counter(i);
        font-family: inherit;
        font-size: 3.73333333vw;
        color: #333;
        border-color: #333
    }

    .checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete&gt;span {
        color: #333
    }

    .checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete&gt;span:after {
        content: '\e610';
        font-family: 'icons-blank-theme';
        font-size: 3.73333333vw;
        color: #79ba29;
        border-color: #79ba29
    }

    .checkout-index-index .opc-progress-bar .opc-progress-bar-item:before {
        display: none
    }

    .checkout-index-index .opc-progress-bar .opc-progress-bar-item:after {
        content: " ";
        height: 0;
        margin: 0 1.86666667vw;
        width: 6.4vw;
        border-top: 1px solid #dadada;
        display: inline-block
    }

    .checkout-index-index .opc-progress-bar .opc-progress-bar-item:last-child:after {
        display: none
    }

    .checkout-index-index .opc-progress-bar {
        display: none
    }

    .checkout-index-index .step-loggedin-split-line,
    .checkout-index-index .step-loggedin-account {
        display: none
    }

    .checkout-index-index .opc-estimated-wrapper {
        display: none
    }

    .checkout-index-index .step-content .step-item-title,
    .checkout-index-index .step-payment-content .step-item-title {
        padding: 20px 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 4.26666667vw;
        line-height: 5.33333333vw;
        border: 0 !important
    }

    .checkout-index-index .step-content .step-item-title:before,
    .checkout-index-index .step-payment-content .step-item-title:before {
        display: none
    }

    .checkout-index-index .step-content .step-item-title:after,
    .checkout-index-index .step-payment-content .step-item-title:after {
        content: "\f105";
        font-family: fontawesome;
        font-size: 5.33333333vw
    }

    .checkout-index-index .step-content .opc-block-summary .items-in-cart&gt;.title,
    .checkout-index-index .step-payment-content .opc-block-summary .items-in-cart&gt;.title {
        display: none
    }

    .checkout-index-index .step-content .opc-block-summary .items-in-cart .content.minicart-items,
    .checkout-index-index .step-payment-content .opc-block-summary .items-in-cart .content.minicart-items {
        display: block !important
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items-wrapper,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items-wrapper {
        padding: 0;
        margin: 0;
        max-height: initial !important
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product-item,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product-item {
        padding: 0 0 20px;
        border: 0;
        border-bottom: 1px solid #f6f7f8;
        min-height: 108px;
        margin-bottom: 20px
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product-item:last-child,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product-item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product-item .product-item-inner,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product-item .product-item-inner {
        display: block;
        margin-bottom: 0
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product-item .product-item-inner&gt;div,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product-item .product-item-inner&gt;div {
        display: block
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product:before,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product:before,
    .checkout-index-index .step-content .opc-block-summary .minicart-items .product:after,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product:after {
        display: none
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .product-image-container,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .product-image-container {
        height: 70px !important;
        width: 70px !important;
        text-align: center
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .product-item-details,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .product-item-details {
        padding-left: 78px
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name-block,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name-block {
        padding-right: 0
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name-block.gift-product,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name-block.gift-product {
        display: flex;
        flex-direction: column
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name {
        margin-bottom: 5px;
        font-size: 15px;
        line-height: 20px;
        display: block
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name .color-blue,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name .color-blue {
        color: #06c
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name .product.options,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name .product.options {
        margin-top: 10px;
        font-size: 14px;
        line-height: 18px
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name .product.options&gt;.toggle,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name .product.options&gt;.toggle {
        display: none
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name .product.options&gt;.content,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name .product.options&gt;.content {
        display: block
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name .item-options .label,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name .item-options .label {
        display: none
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name .item-options .values,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name .item-options .values {
        width: 100%
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name .item-options .values&gt;div,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name .item-options .values&gt;div {
        display: flex
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name .item-options .values .bundle-name,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name .item-options .values .bundle-name {
        vertical-align: middle;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex-grow: 1
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name .item-options .values .bundle-num,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name .item-options .values .bundle-num {
        flex-shrink: 0;
        margin-left: 10px
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name .item-options .values .price,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .product-item-details .product-item-name .item-options .values .price {
        display: none
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .product-item-details .details-qty,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .product-item-details .details-qty {
        margin-top: 0;
        font-size: 14px;
        line-height: 21px;
        display: inline-flex;
        align-items: center
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .product-item-details .details-qty&gt;.label,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .product-item-details .details-qty&gt;.label {
        font-size: 14px;
        line-height: 21px
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .subtotal,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .subtotal {
        text-align: left;
        margin-top: 10px
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .subtotal .checkout-subtotal-title,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .subtotal .checkout-subtotal-title {
        display: none
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .subtotal .price-excluding-tax,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .subtotal .price-excluding-tax {
        margin: 0
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .subtotal .price,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .subtotal .price {
        font-size: 14px;
        font-weight: 500;
        color: #000;
        line-height: 21px
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .has-row-discount-amount+.subtotal .price,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .has-row-discount-amount+.subtotal .price {
        color: #06c
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .show-time,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .show-time {
        font-size: 14px;
        line-height: 21px;
        margin-top: 5px
    }

    .checkout-index-index .step-content .form .fieldset&gt;.field,
    .checkout-index-index .step-payment-content .form .fieldset&gt;.field,
    .checkout-index-index .modal-popup.address-modal-popup .form .fieldset&gt;.field,
    .checkout-index-index .step-content .invoice-form-container .invoice-section .field-container&gt;.field,
    .checkout-index-index .step-payment-content .invoice-form-container .invoice-section .field-container&gt;.field,
    .checkout-index-index .modal-popup.address-modal-popup .invoice-form-container .invoice-section .field-container&gt;.field {
        position: relative !important;
        border: 1px solid #999 !important;
        width: 100% !important;
        height: 44px !important;
        margin: 29px 0 !important;
        padding: 0 !important;
        font-size: 14px
    }

    .checkout-index-index .step-content .form .fieldset&gt;.field .field-error,
    .checkout-index-index .step-payment-content .form .fieldset&gt;.field .field-error,
    .checkout-index-index .modal-popup.address-modal-popup .form .fieldset&gt;.field .field-error,
    .checkout-index-index .step-content .invoice-form-container .invoice-section .field-container&gt;.field .field-error,
    .checkout-index-index .step-payment-content .invoice-form-container .invoice-section .field-container&gt;.field .field-error,
    .checkout-index-index .modal-popup.address-modal-popup .invoice-form-container .invoice-section .field-container&gt;.field .field-error,
    .checkout-index-index .step-content .form .fieldset&gt;.field div.mage-error[generated],
    .checkout-index-index .step-payment-content .form .fieldset&gt;.field div.mage-error[generated],
    .checkout-index-index .modal-popup.address-modal-popup .form .fieldset&gt;.field div.mage-error[generated],
    .checkout-index-index .step-content .invoice-form-container .invoice-section .field-container&gt;.field div.mage-error[generated],
    .checkout-index-index .step-payment-content .invoice-form-container .invoice-section .field-container&gt;.field div.mage-error[generated],
    .checkout-index-index .modal-popup.address-modal-popup .invoice-form-container .invoice-section .field-container&gt;.field div.mage-error[generated] {
        margin-top: 0
    }

    .checkout-index-index .step-content .form .fieldset&gt;.field.required&gt;.label:after,
    .checkout-index-index .step-payment-content .form .fieldset&gt;.field.required&gt;.label:after,
    .checkout-index-index .modal-popup.address-modal-popup .form .fieldset&gt;.field.required&gt;.label:after,
    .checkout-index-index .step-content .invoice-form-container .invoice-section .field-container&gt;.field.required&gt;.label:after,
    .checkout-index-index .step-payment-content .invoice-form-container .invoice-section .field-container&gt;.field.required&gt;.label:after,
    .checkout-index-index .modal-popup.address-modal-popup .invoice-form-container .invoice-section .field-container&gt;.field.required&gt;.label:after,
    .checkout-index-index .step-content .form .fieldset&gt;.field._required&gt;.label:after,
    .checkout-index-index .step-payment-content .form .fieldset&gt;.field._required&gt;.label:after,
    .checkout-index-index .modal-popup.address-modal-popup .form .fieldset&gt;.field._required&gt;.label:after,
    .checkout-index-index .step-content .invoice-form-container .invoice-section .field-container&gt;.field._required&gt;.label:after,
    .checkout-index-index .step-payment-content .invoice-form-container .invoice-section .field-container&gt;.field._required&gt;.label:after,
    .checkout-index-index .modal-popup.address-modal-popup .invoice-form-container .invoice-section .field-container&gt;.field._required&gt;.label:after {
        content: '*';
        color: #555;
        font-size: inherit;
        margin: 0
    }

    .checkout-index-index .step-content .form .fieldset&gt;.field&gt;.label,
    .checkout-index-index .step-payment-content .form .fieldset&gt;.field&gt;.label,
    .checkout-index-index .modal-popup.address-modal-popup .form .fieldset&gt;.field&gt;.label,
    .checkout-index-index .step-content .invoice-form-container .invoice-section .field-container&gt;.field&gt;.label,
    .checkout-index-index .step-payment-content .invoice-form-container .invoice-section .field-container&gt;.field&gt;.label,
    .checkout-index-index .modal-popup.address-modal-popup .invoice-form-container .invoice-section .field-container&gt;.field&gt;.label {
        position: absolute;
        top: -5px;
        left: 10px !important;
        background: #fff;
        color: #555;
        padding: 0 10px !important;
        z-index: 1;
        text-align: left;
        width: auto
    }

    .checkout-index-index .step-content .form .fieldset&gt;.field&gt;.control,
    .checkout-index-index .step-payment-content .form .fieldset&gt;.field&gt;.control,
    .checkout-index-index .modal-popup.address-modal-popup .form .fieldset&gt;.field&gt;.control,
    .checkout-index-index .step-content .invoice-form-container .invoice-section .field-container&gt;.field&gt;.control,
    .checkout-index-index .step-payment-content .invoice-form-container .invoice-section .field-container&gt;.field&gt;.control,
    .checkout-index-index .modal-popup.address-modal-popup .invoice-form-container .invoice-section .field-container&gt;.field&gt;.control {
        height: 100%;
        font-size: 15px
    }

    .checkout-index-index .step-content .form .fieldset&gt;.field&gt;.control .field,
    .checkout-index-index .step-payment-content .form .fieldset&gt;.field&gt;.control .field,
    .checkout-index-index .modal-popup.address-modal-popup .form .fieldset&gt;.field&gt;.control .field,
    .checkout-index-index .step-content .invoice-form-container .invoice-section .field-container&gt;.field&gt;.control .field,
    .checkout-index-index .step-payment-content .invoice-form-container .invoice-section .field-container&gt;.field&gt;.control .field,
    .checkout-index-index .modal-popup.address-modal-popup .invoice-form-container .invoice-section .field-container&gt;.field&gt;.control .field,
    .checkout-index-index .step-content .form .fieldset&gt;.field&gt;.control .control,
    .checkout-index-index .step-payment-content .form .fieldset&gt;.field&gt;.control .control,
    .checkout-index-index .modal-popup.address-modal-popup .form .fieldset&gt;.field&gt;.control .control,
    .checkout-index-index .step-content .invoice-form-container .invoice-section .field-container&gt;.field&gt;.control .control,
    .checkout-index-index .step-payment-content .invoice-form-container .invoice-section .field-container&gt;.field&gt;.control .control,
    .checkout-index-index .modal-popup.address-modal-popup .invoice-form-container .invoice-section .field-container&gt;.field&gt;.control .control {
        height: 100%
    }

    .checkout-index-index .step-content .form .fieldset&gt;.field input,
    .checkout-index-index .step-payment-content .form .fieldset&gt;.field input,
    .checkout-index-index .modal-popup.address-modal-popup .form .fieldset&gt;.field input,
    .checkout-index-index .step-content .invoice-form-container .invoice-section .field-container&gt;.field input,
    .checkout-index-index .step-payment-content .invoice-form-container .invoice-section .field-container&gt;.field input,
    .checkout-index-index .modal-popup.address-modal-popup .invoice-form-container .invoice-section .field-container&gt;.field input,
    .checkout-index-index .step-content .form .fieldset&gt;.field select,
    .checkout-index-index .step-payment-content .form .fieldset&gt;.field select,
    .checkout-index-index .modal-popup.address-modal-popup .form .fieldset&gt;.field select,
    .checkout-index-index .step-content .invoice-form-container .invoice-section .field-container&gt;.field select,
    .checkout-index-index .step-payment-content .invoice-form-container .invoice-section .field-container&gt;.field select,
    .checkout-index-index .modal-popup.address-modal-popup .invoice-form-container .invoice-section .field-container&gt;.field select {
        border: 0;
        height: 100%;
        padding: 0 20px
    }

    .checkout-index-index .step-content .form .fieldset&gt;.field.sms-code,
    .checkout-index-index .step-payment-content .form .fieldset&gt;.field.sms-code,
    .checkout-index-index .modal-popup.address-modal-popup .form .fieldset&gt;.field.sms-code,
    .checkout-index-index .step-content .invoice-form-container .invoice-section .field-container&gt;.field.sms-code,
    .checkout-index-index .step-payment-content .invoice-form-container .invoice-section .field-container&gt;.field.sms-code,
    .checkout-index-index .modal-popup.address-modal-popup .invoice-form-container .invoice-section .field-container&gt;.field.sms-code {
        border: 0 !important
    }

    .checkout-index-index .step-content .form .fieldset&gt;.field.sms-code&gt;.control,
    .checkout-index-index .step-payment-content .form .fieldset&gt;.field.sms-code&gt;.control,
    .checkout-index-index .modal-popup.address-modal-popup .form .fieldset&gt;.field.sms-code&gt;.control,
    .checkout-index-index .step-content .invoice-form-container .invoice-section .field-container&gt;.field.sms-code&gt;.control,
    .checkout-index-index .step-payment-content .invoice-form-container .invoice-section .field-container&gt;.field.sms-code&gt;.control,
    .checkout-index-index .modal-popup.address-modal-popup .invoice-form-container .invoice-section .field-container&gt;.field.sms-code&gt;.control {
        display: flex;
        margin-right: 124px;
        border: 1px solid #999;
        width: auto
    }

    .checkout-index-index .step-content .form .fieldset&gt;.field.sms-code .sms-code-wrap,
    .checkout-index-index .step-payment-content .form .fieldset&gt;.field.sms-code .sms-code-wrap,
    .checkout-index-index .modal-popup.address-modal-popup .form .fieldset&gt;.field.sms-code .sms-code-wrap,
    .checkout-index-index .step-content .invoice-form-container .invoice-section .field-container&gt;.field.sms-code .sms-code-wrap,
    .checkout-index-index .step-payment-content .invoice-form-container .invoice-section .field-container&gt;.field.sms-code .sms-code-wrap,
    .checkout-index-index .modal-popup.address-modal-popup .invoice-form-container .invoice-section .field-container&gt;.field.sms-code .sms-code-wrap {
        flex-grow: 1
    }

    .checkout-index-index .step-content .form .fieldset&gt;.field.sms-code .send-sms,
    .checkout-index-index .step-payment-content .form .fieldset&gt;.field.sms-code .send-sms,
    .checkout-index-index .modal-popup.address-modal-popup .form .fieldset&gt;.field.sms-code .send-sms,
    .checkout-index-index .step-content .invoice-form-container .invoice-section .field-container&gt;.field.sms-code .send-sms,
    .checkout-index-index .step-payment-content .invoice-form-container .invoice-section .field-container&gt;.field.sms-code .send-sms,
    .checkout-index-index .modal-popup.address-modal-popup .invoice-form-container .invoice-section .field-container&gt;.field.sms-code .send-sms {
        background: #ebebeb !important;
        right: 0 !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 114px;
        text-align: center;
        font-size: 15px;
        line-height: 19px;
        font-weight: 400;
        padding: 0 20px !important;
        height: 100%
    }

    .checkout-index-index .checkout-shipping-address div.step-cont {
        position: static !important
    }

    .checkout-index-index .step-content .checkout-messages {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 1005;
        transform: translate(-50%, -50%)
    }

    .checkout-index-index .step-content #step-login .step-count-modal-content {
        width: 100%;
        max-width: initial
    }

    .checkout-index-index .step-content #step-login .step-cont {
        padding-top: 72px;
        align-items: flex-end
    }

    .checkout-index-index .step-content #step-login .step-cont .form-login {
        padding: 10px 24px 0
    }

    .checkout-index-index .step-content #step-login .step-cont .step-count-modal-header {
        padding: 20px 24px;
        font-size: 16px;
        line-height: 20px
    }

    .checkout-index-index .step-content #step-login .step-cont .step-count-modal-header .step-count-modal-close {
        width: 20px;
        height: 20px
    }

    .checkout-index-index .step-content .form-login #customer-email-fieldset a.send-sms {
        height: 44px !important;
        width: 114px !important;
        font-size: 15px !important;
        line-height: 19px !important
    }

    .checkout-index-index .step-content .form-login .action-login-wrapper a.primary {
        padding: 0;
        width: 100%;
        margin: 0;
        height: 44px;
        background: #333;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        line-height: 19px
    }

    .checkout-index-index .step-content .form-login .action-login-wrapper a.action-link {
        width: 100%;
        margin: 30px 0 0;
        text-align: center
    }

    .checkout-index-index .step-content .form-login .fieldset:last-child {
        margin-bottom: 40px
    }

    .checkout-index-index .step-content .popup-reg {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .8);
        z-index: 991;
        left: 0;
        top: 0;
        display: none
    }

    .checkout-index-index .step-content .popup-reg .popup-reg-container {
        margin: 0;
        background: #fff;
        max-width: 546px;
        margin-top: 10%;
        padding: 30px 0;
        width: 90%;
        top: 50%;
        position: relative;
        transform: translateY(-50%);
        left: 5%
    }

    .checkout-index-index .step-content .popup-reg .popup-reg-container .pop-title {
        font-size: 24px;
        line-height: 30px;
        color: #333
    }

    .checkout-index-index .step-content .popup-reg .popup-reg-container .close {
        float: right;
        opacity: 1;
        margin-right: -10px;
        margin-top: -10px
    }

    .checkout-index-index .step-content .popup-reg .popup-reg-container .close:before {
        content: '\e616';
        font-family: 'icons-blank-theme';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center;
        font-size: 50px;
        color: #000
    }

    .checkout-index-index .step-content .popup-reg .popup-reg-container .p-title {
        padding: 0 30px 30px;
        border-bottom: 1px solid #ebebeb
    }

    .checkout-index-index .step-content .popup-reg .popup-reg-container .pcaa {
        padding: 20px 0
    }

    .checkout-index-index .step-content .popup-reg .popup-reg-content {
        padding: 30px
    }

    .checkout-index-index .step-content .popup-reg .bind-reg {
        background-color: #333;
        height: 64px;
        line-height: 64px;
        width: 100%;
        font-size: 20px;
        font-weight: 400;
        padding: 0;
        color: #fff;
        text-align: center;
        cursor: pointer
    }

    .checkout-index-index .step-content .popup-reg .bind-reg[disabled=disabled] {
        background: #ebebeb;
        color: #a6a6a6
    }

    .checkout-index-index .step-content .popup-reg .bind-reg.button.gray-btn-cover {
        background-color: #999
    }

    .checkout-index-index .step-content .shipping-address-show-btn {
        display: none !important
    }

    .checkout-index-index .step-content #step-shipping,
    .checkout-index-index .step-content .step-title.guest-shipping {
        display: none
    }

    .checkout-index-index .step-content .form-shipping-address {
        margin: 0;
        padding: 39px 10px 24px 24px
    }

    .checkout-index-index .step-content #shipping-new-address-form [name='shippingAddress.country_id'],
    .checkout-index-index .step-content .invoice-section [name='shippingAddress.country_id'],
    .checkout-index-index .step-content #shipping-new-address-form [name='shippingAddress.street.1'],
    .checkout-index-index .step-content .invoice-section [name='shippingAddress.street.1'],
    .checkout-index-index .step-content #shipping-new-address-form [name='shippingAddress.street.2'],
    .checkout-index-index .step-content .invoice-section [name='shippingAddress.street.2'],
    .checkout-index-index .step-content #shipping-new-address-form [name='shippingAddress.company'],
    .checkout-index-index .step-content .invoice-section [name='shippingAddress.company'],
    .checkout-index-index .step-content #shipping-new-address-form [name='shippingAddress.postcode'],
    .checkout-index-index .step-content .invoice-section [name='shippingAddress.postcode'] {
        display: none
    }

    .checkout-index-index .step-content #shipping-new-address-form,
    .checkout-index-index .step-content .invoice-section .field-container {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap
    }

    .checkout-index-index .step-content #shipping-new-address-form&gt;.field,
    .checkout-index-index .step-content .invoice-section .field-container&gt;.field {
        margin: 0 14px 38px 0 !important;
        width: calc(50% - 14px) !important
    }

    .checkout-index-index .step-content #shipping-new-address-form&gt;.field[name='shippingAddress.telephone'],
    .checkout-index-index .step-content .invoice-section .field-container&gt;.field[name='shippingAddress.telephone'],
    .checkout-index-index .step-content #shipping-new-address-form&gt;.field[name='shippingAddress.region_id'],
    .checkout-index-index .step-content .invoice-section .field-container&gt;.field[name='shippingAddress.region_id'],
    .checkout-index-index .step-content #shipping-new-address-form&gt;.field.street,
    .checkout-index-index .step-content .invoice-section .field-container&gt;.field.street {
        width: calc(100% - 14px) !important
    }

    .checkout-index-index .step-content #shipping-new-address-form&gt;.field[name='shippingAddress.telephone'] .field-tooltip,
    .checkout-index-index .step-content .invoice-section .field-container&gt;.field[name='shippingAddress.telephone'] .field-tooltip {
        display: none
    }

    .checkout-index-index .step-content #shipping-new-address-form&gt;.field.street,
    .checkout-index-index .step-content .invoice-section .field-container&gt;.field.street {
        margin-bottom: 0 !important
    }

    .checkout-index-index .step-content .checkout-shipping-method div.line {
        display: none
    }

    .checkout-index-index .step-content .checkout-shipping-method #checkout-step-shipping_method {
        margin: 0
    }

    .checkout-index-index .step-content .checkout-shipping-method .form.methods-shipping {
        padding-right: 0
    }

    .checkout-index-index .step-content .checkout-shipping-method .step-title {
        padding: 20px 24px 0;
        font-size: 16px;
        line-height: 20px
    }

    .checkout-index-index .step-content .checkout-shipping-method .table-checkout-shipping-method tbody td {
        padding: 8px 24px 20px;
        font-size: 14px;
        color: #545454;
        line-height: 18px
    }

    .checkout-index-index .step-content .checkout-shipping-method .table-checkout-shipping-method tbody td .subtitile {
        display: none
    }

    .checkout-index-index .step-content .checkout-shipping-method .opc-block-summary {
        background-color: transparent;
        padding: 0 24px;
        display: block !important
    }

    .checkout-index-index .step-content .checkout-shipping-method .opc-block-summary&gt;.title {
        display: none
    }

    .checkout-index-index .step-content .checkout-shipping-method #shipping-method-buttons-container {
        margin-top: 0 !important;
        padding: 25px 24px 32px;
        background: #f6f7f8;
        height: auto
    }

    .checkout-index-index .step-content .checkout-shipping-method #shipping-method-buttons-container .action.primary {
        height: 56px
    }

    .checkout-index-index .step-content .checkout-shipping-method #shipping-method-buttons-container .action.primary&gt;span {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        line-height: 20px
    }

    .checkout-index-index .step-content .mobile-payment-step-column {
        display: none
    }

    .checkout-index-index .step-content .mobile-address-step-column .step-item-title {
        display: none
    }

    .checkout-index-index .step-content .mobile-address-modal-area .new-address-popup {
        display: none
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .51);
        padding-top: 20%;
        z-index: 990;
        display: flex;
        flex-direction: column;
        justify-content: flex-end
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show&gt;div {
        background-color: #fff
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .mobile-checkout-selected-address {
        display: none !important
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .field.addresses {
        height: auto !important;
        overflow-y: auto !important;
        overflow-x: initial !important;
        -webkit-overflow-scrolling: touch;
        min-height: 300px
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .field.addresses div#shipping-address-items {
        display: block;
        margin: 0 !important;
        padding: 0 24px
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .field.addresses .recipients {
        display: none
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .field.addresses:before {
        display: none
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .field.addresses:after {
        display: none
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .field.addresses .shipping-address-item {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        padding: 20px 0;
        margin: 0;
        border: 0;
        border-bottom: 1px solid #ebebeb;
        padding-left: 36px;
        font-size: 15px;
        color: #333;
        line-height: 19px
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .field.addresses .shipping-address-item .action.action-select-shipping-item {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 0;
        padding: 0;
        color: #333;
        font-weight: 400
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .field.addresses .shipping-address-item .action.action-select-shipping-item span {
        display: none
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .field.addresses .shipping-address-item .action.action-select-shipping-item:before {
        font-size: 24px;
        content: "\e6ff";
        font-family: "iconfont"
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .field.addresses .shipping-address-item .action.action-select-shipping-item:active,
    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .field.addresses .shipping-address-item .action.action-select-shipping-item:focus {
        color: #333 !important;
        border: 0
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .field.addresses .shipping-address-item .action.action-select-shipping-item:before {
        content: "\e6ff";
        color: #999
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .field.addresses .shipping-address-item.not-selected-item .action.action-select-shipping-item:before {
        content: "\e6ff";
        color: #999
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .field.addresses .shipping-address-item.selected-item .action.action-select-shipping-item:before {
        content: "\e6fe";
        color: #000
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .field.addresses .shipping-address-item:after {
        display: none !important
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .field.addresses .shipping-address-item:last-child {
        border-bottom: 0
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .field.addresses .shipping-address-item .default-address {
        width: 100%;
        margin-bottom: 10px
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .field.addresses .shipping-address-item .default-address span {
        background: #333;
        color: #fff;
        padding: 2px 8px;
        line-height: normal;
        font-size: 14px;
        width: auto
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .field.addresses .shipping-address-item .shipping-mobile {
        margin-left: 13px
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .field.addresses .shipping-address-item .address_list {
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px;
        width: 100%
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .field.addresses .shipping-address-item.editable-address-item {
        padding-right: 30px
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .field.addresses .shipping-address-item.editable-address-item .action.edit-address-link {
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .field.addresses .shipping-address-item.editable-address-item .action.edit-address-link:before {
        font-size: 24px;
        width: 1em;
        padding-right: 0
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .new-address-popup {
        display: block;
        margin: 0;
        background-color: #fff;
        padding: 10px 24px 40px;
        flex-shrink: 0
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .new-address-popup .action.action-show-popup {
        height: 44px;
        background: #333;
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 20px;
        width: 100%
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .mobile-address-modal-header {
        display: flex;
        justify-content: space-between;
        background-color: #ffff;
        padding: 24px 20px;
        font-size: 16px;
        line-height: 20px;
        flex-shrink: 0;
        border-bottom: 1px solid #ebebeb
    }

    .checkout-index-index .step-content .mobile-address-modal-area.mobile-address-modal-show .mobile-address-modal-header .mobile-address-modal-close {
        width: 20px;
        height: 20px;
        background: url(/media/icon/icon-close.png);
        background-size: cover
    }

    .checkout-index-index .step-content .field.addresses {
        height: auto !important;
        overflow: initial !important
    }

    .checkout-index-index .step-content .field.addresses .shipping-address-items {
        display: none
    }

    .checkout-index-index .step-content .field.addresses .mobile-checkout-selected-address {
        padding: 20px 24px;
        display: flex;
        align-items: center
    }

    .checkout-index-index .step-content .field.addresses .mobile-checkout-selected-address .mobile-checkout-selected-address-icon {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        margin-right: 10px
    }

    .checkout-index-index .step-content .field.addresses .mobile-checkout-selected-address .mobile-checkout-selected-address-content {
        font-size: 15px;
        line-height: 19px;
        align-items: center;
        flex-grow: 1
    }

    .checkout-index-index .step-content .field.addresses .mobile-checkout-selected-address .mobile-checkout-selected-address-content .shipping-user-name {
        margin-right: 10px
    }

    .checkout-index-index .step-content .field.addresses .mobile-checkout-selected-address .mobile-checkout-selected-address-content .shipping-address-text {
        font-size: 14px;
        line-height: 18px;
        margin-top: 5px
    }

    .checkout-index-index .step-content .field.addresses .mobile-checkout-selected-address .mobile-checkout-selected-address-arrow {
        font-size: 20px;
        color: #000;
        flex-shrink: 0;
        margin-left: 10px;
        display: flex;
        align-items: center
    }

    .checkout-index-index .step-content .field.addresses .mobile-checkout-selected-address .mobile-checkout-selected-address-arrow:before {
        content: "\f105";
        font-family: "fontawesome"
    }

    .checkout-index-index .step-content .checkout-guest-address-area {
        padding: 20px 24px;
        display: flex !important;
        align-items: center
    }

    .checkout-index-index .step-content .checkout-guest-address-area .checkout-guest-address-icon {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        flex-shrink: 0
    }

    .checkout-index-index .step-content .checkout-guest-address-area .checkout-guest-address-tips {
        font-size: 15px;
        color: #999;
        line-height: 19px;
        flex-grow: 1
    }

    .checkout-index-index .step-content .checkout-guest-address-area .checkout-guest-address-area-content {
        flex-grow: 1;
        font-size: 15px;
        line-height: 19px;
        margin: 0;
        padding: 0;
        border: 0
    }

    .checkout-index-index .step-content .checkout-guest-address-area .checkout-guest-address-area-content .shipping-user-name {
        margin-right: 10px
    }

    .checkout-index-index .step-content .checkout-guest-address-area .checkout-guest-address-area-content .shipping-address-text {
        font-size: 14px;
        line-height: 18px;
        margin-top: 5px
    }

    .checkout-index-index .step-content .checkout-guest-address-area .checkout-guest-address-arrow {
        font-size: 20px;
        color: #000;
        line-height: 20px;
        margin-left: 10px;
        flex-shrink: 0
    }

    .checkout-index-index .step-content .checkout-guest-address-area .checkout-guest-address-arrow:before {
        content: "\f105";
        font-family: "fontawesome"
    }

    .checkout-index-index .step-content .checkout-guest-address-modal {
        position: fixed;
        bottom: 0;
        overflow-y: auto;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .51);
        padding-top: 72px;
        display: none;
        flex-direction: column;
        justify-content: flex-end;
        z-index: 991
    }

    .checkout-index-index .step-content .checkout-guest-address-modal .checkout-guest-address-content {
        background-color: #fff;
        display: flex;
        height: 100%;
        max-height: initial;
        flex-direction: column;
        overflow-y: auto;
        align-content: flex-end
    }

    .checkout-index-index .step-content .checkout-guest-address-modal .checkout-guest-address-header {
        padding: 20px 24px;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ebebeb;
        font-size: 16px;
        color: #333;
        line-height: 20px
    }

    .checkout-index-index .step-content .checkout-guest-address-modal .checkout-guest-address-close {
        width: 20px;
        height: 20px;
        background: url(/media/icon/icon-close.png);
        background-size: cover
    }

    .checkout-index-index .step-content .checkout-guest-address-modal .checkout-guest-address-footer {
        flex-shrink: 0;
        padding: 0 24px 40px
    }

    .checkout-index-index .step-content .checkout-guest-address-modal .checkout-guest-address-footer .action.primary {
        width: 100%;
        height: 44px;
        background-color: #333
    }

    .checkout-index-index .step-content .checkout-guest-address-modal .checkout-guest-address-footer .action.primary span {
        font-size: 16px;
        color: #fff;
        line-height: 20px;
        font-weight: 400
    }

    .checkout-index-index .step-payment-content .mobile-shipping-step-column {
        display: none
    }

    .checkout-index-index .step-payment-content .opc-block-summary {
        display: block !important;
        padding: 0;
        background: 0 0;
        margin: 0
    }

    .checkout-index-index .step-payment-content .opc-block-summary&gt;.title {
        display: none
    }

    .checkout-index-index .step-payment-content .opc-block-summary .shipping-information .ship-to {
        padding: 20px 24px;
        font-size: 14px;
        line-height: 18px;
        position: relative;
        word-break: break-word
    }

    .checkout-index-index .step-payment-content .opc-block-summary .shipping-information .ship-to .shipping-information-title&gt;span {
        display: none
    }

    .checkout-index-index .step-payment-content .opc-block-summary .shipping-information .ship-to .action-edit {
        display: block;
        position: absolute;
        top: 20px;
        right: 0;
        height: auto;
        font-size: 14px;
        font-weight: 400;
        color: #333;
        line-height: 18px;
        background-color: transparent;
        text-decoration: underline;
        padding: 0 24px 0 10px
    }

    .checkout-index-index .step-payment-content .opc-block-summary .shipping-information .ship-to .shipping-information-content {
        padding-right: 34px
    }

    .checkout-index-index .step-payment-content .opc-block-summary .shipping-information .ship-to .shipping-information-name-area {
        font-size: 16px;
        color: #333;
        line-height: 20px;
        margin-bottom: 10px
    }

    .checkout-index-index .step-payment-content .opc-block-summary .shipping-information .ship-to .shipping-information-name-area&gt;span {
        margin-right: 10px
    }

    .checkout-index-index .step-payment-content .opc-block-summary .shipping-information .ship-via {
        padding: 20px 24px
    }

    .checkout-index-index .step-payment-content .opc-block-summary .shipping-information .ship-via .shipping-information-title {
        font-size: 16px;
        line-height: 20px;
        color: #333;
        margin-bottom: 10px
    }

    .checkout-index-index .step-payment-content .opc-block-summary .shipping-information .ship-via .shipping-information-content {
        font-size: 14px;
        color: #545454;
        line-height: 18px
    }

    .checkout-index-index .step-payment-content .opc-block-summary .shipping-information .ship-via .shipping-information-content .subtitile {
        display: none
    }

    .checkout-index-index .step-payment-content .opc-block-summary .shipping-information .ship-via .items-in-cart {
        padding: 0 24px
    }

    .checkout-index-index .step-payment-content&gt;.items-in-cart {
        padding: 0 24px
    }

    .checkout-index-index .step-payment-content .invoice-step-column .mobile-checkout-invoice-cont {
        padding: 20px 24px;
        font-size: 16px;
        line-height: 20px;
        color: #333;
        border: 0
    }

    .checkout-index-index .step-payment-content .invoice-step-column .mobile-checkout-invoice-cont .mobile-checkout-invoice-text {
        font-size: 14px;
        color: #545454;
        line-height: 20px
    }

    .checkout-index-index .step-payment-content .invoice-step-column .mobile-checkout-invoice-cont .mobile-checkout-invoice-arrow {
        font-size: 20px;
        line-height: 20px;
        margin-left: 7px;
        vertical-align: middle
    }

    .checkout-index-index .step-payment-content .invoice-step-column .mobile-checkout-invoice-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 990;
        background-color: rgba(0, 0, 0, .51);
        padding-top: 72px;
        width: 100%;
        height: 100%;
        box-sizing: border-box
    }

    .checkout-index-index .step-payment-content .invoice-step-column .mobile-checkout-invoice-modal-content {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        max-height: initial
    }

    .checkout-index-index .step-payment-content .invoice-step-column .mobile-checkout-invoice-modal-content .mobile-checkout-invoice-modal-header {
        flex-shrink: 0;
        padding: 20px 24px;
        font-size: 16px;
        color: #333;
        line-height: 20px;
        border-bottom: 1px solid #ebebeb;
        display: flex;
        justify-content: space-between
    }

    .checkout-index-index .step-payment-content .invoice-step-column .mobile-checkout-invoice-modal-content .mobile-invoice-modal-close {
        width: 20px;
        height: 20px;
        background: url(/media/icon/icon-close.png);
        background-size: cover
    }

    .checkout-index-index .step-payment-content .invoice-step-column .mobile-checkout-invoice-modal-content .mobile-checkout-invoice-modal-body {
        flex-grow: 1;
        overflow-y: auto;
        padding-top: 20px
    }

    .checkout-index-index .step-payment-content .invoice-step-column .mobile-checkout-invoice-modal-content .mobile-checkout-invoice-btn-area {
        padding: 0 24px 20px
    }

    .checkout-index-index .step-payment-content .invoice-step-column .mobile-checkout-invoice-modal-content .mobile-checkout-invoice-btn-area .action {
        width: 100%;
        background: #333;
        height: 44px
    }

    .checkout-index-index .step-payment-content .invoice-step-column .mobile-checkout-invoice-modal-content .mobile-checkout-invoice-btn-area .action span {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 20px
    }

    .checkout-index-index .step-payment-content .invoice-step-column .step-item-title {
        display: none
    }

    .checkout-index-index .step-payment-content .invoice-step-column .step-title {
        padding: 20px 24px;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px
    }

    .checkout-index-index .step-payment-content .invoice-step-column .invoice-section {
        padding: 0 24px
    }

    .checkout-index-index .step-payment-content .invoice-step-column .invoice-section&gt;p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 20px
    }

    .checkout-index-index .step-payment-content .invoice-step-column .selection-box {
        width: 100%;
        height: 44px;
        background: #fff;
        border: 1px solid #333;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        color: #333;
        line-height: 24px;
        margin-bottom: 12px
    }

    .checkout-index-index .step-payment-content .invoice-step-column .selection-box.active {
        border: 2px solid #333
    }

    .checkout-index-index .step-payment-content .invoice-step-column .invoice-type {
        display: flex;
        flex-wrap: wrap
    }

    .checkout-index-index .step-payment-content .invoice-step-column .invoice-type .selection2-box {
        height: 39px;
        width: 48%;
        background: #fff;
        border: 1px solid #ebebeb;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #333;
        line-height: 20px
    }

    .checkout-index-index .step-payment-content .invoice-step-column .invoice-type .selection2-box:first-child {
        margin-right: 4%
    }

    .checkout-index-index .step-payment-content .invoice-step-column .invoice-type .selection2-box.active {
        border-color: #333
    }

    .checkout-index-index .step-payment-content .invoice-step-column .opc-block-summary {
        display: block !important;
        padding: 20px 24px
    }

    .checkout-index-index .step-payment-content .invoice-step-column .opc-block-summary+.opc-block-summary {
        display: none !important
    }

    .checkout-index-index .step-payment-content .invoice-step-column .opc-block-summary .table-totals {
        margin-bottom: 0
    }

    .checkout-index-index .step-payment-content .invoice-step-column .opc-block-summary .totals .mark {
        padding: 0;
        font-size: 16px;
        color: #555;
        line-height: 21px;
        padding-bottom: 20px
    }

    .checkout-index-index .step-payment-content .invoice-step-column .opc-block-summary .totals .amount {
        padding: 0;
        font-size: 16px;
        color: #555;
        line-height: 21px;
        font-weight: 500;
        padding-bottom: 20px
    }

    .checkout-index-index .step-payment-content .invoice-step-column .opc-block-summary .totals.shipping .amount {
        color: #06c
    }

    .checkout-index-index .step-payment-content .invoice-step-column .opc-block-summary .totals.grand .mark {
        font-size: 20px;
        color: #333;
        line-height: 26px;
        padding-bottom: 10px
    }

    .checkout-index-index .step-payment-content .invoice-step-column .opc-block-summary .totals.grand .amount {
        font-size: 20px;
        color: #06c;
        line-height: 26px;
        padding-bottom: 10px
    }

    .checkout-index-index .step-payment-content .invoice-step-column .opc-block-summary .totals-annul .mark {
        padding: 0
    }

    .checkout-index-index .step-payment-content .invoice-step-column .opc-block-summary .totals-annul .amount {
        padding: 0;
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 10px
    }

    .checkout-index-index .step-payment-content .checkout-step-payment {
        margin: 0;
        padding: 0 24px
    }

    .checkout-index-index .step-payment-content .checkout-step-payment br {
        display: none
    }

    .checkout-index-index .step-payment-content .checkout-step-payment .items.payment-methods {
        margin: 0
    }

    .checkout-index-index .step-payment-content .checkout-step-payment .payment-group {
        display: flex;
        flex-wrap: wrap
    }

    .checkout-index-index .step-payment-content .checkout-step-payment .payment-group .payment-group-title-area {
        width: 100%;
        display: flex;
        justify-content: space-between
    }

    .checkout-index-index .step-payment-content .checkout-step-payment .payment-group .payment-group-title-area .payment-icon {
        width: 20px
    }

    .checkout-index-index .step-payment-content .checkout-step-payment .payment-group .payment-group-title-area .payment-group-active-payment {
        font-size: 14px;
        color: #545454;
        line-height: 18px;
        display: flex;
        align-items: center
    }

    .checkout-index-index .step-payment-content .checkout-step-payment .payment-group .payment-group-title-area .payment-group-active-payment.wosai-active {
        display: none !important
    }

    .checkout-index-index .step-payment-content .checkout-step-payment .payment-group .step-title {
        padding-right: 0;
        font-size: 16px;
        line-height: 20px
    }

    .checkout-index-index .step-payment-content .checkout-step-payment .payment-group .payment-method {
        width: calc(50% - 10px);
        height: 56px;
        background: #fff;
        border: 1px solid #ebebeb;
        margin-right: 20px;
        margin-bottom: 20px
    }

    .checkout-index-index .step-payment-content .checkout-step-payment .payment-group .payment-method input[type=radio] {
        display: none
    }

    .checkout-index-index .step-payment-content .checkout-step-payment .payment-group .payment-method .payment-icon {
        width: 24px
    }

    .checkout-index-index .step-payment-content .checkout-step-payment .payment-group .payment-method:nth-child(2) {
        display: none
    }

    .checkout-index-index .step-payment-content .checkout-step-payment .payment-group .payment-method:nth-child(2n) {
        margin-right: 0
    }

    .checkout-index-index .step-payment-content .checkout-step-payment .payment-group .payment-method._active {
        border-color: #333
    }

    .checkout-index-index .step-payment-content .checkout-step-payment .payment-group .payment-method .payment-method-content {
        display: none
    }

    .checkout-index-index .step-payment-content .checkout-step-payment .checkout-agreements.fieldset {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
        padding-bottom: 14px;
        margin-top: -20px;
        border-top: 1px solid #f6f7f8;
        padding-top: 14px
    }

    .checkout-index-index .step-payment-content .checkout-step-payment .checkout-agreements.fieldset .checkout-agreement {
        display: flex;
        align-items: center;
        position: relative;
        margin-bottom: 12px
    }

    .checkout-index-index .step-payment-content .checkout-step-payment .checkout-agreements.fieldset .checkout-agreement input {
        margin: 0;
        top: 0
    }

    .checkout-index-index .step-payment-content .checkout-step-payment .checkout-agreements.fieldset .checkout-agreement a {
        text-decoration: underline
    }

    .checkout-index-index .step-payment-content .checkout-step-payment .checkout-agreements.fieldset div.mage-error[generated] {
        top: 100%;
        margin-top: -4px;
        width: 200%
    }

    .checkout-index-index .step-payment-content .place-order-pro-area {
        padding-bottom: 0
    }

    .checkout-index-index .step-payment-content .reg-mechine {
        padding: 20px 0;
        margin: 0 24px;
        border-top: 1px solid #f6f7f8
    }

    .checkout-index-index .step-payment-content .reg-mechine .title {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 10px
    }

    .checkout-index-index .step-payment-content .reg-mechine .mobile-element {
        display: inline-block
    }

    .checkout-index-index .step-payment-content .place-order-pro {
        display: flex
    }

    .checkout-index-index .step-payment-content .place-order-pro.place-order-pro-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
        width: 100%
    }

    .checkout-index-index .step-payment-content .place-order-pro .place-order-totals {
        flex-grow: 1;
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #fff;
        line-height: 21px;
        padding: 0 24px;
        background: #333
    }

    .checkout-index-index .step-payment-content .place-order-pro .place-order-totals .place-order-totals-title {
        flex-shrink: 0
    }

    .checkout-index-index .step-payment-content .place-order-pro .place-order-totals table {
        margin-bottom: 0
    }

    .checkout-index-index .step-payment-content .place-order-pro .place-order-totals td {
        padding: 0 !important
    }

    .checkout-index-index .step-payment-content .place-order-pro .place-order-totals .mark {
        display: none
    }

    .checkout-index-index .step-payment-content .place-order-pro .place-order-totals .price.c-blue {
        font-size: 14px;
        color: #fff;
        line-height: 21px;
        font-weight: 400
    }

    .checkout-index-index .step-payment-content .place-order-pro .place-order-totals .totals-annul.preferentialTotal-container {
        display: none !important
    }

    .checkout-index-index .step-payment-content .place-order-pro&gt;.primary {
        width: 120px
    }

    .checkout-index-index .step-payment-content .place-order-pro .action.checkout {
        height: 56px;
        background: #79b928;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        line-height: 20px
    }

    .checkout-index-index .modal-popup.address-modal-popup {
        left: 0;
        padding-top: 20%;
        height: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        z-index: 999
    }

    .checkout-index-index .modal-popup.address-modal-popup .modal-inner-wrap {
        display: flex;
        min-height: initial
    }

    .checkout-index-index .modal-popup.address-modal-popup .modal-header {
        padding: 20px 24px;
        background-color: #fff;
        border-bottom: 1px solid #ebebeb;
        flex-shrink: 0
    }

    .checkout-index-index .modal-popup.address-modal-popup .modal-header .modal-title {
        font-weight: 400;
        border: 0;
        padding-bottom: 0;
        font-size: 16px;
        line-height: 20px
    }

    .checkout-index-index .modal-popup.address-modal-popup .modal-header .action-close {
        width: 32px;
        height: 32px;
        right: 24px;
        top: 30px;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center
    }

    .checkout-index-index .modal-popup.address-modal-popup .modal-header .action-close:before {
        font-size: 32px;
        line-height: 32px
    }

    .checkout-index-index .modal-popup.address-modal-popup .modal-content {
        padding: 0;
        flex-grow: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .checkout-index-index .modal-popup.address-modal-popup #shipping-new-address-form [name='shippingAddress.country_id'],
    .checkout-index-index .modal-popup.address-modal-popup .invoice-section [name='shippingAddress.country_id'],
    .checkout-index-index .modal-popup.address-modal-popup #shipping-new-address-form [name='shippingAddress.street.1'],
    .checkout-index-index .modal-popup.address-modal-popup .invoice-section [name='shippingAddress.street.1'],
    .checkout-index-index .modal-popup.address-modal-popup #shipping-new-address-form [name='shippingAddress.street.2'],
    .checkout-index-index .modal-popup.address-modal-popup .invoice-section [name='shippingAddress.street.2'],
    .checkout-index-index .modal-popup.address-modal-popup #shipping-new-address-form [name='shippingAddress.company'],
    .checkout-index-index .modal-popup.address-modal-popup .invoice-section [name='shippingAddress.company'],
    .checkout-index-index .modal-popup.address-modal-popup #shipping-new-address-form [name='shippingAddress.postcode'],
    .checkout-index-index .modal-popup.address-modal-popup .invoice-section [name='shippingAddress.postcode'] {
        display: none
    }

    .checkout-index-index .modal-popup.address-modal-popup #shipping-new-address-form {
        padding: 30px 10px 0 24px;
        margin: 0;
        display: flex;
        flex-wrap: wrap
    }

    .checkout-index-index .modal-popup.address-modal-popup #shipping-new-address-form&gt;.field {
        margin: 0 14px 29px 0 !important;
        width: calc(50% - 14px) !important
    }

    .checkout-index-index .modal-popup.address-modal-popup #shipping-new-address-form&gt;.field[name='shippingAddress.telephone'],
    .checkout-index-index .modal-popup.address-modal-popup #shipping-new-address-form&gt;.field[name='shippingAddress.region_id'],
    .checkout-index-index .modal-popup.address-modal-popup #shipping-new-address-form&gt;.field.street {
        width: calc(100% - 14px) !important
    }

    .checkout-index-index .modal-popup.address-modal-popup #shipping-new-address-form&gt;.field[name='shippingAddress.telephone'] .field-tooltip {
        display: none
    }

    .checkout-index-index .modal-popup.address-modal-popup #shipping-new-address-form&gt;.field.street {
        margin-bottom: 0 !important
    }

    .checkout-index-index .modal-popup.address-modal-popup .form #shipping-new-address-form.fieldset .field.popup-default-address {
        margin: 0 !important;
        border: 0 !important;
        display: flex;
        align-items: center;
        margin-top: 20px !important;
        height: auto !important
    }

    .checkout-index-index .modal-popup.address-modal-popup .form #shipping-new-address-form.fieldset .field.popup-default-address input {
        outline: none;
        height: auto;
        position: static;
        margin: 0;
        padding: 0
    }

    .checkout-index-index .modal-popup.address-modal-popup .form #shipping-new-address-form.fieldset .field.popup-default-address input:focus {
        outline: none
    }

    .checkout-index-index .modal-popup.address-modal-popup .form #shipping-new-address-form.fieldset .field.popup-default-address .label {
        position: static;
        margin: 0
    }

    .checkout-index-index .modal-popup.address-modal-popup .modal-footer {
        padding: 20px 24px;
        background-color: #fff;
        flex-shrink: 0
    }

    .checkout-index-index .modal-popup.address-modal-popup .modal-footer .action.action-save-address {
        height: 44px;
        background: #333;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 20px
    }

    .checkout-index-index .modal-popup.address-modal-popup .modal-footer .action.action-hide-popup {
        display: none
    }

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

    .checkout-index-index .page-footer .footer-wrapper {
        padding-bottom: 56px
    }

    .checkout-index-index #yt-totop {
        bottom: 140px;
        right: 0
    }

    .checkout-index-index .htiger-qiyu-icon {
        bottom: 60px;
        right: 0
    }

    .checkout-onepage-success .checkout-success .actions-toolbar&gt;.primary,
    .alipay-checkout-success .checkout-success .actions-toolbar&gt;.primary,
    .wechatpay-checkout-success .checkout-success .actions-toolbar&gt;.primary {
        text-align: left
    }

    .payment-method-fenqi {
        padding: 20px
    }

    .payment-method-fenqi .payment-fenqi {
        display: block
    }

    .payment-method-fenqi .fenqi-list {
        margin-bottom: 15px;
        width: 100%
    }

    .payment-method-fenqi .fenqi-list label {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 13px 10px !important
    }

    .payment-method-fenqi .fenqi-list label .one {
        margin: 0;
        padding: 0
    }
}

.popup-reg-container .bind-reg.button.gray-btn-cover {
    background-color: #c9c9c9 !important
}

.popup-reg-container .bind-reg.button.gray-btn-cover:after {
    display: none !important
}

.perfectuser-registry-index .txt2 {
    display: none
}

.perfectuser-registry-index .form-quick-create-account:not(.step2) .register_need_fields {
    display: none
}

.perfectuser-registry-index .step2 .txt1 {
    display: none
}

.perfectuser-registry-index .step2 .txt2 {
    display: inline
}

.perfectuser-registry-index .msg {
    margin-top: 10px;
    font-size: 1.2rem;
    color: #e02b27
}

#block-wechat-info .block-title,
#customer-logoff .block-title {
    display: none
}

#block-wechat-info .box-title,
#customer-logoff .box-title {
    margin-bottom: 30px
}

#block-wechat-info .box-title span,
#customer-logoff .box-title span {
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    font-size: 24px;
    color: #333
}

#block-wechat-info .block-content,
#customer-logoff .block-content {
    padding: 30px 30px 60px
}

#block-wechat-info .actions-toolbar .action,
#customer-logoff .actions-toolbar .action {
    width: 156px;
    height: 42px;
    margin-top: 10px;
    background: #333
}

#block-wechat-info .form-edit-wechat,
#customer-logoff .form-edit-wechat {
    margin-top: 60px;
    padding: 0;
    border: none
}

#form-validate .green-btn-cover {
    background-color: #79b928
}

.livestreaming-video-index #popup-reg {
    z-index: 999999
}

.livestreaming-video-index .member-agreement.newsletter {
    padding-bottom: 20px
}

.livestreaming-video-index .columns.col1-layout&gt;.container {
    width: 100%;
    padding: 0
}

.livestreaming-video-index .preOrderPopups {
    padding-top: 30px
}

.livestreaming-video-index .modal-popup.sign-popup a.phone-submit.primary {
    margin: 10px 0 30px
}

.livestreaming-video-index .page-main {
    padding-top: 0
}

.livestreaming-video-index .slider {
    position: relative;
    height: 420px
}

.livestreaming-video-index .slider.v-pending .container {
    height: 100%
}

.livestreaming-video-index .slider.v-pending .v-btn {
    position: absolute;
    bottom: 30px
}

.livestreaming-video-index .slider .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.livestreaming-video-index .slider button {
    padding: 0 36px;
    height: 44px;
    line-height: 44px
}

.livestreaming-video-index .slider .info {
    padding-top: 50px
}

.livestreaming-video-index .slider .text0 {
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    padding-bottom: 20px
}

.livestreaming-video-index .slider .text1 {
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    padding-bottom: 10px
}

.livestreaming-video-index .slider .text2 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.1;
    color: #ebebeb;
    font-family: "HtigerCHS-Light"
}

.livestreaming-video-index .slider .v-hope {
    font-size: 18px;
    line-height: 1.1;
    color: #ebebeb;
    padding-top: 40px
}

.livestreaming-video-index .slider .v-tips {
    font-size: 14px;
    color: #ebebeb;
    padding-top: 10px;
    font-family: "HtigerCHS-Light"
}

.livestreaming-video-index .slider .links {
    margin-top: 10px
}

.livestreaming-video-index .slider .live {
    display: inline-block;
    height: 30px;
    margin-bottom: 20px;
    padding: 0 20px;
    line-height: 30px;
    font-size: 21px;
    color: #fff;
    border: 1px solid #fff
}

.livestreaming-video-index .slider .container {
    position: relative
}

.livestreaming-video-index .slider.v-living .container {
    height: 100%
}

.livestreaming-video-index .slider.v-living .links {
    position: absolute;
    bottom: 30px
}

.livestreaming-video-index .slider.v-non .info {
    padding-top: 80px
}

.livestreaming-video-index .video-countdown {
    margin-top: 5px;
    font-size: 40px;
    color: #fff;
    line-height: normal
}

.livestreaming-video-index .countdown-divide {
    margin: 0 5px;
    font-size: 24px
}

.livestreaming-video-index .countdown-card {
    display: inline-block;
    text-align: center
}

.livestreaming-video-index .btn1 {
    margin-right: 20px;
    background: #79b928;
    font-size: 22px;
    color: #333;
    cursor: pointer
}

.livestreaming-video-index .btn1:focus {
    border: 0;
    color: #333 !important
}

.livestreaming-video-index .btn1.reserved {
    background: #999 !important
}

.livestreaming-video-index .btn2 {
    background: #ebebeb;
    font-size: 22px;
    color: #333;
    cursor: pointer
}

.livestreaming-video-index .btn2:focus {
    border: 0;
    color: #333 !important
}

.livestreaming-video-index .btn3 {
    background: #79b928;
    font-size: 22px;
    color: #333;
    cursor: pointer
}

.livestreaming-video-index .btn3:focus {
    border: 0;
    color: #333 !important
}

.livestreaming-video-index .vhall {
    padding-top: 30px;
    padding-bottom: 80px
}

.livestreaming-video-index .cover_three_white_widget .more {
    margin-top: 30px;
    text-align: center
}

.livestreaming-video-index .cover_three_white_widget .more button {
    background: #333;
    padding: 0 36px;
    height: 44px;
    line-height: 44px;
    font-size: 22px;
    color: #fff
}

.livestreaming-video-index .cover_three_white_widget .more .number {
    padding-top: 10px;
    font-size: 14px;
    color: #999
}

.livestreaming-video-index .cover_three_white_widget .item {
    position: relative;
    cursor: pointer
}

.livestreaming-video-index .cover_three_white_widget .item:nth-child(3n+1) {
    clear: both
}

.livestreaming-video-index .cover_three_white_widget .product-marker {
    position: absolute;
    top: 10px;
    left: 2px;
    color: #fff;
    padding: 2px 8px;
    z-index: 4
}

.livestreaming-video-index .cover_three_white_widget .product-marker&gt;div {
    top: 0;
    left: 0;
    display: inline-block;
    width: max-content;
    padding: 2px 8px;
    margin-right: 5px;
    background-color: #06c;
    white-space: nowrap;
    color: #fff
}

.livestreaming-video-index .cover_three_white_widget .product-marker .black {
    background-color: #333
}

.livestreaming-video-index .cover_three_white_widget .title {
    font-size: 40px;
    line-height: 1.325;
    font-family: "HtigerCHS-Light"
}

.livestreaming-video-index .cover_three_white_widget .name {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.livestreaming-video-index .cover_three_white_widget .time {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    font-family: "HtigerCHS-Light"
}

.livestreaming-video-index .cover_three_white_widget .info {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    color: #fff;
    z-index: 3
}

.livestreaming-video-index .cover_three_white_widget .content .all_items .item {
    position: relative;
    width: calc(33.33% - 20px);
    margin-bottom: 30px;
    padding-bottom: 0
}

.livestreaming-video-index .cover_three_white_widget .content .all_items .item img {
    margin-bottom: 0 !important
}

.livestreaming-video-index .cover_three_white_widget.preVideo .products-grid {
    display: block !important
}

.livestreaming-video-index .preOrderPopup {
    padding-bottom: 60px
}

.livestreaming-video-index .preOrderPopup .modal-inner-wrap {
    top: 18%;
    max-width: 550px
}

.livestreaming-video-index .preOrderPopup .full-width {
    height: 64px;
    line-height: 64px;
    background: #333;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    font-size: 22px
}

.livestreaming-video-index .preOrderPopup .field-note {
    padding-top: 36px
}

.livestreaming-video-index .preOrderPopup .field-note .field {
    position: relative
}

.livestreaming-video-index .preOrderPopup .field-note .label {
    position: absolute;
    top: -5px;
    left: 20px;
    background: #fff;
    color: #555;
    padding: 0 10px !important;
    width: auto
}

.livestreaming-video-index .preOrderPopup .field-note textarea {
    height: 132px;
    border: 1px solid #999
}

.livestreaming-video-index .preOrderPopup .info {
    font-size: 16px
}

.livestreaming-video-index .preOrderPopup .info1 {
    padding-top: 40px;
    text-align: center
}

.livestreaming-video-index .preOrderPopup .info1 .text {
    font-size: 24px;
    color: #333
}

.livestreaming-video-index .preOrderPopup .date {
    color: #999
}

.livestreaming-video-index .preOrderPopup .action {
    margin-top: 40px
}

.livestreaming-video-index .vhall-popup .modal-inner {
    pointer-events: auto;
    margin: 5rem auto;
    width: 80%;
    max-width: 1200px;
    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
}

.livestreaming-video-index .vhall-popup .title {
    padding-left: 30px;
    font-size: 20px;
    color: #fff
}

.livestreaming-video-index .vhall-popup-mask {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgba(51, 51, 51, .55)
}

.livestreaming-video-index .vhall-popop-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding-right: 30px;
    background: #222
}

.livestreaming-video-index .vhall-popop-header .btn1 {
    display: inline-block;
    padding: 0 36px;
    height: 42px;
    line-height: 42px;
    cursor: pointer
}

.livestreaming-video-index .vhall-popop-header .number {
    font-size: 20px;
    color: #999
}

.livestreaming-video-index .vhall-popop-header .divide {
    margin: 0 10px;
    font-size: 24px;
    color: #979797
}

.livestreaming-video-index .vhall-popop-header .closeIcon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/vhall/close.svg);
    background-size: cover;
    vertical-align: middle;
    cursor: pointer
}

.livestreaming-video-index .vhall-popop-header .shareIcon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/vhall/share.svg);
    background-size: cover;
    vertical-align: middle;
    cursor: pointer
}

.livestreaming-video-index .vhall-popop-header .pre-info {
    display: none
}

.livestreaming-video-index .vhall-popop-header .pre-info.active {
    display: inline-block
}

.livestreaming-video-index .vhall-popop-content .video-wrapper {
    position: relative;
    padding-top: 56.25%
}

.livestreaming-video-index .vhall-popop-content .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.livestreaming-video-index .vhall-popop-content iframe {
    width: 100%;
    height: 100%
}

.livestreaming-video-index.w-hide {
    overflow: hidden
}

.livestreaming-video-index #iframe-hide {
    position: absolute;
    width: 350px;
    height: 100%;
    right: 0;
    top: 0
}

.livestreaming-video-index .non-content {
    color: #666;
    text-align: center;
    padding-top: 30px
}

.livestreaming-video-index #vhallPopup .vhall-popop-wrapper {
    border: 2px solid #222
}

.livestreaming-video-index #vhallPopup .vhall-popop-wrapper .vhall-popop-content {
    background: #222
}

.livestreaming-video-index .ico-video {
    position: relative
}

.livestreaming-video-index .ico-video:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/play.png);
    background-repeat: no-repeat;
    background-position: center 40%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 2
}

.livestreaming-video-index .top-dimmer {
    background: linear-gradient(180deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 45%;
    z-index: 1
}

.livestreaming-video-index .bottom-dimmer {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .536) 65.37%);
    position: absolute;
    width: 100%;
    height: 45%;
    bottom: 0;
    left: 0;
    z-index: 1
}

.livestreaming-video-index #sing_in {
    text-align: center
}

.livestreaming-video-index #sing_in.black-btn-cover {
    background: #333
}

.pfix {
    position: fixed
}

@media (max-width:991px) {
    .livestreaming-video-index .vhall-popop-content iframe {
        overflow-y: auto
    }

    .livestreaming-video-index .vhall-popup {
        overflow-y: auto !important;
        background: #fff
    }

    .livestreaming-video-index .slider.v-living .links {
        width: 100%;
        left: 0;
        padding: 0 20px
    }

    .livestreaming-video-index .slider.v-living .links .btn3 {
        width: 100%;
        font-weight: 400;
        font-size: 16px
    }

    .livestreaming-video-index .vhall-popop-header {
        height: 44px;
        background: #fff
    }

    .livestreaming-video-index .vhall {
        padding-bottom: 30px
    }

    .livestreaming-video-index .cover_three_white_widget .title {
        font-size: 22px
    }

    .livestreaming-video-index .columns.col1-layout&gt;.container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px
    }

    .livestreaming-video-index .column.main .container {
        padding-right: 20px;
        padding-left: 20px
    }

    .livestreaming-video-index .cover_three_white_widget .content .all_items {
        margin-top: 15px
    }

    .livestreaming-video-index .cover_three_white_widget .content .all_items .item {
        padding-bottom: 0 !important
    }

    .livestreaming-video-index .cover_three_white_widget .content .all_items .item .ico-video {
        margin-bottom: 0 !important
    }

    .livestreaming-video-index .cover_three_white_widget.preVideo .products-grid {
        display: none !important
    }

    .livestreaming-video-index .cover_three_white_widget.preVideo .all_items {
        display: block !important
    }

    .livestreaming-video-index .cover_three_white_widget .more {
        margin-top: 10px
    }

    .livestreaming-video-index .cover_three_white_widget .more button {
        width: 100%;
        font-size: 16px;
        font-weight: 400
    }

    .livestreaming-video-index .slider {
        height: 560px
    }

    .livestreaming-video-index .slider .text0,
    .livestreaming-video-index .slider .text1 {
        font-size: 28px
    }

    .livestreaming-video-index .slider .text0 {
        color: #ebebeb
    }

    .livestreaming-video-index .slider .live {
        font-size: 14px
    }

    .livestreaming-video-index .slider .info {
        padding-top: 40px
    }

    .livestreaming-video-index .vhall-popup {
        transform: translateX(100%);
        visibility: visible;
        opacity: 1;
        transition: transform .6s ease
    }

    .livestreaming-video-index .vhall-popup._show {
        transform: translateX(0);
        height: 100%;
        overflow: hidden
    }

    .livestreaming-video-index .vhall-popup .modal-inner {
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        background: #fff
    }

    .livestreaming-video-index .vhall-popup .title {
        font-size: 0
    }

    .livestreaming-video-index .vhall-popup .title:before {
        content: "\f104";
        font-family: 'FontAwesome';
        font-size: 32px;
        color: #222
    }

    .livestreaming-video-index .vhall-popup .shareIcon {
        margin-right: 0
    }

    .livestreaming-video-index .vhall-popup .closeIcon,
    .livestreaming-video-index .vhall-popup .divide,
    .livestreaming-video-index .vhall-popup .number,
    .livestreaming-video-index .vhall-popup .btn1 {
        display: none
    }

    .livestreaming-video-index .vhall-popup .vhall-popop-content .video-wrapper {
        padding: 0;
        height: calc(100vh - 60px)
    }

    .livestreaming-video-index .preOrderPopups {
        padding-top: 10px
    }

    .livestreaming-video-index.v-hide {
        overflow: hidden
    }

    .livestreaming-video-index.v-hide .header-container .header-middle {
        display: none !important
    }

    .livestreaming-video-index.v-hide #vhallPopup {
        top: 0;
        z-index: 200
    }

    .livestreaming-video-index #iframe-hide {
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        z-index: 1;
        left: 0;
        top: 28%
    }

    .livestreaming-video-index #vhallPopup .vhall-popop-wrapper {
        border: 0
    }

    .livestreaming-video-index #vhallPopup .vhall-popop-wrapper .vhall-popop-content {
        background: 0 0
    }

    .livestreaming-video-index .modal-popup.sign-popup.yyres .modal-inner-wrap {
        bottom: unset !important;
        top: 25%;
        width: 85%
    }

    .livestreaming-video-index .btn1 {
        font-size: 16px;
        font-weight: 400
    }

    .livestreaming-video-index .vhall-popup .btn1 {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 3;
        text-align: center;
        color: #fff;
        background: #333
    }

    .livestreaming-video-index #popup-reg .popup-reg-container {
        margin: 0;
        max-width: 100%;
        width: 100%;
        bottom: 0;
        position: absolute
    }

    .livestreaming-video-index #popup-reg .popup-reg-container .member-agreement {
        padding-top: 8px
    }

    .livestreaming-video-index #popup-reg .popup-reg-container .member-agreement label {
        display: flex;
        align-items: center;
        justify-content: start
    }

    .livestreaming-video-index .pfix {
        width: 100%;
        position: fixed
    }
}

@media (min-width:992px) {
    .livestreaming-video-index .cover_three_white_widget .content .item:hover .ico-video:after {
        display: block
    }
}

.account-product {
    margin-bottom: 40px
}

.account-product .account-product-register {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border: 1px solid #ebebeb;
    cursor: pointer
}

.account-product .account-product-register .account-product-register-left {
    display: flex
}

.account-product .account-product-register .account-product-register-left .register-icon {
    width: 38px;
    height: 38px;
    margin: 2px 10px 0 0
}

.account-product .account-product-register .account-product-register-left .register-text h3 {
    font-size: 20px
}

.account-product .account-product-register .account-product-register-left .register-text p {
    margin-bottom: 0;
    font-size: 14px;
    color: #555
}

.account-product .account-product-register .account-product-register-right {
    font-size: 32px;
    color: #000
}

.account-product .account-product-register .account-product-register-right:before {
    font-family: "fontawesome";
    content: "\f105"
}

.account-product .account-product-list {
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 30px
}

.account-product .account-product-list .account-product-list-item {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: 20px;
    border: 1px solid #ebebeb
}

.account-product .account-product-list .account-product-list-item .product-image {
    width: 72px;
    margin-right: 10px
}

.account-product .account-product-list .account-product-list-item .product-info {
    text-align: left
}

.account-product .account-product-list .account-product-list-item .product-info .product-name {
    font-size: 20px;
    color: #555;
    margin-bottom: 10px
}

.account-product .account-product-list .account-product-list-item .product-info .product-serial,
.account-product .account-product-list .account-product-list-item .product-info .purchase-time,
.account-product .account-product-list .account-product-list-item .product-info .purchase-extend-text {
    font-size: 14px;
    margin-bottom: 0
}

.account-product .account-product-list .account-product-list-item .product-info .purchase-extend-text {
    color: #999
}

.account-product .account-product-list .account-product-list-null {
    display: none;
    padding: 40px 0;
    text-align: center
}

.account-product .account-product-list .account-product-list-null .no-register-product {
    margin: 20px 0 30px;
    font-size: 16px;
    color: #999
}

.account-product .account-product-list .account-product-list-null .go-buy {
    padding: 8px 26px;
    font-size: 22px;
    background-color: #ebebeb
}

@media (max-width:991px) {
    .account-product .account-product-register .account-product-register-left .register-icon {
        width: 32px;
        height: 32px
    }

    .account-product .account-product-register .account-product-register-left .register-text h3 {
        font-size: 16px
    }

    .account-product .account-product-register .account-product-register-left .register-text p {
        font-size: 12px
    }

    .account-product .account-product-register .account-product-register-right {
        font-size: 24px
    }

    .account-product .account-product-list {
        padding: 14px
    }

    .account-product .account-product-list .account-product-list-item {
        padding: 10px;
        align-items: flex-start;
        margin-bottom: 15px
    }

    .account-product .account-product-list .account-product-list-item .product-image {
        width: 41px
    }

    .account-product .account-product-list .account-product-list-item .product-info .product-name {
        font-size: 14px
    }

    .account-product .account-product-list .account-product-list-item .product-info .product-serial,
    .account-product .account-product-list .account-product-list-item .product-info .purchase-time,
    .account-product .account-product-list .account-product-list-item .product-info .purchase-extend-text {
        font-size: 12px
    }

    .account-product .account-product-list .account-product-list-null img {
        width: 32px;
        height: 35px
    }

    .account-product .account-product-list .account-product-list-null .go-buy {
        font-size: 16px
    }
}

.catalog-product-view .pdp-review-container {
    border-top: 1px solid #d8d8d8
}

.catalog-product-view .pdp-review-container .container {
    padding: 75px 0
}

.catalog-product-view .pdp-review-container .container .pdp-review-title {
    height: 50px;
    line-height: 50px;
    font-size: 34px;
    letter-spacing: -3px;
    font-weight: 300;
    color: #333;
    margin-bottom: 47px
}

.catalog-product-view .pdp-review-container .container .pdp-review-title .pdp-review-count {
    font-size: 18px;
    color: #666;
    letter-spacing: normal
}

.catalog-product-view .pdp-review-container .container .pdp-review-title .pdp-review-count span {
    text-decoration: underline
}

.catalog-product-view .pdp-review-container .container .pdp-review-detail {
    display: flex
}

.catalog-product-view .pdp-review-container .container .pdp-review-detail .pdp-review-list-right {
    width: 100%
}

.catalog-product-view .pdp-review-container .container .pdp-review-null {
    padding: 100px 0;
    text-align: center;
    border: 1px solid #dcdcdc;
    background-color: #fbfbfb
}

.catalog-product-view .review-star-list .icon-star {
    background: url(/media/icon/empty-star.svg) !important;
    background-size: cover
}

.catalog-product-view .review-star-list .icon-star.selected {
    background: url(/media/icon/star.svg) !important;
    background-size: cover
}

.catalog-product-view .pdp-review-product {
    flex-shrink: 0;
    color: #333
}

.catalog-product-view .pdp-review-product .pdp-review-product-name {
    font-size: 34px;
    line-height: 45px;
    word-break: break-word;
    margin-bottom: 20px
}

.catalog-product-view .pdp-review-product .pdp-review-product-subtitle {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px
}

.catalog-product-view .pdp-review-product .pdp-review-product-average-area {
    font-size: 0px;
    font-weight: 300;
    margin-bottom: 20px
}

.catalog-product-view .pdp-review-product .pdp-review-product-average {
    font-size: 80px;
    font-weight: 300;
    line-height: 104px
}

.catalog-product-view .pdp-review-product .pdp-review-product-total {
    font-size: 48px
}

.catalog-product-view .pdp-review-product .pdp-review-product-star-area {
    display: flex;
    align-items: center;
    font-size: 0px;
    font-weight: 500;
    padding-right: 96px;
    color: #333;
    line-height: 21px
}

.catalog-product-view .pdp-review-product .review-star-list .icon-star {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-left: 7px
}

.catalog-product-view .pdp-review-product .review-star-list .icon-star:first-child {
    margin: 0
}

.catalog-product-view .pdp-review-list-container {
    position: relative;
    flex-shrink: 0;
    background-color: #fbfbfb
}

.catalog-product-view .pdp-review-list-container .pdp-review-list-detail {
    padding: 20px 50px;
    border: 1px solid #dcdcdc
}

.catalog-product-view .pdp-review-list-container .pdp-review-list-detail .pdp-review-item {
    padding: 30px 0;
    border-bottom: 1px solid #d5d5d5
}

.catalog-product-view .pdp-review-list-container .pdp-review-list-detail .pdp-review-item:nth-last-child(1) {
    border-bottom: 0
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-area {
    padding-bottom: 15px
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-area .pdp-review-item-nickname {
    font-size: 0;
    margin-bottom: 15px;
    float: left
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-area .pdp-review-item-nickname span {
    font-size: 20px;
    color: #333;
    line-height: 20px;
    font-family: 'HtigerCHS-Medium'
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-area .pdp-review-item-nickname .pdp-review-item-quality {
    position: relative;
    bottom: 2px;
    display: inline-block;
    text-align: center;
    width: 60px;
    margin-left: 5px;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: "HtigerCHS-Book"
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-area .pdp-review-item-time {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #999;
    clear: left
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-area .pdp-review-item-star-area {
    display: flex;
    font-size: 0px;
    color: #555;
    align-items: center;
    float: right
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-area .pdp-review-item-star-area .review-star-list {
    flex-shrink: 0
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-area .pdp-review-item-star-area .review-star-list .icon-star {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 6px
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-area .pdp-review-item-product-name {
    flex-grow: 1;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content {
    font-size: 14px;
    color: #999;
    line-break: anywhere
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_expand {
    display: none;
    font-size: 18px;
    margin-top: 12px;
    line-height: 1;
    margin-bottom: 0;
    color: #333;
    text-decoration: underline;
    cursor: pointer
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-image {
    display: flex
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-image .pdp-review-item-image-item-video {
    position: relative;
    width: 100px;
    height: 100px;
    margin-top: 20px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-image .pdp-review-item-image-item-video:before {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san.svg);
    background-size: 12px;
    background-position: center center;
    background-repeat: no-repeat
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-image .pdp-review-item-image-item {
    width: 100px;
    height: 100px;
    margin-top: 20px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-image .pdp-review-item-image-item:last-child {
    margin-right: 0
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add {
    font-size: 18px;
    color: #333;
    word-break: break-word;
    margin-top: 20px;
    border-top: 1px solid #d5d5d5
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp-review-item-add-date {
    font-size: 15px;
    color: #333;
    padding: 20px 0 10px
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_content {
    font-size: 15px;
    color: #999
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap {
    display: flex
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap input[id^=pdp-review-] {
    display: none
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap input[id^=pdp-review-]:checked+.pdp_review_item_add_content {
    max-height: 999px !important
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap input[id^=pdp-review-]:checked+.pdp_review_item_add_content:before {
    height: 100% !important
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap input[id^=pdp-review-]:checked+.pdp_review_item_add_content .pdp_review_item_add_content_open {
    height: 0 !important
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap input[id^=pdp-review-]:checked+.pdp_review_item_add_content .pdp_review_item_add_content_open:before {
    visibility: hidden
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap input[id^=pdp-review-]:checked+.pdp_review_item_add_content:after {
    visibility: hidden
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap .pdp_review_item_add_content {
    position: relative;
    line-height: 1.5;
    overflow: hidden
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap .pdp_review_item_add_content:before {
    content: '';
    float: right;
    width: 0;
    height: calc(100% - 19px)
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap .pdp_review_item_add_content:after {
    content: '';
    width: 999vw;
    height: 999vw;
    position: absolute;
    box-shadow: inset calc(100px - 999vw) calc(20px - 999vw) 0 0 #fbfbfb;
    margin-left: -100px
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap .pdp_review_item_add_content .pdp_review_item_add_content_open {
    position: relative;
    width: 20px;
    height: 20px;
    text-align: right;
    color: #999;
    float: right;
    clear: both;
    line-height: 1.5
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap .pdp_review_item_add_content .pdp_review_item_add_content_open:before {
    content: 'è·¯è·¯è·¯';
    position: absolute;
    left: 0;
    top: -2px;
    color: #999
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_reply_wrap {
    display: flex
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_reply_wrap input[id^=pdp-review-] {
    display: none
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_reply_wrap input[id^=pdp-review-]:checked+.pdp_review_item_reply_content {
    max-height: 999px !important
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_reply_wrap input[id^=pdp-review-]:checked+.pdp_review_item_reply_content:before {
    height: 100% !important
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_reply_wrap input[id^=pdp-review-]:checked+.pdp_review_item_reply_content .pdp_review_item_reply_content_open {
    height: 0 !important
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_reply_wrap input[id^=pdp-review-]:checked+.pdp_review_item_reply_content .pdp_review_item_reply_content_open:before {
    visibility: hidden
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_reply_wrap input[id^=pdp-review-]:checked+.pdp_review_item_reply_content:after {
    visibility: hidden
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_reply_wrap .pdp_review_item_reply_content {
    position: relative;
    line-height: 1.5;
    overflow: hidden
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_reply_wrap .pdp_review_item_reply_content:before {
    content: '';
    float: right;
    width: 0;
    height: calc(100% - 19px)
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_reply_wrap .pdp_review_item_reply_content:after {
    content: '';
    width: 999vw;
    height: 999vw;
    position: absolute;
    box-shadow: inset calc(100px - 999vw) calc(20px - 999vw) 0 0 #f0f0f0;
    margin-left: -100px
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_reply_wrap .pdp_review_item_reply_content .pdp_review_item_reply_content_open {
    position: relative;
    width: 20px;
    height: 20px;
    text-align: right;
    color: #666;
    float: right;
    clear: both;
    line-height: 1.5
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_reply_wrap .pdp_review_item_reply_content .pdp_review_item_reply_content_open:before {
    content: 'è·¯è·¯è·¯';
    position: absolute;
    left: 0;
    top: -2px;
    color: #666
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_expand,
.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_reply_expand {
    display: inline-block;
    font-size: 15px;
    color: #333;
    text-decoration: underline;
    cursor: pointer
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply {
    padding: 20px;
    position: relative;
    margin-top: 20px;
    background-color: #f0f0f0
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp-review-item-reply-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0 10px
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp-review-item-reply-info .pdp-review-item-reply-area {
    display: flex;
    align-items: center
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp-review-item-reply-info .pdp-review-item-reply-area .pdp-review-item-reply-avatar {
    flex: none;
    width: 25px;
    height: 26px;
    margin-right: 10px;
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/official.png);
    background-size: cover
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp-review-item-reply-info .pdp-review-item-reply-area .pdp-review-item-reply-user {
    font-size: 18px;
    color: #666;
    line-height: 21px;
    margin-top: 2px
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp-review-item-reply-info .pdp-review-item-reply-time {
    font-size: 15px;
    color: #999
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp_review_item_reply_content {
    font-size: 15px;
    width: 100%;
    color: #666;
    word-break: break-word
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp_review_item_reply_wrap {
    display: flex
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp_review_item_reply_wrap input[id^=pdp-review-] {
    display: none
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp_review_item_reply_wrap input[id^=pdp-review-]:checked+.pdp_review_item_reply_content {
    max-height: 999px !important
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp_review_item_reply_wrap input[id^=pdp-review-]:checked+.pdp_review_item_reply_content:before {
    height: 100% !important
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp_review_item_reply_wrap input[id^=pdp-review-]:checked+.pdp_review_item_reply_content .pdp_review_item_reply_content_open {
    height: 0 !important
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp_review_item_reply_wrap input[id^=pdp-review-]:checked+.pdp_review_item_reply_content .pdp_review_item_reply_content_open:before {
    visibility: hidden
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp_review_item_reply_wrap input[id^=pdp-review-]:checked+.pdp_review_item_reply_content:after {
    visibility: hidden
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp_review_item_reply_wrap .pdp_review_item_reply_content {
    position: relative;
    line-height: 1.5;
    overflow: hidden
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp_review_item_reply_wrap .pdp_review_item_reply_content:before {
    content: '';
    float: right;
    width: 0;
    height: calc(100% - 19px)
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp_review_item_reply_wrap .pdp_review_item_reply_content:after {
    content: '';
    width: 999vw;
    height: 999vw;
    position: absolute;
    box-shadow: inset calc(100px - 999vw) calc(20px - 999vw) 0 0 #f0f0f0;
    margin-left: -100px
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp_review_item_reply_wrap .pdp_review_item_reply_content .pdp_review_item_reply_content_open {
    position: relative;
    width: 20px;
    height: 20px;
    text-align: right;
    color: #666;
    float: right;
    clear: both;
    line-height: 1.5
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp_review_item_reply_wrap .pdp_review_item_reply_content .pdp_review_item_reply_content_open:before {
    content: 'è·¯è·¯è·¯';
    position: absolute;
    left: 0;
    top: -2px;
    color: #666
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply:before {
    content: "";
    position: absolute;
    left: 20px;
    top: -28px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #f0f0f0
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp_review_item_reply_expand {
    display: inline-block;
    font-size: 15px;
    color: #333;
    text-decoration: underline;
    cursor: pointer
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap {
    display: flex
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap input[id^=pdp-review-] {
    display: none
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap input[id^=pdp-review-]:checked+.pdp_review_item_content {
    max-height: 999px !important
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap input[id^=pdp-review-]:checked+.pdp_review_item_content:before {
    height: 100% !important
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap input[id^=pdp-review-]:checked+.pdp_review_item_content .pdp_review_item_content_open {
    height: 0 !important
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap input[id^=pdp-review-]:checked+.pdp_review_item_content .pdp_review_item_content_open:before {
    visibility: hidden
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap input[id^=pdp-review-]:checked+.pdp_review_item_content:after {
    visibility: hidden
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap .pdp_review_item_content {
    position: relative;
    line-height: 1.5;
    overflow: hidden
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap .pdp_review_item_content:before {
    content: '';
    float: right;
    width: 0;
    height: calc(100% - 19px)
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap .pdp_review_item_content:after {
    content: '';
    width: 999vw;
    height: 999vw;
    position: absolute;
    box-shadow: inset calc(100px - 999vw) calc(20px - 999vw) 0 0 #fbfbfb;
    margin-left: -100px
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap .pdp_review_item_content .pdp_review_item_content_open {
    position: relative;
    width: 20px;
    height: 20px;
    text-align: right;
    color: #999;
    float: right;
    clear: both;
    line-height: 1.5
}

.catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap .pdp_review_item_content .pdp_review_item_content_open:before {
    content: 'è·¯è·¯è·¯';
    position: absolute;
    left: 0;
    top: -2px;
    color: #999
}

.catalog-product-view .pdp-review-list-container:before {
    content: "";
    position: absolute;
    left: 20px;
    z-index: -1;
    bottom: -26px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 26px solid #dcdcdc;
    border-right: 26px solid transparent;
    border-bottom: 30px solid transparent
}

.catalog-product-view .pdp-review-list-container:after {
    content: "";
    position: absolute;
    left: 21px;
    bottom: -24px;
    width: 0;
    height: 0;
    border-top: 29px solid transparent;
    border-left: 25px solid #fbfbfb;
    border-right: 25px solid transparent;
    border-bottom: 29px solid transparent
}

.catalog-product-view .pdp-review-more-href {
    margin-top: 71px;
    font-size: 24pt;
    letter-spacing: -.02em;
    line-height: 32px
}

.catalog-product-view .pdp-review-more-href a {
    display: inline-flex;
    align-items: center;
    color: #333
}

.catalog-product-view .pdp-review-more-href .icon-arrow-area {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px
}

.catalog-product-view .pdp-review-more-href .icon-arrow {
    width: 23px;
    height: 16px;
    background: url(/media/icon/arrow-right.svg);
    background-size: cover
}

@media (max-width:991px) {
    .catalog-product-view .pdp-review-container {
        padding: 0 25px
    }

    .catalog-product-view .pdp-review-container .container {
        padding: 50px 0;
        flex-direction: column
    }

    .catalog-product-view .pdp-review-container .container .pdp-review-detail {
        display: block
    }

    .catalog-product-view .pdp-review-container .container .pdp-review-title {
        font-size: 26px;
        letter-spacing: -2px;
        color: #333;
        height: 32px;
        line-height: 34px;
        margin-bottom: 20px
    }

    .catalog-product-view .pdp-review-container .container .pdp-review-title .pdp-review-count {
        font-size: 16px;
        letter-spacing: normal
    }

    .catalog-product-view .pdp-review-container .container .pdp-review-null {
        padding: 50px 0
    }

    .catalog-product-view .pdp-review-product {
        width: 100%;
        position: relative
    }

    .catalog-product-view .pdp-review-product .pdp-review-product-name {
        font-size: 18px;
        color: #333;
        line-height: 24px;
        margin-bottom: 10px
    }

    .catalog-product-view .pdp-review-product .pdp-review-product-subtitle {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px
    }

    .catalog-product-view .pdp-review-product .pdp-review-product-average-area {
        display: inline-block;
        font-size: 0px;
        margin: 0 0 35px
    }

    .catalog-product-view .pdp-review-product .pdp-review-product-average {
        height: 61px;
        font-size: 50px;
        line-height: 66px
    }

    .catalog-product-view .pdp-review-product .pdp-review-product-total {
        font-size: 22px
    }

    .catalog-product-view .pdp-review-product .pdp-review-product-star-area {
        display: inline-block;
        position: absolute;
        padding-right: 0;
        right: 0;
        top: 54px
    }

    .catalog-product-view .pdp-review-product .review-star-list .icon-star {
        width: 27px;
        height: 27px
    }

    .catalog-product-view .pdp-review-list-container {
        width: 100%
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-list-detail {
        padding: 10px 22px
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-list-detail .pdp-review-item {
        padding: 25px 0
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-area {
        padding-bottom: 10px
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-area .pdp-review-item-nickname {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-area .pdp-review-item-star-area .review-star-list .icon-star {
        width: 15px;
        height: 15px;
        margin-left: 5px
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-area .pdp-review-item-time {
        font-size: 14px
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content {
        font-size: 14px
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_expand {
        font-size: 18px;
        margin-top: 10px
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add {
        font-size: 15px
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp-review-item-add-date {
        font-size: 14px;
        padding: 10px 0 0
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap {
        display: flex
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap input[id^=pdp-review-] {
        display: none
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap input[id^=pdp-review-]:checked+.pdp_review_item_add_content {
        max-height: 999px !important
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap input[id^=pdp-review-]:checked+.pdp_review_item_add_content:before {
        height: 100% !important
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap input[id^=pdp-review-]:checked+.pdp_review_item_add_content .pdp_review_item_add_content_open {
        height: 0 !important
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap input[id^=pdp-review-]:checked+.pdp_review_item_add_content .pdp_review_item_add_content_open:before {
        visibility: hidden
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap input[id^=pdp-review-]:checked+.pdp_review_item_add_content:after {
        visibility: hidden
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap .pdp_review_item_add_content {
        position: relative;
        line-height: 1.5;
        overflow: hidden
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap .pdp_review_item_add_content:before {
        content: '';
        float: right;
        width: 0;
        height: calc(100% - 19px)
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap .pdp_review_item_add_content:after {
        content: '';
        width: 999vw;
        height: 999vw;
        position: absolute;
        box-shadow: inset calc(100px - 999vw) calc(20px - 999vw) 0 0 #fbfbfb;
        margin-left: -100px
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap .pdp_review_item_add_content .pdp_review_item_add_content_open {
        position: relative;
        width: 20px;
        text-align: right;
        color: #999;
        float: right;
        clear: both;
        line-height: 1.5
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-add .pdp_review_item_add_wrap .pdp_review_item_add_content .pdp_review_item_add_content_open:before {
        content: 'è·¯è·¯è·¯';
        position: absolute;
        left: 0;
        top: -2px;
        color: #999
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply {
        padding: 14px
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp-review-item-reply-area .pdp-review-item-reply-info .pdp-review-item-reply-user {
        font-size: 14px;
        margin-bottom: 0
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp-review-item-reply-area .pdp_review_item_reply_content {
        font-size: 14px
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp-review-item-reply-area .pdp_review_item_reply_wrap {
        display: flex
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp-review-item-reply-area .pdp_review_item_reply_wrap input[id^=pdp-review-] {
        display: none
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp-review-item-reply-area .pdp_review_item_reply_wrap input[id^=pdp-review-]:checked+.pdp_review_item_reply_content {
        max-height: 999px !important
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp-review-item-reply-area .pdp_review_item_reply_wrap input[id^=pdp-review-]:checked+.pdp_review_item_reply_content:before {
        height: 100% !important
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp-review-item-reply-area .pdp_review_item_reply_wrap input[id^=pdp-review-]:checked+.pdp_review_item_reply_content .pdp_review_item_reply_content_open {
        height: 0 !important
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp-review-item-reply-area .pdp_review_item_reply_wrap input[id^=pdp-review-]:checked+.pdp_review_item_reply_content .pdp_review_item_reply_content_open:before {
        visibility: hidden
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp-review-item-reply-area .pdp_review_item_reply_wrap input[id^=pdp-review-]:checked+.pdp_review_item_reply_content:after {
        visibility: hidden
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp-review-item-reply-area .pdp_review_item_reply_wrap .pdp_review_item_reply_content {
        position: relative;
        line-height: 1.5;
        overflow: hidden
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp-review-item-reply-area .pdp_review_item_reply_wrap .pdp_review_item_reply_content:before {
        content: '';
        float: right;
        width: 0;
        height: calc(100% - 19px)
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp-review-item-reply-area .pdp_review_item_reply_wrap .pdp_review_item_reply_content:after {
        content: '';
        width: 999vw;
        height: 999vw;
        position: absolute;
        box-shadow: inset calc(100px - 999vw) calc(20px - 999vw) 0 0 #e8e8e8;
        margin-left: -100px
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp-review-item-reply-area .pdp_review_item_reply_wrap .pdp_review_item_reply_content .pdp_review_item_reply_content_open {
        position: relative;
        width: 20px;
        text-align: right;
        color: #666;
        float: right;
        clear: both;
        line-height: 1.5
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp-review-item-reply .pdp-review-item-reply-area .pdp_review_item_reply_wrap .pdp_review_item_reply_content .pdp_review_item_reply_content_open:before {
        content: 'è·¯è·¯è·¯';
        position: absolute;
        left: 0;
        top: -2px;
        color: #666
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap {
        display: flex
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap input[id^=pdp-review-] {
        display: none
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap input[id^=pdp-review-]:checked+.pdp_review_item_content {
        max-height: 999px !important
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap input[id^=pdp-review-]:checked+.pdp_review_item_content:before {
        height: 100% !important
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap input[id^=pdp-review-]:checked+.pdp_review_item_content .pdp_review_item_content_open {
        height: 0 !important
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap input[id^=pdp-review-]:checked+.pdp_review_item_content .pdp_review_item_content_open:before {
        visibility: hidden
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap input[id^=pdp-review-]:checked+.pdp_review_item_content:after {
        visibility: hidden
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap .pdp_review_item_content {
        position: relative;
        line-height: 1.5;
        overflow: hidden
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap .pdp_review_item_content:before {
        content: '';
        float: right;
        width: 0;
        height: calc(100% - 19px)
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap .pdp_review_item_content:after {
        content: '';
        width: 999vw;
        height: 999vw;
        position: absolute;
        box-shadow: inset calc(100px - 999vw) calc(20px - 999vw) 0 0 #fbfbfb;
        margin-left: -100px
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap .pdp_review_item_content .pdp_review_item_content_open {
        position: relative;
        width: 20px;
        text-align: right;
        color: #999;
        float: right;
        clear: both;
        line-height: 1.5
    }

    .catalog-product-view .pdp-review-list-container .pdp-review-item-info .pdp_review_item_content_wrap .pdp_review_item_content .pdp_review_item_content_open:before {
        content: 'è·¯è·¯è·¯';
        position: absolute;
        left: 0;
        top: -2px;
        color: #999
    }

    .catalog-product-view .pdp-review-list-container:after {
        bottom: -23px
    }

    .catalog-product-view .pdp-review-more-href {
        margin-top: 46px;
        font-size: 24px;
        line-height: 29px
    }

    .catalog-product-view .pdp-review-more-href .icon-arrow-area {
        width: 35px;
        height: 35px;
        margin-right: 11px
    }

    .catalog-product-view .pdp-review-more-href .icon-arrow {
        width: 23px;
        height: 16px
    }
}

.revamp-comparehtc-compare .page-main {
    padding: 0
}

.revamp-compare-index .col1-layout&gt;.container,
.revamp-ec-compare .col1-layout&gt;.container,
.revamp-ec-howtochoose .col1-layout&gt;.container {
    width: 100%
}

.revamp-compare-index .page-main,
.revamp-ec-compare .page-main,
.revamp-ec-howtochoose .page-main {
    padding: 0
}

.revamp-compare-index .modal-popup.modal-clause .action-close,
.revamp-ec-compare .modal-popup.modal-clause .action-close,
.revamp-ec-howtochoose .modal-popup.modal-clause .action-close {
    top: 60px;
    z-index: 2;
    height: 20px
}

.revamp-compare-index .modal-popup.modal-clause .action-close:before,
.revamp-ec-compare .modal-popup.modal-clause .action-close:before,
.revamp-ec-howtochoose .modal-popup.modal-clause .action-close:before {
    content: "";
    display: block;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/dh-close.svg) no-repeat center center;
    background-size: 100%;
    width: 21px;
    height: 21px
}

.revamp-compare-index .modal-popup.modal-clause .modal-inner-wrap,
.revamp-ec-compare .modal-popup.modal-clause .modal-inner-wrap,
.revamp-ec-howtochoose .modal-popup.modal-clause .modal-inner-wrap {
    max-height: 100%;
    margin: 0;
    width: 100%;
    min-height: 100vh
}

.revamp-compare-index .modal-popup.modal-clause .modal-header,
.revamp-ec-compare .modal-popup.modal-clause .modal-header,
.revamp-ec-howtochoose .modal-popup.modal-clause .modal-header {
    padding-top: 50px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative
}

.revamp-compare-index .modal-popup.modal-clause .modal-content,
.revamp-ec-compare .modal-popup.modal-clause .modal-content,
.revamp-ec-howtochoose .modal-popup.modal-clause .modal-content {
    padding: 0
}

.revamp-compare-index .modal-popup.modal-clause .clause-box,
.revamp-ec-compare .modal-popup.modal-clause .clause-box,
.revamp-ec-howtochoose .modal-popup.modal-clause .clause-box {
    max-width: 1200px;
    margin: 0 auto
}

.revamp-compare-index .modal-popup.modal-clause .clause-content,
.revamp-ec-compare .modal-popup.modal-clause .clause-content,
.revamp-ec-howtochoose .modal-popup.modal-clause .clause-content {
    padding: 120px 0 40px;
    font-size: 14px;
    color: #666
}

.revamp-compare-index .modal-popup.modal-clause .clause-content h3,
.revamp-ec-compare .modal-popup.modal-clause .clause-content h3,
.revamp-ec-howtochoose .modal-popup.modal-clause .clause-content h3 {
    font-size: 14px;
    color: #333;
    padding-top: 10px;
    padding-bottom: 20px;
    font-family: "HtigerCHS-Medium", Arial, sans-serif
}

.revamp-compare-index .modal-popup.modal-clause #clause,
.revamp-ec-compare .modal-popup.modal-clause #clause,
.revamp-ec-howtochoose .modal-popup.modal-clause #clause {
    overflow-x: hidden
}

.revamp-compare-index .modal-popup.modal-clause #clause .clause-head,
.revamp-ec-compare .modal-popup.modal-clause #clause .clause-head,
.revamp-ec-howtochoose .modal-popup.modal-clause #clause .clause-head {
    font-size: 20px;
    line-height: 20px;
    color: #333;
    font-family: "HtigerCHS-Medium", Arial, sans-serif;
    padding-bottom: 50px;
    border-bottom: 1pt solid #ececec;
    position: fixed;
    width: 100%;
    background: #fff
}

.revamp-compare-index .modal-popup.modal-clause #clause .clause-head:before,
.revamp-ec-compare .modal-popup.modal-clause #clause .clause-head:before,
.revamp-ec-howtochoose .modal-popup.modal-clause #clause .clause-head:before {
    content: "";
    height: 1px;
    background: #ececec;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: -100%
}

.revamp-compare-index .modal-popup.modal-clause #clause .clause-head:after,
.revamp-ec-compare .modal-popup.modal-clause #clause .clause-head:after,
.revamp-ec-howtochoose .modal-popup.modal-clause #clause .clause-head:after {
    content: "";
    height: 1px;
    background: #ececec;
    width: 100%;
    position: absolute;
    bottom: -1px;
    right: -100%
}

.revamp-product-compare {
    max-width: 1264px;
    margin: 0 auto;
    width: 100%
}

.revamp-product-compare .back {
    position: relative;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 64px
}

.revamp-product-compare .back.sticky {
    position: fixed
}

.revamp-product-compare .back:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 300%;
    top: 0;
    left: -50%;
    z-index: -1;
    border-bottom: 1px solid #ececec;
    background: #fff
}

.revamp-product-compare .back .icon {
    display: inline-block;
    transform: rotate(180deg);
    font-size: 24px;
    margin-right: 10px;
    cursor: pointer
}

.revamp-product-compare .back .icon:before {
    content: "\f105";
    font-family: "fontawesome"
}

.revamp-product-compare .back .text {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    letter-spacing: -.01em;
    cursor: pointer
}

.revamp-product-compare .empty-page {
    width: 100%;
    margin: 75px 0 150px;
    height: 250px;
    line-height: 250px;
    text-align: center;
    font-size: 16px;
    color: #666;
    font-family: HtigerCHS-Book, HtigerCHS;
    border: 1px solid #d5d5d5;
    background-color: #fbfbfb
}

.revamp-product-compare .show {
    display: block
}

.revamp-product-compare .hide {
    display: none
}

.revamp-product-compare .content {
    display: none
}

.revamp-product-compare .content .product,
.revamp-product-compare .content .ec-product {
    position: relative;
    padding: 75px 0
}

.revamp-product-compare .content .product.sticky,
.revamp-product-compare .content .ec-product.sticky {
    position: fixed;
    z-index: 2;
    padding: 30px 0;
    max-width: 1264px;
    width: 100%
}

.revamp-product-compare .content .product.sticky .head,
.revamp-product-compare .content .ec-product.sticky .head,
.revamp-product-compare .content .product.sticky .image,
.revamp-product-compare .content .ec-product.sticky .image,
.revamp-product-compare .content .product.sticky .detail,
.revamp-product-compare .content .ec-product.sticky .detail {
    display: none !important
}

.revamp-product-compare .content .product.sticky .compare-box,
.revamp-product-compare .content .ec-product.sticky .compare-box {
    padding-top: 0
}

.revamp-product-compare .content .product:after,
.revamp-product-compare .content .ec-product:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 300%;
    top: 0;
    left: -50%;
    z-index: -1;
    border-bottom: 1px solid #ececec;
    background: #fbfbfb
}

.revamp-product-compare .content .product .head,
.revamp-product-compare .content .ec-product .head {
    margin-bottom: 30px;
    padding-top: 34px
}

.revamp-product-compare .content .product .head .title,
.revamp-product-compare .content .ec-product .head .title {
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 45px;
    color: #333;
    letter-spacing: -1px
}

.revamp-product-compare .content .product .head .flex,
.revamp-product-compare .content .ec-product .head .flex {
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

.revamp-product-compare .content .product .head .flex .discription,
.revamp-product-compare .content .ec-product .head .flex .discription {
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    color: #666;
    letter-spacing: -1px
}

.revamp-product-compare .content .product .head .flex .clause,
.revamp-product-compare .content .ec-product .head .flex .clause {
    display: flex
}

.revamp-product-compare .content .product .head .flex .clause .icon,
.revamp-product-compare .content .ec-product .head .flex .clause .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/info.png) no-repeat center center;
    background-size: 18px;
    margin-right: 5px
}

.revamp-product-compare .content .product .head .flex .clause .text,
.revamp-product-compare .content .ec-product .head .flex .clause .text {
    font-size: 18px;
    line-height: 18px;
    color: #333;
    text-decoration: underline;
    letter-spacing: -.01em
}

.revamp-product-compare .content .product .flex,
.revamp-product-compare .content .ec-product .flex {
    display: flex
}

.revamp-product-compare .content .product .flex .left,
.revamp-product-compare .content .ec-product .flex .left,
.revamp-product-compare .content .product .flex .right,
.revamp-product-compare .content .ec-product .flex .right {
    flex: 1;
    position: relative;
    border: 1px solid #d5d5d5;
    height: max-content
}

.revamp-product-compare .content .product .flex .left,
.revamp-product-compare .content .ec-product .flex .left {
    margin-right: 32px
}

.revamp-product-compare .content .product .flex .no-space,
.revamp-product-compare .content .ec-product .flex .no-space {
    margin-right: 0;
    border-right: none
}

.revamp-product-compare .content .product .flex .no-border,
.revamp-product-compare .content .ec-product .flex .no-border {
    border: none
}

.revamp-product-compare .content .product .compare-box,
.revamp-product-compare .content .ec-product .compare-box {
    padding-top: 20px
}

.revamp-product-compare .content .product .recommend,
.revamp-product-compare .content .ec-product .recommend {
    display: none;
    font-size: 22px;
    line-height: 37px;
    color: #333;
    font-family: "HtigerCHS-Medium";
    letter-spacing: -.02em;
    margin: 0;
    margin-bottom: 20px
}

.revamp-product-compare .content .product .select,
.revamp-product-compare .content .ec-product .select {
    padding: 30px 78px 30px 30px;
    background-color: #fff;
    border-bottom: 1px solid #d5d5d5;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/icon-select.png) no-repeat calc(100% - 30px) 42px;
    cursor: pointer
}

.revamp-product-compare .content .product .select select,
.revamp-product-compare .content .ec-product .select select {
    height: auto;
    font-size: 24px;
    line-height: 31px;
    color: #333;
    border: none;
    font-family: "HtigerCHS-Medium";
    white-space: normal;
    padding: 0;
    background: 0 0;
    cursor: pointer
}

.revamp-product-compare .content .product .select select:disabled,
.revamp-product-compare .content .ec-product .select select:disabled {
    opacity: 1
}

.revamp-product-compare .content .product .no-background,
.revamp-product-compare .content .ec-product .no-background {
    background: 0 0;
    padding: 30px;
    height: auto;
    font-size: 24px;
    line-height: 31px;
    color: #333;
    font-family: "HtigerCHS-Medium";
    white-space: normal
}

.revamp-product-compare .content .product .options,
.revamp-product-compare .content .ec-product .options {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 520px
}

.revamp-product-compare .content .product .options ul,
.revamp-product-compare .content .ec-product .options ul {
    padding: 0
}

.revamp-product-compare .content .product .options ul li.option,
.revamp-product-compare .content .ec-product .options ul li.option {
    font-size: 24px;
    line-height: 31px;
    color: #333;
    padding: 20px 78px 20px 39px;
    cursor: pointer
}

.revamp-product-compare .content .product .options ul li.option:hover,
.revamp-product-compare .content .ec-product .options ul li.option:hover {
    background-color: #ededed
}

.revamp-product-compare .content .product .options ul li.option.active,
.revamp-product-compare .content .ec-product .options ul li.option.active {
    background-color: #ededed;
    position: relative;
    color: #333;
    font-family: "HtigerCHS-Medium"
}

.revamp-product-compare .content .product .options ul li.option.active:after,
.revamp-product-compare .content .ec-product .options ul li.option.active:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/tick-2.png);
    background-position: center;
    background-size: 46px
}

.revamp-product-compare .content .product .image,
.revamp-product-compare .content .ec-product .image {
    border-bottom: 1px solid #d5d5d5;
    display: flex
}

.revamp-product-compare .content .product .image img,
.revamp-product-compare .content .ec-product .image img {
    flex: 1;
    display: block
}

.revamp-product-compare .content .product .detail,
.revamp-product-compare .content .ec-product .detail {
    padding: 20px 30px;
    border-bottom: 1px solid #d5d5d5
}

.revamp-product-compare .content .product .detail .title,
.revamp-product-compare .content .ec-product .detail .title {
    margin: 10px 0 12px;
    font-size: 18px;
    line-height: 24px;
    font-family: "HtigerCHS-Medium";
    color: #333
}

.revamp-product-compare .content .product .detail .flex,
.revamp-product-compare .content .ec-product .detail .flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 2px
}

.revamp-product-compare .content .product .detail .flex .attribute-item,
.revamp-product-compare .content .ec-product .detail .flex .attribute-item {
    display: flex;
    width: calc(50% - 32px);
    margin: 8px 0 10px
}

.revamp-product-compare .content .product .detail .flex .attribute-item .icon,
.revamp-product-compare .content .ec-product .detail .flex .attribute-item .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/tick-1.png);
    background-position: -5px -6px;
    background-size: 32px;
    vertical-align: top;
    flex: none
}

.revamp-product-compare .content .product .detail .flex .attribute-item .desc,
.revamp-product-compare .content .ec-product .detail .flex .attribute-item .desc {
    margin-left: 6px;
    font-size: 14px;
    line-height: 18px;
    color: #666
}

.revamp-product-compare .content .product .detail .flex .attribute-item:nth-child(2n - 1),
.revamp-product-compare .content .ec-product .detail .flex .attribute-item:nth-child(2n - 1) {
    margin-right: 64px
}

.revamp-product-compare .content .product .sale,
.revamp-product-compare .content .ec-product .sale {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px
}

.revamp-product-compare .content .product .sale .price-box .price,
.revamp-product-compare .content .ec-product .sale .price-box .price {
    font-size: 34px;
    line-height: 45px;
    font-family: "HtigerFutura-Heavy";
    color: #333
}

.revamp-product-compare .content .product .sale .price-box .retail-price,
.revamp-product-compare .content .ec-product .sale .price-box .retail-price {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-family: HtigerCHS-Book, HtigerCHS;
    color: #666;
    margin: 0 0 5px
}

.revamp-product-compare .content .product .sale .price-box .present,
.revamp-product-compare .content .ec-product .sale .price-box .present {
    font-size: 34px;
    line-height: 45px;
    font-family: "HtigerFutura-Heavy";
    color: #06c;
    margin-right: 5px
}

.revamp-product-compare .content .product .sale .price-box .origin,
.revamp-product-compare .content .ec-product .sale .price-box .origin {
    font-size: 18px;
    color: #999;
    font-family: "HtigerCHS-Medium"
}

.revamp-product-compare .content .product .sale .buynow,
.revamp-product-compare .content .ec-product .sale .buynow,
.revamp-product-compare .content .product .sale .lack,
.revamp-product-compare .content .ec-product .sale .lack {
    width: 200px;
    height: 60px;
    background-color: #79b928;
    font-size: 18px;
    line-height: 60px;
    font-family: "HtigerCHS-Medium";
    color: #000;
    text-align: center;
    cursor: pointer;
    display: none
}

.revamp-product-compare .content .product .sale .buynow svg,
.revamp-product-compare .content .ec-product .sale .buynow svg,
.revamp-product-compare .content .product .sale .lack svg,
.revamp-product-compare .content .ec-product .sale .lack svg {
    margin-top: 14px
}

.revamp-product-compare .content .product .sale .promotion,
.revamp-product-compare .content .ec-product .sale .promotion {
    width: 100%;
    height: 60px;
    background-color: #06c !important;
    font-size: 18px;
    line-height: 60px;
    font-family: "HtigerCHS-Medium";
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden !important
}

.revamp-product-compare .content .product .sale .promotion:before,
.revamp-product-compare .content .ec-product .sale .promotion:before,
.revamp-product-compare .content .product .sale .promotion:after,
.revamp-product-compare .content .ec-product .sale .promotion:after {
    content: " ";
    position: absolute;
    z-index: -1;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.revamp-product-compare .content .product .sale .promotion:after,
.revamp-product-compare .content .ec-product .sale .promotion:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    height: 0
}

.revamp-product-compare .content .product .sale .promotion:hover:before,
.revamp-product-compare .content .ec-product .sale .promotion:hover:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.revamp-product-compare .content .product .sale .promotion:hover:after,
.revamp-product-compare .content .ec-product .sale .promotion:hover:after {
    -webkit-animation: hover-in-promotion .6s cubic-bezier(.6, .1, .9, .6) forwards;
    animation: hover-in-promotion .6s cubic-bezier(.6, .1, .9, .6) forwards;
    background-color: #000
}

.revamp-product-compare .content .product .sale .promotion svg,
.revamp-product-compare .content .ec-product .sale .promotion svg {
    margin-top: 14px
}

.revamp-product-compare .content .product .sale .lack,
.revamp-product-compare .content .ec-product .sale .lack {
    background-color: #d5d5d5;
    color: #999;
    cursor: not-allowed
}

.revamp-product-compare .content .ec-product .head .title {
    margin-bottom: 0
}

.revamp-product-compare .content .ec-product .head .flex {
    align-items: center
}

.revamp-product-compare .content .no-padding-top {
    padding-top: 0
}

.revamp-product-compare .information-overview {
    padding: 75px 0 55px
}

.revamp-product-compare .information-overview .head-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 20px;
    margin-bottom: 75px
}

.revamp-product-compare .information-overview .head-flex .title {
    font-size: 34px;
    line-height: 45px;
    color: #333;
    letter-spacing: -.03em;
    margin-bottom: 0
}

.revamp-product-compare .information-overview .head-flex .icon {
    display: inline-block;
    text-align: center;
    width: 25px
}

.revamp-product-compare .information-overview .head-flex .text,
.revamp-product-compare .information-overview .head-flex .text-grey {
    font-size: 18px;
    line-height: 18px;
    color: #333;
    font-family: HtigerCHS-Medium, HtigerCHS;
    text-decoration: underline;
    letter-spacing: -.01em;
    cursor: pointer
}

.revamp-product-compare .information-overview .head-flex .text-grey {
    font-family: HtigerCHS-Book, HtigerCHS;
    color: #999;
    text-decoration: none;
    font-family: "HtigerCHS-Book", Arial, sans-serif
}

.revamp-product-compare .information-overview .row-flex {
    display: flex;
    justify-content: center;
    position: relative
}

.revamp-product-compare .information-overview .row-flex .left {
    width: 192px;
    margin-right: 100px
}

.revamp-product-compare .information-overview .row-flex .right {
    width: 192px
}

.revamp-product-compare .information-overview .row-flex .img-container,
.revamp-product-compare .information-overview .row-flex .ec-img-container {
    padding-bottom: 40px;
    border-bottom: 1px solid #d5d5d5
}

.revamp-product-compare .information-overview .row-flex .img-container img,
.revamp-product-compare .information-overview .row-flex .ec-img-container img {
    width: 100%
}

.revamp-product-compare .information-overview .row-flex .line-icon,
.revamp-product-compare .information-overview .row-flex .ec-line-icon {
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center
}

.revamp-product-compare .information-overview .row-flex .ec-line-icon:after {
    position: absolute;
    content: "";
    width: 99px;
    height: 1px;
    background-color: #d5d5d5;
    bottom: 0
}

.revamp-product-compare .information-overview .row-flex .text-wrapper,
.revamp-product-compare .information-overview .row-flex .ec-text-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
    margin-top: 20px
}

.revamp-product-compare .information-overview .row-flex .text-wrapper .title,
.revamp-product-compare .information-overview .row-flex .ec-text-wrapper .title {
    font-size: 22px;
    letter-spacing: -.02em;
    font-family: HtigerCHS-Medium, HtigerCHS;
    color: #333;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 5px;
    text-align: center
}

.revamp-product-compare .information-overview .row-flex .text-wrapper .title-small,
.revamp-product-compare .information-overview .row-flex .ec-text-wrapper .title-small {
    font-size: 14px;
    line-height: 29px;
    color: #333;
    font-family: HtigerCHS-Book, HtigerCHS;
    letter-spacing: -.01em
}

.revamp-product-compare .information-overview .row-flex .text-wrapper .describe,
.revamp-product-compare .information-overview .row-flex .ec-text-wrapper .describe {
    font-size: 14px;
    letter-spacing: -.01em;
    line-height: 18px;
    color: #333;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    text-align: center
}

.revamp-product-compare .information-overview .row-flex .ec-text-wrapper {
    margin-top: 0;
    padding: 40px 0
}

.revamp-product-compare .information-overview .row-flex .ec-text-wrapper:after {
    position: absolute;
    content: "";
    width: 99px;
    height: 1px;
    background-color: #d5d5d5;
    bottom: 0
}

.revamp-product-compare .information-overview .row-flex .ec-text-wrapper .text-icon {
    width: 86px;
    margin-bottom: 5px
}

.revamp-product-compare .information-overview .row-flex:last-child .ec-text-wrapper:after {
    display: none
}

.revamp-product-compare .information-overview .row-flex:last-child .ec-line-icon:after {
    display: none
}

.revamp-product-compare .accessories {
    padding: 75px 0
}

.revamp-product-compare .accessories .head-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 20px;
    margin-bottom: 75px
}

.revamp-product-compare .accessories .head-flex .title {
    font-size: 34px;
    line-height: 45px;
    color: #333;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 500;
    letter-spacing: -.03em;
    margin-bottom: 0
}

.revamp-product-compare .accessories .head-flex .icon {
    display: inline-block;
    text-align: center;
    width: 25px
}

.revamp-product-compare .accessories .head-flex .text,
.revamp-product-compare .accessories .head-flex .text-grey {
    font-size: 18px;
    line-height: 18px;
    color: #333;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 500;
    text-decoration: underline;
    letter-spacing: -.01em;
    cursor: pointer
}

.revamp-product-compare .accessories .head-flex .text-grey {
    font-family: HtigerCHS-Book, HtigerCHS;
    color: #999;
    text-decoration: none
}

.revamp-product-compare .accessories .row-flex {
    display: flex;
    justify-content: center;
    margin-bottom: 50px
}

.revamp-product-compare .accessories .row-flex .left {
    display: flex;
    justify-content: center;
    width: 205px;
    margin-right: 40px
}

.revamp-product-compare .accessories .row-flex .right {
    display: flex;
    justify-content: center;
    width: 205px
}

.revamp-product-compare .accessories .row-flex .line-icon {
    display: inline-flex;
    height: 100%;
    align-items: center
}

.revamp-product-compare .accessories .row-flex .ico-video.video_boxs {
    margin-bottom: 0;
    cursor: pointer;
    position: relative
}

.revamp-product-compare .accessories .row-flex .ico-video.video_boxs:before {
    content: " ";
    display: block;
    width: 58px;
    height: 58px;
    background-color: rgba(0, 0, 0, .5600000000000001);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 29px);
    left: calc(50% - 29px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san2.svg);
    background-size: 15px 24px;
    background-position: 24px center;
    background-repeat: no-repeat
}

.revamp-product-compare .accessories .row-flex .container {
    display: flex;
    flex-direction: column;
    width: 205px
}

.revamp-product-compare .accessories .row-flex .img {
    width: 100%;
    border: 1px solid #d5d5d5
}

.revamp-product-compare .accessories .row-flex .tag {
    display: inline-block;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-size: 14px;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #333;
    color: #fff
}

.revamp-product-compare .accessories .row-flex .no-tag {
    display: inline-block;
    width: 100%;
    height: 28px
}

.revamp-product-compare .accessories .row-flex .text_list {
    border-bottom: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5
}

.revamp-product-compare .accessories .row-flex .text_item {
    position: relative;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    letter-spacing: -.01em;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 500;
    line-height: 20px;
    color: #333
}

.revamp-product-compare .accessories .row-flex .text_left {
    text-align: left
}

.revamp-product-compare .accessories .row-flex .text_center {
    text-align: center
}

.revamp-product-compare .accessories .row-flex .text_right {
    text-align: right
}

.revamp-product-compare .accessories .row-flex .describe {
    width: 100%;
    padding: 0 15px 15px;
    font-size: 14px;
    letter-spacing: -.01em;
    line-height: 18px;
    font-family: HtigerCHS-Book, HtigerCHS;
    font-weight: 400;
    color: #666
}

.revamp-product-compare .accessories .row-flex .describe p {
    margin: 0
}

.revamp-product-compare .accessories .row-flex:last-child {
    margin-bottom: 0
}

.revamp-product-compare .image_pop_container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999
}

.revamp-product-compare .image_pop_container .image_pop_box {
    margin: 10px;
    width: 1050px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1001
}

.revamp-product-compare .image_pop_container .image_pop_box .pop_img {
    width: 100%
}

.revamp-product-compare .image_pop_container .image_pop_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 1000
}

@-webkit-keyframes hover-in-promotion {
    0.00% {
        background-color: #05a;
        padding-top: 0;
        width: 0
    }

    to {
        background-color: #05a;
        padding-top: 90rem;
        width: 90rem
    }
}

@media (max-width:991px) {
    .revamp-product-compare {
        overflow-x: hidden
    }

    .revamp-product-compare .back {
        height: 50px;
        margin-left: 25px
    }

    .revamp-product-compare .back .icon {
        font-size: 18px;
        line-height: 50px
    }

    .revamp-product-compare .back .text {
        font-size: 14px;
        line-height: 18px
    }

    .revamp-product-compare .content .product {
        padding: 50px 25px
    }

    .revamp-product-compare .content .product.sticky {
        width: 100%;
        padding: 25px
    }

    .revamp-product-compare .content .product .head {
        margin-bottom: 30px;
        padding-top: 34px
    }

    .revamp-product-compare .content .product .head .title {
        margin-bottom: 11px;
        font-size: 26px;
        line-height: 34px;
        letter-spacing: -.02em
    }

    .revamp-product-compare .content .product .head .flex {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start
    }

    .revamp-product-compare .content .product .head .flex .discription {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -.01em;
        margin-bottom: 11px
    }

    .revamp-product-compare .content .product .head .flex .clause {
        max-width: 100px
    }

    .revamp-product-compare .content .product .head .flex .clause .text {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -.01em
    }

    .revamp-product-compare .content .product .head .flex .clause .icon {
        width: 15px;
        height: 15px;
        background-size: 15px
    }

    .revamp-product-compare .content .product .flex .left,
    .revamp-product-compare .content .product .flex .right {
        height: max-content;
        width: 156px
    }

    .revamp-product-compare .content .product .flex .left {
        margin-right: 12px
    }

    .revamp-product-compare .content .product .flex .no-space {
        margin-right: 0;
        border-right: none
    }

    .revamp-product-compare .content .product .compare-box {
        padding-top: 0
    }

    .revamp-product-compare .content .product .recommend {
        display: none;
        font-size: 18px;
        line-height: 24px;
        color: #333;
        letter-spacing: -.01em;
        margin: 0;
        margin-bottom: 11px
    }

    .revamp-product-compare .content .product .select {
        padding: 15px 8px 15px 15px;
        background-position: calc(100% - 8px) 20px
    }

    .revamp-product-compare .content .product .select select {
        font-size: 14px;
        line-height: 18px;
        padding: 0 26px 0 0;
        background-position: right 0 top 4px
    }

    .revamp-product-compare .content .product .no-background {
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
        font-family: "HtigerCHS-Medium"
    }

    .revamp-product-compare .content .product .options ul {
        padding: 18px 0
    }

    .revamp-product-compare .content .product .options ul li.option {
        font-size: 24px;
        line-height: 31px;
        padding: 20px 78px 20px 39px
    }

    .revamp-product-compare .content .product .options ul li.option.active:after {
        right: 20px;
        top: 50%;
        width: 32px;
        height: 32px;
        transform: translateY(-50%);
        background-size: 46px
    }

    .revamp-product-compare .content .product .detail {
        padding: 15px
    }

    .revamp-product-compare .content .product .detail .title {
        margin: 0 0 15px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -.01em
    }

    .revamp-product-compare .content .product .detail .flex {
        flex-direction: column
    }

    .revamp-product-compare .content .product .detail .flex .attribute-item {
        display: flex;
        width: 100%;
        margin: 0 0 15px;
        line-height: 16px
    }

    .revamp-product-compare .content .product .detail .flex .attribute-item .icon {
        width: 12px;
        height: 16px;
        background-size: 24px;
        background-repeat: no-repeat
    }

    .revamp-product-compare .content .product .detail .flex .attribute-item .desc {
        margin-left: 10px;
        font-size: 12px;
        line-height: 16px;
        flex: 1
    }

    .revamp-product-compare .content .product .detail .flex .attribute-item:last-child {
        margin: 0
    }

    .revamp-product-compare .content .product .sale {
        display: flex;
        flex-direction: column;
        margin: 0
    }

    .revamp-product-compare .content .product .sale .price-box {
        width: 100%;
        padding: 20px 15px;
        display: grid;
        align-items: center;
        height: 82px
    }

    .revamp-product-compare .content .product .sale .price-box span {
        display: block
    }

    .revamp-product-compare .content .product .sale .price-box .retail-price {
        font-size: 12px;
        margin: 0 0 2px
    }

    .revamp-product-compare .content .product .sale .price-box .price {
        font-size: 20px;
        line-height: 26px
    }

    .revamp-product-compare .content .product .sale .price-box .present {
        font-size: 20px;
        line-height: 26px
    }

    .revamp-product-compare .content .product .sale .price-box .origin {
        font-size: 12px;
        line-height: 16px
    }

    .revamp-product-compare .content .product .sale .buynow,
    .revamp-product-compare .content .product .sale .lack {
        width: 100%;
        height: 40px;
        background-color: #79b928;
        font-size: 14px;
        line-height: 40px;
        font-family: "HtigerCHS-Medium";
        color: #000;
        text-align: center;
        cursor: pointer
    }

    .revamp-product-compare .content .product .sale .buynow svg,
    .revamp-product-compare .content .product .sale .lack svg {
        margin-top: 4px
    }

    .revamp-product-compare .content .product .sale .promotion {
        width: 100%;
        height: 40px;
        background-color: #06c;
        font-size: 14px;
        line-height: 40px;
        font-family: "HtigerCHS-Medium";
        color: #fff;
        text-align: center;
        cursor: pointer
    }

    .revamp-product-compare .content .product .sale .promotion svg {
        margin-top: 4px
    }

    .revamp-product-compare .content .product .sale .lack {
        background-color: #d5d5d5;
        color: #999;
        cursor: not-allowed
    }

    .revamp-product-compare .content .no-padding-top {
        padding: 0 25px
    }

    .revamp-product-compare .information-overview {
        padding: 50px 25px 30px
    }

    .revamp-product-compare .information-overview .head-flex {
        padding-bottom: 20px;
        margin-bottom: 50px
    }

    .revamp-product-compare .information-overview .head-flex .title {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: -.03em
    }

    .revamp-product-compare .information-overview .head-flex .text,
    .revamp-product-compare .information-overview .head-flex .text-grey {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -.01em
    }

    .revamp-product-compare .information-overview .row-flex .left {
        width: 156px;
        margin-right: 12px
    }

    .revamp-product-compare .information-overview .row-flex .right {
        width: 156px
    }

    .revamp-product-compare .information-overview .row-flex .img-container,
    .revamp-product-compare .information-overview .row-flex .ec-img-container {
        padding-bottom: 50px;
        margin-bottom: 30px
    }

    .revamp-product-compare .information-overview .row-flex .ec-img-container {
        margin-bottom: 10px
    }

    .revamp-product-compare .information-overview .row-flex .ec-line-icon:after {
        width: 90px
    }

    .revamp-product-compare .information-overview .row-flex .ec-text-wrapper,
    .revamp-product-compare .information-overview .row-flex .text-wrapper {
        margin-top: 0
    }

    .revamp-product-compare .information-overview .row-flex .ec-text-wrapper .title,
    .revamp-product-compare .information-overview .row-flex .text-wrapper .title {
        font-size: 18px;
        letter-spacing: -.01em;
        line-height: 24px;
        margin-bottom: 3px
    }

    .revamp-product-compare .information-overview .row-flex .ec-text-wrapper .title-small,
    .revamp-product-compare .information-overview .row-flex .text-wrapper .title-small {
        font-size: 12px;
        line-height: 24px;
        letter-spacing: -.01em
    }

    .revamp-product-compare .information-overview .row-flex .ec-text-wrapper .describe,
    .revamp-product-compare .information-overview .row-flex .text-wrapper .describe {
        font-size: 12px;
        letter-spacing: -.01em;
        line-height: 16px
    }

    .revamp-product-compare .information-overview .row-flex .ec-text-wrapper {
        padding: 40px 0
    }

    .revamp-product-compare .information-overview .row-flex .ec-text-wrapper:after {
        width: 90px;
        height: .5px
    }

    .revamp-product-compare .information-overview .row-flex .ec-text-wrapper .text-icon {
        width: 75px
    }

    .revamp-product-compare .main-suction,
    .revamp-product-compare .accessories {
        padding: 50px 25px
    }

    .revamp-product-compare .main-suction .head-flex,
    .revamp-product-compare .accessories .head-flex {
        padding-bottom: 20px;
        margin-bottom: 50px
    }

    .revamp-product-compare .main-suction .head-flex .title,
    .revamp-product-compare .accessories .head-flex .title {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: -.02em;
        margin-bottom: 0
    }

    .revamp-product-compare .main-suction .head-flex .text,
    .revamp-product-compare .accessories .head-flex .text,
    .revamp-product-compare .main-suction .head-flex .text-grey,
    .revamp-product-compare .accessories .head-flex .text-grey {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -.01em
    }

    .revamp-product-compare .main-suction .row-flex .left,
    .revamp-product-compare .accessories .row-flex .left {
        width: 156px;
        margin-right: 14px
    }

    .revamp-product-compare .main-suction .row-flex .right,
    .revamp-product-compare .accessories .row-flex .right {
        width: 156px
    }

    .revamp-product-compare .main-suction .row-flex .ico-video.video_boxs:before,
    .revamp-product-compare .accessories .row-flex .ico-video.video_boxs:before {
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
        left: calc(50% - 20px);
        background-size: 10px 17px;
        background-position: 17px center;
        background-repeat: no-repeat
    }

    .revamp-product-compare .main-suction .row-flex .container,
    .revamp-product-compare .accessories .row-flex .container {
        width: 156px
    }

    .revamp-product-compare .main-suction .row-flex .tag,
    .revamp-product-compare .accessories .row-flex .tag {
        font-size: 12px;
        width: 60px;
        height: 20px;
        line-height: 20px
    }

    .revamp-product-compare .main-suction .row-flex .no-tag,
    .revamp-product-compare .accessories .row-flex .no-tag {
        display: inline-block;
        width: 100%;
        height: 20px
    }

    .revamp-product-compare .main-suction .row-flex .text_item,
    .revamp-product-compare .accessories .row-flex .text_item {
        padding: 12px;
        font-size: 14px;
        letter-spacing: -.01em;
        line-height: 18px
    }

    .revamp-product-compare .main-suction .row-flex .describe,
    .revamp-product-compare .accessories .row-flex .describe {
        padding: 0 12px 12px;
        font-size: 12px;
        letter-spacing: -.01em;
        line-height: 16px
    }

    .revamp-product-compare .empty-page {
        width: auto;
        margin: 75px 25px
    }

    .revamp-compare-index .modal-popup.modal-clause .action-close,
    .revamp-ec-compare .modal-popup.modal-clause .action-close,
    .revamp-ec-howtochoose .modal-popup.modal-clause .action-close {
        top: 50px;
        right: 25px
    }

    .revamp-compare-index .modal-popup.modal-clause .action-close:before,
    .revamp-ec-compare .modal-popup.modal-clause .action-close:before,
    .revamp-ec-howtochoose .modal-popup.modal-clause .action-close:before {
        width: 15px;
        height: 15px
    }

    .revamp-compare-index .modal-popup.modal-clause .modal-header,
    .revamp-ec-compare .modal-popup.modal-clause .modal-header,
    .revamp-ec-howtochoose .modal-popup.modal-clause .modal-header {
        padding-top: 40px
    }

    .revamp-compare-index .modal-popup.modal-clause .clause-content,
    .revamp-ec-compare .modal-popup.modal-clause .clause-content,
    .revamp-ec-howtochoose .modal-popup.modal-clause .clause-content {
        padding: 100px 0
    }

    .revamp-compare-index .modal-popup.modal-clause #clause,
    .revamp-ec-compare .modal-popup.modal-clause #clause,
    .revamp-ec-howtochoose .modal-popup.modal-clause #clause {
        padding: 0 25px
    }

    .revamp-compare-index .modal-popup.modal-clause #clause .clause-head,
    .revamp-ec-compare .modal-popup.modal-clause #clause .clause-head,
    .revamp-ec-howtochoose .modal-popup.modal-clause #clause .clause-head {
        padding-bottom: 40px
    }
}



.form-guest-login fieldset {
    padding: 0 30px 40px;
    margin-bottom: 0
}

.form-guest-login fieldset .control {
    width: 100%;
    float: left
}

.form-guest-login fieldset input {
    border: 0 !important;
    font-size: 16px;
    color: #333
}

.form-guest-login fieldset label {
    float: left;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    top: -5px;
    left: 20px;
    background: #fff;
    color: #555;
    padding: 0 10px !important;
    width: auto;
    text-align: left;
    margin-bottom: 10px
}

.form-guest-login fieldset .mage-error {
    padding-top: 5px;
    margin-left: -15px
}

.form-guest-login fieldset .mage-error:before {
    content: "\e6fd";
    display: inline-block;
    font-family: "iconfont";
    vertical-align: middle;
    font-size: 18px;
    padding-right: 3px
}

.form-guest-login fieldset .guest-phone-login {
    width: calc(50% - 15px);
    position: relative;
    border: 1px solid #999;
    padding: 15px 20px;
    float: left;
    margin: 10px 10px 35px 0;
    height: 65px;
    box-sizing: border-box
}

.form-guest-login fieldset .guest-sms-code {
    width: calc(50% - 177px);
    position: relative;
    border: 1px solid #999;
    padding: 15px 20px;
    float: left;
    margin: 10px 10px 35px 20px;
    height: 65px;
    box-sizing: border-box
}

.form-guest-login fieldset .guest-sms-code a.send-sms {
    background: #ebebeb;
    display: inline-block;
    top: 0;
    position: absolute;
    width: 132px;
    right: -152px;
    font-size: 16px;
    line-height: 24px;
    height: 64px;
    padding: 20px;
    margin-left: 20px;
    margin-right: -10px;
    text-align: center
}

.form-guest-login fieldset .guest-phone-submit {
    display: block;
    clear: both;
    width: 324px;
    height: 64px;
    line-height: 64px;
    background: #333;
    text-align: center;
    color: #fff;
    font-size: 100%;
    padding: 0 20px;
    border: none;
    margin: auto;
    margin-right: 0
}

.form-guest-login fieldset .guest-phone-submit span {
    font-size: 22px;
    font-weight: 400;
    line-height: 64px
}

.verified-box {
    margin: 30px;
    padding: 0;
    font-size: 20px;
    color: #333;
    line-height: 26px;
    flex-grow: 1;
    position: relative;
    word-wrap: break-word
}

.verified-phone-title {
    font-size: 14px;
    color: #555;
    line-height: 21px;
    margin-bottom: 10px
}

.verified-phone-edit {
    font-size: 14px;
    color: #555;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer
}

.verified-edit-icon:before {
    font-family: "dsyon-iconfont";
    content: "\e66e";
    display: inline-block;
    font-size: 30px;
    padding-right: 10px;
    vertical-align: middle;
    color: #333
}

.step-cont-no-authed {
    display: none
}

@media (max-width:991px) {
    .checkout-index-index .step-content .form .fieldset&gt;.guest-sms-code {
        margin-top: 0 !important;
        width: calc(100% - 140px) !important
    }

    .form-guest-login fieldset {
        padding: 0 20px 24px;
        margin-bottom: 0
    }

    .form-guest-login fieldset .mage-error {
        padding-top: 0 !important;
        margin-left: 0 !important
    }

    .form-guest-login fieldset .guest-sms-code-wrap {
        height: 100%
    }

    .form-guest-login fieldset .guest-sms-code a.send-sms {
        right: -132px;
        height: 44px !important;
        width: 120px !important;
        font-size: 15px !important;
        line-height: 44px !important;
        padding: 0
    }

    .form-guest-login .guest-phone-submit {
        height: 44px !important;
        line-height: 44px !important;
        width: 100% !important
    }

    .form-guest-login .guest-phone-submit span {
        font-size: 15px !important;
        font-weight: 400;
        line-height: 44px !important
    }

    .verified-box {
        padding: 0
    }

    .verified-phone-edit {
        top: 0;
        right: 0
    }

    .checkout-index-index .checkout-shipping-address .step-cont-no-authed {
        display: none
    }
}

.modal-ys.sign-popup.hb-popup .modal-inner-wrap {
    max-width: 590px;
    max-height: 455px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%)
}

.modal-ys.sign-popup.hb-popup .modal-header {
    padding-bottom: 0;
    padding-top: 0;
    z-index: 999
}

.modal-ys.sign-popup.hb-popup .modal-header .action-close {
    top: 20px;
    width: 25px;
    height: 25px;
    right: 20px
}

.modal-ys.sign-popup.hb-popup .modal-header .action-close:before {
    content: '';
    font-size: 0;
    width: 25px;
    height: 25px;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/dh-close.svg) no-repeat center center
}

.modal-ys.sign-popup.hb-popup .modal-content {
    padding: 0
}

.aio-btn {
    width: 50%;
    font-size: 18px;
    height: 60px;
    color: #000;
    line-height: 60px;
    font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif;
    padding: 0;
    background-color: #79b928 !important
}

.aio-solar-redirect {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 275px
}

.aio-solar-text {
    display: block;
    text-align: center;
    font-size: 20px;
    font-family: "HtigerCHS-Medium", HtigerCHS;
    color: #333;
    margin-bottom: 50px
}

.aio-solar-btn-box {
    display: flex;
    justify-content: center
}

.aio-cancel-redirect {
    background: #ededed;
    display: inline-block;
    top: 0;
    line-height: 60px;
    height: 60px;
    width: 150px;
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-right: 15px
}

.aio-continue-redirect {
    background: #79b928;
    display: inline-block;
    top: 0;
    line-height: 60px;
    height: 60px;
    width: 150px;
    text-align: center;
    font-size: 18px;
    color: #000
}

.solar-code-popup .modal-inner-wrap {
    max-width: 590px;
    max-height: 455px
}

.aio-solar-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 455px
}

.aio-solar-code img {
    width: 200px;
    height: 200px;
    text-decoration: underline
}

.aio-solar-code span {
    font-size: 20px;
    font-family: "HtigerCHS-Book", HtigerCHS;
    color: #333;
    letter-spacing: -.02em;
    margin-top: 50px
}

@media (max-width:991px) {
    body.bodycarve._has-modal {
        position: absolute
    }

    .modal-ys.sign-popup.hb-popup .modal-inner-wrap {
        top: auto;
        bottom: 0;
        transform: translateY(0)
    }

    .modal-ys.sign-popup.hb-popup .modal-header .action-close {
        top: 15px;
        width: 25px;
        height: 25px
    }

    .modal-ys.sign-popup.hb-popup .modal-header .action-close:before {
        width: 25px;
        height: 25px
    }

    .aio-btn {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        letter-spacing: -.01em
    }
}

.message-subscribe-wrapper {
    width: 100%
}

.message-subscribe-wrapper .left {
    width: 33.3%;
    height: 100%;
    float: left
}

.message-subscribe-wrapper .center {
    width: 33.3%;
    height: 100%;
    float: left
}

.message-subscribe-wrapper .right {
    width: 33.3%;
    height: 100%;
    float: right
}

.message-subscribe-wrapper .choice {
    margin-bottom: 15px
}

.message-subscribe-wrapper .choice .checkbox {
    width: 20px;
    height: 20px;
    top: 4.5px
}

.message-subscribe-wrapper .choice .label {
    margin-left: 8px
}

@media (max-width:991px) {
    .account .newsletter-manage-index p.subscribe-notice {
        border-bottom: 1px solid #ddd
    }

    .message-subscribe-wrapper .left {
        width: 100%;
        float: inherit
    }

    .message-subscribe-wrapper .center {
        width: 100%;
        float: inherit;
        padding-top: 20px
    }

    .message-subscribe-wrapper .right {
        width: 100%;
        float: inherit;
        padding-top: 20px
    }

    .message-subscribe-wrapper .choice {
        border-top: 0 solid #ddd !important
    }

    .message-subscribe-wrapper .choice .checkbox {
        top: 1px
    }

    .message-subscribe-wrapper .choice .label&gt;span {
        font-size: 14px
    }
}

.block-slider-list-product .owl-controls .owl-nav div {
    width: 30px;
    height: 30px;
    line-height: 31px;
    position: absolute;
    top: -125px
}

.block-slider-list-product .owl-controls .owl-nav div:before {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-weight: 400
}

.block-slider-list-product .owl-controls .owl-nav div.owl-prev {
    left: 147px
}

.block-slider-list-product .owl-controls .owl-nav div.owl-next {
    right: 147px
}

.block-slider-list-product .bs-pretext {
    margin: 15px 0 50px
}

.block-slider-list-product .label-product {
    display: none
}

.block-slider-list-product .products-list .item .item-inner {
    background: #f8f8f8;
    margin: 0 0 30px
}

.block-slider-list-product .products-list .item .item-inner .box-image-list {
    width: 183px
}

.block-slider-list-product .products-list .item .item-inner .box-info-list {
    margin: 30px 10px 0 208px
}

.block-slider-list-product .products-list .item .item-inner .box-info-list .rating-box {
    margin-bottom: 8px
}

.block-slider-list-product .products-list .item .item-inner .box-info-list .product-name {
    font-size: 114.29%;
    color: #1c1c1c;
    margin-bottom: 10px
}

.block-slider-list-product .products-list .item .item-inner .box-info-list .price-box {
    margin-bottom: 10px
}

.block-slider-list-product .products-list .item .item-inner .box-info-list .price-box .price {
    color: #1c1c1c;
    font-size: 128.57%
}

.block-slider-list-product .products-list .item .item-inner .box-info-list .price-box .old-price .price {
    color: #898989;
    font-size: 85.71%
}

.block-slider-list-product .products-list .item .item-inner .box-info-list .bottom-action .btn-action {
    width: 35px;
    height: 35px;
    line-height: 30px;
    background: #ccc;
    color: #fff
}

.block-slider-list-product .products-list .item .item-inner .box-info-list .bottom-action .btn-action:before {
    font-size: 10px
}

.block-slider-list-product .products-list .item .item-inner .box-info-list .bottom-action .btn-action.btn-cart {
    width: 145px;
    background: #999;
    margin-bottom: 10px;
    font-size: 10px
}

.block-slider-list-product .products-list .item .item-inner .box-info-list .bottom-action .btn-action.btn-cart:before {
    display: none
}

.block-slider-list-product .products-list .item .item-inner .box-info-list .bottom-action .btn-action.btn-cart span {
    display: inline-block;
    font-size: 10px
}

.block-slider-list-product .products-list .item .item-inner .box-info-list .bottom-action .btn-action.btn-cart:hover {
    background: #aaa !important;
    border-color: #aaa !important
}

.basicproducts_title_text {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700
}

.bs-pretext {
    margin: 5px 0 30px;
    text-align: center;
    font-size: 114.29%;
    padding: 0 27%
}

.sm-basic-products {
    margin: 0 -15px
}

.sm-basic-products .bs-items {
    margin: 0;
    padding: 0;
    width: 100%
}

.sm-basic-products .bs-content {
    margin: 0;
    padding: 0
}

.sm-basic-products .bs-items .bs-votes {
    margin-bottom: 5px
}

.sm-basic-products .bs-items .bs-btn-add {
    margin-bottom: 5px
}

.sm-basic-products .bs-items .bs-btn-add form {
    margin: 0
}

.sm-basic-products .bs-items .bs-btn-add .hikashop_add_to_cart {
    display: inline-block;
    margin: 5px 5px 5px 0
}

.sm-basic-products .bs-items .bs-btn-add .hikashop_add_wishlist {
    display: inline-block;
    margin: 5px 5px 5px 0
}

.sm-basic-products .bs-items .bs-item .bs-image {
    max-width: 100%
}

.sm-basic-products .bs-items .bs-item .bs-image img {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0
}

.sm-basic-products .bs-items .bs-item .bs-detail {
    text-align: right
}

.sm-basic-products .bs-title {
    margin-bottom: 10px
}

.sm-basic-products .bs-prices {
    margin-bottom: 5px
}

.sm-basic-products .bs-price {
    font-weight: 700;
    font-family: Georgia
}

.sm-basic-products .bs-description {
    margin-bottom: 5px;
    line-height: 18px;
    word-wrap: break-word;
    color: #636363
}

.sm-basic-products .bs-cat-date {
    word-wrap: break-word;
    margin-bottom: 5px
}

.sm-basic-products .bs-category {
    margin-bottom: 5px
}

.sm-basic-products .bs-review {
    margin-bottom: 5px
}

.sm-basic-products .bs-review .ratings {
    margin: 0
}

.sm-basic-products .bs-review .rating-box {
    margin-right: 5px
}

.sm-basic-products .bs-review .rating-links {
    padding-top: 1px
}

.sm-basic-products .bs-price {
    margin-bottom: 5px
}

.sm-basic-products .bs-btn-addtocart {
    margin-bottom: 10px
}

.sm-basic-products .bs-btn-addtocart button {
    color: #fff
}

.sm-basic-products .add-to-links {
    margin: 0
}

.sm-basic-products .add-to-links li {
    margin-bottom: 5px
}

.sm-basic-products .bs-date {
    margin-bottom: 5px
}

.sm-basic-products .bs-description p {
    line-height: 18px;
    word-wrap: break-word
}

.sm-basic-products .bs-items .bs-item {
    float: left;
    overflow: hidden;
    padding: 0 15px
}

.sm-basic-products .bs-items a {
    text-decoration: none
}

.cf:before,
.cf:after {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.sm-basic-products.lt-ie9 .bs-resp01-6 .bs-item {
    width: 16.600%
}

.sm-basic-products.lt-ie9 .bs-resp01-5 .bs-item {
    width: 19.958%
}

.sm-basic-products.lt-ie9 .bs-resp01-4 .bs-item {
    width: 24.995%
}

.sm-basic-products.lt-ie9 .bs-resp01-3 .bs-item {
    width: 33.315%
}

.sm-basic-products.lt-ie9 .bs-resp01-2 .bs-item {
    width: 49.985%
}

.sm-basic-products.lt-ie9 .bs-resp01-1 .bs-item {
    width: 100%
}

.sm-basic-products.lt-ie9 .bs-resp01-1 .clr1,
.sm-basic-products.lt-ie9 .bs-resp01-2 .clr2,
.sm-basic-products.lt-ie9 .bs-resp01-3 .clr3,
.sm-basic-products.lt-ie9 .bs-resp01-4 .clr4,
.sm-basic-products.lt-ie9 .bs-resp01-5 .clr5,
.sm-basic-products.lt-ie9 .bs-resp01-6 .clr6 {
    clear: both
}

@media all and (min-width:480px) and (max-width:767px) {
    .sm-basic-products .bs-resp04-6 .bs-item {
        width: 16.650%
    }

    .sm-basic-products .bs-resp04-5 .bs-item {
        width: 19.958%
    }

    .sm-basic-products .bs-resp04-4 .bs-item {
        width: 24.995%
    }

    .sm-basic-products .bs-resp04-3 .bs-item {
        width: 33.315%
    }

    .sm-basic-products .bs-resp04-2 .bs-item {
        width: 49.985%
    }

    .sm-basic-products .bs-resp04-1 .bs-item {
        width: 100%
    }

    .sm-basic-products .bs-resp04-1 .clr1,
    .sm-basic-products .bs-resp04-2 .clr2,
    .sm-basic-products .bs-resp04-3 .clr3,
    .sm-basic-products .bs-resp04-4 .clr4,
    .sm-basic-products .bs-resp04-5 .clr5,
    .sm-basic-products .bs-resp04-6 .clr6 {
        clear: both
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .sm-basic-products .bs-resp03-6 .bs-item {
        width: 16.650%
    }

    .sm-basic-products .bs-resp03-5 .bs-item {
        width: 19.958%
    }

    .sm-basic-products .bs-resp03-4 .bs-item {
        width: 24.995%
    }

    .sm-basic-products .bs-resp03-3 .bs-item {
        width: 33.295%
    }

    .sm-basic-products .bs-resp03-2 .bs-item {
        width: 49.999%
    }

    .sm-basic-products .bs-resp03-1 .bs-item {
        width: 100%
    }

    .sm-basic-products .bs-resp03-1 .clr1 {
        clear: both
    }

    .sm-basic-products .bs-resp03-2 .clr2 {
        clear: both
    }

    .sm-basic-products .bs-resp03-3 .clr3 {
        clear: both
    }

    .sm-basic-products .bs-resp03-4 .clr4 {
        clear: both
    }

    .sm-basic-products .bs-resp03-5 .clr5 {
        clear: both
    }

    .sm-basic-products .bs-resp03-6 .clr6 {
        clear: both
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .sm-basic-products .bs-resp02-6 .bs-item {
        width: 16.650%
    }

    .sm-basic-products .bs-resp02-5 .bs-item {
        width: 19.958%
    }

    .sm-basic-products .bs-resp02-4 .bs-item {
        width: 24.995%
    }

    .sm-basic-products .bs-resp02-3 .bs-item {
        width: 33.315%
    }

    .sm-basic-products .bs-resp02-2 .bs-item {
        width: 49.999%
    }

    .sm-basic-products .bs-resp02-1 .bs-item {
        width: 100%
    }

    .sm-basic-products .bs-resp02-1 .clr1,
    .sm-basic-products .bs-resp02-2 .clr2,
    .sm-basic-products .bs-resp02-3 .clr3,
    .sm-basic-products .bs-resp02-4 .clr4,
    .sm-basic-products .bs-resp02-5 .clr5,
    .sm-basic-products .bs-resp02-6 .clr6 {
        clear: both
    }
}

@media all and (min-width:1200px) {
    .sm-basic-products .bs-resp01-6 .bs-item {
        width: 16.650%
    }

    .sm-basic-products .bs-resp01-5 .bs-item {
        width: 19.970%
    }

    .sm-basic-products .bs-resp01-4 .bs-item {
        width: 24.995%
    }

    .sm-basic-products .bs-resp01-3 .bs-item {
        width: 33.315%
    }

    .sm-basic-products .bs-resp01-2 .bs-item {
        width: 49.999%
    }

    .sm-basic-products .bs-resp01-1 .bs-item {
        width: 100%
    }

    .sm-basic-products .bs-resp01-1 .clr1,
    .sm-basic-products .bs-resp01-2 .clr2,
    .sm-basic-products .bs-resp01-3 .clr3,
    .sm-basic-products .bs-resp01-4 .clr4,
    .sm-basic-products .bs-resp01-5 .clr5,
    .sm-basic-products .bs-resp01-6 .clr6 {
        clear: both
    }
}

.bs-item:before,
.bs-item:after {
    content: " ";
    display: table
}

.bs-item:after {
    clear: both
}

.sm-imageslider-inner {
    overflow: hidden
}

.sm-imageslider .owl-controls .owl-nav div {
    position: absolute;
    top: 50%;
    margin-top: -27px !important
}

.sm-imageslider .owl-controls .owl-nav div.owl-prev {
    left: 30px
}

.sm-imageslider .owl-controls .owl-nav div.owl-next {
    right: 30px
}

.sm-imageslider .owl-controls .owl-dots {
    position: absolute;
    bottom: 25px;
    width: 100%
}

.sm-imageslider .image-pre-text {
    margin: 10px 0
}

.sm-imageslider .image-post-text {
    margin-top: 5px
}

.sm-imageslider .title-imageslider {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px
}

.sm-imageslider .imageslider-loading {
    position: absolute;
    background: url("../../frontend/Sm/htiger/zh_Hans_CN/images/477.gif") no-repeat center center scroll #fff;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.sm-imageslider-content .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.sm-imageslider-content .owl-animated-in {
    z-index: 0
}

.sm-imageslider-content .owl-animated-out {
    z-index: 1
}

.sm-imageslider-content .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.sm-imageslider-inner .owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.sm-imageslider-content {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    min-height: 100px
}

.sm-imageslider-content .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.sm-imageslider-content .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.theme1 .sm-imageslider-content .owl-stage-outer {
    overflow: hidden
}

.sm-imageslider-content .owl-stage-outer {
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px)
}

.sm-imageslider-content .owl-controls .owl-nav .owl-prev,
.sm-imageslider-content .owl-controls .owl-nav .owl-next,
.sm-imageslider-content .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sm-imageslider-content .owl-dots .owl-dot {
    display: inline-block
}

.sm-imageslider-content.owl-loaded {
    display: block
}

.sm-imageslider-content.owl-loading {
    opacity: 0;
    display: block
}

.sm-imageslider-content.owl-hidden {
    opacity: 0
}

.sm-imageslider-content .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sm-imageslider-content .owl-item img {
    display: block;
    width: 100%
}

.sm-imageslider-content.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: text;
    -ms-user-select: element;
    user-select: element
}

.sm-imageslider-content.owl-rtl {
    direction: rtl
}

.sm-imageslider-content.owl-rtl .owl-item {
    float: right
}

.no-js .sm-imageslider-content {
    display: block
}

.sm-imageslider-content .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.sm-imageslider-content .owl-item img {
    transform-style: preserve-3d
}

.sm-imageslider-inner .owl-theme .owl-controls .owl-nav div {
    width: 54px;
    height: 54px;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/control.png) no-repeat;
    opacity: .5;
    margin: 0
}

.sm-imageslider-inner .owl-theme .owl-controls .owl-nav div:hover {
    opacity: 1
}

.sm-imageslider-inner .owl-theme .owl-controls .owl-nav div:before {
    display: none
}

.sm-imageslider-inner .owl-theme .owl-controls .owl-nav div.owl-next {
    background-position: left top
}

.sm-imageslider-inner .owl-theme .owl-controls .owl-nav div.owl-prev {
    background-position: left bottom
}

.sm-imageslider-content .owl-controls .owl-dot,
.sm-imageslider-content .owl-controls .owl-nav .owl-next,
.sm-imageslider-content .owl-controls .owl-nav .owl-prev {
    -moz-user-select: none;
    cursor: pointer
}

.sm-imageslider-inner .owl-theme .owl-dots .owl-dot {
    display: inline-block
}

.sm-imageslider-inner.theme2 .owl-theme .owl-dots .owl-dot.active span,
.sm-imageslider-inner.theme2 .owl-theme .owl-dots .owl-dot:hover span {
    background: #999;
    width: 13px;
    height: 13px;
    top: 1px;
    position: relative
}

.sm-imageslider-inner .owl-theme .owl-dots .owl-dot span {
    border: 0;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #aaa
}

.sm-imageslider-inner.theme2 .owl-nav&gt;div {
    display: block;
    height: 60px;
    width: 60px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 99;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    background: #9a9b9b;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0)
}

.sm-imageslider-inner.theme2 .owl-nav&gt;div:before {
    content: "\f105";
    font-family: fontawesome;
    color: #c3c3c3;
    font-size: 30px;
    position: relative
}

.sm-imageslider-inner.theme2 .owl-nav&gt;div:hover {
    background: #999;
    cursor: pointer
}

.sm-imageslider-inner.theme2 .owl-nav&gt;div:hover:before {
    color: #fff
}

.sm-imageslider-inner.theme2 .owl-nav&gt;div.owl-prev {
    left: 0
}

.sm-imageslider-inner.theme2 .owl-nav&gt;div.owl-prev:before {
    content: "\f104";
    left: -4px
}

.sm-imageslider-inner.theme2 .owl-nav&gt;div.owl-next {
    right: 0
}

.sm-imageslider-inner.theme2:hover .owl-nav&gt;div {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.sm-imageslider-inner .owl-item .item img {
    border: none
}

.sm-imageslider-inner.theme1 .item {
    overflow: hidden
}

.sm-imageslider-inner.theme2 .item {
    position: relative;
    border: none;
    overflow: hidden
}

.sm-imageslider-inner.theme2 .item .item-info {
    display: block;
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 21.5%;
    margin-left: -585px
}

.sm-imageslider-inner.theme2 .item .item-info .item-desc {
    padding: 13px 0 53px;
    text-align: left;
    position: relative
}

.sm-imageslider-inner.theme2 .item .item-info .item-desc .item-desc-inner {
    font-size: 30px;
    position: relative;
    z-index: 2;
    white-space: nowrap
}

.sm-imageslider-inner.theme2 .item .item-info .item-title {
    text-align: left;
    color: #000;
    text-transform: uppercase;
    font-size: 100px;
    word-wrap: break-word;
    position: relative;
    font-weight: 700;
    line-height: 100%;
    max-width: 500px;
    margin-left: -2px
}

.sm-imageslider-inner.theme2 .item .item-info .item-title a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    z-index: 4;
    left: -5px
}

.sm-imageslider-inner.theme2 .item .item-info .item-title a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #999
}

.sm-imageslider-inner.theme2 .item .item-info .action a {
    color: #fff;
    background: #999;
    line-height: 50px;
    width: 200px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700
}

.sm-imageslider-inner.theme2 .item .item-info .action a:hover {
    background: #aaa
}

.sm-imageslider {
    position: relative;
    overflow: hidden
}

.sm-imageslider-inner.theme2 {
    overflow: visible
}

.sm-imageslider-inner.theme2 .owl-nav .owl-prev {
    left: -115px
}

.sm-imageslider-inner.theme2 .owl-nav .owl-next {
    right: -115px
}

.sm-imageslider.theme2 {
    overflow: hidden
}

@media (max-width:1199px) {
    .sm-imageslider {
        min-height: 300px
    }
}

@media (max-width:767px) {
    .sm-imageslider.theme2 {
        min-height: 0
    }

    .sm-imageslider-loading {
        position: relative;
        min-height: 200px
    }
}

@media all and (max-width:479px) {
    .sm-imageslider {
        padding-left: 0;
        padding-right: 0
    }

    .sm-imageslider-inner.theme2 .owl-nav .owl-prev {
        left: -50px
    }

    .sm-imageslider-inner.theme2 .owl-nav .owl-next {
        right: -50px
    }
}

@media all and (min-width:480px) and (max-width:767px) {
    .sm-imageslider {
        padding-left: 0;
        padding-right: 0
    }

    .sm-imageslider-inner.theme2 .owl-nav .owl-prev {
        left: -80px
    }

    .sm-imageslider-inner.theme2 .owl-nav .owl-next {
        right: -80px
    }
}

.sm-imageslider .item-image img {
    width: 100%;
    max-width: 100%
}

.sm-imageslider-loading {
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: absolute;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/477.gif) center center no-repeat transparent;
    height: 100%
}

.imgsl-preload {
    min-height: 200px;
    overflow: hidden;
    height: 200px
}

.sm-imageslider.theme2.boxed {
    padding: 0
}

.sm-imageslider.theme2.boxed .owl-nav .owl-prev {
    left: 0
}

.sm-imageslider.theme2.boxed .owl-nav .owl-next {
    right: 0
}

.deal-wrapper-index2 .deals-pretext {
    margin: 15px 0 30px
}

.deal-wrapper-index2 .owl-theme .owl-nav&gt;div {
    height: 32px;
    width: 32px;
    position: absolute;
    top: 31%;
    background: 0 0
}

.deal-wrapper-index2 .owl-theme .owl-nav&gt;div:before {
    color: #8f9090;
    font-size: 30px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    font-weight: 400
}

.deal-wrapper-index2 .owl-theme .owl-nav&gt;div.owl-prev {
    left: 5px
}

.deal-wrapper-index2 .owl-theme .owl-nav&gt;div.owl-next {
    right: 5px
}

.deal-wrapper-index2 .owl-theme .owl-nav&gt;div:hover {
    background: 0 0
}

.deal-wrapper-index2 .owl-theme .owl-nav&gt;div:hover:before {
    color: #999
}

.deal-wrapper-index2 .products-grid .item .item-inner {
    margin-top: 19px
}

.deal-wrapper-index2 .products-grid .item .item-inner .box-image:hover .bottom-action-out-wrap {
    right: 50%
}

.deal-wrapper-index2 .products-grid .item .item-inner .box-image:hover .bottom-action-out-wrap .bottom-action-out {
    right: 50%;
    padding-left: 23px
}

.deal-wrapper-index2 .products-grid .item .item-inner .box-info {
    padding: 0;
    border: 1px solid #e5e5e5;
    margin-top: -7px
}

.deal-wrapper-index2 .products-grid .item .item-inner .box-info .rating-box {
    margin-top: 27px
}

.deal-wrapper-index2 .products-grid .item .item-inner .box-info .deals-detail {
    margin: 31px 0 33px
}

.deal-wrapper-index2 .products-grid .item .item-inner .box-info .deals-detail a {
    background: #999;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    width: 150px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    padding: 0;
    font-weight: 700
}

.deal-wrapper-index2 .products-grid .item .item-inner .box-info .deals-detail a:hover {
    background: #aaa
}

.deal-wrapper-index2 .deals-countdown {
    width: 100%;
    background: #585857;
    height: auto;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 130%;
    padding: 23px 0;
    bottom: 0
}

.deal-wrapper-index2 .deals-countdown .deals-time {
    float: left;
    width: 25%;
    border: 0;
    padding: 0;
    margin: 0
}

.deal-wrapper-index2 .deals-countdown .deals-time:after {
    display: none
}

.deal-wrapper-index2 .deals-countdown .deals-time&gt;div {
    display: inline-block;
    width: 100%
}

.deal-wrapper-index2 .deals-countdown .deals-time&gt;div.num-time {
    font-size: 214.29%;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 700
}

.deal-wrapper-index2 .deals-countdown .deals-time&gt;div.title-time {
    font-size: 85.71%;
    font-weight: 700;
    text-transform: uppercase
}

.deals-pretext {
    text-align: center;
    font-size: 114.29%
}

.deals_title_text {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700
}

.sm-deals {
    overflow: hidden
}

.sm-deals .deals-items {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden
}

.sm-deals .deals-items .deals-item {
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sm-deals .deals-items .deals-item .deals-item-inner {
    padding: 10px;
    overflow: hidden;
    border: 1px solid transparent
}

.sm-deals .deals-items .deals-item .deals-item-inner:hover {
    border: 1px solid #bbb;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, .3);
    position: relative;
    z-index: 2;
    background: #fff
}

.sm-deals .towishlist:before {
    content: '\e600'
}

.sm-deals .tocompare:before {
    content: '\e61e'
}

.sm-deals .deals-items .deals-item .deals-image {
    max-width: 100%;
    margin: 0;
    padding-bottom: 10px
}

.sm-deals .deals-items .deals-item .deals-image img {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0
}

.sm-deals .deals-items .deals-item .deals-detail {
    text-align: right
}

.sm-deals .deals-title {
    margin: 5px 0
}

.sm-deals .deals-description {
    margin: 5px 0;
    line-height: 18px;
    word-wrap: break-word
}

.sm-deals .deals-review {
    margin: 5px 0
}

.sm-deals .deals-price {
    margin: 10px 0
}

.sm-deals .deals-review .ratings {
    margin: 0
}

.sm-deals .deals-review .rating-box {
    margin-right: 5px
}

.sm-deals .deals-review .rating-links {
    padding-top: 1px
}

.sm-deals .product-item-actions {
    margin: 10px 0
}

.sm-deals .deals-detail {
    margin: 5px 0
}

.sm-deals .deals-btn-addtocart {
    margin-bottom: 10px
}

.sm-deals .add-to-links {
    margin: 0
}

.sm-deals .deals-items .deals-image:hover {
    opacity: .7
}

@media all and (max-width:467px) {
    .sm-deals .deals-resp05-6 .deals-item {
        width: 16.666%
    }

    .sm-deals .deals-resp05-5 .deals-item {
        width: 20%
    }

    .sm-deals .deals-resp05-4 .deals-item {
        width: 25%
    }

    .sm-deals .deals-resp05-3 .deals-item {
        width: 33.333%
    }

    .sm-deals .deals-resp05-2 .deals-item {
        width: 50%
    }

    .sm-deals .deals-resp05-1 .deals-item {
        width: 100%
    }

    .sm-deals .deals-resp05-1 .clr1,
    .sm-deals .deals-resp05-2 .clr2,
    .sm-deals .deals-resp05-3 .clr3,
    .sm-deals .deals-resp05-4 .clr4,
    .sm-deals .deals-resp05-5 .clr5,
    .sm-deals .deals-resp05-6 .clr6 {
        clear: both
    }

    .sm-deals .product-item-actions {
        display: block
    }

    .sm-deals .product-item-actions .actions-primary {
        display: table-cell
    }

    .sm-deals .product-item-actions .actions-primary+.actions-secondary {
        display: table-cell;
        padding-left: 10px;
        width: 50%
    }

    .sm-deals .product-item-actions .actions-primary+.actions-secondary&gt;.action {
        margin-right: 10px
    }
}

@media all and (min-width:468px) and (max-width:767px) {
    .sm-deals .deals-resp04-6 .deals-item {
        width: 16.666%
    }

    .sm-deals .deals-resp04-5 .deals-item {
        width: 20%
    }

    .sm-deals .deals-resp04-4 .deals-item {
        width: 25%
    }

    .sm-deals .deals-resp04-3 .deals-item {
        width: 33.333%
    }

    .sm-deals .deals-resp04-2 .deals-item {
        width: 50%
    }

    .sm-deals .deals-resp04-1 .deals-item {
        width: 100%
    }

    .sm-deals .deals-resp04-1 .clr1,
    .sm-deals .deals-resp04-2 .clr2,
    .sm-deals .deals-resp04-3 .clr3,
    .sm-deals .deals-resp04-4 .clr4,
    .sm-deals .deals-resp04-5 .clr5,
    .sm-deals .deals-resp04-6 .clr6 {
        clear: both
    }

    .sm-deals .product-item-actions {
        display: block
    }

    .sm-deals .product-item-actions .actions-primary {
        display: table-cell
    }

    .sm-deals .product-item-actions .actions-primary+.actions-secondary {
        display: table-cell;
        padding-left: 10px;
        width: 50%
    }

    .sm-deals .product-item-actions .actions-primary+.actions-secondary&gt;.action {
        margin-right: 10px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .sm-deals .deals-resp03-6 .deals-item {
        width: 16.666%
    }

    .sm-deals .deals-resp03-5 .deals-item {
        width: 20%
    }

    .sm-deals .deals-resp03-4 .deals-item {
        width: 25%
    }

    .sm-deals .deals-resp03-3 .deals-item {
        width: 33.333%
    }

    .sm-deals .deals-resp03-2 .deals-item {
        width: 50%
    }

    .sm-deals .deals-resp03-1 .deals-item {
        width: 100%
    }

    .sm-deals .deals-resp03-1 .clr1,
    .sm-deals .deals-resp03-2 .clr2,
    .sm-deals .deals-resp03-3 .clr3,
    .sm-deals .deals-resp03-4 .clr4,
    .sm-deals .deals-resp03-5 .clr5,
    .sm-deals .deals-resp03-6 .clr6 {
        clear: both
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .sm-deals .deals-resp02-6 .deals-item {
        width: 16.666%
    }

    .sm-deals .deals-resp02-5 .deals-item {
        width: 20%
    }

    .sm-deals .deals-resp02-4 .deals-item {
        width: 25%
    }

    .sm-deals .deals-resp02-3 .deals-item {
        width: 33.333%
    }

    .sm-deals .deals-resp02-2 .deals-item {
        width: 50%
    }

    .sm-deals .deals-resp02-1 .deals-item {
        width: 100%
    }

    .sm-deals .deals-resp02-1 .clr1,
    .sm-deals .deals-resp02-2 .clr2,
    .sm-deals .deals-resp02-3 .clr3,
    .sm-deals .deals-resp02-4 .clr4,
    .sm-deals .deals-resp02-5 .clr5,
    .sm-deals .deals-resp02-6 .clr6 {
        clear: both
    }
}

@media all and (min-width:1200px) {
    .sm-deals .deals-resp01-6 .deals-item {
        width: 16.666%
    }

    .sm-deals .deals-resp01-5 .deals-item {
        width: 20%
    }

    .sm-deals .deals-resp01-4 .deals-item {
        width: 25%
    }

    .sm-deals .deals-resp01-3 .deals-item {
        width: 33.333%
    }

    .sm-deals .deals-resp01-2 .deals-item {
        width: 50%
    }

    .sm-deals .deals-resp01-1 .deals-item {
        width: 100%
    }

    .sm-deals .deals-resp01-1 .clr1,
    .sm-deals .deals-resp01-2 .clr2,
    .sm-deals .deals-resp01-3 .clr3,
    .sm-deals .deals-resp01-4 .clr4,
    .sm-deals .deals-resp01-5 .clr5,
    .sm-deals .deals-resp01-6 .clr6 {
        clear: both
    }
}

.sm-deals .owl-nav&gt;div {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 2px;
    border-radius: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #bdc0c1;
    top: 50%;
    z-index: 1
}

.sm-deals .owl-nav&gt;div:before {
    display: inline-block;
    text-indent: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    font-family: fontawesome
}

.sm-deals .owl-nav&gt;div.owl-prev {
    left: -2px
}

.sm-deals .owl-nav&gt;div.owl-prev:before {
    content: "\f104"
}

.sm-deals .owl-nav&gt;div.owl-next {
    right: -2px
}

.sm-deals .owl-nav&gt;div.owl-next:before {
    content: "\f105"
}

.sm-deals .owl-nav&gt;div:hover {
    background: #262e31;
    cursor: pointer
}

.sm-deals.boxed {
    padding: 0
}

.sm-deals .owl-theme .owl-controls {
    margin-top: 20px;
    text-align: center;
    position: relative;
    display: none
}

.sm-deals-loading {
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/loading.gif) center center no-repeat transparent;
    min-height: 200px
}

.sm-deals .owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: none repeat scroll 0 0 #d6d6d6;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px
}

.sm-deals .owl-controls .owl-dot,
.sm-deals .owl-controls .owl-nav .owl-next,
.sm-deals .owl-controls .owl-nav .owl-prev {
    -moz-user-select: none;
    cursor: pointer
}

.sm-deals .owl-theme .owl-dots .owl-dot {
    display: inline-block
}

.sm-deals .owl-theme .owl-dots .owl-dot.active span,
.sm-deals .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #55e415
}

.sm-deals .owl-theme .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #d6d6d6;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity .2s ease 0s;
    width: 10px
}

.sm-countdownproduct-slider {
    margin: 0;
    padding: 0
}

.acd-btn-add {
    float: left
}

.sm-countdownproduct-slider .smcountdownproductslider-heading {
    width: 100%;
    display: inline-block;
    position: relative
}

.sm-countdownproduct-slider .smcountdownproductslider-heading .cslider-listing-title {
    font-size: 15px;
    font-weight: 700;
    float: left;
    line-height: 50px
}

.sm-countdownproduct-slider .smcountdownproductslider-heading .smcountdownproductslider-time {
    width: 100%;
    text-align: center
}

.sm-countdownproduct-slider .smcountdownproductslider-heading .smcountdownproductslider-time:before {
    content: '\f017';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 16px;
    margin-right: 8px;
    float: left;
    line-height: 32px;
    color: #999
}

.sm-countdownproduct-slider .smcountdownproductslider-heading .smcountdownproductslider-time&gt;label {
    float: left;
    margin-right: 15px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 32px
}

.sm-countdownproduct-slider .smcountdownproductslider-heading .smcountdownproductslider-time .deals-time {
    float: left;
    padding: 5px 10px;
    border: 1px solid #898989;
    margin-right: 11px;
    display: inline-block;
    font-size: 85.71%
}

.sm-countdownproduct-slider .smcountdownproductslider-heading .deals-time .num-time {
    float: left;
    margin-right: 2px
}

.sm-countdownproduct-slider .smcountdownproductslider-heading .deals-time .title-time {
    float: left
}

.sm-countdownproduct-slider .tab-all .cslider-tab-img {
    height: 30px
}

.sm-countdownproduct-slider .item-price {
    padding-right: 5px
}

.sm-countdownproduct-slider .countdown-slider-container ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.sm-countdownproduct-slider .countdown-slider-container .countdown-slider {
    display: block
}

.sm-countdownproduct-slider .countdown-slider-container .countdown-slider li {
    border: 1px solid #e9e9e9;
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin: 0 10px 10px 0;
    padding: 8px
}

.sm-countdownproduct-slider .countdown-slider-container .countdown-slider .tab-all:hover .cat-all {
    margin-top: -48px
}

.sm-countdownproduct-slider .countdown-slider-container .countdown-slider .cslider-tab:hover {
    background-color: #08c
}

.sm-countdownproduct-slider .countdown-slider-container .countdown-slider .cslider-tab:hover span {
    color: #fff
}

.sm-countdownproduct-slider .countdown-slider-container .countdown-slider .tab-all .cat-all {
    margin-top: 0
}

.sm-countdownproduct-slider .countdown-slider-container .countdown-slider .tab-sel .cat-all {
    margin-top: -48px
}

.sm-countdownproduct-slider .countdown-slider-container .countdown-slider li.tab-sel {
    background-color: #08c
}

.sm-countdownproduct-slider .cslider-tab-img {
    float: left;
    margin-right: 10px;
    overflow: hidden
}

.sm-countdownproduct-slider .item-prices {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    color: #909090;
    float: left;
    padding: 2% 0;
    width: 40%
}

.sm-countdownproduct-slider .other-infor {
    margin-top: 15px
}

.sm-countdownproduct-slider .hits {
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    color: #909090;
    float: left;
    overflow: hidden;
    padding: 2% 0 2% 3%;
    width: 53%
}

.sm-countdownproduct-slider .hits-text {
    color: #08c
}

.sm-countdownproduct-slider .item-title {
    margin-bottom: 5px;
    text-transform: uppercase
}

.sm-countdownproduct-slider .item-review .ratings .rating-box .rating {
    width: 100% !important
}

.sm-countdownproduct-slider .item-review .ratings .rating-box {
    margin-right: 5px
}

.sm-countdownproduct-slider .countdown-slider-container .countdown-slider li.cslider-tab&gt;span {
    color: #666;
    cursor: pointer;
    font-size: 12px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px 0 5px;
    text-transform: uppercase;
    vertical-align: middle
}

.sm-countdownproduct-slider .created-date {
    color: #909090;
    margin-bottom: 10px
}

.sm-countdownproduct-slider .item-addcart {
    margin-bottom: 5px
}

.sm-countdownproduct-slider .add-to-links {
    list-style: outside none none;
    margin: 0 0 5px
}

.sm-countdownproduct-slider .add-to-links li:first-child {
    margin-bottom: 5px
}

.sm-countdownproduct-slider ul.add-to-links li {
    font-style: normal;
    margin: 0
}

.sm-countdownproduct-slider .item-desc {
    margin-bottom: 5px
}

.sm-countdownproduct-slider .countdown-slider-container .countdown-slider li.tab-sel&gt;span {
    color: #fff
}

.sm-countdownproduct-slider .countdown-slider-container .countdown-slider-wrap span.cslider-tab-arrow,
.sm-countdownproduct-slider .countdown-slider-container .countdown-slider-wrap span.cslider-tab-selected {
    display: none
}

.sm-countdownproduct-slider .countdown-slider-container .countdown-slider-wrap.cslider-selectbox {
    clear: both;
    color: #888;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    position: relative;
    text-align: left
}

.sm-countdownproduct-slider .countdown-slider-container .countdown-slider-wrap.cslider-selectbox span.cslider-tab-selected {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-bottom-left-radius: 3px;
    border-color: #ddd -moz-use-text-color #ddd #ddd;
    border-image: none;
    border-style: solid none solid solid;
    border-top-left-radius: 3px;
    border-width: 1px medium 1px 1px;
    overflow: hidden;
    text-indent: 20px;
    width: 167px
}

.sm-countdownproduct-slider .countdown-slider-container .countdown-slider-wrap.cslider-selectbox span.cslider-tab-arrow {
    -moz-user-select: none;
    background: #ddd none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 12px;
    text-align: center;
    width: 30px
}

.sm-countdownproduct-slider .countdown-slider-container .countdown-slider-wrap.cslider-selectbox span.cslider-tab-arrow,
.sm-countdownproduct-slider .countdown-slider-container .countdown-slider-wrap.cslider-selectbox span.cslider-tab-selected {
    display: inline-block;
    float: left;
    height: 30px;
    position: relative;
    z-index: 1
}

.sm-countdownproduct-slider .add-loadmore {
    float: right;
    margin-left: 10px;
    margin-top: 2px
}

.sm-countdownproduct-slider .loaded .add-loadmore {
    display: none
}

.sm-countdownproduct-slider .countdown-slider-container .countdown-slider-wrap.cslider-selectbox .countdown-slider {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 28px;
    width: 100%;
    z-index: 9999
}

.sm-countdownproduct-slider .countdown-slider-container .countdown-slider-wrap.cslider-selectbox .countdown-slider.cslider-open {
    display: block
}

.sm-countdownproduct-slider .countdown-slider-container .countdown-slider-wrap.cslider-selectbox .countdown-slider li {
    float: none;
    margin: 0;
    padding: 0
}

.sm-countdownproduct-slider .countdown-slider-container .countdown-slider-wrap.cslider-selectbox .cslider-tab span {
    display: block;
    line-height: 20px;
    padding: 5px 10%
}

.sm-countdownproduct-slider .countdown-slider-container .countdown-slider-wrap.cslider-selectbox .cslider-tab span:hover {
    background: #08c none repeat scroll 0 0;
    color: #f6f6f6
}

.sm-countdownproduct-slider .cslider-wrap {
    margin: 0 -20px;
    padding: 0
}

.sm-countdownproduct-slider .cslider-wrap&gt;div {
    padding: 0 20px
}

.sm-countdownproduct-slider .cslider-wrap .owl-controls .owl-nav&gt;div {
    position: absolute;
    top: 33%;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.sm-countdownproduct-slider .cslider-wrap .owl-controls .owl-nav&gt;div.owl-prev {
    left: -3px
}

.sm-countdownproduct-slider .cslider-wrap .owl-controls .owl-nav&gt;div.owl-next {
    right: -3px
}

.sm-countdownproduct-slider .cslider-wrap:hover .owl-controls .owl-nav&gt;div {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.sm-countdownproduct-slider .cslider-items-container .cslider-items {
    display: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.sm-countdownproduct-slider .cslider-items-container .cslider-items-inner {
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.sm-countdownproduct-slider .cslider-items-container .cslider-items-selected {
    display: block
}

.sm-countdownproduct-slider .cslider-items-container .cslider-item-wrap {
    box-shadow: 0 0 0 #000;
    margin: 0;
    opacity: 0;
    padding: 0
}

.sm-countdownproduct-slider .cslider-items-container .cslider-item-wrap img {
    box-shadow: 0 0 0 #000;
    max-width: 99.9%;
    width: 99.9%
}

.sm-countdownproduct-slider .cslider-items-container .cslider-items .cslider-item {
    box-shadow: 0 0 0 #000;
    float: left;
    margin-bottom: 20px;
    opacity: 0
}

.sm-countdownproduct-slider .cslider-items-container .cslider-items .cslider-item .item-inner {
    margin: 0 10px
}

.sm-countdownproduct-slider .cslider-items-container .cslider-items .cslider-item .item-inner .item-image {
    border: 1px solid #e9e9e9;
    margin-bottom: 10px;
    overflow: hidden
}

.sm-countdownproduct-slider .cslider-items-container .cslider-items .cslider-item .item-inner .item-image img {
    width: 100%
}

.sm-countdownproduct-slider .cslider-items-container .cslider-items .cslider-item .item-inner .item-image img:hover {
    opacity: .7;
    transform: scale(1.1, 1.1)
}

.sm-countdownproduct-slider .cslider-items .cslider-loading {
    background: transparent url("../../frontend/Sm/htiger/zh_Hans_CN/images/477.GIF") no-repeat scroll center center;
    display: block;
    max-width: 100%;
    min-height: 300px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0
}

.sm-countdownproduct-slider .cslider-items-container .cslider-loadmore {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center
}

.sm-countdownproduct-slider .cslider-items .cslider-loadmore .cslider-loadmore-btn {
    background-color: #08c;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px
}

.sm-countdownproduct-slider .cslider-items .cslider-loadmore .cslider-loadmore-btn .cslider-image-loading {
    background: transparent url("../../frontend/Sm/htiger/zh_Hans_CN/images/301.GIF") no-repeat scroll center center;
    display: none;
    height: 22px;
    margin-right: 10px;
    vertical-align: middle;
    width: 22px
}

.sm-countdownproduct-slider .cslider-items .cslider-loadmore .cslider-loadmore-btn:after {
    content: attr(data-label)
}

.sm-countdownproduct-slider .cslider-items.cslider-process .cslider-loadmore {
    display: none
}

.sm-countdownproduct-slider .cslider-items-container.show-slider .new-box {
    top: 1px
}

.sm-countdownproduct-slider .cslider-items-container.show-slider .cslider-items .cslider-item {
    box-shadow: none
}

.sm-countdownproduct-slider .cslider-items-container.show-slider .cslider-item .item-inner .item-image {
    box-sizing: border-box
}

.sm-countdownproduct-slider .cslider-item {
    width: 100%
}

.sm-countdownproduct-slider .cslider-items-container.show-slider .cslider-items .cslider-item {
    opacity: 1
}

.sm-countdownproduct-slider .cslider-items-container.show-slider .cslider-items .cslider-item .item-inner {
    margin: 0
}

.sm-countdownproduct-slider .cslider-items-container.show-slider .cslider-items .cslider-item .item-inner .bs-detail {
    padding-top: 10px
}

.sm-countdownproduct-slider .cslider-items-container.show-slider {
    margin: 0 10px
}

@media all and (max-width:479px) {
    .sm-countdownproduct-slider .cslider-item .item-prices {
        border-bottom: medium none;
        border-right: medium none;
        width: 100%
    }

    .countdown-slider-container .countdown-slider li {
        border-left: medium none !important;
        border-right: medium none !important;
        border-top: medium none !important
    }

    .sm-countdownproduct-slider .cslider-item .hits {
        padding-left: 0;
        width: 100%
    }

    .sm-countdownproduct-slider .cslider-tab-img {
        display: none
    }

    .sm-countdownproduct-slider .cslider04-6 .cslider-item {
        width: 16.64%
    }

    .sm-countdownproduct-slider .cslider04-5 .cslider-item {
        width: 19.958%
    }

    .sm-countdownproduct-slider .cslider04-4 .cslider-item {
        width: 24.995%
    }

    .sm-countdownproduct-slider .cslider04-3 .cslider-item {
        width: 33.315%
    }

    .sm-countdownproduct-slider .cslider04-2 .cslider-item {
        width: 49.985%
    }

    .sm-countdownproduct-slider .cslider04-1 .cslider-item {
        width: 100%
    }

    .sm-countdownproduct-slider .cslider04-1 .clr1,
    .sm-countdownproduct-slider .cslider04-2 .clr2,
    .sm-countdownproduct-slider .cslider04-3 .clr3,
    .sm-countdownproduct-slider .cslider04-4 .clr4,
    .sm-countdownproduct-slider .cslider04-5 .clr5,
    .sm-countdownproduct-slider .cslider04-6 .clr6 {
        clear: both
    }

    .sm-countdownproduct-slider .cslider01-3 .cslider-item .item-prices,
    .sm-countdownproduct-slider .cslider01-4 .cslider-item .item-prices,
    .sm-countdownproduct-slider .cslider01-5 .cslider-item .item-prices,
    .sm-countdownproduct-slider .cslider01-6 .cslider-item .item-prices {
        border-bottom: medium none;
        border-right: medium none;
        width: 100%
    }

    .sm-countdownproduct-slider .cslider01-3 .cslider-item .hits,
    .sm-countdownproduct-slider .cslider01-4 .cslider-item .hits,
    .sm-countdownproduct-slider .cslider01-5 .cslider-item .hits,
    .sm-countdownproduct-slider .cslider01-6 .cslider-item .hits {
        width: 100%
    }
}

@media all and (min-width:480px) and (max-width:767px) {
    .sm-countdownproduct-slider .cslider03-6 .cslider-item {
        width: 16.64%
    }

    .sm-countdownproduct-slider .cslider03-5 .cslider-item {
        width: 19.958%
    }

    .sm-countdownproduct-slider .cslider03-4 .cslider-item {
        width: 24.995%
    }

    .sm-countdownproduct-slider .cslider02-5 .cslider-item .hits {
        width: 100%
    }

    .sm-countdownproduct-slider .cslider02-5 .cslider-item .item-prices {
        border-bottom: medium none;
        border-right: medium none;
        width: 100%
    }

    .sm-countdownproduct-slider .cslider02-6 .cslider-item .item-prices {
        border-bottom: medium none;
        border-right: medium none;
        width: 100%
    }

    .sm-countdownproduct-slider .cslider03-3 .cslider-item {
        width: 33.295%
    }

    .sm-countdownproduct-slider .cslider03-2 .cslider-item {
        width: 49.999%
    }

    .sm-countdownproduct-slider .cslider03-1 .cslider-item {
        width: 100%
    }

    .sm-countdownproduct-slider .cslider03-1 .clr1,
    .sm-countdownproduct-slider .cslider03-2 .clr2,
    .sm-countdownproduct-slider .cslider03-3 .clr3,
    .sm-countdownproduct-slider .cslider03-4 .clr4,
    .sm-countdownproduct-slider .cslider03-5 .clr5,
    .sm-countdownproduct-slider .cslider03-6 .clr6 {
        clear: both
    }

    .sm-countdownproduct-slider .cslider01-3 .cslider-item .item-prices,
    .sm-countdownproduct-slider .cslider01-4 .cslider-item .item-prices,
    .sm-countdownproduct-slider .cslider01-5 .cslider-item .item-prices,
    .sm-countdownproduct-slider .cslider01-6 .cslider-item .item-prices {
        border-bottom: medium none;
        border-right: medium none;
        width: 100%
    }

    .sm-countdownproduct-slider .cslider01-3 .cslider-item .hits,
    .sm-countdownproduct-slider .cslider01-4 .cslider-item .hits,
    .sm-countdownproduct-slider .cslider01-5 .cslider-item .hits,
    .sm-countdownproduct-slider .cslider01-6 .cslider-item .hits {
        width: 100%
    }
}

@media all and (min-width:768px) and (max-width:1199px) {

    .sm-countdownproduct-slider .cslider01-3 .cslider-item .item-prices,
    .sm-countdownproduct-slider .cslider01-4 .cslider-item .item-prices,
    .sm-countdownproduct-slider .cslider01-5 .cslider-item .item-prices,
    .sm-countdownproduct-slider .cslider01-6 .cslider-item .item-prices {
        border-bottom: medium none;
        border-right: medium none;
        width: 100%
    }

    .sm-countdownproduct-slider .cslider01-3 .cslider-item .hits,
    .sm-countdownproduct-slider .cslider01-4 .cslider-item .hits,
    .sm-countdownproduct-slider .cslider01-5 .cslider-item .hits,
    .sm-countdownproduct-slider .cslider01-6 .cslider-item .hits {
        padding-left: 0;
        width: 100%
    }

    .sm-countdownproduct-slider .cslider02-6 .cslider-item {
        width: 16.64%
    }

    .sm-countdownproduct-slider .cslider02-5 .cslider-item {
        width: 19.958%
    }

    .sm-countdownproduct-slider .cslider02-4 .cslider-item {
        width: 24.995%
    }

    .sm-countdownproduct-slider .cslider02-3 .cslider-item {
        width: 33.315%
    }

    .sm-countdownproduct-slider .cslider02-2 .cslider-item {
        width: 49.999%
    }

    .sm-countdownproduct-slider .cslider02-1 .cslider-item {
        width: 100%
    }

    .sm-countdownproduct-slider .cslider02-4 .cslider-item .item-prices {
        border-bottom: medium none;
        border-right: medium none;
        width: 100%
    }

    .sm-countdownproduct-slider .cslider02-4 .cslider-item .hits,
    .sm-countdownproduct-slider .cslider02-5 .cslider-item .hits,
    .sm-countdownproduct-slider .cslider02-6 .cslider-item .hits {
        padding-left: 0;
        width: 100%
    }

    .sm-countdownproduct-slider .cslider02-5 .cslider-item .item-prices {
        border-bottom: medium none;
        border-right: medium none;
        width: 100%
    }

    .sm-countdownproduct-slider .cslider02-6 .cslider-item .item-prices {
        border-bottom: medium none;
        border-right: medium none;
        width: 100%
    }

    .sm-countdownproduct-slider .cslider02-1 .clr1,
    .sm-countdownproduct-slider .cslider02-2 .clr2,
    .sm-countdownproduct-slider .cslider02-3 .clr3,
    .sm-countdownproduct-slider .cslider02-4 .clr4,
    .sm-countdownproduct-slider .cslider02-5 .clr5,
    .sm-countdownproduct-slider .cslider02-6 .clr6 {
        clear: both
    }
}

@media all and (min-width:1200px) and (max-width:1599px) {
    .sm-countdownproduct-slider .cslider01-6 .cslider-item {
        width: 16.64%
    }

    .sm-countdownproduct-slider .cslider01-5 .cslider-item {
        width: 20%
    }

    .sm-countdownproduct-slider .cslider01-4 .cslider-item {
        width: 25%
    }

    .sm-countdownproduct-slider .cslider01-3 .cslider-item .item-prices,
    .sm-countdownproduct-slider .cslider01-4 .cslider-item .item-prices,
    .sm-countdownproduct-slider .cslider01-5 .cslider-item .item-prices,
    .sm-countdownproduct-slider .cslider01-6 .cslider-item .item-prices {
        border-bottom: medium none;
        border-right: medium none;
        width: 100%
    }

    .sm-countdownproduct-slider .cslider01-3 .cslider-item .hits,
    .sm-countdownproduct-slider .cslider01-4 .cslider-item .hits,
    .sm-countdownproduct-slider .cslider01-5 .cslider-item .hits,
    .sm-countdownproduct-slider .cslider01-6 .cslider-item .hits {
        padding-left: 0;
        width: 100%
    }

    .sm-countdownproduct-slider .cslider01-3 .cslider-item {
        width: 33.315%
    }

    .sm-countdownproduct-slider .cslider01-2 .cslider-item {
        width: 49.999%
    }

    .sm-countdownproduct-slider .cslider01-1 .cslider-item {
        width: 100%
    }

    .sm-countdownproduct-slider .cslider01-1 .clr1,
    .sm-countdownproduct-slider .cslider01-2 .clr2,
    .sm-countdownproduct-slider .cslider01-3 .clr3,
    .sm-countdownproduct-slider .cslider01-4 .clr4,
    .sm-countdownproduct-slider .cslider01-5 .clr5,
    .sm-countdownproduct-slider .cslider01-6 .clr6 {
        clear: both
    }
}

@media all and (min-width:1600px) {

    .sm-countdownproduct-slider .cslider01-3 .cslider-item .item-prices,
    .sm-countdownproduct-slider .cslider01-4 .cslider-item .item-prices,
    .sm-countdownproduct-slider .cslider01-5 .cslider-item .item-prices,
    .sm-countdownproduct-slider .cslider01-6 .cslider-item .item-prices {
        border-bottom: medium none;
        border-right: medium none;
        width: 100%
    }

    .sm-countdownproduct-slider .cslider01-3 .cslider-item .hits,
    .sm-countdownproduct-slider .cslider01-4 .cslider-item .hits,
    .sm-countdownproduct-slider .cslider01-5 .cslider-item .hits,
    .sm-countdownproduct-slider .cslider01-6 .cslider-item .hits {
        padding-left: 0;
        width: 100%
    }

    .sm-countdownproduct-slider .cslider00-6 .cslider-item {
        width: 16.64%
    }

    .sm-countdownproduct-slider .cslider00-5 .cslider-item {
        width: 20%
    }

    .sm-countdownproduct-slider .cslider00-4 .cslider-item {
        width: 25%
    }

    .sm-countdownproduct-slider .cslider00-3 .cslider-item {
        width: 33.315%
    }

    .sm-countdownproduct-slider .cslider00-2 .cslider-item {
        width: 49.999%
    }

    .sm-countdownproduct-slider .cslider00-1 .cslider-item {
        width: 100%
    }

    .sm-countdownproduct-slider .cslider00-1 .clr1,
    .sm-countdownproduct-slider .cslider00-2 .clr2,
    .sm-countdownproduct-slider .cslider00-3 .clr3,
    .sm-countdownproduct-slider .cslider00-4 .clr4,
    .sm-countdownproduct-slider .cslider00-5 .clr5,
    .sm-countdownproduct-slider .cslider00-6 .clr6 {
        clear: both
    }
}

.sm-countdownproduct-slider.lt-ie9 .cslider01-6 .cslider-item {
    width: 16.64%
}

.sm-countdownproduct-slider.lt-ie9 .cslider01-5 .cslider-item {
    width: 20%
}

.sm-countdownproduct-slider.lt-ie9 .cslider01-4 .cslider-item {
    width: 25%
}

.sm-countdownproduct-slider.lt-ie9 .cslider01-3 .cslider-item {
    width: 33.315%
}

.sm-countdownproduct-slider.lt-ie9 .cslider01-2 .cslider-item {
    width: 49.999%
}

.sm-countdownproduct-slider.lt-ie9 .cslider01-1 .cslider-item {
    width: 100%
}

.sm-countdownproduct-slider.lt-ie9 .cslider01-1 .clr1,
.sm-countdownproduct-slider.lt-ie9 .cslider01-2 .clr2,
.sm-countdownproduct-slider.lt-ie9 .cslider01-3 .clr3,
.sm-countdownproduct-slider.lt-ie9 .cslider01-4 .clr4,
.sm-countdownproduct-slider.lt-ie9 .cslider01-5 .clr5,
.sm-countdownproduct-slider.lt-ie9 .cslider01-6 .clr6 {
    clear: both
}

.sm-countdownproduct-slider .cslider-item .item-desc {
    overflow: hidden
}

.sm-countdownproduct-slider .cslider-item .item-readmore {
    text-align: right
}

.sm-countdownproduct-slider .cslider-item .item-desc+.item-readmore {
    margin-top: 10px
}

.sm-countdownproduct-slider .cslider-item .item-votes {
    margin: 0 0 10px
}

.sm-countdownproduct-slider .cslider-item .item-btn-add {
    clear: both;
    display: block;
    overflow: hidden;
    padding-top: 10px
}

.sm-countdownproduct-slider .cslider-item .item-btn-add form {
    margin: 0
}

.sm-countdownproduct-slider .cslider-item .item-btn-add .hikashop_add_to_cart,
.sm-countdownproduct-slider .cslider-item .item-btn-add .hikashop_add_wishlist {
    display: inline-block;
    margin: 10px 5px 0 0
}

.cf:before,
.cf:after {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.sm-countdownproduct-slider .pre-text,
.sm-countdownproduct-slider .post-text {
    margin: 10px
}

.sm-countdownproduct-slider .cslider-carousel .owl-controls {
    position: static
}

.sm-countdownproduct-slider .product-item-actions {
    display: block
}

.sm-countdownproduct-slider .cslider-item .cdps-title {
    padding: 10px 0
}

.sm-countdownproduct-slider .cslider-item .cdps-detail {
    padding: 10px 0
}

.sm-countdownproduct-slider .cslider-item .product-item .price-box {
    margin: 10px 0
}

.sm-countdownproduct-list .smcountdownproductslider-heading {
    margin-bottom: 20px
}

.sm-countdownproduct-list .smcountdownproductslider-heading .title-home {
    margin-bottom: 15px
}

.sm-countdownproduct-list .cslider-item {
    float: left;
    width: 25%;
    padding: 0 15px
}

.sm-products-detail-sliders .pds-items-detail .pds-item-detail,
.sm-products-detail-sliders .pds-items .pds-item {
    display: none
}

.sm-products-detail-sliders .pds-items-detail .pds-item-detail.active,
.sm-products-detail-sliders .pds-items .pds-item.active,
.sm-products-detail-sliders .pds-items .pds-item.slick-slide,
.sm-products-detail-sliders .pds-items-detail .pds-item-detail.slick-slide {
    display: block
}

.sm-products-detail-sliders .pds-items-detail {
    float: left;
    width: 100%;
    clear: both;
    margin: 15px 0;
    overflow: hidden
}

.sm-products-detail-sliders .pds-items {
    clear: both;
    padding: 44px 0 40px
}

.sm-products-detail-sliders .pds-items-detail .pds-item-detail {
    float: left
}

.sm-products-detail-sliders .pds-items .pds-item {
    text-align: center;
    font-size: 114.29%
}

.sm-products-detail-sliders .pds-items .pds-item a {
    color: #000;
    margin-top: 20px;
    display: inline-block
}

.sm-products-detail-sliders .pds-items .pds-item a:hover {
    color: #999
}

.sm-products-detail-sliders .pds-items-detail .product-item .product-item-actions {
    display: inline-block;
    margin: 5px 0
}

.sm-products-detail-sliders .product-detail-adv {
    width: 33.3333%;
    float: left
}

.sm-products-detail-sliders .pds-image {
    width: 33.3333%;
    float: left;
    text-align: center
}

.sm-products-detail-sliders .pds-image a {
    display: inline-block
}

.sm-products-detail-sliders .product-detail {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding-left: 15px
}

.sm-products-detail-sliders .product-detail-adv .pds-products-infor {
    min-height: 1px;
    padding: 15px 15px 15px 10px
}

.sm-products-detail-sliders .product-detail-adv .pds-products-infor .pds-adv-label {
    padding: 10px 0
}

.sm-products-detail-sliders .pds-items img.products-image-thumb {
    border: 1px solid #e5e5e5;
    margin: auto;
    cursor: pointer
}

.sm-products-detail-sliders .pds-items-detail .pds-image img.products-image-main {
    border: 1px solid #e5e5e5
}

.sm-products-detail-sliders .pds-items-detail .pds-title {
    font-size: 214.29%
}

.sm-products-detail-sliders .pds-items-detail .pds-price .price {
    font-size: 214.29%;
    color: #000
}

.sm-products-detail-sliders .pds-items-detail .pds-price .old-price .price {
    color: #898989;
    font-size: 114.29%;
    font-weight: 400
}

.sm-products-detail-sliders .product-item-actions button.action.primary.tocart {
    background: #999;
    border: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 85.71%;
    font-weight: 600;
    padding: 7px 15px;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 50px;
    padding: 0;
    margin: 0;
    width: 222px;
    display: inline-block;
    height: 50px;
    margin-bottom: 10px
}

.sm-products-detail-sliders .product-item-actions button.action.primary.tocart:hover {
    background: #aaa
}

.sm-products-detail-sliders a.action.btn-show-detail {
    background: #1c1c1c;
    border: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 85.71%;
    font-weight: 600;
    padding: 7px 15px;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 50px;
    padding: 0;
    margin: 0;
    width: 222px;
    display: inline-block;
    height: 50px;
    margin-top: 5px
}

.sm-products-detail-sliders a.action.btn-show-detail:hover {
    background: #999
}

.sm-products-detail-sliders .pds-detail button.show-new-arr {
    background: #000;
    border: 1px solid #000;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 7px 15px;
    vertical-align: middle;
    box-shadow: none;
    border-radius: 0
}

.sm-products-detail-sliders .pds-items .slick-current.slick-active img.products-image-thumb,
.sm-products-detail-sliders .pds-items .slick-slide img.products-image-thumb:hover {
    border: 1px solid #999
}

@media all and (max-width:767px) {
    .sm-products-detail-sliders .product-detail-adv {
        width: 100%;
        float: left
    }

    .sm-products-detail-sliders .pds-image {
        width: 100%;
        float: left
    }

    .sm-products-detail-sliders .product-detail {
        width: 100%;
        float: left;
        text-align: center
    }
}

.sm-products-detail-sliders .slick-loading .slick-list {
    background: #fff url('../../frontend/Sm/htiger/zh_Hans_CN/images/ajax-loader.gif') center center no-repeat
}

.sm-products-detail-sliders .slick-prev,
.sm-products-detail-sliders .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    z-index: 99;
    box-shadow: none;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none !important;
    outline: none;
    background: #d3d4d4
}

.sm-products-detail-sliders .slick-prev:before,
.sm-products-detail-sliders .slick-next:before {
    display: inline-block;
    text-indent: 0;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 24px;
    line-height: 45px;
    font-weight: 400;
    text-align: center;
    font-family: fontawesome
}

.sm-products-detail-sliders .slick-prev:hover,
.sm-products-detail-sliders .slick-prev:focus,
.sm-products-detail-sliders .slick-next:hover,
.sm-products-detail-sliders .slick-next:focus {
    color: transparent;
    outline: none;
    background: #999
}

.sm-products-detail-sliders .slick-prev:hover:before,
.sm-products-detail-sliders .slick-prev:focus:before,
.sm-products-detail-sliders .slick-next:hover:before,
.sm-products-detail-sliders .slick-next:focus:before {
    opacity: 1
}

.sm-products-detail-sliders .slick-prev {
    left: -50px
}

[dir=rtl] .sm-products-detail-sliders .slick-prev {
    right: -50px;
    left: auto
}

.sm-products-detail-sliders .slick-prev:before {
    content: "\f104"
}

[dir=rtl] .sm-products-detail-sliders .slick-prev:before {
    content: "\f105"
}

.sm-products-detail-sliders .slick-next {
    right: -53px
}

[dir=rtl] .sm-products-detail-sliders .slick-next {
    right: auto;
    left: -50px
}

.sm-products-detail-sliders .slick-next:before {
    content: "\f105"
}

[dir=rtl] .sm-products-detail-sliders .slick-next:before {
    content: "\f104"
}

.sm-products-detail-sliders .slick-dotted.slick-slider {
    margin-bottom: 30px
}

.sm-products-detail-sliders .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.sm-products-detail-sliders .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.sm-products-detail-sliders .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    box-shadow: none !important;
    outline: none;
    background: 0 0
}

.sm-products-detail-sliders .slick-dots li button:hover,
.sm-products-detail-sliders .slick-dots li button:focus {
    outline: none
}

.sm-products-detail-sliders .slick-dots li button:hover:before,
.sm-products-detail-sliders .slick-dots li button:focus:before {
    opacity: 1
}

.sm-products-detail-sliders .slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'éˆ¥ï¿½';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sm-products-detail-sliders .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.sm-product-detail-slider-wrap {
    padding-top: 2px;
    margin: 0 -13px
}

.sm-product-detail-slider-wrap .pds-pretext {
    text-align: center;
    font-size: 114.29%;
    padding: 6px 27% 20px
}

.sm-product-detail-slider-wrap .additional-attributes-wrapper {
    color: #1c1c1c;
    margin-top: 112px
}

.sm-product-detail-slider-wrap .additional-attributes-wrapper th.col.label {
    font-weight: 700 !important;
    color: #000;
    text-transform: uppercase;
    width: 85px;
    position: relative;
    display: inline-block;
    text-align: left
}

.sm-product-detail-slider-wrap .additional-attributes-wrapper th.col.label:after {
    content: ":";
    float: right;
    top: 0;
    position: absolute;
    right: 0
}

.sm-product-detail-slider-wrap .additional-attributes-wrapper td.col.data {
    padding: 0 15px 20px
}

.sm-product-detail-slider-wrap .product-detail {
    margin-top: 65px
}

.sm-product-detail-slider-wrap .product-detail .pds-title {
    font-size: 214.29% color:#000
}

.sm-product-detail-slider-wrap .product-detail p.short-att {
    display: none;
    padding: 4px 0 20px
}

.sm-product-detail-slider-wrap .product-detail p.short-att.color {
    display: block
}

.sm-product-detail-slider-wrap .pds-description {
    margin: 30px 0;
    display: inline-block
}

@media (max-width:1199px) {
    .sm-products-detail-sliders .slick-prev {
        left: -15px
    }

    .sm-products-detail-sliders .slick-next {
        right: -15px
    }

    .sm-product-detail-slider-wrap .product-detail {
        margin-top: 20px
    }

    .sm-product-detail-slider-wrap .product-detail .pds-title {
        line-height: 120%
    }
}

@media (max-width:991px) {
    .sm-product-detail-slider-wrap .pds-pretext {
        padding: 0 1%
    }

    .sm-product-detail-slider-wrap .pds-items-detail {
        margin-bottom: 0
    }

    .sm-product-detail-slider-wrap .additional-attributes-wrapper {
        margin-top: 20px
    }

    .sm-product-detail-slider-wrap .product-detail {
        margin-top: 12px
    }

    .sm-product-detail-slider-wrap .product-detail .pds-title {
        font-size: 139.29%
    }

    .sm-product-detail-slider-wrap .product-detail p.short-att {
        padding: 4px 0
    }

    .sm-product-detail-slider-wrap .product-detail .pds-description {
        margin: 15px 0
    }

    .sm-product-detail-slider-wrap .pds-items {
        padding-top: 0
    }
}

@media (max-width:767px) {
    .sm-product-detail-slider-wrap .pds-items {
        padding-top: 40px;
        margin: 0 10px
    }

    .sm-product-detail-slider-wrap .sm-products-detail-sliders .product-detail-adv .pds-products-infor {
        padding: 15px
    }

    .sm-product-detail-slider-wrap .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)&gt;tbody&gt;tr td:before,
    .sm-product-detail-slider-wrap .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)&gt;tbody&gt;tr th:before {
        display: none
    }

    .sm-product-detail-slider-wrap .abs-no-display-s,
    .sm-product-detail-slider-wrap .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th,
    .sm-product-detail-slider-wrap .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
        display: inline-block
    }

    .sm-product-detail-slider-wrap .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
        display: inline-block;
        margin-bottom: 10px;
        max-width: 220px
    }
}

@media (max-width:479px) {
    .sm-product-detail-slider-wrap .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
        max-width: 160px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.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 {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.cartquickpro-wishlist_index-configure .page-main {
    min-height: unset;
    padding: 0
}

.cartquickpro-wishlist_index-configure.catalog-product-view .column.main {
    padding-bottom: 0
}

.cartquickpro-wishlist_index-configure .product-info-main .product-addto-links {
    clear: unset;
    padding-top: 0
}

.cartquickpro-catalog_product-view .container {
    width: 100% !important;
    max-width: none !important
}

.cartquickpro-catalog_product-view .product-reviews-summary .reviews-actions {
    display: none !important
}

.cartquickpro-catalog_product-view .media,
.cartquickpro-catalog_product-view .product-info-main {
    margin-bottom: 0 !important
}

.cartquickpro-catalog_product-view .col2-layout .col-right-main {
    width: 100% !important;
    max-width: unset !important;
    float: none !important;
    flex: unset;
    -ms-flex: unset
}

.cartquickpro-catalog_product-options .page-main {
    min-height: auto;
    padding: 0
}

.cartquickpro-catalog_product-options .product-info-main {
    margin-bottom: 0 !important
}

.cartquickpro-catalog_product-options .product-social-links {
    float: left;
    display: inline-block;
    width: auto
}

.cartquickpro-catalog_product-options .product-social-links .product-addto-links {
    padding: 0;
    clear: none
}

.cartquickpro-catalog_product-options .product-add-form .box-tocart {
    margin-bottom: 10px
}

.cartquickpro-catalog_product-options .col2-layout&gt;.container&gt;.row&gt;div {
    width: 100%;
    flex: unset;
    max-width: none
}

.cartquickpro-catalog_product-view .reviews-actions {
    display: none !important
}

.cartquickpro-catalog_product-options .page-wrapper {
    overflow: unset
}

.cartquickpro-catalog_product-options .container {
    width: auto;
    max-width: none
}

.cartquickpro-catalog_product-options .image-box-detail {
    display: none
}

.cartquickpro-catalog_product-options .info-box-detail {
    display: inline-block;
    width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.cartquickpro-catalog_product-options .info-box-detail .product-addto-links {
    clear: none !important;
    padding: 0 !important
}

.cartquickpro-catalog_product-options #addthis_wrap,
.cartquickpro-catalog_product-options .services-detail,
.cartquickpro-catalog_product-options .detail-bottom-wrapper {
    display: none !important
}

.cartquickpro-catalog_product-view .services-detail,
.cartquickpro-catalog_product-view .detail-bottom-wrapper {
    display: none !important
}

.cartquickpro-catalog_product-view .page-wrapper {
    min-height: 500px
}

.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading {
    width: 200px;
    height: 100px;
    padding: 0
}

.cartquickpro-catalog_product-view:not(.fotorama__fullscreen) {
    height: auto !important
}

.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading .modal-header,
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading .modal-content,
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading .modal-footer {
    padding: 0;
    margin: 0
}

.smcqp-modal-popup .loading-mask {
    position: absolute
}

.smcqp-modal-popup .loading-mask {
    position: absolute
}

.smcqp-modal-popup .loading-mask .loader&gt;img {
    position: absolute
}

.modal-popup .modal-inner-wrap.smcqp-loading #smcqp-container {
    min-height: 100px
}

.modal-popup .modal-inner-wrap.smcqp-loading header,
.modal-popup .modal-inner-wrap.smcqp-loading footer {
    display: none
}

.modal-popup.smcqp-confirm .modal-inner-wrap,
.modal-inner-wrap.report-messages,
.modal-inner-wrap.smcqp-options {
    width: 420px
}

.modal-slide.smcqp-modal-popup .action-close {
    padding: 5px !important;
    margin: 0
}

.modal-slide.smcqp-modal-popup .modal-header {
    border: none
}

.modal-popup.smcqp-modal-popup .modal-inner-wrap {
    margin: 2.5rem auto
}

.modal-slide.smcqp-modal-popup .modal-header .action-close span {
    display: none
}

.smcqp-actions {
    border-top: 2px solid #eee;
    margin-top: 15px;
    padding-top: 15px;
    text-align: center
}

.smcqp-actions .smcqp-btn,
.smcqp-actions .smcqp-continue {
    color: #fff;
    outline: none;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    margin: 0;
    background: #337ab7
}

.smcqp-actions .smcqp-btn:hover,
.smcqp-actions .smcqp-continue:hover {
    background-color: #333 !important
}

.smcqp-actions .smcqp-continue:after {
    display: none
}

.smcqp-actions .smcqp-continue.spcqp-count:after {
    display: inline-block
}

.smcqp-actions .smcqp-continue.spcqp-count:after {
    content: " (" attr(data-count) ")"
}

.smcqp-actions .smcqp-btn {
    display: none
}

.smcqp-actions .smcqp-btn.smcqp-open {
    display: inline-block
}

.smcqp-actions .smcqp-btn:not(:last-child) {
    margin-left: 15px
}

.smcqp-messages {
    margin: 0 0 10px;
    padding: 12px 20px 12px 45px;
    position: relative;
    display: block
}

.smcqp-messages.msg-success {
    color: #006400;
    background: #e5efe5 none repeat scroll 0 0
}

.smcqp-messages.msg-error {
    color: #e02b27;
    background: #fae5e5 none repeat scroll 0 0
}

.smcqp-messages:before {
    display: inline-block;
    font-family: "luma-icons";
    font-size: 24px;
    font-weight: 400;
    left: 0;
    line-height: 24px;
    margin: -12px 0 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 45px
}

.smcqp-messages.msg-success,
.smcqp-messages.msg-error {
    text-align: center;
    padding: 12px
}

.smcqp-messages.msg-success:before,
.smcqp-messages.msg-error:before {
    display: none
}

.cartquickpro-catalog_product-view .page-wrapper,
.cartquickpro-catalog_product-view .columns {
    display: block
}

.smcqp-modal-popup .modal-inner-wrap {
    max-width: 1024px;
    background: #fff !important
}

.cartquickpro-catalog_product-view .container {
    width: 100%;
    padding: 0;
    max-width: 100%
}

.cartquickpro-catalog_product-view .container .row {
    margin: 0
}

.cartquickpro-catalog_product-view .container .row .col-lg-9.col-md-9 {
    width: 100%;
    padding: 0
}

.cartquickpro-catalog_product-options .page-wrapper&gt;.page-main,
.cartquickpro-catalog_product-view .page-wrapper&gt;.page-main {
    padding: 0;
    min-height: auto
}

.cartquickpro-catalog_product-options .page-title {
    margin: 0
}

.cartquickpro-catalog_product-options .info-box-detail {
    padding-top: 0 !important
}

.cartquickpro-catalog_product-view .left-detail,
.cartquickpro-catalog_product-options .left-detail {
    display: none !important
}

.cartquickpro-catalog_product-view .image-box-detail,
.cartquickpro-catalog_product-view .info-box-detail {
    float: left;
    width: 50%
}

.smcqp-modal-popup .modal-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
    -webkit-overflow-scrolling: touch
}

.list-filter-products .quickview-handler {
    display: none !important
}

.cartquickpro-catalog_product-view .product-info-main {
    padding-top: 0 !important
}

.cartquickpro-catalog_product-view .breadcrumbs {
    display: none !important
}

.cartquickpro-cart-configure .page-wrapper&gt;.page-main {
    padding: 0 !important;
    min-height: auto
}

.cartquickpro-cart-configure .page-wrapper&gt;.page-main .column.main {
    padding-bottom: 0
}

.cartquickpro-cart-configure .page-wrapper&gt;.page-main .product-info-main {
    padding: 0 !important;
    width: 100% !important;
    float: none
}

.cartquickpro-cart-configure .page-wrapper&gt;.page-main .product-info-main .product-addto-links {
    clear: none;
    padding: 0
}

.cartquickpro-catalog_product-options .page-wrapper&gt;.page-main {
    padding: 0
}

.cartquickpro-catalog_product-options .page-wrapper .product-info-main {
    padding: 0 !important;
    width: 100% !important;
    float: none
}

.cartquickpro-catalog_product-options .page-wrapper .product-info-main .product-addto-links {
    clear: none;
    padding: 0
}

.modal-popup .modal-footer {
    margin-top: 1px
}

.wishlist-index-index .products-grid .product-item .quickview-handler {
    display: none !important
}

.cartquickpro-catalog_product-view:not(.fotorama__fullscreen) .fotorama__stage__shaft {
    border: none !important
}

.smcqp-modal-popup .modal-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    border: none !important
}

.smcqp-modal-popup .modal-footer button {
    display: none
}

.smcqp-modal-popup.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%;
    min-height: inherit
}

.smcqp-modal-popup.modal-popup.modal-slide .modal-inner-wrap {
    transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%)
}

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

.smcqp-modal-popup .modal-footer {
    display: none !important
}

@media all and (max-width:1280px) {
    .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap {
        position: fixed;
        height: auto
    }
}

@media all and (max-width:1024px) {
    body._has-modal {
        overflow-y: hidden;
        overflow-x: hidden !important;
        position: fixed
    }
}

@media all and (max-width:800px) {
    .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap:not(.smcqp-loading) {
        width: 80%
    }

    .modal-popup.modal-slide.smcqp-modal-popup {
        left: 0
    }

    .modal-slide.smcqp-modal-popup .action-close {
        margin-top: -2px
    }
}

@media all and (max-width:480px) {
    .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap:not(.smcqp-loading) {
        width: 95%
    }

    .modal-popup.smcqp-confirm .modal-inner-wrap,
    .modal-inner-wrap.report-messages,
    .modal-inner-wrap.smcqp-options {
        width: 350px
    }

    .smcqp-actions .smcqp-btn,
    .smcqp-actions .smcqp-continue {
        padding: 10px
    }

    .smcqp-actions .smcqp-btn {
        margin-left: 5px
    }
}

@media all and (max-width:360px) {

    .smcqp-actions .smcqp-btn.smcqp-open,
    .smcqp-actions .smcqp-continue {
        display: block;
        margin: 0
    }

    .smcqp-actions .smcqp-continue {
        margin-bottom: 5px
    }
}

.checkout-cart-index #shopping-cart-table .c-img .product-image-photo {
    height: auto
}

.sales-guest-view .goback {
    display: none
}

.customer-address-index .column.main {
    position: relative
}

.caver-label {
    clear: both;
    padding-top: 10px;
    text-align: left !important
}

.gift-item .caver-box {
    border-top: 0;
    margin-top: 0
}

.caver-box {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    margin-top: 20px;
    clear: both
}

.caver-box.no-carve {
    border-top: 0;
    padding-top: 0
}

.caver-box.no-carve .show-time {
    padding-bottom: 0
}

.caver-box .show-time {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    color: #555 !important;
    align-items: baseline
}

.caver-box .show-time+.show-time {
    padding-bottom: 0
}

.checkout-agreement.hideys {
    display: none !important
}

.ysline {
    border-top: 1px solid #ebebeb;
    margin-top: 20px
}

.wechatpay-checkout-pay .carve-box-icon {
    text-align: left
}

.wechatpay-checkout-pay .carve-icon {
    text-align: left;
    font-size: 12px;
    padding: 2px 8px;
    background: #333;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block
}

.wechatpay-checkout-pay .gift-pay-line .product-title {
    padding-top: 20px
}

.gift-name-title {
    display: inline-block
}

.order-details-items .table-order-items tr td .gift img {
    vertical-align: middle
}

.order-details-items .caver-boxs {
    padding-top: 5px
}

.catalogsearch-result-index .box-image img {
    width: 100%
}

@media screen and (max-width:991px) {
    .repay-index-go .modal-popup .modal-inner-wrap {
        width: 100%
    }

    .checkout-index-index .step-content #step-login .step-cont {
        position: fixed !important
    }

    .checkout-index-index .step-payment-content .checkout-step-payment .checkout-agreements.fieldset {
        position: relative
    }

    .checkout-index-index .step-payment-content .checkout-step-payment .checkout-agreements.fieldset div.mage-error[generated] {
        position: absolute;
        bottom: 0
    }

    .customer-account-login .page-main .login-container #sms-login-container div.mage-error[generated] {
        position: absolute !important
    }

    .catalog-product-view .product-info-price .swatch-box .swatch-content-two ul li {
        width: 100%
    }

    .cms-index-index .cover_four_black_widget,
    .cms-index-index .cover_four_white_widget {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .cms-index-index .cover_four_black_widget .cover_title,
    .cms-index-index .cover_four_white_widget .cover_title {
        padding-left: 24px;
        font-size: 32px;
        height: 32px;
        line-height: 32px
    }

    .cms-index-index .cover_four_black_widget .describe,
    .cms-index-index .cover_four_white_widget .describe {
        font-size: 14px
    }

    .cms-index-index .cover_two_white_widget,
    .cms-index-index .cover_two_black_widget {
        padding: 0 !important
    }

    .cms-index-index .cover_two_white_widget .htiger_ball_product_list .ico-video,
    .cms-index-index .cover_two_black_widget .htiger_ball_product_list .ico-video {
        margin-bottom: 20px
    }

    .order-details-items .table-order-items tr td .gift .caver-boxs span {
        display: inline !important
    }

    .sales-guest-view .container .row,
    .wechatpay-checkout-pay .row {
        margin-left: 0;
        margin-right: 0
    }

    .ysline {
        margin-top: 0;
        padding-bottom: 10px
    }

    .checkout-index-index .product-item.gift-item {
        position: relative;
        overflow: unset !important
    }

    .checkout-index-index .product-item.gift-item:before {
        content: "";
        width: 80px;
        border-top: 1px solid #fff;
        display: block;
        position: absolute;
        top: -21px;
        z-index: 99
    }

    .sales-guest-view .right-action .tips {
        color: #da2f47
    }

    .sales-guest-view .mimg-col {
        width: 60px;
        float: left;
        text-align: left
    }

    .sales-guest-view .gift-name-title {
        float: left;
        width: 140px
    }

    .sales-guest-view .col.product-detail .mcol {
        width: 100px
    }

    .sales-guest-view .w-free {
        position: absolute;
        right: 10px
    }

    .sales-guest-view .col-spu {
        padding-left: 20px
    }

    .sales-guest-view .col.gift {
        border-top: 1px solid #dcdcdc
    }

    .sales-guest-view .col.time {
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc
    }

    .sales-order-view .mcol {
        width: 80px;
        white-space: unset
    }

    .account.sales-order-view .order-details-items .table-order-items tr td:first-child,
    .account.sales-order-view .order-details-items .table-order-items tr td.w-left {
        white-space: unset
    }

    .account.sales-order-view .order-details-items .table-order-items tr td .gift {
        position: relative
    }

    .account.sales-order-view .order-details-items .table-order-items tr td .gift .w-free {
        position: absolute;
        right: 0;
        top: 0
    }

    .gift-item .caver-box {
        border-top: 0;
        margin-top: 0;
        padding-top: 0;
        padding-left: 5px
    }

    .catalog-product-view .container.emergency-banner .row,
    .cms-index-index .container.emergency-banner .row,
    .customer-account-login .container.emergency-banner .row {
        margin-left: -15px;
        margin-right: -15px
    }

    .sales-guest-view .order-others-information,
    .sales-guest-view .order-details-items,
    .sales-guest-view .page-title-wrapper {
        padding: 0 !important
    }

    .catalogsearch-result-index .product_video.video_boxs {
        z-index: 2
    }

    .checkout-index-index .gift-item .product-image-wrapper img {
        height: auto !important
    }

    .cms-index-index a.btn_item img {
        margin-top: 0 !important
    }

    .catalogsearch-result-index .block-slider-basic-product .products-grid .item .item-inner .product-name-des {
        height: auto
    }

    .catalogsearch-result-index .block-slider-basic-product .products-grid .item .item-inner .product-name-des .bs-description {
        height: auto
    }
}

@media screen and (min-width:992px) {
    .widget-scroll .btn_item {
        padding-top: 20px
    }

    .address-modal-popup #shipping-new-address-form .popup-default-address {
        padding-bottom: 30px !important
    }

    .cms-index-index .sm-imageslider .bottom-btn a {
        align-items: center
    }

    .checkout-index-index .collapsible .title:after {
        top: 10px !important
    }

    .sales-guest-view table.table-order-items .gift div {
        float: none;
        clear: both
    }

    .sales-guest-view table.table-order-items .product-name {
        padding: 0 !important
    }

    .sales-guest-view .mcol+td {
        padding: 20px
    }

    .sales-guest-view tr.col.unit-price.order-caver {
        border-top: 1px solid #ebebeb
    }

    .sales-guest-view tr.col.unit-price.order-caver td {
        padding-left: 20px
    }

    .sales-guest-view tr.col.gift {
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        position: relative
    }

    .sales-guest-view tr.col.gift&gt;div {
        display: flex;
        align-items: center
    }

    .sales-guest-view .mimg-col {
        width: 60px;
        float: left !important;
        text-align: left
    }

    .sales-guest-view .col.product-detail .mcol {
        border-right: 1px solid #ebebeb
    }

    .sales-guest-view table.table-order-items .gift .w-free {
        position: absolute;
        right: 0;
        top: 0
    }

    .sales-order-view .mcol {
        border-right: 1px solid #ebebeb
    }

    .account.sales-order-view .order-details-items .table-order-items tr td .gift {
        position: relative
    }

    .account.sales-order-view .order-details-items .table-order-items tr td .gift&gt;div {
        display: flex
    }

    .account.sales-order-view .order-details-items .table-order-items tr td .gift&gt;div .mimg-col {
        align-self: center
    }

    .account.sales-order-view .order-details-items .table-order-items tr td .gift .w-free {
        position: absolute;
        right: 0;
        top: 0
    }

    .sales-order-view img.big-img,
    .sales-order-view img.big-img {
        max-width: 300px;
        margin: 0 auto
    }

    .cms-index-index a.btn_item {
        line-height: normal
    }
}

.cover_one_white_widget.cover_all .mimg-box .sv.video_boxs,
.cover_two_all_widget.cover_all .mimg-box .sv.video_boxs {
    display: none
}

.mapbox {
    flex: 1
}

.header-container .header-middle .toggle-menu {
    display: none
}

body.show-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.account-card-name,
.m-new-address {
    display: none
}

.repay-index-go .orderDetail .orderId span.m-order-id {
    display: none
}

.modals-overlay {
    background-color: rgba(0, 0, 0, .7)
}

@media (max-width:991px) {
    .header-container .m-header {
        width: 100%;
        background: #000;
        color: #fff;
        padding: 15px 23px 15px 24px;
        display: none
    }

    .header-container .m-header a.logo {
        color: #fff
    }

    .header-container .m-header .m-home {
        float: right;
        color: #fff;
        padding-top: 8px;
        font-weight: 400;
        border-bottom: 1px solid #fff;
        line-height: 20px;
        font-size: 16px
    }

    .header-container .m-header .logo-wrapper {
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px;
        margin: 0
    }

    .header-container .m-header .logo-wrapper .icon-htiger-logo:before {
        font-size: 25px
    }

    .header-container .m-header #m-menu {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 40px;
        overflow: hidden
    }

    .header-container .m-header #m-menu:before {
        content: '\e609';
        font-family: 'icons-blank-theme';
        display: inline-block;
        font-size: 25px;
        color: #fff
    }

    .header-container .m-header #m-menu.active:before {
        content: '\e616';
        font-family: 'icons-blank-theme';
        display: inline-block;
        font-size: 36px;
        color: #fff;
        line-height: 40px;
        margin-left: -10px
    }

    .m-menu-content {
        position: absolute;
        width: 100%;
        background: #000;
        height: 100%;
        z-index: 99;
        left: 0;
        padding: 24px
    }

    .m-menu-content ul.mcate&gt;li&gt;a {
        color: #888;
        font-size: 18px;
        display: block;
        padding: 20px 0;
        border-bottom: 1px solid #999
    }

    .m-menu-content ul.mcate&gt;li.leve&gt;a:after {
        content: '\e621';
        font-family: 'icons-blank-theme';
        display: inline-block;
        float: right;
        font-size: 46px;
        line-height: 32px;
        color: #eee
    }

    .m-menu-content ul.mcate&gt;li.leve ul {
        display: none
    }

    .m-menu-content ul.mcate&gt;li.leve.active&gt;a:after {
        content: '\e622'
    }

    .m-menu-content ul.mcate&gt;li ul a {
        color: #fff;
        font-size: 16px;
        display: block
    }

    .m-menu-content ul.mcate&gt;li ul li {
        border-bottom: 1px solid #444;
        padding: 20px 0
    }

    .footer .footer-top {
        padding: 0
    }

    .footer-container .footer-top .contact-title {
        text-align: left;
        font-size: 22px
    }

    .footer-container .footer-top .contact-content .contact-link .iconfont {
        font-size: 44px
    }

    .footer-container .footer-top .contact-content div span {
        color: #999
    }

    .footer-container .footer-middle .container {
        padding: 0 24px
    }

    .footer-container .footer-middle .service-content ul {
        width: 100% !important;
        border-bottom: 0;
        padding-bottom: 0
    }

    .footer-container .footer-middle .service-content ul li a {
        color: #999
    }

    .footer-container .footer-middle .service-content ul.service-content-right {
        margin-left: 0
    }

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

    .footer-container .footer-top .contact-content img {
        width: 44px;
        margin-right: 20px;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .footer-container .footer-top .contact-title {
        padding-bottom: 20px
    }

    .service_four_white_widget_popup_container .detailed_bullet_box,
    .service_four_black_widget_popup_container .detailed_bullet_box {
        width: 100%
    }

    .service_four_white_widget_popup_container .detailed_bullet_box .service_four_white_widget_popup_container_posi,
    .service_four_black_widget_popup_container .detailed_bullet_box .service_four_white_widget_popup_container_posi,
    .service_four_white_widget_popup_container .detailed_bullet_box .service_four_black_widget_popup_container_posi,
    .service_four_black_widget_popup_container .detailed_bullet_box .service_four_black_widget_popup_container_posi {
        padding-left: 24px;
        padding-right: 24px
    }

    .service_four_white_widget_popup_container .close_icon,
    .service_four_black_widget_popup_container .close_icon {
        position: relative
    }

    .category-view .footer-container .footer-top {
        padding: 0 24px;
        margin-left: -24px;
        margin-right: -24px;
        width: auto
    }

    .cms-index-index .row {
        margin-left: 0;
        margin-right: 0
    }

    .service_four_white_widget_popup_container .detailed_bullet_box_head,
    .service_four_black_widget_popup_container .detailed_bullet_box_head {
        width: 100% !important;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #dcdcdc;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        top: 0;
        position: relative
    }

    .service_four_white_widget_popup_container .service_four_white_widget_popup_container_posi,
    .service_four_black_widget_popup_container .service_four_white_widget_popup_container_posi,
    .service_four_white_widget_popup_container .service_four_black_widget_popup_container_posi,
    .service_four_black_widget_popup_container .service_four_black_widget_popup_container_posi {
        padding: 20px
    }

    .service_four_white_widget_popup_container .detailed_bullet_box,
    .service_four_black_widget_popup_container .detailed_bullet_box {
        width: 100% !important
    }

    .cms-index-index .footer .footer-top {
        padding: 0
    }

    .cms-index-index .cover_one_white_widget,
    .cms-index-index .cover_one_black_widget {
        margin-left: 0;
        margin-right: 0
    }

    .cover_one_white_widget.cover_all.bgv {
        display: block !important
    }

    .cover_one_white_widget.cover_all.bgv .left_top_box,
    .cover_one_white_widget.cover_all.bgv .right_top_box,
    .cover_one_white_widget.cover_all.bgv .left_top,
    .cover_one_white_widget.cover_all.bgv .right_top,
    .cover_one_white_widget.cover_all.bgv .left_center,
    .cover_one_white_widget.cover_all.bgv .left_bottom,
    .cover_one_white_widget.cover_all.bgv .center_top,
    .cover_one_white_widget.cover_all.bgv .center_center,
    .cover_one_white_widget.cover_all.bgv .center_bottom,
    .cover_one_white_widget.cover_all.bgv .right_center,
    .cover_one_white_widget.cover_all.bgv .right_bottom {
        position: absolute !important;
        left: 0 !important
    }

    .cover_one_white_widget,
    .cover_one_black_widget {
        display: flex;
        flex-direction: column-reverse;
        margin-left: -24px;
        margin-right: -24px
    }

    .cover_one_white_widget .container,
    .cover_one_black_widget .container {
        width: 100%;
        position: static;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        padding: 0
    }

    .cover_one_white_widget .container&gt;div,
    .cover_one_black_widget .container&gt;div {
        padding-left: 10px;
        width: 100%
    }

    .cover_one_white_widget .container&gt;div .first_line,
    .cover_one_black_widget .container&gt;div .first_line,
    .cover_one_white_widget .container&gt;div .second_line,
    .cover_one_black_widget .container&gt;div .second_line {
        width: 100%
    }

    .cover_one_white_widget .container&gt;div .first_line,
    .cover_one_black_widget .container&gt;div .first_line {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 10px
    }

    .cover_one_white_widget .container&gt;div .second_line,
    .cover_one_black_widget .container&gt;div .second_line {
        margin-bottom: 0;
        padding-bottom: 20px
    }

    .category-view .section-caveat {
        padding: 24px 0
    }

    .header-style-1 .header-top .emergency-banner {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .cover_one_white_widget .left_top_box .logo_img,
    .cover_one_white_widget .right_top_box .logo_img {
        height: auto;
        max-height: 40px
    }

    .cover_three_white_widget .content .big_title,
    .cover_three_black_widget .content .big_title {
        font-size: 32px !important;
        line-height: 36px !important
    }

    .cover_one_white_widget.cover_all .left_top_box,
    .cover_one_white_widget.cover_all .right_top_box,
    .cover_one_white_widget.cover_all .left_top,
    .cover_one_white_widget.cover_all .right_top,
    .cover_one_white_widget.cover_all .left_center,
    .cover_one_white_widget.cover_all .left_bottom,
    .cover_one_white_widget.cover_all .center_top,
    .cover_one_white_widget.cover_all .center_center,
    .cover_one_white_widget.cover_all .center_bottom,
    .cover_one_white_widget.cover_all .right_center,
    .cover_one_white_widget.cover_all .right_bottom {
        position: static !important;
        justify-content: unset !important;
        align-items: unset !important;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0)
    }

    .cover_one_white_widget .container&gt;div,
    .cover_one_black_widget .container&gt;div {
        width: 100% !important
    }

    .cover_one_white_widget.cover_all .left_top_box .first_line,
    .cover_one_white_widget.cover_all .right_top_box .first_line,
    .cover_one_white_widget.cover_all .left_top .first_line,
    .cover_one_white_widget.cover_all .right_top .first_line,
    .cover_one_white_widget.cover_all .left_center .first_line,
    .cover_one_white_widget.cover_all .left_bottom .first_line,
    .cover_one_white_widget.cover_all .center_top .first_line,
    .cover_one_white_widget.cover_all .center_center .first_line,
    .cover_one_white_widget.cover_all .center_bottom .first_line,
    .cover_one_white_widget.cover_all .right_center .first_line,
    .cover_one_white_widget.cover_all .right_bottom .first_line {
        width: 100% !important;
        font-size: 32px;
        line-height: 36px
    }

    .cover_one_white_widget.cover_all .left_top_box .second_line,
    .cover_one_white_widget.cover_all .right_top_box .second_line,
    .cover_one_white_widget.cover_all .left_top .second_line,
    .cover_one_white_widget.cover_all .right_top .second_line,
    .cover_one_white_widget.cover_all .left_center .second_line,
    .cover_one_white_widget.cover_all .left_bottom .second_line,
    .cover_one_white_widget.cover_all .center_top .second_line,
    .cover_one_white_widget.cover_all .center_center .second_line,
    .cover_one_white_widget.cover_all .center_bottom .second_line,
    .cover_one_white_widget.cover_all .right_center .second_line,
    .cover_one_white_widget.cover_all .right_bottom .second_line {
        width: 100%
    }

    .cover_one_white_widget.cover_all .container,
    .cover_one_black_widget.cover_all .container {
        display: block !important;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0)
    }

    .cover_one_white_widget.cover_all,
    .cover_one_black_widget.cover_all {
        margin-top: 0
    }

    .cover_one_black_widget.cover_all .left_top_box,
    .cover_one_black_widget.cover_all .right_top_box,
    .cover_one_black_widget.cover_all .left_top,
    .cover_one_black_widget.cover_all .right_top,
    .cover_one_black_widget.cover_all .left_center,
    .cover_one_black_widget.cover_all .left_bottom,
    .cover_one_black_widget.cover_all .center_top,
    .cover_one_black_widget.cover_all .center_center,
    .cover_one_black_widget.cover_all .center_bottom,
    .cover_one_black_widget.cover_all .right_center,
    .cover_one_black_widget.cover_all .right_bottom {
        position: static !important;
        justify-content: unset !important;
        align-items: unset !important;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0)
    }

    .cover_one_black_widget .container&gt;div,
    .cover_one_black_widget .container&gt;div {
        width: 100% !important
    }

    .cover_one_black_widget.cover_all .left_top_box .first_line,
    .cover_one_black_widget.cover_all .right_top_box .first_line,
    .cover_one_black_widget.cover_all .left_top .first_line,
    .cover_one_black_widget.cover_all .right_top .first_line,
    .cover_one_black_widget.cover_all .left_center .first_line,
    .cover_one_black_widget.cover_all .left_bottom .first_line,
    .cover_one_black_widget.cover_all .center_top .first_line,
    .cover_one_black_widget.cover_all .center_center .first_line,
    .cover_one_black_widget.cover_all .center_bottom .first_line,
    .cover_one_black_widget.cover_all .right_center .first_line,
    .cover_one_black_widget.cover_all .right_bottom .first_line {
        width: 100% !important
    }

    .cover_one_black_widget.cover_all .left_top_box .second_line,
    .cover_one_black_widget.cover_all .right_top_box .second_line,
    .cover_one_black_widget.cover_all .left_top .second_line,
    .cover_one_black_widget.cover_all .right_top .second_line,
    .cover_one_black_widget.cover_all .left_center .second_line,
    .cover_one_black_widget.cover_all .left_bottom .second_line,
    .cover_one_black_widget.cover_all .center_top .second_line,
    .cover_one_black_widget.cover_all .center_center .second_line,
    .cover_one_black_widget.cover_all .center_bottom .second_line,
    .cover_one_black_widget.cover_all .right_center .second_line,
    .cover_one_black_widget.cover_all .right_bottom .second_line {
        width: 100%
    }

    .cover_one_black_widget.cover_all .container {
        display: block !important
    }

    .cover_one_white_widget.cover_all .sv.video_boxs:before,
    .cover_one_black_widget.cover_all .sv.video_boxs:before {
        width: 50px !important;
        height: 50px !important;
        background-size: 25px !important;
        background-position: center 13px !important;
        top: calc(50% - 25px) !important;
        left: calc(50% - 25px) !important
    }

    .htiger_registeryourmachine {
        width: auto !important
    }

    .cover_one_black_widget {
        padding-bottom: 0 !important
    }
}

@media (max-width:991px) {
    .close-sub-menu {
        display: block;
        text-align: left;
        margin-top: 16px;
        margin-bottom: 6px;
        line-height: normal
    }

    .close-sub-menu i {
        font-size: 28px
    }

    .header-container .header-middle .toggle-menu {
        margin-right: 18px;
        display: block;
        cursor: pointer
    }

    .header-container .header-middle .toggle-menu.active:before {
        font-family: 'iconfont';
        font-size: 20px;
        background: url('../../frontend/Sm/htiger/zh_Hans_CN/images/d-close.svg') no-repeat center center
    }

    .header-container .header-middle .toggle-menu:before {
        font-family: 'icons-blank-theme';
        display: inline-block;
        font-size: 22px;
        color: #fff;
        content: '';
        background: url('../../frontend/Sm/htiger/zh_Hans_CN/images/d-menu.svg') no-repeat center center;
        width: 16px;
        height: 16px;
        background-size: 16px;
        vertical-align: middle
    }

    .header-container .header-middle&gt;.container .content-header-bottom .yt-menu {
        display: block
    }

    .header-container .header-middle&gt;.container .content-header-bottom .yt-menu .menu-under {
        display: none;
        background: #000;
        float: none;
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 99999;
        padding-right: 0;
        min-height: 100vh;
        overflow-y: auto;
        height: 100%
    }

    .header-container .header-middle&gt;.container .content-header-bottom .yt-menu .container1 {
        position: static
    }

    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
        margin: 0 24px;
        display: block
    }

    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li {
        border-bottom: 1px solid #888
    }

    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_head {
        color: #fff;
        padding: 0 !important;
        font-size: 18px;
        justify-content: space-between
    }

    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_head.sm_megamenu_haschild:after {
        content: '\e622';
        font-family: 'icons-blank-theme';
        display: inline-block;
        float: right;
        font-size: 46px;
        line-height: 32px;
        color: #eee;
        transform: rotate(270deg)
    }

    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_head.main-menu-link-click {
        background: 0 0
    }

    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .icon_items_sub {
        display: none
    }

    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu {
        position: fixed;
        top: 0;
        right: -100%;
        left: auto !important;
        width: 100%;
        padding: 0 24px;
        display: block !important;
        overflow-y: auto;
        height: 100vh !important;
        padding-bottom: 175px;
        z-index: 33;
        background-color: #000;
        overflow-x: hidden
    }

    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_title_lv-3 {
        color: #fff !important;
        padding-left: 0;
        font-size: 14px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn {
        display: block;
        width: 100% !important
    }

    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sub-menu .sm_megamenu_firstcolumn .sm_megamenu_col_1 {
        width: 100%
    }

    .sm_megamenu_wrapper_horizontal_menu {
        height: 100vh
    }

    .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu {
        height: 100vh
    }
}

@media (max-width:991px) {
    .sm-htiger.cms-page-view .col1-layout&gt;.container {
        width: 100%
    }

    .cover_one_white_widget.cover_all .left_top_box .logo_img,
    .cover_one_white_widget.cover_all .right_top_box .logo_img,
    .cover_one_white_widget.cover_all .left_top .logo_img,
    .cover_one_white_widget.cover_all .right_top .logo_img,
    .cover_one_white_widget.cover_all .left_center .logo_img,
    .cover_one_white_widget.cover_all .left_bottom .logo_img,
    .cover_one_white_widget.cover_all .center_top .logo_img,
    .cover_one_white_widget.cover_all .center_center .logo_img,
    .cover_one_white_widget.cover_all .center_bottom .logo_img,
    .cover_one_white_widget.cover_all .right_center .logo_img,
    .cover_one_white_widget.cover_all .right_bottom .logo_img {
        height: 20px !important;
        width: auto !important
    }

    .combined_Copy_Sections_flex {
        display: block !important
    }

    .cms-page-view .htiger_globalprivacypolicy .globalprivacypolicy_title {
        font-size: 36px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content {
        flex: 100%
    }

    .header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .header-search-popup .form {
        width: auto;
        margin: 0 20px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .header-search-popup .form .search .icon-search,
    .header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .header-search-popup .form .header-search-popup-input .input-text {
        font-size: 32px !important
    }

    .header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .banner-search-header .banner-search-header-click {
        width: 125px !important;
        font-family: "HtigerCHS-Book"
    }

    .cms-page-view .htiger_globalprivacypolicy .overview_left h2,
    .cms-page-view .htiger_globalprivacypolicy .privacyPrinciples_right h2 {
        font-size: 14px
    }

    .cms-page-view .htiger_globalprivacypolicy .overview_and_privacyPrinciples .date {
        font-size: 18px
    }

    .cms-page-view .htiger_globalprivacypolicy .globalprivacypolicy_details .details_item {
        padding: 0
    }

    .cms-page-view .htiger_globalprivacypolicy .details_item .details_item_title {
        font-size: 14px
    }

    .cms-page-view .htiger_globalprivacypolicy .details_item_title .details_item_title_right .details_btnArrow {
        width: 22px
    }

    .cms-page-view .htiger_globalprivacypolicy .details_item .details_item_info {
        font-size: 14px
    }

    .combined_Copy_Sections {
        float: none;
        width: 100%
    }

    .combined_Copy_Sections td {
        word-break: break-all
    }

    .cms-page-view .privacyPrinciples_right p,
    .cms-page-view .overview_privacyPrinciples .overview_left p,
    .privacyPrinciples_right li {
        font-size: 12px !important
    }

    .cms-page-view .overview_privacyPrinciples .overview_left,
    .cms-page-view .overview_privacyPrinciples .privacyPrinciples_right {
        font-size: 12px
    }

    .pdbox {
        padding: 24px 24px 15px !important
    }

    .dispdbox {
        padding: 0 24px !important
    }

    .cms-index-index .sm-imageslider-inner .owl-theme .owl-stage .item-info {
        top: 60px;
        max-width: 100%;
        padding-right: 24px;
        margin-left: 0;
        left: 24px
    }

    .cms-index-index .sm-imageslider-inner .owl-theme .owl-stage .item-info .item-desc {
        padding: 0 !important
    }

    .cms-index-index .sm-imageslider-inner.theme2 .item .item-info .item-desc {
        display: block !important
    }

    .cms-index-index .sm-imageslider-inner .owl-theme .owl-stage .item-info .item-desc .item-desc-inner span {
        font-size: 25px !important
    }

    .cms-index-index .sm-imageslider-inner .owl-theme .owl-stage .item-info .bottom-btn a,
    .cms-index-index .sm-imageslider-inner .owl-theme .owl-stage .item-info .bottom-btn a .circular-bg .iconfont {
        font-size: 20px
    }

    .cms-index-index .sm-imageslider-inner .owl-theme .owl-stage .item-info .bottom-btn a .circular-bg .iconfont {
        font-weight: 600
    }

    .cms-index-index .sm-imageslider-inner .owl-theme .owl-stage .item-info img {
        height: 25px
    }

    .cms-index-index .sm-imageslider-inner .owl-theme .owl-stage .item-info .bottom-btn a .circular-bg {
        height: 24px;
        line-height: 24px;
        width: 24px
    }

    .cms-index-index .sm-imageslider-inner .owl-theme .owl-stage .item-info .item-title a {
        font-size: 32px;
        line-height: normal
    }

    .service_four_white_widget {
        padding: 24px 24px 0;
        text-align: center;
        height: auto
    }

    .service_four_white_widget .four_list {
        flex-wrap: wrap
    }

    .service_four_white_widget {
        text-align: center;
        height: auto
    }

    .service_four_white_widget .four_list {
        flex-wrap: wrap
    }

    .service_four_white_widget .four_list .four_item {
        width: 50%;
        display: block
    }

    .service_four_black_widget {
        padding: 24px 24px 0;
        text-align: center;
        height: auto
    }

    .service_four_black_widget .four_list {
        flex-wrap: wrap
    }

    .service_four_black_widget .four_list .four_item {
        width: 50%;
        display: block
    }

    .service_four_black_widget {
        text-align: center;
        height: auto
    }

    .service_four_black_widget .four_list {
        flex-wrap: wrap
    }

    .cms-index-index .cover_three_white_widget {
        padding: 0 24px
    }

    .cms-index-index .section-caveat {
        padding: 0 24px 10px
    }

    .service_four_white_widget .item_text_title,
    .service_four_black_widget .item_text_title,
    .service_four_white_widget .item_text_info,
    .service_four_black_widget .item_text_info {
        width: 100%
    }

    .service_four_white_widget .four_items_icon,
    .service_four_black_widget .four_items_icon {
        margin-right: 0
    }

    .section-caveat .container {
        padding: 0
    }



    .cover_three_white_widget .all_items .item,
    .cover_three_black_widget .all_items .item {
        width: 100% !important
    }



    .cover_two_white_widget .container,
    .cover_two_black_widget .container {
        padding-left: 0;
        padding-right: 0
    }

    .cover_two_white_widget .container .htiger_ball_product_item,
    .cover_two_black_widget .container .htiger_ball_product_item {
        width: 100%;
        padding-bottom: 20px
    }

    .cover_two_white_widget .htiger_ball_title,
    .cover_two_black_widget .htiger_ball_title {
        font-size: 32px;
        line-height: 32px;
        height: auto
    }

    .cover_two_white_widget .container .htiger_ball_product_item:last-child,
    .cover_two_black_widget .container .htiger_ball_product_item:last-child {
        padding-bottom: 0
    }

    .cover_three_white_widget .content .all_items .item,
    .cover_three_black_widget .content .all_items .item {
        padding-bottom: 30px
    }

    .saying_accordion_widget .container {
        padding-left: 0;
        padding-right: 0
    }

    .saying_accordion_widget .head-title {
        padding-top: 30px;
        padding-bottom: 20px
    }

    .saying_accordion_widget li {
        padding: 0
    }

    .saying_accordion_widget li .title-q {
        padding: 20px 0;
        border-bottom: 1px solid #ececec;
        font-size: 16px;
        cursor: pointer
    }

    .saying_accordion_widget li .title-q span {
        float: right;
        font-size: 16px;
        font-family: "iconfont";
        font-weight: 700
    }

    .saying_accordion_widget li .down:before {
        content: '\e6eb';
        display: inline-block
    }

    .saying_accordion_widget li .up:before {
        content: '\e6ea';
        display: inline-block
    }

    .saying_accordion_widget li .child-des {
        padding-top: 20px;
        display: none
    }

    .cover_two_white_widget {
        padding-bottom: 20px !important;
        padding-top: 20px !important
    }

    .cover_two_white_widget .item_text,
    .cover_two_black_widget .item_text,
    .cover_one_white_widget .item_text,
    .cover_one_black_widget .item_text {
        font-size: 20px !important
    }

    .cover_two_white_widget .Arrow_picture,
    .cover_two_black_widget .Arrow_picture,
    .cover_one_white_widget .Arrow_picture,
    .cover_one_black_widget .Arrow_picture {
        width: 24px;
        height: 24px
    }

    .cover_two_white_widget .Arrow_picture_icon,
    .cover_two_black_widget .Arrow_picture_icon,
    .cover_one_white_widget .Arrow_picture .Arrow_picture_icon,
    .cover_one_black_widget .Arrow_picture .Arrow_picture_icon {
        width: 14px;
        height: 14px;
        margin-top: -2px
    }

    .cover_two_white_widget .product_item_text_info {
        margin-bottom: 10px
    }

    .cover_three_white_widget .content .all_items,
    .cover_three_black_widget .content .all_items {
        margin-top: 10px
    }

    .cover_three_white_widget {
        margin-top: 20px
    }

    .cover_three_black_widget {
        margin-top: 0;
        margin-left: -24px;
        margin-right: -24px;
        width: auto
    }

    .cover_two_black_widget {
        margin: 0 -24px;
        padding: 0 24px;
        padding-top: 20px
    }

    .cover_one_black_widget .container {
        padding: 10px
    }

    .cover_four_white_widget .htiger_pm_list,
    .cover_four_black_widget .htiger_pm_list {
        flex-flow: wrap
    }

    .cover_four_white_widget .htiger_pm_item,
    .cover_four_black_widget .htiger_pm_item {
        width: calc(50% - 10px)
    }

    .catalog-product-view .product-include-components .include-components-content {
        display: block
    }

    .catalog-product-view .product-include-components .include-components-content .main-img {
        width: 100%
    }

    .catalog-product-view .product-include-components .include-components-content .include-components-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
        margin-top: 20px
    }

    .product-specifications .col-xs-9,
    .product-specifications .col-xs-3 {
        width: 100%
    }

    .catalog-product-view .product-specifications .product-specifications-content .specifications-content-line .specifications-view {
        margin-right: 32px;
        width: calc(50% - 1.5*16px);
        border-bottom: 1px solid #dcdcdc;
        margin-bottom: 48px;
        float: left
    }

    .catalog-product-view .product-specifications .product-specifications-content .specifications-content-line .specifications-view:nth-child(2n) {
        margin-right: 0
    }

    .catalog-product-view .product-include-components .include-components-content .include-components-list .include-components-view .include-components-name {
        width: 100%
    }

    .cover_one_white_widget .container&gt;div,
    .cover_one_black_widget .container&gt;div {
        position: static;
        padding-left: 0
    }

    .cover_one_black_widget .container&gt;div {
        padding-left: 10px
    }

    .cookies-wrapper .cssmenu_Anchorlinks ul {
        padding-left: 0
    }

    .cms-cookies .cookies-wrapper {
        display: block
    }

    .cookies-wrapper .cssmenu_Anchorlinks {
        padding: 34px 0
    }

    .cover_three_white_widget .content .all_items .item .buy_href,
    .cover_three_black_widget .content .all_items .item .buy_href {
        font-size: 20px;
        height: 32px
    }

    .cover_three_white_widget .content .all_items .item .buy_href .right_arr,
    .cover_three_black_widget .content .all_items .item .buy_href .right_arr {
        width: 18px
    }

    .cover_three_white_widget .content .all_items .item .buy_href span:nth-child(1),
    .cover_three_black_widget .content .all_items .item .buy_href span:nth-child(1) {
        width: 24px;
        height: 24px
    }

    .cover_three_white_widget .content .all_items .item:nth-child(3),
    .cover_three_black_widget .content .all_items .item:nth-child(3) {
        padding-bottom: 20px
    }

    .cms-page-view .htiger_globalprivacypolicy .details_item .details_item_title .details_item_title_left {
        max-width: calc(100% - 120px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .cms-index-index #newsletter-popup {
        width: 100%
    }

    .mimg-box {
        position: relative
    }

    .cover_two_all_widget.cover_all .two_right,
    .cover_two_all_widget.cover_all .two_left {
        width: 100%;
        float: none;
        display: flex;
        flex-direction: column-reverse
    }

    .cover_two_all_widget.cover_all .left_top_box,
    .cover_two_all_widget.cover_all .right_top_box,
    .cover_two_all_widget.cover_all .left_top,
    .cover_two_all_widget.cover_all .right_top,
    .cover_two_all_widget.cover_all .left_center,
    .cover_two_all_widget.cover_all .left_bottom,
    .cover_two_all_widget.cover_all .center_top,
    .cover_two_all_widget.cover_all .center_center,
    .cover_two_all_widget.cover_all .center_bottom,
    .cover_two_all_widget.cover_all .right_center,
    .cover_two_all_widget.cover_all .right_bottom {
        position: static;
        padding: 24px 24px 0
    }

    .cover_two_all_widget.cover_all .item_text {
        font-size: 20px
    }

    .cover_two_all_widget.cover_all .Arrow_picture {
        font-size: 24px
    }

    .cover_two_all_widget.cover_all .Arrow_picture .Arrow_picture_icon {
        width: 18px;
        height: 18px;
        margin-top: -1px
    }

    .cover_two_all_widget.cover_all .left_top_box .logo_img,
    .cover_two_all_widget.cover_all .right_top_box .logo_img,
    .cover_two_all_widget.cover_all .left_top .logo_img,
    .cover_two_all_widget.cover_all .right_top .logo_img,
    .cover_two_all_widget.cover_all .left_center .logo_img,
    .cover_two_all_widget.cover_all .left_bottom .logo_img,
    .cover_two_all_widget.cover_all .center_top .logo_img,
    .cover_two_all_widget.cover_all .center_center .logo_img,
    .cover_two_all_widget.cover_all .center_bottom .logo_img,
    .cover_two_all_widget.cover_all .right_center .logo_img,
    .cover_two_all_widget.cover_all .right_bottom .logo_img {
        height: 20px !important;
        width: auto !important
    }

    .cover_two_all_widget.cover_all {
        margin: 0 -24px
    }

    .cms-index-index .cover_two_all_widget.cover_all {
        margin: 0
    }

    .cover_two_all_widget.cover_all .sv.video_boxs:before,
    .cover_three_white_widget .content .ico-video.video_boxs:before,
    .cover_three_black_widget .content .ico-video.video_boxs:before,
    .cover_two_white_widget .htiger_ball_product_list .ico-video.video_boxs:before,
    .cover_two_black_widget .htiger_ball_product_list .ico-video.video_boxs:before,
    .cover_four_white_widget .ico-video.video_boxs:before,
    .cover_four_black_widget .ico-video.video_boxs:before {
        width: 50px !important;
        height: 50px !important;
        background-size: 25px !important;
        background-position: center 13px !important;
        top: calc(50% - 25px) !important;
        left: calc(50% - 25px) !important
    }

    .cover_two_all_widget.cover_all .left_top_box .second_line,
    .cover_two_all_widget.cover_all .right_top_box .second_line,
    .cover_two_all_widget.cover_all .left_top .second_line,
    .cover_two_all_widget.cover_all .right_top .second_line,
    .cover_two_all_widget.cover_all .left_center .second_line,
    .cover_two_all_widget.cover_all .left_bottom .second_line,
    .cover_two_all_widget.cover_all .center_top .second_line,
    .cover_two_all_widget.cover_all .center_center .second_line,
    .cover_two_all_widget.cover_all .center_bottom .second_line,
    .cover_two_all_widget.cover_all .right_center .second_line,
    .cover_two_all_widget.cover_all .right_bottom .second_line {
        width: 100%
    }

    .cover_four_white_widget .htiger_pm_item,
    .cover_four_black_widget .htiger_pm_item {
        margin-bottom: 20px
    }

    .saying_black_widget .saying_black_title,
    .saying_white_widget .saying_white_title {
        width: auto;
        font-size: 32px
    }

    .saying_black_widget .saying_black_info,
    .saying_black_widget .video_boxs,
    .saying_white_widget .saying_white_info,
    .saying_white_widget .video_boxs {
        width: auto
    }

    .saying_black_widget {
        margin: 0 -24px;
        width: auto
    }

    .cms-index-index .saying_black_widget {
        margin: 0;
        width: auto
    }

    .cover_one_white_widget.cover_all .c-info .sv.video_boxs,
    .cover_two_all_widget.cover_all .sv.video_boxs {
        display: none
    }

    .cover_one_white_widget.cover_all .mimg-box .sv.video_boxs,
    .cover_two_all_widget.cover_all .mimg-box .sv.video_boxs {
        display: block
    }

    .cover_one_white_widget.cover_all .Arrow_picture .Arrow_picture_icon {
        width: 18px;
        height: 18px
    }

    .stores-index-index .location-secret-container {
        background: #d3d3d3 !important;
        line-height: 40px !important;
        padding: 10px 24px !important
    }

    .stores-index-index .row {
        margin-left: 0;
        margin-right: 0
    }

    .stores-index-index .store-content {
        padding-left: 24px !important;
        padding-right: 24px !important
    }

    .stores-index-index .page-main .store-content .choose-city .choose-content .select-input-box {
        width: 48%;
        margin-right: 0;
        padding-bottom: 20px
    }

    .stores-index-index .page-main .store-content .choose-city .choose-content .select-input-box#city {
        float: right;
        margin-right: 0
    }

    .stores-index-index .choose-btn {
        width: 100%;
        float: none;
        clear: both
    }

    .stores-index-index .service-network-map-content {
        width: 100%;
        display: block;
        overflow: auto
    }

    .stores-index-index .outlets-list {
        width: 100%
    }

    .stores-index-index .mapbox {
        width: 100%;
        left: 0;
        top: 0;
        right: 0;
        z-index: 99;
        margin-left: -1000px
    }

    .stores-index-index .mapbox.ss {
        position: fixed;
        margin-left: 0;
        z-index: 999
    }

    .stores-index-index .mapclose {
        height: 50px;
        background: #000;
        position: relative;
        top: 0;
        z-index: 99999;
        width: 100%
    }

    .stores-index-index .mapclose .cc:before {
        content: '\e616';
        font-family: 'icons-blank-theme';
        display: inline-block;
        font-size: 36px;
        color: #fff;
        line-height: 40px;
        float: right;
        padding: 5px 20px
    }

    .stores-index-index #bm-view {
        height: 100vh !important
    }

    .pagebuilder-slider.m-sliders {
        margin-left: -24px !important;
        margin-right: -24px !important;
        width: auto
    }

    .cover_one_white_widget.cover_all .video_boxs,
    .cover_one_black_widget.cover_all .video_boxs {
        overflow: hidden
    }

    .cover_two_all_widget.cover_all .Arrow_picture {
        line-height: 28px
    }

    .cover_four_black_widget {
        margin-left: -24px;
        margin-right: -24px
    }

    .cover_four_black_widget .htiger_pm_list {
        padding: 0 24px
    }

    .cover_two_all_widget.cover_all .left_top_box .first_line,
    .cover_two_all_widget.cover_all .right_top_box .first_line,
    .cover_two_all_widget.cover_all .left_top .first_line,
    .cover_two_all_widget.cover_all .right_top .first_line,
    .cover_two_all_widget.cover_all .left_center .first_line,
    .cover_two_all_widget.cover_all .left_bottom .first_line,
    .cover_two_all_widget.cover_all .center_top .first_line,
    .cover_two_all_widget.cover_all .center_center .first_line,
    .cover_two_all_widget.cover_all .center_bottom .first_line,
    .cover_two_all_widget.cover_all .right_center .first_line,
    .cover_two_all_widget.cover_all .right_bottom .first_line {
        width: auto
    }

    .cms-index-index .fancybox-item.fancybox-close {
        background: 0 0;
        background-repeat: no-repeat;
        background-color: #222
    }

    .account.customer-account-index .dashboard-title {
        display: none
    }

    .account.customer-account-index .container {
        margin: 0 15px
    }

    .account.customer-account-index .page-main {
        padding: 10px 0 20px
    }

    .account.customer-account-index .col2-layout .row {
        display: flex !important;
        flex-direction: column
    }

    .account.customer-account-index .col2-layout .row .col-lg-3.col-md-3 {
        display: block;
        width: 100%;
        order: 2;
        margin-bottom: 0
    }

    .account.customer-account-index .col2-layout .row .col-lg-3.col-md-3 .block-collapsible-nav {
        margin-bottom: 0
    }

    .account.customer-account-index .col2-layout .row .col-lg-9.col-md-9 {
        order: 1
    }

    .account.customer-account-index .col2-layout .row .col-lg-9.col-md-9 .block.block-dashboard-addresses {
        display: none
    }

    .account.customer-account-index .col2-layout .row .col-lg-9.col-md-9 .block-dashboard-orders,
    .account.customer-account-index .col2-layout .row .col-lg-9.col-md-9 .to-newsletter,
    .account.customer-account-index .col2-layout .row .col-lg-9.col-md-9 .logout-action {
        display: none !important
    }

    .account.customer-account-index .col2-layout .row .col-lg-9.col-md-9 .block.block-dashboard-info {
        background: #333;
        color: #fff;
        border-radius: 2px;
        margin-bottom: 0
    }

    .account.customer-account-index .col2-layout .row .col-lg-9.col-md-9 .block.block-dashboard-info:before {
        content: "\e6f0";
        opacity: .2;
        font-size: 40px;
        font-family: 'iconfont';
        display: block;
        position: absolute;
        right: 10px;
        top: 15px
    }

    .account.customer-account-index .col2-layout .row .col-lg-9.col-md-9 .block.block-dashboard-info .block-content {
        border: 0;
        padding: 30px 20px;
        margin-bottom: 20px
    }

    .account.customer-account-index .col2-layout .row .col-lg-9.col-md-9 .block.block-dashboard-info .block-content .block-content-label {
        display: inline-block;
        position: unset;
        line-height: normal;
        padding: 2px 10px;
        height: auto;
        font-size: 12px
    }

    .account.customer-account-index .col2-layout .row .col-lg-9.col-md-9 .block.block-dashboard-info .block-content .block-content-action {
        text-indent: -10000px;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAsZJREFUWEfNmT2oE0EQgL9nBBG0Mo0oEWKhhZ0GbW1SxCKFFhrMD1ZRtEqjBNMIUUjp36ssghDBJ1jZ2gbU6llEiAGDIsSEFArmgYhMzB37LrnL7uUu3FbJ7c7sdzO7M3uzG/hre4AUcB44DZwADgMHZ+p+At+BT8AH4C3wDvhrOt2GocAR4CZwFThqKPsVeA48Ar7pyuoCHgLuAdeAfbrKXcbtAM+Au8BomS4dwMvAQyC+TJlh/xC4BbzwkvMC3DsDKxtObDp8cwb6Z5GgG+B+4CVwwXQ2n+PfAJeA3075RYBiuddrhLOYBDIL7LLkIsCnQNhudTO0uPu62ukElA3R8ummoMSuqBtHBZRQ0glht5qCy+4+aYUgFfCJ07ymmt3GJ5NJarUalUqF0Whp6BM1ssxuyA8LUDLE5wCC8ByjwDWbTeLxON1ul2KxqAMpwfy4ZBwL8D5wOyiLqXoymQyNRoNYLDZ9bAD5ALgjgJL4v/jIrZ7vk0gkGAwGTCYTstks9Xrdhmy325RKpWX2kNx9TADPAu1lo036LbeKtcrl8i7I8XhMoVCg1+vpqDwngOJacXEgTV1zolCsZUGKuzudji6ciE9dvAVcDILOCWfpVCEN53klgNvAKUNBz93q7BwOh+RyOfr9vuk0HwVQAqMEad/NzXKiUOAM1tzcuwngZJX4FyKcwO6sBBgynA34w0/+XQPcdIX42iRrghPAbeMws0Y4AdwyCtRrhrMDtXaqq1ar5PP5uXC0YijxCm/TVKd9WFgEGCKcfViQN9A6bjkBQ4QTJvu4JX+0DqzpdJpUSkoy/1ur1TJJ/CaZau7AKsKhHflNyGZj54788jzyH00CGenPTssTkf5wF8jIlz4EMtLFI8vVkS6/qZEhsgVMFTLSJWAVNIgi+mNA8qxW06lRL1KkXkOcUa4hDswG/1KuId6vcg3xD8zIIVyeXaxvAAAAAElFTkSuQmCC');
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center;
        display: block;
        width: 25px;
        height: 25px;
        margin-top: -10px
    }

    .account.customer-account-index .col2-layout .row .col-lg-9.col-md-9 .account-card-name {
        display: inline-block;
        padding-right: 10px
    }

    .account.customer-account-index .col2-layout .row .col-lg-9.col-md-9 .account-card-name .account-card-name {
        display: inline-block;
        padding-right: 10px;
        vertical-align: middle
    }

    .account.customer-account-index .col2-layout .row .col-lg-9.col-md-9 .account-card-info {
        padding-bottom: 10px
    }

    .account.customer-account-index .sidebar-main .title.block-collapsible-nav-title {
        display: none !important
    }

    .account.customer-account-index .sidebar-main #block-collapsible-nav {
        display: block !important;
        background: #fff;
        border: 0;
        margin-bottom: 0
    }

    .account.customer-account-index .sidebar-main #block-collapsible-nav:before {
        content: "";
        display: block;
        height: 10px;
        background: #f6f7f8;
        margin: -10px -15px 10px
    }

    .account.customer-account-index .sidebar-main #block-collapsible-nav ul li:first-child {
        display: none !important
    }

    .account.customer-account-index .sidebar-main #block-collapsible-nav ul li {
        border-bottom: 1px solid #ebebeb;
        padding: 16px 0;
        margin: 0 10px
    }

    .account.customer-account-index .sidebar-main #block-collapsible-nav ul li a {
        padding: 5px 0
    }

    .account.customer-account-index .sidebar-main #block-collapsible-nav ul li:after {
        content: "\f105";
        font-family: fontawesome;
        font-size: 5.33333333vw;
        display: block;
        position: absolute;
        right: 10px;
        top: 25px
    }

    .account.customer-account-index .sidebar-main #block-collapsible-nav ul li:last-child {
        border: 0;
        text-align: center;
        background: 0 0;
        padding-top: 40px
    }

    .account.customer-account-index .sidebar-main #block-collapsible-nav ul li:last-child a {
        text-decoration: underline
    }

    .account.customer-account-index .sidebar-main #block-collapsible-nav ul li:last-child:after {
        content: ""
    }

    .account.customer-account-index .sidebar-main #block-collapsible-nav .item.current strong {
        border: 0
    }

    .catalog-product-view .product-content .product-content-right .product-introduce .img-list-popup .popup-box {
        width: 100%;
        height: auto
    }

    .account .container .block-content .block-content-label {
        font-size: 14px;
        line-height: normal;
        height: auto;
        padding: 2px 10px
    }

    .account .container .block-dashboard-addresses .block-content {
        padding: 30px 20px
    }

    .account .container .block-content {
        margin-bottom: 20px
    }

    .account.customer-address-index .block {
        margin-bottom: 20px
    }

    .account.customer-account-edit .form-edit-account {
        padding: 0;
        border: 0
    }

    .account.newsletter-manage-index .field.choice {
        border-top: 1px solid #ddd;
        padding-top: 20px
    }

    .account.newsletter-manage-index .form-newsletter-manage button {
        background: #79b928;
        height: 44px;
        font-size: 16px;
        line-height: normal;
        font-weight: 500
    }

    .account .container .account-btn {
        height: 44px;
        line-height: 44px
    }

    .account .container .toAction {
        margin-top: 0
    }

    .account.sales-order-view .order-details-items .tabs-bar .tab.active {
        border: 0
    }

    .account.sales-order-view .order-details-items .tabs-bar {
        margin-bottom: 0
    }

    .account.sales-order-view .order-details-items .tabs-bar .tab {
        border: 0
    }

    .account.sales-order-view .order-details-items .tabs-bar .tab a {
        text-align: left
    }

    .field[name='shippingAddress.district_id'] label.label:after,
    .field[name='shippingAddress.district'] label.label:after {
        color: #555
    }

    .page-layout-checkout li.product-item.gift-item {
        height: 100%;
        overflow: hidden;
        clear: both
    }

    .customer-account-index .customer-id span {
        display: none
    }

    .account.customer-account-index .block-dashboard-info .customer-info .customer-id {
        font-size: 16px
    }

    .footer-container .footer-top .contact-title {
        font-size: 20px
    }

    .m-new-address {
        display: block;
        position: absolute;
        top: 3px;
        right: 0
    }

    .account.customer-address-index .columns.col2-layout .add-address {
        right: 70px
    }

    .account.customer-address-index .columns.col2-layout .add-address {
        position: absolute;
        top: 2px;
        right: 70px;
        width: 20px;
        height: 20px;
        background-color: #333;
        color: #fff;
        font-size: 18px;
        text-align: center;
        border-radius: 50%;
        line-height: 18px
    }

    .footer-container .footer-top .contact-content .contact-link .iconfont {
        font-size: 36px
    }

    .footer-container .footer-top .flex-row {
        margin-bottom: 10px
    }

    .footer-container .footer-middle .service-content ul li {
        margin-bottom: 15px
    }

    .footer-container .footer-middle .service-content ul li a {
        font-size: 14px
    }

    .footer-container .footer-middle .service-content ul.service-content-left {
        padding-bottom: 20px
    }

    .footer-container .footer-middle .service-content ul.service-content-left li a {
        color: #fff
    }

    .footer-container .footer-bottom {
        border-top: 1px solid #333
    }

    .footer-container .footer-bottom .container {
        padding: 30px 17px 0
    }

    .header-container .header-middle&gt;.container .content-header-bottom .container1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_head.sm_megamenu_haschild:after {
        font-family: 'iconfont';
        display: inline-block;
        float: right;
        font-size: 20px;
        line-height: 32px;
        transform: unset;
        content: '';
        background: url('../../frontend/Sm/htiger/zh_Hans_CN/images/d-right.svg') no-repeat center center;
        background-size: 8.8px;
        width: 8.8px;
        height: 15px
    }

    .repay-index-go .payment-lists .payment-method:not(.wosai) {
        display: none
    }

    .repay-index-go .payment-lists .payment-method:not(.wosai).mb-alipay {
        display: block
    }

    .repay-index-go .page-title {
        border: 0;
        margin-bottom: 0
    }

    .repay-index-go .orderDetail {
        border-top: 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #ebebeb;
        padding-top: 0
    }

    .repay-index-go h1.order-title {
        padding-bottom: 0
    }

    .repay-index-go .payment-lists {
        border-top: 0
    }

    .repay-index-go .payment-lists .payment-method.mb-alipay {
        display: block
    }

    .repay-index-go .payment-lists .payment-method {
        width: 100%;
        margin: 0 0 10px
    }

    .repay-index-go .actions-toolbar button {
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        font-weight: 500
    }

    .repay-index-go .fieldset-checkout-payment-method {
        margin: 20px 24px 40px
    }

    .repay-index-go .payment-lists .payment-method {
        height: 44px
    }

    .repay-index-go .payment-lists .payment-method.choice {
        border: 1px solid #333;
        height: 44px
    }

    .repay-index-go .orderDetail .orderId span {
        display: none
    }

    .repay-index-go .orderDetail .orderId span.m-order-id {
        display: inline-block;
        font-size: 15px
    }

    .repay-index-go .orderDetail .orderId,
    .repay-index-go .orderDetail .orderAmount {
        font-size: 15px;
        padding: 5px 20px
    }

    .account.sales-order-history .page-title-wrapper,
    .account.newsletter-manage-index .page-title-wrapper,
    .account.customer-account-edit .page-title-wrapper,
    .account.sales-order-view .page-title-wrapper {
        margin-bottom: 20px
    }

    .account .container .block-tips {
        margin-top: 10px
    }

    .account .container .page-title {
        font-size: 20px
    }

    .account.sales-order-view .page-title-wrapper .goback+.goback {
        display: none
    }

    .account.sales-order-view .sub-btn {
        height: 44px;
        line-height: 44px;
        font-size: 16px
    }

    .account.sales-order-view .block-content .right-action .tips {
        align-items: start
    }

    .account.sales-order-view .order-details-items .table-order-items tfoot tr.discount-total td {
        padding-top: 10px
    }

    .account.sales-order-history .container .block-tips {
        align-items: unset
    }

    .account.sales-order-history .container .block-tips .block-tips-icon {
        margin-top: 3px
    }

    .account .container .pager {
        font-size: 14px
    }

    .account .toolbar .limiter {
        margin-right: 10px
    }

    .account.customer-address-index .modal-popup.confirm .modal-footer {
        text-align: center
    }

    body .page-wrapper {
        overflow-x: unset
    }

    .sales-guest-listorder .page-title-wrapper .page-title {
        margin-bottom: 20px;
        padding-left: 20px
    }

    .sales-guest-listorder .toolbar {
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
        padding: 0;
        border-bottom: 0
    }

    .checkout-cart-index .page-main {
        min-height: 100vh
    }

    .catalog-product-view .product-content .product-content-right .product-introduce .introduce-title {
        font-family: "HtigerCHS-Medium", HtigerCHS;
        padding-top: 10px
    }

    .catalog-product-view .products-grid .swatch-box {
        padding: 0 15px
    }

    .sales-guest-form .page-title-wrapper .page-title {
        padding-top: 0;
        margin-bottom: 0;
        font-size: 24px;
        font-weight: 400;
        text-align: left;
        padding-bottom: 20px
    }

    .sales-guest-form .form-orders-search input {
        height: 20px
    }
}

@media (max-width:480px) {
    .service_four_black_widget .item_text_title {
        font-size: 16px;
        height: 24px
    }

    .service_four_black_widget .item_text_info {
        font-size: 14px;
        height: 21px
    }

    .service_four_black_widget .four_items_icon {
        width: 30px;
        height: 30px
    }

    .service_four_black_widget .four_list .four_item {
        text-align: left;
        width: 100%;
        height: auto;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        margin-bottom: 30px
    }

    .service_four_black_widget .four_list .four_item .four_items_icon {
        margin-right: 20px
    }
}

@media (min-width:992px) {
    .header-container .m-header {
        display: none
    }
}

.toolbar .pages .pages-items .item.disabled {
    display: none
}

.cover_two_white_widget .htiger_ball_product_list.icon-middle .htiger_ball_product_item:first-child {
    text-align: right
}

.cover_two_white_widget .htiger_ball_product_list.icon-middle {
    flex-wrap: nowrap !important
}

.ico-account {
    display: none
}

.checkout-index-index .opc-block-summary .carve-icon {
    background: #333;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    margin-bottom: 5px;
    display: inline-block
}

@media (max-width:1025px) {
    .page-products .service_four_black_widget {
        margin: 0 -24px;
        width: auto
    }

    .saying_white_widget .saying_white_name {
        width: auto
    }

    .category-view .section-caveat {
        padding: 24px;
        margin: 0 -24px
    }

    .cover_four_white_widget .cover_title {
        height: 32px;
        line-height: 32px;
        font-size: 32px
    }

    .catalog-product-view .cover_one_white_widget,
    .catalog-product-view .cover_one_black_widget {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:991px) {
    .page-products .cover_four_black_widget .cover_title {
        font-size: 32px;
        padding: 0 24px
    }

    .page-products .cover_one_black_widget .container&gt;div {
        padding-left: 0
    }

    .cover_two_white_widget .htiger_ball_product_list.icon-middle {
        flex-wrap: nowrap
    }

    .saying_black_widget .saying_black_title,
    .saying_white_widget .saying_white_title {
        font-size: 32px !important;
        margin-bottom: 10px
    }

    .saying_white_widget .saying_white_name {
        font-size: 22px;
        width: auto
    }

    .cover_four_white_widget .cover_title {
        font-size: 32px
    }

    .cover_one_white_widget.cover_all .video_boxs,
    .cover_one_black_widget.cover_all .video_boxs {
        width: auto
    }

    .page-products .cover_four_white_widget .pm_text_item {
        height: auto
    }

    .saying_black_widget .saying_black_name {
        width: auto !important
    }

    .catalog-product-view .saying_white_widget {
        text-align: left;
        padding: 30px 20px
    }

    .catalog-product-view .saying_white_widget .saying_white_info {
        font-size: 14px;
        line-height: 24px
    }

    .saying_black_widget .saying_black_title,
    .saying_white_widget .saying_white_title {
        line-height: 38px
    }

    .sales-guest-form .form-orders-search {
        padding: 24px
    }

    .sales-guest-form .send-sms {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0 !important;
        display: inline-block;
        height: 65px;
        line-height: 64px;
        width: 128px;
        text-align: center;
        background-color: #ebebeb
    }

    .sales-guest-form .field.sms-code {
        width: 100%
    }

    .sales-guest-form .page-title-wrapper .page-title {
        padding-left: 25px
    }

    .sales-guest-form .form.form-orders-search {
        width: 100%;
        padding-bottom: 30px
    }

    .sales-guest-form .form.form-orders-search .fieldset {
        margin-bottom: 20px
    }

    .sales-guest-form .page-title-wrapper .page-title {
        padding-top: 0;
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 400;
        text-align: left
    }

    .sales-guest-form .fieldset&gt;.field.required&gt;.label:after {
        color: #555
    }

    .sales-guest-form .legend {
        font-size: 20px;
        margin-bottom: 30px
    }

    .sales-guest-form .page-main {
        background: #f8f8f8
    }

    .sales-guest-form .form-orders-search {
        background: #fff;
        padding: 24px
    }

    .sales-guest-form .form-orders-search input {
        border: 0 !important
    }

    .sales-guest-form .form-orders-search .field {
        border: 1px solid #ebebeb;
        padding: 15px;
        position: relative
    }

    .sales-guest-form .form-orders-search .field div.mage-error {
        position: absolute;
        right: 10px;
        top: 10px
    }

    .sales-guest-form .form-orders-search .label {
        top: -8px;
        position: absolute;
        background: #fff;
        padding: 0 10px !important;
        max-width: 300px;
        display: block
    }

    .sales-guest-form .form-orders-search .label:after {
        color: #555
    }

    .sales-guest-form .form-orders-search .primary {
        float: none;
        text-align: center;
        margin: 0 auto;
        display: block
    }

    .sales-guest-form .form-orders-search button.primary {
        background: #333;
        font-weight: 400;
        font-size: 16px;
        width: 100%;
        margin: 0 auto;
        float: none;
        text-align: center;
        padding: 0;
        height: 44px;
        line-height: 44px
    }

    .block-slider-basic-product .products-grid .item .item-inner .box-info .bottom-box .btn-action {
        background-color: #79b928 !important
    }

    .block-slider-basic-product .products-grid .item .item-inner .box-info .price-box {
        line-height: 20px
    }

    .block-slider-basic-product .products-grid .item .item-inner .box-info .bottom-box .advance-sale.btn-action {
        background-color: #06c !important
    }

    .page-products .cover_one_black_widget .left_top_box .logo_img,
    .page-products .cover_one_black_widget .right_top_box .logo_img {
        height: 40px !important
    }

    .sales-guest-form .form-orders-search .field.sms-code {
        padding: 15px
    }

    .cms-registeryourmachine .htiger_registeryourmachine {
        padding: 20px 0
    }

    .service_four_white_widget .four_list .four_item {
        display: flex;
        text-align: left;
        height: auto;
        margin-bottom: 30px;
        width: 50%
    }

    .service_four_white_widget .four_list .four_item .four_items_icon {
        width: 45px;
        height: 45px;
        margin-right: 15px !important
    }

    .service_four_white_widget .four_list .four_item .item_text_title {
        height: auto;
        font-size: 14px;
        font-weight: 500;
        color: #333
    }

    .service_four_white_widget .four_list .four_item .item_text_info {
        font-size: 12px;
        color: #999
    }

    .service_four_black_widget .four_list .four_item {
        display: flex;
        text-align: left;
        height: auto;
        margin-bottom: 30px;
        width: 50%
    }

    .service_four_black_widget .four_list .four_item .four_items_icon {
        width: 45px;
        height: 45px;
        margin-right: 15px !important
    }

    .service_four_black_widget .four_list .four_item .item_text_title {
        height: auto;
        font-size: 14px;
        font-weight: 500;
        color: #ededed
    }

    .service_four_black_widget .four_list .four_item .item_text_info {
        font-size: 12px;
        color: #ededed
    }

    .page-products .block-slider-basic-product .products-grid .item .item-inner .box-image {
        min-height: auto
    }

    .checkout-cart-index .page-main {
        min-height: 100vh
    }

    .customer-account-login #perfectuser-error {
        margin-top: -20px;
        padding-bottom: 10px;
        color: #e02b27
    }

    .login-container .login-text {
        display: none
    }

    .customer-account-login .page-main {
        padding: 0
    }

    .customer-account-login .login-section-tab {
        padding: 20px 20px 0;
        color: #333
    }

    .customer-account-login .page-main .login-container .fieldset .field input[type=text],
    .customer-quick-create .page-main .login-container .fieldset .field input[type=text],
    .customer-quick-resetpassword .page-main .login-container .fieldset .field input[type=text],
    .customer-account-login .page-main .form-quick-create-account .fieldset .field input[type=text],
    .customer-quick-create .page-main .form-quick-create-account .fieldset .field input[type=text],
    .customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field input[type=text],
    .customer-account-login .page-main .reset-password .fieldset .field input[type=text],
    .customer-quick-create .page-main .reset-password .fieldset .field input[type=text],
    .customer-quick-resetpassword .page-main .reset-password .fieldset .field input[type=text],
    .customer-account-login .page-main .login-container .fieldset .field input[type=password],
    .customer-quick-create .page-main .login-container .fieldset .field input[type=password],
    .customer-quick-resetpassword .page-main .login-container .fieldset .field input[type=password],
    .customer-account-login .page-main .form-quick-create-account .fieldset .field input[type=password],
    .customer-quick-create .page-main .form-quick-create-account .fieldset .field input[type=password],
    .customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field input[type=password],
    .customer-account-login .page-main .reset-password .fieldset .field input[type=password],
    .customer-quick-create .page-main .reset-password .fieldset .field input[type=password],
    .customer-quick-resetpassword .page-main .reset-password .fieldset .field input[type=password],
    .customer-account-login .page-main .login-container .fieldset .field input[type=url],
    .customer-quick-create .page-main .login-container .fieldset .field input[type=url],
    .customer-quick-resetpassword .page-main .login-container .fieldset .field input[type=url],
    .customer-account-login .page-main .form-quick-create-account .fieldset .field input[type=url],
    .customer-quick-create .page-main .form-quick-create-account .fieldset .field input[type=url],
    .customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field input[type=url],
    .customer-account-login .page-main .reset-password .fieldset .field input[type=url],
    .customer-quick-create .page-main .reset-password .fieldset .field input[type=url],
    .customer-quick-resetpassword .page-main .reset-password .fieldset .field input[type=url],
    .customer-account-login .page-main .login-container .fieldset .field input[type=tel],
    .customer-quick-create .page-main .login-container .fieldset .field input[type=tel],
    .customer-quick-resetpassword .page-main .login-container .fieldset .field input[type=tel],
    .customer-account-login .page-main .form-quick-create-account .fieldset .field input[type=tel],
    .customer-quick-create .page-main .form-quick-create-account .fieldset .field input[type=tel],
    .customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field input[type=tel],
    .customer-account-login .page-main .reset-password .fieldset .field input[type=tel],
    .customer-quick-create .page-main .reset-password .fieldset .field input[type=tel],
    .customer-quick-resetpassword .page-main .reset-password .fieldset .field input[type=tel],
    .customer-account-login .page-main .login-container .fieldset .field input[type=search],
    .customer-quick-create .page-main .login-container .fieldset .field input[type=search],
    .customer-quick-resetpassword .page-main .login-container .fieldset .field input[type=search],
    .customer-account-login .page-main .form-quick-create-account .fieldset .field input[type=search],
    .customer-quick-create .page-main .form-quick-create-account .fieldset .field input[type=search],
    .customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field input[type=search],
    .customer-account-login .page-main .reset-password .fieldset .field input[type=search],
    .customer-quick-create .page-main .reset-password .fieldset .field input[type=search],
    .customer-quick-resetpassword .page-main .reset-password .fieldset .field input[type=search],
    .customer-account-login .page-main .login-container .fieldset .field input[type=number],
    .customer-quick-create .page-main .login-container .fieldset .field input[type=number],
    .customer-quick-resetpassword .page-main .login-container .fieldset .field input[type=number],
    .customer-account-login .page-main .form-quick-create-account .fieldset .field input[type=number],
    .customer-quick-create .page-main .form-quick-create-account .fieldset .field input[type=number],
    .customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field input[type=number],
    .customer-account-login .page-main .reset-password .fieldset .field input[type=number],
    .customer-quick-create .page-main .reset-password .fieldset .field input[type=number],
    .customer-quick-resetpassword .page-main .reset-password .fieldset .field input[type=number],
    .customer-account-login .page-main .login-container .fieldset .field input[type=datetime],
    .customer-quick-create .page-main .login-container .fieldset .field input[type=datetime],
    .customer-quick-resetpassword .page-main .login-container .fieldset .field input[type=datetime],
    .customer-account-login .page-main .form-quick-create-account .fieldset .field input[type=datetime],
    .customer-quick-create .page-main .form-quick-create-account .fieldset .field input[type=datetime],
    .customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field input[type=datetime],
    .customer-account-login .page-main .reset-password .fieldset .field input[type=datetime],
    .customer-quick-create .page-main .reset-password .fieldset .field input[type=datetime],
    .customer-quick-resetpassword .page-main .reset-password .fieldset .field input[type=datetime],
    .customer-account-login .page-main .login-container .fieldset .field input[type=email],
    .customer-quick-create .page-main .login-container .fieldset .field input[type=email],
    .customer-quick-resetpassword .page-main .login-container .fieldset .field input[type=email],
    .customer-account-login .page-main .form-quick-create-account .fieldset .field input[type=email],
    .customer-quick-create .page-main .form-quick-create-account .fieldset .field input[type=email],
    .customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field input[type=email],
    .customer-account-login .page-main .reset-password .fieldset .field input[type=email],
    .customer-quick-create .page-main .reset-password .fieldset .field input[type=email],
    .customer-quick-resetpassword .page-main .reset-password .fieldset .field input[type=email],
    .customer-account-login .page-main .login-container .fieldset .field select,
    .customer-quick-create .page-main .login-container .fieldset .field select,
    .customer-quick-resetpassword .page-main .login-container .fieldset .field select,
    .customer-account-login .page-main .form-quick-create-account .fieldset .field select,
    .customer-quick-create .page-main .form-quick-create-account .fieldset .field select,
    .customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field select,
    .customer-account-login .page-main .reset-password .fieldset .field select,
    .customer-quick-create .page-main .reset-password .fieldset .field select,
    .customer-quick-resetpassword .page-main .reset-password .fieldset .field select {
        height: 40px
    }

    .customer-account-login .page-main .login-container .fieldset .field,
    .customer-quick-create .page-main .login-container .fieldset .field,
    .customer-quick-resetpassword .page-main .login-container .fieldset .field,
    .customer-account-login .page-main .form-quick-create-account .fieldset .field,
    .customer-quick-create .page-main .form-quick-create-account .fieldset .field,
    .customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field,
    .customer-account-login .page-main .reset-password .fieldset .field,
    .customer-quick-create .page-main .reset-password .fieldset .field,
    .customer-quick-resetpassword .page-main .reset-password .fieldset .field {
        padding: 2px;
        margin-bottom: 40px
    }

    .customer-account-login .page-main .login-container .fieldset .field .label,
    .customer-quick-create .page-main .login-container .fieldset .field .label,
    .customer-quick-resetpassword .page-main .login-container .fieldset .field .label,
    .customer-account-login .page-main .form-quick-create-account .fieldset .field .label,
    .customer-quick-create .page-main .form-quick-create-account .fieldset .field .label,
    .customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field .label,
    .customer-account-login .page-main .reset-password .fieldset .field .label,
    .customer-quick-create .page-main .reset-password .fieldset .field .label,
    .customer-quick-resetpassword .page-main .reset-password .fieldset .field .label {
        left: 10px
    }

    .customer-account-login #login-validate {
        height: 44px;
        line-height: 44px;
        margin-bottom: 20px
    }

    .customer-account-login .page-main .login-container .block-customer-login,
    .customer-quick-create .page-main .login-container .block-customer-login,
    .customer-quick-resetpassword .page-main .login-container .block-customer-login,
    .customer-account-login .page-main .form-quick-create-account .block-customer-login,
    .customer-quick-create .page-main .form-quick-create-account .block-customer-login,
    .customer-quick-resetpassword .page-main .form-quick-create-account .block-customer-login,
    .customer-account-login .page-main .reset-password .block-customer-login,
    .customer-quick-create .page-main .reset-password .block-customer-login,
    .customer-quick-resetpassword .page-main .reset-password .block-customer-login,
    .customer-account-login .page-main .login-container .block-new-customer,
    .customer-quick-create .page-main .login-container .block-new-customer,
    .customer-quick-resetpassword .page-main .login-container .block-new-customer,
    .customer-account-login .page-main .form-quick-create-account .block-new-customer,
    .customer-quick-create .page-main .form-quick-create-account .block-new-customer,
    .customer-quick-resetpassword .page-main .form-quick-create-account .block-new-customer,
    .customer-account-login .page-main .reset-password .block-new-customer,
    .customer-quick-create .page-main .reset-password .block-new-customer,
    .customer-quick-resetpassword .page-main .reset-password .block-new-customer {
        min-height: auto
    }

    .customer-account-login .page-main .login-container .fieldset .field.sms-code .send-sms,
    .customer-quick-create .page-main .login-container .fieldset .field.sms-code .send-sms,
    .customer-quick-resetpassword .page-main .login-container .fieldset .field.sms-code .send-sms,
    .customer-account-login .page-main .form-quick-create-account .fieldset .field.sms-code .send-sms,
    .customer-quick-create .page-main .form-quick-create-account .fieldset .field.sms-code .send-sms,
    .customer-quick-resetpassword .page-main .form-quick-create-account .fieldset .field.sms-code .send-sms,
    .customer-account-login .page-main .reset-password .fieldset .field.sms-code .send-sms,
    .customer-quick-create .page-main .reset-password .fieldset .field.sms-code .send-sms,
    .customer-quick-resetpassword .page-main .reset-password .fieldset .field.sms-code .send-sms {
        font-size: 15px;
        height: 46px;
        line-height: 44px
    }

    .customer-account-login .page-main .register-title,
    .customer-quick-create .page-main .register-title,
    .customer-quick-resetpassword .page-main .register-title,
    .customer-account-login .page-main .reset-password-title,
    .customer-quick-create .page-main .reset-password-title,
    .customer-quick-resetpassword .page-main .reset-password-title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .customer-account-login .page-main .login-container .actions-toolbar .primary .action,
    .customer-quick-create .page-main .login-container .actions-toolbar .primary .action,
    .customer-quick-resetpassword .page-main .login-container .actions-toolbar .primary .action,
    .customer-account-login .page-main .form-quick-create-account .actions-toolbar .primary .action,
    .customer-quick-create .page-main .form-quick-create-account .actions-toolbar .primary .action,
    .customer-quick-resetpassword .page-main .form-quick-create-account .actions-toolbar .primary .action,
    .customer-account-login .page-main .reset-password .actions-toolbar .primary .action,
    .customer-quick-create .page-main .reset-password .actions-toolbar .primary .action,
    .customer-quick-resetpassword .page-main .reset-password .actions-toolbar .primary .action {
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        font-weight: 600
    }

    .customer-account-login .page-main .form-quick-create-account,
    .customer-quick-create .page-main .form-quick-create-account,
    .customer-quick-resetpassword .page-main .form-quick-create-account,
    .customer-account-login .page-main .reset-password,
    .customer-quick-create .page-main .reset-password,
    .customer-quick-resetpassword .page-main .reset-password {
        padding: 24px
    }

    .customer-account-login .page-main .form-quick-create-account .tips,
    .customer-quick-create .page-main .form-quick-create-account .tips,
    .customer-quick-resetpassword .page-main .form-quick-create-account .tips,
    .customer-account-login .page-main .reset-password .tips,
    .customer-quick-create .page-main .reset-password .tips,
    .customer-quick-resetpassword .page-main .reset-password .tips {
        margin-top: 10px
    }

    .customer-account-login .page-main .go-back,
    .customer-quick-create .page-main .go-back,
    .customer-quick-resetpassword .page-main .go-back {
        margin: 20px 0
    }

    .account.customer-address-form .form-address-edit .form-bottom .sub-btn,
    .account.customer-account-edit .form-address-edit .form-bottom .sub-btn,
    .account.customer-address-form .form-edit-account .form-bottom .sub-btn,
    .account.customer-account-edit .form-edit-account .form-bottom .sub-btn {
        height: 44px;
        line-height: 44px
    }

    .catalog-product-view .product-info-tab .tab-list a {
        font-size: 14px;
        margin-right: 17px
    }

    .catalog-product-view .product-info-tab .tab-list a:last-child {
        margin-right: 0
    }

    .catalog-product-view .product-content .product-content-left .product-info-main .product-add-form .fieldset .actions .action {
        height: 60px
    }

    .catalog-product-view .col-md-5.product-introduce {
        padding-top: 20px
    }

    .catalog-product-view .product-specifications .product-specifications-content .specifications-content-line .specifications-view .specifications-view-des {
        font-family: "HtigerCHS-Light", "HtigerCHS-Book", HtigerCHS, Arial, sans-serif
    }

    .catalog-product-view .product-specifications .product-specifications-content .specifications-content-line .specifications-view {
        margin-bottom: 15px
    }

    .catalog-product-view .product-specifications .product-specifications-content .specifications-content-line .specifications-view .specifications-view-name {
        color: #333
    }

    .popup-reg {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .8);
        z-index: 900;
        left: 0;
        top: 0;
        display: none
    }

    .popup-reg-container {
        margin: 0 auto;
        background: #fff;
        max-width: 546px;
        margin: 140px 20px;
        padding: 30px 20px;
        position: relative
    }

    .popup-reg-container .close {
        position: absolute;
        right: 15px;
        top: 15px;
        opacity: 1
    }

    .popup-reg-container .close:before {
        content: '\e616';
        font-family: 'icons-blank-theme';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center;
        font-size: 40px;
        color: #000
    }

    .popup-reg-container .p-title {
        padding: 0 20px 20px;
        border-bottom: 1px solid #ebebeb
    }

    .popup-reg-container .pop-title {
        font-size: 20px;
        line-height: 30px;
        color: #333
    }

    .popup-reg-container .member-agreement.newsletter {
        padding-bottom: 20px
    }

    .popup-reg-container .tips {
        padding-top: 10px
    }

    .ico-account {
        display: none
    }

    .ico-account a {
        display: block;
        width: 28px;
        height: 28px;
        background-image: url("data:image/svg+xml;charset=utf-8, %3C!-- Generator: Adobe Illustrator 16.0.0%2C SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.2' baseProfile='tiny' id='%E5%9B%BE%E5%B1%82_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'  viewBox='0 0 128.125 128' xml:space='preserve'%3E %3Cpath fill='%23FFFFFF' stroke='%23FFFFFF' stroke-width='0.5' stroke-miterlimit='10' d='M64.062%2C77.208 c20.974%2C0%2C38.417%2C15.075%2C42.117%2C34.979h5.885c-3.335-20.432-19.411-36.56-39.807-40.028c11.398-3.891%2C19.603-14.668%2C19.603-27.385 c0-15.994-12.963-28.96-28.957-28.96c-15.99%2C0-28.954%2C12.966-28.954%2C28.96c0%2C12.975%2C8.531%2C23.955%2C20.286%2C27.637 c-19.625%2C4.025-34.928%2C19.877-38.171%2C39.776h5.88C25.646%2C92.282%2C43.086%2C77.208%2C64.062%2C77.208z M39.738%2C44.772 c0-12.794%2C10.37-23.17%2C23.164-23.17s23.165%2C10.375%2C23.165%2C23.17c0%2C12.796-10.371%2C23.171-23.165%2C23.171S39.738%2C57.568%2C39.738%2C44.772z '/%3E %3C/svg%3E ")
    }

    .search-and-cart .banner-search-header {
        width: 30px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content {
        flex: unset;
        padding: 0 5px 0 0;
        width: 150px !important
    }

    .category-menu-choose-mode a.button--add-to-cart--two-line.green-btn-cover {
        border-radius: 0 !important
    }

    .catalog-product-view .product-include-components .include-components-content .main-img .main-img-name {
        padding-top: 10px;
        text-align: center
    }

    .catalog-product-view .product-include-components .include-components-content .include-components-list .include-components-view .include-components-name {
        height: auto;
        text-align: center;
        padding-top: 10px
    }

    .catalog-product-view .product-specifications .product-specifications-content .specifications-content-line {
        display: flex !important;
        flex-wrap: wrap
    }

    .catalog-product-view .product-specifications .product-specifications-content .specifications-content-line .specifications-view .specifications-view-des {
        height: auto
    }

    .block-slider-basic-product .products-grid .item .item-inner .box-info .bottom-box .btn-action {
        font-size: 14px;
        font-weight: 500
    }

    .block-slider-basic-product .products-grid .item .item-inner .box-info .bottom-box .bs-detail a,
    .block-slider-basic-product .products-grid .item .item-inner .box-info .bottom-box .stock.unavailable {
        font-family: "HtigerCHS-Medium", HtigerCHS, Arial, sans-serif;
        font-size: 14px
    }

    .checkout-index-index .step-content .opc-block-summary .minicart-items .product .product-image-container,
    .checkout-index-index .step-payment-content .opc-block-summary .minicart-items .product .product-image-container {
        height: 100% !important;
        width: 83px !important;
        text-align: center
    }

    body.catalog-category-view .page-wrapper {
        overflow-x: hidden
    }

    .advancesale-detail-view .advance-sale-base {
        background: #06c;
        color: #fff;
        padding: 10px 15px;
        text-align: center;
        font-size: 14px
    }

    .advancesale-detail-view.page-layout-1column .page-main {
        min-height: 0
    }

    .advancesale-detail-view.page-layout-1column .page-main .cover_one_white_widget,
    .advancesale-detail-view.page-layout-1column .page-main .cover_one_black_widget {
        margin: 0
    }

    .advancesale-detail-view.page-layout-1column .page-main .cover_three_white_widget {
        padding: 0 15px
    }

    .advancesale-detail-view .products-grid .item .item-inner .box-image .bottom-action-out-wrap {
        display: none
    }

    .advancesale-detail-view .cover_one_white_widget,
    .advancesale-detail-view .cover_one_black_widget {
        margin-left: 0;
        margin-right: 0;
        padding: 0 15px
    }

    .advancesale-detail-view .cover_three_white_widget,
    .advancesale-detail-view .cover_one_white_widget {
        padding: 0 15px
    }

    .advancesale-detail-view .block-slider-basic-product .products-grid .item .item-inner .product-name-des .product-name,
    .advancesale-detail-view .products-grid .item .item-inner .box-image .bottom-action-out-wrap,
    .advancesale-detail-view .block-slider-basic-product .products-grid .item .item-inner .product-name-des,
    .advancesale-detail-view .block-slider-basic-product .products-grid .item .item-inner .product-name-des .bs-description {
        height: auto
    }

    .advancesale-detail-view .block-slider-basic-product .products-grid .item .item-inner {
        margin-bottom: 0
    }

    .advancesale-detail-view .block-slider-basic-product {
        padding-bottom: 0
    }

    .advancesale-detail-view .block-slider-basic-product .products-grid .item .item-inner .box-image {
        min-height: auto
    }

    .advancesale-detail-view .block-slider-basic-product .products-grid .item .item-inner .box-image a img {
        width: 100%
    }

    .catalog-product-view .box-up-sell {
        width: 100%;
        overflow: hidden
    }

    .checkout-index-index .opc-block-summary .advance-sale-icon {
        background: #06c;
        color: #fff;
        font-size: 12px;
        padding: 0 5px;
        margin-bottom: 5px;
        display: inline-block
    }

    .checkout-cart-index .cart-empty {
        background: #f6f7f8;
        margin: 0;
        padding: 24px;
        height: 100vh
    }

    #yt-totop {
        border-radius: 100%;
        bottom: 70px;
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .htiger-qiyu-icon {
        cursor: pointer;
        position: fixed;
        bottom: 25px;
        background-color: #fff;
        right: 20px;
        z-index: 200;
        text-indent: -10000px;
        padding: 12px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        padding: 10px;
        font-size: 0;
        width: 40px;
        height: 40px
    }

    .htiger-qiyu-icon img {
        margin-right: 0;
        height: 20px
    }

    .advancesale-detail-view .cover_two_black_widget {
        margin: 0
    }

    .advancesale-detail-view .cover_two_white_widget {
        padding: 0 15px
    }

    .account .container .pager .pages .pages-items .item a {
        vertical-align: middle
    }

    body.cms-htiger-demo .page-wrapper {
        overflow: hidden
    }

    .header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content .header-search-popup {
        z-index: 99999
    }

    .catalog-product-view .block-slider-basic-product .owl-carousel .owl-nav {
        display: none !important
    }

    .catalog-product-view .product-content .product-content-right .product-introduce .img-list-popup .popup-box {
        height: auto !important
    }

    .catalog-product-view .product-content .product-content-right .product-introduce .img-list-popup .popup-box img {
        height: unset !important
    }

    .account.newsletter-manage-index .form-newsletter-manage .fieldset {
        margin-bottom: 20px
    }

    .products-grid .owl-carousel .owl-item img {
        height: 160px
    }

    body.checkout-cart-index {
        background: #f6f7f8
    }

    .catalog-product-view .product-content .product-content-right .product-introduce .img-list-popup {
        background-color: rgba(0, 0, 0, .8)
    }

    .products-grid .item .item-inner .box-image:hover&gt;a:after {
        background: 0 0 !important
    }

    .texthide {
        display: none !important
    }

    .service_four_white_widget .four_list .four_item,
    .service_four_black_widget .four_list .four_item {
        width: 50% !important
    }

    .service_four_white_widget .four_list .four_item .item_text_title,
    .service_four_black_widget .four_list .four_item .item_text_title {
        height: auto;
        font-size: 14px;
        font-weight: 500;
        color: #333
    }

    .service_four_white_widget .four_list .four_item .item_text_info,
    .service_four_black_widget .four_list .four_item .item_text_info {
        font-size: 12px;
        color: #999
    }

    .cover_one_white_widget.cover_all .container.texthide,
    .cover_one_black_widget .container.texthide,
    .cover_one_white_widget .container.texthide {
        display: none !important
    }

    .header-container .header-cart-content {
        line-height: 1.66
    }
}

@media (min-width:992px) {

    .checkout-index-index #shipping-new-address-form&gt;.field._required label:after,
    .checkout-index-index .invoice-section&gt;.field._required label:after {
        color: #e02b27 !important
    }

    .advancesale-detail-view .page-layout-1column .page-main {
        min-height: auto
    }
}

.header-container {
    padding-top: 130px
}

.header-container.header-not-fixed {
    padding-top: 65px
}

.header-container.header-not-fixed .menu-ontop {
    top: 65px
}

.header-style-1 .header-middle {
    top: 65px;
    position: fixed;
    width: 100%
}

.header-style-1.header-not-fixed .header-middle {
    position: relative;
    top: 0
}

.mb-header-link-info {
    display: none
}

.header-link-info {
    display: block;
    background: #000;
    height: 65px;
    border-bottom: .5px solid #737373;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0
}

.header-link-info .container {
    padding: 0
}

.header-link-info .header-link-content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-link-info .logo-wrapper {
    margin-bottom: 0
}

.header-link-info .logo-wrapper .icon-htiger-logo {
    font-size: 26.5px;
    color: #fff;
    margin-right: 25px
}

.header-link-info .link-info-container {
    display: flex;
    align-items: center;
    height: 65px;
    padding: 0;
    margin: 0
}

.header-link-info .link-info-item {
    padding: 0
}

.header-link-info .link-info-item&gt;a {
    padding: 0 15px;
    color: #fff;
    font-family: HtigerCHS-Light, HtigerCHS;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -.01em;
    height: 65px;
    line-height: 65px
}

.header-link-info .link-info-item:last-child&gt;a {
    padding-right: 0
}

.header-container .header-middle&gt;.container .content-header-bottom {
    height: 65px
}

.header-container .header-middle&gt;.container .content-header-bottom .yt-menu .logo-wrapper {
    display: none
}

.header-container .header-middle&gt;.container .content-header-bottom .yt-menu .header-link-info .logo-wrapper {
    display: flex
}

.header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_container {
    width: 100%;
    font-size: 16px;
    height: 65px
}

.header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_wrapper {
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-align: center
}

.header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_item {
    padding: 0
}

.header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_btn {
    position: static;
    padding: 0 17.5px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    font-family: HtigerCHS-Light, HtigerCHS;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -.01em
}

.header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_item:first-child .menu_btn {
    padding-left: 0
}

.header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #000;
    color: #fff;
    padding-top: 16px;
    height: calc(-130px + 100vh);
    overflow: hidden auto
}

.header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content .container {
    padding: 0
}

.header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    float: none
}

.header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_col {
    margin-right: 90px;
    margin-left: 0;
    text-align: left
}

.header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_col_wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    float: none;
    border-right: 1px solid #a6a6a6;
    margin-bottom: 45px
}

.header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_last {
    margin-left: 90px;
    margin-right: 0
}

.header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_last .menu_content_title {
    padding-bottom: 20px
}

.header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_last .menu_content_content {
    padding-bottom: 24px
}

.header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_last .menu_content_content&gt;a {
    letter-spacing: -.01em;
    font-size: 14px;
    line-height: 14px
}

.header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_item {
    margin-bottom: 37px
}

.header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_item:last-child {
    margin-bottom: 0
}

.header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_title {
    padding-bottom: 12px;
    line-height: 1
}

.header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_title&gt;a {
    display: inline-block;
    font-family: HtigerCHS-Light, HtigerCHS;
    font-weight: 400;
    letter-spacing: -.01em;
    font-size: 14px;
    line-height: 14px;
    color: #999
}

.header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_content {
    padding-bottom: 18px;
    max-width: 294px;
    line-height: 1
}

.header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_content:last-child {
    padding-bottom: 0
}

.header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_content&gt;a {
    display: inline-block;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 400;
    letter-spacing: -.03em;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    white-space: normal
}

.header-container .header-middle&gt;.container .content-header-bottom .navigation-container .active_btn {
    color: #fff;
    font-family: HtigerCHS-Bold, HtigerCHS
}

.category-menu .category-menu-part .category-menu-content .container&gt;div .category-menu-link-title {
    border-bottom: 0;
    font-size: 14px;
    font-family: HtigerCHS-Light, HtigerCHS;
    letter-spacing: -.01em;
    line-height: 1;
    font-weight: 400;
    color: #999;
    padding-bottom: 20px
}

.category-menu .category-menu-part .category-menu-content .container&gt;div .category-menu-link {
    padding-bottom: 34px;
    line-height: 1
}

.category-menu .category-menu-part .category-menu-content .container&gt;div .category-menu-link:last-child {
    padding-bottom: 0
}

.category-menu .category-menu-part .category-menu-content .container&gt;div .category-menu-link&gt;a {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-family: HtigerCHS-Medium, HtigerCHS;
    font-weight: 400;
    letter-spacing: -.03em;
    font-size: 20px;
    line-height: 36px;
    color: #fff !important
}

.notice-wrapper .notice-fixed.notice-pdp {
    top: 130px
}

@media screen and (max-width:991px) {
    .header-container {
        padding-top: 65px
    }

    .header-container.header-not-fixed {
        padding-top: 0
    }

    .header-style-1 .header-middle {
        top: 0;
        width: 100%
    }

    .header-link-info {
        display: none !important
    }

    .mb-header-link-info {
        display: block;
        background: #000;
        width: 100%;
        padding: 0 25px
    }

    .mb-header-link-info .mb-link-info-container {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 38px 0 0
    }

    .mb-header-link-info .mb-link-info-item {
        padding: 0;
        margin-bottom: 38px;
        line-height: 1
    }

    .mb-header-link-info .mb-link-info-item&gt;a {
        color: #fff;
        font-family: HtigerCHS-Light, HtigerCHS;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: -.01em;
        line-height: 14px
    }

    .header-container .header-middle&gt;.container .content-header-bottom {
        border-bottom: 1px solid #979797;
        height: 65px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .yt-menu .logo-wrapper {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        height: 65px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .yt-menu .menu-under {
        position: fixed;
        top: 65px;
        bottom: 0;
        height: auto;
        min-height: auto;
        overflow-y: auto
    }

    .header-container .header-middle&gt;.container .content-header-bottom .search-and-cart {
        height: 65px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .search-and-cart .header-search-content {
        width: auto !important
    }

    .header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_container {
        width: 100%;
        font-size: 16px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_wrapper {
        display: flex;
        align-items: start;
        flex-direction: column;
        padding: 0 25px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_item {
        padding: 0;
        width: 100%
    }

    .header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_btn {
        position: static;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #979797;
        font-size: 18px;
        font-family: HtigerCHS-Book, HtigerCHS
    }

    .header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_btn:after {
        content: '';
        display: inline-block;
        background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/d-down.svg) no-repeat center center;
        background-size: 15px;
        vertical-align: middle;
        width: 15px;
        height: 15px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_no_arrow:after {
        display: none
    }

    .header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_up:after {
        transform: rotate(-180deg)
    }

    .header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_item:first-child .menu_btn {
        padding-left: 0
    }

    .header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content {
        position: static;
        width: 100%;
        padding-top: 28px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content .container {
        padding: 0
    }

    .header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_box {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        margin: 0 auto;
        float: none;
        flex-direction: column
    }

    .header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_col {
        margin-right: 0;
        margin-left: 0;
        text-align: left
    }

    .header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_col_wrapper {
        margin-bottom: 0;
        border-right: 0;
        flex-direction: column
    }

    .header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_last {
        margin-left: 0
    }

    .header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_item {
        margin-bottom: 32px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_item:last-child {
        margin-bottom: 32px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_title {
        padding-bottom: 14px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_title&gt;a {
        font-family: HtigerCHS-Book, HtigerCHS
    }

    .header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_content {
        max-width: 100%;
        padding-bottom: 16px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .navigation-container .menu_content_content&gt;a {
        letter-spacing: -.01em;
        font-size: 18px;
        line-height: 30px
    }

    .header-container .header-middle&gt;.container .content-header-bottom .navigation-container .active_btn {
        color: #fff;
        font-family: HtigerCHS-Medium, HtigerCHS
    }

    .category-menu .category-menu-part .category-menu-content .container&gt;div {
        margin-top: 28px;
        margin-bottom: 38px
    }

    .category-menu .category-menu-part .category-menu-content .container&gt;div .category-menu-link-title {
        font-family: HtigerCHS-Book, HtigerCHS
    }

    .category-menu .category-menu-part .category-menu-content .container&gt;div .category-menu-link {
        padding-bottom: 28px
    }

    .category-menu .category-menu-part .category-menu-content .container&gt;div .category-menu-link&gt;a {
        letter-spacing: -.01em;
        font-size: 18px;
        line-height: 30px
    }
}

.checkout-cart-index #shopping-cart-table .gift-items {
    position: relative
}

.carve {
    clear: both;
    margin-right: 30px;
    padding-top: 30px;
    text-decoration: underline;
    cursor: pointer
}

.carve.gift-carve {
    clear: unset;
    float: none;
    position: absolute;
    right: 0;
    margin-right: 0;
    padding-top: 0
}

@media (max-width:991px) {
    .cart-container .cart.table-wrapper tr.item-info {
        align-items: start
    }

    .carve {
        margin-right: 0;
        padding-top: 15px;
        text-align: right
    }

    .carve.gift-carve {
        padding-top: 0
    }

    .cart-container .cart.table-wrapper tr.item-info td.col.qty {
        display: table
    }

    .cart-container .cart.table-wrapper td.col.qty .qty-section {
        float: right
    }

    .cover_four_black_widget .cover_title,
    .cover_four_white_widget .cover_title {
        height: auto !important
    }

    .cover_four_black_widget .item_img,
    .cover_four_white_widget .item_img {
        margin-bottom: 0
    }

    .cover_four_black_widget .ico-video,
    .cover_four_white_widget .ico-video {
        margin-bottom: 30px !important
    }

    .cover_three_white_widget .content .big_title,
    .cover_three_black_widget .content .big_title {
        margin-bottom: 30px
    }

    .cover_three_white_widget .content .all_items .item img:nth-child(1),
    .cover_three_black_widget .content .all_items .item img:nth-child(1) {
        margin-bottom: 0 !important
    }

    .cover_three_white_widget .content .all_items .item .ico-video,
    .cover_three_black_widget .content .all_items .item .ico-video {
        margin-bottom: 30px !important
    }

    .page-products .cover_four_black_widget .pm_text_item {
        height: auto
    }
}

.widget-scroll {
    padding: 0
}

.widget-scroll .owl-theme .owl-nav {
    margin-top: 0
}

.widget-scroll .owl-theme .owl-nav [class*=owl-] {
    background: #6a6a6a;
    opacity: .5;
    margin: 0;
    padding: 0;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: #333;
    position: absolute
}

.widget-scroll .owl-theme .owl-nav [class*=owl-]:before {
    display: inline-block;
    position: absolute;
    font-weight: 400;
    text-align: center;
    font-family: fontawesome;
    color: #fff;
    width: 48px;
    height: 48px;
    font-size: 28px;
    text-indent: 0;
    left: 0;
    top: 0;
    line-height: inherit;
    z-index: -1;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.widget-scroll .owl-theme .owl-nav [class*=owl-] span {
    display: none
}

.widget-scroll .owl-theme .owl-nav [class*=owl-]:hover {
    background: #000
}

.widget-scroll .owl-theme .owl-nav .owl-prev {
    left: 25px;
    top: calc(50% - 20px)
}

.widget-scroll .owl-theme .owl-nav .owl-prev:before {
    content: "\f104"
}

.widget-scroll .owl-theme .owl-nav .owl-next {
    right: 25px;
    top: calc(50% - 20px)
}

.widget-scroll .owl-theme .owl-nav .owl-next:before {
    content: "\f105"
}

.widget-scroll .owl-controls .owl-nav&gt;div {
    position: absolute;
    top: calc(50% - 20px);
    margin-top: 0
}

.widget-scroll .owl-controls .owl-nav&gt;div.owl-prev {
    left: 50px
}

.widget-scroll .owl-controls .owl-nav&gt;div.owl-next {
    right: 50px
}

.widget-scroll .logo_img {
    width: auto !important
}

.widget-scroll .owl-carousel .owl-stage-outer {
    padding: 0
}

.widget-scroll .btn_item {
    display: flex !important;
    align-items: baseline
}

.widget-scroll .btn_item .Arrow_picture {
    display: flex;
    align-items: center;
    justify-content: center
}

.widget-scroll .btn_item .Arrow_picture .Arrow_picture_icon {
    margin-top: 0
}

.widget-scroll .owl-theme .owl-dots {
    padding: 20px
}

.widget-scroll .owl-theme .owl-dots .owl-dot.active span,
.widget-scroll .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff
}

.widget-scroll .owl-theme .owl-dots .owl-dot span {
    background: #aaa;
    border: 1px solid #aaa
}

.widget-scroll .cover_one_black_widget .head_line {
    color: #ebebeb
}

.widget-scroll .second_line {
    font-size: 24px !important;
    line-height: normal !important
}

.widget-scroll .head_line {
    font-size: 18px
}

@media screen and (max-width:991px) {

    .widget-scroll .cover_one_white_widget,
    .widget-scroll .cover_one_black_widget {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0
    }

    .widget-scroll .cover_one_white_widget .btn_item,
    .widget-scroll .cover_one_black_widget .btn_item {
        margin-bottom: 0 !important
    }

    .widget-scroll .owl-controls {
        display: block !important
    }

    .widget-scroll .owl-controls .owl-nav {
        display: none !important
    }

    .widget-scroll .owl-controls .owl-nav&gt;div.owl-prev {
        left: 10px
    }

    .widget-scroll .owl-controls .owl-nav&gt;div.owl-next {
        right: 10px
    }

    .widget-scroll .owl-controls .owl-nav&gt;div {
        top: 15%
    }

    .widget-scroll .owl-theme .owl-dots {
        padding: 0 20px 10px
    }

    .widget-scroll .head_line {
        font-size: 16px
    }

    .widget-scroll .second_line {
        font-size: 18px !important
    }

    .category-view .wide-scroll {
        margin-left: -24px;
        margin-right: -24px
    }
}

@media screen and (min-width:992px) {
    .widget-scroll .btn_item {
        padding-top: 20px
    }
}

#pop-sign,
#pop-sign-in,
#pop-subscribe {
    display: none;
    margin: 0;
    padding: 30px 0 0
}

.htiger-compare.line {
    text-align: center
}

.box-subscribe {
    display: none
}

.htiger-compare h2.rcc__title-size--heading_2 {
    font-size: 27px
}

.htiger-compare p {
    color: #333
}

#subscribe-message {
    text-align: center;
    padding-bottom: 60px;
    padding-top: 20px;
    font-size: 24px
}

.modal-popup.sign-popup .modal-inner-wrap {
    max-width: 550px;
    top: 18%
}

.modal-popup.sign-popup .modal-header {
    padding-left: 0;
    padding-right: 0
}

.modal-popup.sign-popup .modal-header h1 {
    border-bottom: 1px solid #ebebeb;
    padding-left: 30px;
    padding-right: 30px;
    color: #333;
    font-size: 24px;
    padding-bottom: 30px
}

.modal-popup.sign-popup .modal-header .action-close {
    top: 20px;
    right: 15px
}

.modal-popup.sign-popup .modal-header .action-close:before {
    font-size: 55px;
    color: #333
}

.modal-popup.sign-popup .fieldset .field {
    position: relative;
    border: 1px solid #999;
    padding: 15px 20px;
    margin: 0 0 35px;
    height: 64px
}

.modal-popup.sign-popup .fieldset .field label {
    position: absolute;
    top: -5px;
    left: 20px;
    background: #fff;
    color: #555;
    padding: 0 10px !important;
    width: auto
}

.modal-popup.sign-popup .fieldset .field input {
    border: 0 !important;
    font-size: 16px;
    width: 100%
}

.modal-popup.sign-popup .fieldset .field.sms-code {
    width: calc(100% - 152px)
}

.modal-popup.sign-popup .fieldset .field a.send-sms {
    background: #ebebeb;
    display: inline-block;
    overflow: hidden;
    top: 0;
    position: absolute;
    right: -120px;
    padding: 20px;
    width: 132px;
    right: -152px;
    font-size: 16px;
    line-height: 24px;
    height: 64px;
    text-align: center
}

.modal-popup.sign-popup .fieldset .field .control {
    width: 100%
}

.modal-popup.sign-popup .fieldset .field .sms-code-wrap {
    display: block
}

.modal-popup.sign-popup a.phone-submit.primary {
    width: 100%;
    margin: 20px 0 30px;
    float: none;
    padding: 15px;
    font-size: 22px
}

.modal-popup.sign-popup a.phone-submit.primary.non-btn {
    background: #ebebeb;
    color: #a6a6a6
}

.modal-popup.sign-popup div.mage-error[generated] {
    margin-top: 15px
}

.modal-popup.sign-popup .popup-reg-content {
    padding: 0 0 30px
}

.modal-popup.sign-popup .popup-reg-content .upgrade-member {
    padding-bottom: 20px
}

.modal-popup.sign-popup .btn-subscribe {
    height: 64px;
    line-height: 64px;
    max-width: 180px;
    background: #333;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    font-size: 22px
}

.modal-popup.sign-popup #perfectuser-error {
    font-size: 12px;
    color: #e02b27;
    position: absolute;
    margin-top: -20px;
    margin-left: 20px
}

.modal-popup.sign-popup #sms-code-error {
    font-size: 12px !important;
    color: #e02b27;
    bottom: -25px !important;
    display: block;
    top: auto
}

.modal-popup.sign-popup label#sms-code-error {
    padding-left: 20px !important
}

.modal-popup.sign-popup #sms-login-container .fieldset:last-child {
    margin-bottom: 0
}

.modal-popup.sign-popup .member-agreement label {
    display: flex;
    align-items: inherit
}

.modal-popup.sign-popup .member-agreement label span {
    padding-top: 5px;
    font-size: 14px
}

.modal-popup.sign-popup .member-agreement a {
    text-decoration: underline
}

.customer-logoff .modal-inner-wrap {
    max-width: 524px;
    top: 20%;
    max-height: 90%;
    height: 400px
}

.customer-logoff .modal-inner-wrap .modal-content {
    font-size: 16px;
    text-align: left;
    margin-top: 0;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.customer-logoff .modal-inner-wrap .modal-content .customer-logoff-title {
    margin-bottom: 5px;
    margin-top: 5px
}

.customer-logoff .modal-inner-wrap .modal-content .customer-logoff-step {
    margin-bottom: 5px
}

.customer-logoff .modal-inner-wrap .modal-content .customer-logoff-service {
    margin-bottom: 5px;
    margin-top: 5px
}

.customer-logoff .modal-inner-wrap .modal-content::-webkit-scrollbar {
    display: none
}

.customer-logoff .modal-inner-wrap .modal-footer {
    align-content: center;
    margin-top: 5px
}

.customer-logoff .modal-inner-wrap .modal-footer .logoff-cancel {
    float: left;
    margin-left: 15%;
    height: 60px;
    font-size: 22px;
    line-height: 60px;
    width: 115px
}

.customer-logoff .modal-inner-wrap .modal-footer .logoff-ok {
    float: right;
    margin-right: 15%;
    background-color: #333;
    height: 60px;
    line-height: 60px;
    width: 115px;
    font-size: 22px
}

.customer-logoff .modal-inner-wrap .modal-footer .logoff-res-ok {
    max-width: 300px;
    width: 300px
}

.logoffMember {
    height: 36px;
    line-height: 36px;
    width: 115px
}

a&gt;#logoffMember:focus {
    background-color: #f5f5f5
}

@media (min-width:992px) {
    .modal-popup.sign-popup.sign-privacy .modal-inner-wrap {
        min-height: 425px
    }
}

@media (max-width:991px) {
    .modal-popup.sign-popup .modal-header h1 {
        padding-bottom: 20px;
        font-size: 20px
    }

    .modal-popup.sign-popup #subscribe-message {
        padding-top: 0;
        padding-bottom: 40px
    }

    .modal-popup.sign-popup #perfectuser-error {
        margin-left: 0
    }

    .modal-popup.sign-popup label#sms-code-error {
        padding-left: 0 !important
    }

    .modal-popup.sign-popup .modal-title {
        font-size: 16px;
        font-weight: 400
    }

    .modal-popup.sign-popup .modal-inner-wrap {
        width: 100%;
        bottom: 0;
        top: auto;
        margin-bottom: 0
    }

    .modal-popup.sign-popup .modal-inner-wrap .sms-code-input {
        width: 100%
    }

    .modal-popup.sign-popup.sign-res {
        bottom: 35%
    }

    .modal-popup.sign-popup.sign-res .modal-inner-wrap {
        width: 85%
    }

    .modal-popup.sign-popup.sign-res #pop-subscribe {
        padding-top: 20px
    }

    .modal-popup.sign-popup .btn-subscribe,
    .modal-popup.sign-popup a.phone-submit.primary {
        height: 44px;
        line-height: 44px;
        font-size: 18px
    }

    .modal-popup.sign-popup a.phone-submit.primary {
        padding: 0 15px
    }

    .modal-popup.sign-popup .modal-header .action-close:before {
        font-size: 35px
    }

    .modal-popup.sign-popup .member-agreement {
        font-size: 15px !important;
        padding-bottom: 10px
    }

    .modal-popup.sign-popup .member-agreement label {
        line-height: normal
    }

    .modal-popup.sign-popup .member-agreement label span {
        padding-top: 0
    }

    .modal-popup.sign-popup .member-agreement label a {
        font-size: 15px
    }

    .modal-popup.sign-popup .member-agreement label:before {
        float: left
    }

    .modal-popup.sign-popup .fieldset .field {
        height: 44px;
        padding: 0
    }

    .modal-popup.sign-popup .modal-header {
        padding-bottom: 2rem;
        padding-top: 2rem
    }

    .modal-popup.sign-popup .modal-header .action-close {
        top: 10px
    }

    .modal-popup.sign-popup .fieldset .field a.send-sms {
        height: 44px;
        padding: 10px 20px
    }

    .modal-popup.sign-popup .fieldset .field label {
        font-size: 14px !important;
        left: 10px
    }

    .modal-popup.sign-popup .fieldset .field input {
        padding-top: 5px
    }

    .modal-popup.sign-popup #pop-sign {
        padding-top: 20px
    }

    .modal-popup.sign-popup #subscribe-message {
        font-size: 18px
    }

    .htiger-compare .box-subscribe {
        padding: 0 24px;
        text-align: left
    }

    .htiger-compare .box-subscribe .flex-container {
        text-align: left
    }

    .htiger-compare .flex-container a {
        padding: 5px 15px;
        font-size: 20px
    }

    .customer-logoff .modal-inner-wrap {
        height: 300px
    }

    .customer-logoff .modal-inner-wrap .modal-header {
        padding-bottom: .5rem
    }

    .customer-logoff .modal-inner-wrap .modal-content {
        font-size: 14px;
        margin-top: 0
    }

    .customer-logoff .modal-inner-wrap .modal-footer {
        margin-top: 0
    }

    .customer-logoff .modal-inner-wrap .modal-footer .logoff-cancel {
        font-size: 16px;
        line-height: 30px;
        height: 30px;
        width: 30%
    }

    .customer-logoff .modal-inner-wrap .modal-footer .logoff-ok {
        font-size: 16px;
        line-height: 30px;
        height: 30px;
        width: 30%
    }

    .customer-logoff .modal-inner-wrap .modal-footer .logoff-res-ok {
        margin-right: 36%
    }

    .logoffMember {
        height: 20px;
        line-height: 20px;
        width: 115px;
        font-size: 16px
    }
}

.checkout-onepage-success .page-title-wrapper,
.checkout-success-old {
    display: none
}

.checkout-success {
    padding: 40px 0 100px;
    color: #333;
    text-align: center
}

.checkout-success .checkout-success-title {
    padding: 30px 0;
    font-size: 32px
}

.checkout-success .checkout-success-tips {
    font-size: 16px
}

.checkout-success .checkout-success-action {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    font-size: 16px
}

.checkout-success .checkout-success-action .checkout-success-keep-shopping,
.checkout-success-pick-up {
    width: 180px;
    padding: 8px 0;
    cursor: pointer
}

.checkout-success .checkout-success-action .checkout-success-keep-shopping {
    background-color: #ebebeb;
    margin-right: 30px
}

.checkout-success .checkout-success-action .checkout-success-pick-up {
    background-color: #333;
    color: #fff
}

.checkout-success .checkout-success-action .checkout-success-pick-up.disabled {
    background-color: #999;
    cursor: inherit
}

.checkout-onepage-failure .page-title-wrapper {
    display: none
}

.checkout-failure {
    padding: 40px 0 100px;
    color: #333;
    text-align: center
}

.checkout-failure .checkout-failure-title {
    padding: 30px 0;
    font-size: 32px
}

.checkout-failure .checkout-failure-tips {
    font-size: 16px
}

.checkout-failure .checkout-failure-action {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    font-size: 16px
}

.checkout-failure .checkout-failure-action .checkout-failure-back-home,
.checkout-failure-flush {
    width: 180px;
    padding: 8px 0;
    cursor: pointer;
    margin-left: 30px
}

.checkout-failure .checkout-failure-action .checkout-failure-back-home {
    background-color: #ebebeb;
    margin-right: 30px
}

.checkout-failure .checkout-failure-action .checkout-failure-flush {
    background-color: #333;
    color: #fff
}

.checkout-failure .checkout-failure-action .checkout-failure-flush.disabled {
    background-color: #999;
    cursor: inherit
}

.trade-in-appointment.modal-popup .modal-inner-wrap {
    max-width: 50%;
    top: 4%;
    bottom: 4%;
    min-height: 500px;
    overflow: auto
}

.trade-in-appointment.modal-popup .modal-inner-wrap .modal-title {
    padding: 20px 30px
}

.trade-in-appointment.modal-popup .trade-appointment-fieldset-title {
    font-size: 16px;
    padding: 20px 0 10px
}

.trade-in-appointment.modal-popup #submit-message {
    display: block !important
}

.trade-in-appointment.modal-popup .fieldset {
    margin: 0;
    border-bottom: 1px solid #d8d8d8
}

.trade-in-appointment.modal-popup .fieldset .horizontal-col-2 {
    display: flex;
    justify-content: space-between
}

.trade-in-appointment.modal-popup .fieldset .field {
    width: 48%
}

.trade-in-appointment.modal-popup .fieldset .field.address {
    width: 100%
}

.trade-in-appointment.modal-popup .fieldset .field.remark {
    width: 100%;
    margin-top: 30px
}

.trade-in-appointment.modal-popup .fieldset .field .validate-select {
    border: none;
    color: #333
}

.trade-in-appointment.modal-popup .fieldset .field.required .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px
}

.trade-in-appointment.modal-popup .fieldset .field input.datepicker {
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/date.png) no-repeat right 10px top 50%;
    box-shadow: unset !important;
    background-size: 20px
}

.trade-in-appointment.modal-popup .actions-toolbar .regsubmit {
    width: 100%;
    padding: 1px 0;
    margin: 30px 0;
    font-size: 22px;
    background-color: #333;
    height: 56px;
    line-height: 56px;
    color: #fff
}

.ui-datepicker .ui-datepicker-calendar td {
    padding: 0
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: 0 0
}

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

.ui-datepicker .ui-datepicker-calendar td a,
.ui-datepicker .ui-datepicker-calendar td span {
    padding: 8px 12px;
    text-align: center
}

.trade-in-appointment.modal-popup .fieldset .field.upload {
    width: 100%;
    border: none;
    padding: 0
}

.trade-in-appointment.modal-popup .fieldset .field .upload_container {
    display: flex
}

.trade-in-appointment.modal-popup .fieldset .field .upload_container .upload_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95px;
    height: 95px;
    color: #333;
    background-color: #fbfbfb;
    cursor: pointer
}

.trade-in-appointment.modal-popup .fieldset .field .upload_container .upload_image {
    position: relative;
    width: 95px;
    height: 95px;
    margin-right: 20px;
    display: flex;
    align-items: center
}

.trade-in-appointment.modal-popup .fieldset .field .upload_container .upload_image img {
    width: 100%
}

.trade-in-appointment.modal-popup .fieldset .field .upload_container .upload_image .delete_image {
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    background-color: #ccc
}

.trade-in-appointment.modal-popup .fieldset .field .upload_container .upload_image .delete_image i {
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.trade-in-appointment.modal-popup .fieldset .field.upload .upload_input {
    display: none
}

.trade-in-appointment.modal-popup .fieldset .field.upload .limit {
    margin: 20px 0 10px;
    font-size: 16px;
    color: #999
}

.trade-in-appointment.modal-popup .fieldset .field #datepicker-error {
    display: none !important
}

.trade-in-appointment.modal-popup .fieldset .field .datepicker.mage-error+#datepicker-error {
    display: block !important;
    margin-top: 20px
}

.trade-in-appointment.modal-popup .fieldset .field.upload #upload-message {
    margin: 0 0 8px
}

@media (max-width:991px) {
    .checkout-success {
        padding: 0 0 100px;
        text-align: left
    }

    .checkout-success .checkout-success-title {
        padding: 10px 0 24px;
        font-size: 28px
    }

    .checkout-success .checkout-success-tips {
        margin-bottom: 20px
    }

    .checkout-success .checkout-success-tips span {
        display: block
    }

    .checkout-success .checkout-success-action {
        flex-direction: column;
        text-align: center
    }

    .checkout-success .checkout-success-action .checkout-success-keep-shopping {
        width: 100%
    }

    .checkout-success .checkout-success-action .checkout-success-pick-up {
        width: 100%;
        margin-top: 20px
    }

    .trade-in-appointment.modal-popup .modal-inner-wrap {
        max-width: 100%;
        top: 12%;
        bottom: 0
    }

    .trade-in-appointment.modal-popup .modal-inner-wrap .modal-content {
        overflow: auto;
        padding: 0 24px
    }

    .trade-in-appointment.modal-popup div.mage-error[generated] {
        margin-top: 8px
    }

    .trade-in-appointment.modal-popup .fieldset .field .datepicker.mage-error+#datepicker-error {
        margin-top: 15px
    }

    .trade-in-appointment.modal-popup .fieldset .field input {
        padding: 10px 0 0 20px
    }

    .trade-in-appointment.modal-popup .fieldset .field {
        margin-bottom: 30px
    }

    .trade-in-appointment.modal-popup .modal-inner-wrap .modal-title {
        padding: 20px 24px
    }

    .trade-in-appointment.modal-popup .fieldset .field.province {
        width: 100%
    }

    .trade-in-appointment.modal-popup .fieldset .field .validate-select {
        margin-top: 2px;
        padding: 0 20px
    }

    .trade-in-appointment.modal-popup .fieldset .field.upload {
        height: auto;
        margin-bottom: 10px
    }

    .trade-in-appointment.modal-popup .actions-toolbar .regsubmit {
        font-size: 16px;
        height: 44px;
        line-height: 44px
    }

    .trade-in-appointment.modal-popup .fieldset .field .upload_container {
        flex-wrap: wrap
    }

    .trade-in-appointment.modal-popup .fieldset .field .upload_container .upload_image {
        margin: 0 20px 10px 0
    }

    .trade-in-appointment.modal-popup .fieldset .field .upload_container .upload_image:nth-child(3) {
        margin: 0
    }
}

.notice-wrapper {
    line-height: normal
}

.notice-wrapper .colse-box {
    max-width: 1264px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.notice-wrapper .colse-box span {
    position: absolute;
    right: 0;
    top: 12px;
    z-index: 2;
    cursor: pointer
}

.notice-wrapper .colse-box span:before {
    content: '\e616';
    font-family: 'icons-blank-theme';
    font-size: 40px;
    display: block;
    z-index: 2;
    color: #333
}

.notice-wrapper .notice-content {
    max-width: 1264px;
    width: 100%;
    margin: 0 auto;
    padding: 22.5px 40px 22.5px 0;
    position: relative
}

.notice-wrapper .slide-text {
    color: #333;
    font-size: 18px;
    letter-spacing: -.01em;
    line-height: 20px
}

.notice-wrapper .slide-text p {
    margin: 0
}

.notice-wrapper .slide-text strong {
    font-family: "HtigerCHS-Medium";
    font-weight: 400
}

.notice-wrapper .slide-text img {
    max-height: 20px;
    padding-right: 11px;
    vertical-align: middle;
    float: left
}

.notice-wrapper .slide-text a {
    text-decoration: underline;
    color: unset
}

.notice-wrapper .slide-text a:active,
.notice-wrapper .slide-text a:visited {
    color: unset
}

.notice-wrapper .swiper-button-prev:after,
.notice-wrapper .swiper-container-rtl .swiper-button-next:after {
    content: "\f104";
    font-family: fontawesome;
    font-size: 24px;
    color: #333
}

.notice-wrapper .swiper-button-next:after,
.notice-wrapper .swiper-container-rtl .swiper-button-prev:after {
    content: "\f105";
    font-family: fontawesome;
    font-size: 24px;
    color: #333
}

.notice-wrapper .swiper-button-next,
.notice-wrapper .swiper-button-prev {
    height: 40px
}

.notice-wrapper .swiper-button-next,
.notice-wrapper .swiper-container-rtl .swiper-button-prev {
    right: 0
}

.notice-wrapper .swiper-button-prev,
.notice-wrapper .swiper-container-rtl .swiper-button-next {
    left: 0
}

.notice-wrapper .swiper-container-autoheight {
    height: unset !important
}

.notice-wrapper .notice-fixed {
    position: fixed;
    top: 130px;
    z-index: 100;
    width: 100%
}

.notice-wrapper .notice-fixed.notice-pdp {
    top: 130px
}

.notice-wrapper .notice-fixed.notice-menu {
    top: 65px
}

.owl-carousel.owl-theme .owl-nav button[class*=owl-] {
    margin: 0;
    padding: 0;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: #333
}

.owl-nav.disabled,
.owl-dots.disabled {
    display: none !important
}

.owl-nav .owl-prev {
    left: 25px;
    top: 460px
}

.owl-nav .owl-next {
    right: 25px;
    top: 460px
}

.owl-nav&gt;button {
    position: absolute;
    top: 40.5%;
    margin-top: -25px
}

.owl-nav&gt;button span {
    display: none
}

.owl-nav button:before {
    display: inline-block;
    text-indent: 0;
    width: 100%;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 24px;
    line-height: 45px;
    font-weight: 400;
    text-align: center;
    font-family: fontawesome
}

.owl-nav .owl-next:before {
    content: "\f105" !important
}

.owl-nav .owl-prev:before {
    content: "\f104" !important
}

.owl-nav button.disabled {
    opacity: .2 !important
}

@media (max-width:1264px) {
    .notice-wrapper .colse-box {
        max-width: 1170px
    }

    .notice-wrapper .notice-content {
        max-width: 1170px
    }
}

@media (max-width:1200px) {
    .notice-wrapper .colse-box {
        max-width: 970px
    }

    .notice-wrapper .notice-content {
        max-width: 970px
    }
}

@media (max-width:992px) {
    .notice-wrapper .notice-content {
        padding: 19px 48px 19px 25px
    }

    .notice-wrapper .notice-content .slide-text {
        font-size: 16px
    }

    .notice-wrapper .notice-content .slide-text img {
        padding-right: 6px;
        padding-top: 0
    }

    .notice-wrapper .swiper-button-next,
    .notice-wrapper .notice-wrapper .swiper-container-rtl .swiper-button-prev {
        right: 15px
    }

    .notice-wrapper .swiper-button-prev,
    .notice-wrapper .notice-wrapper .swiper-container-rtl .swiper-button-next {
        left: 15px
    }

    .notice-wrapper .colse-box span {
        top: 10px;
        right: 10px
    }

    .notice-wrapper .colse-box span:before {
        font-size: 35px
    }

    .notice-wrapper .notice-fixed {
        position: fixed;
        top: 55px;
        z-index: 100;
        width: 100%
    }

    .notice-wrapper .notice-fixed.notice-pdp {
        top: 130px
    }

    .notice-wrapper .notice-fixed.notice-menu {
        top: 55px
    }
}

@media (min-width:1200px) {
    .notice-wrapper .colse-box span {
        right: -10px
    }
}

#htc-content {
    display: none;
    line-height: normal
}

.modal-popup.modal-htc .modal-header {
    padding-top: 75px
}

.modal-popup.modal-htc .modal-inner-wrap {
    max-width: 1340px;
    margin-top: 6rem
}

.modal-popup.modal-htc .action-close {
    z-index: 2;
    top: 32px;
    right: 32px;
    height: 20px
}

.modal-popup.modal-htc .action-close:before {
    content: '';
    display: block;
    background: url('../../frontend/Sm/htiger/zh_Hans_CN/images/dh-close.svg') no-repeat center center;
    background-size: 100%;
    width: 20px;
    height: 20px
}

.modal-popup.modal-htc .htc-title {
    text-align: center;
    padding-bottom: 50px
}

.modal-popup.modal-htc .htc-title h2 {
    font-size: 34px;
    line-height: 34px;
    color: #333;
    padding-bottom: 13px;
    letter-spacing: -.2rem
}

.modal-popup.modal-htc .htc-title span {
    font-size: 18px;
    color: #666;
    letter-spacing: -.01rem
}

.modal-popup.modal-htc #htc-content {
    padding: 0 0 75px
}

.modal-popup.modal-htc #htc-content ul {
    list-style: none;
    margin: 0 auto 22px;
    padding: 0;
    height: 100%;
    overflow: hidden;
    max-width: 832px
}

.modal-popup.modal-htc #htc-content li {
    float: left;
    width: calc(50% - 12px);
    margin: 0 12px 32px;
    position: relative
}

.modal-popup.modal-htc #htc-content li img {
    max-width: 400px;
    width: 100%
}

.modal-popup.modal-htc #htc-content li input[type=checkbox] {
    display: none
}

.modal-popup.modal-htc #htc-content li input[type=checkbox]:checked+label {
    border: 3pt solid #79b928
}

.modal-popup.modal-htc #htc-content li label {
    cursor: pointer;
    box-sizing: border-box;
    display: block;
    max-width: 400px;
    max-height: 200px;
    overflow: hidden;
    margin: 0 auto
}

.modal-popup.modal-htc #htc-content li:nth-child(2n) {
    margin-right: 0
}

.modal-popup.modal-htc #htc-content li:nth-child(2n+1) {
    clear: both;
    margin-left: 0
}

.modal-popup.modal-htc #htc-content li span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 18px;
    letter-spacing: -.01rem
}

.modal-popup.modal-htc #htc-content .htc-btn {
    font-size: 18px;
    color: #999;
    font-family: "HtigerCHS-Medium", Arial, sans-serif;
    height: 60px;
    width: 310px;
    background-color: #ededed;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;
    cursor: pointer;
    letter-spacing: -.01rem
}

.modal-popup.modal-htc #htc-content .htc-btn.active {
    background-color: #79b928;
    color: #000
}

.modal-popup.modal-htc #htc-content .htc-btn.active.htc-next:after {
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/h-right.svg) no-repeat center center
}

.modal-popup.modal-htc #htc-content .htc-btn.htc-next:after {
    content: '';
    display: inline-block;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/hg-right.svg) no-repeat center center;
    background-size: 8.1px;
    width: 8.1px;
    height: 14px;
    margin-left: 12px
}

.modal-popup.modal-htc #htc-content .htc-btn.htc-pre {
    color: #000
}

.modal-popup.modal-htc #htc-content .htc-btn.htc-pre:before {
    content: '';
    display: inline-block;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/h-right.svg) no-repeat center center;
    background-size: 8.1px;
    width: 8.1px;
    height: 14px;
    margin-left: 0;
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    margin-right: 12px
}

.modal-popup.modal-htc #htc-content .htc-two ul {
    max-width: 1264px
}

.modal-popup.modal-htc #htc-content .htc-two ul li {
    width: calc(33.3% - 16px)
}

.modal-popup.modal-htc #htc-content .htc-two ul li:nth-child(2n) {
    margin-right: 12px
}

.modal-popup.modal-htc #htc-content .htc-two ul li:nth-child(3n) {
    margin-right: 0
}

.modal-popup.modal-htc #htc-content .htc-two ul li:nth-child(2n+1) {
    margin-left: 12px;
    clear: unset
}

.modal-popup.modal-htc #htc-content .htc-two ul li:nth-child(3n+1) {
    clear: both;
    margin-left: 0
}

.modal-popup.modal-htc #htc-content .htc-three ul {
    max-width: 1262px
}

.modal-popup.modal-htc #htc-content .htc-three ul label {
    max-width: 615px;
    max-height: 307.5px
}

.modal-popup.modal-htc #htc-content .htc-three ul li img {
    max-width: 615px
}

.modal-popup.modal-htc #htc-content .htc-three .htc-btn.htc-next:after {
    display: none
}

.modal-popup.modal-htc #htc-content .htc-btn-box {
    display: flex;
    justify-content: center
}

.modal-popup.modal-htc #htc-content .htc-btn-box .htc-btn {
    margin: 0 16px
}

@media (max-width:991px) {
    .modal-popup.modal-htc .action-close {
        top: -33px;
        right: 0
    }

    .modal-popup.modal-htc .action-close:before {
        background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/d-close.svg) no-repeat center center;
        width: 18px;
        height: 18px
    }

    .modal-popup.modal-htc .modal-inner-wrap {
        width: calc(100% - 50px);
        margin: 5rem auto
    }

    .modal-popup.modal-htc .modal-inner-wrap .modal-content {
        padding-left: 27.5px;
        padding-right: 27.5px
    }

    .modal-popup.modal-htc .modal-header {
        padding-top: 50px
    }

    .modal-popup.modal-htc .htc-title {
        padding-bottom: 20px
    }

    .modal-popup.modal-htc .htc-title h2 {
        font-size: 22px;
        line-height: 22px;
        padding-bottom: 10px;
        letter-spacing: -.02rem
    }

    .modal-popup.modal-htc .htc-title span {
        font-size: 14px
    }

    .modal-popup.modal-htc #htc-content {
        padding: 0 0 50px
    }

    .modal-popup.modal-htc #htc-content ul {
        margin-bottom: 10px
    }

    .modal-popup.modal-htc #htc-content ul li {
        width: 100%;
        clear: both;
        margin: 0 0 10px
    }

    .modal-popup.modal-htc #htc-content ul li img {
        border: 1px solid #ededed
    }

    .modal-popup.modal-htc #htc-content ul li label,
    .modal-popup.modal-htc #htc-content ul li img {
        max-width: 100%;
        max-height: 100%
    }

    .modal-popup.modal-htc #htc-content ul li input[type=checkbox]:checked+label {
        border: 2px solid #79b928
    }

    .modal-popup.modal-htc #htc-content ul li input[type=checkbox]:checked+label img {
        border: 0
    }

    .modal-popup.modal-htc #htc-content ul li span {
        font-size: 16px
    }

    .modal-popup.modal-htc #htc-content .htc-two ul li {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        float: none
    }

    .modal-popup.modal-htc #htc-content .htc-two .htc-btn {
        width: 128px;
        margin: 0 6px
    }

    .modal-popup.modal-htc #htc-content .htc-two .htc-btn.htc-pre {
        margin-left: 0
    }

    .modal-popup.modal-htc #htc-content .htc-two .htc-btn.htc-next {
        margin-right: 0
    }

    .modal-popup.modal-htc #htc-content .htc-three .htc-btn {
        width: 128px;
        margin: 0 6px
    }

    .modal-popup.modal-htc #htc-content .htc-three .htc-btn.htc-pre {
        margin-left: 0
    }

    .modal-popup.modal-htc #htc-content .htc-three .htc-btn.htc-next {
        margin-right: 0
    }

    .modal-popup.modal-htc #htc-content .htc-btn {
        width: 100%;
        height: 50px;
        font-size: 16px
    }

    .modal-popup.modal-htc #htc-content .htc-btn.htc-next:after {
        background-size: 6.4px;
        width: 6.4px;
        height: 12px
    }

    .modal-popup.modal-htc #htc-content .htc-btn.htc-pre:before {
        background-size: 6.4px;
        width: 6.4px;
        height: 12px
    }

    .modals-overlay {
        background-color: rgba(0, 0, 0, .7)
    }
}

@media (min-width:992px) {
    .modal-popup.modal-htc #htc-content li img {
        transition: all .5s
    }

    .modal-popup.modal-htc #htc-content li img:hover {
        transform: scale(1.2)
    }
}

#helpme-content,
#ec-help-content {
    display: none;
    line-height: normal
}

.modal-popup.modal-helpme .modal-header {
    padding-top: 75px
}

.modal-popup.modal-helpme .modal-inner-wrap {
    max-width: 1340px;
    margin-top: 6rem
}

.modal-popup.modal-helpme .action-close {
    z-index: 2;
    top: 32px;
    right: 32px;
    height: 20px
}

.modal-popup.modal-helpme .action-close:before {
    content: '';
    display: block;
    background: url('../../frontend/Sm/htiger/zh_Hans_CN/images/dh-close.svg') no-repeat center center;
    background-size: 100%;
    width: 20px;
    height: 20px
}

.modal-popup.modal-helpme .modal-content {
    padding-left: 0;
    padding-right: 0
}

.modal-popup.modal-helpme .helpme-title {
    text-align: center;
    padding-bottom: 35px
}

.modal-popup.modal-helpme .helpme-title h2 {
    font-size: 34px;
    line-height: 34px;
    color: #333;
    padding-bottom: 13px;
    letter-spacing: -.2rem
}

.modal-popup.modal-helpme .helpme-title span {
    font-size: 18px;
    color: #666;
    letter-spacing: -.01rem
}

.modal-popup.modal-helpme #helpme-content {
    padding: 0 0 75px
}

.modal-popup.modal-helpme #helpme-content ul {
    list-style: none;
    margin: 0 auto 50px;
    padding: 70px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fbfbfb
}

.modal-popup.modal-helpme #helpme-content li {
    margin: 0 16px;
    width: 184px;
    height: 200px;
    position: relative;
    background-color: #fff
}

.modal-popup.modal-helpme #helpme-content li img {
    width: 100%
}

.modal-popup.modal-helpme #helpme-content li input[type=checkbox] {
    display: none
}

.modal-popup.modal-helpme #helpme-content li input[type=checkbox]:checked+label {
    border: 3pt solid #79b928
}

.modal-popup.modal-helpme #helpme-content li label {
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.modal-popup.modal-helpme #helpme-content li span {
    color: #333;
    font-size: 18px;
    letter-spacing: -.01rem;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: 100%
}

.modal-popup.modal-helpme #helpme-content .helpme-btn {
    font-size: 18px;
    color: #999;
    font-family: "HtigerCHS-Medium", Arial, sans-serif;
    height: 60px;
    width: 310px;
    background-color: #ededed;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;
    cursor: pointer;
    letter-spacing: -.01rem
}

.modal-popup.modal-helpme #helpme-content .helpme-btn.active {
    background-color: #79b928;
    color: #000
}

.modal-popup.modal-helpme #helpme-content .helpme-btn.active.helpme-next:after {
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/h-right.svg)
}

.modal-popup.modal-helpme #helpme-content .helpme-btn.helpme-next:after {
    content: '';
    display: inline-block;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/hg-right.svg) no-repeat center center;
    background-size: 8.1px;
    width: 8.1px;
    height: 14px;
    margin-left: 12px
}

.modal-popup.modal-helpme #helpme-content .helpme-btn.helpme-pre {
    color: #000
}

.modal-popup.modal-helpme #helpme-content .helpme-btn.helpme-pre:before {
    content: '';
    display: inline-block;
    background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/h-right.svg) no-repeat center center;
    background-size: 8.1px;
    width: 8.1px;
    height: 14px;
    margin-left: 0;
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    margin-right: 12px
}

.modal-popup.modal-helpme #helpme-content .helpme-btn-box {
    display: flex;
    justify-content: center
}

.modal-popup.modal-helpme #helpme-content .helpme-btn-box .helpme-btn {
    margin: 0 16px
}

.revamp-ec-howtochoose .page-main,
.revamp-ec-compare .page-main {
    padding: 0
}

.revamp-ec-howtochoose .col1-layout&gt;.container,
.revamp-ec-compare .col1-layout&gt;.container {
    width: 100%
}

.modal-popup.modal-ec-help .modal-header {
    padding-top: 75px;
    padding-bottom: 0
}

.modal-popup.modal-ec-help .modal-inner-wrap {
    max-width: 1340px;
    margin-top: 6rem
}

.modal-popup.modal-ec-help .action-close {
    z-index: 2;
    top: 32px;
    right: 32px;
    height: 20px
}

.modal-popup.modal-ec-help .action-close:before {
    content: '';
    display: block;
    background: url('../../frontend/Sm/htiger/zh_Hans_CN/images/dh-close.svg') no-repeat center center;
    background-size: 100%;
    width: 20px;
    height: 20px
}

.modal-popup.modal-ec-help .modal-content {
    padding-left: 0;
    padding-right: 0
}

.modal-popup.modal-ec-help .ec-help-title {
    text-align: center;
    padding-bottom: 50px
}

.modal-popup.modal-ec-help .ec-help-title h2 {
    font-size: 34px;
    line-height: 34px;
    color: #333;
    padding-bottom: 13px;
    letter-spacing: -.2rem
}

.modal-popup.modal-ec-help .ec-help-title span {
    font-size: 18px;
    color: #666;
    letter-spacing: -.01rem
}

.modal-popup.modal-ec-help #ec-help-content {
    padding: 0 0 75px
}

.modal-popup.modal-ec-help #ec-help-content ul {
    max-width: 1264px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    padding-bottom: 18px
}

.modal-popup.modal-ec-help #ec-help-content li {
    float: left;
    margin: 0 16px 32px;
    position: relative;
    width: calc(33.3% - 21.5px)
}

.modal-popup.modal-ec-help #ec-help-content li:nth-child(3n) {
    margin-right: 0
}

.modal-popup.modal-ec-help #ec-help-content li:nth-child(3n+1) {
    clear: both;
    margin-left: 0
}

.modal-popup.modal-ec-help #ec-help-content li img {
    max-width: 400px;
    width: 100%
}

.modal-popup.modal-ec-help #ec-help-content li input[type=checkbox] {
    display: none
}

.modal-popup.modal-ec-help #ec-help-content li input[type=checkbox]:checked+label {
    border: 3pt solid #79b928
}

.modal-popup.modal-ec-help #ec-help-content li label {
    cursor: pointer;
    box-sizing: border-box;
    display: block;
    max-width: 400px;
    max-height: 200px;
    overflow: hidden;
    margin: 0 auto
}

.modal-popup.modal-ec-help #ec-help-content li span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 18px;
    letter-spacing: -.01rem
}

.modal-popup.modal-ec-help #ec-help-content .ec-help-btn {
    font-size: 18px;
    color: #999;
    font-family: "HtigerCHS-Medium", Arial, sans-serif;
    height: 60px;
    width: 310px;
    background-color: #ededed;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;
    clear: both;
    cursor: pointer;
    letter-spacing: -.01rem
}

.modal-popup.modal-ec-help #ec-help-content .ec-help-btn.active {
    background-color: #79b928;
    color: #000
}

.modal-popup.modal-ec-help #ec-help-content .ec-help-btn-box {
    display: flex;
    justify-content: center
}

.modal-popup.modal-ec-help #ec-help-content .ec-help-btn-box .ec-help-btn {
    margin: 0 16px
}

.nav-tag {
    margin: 0 auto;
    line-height: normal
}

.nav-tag.line {
    border-top: 1px solid #dcdcdc
}

.nav-tag .title {
    max-width: 1264px;
    margin: 0 auto;
    font-size: 34px;
    padding-top: 120px;
    letter-spacing: -.03em;
    color: #333
}

.nav-tag ul {
    max-width: 1264px;
    margin: 0 auto;
    padding: 50px 0 30px;
    height: 100%;
    overflow: hidden
}

.nav-tag ul li {
    float: left;
    padding-right: 70px;
    padding-bottom: 20px
}

.nav-tag ul li:last-child {
    padding-right: 0
}

.nav-tag ul a {
    font-size: 22px;
    color: #999
}

.nav-tag ul a:hover {
    font-family: 'HtigerCHS-Medium';
    color: #333;
    text-decoration: underline
}

@media (max-width:991px) {
    .modal-popup.modal-helpme .action-close {
        top: -33px;
        right: 0
    }

    .modal-popup.modal-helpme .action-close:before {
        background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/d-close.svg) no-repeat center center;
        width: 18px;
        height: 18px
    }

    .modal-popup.modal-helpme .modal-content {
        height: 100%
    }

    .modal-popup.modal-helpme .modal-inner-wrap {
        width: calc(100% - 50px);
        margin: 5rem auto;
        height: calc(100% - 10rem)
    }

    .modal-popup.modal-helpme .modal-header {
        padding-top: 50px
    }

    .modal-popup.modal-helpme .helpme-title {
        padding-bottom: 20px
    }

    .modal-popup.modal-helpme .helpme-title h2 {
        font-size: 22px;
        line-height: 22px;
        padding-bottom: 10px;
        letter-spacing: -.02rem
    }

    .modal-popup.modal-helpme .helpme-title span {
        font-size: 14px
    }

    .modal-popup.modal-helpme #helpme-content {
        padding: 0 0 50px
    }

    .modal-popup.modal-helpme #helpme-content ul {
        margin-bottom: 10px;
        display: block;
        padding: 30px 27.5px;
        height: 100%;
        overflow: hidden
    }

    .modal-popup.modal-helpme #helpme-content ul li {
        float: left;
        width: calc(50% - 6px);
        margin: 0 12px 10px 0;
        height: auto
    }

    .modal-popup.modal-helpme #helpme-content ul li:nth-child(2n) {
        margin-right: 0
    }

    .modal-popup.modal-helpme #helpme-content ul li:nth-child(2n+1) {
        clear: both
    }

    .modal-popup.modal-helpme #helpme-content ul li label,
    .modal-popup.modal-helpme #helpme-content ul li img {
        max-width: 100%;
        max-height: 100%
    }

    .modal-popup.modal-helpme #helpme-content ul li input[type=checkbox]:checked+label {
        border: 2px solid #79b928
    }

    .modal-popup.modal-helpme #helpme-content ul li input[type=checkbox]:checked+label img {
        border: 0
    }

    .modal-popup.modal-helpme #helpme-content ul li span {
        font-size: 16px
    }

    .modal-popup.modal-helpme #helpme-content .helpme-one .helpme-btn {
        position: absolute;
        bottom: 50px;
        left: 27.5px
    }

    .modal-popup.modal-helpme #helpme-content .helpme-two .helpme-btn {
        width: 128px;
        margin: 0 6px
    }

    .modal-popup.modal-helpme #helpme-content .helpme-two .helpme-btn.helpme-pre {
        margin-left: 0
    }

    .modal-popup.modal-helpme #helpme-content .helpme-two .helpme-btn.helpme-next {
        margin-right: 0
    }

    .modal-popup.modal-helpme #helpme-content .helpme-btn {
        width: calc(100% - 55px);
        height: 50px;
        font-size: 16px;
        margin: 0 auto
    }

    .modal-popup.modal-helpme #helpme-content .helpme-btn.helpme-next:after {
        background-size: 6.4px;
        width: 6.4px;
        height: 12px
    }

    .modal-popup.modal-helpme #helpme-content .helpme-btn.helpme-pre:before {
        background-size: 6.4px;
        width: 6.4px;
        height: 12px
    }

    .modal-popup.modal-ec-help .action-close {
        top: -33px;
        right: 0
    }

    .modal-popup.modal-ec-help .action-close:before {
        background: url(../../frontend/Sm/htiger/zh_Hans_CN/images/d-close.svg) no-repeat center center;
        width: 18px;
        height: 18px
    }

    .modal-popup.modal-ec-help .modal-inner-wrap {
        width: calc(100% - 50px);
        margin: 5rem auto
    }

    .modal-popup.modal-ec-help .modal-inner-wrap .modal-content {
        padding-left: 27.5px;
        padding-right: 27.5px
    }

    .modal-popup.modal-ec-help .modal-header {
        padding-top: 50px
    }

    .modal-popup.modal-ec-help .ec-help-title {
        padding-bottom: 20px
    }

    .modal-popup.modal-ec-help .ec-help-title h2 {
        font-size: 22px;
        line-height: 22px;
        padding-bottom: 10px;
        letter-spacing: -.02rem
    }

    .modal-popup.modal-ec-help .ec-help-title span {
        font-size: 14px
    }

    .modal-popup.modal-ec-help #ec-help-content {
        padding: 0 0 50px
    }

    .modal-popup.modal-ec-help #ec-help-content ul {
        margin-bottom: 20px;
        padding-bottom: 0
    }

    .modal-popup.modal-ec-help #ec-help-content ul li {
        width: 100%;
        clear: both;
        margin: 0 0 10px
    }

    .modal-popup.modal-ec-help #ec-help-content ul li img {
        border: 1px solid #ededed
    }

    .modal-popup.modal-ec-help #ec-help-content ul li label,
    .modal-popup.modal-ec-help #ec-help-content ul li img {
        max-width: 100%;
        max-height: 100%
    }

    .modal-popup.modal-ec-help #ec-help-content ul li input[type=checkbox]:checked+label {
        border: 3px solid #79b928
    }

    .modal-popup.modal-ec-help #ec-help-content ul li input[type=checkbox]:checked+label img {
        border: 0
    }

    .modal-popup.modal-ec-help #ec-help-content ul li span {
        font-size: 16px
    }

    .modal-popup.modal-ec-help #ec-help-content ul li:last-child {
        margin-bottom: 0
    }

    .modal-popup.modal-ec-help #ec-help-content .ec-help-one ul li {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        float: none
    }

    .modal-popup.modal-ec-help #ec-help-content .ec-help-btn {
        width: 100%;
        height: 50px;
        font-size: 16px
    }

    .nav-tag .title {
        padding: 65px 25px 0;
        font-size: 26px;
        letter-spacing: -.02em
    }

    .nav-tag ul {
        overflow-x: auto;
        white-space: nowrap;
        word-break: initial;
        width: 100%;
        padding: 25px
    }

    .nav-tag ul li {
        float: none;
        display: inline-block;
        padding-right: 30px;
        padding-bottom: 0
    }

    .nav-tag ul a {
        font-size: 14px
    }
}

@media (min-width:992px) {
    .modal-popup.modal-ec-help #ec-help-content li img {
        transition: all .5s
    }

    .modal-popup.modal-ec-help #ec-help-content li img:hover {
        transform: scale(1.2)
    }
}

@media screen and (min-width:992px) and (max-width:1750px) {
    .modal-popup.modal-ec-help #ec-help-content ul {
        padding: 0 32px 18px;
        height: 100%;
        overflow: hidden
    }
}

.sm-htiger.cms-page-view .contain-box h3 {
    padding-bottom: 12px;
    color: #333
}

.sm-htiger.cms-page-view .contain-box p {
    font-size: 16px;
    color: #555
}

.sm-htiger.cms-page-view .contain-box .line {
    margin: 32px 0;
    height: 1px;
    background-color: #ececec
}

.sm-htiger.cms-page-view .contain-box .two-columns {
    padding: 30px 0 0
}

@media (max-width:991px) {
    .mb-distance {
        padding: 0 25px;
        width: 100%
    }

    .sm-htiger.cms-page-view .col1-layout&gt;.container {
        padding: 0
    }

    .sm-htiger.cms-page-view .col1-layout&gt;.container&gt;.row {
        margin: 0
    }

    .sm-htiger.cms-page-view .col1-layout&gt;.container&gt;.row&gt;.col-md-12 {
        padding: 0
    }

    .sm-htiger.cms-page-view .contain-box {
        padding: 0 25px;
        width: 100%
    }

    .sm-htiger.cms-page-view .contain-box h3 {
        padding-bottom: 8px;
        font-size: 24px
    }

    .sm-htiger.cms-page-view .contain-box .line {
        margin: 24px 0
    }

    .sm-htiger.cms-page-view .contain-box p {
        font-size: 14px
    }
}

.loader {
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    width: 50px;
    height: 50px
}

.loader:before {
    content: "";
    display: block;
    padding-top: 100%
}

.circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.path {
    stroke: #000;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round
}

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

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

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

@-webkit-keyframes hover-in-interactive {
    0.00% {
        background-color: #000;
        padding-top: 0;
        width: 0
    }

    to {
        background-color: #000;
        padding-top: 90rem;
        width: 90rem
    }
}

@keyframes hover-in-interactive {
    0.00% {
        background-color: #000;
        padding-top: 0;
        width: 0
    }

    to {
        background-color: #000;
        padding-top: 90rem;
        width: 90rem
    }
}

@-webkit-keyframes hover-in-transactional {
    0.00% {
        background-color: #65a01b;
        padding-top: 0;
        width: 0
    }

    to {
        background-color: #65a01b;
        padding-top: 90rem;
        width: 90rem
    }
}

@keyframes hover-in-transactional {
    0.00% {
        background-color: #65a01b;
        padding-top: 0;
        width: 0
    }

    to {
        background-color: #65a01b;
        padding-top: 90rem;
        width: 90rem
    }
}

@-webkit-keyframes hover-in-linking {
    0.00% {
        background-color: #c9c9c9;
        padding-top: 0;
        width: 0
    }

    to {
        background-color: #c9c9c9;
        padding-top: 90rem;
        width: 90rem
    }
}

@keyframes hover-in-linking {
    0.00% {
        background-color: #c9c9c9;
        padding-top: 0;
        width: 0
    }

    to {
        background-color: #c9c9c9;
        padding-top: 90rem;
        width: 90rem
    }
}

@-webkit-keyframes hover-blue {
    0.00% {
        background-color: #0081b7;
        padding-top: 0;
        width: 0
    }

    to {
        background-color: #0081b7;
        padding-top: 90rem;
        width: 90rem
    }
}

@keyframes hover-blue {
    0.00% {
        background-color: #0081b7;
        padding-top: 0;
        width: 0
    }

    to {
        background-color: #0081b7;
        padding-top: 90rem;
        width: 90rem
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../../frontend/Sm/htiger/zh_Hans_CN/Mageplaza_Core/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

@media (max-width:991px) {
    .owl-nav {
        display: none !important
    }
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -webkit-transform-origin: center bottom;
    animation-name: bounce;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: headShake;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-animation-name: swing;
    -webkit-transform-origin: top center;
    animation-name: swing;
    transform-origin: top center
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    -webkit-transform-origin: center;
    animation-name: jello;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-duration: 1.3s;
    -webkit-animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-duration: 1.3s;
    animation-name: heartBeat;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        -webkit-transform: scaleX(1);
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        -webkit-transform: scaleX(1);
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-duration: .75s;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(0, 3000px, 0);
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(0, 3000px, 0);
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-duration: .75s;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
    }

    to {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

@keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
    }

    to {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

.animated.flip {
    -webkit-animation-name: flip;
    -webkit-backface-visibility: visible;
    animation-name: flip;
    backface-visibility: visible
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    animation-name: flipInX;
    backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        opacity: 1;
        transform: perspective(400px) rotateY(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        opacity: 1;
        transform: perspective(400px) rotateY(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    animation-name: flipInY;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    animation-duration: .75s;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
        transform: perspective(400px) rotateY(-15deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
        transform: perspective(400px) rotateY(-15deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: flipOutY;
    -webkit-backface-visibility: visible !important;
    animation-duration: .75s;
    animation-name: flipOutY;
    backface-visibility: visible !important
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }

    60% {
        -webkit-transform: skewX(20deg);
        opacity: 1;
        transform: skewX(20deg)
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }

    60% {
        -webkit-transform: skewX(20deg);
        opacity: 1;
        transform: skewX(20deg)
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(-200deg);
        transform-origin: center
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: center;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: center
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(-200deg);
        transform-origin: center
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: center;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: center
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: right bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: right bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        opacity: 1;
        transform-origin: center
    }

    to {
        -webkit-transform: rotate(200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(200deg);
        transform-origin: center
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        opacity: 1;
        transform-origin: center
    }

    to {
        -webkit-transform: rotate(200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(200deg);
        transform-origin: center
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }

    to {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }

    to {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }

    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: right bottom
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }

    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: right bottom
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }

    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }

    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }

    to {
        -webkit-transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: right bottom
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }

    to {
        -webkit-transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: right bottom
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform-origin: top left
    }

    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
        transform: rotate(60deg);
        transform-origin: top left
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        opacity: 0;
        transform: translate3d(0, 700px, 0)
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform-origin: top left
    }

    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
        transform: rotate(60deg);
        transform-origin: top left
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        opacity: 0;
        transform: translate3d(0, 700px, 0)
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-duration: 2s;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    0% {
        -webkit-transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        -webkit-transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

@keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

@keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom
    }
}

@keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        -webkit-transition: none !important;
        animation: unset !important;
        transition: none !important
    }
}

#banner-slider-carousel {
    margin-top: 5px;
    margin-bottom: 5px
}

#banner-slider-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0
}

#banner-slider-carousel .owl-nav {
    opacity: 0
}

#banner-slider-carousel:hover .owl-nav,
#banner-slider-carousel:hover .owl-dots {
    opacity: 1
}

#banner-slider-carousel .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    height: auto;
    width: 5%;
    text-align: center;
    font-size: 3.9em;
    color: #fff;
    background: 0 0;
    opacity: .5;
    text-transform: capitalize;
    justify-content: center;
    margin: 0
}

#banner-slider-carousel .owl-nav .owl-prev {
    left: 1px
}

#banner-slider-carousel .owl-nav .owl-next {
    right: 1px
}

#banner-slider-carousel .owl-item img {
    transform-style: unset
}

#banner-slider-carousel .item-video {
    height: 340px
}

#banner-slider-carousel .banner-title {
    position: absolute;
    bottom: 0;
    padding: 1em;
    background: rgba(0, 0, 0, .5);
    color: #f0f0f0;
    border-radius: 4px 4px 0 0;
    opacity: .5
}

.banner-item:hover .banner-title {
    opacity: 1 !important
}

.field.sms-code .sms-code-input {
    width: auto
}

.field.sms-code .sms-code-wrap {
    display: inline-block
}

.field.sms-code a.send-sms {
    vertical-align: top;
    padding: 5px 15px
}

/**
 * Swiper 5.3.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 10, 2020
 */



:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical&gt;.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow&gt;.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column&gt;.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode&gt;.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode&gt;.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode&gt;.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode&gt;.swiper-wrapper&gt;.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode&gt;.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode&gt;.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical&gt;.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl&gt;.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal&gt;.swiper-pagination-progressbar,
.swiper-container-vertical&gt;.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal&gt;.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical&gt;.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal&gt;.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical&gt;.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container&gt;canvas,
.swiper-zoom-container&gt;img,
.swiper-zoom-container&gt;svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.price-slider-wrap {
    padding: 0 10px 0 0;
    margin: 10px
}

#price-slider {
    background-color: #666;
    border-radius: 3px;
    height: 6px;
    margin: 10px 8px 0 4px;
    position: relative
}

#price-slider .ui-slider-handle {
    border-color: #f4a137
}

#price-slider .ui-slider-range {
    background-color: #f4a137
}

#price-slider .ui-slider-range {
    background-color: #f03939;
    height: 100%;
    position: absolute
}

#price-slider .ui-slider-handle {
    background: #fff none repeat scroll 0 0;
    border: 3px solid;
    border-radius: 50%;
    color: #f03939;
    cursor: e-resize;
    display: block;
    height: 15px;
    margin-right: inherit;
    padding-left: inherit;
    padding-right: inherit;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 15px;
    z-index: 15
}

.price-slider-values {
    text-align: center;
    margin-top: 20px
}

.price-slider-values input[type=text] {
    border: 1px solid #d8d8d8;
    color: #211e1f;
    padding-left: 2px;
    padding-right: 2px;
    width: 50px;
    text-align: center
}

.loading-mask-shopby {
    background: rgba(255, 255, 255, .5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999
}

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

@media all and (max-width:360px) {
    .toolbar-sorter.sorter .sorter-label {
        display: none
    }
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-button&gt;.vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button&gt;.vjs-icon-placeholder:before {
    text-align: center
}

#video-pop .video-content {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999
}

#video-pop .video-content .video-pop-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .93);
    z-index: 1000
}

#video-pop.video-content .vbox {
    width: 80%;
    height: 50%;
    background: #fff
}

#video-pop-pdp .video-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999
}

#video-pop-pdp.video-content .vbox {
    width: 80%;
    height: 50%;
    background: #fff
}

#video-pop-pdp .video-pop-box {
    margin: 0
}

#video-pop-pdp #my-video-pdp {
    width: 100% !important;
    height: 100% !important
}

#video-pop-pdp .vjs-big-play-centered .vjs-big-play-button {
    top: calc(50% - 30px)
}

.catalog-product-view .product-content .product-content-right .product.media {
    position: relative
}

.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -.75em;
    margin-left: -1.5em
}



.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
    content: "\f101"
}

.video-js.vjs-has-started.vjs-paused .vjs-big-play-button {
    display: block
}

.vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-play-circle:before {
    content: "\f102"
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
.vjs-icon-pause {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
    content: "\f103"
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,
.vjs-icon-volume-mute {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before {
    content: "\f104"
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,
.vjs-icon-volume-low {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
.vjs-icon-volume-low:before {
    content: "\f105"
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
.vjs-icon-volume-mid {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
.vjs-icon-volume-mid:before {
    content: "\f106"
}

.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-volume-high {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
    content: "\f107"
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-enter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
    content: "\f108"
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-exit {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
    content: "\f109"
}

.vjs-icon-square {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-square:before {
    content: "\f10a"
}

.vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-spinner:before {
    content: "\f10b"
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-subtitles {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-subtitles:before {
    content: "\f10c"
}

.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-captions {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-captions:before {
    content: "\f10d"
}

.video-js .vjs-chapters-button .vjs-icon-placeholder,
.vjs-icon-chapters {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before,
.vjs-icon-chapters:before {
    content: "\f10e"
}

.vjs-icon-share {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-share:before {
    content: "\f10f"
}

.vjs-icon-cog {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-cog:before {
    content: "\f110"
}

.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before {
    content: "\f111"
}

.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-circle-outline:before {
    content: "\f112"
}

.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-circle-inner-circle:before {
    content: "\f113"
}

.vjs-icon-hd {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-hd:before {
    content: "\f114"
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,
.vjs-icon-cancel {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,
.vjs-icon-cancel:before {
    content: "\f115"
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,
.vjs-icon-replay {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
.vjs-icon-replay:before {
    content: "\f116"
}

.vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-facebook:before {
    content: "\f117"
}

.vjs-icon-gplus {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-gplus:before {
    content: "\f118"
}

.vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-linkedin:before {
    content: "\f119"
}

.vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-twitter:before {
    content: "\f11a"
}

.vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-tumblr:before {
    content: "\f11b"
}

.vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-pinterest:before {
    content: "\f11c"
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder,
.vjs-icon-audio-description {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,
.vjs-icon-audio-description:before {
    content: "\f11d"
}

.video-js .vjs-audio-button .vjs-icon-placeholder,
.vjs-icon-audio {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before,
.vjs-icon-audio:before {
    content: "\f11e"
}

.vjs-icon-next-item {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-next-item:before {
    content: "\f11f"
}

.vjs-icon-previous-item {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-previous-item:before {
    content: "\f120"
}

.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: initial
}

.video-js:-moz-full-screen {
    position: absolute
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important
}

.video-js[tabindex="-1"] {
    outline: 0
}

.video-js *,
.video-js :after,
.video-js :before {
    box-sizing: inherit
}

.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0
}

.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-fluid {
    width: 100%;
    max-width: 100%;
    height: 0
}

.video-js.vjs-16-9 {
    padding-top: 56.25%
}

.video-js.vjs-4-3 {
    padding-top: 75%
}

.video-js.vjs-fill {
    width: 100%;
    height: 100%
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bg-video .video-js .vjs-tech {
    object-fit: cover
}

.video-pop-box {
    margin: 10px;
    width: 80%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1001
}

.xclose {
    font-size: 50px;
    position: absolute;
    z-index: 1001;
    color: #fff;
    right: 0;
    top: 0;
    line-height: 50px;
    cursor: pointer
}

.video_title:hover {
    text-decoration: underline;
    color: #000;
    cursor: pointer
}

.xclose:before {
    content: '\e616';
    font-family: 'icons-blank-theme';
    display: block
}

.video_play {
    cursor: pointer
}

.my-video-dimensions {
    height: 100% !important;
    width: 100% !important
}

.bg-video .bg-video-dimensions {
    width: 100% !important
}

.bg-video .video-js.vjs-has-started.vjs-paused .vjs-big-play-button {
    z-index: 2
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none
}

.vjs-hidden {
    display: none !important
}

.vjs-disabled {
    opacity: .5;
    cursor: default
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0 auto
}

.vjs-no-js a,
.vjs-no-js a:visited {
    color: #66a8cc
}

body.shide {
    overflow-y: hidden
}

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 2em;
    height: 2em;
    width: 2em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    background-color: #333;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 50%;
    transition: all .4s
}

.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -.75em;
    margin-left: -1.5em
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5);
    transition: all 0s
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
    display: none
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block
}

.video-js button {
    background: 0 0;
    border: none;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.vjs-control .vjs-button {
    width: 100%;
    height: 100%
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: .5em;
    z-index: 2
}

.video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, .8);
    background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0));
    overflow: auto
}

.video-js .vjs-modal-dialog&gt;* {
    box-sizing: border-box
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1
}

.vjs-menu-button {
    cursor: pointer
}

.vjs-menu-button.vjs-disabled {
    cursor: default
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto
}

.vjs-menu .vjs-menu-content&gt;* {
    box-sizing: border-box
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
    display: none
}

.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: .2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase
}

.js-focus-visible .vjs-menu li.vjs-menu-item:hover,
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5)
}

.js-focus-visible .vjs-menu li.vjs-selected:hover,
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2b333f
}

.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 .3em;
    font-weight: 700;
    cursor: default
}

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, .7)
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
    display: block
}

.video-js .vjs-menu-button-inline {
    transition: all .4s;
    overflow: hidden
}

.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em
}

.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em
}

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    transition: all .4s
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
    display: block;
    opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
    width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden
}

.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7)
}

.vjs-has-started .vjs-control-bar {
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: visibility .1s, opacity .1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 0;
    transition: visibility 1s, opacity 1s
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
    display: none !important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table
}

.video-js .vjs-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    flex: none
}

.vjs-button&gt;.vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67
}

.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff
}

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
    display: none
}

.video-js .vjs-progress-control {
    cursor: pointer;
    flex: auto;
    display: flex;
    align-items: center;
    min-width: 4em;
    touch-action: none
}

.video-js .vjs-progress-control.disabled {
    cursor: default
}

.vjs-live .vjs-progress-control {
    display: none
}

.vjs-liveui .vjs-progress-control {
    display: flex;
    align-items: center
}

.vjs-no-flex .vjs-progress-control {
    width: auto
}

.video-js .vjs-progress-holder {
    flex: auto;
    transition: all .2s;
    height: .3em
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.666666666666666666em
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
    font-size: 1em
}

.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0
}

.video-js .vjs-play-progress {
    background-color: #fff
}

.video-js .vjs-play-progress:before {
    font-size: .9em;
    position: absolute;
    right: -.5em;
    top: -.333333333333333em;
    z-index: 1
}

.video-js .vjs-load-progress {
    background: rgba(115, 133, 159, .5)
}

.video-js .vjs-load-progress div {
    background: rgba(115, 133, 159, .75)
}

.video-js .vjs-time-tooltip {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8);
    border-radius: .3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
    display: none
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
    display: block;
    font-size: .6em;
    visibility: visible
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
    font-size: 1em
}

.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    display: none
}

.vjs-mouse-display .vjs-time-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.video-js .vjs-slider {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 .45em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5)
}

.video-js .vjs-slider.disabled {
    cursor: default
}

.video-js .vjs-slider:focus {
    text-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff
}

.video-js .vjs-mute-control {
    cursor: pointer;
    flex: none
}

.video-js .vjs-volume-control {
    cursor: pointer;
    margin-right: 1em;
    display: flex
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
    width: 5em
}

.video-js .vjs-volume-panel .vjs-volume-control {
    visibility: visible;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -1px
}

.video-js .vjs-volume-panel {
    transition: width 1s
}

.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel:hover .vjs-volume-control {
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s
}

.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em
}

.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical {
    left: -3.5em
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
    width: 9em;
    transition: width .1s
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
    width: 4em
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    height: 8em;
    width: 3em;
    left: -3000em;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: none
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    position: absolute;
    bottom: 3em;
    left: .5em
}

.video-js .vjs-volume-panel {
    display: flex
}

.video-js .vjs-volume-bar {
    margin: 1.35em .45em
}

.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: .3em
}

.vjs-volume-bar.vjs-slider-vertical {
    width: .3em;
    height: 5em;
    margin: 1.35em auto
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff
}

.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: .9em
}

.vjs-slider-vertical .vjs-volume-level {
    width: .3em
}

.vjs-slider-vertical .vjs-volume-level:before {
    top: -.5em;
    left: -.3em
}

.vjs-slider-horizontal .vjs-volume-level {
    height: .3em
}

.vjs-slider-horizontal .vjs-volume-level:before {
    top: -.3em;
    right: -.5em
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 4em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%
}

.video-js .vjs-volume-vertical {
    width: 3em;
    height: 8em;
    bottom: 8em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7)
}

.video-js .vjs-volume-horizontal .vjs-menu {
    left: -2em
}

.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

.vjs-has-started .vjs-poster {
    display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
    display: block
}

.vjs-using-native-controls .vjs-poster {
    display: none
}

.video-js .vjs-live-control {
    display: flex;
    align-items: flex-start;
    flex: auto;
    font-size: 1em;
    line-height: 3em
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left
}

.video-js.vjs-liveui .vjs-live-control,
.video-js:not(.vjs-live) .vjs-live-control {
    display: none
}

.video-js .vjs-seek-to-live-control {
    cursor: pointer;
    flex: none;
    display: inline-flex;
    height: 100%;
    padding-left: .5em;
    padding-right: .5em;
    font-size: 1em;
    line-height: 3em;
    width: auto;
    min-width: 4em
}

.vjs-no-flex .vjs-seek-to-live-control {
    display: table-cell;
    width: auto;
    text-align: left
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
    display: none
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
    cursor: auto
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
    margin-right: .5em;
    color: #888
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
    color: red
}

.video-js .vjs-time-control {
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em
}

.vjs-live .vjs-time-control {
    display: none
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
    display: none
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
    display: none
}

.vjs-time-divider {
    display: none;
    line-height: 3em
}

.vjs-live .vjs-time-divider {
    display: none
}

.video-js .vjs-play-control {
    cursor: pointer
}

.video-js .vjs-play-control .vjs-icon-placeholder {
    flex: none
}

.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em
}

.vjs-subtitles {
    color: #fff
}

.vjs-captions {
    color: #fc6
}

.vjs-tt-cue {
    display: block
}

video::-webkit-media-text-track-display {
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em)
}

.video-js .vjs-fullscreen-control {
    cursor: pointer;
    flex: none
}

.vjs-playback-rate .vjs-playback-rate-value,
.vjs-playback-rate&gt;.vjs-menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vjs-playback-rate .vjs-playback-rate-value {
    pointer-events: none;
    font-size: 1.5em;
    line-height: 2;
    text-align: center
}

.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: 'X';
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -.5em;
    position: absolute;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, .7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    visibility: hidden
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    display: block;
    -webkit-animation: 0s linear .3s forwards vjs-spinner-show;
    animation: 0s linear .3s forwards vjs-spinner-show
}

.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
    border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
    border-top-color: #fff;
    -webkit-animation-delay: .44s;
    animation-delay: .44s
}

@keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

@-webkit-keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

@keyframes vjs-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes vjs-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }

    20% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: #fff
    }

    60% {
        border-top-color: #73859f
    }

    100% {
        border-top-color: #73859f
    }
}

@-webkit-keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }

    20% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: #fff
    }

    60% {
        border-top-color: #73859f
    }

    100% {
        border-top-color: #73859f
    }
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -.1em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: "\f10d";
    font-size: 1.5em;
    line-height: inherit
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -.1em
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: " \f11d";
    font-size: 1.5em;
    line-height: inherit
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
    flex: auto;
    display: block
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
    width: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel {
    display: none
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel {
    display: none
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel {
    display: none
}

.vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .75);
    color: #fff;
    height: 70%
}

.vjs-text-track-settings .vjs-modal-dialog-content {
    display: table
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-controls,
.vjs-text-track-settings .vjs-track-settings-font {
    display: table-cell
}

.vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom
}

@supports (display:grid) {
    .vjs-text-track-settings .vjs-modal-dialog-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        padding: 20px 24px 0
    }

    .vjs-track-settings-controls .vjs-default-button {
        margin-bottom: 20px
    }

    .vjs-text-track-settings .vjs-track-settings-controls {
        grid-column: 1/-1
    }

    .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
    .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,
    .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
        grid-template-columns: 1fr
    }
}

.vjs-track-setting&gt;select {
    margin-right: 1em;
    margin-bottom: .5em
}

.vjs-text-track-settings fieldset {
    margin: 5px;
    padding: 3px;
    border: none
}

.vjs-text-track-settings fieldset span {
    display: inline-block
}

.vjs-text-track-settings fieldset span&gt;select {
    max-width: 7.3em
}

.vjs-text-track-settings legend {
    color: #fff;
    margin: 0 0 5px
}

.vjs-text-track-settings .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    margin: 0 0 5px;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.vjs-track-settings-controls button:active,
.vjs-track-settings-controls button:focus {
    outline-style: solid;
    outline-width: medium;
    background-image: linear-gradient(0deg, #fff 88%, #73859f 100%)
}

.vjs-track-settings-controls button:hover {
    color: rgba(43, 51, 63, .75)
}

.vjs-track-settings-controls button {
    background-color: #fff;
    background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
    color: #2b333f;
    cursor: pointer;
    border-radius: 2px
}

.vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em
}

.bg-video .bg-video-dimensions {
    height: 100% !important
}

.bg-video .vjs-tech {
    object-fit: cover
}

.bg-opacity {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

@media print {
    .video-js&gt;:not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden
    }
}

.vjs-resize-manager {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: -1000
}

.js-focus-visible .video-js :focus:not(.focus-visible) {
    outline: 0;
    background: 0 0
}

.video-js .vjs-menu :focus:not(:focus-visible),
.video-js :focus:not(:focus-visible) {
    outline: 0;
    background: 0 0
}

.product-introduce-img .introduce-img {
    display: inline-block;
    vertical-align: middle
}

.video_section.video_boxs {
    width: 160px;
    margin-right: 20px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-top: 16px;
    vertical-align: middle
}

.video_section.video_boxs img {
    display: block
}

.video_section.video_boxs:before {
    content: " ";
    display: inline-block;
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, .55);
    font-size: 50px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    background-image: url(../../frontend/Sm/htiger/zh_Hans_CN/images/san.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .9
}

.video_section.video_boxs:hover:before {
    background-color: rgba(0, 0, 0, .7)
}</pre></body></html>