.shopcart_product {
    display: block;
    background: #fff;
    box-shadow: 0 0 17px 0px #0000000f;
    border-radius: 12px;
    max-width: 700px;
    margin: auto;
    padding: 0px 30px 0px
}

@media screen and (max-width: 768px) {
    .shopcart_product {
        border-radius:0px;
        padding: 0px 10px 0px
    }
}

.shopcart_product .page-cart-top {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: auto
}

@media screen and (max-width: 768px) {
    .shopcart_product .page-cart-top {
        background:var(--bg-color);
        overflow: hidden;
        width: calc(100% + 20px);
        margin: auto;
        margin-left: -10px;
        padding: 0px 10px
    }
}

.shopcart_product .page_title_cart {
    display: block;
    overflow: hidden;
    text-align: right;
    color: #333;
    line-height: 40px;
    padding-top: 15px;
    font-size: 20px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .shopcart_product .page_title_cart {
        padding-top:0px
    }
}

.shopcart_product .link-to-home {
    float: left;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    color: #0066FF;
    padding: 15px 0 0 15px
}

@media screen and (max-width: 768px) {
    .shopcart_product .link-to-home {
        padding:0px 0 0 15px
    }
}

.shopcart_product .link-to-home svg {
    position: absolute;
    left: 0;
    top: 28px;
    width: 16px;
    height: 16px
}

@media only screen and (max-width: 768px) {
    .shopcart_product .link-to-home svg {
        top:12px
    }
}

@media only screen and (max-width: 500px) {
    .shopcart_product .link-to-home svg {
        width:14px;
        height: 16px
    }
}

.shopcart_product .page_product_list {
    margin-top: 15px
}

@media only screen and (max-width: 768px) {
    .shopcart_product .page_product_list {
        margin-top:10px
    }
}
.shopcart_product .col-td-number-mb,.shopcart_product .price-mb {
    display: none
}

.shopcart_product .image_cart {
    display: block
}

@media screen and (max-width: 768px) {
    .shopcart_product .image_cart {
        margin-left:0px
    }
}

.shopcart_product .image_cart img {
    width: 100%;
    height: auto;
    vertical-align: middle
}

.shopcart_product .d-flex {
    display: flex;
    align-items: center;
    grid-column: span 3
}

.shopcart_product .del-item {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999;
    width: 18px;
    border: 0;
    margin: auto;
    cursor: pointer;
    position: absolute;
    top: 4px;
    left: 4px
}

.shopcart_product .del-item svg {
    transition: .5s;
    fill: #D0D5DD
}

.shopcart_product .del-item:hover svg {
    transform: scale(1.1);
    fill: #ff0000
}

.shopcart_product .col-image {
    float: left;
    overflow: hidden;
    width: 98px;
    text-align: center;
    align-items: start
}

.shopcart_product .col-td-price {
    float: right;
    display: block;
    text-align: right
}

.shopcart_product .col-name {
    display: inline-block;
    width: 75%
}

@media screen and (max-width: 500px) {
    .shopcart_product .col-name {
        width:60%
    }
}

.shopcart_product .col-name .info-other {
    text-transform: uppercase;
    font-size: 14px;
    color: #8F9092;
    margin-top: 10px
}

.shopcart_product .col-name .name-item {
    color: #333;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 5px
}

@media screen and (max-width: 600px) {
    .shopcart_product .col-name .name-item {
        font-weight:400;
        margin-top: 0px
    }
}

.shopcart_product .col-td-number .quant {
    display: inline-flex;
    background-color: #F2F4F7;
    border-radius: 4px
}

.shopcart_product .col-td-number input::-webkit-outer-spin-button,.shopcart_product .col-td-number input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.shopcart_product .col-td-number input[type=number] {
    -moz-appearance: textfield
}

.shopcart_product .col-td-number .btn-minus,.shopcart_product .col-td-number .btn-plus {
    padding: 0px;
    border-width: 0px;
    float: left;
    background: #fff;
    position: relative;
    cursor: pointer;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    width: 24px;
    height: 24px
}

.shopcart_product .col-td-number .btn-minus svg,.shopcart_product .col-td-number .btn-plus svg {
    fill: #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.shopcart_product .col-td-number .btn-minus {
    order: 1;
    border-right: none
}

@media screen and (max-width: 480px) {
    .shopcart_product .col-td-number .btn-minus {
        order:1
    }
}

