/* button standard style */
/* default */
/* second */
/* info */
/* trans... */
/* black */

/* toolbar */
.mpblog-category-view .toolbar {
    display: flex;
}
.mpblog-category-view .toolbar .sorter {
    margin-left: auto;
}
.mpblog-category-view .toolbar .filter,
.mpblog-category-view .toolbar .sorter {
    display: flex;
    align-items: center;
}
.mpblog-category-view .toolbar .filter .filter-head {
    display: flex;
    align-items: center;
}
.mpblog-category-view .toolbar .filter .filter-head .glyphicon-filter::before {
    font-size: 2rem;
}
.mpblog-category-view .toolbar .sorter .sort-by-switcher span::before {
    color: #ef5416;
    font-size: 20px;
}
.mpblog-category-view .post-list-content ul {
    margin-left: 0;
}
.mpblog-category-view .post-list-content ul .icon-right-circled::before {
    font-size: 2rem;
    color: #f05a1e;
}
.mpblog-category-view .post-list-content ul .icon-right-circled:hover {
    opacity: 0.8;
}
.search.results .toolbar {
    margin-bottom: 3rem;
    text-align: left;
}
.filter h2 {
    color: #f05a1e;
    font-size: 2.4rem;
    margin: 0 1.2rem 0 0.5rem;
    line-height: 3.6rem;
}
.toolbar .filter .filter-list {
    display: inline-block;
}
.toolbar .filter .filter-list li {
    float: left;
}
.toolbar .filter .filter-list li a.button {
    margin-right: 0.5rem;
    padding: 0.7rem 2rem;
    font-size: 1.6rem;
    line-height: 2rem;
    border-radius: 2rem;
    min-width: auto;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.toolbar .filter .filter-list li.active a.button,
.toolbar .filter .filter-list li a.button:hover {
    color: #f05a1e;
    background-color: white;
    border-color: #f05a1e;
}
.toolbar .filter .filter-head {
    display: inline-block;
}
.toolbar .sorter form {
    display: flex;
    align-items: center;
}
.toolbar .sorter form label {
    line-height: 3.8rem;
    margin-bottom: 0;
}
.toolbar .sorter form select {
    box-sizing: border-box;
    padding-right: 4rem;
}
.toolbar .sorter .sort-by-switcher span {
    font-size: 0;
    vertical-align: middle;
    text-align: center;
    color: #ef5416;
    margin-left: 1rem;
    top: 0;
}
.toolbar .sorter .sort-by-switcher:hover {
    text-decoration: none;
}

.toolbar .sorter .sort-by-switcher span:hover {
    color: #f9bda5;
}
.img-responsive {
    margin: 0 auto;
}
.awards .align-grid {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-bottom: 3rem;
}
.awards .align-grid::before,
.awards .align-grid:after {
    content: " ";
    display: table;
}
.awards .align-grid:after {
    clear: both;
}
.awards .align-grid li.item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 3rem;
    text-align: center;
}
.awards .align-grid li.item h2 {
    font-size: 1.6rem;
    color: #ef5416;
    line-height: 1.5;
    font-weight: 500;
}
.awards .align-grid li.item p {
    color: #666666;
}
.awards .align-grid li.item .image {
    background-size: 100%;
    background-image: linear-gradient(
        #ffffff,
        #f8f8f8 0%,
        #ffffff 50%,
        #f8f8f8
    );
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.whereToBuy-image {
    border: 1px solid #ebebeb;
}
.whereToBuy-image .mgz-single-image-wrapper {
    width: 100%;
}
.whereToBuy-image .mgz-single-image-inner {
    width: 100%;
    padding-bottom: 100%;
}
.whereToBuy-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: scale-down;
}

.awards .align-grid li.item .img-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}
.awards .align-grid li.item .center-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.awards .align-grid li.item .center-wrapper a {
    display: table-cell;
    vertical-align: middle;
}
.awards .align-grid li.item .item-info {
    border: #cccccc 1px solid;
    position: relative;
    padding: 1rem;
    text-align: left;
    word-break: break-word;
    min-height: 200px;
    padding-bottom: 80px;
}
.awards .align-grid li.item .actions {
    padding: 0 1rem 1rem;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}
.awards .align-grid li.item .actions p {
    margin: 0;
}
.awards .align-grid li.item .item-info > .arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 11px;
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #cccccc;
}
.awards .align-grid li.item .item-info > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 1rem;
    top: 0.1rem;
    margin-left: -1rem;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
@media only screen and (min-width: 1230px) {
    .awards .align-grid > li.item {
        width: 20%;
        float: left;
    }
    .awards .align-grid li.item {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media only screen and (max-width: 1229px) and (min-width: 1000px) {
    .awards .align-grid > li.item {
        width: 25%;
        float: left;
    }
    .awards .align-grid li.item {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media only screen and (max-width: 999px) and (min-width: 500px) {
    .awards .align-grid > li.item {
        width: 33.33333333%;
        float: left;
    }
    .awards .align-grid li.item {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media only screen and (max-width: 499px) {
    .awards .align-grid > li.item {
        width: 100%;
        float: left;
    }
    .awards .align-grid li.item {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

/* .newsletter */
.newsletter ul li:after {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: #f05a1e;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mb-s {
    margin-bottom: 1.2rem;
}
.breadcrumbs a.back {
    display: flex;
    align-items: center;
    color: #f05a1e !important;
}
.breadcrumbs a.back .icon-left-open {
    font-size: 2rem;
}
.mpblog-category-view .post-list-content,
.mpblog-category-view .toolbar {
    padding-left: 2rem;
    padding-right: 2rem;
}

.mp-blog-view .tableWrapper {
    overflow-x: auto;
}
.mp-blog-view .post-post_content > h2 {
    color: #666666;
}
.color-main {
    color: #f05a1e;
}
.break-all {
    word-break: break-all;
}
.locale-list {
    margin-top: 3rem;
}
.locale-pl-s {
    padding-left: 1rem;
}
.languageSelect a:hover span {
    color: #f05a1e;
}
.languageSelect h2 {
    font-size: 2rem;
}
.languageSelect a {
    color: #666666;
}
.languageSelect a:hover {
    text-decoration: none;
}
.languageSelect .inner-content .mgz-col-lg-4 {
    padding: 1rem 0;
}
.languageSelect {
    padding-bottom: 2rem;
}

.post-list-content .post-list-body li.item {
    list-style: none;
}
.post-list-content .post-list-body li.item a,
.post-list-content .post-list-body li.item h2.title {
    color: #000;
}
.post-list-content li.item p.date {
    font-size: 1.4rem;
    color: #666666;
    margin-bottom: 0;
}
.post-list-content .post-list-body li.item {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
}
.post-list-content.newsletter .post-list-body li.item a {
    margin-left: 2rem;
}

.awards.post-list-content .post-list-body li.item,
.awards .post-list-body li.item {
    display: block;
}
.awardsContent .post-list-body {
    display: flex;
    justify-content: center;
}
.blog.post-list-content .post-wrapper {
    width: 80%;
}
.blog.post-list-content .post-list-body li.item:not(:first-child) {
    margin-top: 4rem;
}
.blog.post-list-content .post-list-body li.item {
    flex-wrap: wrap;
}
.blog.post-list-content .post-list-body li.item h2 {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    line-height: 1.5;
    width: 80%;
}
.blog .title-wrapper {
    display: flex;
    width: 100%;
}
.blog .title-wrapper p.date {
    margin-left: auto;
}
.blog .shortDescription {
    margin-top: 0.5rem;
}

.post-list-content .post-list-body li.item .shortDescription a {
    color: #666666;
}
.post-list-content .post-list-body li.item .shortDescription a.icon-read-more {
    color: #f05a1e;
}

.newsletter.post-list-content .post-list-body li.item p {
    margin-bottom: 0;
}
li.item {
    position: relative;
}

.post-post_content p,
span {
    line-height: 1.5;
}
.mp-post-info {
    color: #000;
}
.mp-blog-view p.date {
    margin-bottom: 1rem;
}

/* title text-center */
.catalogsearch-result-index .page-main .page-title-wrapper h1.page-title,
.catalog-product_compare-index .page-main .page-title-wrapper h1.page-title,
.cms-wheretobuy .page-main .page-title-wrapper h1.page-title,
.cms-wheretobuy-online-store-by-category
    .page-main
    .page-title-wrapper
    h1.page-title
    .cms-wheretobuy-online-dealer
    .page-main
    .page-title-wrapper
    h1.page-title
    .cms-offline-store-sea
    .page-main
    .page-title-wrapper
    h1.page-title
    .cms-category-landing-page
    .page-main
    .page-title-wrapper
    h1.page-title {
    display: block;
    text-align: center;
}
.badge.badge-pill {
    background-color: #f05a1e;
    color: #ffffff;
    padding: 0.3rem 1rem;
    border-radius: 0.5rem;
    font-size: 1.2rem;
}
.mst-search__index .mageplaza-post .post-summary {
    color: #666666;
}
.page-layout-2columns-right .column.main {
    width: 100%;
}

/* wheretobuy */
.whereToBuy .mgz-tabs-nav > .mgz-tabs-tab-title.mgz-active > a,
.whereToBuy .mgz-tabs-nav > .mgz-tabs-tab-title:not(.mgz-active) > a,
.whereToBuy .mgz-tabs:not(.mgz-tabs-no-fill-content) .mgz-tabs-tab-content {
    background-color: unset;
    border: none;
}
.whereToBuy .mgz-tabs-tab-title span {
    color: #000;
}
.whereToBuy .mgz-tabs-tab-title.mgz-active {
    border-bottom: 3px solid #f05a1e;
}
.whereToBuy .mgz-tabs-tab-title.mgz-active span {
    color: #f05a1e;
}
.whereToBuy .mgz-tabs-tab-title {
    position: relative;
    min-width: 150px;
    text-align: center;
}
.whereToBuy .mgz-tabs-tab-title:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 0.1rem;
    background: #999;
    height: 35%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.whereToBuy .mgz-element-inner .mgz-single-image-wrapper {
    width: 100%;
}

.amlocator-search-container,
.amlocator-filters-container {
    background: #ddd;
    border-radius: 1rem;
}
.amlocator-map-container
    .amlocator-block.-filter
    .amlocator-filters-container
    .amlocator-actions {
    font-size: 1.4rem;
}

.whereToBuyIndex .mgz-bg {
    width: 17rem;
    height: 17rem;
    left: 50%;
    transform: translateX(-50%);
}
.whereToBuyIndex .mgz-cta-bg-wrapper {
    height: 17rem;
    min-height: unset;
}

.whereToBuyIndex .mgz-cta-content {
    min-height: unset;
}
.whereToBuyIndex .mgz-cta:not(.mgz-cta-image-cover) .mgz-cta-content {
    background-color: unset;
}
.whereToBuyIndexWrapper {
    margin: 3rem 0;
}
.whereToBuyIndexWrapper .inner-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.whereToBuyIndexWrapper .mgz-element-call_to_action .mgz-cta-content {
    padding-top: 0;
}

.onlineStoreDealer {
    margin-top: 3rem;
}
.onlineStoreDealer .mgz-element-column {
    padding: 20px;
}
.whereToBuy.page-main,
.onlineStoreDealer.page-main {
    top: 0;
}
.whereToBuyTitle h4 {
    font-weight: 100;
}
/* offline store 套件區 */
.amlocator-main-container {
    margin-bottom: 5rem;
}
.amlocator-main-container .amlocator-button {
    background-color: #f05a1e;
    border-radius: 1.8rem;
}
.amlocator-filters-container .amlocator-button:hover {
    color: #fff;
    background-color: #f37d4e;
    border-color: #f2733f;
}
.amlocator-filters-container .amlocator-clear {
    color: #f05a1e;
    cursor: pointer;
}
.amlocator-filters-container .amlocator-clear:hover {
    color: #f2733f;
}

.view-more {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff;
}

#stores-detail p {
    font-size: 1.4rem;
}
#stores-detail {
    margin-bottom: 2rem;
}
.offlineStore {
    padding-top: 1rem;
}

.offlineStoreText-hr {
    margin-top: 0;
    margin-bottom: 2rem;
}
.offlineStoreText h3 {
    margin-top: 2rem;
}
.offlineStoreText .mgz-container {
    margin-top: 3rem;
}
/* for special country distributor */
.offlineStoreSpeWrapper:not(:last-child) {
    /* .offlineStoreSpeWrapper { */
    margin-top: 3rem;
}

.offlineStoreSpeWrapper .offlineStoreSpeText {
    padding-left: 2rem;
}

.offlineStoreSpe .mgz-single-image-wrapper {
    width: 100%;
}

#stores-detail .offlineStoreText-store {
    padding: 0 7rem 3rem 7rem;
    min-height: 250px;
}

.onlineStoreBg {
    background: linear-gradient(180deg, #ebebeb 0%, #ffffff 10%);
    margin-top: 4rem;
}
#footer,
#footer .navigation {
    background-color: #58585a;
}
#footer .inner-content a,
#footer .nav-item a {
    color: #fff;
    /* padding-top: 0.5rem; */
}

#footer .nav-item.level0 a span.title {
    font-size: 1.4rem;
    font-weight: 100;
    color: #fff;
}
#footer .nav-item.level0:hover > a {
    background-color: unset;
}
#footer .nav-item.level0:hover a span.title {
    color: #fff !important;
}
#footer .nav-item.level0 a span.title:hover {
    text-decoration: underline;
}
#footer .magezon-builder {
    display: flex;
}
#footer
    .ninjamenus.ninjamenus-desktop.ninjamenus-horizontal
    .nav-item.level0:hover
    > a {
    margin-bottom: 0;
}
/* footer選單標題 */
#footer .magezon-builder > .nav-item.level0:hover > a > span.title {
    text-decoration: none;
}
#footer .magezon-builder > .nav-item.level0 > a > span.title {
    font-size: 1.6rem;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-horizontal
    .footerNoHover.nav-item.level0:hover
    > a {
    margin-bottom: unset;
    height: unset;
    border-radius: unset;
}
.footerNoHover > a {
    cursor: default;
}
.footerNoHover.footerEnt > a {
    cursor: pointer;
}

