@charset "UTF-8";
/* CSS Document */

#rs-minicart {
	position: relative;
	margin-left: 30px;
}

#rs-minicart .icon flex {
	gap: 5px;
	color: var(--white);
}

#rs-minicart .icon flex svg {
	color: var(--act-primary);
}

#rs-minicart .cart-contents {
	position: absolute;
	background-color: var(--white);
	top: 40px;
	right: 0;
	min-width: 300px;
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
	z-index: 99;
	display: none;
}

#rs-minicart .cart-items .row {
	padding: 5px 10px;
	border-bottom: 1px solid var(--border);
}
	
@media screen and (max-width: 1180px) and (orientation: portrait),
screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 768px) {
    
}