/* navman-child */
/* utilities */
.d-block {
    display: block;
}
.mb-0 {
    margin-bottom: 0 !important;
}
/* ↓↓↓↓↓↓↓↓↓ map頁面 ↓↓↓↓↓↓↓↓↓↓↓↓ */
/* 新增hr橫線 */
.contentHr {
    margin-top: 0;
    border-top: 1px solid #666666;
}
.Block_head .contentHr {
    width: 15%;
    max-width: 100px;
    margin: 0 auto;
    margin-top: 5px;
    border-top: 1px solid #00adef69;
}
.map_product-info,
.acc_product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.map_product-info .update-note {
    display: flex;
    color: #00adef;
    font-size: 16px;
    line-height: 30px;
}
.map_product-info .update-note img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.map_productImg-mxAuto,
.acc_productImg-mxAuto {
    margin: 0 auto;
}
.map_category-spacing {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 24px;
}

.product-info p {
    font-size: 20px;
}
.product-info p.browsing {
    color: #000000;
}
.product-info label {
    font-size: 22px;
    color: #000000;
    font-family: "Orbit", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.products.grid.products-grid .map .product-item-info .product-image-photo {
    width: unset;
}
.item.product.product-item.map {
    padding: 20px;
}
.map-my {
    margin-bottom: 100px;
}

/* 調整carousel樣式: map*/
.mapWrapper.products-grid .slick-prev,
.accWrapper.products-grid .slick-prev {
    left: 5px;
}
.mapWrapper.products-grid .slick-next,
.accWrapper.products-grid .slick-next {
    right: 5px;
}

.mapWrapper .product-item-name,
.accWrapper .product-item-name {
    overflow: hidden;
}
.map strong.product-item-name,
.acc strong.product-item-name {
    margin-bottom: 10px;
}
.map .product-item-description,
.acc .product-item-description {
    margin-bottom: 20px;
}

/* 調整右上角浮動的searchbar map頁面與acc頁面共用 */
/* 有調整過type2.phtml, type3.phtml */
.fix-search {
    width: 20%;
    box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.1);
}
#productSearch.fix-search {
    width: 20%;
}
#productSearch {
    border-radius: 10px;
    padding-left: 0;
    padding-right: 0;
}
#productSearch .search-button {
    display: flex;
    align-items: center;
    margin-left: -40px;
}
#product-search-map {
    width: 90%;
}
#product-search-map,
#productSearch {
    display: flex;
    align-items: center;
    justify-content: center;
}
#product-search-map {
    margin-left: 0;
}
#product-search-map .ico-search {
    height: 16px;
}
#productSearch .ico-search {
    height: 16px;
}

#productSearch #product-search-map .input-box {
    width: 80%;
    display: flex;
}
#productSearch.module-search .input-box {
    width: 80%;
}
.fix-search#productSearch.module-search .input-box {
    width: 75%;
}
#product-search-map .minicart-wrapper {
    /* width: 5%; */
    margin-left: 0;
}
#productSearch .tooltipBtn {
    display: flex;
    padding: 0 10px;
    margin: 0;
}
#productSearch .input-text {
    padding-right: 30px;
}

#accessoriesProducts .product-image {
    margin-bottom: 15px;
}
#accessoriesProducts .product-image img {
    margin: 0 auto;
    max-width: 300px;
}
#accessoriesProducts .product-name {
    font-weight: 600;
    color: #000;
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
    font-family: Orbit;
}
.stock.unavailable {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.42857143;
}
.cphrm1w li.item .product-name {
    font-family: Orbit;
}

/* ↓↓↓↓↓↓↓↓↓ Previous 頁面 ↓↓↓↓↓↓↓↓↓↓↓↓ */
#productSearch .buttons-set .button {
    margin: 8px;
}
.category-year {
    font-size: 24px;
    font-weight: bold;
}
.acc_change-style {
    color: #555;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}
.acc_change-style:hover {
    color: #fff;
    background-color: #0088bc;
    border-color: #006e98;
}
/* ↓↓↓↓↓↓↓↓↓ Trade-in 頁面 ↓↓↓↓↓↓↓↓↓↓↓↓ */
/* Learn more button */
#tradeInBtn {
    /* font-family: Arial, sans-serif; */
    border: 1px solid;
    color: #000;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 18px;
    width: 160px;
    background-color: unset;
    margin: 0;
}
#tradeInBtn:hover {
    background-color: #000;
    color: #fff;
}
/* .tradeInShow table td{
  border: 1px solid #d0d0d0;
  padding: 5px 10px;
} */
.tradeInShow .mgz-element-inner {
    padding: 0;
}
.tradeInShow .mgz-element-inner table tbody tr:first-child th {
    padding-top: 20px;
    padding-bottom: 0;
}
.control #limiter {
    padding: 5px 25px;
}
.limiter .label {
    margin-bottom: 0;
}
.tradeInShow .tradeInGroup-wrapper ul li {
    list-style-type: none;
    padding: 5px 0;
    margin: 0;
    display: flex;
}
.tradeInGroup-wrapper .tradeIn-model {
    width: 40%;
    border-bottom: 1px solid #ccc;
}
.tradeInGroup-wrapper .tradeIn-price {
    width: 10%;
    border-bottom: 1px solid #ccc;
}
.tradeInGroup-wrapper li.title {
    font-weight: bold;
}
#collapseFeature h5 {
    margin-top: 40px;
    font-weight: bold;
}

