.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #efefef;
    z-index: 8;
}

.slick-prev {
    left: 15px;
}


.slick-next {
    right: 15px;
}

#mycarousel .slick-arrow {
    /* top: -60px; */
    bottom: auto;
    right: 15px;
    display: block;
}


#mycarousel .slick-arrow:after {
    position: absolute;
    font-family: FontAwesome;
    font-size: 25px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


#mycarousel .slick-prev:after {
    content: '\f104';
}

#mycarousel .slick-next:after {
    content: '\f105';
}







.shadow_slider{
	height:27px;
	background:url(../images/shadow_slider.png) top center no-repeat;
}
/************************************* CSS FOR SHOW BRAND *******************************/
.show_brand{
	border:5px solid #e3e3e3;
}
/* CSS Flip */
.panel {
	/*border-right:1px solid #e3e3e3;*/
	/*width: 164px;*/
	/*height: 92px; */
	position: relative;
	/*-webkit-perspective: 600px;*/
	/*-moz-perspective: 600px;*/
}

.panel .front {
	/*position: absolute;
	top: 0;
	z-index: 900;
	width: inherit;
	height: inherit;
	text-align: center;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	/* -- transition is the magic sauce for animation -- */
	/*	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;*/
}


.panel .front a{
	height: 6em;
  display: flex;
  align-items: center;
  justify-content: center 
}

.panel .front a img{
	 margin: 0 ;
	 height: 60px;
}

.panel.flip .front {
	/*z-index: 900;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);*/
}
.panel .back  {
	display: none;
	/*background:#c80000;
	position: absolute;
	top: 0;
	z-index: 800;
	width: inherit;
	height: inherit;
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;

	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;*/
	/* -- transition is the magic sauce for animation -- */
	/*-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;*/
}
.panel.flip .back {
	/*z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);*/
}

/************************************* CSS FOR show_faqs_video_support *******************************/
.show_faqs_video_support{
	margin-top:28px;
	display: none;
}
.show_faqs{
	float:left;
	background:url(../images/bg_faqs.jpg) center center no-repeat;
	width:320px;
	height:230px;
	margin-right:20px;
	overflow:hidden;
}
.show_faqs .show_faqs_title{
	background:"roboto_condensed";
	font-size:28px;
	font-weight:bold;
	color:#fff;
	line-height:normal;
	text-transform:uppercase;
	padding:20px 80px 0 30px;
}
.show_faqs .show_faqs_content{
	padding:0 88px 0 30px;
}
.show_faqs .show_faqs_content .desc{
	font-size:12px;
	font-weight:normal;
	color:#fff;
	padding:15px 0 20px;
}
.show_video{
	float:left;
	width:320px;
	height:230px;
	margin-right:20px;
	overflow:hidden;
}
.show_support{
	float:left;
	background:url(../images/bg_support.jpg) center center no-repeat;
	width:320px;
	height:230px;
	overflow:hidden;
}
.show_support .show_support_title{
	font-family:"open_sands";
	font-size:17px;
	font-weight:bold;
	color:#7d7d7d;
	text-transform:uppercase;
	padding-top:30px;
	padding-left:22px;
}
.show_support .show_support_content{
	font-size:15px;
	font-weight:bold;
	color:#c80000;
	line-height:32px;
	padding-top:21px;
	padding-left:90px;
}
/************************************* CSS FOR PRODUCT *******************************/
.show_product_selling{
	margin-top:40px;
	margin-bottom:20px;
	text-align: center;
	position: relative;
}
.show_product_selling:after{
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	content: '';
	border: 2px solid #19b120;
}
.show_product_selling .show_product_selling_title{
	font-family:"calibri";
	font-size:26px;
	font-weight:normal;
	color:#666;
	line-height:normal;
	text-transform:uppercase;
	text-align:center;
	padding: 0 15px;
	background: #ffffff;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.show_product_selling .show_product_selling_content{
	margin-top:20px;
	text-align: left;
}
.show_product_selling .show_product_selling_content #List_Product .item{
	position:relative;
	padding:5px;
}
#List_Product .item.last{
	margin-right:0px;
}
.show_product_selling .show_product_selling_content #List_Product .item .boxItem{
	border:1px solid #e6e6e6;
	padding:10px 10px 25px;
	-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.show_product_category #List_Product .View1{
	margin: 0 -8px;
}
.show_product_category #List_Product .item{
	position:relative;
  float:left;
	width: 24%;
	width: -webkit-calc(25% - 16px);
	width: -moz-calc(25% - 16px);
	width: calc(25% - 16px);
	margin: 0 8px 16px;
	-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.show_product_category #List_Product .item .boxItem{
	border:1px solid #e6e6e6;
	padding:10px 10px 10px;
	min-height:390px;
}
#List_Product .item .boxItem .status{
	position:absolute;
	top:175px;
	left:11px;
}
#List_Product .item .boxItem .img{  
	text-align:center;
	background:url(../images/line_img.png) bottom left repeat-x;
	padding-bottom:3px;
}
#List_Product .item .boxItem h3 {
  padding-top:10px; 
	text-align:center;
	min-height: 32px;
	/*overflow: hidden;*/
}
#List_Product .item .boxItem h3 a {
	font-size:14px;
	font-weight:bold;
	color:#e27500;
	line-height:normal;
	text-transform:uppercase;
	text-decoration:none;
}
#List_Product .item .boxItem .short{
	padding:5px 0;
	font-size:14px;
	font-weight:normal;
	color:#666;
	text-align:center;
	min-height:40px;
}

