.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next-hover span,
.ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}

.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}

.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}

.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}

.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}

.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}

.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}

.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}

.ui-datepicker {
    width: auto;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}

.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}

.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}

.ui-timepicker-div {
    padding: 10px 0 5px 0;
}

.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute;
    /*must have*/
    z-index: -1;
    /*must have*/
    filter: mask();
    /*must have*/
    top: -4px;
    /*must have*/
    left: -4px;
    /*must have*/
    width: 200px;
    /*must have*/
    height: 200px;
    /*must have*/
}

button,
a.action.primary,
.magazine-location .action.view,
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.bundle-options-container .block-bundle-summary .bundle.items,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.checkout-agreements-items,
.paypal-review .items-qty,
.contact .cms-contact ul,
.filter-options-content .items,
.block-wishlist-management .wishlist-select-items,
.order-details-items .items-qty,
.footer.content ul,
.product-items,
.prices-tier,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
    margin: 0;
    padding: 0;
    list-style: none none
}

.bundle-options-container .block-bundle-summary .bundle.items>li,
.cart-container .checkout-methods-items>li,
.opc-wrapper .opc>li,
.checkout-agreements-items>li,
.paypal-review .items-qty>li,
.contact .cms-contact ul>li,
.filter-options-content .items>li,
.block-wishlist-management .wishlist-select-items>li,
.order-details-items .items-qty>li,
.footer.content ul>li,
.product-items>li,
.prices-tier>li,
.block-banners .banner-items>li,
.block-banners-inline .banner-items>li,
.block-event .slider-panel .slider>li {
    margin: 0
}

.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links>.action {
    background-image: none;
    background: #fff;
    border: 1px solid #c5c1cc;
    color: #2d2f2c;
    cursor: pointer;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 1px 40px;
    font-size: 1.4rem;
    line-height: 3.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 0
}

.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links>.action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links>.action:active {
    background: #fff;
    border: 1px solid #c5c1cc;
    color: #2d2f2c
}

.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links>.action:hover {
    background: #fff;
    border: 1px solid #939098;
    color: #2d2f2c
}

.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links>.action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links>.action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links>.action {
    cursor: default;
    pointer-events: none
}

.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links>.action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links>.action:active,
.bundle-options-container .block-bundle-summary .product-addto-links>.action:focus {
    text-decoration: none
}

.checkout-success-container .checkout.table-wrapper .items .item-options,
.cart.table-wrapper .item-options,
.minicart-items .product.options,
.block-giftregistry-shared-items .product .item-options,
.multicheckout .item-options {
    color: #6c6a71;
    overflow: hidden;
    margin: 10px 0
}

.checkout-success-container .checkout.table-wrapper .items .item-options dt,
.cart.table-wrapper .item-options dt,
.minicart-items .product.options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
    clear: left;
    display: none;
    float: left;
    margin: 0 5px 0 0
}

.checkout-success-container .checkout.table-wrapper .items .item-options dt:after,
.cart.table-wrapper .item-options dt:after,
.minicart-items .product.options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
    content: ': '
}

.checkout-success-container .checkout.table-wrapper .items .item-options dd,
.cart.table-wrapper .item-options dd,
.minicart-items .product.options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
    display: inline-block;
    float: left;
    margin: 0
}

.actions-toolbar>.primary .action,
.actions-toolbar>.secondary .action {
    width: 100%
}

.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.products-list .product-image-wrapper {
    height: auto;
    padding: 0 !important
}

.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,
.products-list .product-image-wrapper .product-image-photo {
    position: static
}

.product.media .product.photo .photo.image {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%
}

.amazon-validate-container .block .block-title,
.login-container .block .block-title {
    font-size: 1.8rem;
    border-bottom: 1px solid #ff73be;
    margin-bottom: 15px;
    padding-bottom: 12px
}

.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
    font-weight: 500
}

.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-compare .block-title {
    font-size: 2rem;
    border-bottom: 1px solid #d8d8d8;
    font-weight: 700;
    margin-bottom: 24px;
    padding-bottom: 8px
}

.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
body[class*="sales-guest"] .column.main .block:not(.widget) .block-title,
.magento_rma-guest-returns .column.main .block:not(.widget) .block-title,
.account .column.main .block:not(.widget) .block-title {
    font-size: 2rem;
    border-bottom: 1px solid #d8d8d8;
    font-weight: 700;
    margin-bottom: 24px;
    padding-bottom: 8px
}

.multicheckout .block-title>a,
.paypal-review .block .block-title>a,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>a,
body[class*="sales-guest"] .column.main .block:not(.widget) .block-title>a,
.magento_rma-guest-returns .column.main .block:not(.widget) .block-title>a,
.account .column.main .block:not(.widget) .block-title>a {
    font-size: 1.4rem;
    color: #ff73be;
    float: right;
    font-weight: 400;
    line-height: 38px
}

.multicheckout .block-title+.empty,
.paypal-review .block .block-title+.empty,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title+.empty,
body[class*="sales-guest"] .column.main .block:not(.widget) .block-title+.empty,
.magento_rma-guest-returns .column.main .block:not(.widget) .block-title+.empty,
.account .column.main .block:not(.widget) .block-title+.empty {
    padding-top: 28px
}

.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
body[class*="sales-guest"] .column.main .block:not(.widget) .box-title,
.magento_rma-guest-returns .column.main .block:not(.widget) .box-title,
.account .column.main .block:not(.widget) .box-title {
    display: inline-block;
    margin: 0 0 10px
}

.multicheckout .box-title>span,
.paypal-review .block .box-title>span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title>span,
body[class*="sales-guest"] .column.main .block:not(.widget) .box-title>span,
.magento_rma-guest-returns .column.main .block:not(.widget) .box-title>span,
.account .column.main .block:not(.widget) .box-title>span {
    font-size: 1.4rem;
    color: #6c6a71;
    font-weight: 400;
    line-height: 20px
}

.multicheckout .box-title>.action,
.paypal-review .block .box-title>.action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title>.action,
body[class*="sales-guest"] .column.main .block:not(.widget) .box-title>.action,
.magento_rma-guest-returns .column.main .block:not(.widget) .box-title>.action,
.account .column.main .block:not(.widget) .box-title>.action {
    font-weight: 400;
    margin-left: 10px
}

.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,
body[class*="sales-guest"] .column.main .block:not(.widget) .block-content p:last-child,
.magento_rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child {
    margin-bottom: 0
}

.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
body[class*="sales-guest"] .column.main .block:not(.widget) .block-content .box,
.magento_rma-guest-returns .column.main .block:not(.widget) .block-content .box,
.account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
    word-break: break-all
}

.multicheckout .box-content,
.paypal-review .block .box-content,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-content,
body[class*="sales-guest"] .column.main .block:not(.widget) .box-content,
.magento_rma-guest-returns .column.main .block:not(.widget) .box-content,
.account .column.main .block:not(.widget) .box-content {
    font-size: 1.6rem;
    line-height: 24px
}

.multicheckout .box-actions,
.paypal-review .block .box-actions,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-actions,
body[class*="sales-guest"] .column.main .block:not(.widget) .box-actions,
.magento_rma-guest-returns .column.main .block:not(.widget) .box-actions,
.account .column.main .block:not(.widget) .box-actions {
    font-size: 1.6rem;
    line-height: 24px;
    margin-top: 24px
}

.common-nav {
    margin-top: 40px
}

.common-nav .title {
    font-size: 16px;
    margin-bottom: 10px
}

.common-nav ul li {
    font-size: 16px;
    margin: 0
}

.common-nav ul li a {
    color: #ff73be;
    text-decoration: none
}

.abs-nav ul li a:visited,
.common-nav ul li a:visited {
    color: #ff73be;
    text-decoration: none
}

.abs-nav ul li a:hover,
.common-nav ul li a:hover {
    color: #44883b;
    text-decoration: none
}

.abs-nav ul li a:active,
.common-nav ul li a:active {
    color: #44883b;
    text-decoration: none
}

.page-layout-1column .common-nav {
    margin-bottom: 64px !important;
    width: 100%
}

.page-layout-1column .common-nav .title {
    display: none
}

.page-layout-1column .common-nav ul,
.page-layout-1column .common-nav li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.page-layout-1column .common-nav ul li {
    border: 1px solid #d9d9d9;
    border-left: none;
    min-height: 102px
}

.page-layout-1column .common-nav ul li:first-child>* {
    border-left: 1px solid #d9d9d9
}

.page-layout-1column .common-nav ul li:first-child.current {
    border-left-color: #ff73be
}

.page-layout-1column .common-nav ul li>* {
    color: #2d2f2c;
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: center;
    padding: 68px 10px 12px;
    position: relative;
    text-align: center;
    width: 100%;
    word-break: break-all
}

.page-layout-1column .abs-nav ul li>*:visited,
.page-layout-1column .common-nav ul li>*:visited {
    color: #2d2f2c;
    text-decoration: none
}

.page-layout-1column .abs-nav ul li>*:hover,
.page-layout-1column .common-nav ul li>*:hover {
    color: #ff73be;
    text-decoration: none
}

.page-layout-1column .abs-nav ul li>*:active,
.page-layout-1column .common-nav ul li>*:active {
    color: #ff73be;
    text-decoration: none
}

.page-layout-1column .common-nav ul li>*:before {
    left: 0;
    position: absolute;
    right: 0;
    top: 22px
}

.page-layout-1column .common-nav ul li.current {
    background-color: #ff73be;
    border-color: #ff73be
}

.page-layout-1column .common-nav ul li.current>* {
    color: #fff;
    text-decoration: none
}

.page-layout-1column .abs-nav ul li.current>*:visited,
.page-layout-1column .common-nav ul li.current>*:visited {
    color: #fff;
    text-decoration: none
}

.page-layout-1column .abs-nav ul li.current>*:hover,
.page-layout-1column .common-nav ul li.current>*:hover {
    color: #fff;
    text-decoration: none
}

.page-layout-1column .abs-nav ul li.current>*:active,
.page-layout-1column .common-nav ul li.current>*:active {
    color: #fff;
    text-decoration: none
}

.page-layout-2columns-left .common-nav ul li {
    margin-bottom: 10px
}

.page-layout-2columns-left .common-nav ul li strong {
    color: #ff73be
}

.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: 36px;
    color: inherit;
    content: "\e607";
    font-family: 'icons';
    margin: 0 0 0 5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
    color: inherit
}

.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
    color: inherit
}

.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
    display: inline-block;
    text-decoration: none
}

.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 36px;
    color: inherit;
    content: "\e618";
    font-family: 'icons';
    margin: 0 0 0 5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
    color: inherit
}

.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
    color: inherit
}

.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #d9d9d9;
    margin-top: 10px;
    min-width: 200px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%
}

.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
    margin: 0;
    padding: 5px 5px 5px 23px
}

.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
    background: #e8e8e8;
    cursor: pointer
}

.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99
}

.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98
}

.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
    left: 10px;
    top: -12px
}

.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
    left: 9px;
    top: -14px
}

.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
    overflow: visible
}

.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
    display: block
}

.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.multicheckout .table-wrapper .col .qty .input-text,
.block-wishlist-info-items .input-text.qty,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.account .table-return-items .qty .input-text,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
    border-color: #ccc;
    text-align: center;
    max-width: 72px
}

.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block,
.block-banners,
.block-banners-inline {
    margin-bottom: 40px
}

.filtered .item .action.remove,
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete {
    display: inline-block;
    text-decoration: none
}

.abs-remove-button-for-blocks>span,
.filtered .item .action.remove>span,
.sidebar .action.delete>span,
.table-comparison .cell.remove .action.delete>span,
.block-compare .action.delete>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,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 15px;
    color: #303030;
    content: "\e901";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-remove-button-for-blocks:hover:before,
.filtered .item .action.remove:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before {
    color: #303030
}

.abs-remove-button-for-blocks:active:before,
.filtered .item .action.remove:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before {
    color: #303030
}

.product-item-name,
.product.name a {
    font-weight: 400
}

.product-item-name>a,
.product.name a>a {
    color: #2d2f2c;
    text-decoration: none
}

.abs-product-link>a:visited,
.product-item-name>a:visited,
.product.name a>a:visited {
    color: #2d2f2c;
    text-decoration: none
}

.abs-product-link>a:hover,
.product-item-name>a:hover,
.product.name a>a:hover {
    color: #2d2f2c;
    text-decoration: none
}

.abs-product-link>a:active,
.product-item-name>a:active,
.product.name a>a:active {
    color: #2d2f2c;
    text-decoration: none
}

.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
    margin-left: 0
}

.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form.send.friend .action.remove {
    left: 10px;
    margin-left: 70%;
    position: absolute;
    top: 31px;
    width: auto
}

.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form.send.friend .fieldset {
    margin-bottom: 50px
}

.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
    width: 70%
}

.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child)>.secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child)>.secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child)>.secondary {
    float: left
}

.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add {
    margin-top: 30px
}

.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
    margin: 0
}

.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form.send.friend .message.notice {
    margin: 30px 0 0
}

.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form.send.friend .additional {
    margin-top: 55px;
    position: relative
}

.order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: 0;
    visibility: hidden
}

.fieldset>.field.no-label>.label,
.fieldset>.fields>.field.no-label>.label,
.eventmanager-view-index .page-title-wrapper,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text span,
.minicart-wrapper .action.showcart .counter-label,
.checkout-shipping-address .field.street legend,
.opc-block-summary .product-item .details-qty .label,
.checkout-payment-method .field-select-billing>.label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard>.legend,
.opc-wrapper .form-giftcard-account .field .label,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset>.legend,
.kiplingme-index-index .page-title-wrapper,
._has-quick-view .breadcrumbs,
._has-quick-view .fotorama__nav-wrap.fotorama__nav-wrap--vertical,
.stores .fieldset .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset>.legend,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label,
.pip-account-secession .page-title-wrapper,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.fieldset .fullname.field>.label,
.customer-account-index .page-title-wrapper,
.form-edit-account .hidden-choice,
.opc-wrapper .form-discount .field .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.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,
.checkout-success-container .checkout.table-wrapper .items .item-options:before,
.checkout-success-container .checkout.table-wrapper .items .item-options:after,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item>.product:before,
.minicart-items .product-item>.product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field: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.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,
.checkout-success-container .checkout.table-wrapper .items .item-options:after,
.payment-method-braintree .hosted-date-wrap:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item>.product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.header.content:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.fieldset .fullname .field:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
    clear: both
}

.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.modal-custom .modal-footer .action-primary,
.modal-popup .modal-footer .action-primary,
.modal-slide .modal-footer .action-primary,
.modal-custom .modal-footer .action.primary,
.modal-popup .modal-footer .action.primary,
.modal-slide .modal-footer .action.primary,
.modal-custom .modal-footer .action-secondary,
.modal-popup .modal-footer .action-secondary,
.modal-slide .modal-footer .action-secondary,
.modal-custom .modal-footer .action.secondary,
.modal-popup .modal-footer .action.secondary,
.modal-slide .modal-footer .action.secondary,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.cart-summary,
.opc-wrapper .shipping-address-item,
.opc-block-summary,
.search-autocomplete,
.search-autocomplete,
.product-item,
.sidebar .product-items-images .product-item,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field ._with-tooltip {
    box-sizing: border-box
}

.abs-navigation-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
    line-height: 1.2;
    color: inherit;
    content: "\e912";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-split-button:before,
.abs-split-button:after {
    content: '';
    display: table
}

.abs-split-button:after {
    clear: both
}

.abs-split-button .action.split {
    float: left;
    margin: 0
}

.abs-split-button .action.toggle {
    float: right;
    margin: 0
}

.abs-split-button button.action.split {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.abs-split-button button+.action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0
}

.abs-split-button .action.toggle {
    padding: 4px 5px;
    display: inline-block;
    text-decoration: none
}

.abs-split-button .action.toggle>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.abs-split-button .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 36px;
    color: inherit;
    content: "\e607";
    font-family: 'icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-split-button .action.toggle:hover:after {
    color: inherit
}

.abs-split-button .action.toggle:active:after {
    color: inherit
}

.abs-split-button .action.toggle.active {
    display: inline-block;
    text-decoration: none
}

.abs-split-button .action.toggle.active>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.abs-split-button .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 36px;
    color: inherit;
    content: "\e618";
    font-family: 'icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-split-button .action.toggle.active:hover:after {
    color: inherit
}

.abs-split-button .action.toggle.active:active:after {
    color: inherit
}

.abs-split-button .items {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #d9d9d9;
    margin-top: 10px;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%
}

.abs-split-button .items li {
    margin: 0;
    padding: 3px 5px
}

.abs-split-button .items li:hover {
    background: #e8e8e8;
    cursor: pointer
}

.abs-split-button .items:before,
.abs-split-button .items:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.abs-split-button .items:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99
}

.abs-split-button .items:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98
}

.abs-split-button .items:before {
    right: 10px;
    top: -12px
}

.abs-split-button .items:after {
    right: 9px;
    top: -14px
}

.abs-split-button.active {
    overflow: visible
}

.abs-split-button.active .items {
    display: block
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action {
    line-height: 1.2rem;
    padding: 5px 8px;
    font-size: 1.1rem
}

.table-comparison .wishlist.split.button>.action.split,
.product-items .wishlist.split.button>.action.split,
.block-bundle-summary .action.towishlist,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.popup-quick-view .action.towishlist,
.catalog-product-view:not(.wishlist-index-configure) .action.towishlist {
    display: inline-block;
    text-decoration: none
}

.abs-actions-addto-gridlist>span,
.table-comparison .wishlist.split.button>.action.split>span,
.product-items .wishlist.split.button>.action.split>span,
.block-bundle-summary .action.towishlist>span,
.product-items .action.towishlist>span,
.products.list.items .action.towishlist>span,
.table-comparison .action.towishlist>span,
.product-info-main .action.tocompare>span,
.product-options-bottom .action.tocompare>span,
.popup-quick-view .action.towishlist>span,
.catalog-product-view:not(.wishlist-index-configure) .action.towishlist>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button>.action.split:before,
.product-items .wishlist.split.button>.action.split:before,
.block-bundle-summary .action.towishlist:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before,
.product-info-main .action.tocompare:before,
.product-options-bottom .action.tocompare:before,
.popup-quick-view .action.towishlist:before,
.catalog-product-view:not(.wishlist-index-configure) .action.towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 29px;
    line-height: 24px;
    color: #939098;
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button>.action.split:hover:before,
.product-items .wishlist.split.button>.action.split:hover:before,
.block-bundle-summary .action.towishlist:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before,
.product-info-main .action.tocompare:hover:before,
.product-options-bottom .action.tocompare:hover:before,
.popup-quick-view .action.towishlist:hover:before,
.catalog-product-view:not(.wishlist-index-configure) .action.towishlist:hover:before {
    color: #2d2f2c
}

.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.block-minicart .block-content>.actions>.primary .action.primary,
.opc-wrapper .form-login .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.multicheckout .action.primary,
.contact .actions-toolbar>.primary .action,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.form-address-edit .actions-toolbar .action.primary {
    line-height: 4.8rem;
    padding: 1px 40px;
    font-size: 2rem
}

.abs-action-remove,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.paypal-button-widget .paypal-button,
.checkout-container .action-additional,
.table-comparison .wishlist.split.button>.action,
.product-items .wishlist.split.button>.action,
.action.delivery-returns,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form.send.friend .action.remove {
    line-height: 1.42857143;
    padding: 0;
    color: #2d2f2c;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    border-radius: 0;
    font-size: inherit;
    font-weight: 400
}

.abs-action-button-as-link:visited,
.abs-action-remove: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-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.paypal-button-widget .paypal-button:visited,
.checkout-container .action-additional:visited,
.table-comparison .wishlist.split.button>.action:visited,
.product-items .wishlist.split.button>.action:visited,
.action.delivery-returns:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form.send.friend .action.remove:visited {
    color: #2d2f2c;
    text-decoration: none
}

.abs-action-button-as-link:hover,
.abs-action-remove: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-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.paypal-button-widget .paypal-button:hover,
.checkout-container .action-additional:hover,
.table-comparison .wishlist.split.button>.action:hover,
.product-items .wishlist.split.button>.action:hover,
.action.delivery-returns:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form.send.friend .action.remove:hover {
    color: #ff73be;
    text-decoration: none
}

.abs-action-button-as-link:active,
.abs-action-remove: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-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.paypal-button-widget .paypal-button:active,
.checkout-container .action-additional:active,
.table-comparison .wishlist.split.button>.action:active,
.product-items .wishlist.split.button>.action:active,
.action.delivery-returns:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form.send.friend .action.remove:active {
    color: #ff73be;
    text-decoration: none
}

.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.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-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,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.checkout-container .action-additional:hover,
.checkout-container .action-additional:active,
.checkout-container .action-additional:focus,
.table-comparison .wishlist.split.button>.action:hover,
.table-comparison .wishlist.split.button>.action:active,
.table-comparison .wishlist.split.button>.action:focus,
.product-items .wishlist.split.button>.action:hover,
.product-items .wishlist.split.button>.action:active,
.product-items .wishlist.split.button>.action:focus,
.action.delivery-returns:hover,
.action.delivery-returns:active,
.action.delivery-returns: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.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
    background: none;
    border: 0
}

.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.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-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,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.checkout-container .action-additional.disabled,
.checkout-container .action-additional[disabled],
fieldset[disabled] .checkout-container .action-additional,
.table-comparison .wishlist.split.button>.action.disabled,
.table-comparison .wishlist.split.button>.action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button>.action,
.product-items .wishlist.split.button>.action.disabled,
.product-items .wishlist.split.button>.action[disabled],
fieldset[disabled] .product-items .wishlist.split.button>.action,
.action.delivery-returns.disabled,
.action.delivery-returns[disabled],
fieldset[disabled] .action.delivery-returns,
.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.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
    color: #2d2f2c;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.abs-action-remove:active,
.abs-action-remove: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-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),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.checkout-container .action-additional:active,
.checkout-container .action-additional:not(:focus),
.table-comparison .wishlist.split.button>.action:active,
.table-comparison .wishlist.split.button>.action:not(:focus),
.product-items .wishlist.split.button>.action:active,
.product-items .wishlist.split.button>.action:not(:focus),
.action.delivery-returns:active,
.action.delivery-returns: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.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
    box-shadow: none
}

.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.block-compare .action.compare {
    background: #fff;
    border: 1px solid #c5c1cc;
    color: #2d2f2c
}

.abs-revert-secondary-color:focus,
.abs-revert-secondary-color: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,
.block-compare .action.compare:focus,
.block-compare .action.compare:active {
    background: #fff;
    border: 1px solid #c5c1cc;
    color: #2d2f2c
}

.abs-revert-secondary-color:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover {
    background: #fff;
    border: 1px solid #939098;
    color: #2d2f2c
}

.cart-summary .form.giftregistry .fieldset .action.primary {
    font-size: 1.4rem;
    line-height: 3.6rem;
    padding: 1px 40px
}

.bundle-actions {
    margin: 10px 0
}

.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.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,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee {
    font-size: 1.4rem;
    display: inline-block;
    white-space: nowrap
}

.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,
.product-options-wrapper .field .price-notice .price-including-tax+.price-excluding-tax {
    display: inline-block;
    font-size: 1.1rem
}

.bundle-options-container .price-notice .price-including-tax+.price-excluding-tax:before,
.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,
.product-options-wrapper .field .price-notice .price-including-tax+.price-excluding-tax:before {
    content: '(' attr(data-label) ': '
}

.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,
.product-options-wrapper .field .price-notice .price-including-tax+.price-excluding-tax:after {
    content: ')'
}

.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
    cursor: pointer;
    padding-right: 12px;
    position: relative;
    display: inline-block;
    text-decoration: none
}

.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 10px;
    color: inherit;
    content: "\e912";
    font-family: 'icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
    position: absolute;
    right: -10px;
    top: 3px
}

.abs-tax-total-expanded:after {
    content: "\e911"
}

.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
    content: "\e911"
}

.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
    content: ': '
}

.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
    display: inline-block;
    text-decoration: none
}

.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: "\e91a";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
    background: #e8e8e8
}

.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
    margin-left: -17px;
    margin-right: 5px
}

.abs-sidebar-totals .table-caption,
.cart-summary .block.discount label,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard>.legend+br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset>.legend+br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.sidebar .subtitle,
.cart-summary .cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
    display: none
}

.return-status,
.order-status {
    display: inline-block
}

.block-wishlist .counter,
.block-compare .counter {
    color: #939098;
    font-size: 1.2rem;
    white-space: nowrap
}

.block-cart-failed .actions,
.cart-container .form-cart .actions {
    margin-top: 15px
}

.block-cart-failed .action,
.cart-container .form-cart .action {
    font-size: 16px
}

.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
    display: inline-block;
    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: 12px;
    line-height: inherit;
    color: inherit;
    content: "\e926";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.cart.table-wrapper .col.qty .qty-decrease,
.cart.table-wrapper .col.qty .qty-increase,
.products-grid.wishlist .product-item .box-tocart .qty-decrease,
.products-grid.wishlist .product-item .box-tocart .qty-increase,
.product-info-main .box-tocart .field.qty .qty-decrease,
.product-info-main .box-tocart .field.qty .qty-increase,
.product-options-bottom .box-tocart .field.qty .qty-decrease,
.product-options-bottom .box-tocart .field.qty .qty-increase {
    background-image: none;
    background: #ebebeb;
    border: 1px solid #ccc;
    color: #2d2f2c;
    cursor: pointer;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    line-height: 3.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    width: 40px;
    vertical-align: top;
    text-align: center
}

.abs-qty-buttons .qty-decrease>span,
.abs-qty-buttons .qty-increase>span,
.cart.table-wrapper .col.qty .qty-decrease>span,
.cart.table-wrapper .col.qty .qty-increase>span,
.products-grid.wishlist .product-item .box-tocart .qty-decrease>span,
.products-grid.wishlist .product-item .box-tocart .qty-increase>span,
.product-info-main .box-tocart .field.qty .qty-decrease>span,
.product-info-main .box-tocart .field.qty .qty-increase>span,
.product-options-bottom .box-tocart .field.qty .qty-decrease>span,
.product-options-bottom .box-tocart .field.qty .qty-increase>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.abs-qty-buttons .qty-decrease:before,
.abs-qty-buttons .qty-increase:before,
.cart.table-wrapper .col.qty .qty-decrease:before,
.cart.table-wrapper .col.qty .qty-increase:before,
.products-grid.wishlist .product-item .box-tocart .qty-decrease:before,
.products-grid.wishlist .product-item .box-tocart .qty-increase:before,
.product-info-main .box-tocart .field.qty .qty-decrease:before,
.product-info-main .box-tocart .field.qty .qty-increase:before,
.product-options-bottom .box-tocart .field.qty .qty-decrease:before,
.product-options-bottom .box-tocart .field.qty .qty-increase:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: 38px;
    color: inherit;
    content: "\e91a";
    font-family: 'icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.abs-qty-buttons .qty-decrease:hover:before,
.abs-qty-buttons .qty-increase:hover:before,
.cart.table-wrapper .col.qty .qty-decrease:hover:before,
.cart.table-wrapper .col.qty .qty-increase:hover:before,
.products-grid.wishlist .product-item .box-tocart .qty-decrease:hover:before,
.products-grid.wishlist .product-item .box-tocart .qty-increase:hover:before,
.product-info-main .box-tocart .field.qty .qty-decrease:hover:before,
.product-info-main .box-tocart .field.qty .qty-increase:hover:before,
.product-options-bottom .box-tocart .field.qty .qty-decrease:hover:before,
.product-options-bottom .box-tocart .field.qty .qty-increase:hover:before {
    color: inherit
}

.abs-qty-buttons .qty-decrease:active:before,
.abs-qty-buttons .qty-increase:active:before,
.cart.table-wrapper .col.qty .qty-decrease:active:before,
.cart.table-wrapper .col.qty .qty-increase:active:before,
.products-grid.wishlist .product-item .box-tocart .qty-decrease:active:before,
.products-grid.wishlist .product-item .box-tocart .qty-increase:active:before,
.product-info-main .box-tocart .field.qty .qty-decrease:active:before,
.product-info-main .box-tocart .field.qty .qty-increase:active:before,
.product-options-bottom .box-tocart .field.qty .qty-decrease:active:before,
.product-options-bottom .box-tocart .field.qty .qty-increase:active:before {
    color: inherit
}

.abs-qty-buttons .qty-decrease:focus,
.abs-qty-buttons .qty-increase:focus,
.abs-qty-buttons .qty-decrease:active,
.abs-qty-buttons .qty-increase:active,
.cart.table-wrapper .col.qty .qty-decrease:focus,
.cart.table-wrapper .col.qty .qty-increase:focus,
.cart.table-wrapper .col.qty .qty-decrease:active,
.cart.table-wrapper .col.qty .qty-increase:active,
.products-grid.wishlist .product-item .box-tocart .qty-decrease:focus,
.products-grid.wishlist .product-item .box-tocart .qty-increase:focus,
.products-grid.wishlist .product-item .box-tocart .qty-decrease:active,
.products-grid.wishlist .product-item .box-tocart .qty-increase:active,
.product-info-main .box-tocart .field.qty .qty-decrease:focus,
.product-info-main .box-tocart .field.qty .qty-increase:focus,
.product-info-main .box-tocart .field.qty .qty-decrease:active,
.product-info-main .box-tocart .field.qty .qty-increase:active,
.product-options-bottom .box-tocart .field.qty .qty-decrease:focus,
.product-options-bottom .box-tocart .field.qty .qty-increase:focus,
.product-options-bottom .box-tocart .field.qty .qty-decrease:active,
.product-options-bottom .box-tocart .field.qty .qty-increase:active {
    background: #ebebeb;
    border: 1px solid #ccc;
    color: #2d2f2c
}

.abs-qty-buttons .qty-decrease:hover,
.abs-qty-buttons .qty-increase:hover,
.cart.table-wrapper .col.qty .qty-decrease:hover,
.cart.table-wrapper .col.qty .qty-increase:hover,
.products-grid.wishlist .product-item .box-tocart .qty-decrease:hover,
.products-grid.wishlist .product-item .box-tocart .qty-increase:hover,
.product-info-main .box-tocart .field.qty .qty-decrease:hover,
.product-info-main .box-tocart .field.qty .qty-increase:hover,
.product-options-bottom .box-tocart .field.qty .qty-decrease:hover,
.product-options-bottom .box-tocart .field.qty .qty-increase:hover {
    background: #ebebeb;
    border: 1px solid #ccc;
    color: #2d2f2c
}

.abs-qty-buttons .qty-decrease.disabled,
.abs-qty-buttons .qty-increase.disabled,
.abs-qty-buttons .qty-decrease[disabled],
.abs-qty-buttons .qty-increase[disabled],
fieldset[disabled] .abs-qty-buttons .qty-decrease,
fieldset[disabled] .abs-qty-buttons .qty-increase,
.cart.table-wrapper .col.qty .qty-decrease.disabled,
.cart.table-wrapper .col.qty .qty-increase.disabled,
.cart.table-wrapper .col.qty .qty-decrease[disabled],
.cart.table-wrapper .col.qty .qty-increase[disabled],
fieldset[disabled] .cart.table-wrapper .col.qty .qty-decrease,
fieldset[disabled] .cart.table-wrapper .col.qty .qty-increase,
.products-grid.wishlist .product-item .box-tocart .qty-decrease.disabled,
.products-grid.wishlist .product-item .box-tocart .qty-increase.disabled,
.products-grid.wishlist .product-item .box-tocart .qty-decrease[disabled],
.products-grid.wishlist .product-item .box-tocart .qty-increase[disabled],
fieldset[disabled] .products-grid.wishlist .product-item .box-tocart .qty-decrease,
fieldset[disabled] .products-grid.wishlist .product-item .box-tocart .qty-increase,
.product-info-main .box-tocart .field.qty .qty-decrease.disabled,
.product-info-main .box-tocart .field.qty .qty-increase.disabled,
.product-info-main .box-tocart .field.qty .qty-decrease[disabled],
.product-info-main .box-tocart .field.qty .qty-increase[disabled],
fieldset[disabled] .product-info-main .box-tocart .field.qty .qty-decrease,
fieldset[disabled] .product-info-main .box-tocart .field.qty .qty-increase,
.product-options-bottom .box-tocart .field.qty .qty-decrease.disabled,
.product-options-bottom .box-tocart .field.qty .qty-increase.disabled,
.product-options-bottom .box-tocart .field.qty .qty-decrease[disabled],
.product-options-bottom .box-tocart .field.qty .qty-increase[disabled],
fieldset[disabled] .product-options-bottom .box-tocart .field.qty .qty-decrease,
fieldset[disabled] .product-options-bottom .box-tocart .field.qty .qty-increase {
    cursor: default;
    pointer-events: none
}

.abs-qty-buttons .qty-decrease:before,
.cart.table-wrapper .col.qty .qty-decrease:before,
.products-grid.wishlist .product-item .box-tocart .qty-decrease:before,
.product-info-main .box-tocart .field.qty .qty-decrease:before,
.product-options-bottom .box-tocart .field.qty .qty-decrease:before {
    content: "\e60f"
}

.cart.table-wrapper .col.qty .input-text,
.products-grid.wishlist .product-item .box-tocart .input-text,
.product-info-main .box-tocart .field.qty .input-text,
.product-options-bottom .box-tocart .field.qty .input-text {
    margin: 0 -5px;
    width: calc(100% - 78px)
}

.block.crosssell,
.block.related,
.block.upsell,
.no-data-product-list {
    background: #f1f2f1;
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 120px
}

.block.crosssell .title,
.block.related .title,
.block.upsell .title,
.no-data-product-list .title {
    text-align: center;
    margin-bottom: 35px;
    padding: 0 20px
}

.block.crosssell .title strong,
.block.related .title strong,
.block.upsell .title strong,
.no-data-product-list .title strong {
    font-size: 28px;
    font-weight: 400
}

.block.crosssell .content,
.block.related .content,
.block.upsell .content,
.no-data-product-list .content {
    box-sizing: border-box;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 70px;
    padding-right: 70px
}

.block.crosssell .products-grid .slick-slide,
.block.related .products-grid .slick-slide,
.block.upsell .products-grid .slick-slide,
.no-data-product-list .products-grid .slick-slide {
    margin: 0 10px
}

.block.crosssell .products-grid .product-items,
.block.related .products-grid .product-items,
.block.upsell .products-grid .product-items,
.no-data-product-list .products-grid .product-items {
    padding: 0
}

.block.crosssell .products-grid .product-items.slick-slider,
.block.related .products-grid .product-items.slick-slider,
.block.upsell .products-grid .product-items.slick-slider,
.no-data-product-list .products-grid .product-items.slick-slider {
    margin: 0 -10px
}

.block.crosssell .products-grid .product-items.slick-slider .slick-prev,
.block.crosssell .products-grid .product-items.slick-slider .slick-next,
.block.related .products-grid .product-items.slick-slider .slick-prev,
.block.related .products-grid .product-items.slick-slider .slick-next,
.block.upsell .products-grid .product-items.slick-slider .slick-prev,
.block.upsell .products-grid .product-items.slick-slider .slick-next,
.no-data-product-list .products-grid .product-items.slick-slider .slick-prev,
.no-data-product-list .products-grid .product-items.slick-slider .slick-next {
    background: transparent;
    right: -50px;
    top: 50%;
    margin-top: 0
}

.abs-recommended-product-block .products-grid .product-items.slick-slider .slick-prev:before,
.abs-recommended-product-block .products-grid .product-items.slick-slider .slick-next:before,
.block.crosssell .products-grid .product-items.slick-slider .slick-prev:before,
.block.crosssell .products-grid .product-items.slick-slider .slick-next:before,
.block.related .products-grid .product-items.slick-slider .slick-prev:before,
.block.related .products-grid .product-items.slick-slider .slick-next:before,
.block.upsell .products-grid .product-items.slick-slider .slick-prev:before,
.block.upsell .products-grid .product-items.slick-slider .slick-next:before,
.no-data-product-list .products-grid .product-items.slick-slider .slick-prev:before,
.no-data-product-list .products-grid .product-items.slick-slider .slick-next:before {
    font-size: 50px;
    line-height: inherit
}

.block.crosssell .products-grid .product-items.slick-slider .slick-prev:before,
.block.crosssell .products-grid .product-items.slick-slider .slick-next:before,
.block.related .products-grid .product-items.slick-slider .slick-prev:before,
.block.related .products-grid .product-items.slick-slider .slick-next:before,
.block.upsell .products-grid .product-items.slick-slider .slick-prev:before,
.block.upsell .products-grid .product-items.slick-slider .slick-next:before,
.no-data-product-list .products-grid .product-items.slick-slider .slick-prev:before,
.no-data-product-list .products-grid .product-items.slick-slider .slick-next:before {
    font-weight: 700
}

.block.crosssell .products-grid .product-items.slick-slider .slick-prev,
.block.related .products-grid .product-items.slick-slider .slick-prev,
.block.upsell .products-grid .product-items.slick-slider .slick-prev,
.no-data-product-list .products-grid .product-items.slick-slider .slick-prev {
    left: -50px
}

.field.date .control {
    position: relative
}

.field.date input {
    width: calc(100% - 40px)
}

.form-giftregistry-search .fields-specific-options .datetime-picker {
    width: calc(100% - 40px)
}

.field ._with-tooltip {
    position: relative
}

.field ._with-tooltip input {
    margin-right: 10px;
    width: calc(100% - 31px)
}

.field ._with-tooltip.label {
    padding-right: 20px
}

.field ._with-tooltip.label .field-tooltip {
    line-height: 1.4
}

.opc-wrapper .step-title,
.checkout-agreements-items .checkout-agreements-item-title {
    padding-top: 30px;
    padding-bottom: 0;
    color: #2d2f2c;
    font-weight: 400;
    font-size: 2rem
}

.opc-wrapper .shipping-address-item,
.opc-block-shipping-information .shipping-information-content,
.checkout-payment-method .checkout-billing-address .billing-address-details,
.block-dashboard-addresses address,
.block-addresses-list address,
.block-addresses-default address,
.box-order-billing-address address,
.box-order-shipping-address address,
.form-create-return .address.shipping address {
    line-height: 20px
}

.opc-wrapper .shipping-address-item strong,
.opc-block-shipping-information .shipping-information-content strong,
.checkout-payment-method .checkout-billing-address .billing-address-details strong,
.block-dashboard-addresses address strong,
.block-addresses-list address strong,
.block-addresses-default address strong,
.box-order-billing-address address strong,
.box-order-shipping-address address strong,
.form-create-return .address.shipping address strong {
    display: block;
    margin-bottom: 10px
}

.opc-wrapper .shipping-address-item a,
.opc-block-shipping-information .shipping-information-content a,
.checkout-payment-method .checkout-billing-address .billing-address-details a,
.block-dashboard-addresses address a,
.block-addresses-list address a,
.block-addresses-default address a,
.box-order-billing-address address a,
.box-order-shipping-address address a,
.form-create-return .address.shipping address a {
    display: inline-block;
    margin-top: 15px
}

.checkout-summary,
.cart-summary,
.opc-block-summary {
    background: #fff;
    border: 1px solid #ccc;
    padding: 25px 20px
}

.checkout-summary>.title,
.cart-summary>.title,
.opc-block-summary>.title {
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.6rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
    display: none;
    font-weight: 700
}

.cart-summary .cart-totals,
.opc-block-summary .table-totals {
    border-top: 1px solid #d9d9d9;
    padding-top: 20px
}

.cart-summary .cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
    margin-bottom: 10px
}

.cart-summary .cart-totals .mark,
.opc-block-summary .table-totals .mark {
    padding-left: 0
}

.cart-summary .cart-totals .amount,
.opc-block-summary .table-totals .amount {
    padding-right: 0;
    text-align: right;
    white-space: nowrap
}

.cart-summary .cart-totals .mark,
.cart-summary .cart-totals .amount,
.opc-block-summary .table-totals .mark,
.opc-block-summary .table-totals .amount {
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px
}

.cart-summary .cart-totals .mark strong,
.cart-summary .cart-totals .amount strong,
.opc-block-summary .table-totals .mark strong,
.opc-block-summary .table-totals .amount strong {
    font-weight: 400
}

.cart-summary .cart-totals .grand .mark,
.cart-summary .cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
    padding-top: 20px;
    font-size: 18px
}

.cart-summary .cart-totals .grand .mark strong,
.cart-summary .cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .mark strong,
.opc-block-summary .table-totals .grand .amount strong {
    font-weight: 700
}

.cart-summary .cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
    margin-bottom: 10px
}

.cart-summary .cart-totals .totals-tax-summary .mark,
.cart-summary .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 #ebebeb;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer
}

.cart-summary .cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
    display: block;
    text-decoration: none;
    padding-right: 25px;
    position: relative
}

.abs-sidebar-totals .totals-tax-summary .amount .price>span,
.cart-summary .cart-totals .totals-tax-summary .amount .price>span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-summary .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: "\e912";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.cart-summary .cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
    position: absolute;
    right: -5px;
    top: -12px
}

.cart-summary .cart-totals .totals-tax-summary.expanded .mark,
.cart-summary .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-summary .cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
    content: "\e911"
}

.cart-summary .cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
    border-bottom: 1px solid #ebebeb;
    display: none
}

.cart-summary .cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
    display: table-row
}

.cart-summary .block>.title,
.opc-block-summary .items-in-cart>.title,
.paypal-review-discount .block>.title {
    display: block;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 0;
    padding: 0 0 15px;
    position: relative
}

.abs-discount-block>.title:after,
.cart-summary .block>.title:after,
.opc-block-summary .items-in-cart>.title:after,
.paypal-review-discount .block>.title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 20px;
    color: inherit;
    content: "\e912";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.cart-summary .block>.title:after,
.opc-block-summary .items-in-cart>.title:after,
.paypal-review-discount .block>.title:after {
    font-weight: 700;
    float: right
}

.column.main .cart-summary .block>.title strong,
.column.main .opc-block-summary .items-in-cart>.title strong,
.column.main .paypal-review-discount .block>.title strong {
    font-size: 1.4rem;
    font-weight: 400
}

.abs-discount-block.show>.title:after,
.cart-summary .block.show>.title:after,
.opc-block-summary .items-in-cart.show>.title:after,
.paypal-review-discount .block.show>.title:after {
    content: "\e911"
}

@font-face {
    font-family: 'Kipling';
    src: url('../../frontend/Kipling/jp/ja_JP/fonts/Kipling/Light/kiplingmegalight_regular-webfont.woff2') format('woff2'), url('../../frontend/Kipling/jp/ja_JP/fonts/Kipling/Light/kiplingmegalight_regular-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Kipling';
    src: url('../../frontend/Kipling/jp/ja_JP/fonts/Kipling/Regular/kipling_regular-webfont.woff2') format('woff2'), url('../../frontend/Kipling/jp/ja_JP/fonts/Kipling/Regular/kipling_regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Kipling';
    src: url('../../frontend/Kipling/jp/ja_JP/fonts/Kipling/Bold/kipling_bold-webfont.woff2') format('woff2'), url('../../frontend/Kipling/jp/ja_JP/fonts/Kipling/Bold/kipling_bold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Kipling';
    src: url('../../frontend/Kipling/jp/ja_JP/fonts/Kipling/Bold/kipling_bold-webfont.woff2') format('woff2'), url('../../frontend/Kipling/jp/ja_JP/fonts/Kipling/Bold/kipling_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.items {
    margin: 0;
    padding: 0;
    list-style: none none
}

.columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    flex-direction: column
}

.columns:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.columns .column.main {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
    flex: auto
}

.columns .sidebar-main {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

.columns .sidebar-additional {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2
}

.table-wrapper {
    margin-bottom: 4px
}

table>caption {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.cms-page-view .page-main table {
    margin-bottom: 10px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%
}

.cms-page-view .page-main table th {
    text-align: left
}

.cms-page-view .page-main table>thead>tr>th,
.cms-page-view .page-main table>thead>tr>td {
    vertical-align: bottom
}

.cms-page-view .page-main table>thead>tr>th,
.cms-page-view .page-main table>tbody>tr>th,
.cms-page-view .page-main table>tfoot>tr>th,
.cms-page-view .page-main table>thead>tr>td,
.cms-page-view .page-main table>tbody>tr>td,
.cms-page-view .page-main table>tfoot>tr>td {
    padding: 8px 8px
}

.table:not(.cart):not(.totals)>thead>tr>td,
.table:not(.cart):not(.totals)>tbody>tr>td,
.table:not(.cart):not(.totals)>tfoot>tr>td {
    font-size: 1.6rem
}

.table:not(.cart):not(.totals)>thead>tr>th,
.table:not(.cart):not(.totals)>tbody>tr>th,
.table:not(.cart):not(.totals)>tfoot>tr>th {
    color: #2d2f2c;
    font-weight: 700;
    font-size: 1.4rem
}

.table:not(.cart):not(.totals):not(.table-order-items) {
    border: none
}

.table:not(.cart):not(.totals):not(.table-order-items)>thead>tr>th,
.table:not(.cart):not(.totals):not(.table-order-items)>tbody>tr>th,
.table:not(.cart):not(.totals):not(.table-order-items)>tfoot>tr>th,
.table:not(.cart):not(.totals):not(.table-order-items)>thead>tr>td,
.table:not(.cart):not(.totals):not(.table-order-items)>tbody>tr>td,
.table:not(.cart):not(.totals):not(.table-order-items)>tfoot>tr>td {
    border: none
}

.table:not(.cart):not(.totals):not(.table-order-items)>thead>tr>th,
.table:not(.cart):not(.totals):not(.table-order-items)>thead>tr>td {
    border-bottom: 4px solid #fff
}

.table:not(.cart):not(.totals) tbody>tr:not(:first-child)>td {
    border-top: 1px solid #d9d9d9
}

.table:not(.cart):not(.totals) tfoot>tr:first-child th,
.table:not(.cart):not(.totals) tfoot>tr:first-child td {
    border-top: 2px solid #d9d9d9;
    padding-top: 24px
}

.table:not(.cart):not(.totals) tfoot>tr th,
.table:not(.cart):not(.totals) tfoot>tr td {
    padding: 4px 0
}

.table:not(.cart):not(.totals) tfoot>tr:not(.grand_total) th,
.table:not(.cart):not(.totals) tfoot>tr:not(.grand_total) td {
    font-size: 1.6rem
}

.table:not(.cart):not(.totals) tfoot>tr.grand_total th,
.table:not(.cart):not(.totals) tfoot>tr.grand_total td {
    font-size: 1.8rem
}

.table:not(.cart):not(.totals) tfoot .mark {
    font-weight: 400
}

.table:not(.totals):not(.table-comparison) {
    background: #f1f2f1
}

.table:not(.totals):not(.table-comparison)>thead {
    background: #f1f2f1
}

.table:not(.totals):not(.table-comparison)>tfoot {
    background: #f1f2f1
}

.table:not(.totals):not(.table-comparison)>tbody>tr>td {
    background: #f1f2f1
}

.table:not(.totals):not(.table-comparison)>tbody>tr>th {
    background: #f1f2f1
}

.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle
}

.table>tbody>tr>th .product-item-name,
.table>tfoot>tr>th .product-item-name,
.table>tbody>tr>td .product-item-name,
.table>tfoot>tr>td .product-item-name {
    margin-top: 0
}

.message {
    box-sizing: border-box
}

.message>*:first-child:before {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 !important
}

.message.info {
    margin: 0 0 14px;
    padding: 12px 12px 12px 48px;
    display: block;
    line-height: 18px;
    font-size: 1.2rem;
    background: #fdf0d5;
    color: #73420b;
    padding-left: 60px;
    position: relative
}

.message.info a {
    color: #0091ff
}

.message.info a:hover {
    color: #ff73be
}

.message.info a:active {
    color: #ff73be
}

.message.info>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 32px;
    color: #c07600;
    content: "\e91c";
    font-family: 'icons';
    margin: -10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    bottom: 0;
    left: 0;
    top: 0;
    width: 60px;
    position: absolute;
    text-align: center
}

.message.error {
    margin: 0 0 14px;
    padding: 12px 12px 12px 48px;
    display: block;
    line-height: 18px;
    font-size: 1.2rem;
    background: #fef0f1;
    color: #f32836;
    padding-left: 60px;
    position: relative
}

.message.error a {
    color: #0091ff
}

.message.error a:hover {
    color: #ff73be
}

.message.error a:active {
    color: #ff73be
}

.message.error>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 32px;
    color: #f32836;
    content: "\e91c";
    font-family: 'icons';
    margin: -10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    bottom: 0;
    left: 0;
    top: 0;
    width: 60px;
    position: absolute;
    text-align: center
}

.message.warning {
    margin: 0 0 14px;
    padding: 12px 12px 12px 48px;
    display: block;
    line-height: 18px;
    font-size: 1.2rem;
    background: #faf4e0;
    color: #73420b;
    padding-left: 60px;
    position: relative
}

.message.warning a {
    color: #0091ff
}

.message.warning a:hover {
    color: #ff73be
}

.message.warning a:active {
    color: #ff73be
}

.message.warning>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 32px;
    color: #cc9a0a;
    content: "\e91c";
    font-family: 'icons';
    margin: -10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    bottom: 0;
    left: 0;
    top: 0;
    width: 60px;
    position: absolute;
    text-align: center
}

.message.notice {
    margin: 0 0 14px;
    padding: 12px 12px 12px 48px;
    display: block;
    line-height: 18px;
    font-size: 1.2rem;
    background: #fdf0d5;
    color: #73420b;
    padding-left: 60px;
    position: relative
}

.message.notice a {
    color: #0091ff
}

.message.notice a:hover {
    color: #ff73be
}

.message.notice a:active {
    color: #ff73be
}

.message.notice>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 32px;
    color: #c07600;
    content: "\e91c";
    font-family: 'icons';
    margin: -10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    bottom: 0;
    left: 0;
    top: 0;
    width: 60px;
    position: absolute;
    text-align: center
}

.message.success {
    margin: 0 0 14px;
    padding: 12px 12px 12px 48px;
    display: block;
    line-height: 18px;
    font-size: 1.2rem;
    background: #f3fae1;
    color: #476a30;
    padding-left: 60px;
    position: relative
}

.message.success a {
    color: #0091ff
}

.message.success a:hover {
    color: #ff73be
}

.message.success a:active {
    color: #ff73be
}

.message.success>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 32px;
    color: #476a30;
    content: "\e916";
    font-family: 'icons';
    margin: -10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    bottom: 0;
    left: 0;
    top: 0;
    width: 60px;
    position: absolute;
    text-align: center
}

.message.success>*:first-child:before {
    font-size: 1.6rem !important
}

.panel.header .links,
.panel.header .switcher {
    display: none
}

.header-left .country-flag:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 15px;
    background: url('../../frontend/Kipling/jp/ja_JP/images/flag-japan.png') no-repeat 100% 50%;
    background-size: contain;
    border: 1px solid #ccc;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 12px
}

.nav-sections {
    background: #fff
}

.nav-toggle {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    left: 15px;
    position: absolute;
    top: 10px;
    z-index: 1
}

.nav-toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: inherit;
    color: #2d2f2c;
    content: "\e919";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.nav-toggle:hover:before {
    color: #2d2f2c
}

.nav-toggle>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.navigation>ul>li.category-node-4>.level-top .category-name,
.navigation>ul>li.category-node-1069>.level-top .category-name {
    color: #f32836 !important
}

.tooltip.wrapper {
    position: relative
}

.tooltip.wrapper .tooltip.content {
    background: #6c6a71;
    margin: -6px 0 0;
    max-width: 200px;
    min-width: 200px;
    padding: 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #fff;
    line-height: 1.4;
    font-size: 1.4rem;
    border: 1px solid #6c6a71;
    margin-left: 5px;
    left: 100%;
    top: 0
}

.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 {
    right: 100%
}

.tooltip.wrapper .tooltip.content:after {
    border-right-color: #6c6a71;
    margin-top: -5px;
    top: 15px
}

.tooltip.wrapper .tooltip.content:before {
    border-right-color: #6c6a71;
    margin-top: -6px;
    top: 15px
}

.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.toggle {
    display: inline-block;
    text-decoration: none
}

.tooltip.wrapper .tooltip.toggle>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.tooltip.wrapper .tooltip.toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 18px;
    color: #ff73be;
    content: "\e921";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.tooltip.wrapper .tooltip.toggle:before {
    width: 18px
}

.tooltip.wrapper .tooltip.content {
    margin-left: 10px
}

.tooltip.wrapper .tooltip.content dl {
    margin-bottom: 0
}

.tooltip.wrapper .tooltip.content dd {
    white-space: normal
}

.tooltip.wrapper .tooltip.content .subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px
}

.tooltip.wrapper .tooltip.content .label {
    margin-top: 10px
}

.tooltip.wrapper .tooltip.content .label:first-child {
    margin-top: 0
}

.tooltip.wrapper .tooltip.content .values {
    margin: 0
}

.ui-tooltip {
    position: absolute;
    z-index: 9999
}

.load.indicator {
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    position: absolute
}

.load.indicator:before {
    background: transparent url('../../frontend/Kipling/jp/ja_JP/images/loader-2.gif') no-repeat 50% 50%;
    border-radius: 5px;
    height: 160px;
    width: 160px;
    bottom: 0;
    box-sizing: border-box;
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.load.indicator>span {
    display: none
}

.loading-mask {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.5)
}

.loading-mask .loader>img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100
}

.loading-mask .loader>p {
    display: none
}

body>.loading-mask {
    z-index: 9999
}

._block-content-loading {
    position: relative
}

[data-role='main-css-loader'] {
    display: none
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    margin-right: 5px !important
}

._has-datepicker~.ui-datepicker-trigger {
    position: absolute;
    right: 0;
    top: 0
}

.fieldset {
    border: 0;
    margin: 0 0 32px 0;
    padding: 0;
    letter-spacing: -.31em
}

.fieldset>* {
    letter-spacing: normal
}

.fieldset>.legend {
    margin: 0 0 12px;
    padding: 0 0 16px;
    box-sizing: border-box;
    font-weight: 700;
    line-height: 1.2;
    font-size: 2rem
}

.fieldset>.legend+br {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.fieldset:last-child {
    margin-bottom: 20px
}

.fieldset>.field,
.fieldset>.fields>.field {
    margin: 0 0 20px
}

.fieldset>.field>.label,
.fieldset>.fields>.field>.label {
    margin: 0 0 12px 0;
    display: inline-block
}

.fieldset>.field:last-child,
.fieldset>.fields>.field:last-child {
    margin-bottom: 0
}

.fieldset>.field>.label,
.fieldset>.fields>.field>.label {
    font-weight: 400;
    line-height: 24px;
    font-size: 1.6rem
}

.fieldset>.field>.label+br,
.fieldset>.fields>.field>.label+br {
    display: none
}

.fieldset>.field .choice input,
.fieldset>.fields>.field .choice input {
    vertical-align: top
}

.fieldset>.field .fields.group:before,
.fieldset>.fields>.field .fields.group:before,
.fieldset>.field .fields.group:after,
.fieldset>.fields>.field .fields.group:after {
    content: '';
    display: table
}

.fieldset>.field .fields.group:after,
.fieldset>.fields>.field .fields.group:after {
    clear: both
}

.fieldset>.field .fields.group .field,
.fieldset>.fields>.field .fields.group .field {
    box-sizing: border-box;
    float: left
}

.fieldset>.field .fields.group.group-2 .field,
.fieldset>.fields>.field .fields.group.group-2 .field {
    width: 50% !important
}

.fieldset>.field .fields.group.group-3 .field,
.fieldset>.fields>.field .fields.group.group-3 .field {
    width: 33.3% !important
}

.fieldset>.field .fields.group.group-4 .field,
.fieldset>.fields>.field .fields.group.group-4 .field {
    width: 25% !important
}

.fieldset>.field .fields.group.group-5 .field,
.fieldset>.fields>.field .fields.group.group-5 .field {
    width: 20% !important
}

.fieldset>.field .addon,
.fieldset>.fields>.field .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%
}

.fieldset>.field .addon textarea,
.fieldset>.fields>.field .addon textarea,
.fieldset>.field .addon select,
.fieldset>.fields>.field .addon select,
.fieldset>.field .addon input,
.fieldset>.fields>.field .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto
}

.fieldset>.field .addon .addbefore,
.fieldset>.fields>.field .addon .addbefore,
.fieldset>.field .addon .addafter,
.fieldset>.fields>.field .addon .addafter {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c4c4c4;
    border-radius: 1px;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 40px;
    line-height: 1.42857143;
    padding: 4px 8px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto
}

.fieldset>.field .addon .addbefore:focus,
.fieldset>.fields>.field .addon .addbefore:focus,
.fieldset>.field .addon .addafter:focus,
.fieldset>.fields>.field .addon .addafter:focus {
    border: 2px solid #2d2f2c
}

.fieldset>.field .addon .addbefore:disabled,
.fieldset>.fields>.field .addon .addbefore:disabled,
.fieldset>.field .addon .addafter:disabled,
.fieldset>.fields>.field .addon .addafter:disabled {
    opacity: .5
}

.fieldset>.field .addon .addbefore::-moz-placeholder,
.fieldset>.fields>.field .addon .addbefore::-moz-placeholder,
.fieldset>.field .addon .addafter::-moz-placeholder,
.fieldset>.fields>.field .addon .addafter::-moz-placeholder {
    color: #c2c2c2
}

.fieldset>.field .addon .addbefore::-webkit-input-placeholder,
.fieldset>.fields>.field .addon .addbefore::-webkit-input-placeholder,
.fieldset>.field .addon .addafter::-webkit-input-placeholder,
.fieldset>.fields>.field .addon .addafter::-webkit-input-placeholder {
    color: #c2c2c2
}

.fieldset>.field .addon .addbefore:-ms-input-placeholder,
.fieldset>.fields>.field .addon .addbefore:-ms-input-placeholder,
.fieldset>.field .addon .addafter:-ms-input-placeholder,
.fieldset>.fields>.field .addon .addafter:-ms-input-placeholder {
    color: #c2c2c2
}

.fieldset>.field .addon .addbefore,
.fieldset>.fields>.field .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

.fieldset>.field .additional,
.fieldset>.fields>.field .additional {
    margin-top: 24px
}

.fieldset>.field.required>.label:after,
.fieldset>.fields>.field.required>.label:after,
.fieldset>.field._required>.label:after,
.fieldset>.fields>.field._required>.label:after {
    content: '*';
    color: #44883b;
    font-size: 1.2rem;
    margin: 0 0 0 5px
}

.fieldset>.field .note,
.fieldset>.fields>.field .note {
    font-size: 1.4rem;
    margin: 15px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none
}

.fieldset>.field .note:before,
.fieldset>.fields>.field .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 14px;
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.fieldset>.field.choice,
.fieldset>.fields>.field.choice {
    margin: 0 0 20px
}

.fieldset>.field.choice>.label,
.fieldset>.fields>.field.choice>.label {
    margin: 0 0 12px 0;
    display: inline-block
}

.fieldset>.field.choice:last-child,
.fieldset>.fields>.field.choice:last-child {
    margin-bottom: 0
}

.fieldset>.field.choice>.label,
.fieldset>.fields>.field.choice>.label {
    font-weight: 400;
    line-height: 24px;
    font-size: 1.4rem
}

.fieldset>.field.choice>.label+br,
.fieldset>.fields>.field.choice>.label+br {
    display: none
}

.fieldset>.field.choice .choice input,
.fieldset>.fields>.field.choice .choice input {
    vertical-align: top
}

.fieldset>.field.choice .fields.group:before,
.fieldset>.fields>.field.choice .fields.group:before,
.fieldset>.field.choice .fields.group:after,
.fieldset>.fields>.field.choice .fields.group:after {
    content: '';
    display: table
}

.fieldset>.field.choice .fields.group:after,
.fieldset>.fields>.field.choice .fields.group:after {
    clear: both
}

.fieldset>.field.choice .fields.group .field,
.fieldset>.fields>.field.choice .fields.group .field {
    box-sizing: border-box;
    float: left
}

.fieldset>.field.choice .fields.group.group-2 .field,
.fieldset>.fields>.field.choice .fields.group.group-2 .field {
    width: 50% !important
}

.fieldset>.field.choice .fields.group.group-3 .field,
.fieldset>.fields>.field.choice .fields.group.group-3 .field {
    width: 33.3% !important
}

.fieldset>.field.choice .fields.group.group-4 .field,
.fieldset>.fields>.field.choice .fields.group.group-4 .field {
    width: 25% !important
}

.fieldset>.field.choice .fields.group.group-5 .field,
.fieldset>.fields>.field.choice .fields.group.group-5 .field {
    width: 20% !important
}

.fieldset>.field.choice .addon,
.fieldset>.fields>.field.choice .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%
}

.fieldset>.field.choice .addon textarea,
.fieldset>.fields>.field.choice .addon textarea,
.fieldset>.field.choice .addon select,
.fieldset>.fields>.field.choice .addon select,
.fieldset>.field.choice .addon input,
.fieldset>.fields>.field.choice .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto
}

.fieldset>.field.choice .addon .addbefore,
.fieldset>.fields>.field.choice .addon .addbefore,
.fieldset>.field.choice .addon .addafter,
.fieldset>.fields>.field.choice .addon .addafter {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c4c4c4;
    border-radius: 1px;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 40px;
    line-height: 1.42857143;
    padding: 4px 8px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto
}

.fieldset>.field.choice .addon .addbefore:focus,
.fieldset>.fields>.field.choice .addon .addbefore:focus,
.fieldset>.field.choice .addon .addafter:focus,
.fieldset>.fields>.field.choice .addon .addafter:focus {
    border: 2px solid #2d2f2c
}

.fieldset>.field.choice .addon .addbefore:disabled,
.fieldset>.fields>.field.choice .addon .addbefore:disabled,
.fieldset>.field.choice .addon .addafter:disabled,
.fieldset>.fields>.field.choice .addon .addafter:disabled {
    opacity: .5
}

.fieldset>.field.choice .addon .addbefore::-moz-placeholder,
.fieldset>.fields>.field.choice .addon .addbefore::-moz-placeholder,
.fieldset>.field.choice .addon .addafter::-moz-placeholder,
.fieldset>.fields>.field.choice .addon .addafter::-moz-placeholder {
    color: #c2c2c2
}

.fieldset>.field.choice .addon .addbefore::-webkit-input-placeholder,
.fieldset>.fields>.field.choice .addon .addbefore::-webkit-input-placeholder,
.fieldset>.field.choice .addon .addafter::-webkit-input-placeholder,
.fieldset>.fields>.field.choice .addon .addafter::-webkit-input-placeholder {
    color: #c2c2c2
}

.fieldset>.field.choice .addon .addbefore:-ms-input-placeholder,
.fieldset>.fields>.field.choice .addon .addbefore:-ms-input-placeholder,
.fieldset>.field.choice .addon .addafter:-ms-input-placeholder,
.fieldset>.fields>.field.choice .addon .addafter:-ms-input-placeholder {
    color: #c2c2c2
}

.fieldset>.field.choice .addon .addbefore,
.fieldset>.fields>.field.choice .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

.fieldset>.field.choice .additional,
.fieldset>.fields>.field.choice .additional {
    margin-top: 24px
}

.fieldset>.field.choice.required>.label:after,
.fieldset>.fields>.field.choice.required>.label:after,
.fieldset>.field.choice._required>.label:after,
.fieldset>.fields>.field.choice._required>.label:after {
    content: '*';
    color: #44883b;
    font-size: 1.2rem;
    margin: 0 0 0 5px
}

.fieldset>.field.choice .note,
.fieldset>.fields>.field.choice .note {
    font-size: 1.4rem;
    margin: 15px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none
}

.fieldset>.field.choice .note:before,
.fieldset>.fields>.field.choice .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 14px;
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.fieldset>.field.choice .label,
.fieldset>.fields>.field.choice .label {
    display: inline;
    font-weight: normal
}

.fieldset>.field .note,
.fieldset>.fields>.field .note {
    display: block
}

.fieldset>.field.note,
.fieldset>.fields>.field.note {
    font-size: 1.6rem;
    line-height: 24px
}

.column:not(.main) .fieldset>.field .label,
.column:not(.main) .fieldset>.fields>.field .label {
    font-weight: normal
}

.fieldset>.field .field.choice,
.fieldset>.fields>.field .field.choice {
    margin-bottom: 10px
}

.fieldset>.field .field.choice:last-child,
.fieldset>.fields>.field .field.choice:last-child {
    margin-bottom: 0
}

.fieldset>.field input[type=file],
.fieldset>.fields>.field input[type=file] {
    margin: 5px 0
}

.fieldset>.field select:not(.mage-error),
.fieldset>.fields>.field select:not(.mage-error) {
    background-color: #fff
}

.legend+.fieldset,
.legend+div {
    clear: both
}

.legend {
    background-color: #fff;
    width: 100%
}

.legend strong {
    margin-left: 5px
}

fieldset.field {
    border: 0;
    padding: 0
}

fieldset.field>legend.label {
    margin: 0 !important;
    display: none !important
}

fieldset.field .field {
    margin: 0 0 20px
}

fieldset.field .field>.label {
    margin: 0 0 12px 0;
    display: inline-block
}

fieldset.field .field:last-child {
    margin-bottom: 0
}

fieldset.field .field>.label {
    font-weight: 400;
    line-height: 24px;
    font-size: 1.6rem
}

fieldset.field .field>.label+br {
    display: none
}

fieldset.field .field .choice input {
    vertical-align: top
}

fieldset.field .field .fields.group:before,
fieldset.field .field .fields.group:after {
    content: '';
    display: table
}

fieldset.field .field .fields.group:after {
    clear: both
}

fieldset.field .field .fields.group .field {
    box-sizing: border-box;
    float: left
}

fieldset.field .field .fields.group.group-2 .field {
    width: 50% !important
}

fieldset.field .field .fields.group.group-3 .field {
    width: 33.3% !important
}

fieldset.field .field .fields.group.group-4 .field {
    width: 25% !important
}

fieldset.field .field .fields.group.group-5 .field {
    width: 20% !important
}

fieldset.field .field .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%
}

fieldset.field .field .addon textarea,
fieldset.field .field .addon select,
fieldset.field .field .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto
}

fieldset.field .field .addon .addbefore,
fieldset.field .field .addon .addafter {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c4c4c4;
    border-radius: 1px;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 40px;
    line-height: 1.42857143;
    padding: 4px 8px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto
}

fieldset.field .field .addon .addbefore:focus,
fieldset.field .field .addon .addafter:focus {
    border: 2px solid #2d2f2c
}

fieldset.field .field .addon .addbefore:disabled,
fieldset.field .field .addon .addafter:disabled {
    opacity: .5
}

fieldset.field .field .addon .addbefore::-moz-placeholder,
fieldset.field .field .addon .addafter::-moz-placeholder {
    color: #c2c2c2
}

fieldset.field .field .addon .addbefore::-webkit-input-placeholder,
fieldset.field .field .addon .addafter::-webkit-input-placeholder {
    color: #c2c2c2
}

fieldset.field .field .addon .addbefore:-ms-input-placeholder,
fieldset.field .field .addon .addafter:-ms-input-placeholder {
    color: #c2c2c2
}

fieldset.field .field .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

fieldset.field .field .additional {
    margin-top: 24px
}

fieldset.field .field.required>.label:after,
fieldset.field .field._required>.label:after {
    content: '*';
    color: #44883b;
    font-size: 1.2rem;
    margin: 0 0 0 5px
}

fieldset.field .field .note {
    font-size: 1.4rem;
    margin: 15px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none
}

fieldset.field .field .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 14px;
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.field.date .time-picker {
    display: inline-block;
    margin-top: 10px;
    white-space: nowrap
}

.field .message.warning {
    margin-top: 10px
}

.field-error,
div.mage-error[generated] {
    margin-top: 8px
}

.field-error {
    color: #f32836;
    font-size: 1.2rem
}

.field.choice label {
    cursor: pointer;
    display: inline;
    line-height: 24px
}

input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    top: 0;
    width: 24px;
    vertical-align: middle
}

input[type="checkbox"]:checked {
    background: #2d2f2c;
    border-color: #2d2f2c;
    display: inline-block;
    text-decoration: none
}

input[type="checkbox"]:checked:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    content: "\e916";
    font-family: 'icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

input[type="checkbox"]:checked:after {
    width: 22px
}

input[type="radio"] {
    -webkit-appearance: none;
    border: 2px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    top: 0;
    vertical-align: middle;
    width: 20px
}

input[type="radio"]+label {
    font-size: 1.6rem;
    cursor: pointer;
    display: inline;
    font-weight: 700;
    line-height: 24px;
    vertical-align: middle
}

input[type="radio"]:checked {
    background-color: #fff
}

input[type="radio"]:checked+label {
    cursor: default
}

input[type="radio"]:checked:after {
    background-color: #000;
    border-radius: 50%;
    content: '';
    cursor: default;
    display: block;
    height: 10px;
    left: 3px;
    width: 10px;
    position: relative;
    top: 3px
}

input[type="radio"]:after {
    width: 18px
}

.product-options-wrapper .date.required div[for*='options'].mage-error {
    display: none !important
}

.field .tooltip {
    position: relative
}

.field .tooltip .tooltip-content {
    background: #6c6a71;
    margin: -6px 0 0;
    max-width: 200px;
    min-width: 200px;
    padding: 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #fff;
    line-height: 1.4;
    font-size: 1.4rem;
    border: 1px solid #6c6a71;
    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: #6c6a71;
    margin-top: -5px;
    top: 15px
}

.field .tooltip .tooltip-content:before {
    border-right-color: #6c6a71;
    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
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-size: 40px !important;
    text-indent: .01em;
    text-overflow: ''
}

select::-ms-expand {
    display: none
}

select.mage-error {
    background: #fae5e5 url('../../frontend/Kipling/jp/ja_JP/images/select-bg.svg') no-repeat 100% 50%;
    border-color: #ffa39e
}

._has-datepicker~.ui-datepicker-trigger {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: block;
    text-decoration: none;
    display: inline-block;
    float: right;
    vertical-align: middle
}

._has-datepicker~.ui-datepicker-trigger:focus,
._has-datepicker~.ui-datepicker-trigger:active {
    background: none;
    border: none
}

._has-datepicker~.ui-datepicker-trigger:hover {
    background: none;
    border: none
}

._has-datepicker~.ui-datepicker-trigger.disabled,
._has-datepicker~.ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker~.ui-datepicker-trigger {
    pointer-events: none
}

._has-datepicker~.ui-datepicker-trigger>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

._has-datepicker~.ui-datepicker-trigger:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 40px;
    color: #939098;
    content: "\e91f";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

._has-datepicker~.ui-datepicker-trigger:focus {
    box-shadow: none;
    outline: 0
}

.sidebar .fieldset {
    margin: 0
}

.sidebar .fieldset>.field:not(.choice):not(:last-child),
.sidebar .fieldset .fields>.field:not(:last-child) {
    margin: 0 0 20px
}

.sidebar .fieldset>.field:not(.choice) .label,
.sidebar .fieldset .fields>.field .label {
    margin: 0 0 4px;
    padding: 0 0 5px;
    text-align: left;
    width: 100%
}

.sidebar .fieldset>.field:not(.choice) .control,
.sidebar .fieldset .fields>.field .control {
    width: 100%
}

@font-face {
    font-family: 'icons';
    src: url('../../frontend/Kipling/jp/ja_JP/fonts/Kipling-Icons/kipling-icon.woff2') format('woff2'), url('../../frontend/Kipling/jp/ja_JP/fonts/Kipling-Icons/kipling-icon.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: auto
}

button,
a.action.primary {
    border-radius: 0
}

button.disabled,
a.action.primary.disabled,
button[disabled],
a.action.primary[disabled],
fieldset[disabled] button,
fieldset[disabled] a.action.primary {
    background: #ebebeb !important;
    border-color: #ebebeb !important;
    color: #939098 !important
}

button:active {
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12)
}

a.action.primary {
    display: inline-block;
    text-decoration: none
}

a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
    text-decoration: none
}

.action.primary {
    background-image: none;
    background: #2d2f2c;
    border: 1px solid #2d2f2c;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 1px 40px;
    font-size: 1.4rem;
    line-height: 3.6rem;
    box-sizing: border-box;
    vertical-align: middle
}

.action.primary:focus,
.action.primary:active {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.action.primary:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
    cursor: default;
    pointer-events: none
}

.product.data.items {
    margin: 0;
    padding: 0;
    margin-bottom: 20px
}

.product.data.items>.item.title {
    box-sizing: border-box;
    float: none;
    width: 100%
}

.product.data.items>.item.title>.switch {
    display: block
}

.product.data.items>.item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0
}

.product.data.items>.item.content:before,
.product.data.items>.item.content:after {
    content: '';
    display: table
}

.product.data.items>.item.content:after {
    clear: both
}

.product.data.items>.item.content.active {
    display: block
}

.product.data.items>.item.title {
    margin: 0 0 10px
}

.product.data.items>.item.title>.switch {
    background: #f1f2f1;
    height: 40px;
    padding: 5px 15px 5px 15px;
    font-weight: 600;
    line-height: 40px;
    font-size: 2rem;
    text-decoration: none
}

.product.data.items>.item.title>.switch:visited {
    color: #2d2f2c;
    text-decoration: none
}

.product.data.items>.item.title>.switch:hover {
    color: #fff;
    text-decoration: none
}

.product.data.items>.item.title>.switch:active {
    color: #fff;
    text-decoration: none
}

.product.data.items>.item.title:not(.disabled)>.switch:focus,
.product.data.items>.item.title:not(.disabled)>.switch:hover {
    background: #2d2f2c
}

.product.data.items>.item.title:not(.disabled)>.switch:active,
.product.data.items>.item.title.active>.switch,
.product.data.items>.item.title.active>.switch:focus,
.product.data.items>.item.title.active>.switch:hover {
    background: #2d2f2c;
    color: #fff;
    text-decoration: none;
    padding-bottom: 5px
}

.pages>.label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.pages .items {
    font-size: 0;
    letter-spacing: -1px;
    line-height: 0;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    list-style: none none;
    display: inline-block;
    font-weight: 400
}

.pages .item {
    font-size: 2rem;
    line-height: 4rem;
    letter-spacing: normal;
    margin: 0 4px 0 0;
    display: inline-block
}

.pages .item .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.pages a.page {
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #2d2f2c;
    display: inline-block;
    padding: 0;
    text-decoration: none
}

.pages a.page:visited {
    border: 1px solid #d9d9d9;
    color: #2d2f2c
}

.pages a.page:hover {
    background: #cfea8b;
    border: 1px solid #cfea8b;
    color: #2d2f2c;
    text-decoration: none
}

.pages a.page:active {
    border: 1px solid #cfea8b;
    color: #2d2f2c
}

.pages strong.page {
    background: #ff73be;
    border: 0;
    font-size: 2rem;
    line-height: 4rem;
    letter-spacing: normal;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 0
}

.pages .action {
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #2d2f2c;
    display: inline-block;
    padding: 0;
    text-decoration: none
}

.pages .action:visited {
    color: #2d2f2c
}

.pages .action:hover {
    border: 1px solid #cfea8b;
    color: #2d2f2c;
    text-decoration: none
}

.pages .action:active {
    color: #2d2f2c
}

.pages .action.next {
    display: inline-block;
    text-decoration: none
}

.pages .action.next:visited:before {
    color: #2d2f2c
}

.pages .action.next:active:before {
    color: #2d2f2c
}

.pages .action.next>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.pages .action.next:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 38px;
    color: #2d2f2c;
    content: "\e910";
    font-family: 'icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.pages .action.next:hover:before {
    color: #2d2f2c
}

.pages .action.next:active:before {
    color: #2d2f2c
}

.pages .action.previous {
    display: inline-block;
    text-decoration: none
}

.pages .action.previous:visited:before {
    color: #2d2f2c
}

.pages .action.previous:active:before {
    color: #2d2f2c
}

.pages .action.previous>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.pages .action.previous:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 38px;
    color: #2d2f2c;
    content: "\e909";
    font-family: 'icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.pages .action.previous:hover:before {
    color: #2d2f2c
}

.pages .action.previous:active:before {
    color: #2d2f2c
}

.pages .page {
    width: 40px;
    height: 40px;
    box-sizing: border-box
}

.pages .page.jump {
    display: inline-block
}

.pages .item {
    height: 40px;
    vertical-align: middle;
    text-align: center
}

.pages .item:last-child {
    margin: 0
}

.pages a.page:hover {
    text-decoration: underline
}

.pages .action.previous,
.pages .action.next {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-sizing: border-box
}

.pages .action.previous:before,
.pages .action.next:before {
    font-weight: 700
}

.pages .action.previous:hover,
.pages .action.next:hover {
    background-color: #cfea8b
}

.pages .action.previous:focus,
.pages .action.next:focus {
    background-color: #ff73be;
    border-color: #ff73be
}

.pages .action.previous:focus:before,
.pages .action.next:focus:before {
    color: #fff
}

.actions-toolbar>.primary,
.actions-toolbar>.secondary {
    text-align: center;
    margin-bottom: 10px
}

.actions-toolbar>.primary .action,
.actions-toolbar>.secondary .action {
    margin-bottom: 10px
}

.actions-toolbar>.primary .action:last-child,
.actions-toolbar>.secondary .action:last-child {
    margin-bottom: 0
}

.actions-toolbar>.primary:last-child,
.actions-toolbar>.secondary:last-child {
    margin-bottom: 0
}

.actions-toolbar>.secondary .action {
    font-size: 16px;
    color: #ff73be;
    text-decoration: none
}

.actions-toolbar>.secondary .action:visited {
    color: #ff73be;
    text-decoration: none
}

.actions-toolbar>.secondary .action:hover {
    color: #ff73be;
    text-decoration: none
}

.actions-toolbar>.secondary .action:active {
    color: #ff73be;
    text-decoration: none
}

.breadcrumbs {
    margin: 0 0 20px;
    margin-top: 15px
}

.breadcrumbs .items {
    font-size: 1.2rem;
    color: #ff73be;
    margin: 0;
    padding: 0;
    list-style: none none
}

.breadcrumbs .items>li {
    display: inline-block;
    vertical-align: top
}

.breadcrumbs .item {
    margin: 0
}

.breadcrumbs a {
    color: #6c6a71;
    text-decoration: none
}

.breadcrumbs a:visited {
    color: #6c6a71;
    text-decoration: none
}

.breadcrumbs a:hover {
    color: #6c6a71;
    text-decoration: underline
}

.breadcrumbs a:active {
    color: #6c6a71;
    text-decoration: underline
}

.breadcrumbs strong {
    font-weight: 400
}

.breadcrumbs .item:not(:last-child):after {
    color: #6c6a71;
    content: '>'
}

.breadcrumbs a,
.breadcrumbs strong {
    display: inline-block;
    vertical-align: middle
}

.breadcrumbs .items>li {
    vertical-align: middle
}

.breadcrumbs .item:not(:last-child):after {
    display: inline-block
}

.ui-dialog.popup .action.close {
    position: absolute;
    height: 40px;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 1001;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400
}

.ui-dialog.popup .action.close>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-dialog.popup .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 36px;
    color: inherit;
    content: "\e901";
    font-family: 'icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.ui-dialog.popup .action.close:hover:before {
    color: inherit
}

.ui-dialog.popup .action.close:active:before {
    color: inherit
}

.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
    background: none;
    border: none
}

.ui-dialog.popup .action.close:hover {
    background: none;
    border: none
}

.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
    pointer-events: none
}

.popup-pointer {
    margin-left: -14px;
    position: absolute;
    top: -14px
}

.popup-pointer:before,
.popup-pointer:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-bottom-style: solid
}

.popup-pointer:before {
    left: 2px;
    top: 2px;
    border: solid 6px;
    border-color: transparent transparent #fff transparent;
    z-index: 99
}

.popup-pointer:after {
    left: 1px;
    top: 0px;
    border: solid 7px;
    border-color: transparent transparent #aeaeae transparent;
    z-index: 98
}

.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
    display: inline
}

.price-label {
    display: none
}

.old-price,
.old.price {
    color: #999
}

.old-price .price,
.old.price .price {
    font-size: 12px;
    text-decoration: line-through
}

.price-including-tax,
.price-excluding-tax {
    display: block;
    font-size: 1.6rem;
    line-height: 1
}

.price-including-tax+.price-excluding-tax,
.weee[data-label] {
    display: block;
    font-size: 1.6rem
}

.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
}

.discount-label {
    background: #f1f2f1;
    color: #f32836;
    display: none !important;
    font-size: 12px;
    padding: 0 5px;
    margin-left: 5px
}

.discount-label:before {
    content: '~';
    margin-right: -3px
}

body._has-modal {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.modals-overlay {
    z-index: 899
}

.modal-slide,
.modal-popup {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease
}

.modal-slide._show,
.modal-popup._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto
}

.modal-slide {
    left: 0;
    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-popup {
    z-index: 900;
    left: 0;
    overflow-y: auto
}

.modal-popup.confirm .modal-inner-wrap {
    max-width: 90%
}

.modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.modal-popup .modal-inner-wrap {
    margin: 5rem auto;
    width: 100%;
    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 {
    padding-left: 15px;
    padding-right: 15px
}

.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: 16px;
    padding-top: 35px
}

.modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 40px;
    padding-top: 30px
}

.modal-popup .modal-footer-actions {
    text-align: right
}

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0
}

.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
    background: none;
    border: none
}

.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
    background: none;
    border: none
}

.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
    pointer-events: none
}

.modal-custom .action-close>span,
.modal-popup .action-close>span,
.modal-slide .action-close>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: #2d2f2c;
    content: "\e901";
    font-family: 'icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
    color: inherit
}

.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
    color: inherit
}

.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
    color: #141513
}

.modal-custom .modal-footer,
.modal-popup .modal-footer,
.modal-slide .modal-footer {
    border-top: 1px solid #d8d8d8;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.modal-custom .modal-footer .action-primary,
.modal-popup .modal-footer .action-primary,
.modal-slide .modal-footer .action-primary,
.modal-custom .modal-footer .action.primary,
.modal-popup .modal-footer .action.primary,
.modal-slide .modal-footer .action.primary {
    background-image: none;
    background: #2d2f2c;
    border: 1px solid #2d2f2c;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 1px 40px;
    font-size: 1.4rem;
    line-height: 3.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-left: 4px
}

.modal-custom .modal-footer .action-primary:focus,
.modal-popup .modal-footer .action-primary:focus,
.modal-slide .modal-footer .action-primary:focus,
.modal-custom .modal-footer .action.primary:focus,
.modal-popup .modal-footer .action.primary:focus,
.modal-slide .modal-footer .action.primary:focus,
.modal-custom .modal-footer .action-primary:active,
.modal-popup .modal-footer .action-primary:active,
.modal-slide .modal-footer .action-primary:active,
.modal-custom .modal-footer .action.primary:active,
.modal-popup .modal-footer .action.primary:active,
.modal-slide .modal-footer .action.primary:active {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.modal-custom .modal-footer .action-primary:hover,
.modal-popup .modal-footer .action-primary:hover,
.modal-slide .modal-footer .action-primary:hover,
.modal-custom .modal-footer .action.primary:hover,
.modal-popup .modal-footer .action.primary:hover,
.modal-slide .modal-footer .action.primary:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.modal-custom .modal-footer .action-primary.disabled,
.modal-popup .modal-footer .action-primary.disabled,
.modal-slide .modal-footer .action-primary.disabled,
.modal-custom .modal-footer .action.primary.disabled,
.modal-popup .modal-footer .action.primary.disabled,
.modal-slide .modal-footer .action.primary.disabled,
.modal-custom .modal-footer .action-primary[disabled],
.modal-popup .modal-footer .action-primary[disabled],
.modal-slide .modal-footer .action-primary[disabled],
.modal-custom .modal-footer .action.primary[disabled],
.modal-popup .modal-footer .action.primary[disabled],
.modal-slide .modal-footer .action.primary[disabled],
fieldset[disabled] .modal-custom .modal-footer .action-primary,
fieldset[disabled] .modal-popup .modal-footer .action-primary,
fieldset[disabled] .modal-slide .modal-footer .action-primary,
fieldset[disabled] .modal-custom .modal-footer .action.primary,
fieldset[disabled] .modal-popup .modal-footer .action.primary,
fieldset[disabled] .modal-slide .modal-footer .action.primary {
    cursor: default;
    pointer-events: none
}

.modal-custom .modal-footer .action-secondary,
.modal-popup .modal-footer .action-secondary,
.modal-slide .modal-footer .action-secondary,
.modal-custom .modal-footer .action.secondary,
.modal-popup .modal-footer .action.secondary,
.modal-slide .modal-footer .action.secondary {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-right: 4px
}

.modal-custom .modal-content,
.modal-popup .modal-content,
.modal-slide .modal-content {
    padding-bottom: 20px
}

.modal-custom .action-close {
    padding: 15px 13px
}

.modal-popup {
    pointer-events: none
}

.modal-popup .modal-title {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;
    font-size: 20px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word
}

.modal-popup .action-close {
    padding: 15px 13px
}

.modal-slide .page-main-actions {
    margin-bottom: -12.9rem;
    margin-top: 2.1rem
}

.modals-overlay {
    background-color: rgba(51, 51, 51, 0.55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

body._has-modal-custom .modal-custom-overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 899
}

[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 0
}

.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
}

.amazon-button-container {
    display: table;
    margin: 0 0 22px
}

.amazon-button-container__cell {
    display: table-cell;
    min-width: 45px;
    position: relative
}

.amazon-button-container img {
    display: block
}

.amazon-button-container .field-tooltip {
    display: none;
    margin: -12px 0 0;
    right: 5px;
    top: 50%
}

.checkout-shipping-address .amazon-button-container {
    margin: 22px 0
}

.login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px
}

.amazon-validate-container .block .block-title {
    font-size: 1.8rem
}

.amazon-validate-container .fieldset:after {
    margin: 10px 0 0;
    content: attr(data-hasrequired);
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    color: #44883b;
    font-size: 1.2rem
}

.amazon-validate-container .fieldset:after {
    margin-top: 35px
}

@media all and (max-width:768px) {
    .amazon-button-container {
        width: 100%
    }
}

.amazon-logout-widget {
    display: none
}

.product-social-links,
.amazon-minicart-container {
    width: 100%;
    display: block;
    text-align: center
}

.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
    display: inline-block;
    margin: 12px 0 4px 0
}

.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
    top: 38px;
    left: -245px
}

.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
    border: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #666;
    top: -10px;
    left: 244px
}

.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
    border: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f4f4f4;
    top: -8px;
    left: 244px
}

.amazon-addtoCart {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.revert-checkout {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block
}

.centered-button {
    text-align: center;
    display: inline-block
}

.catalog-product-view .centered-button {
    display: table
}

.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
    border-top: none;
    padding-top: 0
}

.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
    margin-bottom: 10px
}

.checkout-methods-items .centered-button {
    margin-bottom: 0
}

@media all and (max-width:768px) {
    .checkout-methods-items .centered-button {
        width: auto
    }
}

.checkout-methods-items .field-tooltip {
    display: none
}

.checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 35px;
    left: auto
}

.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
    border: 5px solid transparent;
    height: 0;
    width: 0;
    margin-top: -20px;
    right: 10px;
    left: auto;
    top: 0
}

.checkout-methods-items .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #6c6a71
}

.checkout-methods-items .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #6c6a71;
    top: 1px
}

@media all and (max-width:768px) {
    .checkout-methods-items .field-tooltip .field-tooltip-content {
        right: -56px;
        top: 38px;
        left: auto
    }

    .checkout-methods-items .field-tooltip .field-tooltip-content:before,
    .checkout-methods-items .field-tooltip .field-tooltip-content:after {
        right: 56px
    }
}

.amazon-widget {
    max-width: 400px;
    height: 228px
}

.amazon-widget--address {
    margin-top: 20px
}

.amazon-addresses {
    margin-top: 20px
}

.amazon-addresses .amazon-address {
    margin-bottom: 20px
}

.checkout-payment-method .amazon-payment-method .payment-method-title {
    visibility: hidden;
    padding-bottom: 0
}

.opc-progress-bar-item._complete.lock-step {
    cursor: none;
    pointer-events: none
}

@media all and (max-width:768px) {
    .amazon-minicart-container .amazon-button-container {
        width: auto
    }
}

.iti {
    position: relative;
    display: inline-block
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 31px;
    padding: 0 6px 0 8px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media (max-width:500px) {
    .iti__country-list {
        white-space: normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.iti__country {
    padding: 5px 10px;
    outline: none
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05)
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
    vertical-align: middle
}

.iti__flag-box,
.iti__country-name {
    margin-right: 6px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05)
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05)
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.iti--container:hover {
    cursor: pointer
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .iti__flag {
        background-size: 5652px 15px
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5241px 0px
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px
}

.iti__flag {
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url('../../frontend/Kipling/jp/ja_JP/Dotdigitalgroup_Sms/images/flags.png');
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .iti__flag {
        background-image: url('../../frontend/Kipling/jp/ja_JP/Dotdigitalgroup_Sms/images/flags@2x.png')
    }
}

.iti__flag.iti__np {
    background-color: transparent
}

.price-final_price {
    position: relative
}

.price-final_price .tilde-icon-red {
    color: #f32836
}

.price-final_price .tilde-icon-red,
.price-final_price .tilde-icon-black {
    position: absolute;
    font-size: 45px;
    top: -22px;
    font-weight: 300;
    margin-left: 8px
}

.price-from-plp,
.price-from-pdp {
    color: #f32836
}

.checkout-success-container h4 {
    border-bottom: 2px solid #2d2f2c;
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 10px
}

.checkout-success-container .checkout.table-wrapper .items {
    background: transparent
}

.checkout-success-container .checkout.table-wrapper .items>thead {
    background: transparent
}

.checkout-success-container .checkout.table-wrapper .items>tfoot {
    background: transparent
}

.checkout-success-container .checkout.table-wrapper .items>tbody>tr>td {
    background: transparent
}

.checkout-success-container .checkout.table-wrapper .items>tbody>tr>th {
    background: transparent
}

.checkout-success-container .checkout.table-wrapper .items thead>tr>th {
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    padding: 8px 10px
}

.checkout-success-container .checkout.table-wrapper .items tbody {
    border-bottom: 1px solid #d9d9d9
}

.checkout-success-container .checkout.table-wrapper .items tbody>tr>td {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0
}

.checkout-success-container .checkout.table-wrapper .items tbody>tr>td.subtotal {
    text-align: right
}

.checkout-success-container .checkout.table-wrapper .product-item-photo {
    display: block;
    left: 0;
    max-width: 80px;
    position: absolute;
    width: 100%
}

.checkout-success-container .checkout.table-wrapper .product-item-details {
    white-space: normal
}

.checkout-success-container .checkout.table-wrapper .product-item-name {
    display: inline-block;
    font-size: 16px
}

.checkout-success-container .checkout.table-wrapper .product-short-description {
    font-size: 14px;
    margin-bottom: 0
}

.checkout-success-container .checkout-success-totals {
    margin-top: 40px
}

.checkout-success-container .checkout-success-totals p span {
    color: #2d2f2c !important;
    font-weight: 400 !important;
    float: right
}

.checkout-success-container .checkout-success-totals p.order-subtotal {
    margin-top: 15px
}

.checkout-success-container .checkout-success-totals p.order-grand-total {
    font-weight: 700 !important;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    padding-top: 10px
}

.checkout-success-container .checkout-success-totals p.order-grand-total span {
    font-weight: 700 !important
}

.checkout-success-container .actions-toolbar {
    text-align: center
}

.checkout-summary {
    box-sizing: border-box;
    border-top: none;
    padding-top: 0
}

.checkout-summary>.title {
    border-bottom: 2px solid #2d2f2c;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    display: block;
    font-size: 20px;
    padding-bottom: 10px
}

.checkout-summary .block {
    margin-bottom: 15px
}

.checkout-summary .block:last-child {
    margin-bottom: 0
}

.checkout-summary .block .block-title {
    font-size: 16px;
    margin-bottom: 10px
}

.checkout-summary .block p {
    font-size: 14px !important
}

.checkout-summary .block p b {
    color: #ff73be
}

.checkout-summary .shipping-information {
    border-top: 1px solid #ccc;
    padding-top: 15px
}

.checkout-success>h4 {
    font-weight: 400;
    margin-bottom: 40px
}

.checkout-success #registration {
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 25px 20px;
    margin-bottom: 0
}

.checkout-success #registration hr {
    display: none
}

.checkout-success #registration h5 {
    font-weight: 700
}

.checkout-success #registration p {
    font-size: 14px !important
}

.checkout-success #registration .action.primary {
    margin-top: 20px !important
}

.eventmanager-lists-index .page-title-wrapper {
    text-align: center
}

.eventmanager-lists-index .eventmanager .toolbar {
    background-color: transparent
}

.eventmanager-lists-index .eventmanager .toolbar .toolbar-amount {
    line-height: 24px;
    height: auto;
    margin-bottom: 8px
}

.eventmanager-lists-index .list-type {
    border-bottom: 1px solid #d9d9d9
}

.eventmanager-lists-index .list-type a {
    color: #2d2f2c;
    text-decoration: none;
    font-size: 2rem;
    border-bottom: 4px solid transparent !important;
    display: inline-block;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    word-break: break-all
}

.eventmanager-lists-index .list-type a:visited {
    color: #2d2f2c;
    text-decoration: none
}

.eventmanager-lists-index .list-type a:hover {
    color: #2d2f2c;
    text-decoration: none
}

.eventmanager-lists-index .list-type a:active {
    color: #2d2f2c;
    text-decoration: none
}

.eventmanager-lists-index .list-type a.active {
    border-color: #ff73be !important;
    color: #ff73be
}

.eventmanager-lists-index .event-list {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0
}

.eventmanager-lists-index .event-content {
    cursor: pointer
}

.eventmanager-lists-index .event-content .thumbnail-image {
    display: block;
    width: 100%
}

.eventmanager-lists-index .event-content .description-area {
    margin: 16px 0 24px 0;
    text-align: center
}

.eventmanager-lists-index .event-content .event-main-title {
    margin-bottom: 5px
}

.eventmanager-lists-index .event-content .event-sub-title {
    font-size: 1.4rem;
    color: #939098;
    line-height: 20px
}

.eventmanager-view-index .view-wrap .info_shares_wrap .note {
    display: none
}

.faqs .search-block {
    margin-bottom: 25px
}

.faqs .search-block .fieldset {
    margin-bottom: 0
}

.faqs .search-block .label {
    display: block
}

.faqs .search-block .control {
    display: inline-block;
    width: calc(100% - 110px)
}

.faqs .search-block .actions {
    display: inline-block;
    margin-left: 5px;
    width: 100px;
    vertical-align: top
}

.faqs .search-block .actions .primary {
    line-height: 3.6rem;
    padding: 1px 0;
    width: 100%
}

.faqs .block .item.title {
    font-size: 20px;
    font-weight: bold;
}

.faqs .block .list .title {
    /* border-bottom: 1px solid #f1f2f1; */
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 15px 0
}

.faqs .block .list .title:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: inherit;
    color: inherit;
    content: "\025b6";
    /* font-family: 'icons'; */
    margin: 3px 15px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.faqs .block .list .title span {
    display: inline-block;
    font-size: 16px;
    width: calc(100% - 30px)
}

.faqs .block .list .title:before {
    width: 10px
}

.faqs .block .list .title[aria-expanded="true"] {
    border-bottom: none
}

.faqs .block .list .title[aria-expanded="true"]:before {
    content: "\e607"
}

.faqs .block .list .content {
    /* border-bottom: 1px solid #f1f2f1; */
    padding: 0 0 40px 30px
}

.faqs .search-word {
    color: #ff73be
}

.instagramfeed-container .instagramfeed-header {
    text-align: center;
    padding-bottom: 20px
}

.instagramfeed-container .instagramfeed-photo {
    margin: 2px;
    display: inline-block;
    position: relative
}

.instagramfeed-container .instagramfeed-photo .instagramfeed-post-caption {
    line-height: 18px;
    letter-spacing: normal;
    position: absolute;
    bottom: 0;
    padding: 5px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: #F0F0F0;
    max-height: 30%;
    overflow: hidden;
    text-overflow: ellipsis
}

.instagramfeed-container .instagramfeed-photo img {
    display: block;
    width: 100%;
    max-width: none;
    height: 306px;
    object-fit: cover;
    padding: 0 1px 1px 0
}

@media (max-width:767px) {
    .instagramfeed-container .instagramfeed-photo .instagramfeed-post-caption {
        font-size: 20px !important;
        opacity: 1 !important
    }
}

.form.password.reset {
    background-color: #f9f8f9
}

.form.password.reset .actions-toolbar>.primary .action {
    line-height: 4.8rem;
    padding: 1px 40px;
    font-size: 2rem;
    text-transform: uppercase
}

.form.password.reset .field.telephone {
    position: relative
}

.form.password.reset .sub-label {
    font-size: 1.6rem;
    margin-left: 5px
}

.form.password.reset .username-error,
.form.password.reset .userphone-error,
.form.password.reset .code-confirmation,
.form.password.reset .verification-confirmation,
.form.password.reset .code-rejected,
.form.password.reset .verification-rejected {
    font-size: 1.2rem;
    margin-top: 8px
}

.form.password.reset .code-confirmation,
.form.password.reset .verification-confirmation {
    color: #ff73be
}

.form.password.reset .username-error,
.form.password.reset .userphone-error,
.form.password.reset .code-rejected,
.form.password.reset .verification-rejected {
    color: #f32836
}

.form.password.reset .sms-code {
    background-image: none;
    background: #939098;
    border: 1px solid #939098;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 1px 20px;
    font-size: 1.6rem;
    line-height: 3.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    min-width: 140px;
    position: absolute;
    right: 0
}

.form.password.reset .sms-code:focus,
.form.password.reset .sms-code:active {
    background: #fff;
    border: 1px solid #c5c1cc;
    color: #2d2f2c
}

.form.password.reset .sms-code:hover {
    background: #fff;
    border: 1px solid #939098;
    color: #2d2f2c
}

.form.password.reset .sms-code.disabled,
.form.password.reset .sms-code[disabled],
fieldset[disabled] .form.password.reset .sms-code {
    cursor: default;
    pointer-events: none
}

.form.password.reset .verify-code {
    background-image: none;
    background: #939098;
    border: 1px solid #939098;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 20px 0 0;
    padding: 1px 40px;
    font-size: 1.6rem;
    line-height: 3.6rem;
    box-sizing: border-box;
    vertical-align: middle
}

.form.password.reset .verify-code:focus,
.form.password.reset .verify-code:active {
    background: #fff;
    border: 1px solid #c5c1cc;
    color: #2d2f2c
}

.form.password.reset .verify-code:hover {
    background: #fff;
    border: 1px solid #939098;
    color: #2d2f2c
}

.form.password.reset .verify-code.disabled,
.form.password.reset .verify-code[disabled],
fieldset[disabled] .form.password.reset .verify-code {
    cursor: default;
    pointer-events: none
}

.action-reset {
    font-size: 1.6rem;
    color: #ff73be;
    text-decoration: none;
    display: block;
    margin-bottom: 15px
}

.action-reset:visited {
    color: #ff73be;
    text-decoration: none
}

.action-reset:hover {
    color: #ff73be;
    text-decoration: none
}

.action-reset:active {
    color: #ff73be;
    text-decoration: none
}

.checkout-cart-index .membership-banner {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #fdf0d5;
    color: #6f4400;
    position: relative
}

html[lang="ja"] .block-membership-status .kipling-me-logo {
    display: none
}

html[lang="ja"] .block-membership-status .kipling-me-online-logo {
    display: block !important;
    margin-bottom: 15px
}

html[lang="ja"] .block-membership-status .membership-progressbar {
    padding: 0 7%
}

html[lang="ja"] .block-membership-status .progressbar .membership-description>*:first-child span {
    left: -30px
}

html[lang="ja"] .block-membership-status .progressbar .membership-description>*:nth-child(2) span {
    left: -28px
}

html[lang="ja"] .block-membership-status .progressbar .membership-description>*:last-child span {
    right: -44px
}

.block-membership-status {
    background-color: #f1f2f1
}

.block-membership-status .kipling-me-online-logo {
    display: none
}

.block-membership-status .nav-toggle {
    display: none !important
}

.block-membership-status h3 {
    text-transform: uppercase
}

.block-membership-status .customer-welcome {
    margin-bottom: 20px
}

.block-membership-status .customer-welcome .customer-info {
    margin-bottom: 15px
}

.block-membership-status .customer-welcome .customer-info strong {
    font-size: 1.8rem;
    display: block;
    margin-bottom: 15px
}

.block-membership-status .customer-welcome .customer-info p {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0
}

.block-membership-status .earn-more {
    font-weight: 700;
    text-transform: uppercase
}

.block-membership-status .block-content .membership-status {
    box-sizing: border-box
}

.block-membership-status .block-content .primary {
    width: 100% !important
}

.block-membership-status .block-content .membership-program p {
    margin-bottom: 0
}

.block-membership-status .block-content .discription {
    margin-bottom: 16px;
    margin-top: 24px;
    position: relative
}

.block-membership-status .block-content .exchange-rate {
    margin-bottom: 10px
}

.block-membership-status .block-content .membership-progressbar {
    padding: 0 5%
}

.block-membership-status .block-content .progressbar {
    margin-bottom: 60px;
    margin-top: 25px;
    background-color: #ffffff;
    border: 2px solid #ff73be;
    border-radius: 4px
}

.block-membership-status .block-content .progressbar .progress {
    background: #ff73be;
    text-align: right
}

.block-membership-status .block-content .progressbar .progress .current-amount-spending {
    color: #ff73be;
    position: relative;
    bottom: 19px
}

.block-membership-status .block-content .progressbar .membership-description {
    position: relative
}

.block-membership-status .block-content .progressbar .membership-description>*:first-child .membership-step {
    left: -2px !important;
    position: relative;
    top: -1px
}

.block-membership-status .block-content .progressbar .membership-description>*:first-child span {
    left: -16px
}

.block-membership-status .block-content .progressbar .membership-description>*:nth-child(2) span {
    left: -27.5px
}

.block-membership-status .block-content .progressbar .membership-description>*:last-child .membership-step-last {
    right: -2px;
    position: relative;
    top: -1px
}

.block-membership-status .block-content .progressbar .membership-description>*:last-child span {
    right: -37.5px
}

.block-membership-status .block-content .progressbar .membership-description>* span {
    display: block;
    position: relative;
    top: 10px;
    text-align: center
}

.block-membership-status .block-content .membership-step-last {
    float: right;
    border-right: 2px solid #ff73be;
    height: 10px;
    text-align: right
}

.block-membership-status .block-content .membership-step {
    float: left;
    border-left: 2px solid #ff73be;
    height: 10px;
    position: absolute
}

.block-membership-status .block-content .customer-spening,
.block-membership-status .block-content .spening-remainig {
    font-size: 1.4rem
}

.block-membership-status .block-content .right-count {
    float: right;
    margin-bottom: 5px;
    text-align: right
}

.block-membership-status .block-content .current-amount {
    font-size: 1.8rem;
    border-radius: 50px;
    box-sizing: border-box;
    color: #2d2f2c;
    font-weight: 700;
    line-height: 32px;
    left: 0;
    right: 0;
    height: 30px;
    padding-left: 9px;
    position: absolute;
    text-align: left;
    top: 21px
}

.block-membership-status .block-content .membership-progress {
    background-color: #fff;
    border: 1px solid #ff73be;
    border-radius: 50px;
    height: 30px
}

.heading-section {
    font-size: 20px;
    font-weight: bold
}

.item-list-rule .item {
    margin: 5px;
    list-style: none;
    margin-left: 25px
}

.item-list-rule .item-ex {
    margin-left: 50px;
    list-style: none
}

.block-kiplingme-benefit {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto
}

ul.item-list-rule {
    padding-top: 25px;
    padding-left: 15px
}

.customer-account-create .form-create-account .fieldset.verify .code-validation-area,
.magento_invitation-customer_account-create .form-create-account .fieldset.verify .code-validation-area {
    margin-bottom: 0;
    overflow: hidden
}

.customer-account-create .form-create-account .fieldset.verify .code-validation-area input,
.magento_invitation-customer_account-create .form-create-account .fieldset.verify .code-validation-area input {
    float: left;
    width: 65%
}

.customer-account-create .form-create-account .fieldset.verify .code-confirmation,
.magento_invitation-customer_account-create .form-create-account .fieldset.verify .code-confirmation,
.customer-account-create .form-create-account .fieldset.verify .verification-confirmation,
.magento_invitation-customer_account-create .form-create-account .fieldset.verify .verification-confirmation,
.customer-account-create .form-create-account .fieldset.verify .code-rejected,
.magento_invitation-customer_account-create .form-create-account .fieldset.verify .code-rejected,
.customer-account-create .form-create-account .fieldset.verify .verification-rejected,
.magento_invitation-customer_account-create .form-create-account .fieldset.verify .verification-rejected {
    font-size: 1.2rem;
    margin-top: 8px
}

.customer-account-create .form-create-account .fieldset.verify .code-confirmation,
.magento_invitation-customer_account-create .form-create-account .fieldset.verify .code-confirmation,
.customer-account-create .form-create-account .fieldset.verify .verification-confirmation,
.magento_invitation-customer_account-create .form-create-account .fieldset.verify .verification-confirmation {
    color: #ff73be
}

.customer-account-create .form-create-account .fieldset.verify .code-rejected,
.magento_invitation-customer_account-create .form-create-account .fieldset.verify .code-rejected,
.customer-account-create .form-create-account .fieldset.verify .verification-rejected,
.magento_invitation-customer_account-create .form-create-account .fieldset.verify .verification-rejected {
    color: #f32836
}

.customer-account-create .form-create-account .fieldset.verify .sms-link,
.magento_invitation-customer_account-create .form-create-account .fieldset.verify .sms-link {
    background-image: none;
    background: #939098;
    border: 1px solid #939098;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 1px 0;
    font-size: 1.6rem;
    line-height: 3.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    float: left;
    text-align: center;
    width: 35%
}

.customer-account-create .form-create-account .fieldset.verify .sms-link:focus,
.magento_invitation-customer_account-create .form-create-account .fieldset.verify .sms-link:focus,
.customer-account-create .form-create-account .fieldset.verify .sms-link:active,
.magento_invitation-customer_account-create .form-create-account .fieldset.verify .sms-link:active {
    background: #fff;
    border: 1px solid #c5c1cc;
    color: #2d2f2c
}

.customer-account-create .form-create-account .fieldset.verify .sms-link:hover,
.magento_invitation-customer_account-create .form-create-account .fieldset.verify .sms-link:hover {
    background: #fff;
    border: 1px solid #939098;
    color: #2d2f2c
}

.customer-account-create .form-create-account .fieldset.verify .sms-link.disabled,
.magento_invitation-customer_account-create .form-create-account .fieldset.verify .sms-link.disabled,
.customer-account-create .form-create-account .fieldset.verify .sms-link[disabled],
.magento_invitation-customer_account-create .form-create-account .fieldset.verify .sms-link[disabled],
fieldset[disabled] .customer-account-create .form-create-account .fieldset.verify .sms-link,
fieldset[disabled] .magento_invitation-customer_account-create .form-create-account .fieldset.verify .sms-link {
    cursor: default;
    pointer-events: none
}

.customer-account-create .form-create-account .fieldset.verify .verify-code,
.magento_invitation-customer_account-create .form-create-account .fieldset.verify .verify-code {
    background-image: none;
    background: #939098;
    border: 1px solid #939098;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 20px 0 0;
    padding: 1px 40px;
    font-size: 1.6rem;
    line-height: 3.6rem;
    box-sizing: border-box;
    vertical-align: middle
}

.customer-account-create .form-create-account .fieldset.verify .verify-code:focus,
.magento_invitation-customer_account-create .form-create-account .fieldset.verify .verify-code:focus,
.customer-account-create .form-create-account .fieldset.verify .verify-code:active,
.magento_invitation-customer_account-create .form-create-account .fieldset.verify .verify-code:active {
    background: #fff;
    border: 1px solid #c5c1cc;
    color: #2d2f2c
}

.customer-account-create .form-create-account .fieldset.verify .verify-code:hover,
.magento_invitation-customer_account-create .form-create-account .fieldset.verify .verify-code:hover {
    background: #fff;
    border: 1px solid #939098;
    color: #2d2f2c
}

.customer-account-create .form-create-account .fieldset.verify .verify-code.disabled,
.magento_invitation-customer_account-create .form-create-account .fieldset.verify .verify-code.disabled,
.customer-account-create .form-create-account .fieldset.verify .verify-code[disabled],
.magento_invitation-customer_account-create .form-create-account .fieldset.verify .verify-code[disabled],
fieldset[disabled] .customer-account-create .form-create-account .fieldset.verify .verify-code,
fieldset[disabled] .magento_invitation-customer_account-create .form-create-account .fieldset.verify .verify-code {
    cursor: default;
    pointer-events: none
}

.customer-account-create .form-create-account .fieldset .field-mobile_number .sms_error,
.magento_invitation-customer_account-create .form-create-account .fieldset .field-mobile_number .sms_error {
    display: none;
    font-size: 1.2rem;
    margin-top: 8px;
    color: #f32836
}

.info_shares_wrap .toggle_btn {
    display: none
}

.info_shares_wrap .toggle_shares .social-links {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}

.info_shares_wrap .toggle_shares .shares {
    display: inline-block;
    margin: 0;
    width: 32px;
    height: 32px;
    background-color: #999999;
    border-radius: 50%;
    text-align: center
}

.info_shares_wrap .toggle_shares .social-links {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}

.info_shares_wrap .toggle_shares .link:before {
    font-size: 26px;
    line-height: 32px
}

.info_shares_wrap .toggle_shares .kakao:before {
    font-size: 19px;
    line-height: 32px
}

.info_shares_wrap .toggle_shares .kakao:before {
    margin-top: 1px;
    padding: 0 1px
}

.info_shares_wrap .toggle_shares .pinterest:before {
    font-size: 30px;
    line-height: 32px
}

.info_shares_wrap .toggle_shares .google-share:before {
    font-size: 16px;
    line-height: 32px
}

.info_shares_wrap .toggle_shares .line:before {
    font-size: 19px;
    line-height: 32px
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.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-slide-shadow-bottom {
    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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    background-size: 30px 50px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: -50px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: -50px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    opacity: 0.2
}

.swiper-button-prev.swiper-button-white:active,
.swiper-container-rtl .swiper-button-next.swiper-button-white:active,
.swiper-button-prev.swiper-button-white:hover,
.swiper-container-rtl .swiper-button-next.swiper-button-white:hover {
    opacity: 1
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    opacity: 0.2
}

.swiper-button-next.swiper-button-white:active,
.swiper-container-rtl .swiper-button-prev.swiper-button-white:active,
.swiper-button-next.swiper-button-white:hover,
.swiper-container-rtl .swiper-button-prev.swiper-button-white:hover {
    opacity: 1
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination .swiper-pagination-bullets {
    display: inline-block;
    vertical-align: middle
}

.swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    background: #fff;
    vertical-align: middle;
    opacity: 1
}

.swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #ff73be
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    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: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    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;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        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 {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    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;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    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 {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    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-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.multi-checkout-fields label {
    display: block;
    margin-bottom: 7px
}

.multi-checkout-fields .field {
    margin: 1.5em 0
}

.multi-checkout-fields .field.checkbox label {
    display: inline-block;
    margin: 0 0 0 12px
}

.collection-point-country,
.collection-point-postalcode,
.collection-point-button {
    display: inline-block;
    padding: 20px 10px 0 0
}

.collection-point-postalcode {
    max-width: 9em;
    vertical-align: top
}

.field-error {
    color: #f32836;
    font-size: 1.2rem;
    margin-top: 7px
}

.box-order-shipping-address .box-subtitle {
    font-weight: 600
}

.box-order-shipping-address .order-shipping-secondary-address {
    margin-top: 1rem
}

#delivery-options-fields-block {
    max-width: 100%
}

.pickup-locations-headline {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 25px
}

.delivery-locations-form .delivery-locations-list {
    border: 1px solid #c4c4c4;
    max-height: 500px;
    overflow: auto
}

.delivery-locations-form .delivery-locations-list table.location {
    margin-top: 28px
}

.delivery-locations-form .delivery-locations-list table.location .first-column {
    padding: 0 14px;
    width: 14px
}

.delivery-locations-form .delivery-locations-list table.location .second-column {
    padding: 0
}

.opening-hour-wrapper {
    font-size: 12px
}

.opening-hour-wrapper table thead {
    cursor: pointer;
    font-weight: 700
}

.opening-hour-wrapper table thead tr td {
    padding: 10px 0 0;
    display: inline-block;
    text-decoration: none
}

.opening-hour-wrapper table thead tr td:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
    line-height: 20px;
    color: #ff73be;
    content: "\e912";
    font-family: 'icons';
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.opening-hour-wrapper table thead tr td:hover:after {
    color: #2d2f2c
}

.opening-hour-wrapper table thead tr td:active:after {
    color: #ff73be
}

.opening-hour-wrapper table tbody {
    display: none
}

.opening-hour-wrapper table tbody.special-hours-heading {
    padding-top: 10px;
    font-weight: 700
}

.opening-hour-wrapper table tbody tr td {
    padding: 0 10px 0 0
}

.opening-hour-wrapper table tbody tr td.time-span {
    font-weight: 600
}

.opening-hour-wrapper table._active thead tr td:after {
    content: "\e911"
}

.opening-hour-wrapper table._active tbody {
    display: block
}

.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
    padding: 0;
    border-top: none
}

.yotpo-yotpo-is-enabled .yotpoBottomLine {
    width: 100%
}

.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,
.yotpo-yotpo-is-enabled .yotpo-stars {
    margin: 0 5px 0 0 !important
}

.yotpo-yotpo-is-enabled .thumbnail .yotpo a {
    display: inline-block
}

.yotpo-yotpo-is-enabled div.yotpo.bottomLine {
    display: inline-block;
    margin: 0 10px 1px 0
}

.yotpo-yotpo-is-enabled div.yotpo.QABottomLine {
    display: inline-block
}

.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position {
    display: inline-block;
    margin: 0 10px 1px 0
}

.yotpo-yotpo-is-enabled.cms-index-index .product-item-actions {
    margin-top: 5px !important
}

.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item-actions,
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item-actions {
    margin-top: 0 !important
}

.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,
.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary {
    width: 100%
}

.column .block-addbysku .fieldset {
    margin: 0
}

.column .block-addbysku .fieldset .fields {
    position: relative
}

.column .block-addbysku .fieldset .fields .field {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top
}

.column .block-addbysku .fieldset .fields .actions-toolbar {
    position: absolute;
    right: 0;
    top: 4px
}

.column .block-addbysku .sku {
    margin-right: -155px;
    padding-right: 160px;
    width: 100%
}

.column .block-addbysku .skus>.label {
    margin-top: 10px
}

.column .block-addbysku .qty .qty+.mage-error {
    width: 80px
}

.column .block-addbysku .block-content .actions-toolbar {
    clear: both;
    margin: 0 0 20px;
    text-align: left
}

.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
    content: '';
    display: table
}

.column .block-addbysku .block-content .actions-toolbar:after {
    clear: both
}

.column .block-addbysku .block-content .actions-toolbar .primary {
    float: left
}

.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
    display: inline-block
}

.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
    display: inline-block
}

.column .block-addbysku .block-content .actions-toolbar .primary .action {
    margin: 0
}

.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
    margin-top: 6px
}

.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
    display: block;
    float: none
}

.column .block-addbysku .block-content .actions-toolbar>.secondary {
    text-align: left
}

.column .block-addbysku .reset {
    margin: 10px 0
}

.column .block-addbysku .note {
    display: block;
    margin: 0 0 20px
}

.block-cart-failed {
    margin-top: 40px
}

.block-cart-failed .block-title {
    font-size: 2.6rem
}

.block-cart-failed .block-title strong {
    font-weight: 700
}

.block-cart-failed .actions {
    text-align: center
}

.block-cart-failed .actions .action {
    margin-bottom: 10px
}

.payment-method-braintree .hosted-control {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c4c4c4;
    border-radius: 1px;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 40px;
    line-height: 1.42857143;
    padding: 4px 8px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    width: 225px
}

.payment-method-braintree .hosted-control:focus {
    border: 2px solid #2d2f2c
}

.payment-method-braintree .hosted-control:disabled {
    opacity: .5
}

.payment-method-braintree .hosted-control::-moz-placeholder {
    color: #c2c2c2
}

.payment-method-braintree .hosted-control::-webkit-input-placeholder {
    color: #c2c2c2
}

.payment-method-braintree .hosted-control:-ms-input-placeholder {
    color: #c2c2c2
}

.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
    border-color: #476a30
}

.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
    border-color: #f32836
}

.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused)~.hosted-error {
    height: auto;
    opacity: 1
}

.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
    border-color: #476a30
}

.payment-method-braintree .hosted-control.hosted-cid {
    width: 5rem
}

.payment-method-braintree .hosted-control.hosted-date {
    float: left;
    margin-bottom: 7px;
    width: 6rem
}

.payment-method-braintree .hosted-control.hosted-date:first-of-type {
    margin-right: 50px
}

.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
    content: '/';
    display: inline;
    padding-bottom: inherit;
    padding-top: inherit;
    position: absolute;
    right: -25px;
    top: 5px
}

.payment-method-braintree .field-tooltip {
    right: 0
}

.payment-method-braintree .hosted-error {
    clear: both;
    color: #f32836;
    font-size: 1.2rem;
    height: 0;
    margin-top: 7px;
    opacity: 0
}

.braintree-paypal-logo {
    margin-top: 10px;
    text-align: center
}

.braintree-paypal-account {
    padding: 15px 0 15px 50px;
    position: relative;
    display: inline-block
}

.braintree-paypal-account:before {
    background-image: url('../../frontend/Kipling/jp/ja_JP/Magento_Braintree/images/paypal-small.png');
    background-position-x: 0;
    background-position-y: 0;
    line-height: 16px;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    content: '';
    display: inline-block
}

.braintree-paypal-account:before {
    left: 17px;
    margin-top: -8px;
    position: absolute;
    top: 50%
}

.braintree-paypal-account .payment-method-type {
    font-weight: 700
}

.braintree-paypal-account .payment-method-description {
    color: #575757
}

.braintree-paypal-fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

.action-braintree-paypal-logo {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400
}

.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
    background: none;
    border: none
}

.action-braintree-paypal-logo:hover {
    background: none;
    border: none
}

.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
    pointer-events: none
}

.action-braintree-paypal-logo img {
    margin: 0;
    width: 114px
}

.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
    margin-left: 0
}

.account .table .col.paypal-account img {
    vertical-align: middle
}

.account .table .col.paypal-account+.actions {
    vertical-align: middle
}

.bundle-options-container {
    clear: both;
    margin-bottom: 40px
}

.bundle-options-container .legend.title {
    font-weight: 700;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 0rem;
    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: #ff73be;
    padding: 10px 20px
}

.bundle-options-container .block-bundle-summary>.title>strong {
    font-weight: 700;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 0rem;
    margin-bottom: 2rem
}

.bundle-options-container .block-bundle-summary .bundle-summary {
    margin-top: 30px
}

.bundle-options-container .block-bundle-summary .bundle-summary.empty {
    display: none
}

.bundle-options-container .block-bundle-summary .bundle-summary>.subtitle {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.2rem;
    margin-top: 0rem;
    margin-bottom: 1rem;
    display: block
}

.bundle-options-container .block-bundle-summary .bundle.items>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>.action {
    vertical-align: top
}

.bundle-options-container .nested .field.qty {
    margin-top: 20px
}

.bundle-options-container .nested .field.qty .label {
    font-weight: 400;
    margin: 0 0 5px;
    display: inline-block
}

.bundle-options-container p.required {
    color: #44883b
}

.bundle-options-container .product-options-bottom {
    clear: left
}

.block-category-event {
    background: #f0f0f0;
    color: #2d2f2c;
    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 .block {
    margin-bottom: 0
}

.cart-summary .block.discount .title {
    cursor: auto !important
}

.cart-summary .block.discount .title:after {
    display: none !important
}

.cart-summary .block.discount .fieldset {
    display: table;
    margin-bottom: 25px;
    width: 100%
}

.cart-summary .block.discount .fieldset .field {
    margin-bottom: 10px;
    width: 100%
}

.cart-summary .block.discount .fieldset .field+.actions-toolbar>.primary {
    width: 100%
}

.cart-summary .block.discount .fieldset .field+.actions-toolbar>.primary .action.primary {
    width: 100%
}

.cart-summary .block.discount .tooltip.content {
    margin: 0;
    left: 50%;
    top: -50%;
    transform: translate(-80%, -100%)
}

.cart-summary .block.discount .tooltip.content:before,
.cart-summary .block.discount .tooltip.content:after {
    border-color: #6c6a71 transparent transparent;
    top: unset;
    left: 80%;
    bottom: 0;
    transform: translate(-50%, 100%)
}

.cart-summary .block.shipping {
    display: none
}

.cart-summary .block .item-options {
    margin-left: 0
}

.cart-summary .actions-toolbar>.primary button {
    background-image: none;
    background: #2d2f2c;
    border: 1px solid #2d2f2c;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 1px 13px;
    font-size: 1.4rem;
    line-height: 3.6rem;
    box-sizing: border-box;
    vertical-align: middle
}

.cart-summary .actions-toolbar>.primary button:focus,
.cart-summary .actions-toolbar>.primary button:active {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.cart-summary .actions-toolbar>.primary button:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.cart-summary .actions-toolbar>.primary button.disabled,
.cart-summary .actions-toolbar>.primary button[disabled],
fieldset[disabled] .cart-summary .actions-toolbar>.primary button {
    cursor: default;
    pointer-events: none
}

.cart.table-wrapper {
    background: #f1f2f1
}

.cart.table-wrapper .items:not(.pages-items) {
    background: #f1f2f1
}

.cart.table-wrapper .items:not(.pages-items) thead {
    display: none
}

.cart.table-wrapper .items:not(.pages-items) tbody>tr>td {
    background: #f1f2f1
}

.cart.table-wrapper .items:not(.pages-items)>.item {
    display: block;
    position: relative
}

.cart.table-wrapper .items:not(.pages-items)>.item .relative {
    display: block;
    position: relative
}

.cart.table-wrapper .items:not(.pages-items)>.item.out-of-stock .stock {
    background: #2d2f2c;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    left: 5px;
    margin-top: -10px;
    padding: 1px 8px;
    position: absolute;
    right: 5px;
    z-index: 1
}

.cart.table-wrapper .items:not(.pages-items)>.item.out-of-stock .message.error {
    display: none
}

.cart.table-wrapper .items:not(.pages-items)>.item.out-of-stock .product-item-details,
.cart.table-wrapper .items:not(.pages-items)>.item.out-of-stock td:not(.item) {
    opacity: 0.5
}

.cart.table-wrapper .items:not(.pages-items)>.item:not(:last-child) {
    border-bottom: 1px solid #d9d9d9
}

.cart.table-wrapper .col.subtotal {
    padding-right: 0
}

.cart.table-wrapper .item-actions td {
    padding-bottom: 10px;
    text-align: center;
    white-space: normal
}

.cart.table-wrapper .actions-toolbar>.action,
.action-gift {
    display: inline-block;
    text-decoration: none
}

.cart.table-wrapper .actions-toolbar>.action>span,
.action-gift>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.cart.table-wrapper .actions-toolbar>.action:before,
.action-gift:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: inherit;
    content: "\e920";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.cart.table-wrapper .actions-toolbar>.action:hover:before,
.action-gift:hover:before {
    color: #2d2f2c
}

.cart.table-wrapper .actions-toolbar>.action:active:before,
.action-gift:active:before {
    color: #2d2f2c
}

.cart.table-wrapper .actions-toolbar>.action.action-delete,
.action-gift.action-delete {
    bottom: 15px;
    position: absolute;
    right: 15px
}

.cart.table-wrapper .actions-toolbar>.action.action-delete:before,
.action-gift.action-delete:before {
    font-size: 28px;
    line-height: inherit
}

.cart.table-wrapper .actions-toolbar>.action.action-delete:before,
.action-gift.action-delete:before {
    content: "\e901"
}

.cart.table-wrapper .action.help.map {
    font-weight: 400
}

.cart.table-wrapper .product-item-photo {
    display: block;
    left: 15px;
    max-width: 80px;
    position: absolute;
    width: 100%
}

.cart.table-wrapper .product-item-photo[title^="FREE"]+.product-item-details .product-item-name+.cart.item.message.notice>div:before {
    font-size: 24px;
    content: "\e930"
}

.cart.table-wrapper .product-item-details {
    white-space: normal
}

.cart.table-wrapper .product-item-name {
    display: inline-block;
    font-size: 16px
}

.cart.table-wrapper .gift-registry-name-label:after {
    content: ':'
}

.cart.table-wrapper .action.configure {
    display: inline-block;
    margin: 0 0 20px
}

.cart-container .checkout-methods-items hr {
    margin-top: 0;
    margin-bottom: 10px
}

.cart-container .checkout-methods-items p {
    margin-bottom: 0
}

.cart-container .checkout-methods-items .action.primary {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.cart-container .checkout-methods-items .item+.item {
    margin-top: 20px
}

.cart-empty p {
    font-size: 18px
}

.cart-empty a {
    color: #ff73be;
    display: inline-block;
    text-decoration: none;
    font-size: 16px
}

.cart-empty a:visited {
    color: #ff73be;
    text-decoration: none
}

.cart-empty a:hover {
    color: #44883b;
    text-decoration: underline
}

.cart-empty a:active {
    color: #44883b;
    text-decoration: underline
}

.cart-empty a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: inherit;
    color: inherit;
    content: "\e926";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.cart-products-toolbar {
    background-color: #f1f2f1
}

.cart-products-toolbar-top {
    display: none
}

.reward-balance.hide {
    display: none
}

.cart-tax-info+.cart-tax-total,
.cart .cart-tax-info+.cart-tax-total {
    display: block
}

.block-minicart .items-total {
    font-size: 12px;
    float: left;
    margin-top: 10px;
    text-transform: uppercase
}

.block-minicart .subtotal {
    float: right;
    margin-top: 10px;
    text-align: right
}

.block-minicart .subtotal .label {
    font-weight: 700;
    float: left;
    margin-right: 5px
}

.block-minicart .amount {
    float: right
}

.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 16px
}

.block-minicart .subtitle {
    display: none
}

.block-minicart .subtitle.empty {
    display: block;
    font-weight: 400;
    font-size: 16px;
    text-align: center
}

.block-minicart .text.empty {
    text-align: center
}

.block-minicart .block-content>.actions {
    clear: both;
    text-align: center;
    padding-top: 15px
}

.block-minicart .block-content>.actions>.primary .action.primary {
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    width: 100%
}

.block-minicart .block-content>.actions>.primary .action.primary:last-child {
    margin-bottom: 0
}

.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
    margin: 15px 0 0;
    text-align: center
}

.minicart-wrapper {
    display: inline-block;
    position: relative
}

.minicart-wrapper:before,
.minicart-wrapper:after {
    content: '';
    display: table
}

.minicart-wrapper:after {
    clear: both
}

.minicart-wrapper .action.showcart .text {
    cursor: pointer;
    display: inline-block;
    text-decoration: none
}

.minicart-wrapper .action.showcart .text:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #ff73be;
    content: "\e914";
    font-family: 'icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.minicart-wrapper .action.showcart .text:hover:before {
    color: #ff73be
}

.minicart-wrapper .action.showcart .text:active:before {
    color: #ff73be
}

.minicart-wrapper .action.showcart .text.active {
    display: inline-block;
    text-decoration: none
}

.minicart-wrapper .action.showcart .text.active:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #ff73be;
    content: "\e914";
    font-family: 'icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.minicart-wrapper .action.showcart .text.active:hover:before {
    color: #ff73be
}

.minicart-wrapper .action.showcart .text.active:active:before {
    color: #ff73be
}

.minicart-wrapper .block-minicart {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #d9d9d9;
    margin-top: 10px;
    min-width: 100%;
    width: 320px;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0
}

.minicart-wrapper .block-minicart li {
    margin: 0
}

.minicart-wrapper .block-minicart li:hover {
    cursor: pointer
}

.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.minicart-wrapper .block-minicart:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99
}

.minicart-wrapper .block-minicart:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98
}

.minicart-wrapper .block-minicart:before {
    right: 15px;
    top: -12px
}

.minicart-wrapper .block-minicart:after {
    right: 14px;
    top: -14px
}

.minicart-wrapper.active {
    overflow: visible
}

.minicart-wrapper.active .block-minicart {
    display: block
}

.minicart-wrapper .block-minicart {
    padding: 25px 25px
}

.minicart-wrapper .block-minicart .block-title {
    display: none
}

.minicart-wrapper .product .actions {
    text-align: right;
    margin-top: 25px
}

.minicart-wrapper .product .actions>.primary,
.minicart-wrapper .product .actions>.secondary {
    display: inline;
    font-size: 10px;
    font-weight: 700
}

.minicart-wrapper .action.close {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.minicart-wrapper .action.close>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.minicart-wrapper .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: inherit;
    content: "\e901";
    font-family: 'icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.minicart-wrapper .action.close:hover:before {
    color: inherit
}

.minicart-wrapper .action.close:active:before {
    color: inherit
}

.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
    background: none;
    border: none
}

.minicart-wrapper .action.close:hover {
    background: none;
    border: none
}

.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
    pointer-events: none
}

.minicart-wrapper .action.showcart {
    display: inline-block;
    color: #2d2f2c;
    text-decoration: none
}

.minicart-wrapper .action.showcart:visited {
    color: #2d2f2c;
    text-decoration: none
}

.minicart-wrapper .action.showcart:hover {
    color: #2d2f2c;
    text-decoration: none
}

.minicart-wrapper .action.showcart:active {
    color: #2d2f2c;
    text-decoration: none
}

.minicart-wrapper .action.showcart .text:before,
.minicart-wrapper .action.showcart .text.active:before {
    font-weight: 700;
    width: 26px
}

.minicart-wrapper .action.showcart .text.empty:before {
    color: #2d2f2c !important
}

.minicart-wrapper .action.showcart .counter.qty {
    background: #ff73be;
    color: #fff;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    display: inline-block;
    font-size: 11px;
    min-width: 18px;
    overflow: hidden;
    padding: 0 1px;
    position: absolute;
    text-align: center;
    top: -5px;
    right: -10px;
    white-space: normal
}

.minicart-wrapper .action.showcart .counter.qty.empty {
    background: #2d2f2c
}

.minicart-wrapper .action.showcart .counter.qty .loader>img {
    max-width: 20px
}

.minicart-wrapper .minicart-widgets {
    margin-top: 15px
}

.minicart-items-wrapper {
    border-bottom: 1px solid #d9d9d9;
    overflow-x: auto
}

.minicart-items {
    margin: 0;
    padding: 0;
    list-style: none none
}

.minicart-items .product-item {
    padding: 5px 0
}

.minicart-items .product-item:first-child {
    padding-top: 0
}

.minicart-items .product-item .cart.item.message.notice>div[title*="FREE"]:before {
    font-size: 24px;
    content: "\e930"
}

.minicart-items .left {
    float: left
}

.minicart-items .right {
    float: right;
    padding-top: 5px
}

.minicart-items .right .delete {
    display: inline-block;
    text-decoration: none
}

.minicart-items .right .delete>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.minicart-items .right .delete:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 13px;
    color: #2d2f2c;
    content: "\e901";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.minicart-items .right .delete:hover:after {
    color: #2d2f2c
}

.minicart-items .right .delete:active:after {
    color: #2d2f2c
}

.minicart-items .product-item-pricing .label {
    display: inline-block
}

.minicart-items .price-minicart {
    margin-bottom: 5px
}

.minicart-items .product>.product-item-photo,
.minicart-items .product>.product-image-container {
    float: left
}

.minicart-items .product-item-name {
    font-size: 14px;
    font-weight: 700;
    margin: 0
}

.minicart-items .product-item-details {
    padding-left: 90px
}

.minicart-items .product-item-details .weee[data-label] {
    font-size: 1.1rem
}

.minicart-items .product.options {
    color: #2d2f2c;
    font-size: 12px;
    margin: 0
}

.minicart-items .product.options .toggle {
    display: none !important
}

.minicart-items .product.options .toggle+.content {
    display: block !important
}

.minicart-items .product.options dt {
    display: inline-block
}

.minicart-items .details-qty .label,
.minicart-items .price-minicart .label {
    font-size: 12px
}

.minicart-items .item-qty {
    font-size: 12px
}

.minicart-items .update-cart-item {
    font-size: 1.1rem;
    vertical-align: top
}

.minicart-items .subtitle {
    display: none
}

.checkout-container {
    margin: 0 0 20px
}

.opc-wrapper {
    margin: 0 0 20px
}

.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
    display: none
}

.checkout-index-index .header.links {
    float: right;
    margin-top: 30px
}

.checkout-index-index .header.links .authorization-link+li:after {
    display: none
}

.checkout-index-index .header.links .authorization-link.sign-out {
    display: none
}

.checkout-index-index .page-header {
    border-bottom: 1px solid #d8d8d8
}

.checkout-onepage-success .print {
    display: none
}

.checkout-onepage-success #registration p,
.checkout-onepage-success .checkout-success p {
    font-size: 16px;
    margin-bottom: 5px
}

.checkout-onepage-success #registration .action.primary,
.checkout-onepage-success .checkout-success .action.primary {
    margin-top: 40px;
    text-align: center;
    width: 100%
}

.checkout-onepage-success #registration hr {
    margin: 40px 0;
    max-width: 666px
}

.checkout-onepage-success .checkout-success {
    margin-top: 10px
}

.checkout-onepage-success .checkout-success p a,
.checkout-onepage-success .checkout-success p span {
    color: #ff73be;
    text-decoration: none;
    font-weight: 700
}

.checkout-onepage-success .checkout-success p a:visited,
.checkout-onepage-success .checkout-success p span:visited {
    color: #2d2f2c;
    text-decoration: none
}

.checkout-onepage-success .checkout-success p a:hover,
.checkout-onepage-success .checkout-success p span:hover {
    color: #ff73be;
    text-decoration: none
}

.checkout-onepage-success .checkout-success p a:active,
.checkout-onepage-success .checkout-success p span:active {
    color: #ff73be;
    text-decoration: none
}

.checkout-onepage-success .checkout-success p.order-number,
.checkout-onepage-success .checkout-success p.order-date {
    margin-bottom: 15px
}

.opc-estimated-wrapper {
    background: #f1f2f1;
    margin: 0 -15px 30px;
    padding: 18px 15px;
    position: relative
}

.opc-estimated-wrapper .estimated-block {
    font-size: 16px;
    float: left
}

.opc-estimated-wrapper .estimated-block .estimated-label {
    font-weight: 700;
    display: block;
    margin: 0 0 5px
}

.opc-estimated-wrapper .minicart-wrapper .action {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none
}

.opc-estimated-wrapper .minicart-wrapper .action:focus,
.opc-estimated-wrapper .minicart-wrapper .action:active {
    background: none;
    border: none
}

.opc-estimated-wrapper .minicart-wrapper .action:hover {
    background: none;
    border: none
}

.opc-estimated-wrapper .minicart-wrapper .action.disabled,
.opc-estimated-wrapper .minicart-wrapper .action[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper .action {
    pointer-events: none
}

.opc-estimated-wrapper .minicart-wrapper .action:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 50px;
    color: inherit;
    content: "\e910";
    font-family: 'icons';
    margin: 0 0 0 5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.opc-estimated-wrapper .minicart-wrapper .action:after {
    font-weight: 700
}

.opc-estimated-wrapper .minicart-wrapper .action .text:before:before {
    font-size: inherit;
    line-height: 50px
}

.opc-estimated-wrapper .minicart-wrapper .action .additional-text {
    font-size: 1.6rem;
    color: #ff73be;
    font-weight: 700;
    text-decoration: underline;
    margin-right: 5px
}

.opc-estimated-wrapper .minicart-wrapper .action .counter.qty {
    top: 5px !important;
    right: 20px
}

.opc-progress-bar {
    margin: 0;
    padding: 0;
    list-style: none none;
    margin: 0 0 15px;
    counter-reset: i;
    font-size: 0;
    text-align: center
}

.opc-progress-bar-item {
    margin: 0 15px 0 0;
    display: inline-block;
    position: relative
}

.opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px
}

.opc-progress-bar-item:last-child {
    margin: 0
}

.opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0
}

.opc-progress-bar-item>span {
    display: inline-block;
    width: 100%;
    word-wrap: break-word;
    color: #939098;
    font-weight: 400;
    font-size: 1.4rem
}

.opc-progress-bar-item>span:before,
.opc-progress-bar-item>span:after {
    background: #939098;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    content: '';
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}

.opc-progress-bar-item>span:after {
    background: transparent;
    content: counter(i);
    counter-increment: i;
    left: 0;
    text-align: center;
    position: absolute;
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem
}

.opc-progress-bar-item._active:before {
    background: #ff73be
}

.opc-progress-bar-item._active>span {
    color: #ff73be;
    font-weight: 700
}

.opc-progress-bar-item._active>span:before {
    background: #ff73be
}

.opc-progress-bar-item._complete {
    cursor: pointer
}

.field.choice .field-tooltip {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -3px
}

.field.choice .field-tooltip-action {
    line-height: 16px
}

.field._error .control input,
.field._error .control select,
.field._error .control textarea {
    border-color: #ffa39e
}

.opc-wrapper .fieldset>.field>.label:after {
    margin: 0
}

.checkout-index-index .modal-popup .step-title {
    display: none;
    font-size: 16px;
    margin-bottom: 20px
}

.field-tooltip {
    position: relative;
    position: absolute;
    right: 0;
    top: 0
}

.field-tooltip .field-tooltip-content {
    background: #6c6a71;
    margin: -6px 0 0;
    max-width: 200px;
    min-width: 200px;
    padding: 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #fff;
    line-height: 1.4;
    font-size: 1.4rem;
    border: 1px solid #6c6a71;
    margin-left: 5px;
    left: 100%;
    top: 0
}

.field-tooltip .field-tooltip-content:after,
.field-tooltip .field-tooltip-content:before {
    border: solid transparent;
    content: '';
    height: 0;
    position: absolute;
    width: 0
}

.field-tooltip .field-tooltip-content:after {
    border-width: 5px;
    border-color: transparent
}

.field-tooltip .field-tooltip-content:before {
    border-width: 6px;
    border-color: transparent
}

.field-tooltip .field-tooltip-content:after,
.field-tooltip .field-tooltip-content:before {
    right: 100%
}

.field-tooltip .field-tooltip-content:after {
    border-right-color: #6c6a71;
    margin-top: -5px;
    top: 15px
}

.field-tooltip .field-tooltip-content:before {
    border-right-color: #6c6a71;
    margin-top: -6px;
    top: 15px
}

.field-tooltip .field-tooltip-action {
    cursor: help
}

.field-tooltip .field-tooltip-action:hover+.field-tooltip-content,
.field-tooltip .field-tooltip-action:focus+.field-tooltip-content,
.field-tooltip:hover .field-tooltip-content {
    display: block
}

.field-tooltip._active {
    z-index: 100
}

.field-tooltip._active .field-tooltip-content {
    display: block
}

.field-tooltip._active .field-tooltip-action:before {
    color: #ff73be
}

.field-tooltip .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.field-tooltip .field-tooltip-action {
    display: inline-block;
    text-decoration: none
}

.field-tooltip .field-tooltip-action>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.field-tooltip .field-tooltip-action:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #ff73be;
    content: "\e921";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.field-tooltip .field-tooltip-action:hover:before {
    color: #ff73be
}

.field-tooltip .field-tooltip-action:before {
    width: 18px
}

._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: #ff73be
}

.field-tooltip .field-tooltip-content {
    display: none;
    left: 25px;
    text-transform: none;
    word-wrap: break-word
}

.opc-wrapper .form-login fieldset {
    margin: 0
}

.opc-wrapper .form-login .actions-toolbar .secondary .action {
    text-decoration: underline
}

.opc-wrapper .form-login+.form-shipping-address {
    background: #f7f7f7;
    overflow: hidden
}

.opc-wrapper .shipping-address-items {
    font-size: 0
}

.opc-wrapper .shipping-address-item {
    border: 1px solid #d9d8d9;
    margin: 0 0 15px;
    padding: 15px 15px 15px 45px;
    transition: .3s border-color;
    width: calc((100% - 15px) / 2);
    background: #fff;
    display: inline-block;
    font-size: 14px;
    position: relative;
    vertical-align: top;
    word-wrap: break-word
}

.opc-wrapper .shipping-address-item strong {
    color: #6c6a71
}

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #ff73be
}

.opc-wrapper .shipping-address-item.selected-item strong,
.opc-wrapper .shipping-address-item.selected-item .edit-address-link,
.opc-wrapper .shipping-address-item.selected-item strong:before,
.opc-wrapper .shipping-address-item.selected-item .edit-address-link:before {
    color: #2d2f2c
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: #ff73be;
    color: #fff;
    content: "\e916";
    font-family: 'icons';
    height: 20px;
    width: 20px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 20px;
    left: 15px;
    position: absolute;
    text-align: center;
    top: 15px
}

.opc-wrapper .shipping-address-item.selected-item:before {
    bottom: 0;
    border: 1px solid #ff73be;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.opc-wrapper .action-show-popup {
    background-image: none;
    background: #fff;
    border: 1px solid #c5c1cc;
    color: #2d2f2c;
    cursor: pointer;
    display: inline-block;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 25px 0 15px;
    padding: 1px 40px;
    font-size: 1.4rem;
    line-height: 3.6rem;
    box-sizing: border-box;
    vertical-align: middle
}

.opc-wrapper .action-show-popup:focus,
.opc-wrapper .action-show-popup:active {
    background: #fff;
    border: 1px solid #c5c1cc;
    color: #2d2f2c
}

.opc-wrapper .action-show-popup:hover {
    background: #fff;
    border: 1px solid #939098;
    color: #2d2f2c
}

.opc-wrapper .action-show-popup.disabled,
.opc-wrapper .action-show-popup[disabled],
fieldset[disabled] .opc-wrapper .action-show-popup {
    cursor: default;
    pointer-events: none
}

.opc-wrapper .action-select-shipping-item {
    height: 20px;
    width: 20px;
    background-image: none;
    background: #fff;
    border: 2px solid #ccc;
    color: #ccc;
    cursor: pointer;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 50%;
    left: 15px;
    position: absolute;
    text-align: center;
    top: 15px
}

.opc-wrapper .action-select-shipping-item>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.opc-wrapper .action-select-shipping-item:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 18px;
    color: inherit;
    content: "\e916";
    font-family: 'icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.opc-wrapper .action-select-shipping-item:hover:before {
    color: inherit
}

.opc-wrapper .action-select-shipping-item:active:before {
    color: inherit
}

.opc-wrapper .action-select-shipping-item:focus,
.opc-wrapper .action-select-shipping-item:active {
    background: #fff;
    border: 2px solid #ccc;
    color: #ccc
}

.opc-wrapper .action-select-shipping-item:hover {
    background: #fff;
    border: 2px solid #ccc;
    color: #ccc
}

.opc-wrapper .action-select-shipping-item.disabled,
.opc-wrapper .action-select-shipping-item[disabled],
fieldset[disabled] .opc-wrapper .action-select-shipping-item {
    cursor: default;
    pointer-events: none
}

.opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: 15px;
    bottom: 15px
}

.opc-wrapper .edit-address-link>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #6c6a71;
    content: "\e920";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.checkout-shipping-address .fieldset.address {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
    padding-bottom: 15px
}

.checkout-shipping-address .form-login+.form-shipping-address .fieldset.address {
    padding-bottom: 40px
}

.checkout-shipping-method .step-title {
    float: left
}

.checkout-shipping-method .step-content {
    clear: left
}

.checkout-shipping-method .no-quotes-block {
    display: inline-block;
    margin: 20px 0
}

.checkout-shipping-method .delivery-message .step-title,
.checkout-shipping-method .order-message .step-title {
    margin: 0 0 12px 0
}

.checkout-shipping-method .order-message .step-title {
    padding-top: 20px
}

.methods-shipping .actions-toolbar .action.primary {
    margin: 40px 0 0
}

.table-checkout-shipping-method thead th {
    display: none
}

.table-checkout-shipping-method tbody td {
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 700
}

.table-checkout-shipping-method tbody td:first-child {
    padding-left: 0;
    padding-right: 0;
    width: 20px
}

.table-checkout-shipping-method tbody td:first-child input {
    margin-right: 0
}

.table-checkout-shipping-method tbody .row-error td {
    border-top: none;
    padding-bottom: 10px;
    padding-top: 0
}

.checkout-shipping-link .actions-toolbar {
    margin-top: 20px
}

.checkout-shipping-link .actions-toolbar .secondary .action {
    color: #2d2f2c;
    display: inline-block;
    text-decoration: none;
    margin: 0
}

.checkout-shipping-link .actions-toolbar .secondary .action:visited {
    color: #2d2f2c;
    text-decoration: none
}

.checkout-shipping-link .actions-toolbar .secondary .action:hover {
    color: #ff73be;
    text-decoration: none
}

.checkout-shipping-link .actions-toolbar .secondary .action:active {
    color: #ff73be;
    text-decoration: none
}

.checkout-shipping-link .actions-toolbar .secondary .action:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: "\e926";
    font-family: 'icons';
    margin: 0 5px 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.checkout-shipping-method {
    position: relative
}

.shipping-policy-block {
    float: left;
    position: relative;
    padding-left: 5px
}

.opc-block-shipping-information .shipping-information-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    position: relative
}

.opc-block-shipping-information .shipping-information-title .action-edit {
    top: 30px;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0
}

.opc-block-shipping-information .shipping-information-title .action-edit>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.opc-block-shipping-information .shipping-information-title .action-edit:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 18px;
    color: #2d2f2c;
    content: "\e920";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
    color: #2d2f2c
}

.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
    color: #2d2f2c
}

.opc-block-shipping-information .shipping-information-content .actions-toolbar {
    margin-left: 0
}

.opc-block-shipping-information .shipping-information-content strong {
    font-weight: 400
}

.opc-block-summary>.title {
    display: block
}

.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
    font-size: 16px
}

.opc-block-summary .mark .value {
    color: #999;
    font-size: 12px;
    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 {
    margin-bottom: 0
}

.opc-block-summary .items-in-cart>.title {
    border-bottom: 1px solid #2d2f2c
}

.opc-block-summary .items-in-cart .product {
    position: relative
}

.opc-block-summary .items-in-cart .product.options {
    color: #6c6a71
}

.opc-block-summary .minicart-items-wrapper {
    margin: 0 -15px 0 0;
    max-height: 370px;
    padding: 15px 15px 0 0;
    border: 0
}

.opc-block-summary .product-item {
    padding: 10px 0
}

.opc-block-summary .product-item:not(:last-child) {
    border-bottom: 1px solid #d9d9d9
}

.opc-block-summary .product-item-name {
    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 .product-item .details-qty {
    margin-bottom: 15px
}

.opc-block-summary .product-item .details-qty .value:before {
    content: 'x';
    display: inline-block;
    margin-right: 5px
}

.opc-block-summary .actions-toolbar {
    position: relative;
    z-index: 1
}

.opc-block-summary .actions-toolbar .secondary {
    border-top: 1px solid #ebebeb;
    display: block;
    padding: 15px 0;
    text-align: left
}

.opc-block-summary .actions-toolbar .secondary .action {
    color: #2d2f2c;
    display: inline-block;
    text-decoration: none;
    margin: 0
}

.opc-block-summary .actions-toolbar .secondary .action:visited {
    color: #2d2f2c;
    text-decoration: none
}

.opc-block-summary .actions-toolbar .secondary .action:hover {
    color: #ff73be;
    text-decoration: none
}

.opc-block-summary .actions-toolbar .secondary .action:active {
    color: #ff73be;
    text-decoration: none
}

.opc-block-summary .actions-toolbar .secondary .action:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: "\e926";
    font-family: 'icons';
    margin: 0 5px 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.authentication-dropdown {
    box-sizing: border-box
}

.authentication-dropdown .modal-inner-wrap {
    padding: 25px
}

.authentication-wrapper {
    float: right;
    margin-top: -235px;
    max-width: 50%;
    position: relative;
    z-index: 1
}

._has-auth-shown .authentication-wrapper {
    z-index: 900
}

.block-authentication .block-title {
    font-size: 2.2rem;
    border-bottom: 0;
    margin-bottom: 25px
}

.block-authentication .block-title strong {
    font-weight: 300
}

.block-authentication .field .label {
    font-weight: 400
}

.block-authentication .actions-toolbar {
    margin-bottom: 5px
}

.block-authentication .actions-toolbar>.secondary {
    padding-top: 25px;
    text-align: left
}

.block-authentication .block[class] {
    margin: 0
}

.block-authentication .block[class] ul {
    list-style: none;
    padding-left: 10px
}

.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
    float: none;
    width: auto
}

.block-authentication .block[class]+.block {
    border-top: 1px solid #c1c1c1;
    margin-top: 40px;
    padding-top: 40px;
    position: relative
}

.block-authentication .block[class]+.block:before {
    height: 36px;
    line-height: 34px;
    margin: -19px 0 0 -18px;
    min-width: 36px;
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    box-sizing: border-box;
    color: #c1c1c1;
    content: attr(data-label);
    display: inline-block;
    left: 50%;
    letter-spacing: normal;
    padding: 0 .2rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0
}

.checkout-payment-method .payment-method._active .payment-method-title input[type="radio"] {
    border-color: #ff73be
}

.checkout-payment-method .payment-method._active .payment-method-title input[type="radio"]+label {
    color: #ff73be
}

.checkout-payment-method .payment-method._active .payment-method-title input[type="radio"]:after {
    background-color: #ff73be
}

.checkout-payment-method .payment-method._active .payment-method-content {
    display: block;
    margin-top: -10px
}

.checkout-payment-method .shipping-back {
    color: #2d2f2c !important;
    text-decoration: none !important;
    display: inline-block;
    text-decoration: none;
    font-size: 1.6rem;
    display: block;
    line-height: 24px;
    margin-top: 16px
}

.checkout-payment-method .shipping-back:visited {
    color: #2d2f2c !important;
    text-decoration: none !important
}

.checkout-payment-method .shipping-back:hover {
    color: #ff73be !important;
    text-decoration: none !important
}

.checkout-payment-method .shipping-back:active {
    color: #ff73be !important;
    text-decoration: none !important
}

.checkout-payment-method .shipping-back:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: #2d2f2c;
    content: "\e926";
    font-family: 'icons';
    margin: 0 5px 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.checkout-payment-method .shipping-back:hover:before {
    color: #ff73be
}

.checkout-payment-method .shipping-back:active:before {
    color: #ff73be
}

.checkout-payment-method .payment-method-title {
    padding: 25px 0;
    border-top: 1px solid #d8d8d8;
    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 .step-title+.payment-method .payment-method-title {
    border-top: 0
}

.checkout-payment-method .payment-method-content {
    display: none;
    padding: 0 0 20px 30px
}

.checkout-payment-method .payment-method-content .actions-toolbar {
    margin-top: 30px
}

.checkout-payment-method .payment-method-content .fieldset.ccard {
    margin-top: 30px
}

.checkout-payment-method .payment-group+.payment-group .step-title {
    margin: 20px 0 0
}

.checkout-payment-method .billing-address-same-as-shipping-block {
    margin: 0 0 10px
}

.checkout-payment-method .checkout-billing-address .actions-toolbar {
    margin-top: 20px
}

.checkout-payment-method .checkout-billing-address .primary {
    text-align: left
}

.checkout-payment-method .checkout-billing-address .primary .action-update {
    background-image: none;
    background: #2d2f2c;
    border: 1px solid #2d2f2c;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 1px 40px;
    font-size: 1.4rem;
    line-height: 3.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    width: auto
}

.checkout-payment-method .checkout-billing-address .primary .action-update:focus,
.checkout-payment-method .checkout-billing-address .primary .action-update:active {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.checkout-payment-method .checkout-billing-address .primary .action-update:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.checkout-payment-method .checkout-billing-address .primary .action-update.disabled,
.checkout-payment-method .checkout-billing-address .primary .action-update[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .primary .action-update {
    cursor: default;
    pointer-events: none
}

.checkout-payment-method .checkout-billing-address .primary .action-cancel {
    margin-right: 5px;
    width: auto;
    vertical-align: top
}

.checkout-payment-method .checkout-billing-address .billing-address-details {
    border: 1px solid #d9d8d9;
    padding: 15px 25px;
    background-color: #fff;
    box-sizing: border-box;
    position: relative
}

.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: "\e911"
}

.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 {
    padding: 10px 0 15px;
    font-size: 16px
}

.checkout-payment-method .payment-option-title .action-toggle {
    color: #2d2f2c;
    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: #ff73be;
    content: "\e912";
    font-family: 'icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.checkout-payment-method .payment-option-title .action-toggle:hover:after {
    color: #2d2f2c
}

.checkout-payment-method .payment-option-title .action-toggle:active:after {
    color: #ff73be
}

.checkout-payment-method #custome_reward_points .payment-option-content .field input {
    display: table-cell;
    vertical-align: top
}

.checkout-payment-method #custome_reward_points .payment-option-content .field input+.actions-toolbar {
    display: table-cell;
    vertical-align: top;
    width: 28%
}

.checkout-payment-method #custome_reward_points .payment-option-content .field input+.actions-toolbar .primary .action {
    background-image: none;
    background: #939098;
    border: 1px solid #939098;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 1px 10px;
    font-size: 1.6rem;
    line-height: 3.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    width: 100%
}

.checkout-payment-method #custome_reward_points .payment-option-content .field input+.actions-toolbar .primary .action:focus,
.checkout-payment-method #custome_reward_points .payment-option-content .field input+.actions-toolbar .primary .action:active {
    background: #fff;
    border: 1px solid #c5c1cc;
    color: #2d2f2c
}

.checkout-payment-method #custome_reward_points .payment-option-content .field input+.actions-toolbar .primary .action:hover {
    background: #fff;
    border: 1px solid #939098;
    color: #2d2f2c
}

.checkout-payment-method #custome_reward_points .payment-option-content .field input+.actions-toolbar .primary .action.disabled,
.checkout-payment-method #custome_reward_points .payment-option-content .field input+.actions-toolbar .primary .action[disabled],
fieldset[disabled] .checkout-payment-method #custome_reward_points .payment-option-content .field input+.actions-toolbar .primary .action {
    cursor: default;
    pointer-events: none
}

.checkout-payment-method #custome_reward_points .payment-option-content .field+.payment-option-inner {
    padding-top: 10px
}

.checkout-payment-method .payment-option-inner {
    display: table-cell;
    vertical-align: top;
    width: 72%
}

.checkout-payment-method .payment-option-inner+.actions-toolbar {
    display: table-cell;
    vertical-align: top
}

.checkout-payment-method .payment-option-inner+.actions-toolbar .primary .action {
    background-image: none;
    background: #939098;
    border: 1px solid #939098;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 1px 10px;
    font-size: 1.6rem;
    line-height: 3.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    width: 100%
}

.checkout-payment-method .payment-option-inner+.actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-inner+.actions-toolbar .primary .action:active {
    background: #fff;
    border: 1px solid #c5c1cc;
    color: #2d2f2c
}

.checkout-payment-method .payment-option-inner+.actions-toolbar .primary .action:hover {
    background: #fff;
    border: 1px solid #939098;
    color: #2d2f2c
}

.checkout-payment-method .payment-option-inner+.actions-toolbar .primary .action.disabled,
.checkout-payment-method .payment-option-inner+.actions-toolbar .primary .action[disabled],
fieldset[disabled] .checkout-payment-method .payment-option-inner+.actions-toolbar .primary .action {
    cursor: default;
    pointer-events: none
}

.checkout-payment-method .credit-card-types {
    padding: 0
}

.checkout-payment-method .credit-card-types .item {
    display: inline-block;
    list-style: none;
    margin: 0 5px 0 0;
    vertical-align: top
}

.checkout-payment-method .credit-card-types .item._active {
    font-weight: 700
}

.checkout-payment-method .credit-card-types .item._active img {
    -webkit-filter: grayscale(0%)
}

.checkout-payment-method .credit-card-types .item._inactive {
    opacity: .4
}

.checkout-payment-method .credit-card-types .item span {
    display: inline-block;
    padding-top: 6px;
    vertical-align: top
}

.checkout-payment-method .credit-card-types img {
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .6s ease
}

.checkout-payment-method .ccard .fields>.year {
    padding-left: 5px
}

.checkout-payment-method .ccard .fields .select {
    padding-left: 5px;
    padding-right: 5px
}

.checkout-payment-method .ccard .month .select {
    width: 140px
}

.checkout-payment-method .ccard .year .select {
    width: 80px
}

.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
    width: 225px
}

.checkout-payment-method .ccard>.field.cvv>.control {
    padding-right: 20px;
    width: auto
}

.checkout-payment-method .ccard .cvv .input-text {
    width: 55px
}

.checkout-payment-method .ccard.fieldset>.field .fields.group.group-2 .field {
    width: auto !important
}

.checkout-agreements-block .checkout-agreements {
    margin-top: 25px
}

.checkout-agreements-block .action-show {
    display: contents;
    text-align: left
}

.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
}

.downloadable.samples {
    margin-bottom: 20px
}

.downloadable.samples dd {
    margin: 0 0 10px
}

.table-downloadable-products .product-name {
    margin-right: 15px
}

.field.downloads .price-container {
    display: inline;
    white-space: nowrap
}

.field.downloads .price-container:before {
    content: ' + ';
    display: inline
}

.field.downloads .price-excluding-tax {
    display: inline
}

.field.downloads .price-excluding-tax:before {
    content: ' (' attr(data-label) ': '
}

.field.downloads .price-excluding-tax:after {
    content: ')'
}

.field.downloads .price-including-tax {
    font-size: 1.4rem;
    display: inline;
    font-weight: 600
}

.field.downloads .sample.link {
    float: right
}

.page-product-downloadable .product-add-form {
    clear: both;
    margin-bottom: 25px
}

.page-product-downloadable .product-options-bottom .field.qty {
    display: none !important
}

.cart-summary .block.giftcard .action.check {
    line-height: 1.2rem;
    padding: 5px 8px;
    font-size: 1.1rem;
    margin-top: 20px
}

.page-product-giftcard .giftcard-amount {
    margin-bottom: 0;
    text-align: left
}

.page-product-giftcard .giftcard-amount .field:last-child {
    padding-bottom: 20px
}

.page-product-giftcard .product-options-wrapper .field:first-of-type {
    margin-top: 20px
}

.giftcard-account .please-wait {
    display: none
}

.giftcard-account .form-giftcard-redeem .giftcard.info {
    margin-bottom: 30px
}

.opc-wrapper .form-giftcard-account {
    max-width: 500px
}

.opc-wrapper .form-giftcard-account .field {
    margin: 0 0 20px
}

.opc-wrapper .giftcard-account-info {
    margin: 0 0 20px
}

.opc-wrapper .giftcard-account-info .giftcard-account-number {
    margin: 0 0 10px
}

.gift-message .field {
    margin-bottom: 20px
}

.gift-message .field .label {
    color: #666;
    font-weight: 400
}

.gift-options .actions-toolbar .action-cancel {
    display: none
}

.gift-options-title {
    margin: 0 0 20px
}

.gift-options-content .fieldset {
    margin: 0 0 20px
}

.gift-summary .actions-toolbar>.secondary {
    float: none
}

.gift-summary .actions-toolbar>.secondary .action {
    margin: 10px 20px 0 0
}

.action-gift {
    display: inline-block;
    text-decoration: none
}

.action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: "\e912";
    font-family: 'icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    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: "\e911"
}

.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: "\e911"
}

.gift-item-block .title {
    font-weight: 700;
    border-radius: 3px;
    background-image: none;
    background: #fff;
    border: 1px solid #c5c1cc;
    color: #2d2f2c;
    cursor: pointer;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 20px 0 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 3.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: "\e912";
    font-family: 'icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    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: #fff;
    border: 1px solid #c5c1cc;
    color: #2d2f2c
}

.gift-item-block .title:hover {
    background: #fff;
    border: 1px solid #939098;
    color: #2d2f2c
}

.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
    cursor: default;
    pointer-events: none
}

.gift-item-block .title:active {
    box-shadow: inset 0 2px 1px rgba(0, 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: "\e912";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    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: "\e911"
}

.block-order-details-gift-message {
    border-top: 1px solid #ebebeb;
    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 #ebebeb
}

.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 12px 0;
    display: inline-block
}

.gift-wrapping .field {
    margin-bottom: 10px
}

.gift-wrapping-info {
    font-weight: 300;
    font-size: 18px;
    margin: 20px 0
}

.gift-wrapping-list {
    list-style: none;
    margin: 20px 0 10px;
    padding: 0
}

.gift-wrapping-list .no-image {
    background: #f2f2f2;
    display: inline-block;
    text-decoration: none
}

.gift-wrapping-list .no-image>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.gift-wrapping-list .no-image:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 38px;
    line-height: 4rem;
    color: #494949;
    content: "\e629";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.gift-wrapping-list .no-image:after {
    display: block
}

.gift-wrapping-preview,
.gift-wrapping-item>span {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.gift-wrapping-item {
    float: left;
    margin: 0 10px 10px 0
}

.gift-wrapping-item:last-child {
    margin-right: 0
}

.gift-wrapping-item._active span:before {
    border: 3px solid #333;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2
}

.gift-wrapping-item>span {
    height: 4rem;
    width: 4rem
}

.gift-wrapping-title {
    margin: 10px 0
}

.gift-wrapping-title .action-remove {
    margin-left: 5px
}

.gift-options-content .fieldset>.field {
    margin: 0 0 5px
}

.gift-options-content .fieldset>.field:before {
    display: none
}

.gift-wrapping-summary .gift-wrapping-title {
    border: 0;
    display: inline-block;
    padding: 0
}

.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
    margin: 20px 0
}

.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
    float: none
}

.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
    margin: 0
}

.opc-wrapper .data.table .gift-wrapping .content>img,
.table-order-items .gift-wrapping .content>img,
.table-order-review .gift-wrapping .content>img {
    float: left;
    margin: 0 10px 0 0;
    max-height: 50px;
    max-width: 50px
}

.gift-summary .price-box,
.gift-options .price-box {
    margin-left: 22px
}

.gift-summary .regular-price:before,
.gift-options .regular-price:before {
    content: attr(data-label) ': '
}

.gift-summary .regular-price .price,
.gift-options .regular-price .price {
    font-weight: 700
}

.order-options .item {
    padding-bottom: 20px
}

.order-options .product {
    margin-bottom: 10px
}

.order-options .product-image-container {
    float: left;
    padding-right: 10px
}

.order-options .gift-wrapping {
    margin-bottom: 10px
}

.table.grouped>thead>tr>th,
.table.grouped>tbody>tr>th,
.table.grouped>tfoot>tr>th,
.table.grouped>thead>tr>td,
.table.grouped>tbody>tr>td,
.table.grouped>tfoot>tr>td {
    border-top: 1px solid #d9d9d9
}

.table.grouped>caption+thead>tr:first-child>th,
.table.grouped>colgroup+thead>tr:first-child>th,
.table.grouped>thead:first-child>tr:first-child>th,
.table.grouped>caption+thead>tr:first-child>td,
.table.grouped>colgroup+thead>tr:first-child>td,
.table.grouped>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table.grouped>tbody+tbody {
    border-top: 1px solid #d9d9d9
}

.table.grouped>thead>tr>th {
    border-bottom: 0
}

.table.grouped .product-item-name {
    font-weight: 400
}

.table.grouped .price-box .price {
    font-size: 14px
}

.table.grouped .stock.unavailable {
    font-weight: normal;
    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
}

.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, 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: 2.2rem;
    margin-top: 0rem;
    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: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    right: 10px;
    top: 10px
}

.map-popup .popup-actions .action.close>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.map-popup .popup-actions .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 36px;
    color: inherit;
    content: "\e901";
    font-family: 'icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.map-popup .popup-actions .action.close:hover:before {
    color: 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: none;
    border: none
}

.map-popup .popup-actions .action.close:hover {
    background: none;
    border: none
}

.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
    pointer-events: none
}

.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 {
    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: #2d2f2c;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline
}

button.map-show-info:focus,
button.map-show-info:active {
    background: none;
    border: none
}

button.map-show-info:hover {
    background: none;
    border: none
}

button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
    pointer-events: none
}

button.map-show-info:visited {
    color: #2d2f2c;
    text-decoration: none
}

button.map-show-info:hover {
    color: #ff73be;
    text-decoration: none
}

button.map-show-info:active {
    color: #ff73be;
    text-decoration: none
}

button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
    background: none;
    border: 0
}

button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
    color: #2d2f2c;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.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: #2d2f2c
}

.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: #f32836
}

.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
    font-weight: 700;
    margin-right: 10px
}

.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
    font-weight: 400
}

.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
    margin-top: 0
}

.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
    float: left
}

.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
    margin-left: 100px
}

.multicheckout .title {
    margin-bottom: 30px
}

.multicheckout .title strong {
    font-weight: 400
}

.multicheckout .table-wrapper {
    margin-bottom: 0
}

.multicheckout .table-wrapper .action.delete {
    display: inline-block
}

.multicheckout .table-wrapper .col .qty {
    display: inline-block
}

.multicheckout .table-wrapper .col.item .action.edit {
    font-weight: 400;
    margin-left: 10px
}

.multicheckout:not(.address) .table-wrapper .product-item-name {
    margin: 0
}

.multicheckout>.actions-toolbar {
    margin-top: 40px
}

.multicheckout .actions-toolbar>.secondary {
    display: block
}

.multicheckout .actions-toolbar>.secondary .action {
    margin-bottom: 25px
}

.multicheckout .actions-toolbar>.secondary .action.back {
    display: block;
    margin-left: 0
}

.multicheckout .actions-toolbar>.primary {
    margin-right: 10px
}

.multicheckout .item-options {
    margin: 10px 0 0
}

.multicheckout .block .methods-shipping .item-content .fieldset>.field:before {
    display: none
}

.multicheckout .block .methods-shipping .item-content .fieldset>.field .control {
    display: inline-block
}

.multicheckout .block-title,
.multicheckout .block-content .title {
    border-bottom: 1px solid #ebebeb;
    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: #f1f2f1
}

.multicheckout .block-content .title {
    border-bottom: none;
    padding-bottom: 0
}

.multicheckout.order-review .block-title>strong {
    font-size: 2.4rem
}

.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
    margin-bottom: 40px
}

.multicheckout.order-review .error-description {
    color: #f32836;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: -10px
}

.multicheckout .box-title span {
    margin-right: 10px
}

.multicheckout .box-title>.action {
    margin: 0
}

.multicheckout .box-shipping-method .price {
    font-weight: 700
}

.multicheckout .box-billing-method .fieldset {
    margin: 0
}

.multicheckout .box-billing-method .fieldset .legend.box-title {
    margin: 0 0 5px
}

.multicheckout .checkout-review .grand.totals {
    font-size: 2.1rem;
    margin-bottom: 40px
}

.multicheckout .checkout-review .grand.totals .mark {
    font-weight: 400
}

[class^='multishipping-'] .logo {
    margin-left: 0
}

.multishipping-checkout-success .nav-sections {
    display: block
}

.paypal.after:before {
    content: '- ' attr(data-label) ' -';
    display: block;
    margin: 5px 5px 10px;
    text-transform: uppercase
}

.paypal.before:before {
    content: '- ' attr(data-label) ' -';
    display: block;
    margin: 10px 5px;
    text-align: center;
    text-transform: uppercase
}

.paypal.acceptance {
    display: block;
    margin: 0 0 20px
}

.paypal.acceptance img {
    max-width: 100%
}

.box-tocart .paypal img,
.block-minicart .paypal img {
    display: block;
    margin: 0 auto
}

.paypal-review .paypa-review-title>strong {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.2rem;
    margin-top: 0rem;
    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>strong {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.2rem;
    margin-top: 0rem;
    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 #ebebeb;
    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/Kipling/jp/ja_JP/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/Kipling/jp/ja_JP/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%
    }
}

.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
}

.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';
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.action.mailto.friend span {
    display: inline-block;
    line-height: 28px;
    vertical-align: top
}

.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: #2d2f2c;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline
}

.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
    background: none;
    border: none
}

.my-credit-cards .action.delete:hover {
    background: none;
    border: none
}

.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
    pointer-events: none
}

.my-credit-cards .action.delete:visited {
    color: #2d2f2c;
    text-decoration: none
}

.my-credit-cards .action.delete:hover {
    color: #ff73be;
    text-decoration: none
}

.my-credit-cards .action.delete:active {
    color: #ff73be;
    text-decoration: none
}

.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
    background: none;
    border: 0
}

.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
    color: #2d2f2c;
    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: #2d2f2c;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-right: 20px
}

.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
    background: none;
    border: none
}

.my-credit-cards-popup .action.secondary:hover {
    background: none;
    border: none
}

.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
    pointer-events: none
}

.my-credit-cards-popup .action.secondary:visited {
    color: #2d2f2c;
    text-decoration: none
}

.my-credit-cards-popup .action.secondary:hover {
    color: #ff73be;
    text-decoration: none
}

.my-credit-cards-popup .action.secondary:active {
    color: #ff73be;
    text-decoration: none
}

.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
    background: none;
    border: 0
}

.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
    color: #2d2f2c;
    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
}

.form.purchase {
    background-color: #f1f2f1;
    padding-bottom: 40px
}

.form.purchase .fieldset.field.address {
    position: relative;
    max-width: 360px
}

.form.purchase .field.desireproducts textarea {
    height: 120px
}

.form.purchase .field.privacy-policy input[type="checkbox"] {
    min-width: 24px
}

.form.purchase .field.privacy-policy .label {
    font-size: 1.6rem;
    margin-bottom: 0;
    line-height: 24px
}

.form.purchase .field.privacy-policy .label:after {
    content: '*';
    color: #44883b;
    font-size: 1.2rem;
    margin: 0 0 0 5px
}

.form.purchase .field.privacy-policy .label a {
    font-size: 1.6rem;
    color: #ff73be;
    font-weight: 700
}

.form.purchase .field.address-search-box {
    position: absolute
}

.form.purchase .field.address-search-box .search-btn {
    position: relative;
    top: 0
}

.form.purchase .actions-toolbar>.primary .action {
    line-height: 4.8rem;
    padding: 1px 40px;
    font-size: 2rem;
    text-transform: uppercase
}

.bulk-purchase-top-block p,
.bulk-purchase-privacy-policy-block p,
.bulk-purchase-contact-block p {
    margin-bottom: 0
}

.bulk-purchase-privacy-policy-block {
    margin-bottom: 10px !important
}

.actions.bulkpurchase-back-button .action.back {
    font-size: 1.6rem;
    color: #ff73be;
    display: inline-block;
    text-decoration: none;
    margin-top: 16px
}

.actions.bulkpurchase-back-button .action.back:visited {
    color: #ff73be;
    text-decoration: none
}

.actions.bulkpurchase-back-button .action.back:hover {
    color: #ff73be;
    text-decoration: none
}

.actions.bulkpurchase-back-button .action.back:active {
    color: #ff73be;
    text-decoration: none
}

.actions.bulkpurchase-back-button .action.back:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: #ff73be;
    content: "\e926";
    font-family: 'icons';
    margin: 0 5px 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.actions.bulkpurchase-back-button .action.back:hover:before {
    color: #ff73be
}

.actions.bulkpurchase-back-button .action.back:active:before {
    color: #ff73be
}

.kiplingme-index-index .terminate-membership {
    display: block;
    text-align: right
}

html[lang="ja"] .block-kiplingme-status .membership-progressbar {
    padding: 0 7%
}

html[lang="ja"] .block-kiplingme-status .progressbar .membership-description>*:first-child span {
    left: -30px
}

html[lang="ja"] .block-kiplingme-status .progressbar .membership-description>*:nth-child(2) span {
    left: -28px
}

html[lang="ja"] .block-kiplingme-status .progressbar .membership-description>*:last-child span {
    right: -44px
}

.block-kiplingme-status {
    background-color: #f1f2f1;
    box-sizing: border-box;
    padding: 32px
}

.block-kiplingme-status .earn-more {
    font-weight: 700;
    text-transform: uppercase
}

.block-kiplingme-status .customer-info strong {
    display: block;
    margin-bottom: 18px
}

.block-kiplingme-status .customer-info p {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0
}

.block-kiplingme-status .primary {
    width: 100% !important
}

.block-kiplingme-status .discription {
    margin-top: 24px;
    position: relative
}

.block-kiplingme-status .exchange-rate {
    margin-bottom: 10px
}

.block-kiplingme-status .membership-progressbar {
    padding: 0 5%
}

.block-kiplingme-status .progressbar {
    margin-bottom: 60px;
    margin-top: 25px;
    background-color: #ffffff;
    border: 2px solid #ff73be;
    border-radius: 4px
}

.block-kiplingme-status .progressbar .progress {
    background: #ff73be;
    text-align: right
}

.block-kiplingme-status .progressbar .progress .current-amount-spending {
    color: #ff73be;
    position: relative;
    bottom: 19px
}

.block-kiplingme-status .progressbar .membership-description {
    position: relative
}

.block-kiplingme-status .progressbar .membership-description>*:first-child .membership-step {
    left: -2px !important;
    position: relative;
    top: -1px
}

.block-kiplingme-status .progressbar .membership-description>*:first-child span {
    left: -16px
}

.block-kiplingme-status .progressbar .membership-description>*:nth-child(2) span {
    left: -27.5px
}

.block-kiplingme-status .progressbar .membership-description>*:last-child .membership-step-last {
    right: -2px;
    position: relative;
    top: -1px
}

.block-kiplingme-status .progressbar .membership-description>*:last-child span {
    right: -37.5px
}

.block-kiplingme-status .progressbar .membership-description>* span {
    display: block;
    position: relative;
    top: 10px;
    text-align: center
}

.block-kiplingme-status .membership-step-last {
    float: right;
    border-right: 2px solid #ff73be;
    height: 10px;
    text-align: right
}

.block-kiplingme-status .membership-step {
    float: left;
    border-left: 2px solid #ff73be;
    height: 10px;
    position: absolute
}

.block-kiplingme-status .customer-spening,
.block-kiplingme-status .spening-remainig {
    font-size: 1.4rem
}

.block-kiplingme-status .right-count {
    float: right;
    margin-bottom: 5px;
    text-align: right
}

.block-kiplingme-status .current-amount {
    font-size: 1.8rem;
    border-radius: 50px;
    box-sizing: border-box;
    color: #2d2f2c;
    font-weight: 700;
    line-height: 32px;
    left: 0;
    right: 0;
    height: 30px;
    padding-left: 9px;
    position: absolute;
    text-align: left;
    top: 21px
}

.block-kiplingme-status .membership-progress {
    background-color: #fff;
    border: 1px solid #ff73be;
    border-radius: 50px;
    height: 30px
}

.block-kiplingme-history strong {
    font-size: 2rem;
    display: block;
    margin-bottom: 16px;
    text-align: center;
    text-transform: uppercase
}

.block-kiplingme-history .order-point-history {
    margin-bottom: 25px;
    position: relative
}

.block-kiplingme-history .order-point-history .date-title {
    font-size: 1.6rem;
    font-weight: 700
}

.block-kiplingme-history .order-point-history span {
    display: block
}

.block-kiplingme-history .order-point-history .pagination-button {
    position: absolute;
    top: 10.5px
}

.block-kiplingme-history .order-point-history .pagination-button:before {
    font-weight: 700 !important
}

.block-kiplingme-history .order-point-history .previous-pagination-button {
    display: inline-block;
    text-decoration: none;
    left: 0
}

.block-kiplingme-history .order-point-history .previous-pagination-button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 21px;
    color: inherit;
    content: "\e909";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.block-kiplingme-history .order-point-history .next-pagination-button {
    display: inline-block;
    text-decoration: none;
    right: 0
}

.block-kiplingme-history .order-point-history .next-pagination-button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 21px;
    color: inherit;
    content: "\e910";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.block-kiplingme-history .list-reward-poits {
    height: 222px;
    max-height: 222px;
    overflow-y: auto;
    text-align: left
}

.block-kiplingme-history .list-reward-poits .list-point:first-child {
    padding-top: 0 !important
}

.block-kiplingme-history .list-reward-poits .list-point>* {
    display: block
}

.block-kiplingme-history .list-reward-poits .list-point p {
    margin-bottom: 0
}

html[lang="ja"] .block-kiplingme-info .kipling-logo {
    margin-bottom: 15px
}

.block-kiplingme-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.block-kiplingme-info div.logo {
    text-align: center
}

.block-kiplingme-info div.logo p {
    font-size: 1.6rem
}

.block-kiplingme-benefit div.logo {
    max-width: 100% !important
}

.block-kiplingme-benefit div.logo img {
    width: 100%
}

.block-kiplingme-benefit .discover {
    background-color: #f1f2f1;
    box-sizing: border-box
}

.block-kiplingme-benefit .discover strong {
    font-size: 2rem
}

.block-kiplingme-benefit .points-status {
    float: right
}

.block-kiplingme-benefit .icon-check {
    display: inline-block;
    text-decoration: none
}

.block-kiplingme-benefit .icon-check:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: "\e91e";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.block-kiplingme-benefit .icon-check:before {
    color: #ff73be !important
}

.block-kiplingme-info,
.block-kiplingme-benefit {
    margin-bottom: 20px
}

.block-kiplingme-info .nav-toggle,
.block-kiplingme-benefit .nav-toggle {
    display: none !important
}

.block-kiplingme-info {
    justify-content: center
}

.block-kiplingme-info .logo {
    margin: 0 !important
}

.heading-section {
    font-size: 20px;
    font-weight: bold
}

.item-rule-list .item {
    margin: 5px;
    list-style: none;
    margin-left: 25px
}

.item-rule-list .item-ex {
    margin-left: 50px;
    list-style: none
}

ul.item-rule-list {
    padding-top: 25px;
    padding-left: 15px
}

.magazine-index-index .page-main .page-title-wrapper {
    display: none
}

.magazine-list {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden
}

.magazine-list .slick-track {
    margin-left: 0
}

.magazine-list .slick-dots {
    padding: 0
}

.magazine-item {
    display: inline-block;
    float: left;
    width: calc(50%);
    text-align: center;
    margin-bottom: 30px;
    padding: 0 10px;
    box-sizing: border-box
}

.magazine-location .action.view {
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #2d2f2c;
    background: none;
    border: 0;
    display: inline;
    color: #ff73be;
    font-weight: 700;
    text-decoration: none;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding-bottom: 3px;
    margin-top: 25px
}

.magazine-location .action.view:visited {
    color: #2d2f2c;
    text-decoration: none
}

.magazine-location .action.view:hover {
    color: #ff73be;
    text-decoration: none
}

.magazine-location .action.view:active {
    color: #ff73be;
    text-decoration: none
}

.magazine-location .action.view:hover,
.magazine-location .action.view:active,
.magazine-location .action.view:focus {
    background: none;
    border: 0
}

.magazine-location .action.view.disabled,
.magazine-location .action.view[disabled],
fieldset[disabled] .magazine-location .action.view {
    color: #2d2f2c;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.magazine-location .action.view:visited {
    color: #ff73be;
    text-decoration: none
}

.magazine-location .action.view:hover {
    color: rgba(45, 47, 44, 0.4);
    text-decoration: none
}

.magazine-location .action.view:active {
    color: rgba(45, 47, 44, 0.4);
    text-decoration: none
}

.magazine-location .action.view:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 20px;
    color: inherit;
    content: "\e910";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.magazine-location .action.view>* {
    vertical-align: middle
}

.magazine-location .action.view:not(:hover)>* {
    border-bottom: 2px solid
}

.magazine-country {
    font-size: 1.8rem;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

.magazine-city {
    font-size: 1.4rem;
    color: #000
}

.magazine-photo {
    margin-bottom: 10px
}

.magazine-photo img {
    display: block
}

.magazine-details-index .page-main .page-title-wrapper {
    display: none
}

.magazine-details-index .pagebuilder-column-group {
    min-height: 1px
}

.block.block-magazine-details .block-title {
    display: none
}

.discover-enjoy-banner .pagebuilder-banner-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.influencer-content p {
    line-height: 1.5
}

.influencer-right [data-content-type="text"]:nth-last-child(1) p,
.influencer-left [data-content-type="text"]:nth-last-child(1) p {
    margin: 0 !important
}

.influencer-profile-text h1 {
    letter-spacing: 1px
}

.influencer-profile-text p {
    max-width: 570px;
    line-height: 1.5;
    letter-spacing: .05rem
}

.influencer-video-thumb {
    display: inline-block;
    text-decoration: none;
    position: relative
}

.influencer-video-thumb:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
    line-height: inherit;
    color: #fff;
    content: "\e92c";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.influencer-video-thumb:before {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-left: 1px
}

.influencer-video .video {
    width: 100%
}

.newsboard-index-index .page-title-wrapper,
.newsboard-detail-index .page-title-wrapper {
    text-align: center
}

.news-list-wrapper {
    margin: 0;
    padding: 0;
    width: 100%
}

.news-list-wrapper .list-type {
    border-bottom: 1px solid #d9d9d9
}

.news-list-wrapper .list-type a {
    color: #2d2f2c;
    text-decoration: none;
    font-size: 2rem;
    border-bottom: 4px solid transparent !important;
    display: inline-block;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    word-break: break-all
}

.news-list-wrapper .list-type a:visited {
    color: #2d2f2c;
    text-decoration: none
}

.news-list-wrapper .list-type a:hover {
    color: #2d2f2c;
    text-decoration: none
}

.news-list-wrapper .list-type a:active {
    color: #2d2f2c;
    text-decoration: none
}

.news-list-wrapper .list-type a.active {
    border-color: #ff73be !important;
    color: #ff73be
}

.news-list-wrapper .news-list {
    display: inline-block;
    margin: 0 2%;
    width: 95.55%
}

.news-list-wrapper .news-list .filter-title {
    display: inline-block;
    margin-top: 10px;
    text-align: right;
    width: 88%
}

.news-list-wrapper .news-list .news-list-select {
    float: right;
    width: 10%
}

.news-list-wrapper .news-list a {
    font-size: 1.4rem;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    box-sizing: border-box;
    line-height: 20px;
    padding: 0 0 20px 0;
    text-align: center
}

.news-list-wrapper .event-list {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0
}

.news-list-wrapper .event-list .news-list-item .news-list-heading-date {
    margin: 16px 0 24px 0;
    text-align: center
}

.news-list-wrapper .event-list .news-list-item .news-list-heading-date .news-list-title {
    margin-bottom: 5px
}

.news-list-wrapper .event-list .news-list-item .news-list-heading-date .news-list-period {
    font-size: 1.4rem;
    color: #939098;
    line-height: 20px
}

.news-list-wrapper .newsboard-toolbar {
    padding-bottom: 50px
}

.news-list-wrapper .newsboard-toolbar .primary {
    display: block
}

.news-list-wrapper .newsboard-toolbar .primary .action {
    margin: 0 auto
}

.toolbar-bottom {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw
}

.newsboard-toolbar {
    display: grid;
    margin: 40px 0
}

.newsboard-slider .newsboard-slider-item .newsboard-item {
    padding: 0 20px
}

.newsboard-slider .newsboard-slider-item .block-title {
    margin: 15px 0;
    text-align: center
}

._has-quick-view {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0
}

._has-quick-view.catalog-category-view .page-title-wrapper,
._has-quick-view.catalogsearch-result-index .page-title-wrapper {
    background-color: #fff;
    text-align: left;
    margin-top: 0 !important;
    padding: 20px 0 0 0 !important
}

._has-quick-view .product.attribute.overview {
    margin-top: 0
}

._has-quick-view .product-info-top .action.detail-link {
    display: inline-block
}

._has-quick-view .fotorama__stage__shaft {
    width: 100% !important;
    max-width: 100% !important
}

._has-quick-view .fotorama__stage {
    left: 0 !important
}

._has-quick-view .fotorama__arr.fotorama__arr--next {
    right: 0 !important
}

._has-quick-view .popup-quick-view .modal-inner-wrap {
    width: 90%;
    height: 90%;
    max-width: 1204px;
    max-height: 692px
}

._has-quick-view .popup-quick-view .modal-header {
    padding: 0
}

._has-quick-view .popup-quick-view .modal-content {
    padding: 50px 40px 0
}

._has-quick-view .popup-quick-view .action-close {
    display: block;
    font-weight: 700;
    top: 8px;
    right: 30px;
    z-index: 3
}

.action.quick-view {
    background-image: none;
    background: rgba(45, 47, 44, 0.9);
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 9px 20px;
    font-size: 1.4rem;
    line-height: 3.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 1
}

.action.quick-view:focus,
.action.quick-view:active {
    background: rgba(45, 47, 44, 0.9);
    border: 0;
    color: #fff
}

.action.quick-view:hover {
    background: rgba(45, 47, 44, 0.9);
    border: 0;
    color: #fff
}

.action.quick-view.disabled,
.action.quick-view[disabled],
fieldset[disabled] .action.quick-view {
    cursor: default;
    pointer-events: none
}

#quick-view-popup [data-gallery-role*="magnifier"] {
    display: none
}

#quick-view-popup .column.main {
    width: 100%;
    float: none
}

#quick-view-popup .page-main {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0
}

.stores .fieldset {
    margin: 0
}

.stores .fieldset .field:not(.note) {
    margin-bottom: 0
}

.stores .fieldset .field.note {
    font-size: 16px;
    margin-bottom: 15px
}

.stores .fieldset .field.store-type {
    display: inline-block;
    padding-right: 8px;
    margin-bottom: 0;
    width: 70%
}

.stores .fieldset .actions {
    display: inline-block;
    vertical-align: top
}

.stores .fieldset .location-error {
    margin: 10px 0
}

.stores form {
    margin-bottom: 25px
}

.stores .stores-result {
    overflow: hidden;
    margin-bottom: 10px
}

.stores .stores-result h3 {
    font-size: 20px;
    font-weight: 400;
    float: left
}

.stores .stores-result .action {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    float: right
}

.stores .stores-result .action:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 21px;
    color: inherit;
    content: "\e910";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.stores .stores-result .action>span {
    display: inline-block;
    vertical-align: middle
}

.stores .stores-result .action:after {
    font-weight: 700;
    width: 18px
}

.stores .stores-content .stores-map {
    box-sizing: border-box;
    position: relative
}

.stores .stores-content .stores-map .expend {
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    border-top: 24px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    cursor: pointer;
    height: 0;
    width: 88px;
    position: absolute;
    margin-left: -44px;
    top: 0;
    text-align: center;
    left: 50%;
    z-index: 5
}

.stores .stores-content .stores-map .expend>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.stores .stores-content .stores-map .expend:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 24px;
    color: inherit;
    content: "\e911";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.stores .stores-content .stores-map .expend:hover:before {
    color: #2d2f2c
}

.stores .stores-content .stores-map .expend:active:before {
    color: #2d2f2c
}

.stores .stores-content .stores-map .expend:before {
    font-weight: 700;
    position: relative;
    top: -24px
}

.stores .stores-content .stores-map.active {
    bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5
}

.stores .stores-content .stores-map.active .store-map-viewer {
    height: 100%
}

.stores .stores-content .stores-map.active .expend:before {
    content: "\e912"
}

.stores .stores-content .store-map-viewer {
    box-sizing: border-box;
    width: 100%;
    height: 540px
}

.stores .stores-content .store-types-labels {
    text-align: center;
    padding: 35px 0
}

.stores .stores-content .store-types-labels a:not(:last-child) {
    margin-right: 20px
}

.stores .stores-content .store-types-labels a img {
    margin-right: 5px
}

.stores .stores-content .store-types-labels a>* {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle
}

.stores .stores-content .store-types-labels a.selected-type {
    color: #ff73be
}

.stores .stores-content .store-types-labels a.selected-type label {
    font-weight: 700
}

.stores .stores-content .description {
    padding: 5px 20px 5px;
    text-align: center
}

.stores .stores-content .description .store-logo {
    width: 80px
}

.stores .stores-content .description strong {
    display: block;
    font-size: 16px
}

.stores .stores-content .store-list {
    border: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 0
}

.stores .stores-content .store-list:not(:last-child) {
    margin-bottom: 15px
}

.stores .stores-content .store-list .store-info {
    border: 1px solid transparent;
    padding: 15px 15px 15px 45px;
    position: relative
}

.stores .stores-content .store-list .store-info p:not(.address) {
    margin-bottom: 0
}

.stores .stores-content .store-list .store-info p.distance {
    margin-top: 10px
}

.stores .stores-content .store-list .store-info .action {
    color: #2d2f2c;
    text-decoration: underline;
    display: block;
    margin-top: 15px
}

.stores .stores-content .store-list .store-info .action:visited {
    color: #2d2f2c;
    text-decoration: underline
}

.stores .stores-content .store-list .store-info .action:hover {
    color: #ff73be;
    text-decoration: underline
}

.stores .stores-content .store-list .store-info .action:active {
    color: #ff73be;
    text-decoration: underline
}

.stores .stores-content .store-list .store-info-top {
    display: block;
    text-decoration: none;
    margin-bottom: 10px
}

.stores .stores-content .store-list .store-info-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 14px;
    color: #2d2f2c;
    content: "\e91a";
    font-family: 'icons';
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.stores .stores-content .store-list .store-info-top:after {
    top: 15px;
    right: 20px;
    position: absolute
}

.stores .stores-content .store-list .store-info-top .store-sequence-number {
    border-radius: 50%;
    background-color: #6c6a71;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    left: 15px;
    text-align: center;
    width: 20px;
    position: absolute;
    top: 15px
}

.stores .stores-content .store-list .store-info-top .store-title {
    color: #6c6a71;
    display: block;
    padding-right: 20px
}

.stores .stores-content .store-list.selected-store,
.stores .stores-content .store-list.selected-store .store-info {
    border-color: #ff73be
}

.stores .stores-content .store-list.selected-store .store-info-top:after {
    content: "\e60f"
}

.stores .stores-content .store-list.selected-store .store-sequence-number {
    background-color: #2d2f2c
}

.stores .stores-content .store-list.selected-store .store-title {
    color: #2d2f2c
}

.stores-toolbar {
    background-color: transparent !important
}

.stores-toolbar .pages {
    padding-right: 0;
    padding-left: 0
}

.g-recaptcha {
    margin-bottom: 23px;
    height: 78px;
    position: relative
}

.g-recaptcha>div {
    position: absolute
}

.required-captcha.checkbox {
    position: absolute;
    display: block;
    visibility: visible;
    overflow: hidden;
    opacity: 0;
    width: 1px;
    height: 1px
}

.review-form .field-recaptcha {
    margin-bottom: 10px
}

.form.send.friend .g-recaptcha {
    margin-top: 40px
}

.catalogsearch-result-index .breadcrumbs {
    z-index: 1
}

.catalogsearch-result-index .page-title-wrapper {
    text-align: center;
    padding: 25px 15px 20px;
    background: #f1f2f1
}

.catalogsearch-result-index .page-title {
    width: 100%;
    margin: 0;
    line-height: 1.5
}

.catalogsearch-result-index .page-main {
    background-color: #f1f2f1;
    padding: 0
}

.block-search {
    margin-bottom: 0
}

.block-search .block-title {
    display: none
}

.block-search .block-content {
    margin-bottom: 0
}

.block-search .label {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    float: right
}

.block-search .label>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.block-search .label:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: #2d2f2c;
    content: "\e90a";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.block-search .label:hover:before {
    color: #2d2f2c
}

.block-search .label:active:before {
    color: #2d2f2c
}

.block-search .label.active+.control input {
    left: auto;
    right: 15px
}

.block-search .action.search {
    text-decoration: none;
    background-image: none;
    background: #f1f2f1;
    border: 1px solid #c4c4c4;
    color: #2d2f2c;
    cursor: pointer;
    display: inline-block;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 4px 5px;
    font-size: 1.4rem;
    line-height: .1rem;
    box-sizing: border-box;
    vertical-align: middle;
    border-left: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.block-search .action.search>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 1.1;
    color: #2d2f2c;
    content: "\e90a";
    font-family: 'icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.block-search .action.search:hover:before {
    color: inherit
}

.block-search .action.search:active:before {
    color: inherit
}

.block-search .action.search:focus,
.block-search .action.search:active {
    background: #fff;
    border: 1px solid #c5c1cc;
    color: #2d2f2c
}

.block-search .action.search:hover {
    background: #e3e5e3;
    border: 1px solid #c4c4c4;
    color: #2d2f2c
}

.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
    opacity: 1;
    cursor: default;
    pointer-events: none
}

.block-search .action.search[disabled] {
    border-color: #c4c4c4 !important
}

.block-search .active .action.search {
    display: inline-block
}

.block-search input {
    font-weight: 700;
    font-size: 11px;
    height: 34px
}

.block-search input:focus {
    border: 1px solid #c4c4c4
}

.block-search .nested {
    display: none
}

.search-autocomplete {
    display: none;
    overflow: hidden;
    position: absolute;
    z-index: 5
}

.search-autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none none
}

.search-autocomplete ul li {
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    margin: 0;
    padding: 5px 40px 5px 10px;
    position: relative;
    text-align: left;
    white-space: normal
}

.search-autocomplete ul li:not(:empty) {
    border-top: 0;
    border: 1px solid #c4c4c4;
    background: #fff
}

.search-autocomplete ul li:first-child {
    border-top: none
}

.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
    background: #ff73be
}

.search-autocomplete ul li .amount {
    color: #999;
    position: absolute;
    right: 7px;
    top: 5px
}

.search-container {
    background-color: #fff;
    overflow: hidden
}

.search.no-results {
    padding: 40px 15px 0
}

.search.no-results .search-title {
    font-size: 2rem;
    margin-bottom: 32px
}

.search.no-results .search-content .search-back {
    font-size: 1.8rem;
    margin-bottom: 16px;
    max-width: 450px
}

.search.no-results .search-content .search-back span {
    display: block
}

.search.no-results .search-content .actions .action.back {
    font-size: 1.6rem;
    color: #ff73be;
    display: inline-block;
    text-decoration: none
}

.search.no-results .search-content .actions .action.back:visited {
    color: #ff73be;
    text-decoration: none
}

.search.no-results .search-content .actions .action.back:hover {
    color: #ff73be;
    text-decoration: none
}

.search.no-results .search-content .actions .action.back:active {
    color: #ff73be;
    text-decoration: none
}

.search.no-results .search-content .actions .action.back:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: #ff73be;
    content: "\e926";
    font-family: 'icons';
    margin: 0 5px 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.search.no-results .search-content .actions .action.back:hover:before {
    color: #ff73be
}

.search.no-results .search-content .actions .action.back:active:before {
    color: #ff73be
}

.block.block-search-again {
    margin-bottom: 32px
}

.block.block-search-again .block-title {
    font-size: 1.6rem;
    display: inline-block;
    margin-bottom: 12px
}

.block.block-search-again .block-title strong {
    font-weight: 400
}

.block.block-search-again .form.minisearch {
    position: relative
}

.block.block-search-again .form.minisearch:after {
    display: table;
    content: '';
    clear: both
}

.block.block-search-again .field.search .label {
    display: none
}

.block.block-search-again .control .input-text {
    padding-right: 41px
}

.block.block-search-again .control .input-text:focus {
    border: 1px solid #c4c4c4
}

.block.block-search-again .actions {
    position: absolute;
    right: 1px;
    top: 0
}

.block.block-search-again .actions .action.search {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    float: right;
    width: 40px;
    height: 38px;
    padding: 0;
    margin: 1px 0 0 -40px;
    background-color: #f1f2f1;
    border-color: #f1f2f1
}

.block.block-search-again .actions .action.search>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.block.block-search-again .actions .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: #2d2f2c;
    content: "\e90a";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.block.block-search-again .actions .action.search:hover:before {
    color: #2d2f2c
}

.block.block-search-again .actions .action.search:active:before {
    color: #2d2f2c
}

.form.search.advanced .fields.range .field:first-child {
    position: relative
}

.form.search.advanced .fields.range .field:first-child .control {
    padding-right: 25px
}

.form.search.advanced .fields.range .field:first-child .control:after {
    content: ' \2013 ';
    display: inline-block;
    position: absolute;
    right: 0;
    text-align: center;
    top: 6px;
    width: 25px
}

.form.search.advanced .fields.range .field:last-child {
    position: relative
}

.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
    left: 0;
    position: absolute;
    top: 32px
}

.form.search.advanced .fields.range .field.with-addon .control {
    padding-right: 45px
}

.form.search.advanced .group.price .addon .addafter {
    background: none;
    border: 0;
    padding-top: 6px;
    position: absolute;
    right: 0;
    top: 0
}

.search.summary {
    margin-bottom: 10px
}

.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 {
    position: relative
}

.checkout-container .checkout-shipping-address div.new-address-popup .inner-wrapper,
.checkout-container .checkout-payment-method div.new-address-popup .inner-wrapper {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px
}

.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-left: 0
}

.checkout-container .checkout-shipping-address .new-billing-address-button,
.checkout-container .checkout-payment-method .new-billing-address-button {
    display: block;
    margin: 20px 0 0;
    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 -30px;
    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 {
    background: #2d2f2c;
    border: 1px solid #2d2f2c;
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    color: #2d2f2c
}

.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, 0.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/Kipling/jp/ja_JP/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/Kipling/jp/ja_JP/images/loader-2.gif') 50% 50% no-repeat;
    bottom: 0;
    height: 149px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 218px
}

.contact .fieldset>.legend {
    margin-bottom: 5px
}

.contact .fieldset .field a {
    color: #ff73be;
    text-decoration: none
}

.contact .fieldset .field a:visited {
    color: #ff73be;
    text-decoration: none
}

.contact .fieldset .field a:hover {
    color: #44883b;
    text-decoration: underline
}

.contact .fieldset .field a:active {
    color: #44883b;
    text-decoration: underline
}

.contact .actions-toolbar>.primary {
    width: 100%
}

.contact .actions-toolbar>.primary .action {
    width: 100%
}

.contact .cms-contact h3 {
    font-size: 20px
}

.contact .cms-contact h2 {
    font-size: 30px
}

.contact .cms-contact ul .social:before {
    color: #ff73be;
    width: 25px
}

.contact .cms-contact ul .social.youtube:before {
    position: relative;
    left: 1px
}

.contact .cms-contact ul .social label {
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    margin-left: 25px;
    vertical-align: top;
    width: calc(100% - 25px - 40px)
}

.contact .cms-contact ul .social label strong {
    font-size: 14px
}

.form-add-invitations {
    background-color: #f1f2f1
}

.form-add-invitations+.actions-toolbar {
    background-color: #f1f2f1
}

.form-add-invitations button {
    line-height: 4.8rem !important;
    padding: 1px 40px !important;
    font-size: 2rem !important
}

.form-add-invitations button.add {
    margin-top: 24px !important
}

.form-add-invitations #invitations-options {
    margin-top: 18px
}

.form-add-invitations .message {
    margin-top: 20px
}

.form-add-invitations .fieldset button {
    color: #2d2f2c !important
}

.form-add-invitations .fields[id=row0] .actions-toolbar {
    display: none
}

.form-add-invitations .fields[id=row0] .field {
    margin-bottom: 0
}

.form-add-invitations .fields>.fieldset {
    margin-bottom: 0 !important
}

.invitations .actions-toolbar div.primary {
    margin-top: 40px
}

.invitations .actions-toolbar div.primary a {
    line-height: 4.8rem !important;
    padding: 1px 40px !important;
    font-size: 2rem !important;
    color: #fff !important
}

.magento_invitation-customer_account-create .breadcrumbs {
    margin-bottom: 20px
}

.block.filter {
    margin-bottom: 0
}

.block.filter .filter-title {
    display: none;
    margin-bottom: 20px
}

.block.filter .filter-title strong {
    font-size: 18px
}

.block.filter .filter-content {
    position: relative
}

.block-subtitle {
    display: inline-block;
    margin-bottom: 10px
}

.filter-options {
    margin: 0
}

.filter-options .filter-options-title {
    font-size: 1.6rem;
    margin: 0;
    word-break: break-all
}

.filter-options .filter-options-content {
    margin: 0
}

.filter-options .filter-options-content .item {
    margin-bottom: 3px
}

.filter-options .count:before {
    content: '(';
    margin-right: -4px
}

.filter-options .count:after {
    content: ')';
    margin-left: -4px
}

.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
}

.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 {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.wishlist.split.button button+.action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0
}

.wishlist.split.button .action.toggle {
    display: inline-block;
    text-decoration: none
}

.wishlist.split.button .action.toggle>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.wishlist.split.button .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 36px;
    color: #939098;
    content: "\e912";
    font-family: 'icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.wishlist.split.button .action.toggle:hover:after {
    color: #2d2f2c
}

.wishlist.split.button .action.toggle:active:after {
    color: inherit
}

.wishlist.split.button .action.toggle.active {
    display: inline-block;
    text-decoration: none
}

.wishlist.split.button .action.toggle.active>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.wishlist.split.button .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 36px;
    color: #939098;
    content: "\e911";
    font-family: 'icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.wishlist.split.button .action.toggle.active:hover:after {
    color: #2d2f2c
}

.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 #d9d9d9;
    margin-top: 10px;
    min-width: 200px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%
}

.wishlist.split.button .items li {
    margin: 0;
    padding: 5px 5px 5px 23px
}

.wishlist.split.button .items li:hover {
    background: #e8e8e8;
    cursor: pointer
}

.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.wishlist.split.button .items:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99
}

.wishlist.split.button .items:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98
}

.wishlist.split.button .items:before {
    left: 10px;
    top: -12px
}

.wishlist.split.button .items:after {
    left: 9px;
    top: -14px
}

.wishlist.split.button.active {
    overflow: visible
}

.wishlist.split.button.active .items {
    display: block
}

.wishlist.split.button .items {
    text-align: left
}

.wishlist.split.button .items .item>span {
    display: block;
    padding: 5px 5px 5px 23px
}

.wishlist.split.button .items .item:last-child:hover {
    background: #e8e8e8
}

.wishlist.split.button .items li {
    padding: 0
}

.table-comparison .wishlist.split.button>.action.split:before,
.product-items .wishlist.split.button>.action.split:before {
    content: "\e90e"
}

.table-comparison .wishlist.split.button>.action:active,
.product-items .wishlist.split.button>.action:active,
.table-comparison .wishlist.split.button>.action:focus,
.product-items .wishlist.split.button>.action:focus,
.table-comparison .wishlist.split.button>.action:hover,
.product-items .wishlist.split.button>.action:hover {
    color: #2d2f2c
}

.table-comparison .wishlist.split.button>.action.toggle:before,
.product-items .wishlist.split.button>.action.toggle:before {
    border-left: 1px solid #e0dfe2;
    content: '';
    float: left;
    height: 15px;
    margin-top: 3px
}

.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
    line-height: 1.2rem;
    padding: 5px 8px;
    font-size: 1.1rem
}

.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
    padding: 0
}

.cart.table-wrapper .wishlist.split.button {
    margin-bottom: 10px
}

.cart.table-wrapper .wishlist.split.button>.action.toggle {
    padding: 4px 5px
}

.wishlist.window.popup {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #aeaeae;
    padding: 22px;
    width: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 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: 2.2rem;
    margin-top: 0rem;
    margin-bottom: 1rem
}

.wishlist.window.popup .popup-actions .action.close {
    position: absolute;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    right: 10px;
    top: 10px
}

.wishlist.window.popup .popup-actions .action.close>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.wishlist.window.popup .popup-actions .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 36px;
    color: inherit;
    content: "\e901";
    font-family: 'icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.wishlist.window.popup .popup-actions .action.close:hover:before {
    color: 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: none;
    border: none
}

.wishlist.window.popup .popup-actions .action.close:hover {
    background: none;
    border: none
}

.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
    pointer-events: none
}

.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: #939098;
    display: inline-block;
    margin-right: 20px
}

.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
    display: inline-block
}

.block-wishlist-management .wishlist-toolbar-select {
    margin-right: 20px
}

.block-wishlist-management .wishlist-dropdown.move {
    margin-right: 20px
}

.block-wishlist-search-form .form-wishlist-search {
    margin-bottom: 60px;
    max-width: 500px
}

.block-wishlist-search-results .toolbar-wishlist-results {
    text-align: center
}

.block-wishlist-info-items .block-title {
    font-size: 2.2rem;
    margin-bottom: 20px
}

.block-wishlist-info-items .block-title>strong {
    font-weight: 300
}

.block-wishlist-info-items .product-item {
    width: 100%
}

.block-wishlist-info-items .product-item-photo {
    margin-left: 20px
}

.block-wishlist-info-items .product-item-info {
    width: auto
}

.block-wishlist-info-items .product-item-info:hover .split {
    visibility: visible
}

.block-wishlist-info-items .price-wrapper {
    display: block;
    margin: 0 0 10px
}

.block-wishlist-info-items .split {
    clear: both;
    padding: 10px 0
}

.block-wishlist-info-items .action.towishlist {
    padding: 10px 0
}

.block-wishlist-info-items .input-text.qty {
    margin-right: 10px
}

@font-face {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    src: url('../../frontend/Kipling/jp/ja_JP/fonts/Kipling-Icons/kipling-icon.eot');
    src: url('../../frontend/Kipling/jp/ja_JP/fonts/Kipling-Icons/kipling-icon.eot?#iefix') format('embedded-opentype'), url('../../frontend/Kipling/jp/ja_JP/fonts/Kipling-Icons/kipling-icon.woff') format('woff'), url('../../frontend/Kipling/jp/ja_JP/fonts/Kipling-Icons/kipling-icon.ttf') format('truetype')
}

.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
    -webkit-font-smoothing: antialiased;
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    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: 'icons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle
}

.pagebuilder-icon-down:before {
    content: "\e912"
}

.pagebuilder-icon-next:before {
    content: "\e910"
}

.pagebuilder-icon-prev:before {
    content: "\e909"
}

.pagebuilder-icon-up:before {
    content: "\e911"
}

.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: 0
}

.page-main-details .product-section-title {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 15px;
    padding-bottom: 12px
}

.additional-attributes-wrapper .additional-attributes {
    border: none;
    width: auto
}

.additional-attributes-wrapper .additional-attributes>tbody>tr>th {
    border: none;
    padding: 5.5px 30px 10px 0
}

.additional-attributes-wrapper .additional-attributes>tbody>tr>td {
    border: none;
    padding: 5.5px 5px 10px
}

.cms-index-index.page-layout-cms-full-width .nav-sections {
    margin-bottom: 0
}

.slick-slider {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-touch-action: pan-y;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    box-sizing: border-box;
    display: block;
    position: relative;
    touch-action: pan-y;
    user-select: none
}

.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:before,
.slick-track:after {
    content: '';
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev {
    left: 0
}

.slick-prev:before {
    content: "\e909"
}

.slick-next {
    right: 0
}

.slick-next:before {
    content: "\e910"
}

.slick-prev,
.slick-next {
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    background: rgba(252, 252, 252, 0.6);
    border: none;
    border-radius: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 48px;
    line-height: 0;
    margin-top: -25px;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 48px;
    z-index: 1
}

.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 {
    display: block;
    color: #2d2f2c;
    font-size: 47px;
    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, 0.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 {
    display: block;
    list-style: none;
    margin: 0;
    text-align: center;
    width: 100%
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    position: relative;
    vertical-align: middle
}

.slick-dots li button {
    background: #e4e6e4;
    border: 1px solid #e4e6e4;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
    display: block;
    padding: 0;
    text-indent: -99999px;
    transition: .3s
}

.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
    box-shadow: none
}

.slick-dots li.slick-active button {
    background: #ff73be;
    border-color: #ff73be;
    width: 18px;
    height: 18px
}

[data-content-type='banner']>[data-element='link'],
[data-content-type='banner']>[data-element='empty_link'] {
    color: inherit;
    text-decoration: inherit
}

[data-content-type='banner']>[data-element='link']:hover,
[data-content-type='banner']>[data-element='empty_link']:hover {
    color: inherit;
    text-decoration: inherit
}

.pagebuilder-banner-wrapper {
    background-clip: padding-box;
    border-radius: inherit;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.pagebuilder-banner-wrapper .pagebuilder-overlay {
    -moz-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
    -webkit-transition: background-color 500ms ease;
    box-sizing: border-box;
    padding: 30px;
    transition: background-color 500ms 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 [data-element='content'] {
    min-height: 50px
}

.pagebuilder-banner-wrapper .pagebuilder-banner-button {
    -moz-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    -webkit-transition: opacity 500ms ease;
    margin: 20px 0 0 0;
    max-width: 100%;
    text-align: inherit;
    transition: opacity 500ms 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 {
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #2d2f2c;
    background: none;
    border: 0;
    display: inline;
    color: #ff73be;
    font-weight: 700;
    text-decoration: none;
    box-shadow: none;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: 1.4px
}

a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
    color: #2d2f2c;
    text-decoration: none
}

a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
    color: #ff73be;
    text-decoration: none
}

a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
    color: #ff73be;
    text-decoration: none
}

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 {
    background: none;
    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 {
    color: #2d2f2c;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
    color: #ff73be;
    text-decoration: none
}

a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
    color: rgba(45, 47, 44, 0.4);
    text-decoration: none
}

a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
    color: rgba(45, 47, 44, 0.4);
    text-decoration: none
}

a.pagebuilder-button-link:after,
button.pagebuilder-button-link:after,
div.pagebuilder-button-link:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 20px;
    color: inherit;
    content: ">";
    /* font-family: 'icons'; */
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

a.pagebuilder-button-link>*,
button.pagebuilder-button-link>*,
div.pagebuilder-button-link>* {
    vertical-align: middle
}

a.pagebuilder-button-link:not(:hover)>*,
button.pagebuilder-button-link:not(:hover)>*,
div.pagebuilder-button-link:not(:hover)>* {
    border-bottom: 2px solid
}

a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
    text-decoration: none;
    background-image: none;
    background: #2d2f2c;
    border: 1px solid #2d2f2c;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 1px 40px;
    font-size: 1.4rem;
    line-height: 3.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 0;
    box-shadow: none;
    letter-spacing: 1.4px
}

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 {
    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 {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
    background: #000;
    border: 1px solid #000;
    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 {
    cursor: default;
    pointer-events: none
}

a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
    text-decoration: none;
    background-image: none;
    background: #fff;
    border: 1px solid #fff;
    color: #2d2f2c;
    cursor: pointer;
    display: inline-block;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 1px 40px;
    font-size: 1.4rem;
    line-height: 3.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 0;
    box-shadow: none;
    letter-spacing: 1.4px
}

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 {
    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 {
    background: #fff;
    border: 1px solid #c5c1cc;
    color: #2d2f2c
}

a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
    background: #f6f7f6;
    border: 1px solid #f6f7f6;
    color: #2d2f2c
}

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 {
    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;
    min-height: 1px
}

figure[data-content-type='image']>[data-element='link'],
figure[data-content-type='image']>[data-element='link'] img {
    border-radius: inherit
}

figure[data-content-type='image'] figcaption {
    word-wrap: break-word
}

[data-content-type='map'] {
    box-sizing: border-box;
    height: 300px
}

.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: calc((100% - 90px) / 4);
    margin-left: 30px
}

.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item:nth-child(4n + 1) {
    margin-left: 0
}

[data-content-type='products'][data-appearance='carousel'] {
    box-sizing: border-box;
    margin-bottom: 40px !important
}

[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'] .slick-slide {
    margin: 0 0 0 12px
}

[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'] .product-items .discount-label {
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 222px;
    margin-left: 0
}

[data-content-type='products'][data-appearance='carousel'] .product-item {
    position: relative;
    background-color: #fff
}

[data-content-type='products'][data-appearance='carousel'] .product-item-info {
    width: auto
}

[data-content-type='products'][data-appearance='carousel'] .product-item-details {
    position: relative;
    height: 76px;
    padding: 0 8px;
    margin-top: 10px;
    overflow: hidden
}

[data-content-type='products'][data-appearance='carousel'] .product-item-additional-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    margin-bottom: 15px;
    min-height: 70px;
    width: 100%
}

[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
    opacity: .5;
    transition: all 300ms 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: 100%
}

[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    box-sizing: border-box
}

[data-content-type='row'][data-appearance='full-bleed'] {
    box-sizing: border-box
}

[data-content-type='row'][data-appearance='full-width'] {
    box-sizing: border-box
}

[data-content-type='row'][data-appearance='full-width']>.row-full-width-inner {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%
}

.pagebuilder-slide-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

[data-content-type='slide'] {
    box-sizing: border-box;
    line-height: 20px;
    min-height: inherit;
    overflow: hidden
}

[data-content-type='slide']>[data-element='link'],
[data-content-type='slide']>[data-element='empty_link'] {
    color: inherit;
    min-height: inherit;
    text-decoration: inherit
}

[data-content-type='slide']>[data-element='link']:hover,
[data-content-type='slide']>[data-element='empty_link']:hover {
    color: inherit;
    text-decoration: inherit
}

.pagebuilder-slide-wrapper {
    border-radius: inherit;
    box-sizing: border-box;
    min-height: inherit;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.pagebuilder-slide-wrapper .pagebuilder-overlay {
    -moz-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
    -webkit-transition: background-color 500ms ease;
    border-radius: inherit;
    box-sizing: border-box;
    padding: 30px;
    transition: background-color 500ms 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 .pagebuilder-slide-button {
    -moz-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    -webkit-transition: opacity 500ms ease;
    margin: 20px 0 0 0;
    max-width: 100%;
    text-align: inherit;
    transition: opacity 500ms ease;
    word-break: break-word
}

@media only screen and (max-width:768px) {
    .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
        max-width: none
    }
}

.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'] div[data-content-type='slide']:not(:first-child) {
    display: none
}

div[data-content-type='slider'].slick-initialized {
    display: block
}

div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
    min-height: inherit
}

div[data-content-type='slider'] .slick-list>div,
div[data-content-type='slider'] .slick-track>div,
div[data-content-type='slider'] .slick-slide>div {
    line-height: 0;
    min-height: inherit;
    overflow: hidden;
    width: 100%
}

a.button {
    -moz-appearance: button;
    -webkit-appearance: button;
    appearance: button;
    color: initial;
    padding: 10px;
    text-decoration: none
}

div[data-content-type='tabs'] .tabs-navigation {
    display: block;
    font-size: 0;
    margin: 0 0 -1px;
    padding: 0
}

div[data-content-type='tabs'] .tabs-navigation li:first-child {
    margin-left: 0 !important
}

div[data-content-type='tabs'] .tabs-navigation li.tab-header {
    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 {
    font-size: 2rem;
    border-bottom: 4px solid transparent;
    box-sizing: border-box;
    color: #2d2f2c;
    cursor: pointer !important;
    display: block;
    font-weight: 400;
    height: 100%;
    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;
    word-break: break-all
}

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.ui-state-active {
    z-index: 19
}

div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
    border-bottom: 4px solid #ff73be;
    color: #ff73be;
    font-weight: 700;
    position: relative;
    transition: all .3s
}

div[data-content-type='tabs'] .tabs-content {
    border-top: 1px solid #d9d9d9;
    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
}

@media only screen and (max-width:768px) {
    [data-content-type='tab-item'] {
        background-attachment: scroll !important
    }

    div[data-content-type='tabs'] .tabs-navigation {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    div[data-content-type='tabs'] .tabs-navigation li.tab-header {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        width: 10%
    }

    div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
        font-size: 1.4rem;
        line-height: 20px;
        padding: 16px 14%;
        text-align: center
    }
}

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 {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.cms-content-important {
    background-color: #f5f5f5;
    color: #333;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 35px -20px;
    padding: 20px
}

.pagebuilder-full-width {
    float: left;
    width: 100%
}

.pagebuilder-content-type {
    box-sizing: border-box;
    margin-bottom: 20px
}

.pagebuilder-accordion {
    margin: 0;
    padding: 0
}

.pagebuilder-accordion>.item.title {
    box-sizing: border-box;
    float: none;
    width: 100%
}

.pagebuilder-accordion>.item.title>.switch {
    display: block
}

.pagebuilder-accordion>.item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0
}

.pagebuilder-accordion>.item.content:before,
.pagebuilder-accordion>.item.content:after {
    content: '';
    display: table
}

.pagebuilder-accordion>.item.content:after {
    clear: both
}

.pagebuilder-accordion>.item.content.active {
    display: block
}

.pagebuilder-accordion>.item.title {
    margin: 0 0 10px
}

.pagebuilder-accordion>.item.title>.switch {
    background: #f1f2f1;
    height: 40px;
    padding: 5px 15px 5px 15px;
    font-weight: 600;
    line-height: 40px;
    font-size: 2rem;
    text-decoration: none
}

.pagebuilder-accordion>.item.title>.switch:visited {
    color: #2d2f2c;
    text-decoration: none
}

.pagebuilder-accordion>.item.title>.switch:hover {
    color: #fff;
    text-decoration: none
}

.pagebuilder-accordion>.item.title>.switch:active {
    color: #fff;
    text-decoration: none
}

.pagebuilder-accordion>.item.title:not(.disabled)>.switch:focus,
.pagebuilder-accordion>.item.title:not(.disabled)>.switch:hover {
    background: #2d2f2c
}

.pagebuilder-accordion>.item.title:not(.disabled)>.switch:active,
.pagebuilder-accordion>.item.title.active>.switch,
.pagebuilder-accordion>.item.title.active>.switch:focus,
.pagebuilder-accordion>.item.title.active>.switch:hover {
    background: #2d2f2c;
    color: #fff;
    text-decoration: none;
    padding-bottom: 5px
}

@media all and (min-width:769px) {
    .pagebuilder-mobile-only {
        display: none !important
    }
}

@media all and (max-width:768px) {
    .pagebuilder-mobile-hidden {
        display: none !important
    }
}

.block-review-list .title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px
}

.rating-summary {
    overflow: hidden;
    white-space: nowrap
}

.rating-summary .rating-result {
    width: 86px;
    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: #f1f2f1;
    font-family: 'icons';
    font-size: 14px;
    height: 14px;
    letter-spacing: 4px;
    line-height: 14px;
    content: "\e918" "\e918" "\e918" "\e918" "\e918";
    display: block;
    font-style: normal;
    font-weight: normal;
    speak: none
}

.rating-summary .rating-result>span {
    display: block;
    overflow: hidden
}

.rating-summary .rating-result>span:before {
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    color: #ff73be;
    font-family: 'icons';
    font-size: 14px;
    height: 14px;
    letter-spacing: 4px;
    line-height: 14px;
    content: "\e918" "\e918" "\e918" "\e918" "\e918";
    display: block;
    font-style: normal;
    font-weight: normal;
    speak: none
}

.rating-summary .rating-result>span span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.rating-summary .rating-result {
    margin-left: 1px
}

.rating-summary .rating-result:before {
    text-shadow: #dedce0 0px 0px 1px, #dedce0 0px 0px 1px, #dedce0 0px 0px 1px, #dedce0 0px 0px 1px, #dedce0 0px 0px 1px, #dedce0 0px 0px 1px
}

.rating-summary .rating-result>span:before {
    text-shadow: #ff73be 0px 0px 1px, #ff73be 0px 0px 1px, #ff73be 0px 0px 1px, #ff73be 0px 0px 1px, #ff73be 0px 0px 1px, #ff73be 0px 0px 1px
}

.rating-summary .rating-point {
    font-size: 1.5rem;
    display: none;
    margin-left: 14px;
    margin-right: 4px;
    font-weight: 700;
    line-height: 12px;
    vertical-align: middle
}

.review-actions-toolbar .rating-summary .rating-point {
    display: inline-block
}

.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: #f1f2f1;
    font-family: 'icons';
    font-size: 22px;
    height: 22px;
    letter-spacing: 4px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    content: "\e918" "\e918" "\e918" "\e918" "\e918";
    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: #ff73be;
    font-family: 'icons';
    font-size: 22px;
    height: 22px;
    letter-spacing: 4px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    opacity: 0
}

.review-control-vote label:hover:before {
    opacity: 1
}

.review-control-vote label:hover~label:before {
    opacity: 0
}

.review-control-vote .rating-5 {
    z-index: 2
}

.review-control-vote .rating-5:before {
    content: "\e918" "\e918" "\e918" "\e918" "\e918"
}

.review-control-vote .rating-4 {
    z-index: 3
}

.review-control-vote .rating-4:before {
    content: "\e918" "\e918" "\e918" "\e918"
}

.review-control-vote .rating-3 {
    z-index: 4
}

.review-control-vote .rating-3:before {
    content: "\e918" "\e918" "\e918"
}

.review-control-vote .rating-2 {
    z-index: 5
}

.review-control-vote .rating-2:before {
    content: "\e918" "\e918"
}

.review-control-vote .rating-1 {
    z-index: 6
}

.review-control-vote .rating-1:before {
    content: "\e918"
}

.review-control-vote:before {
    text-shadow: #dedce0 0px 0px 1px, #dedce0 0px 0px 1px, #dedce0 0px 0px 1px, #dedce0 0px 0px 1px, #dedce0 0px 0px 1px, #dedce0 0px 0px 1px;
    height: 22px;
    line-height: 22px
}

.review-control-vote label:before {
    text-shadow: #ff73be 0px 0px 1px, #ff73be 0px 0px 1px, #ff73be 0px 0px 1px, #ff73be 0px 0px 1px, #ff73be 0px 0px 1px, #ff73be 0px 0px 1px
}

.table-reviews td.description {
    text-align: left !important
}

.block.add.review {
    margin-bottom: 40px
}

.block.add.review>.title {
    font-weight: 700;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 0rem;
    margin-bottom: 2rem
}

.block.add.review .legend {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.2rem;
    margin-top: 0rem;
    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.block-review {
    margin-bottom: 0
}

.block.block-review>.block-title {
    position: relative;
    background-color: #f1f2f1;
    text-align: center;
    padding-top: 33px;
    padding-bottom: 25px;
    overflow: hidden
}

.block.block-review>.block-title strong {
    font-size: 2rem;
    display: block;
    margin-bottom: 6px
}

.block.block-review>.block-title span {
    display: block;
    font-size: 1.6rem
}

.block.block-review>.block-title:after {
    position: absolute;
    content: '';
    height: 1px;
    background-color: #939098;
    width: calc(100% - 30px);
    bottom: 0;
    right: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 10px 0
}

.block.block-review>.block-content .review-actions-toolbar {
    background-color: #f1f2f1;
    text-align: center
}

.block.block-review>.block-content .review-actions-toolbar .rating-summary {
    vertical-align: top
}

.block.block-review>.block-content .review-actions-toolbar .action.add-review {
    line-height: 4.8rem;
    padding: 1px 40px;
    font-size: 2rem;
    margin-top: 5px;
    margin-bottom: 40px;
    min-width: 240px;
    text-transform: uppercase
}

.block.related~.product-reviews-wrapper .block.block-review .block-title {
    padding-top: 0
}

.data.table.reviews .rating-summary {
    margin-top: -4px
}

.product-reviews-summary {
    margin: 10px 0 12px
}

.review-actions-toolbar .product-reviews-summary {
    margin: 0;
    padding: 8px 0 20px
}

.products.wrapper.list .product-reviews-summary {
    margin: 0 auto
}

.product-reviews-summary.empty {
    margin-left: 0
}

.product-reviews-summary .rating-summary {
    display: inline-block;
    left: 0;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.product-reviews-summary .rating-summary .label {
    display: none
}

.product-reviews-summary .reviews-actions {
    font-size: 1.5rem;
    display: none;
    line-height: 14px;
    vertical-align: middle
}

.review-actions-toolbar .product-reviews-summary .reviews-actions {
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
    margin-top: 1px
}

.review-actions-toolbar .product-reviews-summary .reviews-actions .action.view,
.review-actions-toolbar .product-reviews-summary .reviews-actions .action.add {
    cursor: default;
    pointer-events: none
}

.review-actions-toolbar .product-reviews-summary .reviews-actions .action.view:hover,
.review-actions-toolbar .product-reviews-summary .reviews-actions .action.add:hover {
    color: #2d2f2c
}

.review-actions-toolbar .product-reviews-summary .reviews-actions .action.view:before,
.review-actions-toolbar .product-reviews-summary .reviews-actions .action.add:before {
    content: '('
}

.review-actions-toolbar .product-reviews-summary .reviews-actions .action.view:after,
.review-actions-toolbar .product-reviews-summary .reviews-actions .action.add:after {
    content: ')'
}

.customer-review .title {
    font-size: 2rem;
    border-bottom: 1px solid #d9d9d9;
    line-height: 20px;
    margin-bottom: 25px;
    padding-bottom: 16px
}

.customer-review .product-details .product-media {
    margin-bottom: 16px
}

.customer-review .product-details .product-name {
    font-size: 1.8rem;
    line-height: 24px;
    margin-bottom: 12px
}

.customer-review .product-details .rating-summary {
    margin-bottom: 8px
}

.customer-review .product-details .action {
    display: block
}

.customer-review .product-details .action.view {
    color: #2d2f2c !important;
    text-decoration: none !important;
    margin-bottom: 25px
}

.customer-review .product-details .action.view:visited {
    color: #2d2f2c !important;
    text-decoration: none !important
}

.customer-review .product-details .action.view:hover {
    color: #2d2f2c !important;
    text-decoration: none !important
}

.customer-review .product-details .action.view:active {
    color: #2d2f2c !important;
    text-decoration: none !important
}

.customer-review .product-details .action.add {
    font-size: 1.6rem;
    line-height: 24px;
    margin: 0 0 40px 0
}

.customer-review .review-details .customer-review-rating {
    display: inline-block;
    margin-bottom: 16px
}

.customer-review .review-details .customer-review-rating .rating-summary {
    overflow: hidden;
    white-space: nowrap
}

.customer-review .review-details .customer-review-rating .rating-summary .rating-result {
    width: 128px;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.customer-review .review-details .customer-review-rating .rating-summary .rating-result:before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    color: #f1f2f1;
    font-family: 'icons';
    font-size: 24px;
    height: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    content: "\e918" "\e918" "\e918" "\e918" "\e918";
    display: block;
    font-style: normal;
    font-weight: normal;
    speak: none
}

.customer-review .review-details .customer-review-rating .rating-summary .rating-result>span {
    display: block;
    overflow: hidden
}

.customer-review .review-details .customer-review-rating .rating-summary .rating-result>span:before {
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    color: #ff73be;
    font-family: 'icons';
    font-size: 24px;
    height: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    content: "\e918" "\e918" "\e918" "\e918" "\e918";
    display: block;
    font-style: normal;
    font-weight: normal;
    speak: none
}

.customer-review .review-details .customer-review-rating .rating-summary .rating-result>span span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.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-date {
    color: #46454a;
    display: inline-block;
    float: right;
    font-weight: 700;
    line-height: 24px
}

.customer-review .review-details .review-date .date {
    font-weight: 400;
    padding-left: 8px
}

.customer-review .review-details .review-title {
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 16px
}

.customer-review .review-details .review-content {
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 0
}

.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
    display: block
}

.review-img-fieldset .review-product-img {
    width: 140px
}

.review-img-fieldset .review-product-name {
    font-size: 1.8rem;
    vertical-align: bottom
}

.review-field-ratings .nested {
    display: table;
    height: 25px
}

.review-field-ratings>.label {
    margin-bottom: 0
}

.review-field-ratings>.control {
    position: relative;
    margin-bottom: 0
}

.review-field-ratings .review-field-rating {
    display: table-row
}

.review-field-ratings .review-field-rating .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.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: 0
}

.review-field-ratings .review-field-rating .control {
    padding-top: 2px
}

.review-field-text .control textarea {
    min-height: 200px
}

.modal-popup.review-add .action-close {
    display: block
}

.modal-popup.review-add .action-close:before {
    font-weight: 700
}

.modal-popup.review-add._show .block.review-add {
    visibility: visible;
    margin: 0
}

.review-toolbar {
    background-color: #fff;
    border-top: 1px solid #d9d9d9;
    margin: 0;
    text-align: center
}

.review-toolbar:first-child {
    display: none
}

.review-toolbar .pages {
    display: block;
    text-align: center
}

.review-toolbar .limiter {
    display: none
}

.review-add {
    visibility: hidden
}

.review-form {
    display: flex
}

.review-form .action.submit.primary {
    line-height: 4.8rem;
    padding: 1px 40px;
    font-size: 2rem;
    text-transform: uppercase;
    width: 280px
}

.fieldset .review-legend.legend {
    font-size: 2rem;
    margin-bottom: 5px
}

.fieldset .review-legend.legend strong {
    display: block;
    margin-left: 0
}

.review-fieldset .field {
    margin-bottom: 25px
}

.review-fieldset>.field>.label {
    margin-bottom: 10px
}

.review-list {
    padding: 25px 0 0 0;
    margin-bottom: 0
}

.review-list .block-title {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px
}

.review-list .block-title strong {
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase
}

.review-item {
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    margin: 0;
    padding: 30px 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-ratings .rating-label {
    display: none
}

.review-author {
    font-size: 1.6rem;
    float: left;
    margin-bottom: 25px
}

.review-author .review-details-label {
    color: #ff73be
}

.review-author .review-details-value {
    font-weight: 400
}

.review-item .review-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 5px 0 10px;
    text-transform: uppercase
}

.review-content {
    font-size: 1.6rem;
    line-height: 1.5
}

.review-item .review-details {
    position: absolute;
    right: 0;
    top: 33px;
    color: #6c6a71
}

.review-date span {
    display: none
}

.magento_rma-guest-view .columns .block .title,
.magento_rma-returns-view .columns .block .title {
    font-size: 2rem;
    display: block;
    line-height: 28px;
    margin-bottom: 12px
}

.magento_rma-guest-view .columns .block.block-return-details .block-content,
.magento_rma-returns-view .columns .block.block-return-details .block-content,
.magento_rma-guest-view .columns .block.block-returns-comments .block-content,
.magento_rma-returns-view .columns .block.block-returns-comments .block-content {
    background-color: #f1f2f1;
    font-weight: 700
}

.magento_rma-guest-view .columns .block.block-return-details .box-title span,
.magento_rma-returns-view .columns .block.block-return-details .box-title span,
.magento_rma-guest-view .columns .block.block-returns-comments .box-title span,
.magento_rma-returns-view .columns .block.block-returns-comments .box-title span,
.magento_rma-guest-view .columns .block.block-return-details dt,
.magento_rma-returns-view .columns .block.block-return-details dt,
.magento_rma-guest-view .columns .block.block-returns-comments dt,
.magento_rma-returns-view .columns .block.block-returns-comments dt,
.magento_rma-guest-view .columns .block.block-return-details dd,
.magento_rma-returns-view .columns .block.block-return-details dd,
.magento_rma-guest-view .columns .block.block-returns-comments dd,
.magento_rma-returns-view .columns .block.block-returns-comments dd {
    font-size: 1.6rem !important;
    color: #2d2f2c !important
}

.magento_rma-guest-view .columns .block.block-returns-comments .field.comment label,
.magento_rma-returns-view .columns .block.block-returns-comments .field.comment label {
    display: none
}

.magento_rma-guest-view .form-returns-comments .actions-toolbar,
.magento_rma-returns-view .form-returns-comments .actions-toolbar {
    text-align: right
}

.magento_rma-guest-view .form-returns-comments .actions-toolbar>.primary .action,
.magento_rma-returns-view .form-returns-comments .actions-toolbar>.primary .action {
    line-height: 4.8rem;
    padding: 1px 40px;
    font-size: 2rem;
    min-width: 200px;
    text-transform: uppercase
}

.form-create-return .fields.additional.row>.actions-toolbar {
    margin-bottom: 40px
}

.form-create-return>.fieldset {
    background-color: #f1f2f1;
    margin-top: 20px
}

.form-create-return>.fieldset:first-child {
    margin-bottom: 64px;
    padding-bottom: 40px
}

.form-create-return>.fieldset:first-child~.fieldset {
    padding-bottom: 0;
    margin-bottom: 0
}

.form-create-return>.fieldset:first-child~.fieldset .field.comment {
    background-color: #fff;
    padding: 65px 0 0 0 !important;
    margin-top: 40px;
    width: 100%
}

.form-create-return>.fieldset:first-child~.fieldset .field.comment .label {
    font-size: 2rem;
    font-weight: 700;
    line-height: 28px
}

.form-create-return>.fieldset:first-child~.fieldset .field.comment .control {
    background-color: #f1f2f1
}

.form-create-return>.actions-toolbar {
    background-color: #f1f2f1
}

.form-create-return .field address {
    font-size: 1.6rem;
    line-height: 24px
}

.form-create-return .field address a {
    color: #2d2f2c !important
}

.form-create-return .field .control span {
    font-size: 1.6rem;
    font-weight: 700
}

.form-create-return .additional:first-child {
    margin-top: 0
}

.form-create-return .additional~.actions-toolbar {
    display: none
}

.form-create-return .actions-toolbar>.secondary .action {
    background: #fff !important;
    border: 1px solid #c5c1cc !important;
    color: #2d2f2c !important
}

.form-create-return .actions-toolbar>.secondary .action:focus,
.form-create-return .actions-toolbar>.secondary .action:active {
    background: #fff !important;
    border: 1px solid #c5c1cc !important;
    color: #2d2f2c !important
}

.form-create-return .actions-toolbar>.secondary .action:hover {
    background: #fff !important;
    border: 1px solid #939098 !important;
    color: #2d2f2c !important
}

.form-create-return .actions-toolbar>.secondary .action[disabled] {
    background-color: #ebebeb !important;
    border-color: #ebebeb !important;
    color: #939098 !important
}

.form-create-return .actions-toolbar .action {
    line-height: 4.8rem;
    padding: 1px 40px;
    font-size: 2rem;
    text-transform: uppercase
}

.block-returns-comments .returns-comments .returns-comment-autor,
.block-returns-comments .returns-comments dd {
    font-weight: 400
}

.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
}

.table.history td.id a,
.table.table-returns td.id a {
    color: #2d2f2c !important;
    text-decoration: none !important
}

.sales-order-history .page-main {
    padding: 0
}

.sales-order-history .column.main .sorter {
    float: none;
    margin-bottom: 10px;
    text-align: right
}

.sales-order-history .column.main .sorter select {
    width: auto
}

.block-orders-history .title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px
}

.table-order-items.history td.id a {
    color: #2d2f2c !important;
    text-decoration: none !important
}

.table-order-items.history td.id a:visited {
    color: #2d2f2c !important;
    text-decoration: none !important
}

.table-order-items.history td.id a:hover {
    color: #2d2f2c !important;
    text-decoration: none !important
}

.table-order-items.history td.id a:active {
    color: #2d2f2c !important;
    text-decoration: none !important
}

.sales-order-history .page-main {
    padding: 0
}

.order-links {
    border-bottom: 1px solid #d9d9d9
}

.order-links .item {
    font-size: 2rem;
    display: inline-block;
    line-height: 28px;
    margin-bottom: 0;
    padding: 0 24px 15px;
    word-break: break-all
}

.order-links .item.current {
    border-bottom: 4px solid #ff73be;
    color: #ff73be
}

.block-date-filter {
    margin-bottom: 0
}

.order-details-items .table-wrapper th:not(.item):not(.name):not(.mark):not(.amount) {
    text-align: center
}

.order-details-items .table-wrapper th:last-child.subtotal,
.order-details-items .table-wrapper td:last-child.subtotal,
.order-details-items .table-wrapper th:last-child.total,
.order-details-items .table-wrapper td:last-child.total,
.order-details-items .table-wrapper th:last-child.rowtotal,
.order-details-items .table-wrapper td:last-child.rowtotal {
    text-align: right !important
}

.order-details-items .table-wrapper th.name,
.order-details-items .table-wrapper td.name {
    text-align: left !important
}

.order-details-items .table-wrapper .base_grandtotal {
    display: none !important
}

.order-details-items .table-wrapper .grand_total th,
.order-details-items .table-wrapper .grand_total td {
    padding-top: 12px !important
}

.order-details-items .table-wrapper thead>tr th {
    border-bottom: 2px solid #2d2f2c
}

.order-details-items .table-wrapper tbody>tr:not(:last-child)>td {
    border-bottom: 1px solid #d9d9d9
}

.order-details-items .table-wrapper tbody>tr:last-child {
    border-width: 2px
}

.order-details-items.ordered .order-title {
    display: none
}

.order-details-items:not(.rma) .order-title {
    background-color: #f1f2f1;
    margin-bottom: 4px;
    padding: 24px
}

.order-details-items:not(.rma) .table-wrapper {
    background-color: #f1f2f1;
    padding: 4px 24px 28px
}

.order-details-items:not(.rma) .table-wrapper thead>tr th:first-child,
.order-details-items:not(.rma) .table-wrapper tbody>tr th:first-child,
.order-details-items:not(.rma) .table-wrapper thead>tr td:first-child,
.order-details-items:not(.rma) .table-wrapper tbody>tr td:first-child {
    padding-left: 0 !important
}

.order-details-items:not(.rma) .table-wrapper thead>tr th:last-child,
.order-details-items:not(.rma) .table-wrapper tbody>tr th:last-child,
.order-details-items:not(.rma) .table-wrapper thead>tr td:last-child,
.order-details-items:not(.rma) .table-wrapper tbody>tr td:last-child {
    padding-right: 0 !important
}

.order-details-items.rma .order-title {
    padding: 16px 0
}

.order-details-items.rma .message.empty {
    margin-top: 16px
}

.order-details-items.rma .returns .actions a {
    color: #ff73be;
    text-decoration: none
}

.order-details-items.rma .returns .actions a:visited {
    text-decoration: none
}

.order-details-items.rma .returns .actions a:hover {
    text-decoration: none
}

.order-details-items.rma .returns .actions a:active {
    text-decoration: none
}

.order-details-items .order-title>strong {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 24px;
    margin-right: 16px;
    vertical-align: middle
}

.order-details-items .order-title a {
    font-size: 1.6rem;
    color: #ff73be;
    text-decoration: none;
    line-height: 24px;
    vertical-align: middle
}

.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-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 12px;
    position: static;
    vertical-align: top;
    width: 1%
}

.order-details-items .table-order-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%
}

.order-details-items .table-order-items .product-item-details .item-options dt,
.order-details-items .table-order-items .product-item-details dd {
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 8px
}

.order-details-items .table-order-items tbody+tbody {
    border-top: 1px solid #ebebeb
}

.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: 56px
}

.order-actions-toolbar .action {
    font-size: 1.6rem;
    margin-right: 10px
}

.order-actions-toolbar .action.print {
    margin: 0
}

.page-title-wrapper .order-date {
    margin: 0 0 20px
}

body[class*="sales-guest-"].page-print .page-title-wrapper,
body[class*="sales-order-"].page-print .page-title-wrapper {
    margin-top: 20px !important;
    padding-left: 20px;
    padding-right: 20px
}

body[class*="sales-guest-"].page-print .page-title-wrapper .page-title,
body[class*="sales-order-"].page-print .page-title-wrapper .page-title {
    margin-right: 16px
}

body[class*="sales-guest-"].page-print main.page-main,
body[class*="sales-order-"].page-print main.page-main {
    padding: 0
}

body[class*="sales-guest-"].page-print main.page-main>*:not(.copyright),
body[class*="sales-order-"].page-print main.page-main>*:not(.copyright) {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1000px
}

.page-print .copyright {
    display: block;
    margin-top: 30px
}

.page-print .order-details-items .actions-toolbar .action.back {
    display: none
}

.page-print .logo {
    display: block;
    text-align: center
}

.sales-order-view:not(.sales-guest-form) .page-title-wrapper,
.sales-order-invoice:not(.sales-guest-form) .page-title-wrapper,
.sales-order-shipment:not(.sales-guest-form) .page-title-wrapper,
.sales-order-creditmemo:not(.sales-guest-form) .page-title-wrapper,
.magento_rma-returns-returns:not(.sales-guest-form) .page-title-wrapper,
.magento_rma-guest-returns:not(.sales-guest-form) .page-title-wrapper,
body[class^="sales-guest"]:not(.sales-guest-form) .page-title-wrapper {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 16px
}

.sales-order-view:not(.sales-guest-form) .page-title-wrapper .page-title,
.sales-order-invoice:not(.sales-guest-form) .page-title-wrapper .page-title,
.sales-order-shipment:not(.sales-guest-form) .page-title-wrapper .page-title,
.sales-order-creditmemo:not(.sales-guest-form) .page-title-wrapper .page-title,
.magento_rma-returns-returns:not(.sales-guest-form) .page-title-wrapper .page-title,
.magento_rma-guest-returns:not(.sales-guest-form) .page-title-wrapper .page-title,
body[class^="sales-guest"]:not(.sales-guest-form) .page-title-wrapper .page-title {
    margin-right: 16px
}

.sales-guest-form .column.main {
    background-color: #f7f7f7
}

.sales-guest-form .column.main>* .actions-toolbar>.primary .action {
    line-height: 4.8rem;
    padding: 1px 40px;
    font-size: 2rem;
    text-transform: uppercase;
    width: 100% !important
}

.sales-guest-form .form-orders-search legend {
    background-color: transparent !important
}

.form-orders-search .field.email,
.form-orders-search .field.zip {
    margin-bottom: 0
}

.form-orders-search .field.find {
    display: none
}

.block-reorder .product-item .checkbox {
    position: relative;
    top: 2px;
    vertical-align: baseline
}

.block-reorder .product-item .field.item {
    display: inline-block
}

.block-reorder .product-item-name {
    display: inline-block
}

.block-reorder .actions-toolbar {
    margin: 17px 0;
    max-width: 178px
}

.block-order-details-comments {
    margin: 0 0 40px
}

.block-order-details-comments .comment-date {
    font-weight: 600
}

.block-order-details-comments .comment-content {
    line-height: 1.6;
    margin: 0 0 20px
}

.block-order-details-view .box-content .payment-method .title {
    font-weight: 400
}

.block-order-details-view .box-content .payment-method .content {
    margin: 0
}

.block-order-details-view .box-content .payment-method .content>strong {
    font-weight: 400
}

.block-order-details-view .box-content .payment-method .content>strong:after {
    content: ': '
}

.order-tracking {
    margin-bottom: 0;
    padding: 20px 0 0 0
}

.order-tracking .tracking-title {
    display: inline-block
}

.order-tracking .tracking-content {
    display: inline-block;
    margin: 0 0 0 5px
}

body[class*="sales-guest"] .order-details-items:not(.rma) .table-wrapper+.actions-toolbar,
.magento_rma-guest-returns .order-details-items:not(.rma) .table-wrapper+.actions-toolbar {
    display: none
}

.page.tracking .subtitle {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 15px
}

.page.tracking .table-wrapper {
    margin-bottom: 8px !important
}

.page.tracking>.actions {
    margin-top: 25px;
    text-align: center
}

.page.tracking>.actions .action {
    min-width: 220px;
    text-transform: uppercase
}

.page.tracking .message.empty {
    font-size: 1.6rem;
    background-color: #f1f2f1;
    line-height: 24px;
    padding: 16px 0;
    text-align: center
}

.page.tracking .message.empty+.actions {
    margin-top: 32px
}

.page.tracking tbody>tr:not(:first-child)>th {
    border-top: 1px solid #d9d9d9 !important
}

.page.tracking th {
    padding-left: 24px !important;
    text-align: left !important;
    width: 32%
}

.page.tracking td {
    padding-right: 24px !important;
    text-align: left !important;
    width: 68%
}

.page.tracking td a {
    color: #ff73be;
    text-decoration: none
}

.magento_rma-guest-returns .order-actions-toolbar a.order,
body[class^="sales-guest"] .order-actions-toolbar a.order,
.magento_rma-guest-returns .order-actions-toolbar a.return,
body[class^="sales-guest"] .order-actions-toolbar a.return,
.magento_rma-guest-returns .order-actions-toolbar a.print,
body[class^="sales-guest"] .order-actions-toolbar a.print {
    color: #ff73be !important;
    text-decoration: none !important
}

.shipping-tracking-popup>.block-static-block {
    display: none
}

.swatch-attribute-label {
    font-size: 1.2rem;
    font-weight: 400;
    position: relative;
    color: #939098
}

.swatch-attribute-label:after {
    content: ' : '
}

.swatch-attribute-label.required {
    padding-right: 10px
}

.swatch-attribute-label[data-required='1']:after {
    color: #44883b;
    content: '*';
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    right: -11px;
    top: -2px
}

.swatch-attribute-selected-option {
    font-size: 1.2rem;
    color: #939098;
    padding-left: 0
}

.swatch-attribute-options {
    margin: 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-options .slick-prev,
.swatch-attribute-options .slick-next {
    width: 24px;
    transition: none;
    margin-top: 0
}

.swatch-attribute-options .slick-prev:not(.primary),
.swatch-attribute-options .slick-next:not(.primary) {
    background-color: transparent
}

.swatch-attribute-options .slick-prev:before,
.swatch-attribute-options .slick-next:before {
    font-size: 24px
}

.swatch-attribute-options .slick-prev {
    left: 0
}

.swatch-attribute-options .slick-prev:before {
    margin-left: -12px
}

.swatch-attribute-options .slick-next {
    right: 0
}

.swatch-attribute-options .slick-next:before {
    margin-left: 8px
}

.swatch-attribute.manufacturer .swatch-option {
    background: #f0f0f0;
    color: #949494
}

.swatch-attribute.manufacturer .swatch-option.selected {
    background: #fff;
    border: 1px solid #fff;
    color: #000
}

.swatch-attribute.size .swatch-option-link-layered .swatch-option {
    height: 86px
}

.swatch-attribute.size .swatch-option-link-layered .swatch-option-preview {
    min-width: 64px;
    min-height: 64px
}

.swatch-wrapper {
    display: inline-block;
    width: calc(25%)
}

.swatch-option {
    border: 1px solid #fff;
    cursor: pointer;
    float: left;
    height: 20px;
    margin: 0 auto;
    max-width: 100%;
    min-width: 30px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-overflow: ellipsis
}

.product-item-details .swatch-option {
    float: none;
    background-size: contain !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important
}

.product-info-main .swatch-option {
    border: 2px solid #fff
}

.product-info-main .swatch-option.selected {
    border: 2px solid #ff73be !important
}

.product-info-main .swatch-option:not(.disabled):hover {
    border: 2px solid #ff73be !important
}

.swatch-option.text {
    background: #f0f0f0;
    color: #686868;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 7px;
    min-width: 22px;
    padding: 4px 8px
}

.swatch-option.text.selected {
    background-color: #fff !important
}

.swatch-option.selected {
    border: 1px solid #46454a;
    color: #d8d8d8
}

.swatch-option:not(.disabled):hover {
    border: 1px solid #46454a;
    color: #d8d8d8
}

.swatch-option.image:hover {
    border: 1px solid #46454a
}

.swatch-option.color:not(.disabled):hover {
    border: 1px solid #46454a
}

.swatch-option.color .swatch-option-preview {
    border: 1px solid #f5f5f5;
    box-sizing: border-box
}

.swatch-option-disabled {
    border: 0;
    cursor: default;
    outline: none !important
}

.swatch-option-disabled:after {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    content: '';
    height: 2px;
    left: -4px;
    position: absolute;
    top: 10px;
    width: 42px;
    z-index: 995;
    background: #e02b27
}

.swatch-option-loading {
    content: url('../../frontend/Kipling/jp/ja_JP/images/loader-2.gif')
}

.swatch-option-tooltip {
    border: 1px solid #fff;
    color: #949494;
    display: none !important;
    max-height: 100%;
    min-height: 20px;
    min-width: 20px;
    padding: 5px;
    position: absolute;
    text-align: center;
    z-index: 999;
    background: #fff
}

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
    bottom: 0;
    height: 8px;
    left: 40%;
    position: absolute
}

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
    border-style: solid;
    content: '';
    font-size: 1px;
    height: 0;
    position: relative;
    width: 0
}

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
    border-color: #adadad transparent transparent transparent;
    border-width: 8px 8.5px 0 8.5px;
    left: 0;
    top: 2px
}

.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
    border-color: #fff transparent transparent transparent;
    border-width: 7px 7.5px 0 7.5px;
    left: -15px;
    top: 1px
}

.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
    display: block;
    height: 130px;
    margin: 0 auto;
    width: 130px
}

.swatch-option-tooltip-layered {
    border: 1px solid #fff;
    color: #949494;
    background: #fff;
    display: none;
    left: -47px;
    position: absolute;
    width: 140px;
    z-index: 999
}

.swatch-option-tooltip .title {
    color: #282828;
    display: block;
    max-height: 200px;
    min-height: 20px;
    overflow: hidden;
    text-align: center
}

.swatch-option-label {
    margin-bottom: 5px
}

.swatch-option-link-layered {
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0 !important
}

.swatch-option-link-layered:focus>div {
    box-shadow: 0 0 3px 1px #68a8e0
}

.swatch-option-link-layered:hover>.swatch-option-tooltip-layered {
    display: block
}

.swatch-option-link-layered .swatch-option {
    font-size: 1.6rem;
    border: 1px solid #eaebea;
    display: flex;
    align-items: center;
    float: none;
    width: 100%;
    height: 64px;
    text-align: left;
    border-radius: 4px;
    padding: 10px 15px;
    box-sizing: border-box;
    background-color: #fff
}

.swatch-option-link-layered .swatch-option.selected {
    border: 2px solid #ff73be;
    color: #2d2f2c;
    display: inline-block;
    text-decoration: none;
    display: flex;
    font-weight: 700
}

.swatch-option-link-layered .swatch-option.selected:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: #ff73be;
    content: "\e916";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.swatch-option-link-layered .swatch-option.selected:after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%)
}

.swatch-option-link-layered .swatch-option-preview {
    display: block;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    margin-right: 12px;
    float: left
}

.swatch-option-link-layered .swatch-option-label {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: auto;
    word-break: break-all;
    margin-bottom: 0
}

.swatch-option-link-layered .swatch-option-count:before {
    content: '('
}

.swatch-option-link-layered .swatch-option-count:after {
    content: ')'
}

.swatch-option-link-layered .swatch-option:not(.disabled):hover {
    border: 2px solid #ff73be;
    color: #2d2f2c
}

.swatch-option-link-layered .swatch-option:not(.disabled):hover .swatch-option-additional {
    font-weight: 700
}

.swatch-disabled-msg {
    color: #f32836;
    margin-bottom: 10px
}

.swatch-opt {
    margin: 20px 0 35px
}

.swatch-opt-listing {
    margin-bottom: 10px
}

.swatch-more {
    display: inline-block;
    margin: 2px 0;
    padding: 2px;
    position: static;
    z-index: 1
}

.swatch-visual-tooltip-layered {
    height: 160px;
    top: -170px
}

.swatch-textual-tooltip-layered {
    height: 30px;
    top: -40px
}

.swatch-input {
    left: -1000px;
    position: absolute;
    visibility: hidden
}

.clearfix:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden
}

body {
    background-color: #fff
}

.page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.page-main {
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.header.content {
    clear: both;
    text-align: center;
    position: relative
}

.header.panel>.header.links>li.authorization-link:not(.sign-out) {
    display: none
}

.logo {
    display: inline-block;
    max-width: 50%;
    margin: auto;
    position: relative
}

.logo img {
    display: block;
    margin: auto
}

.page-print .logo {
    float: none
}

.page-main .page-title-wrapper .page-title {
    font-weight: 700
}

.page-main .page-title-wrapper .page-title+.action {
    margin-top: 30px
}

.action.skip:focus {
    background: #f0f0f0;
    padding: 10px;
    box-sizing: border-box;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 15
}

.action-skip-wrapper {
    height: 0;
    position: relative
}

.message.global p {
    margin: 0
}

.message.global.noscript,
.message.global.cookie {
    margin: 0 0 14px;
    padding: 12px 12px 12px 48px;
    display: block;
    line-height: 18px;
    font-size: 1.2rem;
    background: #ffee9c;
    border-color: #d6ca8e;
    color: #2d2f2c;
    margin: 0
}

.message.global.noscript a,
.message.global.cookie a {
    color: #2d2f2c
}

.message.global.noscript a:hover,
.message.global.cookie a:hover {
    color: #ff73be
}

.message.global.noscript a:active,
.message.global.cookie a:active {
    color: #ff73be
}

.message.global.cookie {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 3
}

.message.global.cookie .actions {
    margin-top: 10px
}

.message.global.demo {
    margin: 0 0 14px;
    padding: 12px 12px 12px 48px;
    display: block;
    line-height: 18px;
    font-size: 1.2rem;
    background: #ff0101;
    border-color: none;
    color: #fff;
    margin-bottom: 0;
    text-align: center
}

.message.global.demo a {
    color: #2d2f2c
}

.message.global.demo a:hover {
    color: #ff73be
}

.message.global.demo a:active {
    color: #ff73be
}

.page-footer {
    margin-top: auto;
    overflow: hidden
}

.footer.content .left p {
    margin-bottom: 5px
}

.footer.content .left p a {
    color: #2d2f2c;
    text-decoration: none
}

.footer.content .left p a:visited {
    color: #2d2f2c;
    text-decoration: none
}

.footer.content .left p a:hover {
    color: #2d2f2c;
    text-decoration: none
}

.footer.content .left p a:active {
    color: #2d2f2c;
    text-decoration: none
}

.footer.content .left p a:hover,
.footer.content .left p a:active {
    font-weight: 700
}

.footer.content .right {
    background: #46454a;
    padding-top: 20px
}

.footer.content .footer-logo {
    display: none
}

.footer.content .social-links li:not(:last-child) {
    margin-right: 9px
}

.footer.content .links>li {
    margin: 0 0 8px
}

.footer.content .switcher-store {
    margin: 0 0 30px
}

.footer .copyright,
.footer .bugs {
    display: block;
    margin: 20px 0 0
}

.page-header .switcher,
.page-footer .switcher {
    margin-right: 10px
}

.page-header .switcher .options,
.page-footer .switcher .options {
    display: inline-block;
    position: relative
}

.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
    content: '';
    display: table
}

.page-header .switcher .options:after,
.page-footer .switcher .options:after {
    clear: both
}

.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none
}

.page-header .switcher .options .action.toggle>span,
.page-footer .switcher .options .action.toggle>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: inherit;
    content: "\e912";
    font-family: 'icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
    color: inherit
}

.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
    color: inherit
}

.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
    display: inline-block;
    text-decoration: none
}

.page-header .switcher .options .action.toggle.active>span,
.page-footer .switcher .options .action.toggle.active>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: inherit;
    content: "\e911";
    font-family: 'icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
    color: inherit
}

.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
    color: inherit
}

.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #d9d9d9;
    margin-top: 10px;
    min-width: 160px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%
}

.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
    margin: 0;
    padding: 0
}

.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
    background: #e8e8e8;
    cursor: pointer
}

.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99
}

.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98
}

.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
    left: 10px;
    top: -12px
}

.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
    left: 9px;
    top: -14px
}

.page-header .switcher .options.active,
.page-footer .switcher .options.active {
    overflow: visible
}

.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
    display: block
}

.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
    display: block;
    padding: 8px
}

.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
    text-decoration: none
}

.page-header .switcher li,
.page-footer .switcher li {
    font-size: 12px;
    margin: 0
}

.page-header .switcher strong,
.page-footer .switcher strong {
    font-weight: 400
}

.copyright {
    background: #f1f2f1;
    color: #6c6a71;
    font-size: 10px;
    text-align: center;
    padding: 7px 10px
}

.widget {
    clear: both
}

.ui-datepicker td {
    padding: 0
}

.sticky-menu {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    -ms-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in
}

.sticky-menu.active {
    opacity: 1
}

.sticky-menu .back-top {
    display: block;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    text-align: center
}

.sticky-menu .back-top:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: #2d2f2c;
    content: "\e911";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.sticky-menu .back-top span {
    display: block
}

.social {
    display: block;
    text-decoration: none
}

.social>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.social:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #2d2f2c;
    content: "\e902";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.social-links {
    margin: 0;
    padding: 0;
    list-style: none none
}

.social-links>li {
    display: inline-block;
    vertical-align: top
}

.social-links li {
    vertical-align: middle
}

.social-links .social:before {
    color: #fff
}

.social.twitter:before {
    content: "\e90c"
}

.social.pinterest:before {
    content: "\e908"
}

.social.instagram:before {
    content: "\e900"
}

.social.youtube:before {
    content: "\e92b"
}

.social.youtube:before {
    font-size: 18px;
    line-height: inherit
}

.social.google-plus:before {
    content: "\e905"
}

.social.kakao:before {
    content: "\e917"
}

.social.line:before {
    font-size: 20px;
    line-height: inherit
}

.social.line:before {
    content: "\e929"
}

.social.line:before {
    width: 22px
}

.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
}

.block-bundle-summary .action.towishlist:before {
    content: "\e90e"
}

.block-bundle-summary .action.towishlist:before {
    font-size: 24px
}

.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
    content: "\e90e"
}

.account .table-wrapper .data.table.wishlist>thead>tr>th,
.account .table-wrapper .data.table.wishlist>tbody>tr>th,
.account .table-wrapper .data.table.wishlist>tfoot>tr>th,
.account .table-wrapper .data.table.wishlist>thead>tr>td,
.account .table-wrapper .data.table.wishlist>tbody>tr>td,
.account .table-wrapper .data.table.wishlist>tfoot>tr>td {
    border-top: 1px solid #d9d9d9
}

.account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>th,
.account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>th,
.account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>th,
.account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>td,
.account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>td,
.account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>td {
    border-top: 0
}

.account .table-wrapper .data.table.wishlist>tbody+tbody {
    border-top: 1px solid #d9d9d9
}

.account .table-wrapper .data.table.wishlist thead>tr>th {
    border-bottom: 0
}

.account .table-wrapper .data.table.wishlist tbody>tr:last-child>td {
    border-bottom: 1px solid #d9d9d9
}

.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
}

.products-grid.wishlist .product-item-comment {
    display: block;
    height: 42px;
    margin: 10px 0
}

.products-grid.wishlist .product-item-actions>* {
    margin-right: 15px
}

.products-grid.wishlist .product-item-actions>*:last-child {
    margin-right: 0
}

.products-grid.wishlist .product-item .box-tocart input.qty {
    max-width: 100%
}

.wishlist-links {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: inline-block;
    font-size: 0
}

.wishlist-links .wishlist {
    margin-bottom: 0
}

.wishlist-links .wishlist a {
    display: block;
    text-decoration: none
}

.wishlist-links .wishlist a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #2d2f2c;
    content: "\e90e";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.wishlist-links .wishlist a:before {
    font-weight: 700
}

.wishlist-links .wishlist a .counter {
    background: #2d2f2c;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    position: absolute;
    text-align: center;
    top: -10px;
    left: 60%;
    width: 20px;
    z-index: 1
}

.panel.header .wishlist-links a.full:before {
    color: #ff73be !important
}

.panel.header .wishlist-links a .counter {
    background-color: #ff73be !important;
    z-index: 0
}

.panel.header .wishlist-links a .counter.empty {
    background-color: #2d2f2c !important
}

.wishlist-index-configure .action.towishlist {
    background-image: none;
    background: #fff;
    border: 1px solid #c5c1cc;
    color: #2d2f2c;
    cursor: pointer;
    display: inline-block;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 1px 40px;
    font-size: 1.4rem;
    line-height: 3.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: table-cell;
    line-height: normal;
    text-transform: uppercase
}

.wishlist-index-configure .action.towishlist:focus,
.wishlist-index-configure .action.towishlist:active {
    background: #fff;
    border: 1px solid #c5c1cc;
    color: #2d2f2c
}

.wishlist-index-configure .action.towishlist:hover {
    background: #fff;
    border: 1px solid #939098;
    color: #2d2f2c
}

.wishlist-index-configure .action.towishlist.disabled,
.wishlist-index-configure .action.towishlist[disabled],
fieldset[disabled] .wishlist-index-configure .action.towishlist {
    cursor: default;
    pointer-events: none
}

.cart.table-wrapper .actions-toolbar>.action.towishlist:before,
.action-gift.towishlist:before {
    font-size: 20px;
    line-height: inherit
}

.cart.table-wrapper .actions-toolbar>.action.towishlist:before,
.action-gift.towishlist:before {
    content: "\e90e"
}

.cart.table-wrapper .actions-toolbar>.action.towishlist:after,
.action-gift.towishlist:after {
    border-left: 1px solid #d9d9d9;
    content: '';
    color: #d9d9d9;
    display: inline-block;
    font-weight: 400;
    height: 16px;
    padding-left: 0;
    position: relative;
    margin-left: 6px;
    vertical-align: middle
}

.cart.table-wrapper .actions-toolbar>.action.towishlist:before,
.action-gift.towishlist:before {
    font-weight: 700
}

.wishlist-toolbar-top {
    background-color: transparent
}

.wishlist-toolbar-top .toolbar-amount-wrapper,
.wishlist-toolbar-top .toolbar-amount {
    display: block !important
}

.wishlist-toolbar-top .toolbar-amount {
    height: auto;
    line-height: 100%;
    margin-bottom: 16px
}

.wishlist-toolbar-top .toolbar-amount {
    font-size: 1.6rem;
    line-height: 24px
}

.wishlist-toolbar-top .pages {
    display: none
}

.products-grid.wishlist .product-item-name {
    margin-bottom: 15px
}

.products-grid.wishlist .product-item-tooltip {
    font-size: 1.2rem;
    color: #6c6a71;
    margin-bottom: 16px
}

.products-grid.wishlist .product-item-tooltip dl,
.products-grid.wishlist .product-item-tooltip dd {
    margin-bottom: 0
}

.products-grid.wishlist .product-item .price-as-configured {
    margin-bottom: 0
}

.products-grid.wishlist .product-item .product-item-inner {
    clear: both;
    margin-top: 5px
}

.products-grid.wishlist .product-item .product-item-inner .comment-box {
    display: none
}

.products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px
}

.products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto
}

.products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0
}

.form.shared.wishlist .product-item-info {
    padding-bottom: 12px !important
}

.form.shared.wishlist+.back-button .action.back {
    color: #2d2f2c !important;
    text-decoration: none !important;
    display: inline-block;
    text-decoration: none;
    line-height: 24px;
    margin-top: 16px
}

.form.shared.wishlist+.back-button .action.back:visited {
    color: #2d2f2c !important;
    text-decoration: none !important
}

.form.shared.wishlist+.back-button .action.back:hover {
    color: #2d2f2c !important;
    text-decoration: none !important
}

.form.shared.wishlist+.back-button .action.back:active {
    color: #2d2f2c !important;
    text-decoration: none !important
}

.form.shared.wishlist+.back-button .action.back:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: #ff73be;
    content: "\e926";
    font-family: 'icons';
    margin: 0 5px 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.form.shared.wishlist+.back-button .action.back:hover:before {
    color: #ff73be
}

.form.shared.wishlist+.back-button .action.back:active:before {
    color: #ff73be
}

.form.shared.wishlist+.back-button .action.back:before {
    color: #2d2f2c !important
}

.wishlist-shared-index .page-title-wrapper {
    text-align: center !important
}

.wishlist-shared-index .page-title-wrapper .page-title {
    font-weight: 400 !important
}

.wishlist-shared-index .wishlist-toolbar {
    text-align: center
}

.wishlist-shared-index .wishlist-toolbar .limiter-options {
    width: auto
}

.wishlist-shared-index .wishlist-toolbar .toolbar-amount,
.wishlist-shared-index .wishlist-toolbar .limiter {
    display: none
}

.form.shared.wishlist,
.form-wishlist-items {
    background-color: #f1f2f1
}

.form.shared.wishlist .product-item-info,
.form-wishlist-items .product-item-info {
    padding: 0 8px
}

.form.shared.wishlist .product-item-info .product-item-photo,
.form-wishlist-items .product-item-info .product-item-photo {
    display: block;
    margin-left: -8px;
    margin-right: -8px
}

.form.shared.wishlist .product-item-info .product-item-flag,
.form-wishlist-items .product-item-info .product-item-flag {
    left: 0
}

.form.shared.wishlist .product-item-inner>.product-item-actions,
.form-wishlist-items .product-item-inner>.product-item-actions {
    margin: 12px 0;
    padding-right: 8px;
    text-align: right
}

.form.shared.wishlist .product-item-actions button,
.form-wishlist-items .product-item-actions button {
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    width: 100%
}

.form.shared.wishlist>.actions-toolbar,
.form-wishlist-items>.actions-toolbar {
    margin-top: 12px
}

.form.shared.wishlist>.actions-toolbar button,
.form-wishlist-items>.actions-toolbar button {
    line-height: 4.8rem;
    padding: 1px 40px;
    font-size: 2rem;
    width: 100%
}

.form.shared.wishlist>.actions-toolbar button.tocart,
.form-wishlist-items>.actions-toolbar button.tocart {
    background-image: none;
    background: #2d2f2c;
    border: 1px solid #2d2f2c;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 1px 40px;
    font-size: 2rem;
    line-height: 4.8rem;
    box-sizing: border-box;
    vertical-align: middle
}

.form.shared.wishlist>.actions-toolbar button.tocart:focus,
.form-wishlist-items>.actions-toolbar button.tocart:focus,
.form.shared.wishlist>.actions-toolbar button.tocart:active,
.form-wishlist-items>.actions-toolbar button.tocart:active {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.form.shared.wishlist>.actions-toolbar button.tocart:hover,
.form-wishlist-items>.actions-toolbar button.tocart:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.form.shared.wishlist>.actions-toolbar button.tocart.disabled,
.form-wishlist-items>.actions-toolbar button.tocart.disabled,
.form.shared.wishlist>.actions-toolbar button.tocart[disabled],
.form-wishlist-items>.actions-toolbar button.tocart[disabled],
fieldset[disabled] .form.shared.wishlist>.actions-toolbar button.tocart,
fieldset[disabled] .form-wishlist-items>.actions-toolbar button.tocart {
    cursor: default;
    pointer-events: none
}

.form.shared.wishlist .box-tocart>fieldset,
.form-wishlist-items .box-tocart>fieldset {
    margin-bottom: 0
}

.search-autocomplete {
    position: absolute;
    z-index: 5;
    overflow: hidden
}

.search-autocomplete .link,
.search-autocomplete .bottom {
    display: none
}

.search-autocomplete dl {
    margin: 0;
    padding: 0;
    list-style: none none;
    border: 1px solid #c4c4c4;
    background: #fff;
    border-top: none;
    clear: both;
    padding: 5px 20px 15px;
    overflow: hidden
}

.search-autocomplete dl:not(:first-child) {
    padding-top: 20px
}

.search-autocomplete dl:not(:last-child) {
    border-bottom: none
}

.search-autocomplete dl dt {
    cursor: default;
    font-size: 11px;
    margin: 5px 0;
    position: relative;
    text-align: left;
    white-space: normal
}

.search-autocomplete dl dd {
    cursor: pointer;
    margin: 4px 0 0;
    position: relative;
    text-align: left;
    white-space: normal
}

.search-autocomplete dl dd:hover,
.search-autocomplete dl dd.selected {
    color: #ff73be
}

.search-autocomplete dl dd .amount {
    color: #999;
    position: absolute;
    right: 7px;
    top: 5px
}

.search-autocomplete dl dd .clear {
    clear: both
}

.search-autocomplete dl~.link {
    display: block;
    padding: 15px 20px
}

.search-autocomplete dl~.link dd {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline
}

.search-autocomplete dl~.link dd .qs-option-name {
    display: none
}

.search-autocomplete dl~.link~.bottom {
    border-top: 1px solid #c4c4c4;
    display: block;
    font-size: 12px;
    padding: 10px 20px
}

.search-autocomplete dl~.link~.bottom dd {
    text-align: right
}

.search-autocomplete dl~.link~.bottom a {
    color: #939098;
    display: inline-block;
    text-decoration: none;
    cursor: pointer
}

.search-autocomplete dl~.link~.bottom a:visited {
    color: #939098;
    text-decoration: none
}

.search-autocomplete dl~.link~.bottom a:hover {
    color: #939098;
    text-decoration: none
}

.search-autocomplete dl~.link~.bottom a:active {
    color: #939098;
    text-decoration: none
}

.search-autocomplete dl~.link~.bottom a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 13px;
    color: #2d2f2c;
    content: "\e901";
    font-family: 'icons';
    margin: 0 0 0 5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.search-autocomplete dl~.link~.bottom a:hover:after {
    color: #2d2f2c
}

.search-autocomplete dl~.link~.bottom a:active:after {
    color: #2d2f2c
}

.TTteaser {
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-bottom: 15px
}

.TTteaser__rating {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.TTteaser__star svg {
    width: 16px;
    height: 16px
}

.TTteaser__icon--full {
    fill: #000
}

.TTteaser__icon--half {
    stroke: #000;
    fill: transparent;
    color: #000
}

.TTteaser__icon--empty {
    stroke: #000
}

.TTteaser__read-comments,
.TTteaser__read-reviews,
.TTteaser__write-review {
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #000
}

.TTteaser__write-review {
    border: none;
    text-decoration: underline;
    background: transparent;
    padding: 0;
    cursor: pointer
}

#TTcommentCapture {
    margin-bottom: 20px
}

#TTpartnerRegWindow {
    width: 800px;
    height: 750px
}

#TTpartnerRegWindowClose {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    overflow: hidden;
    background: #000;
    border: 2px solid #fff
}

#TTpartnerRegWindowClose:before {
    color: #fff;
    font-family: 'icons';
    content: "\e901";
    padding-right: 10px;
    padding-left: 3px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold
}

.TurnToItemTeaser {
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px !important
}

.TurnToItemTeaser a {
    text-decoration: none !important
}

.TurnToItemTeaser a:hover {
    color: #000
}

.TurnToReviewsTeaser {
    font-family: "Helvetica Neue", Helvetica, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    display: inline-block
}

.TurnToReviewsTeaser a {
    text-decoration: none !important
}

.TurnToReviewsTeaser a:hover {
    color: #000
}

.TTratingBox {
    height: 16px;
    width: 90px;
    margin-right: 5px;
    display: inline-block
}

.TTGalleryContent {
    width: auto !important
}

.TTAccountForm {
    max-width: 600px;
    min-width: 300px;
    padding: 20px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.TTAccountForm .logo {
    display: block;
    float: none;
    margin: 0 0 20px;
    max-width: 100%;
    width: 100%
}

.TTAccountForm .logo img {
    margin: 0 auto
}

.TTAccountForm .block {
    margin-bottom: 0
}

.TTAccountForm .block-title {
    display: none
}

.TTAccountForm .field.note {
    display: none
}

.TTAccountForm .secondary {
    text-align: center
}

.TTAccountForm .form-login .primary,
.TTAccountForm .form-login .secondary {
    width: 100%
}

.TTAccountForm .form-login .primary .action,
.TTAccountForm .form-login .secondary .action {
    width: 100%
}

.TTAccountForm .form-create-account .fieldset.create.account {
    margin: 0
}

.TTAccountForm .form-create-account .fieldset.create.info {
    margin: 0 0 20px
}

.TTAccountForm .form-create-account .fieldset>.field {
    padding: 0 1%;
    margin: 0 0 10px
}

.TTAccountForm .form-create-account .fieldset>.field.field-name-firstname,
.TTAccountForm .form-create-account .fieldset>.field.field-name-lastname,
.TTAccountForm .form-create-account .fieldset>.field.password,
.TTAccountForm .form-create-account .fieldset>.field.confirmation {
    float: left;
    width: 48%
}

.TTAccountForm .form-create-account .fieldset>.legend {
    margin: 0 0 10px
}

.checkout-payment-method .ccard .option-param select {
    width: 225px
}

.checkout-payment-method .ccard .select-use-card {
    width: 225px
}

.checkout-payment-method .cvs_type select {
    width: 225px
}

.form-edit-card fieldset .field {
    width: 225px
}

.form-edit-card fieldset .field .fields>.year {
    padding-left: 5px
}

.form-edit-card fieldset .field .cvv {
    width: 55px
}

.veritegmo-card-lists .card .actions-toolbar {
    margin-top: 40px
}

.veritegmo-card-lists .card .actions-toolbar a {
    line-height: 4.8rem !important;
    padding: 1px 40px !important;
    font-size: 2rem !important;
    color: #fff !important
}

.form-edit-card {
    background-color: #f1f2f1
}

.gmo-payment-info-table tr td:first-child {
    text-align: left !important;
    width: 45% !important
}

.ampromo-overlay {
    position: fixed;
    top: -9999px;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    opacity: 0;
    transition: opacity .4s linear
}

.ampromo-overlay.-show {
    top: 0;
    opacity: 1
}

.ampromo-items-content {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    max-height: 95vh;
    overflow: auto;
    margin: 30px auto;
    padding: 24px;
    border: 1px solid #ededed;
    text-align: left;
    background-color: #fff
}

.ampromo-items-content .ampromo-popup-title,
.ampromo-items-content .ampromo-item-buttons,
.ampromo-items-content .ampromo-title {
    text-align: center
}

.ampromo-items-content .ampromo-popup-title .ampromo-counter {
    font-weight: bold
}

.ampromo-items-content .ampromo-item {
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 8px 7px;
    border: 1px solid #ededed;
    transition: .6s
}

.ampromo-items-content .ampromo-item:hover {
    background: #ccc
}

.ampromo-items-content .ampromo-item .fieldset .field {
    margin-bottom: 10px
}

.ampromo-items-content .ampromo-item .fieldset .field .label {
    margin-bottom: 3px
}

.ampromo-items-content .ampromo-popup-title {
    margin: 0 auto 20px
}

.ampromo-items-content .ampromo-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
    background-size: contain;
    font-size: 0;
    cursor: pointer;
    opacity: .8
}

.ampromo-items-content .ampromo-close:hover {
    opacity: 1;
    transition: opacity .2s ease
}

.ampromo-items-content .ampromo-button {
    box-shadow: none;
    border: none
}

.ampromo-items-content .ampromo-item.-selected {
    background: #1f78c2
}

.ampromo-items-content .ampromo-item.-selected .ampromo-options {
    max-height: 690px
}

.ampromo-items-content .ampromo-item-image {
    display: block;
    margin: 7px auto
}

.ampromo-items-content .ampromo-title {
    margin: 0
}

.ampromo-item .ampromo-options {
    margin-bottom: 20px;
    padding: 0 5px;
    overflow: hidden;
    transition: max-height .2s ease
}

.ampromo-gallery {
    width: 850px;
    margin: 0 30px
}

.ampromo-gallery[data-count="1"] {
    width: 280px
}

.ampromo-gallery[data-count="2"] {
    width: 570px
}

.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
    width: 42px !important;
    height: 42px !important
}

.ampromo-slick .slick-prev {
    left: -45px !important
}

.ampromo-slick .slick-next {
    right: -45px !important
}

.ampromo-slick .slick-dots {
    padding: 0 !important
}

.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover {
    height: 20px;
    width: 20px;
    padding: 5px !important;
    background: transparent !important;
    border: none !important;
    text-indent: 0 !important
}

.ampromo-slick .slick-slide {
    vertical-align: top
}

.ampromo-items-add {
    display: none;
    margin-bottom: 12px;
    padding: 7px;
    border: 1px solid #ededed;
    text-align: center
}

.ampromo-items-add>a {
    text-decoration: none;
    border-bottom: 1px dashed
}

.checkout-cart-index .ampromo-items-add {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    width: 100%
}

.checkout-index-index .ampromo-items-add:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 12px;
    background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
    background-size: contain;
    vertical-align: middle
}

.ampromo-items-form {
    background: #fff;
    padding: 5px
}

.ampromo-items-form .ampromo-qty {
    width: 30%;
    margin-left: 35%;
    margin-top: 10%
}

.ampromo-items-form .product-info-price {
    padding-bottom: 10px;
    text-align: center;
    word-break: break-all
}

.ampromo-items-form .price-base-price .price {
    font-size: 2rem;
    text-decoration: line-through
}

.ampromo-items-form .price-new-price .price-wrapper {
    font-size: 3rem;
    line-height: 36px;
    font-weight: bold;
    color: #f32836
}

.ampromo-items-form .ampromo-item-qty-input>.mage-error {
    float: left
}

.ampromo-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 80px;
    height: 80px
}

.ampromo-loading.-show {
    display: inline-block
}

.ampromo-loading:after {
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    content: ' ';
    border-radius: 50%;
    border: 6px solid #ccc;
    border-color: #ccc transparent #ccc transparent;
    animation: load 1.2s linear infinite
}

.ampromo-carousel-product.-loading {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0.3;
    pointer-events: none
}

@keyframes load {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media only screen and (max-width:1000px) and (min-width:701px) {
    .ampromo-overlay .ampromo-gallery {
        width: 570px;
        margin: 0 auto 30px
    }

    .ampromo-items-content {
        padding: 24px 54px
    }
}

@media only screen and (max-width:700px) {
    .ampromo-overlay .ampromo-gallery {
        width: 280px;
        margin: 0 auto
    }

    .ampromo-items-content {
        padding: 24px 54px
    }

    .ampromo-items-form .product-info-price>*:first-child,
    .ampromo-items-form .product-info-price>*:last-child {
        padding: 0
    }
}

@media only screen and (max-width:400px) {
    .ampromo-overlay .ampromo-gallery {
        margin: 0 auto 30px auto
    }

    .ampromo-overlay .slick-prev,
    .ampromo-overlay .slick-next {
        display: none !important
    }

    .ampromo-items-content {
        padding: 15px
    }
}

.newsletter .pip-marketing-consent {
    padding-top: 10px
}

.newsletter .pip-marketing-consent input[type="checkbox"] {
    width: 16px;
    height: 16px
}

.newsletter .pip-marketing-consent input[type="checkbox"]:checked:after {
    width: 14px;
    line-height: 11px;
    font-size: 10px
}

.newsletter .pip-marketing-consent label {
    font-size: 11px;
    font-weight: 700;
    float: none !important;
    width: auto !important
}

.consent-form .fieldset,
.consent-form-wrapper .fieldset,
.consent-checkout-form .fieldset {
    margin-bottom: 0
}

.consent-form .field.choice a,
.consent-form-wrapper .field.choice a,
.consent-checkout-form .field.choice a {
    font-size: 1.6rem;
    color: #ff73be;
    font-weight: 700
}

.consent-form .consent-list,
.consent-form-wrapper .consent-list,
.consent-checkout-form .consent-list {
    margin-top: 10px;
    padding-left: 25px
}

.consent-form .create-account-consent .consent-list,
.consent-form-wrapper .create-account-consent .consent-list,
.consent-checkout-form .create-account-consent .consent-list {
    padding-left: 0
}

.consent-form-wrapper .list {
    list-style: none
}

.consent-form-wrapper .list li {
    position: relative
}

.consent-form-wrapper .consent-all {
    margin-bottom: 10px;
    padding-left: 0
}

.consent-form-wrapper .field.choice {
    margin-bottom: 8px !important;
    position: relative
}

.consent-form-wrapper .field.choice label {
    display: inline-block !important;
    margin-bottom: 0 !important;
    padding-left: 29px
}

.consent-form-wrapper .field.choice input {
    left: 0;
    position: absolute;
    top: 0
}

.contact .consent-form-wrapper>.field.choice {
    margin-bottom: 0 !important
}

.contact .consent-form-wrapper .consent-all {
    margin-bottom: 0
}

.consent-checkout-form {
    padding-top: 30px
}

.consent-checkout-form .field.choice {
    margin-bottom: 0 !important;
    margin-top: 8px
}

.consent-form .field.choice {
    margin-bottom: 0 !important;
    margin-top: 8px
}

.consent-form .consent-form-wrapper>.field.choice {
    margin-top: 0 !important
}

.consent-form .actions-toolbar {
    margin-top: 32px
}

.consent-form .actions-toolbar button {
    width: 100% !important
}

.consent-form .note {
    font-size: 1.2rem;
    color: #f32836;
    margin-top: 8px
}

.checkout-index-index .consent-actions-toolbar .primary .submit-consent {
    background-image: none;
    background: #2d2f2c;
    border: 1px solid #2d2f2c;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    vertical-align: middle;
    width: 360px
}

.checkout-index-index #onepage-checkout-shipping-method-additional-load .consent-checkout-form .fieldset .field .label a {
    font-size: 1.6rem;
    color: #ff73be;
    font-weight: 700
}

.block-kiplingme-info-success {
    text-align: center;
    margin-top: 20px
}

.block-kiplingme-info-success+.description {
    font-size: 1.6rem
}

.pip-account-secession .dashboard-back-button {
    display: none
}

.block-kiplingme-info-scession .logo-kipling {
    text-align: center
}

.pip-unsubscribe-resubscribe .main-conatiner .log {
    text-align: center
}

.pip-unsubscribe-resubscribe .main-conatiner .title-message h2 {
    font-size: 2.2rem
}

.pip-unsubscribe-resubscribe .main-conatiner .discription {
    font-size: 1.6rem
}

html[lang="ko"] input[name="postcode"],
html[lang="ko"] input[id="street_1"],
html[lang="ko"] input[name="city"],
html[lang="ko"] div[name$="street.0"] input {
    pointer-events: none
}

html[lang="ko"] .field.city,
html[lang="ko"] .field.region,
html[lang="ko"] .field.region_id,
html[lang="ko"] .field.country,
html[lang="ko"] .field[name$="city"],
html[lang="ko"] .field[name$="region"],
html[lang="ko"] .field[name$="region_id"],
html[lang="ko"] .field[name$="country_id"] {
    display: none !important
}

html[lang="ja"] .field.country,
html[lang="ja"] .field[name$="country_id"] {
    display: none !important
}

html[lang="ja"] .zip-error {
    font-size: 1.2rem;
    color: #f32836;
    margin-top: -16px
}

.address-search-box {
    position: relative
}

.address-search-box .search-btn {
    background-image: none;
    background: #939098;
    border: 1px solid #939098;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 1px 20px;
    font-size: 1.6rem;
    line-height: 3.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: -60px
}

.address-search-box .search-btn:focus,
.address-search-box .search-btn:active {
    background: #fff;
    border: 1px solid #c5c1cc;
    color: #2d2f2c
}

.address-search-box .search-btn:hover {
    background: #fff;
    border: 1px solid #939098;
    color: #2d2f2c
}

.address-search-box .search-btn.disabled,
.address-search-box .search-btn[disabled],
fieldset[disabled] .address-search-box .search-btn {
    cursor: default;
    pointer-events: none
}

.address-search-box .search-btn+a {
    font-size: 1.4rem;
    color: #ff73be;
    line-height: 24px;
    position: absolute;
    right: 0
}

.form-address-edit .address-search-box {
    position: absolute
}

.form-address-edit .address-search-box .search-btn {
    position: relative;
    top: 0
}

.form-address-edit .field.zip a {
    font-size: 1.4rem;
    color: #ff73be;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 0
}

.products .product-item-inner:not(.product-item-inner-wishlist) {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
    z-index: 1
}

.product-items {
    font-size: 0
}

.products-grid .product-items .discount-label {
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 170px;
    margin-left: 0
}

.products-grid .product-items .unavailable.stock {
    background-color: #ebebeb;
    color: #939098;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%
}

.product-item {
    font-size: 1.4rem;
    vertical-align: top
}

.products-grid .product-item {
    position: relative;
    display: inline-block;
    margin-left: 12px;
    margin-bottom: 12px;
    padding: 0;
    width: calc((100% - 12px) / 2);
    box-sizing: border-box;
    background-color: #fff
}

.products-grid .product-item .rating-summary {
    overflow: hidden;
    white-space: nowrap
}

.products-grid .product-item .rating-summary .rating-result {
    width: 67px;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.products-grid .product-item .rating-summary .rating-result:before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    color: #f1f2f1;
    font-family: 'icons';
    font-size: 11px;
    height: 11px;
    letter-spacing: 3px;
    line-height: 11px;
    content: "\e918" "\e918" "\e918" "\e918" "\e918";
    display: block;
    font-style: normal;
    font-weight: normal;
    speak: none
}

.products-grid .product-item .rating-summary .rating-result>span {
    display: block;
    overflow: hidden
}

.products-grid .product-item .rating-summary .rating-result>span:before {
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    color: #ff73be;
    font-family: 'icons';
    font-size: 11px;
    height: 11px;
    letter-spacing: 3px;
    line-height: 11px;
    content: "\e918" "\e918" "\e918" "\e918" "\e918";
    display: block;
    font-style: normal;
    font-weight: normal;
    speak: none
}

.products-grid .product-item .rating-summary .rating-result>span span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.product-item .products-grid:not(.wishlist)-actions .actions-primary {
    display: none;
    vertical-align: bottom
}

.product-item:nth-child(2n + 1) {
    margin-left: 0
}

.product-item:nth-last-child(1),
.product-item:nth-last-child(2) {
    margin-bottom: 0
}

.product-item-name {
    font-size: 1.6rem;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    display: block;
    hyphens: auto;
    margin: 0;
    text-transform: uppercase;
    word-wrap: break-word
}

.product-item-description {
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 34px;
    color: #999999
}

.product-item-description p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 34px;
    margin-bottom: 0
}

.product-item-info {
    position: relative;
    max-width: 100%
}

.products-grid .product-item-details {
    position: relative;
    height: 76px;
    padding: 0 8px;
    margin-top: 10px;
    overflow: hidden
}

.product-item-details .swatch-option-count {
    font-size: 12px;
    color: #999999;
    text-align: left;
    display: table;
    width: 100%;
    margin-bottom: 3px
}

.product-item-details .swatch-option-count span {
    display: table-cell;
    vertical-align: middle
}

.product-item-details .swatch-option-count.hidden {
    opacity: 0
}

.product-item-details .swatch-option-count~.swatch-attribute {
    display: none
}

.product-item-details .swatch-attribute-options {
    text-align: center;
    height: 52px;
    overflow: hidden
}

.product-item-actions {
    font-size: 0
}

.product-item-actions>* {
    font-size: 1.4rem
}

.product-item-actions .actions-secondary {
    display: inline-block;
    white-space: nowrap
}

.product-item-actions .actions-secondary>button.action {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400
}

.product-item-actions .actions-secondary>button.action:focus,
.product-item-actions .actions-secondary>button.action:active {
    background: none;
    border: none
}

.product-item-actions .actions-secondary>button.action:hover {
    background: none;
    border: none
}

.product-item-actions .actions-secondary>button.action.disabled,
.product-item-actions .actions-secondary>button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary>button.action {
    pointer-events: none
}

.product-item-actions .actions-secondary>.action {
    display: inline-block;
    text-align: center
}

.product-item-actions .actions-secondary>.action:before {
    margin: 0
}

.product-item-additional-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 0 8px;
    margin-bottom: 15px;
    min-height: 70px;
    width: 100%
}

.product-item-flag {
    font-size: 1.2rem;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    z-index: 2
}

.product-item-flag span {
    display: table;
    width: auto;
    padding: 1px 5px 0;
    background-color: #eb0b29;
    color: #f1f2f1;
    margin-bottom: 2px
}

.product-item-flag span.online-exclusive,
.product-item-flag span.premium,
.product-item-flag span.new-arrival,
.product-item-flag span[class^="KA_"],
.product-item-flag span[class^="Ka_"],
.product-item-flag span[class^="ka_"] {
    background-color: #cfea8b;
    color: #2d2f2c
}

.product-item-flag span.outlet {
    background-color: #2d2f2c;
    color: #f1f2f1
}

.product-item-flag span.essential {
    background-color: #999999;
    color: #f1f2f1
}

.product-item-flag span.low-stock,
.product-item-flag span[class^="KS_"],
.product-item-flag span[class^="Ks_"],
.product-item-flag span[class^="ks_"] {
    background-color: #fabe1e
}

.product-item-flag span[class^="KU_"],
.product-item-flag span[class^="Ku_"],
.product-item-flag span[class^="ku_"] {
    background-color: #9932CC;
    color: #f1f2f1
}

.product-item-flag span[class^="KB_"],
.product-item-flag span[class^="Kb_"],
.product-item-flag span[class^="kb_"] {
    background-color: #1E90FF;
    color: #f1f2f1
}

.product-item-flag span.bestseller,
.product-item-flag span.coming-soon {
    background-color: #ff73be;
    color: #f1f2f1
}

.product-item-flag span.new-in,
.product-item-flag span.prelaunch,
.product-item-flag span.pre-order,
.product-item-flag span.japan-exclusive,
.product-item-flag span.korea-exclusive,
.product-item-flag span[class^="K_"],
.product-item-flag span[class^="k_"] {
    background-color: #37782d;
    color: #f1f2f1
}

.product-item-flag span.sold-out {
    background-color: #9c1422
}

.product-item-flag span:last-child {
    margin-bottom: 0
}

.product-item .product-reviews-summary {
    display: none;
    margin: 0
}

.product-item .product-reviews-summary .reviews-actions {
    font-size: 12px;
    margin-top: 5px
}

.product-item .price-box .price {
    font-size: 1.6rem;
    font-weight: 400;
    white-space: nowrap
}

.product-item .special-price .price,
.product-item .minimal-price .price {
    font-size: 1.6rem;
    color: #f32836
}

.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
    display: inline-block
}

.product-item .special-price .price-including-tax+.price-excluding-tax,
.product-item .minimal-price .price-including-tax+.price-excluding-tax {
    display: block
}

.product-item .old-price .price {
    font-size: 12px
}

.product-item .special-price {
    display: block
}

.product-item .special-price .price-from-plp {
    display: none
}

.product-item .minimal-price .price-container {
    display: block
}

.product-item .minimal-price-link {
    margin-top: 5px
}

.product-item .minimal-price-link .price-label {
    color: #2d2f2c;
    font-size: 1.4rem
}

.product-item .minimal-price-link .price {
    font-weight: 400
}

.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
    display: block;
    white-space: nowrap
}

.product-item .price-from,
.product-item .price-to {
    margin: 0
}

.product-item .tocompare:before {
    content: "\e61f"
}

.product-item .product-item-photo.photos .product-hover-image {
    display: none
}

.price-container .price {
    font-size: 1.4rem
}

.price-container .price-including-tax+.price-excluding-tax,
.price-container .weee {
    margin-top: 5px
}

.price-container .price-including-tax+.price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax+.price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee+.price-excluding-tax:before,
.price-container .weee+.price-excluding-tax .price {
    font-size: 1.1rem
}

.price-container .weee:before {
    content: '(' attr(data-label) ': '
}

.price-container .weee:after {
    content: ')'
}

.price-container .weee+.price-excluding-tax:before {
    content: attr(data-label) ': '
}

.products-list .product-item {
    display: table;
    width: 100%
}

.products-list .product-item-info {
    display: table-row
}

.products-list .product-item-photo {
    display: table-cell;
    padding: 0 30px 30px 0;
    vertical-align: top;
    width: 1%
}

.toolbar {
    background-color: #f1f2f1
}

.toolbar-amount-wrapper {
    display: none;
    float: left
}

.toolbar-amount {
    font-size: 1.8rem;
    display: block;
    line-height: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-transform: uppercase
}

.toolbar-amount .toolbar-number {
    font-weight: 700
}

.toolbar-products {
    margin-bottom: 0
}

.toolbar-products .pages {
    display: none
}

.products.wrapper~.toolbar-products .pages {
    display: block
}

.toolbar-products .limiter .control {
    display: inline-block
}

.toolbar-products .toolbar-amount-wrapper {
    display: block
}

.pages {
    padding: 16px 15px
}

.sorter {
    padding: 0
}

.sorter .sorter-action {
    display: none;
    position: relative;
    top: -2px
}

.sorter-options {
    border: 0;
    margin: 0;
    width: auto;
    font-weight: 700;
    padding-left: 0;
    padding-right: 35px;
    text-transform: capitalize;
    font-size: 14px
}

.sorter-options:focus {
    border: 0
}

.sorter-action {
    vertical-align: top;
    display: inline-block;
    text-decoration: none
}

.sorter-action>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sorter-action:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 32px;
    color: #2d2f2c;
    content: "\e911";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.sorter-action:hover:before {
    color: #2d2f2c
}

.sorter .sort-desc:before {
    content: "\e912"
}

.sorter-label {
    text-transform: uppercase
}

.modes {
    display: none
}

.limiter-options {
    margin: 0 5px 0 7px;
    width: auto
}

.limiter-label {
    font-weight: 400
}

.toolbar .limiter {
    display: none
}

.swatch-attribute-selected-option {
    color: #000000
}

.swatch-attribute-label {
    color: #000000
}

.catalog-category-view .breadcrumbs {
    z-index: 1
}

.catalog-category-view .category-title,
.catalog-category-view .page-title-wrapper {
    text-align: center;
    padding: 25px 15px 20px !important;
    background: #f1f2f1
}

.catalog-category-view .category-title-content h1,
.catalog-category-view .page-title {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.5;
    letter-spacing: 2px
}

.catalog-category-view .category-title-content p {
    margin: 0 !important
}

.catalog-category-view .page-main {
    background-color: #f1f2f1;
    padding: 0
}

.catalog-category-view .category-view+.page-title-wrapper {
    display: none
}

.prices-tier .price-container .price-including-tax+.price-excluding-tax:before {
    content: '(' attr(data-label) ': '
}

.prices-tier .price-container .price-including-tax+.price-excluding-tax:last-child:after {
    content: ')'
}

.prices-tier .price-container .weee[data-label] {
    display: inline
}

.prices-tier .price-container .weee[data-label] .price {
    font-size: 1.1rem
}

.prices-tier .price-container .weee[data-label]:before {
    content: ' +' attr(data-label) ': '
}

.actual-price {
    font-weight: 700
}

.normal-price .price-label {
    display: none !important
}

.category-image .image,
.category-description [data-content-type='image'] img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%
}

.category-image {
    display: none;
    margin-bottom: 20px
}

.product-image-container {
    display: inline-block;
    max-width: 100%
}

.product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.product-image-photo {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.catalog-product-view .page-main {
    padding: 0
}

.product.media {
    position: relative
}

.product.media .placeholder .photo.container {
    max-width: 100%
}

.product.media .media-expand {
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 2px
}

.product.media .media-expand>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.product.media .media-expand:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    content: "\e91a";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.product.media .media-expand:hover:before {
    color: #000
}

.product.media .media-expand:active:before {
    color: #000
}

.product.media .media-expand:before {
    cursor: pointer;
    position: absolute;
    padding: 8px;
    right: 0;
    top: 0;
    z-index: 1
}

.product.media .notice {
    color: #939098;
    font-size: 1.2rem;
    margin: 10px 0
}

.product.media .product.thumbs {
    margin: 20px 0 30px
}

.product.media .items.thumbs {
    margin: 0;
    padding: 0;
    list-style: none none
}

.product.media .items.thumbs>li {
    display: inline-block;
    vertical-align: top
}

.product.media .items.thumbs .active {
    display: block;
    line-height: 1
}

.product-info-top-container:after {
    display: table;
    content: '';
    clear: both
}

.product-info-top-container .product-social-links {
    display: none
}

.product-info-top {
    order: -2;
    text-align: center;
    position: relative
}

.product-info-top .page-title-wrapper .page-title {
    font-size: 2.4rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400 !important
}

.product-info-top .product.attribute.flag {
    font-size: 1rem;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px
}

.product-info-top .product.attribute.flag span {
    display: inline-block;
    padding: 4px 5px 1px;
    margin-bottom: 3px;
    line-height: 1;
    background-color: #eb0b29;
    color: #f1f2f1
}

.product-info-top .product.attribute.flag span.online-exclusive,
.product-info-top .product.attribute.flag span.premium,
.product-info-top .product.attribute.flag span.new-arrival,
.product-info-top .product.attribute.flag span[class^="KA_"],
.product-info-top .product.attribute.flag span[class^="Ka_"],
.product-info-top .product.attribute.flag span[class^="ka_"] {
    background-color: #cfea8b;
    color: #2d2f2c
}

.product-info-top .product.attribute.flag span.outlet {
    background-color: #2d2f2c;
    color: #f1f2f1
}

.product-info-top .product.attribute.flag span.essential {
    background-color: #999999;
    color: #f1f2f1
}

.product-info-top .product.attribute.flag span.low-stock,
.product-info-top .product.attribute.flag span[class^="KS_"],
.product-info-top .product.attribute.flag span[class^="Ks_"],
.product-info-top .product.attribute.flag span[class^="ks_"] {
    background-color: #fabe1e;
    color: #2d2f2c
}

.product-info-top .product.attribute.flag span[class^="KU_"],
.product-info-top .product.attribute.flag span[class^="Ku_"],
.product-info-top .product.attribute.flag span[class^="ku_"] {
    background-color: #9932CC;
    color: #f1f2f1
}

.product-info-top .product.attribute.flag span[class^="KB_"],
.product-info-top .product.attribute.flag span[class^="Kb_"],
.product-info-top .product.attribute.flag span[class^="kb_"] {
    background-color: #1E90FF;
    color: #f1f2f1
}

.product-info-top .product.attribute.flag span.bestseller,
.product-info-top .product.attribute.flag span.coming-soon {
    background-color: #ff73be;
    color: #f1f2f1
}

.product-info-top .product.attribute.flag span.new-in,
.product-info-top .product.attribute.flag span.prelaunch,
.product-info-top .product.attribute.flag span.pre-order,
.product-info-top .product.attribute.flag span.japan-exclusive,
.product-info-top .product.attribute.flag span.korea-exclusive,
.product-info-top .product.attribute.flag span[class^="K_"],
.product-info-top .product.attribute.flag span[class^="k_"] {
    background-color: #37782d;
    color: #f1f2f1
}

.product-info-top .product.attribute.flag span.sold-out {
    background-color: #9c1422
}

.product-info-top .product.attribute.overview {
    color: #939098;
    margin-top: 5px
}

.product-info-top .product-default-name {
    display: block;
    margin: 10px 0
}

.product-info-top .product-sticky-price {
    display: none
}

.product-info-top .product-sticky-price>.price-final_price {
    display: flex;
    flex-direction: column
}

.product-info-top .product-sticky-price .special-price {
    order: -1
}

.product-info-top .product-sticky-price .discount-label {
    vertical-align: top
}

.product-info-top .action.detail-link {
    font-size: 1.6rem;
    display: none;
    margin: 15px 0 10px;
    text-decoration: underline
}

.product-info-main .stock.available,
.product-info-main .stock.unavailable {
    display: inline-block;
    font-weight: 700;
    margin-right: 20px;
    text-transform: uppercase;
    vertical-align: top
}

.product-info-main .product.attribute.sku {
    display: inline-block;
    vertical-align: top;
    color: #939098
}

.product-info-main .product.attribute.sku>.value {
    display: inline-block;
    vertical-align: top;
    word-break: break-all
}

.product-info-main .product.attribute.sku .type {
    margin-right: 5px
}

.product-info-main .product.attribute.overview {
    color: #6c6a71;
    margin: 0
}

.product-info-main .product.attribute.product-type {
    color: #6c6a71
}

.product-info-main .product.alert {
    display: inline-block;
    margin-bottom: 8px
}

.product-info-main .product.alert .action.alert {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    color: #939098
}

.product-info-main .product.alert .action.alert:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: inherit;
    content: "\e92d";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.product-info-main .product.alert .action.alert:hover:before {
    color: #44883b
}

.product-info-main .product.alert .action.alert:hover {
    color: #ff73be
}

.product-info-main .product.alert .action.alert span {
    text-decoration: underline
}

.product-info-main .product-reviews-summary .reviews-actions {
    display: block
}

.product-info-main .price-box {
    margin-top: 0
}

.product-info-main .product-reviews-summary .rating-summary {
    margin-bottom: 5px
}

.product-info-main .product-reviews-summary .reviews-actions .action.view,
.product-info-main .product-reviews-summary .reviews-actions .action.add {
    font-size: 1.2rem;
    text-decoration: underline
}

.product-info-main .product-add-form .fieldset:focus {
    box-shadow: none
}

.product-info-main .swatch-attribute-options.slick-slider {
    padding: 0 24px
}

.product-info-main .swatch-attribute-options:not(.slick-slider) .swatch-wrapper {
    margin-right: 20px
}

.product-info-main .swatch-attribute-options:not(.slick-slider) .swatch-wrapper:last-child {
    margin-right: 0
}

.product-info-main .swatch-option-count {
    display: none
}

.product-info-main .swatch-option {
    width: 76px !important;
    height: 76px !important;
    float: none;
    background-size: contain !important
}

.product-info-main .swatch-wrapper {
    width: auto
}

.product-options-wrapper .fieldset-product-options-inner .legend {
    font-weight: 700;
    margin: 0 0 5px;
    font-size: 1.4rem;
    border: none;
    display: inline-block;
    float: none;
    padding: 0
}

.product-options-wrapper .fieldset-product-options-inner input.datetime-picker~select.datetime-picker {
    margin-top: 10px
}

.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
    content: '*';
    color: #44883b;
    font-size: 1.2rem;
    margin: 0 0 0 5px
}

.product-options-wrapper .field .note {
    display: block
}

.product-info-main .price-box .price-including-tax+.price-excluding-tax,
.product-options-bottom .price-box .price-including-tax+.price-excluding-tax,
.product-info-main .price-box .weee+.price-excluding-tax,
.product-options-bottom .price-box .weee+.price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
    font-size: 1.2rem
}

.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
    font-size: 2.4rem;
    font-weight: 400;
    white-space: nowrap
}

.product-info-main .special-price,
.product-options-bottom .special-price {
    display: block;
    margin: 0
}

.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
    font-size: 1.4rem;
    color: #f32836
}

.product-info-main .special-price .price-label+.price-wrapper,
.product-options-bottom .special-price .price-label+.price-wrapper {
    display: inline-block
}

.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
    content: ': '
}

.product-info-main .old-price .price,
.product-options-bottom .old-price .price {
    color: #939098
}

.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
    display: inline-block;
    margin: 0
}

.product-info-main .box-tocart .fieldset,
.product-options-bottom .box-tocart .fieldset {
    margin-bottom: 0
}

.product-info-main .box-tocart .control,
.product-options-bottom .box-tocart .control {
    width: 122px !important;
    position: relative;
    background-color: #fff
}

.product-info-main .box-tocart .field.qty .label,
.product-options-bottom .box-tocart .field.qty .label {
    display: none
}

.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
    height: 32px;
    width: 100% !important;
    text-align: center;
    margin: 0 !important;
    padding-left: 38px;
    padding-right: 38px
}

.product-info-main .box-tocart .qty-decrease,
.product-options-bottom .box-tocart .qty-decrease,
.product-info-main .box-tocart .qty-increase,
.product-options-bottom .box-tocart .qty-increase {
    position: absolute
}

.product-info-main .box-tocart .qty-decrease,
.product-options-bottom .box-tocart .qty-decrease {
    left: 0
}

.product-info-main .box-tocart .qty-increase,
.product-options-bottom .box-tocart .qty-increase {
    right: 0
}

.product-info-main .box-tocart div.mage-error,
.product-options-bottom .box-tocart div.mage-error {
    width: 100%;
    text-align: center
}

.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
    text-align: center
}

.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 36px;
    width: 280px
}

.product-info-main .box-tocart.disabled .qty-selector,
.product-options-bottom .box-tocart.disabled .qty-selector,
.product-info-main .box-tocart.disabled .action.tocart,
.product-options-bottom .box-tocart.disabled .action.tocart {
    background: #ebebeb !important;
    border-color: #ebebeb !important;
    color: #939098 !important;
    cursor: default;
    pointer-events: none
}

.product-info-main .box-tocart.disabled input[type="number"],
.product-options-bottom .box-tocart.disabled input[type="number"] {
    opacity: 0.5;
    cursor: default;
    pointer-events: none
}

.product-info-main .box-tocart .additional-text,
.product-options-bottom .box-tocart .additional-text {
    font-weight: 700;
    color: #f32836
}

.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
    display: inline-block;
    margin-right: 8px;
    float: left
}

.product-info-main .action.tocompare:before,
.product-options-bottom .action.tocompare:before {
    content: "\e61f"
}

.popup-quick-view .action.towishlist,
.catalog-product-view:not(.wishlist-index-configure) .action.towishlist {
    width: 40px;
    height: 40px;
    border: 1px solid #c5c1cc;
    text-align: center;
    box-sizing: border-box
}

.popup-quick-view .action.towishlist:before,
.catalog-product-view:not(.wishlist-index-configure) .action.towishlist:before {
    content: "\e90d"
}

.popup-quick-view .action.towishlist:before,
.catalog-product-view:not(.wishlist-index-configure) .action.towishlist:before {
    color: #fff;
    line-height: 38px;
    padding-left: 1px;
    padding-right: 1px;
    font-size: 22px;
    text-shadow: -1px 0px #000, 0 1px #000, 1px 0px #000, 0px -1px #000
}

.popup-quick-view .action.towishlist:hover:before,
.catalog-product-view:not(.wishlist-index-configure) .action.towishlist:hover:before,
.popup-quick-view .action.towishlist:focus:before,
.catalog-product-view:not(.wishlist-index-configure) .action.towishlist:focus:before {
    content: "\e90d"
}

.popup-quick-view .action.towishlist:hover:before,
.catalog-product-view:not(.wishlist-index-configure) .action.towishlist:hover:before,
.popup-quick-view .action.towishlist:focus:before,
.catalog-product-view:not(.wishlist-index-configure) .action.towishlist:focus:before {
    text-shadow: -1px 0px #000, 0 1px #000, 1px 0px #000, 0px -1px #000
}

.popup-quick-view .action.towishlist:hover,
.catalog-product-view:not(.wishlist-index-configure) .action.towishlist:hover {
    background-color: #f1f2f1
}

.popup-quick-view .action.towishlist:hover:before,
.catalog-product-view:not(.wishlist-index-configure) .action.towishlist:hover:before {
    color: #fff
}

.popup-quick-view .action.towishlist:focus,
.catalog-product-view:not(.wishlist-index-configure) .action.towishlist:focus {
    background-color: #fff
}

.popup-quick-view .action.towishlist:focus:before,
.catalog-product-view:not(.wishlist-index-configure) .action.towishlist:focus:before {
    color: #000
}

.product-info-price {
    margin: 45px 0 20px
}

.prices-tier {
    background: #fff;
    margin: 10px 0;
    padding: 10px 15px
}

.prices-tier .price-container {
    display: inline-block
}

.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
    display: inline-block
}

.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
    font-size: 1.4rem;
    font-weight: 700
}

.ui-dialog-titlebar-close {
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #2d2f2c;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline
}

.ui-dialog-titlebar-close:visited {
    color: #2d2f2c;
    text-decoration: none
}

.ui-dialog-titlebar-close:hover {
    color: #ff73be;
    text-decoration: none
}

.ui-dialog-titlebar-close:active {
    color: #ff73be;
    text-decoration: none
}

.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
    background: none;
    border: 0
}

.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
    color: #2d2f2c;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.free-delivery-and-returns {
    display: none !important
}

.delivery-returns-button {
    display: inline-block !important
}

.action.delivery-returns {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    color: #939098;
    display: block;
    letter-spacing: 1px
}

.action.delivery-returns:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    color: #939098;
    content: "\e928";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.action.delivery-returns:hover:before {
    color: #939098
}

.action.delivery-returns:active:before {
    color: #939098
}

.action.delivery-returns:hover {
    color: #939098
}

.action.delivery-returns:before {
    padding-left: 1px
}

.action.delivery-returns p {
    display: inline-block;
    margin-left: 7px !important
}

.modal-slide.slide-delivery-returns {
    left: unset;
    right: 0
}

.modal-slide.slide-delivery-returns._show .free-delivery-and-returns {
    display: flex !important
}

.modal-slide.slide-delivery-returns .modal-inner-wrap {
    background-color: #f1f2f1;
    max-width: 430px;
    padding: 80px 20px 20px;
    box-sizing: border-box;
    box-shadow: none
}

.modal-slide.slide-delivery-returns .action-close {
    top: 10px;
    right: 10px
}

.modal-slide.slide-delivery-returns .action-close:before {
    font-weight: 700
}

.modal-slide.slide-delivery-returns .pagebuilder-column-group {
    flex-wrap: nowrap
}

.modal-slide.slide-delivery-returns .pagebuilder-column {
    flex-basis: auto
}

._has-delivery-returns {
    overflow: hidden
}

._has-delivery-returns .modals-overlay {
    background-color: transparent
}

.block.block-features {
    margin-bottom: 0
}

.block.block-features .block-title {
    font-size: 2.4rem;
    margin-bottom: 65px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center
}

.block.block-features .block-title strong {
    font-weight: 400
}

.block.block-features .block-content .features-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.block.block-features .block-content .feature {
    display: inline-block;
    width: 44%;
    max-width: 156px;
    min-height: 124px;
    margin: 0 8px 40px;
    text-align: center;
    vertical-align: top
}

.block.block-features .block-content .feature-image {
    display: block;
    margin: auto auto 8px;
    width: 80px
}

.block.block-features .block-content .feature-name {
    font-size: 1.2rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px
}

.product-main-description {
    margin-bottom: 40px;
    text-align: center
}

.product-main-description .product.attribute.description {
    text-align: center;
    margin-bottom: 35px
}

.product-main-description .product.attribute.description .value {
    line-height: 1.5
}

.product-main-description .product.attribute.description .value [data-content-type='row'] [data-element='inner'] {
    margin: 0 !important;
    padding: 0 !important
}

.product-main-description .product.attribute.description .value p {
    margin: 0
}

.product-main-description .action.view-more {
    cursor: pointer;
    width: 240px;
    line-height: 28px;
    text-transform: uppercase;
    display: none
}

.product-main-description .action.view-more.active .more {
    display: none
}

.product-main-description .action.view-more.active .less {
    display: block
}

.product-main-description .action.view-more .less {
    display: none
}

.product-reviews-wrapper {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    margin-top: 40px
}

.product-more-description {
    display: block
}

.product-more-description-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left
}

.product-more-description-inner>.product {
    display: inline-block;
    width: 100%;
    float: left;
    max-width: 360px;
    margin: 0 10px
}

.product-more-description .product.data.items>.item.title {
    font-size: 1.6rem;
    margin-bottom: 22px
}

.product-more-description .product.data.items>.item.title strong {
    font-weight: 400;
    text-transform: uppercase
}

.product-more-description .product.data.items>.item.content {
    font-size: 1.4rem;
    padding: 0;
    margin: 0;
    border: 0
}

.product-more-description .product.data.items .additional-attributes .data.item.attribute {
    margin-bottom: 10px
}

.product-more-description .product.data.items .additional-attributes .data.item.attribute:last-child {
    margin-bottom: 0
}

.product-more-description .product.data.items .additional-attributes .data.label:after {
    content: ' : '
}

.product-more-description .product.attribute.product-details-list .type {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 22px;
    font-weight: 400;
    text-transform: uppercase
}

.product-more-description .product.attribute.product-details-list .value {
    font-size: 1.4rem
}

.product-more-description .product.attribute.product-details-list .value .details {
    padding: 0 15px;
    margin-bottom: 0
}

.block.block-product-style {
    margin-bottom: 0
}

.block.block-product-style .block-title {
    display: none
}

.block.related .action.select {
    margin: 0 5px
}

.block.related,
.block.upsell {
    background-color: #f1f2f1;
    padding: 40px 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0
}

.block.related .block-title,
.block.upsell .block-title {
    position: relative;
    text-align: center;
    margin-bottom: 40px
}

.block.related .block-title strong,
.block.upsell .block-title strong {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    text-transform: uppercase
}

.block.related .products,
.block.upsell .products {
    margin: 0
}

.block.related .products-grid .slick-dots,
.block.upsell .products-grid .slick-dots {
    padding-top: 20px;
    padding-bottom: 0
}

.block.related .products-grid .slick-dots li.slick-active button,
.block.upsell .products-grid .slick-dots li.slick-active button {
    width: 12px;
    height: 12px
}

.block.related .product-items,
.block.upsell .product-items {
    text-align: center;
    margin: 0
}

.block.related .product-item,
.block.upsell .product-item {
    margin: 0 !important;
    max-width: 190px;
    text-align: left
}

.block.related .product-item-info,
.block.upsell .product-item-info {
    padding: 0;
    max-width: 190px;
    width: 100%
}

.block.related .product-item-info:hover,
.block.upsell .product-item-info:hover {
    box-shadow: none
}

.block.related .product-item-info:hover .swatch-option-count,
.block.upsell .product-item-info:hover .swatch-option-count {
    visibility: visible
}

.block.related .product-item-info:hover .swatch-attribute.color,
.block.upsell .product-item-info:hover .swatch-attribute.color {
    visibility: hidden
}

.sidebar .product-items .product-item {
    margin-bottom: 20px;
    position: relative
}

.sidebar .product-items .product-item-info {
    position: relative;
    width: auto
}

.sidebar .product-items .product-item-info .product-item-photo {
    left: 0;
    position: absolute;
    top: 0
}

.sidebar .product-items .product-item-name {
    margin-top: 0
}

.sidebar .product-items .product-item-details {
    margin: 0 0 0 85px
}

.sidebar .product-items .product-item-actions {
    display: block;
    margin-top: 10px
}

.sidebar .product-items .price-box {
    display: block;
    margin: 7px 0
}

.sidebar .product-items .text {
    margin-right: 8px
}

.sidebar .product-items .counter {
    color: #939098;
    font-size: 1.2rem;
    white-space: nowrap
}

.sidebar .product-items .minilist .price {
    display: inline;
    padding: 0
}

.sidebar .product-items .minilist .weee:before {
    display: inline-block
}

.sidebar .action.delete {
    position: absolute;
    right: 0;
    top: 0
}

.sidebar .product-items-images {
    margin-left: -5px
}

.sidebar .product-items-images .product-item {
    float: left;
    padding-left: 5px
}

.sidebar .product-items-names .product-item {
    display: flex;
    margin-bottom: 10px
}

.sidebar .product-items-names .product-item-name {
    margin: 0
}

.catalog-category-view.page-layout-1column .column.main {
    min-height: inherit
}

body.catalog-product-compare-index .action.print {
    float: right;
    margin: 15px 0
}

.table-wrapper.comparison {
    clear: both;
    max-width: 100%;
    overflow-x: auto
}

.table-comparison {
    table-layout: fixed
}

.table-comparison .cell.label,
.table-comparison td:last-child {
    border-right: 1px solid #d9d9d9
}

.table-comparison .cell {
    padding: 15px;
    width: 140px
}

.table-comparison .cell .attribute.value {
    overflow: hidden;
    width: 100%
}

.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
    border-bottom: 1px solid #d9d9d9
}

.table-comparison .cell.label .attribute.label {
    display: block;
    width: 100%;
    word-wrap: break-word
}

.table-comparison .cell.attribute {
    font-size: 1.3rem
}

.table-comparison .cell.attribute img {
    height: auto;
    max-width: 100%
}

.table-comparison .product-item-photo {
    display: block;
    margin: 0 auto 15px
}

.table-comparison .product-image-photo {
    margin-left: 0
}

.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
    display: block;
    margin: 15px 0
}

.table-comparison .product-addto-links {
    margin-top: 15px
}

.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
    line-height: 1.2rem;
    padding: 5px 8px;
    font-size: 1.1rem
}

.table-comparison .product-addto-links .action.toggle {
    padding: 0
}

.table-comparison .cell.remove {
    padding-bottom: 0;
    padding-top: 0;
    text-align: right
}

.table-comparison .product-item-actions>.actions-primary+.actions-secondary {
    margin-top: 10px
}

.table-comparison .action.tocart {
    white-space: nowrap
}

.comparison.headings {
    background: #fff;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 2
}

.block-compare .product-item .product-item-name {
    margin-left: 22px
}

.block-compare .action.delete {
    left: -6px;
    position: absolute;
    top: 0
}

.block-compare .actions-toolbar {
    margin: 17px 0 0
}

.form-address-edit {
    background-color: #f1f2f1
}

.form-address-edit .field.note {
    font-size: 1.4rem !important;
    line-height: 20px !important;
    margin-bottom: 0
}

.form-address-edit .field.note+div {
    margin-top: 20px
}

.form-address-edit .message.info {
    margin-bottom: 0
}

.form-address-edit .message.info+.message.info {
    margin-top: 14px
}

.form-address-edit .message.info+.field {
    margin-top: 20px
}

.customer-account-create select,
.magento_invitation-customer_account-create select,
.account .column.main form:not(.form-address-edit) select {
    min-width: 20%;
    width: auto !important
}

.block-addresses-list,
.block-addresses-default {
    margin-bottom: 0
}

.block-addresses-list .block-content,
.block-addresses-default .block-content {
    background-color: #f1f2f1
}

.block-addresses-list .box-content,
.block-addresses-default .box-content,
.block-addresses-list .box-actions,
.block-addresses-default .box-actions {
    font-size: 1.4rem !important;
    background-color: #fff;
    border: 1px solid #d9d8d9;
    line-height: 20px !important
}

.block-addresses-list .box-title,
.block-addresses-default .box-title {
    margin-bottom: 16px !important
}

.block-addresses-list .box-title span,
.block-addresses-default .box-title span {
    color: #2d2f2c !important
}

.block-addresses-list .box-actions,
.block-addresses-default .box-actions {
    border-top: none;
    margin: 0 !important
}

.block-addresses-list .table-additional-addresses-items {
    overflow: hidden
}

.block-addresses-list .block-content {
    padding: 0 16px 40px
}

.block-addresses-list .actions-toolbar>.primary .action {
    line-height: 4.8rem;
    padding: 1px 40px;
    font-size: 2rem;
    text-transform: uppercase
}

.customer-account-login .column.main .actions-toolbar>.primary .action,
.customer-account-forgotpassword .column.main .actions-toolbar>.primary .action,
.customer-account-createpassword .column.main .actions-toolbar>.primary .action,
.magento_invitation-customer_account-create .column.main .actions-toolbar>.primary .action,
.customer-account-create .column.main .actions-toolbar>.primary .action {
    line-height: 4.8rem;
    padding: 1px 40px;
    font-size: 2rem;
    text-transform: uppercase
}

.customer-account-login .column.main .action.back,
.customer-account-forgotpassword .column.main .action.back,
.customer-account-createpassword .column.main .action.back,
.magento_invitation-customer_account-create .column.main .action.back,
.customer-account-create .column.main .action.back {
    display: none !important
}

.account-top {
    margin-top: 32px
}

.account-top p {
    font-size: 4rem;
    line-height: 48px;
    text-align: center
}

.account-top .customer-name {
    font-weight: 700
}

a.action+a.action {
    margin-left: 6px
}

.form.password.forget .g-recaptcha,
.form.password.reset .g-recaptcha {
    margin-bottom: 0
}

.form-create-account {
    background-color: #f9f8f9
}

.form-create-account p.note {
    margin-top: 40px
}

.form-create-account .fieldset:last-child {
    margin-bottom: 0
}

.form-create-account .field.choice a {
    font-size: 1.6rem;
    color: #ff73be;
    font-weight: 700
}

.form-create-account .field.choice.newsletter {
    margin-bottom: 0
}

.customer-account-login .page-title-wrapper {
    text-align: center
}

.login-container .block .block-title {
    font-size: 1.8rem
}

.login-container .field-recaptcha {
    clear: both
}

.login-container .field-recaptcha .g-recaptcha {
    margin-bottom: 0 !important
}

.login-container .secondary {
    margin-bottom: 40px
}

.login-container .secondary a {
    font-size: 1.6rem;
    color: #ff73be;
    text-decoration: none
}

.login-container .secondary a:visited {
    color: #44883b;
    text-decoration: underline
}

.login-container .secondary a:hover {
    color: #44883b;
    text-decoration: underline
}

.login-container .secondary a:active {
    color: #44883b;
    text-decoration: underline
}

.block-customer-login .block-content>span,
.block-new-customer .block-content>span {
    display: block;
    margin-bottom: 12px;
    text-transform: uppercase
}

.block-customer-login .note {
    margin-top: 5px !important
}

.block-addresses-list .items.addresses>.item {
    margin-bottom: 20px
}

.block-addresses-list .items.addresses>.item:last-child {
    margin-bottom: 0
}

.dashboard-content ol,
.dashboard-content ul {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0
}

.block-recent-order ol li,
.block-wishlist ol li {
    margin-bottom: 0
}

.block-recent-order ol .product-item-info,
.block-wishlist ol .product-item-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    min-height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.block-recent-order ol .product-item-info .product-name,
.block-wishlist ol .product-item-info .product-name {
    display: block;
    font-weight: 700;
    margin-bottom: 8px
}

.block-recent-order ol .product-item-info .product-item-photo,
.block-wishlist ol .product-item-info .product-item-photo {
    display: block;
    width: 44.5%
}

.block-recent-order ol .product-item-info .product-item-details,
.block-wishlist ol .product-item-info .product-item-details {
    box-sizing: border-box;
    padding-left: 12px;
    width: 55.5%
}

.block-recent-order ol .product-item-info .price-box,
.block-wishlist ol .product-item-info .price-box {
    margin-top: 8px
}

.block-recent-order ol .product-item-info .price-box .price,
.block-wishlist ol .product-item-info .price-box .price {
    font-weight: 700
}

.block-recent-order ol .product-item-info .product-item-option,
.block-wishlist ol .product-item-info .product-item-option {
    color: #6c6a71;
    margin-bottom: 3px
}

.block-recent-order .action:not(.delete):not(.details),
.block-wishlist .action:not(.delete):not(.details) {
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.block-recent-order .action:not(.delete):not(.details).primary,
.block-wishlist .action:not(.delete):not(.details).primary {
    background-image: none;
    background: #2d2f2c;
    border: 1px solid #2d2f2c;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 0;
    font-size: 1.2rem;
    line-height: 3.8rem;
    box-sizing: border-box;
    vertical-align: middle
}

.block-recent-order .action:not(.delete):not(.details).primary:focus,
.block-wishlist .action:not(.delete):not(.details).primary:focus,
.block-recent-order .action:not(.delete):not(.details).primary:active,
.block-wishlist .action:not(.delete):not(.details).primary:active {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.block-recent-order .action:not(.delete):not(.details).primary:hover,
.block-wishlist .action:not(.delete):not(.details).primary:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.block-recent-order .action:not(.delete):not(.details).primary.disabled,
.block-wishlist .action:not(.delete):not(.details).primary.disabled,
.block-recent-order .action:not(.delete):not(.details).primary[disabled],
.block-wishlist .action:not(.delete):not(.details).primary[disabled],
fieldset[disabled] .block-recent-order .action:not(.delete):not(.details).primary,
fieldset[disabled] .block-wishlist .action:not(.delete):not(.details).primary {
    cursor: default;
    pointer-events: none
}

.block-recent-order .action:not(.delete):not(.details).action-return,
.block-wishlist .action:not(.delete):not(.details).action-return {
    background-image: none;
    cursor: pointer;
    display: inline-block;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    line-height: 3.8rem;
    box-sizing: border-box;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #c5c1cc;
    color: #2d2f2c
}

.block-recent-order .action:not(.delete):not(.details).action-return:focus,
.block-wishlist .action:not(.delete):not(.details).action-return:focus,
.block-recent-order .action:not(.delete):not(.details).action-return:active,
.block-wishlist .action:not(.delete):not(.details).action-return:active {
    background: #fff;
    border: 1px solid #c5c1cc;
    color: #2d2f2c
}

.block-recent-order .action:not(.delete):not(.details).action-return:hover,
.block-wishlist .action:not(.delete):not(.details).action-return:hover {
    background: #fff;
    border: 1px solid #939098;
    color: #2d2f2c
}

.block-recent-order .action:not(.delete):not(.details).action-return.disabled,
.block-wishlist .action:not(.delete):not(.details).action-return.disabled,
.block-recent-order .action:not(.delete):not(.details).action-return[disabled],
.block-wishlist .action:not(.delete):not(.details).action-return[disabled],
fieldset[disabled] .block-recent-order .action:not(.delete):not(.details).action-return,
fieldset[disabled] .block-wishlist .action:not(.delete):not(.details).action-return {
    cursor: default;
    pointer-events: none
}

.block-recent-order .action:not(.delete):not(.details).action-return:focus,
.block-wishlist .action:not(.delete):not(.details).action-return:focus,
.block-recent-order .action:not(.delete):not(.details).action-return:active,
.block-wishlist .action:not(.delete):not(.details).action-return:active {
    background: #fff;
    border: 1px solid #c5c1cc;
    color: #2d2f2c
}

.block-recent-order .action:not(.delete):not(.details).action-return:hover,
.block-wishlist .action:not(.delete):not(.details).action-return:hover {
    background: #fff;
    border: 1px solid #939098;
    color: #2d2f2c
}

.block-wishlist .wishlist-sidebar .actions-primary button {
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #2d2f2c;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    color: #ff73be
}

.block-wishlist .wishlist-sidebar .actions-primary button:visited {
    color: #2d2f2c;
    text-decoration: none
}

.block-wishlist .wishlist-sidebar .actions-primary button:hover {
    color: #ff73be;
    text-decoration: none
}

.block-wishlist .wishlist-sidebar .actions-primary button:active {
    color: #ff73be;
    text-decoration: none
}

.block-wishlist .wishlist-sidebar .actions-primary button:hover,
.block-wishlist .wishlist-sidebar .actions-primary button:active,
.block-wishlist .wishlist-sidebar .actions-primary button:focus {
    background: none;
    border: 0
}

.block-wishlist .wishlist-sidebar .actions-primary button.disabled,
.block-wishlist .wishlist-sidebar .actions-primary button[disabled],
fieldset[disabled] .block-wishlist .wishlist-sidebar .actions-primary button {
    color: #2d2f2c;
    cursor: default;
    pointer-events: none;
    text-decoration: underline
}

.block-wishlist .no-display {
    display: none !important
}

.block-recent-order .recent-orders {
    min-height: inherit
}

.block-recent-order .recent-order-info {
    background-color: #f1f2f1;
    box-sizing: border-box;
    padding: 15px;
    vertical-align: middle
}

.block-recent-order .recent-order-info .recent-order-status {
    display: inline-block;
    float: left;
    margin-bottom: 5px;
    text-transform: uppercase
}

.block-recent-order .recent-order-info .recent-order-status[data-title]:before {
    content: attr(data-title) ' :';
    display: inline-block;
    font-weight: 700;
    padding-right: 4px;
    text-transform: uppercase
}

.block-recent-order .recent-order-info .recent-order-url {
    float: right
}

.block-recent-order .recent-order-info .recent-order-detail {
    background-color: #fff;
    clear: both;
    padding: 10px 8px
}

.block-recent-order .recent-order-info .recent-order-detail>div[data-title]:before {
    content: attr(data-title) '.';
    display: inline-block;
    font-weight: 700;
    float: left;
    text-transform: uppercase
}

.block-recent-order .recent-order-info .recent-order-detail>div.recent-order-increment-id,
.block-recent-order .recent-order-info .recent-order-detail>div.recent-order-created-at,
.block-recent-order .recent-order-info .recent-order-detail>div.recent-order-grand-total {
    margin-bottom: 10px;
    text-align: right
}

.block-recent-order .recent-order-info .recent-order-detail>div.recent-order-receiver {
    text-align: right
}

.block-recent-order .recent-order-info .box-actions {
    text-align: center
}

.block-recent-order .recent-order-info .actions-toolbar {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: 8px;
    overflow: hidden
}

.block-recent-order .recent-order-info .actions-toolbar>div {
    box-sizing: border-box;
    padding: 0 4px;
    width: 50%
}

.block-recent-order .recent-order-info .actions-toolbar>div a {
    width: 100%
}

.block-recent-order .recent-order-info .actions-toolbar>div.primary {
    float: left
}

.block-recent-order .recent-order-info .actions-toolbar>div.secondary {
    float: right
}

.block-wishlist ol {
    padding: 0 8px
}

.block-reviews-dashboard .rating-summary {
    margin-bottom: 8px
}

.block-reviews-dashboard .rating-summary .rating-result:before {
    letter-spacing: 4px
}

.block-reviews-dashboard .rating-summary .rating-result>span:before {
    letter-spacing: 4px
}

.block-reviews-dashboard .recent-review-title {
    font-size: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 48px
}

.block-wishlist .product-item-actions {
    margin-top: 12px
}

.block-wishlist .product-item-name {
    font-size: 1.4rem;
    margin-bottom: 8px;
    margin-top: 0
}

.block-wishlist .product-item-short-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 20px;
    line-height: 20px
}

.block-wishlist .product-item .price-box .price-as-configured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column
}

.block-wishlist .product-item .price-box .price-as-configured .special-price {
    order: 1
}

.block-wishlist .product-item .price-box .price-as-configured .old-price {
    order: 0
}

.block-wishlist .product-item .price-box .price-as-configured .price {
    white-space: normal;
    word-break: break-all
}

.form-address-edit .region_id {
    display: none
}

.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
    line-height: 26px
}

.fieldset .fullname.field>.label+.control {
    width: 100%
}

.account .column.main h2 {
    margin-top: 0
}

.account .column.main .toolbar {
    text-align: center
}

.account .column.main .toolbar .limiter-options {
    width: auto
}

.account .column.main .toolbar .toolbar-amount,
.account .column.main .toolbar .limiter {
    display: none
}

.account .column.main address a {
    color: #2d2f2c !important;
    text-decoration: none !important
}

.account .column.main address a:visited {
    color: #2d2f2c !important;
    text-decoration: none !important
}

.account .column.main address a:hover {
    color: #2d2f2c !important;
    text-decoration: none !important
}

.account .column.main address a:active {
    color: #2d2f2c !important;
    text-decoration: none !important
}

.account .column.main .block:not(.widget).block-recent-order .block-title,
.account .column.main .block:not(.widget).block-wishlist .block-title {
    text-transform: uppercase
}

.account .column.main .back-button,
.account .column.main .action.back {
    margin-bottom: 40px
}

.account .column.main .back-button a,
.account .column.main .action.back {
    color: #2d2f2c !important;
    text-decoration: none !important;
    display: inline-block;
    text-decoration: none
}

.account .column.main .back-button a:visited,
.account .column.main .action.back:visited {
    color: #2d2f2c !important;
    text-decoration: none !important
}

.account .column.main .back-button a:hover,
.account .column.main .action.back:hover {
    color: #2d2f2c !important;
    text-decoration: none !important
}

.account .column.main .back-button a:active,
.account .column.main .action.back:active {
    color: #2d2f2c !important;
    text-decoration: none !important
}

.account .column.main .back-button a:before,
.account .column.main .action.back:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: #ff73be;
    content: "\e926";
    font-family: 'icons';
    margin: 0 5px 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.account .column.main .back-button a:hover:before,
.account .column.main .action.back:hover:before {
    color: #ff73be
}

.account .column.main .back-button a:active:before,
.account .column.main .action.back:active:before {
    color: #ff73be
}

.account .column.main .back-button a:before,
.account .column.main .action.back:before {
    color: #2d2f2c !important
}

.account .column.main .back-button {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.account .column.main .back-button li {
    margin: 0
}

.account .column.main .back-button a {
    font-size: 1.6rem;
    line-height: 24px;
    margin-top: 16px
}

.account .column.main .empty:not(.product-reviews-summary) {
    font-size: 1.6rem;
    line-height: 24px
}

.account .column.main .empty:not(.product-reviews-summary).message {
    font-size: 1.8rem
}

.account .column.main>*:not(.account-nav):not(.order-links):not(.order-details-items) a:not(.product-item-link):not(.tocart):not(.switch):not(.page):not(.recent-order-action) {
    color: #ff73be;
    text-decoration: none
}

.account .sidebar-additional {
    margin-top: 40px
}

.account .table-wrapper:last-child {
    margin-bottom: 0
}

.account .table-wrapper .action {
    display: block;
    line-height: 24px
}

.form-newsletter-manage .newsletter-option-message {
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 25px
}

.form-newsletter-manage .newsletter-option-message p {
    margin: 0
}

.form-newsletter-manage .field.choice {
    margin-bottom: 0
}

.form-newsletter-manage .actions-toolbar button {
    line-height: 4.8rem;
    padding: 1px 40px;
    font-size: 2rem
}

.account-nav ul li:first-child>* {
    display: inline-block;
    text-decoration: none
}

.account-nav ul li:first-child>*>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.account-nav ul li:first-child>*:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 34px;
    color: inherit;
    content: "\e922";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.account-nav ul li:nth-child(2)>* {
    display: inline-block;
    text-decoration: none
}

.account-nav ul li:nth-child(2)>*>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.account-nav ul li:nth-child(2)>*:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 31px;
    line-height: 33px;
    color: inherit;
    content: "\e923";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.account-nav ul li:nth-child(3)>* {
    display: inline-block;
    text-decoration: none
}

.account-nav ul li:nth-child(3)>*>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.account-nav ul li:nth-child(3)>*:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
    line-height: 36px;
    color: inherit;
    content: "\e925";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.account-nav ul li:nth-child(4)>* {
    display: inline-block;
    text-decoration: none
}

.account-nav ul li:nth-child(4)>*>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.account-nav ul li:nth-child(4)>*:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 29px;
    line-height: 31px;
    color: inherit;
    content: "\e90e";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.account-nav ul li:nth-child(4)>*:before {
    font-weight: 700
}

.account-nav ul li:nth-child(5)>* {
    display: inline-block;
    text-decoration: none
}

.account-nav ul li:nth-child(5)>*>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.account-nav ul li:nth-child(5)>*:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 34px;
    color: inherit;
    content: "\e924";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.account-nav ul li:nth-child(6)>* {
    display: inline-block;
    text-decoration: none
}

.account-nav ul li:nth-child(6)>*>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.account-nav ul li:nth-child(6)>*:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 34px;
    color: inherit;
    content: "\e90f";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.account-nav ul li:nth-child(7)>* {
    display: inline-block;
    text-decoration: none
}

.account-nav ul li:nth-child(7)>*>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.account-nav ul li:nth-child(7)>*:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 34px;
    color: inherit;
    content: "\e92f";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.account-nav ul li:nth-last-child(3)>* {
    display: inline-block;
    text-decoration: none
}

.account-nav ul li:nth-last-child(3)>*>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.account-nav ul li:nth-last-child(3)>*:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 34px;
    color: inherit;
    content: "\e904";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.account-nav ul li:nth-last-child(2)>* {
    display: inline-block;
    text-decoration: none
}

.account-nav ul li:nth-last-child(2)>*>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.account-nav ul li:nth-last-child(2)>*:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 34px;
    color: inherit;
    content: "\e92e";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.block-create-account {
    margin-bottom: 32px
}

.block-create-account .block-content {
    font-size: 1.6rem;
    line-height: 24px
}

.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
}

.password-strength-meter {
    font-size: 1.2rem;
    background-color: #e4e3e6;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 10px;
    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: #e4e3e6;
    width: 100%
}

.password-weak .password-strength-meter:before {
    background-color: #fdd4d7;
    width: 25%
}

.password-medium .password-strength-meter:before {
    background-color: #faf4e0;
    width: 50%
}

.password-strong .password-strength-meter:before {
    background-color: #cfdfb7;
    width: 75%
}

.password-very-strong .password-strength-meter:before {
    background-color: #ff73be;
    width: 100%
}

.control.captcha-image {
    margin-top: 10px
}

.control.captcha-image .captcha-img {
    vertical-align: middle
}

.form-address-edit {
    padding-bottom: 40px
}

.form-address-edit .fieldset {
    position: relative
}

.form-address-edit .actions-toolbar>.primary .action {
    line-height: 4.8rem;
    padding: 1px 40px;
    font-size: 2rem;
    text-transform: uppercase
}

.form-edit-account .actions-toolbar>.primary .action,
.form-orders-search .actions-toolbar>.primary .action {
    line-height: 4.8rem;
    padding: 1px 40px;
    font-size: 2rem;
    text-transform: uppercase
}

.form-edit-account {
    background-color: #f7f7f7;
    padding-bottom: 40px
}

.no-data-product-list~.back-button {
    display: none
}

.block.newsletter {
    margin-bottom: 0
}

.block.newsletter .form.subscribe {
    position: relative;
    overflow: hidden
}

.block.newsletter .fieldset {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: top
}

.block.newsletter .field {
    margin: 0
}

.block.newsletter .field .control {
    position: relative;
    display: block
}

.block.newsletter .title {
    color: #9c9c9e;
    text-transform: uppercase;
    margin-bottom: 20px
}

.block.newsletter .title strong {
    font-size: 14px
}

.block.newsletter input:not([type="checkbox"]) {
    -webkit-appearance: none;
    background-color: #9c9c9e;
    border-color: #9c9c9e;
    font-size: 14px
}

.block.newsletter input:not([type="checkbox"])::-webkit-input-placeholder {
    color: #6c6a71
}

.block.newsletter input:not([type="checkbox"]):-moz-placeholder {
    color: #6c6a71
}

.block.newsletter input:not([type="checkbox"])::-moz-placeholder {
    color: #6c6a71
}

.block.newsletter input:not([type="checkbox"]):-ms-input-placeholder {
    color: #6c6a71
}

.block.newsletter .label {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px
}

.block.newsletter .label a {
    color: #9c9c9e;
    text-decoration: none
}

.block.newsletter .label a:visited {
    color: #9c9c9e;
    text-decoration: none
}

.block.newsletter .label a:hover {
    color: #9c9c9e;
    text-decoration: underline
}

.block.newsletter .label a:active {
    color: #9c9c9e;
    text-decoration: underline
}

.block.newsletter .actions {
    min-width: 104px;
    position: absolute;
    right: 0;
    top: 0
}

.block.newsletter .action.subscribe {
    background: #f1f2f1;
    border: 1px solid #f1f2f1;
    color: #9c9c9e;
    font-size: 1.4rem;
    line-height: 3.6rem;
    padding: 1px 20px;
    text-transform: uppercase;
    width: 100%
}

.block.newsletter .action.subscribe:focus,
.block.newsletter .action.subscribe:active {
    background: #fff;
    border: 1px solid #c5c1cc;
    color: #2d2f2c
}

.block.newsletter .action.subscribe:hover {
    background: #e3e5e3;
    border: 1px solid #e3e5e3;
    color: #9c9c9e
}

.opc-wrapper .form-discount {
    display: table;
    width: 100%
}

.opc-wrapper .form-discount .payment-option-inner {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.opc-wrapper .form-discount .actions-toolbar {
    display: block;
    width: 100%
}

.opc-wrapper .form-discount .actions-toolbar .primary {
    max-width: unset
}

#custome_reward_points .payment-option-content .field {
    display: table;
    width: 100%
}

.smile-es-range-slider {
    margin: 0 auto
}

.smile-es-range-slider [data-role=from-label] {
    display: none;
    float: left;
    padding: 0 0 10px
}

.smile-es-range-slider [data-role=to-label] {
    display: none;
    float: right;
    padding: 0 0 10px
}

.smile-es-range-slider [data-role=message-box] {
    display: none;
    font-size: 12px;
    flex: 1;
    padding: 6px 0 0
}

.smile-es-range-slider [data-role=message-box].empty {
    color: #f32836;
    font-size: 1.2rem;
    padding: 0
}

.smile-es-range-slider .actions-toolbar {
    display: flex;
    margin: 20px 0 0 0;
    justify-content: center
}

.smile-es-range-slider .actions-toolbar .actions-primary .action.small {
    background-image: none;
    background: #2d2f2c;
    border: 1px solid #2d2f2c;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 1px 40px;
    font-size: 1.2rem;
    line-height: 2.8rem;
    box-sizing: border-box;
    vertical-align: middle
}

.smile-es-range-slider .actions-toolbar .actions-primary .action.small:focus,
.smile-es-range-slider .actions-toolbar .actions-primary .action.small:active {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.smile-es-range-slider .actions-toolbar .actions-primary .action.small:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.smile-es-range-slider .actions-toolbar .actions-primary .action.small.disabled,
.smile-es-range-slider .actions-toolbar .actions-primary .action.small[disabled],
fieldset[disabled] .smile-es-range-slider .actions-toolbar .actions-primary .action.small {
    cursor: default;
    pointer-events: none
}

.smile-es-range-slider .ui-slider {
    margin: 5px;
    clear: both;
    background-color: #f1f2f1;
    border: 1px solid #d9d9d9;
    box-sizing: border-box
}

.smile-es-range-slider .ui-slider-horizontal {
    height: 8px
}

.smile-es-range-slider .ui-slider-range {
    background: #ff73be;
    position: relative;
    height: 8px;
    margin-top: -1px
}

.smile-es-range-slider .ui-slider-handle {
    background: #ff73be;
    cursor: pointer;
    display: flex;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: -16px 0 0 -12px;
    border-radius: 15px
}

.smile-es-range-slider .ui-slider-handle:hover {
    color: #2d2f2c
}

.smile-es-range-slider .ui-slider-price {
    font-size: 1.6rem;
    cursor: default;
    position: absolute;
    background-color: #fff;
    border: 1px solid #d8d9d8;
    border-radius: 3px;
    box-sizing: border-box;
    top: -39px;
    padding: 4px 16px
}

.smile-es-range-slider .ui-slider-price:before {
    border: 5px solid;
    border-color: #fff transparent transparent;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    bottom: -10px
}

.smile-es-range-slider .ui-slider-price:after {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: #d8d9d8 transparent transparent;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 98;
    bottom: -11px
}

.block.filter .filter-content .item {
    margin: 0
}

.block.filter .block-subtitle {
    border-bottom: none;
    font-weight: 700;
    text-transform: uppercase
}

.block.filter .field.search {
    display: none
}

.block.filter .field.search input[type="text"] {
    font-size: 12px
}

.block.filter .filter-options-item .toggle {
    background-color: #ff73be;
    color: #fff
}

.block.filter .filter-current {
    border-bottom: 1px solid #ebebeb;
    padding: 18px 15px
}

.block.filter .filter-current .item {
    font-size: 1.6rem;
    display: block;
    position: relative;
    background: #ececec;
    padding: 10px 10px 9px;
    margin-bottom: 5px;
    line-height: 1;
    text-transform: uppercase
}

.block.filter .filter-current .filter-label {
    display: inline-block;
    margin-right: 5px
}

.block.filter .filter-current .filter-value {
    font-weight: 700
}

.block.filter .filter-current+.filter-actions {
    margin-bottom: 30px
}

.block.filter .filter-current .action.remove {
    display: inline-block;
    text-decoration: none
}

.block.filter .filter-current .action.remove>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.block.filter .filter-current .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: "\e901";
    font-family: 'icons';
    margin: 0 0 0 5px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.block.filter .filter-current .action.remove:hover:before {
    color: inherit
}

.block.filter .filter-current .action.remove:active:before {
    color: inherit
}

.block.filter .filter-list {
    display: block !important;
    justify-content: space-evenly;
    align-items: center;
    font-size: 1.6rem;
    position: relative
}

.block.filter .filter-list .switch {
    position: absolute;
    opacity: 0.1;
    display: inline-block;
    width: 91px;
    height: 31px;
    top: 14px;
    margin-left: -71px
}

.block.filter .filter-list .switch .option-content .smile-item {
    display: none
}

.block.filter .filter-list .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.block.filter .filter-list .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.block.filter .filter-list .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 6px;
    bottom: 6px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s
}

.block.filter .filter-list input:checked+.slider {
    background-color: #ff73be
}

.block.filter .filter-list input:focus+.slider {
    box-shadow: 0 0 1px #ff73be
}

.block.filter .filter-list input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.block.filter .filter-list .slider.round {
    border-radius: 34px
}

.block.filter .filter-list .slider.round:before {
    border-radius: 50%
}

.block.filter .filter-list:hover .item-content,
.block.filter .filter-list.selected .item-content {
    border: 2px solid #ff73be;
    font-weight: 700;
    height: 64px
}

.block.filter .filter-list:hover .item-content-wrapper,
.block.filter .filter-list.selected .item-content-wrapper {
    border: 0
}

.block.filter .filter-list.selected .item-content {
    display: inline-block;
    text-decoration: none
}

.block.filter .filter-list.selected .item-content:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: #ff73be;
    content: "\e916";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.block.filter .filter-list.selected .item-content:after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%)
}

.block.filter .filter-list-content-wrapper {
    border: 1px solid transparent
}

.block.filter .filter-list-content {
    display: block;
    width: 100%;
    height: 62px;
    border: 1px solid #eaebea;
    border-radius: 4px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 16px
}

.block.filter .filter-list-content:hover {
    color: #2d2f2c
}

.block.filter .filter-list .smile-items .item-content {
    display: flex;
    align-items: center
}

.block.filter .filter-list .smile-items .item-image {
    display: block;
    margin-right: 12px;
    width: 48px
}

.block.filter .actions {
    text-align: right;
    margin: 10px 0 0
}

.block.filter .actions div.secondary {
    display: none
}

.block.filter .actions div.secondary a {
    color: #2d2f2c;
    text-decoration: underline;
    cursor: pointer
}

.block.filter .actions div.secondary a:hover {
    background: transparent
}

.block.filter .actions div.secondary a.show-more span:after {
    content: " +"
}

.block.filter .actions div.secondary a.show-less span:after {
    content: "-"
}

.block.filter .filter-options dt.filter-options-title[aria-expanded="true"]:after {
    content: "\e911"
}

.block.filter .filter-options-title {
    color: #000;
    background-color: #fff;
    border: 1px solid #e5e6e5;
    box-sizing: border-box;
    text-transform: uppercase
}

.block.filter .filter-options-content {
    width: 100%;
    box-sizing: border-box
}

.block.filter .filter-options-content .option-content {
    padding: 8px;
    overflow: hidden
}

.block.filter .filter-actions .action.clear {
    color: #000
}

.block.filter .no-results-message p {
    margin: 9px 10px 0;
    background-color: #FFEEEE;
    padding: 5px;
    color: #AA0000
}

.search.results .message {
    display: none;
    margin-bottom: 0
}

.search.results .block {
    display: none
}

.smile-elasticsuite-autocomplete-result .product-image-box {
    display: table-cell;
    margin-right: 10px;
    width: 75px;
    vertical-align: middle
}

.smile-elasticsuite-autocomplete-result .product-shop {
    display: table-cell;
    white-space: normal;
    width: calc(100% - 75px);
    vertical-align: middle
}

.smile-elasticsuite-autocomplete-result .product-item .product-name {
    font-weight: 700;
    margin-bottom: 5px
}

.smile-elasticsuite-autocomplete-result .product-item .special-price .price {
    color: #2d2f2c
}

.smile-elasticsuite-autocomplete-result .product-item .price-box .price-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box
}

.smile-elasticsuite-autocomplete-result .product-item .price-box .price-box:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.smile-elasticsuite-autocomplete-result .product-item .price-box .special-price {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

.smile-elasticsuite-autocomplete-result .product-item .price-box .old-price {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2
}

.smile-elasticsuite-autocomplete-result .product-item .price-box .old-price .discount-label {
    font-size: 14px;
    line-height: 16px
}

.smile-elasticsuite-autocomplete-result .title-product~dd:hover,
.smile-elasticsuite-autocomplete-result .title-product~dd.selected {
    color: #2d2f2c
}

.smile-elasticsuite-autocomplete-result .product-attribute-label {
    text-transform: uppercase;
    vertical-align: super;
    font-size: 10px;
    color: #777
}

.smile-elasticsuite-autocomplete-result .price-box span.old-price {
    display: block
}

.sidebar .block-addbysku .fieldset {
    margin: 0
}

.sidebar .block-addbysku .fieldset .fields {
    position: relative
}

.sidebar .block-addbysku .fieldset .fields .field {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top
}

.sidebar .block-addbysku .fieldset .fields .field.sku {
    margin-right: -85px;
    padding-right: 90px;
    width: 100%
}

.sidebar .block-addbysku .fieldset .fields .field.qty .qty+.mage-error {
    width: 80px
}

.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
    position: absolute;
    right: 0;
    top: 6px
}

.sidebar .block-addbysku .form-addbysku .actions-toolbar {
    margin-bottom: 20px
}

.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
    text-align: left
}

.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
    width: auto
}

.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
    float: none;
    text-align: left
}

.sidebar .block-addbysku .action.add {
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    padding: 2px 0;
    width: auto
}

.sidebar .block-addbysku .action.add>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sidebar .block-addbysku .action.add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 31px;
    line-height: 36px;
    color: inherit;
    content: "\e91a";
    font-family: 'icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.sidebar .block-addbysku .action.add:hover:before {
    color: inherit
}

.sidebar .block-addbysku .action.add:active:before {
    color: inherit
}

.sidebar .block-addbysku .action.links {
    display: inline-block;
    margin: 20px 0 0
}

.sidebar .block-addbysku .action.reset {
    display: block;
    margin: 10px 0
}

.sidebar .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400
}

.sidebar .block-addbysku .action.remove>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sidebar .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 36px;
    color: inherit;
    content: "\e901";
    font-family: 'icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.sidebar .block-addbysku .action.remove:hover:before {
    color: inherit
}

.sidebar .block-addbysku .action.remove:active:before {
    color: inherit
}

.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
    background: none;
    border: none
}

.sidebar .block-addbysku .action.remove:hover {
    background: none;
    border: none
}

.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
    pointer-events: none
}

.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
}

.columns .block-event {
    position: relative;
    z-index: 2
}

.block-event .block-content {
    position: relative
}

.block-event .block-content>.action {
    cursor: pointer;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    z-index: 3
}

.block-event .block-content>.action.backward,
.block-event .block-content>.action.forward {
    opacity: .5;
    overflow: hidden;
    width: 20px;
    display: inline-block;
    text-decoration: none
}

.block-event .block-content>.action.backward>span,
.block-event .block-content>.action.forward>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.block-event .block-content>.action.backward:before,
.block-event .block-content>.action.forward:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 55px;
    line-height: 30px;
    color: inherit;
    content: "\e909";
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.block-event .block-content>.action.backward:before,
.block-event .block-content>.action.forward:before {
    margin-left: -15px
}

.block-event .block-content>.action.backward {
    left: 0
}

.block-event .block-content>.action.forward {
    right: 0
}

.block-event .block-content>.action.forward:before {
    content: "\e910"
}

.block-event .block-content>.action.forward:before {
    margin-left: -20px
}

.block-event .block-content>.action.inactive {
    cursor: default;
    display: none
}

.block-event .block-content>.action:hover {
    opacity: 1
}

.block-event .slider-panel {
    overflow: hidden;
    position: relative;
    z-index: 2
}

.block-event .slider-panel .slider {
    white-space: nowrap
}

.block-event .slider-panel .slider .item {
    background: #f0f0f0;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    white-space: normal;
    width: 16.35%
}

.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
    width: 100%
}

.block-event .slider-panel .slider .item img {
    max-width: 100%
}

.block-event .slider-panel .slider .item .category-name {
    display: inline-block;
    font-size: 1.8rem;
    padding: 15px 5px 0;
    word-break: break-all
}

.block-event .slider-panel .slider .item .ticker {
    margin: 0;
    padding: 0;
    list-style: none none
}

.block-event .slider-panel .slider .item .ticker li {
    display: none;
    margin: 0 5px
}

.block-event .slider-panel .slider .item .ticker .value {
    font-size: 2.6rem;
    font-weight: 300
}

.block-event .slider-panel .slider .item .ticker .label {
    display: block;
    font-size: 1.3rem
}

.block-event .slider-panel .slider .item .dates {
    font-weight: 300
}

.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
    display: block
}

.block-event .slider-panel .slider .item .dates .start:after {
    font-size: 1.8rem;
    content: '\2013';
    display: block
}

.block-event .slider-panel .slider .item .dates .date {
    font-size: 1.8rem;
    font-weight: 300
}

.block-event .slider-panel .slider .item .dates .time {
    font-size: 1.3rem
}

.block-event .slider-panel .slider .item .box-event .box-content {
    padding: 5px 0 10px
}

.block-event .slider-panel .slider .item .box-event .box-title {
    display: block;
    font-weight: 300;
    margin: 10px 0 0
}

.block-event .slider-panel .slider .item .action.show {
    display: block;
    padding: 0
}

.block-event .slider-panel .slider .item .action.show .category.name {
    display: inline-block;
    padding: 30px 10px 0
}

.block-event .slider-panel .slider .item .action.show img {
    display: block
}

.block-event .slider-panel .slider .item .action.event {
    background-image: none;
    background: #2d2f2c;
    border: 1px solid #2d2f2c;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 1px 40px;
    font-size: 1.4rem;
    line-height: 3.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    margin-top: 15px
}

.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.block-event .slider-panel .slider .item .action.event:hover {
    background: #000;
    border: 1px solid #000;
    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 {
    cursor: default;
    pointer-events: none
}

.block-event .slider-panel .slider .item .action.event:hover {
    text-decoration: none
}

.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
}

.block-product-link.widget,
.block-category-link.widget {
    display: block;
    margin-bottom: 20px
}

.block-product-link-inline.widget {
    margin: 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
}

.block.widget .products-grid .product-item .discount-label {
    bottom: 170px
}

.block-static-block.widget,
.block-cms-link.widget {
    margin-bottom: 20px
}

.links .block-static-block.widget,
.links .block-cms-link.widget {
    margin-bottom: 0
}

body .block-static-block.widget,
body .block-cms-link.widget {
    margin: 0 auto;
    max-width: 1180px;
}

.block-cms-link-inline.widget {
    margin: 0
}

.main-popup .action-close {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0
}

.main-popup .action-close:focus,
.main-popup .action-close:active {
    background: none;
    border: none
}

.main-popup .action-close:hover {
    background: none;
    border: none
}

.main-popup .action-close.disabled,
.main-popup .action-close[disabled],
fieldset[disabled] .main-popup .action-close {
    pointer-events: none
}

.main-popup .action-close>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.main-popup .action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: #2d2f2c;
    content: "\e901";
    font-family: 'icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.main-popup .action-close:hover:before {
    color: inherit
}

.main-popup .action-close:active:before {
    color: inherit
}

.main-popup .action-close:hover:before {
    color: #141513
}

@media only screen and (max-width:767px) {

    .abs-button-responsive-smaller,
    .product-info-main .box-tocart .actions .action.tocart {
        width: 100%
    }

    .abs-block-title,
    .block-giftregistry-results .block-title,
    .block-giftregistry-shared-items .block-title,
    .block-wishlist-search-results .block-title,
    .block-reorder .block-title,
    .widget .block-title,
    .block-compare .block-title {
        margin-bottom: 16px
    }

    .block-giftregistry-results .block-title+.empty,
    .block-giftregistry-shared-items .block-title+.empty,
    .block-wishlist-search-results .block-title+.empty,
    .block-reorder .block-title+.empty,
    .widget .block-title+.empty,
    .block-compare .block-title+.empty {
        padding-top: 0
    }

    .abs-account-blocks .block-title,
    .multicheckout .block-title,
    .paypal-review .block .block-title,
    .magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
    body[class*="sales-guest"] .column.main .block:not(.widget) .block-title,
    .magento_rma-guest-returns .column.main .block:not(.widget) .block-title,
    .account .column.main .block:not(.widget) .block-title {
        margin-bottom: 16px
    }

    .multicheckout .block-title+.empty,
    .paypal-review .block .block-title+.empty,
    .magento-rma-guest-returns .column.main .block:not(.widget) .block-title+.empty,
    body[class*="sales-guest"] .column.main .block:not(.widget) .block-title+.empty,
    .magento_rma-guest-returns .column.main .block:not(.widget) .block-title+.empty,
    .account .column.main .block:not(.widget) .block-title+.empty {
        padding-top: 0
    }

    .abs-nav,
    .common-nav {
        margin-top: 0;
        margin-bottom: 20px !important
    }

    .abs-nav .title,
    .common-nav .title {
        background-color: #f1f2f1;
        margin-bottom: 4px !important;
        line-height: 24px;
        padding: 7.5px 16px
    }

    .abs-nav .content,
    .common-nav .content {
        display: none;
        background-color: #f1f2f1;
        padding: 20px 0
    }

    .abs-nav ul li,
    .common-nav ul li {
        margin-bottom: 0 !important
    }

    .abs-nav ul li a,
    .common-nav ul li a {
        color: #6c6a71;
        text-decoration: none
    }

    .abs-nav ul li a:visited,
    .common-nav ul li a:visited {
        color: #6c6a71;
        text-decoration: none
    }

    .abs-nav ul li a:hover,
    .common-nav ul li a:hover {
        color: #2d2f2c;
        text-decoration: none
    }

    .abs-nav ul li a:active,
    .common-nav ul li a:active {
        color: #2d2f2c;
        text-decoration: none
    }

    .common-nav ul li:first-child {
        border-left: none !important
    }

    .common-nav ul li.current>* {
        color: #2d2f2c !important
    }

    .abs-nav ul li>*,
    .common-nav ul li>* {
        box-sizing: border-box;
        display: block !important;
        text-align: left !important;
        padding: 5px 20px;
        line-height: 24px
    }

    .page-layout-1column .common-nav {
        margin-bottom: 40px !important
    }

    .page-layout-1column .common-nav .title {
        display: block
    }

    .page-layout-1column .common-nav ul,
    .page-layout-1column .common-nav li {
        display: block
    }

    .page-layout-1column .common-nav ul {
        border-left: none
    }

    .page-layout-1column .common-nav ul li {
        border: none;
        min-height: auto;
        min-width: auto
    }

    .page-layout-1column .common-nav ul li:first-child>* {
        border-left: none !important
    }

    .page-layout-1column .common-nav ul li.current {
        background-color: transparent;
        border-color: transparent
    }

    .page-layout-1column .common-nav ul li.current>*:before {
        font-size: 2.4rem !important
    }

    .page-layout-1column .common-nav ul li>* {
        color: #6c6a71;
        text-decoration: none;
        padding: 5px 20px
    }

    .page-layout-1column .abs-nav ul li>*:visited,
    .page-layout-1column .common-nav ul li>*:visited {
        color: #6c6a71;
        text-decoration: none
    }

    .page-layout-1column .abs-nav ul li>*:hover,
    .page-layout-1column .common-nav ul li>*:hover {
        color: #ff73be;
        text-decoration: none
    }

    .page-layout-1column .abs-nav ul li>*:active,
    .page-layout-1column .common-nav ul li>*:active {
        color: #ff73be;
        text-decoration: none
    }

    .page-layout-1column .common-nav ul li>*:before {
        font-size: 2.4rem !important;
        line-height: 24px !important;
        position: static;
        margin-right: 5px
    }

    .page-layout-2columns-left .common-nav {
        margin-top: 20px
    }

    .abs-visually-hidden-mobile-m,
    .navigation .parent .level-top.ui-state-active .category-name,
    .account.sales-order-history .page-title-wrapper,
    .account.wishlist-index-index .page-title-wrapper,
    .account.review-customer-index .page-title-wrapper,
    .account.magento_rma-returns-history .page-title-wrapper {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .abs-add-clearfix-mobile-m:before,
    .abs-add-clearfix-mobile-m:after,
    .form-create-return .fieldset>.actions-toolbar:before,
    .form-create-return .fieldset>.actions-toolbar:after {
        content: '';
        display: table
    }

    .abs-add-clearfix-mobile-m:after,
    .form-create-return .fieldset>.actions-toolbar:after {
        clear: both
    }

    .abs-icon-add-mobile,
    .block-wishlist-management .wishlist-add.item .add {
        display: block;
        text-decoration: none
    }

    .abs-icon-add-mobile:before,
    .block-wishlist-management .wishlist-add.item .add:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 10px;
        line-height: 10px;
        color: inherit;
        content: "\e91a";
        font-family: 'icons';
        margin: 0 5px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .abs-toggling-title-mobile,
    .abs-nav .title,
    .block-wishlist-management .wishlist-select .wishlist-name,
    .common-nav .title {
        cursor: pointer;
        position: relative
    }

    .abs-nav .title:after,
    .block-wishlist-management .wishlist-select .wishlist-name:after,
    .common-nav .title:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #2d2f2c;
        content: '';
        height: 0;
        position: absolute;
        right: 16px;
        top: 45%;
        width: 0
    }

    .abs-nav .title.active:after,
    .block-wishlist-management .wishlist-select .wishlist-name.active:after,
    .common-nav .title.active:after {
        border-bottom: 6px solid #2d2f2c;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: none
    }

    .abs-pager-toolbar-mobile .toolbar-amount,
    .abs-pager-toolbar-mobile .limiter,
    .abs-pager-toolbar-mobile .pages,
    .toolbar-wishlist-results .toolbar-amount,
    .toolbar-wishlist-results .limiter,
    .toolbar-wishlist-results .pages {
        float: none;
        margin-bottom: 25px
    }

    .abs-shopping-cart-items-mobile,
    .cart-container .form-cart {
        margin-left: -15px;
        margin-right: -15px
    }

    .abs-shopping-cart-items-mobile .actions,
    .cart-container .form-cart .actions {
        text-align: center
    }

    .cart-container .form-cart .action.update,
    .cart-container .form-cart .action.continue,
    .cart-container .form-cart .action.clear {
        display: none
    }

    .abs-recommended-product-block,
    .block.crosssell,
    .block.related,
    .block.upsell,
    .no-data-product-list {
        margin-left: -15px;
        margin-right: -15px
    }

    .abs-recommended-product-block .title,
    .block.crosssell .title,
    .block.related .title,
    .block.upsell .title,
    .no-data-product-list .title {
        padding: 0 15px
    }

    .abs-recommended-product-block .title strong,
    .block.crosssell .title strong,
    .block.related .title strong,
    .block.upsell .title strong,
    .no-data-product-list .title strong {
        font-size: 24px
    }

    .abs-recommended-product-block .content,
    .block.crosssell .content,
    .block.related .content,
    .block.upsell .content,
    .no-data-product-list .content {
        padding-left: 0;
        padding-right: 0
    }

    .abs-recommended-product-block .products-grid .slick-slide,
    .block.crosssell .products-grid .slick-slide,
    .block.related .products-grid .slick-slide,
    .block.upsell .products-grid .slick-slide,
    .no-data-product-list .products-grid .slick-slide {
        margin: 0 4px
    }

    .block.crosssell .products-grid .product-items.slick-slider,
    .block.related .products-grid .product-items.slick-slider,
    .block.upsell .products-grid .product-items.slick-slider,
    .no-data-product-list .products-grid .product-items.slick-slider {
        margin: 0;
        padding: 0 8px
    }

    .block.crosssell .products-grid .product-items.slick-slider .slick-list,
    .block.related .products-grid .product-items.slick-slider .slick-list,
    .block.upsell .products-grid .product-items.slick-slider .slick-list,
    .no-data-product-list .products-grid .product-items.slick-slider .slick-list {
        margin: 0 -4px
    }

    .block.crosssell .products-grid .product-items.slick-slider .slick-prev,
    .block.crosssell .products-grid .product-items.slick-slider .slick-next,
    .block.related .products-grid .product-items.slick-slider .slick-prev,
    .block.related .products-grid .product-items.slick-slider .slick-next,
    .block.upsell .products-grid .product-items.slick-slider .slick-prev,
    .block.upsell .products-grid .product-items.slick-slider .slick-next,
    .no-data-product-list .products-grid .product-items.slick-slider .slick-prev,
    .no-data-product-list .products-grid .product-items.slick-slider .slick-next {
        background: rgba(252, 252, 252, 0.6);
        right: 0;
        top: 50%
    }

    .abs-recommended-product-block .products-grid .product-items.slick-slider .slick-prev:before,
    .abs-recommended-product-block .products-grid .product-items.slick-slider .slick-next:before,
    .block.crosssell .products-grid .product-items.slick-slider .slick-prev:before,
    .block.crosssell .products-grid .product-items.slick-slider .slick-next:before,
    .block.related .products-grid .product-items.slick-slider .slick-prev:before,
    .block.related .products-grid .product-items.slick-slider .slick-next:before,
    .block.upsell .products-grid .product-items.slick-slider .slick-prev:before,
    .block.upsell .products-grid .product-items.slick-slider .slick-next:before,
    .no-data-product-list .products-grid .product-items.slick-slider .slick-prev:before,
    .no-data-product-list .products-grid .product-items.slick-slider .slick-next:before {
        font-size: 30px;
        line-height: inherit
    }

    .block.crosssell .products-grid .product-items.slick-slider .slick-prev,
    .block.related .products-grid .product-items.slick-slider .slick-prev,
    .block.upsell .products-grid .product-items.slick-slider .slick-prev,
    .no-data-product-list .products-grid .product-items.slick-slider .slick-prev {
        left: 0
    }

    .abs-checkout-tooltip-content-position-top-mobile {
        right: -10px;
        top: 35px;
        left: auto
    }

    .abs-summary-block,
    .checkout-summary,
    .cart-summary,
    .opc-block-summary {
        border-width: 0;
        padding-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px
    }

    .abs-summary-block>.title,
    .checkout-summary>.title,
    .cart-summary>.title,
    .opc-block-summary>.title {
        border-bottom: 1px solid #f1f2f1;
        font-size: 20px;
        padding-bottom: 20px;
        font-weight: 400;
        text-align: center
    }

    .abs-sidebar-totals,
    .cart-summary .cart-totals,
    .opc-block-summary .table-totals {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px
    }

    .abs-sidebar-totals .table-wrapper,
    .cart-summary .cart-totals .table-wrapper,
    .opc-block-summary .table-totals .table-wrapper {
        margin-bottom: 20px
    }

    .navigation,
    .breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .page-main,
    .page-wrapper>.widget,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .page-wrapper>.page-bottom {
        margin-top: 25px;
        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.orders-history {
        white-space: nowrap
    }

    .table-wrapper.orders-history .table.history th,
    .table-wrapper.orders-history .table.history td {
        display: table-cell !important;
        white-space: unset !important;
        word-break: unset !important
    }

    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) thead>tr th,
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody>tr th,
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tfoot>tr th,
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) thead>tr td,
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody>tr td,
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tfoot>tr td {
        white-space: normal;
        word-break: break-all
    }

    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) thead>tr th:not(.item):not(.name):not(.mark):not(.amount),
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody>tr th:not(.item):not(.name):not(.mark):not(.amount),
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tfoot>tr th:not(.item):not(.name):not(.mark):not(.amount),
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) thead>tr td:not(.item):not(.name):not(.mark):not(.amount),
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody>tr td:not(.item):not(.name):not(.mark):not(.amount),
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tfoot>tr td:not(.item):not(.name):not(.mark):not(.amount) {
        text-align: center
    }

    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody>tr td {
        padding-left: 20px;
        padding-right: 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%
    }

    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table) {
        background: #f1f2f1;
        border: none;
        display: block
    }

    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table)>thead>tr>th {
        display: none
    }

    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table)>tbody {
        display: block
    }

    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table)>tbody>tr {
        display: block
    }

    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table)>tbody>tr td,
    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table)>tbody>tr th {
        border-bottom: none;
        display: block;
        padding: 5px 0
    }

    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table)>tbody>tr td[data-th]:before,
    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table)>tbody>tr th[data-th]:before {
        content: attr(data-th);
        display: inline-block
    }

    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table)>tbody>tr td {
        background: #f1f2f1
    }

    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table)>tbody>tr:not(:first-child) td:not(:first-child) {
        border: none !important
    }

    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table)>tbody>tr:not(:first-child) td:first-child {
        border-bottom: none !important;
        border-top: 1px solid #d9d9d9
    }

    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table)>tbody>tr:first-child td {
        border: none !important
    }

    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table)>tbody>tr td,
    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table)>tbody>tr th {
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: hidden;
        padding: 4px 0;
        text-align: right !important
    }

    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table)>tbody>tr td[data-th]:before,
    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table)>tbody>tr th[data-th]:before {
        float: left;
        text-align: left;
        width: 30%;
        color: #2d2f2c;
        font-weight: 400;
        font-size: 1.6rem
    }

    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table)>tbody>tr td:last-child,
    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table)>tbody>tr th:last-child {
        padding-bottom: 16px
    }

    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table)>tbody>tr td.subtotal .price,
    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table)>tbody>tr th.subtotal .price {
        font-weight: 700
    }

    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table)>tbody>tr td:first-child,
    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table)>tbody>tr th:first-child {
        padding-top: 16px
    }

    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table) tfoot tr:first-child th,
    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table) tfoot tr:first-child td {
        padding-top: 25px !important
    }

    .order-details-items:not(.rma) .table:not(.gmo-payment-info-table) tfoot th {
        font-size: 1.6rem !important
    }

    .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
    }

    .page.messages .messages {
        margin-top: 10px
    }

    .message>*:first-child:before {
        width: 48px !important
    }

    .header-left {
        display: none
    }

    .navigation {
        padding: 0
    }

    .navigation li {
        position: relative
    }

    .navigation li .parent-category-link {
        cursor: pointer;
        display: none;
        left: 65px;
        line-height: 66px;
        margin-bottom: 0;
        position: absolute;
        top: 0
    }

    .navigation li .level-top.ui-state-active+.parent-category-link {
        display: block
    }

    .navigation .parent .level-top {
        height: 66px;
        position: relative;
        display: block;
        text-decoration: none
    }

    .navigation .parent .level-top:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 28px;
        line-height: 66px;
        color: inherit;
        content: "\e910";
        font-family: 'icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .navigation .parent .level-top:after {
        float: right
    }

    .navigation .parent .level-top.ui-state-active {
        font-weight: 700
    }

    .navigation .parent .level-top.ui-state-active:after {
        content: "\e906"
    }

    .navigation .parent .level-top.ui-state-active:after {
        font-size: 16px;
        line-height: inherit
    }

    .navigation .parent .level-top.ui-state-active .category-img-icon {
        display: none
    }

    .navigation .parent .level-top.ui-state-active:after {
        color: #979797;
        float: left;
        left: 0;
        position: absolute;
        top: 0;
        width: 65px
    }

    .navigation .parent .category-img {
        display: none
    }

    .navigation .submenu:not(:first-child)>li>ul>li>a {
        padding-left: 16px
    }

    .navigation .level0>.submenu .level1.parent .hidden {
        display: none
    }

    .nav-sections {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: calc(100% - 125px);
        left: -80%;
        left: calc(-1 * (100% - 0px));
        overflow: auto;
        position: fixed;
        margin-top: 5px;
        top: 120px;
        width: 80%;
        width: calc(100% - 0px)
    }

    .nav-sections .switcher {
        border-top: 1px solid #d1d1d1;
        font-size: 1.6rem;
        font-weight: 700;
        margin: 0;
        padding: .8rem 3.5rem .8rem 2rem
    }

    .nav-sections .switcher .label {
        display: block;
        margin-bottom: 5px
    }

    .nav-sections .switcher:last-child {
        border-bottom: 1px solid #d1d1d1
    }

    .nav-sections .switcher-trigger strong {
        position: relative;
        display: block;
        text-decoration: none
    }

    .nav-sections .switcher-trigger strong:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 42px;
        line-height: inherit;
        color: inherit;
        content: "\e912";
        font-family: 'icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .nav-sections .switcher-trigger strong:after {
        position: absolute;
        right: -40px;
        top: -16px
    }

    .nav-sections .switcher-trigger.active strong:after {
        content: "\e911"
    }

    .nav-sections .switcher-dropdown {
        margin: 0;
        padding: 0;
        list-style: none none;
        display: none;
        padding: 10px 0
    }

    .nav-sections .switcher-options.active .switcher-dropdown {
        display: block
    }

    .nav-sections .header.links {
        margin: 0;
        padding: 0;
        list-style: none none
    }

    .nav-sections .header.links:not(.header-left) li:first-child {
        border-top: 1px solid #fff
    }

    .nav-sections .header.links:not(.header-left) li:first-child a {
        display: block;
        text-decoration: none
    }

    .nav-sections .header.links:not(.header-left) li:first-child a:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: 24px;
        color: inherit;
        content: "\e907";
        font-family: 'icons';
        margin: 0 10px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .nav-sections .header.links:not(.header-left) li:first-child a:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 28px;
        line-height: 26px;
        color: inherit;
        content: "\e910";
        font-family: 'icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .nav-sections .header.links:not(.header-left) li:first-child a:after {
        float: right
    }

    .nav-sections .header.links li {
        margin: 0
    }

    .nav-sections .header.links li.authorization-link {
        display: none
    }

    .nav-sections .header.links li.greet.welcome {
        border-top: 1px solid #d1d1d1;
        padding: .8rem 20px
    }

    .nav-sections .header.links a,
    .nav-sections .header.links a:hover {
        color: #2d2f2c;
        text-decoration: none;
        background: #f1f2f1;
        display: block;
        font-size: 12px;
        line-height: 24px;
        padding: 16px
    }

    .nav-sections .header.links.header-left {
        display: block
    }

    .nav-sections .header.links.header-left li a {
        display: block;
        text-decoration: none
    }

    .nav-sections .header.links.header-left li a:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 28px;
        line-height: 26px;
        color: inherit;
        content: "\e910";
        font-family: 'icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .nav-sections .header.links.header-left li a:after {
        float: right
    }

    .nav-sections .header.links.header-left li:last-child a {
        display: block;
        text-decoration: none;
        background: #6c6a71;
        color: #fff
    }

    .nav-sections .header.links.header-left li:last-child a:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 23px;
        line-height: inherit;
        color: inherit;
        content: "\e903";
        font-family: 'icons';
        margin: 0 10px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .nav-sections .footer [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
        background: #2d2f2c !important;
        color: #f1f2f1;
        padding: 0 15px 20px !important
    }

    .nav-sections .footer [data-content-type='row'][data-appearance='contained'] [data-element='inner'] .pagebuilder-column {
        padding-top: 20px !important
    }

    .nav-sections .footer [data-content-type='row'][data-appearance='contained'] [data-element='inner'] p strong {
        font-weight: 400;
        font-size: 20px
    }

    .nav-sections .footer [data-content-type='row'][data-appearance='contained'] [data-element='inner'] p a {
        color: #f1f2f1;
        text-decoration: none;
        font-size: 12px
    }

    .nav-sections .footer [data-content-type='row'][data-appearance='contained'] [data-element='inner'] p a:visited {
        color: #f1f2f1;
        text-decoration: none
    }

    .nav-sections .footer [data-content-type='row'][data-appearance='contained'] [data-element='inner'] p a:hover {
        color: #f1f2f1;
        text-decoration: none
    }

    .nav-sections .footer [data-content-type='row'][data-appearance='contained'] [data-element='inner'] p a:active {
        color: #f1f2f1;
        text-decoration: none
    }

    .nav-before-open {
        height: 100%;
        overflow-x: hidden;
        width: 100%
    }

    .nav-before-open .page-wrapper {
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: relative
    }

    .nav-before-open body {
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%
    }

    .nav-open .nav-toggle:before {
        content: "\e901"
    }

    .nav-open .page-wrapper {
        left: 80%;
        left: calc(100% - 0px)
    }

    .nav-open .page-header {
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10
    }

    .nav-open .nav-sections {
        left: 0;
        z-index: 9
    }

    .nav-sections-items {
        position: relative;
        z-index: 1
    }

    .nav-sections-items:before,
    .nav-sections-items:after {
        content: '';
        display: table
    }

    .nav-sections-items:after {
        clear: both
    }

    .nav-sections-item-title {
        display: none
    }

    .nav-sections-item-title.active {
        background: transparent;
        border-bottom: 0
    }

    .nav-sections-item-title .nav-sections-item-switch:hover {
        text-decoration: none
    }

    .nav-sections-item-content {
        display: block !important
    }

    .navigation {
        background: #fff;
        box-sizing: border-box
    }

    .navigation ul {
        margin: 0;
        padding: 0
    }

    .navigation li {
        margin: 0
    }

    .navigation a {
        display: block;
        padding-right: 16px;
        padding-left: 0
    }

    .navigation a,
    .navigation a:hover {
        color: #2d2f2c;
        text-decoration: none
    }

    .navigation .level0 {
        border-top: 1px solid #ebebeb
    }

    .navigation .level0>.level-top {
        line-height: 66px;
        padding: 0 16px;
        word-wrap: break-word
    }

    .navigation .level0>.level-top:hover {
        color: #2d2f2c
    }

    .navigation .level0.active .all-category .ui-state-focus {
        padding-left: 16px;
        display: inline-block
    }

    .navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),
    .navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left: 0
    }

    .navigation li.level0:last-child {
        border-bottom: 1px solid #ebebeb
    }

    .navigation .submenu>li {
        word-wrap: break-word
    }

    .navigation .submenu>li>a:hover {
        color: #2d2f2c
    }

    .navigation .submenu:not(:first-child) {
        font-weight: 400;
        line-height: 66px;
        left: auto !important;
        overflow-x: hidden;
        padding: 0;
        position: relative;
        top: auto !important;
        transition: left .3s ease-out
    }

    .navigation .submenu:not(:first-child)>li>a {
        padding-left: 16px
    }

    .navigation .submenu:not(:first-child)>li:last-child {
        margin-bottom: 0
    }

    .navigation .submenu:not(:first-child) ul {
        display: block;
        padding-left: 0
    }

    .navigation .submenu:not(:first-child) ul>li {
        margin: 0
    }

    .navigation .submenu:not(:first-child) ul>li a {
        color: #2d2f2c;
        display: block;
        line-height: normal
    }

    .navigation .submenu:not(:first-child) ul>li a:hover {
        color: #2d2f2c
    }

    .navigation .submenu:not(:first-child).expanded {
        display: block !important;
        padding-right: 0;
        top: 0 !important
    }

    .navigation .submenu:not(:first-child) .active>a {
        border-color: #ff73be;
        border-style: solid;
        border-width: 0 0 0 0;
        padding-left: 16px
    }

    .navigation .submenu:not(:first-child) .level1.active>a {
        padding-left: 16px
    }

    .navigation .all-category {
        display: none
    }

    .navigation .category-img-icon {
        margin-left: -16px;
        margin-right: 16px;
        width: 65px;
        vertical-align: middle
    }

    .navigation .submenu {
        border-top: none
    }

    .navigation .submenu li.hierarchy-item-wrapper {
        border-top: 1px solid #d8d8d8
    }

    .navigation .submenu:not(:first-child)>li.parent {
        border-top: 1px solid #d8d8d8
    }

    .navigation .submenu:not(:first-child)>li.parent>a {
        background: #f1f2f1
    }

    .navigation .submenu:not(:first-child) ul>li:not(:last-child) {
        border-bottom: 1px solid #ebebeb
    }

    .navigation .submenu:not(:first-child) ul>li a {
        line-height: 66px;
        display: block;
        text-decoration: none
    }

    .navigation .submenu:not(:first-child) ul>li a:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 28px;
        line-height: 66px;
        color: inherit;
        content: "\e910";
        font-family: 'icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .navigation .submenu:not(:first-child) ul>li a:after {
        float: right
    }

    .product.data.items {
        margin: 0;
        padding: 0
    }

    .product.data.items>.item.title {
        box-sizing: border-box;
        float: none;
        width: 100%
    }

    .product.data.items>.item.title>.switch {
        display: block
    }

    .product.data.items>.item.content {
        box-sizing: border-box;
        display: block;
        float: none;
        margin: 0
    }

    .product.data.items>.item.content:before,
    .product.data.items>.item.content:after {
        content: '';
        display: table
    }

    .product.data.items>.item.content:after {
        clear: both
    }

    .product.data.items>.item.content.active {
        display: block
    }

    .product.data.items>.item.title {
        margin: 0 0 10px
    }

    .product.data.items>.item.title>.switch {
        background: #f1f2f1;
        height: 40px;
        padding: 5px 15px 5px 15px;
        font-weight: 600;
        line-height: 40px;
        font-size: 2rem;
        text-decoration: none
    }

    .product.data.items>.item.title>.switch:visited {
        color: #2d2f2c;
        text-decoration: none
    }

    .product.data.items>.item.title>.switch:hover {
        color: #fff;
        text-decoration: none
    }

    .product.data.items>.item.title>.switch:active {
        color: #fff;
        text-decoration: none
    }

    .product.data.items>.item.title:not(.disabled)>.switch:focus,
    .product.data.items>.item.title:not(.disabled)>.switch:hover {
        background: #2d2f2c
    }

    .product.data.items>.item.title:not(.disabled)>.switch:active,
    .product.data.items>.item.title.active>.switch,
    .product.data.items>.item.title.active>.switch:focus,
    .product.data.items>.item.title.active>.switch:hover {
        background: #2d2f2c;
        color: #fff;
        text-decoration: none;
        padding-bottom: 5px
    }

    .pages {
        text-align: center
    }

    .pages .item.jump {
        display: none
    }

    .breadcrumbs {
        margin: 0
    }

    .modal-popup.modal-slide {
        left: 0;
        z-index: 900
    }

    .modal-popup.modal-slide._show .modal-inner-wrap {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .modal-popup.modal-slide .modal-inner-wrap {
        height: 100%;
        overflow-y: auto;
        position: static;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        width: auto
    }

    .modal-popup.modal-slide .modal-inner-wrap {
        margin: 0;
        max-height: none
    }

    .custom-slide {
        bottom: 0;
        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: 0;
        z-index: 900
    }

    .custom-slide._show {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease
    }

    .custom-slide._show .modal-inner-wrap {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .custom-slide .modal-inner-wrap {
        background-color: #fff;
        box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
        opacity: 1;
        pointer-events: auto
    }

    .custom-slide._show .modal-inner-wrap {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .custom-slide .modal-inner-wrap {
        height: 100%;
        overflow-y: auto;
        position: static;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        width: auto
    }

    .custom-slide._show {
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto
    }

    .custom-slide .modal-inner-wrap {
        background-color: #fff;
        box-sizing: border-box;
        height: auto;
        min-height: 100%
    }

    body._has-modal-custom {
        height: 100vh;
        overflow: hidden;
        width: 100vw
    }

    body._has-modal-custom .modal-custom-overlay {
        background-color: rgba(51, 51, 51, 0.55)
    }

    .modal-popup {
        pointer-events: auto
    }

    .modal-popup.modal-slide .modal-inner-wrap[class] {
        background-color: #fff
    }

    .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 {
        border-bottom-color: #f1f2f1
    }

    .modal-popup .modal-header {
        padding-top: 20px
    }

    .modal-popup .modal-header .modal-title {
        font-size: 20px;
        margin-left: -15px;
        margin-right: -15px
    }

    .modal-popup:not(.confirm) .modal-footer {
        border-top: 1px solid #d8d8d8
    }

    .modal-popup .modal-footer {
        padding-top: 30px
    }

    .modal-title {
        text-align: center
    }

    .modal-custom .modal-footer,
    .modal-popup .modal-footer,
    .modal-slide .modal-footer {
        margin-left: 15px;
        margin-right: 15px
    }

    .modal-custom .modal-footer .action-primary,
    .modal-popup .modal-footer .action-primary,
    .modal-slide .modal-footer .action-primary,
    .modal-custom .modal-footer .action.primary,
    .modal-popup .modal-footer .action.primary,
    .modal-slide .modal-footer .action.primary,
    .modal-custom .modal-footer .action-secondary,
    .modal-popup .modal-footer .action-secondary,
    .modal-slide .modal-footer .action-secondary,
    .modal-custom .modal-footer .action.secondary,
    .modal-popup .modal-footer .action.secondary,
    .modal-slide .modal-footer .action.secondary {
        font-size: 1.6rem;
        line-height: 4.8rem;
        padding: 1px 5px;
        width: calc((100% - 8px) / 2)
    }

    .checkout-success-container .checkout.table-wrapper {
        overflow: inherit
    }

    .checkout-success-container .checkout.table-wrapper .items thead {
        display: none
    }

    .checkout-success-container .checkout.table-wrapper .items tbody {
        display: block;
        position: relative
    }

    .checkout-success-container .checkout.table-wrapper .items tbody>tr>td {
        padding-left: 0;
        padding-right: 0
    }

    .checkout-success-container .checkout.table-wrapper .items tbody>tr>td.item,
    .checkout-success-container .checkout.table-wrapper .items tbody>tr>td.qty,
    .checkout-success-container .checkout.table-wrapper .items tbody>tr>td.subtotal {
        box-sizing: border-box;
        display: block;
        padding-left: 95px;
        text-align: left !important;
        white-space: nowrap;
        width: 100%
    }

    .checkout-success-container .checkout.table-wrapper .items tbody>tr>td.item {
        padding-bottom: 0
    }

    .checkout-success-container .checkout.table-wrapper .items tbody>tr>td.item .product-item-name {
        padding-right: 40px
    }

    .checkout-success-container .checkout.table-wrapper .items tbody>tr>td.qty,
    .checkout-success-container .checkout.table-wrapper .items tbody>tr>td.subtotal {
        padding-top: 0
    }

    .checkout-success-container .checkout.table-wrapper .items tbody>tr>td.qty {
        position: absolute;
        top: 15px;
        right: 0;
        width: auto;
        padding: 0;
        text-align: right !important
    }

    .checkout-success-container .checkout.table-wrapper .items tbody>tr>td.qty:before {
        content: attr(data-th) ':';
        display: inline-block
    }

    .checkout-success-container .checkout.table-wrapper .items tbody>tr>td.subtotal {
        font-weight: 700;
        padding-top: 10px;
        padding-bottom: 15px
    }

    .checkout-success-container .checkout.table-wrapper .items tbody:last-child {
        border-bottom: none
    }

    .checkout-success-container .checkout.table-wrapper .col.item {
        padding-top: 15px
    }

    .checkout-success-container .actions-toolbar {
        display: none
    }

    .checkout-success>h4 {
        text-align: center
    }

    .checkout-success #registration {
        margin-top: 60px
    }

    .checkout-summary {
        margin-top: 35px
    }

    .checkout-summary>.title {
        border-bottom: 2px solid #2d2f2c;
        font-weight: 700;
        padding-bottom: 10px;
        text-align: left
    }

    .eventmanager-lists-index .page-title-wrapper .page-title {
        margin-bottom: 40px
    }

    .eventmanager-lists-index .carousel {
        display: none
    }

    .eventmanager-lists-index .list-type {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 24px;
        margin-left: -15px;
        margin-right: -15px
    }

    .eventmanager-lists-index .list-type a {
        font-size: 1.4rem;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        box-sizing: border-box;
        line-height: 20px;
        padding: 0 0 20px 0;
        text-align: center
    }

    .eventmanager-lists-index .event-content {
        margin-bottom: 0;
        overflow: hidden
    }

    .eventmanager-lists-index .event-content:not(:last-child) {
        margin-bottom: 24px
    }

    .eventmanager-lists-index .event-content .event-main-title {
        font-size: 2.4rem;
        line-height: 32px
    }

    .eventmanager-view-index .view-wrap .info_shares_wrap {
        text-align: center
    }

    .faqs {
        margin-bottom: 40px
    }

    .faqs .block {
        margin: 0;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .faqs .block>.item.title {
        box-sizing: border-box;
        float: none;
        width: 100%
    }

    .faqs .block>.item.title>.switch {
        display: block
    }

    .faqs .block>.item.content {
        box-sizing: border-box;
        display: block;
        float: none;
        margin: 0
    }

    .faqs .block>.item.content:before,
    .faqs .block>.item.content:after {
        content: '';
        display: table
    }

    .faqs .block>.item.content:after {
        clear: both
    }

    .faqs .block>.item.content.active {
        display: block
    }

    .faqs .block>.item.title {
        margin: 0 0 10px
    }

    .faqs .block>.item.title>.switch {
        background: #2d2f2c;
        height: 40px;
        padding: 5px 15px 5px 15px;
        font-weight: 600;
        line-height: 40px;
        font-size: 1rem;
        text-decoration: none;
        color: #fff;
    }

    .faqs .block>.item.title>.switch:visited {
        color: #2d2f2c;
        text-decoration: none
    }

    .faqs .block>.item.title>.switch:hover {
        color: #fff;
        text-decoration: none
    }

    .faqs .block>.item.title>.switch:active {
        color: #fff;
        text-decoration: none
    }

    .faqs .block>.item.title:not(.disabled)>.switch:focus,
    .faqs .block>.item.title:not(.disabled)>.switch:hover {
        background: #2d2f2c;
    }

    .faqs .block>.item.title:not(.disabled)>.switch:active,
    .faqs .block>.item.title.active>.switch,
    .faqs .block>.item.title.active>.switch:focus,
    .faqs .block>.item.title.active>.switch:hover {
        background: #2d2f2c;
        color: #fff;
        text-decoration: none;
        padding-bottom: 5px
    }

    .faqs .block .item.content {
        display: none;
        margin-top: -10px;
        padding-left: 15px;
        padding-right: 15px
    }

    .faqs .block .item.title strong {
        display: block;
        text-decoration: none
    }

    .faqs .block .item.title strong:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        line-height: inherit;
        color: inherit;
        content: "\e927";
        font-family: 'icons';
        margin: 0 20px 0 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .faqs .block .item.title strong:before {
        width: 15px
    }

    .faqs .block .item.title.show .switch {
        background: #2d2f2c;
        color: #fff;
        text-decoration: none;
        padding-bottom: 5px
    }

    .faqs .block .item.title.show .switch:before {
        content: "\e607"
    }

    .faqs .block .list:last-child .title {
        border-bottom: none
    }

    .action-reset {
        text-align: center
    }

    .form.password.reset {
        padding: 24px 16px 40px
    }

    .manageinfo-reset-index main.page-main {
        padding: 0 !important
    }

    .manageinfo-reset-index .form.password.reset .sms-code {
        bottom: 37px
    }

    .block-membership-status {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0 !important
    }

    .block-membership-status div.logo {
        margin-bottom: 10px;
        padding-top: 54px
    }

    .block-membership-status .logo {
        display: block;
        max-width: 80% !important
    }

    .block-membership-status .logo .pagebuilder-mobile-hidden {
        display: block !important
    }

    .block-membership-status .logo .pagebuilder-mobile-only {
        display: none !important
    }

    .block-membership-status .block-content {
        padding-left: 15px;
        padding-right: 15px
    }

    .block-membership-status .customer-spening,
    .block-membership-status .spening-remainig {
        text-align: center
    }

    .block-membership-status .membership-status {
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 30px
    }

    .block-membership-status .customer-info,
    .block-membership-status .exchange-rate {
        text-align: center
    }

    .block-membership-status .membership-progressbar {
        padding: 0 9% !important
    }

    .block-membership-status .membership-program {
        padding: 30px 0 22px;
        text-align: center
    }

    .block-membership-status .membership-program .level {
        margin-bottom: 8px !important
    }

    .block-membership-status .membership-program .benefit-content {
        margin-bottom: 16px !important
    }

    .customer-account-create .form-create-account .fieldset.verify,
    .magento_invitation-customer_account-create .form-create-account .fieldset.verify {
        margin-bottom: 20px
    }

    .info_shares_wrap .toggle_shares .shares {
        float: left;
        margin: 0 8px
    }

    .cart.table-wrapper {
        overflow: inherit
    }

    .cart.table-wrapper .col.item,
    .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;
        padding-left: 110px;
        padding-top: 0;
        white-space: nowrap;
        width: 100%
    }

    .cart.table-wrapper .col.item {
        padding-top: 25px
    }

    .cart.table-wrapper .col.msrp {
        white-space: normal
    }

    .cart.table-wrapper .items:not(.pages-items)>.item {
        padding-bottom: 10px
    }

    .cart.table-wrapper .item-options {
        margin-bottom: 0
    }

    .cart.table-wrapper .actions-toolbar>.action.action-edit,
    .action-gift.action-edit {
        position: absolute;
        top: 117px;
        left: 25px
    }

    .cart.table-wrapper .actions-toolbar>.action.towishlist+.action-edit,
    .action-gift.towishlist+.action-edit {
        left: 65px
    }

    .cart-container .checkout-methods-items .pagebuilder-column-group {
        margin-left: -5px
    }

    .cart-container .checkout-methods-items .pagebuilder-column {
        flex-basis: auto;
        padding-left: 5px !important
    }

    .cart-container .checkout-methods-items .action.primary {
        bottom: 0;
        font-size: 20px;
        left: 0;
        line-height: 60px;
        right: 0;
        position: fixed;
        z-index: 2
    }

    .cart-container .checkout-methods-items .item:last-child {
        margin-top: 0
    }

    .cart-summary .block.discount .tooltip.content {
        min-width: 160px !important
    }

    .minicart-wrapper {
        position: absolute;
        top: 18px;
        right: 15px;
        z-index: 5
    }

    .minicart-wrapper .action.showcart .text:before,
    .minicart-wrapper .action.showcart .text.active:before {
        font-size: 28px;
        line-height: 28px
    }

    .minicart-wrapper .action.showcart .text:before,
    .minicart-wrapper .action.showcart .text.active:before {
        margin-top: -3px
    }

    .minicart-wrapper .action.showcart .counter.qty {
        top: -10px
    }

    .opc-wrapper .step-title {
        font-size: 16px;
        padding-top: 0;
        margin-bottom: 20px
    }

    .checkout-index-index .page-header {
        margin-bottom: 20px
    }

    .checkout-index-index .header.links {
        display: none
    }

    .opc-wrapper .form-login {
        margin-bottom: 20px
    }

    .opc-wrapper .form-login+.form-shipping-address .step-title {
        padding-top: 30px
    }

    .opc-wrapper .form-login+.form-shipping-address .fieldset.address {
        border-bottom: none;
        padding-bottom: 25px
    }

    .opc-wrapper .shipping-address-item {
        margin: 0 0 15px;
        padding: 15px 15px 15px 45px;
        width: 100%
    }

    .opc-wrapper .shipping-address-item.selected-item {
        padding: 15px 15px 15px 45px
    }

    .opc-wrapper .action-show-popup {
        width: 100%
    }

    .checkout-shipping-address .form-shipping-address {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px
    }

    .checkout-shipping-address .addresses .step-title {
        margin-bottom: 15px
    }

    .checkout-shipping-method {
        margin-top: 20px
    }

    .checkout-shipping-method .step-title {
        margin-bottom: 0
    }

    .checkout-shipping-method .delivery-message .step-title {
        padding-top: 25px
    }

    .checkout-shipping-link .actions-toolbar .secondary .action {
        font-size: 20px
    }

    .checkout-shipping-link .actions-toolbar .secondary .action:before {
        font-size: 16px;
        line-height: inherit
    }

    .checkout-shipping-link .actions-toolbar .secondary .action:before {
        margin-top: -5px
    }

    .opc-block-shipping-information {
        padding-left: 15px;
        padding-right: 15px
    }

    .opc-block-shipping-information .shipping-information {
        border-top: 1px solid #2d2f2c;
        padding-top: 25px;
        margin-top: 20px
    }

    .opc-block-shipping-information .shipping-information-title {
        border-bottom: 1px solid #2d2f2c;
        padding-bottom: 10px
    }

    .opc-block-shipping-information .shipping-information-title .action-edit {
        top: 45px
    }

    .opc-block-shipping-information .shipping-information-content {
        padding: 0 15px;
        margin-bottom: 25px
    }

    .opc-block-summary {
        padding-top: 20px;
        margin-left: 0;
        margin-right: 0
    }

    .opc-block-summary>.title {
        margin-left: -15px;
        margin-right: -15px
    }

    .opc-block-summary .items-in-cart .product.options {
        font-size: 14px;
        margin-top: 5px
    }

    .opc-block-summary .items-in-cart .product-item {
        font-size: 16px
    }

    .opc-block-summary .items-in-cart .product-item:not(:last-child) {
        margin-bottom: 15px
    }

    .opc-block-summary .items-in-cart .product-item:last-child {
        border-bottom: 1px solid #d9d9d9
    }

    .opc-block-summary .items-in-cart .product-item-name {
        font-size: 16px
    }

    .opc-block-summary .items-in-cart .product-item-name-block {
        margin-bottom: 25px
    }

    .opc-block-summary .items-in-cart .product-item .details-qty {
        float: left;
        line-height: 18px
    }

    .opc-block-summary .items-in-cart .product-item .subtotal {
        float: right
    }

    .opc-block-summary .table-totals {
        border-top: none
    }

    .opc-block-summary .table-totals .mark,
    .opc-block-summary .table-totals .amount {
        font-size: 16px
    }

    .opc-block-summary .table-totals .grand .mark,
    .opc-block-summary .table-totals .grand .amount {
        font-size: 20px
    }

    .checkout-payment-method .step-title {
        margin-bottom: 15px
    }

    .checkout-payment-method .step-title+.payment-method .payment-method-title {
        padding-top: 0
    }

    .checkout-payment-method .shipping-back {
        font-size: 2rem !important;
        text-align: center
    }

    .checkout-payment-method .field-select-billing select {
        width: 100%
    }

    .checkout-payment-method .field-select-billing+div[style="display: block;"] .billing-address-form,
    .checkout-payment-method .field-select-billing+div[style="display: block;"]+.actions-toolbar {
        background: #f7f7f7;
        margin-left: -45px;
        margin-right: -15px;
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px
    }

    .checkout-payment-method .field-select-billing+div[style="display: block;"] .billing-address-form .fieldset,
    .checkout-payment-method .field-select-billing+div[style="display: block;"]+.actions-toolbar .fieldset {
        margin-bottom: 0
    }

    .checkout-payment-method .field-select-billing+div[style="display: block;"]+.actions-toolbar {
        padding-bottom: 10px
    }

    .checkout-payment-method .field-select-billing+div[style="display: block;"]+.actions-toolbar button {
        width: calc((100% - 9px) / 2)
    }

    .checkout-payment-method .payment-method._active .payment-method-content>.actions-toolbar {
        bottom: 0;
        left: 0;
        right: 0;
        padding-left: 0;
        position: fixed;
        z-index: 12
    }

    .checkout-payment-method .payment-method._active .payment-method-content>.actions-toolbar .action.primary {
        line-height: 4.8rem;
        padding: 7px 40px;
        font-size: 2rem
    }

    #custome_reward_points .payment-option-title {
        margin-top: 20px
    }

    .form.payments .payment-option.discount-code {
        margin-bottom: 35px
    }

    .form.payments .opc-payment {
        margin-top: 40px
    }

    .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
    }

    .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
    }

    .multishipping-checkout-success .nav-toggle {
        display: block
    }

    .multishipping-checkout-success .logo {
        margin-left: 40px
    }

    .reward-settings+.actions-toolbar {
        margin-top: 10px
    }

    .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
    }

    .form.purchase {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 16px
    }

    .form.purchase>fieldset {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .form.purchase>fieldset+.actions-toolbar {
        padding: 0 15px
    }

    .form.purchase .field.address-search-box {
        top: 37px;
        right: 15px
    }

    .actions.bulkpurchase-back-button {
        margin: 32px 0
    }

    .actions.bulkpurchase-back-button .action.back {
        font-size: 2rem;
        display: block;
        text-align: center
    }

    .block-kiplingme-benefit .discover,
    .block-kiplingme-status {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0 !important;
        padding-left: 15px;
        padding-right: 15px
    }

    .block-kiplingme-status .customer-spening,
    .block-kiplingme-status .spening-remainig {
        text-align: center
    }

    .block-kiplingme-status .membership-progressbar {
        padding: 0 9% !important
    }

    .block-kiplingme-status .exchange-rate {
        text-align: center
    }

    .block-kiplingme-info {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .block-kiplingme-info .customer-info {
        margin-bottom: 30px;
        text-align: center
    }

    .block-kiplingme-info .customer-info strong {
        font-size: 2.6rem
    }

    .block-kiplingme-info div.logo {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        border-bottom: 1px solid #d8d8d8;
        box-sizing: border-box;
        max-width: 100%;
        padding: 24px 0 42px 0;
        text-align: center;
        width: 100%
    }

    .block-kiplingme-info .block-kiplingme-status {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0
    }

    .block-kiplingme-info .block-kiplingme-history {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .block-kiplingme-info .block-kiplingme-history .block-content {
        padding-top: 24px;
        margin-bottom: 24px
    }

    .block-kiplingme-info .block-kiplingme-history .list-reward-poits .list-point {
        padding-top: 15px
    }

    .block-kiplingme-benefit .pagebuilder-mobile-only {
        display: none !important
    }

    .block-kiplingme-benefit .pagebuilder-mobile-hidden {
        display: block !important
    }

    .block-kiplingme-benefit a.logo {
        display: block;
        max-width: 75%
    }

    .block-kiplingme-benefit .discover {
        padding: 32px 0 15px 0;
        text-align: center
    }

    .block-kiplingme-benefit .discover strong {
        display: block;
        margin-bottom: 25px
    }

    .block-kiplingme-benefit .rule {
        border-bottom: 1px solid #d8d8d8;
        padding: 16px 0
    }

    .magazine-index-index .breadcrumbs,
    .magazine-details-index .breadcrumbs {
        margin-bottom: 20px
    }

    .magazine-index-index .pagebuilder-column,
    .magazine-details-index .pagebuilder-column {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .discover-enjoy-banner,
    .influencer-video,
    .influencer-main-banner {
        margin-left: -15px !important;
        margin-right: -15px !important
    }

    .influencer-content h1 {
        font-size: 2rem;
        margin-bottom: 8px
    }

    .influencer-content .pagebuilder-column {
        margin-bottom: 20px !important
    }

    .influencer-content [data-content-type="image"] {
        margin-bottom: 10px !important
    }

    .influencer-profile [data-content-type="image"] {
        margin-bottom: 22px !important
    }

    .influencer-profile-text h1 {
        margin-bottom: 8px
    }

    .influencer-profile-text h1,
    .influencer-profile-text h1 span {
        font-size: 28px !important
    }

    .influencer-products .product-item {
        width: calc(50% - 6px) !important;
        margin: 0 !important
    }

    .influencer-products .product-item:nth-child(even) {
        margin-left: 12px !important
    }

    .influencer-collection-highlights [data-content-type="heading"] {
        font-size: 3rem;
        margin-bottom: 18px
    }

    .magazine-list {
        margin: 0 -10px
    }

    .magazine-list .slick-dots {
        margin-bottom: 20px
    }

    .news-list-wrapper .list-type {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 24px;
        margin-left: -15px;
        margin-right: -15px
    }

    .news-list-wrapper .list-type a {
        font-size: 1.4rem;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        box-sizing: border-box;
        line-height: 20px;
        padding: 0 0 20px 0;
        text-align: center
    }

    .news-list-wrapper .news-list {
        display: inline-block;
        margin: 0;
        width: 100%
    }

    .news-list-wrapper .news-list .filter-title {
        display: none
    }

    .news-list-wrapper .news-list .news-list-select {
        float: right;
        width: 100%
    }

    .news-list-wrapper .event-list .news-list-item {
        margin-bottom: 0
    }

    .news-list-wrapper .event-list .news-list-item:not(:last-child) {
        margin-bottom: 24px
    }

    .news-list-wrapper .event-list .news-list-item .news-list-heading-date .news-list-title {
        font-size: 2.4rem;
        line-height: 32px
    }

    .news-list-wrapper .newsboard-toolbar {
        margin: 0 auto;
        width: 35%
    }

    .block.block-news-details {
        margin-bottom: 0
    }

    .block.block-news-details .newsboard-toolbar {
        margin: 40px auto 60px;
        max-width: 200px;
        padding: 0
    }

    .block.block-news-details .newsboard-toolbar .primary .action {
        padding: 0
    }

    .newsboard-slider .newsboard-slider-item .block-title {
        margin: 15px 0
    }

    #quick-view-popup .column.main {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #quick-view-popup .product.media {
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1
    }

    .stores .fieldset .field.store-search {
        margin-bottom: 8px
    }

    .stores .fieldset .actions {
        width: calc(100% - 70% - 8px)
    }

    .stores .fieldset .actions>.primary {
        width: 100%;
        line-height: 3.6rem;
        padding: 0
    }

    .stores .mobile {
        font-size: 16px;
        font-weight: 400
    }

    .stores .stores-result h3 {
        font-size: 16px
    }

    .stores .stores-result h3.mobile {
        display: inline-block;
        text-decoration: none
    }

    .stores .stores-result h3.mobile:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: inherit;
        color: inherit;
        content: "\e92a";
        font-family: 'icons';
        margin: 0 10px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .stores .stores-result h3.pc {
        display: none
    }

    .stores .stores-map {
        margin-left: -15px;
        margin-right: -15px
    }

    .stores .stores-list {
        margin-top: 30px
    }

    .stores .stores-content .store-types-labels {
        display: none
    }

    .g-recaptcha>div {
        left: -23px;
        transform: scale(.85)
    }

    .catalogsearch-result-index .breadcrumbs {
        margin-bottom: 14px
    }

    .block-search {
        margin: 0 -5px 15px
    }

    .block-search .block-content {
        margin-bottom: 0
    }

    .block-search .label {
        display: none
    }

    .block-search form {
        position: relative
    }

    .search.no-results .search-content>.actions {
        margin: 32px 0
    }

    .search.no-results .search-content>.actions .action.back {
        font-size: 2rem;
        display: block;
        text-align: center
    }

    .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
    }

    .contact .cms-contact {
        margin-top: 30px;
        text-align: center
    }

    .contact .cms-contact ul li {
        display: inline-block;
        margin-top: 20px;
        width: 15%
    }

    .contact .cms-contact ul .social label {
        display: none
    }

    .form-add-invitations {
        margin-left: -15px;
        margin-right: -15px
    }

    .form-add-invitations .additional,
    .form-add-invitations .field.text {
        margin-top: 20px
    }

    .form-add-invitations>.fieldset>*:not(.legend) {
        margin-left: 15px;
        margin-right: 15px
    }

    .form-add-invitations>.fieldset .legend {
        padding-left: 15px;
        padding-right: 15px
    }

    .form-add-invitations>.fieldset+.actions-toolbar {
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px
    }

    .form-add-invitations button.add {
        margin-bottom: 20px !important
    }

    .table-invitations .col.status {
        width: 30% !important
    }

    .page-with-filter .columns .sidebar-main {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0
    }

    .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 #ebebeb;
        background: #fff;
        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
    }

    .products-grid.wishlist .wishlist-dropdown {
        display: none
    }

    .slick-dots {
        padding: 7px 0
    }

    .slick-dots li {
        margin: 0 4px
    }

    .slick-dots li button {
        height: 12px;
        width: 12px
    }

    .slick-dots li.slick-active button {
        width: 14px;
        height: 14px
    }

    .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%
    }

    .pagebuilder-column-group {
        flex-wrap: wrap
    }

    [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
        background-attachment: scroll !important
    }

    [data-content-type='row'][data-appearance='full-bleed'] {
        background-attachment: scroll !important
    }

    [data-content-type='row'][data-appearance='full-width'] {
        background-attachment: scroll !important
    }

    .block.block-review>.block-content .review-actions-toolbar .actions {
        padding: 0 15px
    }

    .block.block-review>.block-content .review-actions-toolbar .action.add-review {
        width: 100%
    }

    .block-review-list {
        margin-bottom: 0 !important
    }

    .block-review-list>.block-content {
        margin-left: -15px;
        margin-right: -15px
    }

    .table-reviews th:not(.product):not(.date):not(.description),
    .table-reviews td:not(.product):not(.date):not(.description) {
        display: none
    }

    .table-reviews th.date,
    .table-reviews td.date {
        width: 30%
    }

    .table-reviews th.item,
    .table-reviews td.item {
        text-align: center;
        width: 25%
    }

    .table-reviews th.description,
    .table-reviews td.description {
        width: 45%
    }

    .table-reviews .product-name {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 24px
    }

    .table-reviews .review-description {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 48px;
        height: auto !important;
        max-height: 48px
    }

    .customer-review {
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 32px
    }

    .customer-review .product-info {
        box-sizing: border-box;
        display: table;
        width: 100%
    }

    .customer-review .product-media {
        width: 40%
    }

    .customer-review .product-media .product-image-container {
        width: 100% !important
    }

    .customer-review .product-details {
        margin-bottom: 70px
    }

    .customer-review .product-contents {
        padding-left: 16px;
        padding-right: 14%;
        width: 60%
    }

    .customer-review .product-contents .reviews-actions .action.view {
        font-size: 1.2rem
    }

    .customer-review .product-contents .reviews-actions .action.add {
        font-size: 1.4rem;
        line-height: 20px
    }

    .customer-review .product-media,
    .customer-review .product-contents {
        display: table-cell;
        vertical-align: middle
    }

    .customer-review .title,
    .customer-review .product-info,
    .customer-review .review-contents {
        padding-left: 15px;
        padding-right: 15px
    }

    .customer-review .review-details .review-title {
        font-size: 2rem
    }

    .review-form {
        flex-direction: column
    }

    .review-form .action.submit.primary {
        width: 100%
    }

    .review-toolbar {
        background-color: #f1f2f1;
        border-width: 0
    }

    .review-list .block-title {
        padding-left: 15px;
        padding-right: 15px
    }

    .review-item {
        padding-left: 15px;
        padding-right: 15px
    }

    .review-item-content {
        display: flex;
        flex-direction: column
    }

    .review-item .review-ratings,
    .review-item .review-title {
        order: -1
    }

    .review-item .review-details {
        right: 15px
    }

    .review-add .block-title {
        font-size: 2rem;
        position: fixed;
        top: 0;
        left: 0;
        height: 64px;
        width: 100%;
        background: #2d2f2c;
        color: #fff;
        line-height: 64px;
        text-align: center;
        z-index: 4
    }

    .review-add .block-content {
        margin-top: 64px;
        padding-top: 22px
    }

    .review-img-field {
        display: flex;
        align-items: flex-start
    }

    .review-img-field .review-product-img {
        margin-right: 16px
    }

    .fieldset .review-legend.legend {
        margin-bottom: 27px
    }

    .fieldset.review-img-fieldset {
        margin-bottom: 40px
    }

    .fieldset.review-img-fieldset .review-legend.legend {
        margin-bottom: 5px
    }

    .modal-popup.review-add .modal-inner-wrap {
        width: 100%;
        height: 100%;
        max-height: 100%;
        margin: 0
    }

    .modal-popup.review-add .modal-header {
        position: absolute;
        right: 0;
        padding: 0;
        z-index: 5
    }

    .modal-popup.review-add .modal-header .action-close:before {
        color: #fff
    }

    .form-create-return .field.comment label {
        padding-left: 15px;
        padding-right: 15px
    }

    .form-create-return .field.comment .control {
        padding: 32px 15px 10px
    }

    .form-create-return>.actions-toolbar {
        box-sizing: border-box;
        display: flex;
        padding-left: 11.5px !important;
        padding-right: 11.5px !important;
        padding-bottom: 40px !important;
        width: 100%
    }

    .form-create-return>.actions-toolbar>div {
        padding: 0 3.5px;
        margin: 0
    }

    .form-create-return>.actions-toolbar>div.secondary {
        width: 40%
    }

    .form-create-return>.actions-toolbar>div.primary {
        width: 60%
    }

    .form-create-return>.actions-toolbar .action {
        line-height: 4.8rem !important;
        padding: 1px 0 !important;
        font-size: 2rem !important
    }

    .form-create-return>.actions-toolbar a {
        box-sizing: border-box;
        display: block;
        width: 100%
    }

    .account .column.main .returns-details-items .block-returns-tracking .block-title>.action.track {
        display: block;
        float: none;
        margin: 10px 0 0
    }

    .table-returns th:not(.id):not(.date):not(.status),
    .table-returns td:not(.id):not(.date):not(.status) {
        display: none
    }

    .magento_rma-guest-view .return-status,
    .magento_rma-returns-view .return-status {
        margin-bottom: 24px
    }

    .magento_rma-guest-view main.page-main .block:not(.block-returns-comments):not(.common-nav account-nav),
    .magento_rma-returns-view main.page-main .block:not(.block-returns-comments):not(.common-nav account-nav) {
        margin-bottom: 64px !important
    }

    .magento_rma-guest-view main.page-main .block .block-content,
    .magento_rma-returns-view main.page-main .block .block-content {
        margin: 0 -15px
    }

    .magento_rma-guest-view main.page-main .block .box:last-child,
    .magento_rma-returns-view main.page-main .block .box:last-child {
        margin-bottom: 0 !important
    }

    .magento_rma-guest-view .block-return-details .block-content,
    .magento_rma-returns-view .block-return-details .block-content,
    .magento_rma-guest-view .block-returns-comments .block-content,
    .magento_rma-returns-view .block-returns-comments .block-content {
        padding: 24px 15px
    }

    .sales-guest-form main.page-main {
        margin-left: -15px;
        margin-right: -15px
    }

    .sales-guest-form .form-orders-search {
        border-bottom: 1px solid #d9d9d9;
        padding: 32px 32px 40px
    }

    .sales-guest-form .block-new-customer {
        margin-bottom: 0
    }

    .block-order-details-view {
        margin-top: 65px;
        padding-left: 15px;
        padding-right: 15px
    }

    .block-order-details-view .box:not(:last-child) {
        margin-bottom: 40px !important
    }

    .rma+.block-order-details-view {
        padding: 0 !important
    }

    .page-title-wrapper .order-date {
        margin: 4px 0 16px 0
    }

    .order-actions-toolbar {
        margin-bottom: 50px
    }

    .order-links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .order-links .item {
        font-size: 1.4rem;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        box-sizing: border-box;
        line-height: 20px;
        padding: 0 0 20px 0;
        text-align: center
    }

    .order-links,
    .order-details-items {
        margin-left: -15px;
        margin-right: -15px
    }

    .table.history td.id,
    .table.returns td.id {
        padding-left: 30px !important
    }

    .table.history th:not(.id):not(.date):not(.total):not(.message),
    .table.history td:not(.id):not(.date):not(.total):not(.message) {
        display: none
    }

    .table.history td.total {
        padding-right: 30px !important
    }

    .table.returns th:not(.id):not(.date):not(.status),
    .table.returns td:not(.id):not(.date):not(.status) {
        display: none
    }

    .table.returns td.shipping {
        padding-right: 30px !important
    }

    .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
    }

    .sales-order-history .page.messages,
    .sales-order-history .common-nav,
    .sales-order-history .column.main>.block,
    .sales-order-history .column.main>.page-title-wrapper,
    .sales-order-history .column.main>.message.empty {
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px
    }

    .block-date-filter {
        position: relative
    }

    .block-date-filter .date-filter-container {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: -5px
    }

    .block-orders-history {
        margin-bottom: 0 !important
    }

    .block-orders-history>.block-content {
        margin-left: -15px;
        margin-right: -15px
    }

    .order-title {
        padding: 24px 15px !important
    }

    .order-title>a {
        display: block;
        margin: 0 !important
    }

    .order-tracking {
        padding-top: 8px
    }

    .order-details-items:not(.rma).shipments .order-title strong {
        display: block;
        margin-bottom: 8px
    }

    .order-details-items:not(.rma).shipments tbody tr:last-child td:last-child {
        padding-bottom: 0 !important
    }

    .order-details-items:not(.rma) .table-wrapper {
        overflow: auto;
        padding: 0 16px 32px;
        width: auto
    }

    .order-details-items:not(.rma) .table-wrapper tbody>tr td.name:before,
    .order-details-items:not(.rma) .table-wrapper tbody>tr th.name:before {
        display: none !important
    }

    .order-details-items:not(.rma) .table-caption {
        font-size: 1.6rem;
        border-bottom: 2px solid #2d2f2c;
        display: block !important;
        font-weight: 700;
        height: auto;
        line-height: 24px;
        margin: 0 !important;
        padding: 24px 0 10px !important;
        position: relative;
        text-align: left;
        width: auto
    }

    .order-details-items:not(.rma) .product-item-details {
        text-align: left
    }

    .sales-order-history .empty .action.back {
        margin-bottom: 32px
    }

    .shipping-tracking-popup main.page-main {
        padding: 0
    }

    .shipping-tracking-popup .page-title-wrapper {
        background-color: #46454a;
        color: #fff;
        margin-top: 0 !important;
        padding: 16px 0;
        text-transform: uppercase
    }

    .shipping-tracking-popup .page-title {
        font-size: 2rem !important;
        margin-bottom: 0 !important
    }

    .shipping-tracking-popup .subtitle {
        margin-top: 25px;
        padding-left: 15px;
        padding-right: 15px
    }

    .shipping-tracking-popup .page.tracking .actions {
        display: none
    }

    .shipping-tracking-popup .page.tracking .message.empty {
        padding: 16px 12%
    }

    .shipping-tracking-popup .page-bottom {
        display: none
    }

    .magento_rma-guest-returns .order-details-items:not(.rma)+.block-order-details-view,
    body[class^="sales-guest"] .order-details-items:not(.rma)+.block-order-details-view {
        margin-left: -15px;
        margin-right: -15px
    }

    .sales-order-view:not(.sales-guest-form) .page-title-wrapper .page-title,
    .sales-order-invoice:not(.sales-guest-form) .page-title-wrapper .page-title,
    .sales-order-shipment:not(.sales-guest-form) .page-title-wrapper .page-title,
    .sales-order-creditmemo:not(.sales-guest-form) .page-title-wrapper .page-title,
    .magento_rma-returns-returns:not(.sales-guest-form) .page-title-wrapper .page-title,
    .magento_rma-guest-returns:not(.sales-guest-form) .page-title-wrapper .page-title,
    body[class^="sales-guest"]:not(.sales-guest-form) .page-title-wrapper .page-title {
        margin-right: 0
    }

    .swatch-option-link-layered {
        width: 100%;
        margin-bottom: 4px !important
    }

    .swatch-option-link-layered:last-child {
        margin-bottom: 0 !important
    }

    .swatch-option-link-layered .swatch-option {
        width: 100%
    }

    .swatch-option-link-layered .swatch-option-label {
        display: inline-block;
        vertical-align: top
    }

    .footer.content .left .pagebuilder-column {
        flex-basis: auto
    }

    .footer.content .right {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px
    }

    .footer.content .social-links {
        text-align: center
    }

    .page-header {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        box-sizing: border-box;
        position: relative
    }

    .page-header:after {
        clear: both;
        content: ' ';
        display: block;
        height: 0;
        overflow: hidden;
        visibility: hidden
    }

    .page-header .panel.wrapper {
        -webkit-flex-basis: auto;
        flex-basis: auto;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .page-header .header.content {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0;
        padding-top: 15px;
        padding-bottom: 10px
    }

    .sticky-menu {
        opacity: 1
    }

    .sticky-menu .back-top {
        display: block;
        text-decoration: none
    }

    .sticky-menu .back-top:before {
        font-size: 22px;
        line-height: inherit
    }

    .sticky-menu .back-top:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: inherit;
        color: #ff73be;
        content: "\e911";
        font-family: 'icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .sticky-menu .back-top span {
        display: none
    }

    .sticky-menu .back-top:before {
        color: #ff73be;
        margin-right: 10px
    }

    .page-main .page-title-wrapper {
        margin-top: 10px
    }

    .page-main .page-title-wrapper .page-title {
        line-height: 40px;
        margin-bottom: 26px;
        text-align: center
    }

    .wishlist-links {
        position: absolute;
        top: 18px;
        right: 56px;
        z-index: 1
    }

    .cart.table-wrapper .actions-toolbar>.action.towishlist,
    .action-gift.towishlist {
        position: absolute;
        top: 120px;
        left: 25px
    }

    .wishlist-index-index .form-wishlist-items,
    .wishlist-index-index .no-data-product-list {
        margin-left: -15px !important;
        margin-right: -15px !important
    }

    .wishlist-index-index .form-wishlist-items>.actions-toolbar button.tocart {
        margin-left: 5px
    }

    .wishlist-index-index .form.shared.wishlist ol,
    .wishlist-shared-index .form.shared.wishlist ol,
    .wishlist-index-index .form-wishlist-items ol,
    .wishlist-shared-index .form-wishlist-items ol {
        padding-bottom: 16px
    }

    .wishlist-index-index .column.main,
    .wishlist-shared-index .column.main {
        position: relative
    }

    .wishlist-index-index .info_shares_wrap,
    .wishlist-shared-index .info_shares_wrap {
        bottom: 80px;
        left: 0;
        position: absolute;
        right: 0;
        text-align: center
    }

    .wishlist-index-index .info_shares_wrap .note,
    .wishlist-shared-index .info_shares_wrap .note {
        display: none
    }

    .wishlist-index-index .back-button,
    .wishlist-shared-index .back-button,
    .wishlist-index-index .dashboard-back-button,
    .wishlist-shared-index .dashboard-back-button {
        padding-top: 45px !important
    }

    .wishlist-shared-index .page-title-wrapper,
    .wishlist-shared-index .form.shared.wishlist {
        margin-left: -15px !important;
        margin-right: -15px !important
    }

    .wishlist-shared-index .page-title-wrapper .page-title {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 24px;
        margin-bottom: 40px
    }

    .wishlist-shared-index .column.main>.block.title {
        font-size: 3.2rem;
        display: block;
        line-height: 40px;
        margin-bottom: 24px;
        text-align: center
    }

    .wishlist-shared-index .column.main .back-button {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .wishlist-shared-index .column.main .back-button a {
        font-size: 2rem;
        display: block !important;
        text-align: center
    }

    .wishlist-index-configure .action.towishlist {
        font-size: 1.6rem;
        background: #fff;
        width: 110px;
        height: 64px;
        padding: 1px 15px
    }

    .wishlist-index-configure .box-tocart .actions .action.tocart {
        width: calc(100% - 110px)
    }

    .form-wishlist-items,
    .form.shared.wishlist {
        padding: 16px 0 0 0
    }

    .form-wishlist-items>.actions-toolbar,
    .form.shared.wishlist>.actions-toolbar {
        background-color: #f1f2f1;
        bottom: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 12px 16px 12px 8px;
        position: fixed;
        z-index: 10;
        width: 100%
    }

    .form-wishlist-items>.actions-toolbar div.primary,
    .form.shared.wishlist>.actions-toolbar div.primary {
        display: flex
    }

    .form-wishlist-items>.actions-toolbar div.primary button,
    .form.shared.wishlist>.actions-toolbar div.primary button {
        background-image: none;
        background: #fff;
        border: 1px solid #c5c1cc;
        color: #2d2f2c;
        cursor: pointer;
        display: inline-block;
        font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
        font-weight: 400;
        margin: 0;
        padding: 8px 0;
        font-size: 1.4rem;
        line-height: 2.4rem;
        box-sizing: border-box;
        vertical-align: middle;
        margin: 0 0 0 8px !important
    }

    .form-wishlist-items>.actions-toolbar div.primary button:focus,
    .form.shared.wishlist>.actions-toolbar div.primary button:focus,
    .form-wishlist-items>.actions-toolbar div.primary button:active,
    .form.shared.wishlist>.actions-toolbar div.primary button:active {
        background: #fff;
        border: 1px solid #c5c1cc;
        color: #2d2f2c
    }

    .form-wishlist-items>.actions-toolbar div.primary button:hover,
    .form.shared.wishlist>.actions-toolbar div.primary button:hover {
        background: #fff;
        border: 1px solid #939098;
        color: #2d2f2c
    }

    .form-wishlist-items>.actions-toolbar div.primary button.disabled,
    .form.shared.wishlist>.actions-toolbar div.primary button.disabled,
    .form-wishlist-items>.actions-toolbar div.primary button[disabled],
    .form.shared.wishlist>.actions-toolbar div.primary button[disabled],
    fieldset[disabled] .form-wishlist-items>.actions-toolbar div.primary button,
    fieldset[disabled] .form.shared.wishlist>.actions-toolbar div.primary button {
        cursor: default;
        pointer-events: none
    }

    .form-wishlist-items>.actions-toolbar div.primary button.tocart,
    .form.shared.wishlist>.actions-toolbar div.primary button.tocart {
        background-image: none;
        background: #2d2f2c;
        border: 1px solid #2d2f2c;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: 'Kipling', '', Verdana, Arial, Helvetica, sans-serif;
        font-weight: 400;
        padding: 8px 0;
        font-size: 1.4rem;
        line-height: 2.4rem;
        box-sizing: border-box;
        vertical-align: middle
    }

    .form-wishlist-items>.actions-toolbar div.primary button.tocart:focus,
    .form.shared.wishlist>.actions-toolbar div.primary button.tocart:focus,
    .form-wishlist-items>.actions-toolbar div.primary button.tocart:active,
    .form.shared.wishlist>.actions-toolbar div.primary button.tocart:active {
        background: #000;
        border: 1px solid #000;
        color: #fff
    }

    .form-wishlist-items>.actions-toolbar div.primary button.tocart:hover,
    .form.shared.wishlist>.actions-toolbar div.primary button.tocart:hover {
        background: #000;
        border: 1px solid #000;
        color: #fff
    }

    .form-wishlist-items>.actions-toolbar div.primary button.tocart.disabled,
    .form.shared.wishlist>.actions-toolbar div.primary button.tocart.disabled,
    .form-wishlist-items>.actions-toolbar div.primary button.tocart[disabled],
    .form.shared.wishlist>.actions-toolbar div.primary button.tocart[disabled],
    fieldset[disabled] .form-wishlist-items>.actions-toolbar div.primary button.tocart,
    fieldset[disabled] .form.shared.wishlist>.actions-toolbar div.primary button.tocart {
        cursor: default;
        pointer-events: none
    }

    .form-wishlist-items>.actions-toolbar+.wishlist-toolbar .pages,
    .form.shared.wishlist>.actions-toolbar+.wishlist-toolbar .pages {
        margin-top: -16px
    }

    .product-info-main .TTteaser {
        text-align: center;
        margin: 20px 0 15px
    }

    .form-edit-card fieldset .field {
        width: 225px
    }

    .form-edit-card {
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 20px;
        padding-top: 16px
    }

    .form-edit-card>fieldset {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .form-edit-card>fieldset+.actions-toolbar {
        padding: 0 15px
    }

    .checkout-container .opc-estimated-wrapper {
        margin-top: 10px
    }

    .checkout-container .authentication-wrapper {
        margin-top: -12px
    }

    .block.description {
        width: 100%
    }

    .consent-form .actions-toolbar {
        overflow: hidden
    }

    .consent-form .actions-toolbar>div {
        width: 49% !important
    }

    .consent-form .actions-toolbar>div.secondary {
        float: left;
        clear: left
    }

    .consent-form .actions-toolbar>div.primary {
        float: right
    }

    .block-kiplingme-info-success .kipling-logo {
        margin-bottom: 10px;
        width: 200px
    }

    .toot-baar .unsubsciption {
        display: block;
        margin-bottom: 10px
    }

    .newsletter-subscriber-unsubscribe .column.main form.consent-form .actions-toolbar>div.secondary {
        margin: 0 !important
    }

    .newsletter-subscriber-unsubscribe .column.main form.consent-form .actions-toolbar>div button {
        padding: 0 !important
    }

    .pip-unsubscribe-resubscribe .page-main .column.main .main-conatiner div.log img {
        margin: 10px 0;
        width: 200px
    }

    .block-kiplingme-info-scession .logo-kipling {
        margin-bottom: 10px
    }

    .block-kiplingme-info-scession .kipling-logo {
        width: 200px
    }

    ._required._error+.address-search-box .search-btn {
        top: -84px
    }

    ._required._error+.address-search-box .search-btn+a {
        top: -121px
    }

    ._required._warn+.address-search-box .search-btn {
        top: -148px
    }

    ._required._warn+.address-search-box .search-btn+a {
        top: -185px
    }

    .address-search-box .search-btn+a {
        top: -97px
    }

    .form-address-edit .address-search-box {
        right: 15px;
        top: 37px
    }

    .form-address-edit .field.zip a {
        right: 15px
    }

    html[class^="ie"] .form-address-edit .address-search-box {
        top: 39px
    }

    .checkout-index-index .modal-popup .form-shipping-address ._required._warn+.address-search-box .search-btn+a {
        right: 15px
    }

    .products-list .product-item {
        table-layout: fixed
    }

    .products-list .product-item-photo {
        padding: 0 10px 10px 0;
        width: 30%
    }

    .page-products .products-grid .product-items {
        padding-bottom: 20px
    }

    .page-products .toolbar-amount-wrapper {
        position: fixed;
        width: 50%;
        left: 0;
        bottom: 0;
        z-index: 3
    }

    .page-products .products.wrapper~.toolbar .toolbar-amount {
        font-size: .8rem;
        display: block;
        position: absolute;
        left: 50%;
        bottom: 17px;
        margin-left: 4px;
        line-height: 1;
        height: auto;
        color: #939098
    }

    .page-products .toolbar-number {
        font-weight: 400
    }

    .page-products .sorter-label {
        width: 100%;
        display: block;
        margin: 0;
        padding-left: 46%;
        margin-top: -5px
    }

    .page-products .sorter-options {
        position: absolute;
        width: 100%;
        left: 0;
        height: 100%;
        bottom: 0;
        top: 0;
        padding: 20px 0 0 46%;
        background: transparent url('../../frontend/Kipling/jp/ja_JP/images/sortby.svg') no-repeat 40% 50%;
        background-size: 22px !important;
        font-weight: 400
    }

    .page-products .block.filter:not(.active) .block-title {
        height: 64px;
        line-height: 50px
    }

    .page-products .block.filter .block-title:before {
        margin: 5px 0 0 -30px
    }

    .toolbar-products {
        display: none
    }

    .products.wrapper~.toolbar-products {
        display: block
    }

    .products.wrapper~.toolbar-products .pages {
        padding-top: 0;
        margin-top: -4px
    }

    .products.wrapper~.toolbar .toolbar-amount {
        display: none
    }

    .products.wrapper~.toolbar .sorter {
        font-size: 1.2rem;
        display: block;
        position: fixed;
        width: 100%;
        right: 0;
        bottom: 0;
        color: #fff;
        background-color: #2d2f2c;
        font-weight: 600;
        height: 64px;
        line-height: 50px;
        margin: 0;
        z-index: 3
    }

    .filter+input+.toolbar-products+.products+.toolbar-products .sorter,
    .filter+input+script+.toolbar-products+.products+.toolbar-products .sorter {
        width: 50%
    }

    .filter+input+.toolbar-products+.products+.toolbar-products .sorter .sorter-label,
    .filter+input+script+.toolbar-products+.products+.toolbar-products .sorter .sorter-label,
    .filter+input+.toolbar-products+.products+.toolbar-products .sorter .sorter-options,
    .filter+input+script+.toolbar-products+.products+.toolbar-products .sorter .sorter-options {
        padding-left: 52%
    }

    .sorter-options {
        font-size: .8rem;
        padding-right: 0;
        color: #939098
    }

    .catalog-category-view .breadcrumbs {
        margin-bottom: 14px
    }

    .catalog-product-view .column.main {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .catalog-product-view .product.media {
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
        margin-bottom: 15px
    }

    .catalog-product-view .product.media .media-expand {
        display: none
    }

    .catalog-product-view .page-main .page-title-wrapper {
        margin-top: 24px
    }

    .page-main-wrapper .info_shares_wrap {
        display: flex;
        order: 2
    }

    .page-main-wrapper .info_shares_wrap .info_shares {
        margin: 0 auto
    }

    .product-info-top {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 30px;
        margin-bottom: 15px
    }

    .product-info-top .page-title-wrapper .page-title {
        margin-bottom: 5px !important;
        line-height: 32px !important
    }

    .product-info-top .product-default-name {
        margin-top: 0
    }

    .product-info-price {
        margin: 0;
        text-align: left
    }

    .product-info-main {
        margin-top: -30px;
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px
    }

    .product-info-main .product-options-bottom {
        height: 0
    }

    .product-info-main .box-tocart {
        position: fixed;
        bottom: 84px;
        width: 122px;
        right: 15px;
        z-index: 3
    }

    .product-info-main .box-tocart.disabled .control {
        display: none
    }

    .product-info-main .box-tocart .qty-decrease,
    .product-info-main .box-tocart .qty-increase {
        width: 32px !important;
        line-height: 30px !important
    }

    .product-info-main .box-tocart .qty-decrease:before,
    .product-info-main .box-tocart .qty-increase:before {
        line-height: 30px !important
    }

    .product-info-main .box-tocart div.mage-error {
        position: absolute;
        top: 0;
        transform: translate(0, -100%);
        margin: 0
    }

    .product-info-main .box-tocart .actions {
        width: 100%;
        padding-left: 5px;
        box-sizing: border-box
    }

    .product-info-main .box-tocart .actions .action.tocart {
        position: fixed;
        bottom: 0;
        right: 0;
        width: calc(100% - 64px);
        line-height: 60px;
        z-index: 3
    }

    .product-info-main .box-tocart .additional-text {
        font-size: 1.2rem;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 137px;
        background: #fff;
        padding: 8px 15px;
        border-top: 1px solid #f2f2f2;
        text-align: center;
        box-sizing: border-box
    }

    .product-info-main .swatch-disabled-msg {
        text-align: center
    }

    .product-info-main .price-box {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 64px;
        background-color: #fff;
        border-top: 1px solid #f2f2f2;
        padding: 9px 15px;
        box-sizing: border-box;
        z-index: 3;
        min-height: 73px;
        justify-content: center
    }

    .product-info-main .old-price .price {
        font-size: 1.2rem
    }

    .product-info-main .special-price .price {
        font-size: 2.4rem
    }

    .product-info-main .product-addto-links {
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0;
        z-index: 3
    }

    .product-info-main .field.qty {
        margin-bottom: 0
    }

    .product-info-main .product-reviews-summary {
        text-align: center;
        margin-bottom: 32px
    }

    .product-info-main .product-reviews-summary .rating-summary {
        margin-bottom: 12px
    }

    .product-info-main .swatch-opt {
        margin: 30px 0 22px
    }

    .product-info-main .swatch-opt .mage-error {
        text-align: center
    }

    .product-info-main .swatch-option-label {
        text-align: center
    }

    .product-info-main .swatch-attribute-options {
        text-align: center;
        margin: 0
    }

    .product-info-main .widget.block-static-block {
        text-align: center;
        order: -2;
        position: absolute;
        bottom: 45px;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .product-info-main .product-add-form {
        order: -1
    }

    .product-info-main .product.alert {
        order: -3;
        text-align: center;
        width: 180px;
        margin: 0 auto 20px
    }

    .product-info-main .product.alert .action.alert:before {
        display: block;
        margin-bottom: 5px
    }

    .popup-quick-view .action.towishlist,
    .catalog-product-view:not(.wishlist-index-configure) .action.towishlist {
        width: 64px;
        height: 64px;
        background: #fff;
        border-left: 0;
        border-bottom: 0
    }

    .popup-quick-view .action.towishlist:before,
    .catalog-product-view:not(.wishlist-index-configure) .action.towishlist:before {
        font-size: 30px;
        line-height: 64px
    }

    .product-social-links {
        margin-bottom: 32px
    }

    .product-main-description,
    .product-reviews-wrapper {
        padding-left: 15px;
        padding-right: 15px
    }

    .product-more-description .product-details-list {
        margin-bottom: 30px
    }

    .block.block-features .block-content .features-list {
        margin: 0 -8px
    }

    .block.block-product-style .block-content .pagebuilder-column {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .block.block-product-style .block-content .pagebuilder-column [data-content-type='image'] img {
        display: block;
        margin: 0 auto
    }

    .block.block-product-style .block-content .pagebuilder-column .style-text {
        padding: 0 15px !important
    }

    .block.related .action.select {
        display: block;
        margin: 5px 0
    }

    .block.related,
    .block.upsell {
        margin: 0 !important;
        padding-bottom: 25px !important
    }

    .block.related .products-grid .slick-dots,
    .block.upsell .products-grid .slick-dots {
        padding-top: 25px
    }

    .compare,
    .product-addto-links .action.tocompare,
    .product-item-actions .actions-secondary>.action.tocompare,
    [class*='block-compare'] {
        display: none
    }

    .form-edit-account .fieldset.info {
        padding-top: 24px
    }

    .form-address-edit {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 16px
    }

    .form-address-edit>fieldset {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .form-address-edit>fieldset+.actions-toolbar {
        padding: 0 15px
    }

    .form-edit-account,
    .form-create-return,
    .form-orders-search {
        margin-left: -15px;
        margin-right: -15px
    }

    .form-edit-account>fieldset>*,
    .form-create-return>fieldset>*,
    .form-orders-search>fieldset>* {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .form-edit-account>fieldset+.actions-toolbar,
    .form-create-return>fieldset+.actions-toolbar,
    .form-orders-search>fieldset+.actions-toolbar {
        padding: 0 15px
    }

    .account-top {
        padding: 0 15px
    }

    .customer-account-login main.page-main,
    .customer-account-forgotpassword main.page-main,
    .customer-account-createpassword main.page-main,
    .magento_invitation-customer_account-create main.page-main,
    .customer-account-create main.page-main {
        padding: 0
    }

    .customer-account-login main.page-main .page.messages,
    .customer-account-forgotpassword main.page-main .page.messages,
    .customer-account-createpassword main.page-main .page.messages,
    .magento_invitation-customer_account-create main.page-main .page.messages,
    .customer-account-create main.page-main .page.messages {
        padding: 0 10px
    }

    .customer-account-login main.page-main .column.main,
    .customer-account-forgotpassword main.page-main .column.main,
    .customer-account-createpassword main.page-main .column.main,
    .magento_invitation-customer_account-create main.page-main .column.main,
    .customer-account-create main.page-main .column.main {
        padding-bottom: 0
    }

    .customer-account-login main.page-main .column.main .actions-toolbar>.primary,
    .customer-account-forgotpassword main.page-main .column.main .actions-toolbar>.primary,
    .customer-account-createpassword main.page-main .column.main .actions-toolbar>.primary,
    .magento_invitation-customer_account-create main.page-main .column.main .actions-toolbar>.primary,
    .customer-account-create main.page-main .column.main .actions-toolbar>.primary {
        margin-bottom: 0
    }

    .account .column.main .action.back,
    .account .column.main .back-button a {
        font-size: 2rem;
        display: block;
        text-align: center
    }

    .account .column.main .message.empty+.back-button {
        margin-top: 64px
    }

    .account .column.main .back-button,
    .account .column.main .action.back {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .account.sales-order-history .page-title-wrapper,
    .account.customer-account-edit .page-title-wrapper,
    .account.customer-address-index .page-title-wrapper,
    .account.customer-address-form .page-title-wrapper {
        margin-top: 0 !important
    }

    .account.sales-order-history .page-title-wrapper .page-title,
    .account.customer-account-edit .page-title-wrapper .page-title,
    .account.customer-address-index .page-title-wrapper .page-title,
    .account.customer-address-form .page-title-wrapper .page-title {
        font-size: 2rem !important;
        line-height: 28px !important;
        margin-bottom: 16px !important;
        text-align: left !important
    }

    .account .account-nav .authorization-link:not(.sign-out) {
        display: none
    }

    .account .account-nav .sign-out>* {
        display: inline-block;
        text-decoration: none
    }

    .account .account-nav .sign-out>*>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .account .account-nav .sign-out>*:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 29px;
        line-height: 31px;
        color: inherit;
        content: "\e909";
        font-family: 'icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .account .account-nav .sign-out>*:before {
        font-weight: 700;
        margin: 0
    }

    .block-create-account {
        padding: 0 20px;
        text-align: center
    }

    .form-create-account {
        padding: 24px 16px 40px
    }

    .form-create-account p.note {
        margin-bottom: 24px
    }

    .customer-account-login main.page-main .page-title-wrapper .page-title {
        padding: 0 14%
    }

    .customer-account-forgotpassword .columns {
        padding: 0 32px
    }

    .customer-account-createpassword .columns {
        padding: 0 32px 0
    }

    .login-container .fieldset:after {
        text-align: center
    }

    .login-container>.block {
        margin: 0
    }

    .login-container>.block.block-customer-login {
        border-bottom: 1px solid #d9d9d9;
        padding: 0px 32px 48px
    }

    .login-container>.block.block-customer-login .fieldset.login {
        margin-bottom: 0;
        padding-bottom: 62px !important;
        position: relative
    }

    .login-container>.block.block-customer-login .fieldset.login .actions-toolbar .secondary {
        margin-bottom: 20px !important
    }

    .login-container>.block.block-customer-login .fieldset.login .actions-toolbar .primary {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0
    }

    .login-container .field-recaptcha+.actions-toolbar {
        margin-top: 11px
    }

    .login-container .secondary {
        text-align: center
    }

    .block-new-customer {
        padding: 40px 32px 10px
    }

    .form.password.forget .field.note,
    .form.password.reset .field.note {
        margin-bottom: 40px
    }

    .account .messages {
        margin-bottom: 0
    }

    .control.captcha-image .captcha-img {
        margin-bottom: 10px;
        display: block
    }

    .form.search.advanced .field.price .with-addon .input-text {
        flex-basis: auto;
        width: 100%
    }

    .block-recent-order .recent-order {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .block-recent-order .empty {
        margin-top: 8px
    }

    .block-recent-order .recent-order-info {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin-left: -15px;
        margin-right: -15px
    }

    .block-recent-order ol {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0
    }

    .block-recent-order ol li {
        margin-bottom: 24px
    }

    .dashboard-content>.block {
        margin-bottom: 64px !important
    }

    .block-dashboard-addresses .box-billing-address {
        margin-bottom: 32px !important
    }

    .block-wishlist .block-title {
        margin-bottom: 24px !important
    }

    .block-wishlist .wishlist-sidebar {
        margin-left: -15px;
        margin-right: -15px
    }

    .block-wishlist .wishlist-sidebar .product-item-short-description {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 40px
    }

    .action.print {
        display: none
    }

    .box-address-billing,
    .box-address-shipping {
        margin-bottom: 32px !important
    }

    .block-addresses-default .block-content {
        padding: 32px 16px 0
    }

    .box-additional-addresses {
        margin-bottom: 8px !important
    }

    .box-additional-addresses:last-child {
        margin-bottom: 0 !important
    }

    .block-addresses-list .table-additional-addresses-items {
        margin-bottom: 32px
    }

    .block-addresses-list .customer-addresses-toolbar .pages {
        margin-bottom: 25px;
        margin-top: -16px
    }

    .block-addresses-list .block-content,
    .block-addresses-default .block-content {
        margin-left: -15px;
        margin-right: -15px;
        overflow: hidden
    }

    .block-addresses-list .box-content,
    .block-addresses-default .box-content {
        padding: 16px 24px
    }

    .block-addresses-list .box-actions,
    .block-addresses-default .box-actions {
        padding: 12px 24px
    }

    .block-addresses-list .box-title span,
    .block-addresses-default .box-title span {
        font-size: 1.6rem !important;
        line-height: 24px !important
    }

    .block-customer-login .block-content>span,
    .block-new-customer .block-content>span {
        font-size: 1.8rem
    }

    .block.newsletter .label {
        width: 100%
    }

    .block.newsletter .label+.control {
        width: 100%
    }

    .block.newsletter .actions {
        padding-top: 0
    }

    .smile-es-range-slider {
        background-color: #fff;
        padding: 65px 28px 24px;
        border: 1px solid #ebebeb;
        border-radius: 4px;
        box-sizing: border-box
    }

    .block.filter.active .block-title {
        top: 0;
        bottom: unset;
        width: 100%;
        z-index: 6
    }

    .block.filter.active .block-title strong {
        display: inline-block;
        text-decoration: none;
        font-size: 2rem;
        width: 100%;
        height: 64px;
        line-height: 64px
    }

    .block.filter.active .block-title strong:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
        line-height: inherit;
        color: inherit;
        content: "\e901";
        font-family: 'icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .block.filter.active .block-title strong:after {
        position: absolute;
        right: 20px;
        font-size: 22px;
        font-weight: 700;
        top: 50%;
        transform: translate(0, -50%)
    }

    .block.filter.active .block-title:before {
        display: none
    }

    .block.filter.active .block-content {
        display: block;
        top: 64px
    }

    .block.filter:not(.active) .block-title {
        height: 50px;
        line-height: 50px
    }

    .block.filter:not(.active) .block-title strong {
        position: absolute;
        width: auto;
        height: auto;
        padding-left: 52%;
        left: 0;
        margin-top: -5px;
        vertical-align: middle
    }

    .block.filter:not(.active) .block-title strong:before {
        display: block;
        position: fixed;
        content: '';
        bottom: 0;
        width: 50%;
        left: 0;
        height: 50px
    }

    .block.filter .block-title {
        display: inline-block;
        text-decoration: none;
        position: fixed;
        display: block;
        width: 50%;
        bottom: 0;
        color: #fff;
        background-color: #2d2f2c;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
        z-index: 3
    }

    .block.filter .block-title:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: inherit;
        color: inherit;
        content: "\e915";
        font-family: 'icons';
        margin: 0 0 0 -30px;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .block.filter .block-title strong {
        font-size: 1.2rem;
        display: inline-block;
        font-weight: 600;
        height: 50px;
        line-height: 50px
    }

    .block.filter .block-subtitle {
        display: none
    }

    .block.filter .block-content {
        position: fixed;
        display: none;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-bottom: 64px;
        background-color: #f1f2f1;
        z-index: 5;
        overflow-y: scroll
    }

    .block.filter .block-content .item {
        margin-bottom: 4px
    }

    .block.filter .block-content .item:last-child {
        margin-bottom: 0
    }

    .block.filter .filter-current {
        background-color: #fff
    }

    .block.filter .filter-current .action.remove {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translate(0, -50%)
    }

    .block.filter .filter-current .action.remove:before {
        font-size: 16px;
        line-height: inherit
    }

    .block.filter .filter-options-title {
        display: inline-block;
        text-decoration: none;
        position: relative;
        width: 100%;
        padding: 18px 15px;
        border-top: 0;
        border-left: 0;
        border-right: 0
    }

    .block.filter .filter-options-title:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 26px;
        line-height: inherit;
        color: inherit;
        content: "\e912";
        font-family: 'icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .block.filter .filter-options-title:after {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0, -50%)
    }

    .block.filter .filter-options-title:last-child:after {
        display: none
    }

    .block.filter .filter-options-item.current .filter-options-title {
        font-weight: 700
    }

    .block.filter .filter-options-item.current .filter-options-title:after {
        content: "\e911"
    }

    .block.filter .filter-actions {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 12px 15px;
        margin: 0;
        box-sizing: border-box;
        background-color: #f1f2f1;
        z-index: 1
    }

    .block.filter .filter-actions .action.clear {
        display: block;
        padding: 9px 24px;
        text-align: center;
        text-transform: uppercase;
        background: #fff;
        border: 1px solid #c5c1cc
    }
}

@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-giftregistry-items .col.product:before,
    .table-giftregistry-items .col.product:after,
    .multicheckout.order-review .data.table tbody tr:before,
    .multicheckout.order-review .data.table tbody tr:after {
        content: '';
        display: table
    }

    .abs-add-clearfix-mobile:after,
    .abs-checkout-order-review tbody tr:after,
    .table-giftregistry-items .col.product:after,
    .multicheckout.order-review .data.table tbody tr:after {
        clear: both
    }

    .multicheckout.order-review .data.table tbody tr:not(:last-child) {
        border-bottom: 1px solid #ebebeb
    }

    .multicheckout.order-review .data.table tbody tr .col.item:before {
        display: none
    }

    .multicheckout.order-review .data.table tbody tr .col.qty,
    .multicheckout.order-review .data.table tbody tr .col.price,
    .multicheckout.order-review .data.table tbody tr .col.subtotal {
        box-sizing: border-box;
        float: left;
        text-align: center;
        white-space: nowrap;
        width: 33%
    }

    .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
    .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
    .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
        content: attr(data-th) ':';
        display: block;
        font-weight: 700;
        padding-bottom: 10px
    }

    .abs-checkout-order-review tbody tr .product-item-name,
    .multicheckout.order-review .data.table tbody tr .product-item-name {
        margin: 0
    }

    .abs-no-display-s {
        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
    }

    .column .block-addbysku .sku {
        margin-right: -85px;
        padding-right: 90px
    }

    .column .block-addbysku .action.remove {
        display: inline-block;
        background-image: none;
        background: none;
        -moz-box-sizing: content-box;
        border: 0;
        box-shadow: none;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        font-weight: 400
    }

    .column .block-addbysku .action.remove>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .column .block-addbysku .action.remove:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 28px;
        line-height: 36px;
        color: inherit;
        content: "\e901";
        font-family: 'icons';
        margin: 1px 0 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .column .block-addbysku .action.remove:hover:before {
        color: inherit
    }

    .column .block-addbysku .action.remove:active:before {
        color: inherit
    }

    .column .block-addbysku .action.remove:focus,
    .column .block-addbysku .action.remove:active {
        background: none;
        border: none
    }

    .column .block-addbysku .action.remove:hover {
        background: none;
        border: none
    }

    .column .block-addbysku .action.remove.disabled,
    .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
        pointer-events: none
    }

    .cart.table-wrapper .gift-content {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 20px
    }

    .table-giftregistry-items .field.choice,
    .table-giftregistry-items .field.qty {
        display: inline-block
    }

    .form-giftregistry-search .fieldset {
        margin-bottom: 15px
    }

    .multicheckout .data.table .address:before {
        margin-bottom: 5px
    }

    .multicheckout .product-item-name,
    .multicheckout .price-including-tax,
    .multicheckout .price-excluding-tax {
        display: inline-block
    }

    .multicheckout .block-content .box:not(:last-child) {
        margin-bottom: 40px
    }

    .multicheckout .block-content .box:last-child {
        margin-bottom: 0
    }

    .multicheckout.order-review .box-items .data.table thead {
        display: block
    }

    .multicheckout.order-review .box-items .data.table thead tr {
        display: block
    }

    .multicheckout.order-review .box-items .data.table thead .col.item {
        display: block;
        padding: 0
    }

    .multicheckout .actions-toolbar .action {
        margin-bottom: 25px
    }

    .multicheckout .actions-toolbar>.primary {
        margin-bottom: 25px;
        margin-right: 0
    }

    .account .column.main,
    .account .sidebar-additional {
        margin: 0
    }
}

@media only screen and (max-width:479px) {
    .tooltip.wrapper .tooltip.content {
        min-width: 10rem
    }

    .minicart-wrapper .block-minicart {
        width: 310px;
        right: -10px
    }

    .field-tooltip .field-tooltip-content {
        min-width: 10rem
    }

    .magazine-item {
        width: 100%
    }

    .footer.content .left {
        display: none
    }

    .footer.content .right {
        padding-top: 10px
    }

    .footer.content .footer-logo {
        display: block;
        margin: 0 auto 10px
    }

    .block.newsletter .actions {
        min-width: 86px
    }

    .block.newsletter .action.subscribe {
        font-size: 1.2rem;
        padding-left: 0;
        padding-right: 0
    }

    .block.newsletter input:not([type="checkbox"]) {
        font-size: 12px
    }
}

@media all and (min-width:640px) {
    .abs-blocks-2columns-s {
        width: 48.8%
    }

    .abs-reset-left-margin-desktop-s,
    .column:not(.sidebar-main) .multicheckout .actions-toolbar,
    .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
        margin-left: 0
    }

    .abs-margin-for-forms-desktop-s {
        margin-left: 25.8%
    }

    .abs-visually-hidden-desktop-s {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .abs-add-clearfix-desktop-s:before,
    .abs-add-clearfix-desktop-s:after,
    .multicheckout .block-billing:before,
    .multicheckout .block-billing:after {
        content: '';
        display: table
    }

    .abs-add-clearfix-desktop-s:after,
    .multicheckout .block-billing:after {
        clear: both
    }

    .abs-add-box-sizing-desktop-s,
    .multicheckout .block-shipping .box,
    .multicheckout .block-billing .box-billing-address,
    .multicheckout .block-billing .box-billing-method {
        box-sizing: border-box
    }

    .ui-dialog.popup {
        width: 420px
    }

    .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: #2d2f2c;
        text-decoration: none;
        background: none;
        border: 0;
        display: inline;
        margin-top: 2px
    }

    .column .block-addbysku .action.remove:focus,
    .column .block-addbysku .action.remove:active {
        background: none;
        border: none
    }

    .column .block-addbysku .action.remove:hover {
        background: none;
        border: none
    }

    .column .block-addbysku .action.remove.disabled,
    .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
        pointer-events: none
    }

    .column .block-addbysku .action.remove:visited {
        color: #2d2f2c;
        text-decoration: none
    }

    .column .block-addbysku .action.remove:hover {
        color: #ff73be;
        text-decoration: none
    }

    .column .block-addbysku .action.remove:active {
        color: #ff73be;
        text-decoration: none
    }

    .column .block-addbysku .action.remove:hover,
    .column .block-addbysku .action.remove:active,
    .column .block-addbysku .action.remove:focus {
        background: none;
        border: 0
    }

    .column .block-addbysku .action.remove.disabled,
    .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
        color: #2d2f2c;
        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>.fieldset {
        width: auto
    }

    .multicheckout .methods-payment .item-content>.fieldset .field.cvv {
        display: inline-block;
        width: auto
    }

    .multicheckout .methods-payment .fieldset>.field:not(.choice)>.label {
        float: none;
        margin-bottom: 8px;
        text-align: left;
        width: auto
    }

    .multicheckout .methods-payment .fieldset>.field:not(.choice):not(.cvv) .control {
        width: 100%
    }

    .product-item-actions .actions-primary+.actions-secondary>* {
        white-space: normal
    }

    .products-grid .product-item {
        width: calc((100% - 24px) / 3)
    }

    .products-grid .product-item:nth-child(2n + 1) {
        margin-left: 12px
    }

    .products-grid .product-item:nth-child(3n + 1) {
        margin-left: 0
    }

    .page-products .products-grid .product-item:nth-last-child(1),
    .page-layout-3columns .products-grid .product-item:nth-last-child(1),
    .page-products.page-layout-3columns .products-grid .product-item:nth-last-child(1),
    .page-products .products-grid .product-item:nth-last-child(2),
    .page-layout-3columns .products-grid .product-item:nth-last-child(2),
    .page-products.page-layout-3columns .products-grid .product-item:nth-last-child(2),
    .page-products .products-grid .product-item:nth-last-child(3),
    .page-layout-3columns .products-grid .product-item:nth-last-child(3),
    .page-products.page-layout-3columns .products-grid .product-item:nth-last-child(3) {
        margin-bottom: 0
    }
}