/************************************* CSS FOR SHOW PRODUCT *******************************/ 
#List_Product { 
	padding:0;
	margin: 0 -8px;
}
#List_Product .noProduct{
	padding:50px;
	text-align:center;
	color:#ff0000;
}
/*----------------- VIEW 1 ----------------*/
#List_Product .View1 {
  float:left; 
	margin-bottom:20px;
	width:100%;
}
#List_Product .View1.last {
	background:none;
	margin-bottom:0px;
	padding-bottom:0px;
}
#List_Product .item{
	position:relative;
  float:left;
	width: 32%;
	width: -webkit-calc(33.333333% - 16px);
	width: -moz-calc(33.333333% - 16px);
	width: calc(33.333333% - 16px);
	margin: 0 8px;
	-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);
}
#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 no-repeat;
	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:#e17700;
	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 {
	/*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 {
	/*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;
}

#List_Product .item .boxItem .price_old{
	/*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:12px;

	/*text-decoration:line-through;*/
}


.span_price_percent{
	display: inline-block;
	background-color: #dd1015;
	padding: 0px 5px;
	margin-left: 10px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
}


#List_Product .item .boxItem .add_cart{
	margin-top:10px;
	padding-left: 55px;
}

#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;
}


/*********** DETAIL **********/
#divInfo{
	padding:0px ;
	margin:0px;
}
#divInfo .picDetail{
	
}
#divInfo .ad-image {
	border:1px solid #ececec;
	padding:4px;
	background:#fff;
	text-align:center;
}
#divInfo .colInfo1{
	border-bottom: 1px solid #e5e5e5;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0;
}
#divInfo .colInfo2{
	border-bottom: 1px solid #e5e5e5;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0;
}
#divInfo .colInfo2 .price{
	font-size:16px;
	font-weight:normal;
	color:#c80000;
}
#divInfo .colInfo2 .price_old{
	text-decoration:line-through;
}
#divInfo .short{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666;
	text-align:justify;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:10px;
}
#divInfo .short span{
	display:block;
	font-weight:bold;
	color:#666;
	text-transform:uppercase;
}
#divInfo .add_cart{
	margin-top:15px;
}
.toots{
	border-top:1px solid #e5e5e5;
	padding:10px 0;
	margin:0 20px;
	margin-top:-45px;
}
.toots a {
	text-decoration:none;
}
/* Skin TAB */
#tab-container-1 {
	margin-top:35px;
}

#tab-container-1-nav li {
	float: left;
	margin-right:1px;
}
#tab-container-1-nav a {
	display: block;
	background:#fff;
	border:1px solid #d9d9d9;
	padding: 0 20px;
	font-size:12px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
	line-height:29px;
	margin-bottom:1px;
}
#tab-container-1-nav a.active {
	color:#c80000;
	border-bottom:none;
	position:relative;
	top:3px;
}
#tab-container-1 .tab {
	border:1px solid #dbdbdb;
	background:#fff;
	padding:20px 20px 60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666;
	text-align:justify;
}
#tab-container-1 .tab ul {
	list-style:inherit;
	margin:0px;
	margin-left:15px;
}
#tab-container-1 .tab ol{
	list-style:decimal;
	margin:0px;
	margin-left:15px;
}
#tab-container-1 .tab *{
	max-width:703px;
}

/*********** Other Product **********/
.box-product{
	margin-top:30px;
}
.box-product .box-title{
	background:url(../images/mid_title_other.gif) left bottom repeat-x;
	margin-bottom: 20px;
  padding-bottom: 9px;
	color: #666;
	font-family: "calibrib";
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}
.box-product .box-content #other_product{
	margin-top:15px;
}

/*COMMENT*/
/*COMMENT*/
.boxComment {
	display: none;
}
.fComment { 
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold; 
	padding-bottom:5px;
	margin-bottom:5px;
} 
.divVotes {
	border-bottom:1px solid #d4d4d4;
	padding:5px 0px;
	margin-bottom:10px;
}
.divWrite { padding:10px;}
.c_textarea  {
	padding:5px 0px;	
}
.c_button {
	padding:2px 0px;
	text-align:right;
}
 