/* footer選單項目 */
#footer .nav-item > a:hover {
    color: #fff !important;
}
#footer .nav-item a span.title:hover {
    color: #fff;
}
#footer .ninjamenus.ninjamenus-desktop .stack > .item-submenu {
    width: auto;
}
#footer .magezon-builder > .nav-item.level0:not(:last-child) {
    padding-right: 4rem;
}
#footer .magezon-builder > .nav-item.level0 {
    border: none;
}
#footer .magezon-builder > .nav-item.level0.footerIcon {
    padding-right: 0;
}
#footer .magezon-builder > .nav-item.level0.footerNoSpace {
    padding-right: 0;
}
#footer .v-hidden.nav-item.level0 > a span.title {
    visibility: hidden;
}
#footer .magezon-builder > .nav-item.level0 > a {
    line-height: 3.5rem;
    padding-bottom: 0.5rem;
}
#footer {
    padding: 4rem 0;
}

#footer .magezon-builder > .nav-item.level0.footerIconFirst {
    margin-left: auto;
}
.categoryLanding h3 {
    margin-bottom: 0;
}
.mgz-element-row:not(.categoryHead).categoryLanding
    > .mgz-container
    > .mgz-element-column {
    margin-bottom: 5rem;
}
.categoryLandingLine {
    margin-bottom: 2rem;
}
.categoryBtn a.mgz-btn,
.whereToBuyIndexWrapper a.mgz-btn {
    font-size: 1.6rem;
    padding: 0.8rem 1.2rem;
    border-radius: 2rem;
    min-width: 16rem;
    background-color: #f05a1e;
    color: #fff;
    border: 1px solid #f05a1e;
}
.categoryBtn a.mgz-btn:hover,
.whereToBuyIndex:hover a.mgz-btn {
    background-color: #fff;
    color: #f05a1e;
}

.footer-bottom {
    display: flex;
    border-top: 1px solid #808080;
    margin-top: 2rem;
    width: 100%;
}

ul.bottom-links {
    display: flex;
}
ul.bottom-links li {
    padding-right: 4rem;
    line-height: 3.5rem;
    padding-top: 1.5rem;
}
ul.bottom-links li a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 100;
}
.country-button {
    margin-left: auto;
}
.country-button a {
    display: flex;
    justify-content: center;

    margin-top: 1.5rem;
    font-size: 1.4rem;
}

.country-button a .flag {
    margin-right: 1rem;
}
small.copyright {
    background-color: #58585a;
    color: #999;
    margin-top: -1px;
}
.topbanner.mioTopBanner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
}
.bannerTitle {
    color: #ffffff;
}
.categoryLanding .inner-content {
    display: flex;
    flex-wrap: wrap;
}
.categoryLanding:not(.categoryHead)
    > .inner-content
    > .mgz-element.mgz-element-column {
    margin-bottom: 3rem;
}
.categoryLandingTitle {
    height: 7.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.categoryLandingContent {
    height: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: keep-all;
}
.categoryLandingContent.contentTw {
    height: 10rem;
    -webkit-line-clamp: 5;
    word-break: normal;
}
.categoryLanding h4 {
    font-weight: 100;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.categoryLanding .mgz-element-column > .mgz-element-inner {
    padding: 1rem;
}

.product-maps.product-collateral .toggle-tabs li {
    margin: 0 -0.2rem;
}

#product-search-map {
    display: flex;
    justify-content: center;
    align-items: center;
}
#product-search-map .input-box {
    position: relative;
    display: flex;
    align-items: center;
}
#product-search-map .input-box .search-button {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: unset;
    border: none;
    color: #666666;
    width: unset;
    padding: 0;
    min-width: 0;
}
#product-search-map .input-box .search-button .ico-search {
    display: flex;
    align-items: center;
}
#product-search-map .tooltipBtn {
    background-color: unset;
    border: none;
    color: #ccc;
    width: unset;
    padding: 0;
    font-size: 1.8rem;
}
#product-search-map .tooltipBtn:hover {
    color: #666666;
}
#product-search-map .minicart-wrapper {
    margin-left: 1.2rem;
}
#product-search-map .minicart-content-wrapper {
    font-size: 1.4rem;
    font-weight: 100;
}
.d-block {
    display: block;
}
#layerednav-list-products .searchTitle {
    font-size: 2rem;
}

#productSearch {
    text-align: center;
    z-index: 1000;
}
.mapWrapper.products-grid .product.name.product-item-name,
.accWrapper.products-grid .product.name.product-item-name {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    height: 4.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: keep-all;
}

.mapWrapper .products-grid .slick-next,
.accWrapper .products-grid .slick-next {
    right: 15px;
}
.mapWrapper .products-grid .slick-prev,
.accWrapper .products-grid .slick-prev {
    left: 15px;
}
.mapWrapper .slick-slide {
    padding: 5px 40px;
}
.map_product-info label,
.acc_product-info label {
    display: block;
    font-size: 3rem;
    margin-bottom: 2rem;
    font-weight: 600;
}
.map_product-info .mapContent p,
.acc_product-info .accContent p {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: #666;
}
.map_product-info .mapItems,
.acc_product-info .accItems {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    color: #666;
}

/* fixed position */
#productSearch.fix-search {
    position: fixed;
    right: 0;
    top: 10rem;
    width: 25%;
    border-radius: 0.5rem;
}
#product-search-map .input-box {
    width: 90%;
}

#productAccessory h2.product-name {
    font-size: 2rem;
    font-weight: 400;
    min-height: 5rem;
}
#productAccessory .product-image img {
    /* max-width: 30rem; */
    margin: 0 auto;
}
.products-grid #accessoriesProducts li.item {
    margin-bottom: 6rem;
}
.contentHr {
    margin-top: 0;
    margin-bottom: 2rem;
    border-top: 1px solid #666666;
}
.Block_head .contentHr {
    width: 15%;
    max-width: 10rem;
    margin: 0 auto;
    margin-top: 0.5rem;
    border-top: 1px solid #f05a1e;
}
.map_category-spacing {
    margin-left: 0;
    margin-right: 0;
}

.search.results .products-grid .product-item-info .product-item-inner {
    border: 0;
    clip: initial;
    height: 19rem;
    margin: 0;
    overflow: hidden;
    padding: 1rem;
    position: relative;
    width: 100%;
    -webkit-line-clamp: 3;
}
/* .search.results .product-item-name {
    height: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */

.map-my {
    margin-bottom: 10rem;
}

.compare-items a,
.link-compare a {
    color: #666666;
}
.action.tocompare .compareicon:hover {
    color: #f05a1e;
    text-decoration: none;
}
.action.compareicon,
.action.compareicon::before {
    color: #f05a1e;
}
/* modal */
/* .modal-footer .action-primary {
    background: #f05a1e;
    margin-left: 0.5rem;
    border-color: #f05a1e;
    font-size: 1.6rem;
}
.modal-footer .action-primary:hover {
    background: #ffffff;
    color: #f05a1e;
    border-color: #f05a1e;
}
.modal-footer .action-secondary {
    background-color: unset;
    color: #333;
    border-color: #333;
}
.modal-footer .action-secondary:hover {
    background-color: unset;
    color: #f05a1e;
    border-color: #f05a1e;
} */
.homeBanner .mgz-container .mgz-element-column .mgz-element-inner {
    padding: 0;
}

.table-comparison tbody tr td.info {
    background-color: unset;
}

.table-comparison tbody tr td:nth-child(even),
.table-comparison thead tr td:nth-child(even) {
    background-color: #eeeeee;
}
.table-comparison .cell.remove,
.table-comparison .cell.product {
    border-right: none;
    border-bottom: none;
}
.table-comparison > .tableHeader > tr > .cell.product {
    -webkit-box-shadow: 0px 3px 0px 0px #f05a1e;
}
.table-comparison .cell.remove {
    text-align: right;
    width: 100%;
}
.table-comparison .price-box {
    text-align: center;
}
.table-comparison .price-box .old-price .price-final_price span.price.price {
    font-size: 1.6rem !important;
}
.table-comparison .price-box .special-price .price,
.table-comparison .price-container .price {
    font-size: 2rem;
}

