/*
Theme Name: VietMoz - Childtheme
Theme URI: http://thietkeweb.vietmoz.com
Version: 1.0
Description: (Child theme for vietmoz-wp)
Author: VietMoz
Author URI: http://thietkeweb.vietmoz.com
template: vietmoz-wp
*/


.navicon-line {
    width: 24px;
    height: 4px;
    border-radius: 1px;
    margin-bottom: 3px;
    background-color: #be8421;
}
#navigation-menu {
  background: #ffffff none repeat scroll 0 0;
  left: -100%;
  padding-bottom: 50px;
  position: absolute;
  top: 0;
  transition: all 0.6s ease 0s;
  width: 100%;
  z-index: 99;
}
#navigation-menu .logo {
  height: auto;
  margin-top: 10px;
  max-width: 80%;
}
.menu-active #navigation-menu {
    left: 0px !important;
    transition: all 0.6s;
    overflow: overlay;
}
#navigation-menu .logo img {
  height: 70px;
  margin-bottom: 10px;
}
.close-menu {
  background-color: #fff;
  border: 1px solid #4d4d4d; 
  border-radius: 5px;
  color: #4d4d4d;
  display: block;
  font-size: 20px;
  height: 33px;
  padding: 0 10px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -60px;
  transition: all 0.6s ease 0s;
  width: 45px;
  z-index: 9999;
}
.menu-active .close-menu {
top: 10px;
}
@charset "UTF-8";
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    position: relative;
}
#cssmenu {
    width: 280px;
}
#cssmenu a {
    line-height: 1.3;
}
#cssmenu > ul > li {
    border-top:1px solid #ebebeb;
}
#cssmenu > ul > li:first-child {
    border: none;
}
#cssmenu > ul > li:hover {} #cssmenu > ul > li > a {
    font-size: 14px;
    display: block;
    color: #333333;
    border-top: none;
    text-transform: uppercase;
    font-weight: bold;
}
#cssmenu > ul > li > a > span {
    display: block;
    padding: 7px 10px;

}
#cssmenu > ul > li > a:hover {
    text-decoration: none;
}
#cssmenu > ul > li.active {
    border-bottom: none;
}
#cssmenu > ul > li.menu-item-has-children > a span {
   // background: url(https://noinauphodien.net/wp-content/themes/vietmoz-child/img/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li.menu-item-has-children > a span::before {
  color: #be8421;
  content: "ï„…";
  float: right;
  font-family: fontawesome;
}
#cssmenu > ul > li.menu-item-has-children.open > a span::before {
  color: #FFF;
  content: "ï„‡";
}
#cssmenu > ul > li.menu-item-has-children.open > a span { 
  //  background: url(https://noinauphodien.net/wp-content/themes/vietmoz-child/img/icon_minus.png) 96% center no-repeat;
}
#cssmenu ul ul {
    display: none;
}
#cssmenu ul ul li {
    padding: 0;
    border-bottom: 1px solid #ebebeb;
    border-top: none;
}
#cssmenu ul ul li:last-child {
    border-bottom: none;
}
#cssmenu ul ul a {
    padding: 10px 10px 10px 25px;
    display: block;
    color: #333333;
    //font-size: 12px;
    font-weight: normal;
}
#cssmenu ul ul li a::before {
  color: #cc0000;
  content: "ï„…";
  font-family: fontawesome;
  left: 10px; 
  position: absolute;
}
#cssmenu ul ul a:hover {
    color: #e94f31;
}
#cssmenu ul ul ul li:first-child > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li {
    padding-left: 10px;
}
#cssmenu ul ul ul li a {
    padding-left: 20px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
    border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
    border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
}
#cssmenu ul ul li.menu-item-has-children > a {
    display: block;
	padding-right:20px;
    background: url(https://noinauphodien.net/wp-content/themes/vietmoz-child/img/len.png) 96% center no-repeat;
}
#cssmenu ul ul li.active > a,
#cssmenu ul ul li.open > a {
    background: url(https://noinauphodien.net/wp-content/themes/vietmoz-child/img/xuong.png) 96% center no-repeat;
}
.menu-active #page {
  display:none;
}

.navicon-line {
  background-color: #be8421;
  border-radius: 1px;
  height: 4px;
  margin-bottom: 3px;
  width: 24px;
}
.menu .show-menu{
	display:none;	
}


#navigation-menu .cat-parent::before {
  content: "";
  font-family: fontawesome;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
  z-index: 9;
}
#navigation-menu .cat-parent {
  position: relative;
}
#navigation-menu .widget_product_categories ul ul {
  background-color: #efefef;
  border-radius: 0;
  display: none;
  margin: 0;
  padding-bottom: 0;
  position: relative;
  width: 100%;
}
.cat-parent.active ul {
	display: block !important;
} 




