
*{margin: 0px;padding: 0px}
ul,ol{
    list-style: none;
}
a{
    text-decoration: none;
		color: #333333 ;
}
a:hover{
    color: #56bc9a ;
    text-decoration: none ;
}
.clear{
	clear: both;
}
.bold{
    font-weight: bold;
}
.success{
	color: #50a00b;
}
.error{
	color: red;
}
.display-none{
	display: none;
}
.fixed{
	position: fixed !important;
}
body{
	/* font-family: Roboto !important; */
}
/********** HEADER ***********/
#click-out-menu{
	text-align: right;
}
#wrap-header{
    /* border-top: 2px solid #fe5252; */
    /* background: #fff; */
}
#wrap-header .container{
	position: relative;
}
.logo h2{
    margin: 0px;
		display: table;
  	height: 95px;
}
.logo h2 a{
		 display: table-cell;
  	vertical-align: middle;
}
.list-login-right{
    display: block;
    /* width: 100%; */
    /* border-bottom: 1px solid #f0f0f0; */
    padding-bottom: 3px;
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    right: 5px;
    font-size: 20px;
    color: #364682;
}
.list-login-right li{
    float: right;
    margin-top: 0px;
    color: red;
    font-weight: bold;
    text-shadow: 1px 1px 0px #fff;
    width: 100%;
    text-align: right;
    font-size: 19px;
}
.list-login-right li a{
    padding: 0px 10px;
    color: #737373 !important;
	font-weight: 300;
}
.list-login-right li:hover a{
    text-decoration: none;
    color: #ff5050;   
}
.list-login-right li:first-child a{
    border-right: none;
}
.menu-right-bottom{
    padding: 0px !important;
}
.menu-right-bottom ul{
    display: inline-block;
    width: 100%;
}
.menu-right-bottom ul li{
    float: right;
    margin-left: 10px
}
.menu-right-bottom #search,.menu-right-bottom #cart-click{
    display: inline-block;
    /* background: #4b4b4b; */
    padding: 5px 10px;
    border-radius: 5px;
    color: dimgrey;
}
.menu-right-bottom #search i,.menu-right-bottom #cart-click i{
    color: white !important;
    margin-right: 5px;
    font-size: 21px;
    float: left;
}
.menu-right-bottom #cart-click{
    float: left;
    margin-right: 5px;
    line-height: 21px;
    font-family: 'UTMCAFETA';
    text-transform: uppercase;
    font-size: 19px;
}
.menu-right-bottom #cart-click:hover{
    display: block;
    background: #fe5252;
    padding: 5px 10px;
    border-radius: 5px;
}
.menu-right-bottom #search:hover{
		display: inline-block;
		background: #fe5252;
    padding: 5px 10px;
    border-radius: 5px;
}
.relative-sub3{
		position: relative;
		border-bottom: 1px dotted #ff5e5e;
}
.sub3-ddmenu{
	position: absolute;
  width: 100%;
  background: #ffffff;
  left: 199px;
  top: 0px;
	display: none;
	box-shadow: 1px 1px 5px rgba(0,0,0,.1);
	padding-top: 5px;
}
.relative-sub3:hover .sub3-ddmenu{
	display: block;
}
.relative-sub3:hover .sub3-ddmenu:before{
  border: 1px solid;
  border-color: #ddd transparent transparent #ddd;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  height: 7px;
  width: 7px;
  left: 1px;
  pointer-events: none;
  position: absolute;
  z-index: 1000;
  margin-left: -6px;
  background: #ffffff;
  top: 5px;
}
/*************** SEARCH ********************/
.wrap-search-home{
	display: none;
}
.wrap-search-home.show-search{
	display: inline-block;
	float: left;
	margin-right: 5px;
	background: #fff;
	padding-right: 10px;
	border-radius: 35px;
}
.wrap-search-home .search-input{
	height: 35px;
	border: 0px solid #f0f0f0;
	padding: 5px 0px 5px 15px;
	width: 256px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	border-radius: 35px;
}
.wrap-search-home .search-input:focus,.wrap-search-home .search-button:focus{
	outline: none;
}
.wrap-search-home .search-button{
	border: none;
	padding: 5px;
	border-radius: 5px 0px 0px 5px;
	background: #fe5252;
	color: white;	
	position: relative;
	left: 10px;
	top: 1px;
	width: 50px;
	display: none;
}
.wrap-search-home .search-button:hover{
	background: #FA1C1C;
}
.title-search{
	font-size: 25px;
	text-transform: uppercase;
	margin: 0px;
}
#layout-page-search{
	text-align: center;
	min-height: 300px;
	padding: 10px 0px;
}
.text-search-error{
	font-size: 23px;
}
#layout-page-search .btn-search{
	background: #fe5252;
  border-radius: 0px 5px 5px 0px;
  position: relative;
  left: -5px;
  top: -1px;
  height: 35px;
}
#layout-page-search .search-query{
	height: 35px;
	width: 50%;
	border: 1px solid #ddd;
	padding: 5px;
}
#layout-page-search .form-inline{
	margin-top: 10px;
}
#layout-page-search .btn-search span{
	color: white;
}
#layout-page-search .pagination-list{
	display: inline-block;
}
#layout-page-search li{
	float: left;
	margin-right: 5px;
	color: #888;
}
#layout-page-search .hidden-phone.current a{
	color: #fe5252;
}
#layout-page-search .hidden-phone a{
	color: #666;
}
/**************** SEARCH MOBILE ************************/
.wrap-mobile-search{
	height: 45px;
}
/**************** MENU ************************************/
#wrap-header-mobile{
    display: none;
}
.header-mobile-center{
    z-index: 1;
}
.header-mobile-center a{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 2px;    
}
.header-mobile-center img{
    margin: 0px auto;
    /* height: 47px; */
}
header #menu .bg>ul,header .trigger-collection>ul {
	/* padding-left: 5px */
}
header #menu .bg>ul>li,header .trigger-collection>ul>li {
	float: left;
	position: relative;
	margin-right: 20px;
}
header #menu .bg>ul>li>a,header .trigger-collection>ul>li>a {
	text-transform: uppercase;
	color: #5d5d5d !important;
	line-height: 25px;
	display: inline-block;
	border-bottom: 4px solid transparent;
	font-weight: 600;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}
header #menu .bg>ul>li>ul, header #menu .bg>ul>li .subnav_menu {
	position: absolute;
	min-width: 220px;
	top: 41px;
	left: 0px;
	background: #ff0c0c;
	border: 1px solid #ff0c0c;
	opacity: 0;
	-moz-transform: translateY(50px);
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	visibility: hidden;
	z-index: 999;
	padding: 7px 0;
	transition: all linear .2s;
	box-shadow: 1px 1px 5px rgba(0,0,0,.1);
	/* border-radius: 8px; */
}
header #menu .bg>ul>li>ul:before, header #menu .bg>ul>li .subnav_menu:before {
	border: 1px solid;
	border-color: #ddd transparent transparent #ddd;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	height: 7px;
	width: 7px;
	left: 20px;
	pointer-events: none;
	position: absolute;
	z-index: 1000;
	margin-left: -6px;
	background: #ffffff;
	top: -4px
}
header #menu .bg>ul>li:hover ul, header #menu .bg>ul>li:hover .subnav_menu {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;

}
header #menu .bg>ul>li>ul>li>a, header #menu .bg>ul>li .subcol_list ul>li>a {
	font-size: 14px;
	font-weight: 300;
	padding: 4px 7px;
	color: #121212;
	display: inline-block;
}
header #menu .bg>ul>li .subnav_menu p, header #menu .bg>ul>li .subnav_menu span {
	padding: 4px 7px;
	display: inline-block
}
header #menu .bg>ul>li .subnav_menu span {
	font-size: 16px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif
}
header #menu .bg>ul>li .subnav_menu a {
	color: #383838
}
header #menu .bg>ul>li .subnav_menu h3 {
	font-size: 14px;
	margin-top: 10px;
	font-style: italic;
	font-family: 'Open Sans', sans-serif
}
header #menu .icon-shop {
	float: right;
	height: 35px;
	width: 90px;
	font-size: 13px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif
}
header #menu .icon-shop a {
	display: block;
	height: 100%;
	color: #383838;
	margin-top: 8px;
	text-transform: uppercase;
	text-align: right
}
header #menu .icon-shop img {
	display: inline-blockl;
	margin: 0 5px 0 0
}

