/*!
Theme Name:   N.A.M Store
Theme URI:    https://lenamsite.com/
Author:       lenam
Author URI:   https://www.facebook.com/lebaonhatnam
Description:  This is the starter theme. Developed by Le Nam
Version:      1.0
Text Domain:  lenam
Tags: custom post type, acf-pro, e-commerce,contact form 7
*/

/* reset css - open */
@font-face {
	font-family: "Nabila";
	src: url(assets/fonts/Nabila.tff);
	/* font-weight: 600; */
	font-style: normal;
  }
  
:root {
	font-size: 16px; color:#333; font-weight: normal;
	line-height: 1.4;
}
html,body {
	margin: 0; width: 100%;
}
body {
	overflow-x: hidden; max-width: 100%; position: relative;
}
p, li,h1,h2,h3,h4,h5,h6 { margin:0; margin-bottom: .3em }
h1,h2,h3,h4,h5,h6 {
	font-weight: 600; color: var(--title);
}
h6 {font-size: 1.05rem;}
h5 {font-size: 1.1rem;}
h4 {font-size: 1.2rem;}
h3 {font-size: 1.3rem; }
h2 {font-size: 1.5rem;}
h1 {font-size: 2rem;}
img {display: table;max-width: 100%;height: auto;-o-object-fit: cover;object-fit: cover}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin: 0 1em 0.5em 0;
}
.alignright {
	float: right;
	margin: 0 0 0.5em 1em;
}
div.wp-caption{
	max-width: 100%
}
.wp-caption-text {
	text-align: center;
	font-style: italic;
}
.slick-arrow {
	position: absolute;top:50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%); z-index: 1;
	display: -webkit-box;display: -ms-flexbox; display: flex;-webkit-box-align: center;-ms-flex-align: center;
	align-items: center; background:transparent;border:none; font-size: 30px; color:#ffffff73;
	cursor: pointer; background: rgba(0,0,0,0.5);padding: 5px;
}
.slick-prev {
	left: 0
}
.slick-next {
	right: 0
}
.slide-item {
	padding: 0 15px
}
.slick-slider:focus,.slick-track:focus,.slick-slide:focus,.slick-slide a:focus,
.slick-arrow:focus {
	outline: none
}
.slick-dots{
	position: absolute;bottom: 0;display: -webkit-box;display: -ms-flexbox;display: flex;padding: 0;margin: 10px 0;width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;list-style: none;
}
ul.slick-dots li button { font-size: 0; line-height: 0;display: block; margin: 0 5px;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
	padding: 5px;cursor: pointer;color: transparent;border: 0; outline: none; background: gray;opacity: 0.4;
	border-radius: 100%;
}
ul.slick-dots li.slick-active button,ul.slick-dots li button:hover{
	opacity: 1;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.items_center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
.justify_center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
}
.relative,.padding_ratio {
	position: relative;
}
a..padding_ratio {
	display: block;
}
.absolute,.full_relative {
	position: absolute;
}
.padding_ratio:before {
	content:'';display: block; padding-bottom: 40%;
}
.full_relative {
	width: 100%;height: 100%;top:0;left: 0;
}
.align_center {
	text-align: center;
}
.margin_center {
	display: table; margin:0 auto;
}
.page_section {
	padding:30px 0;
}
.section_title, .page_title {
	font-weight: bold; margin-bottom: .5em;
}
.section_title a, .page_title a {
	font-size: inherit; font-weight: inherit; margin-bottom: inherit; color: inherit;
}
.entry-content:after {
	content:''; display: block; clear: both;
}
.namlbn-breadcrumb {
	padding:.5rem 0; background-color: #efefef
}
.namlbn-breadcrumb a {
	text-decoration: none; color: inherit;
}
#site-wrapper {
	min-height: 100vh; padding-bottom: 30px;
}
/* reset css - close */