/* xl - DESKTOP STYLES */ 
/* .elementor-heading-title{color:red !important;} */
#cart-fixed-display {
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: #000;
    color: white;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    z-index: 1000;
	display:none;
}
.cart-has-items{
	background-color:#000;
	color:#fff!important;
}
@media screen and (max-width:768px){
	#cart-fixed-display{
		display:block;
	    background-color: rgba(0, 0, 0, 0.97);
		top:auto;
		bottom:10px;
	}
	.elementor-icon[href="/cart"]{
		display:flex;
		gap:3px;
	}
}

/* スマホ版のカート表示 */

@media screen and (max-width:480px){
  .elementor-widget-icon-box {
		position: relative;
	}

	span.cart-vol {
		position: absolute;
		background: #fff;
		font-size: 10px;
		border-radius: 70px;
		padding: 2px 5px;
		bottom: 10px;
		right: 0px;
		border: 1px solid #000;
		font-weight: bold;
	}
	
}


