

.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 { }

.product_list_item figure {
	    padding: 10px 0;
	background: #fff;
border-bottom: 1px #eee dashed;
	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%;
}
.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% - 20px);
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.product_list_item figure figcaption .item_title {
}

.product_list_item figure figcaption .item_title a {
	text-transform: capitalize;
	font-size: 18px;
	letter-spacing: .38px;
}

.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;
}

.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: #13adeb; 

      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%;}

 

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

	.product_list_item figure figcaption {
		width: 73%;
	}
}

@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: 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_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;
	}
}

.search_box.active{display: flex;padding-left:15px;}
.search_box.active .search_left{width: 300px;border-right: 1px solid #3333;position: sticky;left: 0;background: #fff;z-index: 999;}
.search_box.active .row:first-of-type{margin: 0;}
.search_box .search_left>h2{display: none;border-bottom: 1px solid #3333;font-size: 18px;font-family: 'pop-reg';color: #212121;font-size:14px;}
.search_box.active .search_left>h2{
    display: block;
    line-height:45px;
    position: sticky;
    top: 154px;
    z-index: 99;
    background: #fff;
    text-align: center;
}

.product-list.active{display: block;padding: 0;margin-bottom: 0;}
.product-list.active .product-thumb{border: 1px solid transparent;display: flex;float: none;padding: 0;height: 91px;margin: 0;padding: 10px 0;border-bottom: 1px solid #D6D6D6;align-items: center;}
.product-list.active .image{ }
.product-list.active .image{float: none !important;}
.product-list.active .caption{ }
.product-list.active .caption{float:  none !important;}
.product-list.active .input-group{display: none;}
.product-list.active .product-thumb .price{display:none}
.product-list.active .input-group {
    display: none !important;
}
#product-search .product-list.active .product-thumb .image{width:20% !important;}
#product-search .product-list.active .text-center{width:80% !important;padding: 0 25px;}
#product-search .product-list.active .text-center{margin-bottom:10px;}
#product-search .product-list.active .text-center h4 a{font-size:14px;}


.search_box .search_right{display: none;width: calc(100% - 300px);/*overflow-x: scroll;*/}
.search_box.active .search_right{display: block;}
.search_box .search_table{ }
.search_box .table_wrap{ }
.search_box table{border-spacing: 0;border-collapse: collapse;}
.search_box.active table thead{position: sticky;top: 154px;z-index: 99;}
.search_box.active table thead th{background: #fff;}
.search_box.active table thead th p{font-family: 'pop-reg';color: #212121;font-size:14px;}
.search_box tbody tr{height: 91px;border-bottom: 1px solid #D6D6D6;}
.search_box th{border-right: 1px solid #3333;font-size: 18px;min-width: 120px;height:40px;}
.search_box th span{border-bottom: 1px solid #3333;height: 100%;display: flex;align-items: center;}
.search_box th p{padding:0;/* max-height: 40px; */overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;padding: 0 20px;margin: 4.3px 0;}
.search_box td{
    padding: 0 5px;border-right: 1px solid #d6d6d6;
}


.search_box .search_right::-webkit-scrollbar {
    height: 6px;
    width: 8px;
}

.search_box .search_right::-webkit-scrollbar-track {
    background: #F4F4F4;
    border-radius: 8px;
}

.search_box .search_right::-webkit-scrollbar-thumb {
    background: #E02020;
    border-radius: 8px;
}
.search_box.active .search_right .search_quan input{width: 100%;display: block;margin: 5px 0;border: 1px #ccc solid;}
.search_box.active .search_right .search_quan .p_button{    cursor: pointer;background-color: #ff6221;color: #fff;border-radius: 5px;width: 100%;line-height: 26px;text-align: center;}



