@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 {
	 top: 0 !important;
		width: 100% !important;

height: 100vh !important;

max-height: unset !important;

overflow-y: visible !important;
	}
}
.product_list_items ,.product-list ul.product_list_items ,  .items_list ul.product_list_items{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    margin: 0;
    }
 
.product_list_items .product_list_item { }
.page_main .cates_swiper {
    width: 100%;
    background-color: #f4f4f4;
    overflow: visible;
    position: relative;
}
.page_main .cates_swiper:before, .page_mains .cates_swiper:after {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}
.page_main .cates_list {
    position: static;
    width: auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.page_main .cates_list>li {
    display: inline-block;
    width: auto;
    overflow: visible;
    cursor: default;
    position: static;
}
.page_main .cates_list, .page_main .cates_list a {
    color: #000;
    font-size: 17px;
}
.page_main .cates_list>li .cate_item_box {
    display: inline-block;
    position: relative;
    padding: 0 20px 0 30px;
    vertical-align: middle;
}
.page_main .cates_list .cate_item_box:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 60%;
    background-color: rgba(0, 0, 0, 0.53);
    position: absolute;
    right: 0;
    top: 20%;
}
.page_main .cates_list>li a {
    display: inline-block;
    line-height: 60px;
}

.product_cates .cate_menu_btn {
    cursor: pointer;
}
.product_cates .cate_menu_btn:before {
    content: '\f067';
    font-size: 12px;
    padding: 10px;
    font-family: "fontawesome";
    vertical-align: middle;
}
.product_list_item figure {
	background: #fff;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	 
	 
}

.product_list_item figure .item_img {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #eaeaea;
overflow: hidden;}
.product_list_item figure .item_img img{width: 100%;background: #f7f7f7;}
.product_list_item figure figcaption {
	width:100%;
	padding: 20px 10px 0px;
	position: relative;display: flex;
	flex-flow: column;
	height: 100px;
	text-align: center;
	color: #19589f;justify-content: space-between;
border-bottom: 3px solid;}

.product_list_item figure figcaption .item_title {
}

.product_list_item figure figcaption .item_title a {
	text-transform: capitalize;
	font-size: 16px;
	letter-spacing: .38px;
	font-weight: 500;
color: #19589f;}

.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;    letter-spacing: 0;
}

.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;
}
li.product_list_item {width: 33.333%;padding: 10px;}
.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;
	}
    li.product_list_item{width:33.333%;}
}

@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%;
	}
		li.product_list_item{width:100%;}
}

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