/**
* Theme Name: Grogin Child
* Description: This is a child theme of Grogin, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: grogin
* Version: 1.1.6
*/
.wc-proceed-to-checkout a.checkout-button{
	background: #143aff !important;
}    
.woocommerce-cart-wrapper .shop_table tr td.actions .actions-wrapper .coupon button{
	background: transparent;
	border: 1px solid #143aff;
	color: #143aff;
}

/* sticky add to cart bottom */
.single-product .grogin-product-bottom-popup-cart{
	    background: #ffffffd6 !important;
	    bottom: 12px;
	    padding: 0px 0;
	    width: 93%;
		margin: auto;
		left:0;
		right:0;
		border-radius: 30px;
}
.grogin-product-bottom-popup-cart form.cart{
	margin-bottom: 1.1rem;
}
.password-input .show-password-input {
	width: 2rem !important;
    height: 2rem !important;
}



