HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/mygeomil.creativefellows.nl/v0.1/public/scss/_cart.scss
.to-cart{

	@include animate();
	background:$secondary-color;
	opacity: 0.5;
    position: absolute;
    z-index: 2000;
	
}

.shopping-cart{
	
	position:absolute;
	left:0;
	right:0;
	background:$white;

	z-index:90;
	padding:1.5rem 0;
	@include has-shadow();	
	
	select{margin:0;height:1.5rem;border:none;}
	
}
.shopping-cart + .cart-mask{
	opacity:0;
	@include animate();
}

.shopping-cart:not([style*="none"]) + .cart-mask{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba($black,0.45);
	z-index:0;
	opacity:1;
}
	
	
.page-content__cart{

	h4{
		color:$black;
		margin:0;
		small{display:block;line-height:1rem;}
	}
	
	.current-address{font-size:0.875rem;}
	
	input[type="radio"]{margin-bottom:0;}
	
	.terms-conditions{font-size:0.75rem;color:$medium-gray;margin-top:0.25rem;}
		
}