@charset "utf-8";

.change-language-cont {
	top: 27px;
	*top: 26px;
	padding: 10px 5px;
	width: 380px !important;
	max-height: 80vh !important;
	overflow-y: scroll !important;
}

.inquiry-form-wrap.ct-inquiry-form {
	margin-top: 20px;
}

.inquiry-form-wrap.ct-inquiry-form .layout {
	/*! height: 420px !important; */
}

@media only screen and (max-width: 950px) {
	.change-language-cont {
		max-height: none;
	}
}

.product-list{margin-top: 19px;}

.product_list_items,
.product-list ul.product_list_items,
.items_list ul.product_list_items {
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 38px;
	row-gap: 36px;
}

.product_list_items .product_list_item {
	width: calc(33.33% - 25.33px);
	background-color: #ffffff;
	border: 1px solid #f1f1f1;
	max-height: 602px;
}

.product_list_item:hover {
	box-shadow: 35px 35px 35px #eaeaea;
}

.product_list_item:hover .more {
	background-color: #1273d9;
	color: #fff;
}

.product_list_item figure {
	padding: 19px 22px 31px;
}

.product_list_item figure .item_img {
	display: flex;
	text-align: center;
	width: 100%;
	height: 281px;
	align-items: center;
	justify-content: center;
}

.product_list_item figure .item_img img {
	width: auto;
}

.product_list_item figure figcaption {
	width: 100%;
	height: 250px;
	position: relative;
}

.product_list_item figure .item_information{
	/* margin-top: 5px; */
}

.product_list_item figure figcaption .item_title {
	color: #262626;
	font-size: 20px;
	font-family: "Roboto-Regular";
	line-height: 23px;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 5px 0;
}

.product_list_item figure figcaption .item_title a {
	font-size: 20px;
	/* letter-spacing: .38px; */
	color: #262626;
}
.product_list_item ul{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product_list_item li {
	color: #8d8d8d;
	font-size: 14px;
	line-height: 28px;
}

.product_list_item li::before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #9a9a9a;
	border-radius: 50%;
	margin-right: 13px;
	display: inline-block;
	transform: translateY(-3px);
}

.product_list_item .more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #9f9f9f;
	font-size: 16px;
	font-family: "Roboto-Regular";
	line-height: 39px;
	background-color: #f0f0f0;
	text-align: center;
	margin-top: 91px;
}


.product_list_item .product_btns {
	text-align: right;
	position: relative;
}

.product_list_item figure figcaption .item_info {
	font-size: 13px;
	margin: 13px 0;
	max-height: 80px;
	overflow: hidden;
	line-height: 20px;
	color: #2e2e35;
}

.product_list_item .product_btns .priduct_btn_inquiry,
.product_list_item .product_btns .priduct_btn_detail {
	line-height: 30px;
	display: inline-block;
	padding: 0 25px;
	position: relative;
	background: #666;
	text-transform: uppercase;
	color: #fff;
	transition: all ease-in-out .35s;
	-webkit-transition: all ease-in-out .35s;
	letter-spacing: .38px;
	font-weight: bold;
	font-size: 13px;
	z-index: 0;
}

.product_list_item .product_btns .priduct_btn_inquiry {
	margin-right: 13px;
}

.product_list_item .product_btns .priduct_btn_detail {}

.product_list_item .product_btns .priduct_btn_inquiry:after,
.product_list_item .product_btns .priduct_btn_detail:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #fbb03b;
	z-index: -1;
	transition: all ease-in-out .35s;
	-webkit-transition: all ease-in-out .35s;
}


.product_list_item .product_btns .priduct_btn_inquiry:hover:after,
.product_list_item .product_btns .priduct_btn_detail:hover:after {
	width: 100%;
}

.product_list_item .product_btns .priduct_btn_inquiry:hover,
.product_list_item .product_btns .priduct_btn_detail:hover {
	color: #fff;
}



@media only screen and (max-width: 1280px) {
	.product_list_item figure figcaption .item_info {
		max-height: 60px;
	}
}

@media only screen and (max-width: 1200px) {
	.product_list_item figure figcaption .item_title a {
		font-size: 16px;
		letter-spacing: unset;
	}
}

@media only screen and (max-width: 950px) {
	.product_list_items .product_list_item{width: calc(33.3% - 27px);}
	.product_list_item figure{padding: 5%;}
}

@media only screen and (max-width: 768px) {
	
}

@media only screen and (max-width: 640px) {
	.product_list_items .product_list_item{width: calc(50% - 30px);}
	.product_list_item figure figcaption .item_title a {
		font-size: 14px;
	}

	.product_list_item figure figcaption .item_info {
		margin: 7px 0;
		font-size: 12px;
		line-height: 18px;
		max-height: 36px;
	}

	.product_list_item .product_btns .priduct_btn_inquiry,
	.product_list_item .product_btns .priduct_btn_detail {
		line-height: 24px;
	}
}

@media only screen and (max-width: 480px) {
	.product_list_items .product_list_item{width: 90%;margin: 0 auto;}
	.product_list_item figure .item_img {
		max-width: 100%;
		width: 100%;
		text-align: center;
	}

	.product_list_item figure figcaption {
		width: 100%;
		padding: 7px 0;
	}

	.product_list_item figure figcaption .item_title a {
		font-size: 12px;
	}

	.product_list_item figure figcaption .item_info {
		margin: 3px 0;
	}

	.product_list_item .product_btns {
		text-align: left;
		margin-top: 7px;
	}
}