#content table.shop_table a.remove {
    color: red;
    display: block;
    font-size: 20px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 20px;
    float: left;
    border: 0
}

.cqoc_product_name {
    float: left
}

.cqoc_table td,
.cqoc_table th,
.cqoc_table tr {
    border: none !important
}

.cqoc_table td,
.cqoc_table th {
    padding: 3px !important
}

.cqoc_table td{
    vertical-align: middle!important;
}

.woocommerce-page form .cqoc_table .input-text {
	padding: .4rem 0.5rem;
}

.cqoc_table .screen-reader-text{
    display: none!important;
}

.woocommerce #order_review table.shop_table .cqoc_table td {
	text-align: left;
}
span.cqocp_plain_input.hidden{
    display: none;
}
.cqocp_quantity input[type=number]::-webkit-inner-spin-button, 
.cqocp_quantity input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.cqocp-button-wrapper {
    display: flex;
    float: left;
    flex-wrap: nowrap;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.cqocp-button-wrapper .minus.cqocp-button, .cqocp-button-wrapper .plus.cqocp-button {
    background: #a19f9f14;
}
.cqocp-button-wrapper .cqocp-button, .cqocp-button-wrapper .quantity.cqocp_quantity {
    float: none !important;
}
.cqocp-button-wrapper button.cqocp-button {
    padding: 5px 12px 5px;
    background: #ffffff;
    border: 1px solid #efefef;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    width: auto;
    color: black;
    height: auto;
}
.cqocp-button-wrapper input[type="number"], .cqocp-button-wrapper .quantity input[type="number"], .cqocp-button-wrapper .quantity input[type="number"] {
	-moz-appearance: textfield;
}
@media (max-width: 767px) {
    .woocommerce #order_review table.shop_table td.product-name {
        padding: 10px 5px;
        
    }
    #content table.shop_table a.remove {
        font-size: 14px;
        height: 14px;
        line-height: 14px;
        width: 14px;
    }
}