/*
Theme Name: Jevelin Child
Description: Child theme for Jevelin theme
Author: Shufflehound
Author URI: http://shufflehound.com
Template: jevelin
*/

/* Add your custom CSS below */
.woocommerce div.product form.cart div.quantity {
    float: none !important;
   
}

.woocommerce div.product form.cart button{
	float: left !important;
	margin-top: 1em
}

.woocommerce .quantity-basic input.qty{
	width: 28% !important;
}

#wc-square-wallet-divider{
		margin-bottom: 1em !important
	}

.apple-pay-button.wc-square-wallet-button-white{
	border: 1px solid #000 !important;
}


@media (max-width: 768px){
	.woocommerce div.product form.cart button{
	float: left !important;
		width: 100% !important;
}
	
	.sh-header-template{
		position: relative;
		z-index: 99;
	}
	
	.apple-pay-button.wc-square-wallet-button-white, .wc-square-google-pay{
		border: 1px solid #7e7e7e;
	}
	
	#wc-square-wallet-divider{
		margin-bottom: 1em !important
	}
	
	
#dosage {
    width: 248px !important;
}
	.single_variation_wrap .woocommerce-variation-add-to-cart .quantity-basic {
    position: relative;
    top: -49px ;
    left: 35%;
}


}
