.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_items,
.product-list ul.product_list_items,
.items_list ul.product_list_items {
	width: 100%;
	margin: 0;
}

.product_list_items .product_list_item {
	margin-bottom: 33px;
}

.product_list_item figure {
	padding:17px 39px 17px 21px;
	background: #fff;
	border: solid 1px #dcdcdc;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.product_list_item figure .item_img {
	display: inline-block;
	max-width: 20%;
	margin: auto;
	margin-left: 0;
}

.product_list_item figure .item_img img {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	width: 100%;
}

.product_list_item figure figcaption {
	width: calc(80% - 48px);
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	padding: 12px 0 0px;
	/* margin: auto;	 */
}

.product_list_item figure figcaption .item_title {}

.product_list_item figure figcaption .item_title a {
	font-family: NexaBold;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #3c3c3c;
}

.product_list_item .product_btns {
	text-align: right;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product_list_item figure figcaption .item_info {
	font-family: ArialMT;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #000000;
	opacity: 0.8;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	/* margin: 8px 0 25px; */
}

.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;
	background-color: #ffffff;
	border-radius: 16px;
	border: solid 1px #f39910;
	overflow: hidden;
	color: #f39910;
}

.product_list_item .product_btns .priduct_btn_inquiry {
	margin-right: 22px;
	color: #f39910;
}

.product_list_item .product_btns .priduct_btn_detail {
    /* color: #fff; */
    /* background-color: #f39910; */
}

.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: #13adeb;
	z-index: -1;
	transition: all ease-in-out .35s;
	-webkit-transition: all ease-in-out .35s;
	display: none;
}
.product_list_item .product_btns .priduct_btn_inquiry:hover,.product_list_item .product_btns .priduct_btn_detail:hover{
	background: #f39910;
	color: #fff;
	
}
.product_list_item .product_btns .priduct_btn_inquiry:hover:after,
.product_list_item .product_btns .priduct_btn_detail:hover:after {
	width: 100%;
}



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

@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: 768px) {
	.product_list_item figure .item_img {
		max-width: 25%;
	}

	.product_list_item figure figcaption {
		width: 73%;
	}
	.product_list_item figure{padding-right:21px;}
}

@media only screen and (max-width: 640px) {
	.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: initial;
	}

	.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_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: 16px;
	}

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

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

.checklabel {
    display: block;
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    vertical-align: super;
    margin-bottom: 0;
    margin-right: 22px;text-transform: uppercase;
    font-weight: bold;
    font-family: ArialMT;
}
.checkinput {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid rgb(204, 204, 204);
}
.checkinput:checked~.checkmark__bg-dark {
    background-color: rgb(243, 153, 16);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkmark__bg-dark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    background-color: rgb(243, 153, 16);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkinput:checked~.checkmark:after {
    display: block;
}

.fa-solid{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;}
.fa-solid{font-family:"Font_Awesome6Pro";}
.fa-xmark-large:before{content:"\e59b";}
.fa-solid{font-weight:900;}
.checklabel.disabled {
    cursor: not-allowed;
}
.ml-40{margin-left:40px;}
.mr-47{margin-right:40px;}
.compare-box{width:100%;box-shadow:1.4px 1.5px 10.8px 2.2px rgba(0,0,0,.23);background-color:#fff;z-index:5;bottom:0;overflow-x:overlay;position:sticky;
    display: none;
}
@media screen and (max-width:1630px){
.compare-box{padding:0 1%;}
}
@media screen and (max-width:1600px){
.content-padding .mr-47{margin-right:47px;}
}
.selector__compare-box{margin-top:25px;margin-bottom:25px;display:flex;justify-content:space-between;z-index:100;}
.selector__compare-item,.selector__not-choose-item{width:33.33333333%;padding:15px;margin-right:10px;border:solid 1px #dedede;background-color:#f2f2f2;font-family:Arial;font-size:16px;text-align:left;display:flex;align-items:center;justify-content:space-between;}
.selector__compare-item-cancel{margin-left:10px;}
.selector__compare-item-cancel .fa-solid{cursor:pointer;}
.selector__not-choose-item{background-color:#fff;border:dashed 1px #dedede;min-height:1em;}
.selector__compare-item-wrapper{display:flex;align-items:stretch;flex:1 1 25%;}
.selector__compare-btn-wrapper{padding-left:20px;display:flex;justify-content:right;align-items:center;}
.selector__compare-item span{word-break:break-all;}
div.compare-box_clear-btn{font-size:16px;font-weight:normal;line-height:1.4;text-align:center;color:#004280;white-space:nowrap;}
div.compare-btn{font-size:16px;margin:0 0 0 30px;border:solid 1px #336899;background-color:#336899;text-align:center;color:#fff;white-space:nowrap;}
div.compare-btn.disabled{background-color:#9f9f9f;border:solid 1px #9f9f9f;}
div.compare-btn.disabled:hover{cursor:not-allowed;}
div.compare-btn.disabled a.compareBtn:hover{cursor:not-allowed;}
div.compare-btn a{color:#fff;display:inline-block;padding:15px;cursor:pointer;}
@media screen and (max-width:1630px){
.selector__compare-box{margin-right:10px;}
}
@media screen and (max-width:1024px){
.selector__compare-item-wrapper{flex-wrap:wrap;}
.selector__compare-item,.selector__not-choose-item{width:calc(50% - 42px);}
.selector__compare-item-wrapper>div:nth-child(3),.selector__compare-item-wrapper>div:nth-child(4){margin-top:10px;}
}
@media only screen and (max-width:768px){
.selector__compare-item-wrapper{display:none;}
.compare-box{position:fixed;padding:0;bottom:62px;background:#f2f2f2;border-top:#ccc 1px solid;box-shadow:none;}
.compare-box .ml-40{margin-left:0;}
.selector__compare-box{margin-top:15px;margin-bottom:15px;height:auto;padding:0 13%;margin-right:0;justify-content:center;}
.selector__compare-btn-wrapper{width:100%;justify-content:space-evenly;}
div.compare-btn{margin:0;padding:0;width:60%;}
div.compare-btn a{width:100%;padding:8px 0;display:inline-block;}
}








