@charset "UTF-8";

.d-block {
	display: block;
}
.mb-05 {
	margin-bottom: 0.5rem !important;
}
.mb-1 {
	margin-bottom: 1rem !important;
}
.mb-15 {
	margin-bottom: 1.5rem !important;
}
.mb-2 {
	margin-bottom: 2rem !important;
}
.mb-3 {
	margin-bottom: 3rem !important;
}
.product-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product-list li {
	position: relative;
	width: 31%;
	margin-bottom: 5%;
	padding-bottom:45px;
}
.product-list::after {
	content:"";
	display: block;
	width: 31%;
}
.product-image {
	position: relative;
	overflow: hidden;
	padding-top:68%;
	margin-bottom: 1.5em;
}
.product-image img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: center;
	transition: .5s ease;
}
.product-image a:hover img {
	transform: scale(1.1);
	transform-origin: center;
}
.product-list h2 {
	font-size: 1.4em !important;
	padding-bottom: 0.5em !important;
	margin-bottom: 0.5em !important;
}

.tab_btn.center-cell, .center-cell {
    text-align:center;
}
.tab_btn a {
	display:inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	line-height: 1;
	font-size: 0.95em;
	padding: 13px 36px;
	border-radius: 100px;
	font-weight: 500;
	white-space: nowrap;
	color:#fff;
	text-align:center;
	text-decoration: none;
	transition: .2s;
	border:2px solid #ff6600;
	background: #ff6600;
	transition: all ease .5s;
	box-shadow: 5px 5px 0 -2px rgb(0 0 0 / 15%);
}
.tab_btn a:hover {
	color:#ff6600;
	background: #fff;
}
.product-list li .tab_btn {
	position: absolute;
	bottom:0;
	left:50%;
	transform: translateX(-50%);
}
.tab_btn a.flex-column {
	flex-direction: column;
	line-height: 1.3 !important;
	font-size: 1.2em;
	padding: 13px 40px;
}
.flex-column svg {
	margin-right: 0.5em;
} 
.font-s {
	font-size: 0.85em;
}

.product-single-header {
	display: flex;
	width:100%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: calc(4% + 30px);
}
.product-single-header li.image {
	width:40%;
	text-align: center;
}
.product-single-header li.image img {
	width:100%;
	height:auto;
}
.product-single-header li.text {
	width:55%;
}
.product-single-header li.text h3 {
	margin-bottom: 0.5em;
}
.product-menu {
	margin-top: 2em;
	display: flex;
}
.product-menu p a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1C4388;
	width:140px;
	height:50px;
	margin-right: 5px;
	color: #fff;
}
.product-menu p a svg {
	margin-right: 0.5em;
}

.product-block {
	display: block;
	padding:calc(4% + 5px);
	font-weight: 500;
	background: #e3e9f3;
	margin-bottom: calc(4% + 30px);
	box-shadow: 15px 15px 0 -5px rgba(0,0,0,0.05)
}
#maker.product-block {
	background: #ebf1f1;
}
.product-block img {
	max-width:100%;
}
.product-block h3 {
	border-left:5px solid #1C4388;
	padding-left:0.75em;
}
.product-block h4 p {
	font-weight: 500;
	font-size:1.15em !important;
}

.maker-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
}
.maker-info .maker-title {
	flex: 1;
}
.maker-info .maker-photo {
	width:200px;
	margin-right:4%;
	margin-bottom: 2em;
}
.maker-info.full .maker-photo {
	display: none;
	width:0;
	margin: 0;
}

table.product {
	border:1px solid #1C4388;
	width:100%;
}
table.product p {
	margin-bottom: 0 !important;
}
table.product th,
table.product td {
	padding:15px 20px;
}
table.product th {
	width:25%;
	font-weight: 500;
	background: #1C4388;
	color: #fff;
	border-bottom:1px solid #ebf1f1;
}
table.product th p {
	color: #fff;
}
table.product td {
	border-bottom:1px solid #1C4388;
}

@media (max-width:640px) {
	.product-list li {
		width: 48%;
		margin-bottom: 10%;
		padding-bottom:38px;
	}
	.product-list::after {
		display: none;
	}
	.product-list h2 {
		font-size: 1.15em !important;
	}
	
	.product-single-header li.image,
	.product-single-header li.text {
		width:100%;
	}
	.product-single-header li.image img {
		max-width: 480px;
		margin-bottom: 1.5em;
	}
	.maker-info .maker-photo {
		width:140px;
	}
	.product-block h4 p {
		font-size:1em !important;
	}
	.tab_btn a {
		font-size:0.85em;
		padding: 10px 25px;
	}
	.tab_btn a.flex-column {
		padding: 12px 36px;
		font-size: 1em !important;
	}
	.product-menu p a {
		width:120px;
		height:40px;
	}
}
@media (max-width:560px) {
	.product-list li {
		width: 100%;
		max-width:300px;
		margin: 0 auto 45px;
	}
	.maker-info {
		flex-direction: column;
		align-items: flex-start;
	}
	.maker-info .maker-photo {
		width:50%;
		max-width:200px;
		margin: 0 0 1em;
	}
	table.product th,
	table.product td {
		padding:10px 15px;
	}

}
@media (max-width:480px) {
	.product-block {
		box-shadow: 6px 6px 0 0 rgba(0,0,0,0.05)
	}
	table.product th,
	table.product td {
		padding:10px 7px;
	}
	.product-block h4 p {
		font-size:0.95em !important;
	}
}