#ext_comment {} 
.divCommentList{
	margin-top:20px;
}
.list_comment {
 	padding:5px 0px;	 
	display:block;	
	border-bottom:1px dotted #d4d4d4;
}
.list_comment .c-title {
	padding-bottom:5px;	
}
.list_comment .ctitle {font-weight:bold;	color:#882106;}
.list_comment .c-name {font-weight:bold; color:#0067b1; }
.list_comment .c-email	{color:#7c7c7c; font-weight:normal; font-size:11px;}
.list_comment .c-name a {color:#0067b1;}
.list_comment .c-desc {
	text-align:justify;
	padding:5px 0px;
	font-size:11px;
	font-family:Tahoma;
}
.list_comment .c-date	{color:#7c7c7c; font-weight:normal; font-size:11px;}

.list_comment .close{
	width:18px; height:16px; background:url(../images/icon_action.gif) no-repeat left -87px;  position:absolute;
	margin-left:620px;
	 
}
.list_comment	.close:hover, .closecom:hover{background:url(../images/icon_action.gif) no-repeat right -87px}

.vk-menu {padding:2px 0px;}
 

/*SEARCH*/
.formSearch {
	background:#FAFAFA;
	padding:5px;
	border:1px solid #ccc;
}
p.mess_result {
	font-size:12px;
	margin-bottom:10px;
	text-align:center;
}
p.mess_result span {
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
}


.hay_goi{
	    color: #22852c;
    font-size: 14px;
    padding: 9px 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.hay_goi span{
	    color: #d20000;

}
#other_product.product-jcarousel ul{
	/*margin: 0 -8px;*/
	/*width: auto;*/
}
#other_product.product-jcarousel ul li{
	/*margin: 0 8px;*/
	/*float: none;*/
}
#other_product.product-jcarousel ul li .item{
	width: 100%;
	margin-right: 0;
}
#other_product.product-jcarousel ul li .item .boxItem .add_cart{
	text-align: left;
	padding-left: 55px;
}









.product-jcarousel ul li .item{
	position:relative;
  float:left;
	width:237px;
	margin-right:17px;
	-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);
}
.product-jcarousel ul li.last .item{
	margin-right:0px;
}
.product-jcarousel ul li .item .boxItem{
	border:1px solid #e6e6e6;
	padding:10px 10px 15px;
	min-height:413px;
}
.product-jcarousel ul li .item .boxItem .status{
	position:absolute;
	top:175px;
	left:11px;
}
.product-jcarousel ul li .item .boxItem .img  {
	text-align:center;
	background:url(../images/line_img.png) bottom left no-repeat;
	padding-bottom:3px;
}
.product-jcarousel ul li .item .boxItem h3{
	padding-top:18px; 
	text-align:center;
}
.product-jcarousel ul li .item .boxItem h3 a {
	font-size:14px;
	font-weight:bold;
	color:#ff0000;
	line-height:normal;
	text-transform:uppercase;
	text-decoration:none;
}
.product-jcarousel ul li .item .boxItem .short{
	padding:10px 0;
	font-size:14px;
	font-weight:normal;
	color:#666;
	text-align:center;
	min-height:40px;
}
/*.product-jcarousel ul li .item .boxItem .price{
	background:url(../images/bg_price.png) bottom center no-repeat;
	text-align:center;
	font-family:"myriad_pro";
	font-size:19px;
	font-weight:normal;
	color:#f0070c ;
	line-height:12px;
}
.product-jcarousel ul li .item .boxItem .price_old{
	background:url(../images/bg_price.png) bottom center no-repeat;
	text-align:center;
	font-family:"myriad_pro";
	font-size:17px;
	font-weight:normal;
	color:#737373;
	line-height:12px;
	text-decoration:line-through;
}
*/


.product-jcarousel ul li .item .boxItem .price {
	/*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;
}

.product-jcarousel ul li .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;*/
}

.product-jcarousel ul li .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;
}

.product-jcarousel ul li .item .boxItem  .price_old{
	/*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:12px;

	/*text-decoration:line-through;*/
}



.product-jcarousel ul li .item .boxItem .price_sale .span_price_sale{
	color: #dd1015
	font-weight: bold;
	font-family:"myriad_pro";
	font-size:14px;
}



.product-jcarousel ul li .item .boxItem .span_price_percent{
	display: inline-block;
	background-color: #dd1015;
	padding: 0px 5px;
	margin-left: 10px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
}


.product-jcarousel ul li .item .boxItem .add_cart{
	margin-top:10px;
	text-align:center;
}

.product-jcarousel ul li.noItem  {
	padding:50px;
	text-align:center;
	color:#ff0000;
}












.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 60px;
    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;
}

#other_product .slick-arrow {
    /* top: -60px; */
    bottom: auto;
    right: 15px;
    display: block;
}


#other_product .slick-arrow:after {
    position: absolute;
    font-family: FontAwesome;
    font-size: 30px;
    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;
}


#other_product .slick-prev:after {
    content: '\f104';
}

#other_product .slick-next:after {
    content: '\f105';
}





















@media screen and (max-width: 991px){
	#List_Product .View1{
		margin-bottom: 0;
		float: none;
	}
	#List_Product .item {
		width: 49%;
		width: -webkit-calc(50% - 16px);
		width: -moz-calc(50% - 16px);
		width: calc(50% - 16px);
		margin-bottom: 20px;
	}
	#List_Product .View1 .item:nth-child(2n+1){
		clear: left;
	}
	#List_Product .View1:nth-child(2n) .item:nth-child(2n + 1){
		clear: none;
	}
	#List_Product .View1:nth-child(2n) .item:nth-child(2n){
		clear: left;
	}
}
@media screen and (max-width: 767px){
	#divInfo > table,
	#divInfo > table >  tbody,
	#divInfo > table >  tbody > tr,
	#divInfo > table > tr,
	#divInfo > table >  tbody > tr >td,
	#divInfo > table > tr >td{
		display: block;
		width: auto !important;
		padding-left: 0 !important;
	}
	.picDetail{
		max-width: 320px;
		margin: 0 auto;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 479px){
	#List_Product .item {
		width: 99%;
		width: -webkit-calc(100% - 16px);
		width: -moz-calc(100% - 16px);
		width: calc(100% - 16px);
		margin-bottom: 20px;
	}

	.table_check , .table_check tbody{
	    display: block;
	    width: 100%
	}

	.table_check tr{
	    display: block;
	    width: 100%
	}

	.table_check tr td{
	    display: block;
	    width: 100%;
	    margin-bottom: 5px;
	}

	button.btn_2 {
	    width: 100%;
	}

	button.btn {
	    width: 100%;
	}


}
@media screen and (max-width: 415px){
	#tab-container-1-nav a{
		padding: 0 10px;
	}
}