.shopcart_product .col-td-number .btn-plus {
    order: 3;
    border-left: none
}

.shopcart_product .col-td-number .btn-plus svg {
    fill: #288ad6
}

@media screen and (max-width: 480px) {
    .shopcart_product .col-td-number .btn-plus {
        order:3
    }
}

.shopcart_product .col-td-number .numbers-pro {
    order: 2;
    border-width: 0;
    width: 24px;
    text-align: center;
    margin: auto;
    background: #E0E0E0;
    border-radius: 4px;
    height: 24px;
    float: left;
    margin-right: 5px;
    margin-left: 5px
}

.shopcart_product .col-td-number .error-number-item {
    display: block;
    color: red;
    font-size: 12px
}

.shopcart_product .discount.hide {
    display: none
}

.shopcart_product .discount {
    background-color: var(--main-color);
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 38px;
    z-index: 22;
    color: var(--extra-color);
    font-size: 11px;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 915px) {
    .shopcart_product .discount {
        font-size:8px;
        width: 25px;
        height: 25px
    }
}

@media screen and (max-width: 768px) {
    .shopcart_product .discount {
        right:75px
    }
}

@media screen and (max-width: 750px) {
    .shopcart_product .discount {
        right:65px
    }
}

@media screen and (max-width: 670px) {
    .shopcart_product .discount {
        right:55px
    }
}

@media screen and (max-width: 630px) {
    .shopcart_product .discount {
        right:45px
    }
}

@media screen and (max-width: 295px) {
    .shopcart_product .discount {
        left:0px;
        right: 0px
    }
}

.shopcart_product .loai_may {
    margin-right: 10px;
    position: relative
}

.shopcart_product .loai_may:after {
    content: '';
    width: 1px;
    height: 15px;
    right: -8px;
    top: 2px;
    background-color: #8F9092;
    position: absolute
}

.shopcart_product .price span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #DD042D;
    text-align: right;
}

.shopcart_product .pri_old span {
    display: block;
    text-decoration: line-through;
    font-size: 14px;
    color: #999
}

.shopcart_product .ship-total {
    display: block;
    overflow: hidden;
    padding: 10px 0px 20px;
    border-bottom: 1px solid #d8d8d8;
    background: #fff
}

.shopcart_product .ship-total .total-mn {
    display: flex;
    justify-content: space-between;
    line-height: 18px
}

.shopcart_product .ship-total .total-mn .price_tongcong {
    font-weight: 400
}

@media screen and (max-width: 550px) {
    .shopcart_product .ship-total .total-mn .price_tongcong {
        font-size:14px
    }
}

.shopcart_product .ship-total .total_p span {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    display: inline-block
}

@media screen and (max-width: 550px) {
    .shopcart_product .ship-total .total_p span {
        font-size:14px
    }
}

.shopcart_product .ship-total .change-total {
    font-weight: 700;
    font-size: 14px
}

.shopcart_product .total-card-code {
    margin-top: 4px
}

.shopcart_product .ht_tt {
    font-size: 16px;
    display: block;
    float: left;
    width: 100%;
    margin: 10px 0px
}

.shopcart_product .box-info {
    background: #fff
}

.shopcart_product .box-info .malefemale {
    display: flex;
    overflow: hidden;
    background: #fff;
    margin-top: 25px;
    margin-bottom: 15px
}

.shopcart_product .box-info .malefemale label.male_kh {
    margin-right: 10px;
    cursor: pointer
}

.shopcart_product .box-info .malefemale .click_male {
    margin-right: 5px;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    border-radius: 10px
}

.shopcart_product .box-info .malefemale .regular-radio:checked+label {
    background: #ef7e37;
    border: 4px solid #e1e1e1;
    width: 16px;
    height: 16px
}

.shopcart_product .list_bankings,.shopcart_product .fundiinget {
    display: none
}

.shopcart_product .fundiinget {
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px
}

.shopcart_product .fundiinget p {
    display: block;
    margin-block-start:0.8em;margin-block-end:0.8em;margin-inline-start:0px;margin-inline-end:0px;unicode-bidi: isolate
}

.shopcart_product .check-box-inp .container-rd {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    display: flex;
    width: 100%;
    background: #FFF;
    align-items: center;
    margin-bottom: 5px;
    padding: 12px 10px;
    cursor: pointer;
    flex-wrap: wrap;
    position: unset;
    font-size: 14px;
    color: #000
}