header #menu .bg>ul>li:last-child,header .trigger-collection>ul>li{
	/* float: right; */
	margin-right: 0;
	/* margin-top: 5px; */
}
header #menu .bg>ul>li:last-child>a,header .trigger-collection>ul>li>a{
	/* background: #5a5959; */
	color: #fff;
	padding: 0px 16px 0px 0px;
	border-radius: 4px 4px 0 0;
}
header #menu .bg>ul>li:last-child>a>span,header .trigger-collection>ul>li>a>span{
	padding-left: 15px;
	padding-right: 7px;
}
/*MENU 2*/
header .menu-2{
	min-height: 48px;
	line-height: 48px;
	background: #5a5959;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
header .menu-2 ul{
	float: right;
}
header .menu-2 ul li{
	float: left;
	
}

header .menu-2 ul li:hover{
	background: #FFA99F;
}
header .menu-2 ul li a{
	font-size: 14px;
	color: #f0f0f0;
	font-weight: 600;
	padding: 24px 22px;
}
header .menu-2 ul li:last-child a{
	padding-right:30px;
}
#menu ul#ddmenu{
    display: inline-block;
    margin-bottom: 0px;
    /* margin-top: 8px; */
    width: 100%;
}
#menu ul#ddmenu li.menu-item a{
    padding: 6px 10px 6px  10px;
    /* font-family: 'UTMCAFETA'; */
    font-size: 14px;
    font-weight: bold;
}
#menu ul#ddmenu li.menu-item:hover a{
    /* background: #fc0e1d; */
    padding: 6px 10px 6px 10px;
    border-radius: 0px;
    border-bottom: 4px solid red;
    /* box-shadow: 0 1px 2px rgba(0,0,0,.1); */
    /* color: #FFFC8D !important; */
    text-decoration: none;
    /* color: #fff; */
}
.menu-left-bottom #menu ul#ddmenu li.menu-item a:hover{
		/* color: #3E8B84 !important; */
}
#menu ul#ddmenu li.menu-item .subcol_list ul li a{
    box-shadow: none;
    color: #fff !important;
    background: #ff0c0c;
}
.list-cart-search ul li#cart span{
    position: relative;
    top: 5px;
    color: #888;
    font-weight: bold;
}

.table-cart-home{
    float: left;
    background: white;
    padding: 20px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1);
    position: absolute;
    z-index: 99;
    right: 0px;
    border-top: 5px solid #fe5252;  
		display: none;
		opacity: 0.96;
		
}
.table-cart-home.show-table{
	display: block;
	transition: 1s;
}
.table-cart-home:before{
     border: 1px solid;
      border-color: #fe5252 transparent transparent #fe5252;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
      content: "";
      height: 8px;
      width: 8px;
      right: 50px;
      pointer-events: none;
      position: absolute;
      z-index: 1000;
      margin-left: -6px;
      background: #fe5252;
      top: -9px;
}
.table-cart-home ul{
    display: inline-block;
    width: 350px;
}
.table-cart-home ul li{
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #ddd;
    padding-top: 10px;
    padding-bottom: 5px;
}
.table-cart-home ul li.toal-cart{
    border-bottom: none;
    background: #f0f0f0;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}
.table-cart-home ul li:last-child{
    border-bottom: none;
}
.table-cart-home ul li.view-cart .cart-wrap span{
    background: #d7d7d7;
    padding: 10px 20px;
    color: white;
    display: inline-block;
    width: 48%;
    float: left;
    text-align: center;
    border-radius: 5px;
}
.table-cart-home ul li.view-cart .checkout-wrap span{    
    color: white;
    display: inline-block;
    float: right;
    width: 48%;
    text-align: center;
    padding: 10px 20px;
    background: #d7d7d7 url('icon-check-out.png') no-repeat center right;
    background-position: 92%;
    border-radius: 5px;
    
}
.table-cart-home ul li.view-cart .checkout-wrap span:hover{
    background: #fe6c6c url('icon-check-out.png') no-repeat center right;
    background-position: 92%;
}
.table-cart-home ul li.view-cart .cart-wrap span:hover{
    background: #fe6c6c;
}
.table-cart-home ul li div.div-price span{
    display: inline-block;
    width: 100%;
    text-align: center;    
}
.table-cart-home ul li h4{
    margin: 0px;
}
.table-cart-home .delete i{
    color: black;
}
.header-mobile-right{
    margin-top: 10px;
}
.header-mobile-right span{
  display: block; 
  padding: 5px 2px;
  border-radius: 5px;
  color: #fe5252;
	float: right;
	font-size: 18px;
}
.table-cart-home ul li .variant_title{
	color: #fe5252;
	font-weight: bold;
}
.table-cart-home ul li .number span.color{
	color: #fe5252;
	font-weight: bold;
	
}
.table-cart-home .cart-wrap div{
	text-align: right;
}
.table-cart-home .cart-wrap{
	padding: 0px !important;
	margin-top: 5px;
}
.table-cart-home .cart-wrap div .button-default{
	background: #fe5252;
	border: none;
	padding: 8px 12px;
	color: white !important;
	border-radius: 5px;
}
.table-cart-home .cart-wrap div .button-default:hover{
	background: #FA1C1C;
}
.table-cart-home .out-button span{
	padding: 4px 0px;
	background: #f0f0f0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;	
}
.table-cart-home .out-button span a{
	color: black !important;
}
.table-cart-home .out-button span:hover{
	cursor: pointer;
}
/**************** END -> MENU  ****************************/
/******** SLIDER *********/
.wrap-img{
    z-index: 10;
}
#wrap-slider img{width: 100%;height:350px;}
.text-slider{
    position: absolute;
    bottom: 100px;
    right:  50px;
}
.text-slider h3{
    color: #ff5757;
    text-transform: uppercase;
    font-weight: bold;
}
.text-slider p{
    color: #4b4b4b;
}
#wrap-slider .owl-controls{
    position: absolute;
    bottom: 10px;
    left: 45%;
}
#wrap-slider .owl-controls .owl-page span{
    background: white;
}
/************* ARTICLE ***********/
#layout-page-article{
	padding-top: 30px;
}
#layout-page-article .padding_none{
	padding: 0px !important;
}
.title-article{
	margin-top: 0px;
	margin-bottom: 5px;
}
#layout-page-article .entry-meta{
	margin-bottom: 10px;
	display: inline-block;
}
#layout-page-article .entry-meta .author{
	margin-right: 15px;
}
#layout-page-article .entry-meta .author a{
	color: #333
}
.wrap-comment-blog,.wrap-comment-blog #comments{
	padding: 0px !important;
}
.wrap-comment-blog #comments .comment_form input{
	height: 40px;
	padding: 5px;
	display: block;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	width: 50%;
}
.wrap-comment-blog #comments .comment_form #comment_body{
	border: 1px solid #ccc;
	padding: 5px;
	width: 70%;
}
.wrap-comment-blog #comments .comment_form {
	margin-bottom: 15px;
}
.wrap-comment-blog #comments .comment_form  #comment-submit{
	margin-top: 5px;
	background: #fe5252;
	color: white;
	border: none;
}
.title-bl h2,.title-comment-blog{
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}
.wrap-comment-blog #binhluan{
	margin-bottom: 10px;
}
.wrap-comment-blog #binhluan .border-bottom{
	border-bottom: 1px dotted #f0f0f0;
	padding-bottom: 5px;
}
.wrap-comment-blog #binhluan .author{
	font-size: 14px;
}
.wrap-comment-blog #binhluan .author .date{
	float: right;
	font-style: italic;
	color: #888;
}
/************* BLOG **************/
#wrap-page-blog ul.pagination-list{
	display: inline-block;
	width: 100%;
	margin: 10px 0px;
}
#wrap-page-blog ul.pagination-list li{
	float: left;
	margin-right: 10px;
}
#wrap-page-blog ul.pagination-list li.current a{
	color: #fe5252;
}
#wrap-page-blog ul.pagination-list li a{
	color: black;
}
#content-blog{
	padding: 50px 0px;
}
.box-blog-img-left img{
	width: 100%;	
}
.box-blog-img-left{
	padding-left: 0px !important;
}
.sidebar-right-blog .widget-title{
	background: #f9f9f9;
  padding: 10px;
  margin-top: 0px;
  font-size: 17px;
  text-transform: uppercase;
	margin-bottom: 0px;
	color: #333333;
	display: inline-block;
	width: 100%;
}
.sidebar-right-blog .media-list{
	border: 1px solid #f9f9f9;
	padding: 20px 15px;
}
.sidebar-right-blog ul.media-list li a{
	color: #303030;
}
.colum-right-blog .entry-title{
	margin: 0px;
}
.colum-right-blog .entry-title a{
	font-size: 22px;
	color: #303030;
	display: inherit;
}
.colum-right-blog .author a{
	color: #303030;
}
.colum-right-blog .author{
	margin-right: 15px;
}
.colum-right-blog .entry-meta{
	margin-bottom: 10px;
	margin-top: 5px;
}
.sb-right-blog-img{
	padding: 0px !important;
}
.sb-right-blog-img img{
	width: 100%;
}
#content-blog .box-blog .format-standard{
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px dotted #f0f0f0;
	padding-bottom: 15px;
}
#layout-page-article .box-blog .entry-meta span{
	float: left;
	margin-right: 15px;
}
#layout-page-article .box-blog .comment a{
	color: #333;
}
#layout-page-article .box-blog .comment span{
	float: right !important;
	margin-left: 5px;
}
#content-blog .readmore a{
	color: #000000;
}
#content-blog .readmore a:hover{
	color: #000000;
}
/************* CONNTENT ***********/
#wrap-content-top{
  border-top: 3px solid #fe5252;
  padding-top: 15px;
  margin: 0px 4px;
  background: #fff;
}
.wrap-box-center .owl-controls .owl-prev,.wrap-box-center .owl-controls .owl-next{
    width: 30px;
    height: 25px;
    border-radius: 50%;
}
.wrap-box-center .owl-controls .owl-prev:hover,.wrap-box-center .owl-controls .owl-next:hover{
    background: #fe5252;
}
.wrap-box-center .owl-controls .owl-prev i,.wrap-box-center .owl-controls .owl-next i{
    padding-top: 4px;
}
.list-content-top img{
  padding: 3px;
  border: 1px solid #f6f6f6;
  box-shadow: 0px 1px 2px #f6f6f6;
	width: 100%;
}
.list-content-center img{   
    box-shadow: 0px 1px 2px #f6f6f6;
    width: 100%;
}
h3.title-box-home{  
    text-transform: uppercase;
    font-size: 18px;
    color: #5d5d5d;
    margin: 0px;
}
.list-content-center{
    position: relative;
    overflow: hidden; 
}
.price-content-center{
    position: absolute;
    bottom: 0px;   
    width: 100%;
    left: 0px;
    text-align: center;
    opacity: 1;
    transition: 1s;
    
}
.wrap-addcard{
    background: white;
    padding: 15px;
    position: relative;
    z-index: 1;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1);
}
.wrap-addcard span{
    background: #ffffff;
		line-height: 32px;
    padding: 0 20px;
    display: block;
    text-transform: uppercase;
    color: #787878;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 16px;
    -webkit-transition: all 0.3s ease-out;
		opacity:1;


}
.wrap-addcard span:hover{
    background: #56bc9a;
		color:#fff;
		border: 1px solid #56bc9a;
}
.wrap-addcard span a,.listing-price .buy a{
    color: white;
}
.wrap-addcard h4 a{
    color: #666;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px !important;
}
.icon-card{
    background: url('icon-card.png') no-repeat center left;
    width: 27px;
    height: 24px;
    display: inline-block;
}
.wrap-addcard span a,.wrap-addcard span{
    display: inline-block;
    color: #b6b6b6;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 3px;
}
.wrap-addcard span a:hover{
    text-decoration: none;
		color:#fff !important;
}
.wrap-addcard h4{
    margin-top: 0px;
    color: #808080;
    display: inline-block;
    padding-bottom: 5px;   
		width: 100%;
}
.wrap-price{
    background:#56bc9a;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: 0px auto;
    position: relative;
    z-index: 0;
    top: 25px;
		opacity: 0.85;
}
.wrap-price span{
    display: block;
    top: 25px;
    position: relative;
    color: white;
    font-weight: 700;
}
.wrap-price span del{
  color: #f6f6f6;
  font-size: 12px;
  font-style: italic;
}
.wrap-border-content-center{
    padding: 5px;
    margin-bottom: 0px;
    position: relative;
		height: 340px;
		overflow: hidden;
}


