.main-header .menuMobileLeft {
    justify-content: space-between;
}

.product-custom-accordion {
    margin: 24px 0;
}

.product-custom-accordion__item {
    margin-bottom: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    transition: border-color .2s ease;
}

.product-custom-accordion__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 45px;
    padding: 5px 20px;
    color: #111;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
}

.product-custom-accordion__item:hover,
.product-custom-accordion__item.is-open {
    border-color: #333;
}

.product-custom-accordion__header:focus {
    outline: none;
}

.product-custom-accordion__title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
    text-align: left;
}

.product-custom-accordion__icon {
    flex: 0 0 30px;
    width: 25px;
    height: 25px;
    color: #111;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-custom-accordion__arrow {
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    margin-left: 18px;
    border-right: 2px solid #222;
    border-bottom: 2px solid #222;
    transform: rotate(45deg);
    transition: transform .2s ease;
}

.product-custom-accordion__item.is-open .product-custom-accordion__arrow {
    transform: rotate(225deg);
}

.product-custom-accordion__body {
    padding: 0 20px 10px;
    color: #333;
    line-height: 1.6;
}

.product-custom-accordion__body img {
    max-width: 100%;
    height: auto;
}
.text-custom-pview {
    margin: 15px 0 0;
}
.Ask-for-advice {
    display: none !important;
}
#quick-view-cart .action-button-cart>a {
    width: 100%;
}
input[name="customerEmail"] {
    display: none;
}

@media (max-width: 767px) {
    .product-custom-accordion {
        margin: 18px 0;
    }

    .product-custom-accordion__item {
        margin-bottom: 14px;
        border-radius: 7px;
    }

    .product-custom-accordion__header {
        min-height: 50px;
        padding: 12px 15px;
    }

    .product-custom-accordion__title {
        gap: 12px;
        font-size: 16px;
    }

    .product-custom-accordion__icon {
        flex-basis: 24px;
        width: 24px;
        height: 24px;
    }

    .product-custom-accordion__body {
        padding: 0 15px 10px;
    }
}
.suppport-mb .dathangnhanh {
    width:25%;
    background: #1f1f1f;
    border-left: 2px solid #000;
    padding:10px 0;
}
.suppport-mb .dathangnhanh a {
    color: #fff;
}
.suppport-mb .dathangnhanh a img {
    height: 30px;
    margin-bottom: 10px;
}
#productdetail .product-info .number .content-number .button {
    margin: 0;
    width: 100%;
    border-radius: 8px;
}
#productdetail .product-info .number .content-number {
    flex-direction: column;
    gap: 15px;
}
.content-number #addToCart, .content-number #buyNow {
    height: 45px;
    border: 1px solid #000
}
.content-number #buyNow {
    background-color: #000 !important;
}
.content-number #addToCart {
    background-color: #fff !important;
    color: #000 !important;
}
#productdetail .product-info .number .content-number .book-number {
    width: auto;
    float: unset;
    display: flex;
}

#productdetail .product-info .number .content-number .book-number{
    padding-top: 8px;
}
#productdetail .product-info .number .content-number .book-number .change-number{
    width: auto;
}
#productdetail .product-info .number .content-number .book-number .input-number {
    width: auto;
}
#productdetail .product-info .number .content-number .book-number .change-number .item-change:nth-child(1) {
    border-bottom: 1px solid #ececec;
}
#productdetail .product-info .number .content-number .book-number .change-number .item-change {
    border: 1px solid #ececec;
    height: 40px;
    padding: 3px 0;
    width: 35px;
    line-height: 31px;
}
#productdetail .product-info .number .content-number .book-number .input-number #pquantity{
    height: 40px;
    float: left;
    border: none;
    width: 50px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
#productdetail .item-change.minus {
    border-radius: 6px 0 0 6px;
}
#productdetail .item-change.plus {
    border-radius: 0 6px 6px 0;
}