.uchi *{
	box-sizing:border-box
}
.uchi img{
	padding:0;
	margin:0
}
.uchi__header{
	background:#fff
}
.uchi-cart{
	position:fixed;
	top:calc(50% - 75px);
	height:150px;
	width:300px;
	right:-270px;
	background-color:#072e7b;
	transition:.5s;
	z-index:9999
}
.uchi-cart_opened{
	right:0!important
}
.uchi-cart__toggle{
	position:absolute;
	transform:rotate(90deg);
	transform-origin:0 0;
	height:30px;
	width:150px;
	left:30px;
	top:0;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	background-color:currentColor
}
.uchi-cart__toggle span{
	color:#fff
}
.uchi-cart__close{
	position:absolute;
	top:5px;
	right:5px;
	color:#000;
	font-weight:700;
	font-size:24px;
	cursor:pointer
}
.uchi-cart__content{
	height:100%;
	background-color:#fff;
	margin-left:30px;
	padding:24px
}
.uchi-cart__content ul{
	margin-top:10px;
	margin-left:0;
	padding:0 0 0 20px
}
.uchi-cart-button{
	padding:5px 15px;
	margin-top:-5px
}
.uchi__back{
	margin-bottom:10px
}
.uchi-theme{
	display:flex;
	flex-direction:column;
	padding:30px;
	width:330px
}
.uchi-theme__image{
	position:relative;
	aspect-ratio:3/2;
	background-color:#eee
}
.uchi-theme__image a{
	display:block;
	height:100%
}
.uchi-theme__image img{
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover
}
.uchi-theme__count{
	width:70px;
	height:70px;
	border:1px solid currentColor;
	border-radius:50%;
	background:#fff;
	position:absolute;
	top:-1ch;
	right:-.75ch;
	z-index:1;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:32px;
	font-weight:900;
	line-height:1;
	flex-direction:column
}
.uchi-theme__count span{
	display:block;
	font-size:11px;
	font-weight:900
}
.uchi-theme__title{
	margin-top:25px;
	margin-bottom:10px
}
.uchi-theme__title a{
	font-weight:700;
	font-size:21px;
	line-height:1.2;
	text-decoration:none
}
.uchi-themes{
	display:flex;
	margin-left:-30px;
	margin-right:-30px;
	flex-wrap:wrap
}
.uchi-course-teaser{
	display:flex;
	padding:15px 0;
	border-bottom:1px solid #ccc
}
.uchi-course-teaser__title{
	flex:1
}
.uchi-course-teaser__cart,.uchi-course-teaser__price{
	width:150px;
	text-align:center
}
.uchi-course__description,.uchi-course__price,.uchi-course__title-wrapper{
	margin-bottom:20px
}
.uchi-course__academic-plan-wrapper{
	margin-top:1rem
}
.uchi-course__academic-plan{
	border-collapse:collapse
}
.uchi-course__academic-plan table,.uchi-course__academic-plan td,.uchi-course__academic-plan th{
	border:1px solid #000
}
.uchi-course__academic-plan th{
	text-align:left
}
.uchi-course__academic-plan td,.uchi-course__academic-plan th{
	padding:.5rem 1rem
}
.uchi-cart-item{
	display:flex;
	padding:10px 0;
	border-bottom:1px solid #ccc
}
.uchi-cart-item__title{
	flex:1
}
.uchi-cart-item__price{
	width:150px;
	text-align:center
}
.uchi-cart-item__remove{
	width:50px;
	text-align:center
}
.uchi-cart-item__remove span{
	font-size:24px;
	font-weight:700;
	display:inline-block;
	margin-top:-4px;
	cursor:pointer
}
.uchi-cart-item__remove span:hover{
	color:red
}
.uchi-cart-checkout{
	margin-top:15px;
	text-align:right
}
.uchi-cart-checkout__total{
	margin:20px 0 20px 0
}