.sales{
    position: absolute;
    top: -50px; 
    left: -45px;
    background: red;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    padding:60px 70px 10px 35px;
    box-shadow: 0px 0px 5px #888;
		opacity: 0;
		-webkit-transition: all 0.3s ease-out;
}
.sales span{
    color: white;
    font-weight: bold;
}
.wrap-border-content-center:hover .price-content-center {
    opacity: 1;
    z-index: 3;
}
.wrap-border-content-center:hover .sales {
    opacity: 1;
    z-index: 3;
}

.wrap-border-content-center:hover  .wrap-addcard span {
    opacity: 1;
    z-index: 3;
    background: #56bc9a;
		color:#fff;
		border: 1px solid #56bc9a;
}

#wrap-content-center .wrap-box-padding{
    padding: 5px !important;
}
#wrap-content-center h3.title-box-home{
    padding: 25px 0px 25px 20px;
		font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    color: #adadad;
    margin: 0;
    line-height: 40px;
    font-weight: 400;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background-color: #fff;
		margin-top:20px;
		margin-left:20px;
		text-align: center;
}
#wrap-content-bottom .wrap-box-padding{
    padding: 5px !important;
}
.wrap-box-padding{
    padding: 15px 0px 5px 15px !important;
		display: inline-block;	
}
.wrap-box-center .owl-controls{
    position: absolute;
    top: -50px;
    right: 15px;
		background: white;
}
#wrap-content-bottom .container{
    padding: 10px 30px;
}
#wrap-content-bottom h3.title-box-home{
    padding: 25px 0px 25px 20px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    color: #adadad;
    margin: 0;
    line-height: 40px;
    font-weight: 400;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background-color: #fff;
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
/************** FOOTER ***************/
.face-content{
	text-align: right;
	margin-top: 15px;
}
#newsletter-signup .form-control{
    width: 100%;
    float: left;
    border-radius: 0px;
    border: 1px solid #f0f0f0;
    height: 35px;
}
#newsletter-signup .theme_button{
    background-image:url(img/icon-mail.png);
    width: 35px;
    height: 35px;
    border: none;
    text-indent: -9999px;
    position: relative;
}
#newsletter-signup .theme_button:hover{
		background-position: 0px;
    
}
#wrap-footer-top{
    background: #d8d7d7;
    display: inline-block;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 15px;
}
.title-footer{
    color: #333;
    text-transform: uppercase;
    font-size: 15px;
    font-weight:300;
    font-weight: bold;
    /* border-bottom: 1px solid #525454; */
    line-height: 34px;
    margin: 5px 0px 5px 0px;
    font-size: 19px !important;
    /* font-family: 'UTMCAFETA'; */
    text-transform: uppercase;
}
.line-footer{
    background: url('line-footer.png') center center;
    display: inline-block;
    width: 100%;
    height: 1px;
    /* margin-bottom: 15px; */
}
.box-footer-top ul li a{
    color: #fff !important;
    display: block;
    line-height: 50px;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #527990;
    padding: 0 10px;
		font-weight: 300;
}
.box-footer-top ul li:hover a{
    color: #ff4d4d;
    text-decoration: none;
}
.box-footer-top ul{
    margin-left: 15px;
}
.box-footer-top ul li{
  list-style-image: url('img/icon-ul.png');
    color: #fff;
    line-height: 2;
    font-weight: 300;
}
.box-footer-top ul li:hover{
    list-style-image: url('img/icon-hv-ul.png');  
}
#wrap-footer-bottom{
    background: #fff;
}
#wrap-footer-bottom .pull-left{
    color: #7e7e7e;
    height: 70px;
    padding-top: 15px;
    padding-left: 15px;
}
#wrap-footer-bottom .pull-left p a{
    color: #d34d4d;
}
#wrap-footer-bottom .pull-right ul{
    height: 70px;
    padding-top: 15px;
    padding-right: 15px;
}
#wrap-footer-bottom .pull-right ul li{
    float: left;
    margin-right: 10px;
}
#wrap-footer-bottom .pull-right ul li a{
    color: #595959;
    font-size: 24px;
}
#wrap-footer-bottom .pull-right ul li:hover a{
    color: #fe5252;
}
#click-sub-menu-left span{
	margin-right: 15px;
}
.level2 .sub-menu-left{
	margin-left: 10px !important;
}
.level2 .sub-menu-left.sub-block{
	display: block;
	margin: 10px 0px 0px 15px;
}
.level2.open .sub-menu-left{
	display: block;
	margin-left: 15px;
	margin-top: 10px;
}
.level2.open #click-sub-menu-left i{
	-ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/************ COLLECTION LISTING ************/
