/*
Theme Name: Cafe Las Flores Pickup
Theme URI: #
Description: Tema del canal de pickup de cafelasflores
Version: 1
Author: Tactic Digital
Author URI: https://tactic-digital.com
Text Domain: cafelasflores-pickup
Tags: tag_e_commerce, tag_food_and_drink
*/

/** KANGAROO MOD **/
#primary .woocommerce {
	& .kgrwds-redeem-section {
		display: none !important;
		visibility: hidden !important;
		width: 90%;
		margin: auto;
		margin-top: 1rem;
		gap: 0.7rem;
		padding: 1rem;
		
		& .kgrwds-redeem-section-content {
			font-size: .9rem;
		}
		
		& .btn {
			padding: .5rem;
		}
	}
	
	& .kangaroo-shopping-cart-section {
		max-width: 90%;
		float: none;
		margin: auto;
		overflow-x: auto;
		overflow-y: hidden;
		margin-bottom: 5rem;

		& > p{
			font-size: var(--text-sm) !important;
			text-align: left !important;
		}

		& table {
			margin-top: 1rem;
			& thead th {
				min-width: 110px;
				text-align: left;
				
				&:first-child, &:nth-child(2) {
					min-width: 160px;
				}
			}

			& .kgrwds-coupon-reclaim {
				min-width: 100%;
			}
		}
	}
}

#ew-btn-kr {
	& .launcher-flex-kr .launcher-flex-kr > .launcher-flex-kr, .balance-wrapper-kr {
		padding: .6rem !important;
		
		& img {
			width: 34px !important;
    		height: 34px !important;
		}
	}
	
	& .launcher-flex-kr .launcher-flex-kr > .launcher-flex-kr {
		display: none !important;
	}
}

#app-kr {
	& .ew-widget.wave-theme-kr {
		& .main-top-bar-wrapper-kr.wave-theme-kr {
			& .text-kr:first-child {
				display: none !important;
				visibility: hidden !important;
			}
		}
	}
}