.shopcart_product .check-box-inp .container-rd input {
    margin-bottom: 0px
}

.shopcart_product .check-box-inp .container-rd .radio {
    display: grid
}

.shopcart_product .check-box-inp .box_two {
    margin-left: 10px;
    display: flex;
    align-items: center
}

.shopcart_product .check-box-inp .name_top {
    font-weight: 700;
    margin-bottom: 3px
}

.shopcart_product .all-button-cart {
    margin-top: 10px
}

@media screen and (max-width: 600px) {
    .shopcart_product .all-button-cart {
        text-align:center
    }
}

.shopcart_product .all-button-cart .note {
    display: block;
    overflow: hidden;
    font-size: 11px;
    color: #999;
    text-align: center;
    float: left;
    width: 100%;
    margin: 10px 0px
}

.shopcart_product .banking_box {
    display: none
}

.shopcart_product .list_bankings {
    width: 100%;
    margin: 5px 0px 0px
}

.shopcart_product .list_bankings .item {
    display: flex;
    border-radius: 6px;
    padding: 5px 3px
}

.shopcart_product .list_bankings .item .name,.shopcart_product .list_bankings .item .branch,.shopcart_product .list_bankings .item .account,.shopcart_product .list_bankings .item .account_name {
    line-height: 1.3
}

.shopcart_product .list_bankings .item .branch {
    font-weight: 600;
    margin-bottom: 3px
}

.shopcart_product .list_bankings .item figure {
    width: 40px;
    height: 40px
}

.shopcart_product .list_bankings .item figure img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle
}

.shopcart_product .list_bankings .item .text {
    width: calc(100% - 50px);
    margin-left: 10px
}

.shopcart_product .title-box-cart {
    display: block;
    overflow: visible;
    padding: 12px 0px;
    background: #fff
}

.shopcart_product .title_address_box {
    margin-top: 10px
}

.shopcart_product .nknhdv {
    margin-top: 5px;
    width: 100%;
    margin-bottom: 20px
}

@media screen and (max-width: 550px) {
    .shopcart_product .nknhdv {
        margin-top:0px
    }
}

.shopcart_product .nknhdv .checknknh {
    position: relative;
    top: 1.5px;
    margin-right: 9px;
    cursor: pointer
}

.shopcart_product .nknhdv label {
    position: unset !important;
    line-height: 20px
}

.shopcart_product .nknhdv label span {
    color: #000;
    font-size: 14px
}

.shopcart_product .nknhdv .infouser1 {
    border: 1px solid var(--main-color);
    padding: 10px 10px 3px;
    border-radius: 4px;
    background: #f6f6f6;
    margin: 10px 0 0;
    position: relative;
    width: 100%;
    float: left;
    display: none
}

.shopcart_product .nknhdv .infouser1:before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--main-color);
    border-left: 1px solid var(--main-color);
    background: #f6f6f6;
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    left: 50px
}

.shopcart_product .nknhdv .halfwidth.left {
    float: left
}

.shopcart_product .nknhdv .halfwidth.right {
    float: right
}

.shopcart_product .nknhdv .halfwidth {
    width: 49%;
    display: inline-block
}

.shopcart_product .nknhdv .halfwidth input {
    display: block;
    overflow: hidden;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 7px;
    color: #333
}

.shopcart_product .nknhdv .cough span label {
    position: relative;
    top: -1px;
    margin-left: 2px
}

.shopcart_product .nknhdv .cough {
    margin-bottom: 5px
}

.shopcart_product .nknhdv .cough span {
    margin-right: 5px
}

.shopcart_product .nknhdv .cough span label {
    cursor: pointer
}

.shopcart_product .shadow .input_check {
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    display: inline-block
}

.shopcart_product .shadow .address_list {
    display: flex;
    gap: 10px
}

@media screen and (max-width: 550px) {
    .shopcart_product .shadow .address_list {
        flex-wrap:wrap
    }
}

.shopcart_product .shadow .address_list .item_add {
    width: 100%
}

@media screen and (max-width: 550px) {
    .shopcart_product .shadow .address_list .item_add {
        width:calc(50% - 5px)
    }

    .shopcart_product .shadow .address_list .item_add .input_check {
        margin-bottom: 0px
    }
}