.listing-img{
    border: 1px solid #f9f9f9;
    padding: 5px !important;
}
.listing-cotnent h4.title-cotnent-listing{
    margin: 0px;
    text-transform: uppercase;    
    line-height: 25px;
		display: inline-block;
		width: 100%;
    padding-bottom: 15px;
}
.listing-cotnent h4.title-cotnent-listing a{
    color: #4b4b4b;
}
.listing-price .price{
    color: #fe5252;
    font-weight: bold;
    font-size: 18px;    
}
.listing-price .price-del{
    font-size: 16px;
    font-style: italic;
    color: #fe5252;
}
.listing-price span{
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

.listing-price .buy a{
    color: white;
    background: #ffffff;
    line-height: 32px;
    padding: 0 20px;
    display: block;
    text-transform: uppercase;
    color: #787878;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 16px;
    -webkit-transition: all 0.3s ease-out;
    opacity: 1;
}
.listing-price .buy a:hover{
    color: white !important;
    background: #56bc9a;
}
.listing-img .sales-l{
  position: absolute;
  top: 5px;
  right: 5px;
  background: red;
  padding: 5px;
  border-radius: 5px;
}
.listing-img .sales-l span{
	color: white;
}
/************ COLLECTION ***************/
/************ SLIDER COLLECTION ****************/
/***** ACCORDION ******/
.easy-accordion{display:block;position:relative;overflow:hidden;padding:0;margin:0;}
.easy-accordion dt,.easy-accordion dd{margin:0;padding:0}
.easy-accordion dt,.easy-accordion dd{position:absolute}
.easy-accordion dt{margin-bottom:0;margin-left:0;z-index:5;/* Safari */ -webkit-transform: rotate(-90deg); /* Firefox */ -moz-transform: rotate(-90deg);-moz-transform-origin: 20px 0px;  /* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);cursor:pointer;}
.easy-accordion dd{z-index:1;opacity:0;overflow:hidden}
.easy-accordion dd.active{opacity:1;}
.easy-accordion dd.no-more-active{z-index:2;opacity:1}
.easy-accordion dd.active{z-index:3}
.easy-accordion dd.plus{z-index:4}
.easy-accordion .slide-number{position:absolute;bottom:0;left:10px;font-weight:normal;font-size:1.1em;/* Safari */ -webkit-transform: rotate(90deg); /* Firefox */ -moz-transform: rotate(90deg);  /* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
 
dd p{  
	position: absolute;
  bottom: 15px;
  left: 0px;
  padding: 0px 15px;
}

#accordion{width:100%;height:245px;padding:0px;background:#fff;margin-bottom: 30px;}
#accordion dl{width:100%;height:245px}	
#accordion dt{height:60px;line-height:46px;text-align:right;padding:0 15px 0 0;border-top: 1px solid white;font-size:13px;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:uppercase;letter-spacing:1px;background-color: #fe5252 ;color:#ffffff}
#accordion dt.active{cursor:pointer;color:#fff;background:#fe5252}
#accordion dt.hover{color:#423030; background:#fe6b6b}
#accordion dd{background-color: white;border-left:0;margin-right:3px; height: 100% !important; padding: 8px 0px 7px 0px}
#accordion dd p{
	font-size: 20px;
	text-transform: uppercase;
	color: white;
}
#accordion .slide-number{color:#68889b;left:10px;font-weight:bold}
#accordion .active .slide-number{color:#fff;}
#accordion dd img{float:left;  display: inline-block;
  height: 100%;
  width: 100%;}
#accordion h3 {margin: 0px 40px 5px 10px;}
#accordion h3 a{font-size:18px;margin-top:0px}
#accordion h3 a:hover {text-decoration: underline;}
#accordion .more{padding-top:10px;display:block}
#accordion a.more:hover {text-decoration: underline;}
/*************************************/
.slider-collection{
	padding-left: 15px;
	height:320px;
}
.wrap-collection-list{
	padding: 30px 0px;
}
.text-right-collection span{
	display: block;
}
.align-center-collection{
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}
#wrap-breadcrumbs{
    background: #f4f4f4;
    height: 40px;
}
#wrap-collection{
    /* box-shadow: 0 1px 2px rgba(0,0,0,.1); */
    padding-top: 30px;
    background: #fff;
    margin-bottom: 10px;
}
.content-collection{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.list-left-collection{
    margin-left: 10px;
}
.list-left-collection li a{
    color: #666666;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.list-left-collection li{
    font-size: 14px;
    color: #6d6d6d;
    line-height: 39px;
    text-transform: capitalize;
    font-weight: 300;
    position: relative;
    /* text-align: right; */
    border-bottom: 1px solid #ddd;
    list-style-image: url('img/icon-hv-ul.png');
}
.list-left-collection li:hover{
    list-style-image: url('icon-hv-ul.png');  
}
.box-side-collection{
    margin-bottom: 20px;
}
.list-product-collection{
    display: inline-block;
}
.list-product-collection li{
    float: left;
    margin-bottom: 10px;
    border-bottom: 1px dotted #f0f0f0;
    padding-bottom: 10px;
}
.list-product-collection li:last-child{
    border-bottom: none;
}
.img-left-collection{
    padding:  0px !important;
}
.img-left-collection img{
    padding: 5px;
    border: 1px solid #f0f0f0;
}
.img-left-collection span{
		position: absolute;
		top: 6px;
		right: 6px;
		color: red;
		font-weight: bold;
}
.text-right-collection a{
    color: #666;
    display: block;
		font-weight:300;
}
.price {
    color: #fe5252;
    font-weight: 500;
}
.list-left-right-collection ul{
    position: absolute;
    right: 0px; 
		top: 5px;   
}
.list-left-right-collection ul li{
    float: left;
    margin-right: 15px;
    font-weight: 300;
}
.list-left-right-collection ul li a{
    color: #666;
}
.hidden-phone.current a{
	color: #fe5252 !important;
}
.pagination-list i{
	width: 20px;
	height: 20px;
	background: #fe5252;
	color: white;
	border-radius: 50%;
	line-height: 20px;
	text-align: center;
	padding-right: 2px;
}
.pagination-list i.fa.fa-chevron-right{
	padding-right: 0px;
}
.pagination-list i:hover{
	background: #666;
	color: white;
}
.list-left-center-collection{
	text-align: right;
}
.list-left-center-collection .sort-by{
    padding: 0 15px;
    margin: 0;
    border-radius: 15px;
    vertical-align: middle;
    height: 28px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #e5e5e5;
	 font-weight: 300;
}
.list-left-top-collection ul{
	display: inline-block;
}
.list-left-top-collection ul li{
	float: left;
	margin-right: 15px;
}
.list-left-top-collection ul li a{
	color: #6d6d6d;
}
.list-left-top-collection ul li.active a{
	color: #fe5252;
}
/********** PRODUCT *************/
#wrap-product,#wrap-collection,#layout-page-search,#page-contact{
	padding-top: 15px;
	box-shadow: 0px 1px 4px #ccc;
}
.product-slider-right h4{
    text-transform: uppercase;
    color: #4b4b4b;
		line-height: 25px;
    font-size: 24px;
    font-weight: 600;
}
.wrap-box-product-right{
    padding: 0px !important;
}
.product-slider-left{
	padding: 0px !important;
}
.product-slider-left .galleria-theme-classic .galleria-thumbnails-container,
.product-slider-left .galleria-theme-classic .galleria-stage{
	left: 0px;
}
.galleria-theme-classic .galleria-carousel .galleria-thumbnails-list{
	margin: 0px !important;
}
#detail-des{
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;    
}
.detail-des-left .tab-content{
    border: 1px solid #f0f0f0;
    padding: 15px;
}
#detail-tab-left{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
#detail-tab-left .tab-content{
    border: 1px solid #f9f9f9;
}
#detail-tab-left li{
    float: left;
    margin-right: 15px;       
}
#detail-tab-left li a{
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: #373737;
    margin: 10px 0 0px 0;
    line-height: 40px;
    font-weight: 400;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 0 15px 0 15px;
}
#detail-tab-left li.active a{
    background: white;
    text-decoration: none;
    color: #fe5252;
}
#detail-tab-left li:hover a{
    background: white;
}
.list-variant{
	display: inline-block;
	margin: 10px 0px;
	border-top: 1px dotted #ddd;
	width: 100%;
	padding-top: 20px;
}
#list-price-cart{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.list-variant li,#list-price-cart li,
.selector-wrapper{
	width: 47%;
	float: left;
	margin-right: 10px
}
.list-variant li:last-child,#list-price-cart li:last-child{
	text-align: right;
}
#addToCartForm .selector-wrapper{
	text-align: left;
}
#addToCartForm .selector-wrapper:nth-child(2n+1){
	text-align: right;
}
.number-info-variant{
	color: #fe5252;
}
.list-variant li input#quantity{
	width: 50px;
	text-align: center;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	padding: 5px 0px;
}
.list-variant li .title-info-variant,.list-variant li .quantity-selector,
.selector-wrapper label{
	color: #888;
	font-weight: 300;
	margin-right: 10px;
}
#our_price_display{
    font-size: 30px;
    font-weight: 700;	
    line-height: 20px;
}
#our_price_display del{
	font-size: 16px;
	font-style: italic;
	font-weight:300;
	color:#b0b0b0 !important;
}
.single-option-selector {
  background: url("select-detail.png") no-repeat scroll right center #F7F7F7;
  border: 1px solid #DBDBDB;
  color: #595959;
  height: 34px;
  padding: 6px 27px 6px 8px;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  margin-bottom: 10px;
}
#BulkDiscount #addToCart{
	background: #fe5252;
    line-height: 30px;
    padding: 7px 25px;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    /* border: 1px solid #ddd; */
    border-radius: 24px;
}
#addToCartText i{
	color: white;
	margin-right: 10px;
}
#BulkDiscount #addToCart:hover{
	background: #fa1c1c;
}
#BulkDiscount #addToCart:hover i{
	color: white;
}
.wrap-tags{
	background: #fe5252;
	padding: 5px 10px;
	border-radius: 5px;
	margin-bottom: 5px;
	display: inline-block;
}
.wrap-tags:hover{
	background: #d3d3d3;
}
.wrap-tags a{
	color: white !important;
}
.wrap-tags:hover a{
	color: white !important;
}
#binhluan-product .container-fluid{
	padding: 0px !important;
}
/*************** CONTACT ****************/
.information-contact{
	margin-top: 0px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 13px;
	color: #6d6d6d;
	font-weight: bold;
}
.contact-form .form-group input{
	font-size: 13px;
	border-radius: 0px;
	width: 50%;	
}
.contact-form .form-group textarea{
	border-radius: 0px;
}
.contact-form .btn-primary.lienhe{
	float: right;
	background: #fe6b6b;
	color: white;
	border-radius: 5px;
	border: none;
	margin-bottom: 15px;
}
.contact-form .btn-primary.lienhe:hover{
	background: #ff4d4d;
}
/**************** LOGIN *****************/
#layout-page-search .content-product-list{
width: 100%;
border: none;
}
.list-menu-login{
display: inline-block;
margin: 0px 5px 0px 0px;
list-style: none;
}
.list-menu-login li {
float: left; 
margin-right: 5px;
margin-left: 10px;
margin-bottom: 0px;
padding: 15px 0px 12px 0px;
}
.list-menu-login i{
color: #ffffff;
}
.list-menu-login li a{
color: #737373;
}
#layout-page-login,#layout-page-register,#customer-activate,#customer-reset-password{
width: 270px;
margin: 0px auto;
min-height: 350px;
padding-top: 30px;
}

