/* Enter Your Custom CSS Here */
article.post-content > div.woocommerce > form > table > thead > tr > th{
	color: #FAFAFA;
}

table.shop_table > tbody > tr > th {
  color: #FAFAFA;
}

a.tk_new_title {
  color: #FAFAFA;
}

#tk_hot_line::before {
  content: unset!important;
}

#tk_hot_line {
  color: red;
  font-size: 19px;
  font-weight: 900;
}

@media only screen and (max-width: 768) {
	.tk_hide_on_mobile {
    display: none;
	}
}

@media only screen and (max-width: 420) {
  div.logo > a > img {
    max-height: 55px;
  }
}

/*align logo center all screen*/
.col-md-3.col-sm-12.col-xs-12.logo {
    text-align: center;
}

/*header - no space in small screen*/
.giohang.text-right { margin-top: 0px; }
@media (min-width: 992px) {
	.giohang.text-right { margin-top: 43px; }
}

/*hide 
 - menu nav
 - Xem Them link
in small screen*/
.header-bot,
a.dd-xemthem { display: none }
@media (min-width: 992px) {
	.header-bot,
  a.dd-xemthem { display: block; }
}
/*hide "Lua chon" in small screen*/
.col-xs-12.col-sm-3.col-md-3.no-padding { display: none; }
    	
@media (min-width: 768px) {
  .col-xs-12.col-sm-3.col-md-3.no-padding { display: block; }
}

/*change nav menu display*/
.menu ul#main-nav li ul.sub-menu li { width: auto; }
.menu ul li { position: unset; }

/*hide nav slider button*/
.block-product button { display:none !important;}

/*toggle block-product*/
.block-product h3 span:first-child{
	padding-left: 30px;
  padding-bottom: 1px;
	background: url(http://quatangviet.vn/wp-content/uploads/2018/10/minus.png) no-repeat left center;
}

.block-product h3 span:first-child.minus {
	padding-left: 30px;
  padding-bottom: 1px;
	background: url(http://quatangviet.vn/wp-content/uploads/2018/10/plus.png) no-repeat left center;
}

/*padding btw 2 h3*/
ul.slick-initialized.slick-slider {
    padding-top: 20px;
    padding-bottom: 45px;
}

.block-product { padding-bottom: 0; }
.block-product h3 { margin-bottom: 0; }

/*style Xem Them link*/
a.dd-xemthem { 
  color: white;
  text-transform: capitalize;
  font-size: 12px;
  float: right;
  padding: 0 10px;
}
a.dd-xemthem:hover { color: #43f812; }

.block-slider {
  padding: 0;
}

@media (min-width: 765px) {
	.block-slider {
    padding: 30px 0;
  }
}

#menu-item-185 .sub-menu .menu-item-has-children {
  position: relative;
}

#menu-item-185 .sub-menu .menu-item-has-children .sub-menu .menu-item {
  width: 100%;
  background: #fff;
}

#menu-item-185 .sub-menu .menu-item-has-children .sub-menu .menu-item:hover {
  width: 100%;
  background: #bec6ca;
}

#menu-item-185 .sub-menu .menu-item-has-children .sub-menu .menu-item a {
  color: #000;
  text-transform: capitalize;
}

#wprmenu_menu {
  z-index: 10100!important;
}