.single-product.quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
    background: white !important;
    color: #27292d !important;
    height: 46px !important;
    border: 1px solid #053138 !important;
    border-radius: 0px;
    /* margin-left: 17px; */
    font-size: 18px;
    padding: 0 !important;
    width: 70px !important;
}

.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
    width: 40px !important;
    cursor: pointer !important;
}

button.qty_button.minus.custome_btn {
    position: relative;
}

button.qty_button.minus.custome_btn:after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    top: 14px;
}

button.qty_button.plus.custome_btn:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    top: 14px;
}

.cart_page_row .quantity {
    width: auto !important;
    display: flex;
    justify-content: center;
}

.cart_page_row .quantity .input-text {
    background-color: transparent !important;
    color: black !important;
}

.site_width {
    width: 100% !important;
    max-width: 96% !important;
}

.woocommerce-message a.button.wc-forward,
.woocommerce-message a.button.wc-forward:hover {
    border: none;
    background: #fff;
    padding: 0 !important;
    width: 120px;
    color: #000;
    text-align: center;
    height: 40px;
    line-height: 40px !important;
    border: 1px solid #000;
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
    display: none !important;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    margin-bottom: 0 !important;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .woocommerce .woocommerce-error,
    .woocommerce .woocommerce-info,
    .woocommerce .woocommerce-message {
        background: #f27f24 !important;
        display: block;
        align-items: center;
        justify-content: space-between;
        text-align: center;
    }
    .woocommerce-message a.button.wc-forward,
    .woocommerce-message a.button.wc-forward:hover {
        float: none;
        text-align: center;
        margin: auto;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    button.qty_button.minus.custome_btn:after {
        top: 14px;
    }
    button.qty_button.minus.custome_btn:before {
        top: 14px;
    }
    .cart_page_row .input-text.qty {
        height: 38px !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    button.qty_button.minus.custome_btn:after {
        top: 14px;
    }
    button.qty_button.minus.custome_btn:before {
        top: 14px;
    }
    .cart_page_row .input-text.qty {
        height: 38px !important;
    }
}