@charset "UTF-8";

.theme--blue .structured-cover-level-1st{
	margin-left: 5%;
}

.theme--blue .structured-cover-level-2nd{
	margin-left: 5%;
}

ul.product-choice__item-checklist li.sme-sub-cover {
  	margin-left: 7%;
	font-size: medium;
}

.theme--blue .stack-container {
	margin-bottom: 5%;
    max-height: 100px;
    height: 100px;
}

@media only screen and (max-width : 767px) {
	.theme--blue .stack-container {
		margin-bottom: auto;
        max-height: 100%;
        height: 250px;
	}
}

.theme--blue .swiper-slide {
    height: auto !important;
}

.theme--blue .stack-container .swiper-slide-fully-visible.swiper-slide-active {
	border: 2px solid #175fff;
}
