
.flex {
	display: flex;
}
.web2-product-card-qty::-webkit-outer-spin-button,
.web2-product-card-qty::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.web2-product-card-qty[type=number] {
		font-size: 24px;
    color: #9A9A9A;
    -moz-appearance:textfield; /* Firefox */
}
.web2-product-card, 
.web2-product-card-qty_container{
	box-shadow: 0px 3px 6px 0px rgb(0 0 26 / 20%);
    border-radius: 5px;
}
.web2-product-card-qty_container{
	display: flex;
	width: 90%;
	position: relative;
	margin: auto;
	/*top: -50%;*/
	overflow: hidden;
	padding: 4px;
	background: #fff;
	max-height: 40px;
	transform: translateY(-50%)
}
.web2-product-card-qty:focus,
.web2-product-card-qty:active{
	border: 1px solid #E4E4E4 !important;
	box-shadow: none !important;
}
.web2-product-card-qty_container > *{
	flex: 1;
	background: #fff !important;
	font-size: 40px;
    line-height: 0;
}
.web2-product-card-qty{
	border: 1px solid #E4E4E4 !important;
	text-align: center;
	min-height: unset !important;
    padding: 0 !important;
}
.web2-product-card-qty_less{
	padding-bottom: 10px;
	margin-left: 2px;
}
.web2-product-card-qty_less,
.web2-product-card-qty_more{
	color: #707070;
}
/*.homepage-slider-text{
	font-family: Mandatory17 !important;
}*/
.homepage-slider-button{
	font-family: Mandatory29 !important;
}

.us-woo-cart_compact .woocommerce .shop_table.cart{
	float: none !important;
	margin-bottom: 15px !important;
}
#shop_coupon_container{
	justify-content: space-between;
}
.woocommerce .cart_totals{
	background: #E4E4E4;
}
#shop_coupon_container #coupon_code{
	width: 160px;
	font-size: 16px;
	border: 1px solid #B8B8B8;
	background: transparent;
	color: #000000;
	line-height: 16px !important;
	min-height: unset;
	max-height: 40px;
}
#shop_coupon_container #coupon_code:focus,
#shop_coupon_container #coupon_code:active{
	border: 1px solid #000;
	box-shadow: none !important;
}
#shop_coupon_container button[name="apply_coupon"]{
	width: 80px;
}
#shop_coupon_container button{
	letter-spacing: 0;
	font-family: Assistant;
	font-size: 16px !important;
	color: #fff !important;
	background: #000 !important;
	border: 1px solid #000 !important;
	padding: 10px 28px;
	max-height: 40px;
}
#shop_coupon_container button:hover{
	color: #fff !important;
	background: #BF1F2E !important;
	border: 1px solid #BF1F2E !important;
}
.woocommerce-Price-currencySymbol{
	font-size: 20px;
}
.order-total .woocommerce-Price-amount{
	font-size: 34px;
	font-family: Mandatory29;
}
.w-btn.us-btn-style_1{
	padding-bottom: 0.4rem;
}
.w-grid-item-h>.w-vwrapper:only-child{
	height: unset !important;
}
/* product card animation plus & minus */
.web2-product-card-qty_more,
.web2-product-card-qty_less{
	transition: 0.2s font-size ease;
}
.web2-product-card-qty_more:hover,
.web2-product-card-qty_less:hover{
	font-size: 50px;
}
#custom_kosher_field_field .woocommerce-input-wrapper{
	display: flex;
	align-items: center;
}
#custom_kosher_field_field label {
	margin-left: 15px;
}
.cart-collaterals .wc-proceed-to-checkout:not(:last-child){
	display: none;
}
.web2-cart-container .woocommerce{
	display: flex;
    flex-wrap: wrap;
}
.web2-cart-container .woocommerce .woocommerce-notices-wrapper,
.web2-cart-container .woocommerce .woocommerce-cart-form__contents,
.web2-cart-container .woocommerce .woocommerce-info{
	width: 100% !important;
}
.web2-cart-container .woocommerce .woocommerce-cart-form{
	flex: 1;
    margin-left: 2rem;
	margin-bottom: 1rem !important;
}
.label {
	display: block;
    font-weight: 700;
    position: relative;
    margin-bottom: 0.3rem;
	font-size: 18px !important;
	font-family: var(--font-body);
}
/* product card animation end */
@media (max-width: 768px){
	.web2-product-card-qty[type=number]{
		font-size: 32px;
	}
	.web2-product-card-qty_container{
		max-height: unset !important;
	}
	.woocommerce .button.add_to_cart_button{
		font-size: 24px !important;
    	padding: 0.7rem 1rem !important;
	}
	.web2-cart-container .woocommerce .woocommerce-cart-form{
		margin-left: 0 !important;
	}
	.web2-cart-container .woocommerce .woocommerce-cart-form__contents{
		display: table !important;
	}
}
@media (max-width: 440px){
	.web2-cart-container .woocommerce #shop_coupon_container{
		flex-direction: column;
	}
	.web2-cart-container .woocommerce #shop_coupon_container .coupon{
		margin-bottom: 15px;
	}
	.web2-cart-container .woocommerce #shop_coupon_container .coupon input{
		flex: 1;
	}
}