#layout-page-login .input-group,#layout-page-register .input-group,#customer-activate .input-group,
#customer-reset-password .input-group{
margin-bottom: 10px;
width: 270px;
}
#layout-page-login .input-group span,#layout-page-register .input-group span{
width: 40px;
}
#layout-page-login .action_bottom input,#layout-page-register .action_bottom input,
#customer-activate .action_bottom input,#customer-reset-password .action_bottom input{
margin-bottom: 10px;
background: #fe5252;
color: white;
padding: 10px;
}
#layout-page-login .action_bottom:hover input,#customer-activate .action_bottom:hover input,
#customer-reset-password .action_bottom:hover input,#layout-page-register .action_bottom:hover input{
text-decoration: none;
background: #FF2626;
}
#layout-page-address,#layout-page-account{
	min-height: 330px;
}
.title-customers,.title-register{
text-transform: uppercase;
font-size: 24px;
text-align: center;
margin-bottom: 10px;
}
#customer_orders{
margin-top: 10px;
}
#customer_user table,#address_tables table,#layout-page-card table{
margin-top: 10px;
margin-bottom: 10px;
}
#layout-page-card .variant_title{
	display: block;
	color: #fe5252;
}
#layout-page-card .cart-buttons #update-cart{
background-repeat: no-repeat;
background-position: 15px 10px;
padding-left: 34px;
background-color: #444;
padding: 12px;
border-radius: 6px;
display: inline-block;
color: #FFF;
box-sizing: border-box;
text-transform: none;
text-align: center;
width: 180px;
font-size: 14px;
border: none;
margin-bottom: 5px;
}
#layout-page-card .cart-buttons #update-cart:hover{
background: black;
color: white;
background-repeat: no-repeat;
background-position: 15px 10px;
}
#layout-page-card .cart-buttons #checkout{
background-color: #fe5252;
padding: 12px;
border-radius: 6px;
display: inline-block;
color: #FFF;
box-sizing: border-box;
text-transform: none;
text-align: center;
width: 180px;
font-size: 14px;
border: none;
margin-bottom: 5px;
}
#layout-page-card .cart-buttons #checkout:hover{
background: #FA1C1C;
color: white;
}
#customer_orders table tr th,#customer_orders table tr td,
#customer_user table tr th,#customer_user table tr td,
#address_tables table tr th,#address_tables table tr td,
#layout-page-card table tr th,#layout-page-card table tr td,
#order_payment table tr th,#order_payment table tr td,
#order_shipping table tr th,#order_shipping table tr td,
#order_details table tr th,#order_details table tr td
{
padding: 10px 5px;
border-right: 1px solid #f0f0f0;
text-align: center;
}
#customer_orders table tr,#customer_user table tr,#address_tables table tr,
#layout-page-card table tr,#order_payment table tr,#order_shipping tr,#order_details table tr{
border: 1px solid #f0f0f0;
}
#layout-page-card .inner-left{
padding: 0px !important;
}
#layout-page-card .inner-left #note{
padding: 10px;
border: 1px solid #ddd;
}
#layout-page-card table tr td input.item-quantity{
width: 50px;
border: 1px solid #f0f0f0;
}
#layout-page-card table tr .price{
color: black ;
}
ul li.level0 ul.sub-menu-left{
display: none;
}
ul li.level0.open ul.sub-menu-left{
display: block;
}
.customer_address.edit_address .input-group .input-group-addon{
width: 40px;
}
.customer_address.edit_address .input-group{
margin-bottom: 5px;
color: #333;
}
.customer_address.edit_address .action_bottom{
margin-bottom: 10px;
}
.customer_address.edit_address .action_bottom .btn{
background: #333;
color: white;
padding: 10px;
}
.customer_address.edit_address .action_bottom .btn:hover{
background: black;
}

.search_bl{
	position: absolute;
	z-index: 9999;
}
.galleria-theme-classic img{
	left: 0px !important;
	padding: 3px;
	margin: 0px auto;
	position: relative !important;
}
.galleria-image-nav-right,.galleria-image-nav-left{
	width: 25px !important;
	height: 25px !important;
	background: #f0f0f0;	
	border-radius: 50%;	
}
.galleria-thumb-nav-right,.galleria-thumb-nav-left{
	background-color: #fe5252;
}
.wrap-addcard .buy-home a{
	font-size: 15px;
	font-weight:300;
	letter-spacing: 3px;
}
/************* PAGE **************/
#layout-page-main{
	padding: 10px;
	min-height: 300px;
	background: #fff;
	margin-bottom: 10px;
}
/************* CART **************/
.title-cart-home p span .item-quantity{
	width: 40px;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	text-align: center;
}
.img-cart-home{
	padding: 0px !important;
}
.title-cart-home h4 a{
	font-size: 14px;
	color: #888;
	font-weight: bold;
}
#cartformpage table thead tr{
	background: #f0f0f0;
}
#cartformpage table thead tr th{
	font-size: 16px;
	font-weight: 400;
}
#cartformpage table tbody tr:nth-child(2n+2){
	background: #f9f9f9;
}
#cartformpage table tbody tr td.item{
	text-align: left !important;
}
#cartformpage table tbody tr td.item a{
	font-weight: bold;
	padding-left: 15px;
	color: #5c5c5c;
}
#cartformpage table tbody tr td.qty .cart i{
	color: black;
}
#cartformpage table tbody tr td.qty a.cart{
	margin-left: 5px;
}
#cartformpage table tbody tr td.qty input{
	text-align: center;
	border-radius: 5px;
}
#cartformpage table tbody tr td.item span{			
	padding-left: 15px;
}
#cartformpage table .product_image img{
	padding: 3px;
	border: 1px solid #f0f0f0;
}
#layout-page-first{
	min-height: 300px;
}
.title-cart{
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
}
#layout-page-card{
	padding: 20px 0px;
}
.breadcrumb{
	padding: 7px !important;
	border-radius: 0px !important;
	margin-bottom: 10px !important;
	box-shadow: 0px 1px 1px 0px #ddd inset;
	margin-top: 10px !important;
	box-shadow: 0px 1px 1px 1px #969595;
}
.breadcrumb ul li a{
	color: #888;
	    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 300;
}
.breadcrumb ul{
	padding: 0px 15px;
}
.breadcrumb ul li{
	float: left;
	margin-right: 15px;
	background: url('breadcrumb-list.png') no-repeat center right;
	padding-right: 20px;
	font-size: 15px;
}
.breadcrumb ul li:last-child{
	background: none;
	color: #fe5252;
	font-weight:300;
}
#featured-product ul.pagination-list{
	display: inline-block;
	width: 100%;
}
#featured-product ul.pagination-list li{
	float: left;
	margin-right: 20px;
	font-size: 15px;
}

