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

.ec-sliderItemRole .slideThumb img {
	width: 100%;
	object-fit: cover;
}

/*.ec-sliderItemRole {
	display: flex;
}*/

.item_visual {
	/*width: 780px;*/
	width: 100%;
}

.ec-sliderItemRole .item_nav {
	flex: 1;
}

.ec-sliderItemRole .slideThumb {
	margin-bottom: 0;
	width: 33.33%;
	width: calc(100% / 3);
	height: calc(438px / 3);
	overflow: hidden;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	cursor: pointer;
}

.ec-productRole__title2, .ec-productRole__price2 .ec-price {
	text-align: center;
}

.ec-productRole__title2 .ec-headingTitle {
	font-size: 2.5em;
	font-weight: bold;
}

.ec-productRole__price2 .ec-price {
	font-size: 2em;
	color: #878787;
	margin-bottom: 0.5em
}

.ec-productRole__price2 .ec-price .ec-price__tax {
	font-size: 0.57em;
	vertical-align: middle;
}

.ec-grid2__cell.flex {
	display: flex;
}

.ec-productRole__profile { width: 60%; }

.ec-productRole__description {
	padding: 1em 1em 1em 0;
	line-height: 1.75em;
}

.sticky-menu {
	min-width: 35%;
	flex: 1;
	background: #fff;
	/*border: 1px solid #ccc;*/
	height: auto;
	max-height: 300px;
	border-radius: 10px;
	/*margin: 0 15px;
	padding: 15px;*/
	position: sticky;
	top: 150px;
	display: table;
}

.sticky-menu h3 {
	margin-top: 0;
}

.details-list {
	padding: 0;
	list-style: none;
}

.details-list li {
	padding: 5px 0;
	background-color: #ececec;
	color: #323232;
	font-size: 14px;
	display: flex;
}

.details-list li:before, .details-list li:after {
	display: table;
	content: " ";
}

.details-list li span.name {
	font-weight: 500;
	position: relative;
	float: left;
	width: 50%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.details-list li span.value {
	font-weight: 400;
	position: relative;
	float: left;
	width: 50%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.details-list li:nth-child(even) {
	background-color: #fafafa;
}

.ec-productRole .ec-productRole__tags {
	margin-top: 0;
	padding: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.ec-productRole .ec-productRole__tags {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

.ec-productRole .ec-productRole__price {
	color: inherit;
	font-size: 28px;
	border-bottom: 0;
}

.ec-price {
	text-align: center;
	font-size: 1.5em;
}

.tel {
	text-align: center;
	font-size: 1.5em;
	line-height: 2em;
	width: 100%;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #0ebab4;
	margin-bottom: 10px;
}

.tel a {
	display: block;
	color: #0ebab4;
	text-decoration: none;
}

.q {
	text-align: center;
	font-size: 1.5em;
	line-height: 2em;
	width: 100%;
	border-radius: 5px;
	background: #0ebab4;
}

.q a {
	display: block;
	color: #fff;
	text-decoration: none;
}

button#favorite {
	background-color: #beab80;
	border-color: #b5a06f;
	border-radius: 5px;
}
button#favorite:hover {
	color: #fff;
	background-color: #ad955e;
	border-color: #99824e;
}
.ec-price .ec-price__tax {
	vertical-align: middle;
}

.product_regularprice-custom {
	margin: 1em 0 0.5em;
	text-align: center;
}


.ec-shelfGrid .ec-shelfGrid__item-image {
    height: 120px;
}

.ec-shelfGrid .ec-shelfGrid__item img {
    width: auto;
    height: 120px;
    max-height: 100%;
    object-fit: cover;
}

.ec-productRole .ec-productRole__code {
	border: none;
}

ul.slick-dots {
    display: none;
}

@media (max-width: 768px) {
	.ec-productRole img {
		width: 100%;
		max-height: 300px;
		object-fit: cover;
		object-position: center;
	}
}

@media (max-width: 480px) {

	.ec-productRole img {
		width: 100%;
		max-height: 200px;
		object-fit: cover;
		object-position: center;
	}

}