
	/*  cart info */
	
	.wpt-ichessbio-cart-info {
		position: fixed;
		z-index: 99999;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px;
		background: rgba( 0, 0, 0, .4 );
	}	
	
	.wpt-ichessbio-cart-info > .wpt-inr {
		background: #fff;
		box-shadow: 0px 0px 16px 0px rgba( 0, 0, 0, .75 );
		max-width: 400px;
		padding: 10px 14px;
		text-align: center;
		border: 5px solid #ffb900;
		border-radius: 10px;
		display: flex;
		align-items: center;
		cursor: pointer;
	}
	
	.wpt-ichessbio-cart-info > .wpt-inr:before {
		display: block;
		content: "!";		
		font-size: 40px;
		font-weight: bold;
		min-width: 50px;
		max-width: 50px;		
		height: 50px;
		border-radius: 50%;
		border: 3px solid #ffb900;
		color: #ffb900;
		line-height: 42px;
		margin-right: 14px;
	}
	
	/* product - small */	
	
	.product-small > .box-text  {
		display: flex !IMPORTANT;
		flex-wrap: wrap;		
	}
	
	.product-small > .box-text > *  {
		width: 100%;				
	}	
	
	.product-small > .box-text > .wc-gzd-additional-info  {
		order: 20;		
	}	
	
	.product-small > .box-text > .add-to-cart-button  {
		order: 30;				
	}	
		
	.product-small > .box-text > .price-wrapper > .price {
		margin-bottom: 0;		
	}

	.product-small > .box-text > .product-units  {
		margin-bottom: 5px !IMPORTANT;			
	}

	.product-small > .box-text > .price-unit  {
		margin-top: 0 !IMPORTANT;			
	}

	.product-small > .box-text > .price-unit bdi  {
		font-weight: normal;
		color: #777;
	}

	.product-small > .box-text > .wc-gzd-additional-info,
	.product-small > .box-text > .price-wrapper > .tax-info,
	.product-small > .box-text > .price-wrapper > .shipping-costs-info {
		font-size: .8em;			
	}
	
	.product-small > .box-text > .price-wrapper > .tax-info,
	.product-small > .box-text > .price-wrapper > .shipping-costs-info {
		margin-top: 0;				
	}	
	
	/* cart */
	
	.wpt-cart-merchant {
		padding: 5px 0 0 0;
		color: #aaa;		
	}