#primary {
	background: #fff;
}
.home #primary {
	padding: 20px;
}
header#masthead > .container {
	padding-left: 20px;
	padding-right: 20px;
}
/* Web bán hàng */
.page-template-home-ban-hang main .sslider {
	margin-bottom: 20px;
}
.woocommerce ul.products li.product a img {
  box-shadow: 0px 0px 1px #D6D6D6;
  overflow: hidden;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-bottom: 0.5em;
}
.woocommerce ul.products li.product:hover a img {
	box-shadow: 0px 0px 2px rgba(34, 145, 230, 0.52);
 	border: 1px solid #8BC5F1;
}
.woocommerce ul.products li.product h3 {
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 0.9285714285714286em;
	padding: 0;
}
.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price ins {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #DA1C5C !important;
}
.woocommerce ul.products li.product .price del {
	font-size: 0.85em;
	color: #2291e6;
}
.woocommerce ul.products li.product .price ins {
	text-decoration: none;
	color: #DA1C5C;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin-bottom: 1em;
}
.home-products .item h2 {
	margin: 0 0 15px;
}
.home-products .item h2 a {
background: #30a31b  repeat scroll 0 0;border-radius: 5px;color: #fff;display: block;font-size: 14px;font-weight: bold;padding: 10px 8px;text-transform: uppercase;
}
.home-products .item:nth-child(4n+2) h2 a {
	background-color: #30a31b;
}
.home-products .item:nth-child(4n+3) h2 a {
	background-color: #30a31b;
}
.home-products .item:nth-child(4n+4) h2 a {
	background-color: #30a31b;
}
.home-products .item:last-child ul.products {
	margin-bottom: 0;
}
#main-nav {
    background-color: #30a31b !Important;
    border-radius: 5px;
}
#main-nav li a {
    background: none;
    color: #FFF;
}
nav#site-navigation > .container .row {
    background-color: transparent !important;
}
#main-nav li:first-child a {
    border-radius: 5px 0 0;
}
#main-nav li a {
    border-color: #0a8200 !important;
}
#main-nav li.active a,
#main-nav li:hover a {
    background: #FFF;
    color: #30a31b;
}
.widget-area aside .widget-title,
.entry-content .yarpp-related > *:first-child {
    background-color: #30a31b !Important;
    border-radius: 5px;
}
.widget-area aside {
    border-radius: 5px;
}
.widget_product_categories a {
    border-bottom: 1px solid #e1e1e1;
}
.widget_product_categories a::before {
    content: none;
}
.widget_product_categories ul ul {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    margin-left: 235px;
    margin-top: -25px;
    min-width: 200px;
    padding: 5px;
    position: absolute;
    display: none;
}
.widget_product_categories a:hover {
    background-color: #f3fced;
}
.widget_product_categories li:hover ul {
    display: block;
}
#primary {
    border-radius: 5px;
}
.site-footer,
.site-info {
    padding: 0;
}
.widget_nav_menu ul ,.widget_black_studio_tinymce ul{
    list-style: none;
    padding: 0px;
}
.widget_nav_menu .menu li a ,.widget_black_studio_tinymce li a{
    border-bottom: 1px solid #e1e1e1;
    display: block;
    font-weight: bold;
    padding: 5px 0 5px 25px;
    position: relative;
}
footer#colophon nav#footer-navigation {
    background-color: #30a31b !Important;
}
.ft-widget h3.widget-title span {
    border-color: #0a8200 !Important;
}
.widget-area aside .widget-title {
    border-color: #0a8200 !Important;
}
.widget_product_categories ul {
    padding: 0px;
}
/*archive*/
.archive.woocommerce .page-title {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	color: #555;
	float: left;
	margin: 0;
	padding: 4px 0 0;
}
.woocommerce .woocommerce-ordering select {
	padding: 5px;
	text-transform: uppercase;
	font-size: 12px;
}
.archive.woocommerce ul.products {
	padding-top: 20px;
	border-top: 1px solid #eee;
}
.archive-img {
	margin-bottom: 1em;
}
.woocommerce-pagination {
	padding-top: 15px;
	border-top: 1px solid #eee;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
	border: none !important;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a {
	margin: 0 3px;
	width: 28px;
	height: 28px;
	border: 1px solid #3498db;
	border-radius: 4px;
	text-align: center;
	line-height: 26px;
	padding-top: 0;
	padding-bottom: 0;
}
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
	width: 28px;
	height: 28px;
	border-radius: 4px;
	border: 1px solid #3498db;
	margin: 0 3px;
	background: #3498db !important;
	color: #fff !important;
}

