.woocommerce {
    font-family: 'iranyekanwebregular_FaNum' !important;
}

@media screen and (min-width:769px){
p#billing_phone_field, p#billing_email_field, p#how_did_you_hear_field {
        width: 33%;
        display: inline-block;
}
.woocommerce form .form-row {
    padding: 3px !important;
    margin: 0 0 6px;
}

p#how_did_you_hear_field {
    float: left;
}
}
.checkout-form button#place_order:before, .checkout-form button#place_order:after, .cart-form a.checkout-button.button.alt.wc-forward:before, .cart-form a.checkout-button.button.alt.wc-forward:after{
    content: '';
    display: inline-block;
    position: absolute;
    top: calc(50% - 8px);
    left: 15px;
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-color: #fff;
    border-radius: 5px;
    width: 3px;
    height: 16px;
}
.checkout-form button#place_order:after, .cart-form a.checkout-button.button.alt.wc-forward:after{
     left: 22px;
   animation-name: bounceAlpha;
   animation-duration:1.4s;
   animation-delay:0.2s;
   animation-iteration-count:infinite;
   animation-timing-function:linear;
}
@keyframes bounceAlpha {
  0% {opacity: 1; transform: translateX(0px) scale(1);}
  25%{opacity: 0; transform:translateX(-10px) scale(0.9);}
  26%{opacity: 0; transform:translateX(10px) scale(0.9);}
  55% {opacity: 1; transform: translateX(0px) scale(1); color:#FFF}
}

.woocommerce .quantity .qty {
    border: none;
    z-index: 1;
	width: 50px;
}

.qty::-webkit-outer-spin-button,
.qty::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
.qty[type=number] {
-moz-appearance: textfield;
}
.cart-form div.quantity {
    display: flex;
    border: 1px solid #d3ced2;
    border-radius: 5px;
    padding: 3px 10px;
    justify-content: space-between !important;
    vertical-align: middle !important;
}

.cart-form button.plus, .cart-form button.minus {
    color: #FAFAFA;
    background-color: #cba582;
    transition: all 0.2s;
    border: none;
    border-radius:100px;
	width: 20px;
    height: 20px !important;
    padding: 0px 6px;
    line-height: 0;
    text-align: center !important;
    vertical-align: middle !important;
    margin: auto 0;
    cursor: pointer;
}
.cart-form [type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover {
    background-color: #cba582;
    outline: none;
}
.cart-form div.quantity .qty {
    border: none;
    z-index: 1;
}

.cart-form div.quantity .qty::-webkit-outer-spin-button,
.qty::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
.cart-form div.quantity .qty[type=number] {
	-moz-appearance: textfield !important;
	border: none;
	/* border-radius: 25px; */
	/* margin-left: -7px!important; */
	z-index: 1;/* margin-right: -7px; */
	width: 50px;
	-webkit-appearance: none
	;margin: 0;
	text-align: center
}
 @media only screen and (max-width: 768px){
	 .cart-form div.quantity{
		 width: 50%;
	 }
	 .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        margin: auto 0;
    }
 }

td.product-quantity {
	display: flex !important;
	justify-content: space-between;
}