@media screen and (max-width: 550px) {
    .shopcart_product .shadow .address_list .item_add:last-child {
        width:100%
    }

    .shopcart_product .shadow .address_list .item_add:last-child .input_check {
        margin-bottom: 10px
    }
}

.shopcart_product .input_check {
    display: inline-block;
    position: relative
}

.shopcart_product .shadow .input_text {
    width: 100%;
    height: 45px;
    position: relative;
    z-index: 1;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 0px 15px
}

@media only screen and (max-width: 550px) {
    .shopcart_product .shadow .input_text {
        font-size:12px
    }
}

.shopcart_product .shadow .input_text::placeholder {
    color: #344054
}

.shopcart_product .shadow .input_text:focus {
    border: 1px solid #0066FF;
    box-shadow: 0 0 5px #0066FF
}

.shopcart_product .shadow .input_text:focus ~ .label {
    top: -9px;
    background: #fff;
    padding: 0 5px;
    line-height: 18px;
    font-size: 12px;
    z-index: 1
}

.shopcart_product .shadow .input_text:valid ~ .label {
    top: -9px;
    background: #fff;
    padding: 0 5px;
    line-height: 18px;
    font-size: 12px;
    z-index: 1
}

.shopcart_product .shadow .label {
    position: absolute;
    top: 13px;
    left: 10px;
    transition: all .2s;
    cursor: text !important;
    color: #666;
    font-size: 13px;
    z-index: 1
}

.shopcart_product .shadow .label:focus {
    top: -9px;
    background: #fff;
    padding: 0 5px;
    line-height: 18px;
    font-size: 12px;
    z-index: 1
}

.shopcart_product .shadow textarea {
    height: 100px
}

.shopcart_product .flex-inp {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -5px 0px
}

@media only screen and (max-width: 500px) {
    .shopcart_product .flex-inp {
        display:flex
    }
}

.shopcart_product .flex-inp .inp-class {
    width: calc(50% - 10px);
    margin: 0px 5px;
    position: relative
}

.shopcart_product .label_error {
    font-size: 13px;
    margin-bottom: 10px
}

.shopcart_product .all-button-cart .button-submit {
    width: 400px;
    padding: 13px 0;
    margin: 10px auto;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    text-align: center;
    border-width: 0px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 0px;
    background: #0066FF;
    border-radius: 8px;
    clear: both
}

.shopcart_product .all-button-cart .button-submit span {
    display: block;
    color: #fff;
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px
}

@media screen and (max-width: 600px) {
    .shopcart_product .all-button-cart .button-submit span {
        margin-top:2px
    }
}

.shopcart_product .all-button-cart .button-submit:hover {
    background-color: #ad1116
}

@media screen and (max-width: 600px) {
    .shopcart_product .all-button-cart .button-submit {
        margin:0px auto;
        width: auto;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        padding: 10px 40px 6px
    }
}

.shopcart_product .desc_btn {
    display: block;
    text-align: center;
    color: #4A4A4A;
    font-size: 15px;
    margin-top: 20px
}

.shopcart_product .total-price-inner {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-top: 9px;
    font-weight: bold
}

.shopcart_product .total-price-inner .text-tt {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 22px
}

.shopcart_product .total-price-inner .text-tien {
    display: flex;
    align-items: center;
    font-size: 15px
}

.shopcart_product .total-price-inner .price_thanhtoan {
    float: right;
    font-size: 16px;
    color: #DD042D
}

.shopcart_product .total-price-bottom {
    display: flex;
    overflow: hidden;
    padding: 10px 0 10px;
    width: 100%;
    margin-top: 10px;
    float: left
}

.shopcart_product .total-price-bottom .price_thanhtoan,.shopcart_product .total-price-bottom .price_sale {
    float: right;
    font-size: 14px;
    color: #DD042D
}

.shopcart_product .sale-price-bottom {
    padding-bottom: 0px
}

.shopcart_product .total-discount .total_dis {
    text-align: right
}

.shopcart_product .total-discount .total_dis .price_discount {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: right;
    color: #027A48;
    background: unset;
}

@media screen and (max-width: 550px) {
    .shopcart_product .total-discount .total_dis .price_discount {
        font-size:11px
    }
}

.box_mgg_price_tt {
    border-top: 1px solid #E0E0E0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 15px;
}

.product-cart-sum {
    display: flex;
    position: relative;
    padding-top: 8px;
    font-size: 16px;
}