.table-comparison .tableHeader {
    position: sticky;
    box-shadow: 0px 3px 0px 0px #f05a1e;
    background-color: #ffffff;
    z-index: 1;
}
.table-comparison tbody.tableHeader {
    top: 80px;
}
.table-comparison .cell.label {
    border-right: none;
}
.table-comparison .cell .attribute.value {
    overflow: unset;
    padding-left: 10px;
}
.table-comparison .cell .attribute.value ul li {
    list-style-type: disc;
}
.table-comparison .cell.attribute {
    font-size: 1.6rem;
}
.tableHeader .cell.product.info .product-item-photo {
    margin-bottom: 0;
}
.tableHeader .cell.product.info .product-item-name {
    margin-bottom: 0;
    margin-top: 0;
}

.table-wrapper.comparison {
    overflow: unset;
    margin-top: 4rem;
}

.comparison.action-group {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
}
.comparison.action-group .button.close-window {
    display: flex;
    align-items: center;
}
.comparison.action-group .button.close-window,
.comparison.action-group .button.export-excel {
    min-width: unset;
    border: none;
    background-color: unset;
    color: #f05a1e;
}
/* .comparison.action-group .button.close-window:hover, */
.comparison.action-group .button.export-excel:hover {
    text-decoration: underline;
}
.comparison.action-group .icon.icon-download,
.comparison.action-group .icon.icon-cancel {
    font-size: 2rem;
}
.comparison .glyphicon-ok {
    color: #f05a1e;
}
.comparison .glyphicon-remove {
    color: #666666;
}
.catalog-product_compare-index .page-main .page-title-wrapper h1.page-title {
    margin-top: 4rem;
}

.homeBannerDown .mgz-element-column {
    height: 500px;
}
.homeBannerDown .mgz-element-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem 4rem;
}
.homeBannerDown .mgz-element-inner p {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
    font-weight: 100;
}
.homeBannerDown .mgz-element-inner .btn {
    font-size: 1.6rem;
}
.homeBannerDown .mgz-element-inner {
    width: calc(100% - 5px);
}
.homeBannerDown .boxRight {
    display: flex;
    justify-content: end;
}
.homeBannerAsia {
    height: 700px;
}
.homeBannerAsia .mgz-element-column .mgz-element-inner {
    padding: 0 4rem;
}
.homeBannerAsia .mgz-btn {
    color: #fff;
    background-color: #f05a1e;
    border-color: #f05a1e;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    min-width: 180px;
    max-width: 100%;
    padding: 7px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 1rem;
}
.homeBannerAsia .mgz-button {
    text-align: center;
}
.homeSliderBanner .mgz-element-column {
    height: 70rem;
}
.homeSliderBanner .mgz-element-column > .mgz-element-inner {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.homeSliderBannerText {
    text-align: center;
    color: #ffffff;
    padding: 0 4rem;
}
.homeSliderBannerText p,
.homeSliderBannerText h3,
.homeSliderBlockText p,
.homeSliderBlockText h3 {
    color: #ffffff;
}
.homeSliderBanner .btn.btn.btn {
    border-width: 2px;
}
.homeSliderBanner .flexGrow {
    flex-grow: 1;
}
.homeSliderBanner
    > .inner-content
    > .mgz-element-column
    [data-background-type="image"] {
    transition: all 1s;
}
.homeSliderBanner
    > .inner-content
    > .mgz-element-column:hover
    [data-background-type="image"] {
    transform: scale(1.1);
}
.homeSliderBannerText p.homeSliderBannerPara {
    height: 150px;
}

.homeSlogan > .mgz-element-inner {
    padding: 3rem 5rem;
}
.homeSlogan > .mgz-element-inner > .inner-content {
    max-width: 1570px;
}
.homeSlogan h5 {
    font-weight: 100;
    color: #575757;
    margin-bottom: 0;
}
.homeSlogan .post-post_content p,
.homeSlogan .post-post_content span {
    line-height: 1.8;
}
.price-wrapper {
    min-height: 2.4rem;
    /* margin-bottom: 0.5rem; */
}

/* popout */
.page.messages .message {
    background: #fff;
    border-radius: 0.5rem;
    padding: 2rem 4rem 2rem 2.5rem;
}
.page.messages .message > div {
    padding: 0.8rem 2rem;
}

/* popout - Messages Shopping Cart Link */
.page.messages .message-success.message a {
    color: #f05a1e;
}
.page.messages .message-error.message a {
    color: #f05a1e;
}
.page.messages .message-notice.message a {
    color: #f05a1e;
}
.page.messages .message-warning.message a {
    color: #f05a1e;
}

.page.messages .message-success.message a {
    color: #f05a1e;
}

/* popout- Close Button Popup */
.page.messages .messages .message:after {
    margin: 0;
    top: 5px;
    right: 0;
}
.page.messages .message-success.message:after {
    color: #f05a1e;
}
.page.messages .message-error.message:after {
    color: #b30000;
}
.page.messages .message-notice.message:after {
    color: #f05a1e;
}
.page.messages .message-warning.message:after {
    color: #b30000;
}

/* popout- Messages Alert Icon */
.page.messages .message.success > :first-child::before,
.page.messages .message.error > :first-child::before,
.page.messages .message.notice > :first-child::before,
.page.messages .message.warning > :first-child::before {
    color: #f05a1e;
    margin: 0 0.8rem;
    top: 50%;
    transform: translateY(-50%);
}
.mapTemp h3 {
    font-size: 2rem;
    font-weight: 100;
}
.mapTemp .mgz-element .mgz-element-inner ul li,
.twShop.compatibility ul li {
    margin: 1rem 0;
    min-height: 60px;
}
.mapTemp .fieldset {
    margin: 0;
}
.mapTemp.MainInfo .inner-content.mgz-container h1.ppbd-product-name {
    font-size: 4rem;
}
.mapTemp .mgz-productlabels {
    padding: 10px;
}
.mapTemp .fotorama__stage {
    min-height: 550px;
}
.newArr.mgz-element-inner {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.newArr.mgz-element-inner h2 {
    margin-bottom: 0;
}
.homeNewArr .desc.std {
    margin: 0 0 10px 0;
    color: #777;
    line-height: 1.5em;
    height: 45px;
    font-size: 1.5rem;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.homeNewArr .desc.std p {
    margin-bottom: 0;
}
.homeNewArr .price-wrapper .special-price {
    color: #f05a1e;
}
.homeNewArr .old-price .price {
    text-decoration: line-through;
}
.homeNewArr h3.product-name a {
    color: #333333 !important;
}
.homeNewArr .slick-slide {
    padding: 5px;
}
.homeNewArr .slick-list {
    margin-bottom: 2rem;
}
.homeNewArr .button.secondary {
    margin: 5px 0;
}
.homeBlock {
    margin: 1rem 0;
}

#scrollToTop {
    display: none;
    position: fixed;
    overflow: hidden;
    z-index: 3;
    height: 50px;
    width: 50px;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 1px 3px 12px rgb(0 0 0 / 30%);
    box-shadow: 1px 3px 12px rgb(0 0 0 / 30%);
}
#scrollToTop:hover i {
    color: #f05a1ecc;
}
#scrollToTop-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#scrollToTop-overlay {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#scrollToTop i {
    position: relative;
    display: block;
    color: #f05a1e;
    line-height: 50px;
    padding: 0;
}
#scrollToTop i:before {
    line-height: 50px;
}

.navigation.mobileFooter {
    display: none;
}
.mobileFooter .opener {
    width: 20px !important;
    height: 20px !important;
    color: white;
    font-weight: 700;
    font-size: 16px;
    top: 7px;
}
.mobileFooter
    .ninjamenus.ninjamenus-desktop
    .mega
    > .item-submenu.footerSubmenu {
    background-color: transparent;
}

#footer .mobileFooter .magezon-builder > .nav-item.level0:not(:last-child) {
    border-bottom: 1px solid #808080;
}
#footer .mobileFooter .magezon-builder > .nav-item.level0 > a {
    padding-bottom: 0;
}
#footer .mobileFooter .magezon-builder {
    flex-direction: column;
    align-items: center;
}
#footer .mobileFooter .magezon-builder > .nav-item.level0 > a > span.title {
    font-size: 1.4rem;
}
.mobileFooter
    .ninjamenus.ninjamenus-desktop.ninjamenus-accordion
    .nav-item
    > a {
    line-height: 30px;
}
.mobileFooter .ninjamenus.ninjamenus-mobile.ninjamenus-accordion .nav-item > a {
    line-height: 30px;
}
.mobileFooter .ninjamenus .item-submenu {
    padding: 0;
}

[class^="cms-homepage"] .homeSlogan {
    margin-bottom: -50px;
}
[class^="cms-products-category"]
    .magezon-builder
    > .mgz-element:first-child
    .categoryLanding
    h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 700;
}
.products-grid .product-item-inner {
    height: 180px;
}
#bss-cookie-notice .d-flex {
    display: flex;
    align-items: center;
    padding: 5px;
}
#bss-cookie-notice .cookie-block.message,
#bss-cookie-notice .cookie-block.actions {
    font-size: 1.3rem;
}
#bss-cookie-notice .cookie-block.actions {
    display: flex;
    align-items: center;
}
#bss-cookie-notice .cookie-block.actions .action-detail {
    display: flex;
}
#bss-cookie-notice .cookie-block.actions .action-detail .btn-cookie {
    white-space: nowrap;
    margin: 3px 5px;
}
#bss-cookie-notice .cookie-block .glyphicon-ok {
    color: #f05a1e;
}
#bss-cookie-notice .cookie-block.message .cookie-title {
    margin: 0;
}
#bss-cookie-notice .cookie-block.message .cookie-content {
    margin-bottom: 0;
}
#bss-cookie-notice .btn-cookie:hover {
    border: 1px solid #ffffff;
}
/* map */
.filter_options_items input,
.filter_options_items label {
    position: relative;
}
.mapFilter .title {
    color: #f05a1e;
    font-size: 1.7rem;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    line-height: 1em;
    padding: 10px 10px 20px;
}
.mapFilter .filter-item {
    border-bottom: 1px solid #ccc;
}
.mapFilter .filter-options-title {
    cursor: pointer;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    padding: 10px 40px 10px 10px;
    position: relative;
    text-transform: uppercase;
    word-break: break-all;
    z-index: 1;
    display: block;
    text-decoration: none;
}
.mapFilter .filter_options_items li {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    transition: background-color 100ms ease-out;
}
.mapFilter .filter_options_items li a {
    width: 100%;
}
.mapFilter .filter_options_items li input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #ffffff;
    width: 1.7rem;
    height: 1.7rem;
    min-width: 1.7rem;
    min-height: 1.7rem;
    display: inline-block;
    border: 0.1rem solid #cacaca;
    border-radius: 0.2rem;
    cursor: pointer;
    margin-right: 5px;
}

.mapFilter .filter_options_items li input[type="checkbox"]:checked::after,
.mapFilter .filter_options_items li input[type="checkbox"].checked::after {
    background-color: #f05a1e;
    content: "";
    position: absolute;
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    margin: 0.3rem;
    border-radius: 0.2rem;
}
.mapFilter .filter_options_items li.checked label {
    color: #f05a1e;
}
.mapFilter .filter_options_items li a:hover {
    color: transparent;
}
.filter_options_items a label {
    z-index: -1;
}
.mapFilter .mapFilterNav .d-flex,
.mapFilter .mapFilterNav .d-flex ol {
    display: flex;
}
.mapFilterNav {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.mapFilterNav .filter-label {
    display: inline-block;
}
.mapFilterNav ol li span:nth-of-type(n)::after {
    content: ",";
    display: inline;
}
.mapFilterNav ol li span:nth-last-of-type(1)::after {
    display: none;
}
.mapFilterNav li {
    padding: 0 10px;
}
.mapFilter .mapFilterNav .d-flex .block-actions.filter-actions {
    color: #f05a1e;
    margin-bottom: 0;
}
.mapFilter .sub-title {
    padding: 10px;
    line-height: 14px;
    font-size: 1.4rem;
}
.mapFilter .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 15px;
    color: #a70d0d;
    content: "\e616";
    font-family: "luma-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
}
.mapFilter #sidebarRemove:before,
.mapFilterNav .sub-title::after {
    display: none;
}