/* Redeem the Offer button */
.mgz-element-inner button.pccf-popup-btn {
    height: 40px;
    font-family: "FoundrySans Normal", "Helvetica Neue", Verdana, Arial,
        sans-serif;
    color: #fff;
    background-color: #00adef;
    border-color: #009bd6;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 18px;
    width: 160px;
    font-weight: normal;
}
.mgz-element-inner.ipq0dai-s .pccf-popup-btn:hover {
    background-color: #0088bc;
    border-color: #006e98;
}
.pccf.default .pccformwrapper .form-control {
    border-radius: 19px !important;
}
.comparicon {
    color: #000000;
}
.comparison .cell.product.info {
    background-color: unset;
}
.table-comparison .cell.label,
.table-comparison .cell.product.label {
    border: none;
}
/* .table-comparison tbody tr{
  border-bottom: 1px solid rgb(192,192,192);
} */
.table-comparison tbody tr th {
    background-color: #f4f4f4;
}
.table-comparison td:last-child {
    border-right: 0;
}
.table-comparison td {
    border-bottom: 0;
}
.table-comparison thead tr td.remove.product {
    position: relative;
}
.table-comparison thead tr td.remove.product a.action {
    position: absolute;
    bottom: -20px;
}
.table-comparison {
    margin-top: -40px;
}

.price-final_price .price {
    color: #00507d;
    font-size: 20px;
    font-family: "FoundrySans Normal", "Helvetica Neue", Verdana, Arial,
        sans-serif;
    line-height: 1.33333333;
}
.action.primary.button {
    color: #fff;
    background-color: #00adef;
    border-color: #009bd6;
    padding: 7px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 18px;
    min-width: 140px;
}
.action.primary.button:hover {
    color: #fff;
    background-color: #0088bc;
    border-color: #006e98;
}
.action.primary:hover {
    color: #fff;
    background-color: #0088bc;
    border-color: #006e98;
}
.action.print {
    /* font-family: Arial, sans-serif; */
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857143;
}

.toolbar-sorter .sorter-label {
    margin-bottom: 0;
    line-height: 1;
}
.toolbar-sorter {
    display: flex;
    align-items: center;
}
.toolbar .sorter-action {
    top: 0;
}
.tradeInForm .col-md-8,
.tradeInForm .col-md-6 {
    flex: 0 0 100%;
    min-width: 100%;
    text-align: center;
}
.labelabove.tradeInForm .form-group > div.col-md-6,
.labelabove.tradeInForm .form-group > div.col-md-8 {
    text-align: center !important;
}
.labelabove.tradeInForm .form-group > div.col-md-8 .checkbox-inline {
    text-align: left !important;
    font-family: "FoundrySans Normal", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.labelabove.tradeInForm .form-group > div.col-md-8.captcha .g-recaptcha div {
    margin: 0 auto !important;
}

#product-comparison .product-item-photo,
#product-comparison .product-item-name,
#product-comparison .product-item-actions,
#product-comparison .price-box {
    text-align: center;
}
/* phase3修正 */
.tradeIn-style {
    /* margin-left: -10px;
  margin-right: -10px; */
}
.compare-list.button-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.button.action.print {
    font-size: 14px;
    width: 125px;
    min-width: unset;
    background-color: #fff;
    color: #00adef;
    border-color: #009bd6;
    padding: 5px 12px;
    font-family: "FoundrySans Normal", "Helvetica Neue", Verdana, Arial,
        sans-serif;
}
.button.action.print:hover {
    color: #fff;
    background-color: #00adef;
}