#featured-product ul.pagination-list i{
	width: 25px;
	height: 25px;
	line-height: 26px;
}
#featured-product ul.pagination-list .hidden-phone a{
	color: #333;
	font-weight:300;
}
#featured-product ul.pagination-list .hidden-phone.current a{
	color: #fe5252;
}
.wrap-add-address{
	  margin-bottom: 15px;
  display: inline-block;
  background: #f0f0f0;
  color: white;
  padding: 10px 10px 0px 10px;
}
.wrap-add-address a.add-new-address{
	color: #333;
	margin-bottom: 10px;
	display: block;
}
.wrap-add-address:hover{
	background: #EFEFEF;
}
.wrap-add-address:hover a.add-new-address{
	color: black !important;
}
.customer_address.edit_address span{
	color: #333;
}
.title-order-date{
	font-size: 24px;
	text-align: center;
}
#layout-page-order h4{
	font-size: 16px;
	text-align: center;
}
#layout-page-order .order_section_title,#order_details h3{
	display: inline-block;
	font-size: 16px;
}
.sub-menu-left-3{
	margin-left: 15px;
	margin-top: 5px;
	display: none;
}
.sub-menu-left .level1 .icon-right{
	margin-left: 15px;
}
.sub-menu-left li:last-child{
	margin-bottom: 0px;
}
.sub-menu-left-3 li:first-child{
	margin-top: 5px;
}
.level1 .icon-right,.level2 .icon-right{
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.wrap-product-view .wrap-box-padding{
	display: none;
}
.wrap-product-view .wrap-box-padding:last-child{
	display: block;
}
#cd-search{
	position: absolute;
	bottom: 9px;
	z-index: 99999;
	right: 0px;
	width: 290px;
	transition: opacity .3s 0s, visibility 0s 0s;
}
/***************** END LOGIN *****************/
@media screen and (max-width: 1023px){
		.slider-collection{
				display: none;
		}
		.listing-img{
				text-align: center;
		}
		.listing-img img{
				display: inline-block;
		}
		.title-cotnent-listing{
				padding: 10px 0px;
		}
		.listing-cotnent,.product-slider-right{
				padding: 0px !important;
		}
		.text-right-collection{
				padding: 0px !important;
				margin-top: 5px;
		}		
		.slider-box-product-right .slider-product-right-img .owl-item{
				text-align: center;
		}
}
@media screen and (max-width: 768px){
header #menu .bg>ul>li, header .trigger-collection>ul>li {
    float: left;
    position: relative;
    margin-right: 0px;
}
.list-left-center-collection .browse-tags{
		position: relative;
		left: -10px;
}
.list-left-center-collection .browse-tags span.title-count-s{
	display: none;
}
		.wrap-border-content-center{
			height: auto !important;
} 
.list-left-right-collection ul{
	width: 50%;	
}
		#BulkDiscount{
			text-align: center;
			margin-top: 20px;
		}
		#wrap-header-mobile.fixed{
			height: 60px !important;
			overflow: hidden;
			top: 0px;
		}
		.wrap-mobile-search.show-none{
			display: none !important;
		}
    #wrap-header,.side-collection-left{
        display: none;
    }
		.wrap-mobile-search{
				background: #eee;				
		}
    #wrap-header-mobile{
        display: inline-block;
        width: 100%;
        height: 97px;
        background: #b8b7b3;
        z-index: 9999;
        box-shadow: 0px 0px 5px #888;
    }    
		.mobile-search-home	.search-input{
				width: 100%;
				border: 1px solid #d7d7d7;
				padding: 5px 10px;
				margin-top: 6px;			
		}
		.mobile-search-home [type=submit] {
			  height: 30px;
				width: 30px;
				border: 0px;
				background: url(//hstatic.net/969/1000003969/1000045102/icon-search.png?v=34) no-repeat #fff;
				font-size: 0px;
				background-position: center;
				border-top: 7px solid rgba(255, 255, 255, 1);
				border-bottom: 7px solid rgba(255, 255, 255, 1);
				border-left: 1px solid #e3e3e3;
				position: absolute;
				right: 20px;
				top: 7px;
		}
		.colum-right-blog	{
				padding: 0px !important;
				margin-top: 15px;
		}
		.list-variant li, #list-price-cart li, .selector-wrapper{
				width: 100% !important;
				float: none !important;
		}	
		.list-variant li:last-child{
				text-align: left !important;
				margin-top: 15px;
		}
		#addToCartForm .selector-wrapper:nth-child(2n+1){
				text-align: left;
		}
}