/*single*/
.woocommerce div.product div.images img {
  	box-shadow: 0px 0px 3px #D6D6D6;
	border: 1px solid #eee;
}
.woocommerce div.product .product_title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	color: #DA1C5C;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
}
.woocommerce div.product .price span.lab {
	font-size: 18px;
	color: #444;
	margin-right: 10px;
	display: block;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none;
	margin: 5px 0;
	font-size: 26px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	margin-bottom: 1em;
}
.product_meta {
	display: none;
}
div.product div.summary div[itemprop="description"] {
	border-bottom: 1px solid #eee;}
div.product div.summary div[itemprop="description"] ul {
	list-style: none;
	padding-left: 0;
}
div.product div.summary div[itemprop="description"] ul li {
	font-size: 13px;
	color: #333;
}
div.product div.summary div[itemprop="description"] ul li:before {
	background: #F19B29;
	width: 5px;
	height: 5px;
	content: '';
	display: inline-block;
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 12px;
}
.muahang > div[class*="col-"] {
	padding-top: 10px;
}
.woocommerce div.product form.cart div.quantity {
	display: block;
	float: none;
	margin-bottom: 10px;
	margin-right: 0;
}
.woocommerce div.product form.cart .button {
	float: right;
}
.woocommerce .quantity .qty {
	padding: 4px;
	border: 1px solid #B0A7A7;;
}
button.single_add_to_cart_button.button.alt {
	padding: 12px;
	text-transform: uppercase;
}
button.single_add_to_cart_button.button.alt i {
	font-size: 20px;
	line-height: 14px;
	vertical-align: bottom;
	margin-right: 6px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: none;
}
.woocommerce div.product form.cart {
	margin-bottom: 0;
}
.title-section {
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding: 4px 0;
	margin-bottom: 15px;
}
.title-section span {
	border-bottom: 3px solid #3498DB;
	padding: 3px 0;
}
.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
	width: 22.15%
}
.woocommerce div.product p.price > span.amount {
	font-size: 26px;
	font-weight: bold;
	margin: 10px 0;
	display: block;
}

/*cartpage*/
/* Cart page */
.woocommerce-cart .entry-title {
	text-align: center;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
  border-radius: 0;
  border: none;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
  /*font-weight: 600;*/
  text-transform: uppercase;
  text-align: right;
}
.woocommerce table.shop_table th.product-name {
  text-align: left;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
  text-align: right;
}
.woocommerce table.shop_table td.product-thumbnail, .woocommerce table.shop_table td.product-name {
  text-align: left;
}
.woocommerce table.shop_table td.product-quantity .quantity {
  float: right; 
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
  width: 90px;
}
.woocommerce table.cart td a {
  color: #333;
  text-transform: uppercase;
  /*font-weight: 600;*/
  font-size: 16px;
}
.woocommerce td.product-name dl.variation, .woocommerce-page td.product-name dl.variation {
  font-size: 12px;
  margin: 10px 0 10px;
  color: #666;
}
.woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd {
  margin-bottom: 0px;
}
.woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
  font-size: 11px;
  vertical-align: middle;
}
.woocommerce table.cart td .coupon input.button, input[name="update_cart"], input[name="proceed"] {
  background: #666 !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 12px !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals tr td {
	text-align: right;
	padding-right: 20px;
}
input[name="proceed"] {
  background: #D95454 !important;
  border-color: transparent !important;
}
.woocommerce table.cart td .coupon input.button:hover, input[name="update_cart"]:hover {
  background: #333 !important;
}
.cart_totals h2 {
  text-transform: uppercase;
  font-size: 15px;
  /*font-weight: 600;*/
}
.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
	width: 100%;;
}
.woocommerce .cart-collaterals .cart_totals table td, .woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table th {
  font-weight: 400;
  font-size: 13px;
}

ul.products .pif-has-gallery:hover .secondary-image {
  opacity: 1;
}

@media screen and (max-width: 768px) {
	#primary {
		margin: 0 10px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 48% !important;
	}
	.archive.woocommerce .page-title {
		float: none;
		text-align: center;
	}
	.woocommerce .woocommerce-ordering {
		float: none;
		margin-left: auto;
		text-align: center;
	}
	.muahang > div[class*="col-"] {
		text-align: center;
	}
	.woocommerce div.product form.cart .button {
		float: none;
	}
}
@media screen and (max-width: 321px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 100% !important;
	}
}
}
@media only screen and (max-width:400px){
.entry-content iframe,.entry img {
  width: 100%;
  height:auto;
}
}'
@media only screen and (max-width:400px){
.entry-content iframe,.entry img {
  width: 100%;
  height:auto;
}