/* tw eshop */
/* .modal-popup._show .modal-inner-wrap {
    max-width: 50vw;
} */
#modal .modal-body-content h2 {
    text-align: center;
    color: #f05a1e;
}
#modal .modal-body-content {
    display: flex;
    flex-direction: column;
}
#modal .modal-body-content span {
    margin-top: 1rem;
}
.modal-popup.modal-slide .modal-footer {
    border-top: none;
    display: flex;
    justify-content: center;
}
/* .modal-footer button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    min-width: 180px;
    max-width: 100%;
    padding: 7px 15px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */
/* .modal-footer button:nth-child(2) {
    margin-left: 1rem;
} */
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: none;
}

.table-wrapper.orders-history .actions-toolbar,
.table-wrapper.booking-history .actions-toolbar {
    display: flex;
    justify-content: flex-end;
}
.table-wrapper.orders-history .actions-toolbar .primary .action {
    margin: 0;
}

.terms-box li {
    display: flex;
}
.terms-box li .title {
    flex-shrink: 0;
}
.order-details-items tfoot .discount .amount {
    color: red;
}
.order-actions-toolbar .d-flex {
    display: flex;
    justify-content: end;
}
.order-actions-toolbar .d-flex a {
    min-width: 100px;
}
.order-actions-toolbar .d-flex .action {
    margin-right: 15px;
}
.order-actions-toolbar .d-flex .action:last-child {
    margin-right: 0;
}
.orders-history table tbody .col.actions {
    text-align: left;
}

.amrma-table-container
    .table-wrapper
    > .amrma-table
    .amrma-tbody
    > .amrma-row
    > .col {
    line-height: 1.42857143;
    border-top: 1px solid #ddd;
}
.account .toolbar .amasty-rma-pager .toolbar-amount {
    display: none;
}
.btn.secondary.action {
    min-width: unset;
}

.amrma-customer-information p {
    margin-bottom: 0;
}
.amrma-bank-details {
    margin-top: 80px;
}
.table-wrapper.amrma-items-table .amrma-input-block {
    margin-top: 20px;
}
.amrma-input-block > span {
    line-height: 1.5rem;
}
.amrma-input-block span.amrma-name.shipping_number::after{
    content: ',';
    display: inline;
}
.amrma-input-block span.amrma-name:last-child::after{
    content: '';
    display: inline;
}

.amrma-status-container .amrma-steps .amrma-step.-checked:before {
    top: -1px;
    content: attr(data-number);
    background: #f05a1e;
    line-height: 30px;
    color: #fff;
    background-image: none;
    border-radius: 50%;
    padding: 0;
    text-align: center;
}
.amrma-table-container-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.amrma-table-container-header h2.amrma-title {
    margin-bottom: 0;
}

a.amrma-link-cancel:visited,
a.amrma-link-cancel {
    color: #f05a1e;
}
.amcheckout-step-container
    .amcheckout-shipping-address
    .checkout-shipping-address {
    border: 0;
}
.amcheckout-step-container
    .amcheckout-shipping-address
    .checkout-shipping-address
    > .shipping-address-details:hover {
    box-shadow: none;
}

.amcheckout-step-container
    .checkout-shipping-method
    .amcheckout-wrapper
    > #checkout-step-shipping_method
    > .order-attributes
    > .order-attributes-form.fieldset.address {
    background: #f9f9f9;
    width: 100%;
    margin: 0;
}
.amcheckout-step-container
    .checkout-shipping-method
    .amcheckout-wrapper
    > #checkout-step-shipping_method
    > .order-attributes
    > .order-attributes-form.fieldset.address
    > .field {
    padding: 0 20px;
}
.amcheckout-step-container
    .checkout-shipping-method
    .amcheckout-wrapper
    > #checkout-step-shipping_method
    > .order-attributes
    > .order-attributes-form.fieldset.address
    > .field[name="amastyShippingMethodAttributes.company_address"] {
    padding: 0;
}

#checkout-shipping-method-load .amcheckout-items .col.col-method {
    width: 17%;
    padding-right: 0;
}
#checkout-shipping-method-load .amcheckout-items .col.col-carrier {
    width: 100%;
    padding-left: 0;
}
#checkout-shipping-method-load .amcheckout-items .col.col-price {
    width: 5%;
}
#checkout-shipping-method-load .amcheckout-items .col:first-of-type {
    width: 5%;
}
#checkout-shipping-method-load .amcheckout-items .amcheckout-method {
    /* background-color: #fff; */
    border: 0;
    margin: 0;
}
#checkout-shipping-method-load .amcheckout-items .amcheckout-method.-selected {
    box-shadow: none;
}
#checkout-shipping-method-load .amcheckout-items .amcheckout-method:hover {
    box-shadow: none;
    background-color: #f9f9f9;
}
#checkout-shipping-method-load
    table.table-checkout-shipping-method.amcheckout-shipping-methods {
    margin: 0;
}

/* shipping methods label */

.field[name="before-place-order.amastyPaymentMethodAttributes.bill_notice"]
    .label,
.field[name="before-place-order.amastyPaymentMethodAttributes.donation_invoice_note"]
    .label,
.field[name="before-place-order.amastyPaymentMethodAttributes.cloud_note"]
    .label,
.field[name="amastyPaymentMethodAttributes.cloud_options"] > .label,
.field[name="amastyPaymentMethodAttributes.bill_notice"] > .label,
.field[name="amastyPaymentMethodAttributes.cloud_note"] > .label,
.field[name="amastyPaymentMethodAttributes.mobile_carrier_note1"] > .label,
.field[name="amastyPaymentMethodAttributes.natural_carrier_node1"] > .label,
.field[name="amastyPaymentMethodAttributes.invoice_title"] > .label,
.field[name="amastyShippingMethodAttributes.company_address"] > .label {
    display: none;
}

/* shipping methods */
.checkout-agreements-block
    > .order-attributes
    > .order-attributes-form.fieldset.address {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.fieldset.address
    > .field[name="before-place-order.amastyPaymentMethodAttributes.donation_code"] {
    width: 30%;
}
.fieldset.address
    > .field[name="before-place-order.amastyPaymentMethodAttributes.donation_invoice_note"] {
    width: 70%;
    margin-bottom: 0;
    padding-top: 30px;
}
.fieldset.address
    > .field[name="before-place-order.amastyPaymentMethodAttributes.donation_invoice_note"]
    a {
    color: #f05a1e;
}

/* payment methods */
.payment-method-content
    .field[name="before-place-order.amastyPaymentMethodAttributes.cloud_options"]
    > .control
    > .choice.field
    > section {
    display: flex;
}
.payment-method-content
    .field[name="before-place-order.amastyPaymentMethodAttributes.cloud_options"]
    > .control
    > .choice.field
    > section
    p,
.payment-method-content
    .field[name="before-place-order.amastyPaymentMethodAttributes.cloud_options"]
    > .control
    > .choice.field {
    margin-bottom: 0;
}
.payment-method-content
    .field[name="before-place-order.amastyPaymentMethodAttributes.cloud_options"]
    > .control
    > .choice.field
    > section
    p {
    margin-right: 3rem;
}
.step-content.amcheckout-content
    > .amcheckout-wrapper
    > .payment-method
    > .payment-method-title.field.choice
    span,
.field[name="before-place-order.amastyPaymentMethodAttributes.invoice_type"]
    span,
.field[name="before-place-order.amastyPaymentMethodAttributes.natural_carrier_var"]
    span,
.field[name="before-place-order.amastyPaymentMethodAttributes.natural_carrier_ckvar"]
    span,
.field[name="before-place-order.amastyPaymentMethodAttributes.mobile_carrier_var"]
    span,
.field[name="before-place-order.amastyPaymentMethodAttributes.mobile_carrier_ckvar"]
    span {
    font-size: 1.6rem;
}
.step-content.amcheckout-content > .amcheckout-wrapper > .payment-method {
    /* background-color: #fff; */
    border: 0;
    margin: 0;
}
.step-content.amcheckout-content
    > .amcheckout-wrapper
    > .payment-method._active {
    box-shadow: none;
    border: 0;
}
.step-content.amcheckout-content > .amcheckout-wrapper > .payment-method:hover {
    box-shadow: none;
    border: 0;
    background-color: #f9f9f9f9;
}
.amcheckout-step-container
    .checkout-payment-method
    .amcheckout-payment-methods
    .payment-method:not(:last-of-type) {
    margin: 0;
}
.step-content.amcheckout-content
    > .amcheckout-wrapper
    > .payment-method._active {
    box-shadow: none;
    border: 0;
    margin: 0;
}
.step-content.amcheckout-content
    > .amcheckout-wrapper
    > .payment-method
    .label {
    width: 100%;
    margin: 0;
    margin-left: 0 !important;
}
.amcheckout-step-container
    .checkout-payment-method
    .amcheckout-payment-methods
    .step-content.amcheckout-content
    > .amcheckout-wrapper
    > .payment-method
    .payment-method-title
    .label {
    padding-bottom: 10px;
}

/* 付款方式 */
#payment
    .step-content
    .fieldset
    > .order-attributes
    > .order-attributes-form.fieldset.address {
    background-color: #f9f9f9;
    width: 100%;
    margin: 0;
}
#payment
    .step-content
    .fieldset
    > .order-attributes
    > .order-attributes-form.fieldset.address
    > .field {
    padding: 0 20px;
}
#payment
    .step-content
    .fieldset
    > .order-attributes
    > .order-attributes-form.fieldset.address
    > .field[name="amastyPaymentMethodAttributes.invoice_title"] {
    padding: 0;
}
#payment .step-content .fieldset > .order-attributes {
    margin-top: 4rem;
}
#payment .step-content > .form.payments > .fieldset {
    margin-top: 0rem;
}

/* checkout page */
.field[name="amastyShippingMethodAttributes.company_address"],
.field[name="amastyPaymentMethodAttributes.invoice_title"] {
    cursor: pointer;
}
.field[name="amastyPaymentMethodAttributes.cloud_options"]
    > .control
    > .choice.field
    p,
.field[name="amastyPaymentMethodAttributes.cloud_options"]
    > .control
    > .choice.field {
    margin-bottom: 0;
}
.field[name="amastyPaymentMethodAttributes.cloud_options"]
    > .control
    > .choice.field
    > section {
    display: flex;
}
.amcheckout-step-container input[type="radio"] + label:before {
    margin-right: 5px;
}
.field[name="amastyPaymentMethodAttributes.cloud_options"]
    > .control
    > .choice.field
    > section
    > p:not(:first-child)
    label.label {
    /* margin-left: 15px !important; */
}

#checkout label {
    font-size: 1.6rem;
}