/*********** UPDATE *********/
.detail-des-left .tab-content img,.listing-cotnent img{
	max-width: 100%;
}
.listing-cotnent img{
	display: none;
}
body{
	background: #CBCBCB !important;
}
.wrap-body{
	background: white;
}
@media screen and (min-width: 1023px){
	.wrap-body{
	/* width: 1100px; */
	/* margin: 0px auto; */
	background: none;
	/* box-shadow: 0 0 10px 0px #ddd; */
}
.line-title{
  border-top: 1px solid #ddd ;
  position: relative;
  bottom:-40px;
}
.line-title2{
  border-top: 1px solid #ddd ;
  position: relative;
  bottom:-20px;
}
}
.title-count-s{
    text-transform: capitalize;
    color: #777;
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
}
#binhluan-product h3 {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: #373737;
    margin: 10px 0 20px 0;
    line-height: 40px;
    font-weight: 400;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 0 15px 0 15px;
}
.box-product-right h3 {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: #373737;
    margin: 10px 0 20px 0;
    line-height: 40px;
    font-weight: 400;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 0 15px 0 15px;
}
.top-content-collection {overflow: hidden;margin: 0;padding: 1px 0;/* border-top: 1px solid #ddd; */border-bottom: 0px solid #ddd;}
.content-page h1 {
    /* font-family: 'Open Sans', sans-serif; */
    font-size: 24px;
    padding: 0;
    margin: 0;
}
.news_desc {
        font-weight: bold;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        padding-bottom: 10px;
        padding-top: 10px;
        display: inline-block;
}
.block-detail-head-date {
        background:url(img/1458139717_calendar.png) no-repeat;
        font-style: italic;
        font-family: 'Open Sans', sans-serif;
        float: left;
        padding-left: 26px;
}
.block-detail-head-views {
                          float: right;
                          background:url(img/1458139677_icon-22-eye.png) no-repeat;
                          padding-left: 24px;
}
img.image_fade {
    max-width:100%;
}
.entry-title h2 a {
        font-family: 'UTMCAFETA';
        font-size: 19px;
        font-weight: normal;
        color: #555;
}
.entry-content {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
a.more-link {color: #e97c91 !important;float: right;font-weight: normal;font-size: 13px;font-style: italic;}
.entry {
        border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.entry-meta li {line-height: 29px;font-style: italic;font-family: 'Open Sans', sans-serif;}
.entry-meta {
        margin: 0;
}
.entry-title h2 a:hover {
    color: #f00 !important;
}
.breadcrumb > li > a:hover {
        color: #e97c91 !important;
}
a.nw_other {font-family: 'Open Sans', sans-serif;list-style-image: url('img/icon-hv-ul.png');padding-left: 11px;}
    a.nw_other:hover {
            color: #e97c91 !important;
    }
.n_other {font-size: 18px;font-weight: bold;text-transform: uppercase;border-bottom: 1px solid #e1e1e1;padding-bottom: 10px;padding-top: 10px;margin-bottom: 10px;}
.contact {
    background-color: #fff;
    border: solid 1px #e4e4e4 !important;
    width: 100%;
    text-indent: 15px;
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    border-radius: 0;
}
.btn_send {
    display: inline-block;
    padding: 5px 16px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-right: 15px;
    margin-bottom: 30px;
    font-family: 'UTMCAFETA';
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background: #0368b1;
}
.button-default {
    background-color: #fe5252;
    padding: 12px;
    border-radius: 6px;
    display: inline-block;
    color: #FFF;
    box-sizing: border-box;
    text-transform: none;
    text-align: center;
    width: 180px;
    font-size: 13px;
    border: none;
    margin-bottom: 5px;
    border-radius: 24px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.products-title {
        padding: 0;
    margin: 0;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.prod_key {padding: 6px 0px;border-bottom: 1px solid #e1e1e1;}
.dptime {font-style: italic;font-family: 'Open Sans', sans-serif;display: none;}
.status {padding: 6px 0px;      border-bottom: 1px solid #e1e1e1;}
.product-price {padding: 6px 10px 0px 0px;border-bottom: 0px solid #e1e1e1;margin-bottom: 10px;text-align: center;color: black;}
.prid_kv {
        font-weight: bold;
}
.product-price b {
        color: #1f71c6;
}
.prod_kt {
}
#btnbuy {
    background: #fe5252;
    line-height: 30px;
    padding: 7px 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    /* border: 1px solid #ddd; */
    border-radius: 24px;
}
#product_quantity {border: 1px solid #e1e1e1;padding: 6px;}
.minus {border: 1px solid #e1e1e1;background: #fff;padding: 6px 12px;}
.plus {border: 1px solid #e1e1e1;      background: #fff;padding: 6px 9px;}
.product-quantity {
        padding: 8px 0px;
    float: left;
    margin-right: 20px;
}
#pnbuy {
    padding-top: 20px;
}
.line-product {
        height: 20px;
}
#pncartdetail {
        font-family: 'Open Sans', sans-serif;
}
.lnkdel {
        color: red !important;
}
.btn-detail {
    background: #0072bc;
    line-height: 33px;
    padding: 4px 22px;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border: 1px solid #0878c1;
    border-radius: 8px;
    float: left;
}
.tool_cart {text-align: center;}
.tab-content {padding: 10px;border: 1px solid #dddddd;border-top: none;}
.sup_item {padding: 0 10px;border-bottom: 1px dashed #c0c0c0;}
.sup_item_img {border: 1px solid #90949c;float: left;padding: 4px;margin-right: 2px;height: 100%;}
.sup_item_info {padding-bottom: 5px;}
.sup_name {margin: 0;/* font-family: 'UTMCAFETA'; */font-size: 14px;font-weight: bold;}
.sup_dep {margin: 0;font-family: 'Open Sans', sans-serif;font-size: 12px;text-align: left;padding-right: 5px;}
.sup_phone {margin-bottom: 0px;font-weight: bold;font-size: 13px;/* font-family: 'UTMCAFETA'; */}
.sup_item_img img {width: 100%;float: left;width: 77px;}
.sup_nick {text-align: right;padding-right: 5px;}
.d_page b {background: #E97C91;border: 1px solid #fff;padding: 3px 12px 3px 16px;color: #fff;border-radius: 8px;}
.d_page a {background: #fff;border: 1px solid #f0f0f0;padding: 3px 18px 3px 20px;color: #333 !important;      border-radius: 8px;margin-left: 5px;}
    .d_page a:hover {
        background:#f0f0f0;
    }
.d_page {
    display:block;
    margin-top: 20px;
    text-align: center;
}
.prdinfo {
        display: inline-block;
    width: 100%;
    padding-top: 30px;
}
.search-input-mobile {float: left;width: 90% !important;}
.search-button-mobile {float: left;background: #fff;padding: 11px 5px 5px 7px;margin-top: 7px;}
.logo {
    position: relative;
}
.mnnav {
    /* height: 50px; */
    background: none;
}
.mntl {
    background: none;
    margin-left: 0px;
    padding-left: 0px;
    /* height: 50px; */
}
.mntr {
    background: none;
    margin-right: 0px;
    padding-right: 0px;
    /* height: 50px; */
}
.mntc {
    background: none;
    /* height: 50px; */
    padding-top: 0px;
}
#wrap-slider {
    /*margin: 5px 0px 10px 0px;*/
    padding: 4px;
    background: #fff;
    /* padding-bottom: 15px; */
    box-shadow: 1px 1px 1px 1px #969595;
}
#wrap-content-center,#wrap-content-bottom {
     margin: 0px 4px;
    
    background: #fff;
}
.wrap-container {
    background: #f7f5f5;
    margin: 0px;
}
.block_left {
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0px 1px 1px 1px #969595;
}
.block_left-title{
    background: #fff;
    /* height: 61px; */
    margin-left: 0px;
    /* padding-left: 10px; */
    box-shadow: 0px 1px 1px 1px #CCCCCC;
}
.block_left-title h2{
    background: none;
    /* height:61px; */
    color: #fff !important;
    font-size: 14px;
    padding: 12px 0px 12px 0px;
    font-weight: BOLD;
    text-transform: uppercase;
}
  .block_left-title  a {
    color: #fff !important;
    font-size: 14px;
    display: block;
}
.block_left-center ul li {
    line-height: 33px;
    border-bottom:1px dotted #f0f0f0;
}
.block_left-center {
    padding-top: 10px;
    /* box-shadow: 0px 1px 1px 1px #CCCCCC; */
    margin-top: 5px;
}
.entry-image {
    float: left;
    width:30%;
}
.entry-c {
    float: right;
    width: 69%;
}
.img-circle-custom {
    width: 100%;
    max-height: 80px;
}
.entry-title h4 {
    margin: 0px;
}
    .entry-title h4 a {
        font-size: 13px;
        font-weight: normal;
    }
.spost {
    padding: 5px;
}
.no-padding {
    padding: 0px !important;
}
.no-padding-right {
    padding-right: 0px !important;
}
.block-cc {
    /* margin-top:5px; */
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #b1b1b1;
    box-shadow: 0px 1px 1px 1px #bbbbbb;
}
.block-cc-t {
    border-bottom: 2px solid #ff0707;
    height: 40px;
    margin: 0px 0px;
    background: url("../images/bgtab.png") bottom left no-repeat;
}
.top-content-collection {
    display: none;
}
    .block-cc-t h2,.block-cc-t h1 {
        border-bottom: 2px solid #ff0707;
        display: inline-block;
        /* font-size: 16px; */
        line-height: 38px;
        /* color: #2887DA; */
        margin:0px;
        color: #fff !important;
        font-weight: normal;
        font-size: 20px;
        font-family: 'UTMCAFETA';
        text-transform: uppercase;
        background: none;
        padding-left: 37px;
    }
.page_ct {
    background: #fff;
}
.block-cc-c {
    padding: 10px 0px;
}
.clearfix {
    clear: both;
}
.product-image img {
    width: 100%;
}
.product-title h3 a {
    font-size: 12px;
    text-align: center;
    display:block;
    margin-top: 15px;
    font-weight: BOLD;
    font-size: 16px;
    /* font-family: 'UTMCAFETA'; */
    color: black;
}
    .product-title h3 a:hover {
        color: #003cef;
    }

.side-collection-right .block-cc-c {
    padding: 0px 10px;
}
.prdaddtocart {
    text-align: center;
    display: none;
}
    .prdaddtocart a {
      width:111px;height:28px;
      background:url('../images/btnbuy.png') center center no-repeat;
        display:inline-block;
    }
.item {
    margin-bottom: 15px;
}
.vmore {
    text-align: center;
    margin-top: 10px;
}
    .vmore a {
        padding: 5px 10px;
        display: inline-block;
        background: #2887DA;
        color: #fff !important;
    }
.block-cc-t a {
    color: #fff  !important;
    font-weight: normal;
    font-size: 20px;
    font-family: 'UTMCAFETA';
}
.mnsub a {
    color: #333;
    padding: 1px 0px;
    display: block;
    /* font-family: 'UTMCAFETA'; */
    font-size: 13px;
    font-weight: bold;
}
    .mnsub a:hover {
        color: #fd2b1c;
    }
.face-content a {
    display: inline-block;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    background: #fff;
    color: #0175A0  !important;
    margin: 0px 8px 0px 0px;
    text-align: center;
}
    .face-content a i {
        line-height: 32px;
        font-size: 18px;
    }
.prd-cate-desc-c {
    padding: 10px 0px;
}
.browse-tags {
    float: right;
}
.block-dt {background: #fff;box-shadow: 0px 1px 1px 1px #969595;margin-bottom: 10px;padding: 10px;}
@media (max-width: 768px) {
   header #menu .bg>ul>li, header .trigger-collection>ul>li {
    float: left;
    position: relative;
    margin-right: 0px;
}
}
#copyrights {
    background: #272727;
    color: #fff;
    /* padding: 6px 0px; */
    /* border-top: 1px solid #0C0C0C; */
    margin-top: 10px;
    line-height: 35px;
}
.ftct *{color: #333;/* font-family: 'UTMCAFETA'; */font-size: 13px;}
.owl-wrapper-outer .item{padding:0px 5px}
.menu-left-bottom #menu ul#ddmenu li.menu-item a:selected{color:#008BB3 !important}
.d_page b{font-weight:bold;padding: 3px 6px;border: 1px solid #DADADA;background: #FFFFFF;margin-right:3px;color: #017CA5;}
.d_page a{padding: 3px 7px;border: 1px solid #DADADA;background:#fff;margin-right:3px;}

.menu-left-bottom #menu ul#ddmenu li.menu-item ul li a:hover{color:#FFFC8D !important}
#doitac .owl-carousel .item  a img{/* height:80px !important */}
.product_block{border:1px solid #c0c0c0;padding-bottom: 10px;box-shadow: 0px 1px 1px 1px #f0f0f0;text-align: center;}
.itemprd{padding:5px !important}
.bl-prd-c{margin-top: 0px;/* border: 1px solid #FFFFFF; *//* box-shadow: 0px 1px 1px 1px #969595; */padding-top: 0px;}
.bl-prd-c ul li{background: url("../images/muiten.png") 10px 13px no-repeat #fff;border-bottom: 1px dashed #d0d0d0;padding-left: 25px;/* border-top: 1px solid #EAEAEA; */}
.bl-prd-c ul{margin-bottom:0px;padding-bottom:0px}
.bl-prd-c ul li a{/* color: #333 !important; *//* font-family: 'UTMCAFETA'; */font-size: 15px;font-weight: bold;}
.bl-prd-c ul li:hover{/* background: #E6E6E6; */}
.copyright{font-size:12px}
.product-title h3{margin: 0px 0px 0px 0px;/* height: 38px; */overflow:hidden;}
.list-login-right li.email{color:#36448C;font-size:14px}
.list-login-right li span{padding-left:10px}
@media screen and (width: 768px)
{
#wrap-header-mobile {
    display: inline-block;
    width: 100%;
    height: 148px;
    background: #aeaca7;
    z-index: 9999;
    box-shadow: 0px 0px 5px #888;
}
header #menu .bg>ul>li, header .trigger-collection>ul>li {
    float: left;
    position: relative;
    margin-right: 0px;
}
.header-mobile-center img {
    margin: 0px auto;
    height: 98px;
}

#wrap-header-mobile.fixed {
    height: 75px !important;
    overflow: hidden;
    top: 0px;
}
.block_left-title a {
    color: #fff !important;
    font-size: 13px;
    display: block;
}
.side-collection-left{
        display: block;
    }
}
@media screen and (width: 1024px)
{
.wrap-body {
    width: 1024px;
    margin: 0px auto;
    background: none;
    /* box-shadow: 0 0 10px 0px #ddd; */ 
}
.wrap-container {
    background: #fff;
    margin: 0px auto;
    width: 963px;
}
header #menu .bg>ul>li, header .trigger-collection>ul>li {
    float: left;
    position: relative;
    margin-right: 10px;
}
}
.list-login-right-mobile{position:absolute;bottom:40px;right:5px;list-style:none;z-index: 999;display: none;}
#wrap-header-mobile.fixed .list-login-right-mobile{position:absolute;bottom:10px;right:5px;list-style:none}
.list-login-right-mobile li {
    float: right;
    margin-top: 0px;
    color: red;
    font-weight: bold;
    text-shadow: 1px 1px 0px #fff;
    width: 100%;
    text-align: right;
    font-size: 13px;
}
.list-login-right-mobile li.email {
   
    color: #333;
  
}
#wrap-header-mobile{position:relative}
@media screen and (max-width: 480px)
{
.list-login-right-mobile li {
   
    font-size: 7px;
}
}
@media screen and (max-width: 320px)
{
.list-login-right-mobile li {
   
    font-size: 6px;
}
}
.menunav {
        background: url("../images/bgmn.png") top left repeat-x;
        height: 41px;
}
.d_counter{padding:0px 10px}
.block_left-title-p h2{
    background: url("../images/icodm.png") 0px 9px no-repeat;
    padding-left: 46px;
    color: #fa1927;
    line-height: 43px;
    border-bottom: 1px solid #efefef;
    }
.block_left-title-p h2 a{color: #fc0e1d !important;font-size: 16px;/* font-family: 'UTMCAFETA'; */font-weight: bold;}
.primary_block .product-price{text-align: center;}
.fright {/* padding-right:100px */}
.block-c,.block-dt,.side-collection-left,.side-collection-right,#layout-page-main{/* background:#fff */}
.header-bar {
  background-color: #5c5c5c;
  position: relative;
  width: 100%;
  height: 31px;
  line-height: 31px;
  z-index: 12;
}

.header-bar a {
  font-size: 12px;
  color: #ffffff;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.header-bar a:hover {
  color: #ffffff;
}
.header-bar .header-info .bar_top_social a {
  height: 13px;
  width: 13px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  display: block;
  background: none;
  margin: 6px 5px 0 10px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  display: inline-block;
}
.header-bar .header-info .bar_top_social a:hover {
  color: #333;
}
.dsearch {
    position: relative;
}
.no-padding {
    padding: 0px !important;
}
.no-padding-left {
    padding-left: 0px !important;
}
.no-padding-right {
    padding-right: 0px !important;
}
.block_left-p {
    margin-bottom: 10px;
    box-shadow: 0px 1px 1px 1px #969595;
}
.block_left-title-p {
        background: #fff;
}
.block_left-title {
    /* background:url("../images/bgtab.png") top left repeat-x; */
}
.block_httt p {
        background: url(../images/iconews.png) 0px 7px no-repeat;
        padding-left: 42px;
        color: #fc3b2c;
        line-height: 41px;
        margin: 0px;
        font-size: 14px;
        /* font-family: 'UTMCAFETA'; */
        text-transform: uppercase;
        font-weight: bold;
}

.block_video  p {
        background: url(../images/icovideo.png) 0px 7px no-repeat;
        padding-left: 47px;
        color: #fd2b1c;
        line-height: 41px;
        margin: 0px;
        font-size: 20px;
        font-family: 'UTMCAFETA';
        text-transform: uppercase;
}
.block_tktc p{
        background: url(../images/giaodien_32.png) 0px 8px no-repeat;
        padding-left: 32px;
        color: #fd2b1c;
        line-height: 41px;
        margin: 0px;
        font-size: 15px;
        /* font-family: 'UTMCAFETA'; */
        text-transform: uppercase;
        font-weight: bold;
}
.block_fp  p{
        background: url(../images/icofb.png) 0px 6px no-repeat;
        padding-left: 40px;
        color: #fd3d30;
        line-height: 41px;
        margin: 0px;
        font-size: 17px;
        /* font-family: 'UTMCAFETA'; */
        text-transform: uppercase;
        font-weight: bold;
}
.block_video .block_left-center {
    padding: 5px;
}
.block_left_fp .block_left-center {
    padding: 5px;
}
.block_left_dm {
    background: none !important;
    box-shadow: 0px 0px 0px #fff;
}
.block_left-center ul li {
      font-size: 15px;
      font-weight: bold;
      /* font-family: 'UTMCAFETA'; */
      line-height: 36px;
}
.block_left-center ul li span {
    float: right;
}
.block_left-center ul li.lionline {
      background: url(../images/icon1.png) 2px 11px no-repeat;
        padding-left: 20px;
}
.block_left-center ul li.licday {
      background: url(../images/icon2.png) 2px 11px no-repeat;
        padding-left: 20px;
}
.block_left-center ul li.licyes {
      background: url(../images/icon3.png) 2px 11px no-repeat;
        padding-left: 20px;
}
.block_left-center ul li.licmonth {
      background: url(../images/icon4.png) 2px 14px no-repeat;
      padding-left: 20px;
}
.block_left-center ul li.lictotal {
      background: url(../images/icon4.png) 2px 15px no-repeat;
      padding-left: 20px;
}
.col_half {
    border-top: 1px solid #d87979;
}
.block-dt p {
        border-bottom: 2px solid #ff0707;
    display: inline-block;
  
    line-height: 38px;
    color: #f00;
    margin: 0px;
    font-size: 22px;
    font-family: 'UTMCAFETA';
    text-transform: uppercase;
}
#doitac {
    margin: 0px 40px;
    position:relative;
}
.block-dt .block-cc-t {
    text-align: center;
}
#doitac .owl-pagination {
    display: none;
}
    #doitac .owl-theme .owl-controls .owl-buttons div.owl-prev {
        position: absolute;
        left: -46px;
        top: 32%;
        height:44px;
        width:44px;
        background: url(../images/nutpve.png) center center no-repeat;
        border: 0px;
    }
     #doitac .owl-theme .owl-controls .owl-buttons div.owl-next {
        position: absolute;
        right: -46px;
        top: 32%;
        height:44px;
        width:44px;
        background: url(../images/nutnext.png) center center no-repeat;
        border: 0px;
    }
.content_main_block {
    padding: 10px 0px;
}
.primary_block {
    /* padding: 0px 10px; */
}
.breadcrumb a {
    color: #555;
}
    .breadcrumb a:hover {
        color: red !important;
        text-decoration:none;
    }
.bl-prd-c ul li a:hover {
    color: red;
}
.title-left-collection{border-bottom: 1px solid #c0c0c0;
    height: 40px;
    margin-bottom:10px;
}
    .title-left-collection p {
           border-bottom: 2px solid #1f71c6;
           display: inline-block;
           /* font-size: 16px; */
           line-height: 38px;
           /* color: #2887DA; */
           margin:0px;
           color: #1f71c6 !important;
           font-weight: normal;
           font-size: 20px;
           font-family: 'UTMCAFETA';
           text-transform: uppercase;
    }
#posts {
    margin-top: 10px;
}
.box-footer-card {
    padding-top: 10px !important;
}
.block_news {
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #b1b1b1;
    box-shadow: 0px 1px 1px 1px #bbbbbb;
}
.bl_news_tt {
    border-bottom: 1px solid #c0c0c0;
    height: 40px;
    margin: 0px 10px;
}
.ttnews {
}
    .bl_news_tt h2 {
          border-bottom: 2px solid #ff0707;
        display: inline-block;
        /* font-size: 16px; */
        line-height: 38px;
        /* color: #2887DA; */
        margin:0px;
        color: #ff0707 !important;
        font-weight: normal;
        font-size: 20px;
        font-family: 'UTMCAFETA';
        text-transform: uppercase;
    }
.nw_items {
    padding: 0px 0px 15px 10px;
}
.entry-title h4 a.ttnews {
      font-size: 12px;
      font-weight: bold;
      /* font-family: 'UTMCAFETA'; */
      color: #555;
      text-transform:uppercase;
}
    .entry-title h4 a.ttnews:hover {
        color: red;
    }
.desc {
    font-size: 13px;
    margin-top: 3px;
}
.sup_phone span {
   color:red;
}
.sup_phone1 {
    margin: 0px;
}
.sup_phone1 span {
   color:red;padding-left:31px;display:inline-block;    font-size: 19px;
    font-family: 'UTMCAFETA';
}
.sup_dep {
    /* color: #0072bc; */
}
@media screen and (max-width: 767px) {
    .img-circle-custom {
          max-height: 250px;
    }
    .no-padding-left {
        padding-left: 10px !important;
    }
     .no-padding {
        padding:0px  10px  !important;
    }
     .header-bar .header-info .bar_top_social a {
 
  margin: 6px 5px 0 6px;
 
}
}
@media screen and (width: 768px) {
    .img-circle-custom {
        max-height: 140px;
    }
   
}
@media screen and (min-width: 1025px) {
    .side-collection-left {
        width:22%;
    }
     .side-collection-right {
        width:78%;
    }
}
.sphome .owl-pagination {
    display: none;
}
.sphome {
    position: relative;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
    color: #848484;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 2px 10px;
    top: -35px;
    right: 33px;
    position:absolute;
    font-size: 12px;
    border:1px solid #d0d0d0;
    background: #fff;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    border-radius: 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
    color: #909090;
    top: -36px;
    right: 0px;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 2px 10px;
    position:absolute;
    font-size: 12px;
    border:1px solid #d0d0d0;
    background: #fff;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    border-radius: 0;
}
.owl-theme .owl-controls .owl-buttons div i {
    font-size: 20px;
}
.list-vd-hot li {
    padding: 5px;
    line-height: 17px !important;
}
    .list-vd-hot li a {
        color: #0072bc;
        font-size: 13px;
        line-height: 11px;
        font-family: Arial;
    }
.downloadf {
     background: url(../images/download.jpg) center center no-repeat;
     height:88px;
     width:200px;
     display: block;
     text-align: center;
     margin: 30px auto;
}
.primary_block .product-right-column  .product-price{text-align:left;font-size:18px}
.product-extra ul li i{padding-right:5px;display:inline-block}
.side-collection-left{float:left !important}
.side-collection-right{float:right   !important}
@media screen and (max-width: 767px)
{
.no-padding {
    padding: 0px 10px !important;
}
.side-collection-left{float:none  !important;display:block}
.side-collection-right{float:none   !important}
}
.search-field{
	width:90%;
	padding: 3px 2px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.btn-button{    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;}
.product-description img{width: 100% !important;height: 500px !important;}