
 /*Thay đổi màu ô input Đặt mua - Giấy in  nhiệt */ 
.paper-type>option{
  background-color: #FFFFFF;
}
#delivery-date{
  background-color: #F2E77C;
}
/* BUTTON mua ngay */
.btn-mua-ngay a{
  background-color: #e44234;
  font-size: 12px !important;
  padding: 10px 10px 9px 10px;
  outline: .14em dashed red !important;
  outline-offset: .2em;
}
/* POPUP QUICK BUY */
/* Hiện icon mũi tên của ô select */
body .popup-customer-info-group select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

/* Khoảng cách khu vực chọn biến thể */
.devvn-popup-quickbuy table.variations {
    margin: 10px 0 !important;
}

/* Fix hiển thị thông báo mã giảm giá */
body .quickbuy_coupon_mess ul,
body .quickbuy_coupon_mess .woocommerce-message {
    min-height: auto !important;
    padding: 10px 10px 10px 50px !important;
}

/* Fix popup che nút thanh toán */
.le-van-toan .mfp-content {
    overflow-x: hidden;
    overflow-y: auto;
}

/* Cụm chọn số lượng */
.devvn-popup-quickbuy .quantity {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;

    width: 220px !important;
    margin: 0 !important;
    padding-left: 0 !important;
}

/* Label “Số lượng” */
.devvn-popup-quickbuy .quantity .screen-reader-text {
    position: static !important;
    order: 1 !important;

    display: block !important;
    flex: 0 0 84px !important;
    width: 84px !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    transform: none !important;
    white-space: nowrap;

    color: #444;
    font-size: 14px;
    font-weight: 400;
}

/* Nút trừ và cộng */
.devvn-popup-quickbuy .quantity .minus,
.devvn-popup-quickbuy .quantity .plus {
    position: static !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 40px !important;

    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #fff !important;
    background: #19a64a !important;
    border: 1px solid #19a64a !important;

    font-size: 18px !important;
    font-weight: 600 !important;
    cursor: pointer;
}

/* Thứ tự và bo góc nút trừ */
.devvn-popup-quickbuy .quantity .minus {
    order: 2 !important;
    border-radius: 5px 0 0 5px !important;
}

/* Thứ tự và bo góc nút cộng */
.devvn-popup-quickbuy .quantity .plus {
    order: 4 !important;
    border-radius: 0 5px 5px 0 !important;
}

/* Hiệu ứng rê chuột */
.devvn-popup-quickbuy .quantity .minus:hover,
.devvn-popup-quickbuy .quantity .plus:hover {
    background: #12863b !important;
    border-color: #12863b !important;
}

/* Ô nhập số lượng */
.devvn-popup-quickbuy .quantity input.qty {
    order: 3 !important;
    flex: 0 0 56px !important;

    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    height: 40px !important;

    margin: 0 !important;
    padding: 0 5px !important;

    color: #444;
    background: #fff !important;
    border: 1px solid #d8d8d8 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;

    font-weight: 600;
    text-align: center;

    /* Ẩn mũi tên trên Firefox */
    -moz-appearance: textfield !important;
    appearance: textfield !important;
}

/* Ẩn mũi tên trên Chrome, Edge và Safari */
.devvn-popup-quickbuy .quantity input.qty::-webkit-inner-spin-button,
.devvn-popup-quickbuy .quantity input.qty::-webkit-outer-spin-button {
    margin: 0 !important;
    -webkit-appearance: none !important;
}
/* END POPUP QUICK BUY */

/* Css cho nút mua ngay ở trang chi tiết sản phẩm: */
a.devvn_buy_now_style { background: #e44234; }

/* GIFT CARDS PAGE */
.gift-cards img{ border-radius: .75rem; }

/* Woodmart Mobile tab. */
@media (max-width: 767px) {
  .devvn_prod_variable .single_variation_wrap {
    margin-top: 30px;
  }
}