.product-cart-sum-left {
    text-align: left;
    flex: 1;
}

.product-cart-sum-left span {
    font-size: 14px;
}

.product-cart-sum:last-child .product-cart-sum-left {
    color: #000000;
    font-weight: 700;
}

.product-cart-sum:last-child .product-cart-sum-right {
    font-weight: 700;
    color: #DD042D;
    font-size: 18px;
}

.steps-basic-heading {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.steps-basic-heading span {
    color: #2F4F89;
}

.product-cart-right .steps-basic-heading {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

/*payment-item*/
.payment-item {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 14px;
}
.payment-item.active {
    border-color: #2f4f89;
}
.payment-content {
    display: none;
    line-height: 20px;
    margin-top: 10px;
}
.payment-content.active {
    display: block;
}
/*payment-item*/

/*---------------------
  Cart Product
-----------------------*/

.cart-product {
    padding-bottom: 30px;
}

.product-cart-list {
    /*display: block;
    border-color: transparent;
    font-size: 13px;
    */
    background: #F8F8F8;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    overflow: hidden
}

.product-cart-list ul {
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    list-style: none;
}

.product-cart-right-box li {
    position: relative;
}

.product-cart-left-image {
    width: 100px;
}
.product-cart-left-image img {
/*    height: 100px;*/
}

.product-cart-left-info {
/*    width: calc(100% - 70px);*/
    padding: 10px;
    flex: 1;
}

.product-cart-left-total {
    padding: 10px;
}

.product-cart-left-price {
    margin-top: 3px;
    margin-bottom: 2px;
}

.product-cart-left-name a {
    color: #000000;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}

.product-cart-size-bg {
    position: relative;
}

.product-cart-size-title {
    background: #E9EAE8;
    position: relative;
    cursor: pointer;
    padding: 5px 13px 5px 13px;
    margin-top: 5px;
    margin-bottom: 8px;
    display: inline-block;
    /*text-align: center;*/
    font-size: 14px;
    transition: .3s all;
    border-radius: 10px;
    font-weight: 300;
}


.product-cart-left-trash {
    margin-top: 4px;
}

.cart__remove,
.product-cart-left-trash a {
    color: #959595;
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    top: 2px;
    left: 2px;
}

.product-cart-left-count-btn {
    display: flex;
    align-items: center;
    height: 32px;
    line-height: 32px;
    border: 1px solid #000000;
    width: 100px;
    border-radius: 30px;
    overflow: hidden;
}

.product-cart-total-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    font-size: 14px;
}


.product-cart-total-wrapper {
    background: #E9EAE8;
    border-radius: 10px;
    padding: 15px 15px;
    margin-top: 20px;
}

.discount-code-title {
    text-transform: uppercase;
    margin: 20px 0 5px 0;
    font-size: 14px;
    font-weight: 300;
}

.discount-code-input {
    display: flex;
    align-items: center;
    gap: 10px;
}

.discount-code-input input[type="text"] {
    padding-right: 15px;
    padding-left: 15px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-radius: 10px;
}

.discount-code-input input[type="text"]:focus {
    box-shadow: none;
}

.discount-code-input .btn__custom {
    padding: 0;
    min-width: 60px;
    font-size: 14px;
}

.btn__custom-payment {
    display: block;
    margin-top: 10px;
}

.product-detail-quality {
    color: #000000;
    font-size: 24px;
    line-height: 48px;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    position: relative;
    vertical-align: middle;
    display: flex;
    font-weight: 400;
    line-height: 1;
    border-radius: 30px;
    padding: 0 10px;
    max-width: 136px;
    height: 48px;
    margin-top: 15px;
}

.quantity__augure, 
.quantity__reduce {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 100%;
    line-height: 1em;
    color: #000000;
}

.product-detail-quality input[type="number"],
.product-cart-left-count-btn input[type="number"] {
    border: 0;
    background-color: transparent;
    pointer-events: none;
    text-align: center;
    flex: 1;
    max-width: 40px;
    -moz-appearance: textfield;
}

.product-detail-quality input[type="number"]::-webkit-outer-spin-button,
.product-detail-quality input[type="number"]::-webkit-inner-spin-button,
.product-cart-left-count-btn input[type="number"]::-webkit-outer-spin-button,
.product-cart-left-count-btn input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}