File: /var/www/vhosts/creativefellows.nl/mygeomil.creativefellows.nl/21072025/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{
// position:absolute;
// bottom:1rem;
// padding-top:1.5rem;
font-size:0.875rem;color:rgba($black,0.5);margin:0;
}
.cart-contents{
position:relative;
// padding-bottom:1.5rem;
}
/*label,
legend{
font-size: 1.125rem;
font-weight:$global-weight-bold;
margin-bottom:0;
}*/
.selected-address{margin-top:1.5rem;}
}
.order-total{margin:0;position:relative;}
.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;
}
.order-tooltip{
font-size:0.75rem;
border:none;
position:absolute;
right:-1rem;
top:0.25rem;
color:$primary-color;
}
.order-total__cpt-miles{
padding-bottom:1rem;
> span{
position:relative;
padding-left:1.5rem;
&::before{content:"";opacity:0.25;position:absolute;top:0;left:0;width:18px;height:18px;display:block;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Laag 1' viewBox='0 0 512 512'%3E%3Cpath d='m176 370.33 242.72-242.64L310.17 19.14 67.49 261.82 176 370.33z' style='stroke-width:0'/%3E%3Cpath d='M180.75 45.62h107.82v316.75H180.75z' style='fill:%23fff;stroke-width:0' transform='rotate(-135 234.663 203.993)'/%3E%3Cpath d='M72.3 282.64 16.26 410.19s7.73 13.14 8.89 12.75 132.19-57.98 132.19-57.98l-85.03-82.33Z' style='fill:%23fff;stroke-width:0'/%3E%3Cpath d='m67.34 261.67-4.25 10.22L1.34 415.94c-2.04 4.8-.97 10.38 2.71 14.07l3.53 3.53c3.71 3.71 9.3 4.77 14.07 2.71l144.04-61.75 10.22-4.25L67.34 261.68Zm38.81 120.28-8.01 3.43-32.05 13.74-8.01 3.43-30.8 13.2c-.75.32-1.65.14-2.22-.43l-2.77-2.77c-.59-.59-.75-1.47-.43-2.22l13.2-30.8 3.43-8.01 13.74-32.05 3.43-8.01 13.74-32.05 68.81 68.81-32.05 13.74ZM269.03 390.55l242.72-242.64L403.2 39.37 160.52 282.05l108.51 108.5z' style='stroke-width:0'/%3E%3Cpath d='M273.78 65.84H381.6v316.75H273.78z' style='fill:%23fff;stroke-width:0' transform='rotate(-135 327.693 224.22)'/%3E%3Cpath d='m165.33 302.87-56.04 127.55s7.73 13.14 8.89 12.75 132.19-57.98 132.19-57.98l-85.03-82.33Z' style='fill:%23fff;stroke-width:0'/%3E%3Cpath d='m160.37 281.9-4.25 10.22-61.75 144.04c-2.04 4.8-.97 10.38 2.71 14.07l3.53 3.53c3.71 3.71 9.3 4.77 14.07 2.71l144.04-61.75 10.22-4.25L160.37 281.9Zm38.81 120.28-8.01 3.43-32.05 13.74-8.01 3.43-30.8 13.2c-.75.32-1.65.14-2.22-.43l-2.77-2.77c-.59-.59-.75-1.47-.43-2.22l13.2-30.8 3.43-8.01 13.74-32.05 3.43-8.01 13.74-32.05 68.81 68.81-32.05 13.74Z' style='stroke-width:0'/%3E%3C/svg%3E");}
}
}
//.order-surcharge{display:block;}