/***************27-10-2020 start******************/
.single-product .list-products .quantity span.quantity-minus {
}
.single-product .list-products .quantity span.quantity-plus {
}
.single-product .list-products .product-quantity input.input-text.qty.text{
    width: 3em !important;
    text-align: center;
    border:none;
}
.single-product .list-products .product-quantity input.qty.text::-webkit-outer-spin-button,
.single-product .list-products .product-quantity input.qty.text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .list-products table.list-product td {
    border-left: 0;
    border-right: 0;
}
.single-product .list-products table.list-product tr:first-child td {
    background: #6ec1e6;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.single-product .list-products table.list-product tr td {
    background: #fff;
    text-align: right;
    padding-right: 10px;
}
.single-product .list-products table.list-product tr td.product-cart a {
    /*color: #fff !important;*/
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px !important;
   width: 100%!important;
    margin-left: 5px;
    min-width: unset!important;
}
.single-product .list-products td.product-name a.var_img {
    color: #000 !important;
}
.single-product .list-products table.list-product{
    border:1px solid #a1a1a1 !important;
}
.single-product .list-products td.product-cart {
    width: 25%;
}
.single-product .list-products td.product-name {
    width: 25%;
    text-align: right;
    padding-right: 10px !important;
}
@media(max-width: 576px){
td.product-quantity {
    width: 18%;
    min-width: unset;
    padding-right: 0 !important;
}
.single-product .list-products .product-quantity input.input-text.qty.text {
    width: 26px;
    text-align: center;
    border: none;
    margin-top: -6px;
}
.single-product .list-products .product-quantity  span.quantity-minus {
    font-size: 24px;
}
.single-product .list-products .product-quantity  span.quantity-plus {
    font-size: 22px;
}
}
/*div.woocommerce-variation-price, table.variations{
	display:none !important;
}
.single_variation_wrap .single_variation {
	display:none !important;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: none !important;
}*/
/*************27-10-2020 end***********************/
/*************6-11-2020 start***********************/
span.quantity-plus {
    cursor: pointer !important;
}
span.quantity-minus {
    cursor: pointer !important;
}
/*************6-11-2020 end***********************/