.button.action.back {
    font-size: 14px;
    width: 125px;
    min-width: unset;
    background-color: #fff;
    color: #00adef;
    border-color: #009bd6;
    padding: 5px 12px;
    font-family: "FoundrySans Normal", "Helvetica Neue", Verdana, Arial,
        sans-serif;
}
.button.action.back:hover {
    color: #fff;
    background-color: #00adef;
}
.fix-search {
    top: 100px;
}
/* phase3 修正：按鈕不一樣高 */
#download-iso,
#find-local-store {
    margin-top: 0;
    margin-bottom: 10px;
    min-width: 160px;
    padding: 8px 12px;
}

/* phase3 修正：Product Description 字型+顏色*/
.products-list
    ol.product-items
    li.item.product.product-item
    .product-item-info
    .product-item-description
    p {
    font-size: 16px;
}
a:visited {
    /* color: #00ADEF; */
}
.order-details-items.invoice .actions-toolbar,
.order-details-items.creditmemo .actions-toolbar {
    margin-left: -12px;
}
.block.block-order-details-view {
    margin-top: 24px;
}
/* phase3 修正：checkout page */
.amcheckout-main-container.-modern.-layout-2columns
    .amcheckout-step-container.-summary
    > .checkout-payment-method
    .actions-toolbar
    .amasty.checkout {
    width: 90%;
}

@media only screen and (min-width: 1200px) {
    .fix-search#productSearch .minicart-wrapper {
        margin-left: 0;
    }
    .order-details-items.ordered .col.price {
        text-align: center;
    }
}

@media only screen and (max-width: 1199px) {
    .fix-search {
        width: 30%;
    }
    .fix-search#productSearch .buttons-set .button {
        width: 180px;
    }
    /* phase 3 order print */
    table.table.table-order-items .col.price,
    table.table.table-order-items .col.qty,
    table.table.table-order-items .col.subtotal,
    table.table.table-order-items > tfoot > tr > td.amount {
        text-align: right;
    }
    .table-order-items.table-wrapper .col.subtotal,
    .table-order-items.table-wrapper .col.qty,
    .table-order-items.table-wrapper .col.price,
    .table-order-items.table-wrapper .col.subtotal,
    .table-order-items.table-wrapper .data.table > tfoot > tr > td.amount {
        text-align: right;
    }
    .table-order-items.creditmemo .col.subtotal,
    .table-order-items.creditmemo .col.qty,
    .table-order-items.creditmemo .col.discount,
    .table-order-items.creditmemo .col.total,
    .table-order-items.creditmemo > tfoot > tr > td.amount {
        text-align: right;
    }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    /*ipad*/
    .fix-search {
        width: 35%;
    }
    #productSearch.fix-search {
        width: 35%;
    }
    .column.main .product-items .product-item {
        padding-left: 15px;
    }
    .tradeInGroup-wrapper .tradeIn-price {
        width: 15%;
    }
    /* phase3 修正：checkout page */
    .amcheckout-main-container.-modern.-layout-2columns
        .amcheckout-step-container.-summary
        > .checkout-payment-method
        .actions-toolbar
        .amasty.checkout {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
}

