File: /var/www/vhosts/creativefellows.nl/mygeomil.creativefellows.nl/13102021/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;}
}
.order-total{margin:0;}
.order-total__costs{/*padding-bottom:0.375rem;margin-bottom:0.375rem;*/}
.order-total__grand-total{
//padding-top:0.375rem;
//margin-top:0.375rem;
margin-bottom:1.5rem;
}
.order-total__line-bottom{
position:relative;
border-bottom:solid 1px $light-gray;
&::after{content:"+";position:absolute;right:-1.5rem;bottom:0;line-height:1px;color:$medium-gray;}
}
.order-total__space-bottom{
padding-bottom:0.25rem;
margin-bottom:0.25rem;
}
.order-total__minus{
//position:relative;
//border-top:solid 1px $light-gray;
&::after{content:"-";}
}
.order-total__hidden
{
// display:none;
// visibility:hidden;
}