#List_Product .item .boxItem .price{
	font-family:"myriad_pro";
	font-size:14px;
	font-weight:normal;
	color:#363636 ;
	line-height:26px;
}


#List_Product .item .boxItem .price .span_price{
	background-color: #22852c;
	color: #fff;
	display: inline-block;
	width: 98px;
	height: 27px;

	/*border-radius: 5px;*/
	background-image: url(../images/tag_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
	/*text-align: center;*/
}


.info_price tr{
	height: 33px;
}

#List_Product .item .boxItem .price_old{
	font-family:"myriad_pro";
	font-size:14px;
	font-weight:normal;
	color:#363636;
	line-height:12px;
}


#List_Product .item .boxItem .price_sale {
	/*background:url(../images/bg_price.png) bottom center no-repeat;*/
	/*text-align:center;*/
	font-family:"myriad_pro";
	font-size:14px;
	font-weight:normal;
	color:#363636 ;
	line-height:26px;
}

#List_Product .item .boxItem .price_sale .span_price_sale{
	color: #dd1015;
	font-weight: bold;
	font-family:"myriad_pro";
	font-size:14px;
}


.span_price_percent{
	display: inline-block;
	background-color: #dd1015;
	padding: 0px 5px;
	margin-left: 10px;
	border-radius: 2px;
	color: #fff;
	font-weight: bold;
}




#List_Product .item .boxItem .add_cart{
	margin-top:10px;
	padding-left: 52px;
}
.noProduct{
	padding:20px 50px;
	text-align:center;
	color:#ff0000;
}
/************************************* CSS FOR PRODUCT CATEGORY *******************************/
.box-product{
	margin-bottom:20px;
}
.box-product .box_banner{
	margin-bottom:20px;
	border:1px solid #e6e6e6;
	padding:3px;
	background:#fff;
}
.box-product .box-title{
	border-top:3px solid #19b120;
	padding-bottom:20px;
	background:url(../images/shadow_box_title.jpg) bottom center no-repeat;
}
.box-product .box-title .titleL{
	float:left;
	background:url(../images/bg_titleL.gif) top right no-repeat;
	padding-right:32px;
}
.box-product .box-title .titleL a{
	display:block;
	font-family:"calibrib";
	font-size:16px;
	font-weight:bold;
	color:#fff;
	line-height:39px;
	text-transform:uppercase;
	background:#17851c;
	padding:0 15px;
	text-decoration:none;
}
.box-product .box-title .titleR{
	float:right;
}
.box-product .box-title .titleR li{
	float:left;
}
.box-product .box-title .titleR li a{
	font-size:12px;
	font-weight:bold;
	color:#666;
	line-height:39px;
	text-decoration:none;
}
.box-product .box-title .titleR li a span{
	color:#b4b4b4;
}

.jcarousel-skin-tango-partner .jcarousel-container-horizontal,
.jcarousel-skin-tango-partner .jcarousel-clip{
	width: 100% !important;
}

.cat-mobile{
	box-sizing: border-box;
	background: #17851c;
	padding: 5px;
	margin: 15px 0;
}
.cat-mobile *{
	box-sizing: border-box;
}
.cat-mobile ul:after{
	display: block;
	content: '';
	clear: both;
}
.cat-mobile ul li{
	float: left;
	width: 33%;
	padding: 5px;
}
.cat-mobile ul li a{
	display: block;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	padding: 15px 10px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap ;
	background: #ffffff;
	font-family: "calibri";
}
@media screen and (max-width: 991px){
	.show_product_category #List_Product .item {
		width: 48%;
		width: -webkit-calc(50% - 16px);
		width: -moz-calc(50% - 16px);
		width: calc(50% - 16px);
	}
}
@media screen and (max-width: 479px){
	.show_product_category #List_Product .item {
		width: 98%;
		width: -webkit-calc(100% - 16px);
		width: -moz-calc(100% - 16px);
		width: calc(100% - 16px);
	}
}
@media screen and (max-width: 414px){
	.cat-mobile ul li{
		width: 50%;
	}
}