/* return status style */
.amrma-status.-pending,
.amrma-status.-authorized,
.amrma-status.-received,
.amrma-status.-resolved,
.amrma-status {
    background-color: unset;
    color: black;
    font-size: 16px;
    font-weight: 400;
}

.amrma-status {
    padding: 0;
}

/* return reason select block */
.amrma-checkbox-container,
.amrma-return-select .amrma-select.amrma-item-condition {
    width: 180px;
}

.amrma-return-select {
    display: flex;
    justify-content: center;
}
.amrma-return-qty .amrma-select {
    min-width: 60px;
}
.amrma-return-qty {
    justify-content: center;
}
.amrma-comment-block textarea {
    height: 100px;
}
.amrma-return-policy .amrma-checkbox-container {
    width: 100%;
}

input[type="checkbox"].amrma-checkbox {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #ffffff;
    width: 1.7rem;
    height: 1.7rem;
    min-width: 1.7rem;
    min-height: 1.7rem;
    display: inline-block;
    border: 0.1rem solid #cacaca;
    border-radius: 0.2rem;
    cursor: pointer;
    margin-right: 0.5rem;
}

.amrma-create-rma table.table-returns-items.amrma-table .amrma-return-qty,
.amrma-create-rma table.table-returns-items.amrma-table .amrma-return-select {
    margin: 0;
}

input[type="checkbox"].amrma-checkbox:checked:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    margin: 0.3rem;
    border-radius: 0.2rem;
    background-color: #f05a1e;
}

input[type="checkbox"].amrma-checkbox:checked:target:before {
    content: none;
}
input[type="checkbox"].amrma-checkbox:focus {
    outline: 0;
}
.amrma-comment-block.returnTerms {
    margin-bottom: 2rem;
}
.amrma-return-policy
    .amrma-checkbox-container
    .amrma-checkbox:checked
    + .amrma-label {
    background-image: unset;
}
.amrma-return-policy .amrma-text {
    margin-left: 0;
    padding-left: 5px;
    user-select: none;
}

.amrma-return-policy .amrma-checkbox-container .amrma-label {
    position: relative;
    top: unset;
    width: unset;
    height: unset;
    border: none;
    border-radius: 0;
    background: unset;
}
.amrma-comment-block > .amrma-label {
    cursor: pointer;
}

.page-title-wrapper h1.page-title.amrma-page-title {
    display: flex;
    align-items: center;
}
.amrma-customer-information.flex-column {
    flex-direction: column;
}
.amrma-header-block.mb-0 {
    margin-bottom: 0;
}
.amrma-input-block .amrma-title,
.label.amrma-label {
    font-size: 1.6rem;
    font-weight: normal;
}

.amcheckout-step-container
    .checkout-payment-method
    .amcheckout-payment-methods
    .payment-method._active
    .payment-method-content {
    padding: 0 20px 0 40px;
}

form.form-address-edit .actions-toolbar .action.primary {
    padding: 7px 15px;
    font-size: 16px;
    border: 1px solid #f05a1e;
}

/* address book style */
.form-address-edit .field.choice.set.billing,
.form-address-edit .field.choice.set.shipping {
    margin: 0;
}

/* promotion banner */
/* .ambanners[data-role="amasty-banner-container"] img {
    width: 100%;
} */
#instant-purchase {
    clear: both;
}

.columns .column.main > .ambanners img[alt="banner_bottom"] {
    margin-bottom: calc(-4rem - 24px);
}

/* bundleProduct  */
.ppbd-bundle-product-options .bundle-options-container .product-add-form {
    display: block;
}

/* cancel order pop-out */
.icon_error:before {
    font-family: "luma-icons";
    content: "\e61f";
    color: #f05a1e;
}
.icon_success:before {
    font-family: "luma-icons";
    content: "\e60e";
    color: #f05a1e;
}
.modal-inner-wrap {
    border-radius: 1rem;
}
#confirm-return-model .modal-body-content p,
#return-form-model .modal-body-header p {
    color: #f05a1e;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 0;
}
.modal-footer .btn + .btn {
    margin-left: 1rem;
}
.modal-footer .btn {
    margin-bottom: 0;
}
.modal-footer .btn.secondary.action {
    min-width: 180px;
}
.modal-footer .btn.primary:hover {
    color: #f05a1e;
}
.return-msg-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.return-msg-title .icon {
    font-size: 4rem;
}
.return-msg-title h3 {
    color: #f05a1e;
    margin-bottom: 0;
    margin-left: 1rem;
}
.return-msg-title + p {
    text-align: center;
    margin-bottom: 0;
}
.modal-footer button.primary.action {
    font-size: 1.6rem;
    border: 1px solid #f05a1e;
}

/* refund bank drop down menu */
#form_return_acct.bankMenu .input-group {
    display: flex;
    margin-bottom: 1.5rem;
}
#form_return_acct.bankMenu .input-group input,
#form_return_acct.bankMenu .input-group #query_result ul li {
    color: #000;
}

#form_return_acct {
    display: flex;
    flex-wrap: wrap;
}
#form_return_acct .input-group-wrap {
    width: calc((100% - 4rem) / 2);
    margin: 0 1rem;
}
#form_return_acct .input-group-wrap.w-100 {
    width: 100%;
}
.invalid-feedback,
#form_return_acct .error_msg {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
    margin-left: 1rem;
}

#ram-form .amrma-customer-information input,
#ram-form .amrma-customer-information select {
    color: #000;
}

.amrma-customer-information > div,
.amrma-customer-information .amrma-customer-name {
    margin-bottom: 2rem;
}
.amrma-customer-information div {
    max-width: 620px;
}
.amrma-customer-information .amrma-input-block {
    margin-bottom: 0;
}
.amrma-input-block .amrma-field {
    font-size: 16px;
}
/* bundle product price box */

/* .price-wrapper .price-container, */
.price-wrapper.d-flex
{
    display: flex;
}
.price-wrapper.d-flex {
    margin: 1rem 0;
}
.price-wrapper.d-flex .price-from {
    margin-bottom: 0;
}
/* .price-wrapper .price-container {
    align-items: center;
} */
.product-info-main
    .product-info-price
    .price-box
    .price-wrapper
    .price-container
    > span.price-label {
    margin-bottom: 0;
}
/* .price-wrapper .price-container .price {
    margin: 0 1.5rem;
} */
.mgz-element-bundle_product_options {
    background: #ebebeb;
}
/* bundle product content */
.ppbd-bundle-product-options .bundle-options-container .product-add-form form {
    display: flex;
    padding: 4rem 0;
}
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    .bundle-options-wrapper,
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    #bundleSummary {
    width: 100%;
    margin: 0 8rem;
}
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    #bundleSummary {
    margin-top: 0;
    padding: 0;
}
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    #bundleSummary
    .box-tocart
    .fieldset {
    margin: 0;
}
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    #bundleSummary
    .box-tocart {
    margin-bottom: 0;
}
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    .bundle-options-wrapper
    .product-options-wrapper {
    width: 100%;
}
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    .bundle-options-wrapper
    div,
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    .bundle-options-wrapper
    fieldset {
    margin: 0;
}
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    .bundle-options-wrapper
    span {
    font-size: 1.6rem;
    /* color: #666; */
}
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    .bundle-options-wrapper
    .field.option
    > .label
    > span {
    font-weight: 700;
    font-size: 1.8rem;
    color: #000;
}
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    .bundle-options-wrapper
    .field.option
    > .control
    > .nested.options-list
    > .field.choice {
    display: flex;
    padding-bottom: 1rem;
}
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    .bundle-options-wrapper
    .field.option
    > .control
    > .nested.options-list
    > .field.choice
    input,
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    .bundle-options-wrapper
    .field.option
    > .control
    > .nested.options-list
    > .field.choice
    label {
    margin: 0;
    padding: 0;
}
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    .bundle-options-wrapper
    .legend.title
    h3,
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    #bundleSummary
    .title
    h3 {
    color: #000;
    margin-bottom: 0;
}
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    .bundle-options-wrapper
    .legend.title,
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    #bundleSummary
    .title {
    margin-bottom: 0;
    padding-bottom: 3rem;
    border-bottom: 1px solid #cccccc;
}
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    .bundle-options-wrapper
    .field.option:not(:last-child) {
    border: 0;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    #bundleSummary
    .price-box
    .price {
    font-size: 2.5rem;
    color: #f05a1e;
    padding-left: 1rem;
}
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    #bundleSummary
    .content
    .bundle-summary
    .subtitle {
    font-weight: 700;
    font-size: 1.8rem;
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 1.4rem;
    border-bottom: 0;
}
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    #bundleSummary
    .content
    .bundle-info
    .product-details {
    padding: 3rem 0;
    border-bottom: 1px solid #cccccc;
}
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    #bundleSummary
    .content
    .bundle-info
    .product-details
    .price-box {
    margin-bottom: 0;
}
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    #bundleSummary
    .content
    .bundle-summary
    ul {
    padding-left: 2rem;
}
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    #bundleSummary
    .content
    .bundle-summary
    ul
    li {
    color: #000;
}
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    #bundleSummary
    .content
    .bundle-summary
    ul
    li
    > div[data-container="options"]
    > div {
    padding-bottom: 1rem;
}

/* hide invoice num on checkout page */
#payment
    .step-content
    .fieldset
    > .order-attributes
    > .order-attributes-form.fieldset.address
    > .field[name="amastyPaymentMethodAttributes.invoice_number_o"] {
    display: none;
}
/* hide "*必填欄位" for bundle product */
#product_addtocart_form p.required {
    display: none;
}
/* hide extra horizontal line for bundle product */
.ppbd-bundle-product-options
    .bundle-options-container
    .product-add-form
    form
    .bundle-options-wrapper
    .product-options-bottom {
    border-top: 0;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
    border-top: 0;
}
.twShop.bg_gradient {
    background: linear-gradient(#f4f4f4 0%, #ffffff 20%);
}
.twShop.mgz-element.mgz-element-row .box-collateral-title {
    height: 105px;
    text-align: center;
    max-width: 1550px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
}
.viewMore-pos {
    position: absolute;
}
.viewMore-pos a.btn {
    position: absolute;
    top: 0px;
    left: 19rem;
}
.twShop.compatibility ul li {
    font-size: 2rem;
    font-weight: 100;
    color: #000;
    padding-left: 40px;
}
.category-view {
    border-bottom: 1px solid #e8e8e8;
}
.category-view h1 {
    margin-bottom: 0;
}
#Accessories.twShop {
    padding: 35px 0;
}
/* internal purchase */
.ppbd-product-price .old-price {
    font-size: 1.4rem;
}
.ppbd-product-price .group-price {
    color: #f05a1e;
}
.special-price .price-container {
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
}
.special-price .price-label {
    position: relative;
    height: auto;
    margin: 0;
    overflow: auto;
    padding: 0;
    width: auto;
    color: #f05a1e;
    font-size: 2.8rem;
}
.special-price .price-container .price-wrapper span.price {
    line-height: initial;
    font-size: 2.8rem;
}
.product-info-main .product-info-price .price-box .price-container > span {
    margin-bottom: 0;
}
.product-info-main .product-info-price .special-price .price-label:after {
    display: none;
}
.box-tocart > .fieldset {
    margin-top: 0;
}