@media (min-width: 768px), print {
    /* phase 3 調整 order print */
    .page-print .table > thead > tr > th,
    .page-print .table > thead > tr > td,
    .page-print .table > tbody > tr > th,
    .page-print .table > tbody > tr > td,
    .page-print .table > tfoot > tr > th,
    .page-print .table > tfoot > tr > td {
        padding: 8px;
    }
    .page-print .table > tfoot > tr > td.amount,
    .page-print table.table.table-order-items > tbody > tr > td.subtotal,
    .page-print table.table.table-order-items > tbody > tr > td.price,
    .page-print table.table.table-order-items > thead > tr > td.col.price,
    .page-print table.table.table-order-items > thead > tr > th.col.price,
    .page-print table.table.table-order-items > tbody > tr > td.qty,
    .page-print table.table.table-order-items > thead > tr > td.col.discount,
    .page-print table.table.table-order-items > thead > tr > th.col.discount,
    .page-print table.table.table-order-items > thead > tr > td.col.rowtotal,
    .page-print table.table.table-order-items > tbody > tr > td.col.discount,
    .page-print table.table.table-order-items > tbody > tr > td.col.total,
    .page-print table.table.table-order-items > thead > tr > th.col.qty,
    .page-print table.table.table-order-items > thead > tr > th.col.subtotal,
    .page-print table.table.table-order-items > thead > tr > th.col.rowtotal {
        text-align: right;
    }
}
@media (min-width: 768px) {
    /* phase 3 調整 order print */
    .page-print .table > tfoot > tr > td.amount,
    .page-print table.table.table-order-items > tbody > tr > td.subtotal,
    .page-print table.table.table-order-items > tbody > tr > td.qty,
    .page-print table.table.table-order-items > tbody > tr > td.price,
    .page-print table.table.table-order-items > thead > tr > th.col.qty,
    .page-print table.table.table-order-items > thead > tr > th.col.price,
    .page-print table.table.table-order-items > thead > tr > th.col.subtotal,
    .page-print table.table.table-order-items > thead > tr > th.col.discount,
    .page-print table.table.table-order-items > thead > tr > th.col.rowtotal,
    .page-print table.table.table-order-items > tbody > tr > th.col.discount,
    .page-print table.table.table-order-items > tbody > tr > th.col.total {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .map_category-spacing {
        padding-left: 20px;
        padding-right: 20px;
    }

    .map_product-info,
    .acc_product-info {
        align-items: center;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .map_product-info p {
        font-size: 16px;
    }
    .map_product-info label {
        font-size: 18px;
    }

    .map,
    .acc strong.product-item-name {
        font-size: 20px;
    }
    .Block_head .contentHr {
        width: 20%;
    }
    .Block_head h2.map_h2Style {
        font-size: 20px;
    }
    .fix-search#productSearch,
    #productSearch .input-box {
        /* width: 50%; */
        width: 180px;
        padding: 3px 0;
        padding-left: 5px;
    }
    #product-search-map .minicart-wrapper {
        display: flex;
        margin-left: 8px;
        align-items: center;
    }
    .fix-search#product-search-map .minicart-wrapper {
        margin: 0;
    }
    .fix-search#productSearch .input-text {
        width: 140px;
        padding-right: 10px;
    }
    #productSearch .input-text {
        font-size: 14px;
    }

    .category-year {
        font-size: 22px;
    }
    .tradeButton .mgz-btn,
    .mgz-element-inner button.pccf-popup-btn {
        font-size: 14px;
        width: 150px;
        margin-left: 6px;
    }
    .toolbar-products .toolbar-sorter.sorter .sorter-options {
        width: 100%;
        max-width: 100%;
    }
    .tradeInGroup-wrapper .tradeIn-model {
        width: 70%;
    }
    .tradeInGroup-wrapper .tradeIn-price {
        width: 30%;
    }
    #tradeInBtn {
        font-size: 14px;
        width: 150px;
        margin-right: 6px;
    }
    .table-wrapper.comparison {
        border-top: 0;
    }
    #productSearch .input-box .search-button {
        margin-left: -40px;
    }
    .fix-search#productSearch .input-box .search-button {
        margin-left: -23px;
        padding: 0;
    }
    .fix-search {
        top: 10px;
    }
    #productSearch .tooltipBtn {
        padding-left: 10px;
    }
    .fix-search#productSearch .tooltipBtn {
        padding-left: 2px;
        margin-right: 2px;
    }
    .fix-search#productSearch #product-search-map .input-box {
        display: flex;
        width: 150px;
        padding-left: 10px;
    }
    #product-search-map {
        padding-left: 0 10px;
    }
    .fix-search#productSearch .minicart-wrapper {
        width: auto;
    }
    /* Previous Products */
    #productSearch .buttons-set .button {
        font-size: 14px;
        margin: 3px;
        padding: 3px 12px;
    }
    #productSearch #product-search-map .input-box {
        width: 90%;
    }
    .fix-search#productSearch .buttons-set .button {
        width: 140px;
    }

    table.table.table-order-items .col.price,
    table.table.table-order-items .col.qty,
    table.table.table-order-items .col.subtotal,
    table.table.table-order-items > tfoot > tr > td.amount {
        text-align: left;
    }
    .table-order-items.table-wrapper .col.subtotal,
    .table-order-items.table-wrapper .col.qty,
    .table-order-items.table-wrapper .col.price,
    .table-order-items.table-wrapper .col.subtotal,
    .table-order-items.table-wrapper .data.table > tfoot > tr > td.amount {
        text-align: left;
    }
    .table-order-items.creditmemo .col.subtotal,
    .table-order-items.creditmemo .col.qty,
    .table-order-items.creditmemo .col.discount,
    .table-order-items.creditmemo .col.total,
    .table-order-items.creditmemo > tfoot > tr > td.amount {
        text-align: left;
    }
    /* phase3 修正：checkout page */
    .amcheckout-main-container.-modern.-layout-2columns
        .amcheckout-step-container.-summary
        > .checkout-payment-method
        .actions-toolbar
        .amasty.checkout {
        width: 100%;
    }
}