/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓RWD↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
@media (min-width: 640px) {
    .products-grid .product-item-inner {
        position: relative;
    }
}
@media only screen and (min-width: 1200px) {
    .amrma-status-container .amrma-step.-checked:before {
        background: #f05a1e;
    }
    .amrma-status-container .amrma-step.-complete:before {
        display: none;
    }
    /* return - customer info */
    .amrma-customer-name,
    .amrma-customer-address {
        flex-basis: unset;
    }
    /* .amrma-customer-information .amrma-customer-name,
    .amrma-customer-information .amrma-customer-address {
        width: 35%;
    } */

    .amrma-customer-information .amrma-customer-address.w-100 {
        width: 100%;
    }

    .amrma-customer-information {
        flex-direction: column;
    }
    .h3.amrma-status {
        font-size: 2.5rem;
    }
}
@media only screen and (min-width: 1570px) {
    #footer .navigation {
        max-width: 1600px;
    }
    #footer .magezon-builder > .nav-item.level0 > a:last-child {
        padding-right: 3rem;
    }
}

@media only screen and (max-width: 1199px) {
    #footer .magezon-builder > .nav-item.level0 > a {
        padding-right: 1.5rem;
    }
    .mapFilter .mapFilterNav .d-flex .block-actions.filter-actions {
        margin: 0;
    }
    .modal-popup.modal-slide .modal-inner-wrap {
        height: auto;
        margin: 0 auto;
        width: 60vw;
        max-width: 100%;
        margin-top: 20vh;
        max-height: 60vh;
        overflow-y: auto;
    }
    .modal-popup.modal-slide {
        left: 0;
    }
    .modal-popup.modal-slide .modal-inner-wrap[class] {
        background-color: #fff;
    }
    .actions-toolbar > .primary {
        text-align: left;
    }
    .actions-toolbar > .primary > input.action {
        width: 30vw;
    }
    #form_return_acct .input-group-wrap {
        width: 100%;
    }
}

@media only screen and (max-width: 1229px) {
    #footer .desktopFooter .magezon-builder > .nav-item:not(.footerIcon) {
        display: none;
    }
    #footer .magezon-builder {
        justify-content: center;
    }
    #footer .magezon-builder > .nav-item.level0.footerIconFirst {
        margin-left: unset;
    }
    .footer-bottom .country-button a.button {
        padding: 0.7rem 1.2rem;
        margin: 0 auto;
        width: 18rem;
        min-width: 18rem;
    }
    .footer-bottom .country-button {
        margin-left: unset;
        width: 100%;
        margin-top: 1rem;
    }
    .footer-bottom {
        justify-content: center;
        border: none;
        margin-top: 0;
        width: 100%;
    }
    #footer {
        padding-bottom: 0;
    }
    small.copyright {
        padding-bottom: 2rem;
    }
    #footer .navigation > .ninjamenus.ninjamenus-desktop {
        line-height: 1;
    }
    .navigation.mobileFooter {
        display: block;
    }
    #footer .mobileFooter .magezon-builder > .nav-item.level0 {
        padding-right: 0rem;
        width: 350px;
    }
    /* cookie policy */
    .footer-box .footer-bottom,
    .footer-box .bottom-links {
        flex-wrap: wrap;
    }
    .footer-box .countries-bottom {
        order: 1;
    }
    .footer-box .bottom-links {
        order: 2;
        margin-top: 1.5rem;
    }
    .footer-box ul.bottom-links li {
        padding: 0;
        padding-right: 0.9rem;
        margin-top: 0.5rem;
    }
    .footer-box ul.bottom-links li:not(:last-child) {
        border-right: 1px solid #999999;
    }
    .footer-box ul.bottom-links li a {
        line-height: 20px;
        font-size: 1.2rem;
        color: #f0f0f0;
        padding-left: 1rem;
    }
}

@media only screen and (max-width: 1366px) {
    .search.results .product-item-name {
        height: 5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        word-break: keep-all;
    }
    .mapWrapper .product.name.product-item-name,
    .accWrapper.products-grid .product.name.product-item-name {
        height: 4.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal;
        word-break: keep-all;
    }
    .homeBannerAsia {
        height: 500px;
    }
    .homeBannerAsia .mgz-element-column .mgz-element-inner {
        padding: 0 3rem;
    }
    .homeBannerAsia .mgz-btn {
        min-width: 120px;
    }
    .homeSliderBanner .homeTextWrap {
        display: block;
    }
    .homeSliderBanner .mgz-element-column {
        height: 500px;
    }
    .homeSliderBannerText h3 {
        height: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .homeSlogan > .mgz-element-inner {
        padding: 3rem 10rem;
    }
    .table-wrapper.comparison {
        margin-top: 1rem;
    }
    .awards .align-grid li.item h2 {
        height: 140px;
    }
    .awards .align-grid li.item .item-info {
        padding-bottom: 100px;
    }
    #bss-cookie-notice .d-flex {
        display: flex;
        flex-wrap: wrap;
    }
    #bss-cookie-notice .cookie-block.message p {
        margin-bottom: 0.5rem;
    }
    #bss-cookie-notice .cookie-block.actions {
        width: 100%;
        justify-content: center;
    }
}
@media only screen and (max-width: 1119px) {
    #footer .navigation .level0 {
        border: none;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
    /* Sliders Styles */
    .homeSliderBanner .mgz-element-column {
        width: 100%;
    }
    .homeSliderBannerText p.homeSliderBannerPara {
        height: auto;
    }
}
@media only screen and (min-width: 768px), print {
    table.table-returns-items.table th.col.item,
    table.table-returns-items.table td.col.item {
        width: 16.666%;
        vertical-align: middle;
        text-align: center;
    }
}

@media only screen and (min-width: 1200px), print {
    /* offline map style: equal height */
    .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
        height: 100%;
    }
    /* homepage with no padding-top */
    .homeSliderNoPadding {
        margin-top: -10px;
    }
    [class^="cms-products-category"]
        .magezon-builder
        > .mgz-element:first-child
        .categoryLanding
        h1 {
        font-size: 3.5rem;
    }
    .page-layout-1column .mapFilter.page-layout-2columns-left .column.main {
        width: 79.16666667% !important;
    }
    .mapFilter.page-layout-2columns-left .filter-options-title:after {
        right: 13px;
        top: 12px;
    }
}

@media only screen and (min-width: 1260px) {
    #footer .magezon-builder .mgz-container {
        width: auto;
    }
}
#footer .nav-item > a:hover {
    color: #fff;
    background-color: unset;
}

@media only screen and (min-width: 1024px) {
    .page-products.page-layout-1column .mapFilter .products-grid .product-item {
        width: 33%;
    }
}
@media only screen and (max-width: 1024px) {
    .col.actions .btn.secondary.action:not(:first-child) {
        margin-top: 1rem;
    }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .filter .filter-head {
        align-self: flex-start;
    }
    .mpblog-category-view .toolbar .sorter form {
        display: flex;
        align-items: flex-start;
    }
    .mpblog-category-view .toolbar .filter,
    .mpblog-category-view .toolbar .sorter {
        align-items: flex-start;
    }
    .mpblog-category-view .toolbar .sorter .sort-by-switcher {
        margin-top: 6px;
    }

    .toolbar .filter .filter-list li a.button {
        margin-right: 0.5rem;
        margin-bottom: 0.8rem;
        padding: 0.5rem 1.7rem;
        font-size: 1.5rem;
        line-height: 2rem;
        border-radius: 2rem;
    }
    .toolbar .sorter form select {
        padding-right: 3.6rem;
        height: 3.2rem;
    }
    .mpblog-category-view .toolbar .sorter form select {
        height: unset;
        margin-left: 5px;
    }
    .button.view-more {
        min-width: 12rem;
    }

    #stores-detail .offlineStoreText-store {
        padding: 0 5rem 3rem 5rem;
    }
    .categoryLandingTitle {
        height: 8rem;
    }
    .whereToBuy h3 {
        font-size: 2.2rem;
    }
    #productSearch.fix-search.well {
        width: 35%;
        padding: 1rem;
    }
    .table-comparison tbody.tableHeader {
        top: 4rem;
    }
    .table-comparison .cell {
        width: auto;
    }
    .table-comparison .cell .product-item-name {
        font-size: 2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        word-break: keep-all;
    }
    .table-comparison .cell .button.more {
        min-width: 100px;
    }
    .table-comparison .price-container .price {
        font-size: 1.8rem;
    }
    .search.results .products-grid li.item {
        margin-bottom: 5rem;
    }
    .mst-search__result-tabs li a.active {
        background-color: #000;
    }
    .search.results .toolbar.toolbar-products {
        display: flex;
        margin-top: 1.2rem;
    }
    .page-products .search.results .toolbar-sorter.sorter {
        position: relative;
        width: auto;
        margin: 0;
        margin-left: auto;
    }
    .page-products .columns {
        padding-top: 0;
    }
    .mapWrapper .products-grid .slick-next,
    .accWrapper .products-grid .slick-next {
        right: -10px;
    }
    .mapWrapper .products-grid .slick-prev,
    .accWrapper .products-grid .slick-prev {
        left: -10px;
    }
    .mapWrapper .product.name.product-item-name,
    .accWrapper.products-grid .product.name.product-item-name {
        font-size: 1.8rem;
    }
    .mapTemp.MainInfo .inner-content.mgz-container h1.ppbd-product-name {
        font-size: 3rem;
    }
    .mapTemp.MainInfo
        .inner-content.mgz-container
        .ppbd-product-description
        h2 {
        font-size: 2.5rem;
    }
    .mapTemp .fotorama__stage {
        min-height: unset;
    }
    .awards .align-grid li.item .item-info {
        padding-bottom: 100px;
        min-height: 280px;
    }

    .homeBannerAsia {
        height: unset;
    }
    .homeBannerAsia
        > .mgz-element-inner
        > .inner-content
        > .mgz-element-column
        > .mgz-element-inner {
        height: 500px;
    }
    .homeBannerAsia .asiaWrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .sliderShadow {
        text-shadow: #333333 1px 2px 5px !important;
    }
    .homeSliderBannerText {
        padding: 0 16rem;
    }
    .homeSliderBannerText p.homeSliderBannerPara,
    .homeSliderBannerText h3 {
        height: unset;
    }
    .homeBlockHeight {
        height: 75px;
        margin-bottom: 1rem;
    }
    .homeBannerDown h3 {
        margin-bottom: 0;
    }
    .homeBannerDown .mgz-element-inner p.homeBlockHeight {
        margin-bottom: 0;
    }
    .navigation.mobileFooter {
        display: block;
        padding: 2rem 1rem;
    }
    .offlineStore .mgz-element-inner {
        margin-bottom: 3rem;
    }
    .amlocator-main-container {
        margin-bottom: 3rem;
    }
    .categoryLandingContent.contentTw {
        height: 13rem;
    }
    .homeSlogan > .mgz-element-inner {
        padding: 3rem 6rem;
    }
    #mapFilterTitle {
        background-color: #f05a1e;
        color: white;
        font-size: 14px;
        padding: 10px 12px;
        border-radius: 20px;
    }
    .mapFilter .title {
        border-bottom: none;
    }
    .mapFilter .content {
        display: none;
    }
    .mapFilter .title.show {
        border-bottom: 1px solid #ccc;
        height: 56px;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 201;
        background-color: white;
        padding-top: 20px;
    }
    #maincontent.show {
        z-index: 201;
    }
    .mapFilter .content.show {
        background: #fff;
        bottom: 0;
        display: block;
        left: 0;
        overflow: scroll;
        position: fixed;
        right: 0;
        top: 56px;
        z-index: 10;
    }
    .mapFilter #sidebarRemove.show::before {
        display: block;
        top: 20px;
        right: 10px;
        position: fixed;
        z-index: 201;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: 15px;
        color: #a70d0d;
        content: "\e616";
        font-family: "luma-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        text-align: center;
    }
    .mapFilterNav .sub-title::after {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        font-family: "luma-icons";
        content: "\e622";
        font-size: 13px;
    }
    .mapFilterNav .sub-title.active::after {
        content: "\e621";
    }
    .mapFilter .mapFilterNav .d-flex {
        display: none;
    }
    .mapFilter .mapFilterNav .d-flex.active {
        display: flex;
        flex-wrap: wrap;
    }
    .mapFilter .mapFilterNav .d-flex ol {
        flex-wrap: wrap;
    }
    .mapFilterNav {
        position: relative;
        border-top: 1px solid #ccc;
        font-size: 14px;
        padding: 10px 0;
    }
    .mapFilter .sub-title {
        padding-top: 0;
        padding-bottom: 0;
    }
    .mapFilterNav .d-flex {
        font-size: 16px;
        padding-top: 5px;
    }
    .mapFilter .sidebar.sidebar-main {
        padding-top: 0;
    }
    #checkout-shipping-method-load
        .amcheckout-items
        .col.col-method:nth-of-type(3) {
        width: 20%;
    }
    .ppbd-bundle-product-options
        .bundle-options-container
        .product-add-form
        form
        .bundle-options-wrapper,
    .ppbd-bundle-product-options
        .bundle-options-container
        .product-add-form
        form
        #bundleSummary {
        width: 100%;
        margin: 0 3rem;
    }
    .addToCart-pos .box-tocart > .fieldset {
        height: 100px;
    }
    .viewMore-pos a.btn {
        top: 50px;
        left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .mpblog-category-view .post-list-content,
    .mpblog-category-view .toolbar {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .post-list-content li.item p.date {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: -2.5rem;
    }
    .blog.post-list-content .post-list-body li.item:not(:first-child) {
        margin-top: 6rem;
    }
    .blog.post-list-content .post-list-body li.item h2 {
        width: 100%;
    }
    .toolbar .sorter {
        width: 100%;
    }
    .mpblog-category-view .toolbar {
        flex-direction: column;
    }
    .mpblog-category-view .toolbar .filter {
        margin-top: 1.2rem;
    }
    .mpblog-category-view .toolbar .filter {
        max-width: 550px;
    }
    .mpblog-category-view .toolbar .filter .filter-head {
        display: none;
    }
    .mpblog-category-view .toolbar .sorter form select {
        height: unset;
        padding-right: 3.6rem;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .mpblog-category-view .post-list-content {
        margin-bottom: 5rem;
    }
    .toolbar .filter .filter-list {
        vertical-align: text-top;
    }
    .toolbar .filter-head {
        vertical-align: middle;
    }
    .toolbar .filter h2 {
        float: left;
        line-height: 3.6rem;
        margin-right: 1.2rem;
    }
    .toolbar .filter .filter-list li a.button {
        margin-right: 0.5rem;
        margin-bottom: 0.8rem;
        padding: 0.5rem 1.7rem;
        font-size: 1.4rem;
        line-height: 2rem;
        border-radius: 1.8rem;
    }
    .sorter {
        float: left;
        margin-top: 1.2rem;
    }
    .toolbar .filter h2 {
        display: none;
    }
    .filter-list {
        width: calc(100% - 45px);
    }
    .filter .filter-head {
        align-self: flex-start;
    }
    .mpblog-category-view .toolbar .sorter form {
        display: flex;
        align-items: center;
    }
    .mpblog-category-view .toolbar .sorter form label {
        margin-bottom: 0;
    }
    .mpblog-category-view .toolbar .sorter .sort-by-switcher {
        margin-top: 6px;
    }
    .newsletter ul li a {
        display: block;
        float: unset;
    }
    .newsletter.post-list-content .post-list-body li.item {
        flex-wrap: wrap;
        margin-top: 1.5rem;
        flex-direction: column;
    }
    .newsletter.post-list-content .post-list-body li.item p {
        width: 100%;
        margin-top: 0.5rem;
        position: relative;
    }
    .newsletter ul li:after {
        top: 1.2rem;
    }
    .button.view-more {
        margin-top: 2rem;
        margin-bottom: 2.5rem;
    }
    #stores-detail .offlineStoreText-store {
        padding: 0 0 3rem 0;
    }
    #footer .magezon-builder > .nav-item.level0.footerIconFirst {
        display: inline-block;
    }
    .categoryLandingTitle {
        height: unset;
        /* margin-top: 1rem; */
    }
    .categoryLandingTitle h3 {
        text-align: center;
    }
    .categoryLandingContent {
        height: 88px;
        margin-bottom: 0rem;
    }
    .categoryLandingContent.contentTw {
        height: auto;
        overflow: auto;
        text-overflow: unset;
        display: inline-block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        word-spacing: normal;
    }
    h3.bannerTitle {
        font-size: unset;
    }
    .topbanner.mioTopBanner {
        min-height: 200px;
        background-position: center;
    }
    .categoryLanding h4 {
        font-size: 1.6rem;
        margin: 0;
        width: 100%;
        font-weight: 100;
        margin-bottom: 1rem;
    }
    .categoryLandingContent {
        font-size: 1.4rem;
        font-weight: 100;
    }
    .categoryLanding .mgz-element-column > .mgz-element-inner {
        padding: 0.5rem;
    }

    .whereToBuyIndexWrapper .inner-content {
        display: block;
        justify-content: unset;
    }

    .onlineStoreBg {
        margin-top: 3rem;
    }
    .whereToBuy .mgz-col-md-10 {
        margin-bottom: 3rem;
    }
    .onlineStoreDealer {
        margin-top: 2rem;
    }
    .offlineStoreText .mgz-container {
        margin-top: 2rem;
    }
    .offlineStoreSpeWrapper .offlineStoreSpeText {
        padding-left: 0;
        margin-top: 2rem;
    }
    .offlineStoreSpeWrapper .offlineStoreSpeText h3 {
        text-align: center;
    }
    .onlineStoreBg {
        background: linear-gradient(180deg, #f4f4f4 0%, #ffffff 10%);
    }
    #productSearch.fix-search.well {
        width: 180px;
        padding: 0.7rem 0.5rem;
    }
    #product-search-map .minicart-wrapper {
        margin-left: 0.5rem;
    }
    #productSearch input::placeholder {
        font-size: 1.2rem;
    }
    .whereToBuy .mgz-col-xs-6 {
        padding: 1rem;
    }

    .table-wrapper.comparison {
        overflow-x: auto;
        border-top: none;
        margin-top: 0;
    }
    .tableHeader .product-item-name {
        height: 5rem;
    }

    .table-comparison .price-container .price {
        font-size: 1.6rem;
    }
    .table-comparison tbody.tableHeader {
        top: 0;
    }
    .comparison.action-group {
        margin-bottom: 2rem;
    }
    .search.results .products-grid li.item {
        margin-bottom: 5rem;
    }
    .mst-search__result-tabs li a.active {
        background-color: #000;
    }
    .mst-search__result-tabs li a {
        border-radius: 1.5rem;
        margin-bottom: 0.8rem;
    }
    .mst-search__result-tabs li:last-child a {
        margin-bottom: 1.2rem;
    }
    .search.results .toolbar.toolbar-products {
        display: flex;
        margin-top: 1.2rem;
    }
    .page-products .search.results .toolbar-sorter.sorter {
        position: relative;
        width: auto;
        margin: 0;
        margin-left: auto;
    }
    div.page.messages {
        width: 80% !important;
    }
    .page.messages .message {
        padding: 2rem 2.5rem;
    }
    .mapWrapper .products-grid .slick-next,
    .accWrapper .products-grid .slick-next {
        right: 0;
    }
    .mapWrapper .products-grid .slick-prev,
    .accWrapper .products-grid .slick-prev {
        left: 0;
    }
    .mapTemp h3 {
        font-size: 1.8rem;
    }
    .mapWrapper .product.name.product-item-name,
    .accWrapper .product.name.product-item-name {
        font-size: 1.8rem;
    }
    .mapTemp.MainInfo .inner-content.mgz-container h1.ppbd-product-name {
        font-size: 3rem;
    }
    .mapTemp.MainInfo
        .inner-content.mgz-container
        .ppbd-product-description
        h2 {
        font-size: 2.5rem;
    }
    .awards .align-grid li.item h2 {
        height: auto;
    }
    .awards .align-grid li.item .item-info {
        padding-bottom: 85px;
        min-height: unset;
    }
    .homeBannerAsia {
        height: unset;
    }
    .homeBannerAsia
        > .mgz-element-inner
        > .inner-content
        > .mgz-element-column
        > .mgz-element-inner {
        height: 300px;
    }
    .homeBannerAsia .asiaWrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .homeBannerDown .mgz-element-inner {
        width: 100%;
    }
    /* heavier shadow to make text clearly*/
    .sliderShadow {
        text-shadow: #333333 1px 2px 5px !important;
    }
    .homeSliderBanner .mgz-element-column {
        height: 38rem;
    }
    .homeSliderBannerText p.homeSliderBannerPara {
        min-height: 80px;
    }
    .homeSliderBannerText p.homeSliderBannerPara,
    .homeSliderBannerText h3 {
        min-height: unset;
    }
    .newArr.mgz-element-inner {
        margin-bottom: 0;
    }
    .homeSlogan > .mgz-element-inner {
        padding: 3rem 2rem;
    }
    .navigation.mobileFooter {
        display: block;
        padding: 2rem 1rem;
    }
    #footer .mobileFooter .magezon-builder > .nav-item.level0 {
        padding-right: 0rem;
        width: 70%;
    }

    .whereToBuyIndexWrapper {
        margin-top: 0;
    }
    .whereToBuyIndex {
        margin-bottom: 5rem;
    }
    /* slider font-size adjustment */
    .homeBanner h2 {
        font-size: 2.8rem !important;
    }
    .categoryBtn .mgz-button {
        text-align: center;
        margin: 0;
    }
    [class^="cms-homepage"] #footer {
        margin-top: 50px;
        padding-top: 6rem;
    }
    .blog .shortDescription a:not(.icon) {
        padding-right: 10px;
        height: 5rem;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        word-break: break-all;
    }
    .blog .shortDescription a.icon {
        position: absolute;
        bottom: 4px;
        right: -14px;
    }
    [class^="cms-products-category"]
        .magezon-builder
        > .mgz-element:first-child
        .categoryLanding
        h1 {
        font-size: 2.5rem;
    }
    #bss-cookie-notice .cookie-block.actions .action-detail {
        flex-wrap: wrap;
        justify-content: center;
    }
    .navigation.mobileFooter .level0.active > a:not(.ui-state-active) {
        border: none;
    }
    .whereToBuy .mgz-tabs-tab-title {
        min-width: auto;
    }
    #mapFilterTitle {
        background-color: #f05a1e;
        color: white;
        font-size: 14px;
        padding: 10px 12px;
        border-radius: 20px;
    }
    .mapFilter .title {
        border-bottom: none;
    }
    .mapFilter .content {
        display: none;
    }
    .mapFilter .title.show {
        border-bottom: 1px solid #ccc;
        height: 56px;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 201;
        background-color: white;
        padding-top: 20px;
    }
    #maincontent.show {
        z-index: 201;
    }
    .mapFilter .content.show {
        background: #fff;
        bottom: 0;
        display: block;
        left: 0;
        overflow: scroll;
        position: fixed;
        right: 0;
        top: 56px;
        z-index: 10;
    }
    .mapFilter #sidebarRemove.show::before {
        display: block;
        top: 20px;
        right: 10px;
        position: fixed;
        z-index: 201;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: 15px;
        color: #a70d0d;
        content: "\e616";
        font-family: "luma-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        text-align: center;
    }
    .mapFilterNav .sub-title::after {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        font-family: "luma-icons";
        content: "\e622";
        font-size: 13px;
    }
    .mapFilterNav .sub-title.active::after {
        content: "\e621";
    }
    .mapFilter .mapFilterNav .d-flex {
        display: none;
    }
    .mapFilter .mapFilterNav .d-flex.active {
        display: flex;
        flex-wrap: wrap;
    }
    .mapFilter .mapFilterNav .d-flex ol {
        flex-wrap: wrap;
    }
    .mapFilterNav {
        position: relative;
        border-top: 1px solid #ccc;
        font-size: 14px;
        padding: 10px 0;
    }
    .mapFilter .sub-title {
        padding-top: 0;
        padding-bottom: 0;
    }
    .mapFilterNav .d-flex {
        font-size: 16px;
        padding-top: 5px;
    }
    .mapFilter .sidebar.sidebar-main {
        padding-top: 0;
    }
    .modal-popup.modal-slide .modal-footer {
        flex-direction: column-reverse;
        /* max-width: 300px; */
        align-items: center;
        /* padding: 12px 60px !important; */
    }
    /* .modal-footer button,
    .modal-footer button.primary.action {
        padding-top: 10px;
        padding-bottom: 10px;
    } */

    .modal-footer button.btn:nth-child(2) {
        margin-left: 0;
        margin-bottom: 1rem;
    }
    .modal-popup.modal-slide .modal-inner-wrap {
        height: auto;
        margin: 0 auto;
        width: 80vw;
        max-width: 100%;
        margin-top: 6vh;
        max-height: 80vh;
        overflow-y: auto;
    }
    .actions-toolbar > .primary > input.action {
        width: 100%;
    }
    .table-wrapper.orders-history .actions-toolbar {
        justify-content: start;
    }
    .col.actions .btn.secondary.action:not(:first-child) {
        margin-top: 0;
    }
    .return-msg-title {
        flex-direction: column;
    }
    .return-msg-title h3 {
        margin-left: 0;
        margin-bottom: 1rem;
    }
    #form_return_acct .input-group-wrap {
        margin: 0;
    }
    #form_return_acct.bankMenu .input-group select {
        font-size: 12px;
    }
    .amrma-checkbox-container {
        width: 100%;
    }
    .amrma-return-select,
    .amrma-product.justify-content-center {
        width: calc(100% - 80px);
    }

    .amrma-return-select .amrma-select.amrma-item-condition {
        width: 100%;
    }
    .ppbd-bundle-product-options
        .bundle-options-container
        .product-add-form
        form {
        flex-direction: column;
    }
    .ppbd-bundle-product-options
        .bundle-options-container
        .product-add-form
        form
        .bundle-options-wrapper,
    .ppbd-bundle-product-options
        .bundle-options-container
        .product-add-form
        form
        #bundleSummary {
        width: 100%;
        margin: 0;
        padding: 0 2rem;
    }
    .ppbd-bundle-product-options
        .bundle-options-container
        .product-add-form
        form
        #bundleSummary {
        margin-top: 3rem;
    }
    .ppbd-bundle-product-options
        .bundle-options-container
        .product-add-form
        form
        #bundleSummary
        .content
        .bundle-info
        .product-details {
        border: 0;
        border-top: 1px solid #cccccc;
    }
    .ppbd-bundle-product-options
        .bundle-options-container
        .product-add-form
        form
        #bundleSummary
        .content {
        display: flex;
        flex-direction: column-reverse;
    }
    .ppbd-bundle-product-options
        .bundle-options-container
        .product-add-form
        form
        .bundle-options-wrapper
        .field.option:not(:last-child),
    .ppbd-bundle-product-options
        .bundle-options-container
        .product-add-form
        form
        #bundleSummary
        .content
        .bundle-info
        .product-details {
        border: 0;
    }
    .ppbd-bundle-product-options
        .bundle-options-container
        .product-add-form
        form
        .bundle-options-wrapper
        .legend.title,
    .ppbd-bundle-product-options
        .bundle-options-container
        .product-add-form
        form
        #bundleSummary
        .title {
        padding-bottom: 2rem;
    }
    .ppbd-bundle-product-options
        .bundle-options-container
        .product-add-form
        form
        .bundle-options-wrapper
        .field.option:not(:last-child) {
        padding: 2rem 0;
    }
    .bundle-options-container .product-options-wrapper .fieldset > .field {
        padding-top: 0;
    }
    .ppbd-bundle-product-options
        .bundle-options-container
        .product-add-form
        form
        #bundleSummary
        .box-tocart
        a {
        width: 100%;
    }
    .ppbd-bundle-product-options
        .bundle-options-container
        .product-add-form
        form
        #bundleSummary
        .content
        .bundle-info
        .product-details {
        display: flex;
        flex-direction: column;
    }
    .ppbd-bundle-product-options
        .bundle-options-container
        .product-add-form
        form
        #bundleSummary
        .content
        .bundle-info
        .product-details
        .price-box {
        order: 1;
    }
    .ppbd-bundle-product-options
        .bundle-options-container
        .product-add-form
        form
        #bundleSummary
        .content
        .bundle-info
        .product-details
        .price-box
        .price-as-configured {
        text-align: center;
        padding-bottom: 1rem;
    }
    .ppbd-bundle-product-options
        .bundle-options-container
        .product-add-form
        form
        #bundleSummary
        .price-box
        .price {
        padding-left: 0;
    }
    .ppbd-bundle-product-options
        .bundle-options-container
        .product-add-form
        form
        #bundleSummary
        .content
        .bundle-info
        .product-details
        .box-tocart {
        order: 2;
    }
    /* .addToCart-pos .box-tocart > .fieldset {
        height: 100px;
    } */
    .viewMore-pos a.btn {
        top: 66px;
        left: 0;
    }
}
@media only screen and (max-width: 639px) {
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
        width: 40%;
    }
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
        width: 60%;
    }
    .account.sales-order-view .page-main .page-title-wrapper .page-title {
        display: inline-block;
    }
    .amrma-table-container
        .table-wrapper
        > .amrma-table
        .amrma-tbody
        > .amrma-row
        > .col:first-child {
        position: relative;
        top: unset;
        left: unset;
    }
    .amrma-table-container
        .table-wrapper
        .amrma-table.table:not(.totals):not(.cart):not(.table-comparison)
        > tbody
        > tr
        td,
    .amrma-table-container
        .table-wrapper
        .amrm-table.table:not(.totals):not(.cart):not(.table-comparison)
        > tbody
        > tr
        th {
        padding: 5px 10px;
    }
    .amrma-table-container
        .table-wrapper
        > .amrma-table
        .amrma-tbody
        > .amrma-row
        > .col:first-child:before {
        content: attr(data-th) ": ";
    }

    .amrma-table-container
        .table-wrapper
        .amrma-table.table:not(.totals):not(.cart):not(.table-comparison)
        tbody
        > tr
        > td:last-child:not(.border) {
        border-top: 0;
        padding-bottom: 15px;
    }
    .amrma-table-container
        .table-wrapper
        .amrma-table.table:not(.totals):not(.cart):not(.table-comparison)
        tbody
        > tr
        > td.noBorder {
        border-top: 0;
        padding-top: 15px;
    }
    .amrma-table-container .table-wrapper.table-wrapper.amrma-items-table {
        margin-top: 0;
    }
    .fieldset.address
        > .field[name="before-place-order.amastyPaymentMethodAttributes.donation_code"] {
        width: 100%;
    }
    .fieldset.address
        > .field[name="before-place-order.amastyPaymentMethodAttributes.donation_invoice_note"] {
        width: 100%;
        margin-bottom: 0;
        padding-top: 0;
    }
    #checkout-shipping-method-load .amcheckout-items .col.col-method {
        width: 50%;
    }
    #checkout-shipping-method-load .amcheckout-items .col.col-carrier {
        width: 50%;
    }
    #checkout-shipping-method-load .amcheckout-items .col.col-price {
        width: 5%;
        padding-right: 0;
        padding-left: 0;
    }
    #checkout-shipping-method-load .amcheckout-items .col:first-of-type {
        width: 5%;
    }

    .field[name="amastyPaymentMethodAttributes.cloud_options"]
        > .control
        > .choice.field
        > section {
        flex-direction: column;
    }

    /* return reason block */
    .table-wrapper.amrma-items-table
        table.data.table.table-returns-items.amrma-table
        > tbody
        > tr
        > td {
        display: flex;
        align-items: center;
        padding: 15px 10px;
    }
    .amrma-bank-details {
        margin-top: 50px;
    }
}
.modal-footer button.button.action {
    background: #f05a1e;
    margin-bottom: 1rem;
}
.modal-footer button.button.action:hover {
    background: #ffffff;
    margin-bottom: 1rem;
}

.checkout_notification_modal footer{
    text-align: center;
}
.checkout_notification_modal footer.modal-footer button.btn{
    margin-bottom: 0;
}
.checkout_notification_modal footer.modal-footer button.btn:hover{
    margin-bottom: 0;
}

.loading-modal{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
  }
  /**
   * ==============================================
   * Dot Pulse
   * ==============================================
   */
   .dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #f05a1e;
    color: #f05a1e;
    box-shadow: 9999px 0 0 -5px;
    animation: dot-pulse 1.5s infinite linear;
    animation-delay: 0.25s;
  }
  .dot-pulse::before, .dot-pulse::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #f05a1e;
    color: #f05a1e;
  }
  .dot-pulse::before {
    box-shadow: 9984px 0 0 -5px;
    animation: dot-pulse-before 1.5s infinite linear;
    animation-delay: 0s;
  }
  .dot-pulse::after {
    box-shadow: 10014px 0 0 -5px;
    animation: dot-pulse-after 1.5s infinite linear;
    animation-delay: 0.5s;
  }

  @keyframes dot-pulse-before {
    0% {
      box-shadow: 9984px 0 0 -5px;
    }
    30% {
      box-shadow: 9984px 0 0 2px;
    }
    60%, 100% {
      box-shadow: 9984px 0 0 -5px;
    }
  }
  @keyframes dot-pulse {
    0% {
      box-shadow: 9999px 0 0 -5px;
    }
    30% {
      box-shadow: 9999px 0 0 2px;
    }
    60%, 100% {
      box-shadow: 9999px 0 0 -5px;
    }
  }
  @keyframes dot-pulse-after {
    0% {
      box-shadow: 10014px 0 0 -5px;
    }
    30% {
      box-shadow: 10014px 0 0 2px;
    }
    60%, 100% {
      box-shadow: 10014px 0 0 -5px;
    }
  }