/* font */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap");
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 300 700;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v52/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2)
    format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
}
.reset-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
hr{
	background-color: #F0F4F7;
}
 .hr{
	color: #F0F4F7;
}
hr.hr-lg{
	border: 3px solid #F0F4F7;
	margin-top: 7px;
	margin-bottom: 7px;
}
.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 2px;
  border-radius: 5px;
  background-color: var(--color-primary);
  margin: 5px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 7px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -7px) rotate(45deg);
}

.material-symbols-outlined {
  display: inline-block;
  font-weight: 300;
  font-size: 35px;
  color: var(--color-primary);
}

.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 0 15px;
  position: relative;
  height: 70px;
}
.icon-logo img {
	display: flex;
	max-height: 20px;
	float: left;
	position: absolute;
	left: 30%;
	top: 50%;
	transform: translate(-50%, -50%);
}}

.navbar-link ul {
  display: none;
  list-style-type: none;
}

.nav-toggle {
  display: flex;
  float: left;
}
.nav-right {
  display: flex;
}
.search {
  float: left;
  padding-right: 10px;
  position: relative;
}
.cart {
  float: left;
  position: relative;
}
.count-holder {
  position: absolute;
  top: 10%;
  right: 10%;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  background: var(--amber);
  color: var(--color-pri-dark);
  width: 16px;
  height: 16px;
  border-radius: 100%;
  line-height: 16px;
}
/* banner */

.banner_truot .swiper-slide {
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .swiper-pagination {
  position: absolute;
  padding: 0 0 70px 0;
}
.banner .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #bbb;
}
.banner .swiper-pagination-bullet-active {
  background-color: #fff;
}

/* -------------------- */
.title {
  text-transform: uppercase;
  font-family: "Playfair", Display;
  font-weight: 500;
  font-size: 2rem;
  color: var(--color-primary);
  text-align: center;
}
.tus {
  padding: 20px 0 0 0;
}
.tus p {
  font-size: 1.6rem;
  line-height: 140%;
  padding: 0 30px;
  text-align: justify;
  font-weight: 300;
  margin-bottom: 15px;
}

.product {
  padding: 20px 0 0 0;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}
.product-card{
  width: 168px;
}
.product-header {  
  display: inline-block;
  position: relative;
  padding: 20px 10px;
}
.product-header::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  top: 50%;
  right: -20%;
  background-color: var(--color-primary);
}
.product-header::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  top: 50%;
  left: -20%;
  background-color: var(--color-primary);
}
.product-name {
	text-transform: capitalize;
	font-family: "Playfair", Display;
	font-size: 1.7rem;
	color: var(--color-font);
	text-align: center;
	height: auto;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 0.25rem;
	border-bottom: 1px solid #e0e0e0;
	line-height: 1.25;
}

.product-price {
  color: var(--color-secondary);
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
  padding-top: 10px;
}

ul.shop-nav {
  padding: 0 20px 0 20px;
  text-align: center;
  height: 50px;
}
.shop-nav > li {
  width: 125px;
}
.swiper-button-next,
.swiper-button-prev {
  top: 15%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.5rem;
  box-shadow: 0 1px 12px 0 rgb(0 0 0 / 20%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  color: var(--color-primary);
}
.all-product {
	padding: 5px 0;
	position: relative;
	text-align: center;
}
.all-product .shop-nav {
  display: flex;
  width: max-content;
  position: relative;
  align-items: center;
  margin-bottom: 20px;
}

.all-product ul li {
  list-style-type: none;
  display: inline;
  margin: 0 10px 0 10px;
  font-size: 1.6rem;
  padding: 0;
  font-weight: 300;
  border: 1px solid rgba(255,255,255,.5);
}

.all-product li.active {
	bottom: 0;
	right: 0;
	color: var(--color-primary);
	font-weight: 500;
	position: relative;
	border-left:solid rgba(255,255,255,.5) 1px;
	border-right:solid rgba(255,255,255,.5) 1px;
	border-top:solid rgba(255,255,255,.5) 1px;
	border-bottom:solid var(--color-primary) 1px;
}

.img-fot {
  width: auto;
  height: 250px;
}
.img-size {
  width: 100%;
  height: 250px;
  padding: 15px 0;
}
.o-fit {
  object-fit: cover;
}
.o-pos {
  object-position: left top;
}
.tus-info {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.tus-info p {
  font-size: 1.5rem;
  line-height: 140%;
  font-weight: 300;
}
.title-info {
  font-family: "Playfair", Display;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  padding: 0 50px;
}
.title-info p {
  font-size: 1.3rem;
}
form {
  text-align: center;
}
.e-info{margin-bottom: 10px;}
.e-info input,
button {
  width: 300px;
  height: 40px;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px var(--color-primary);
}

.e-info input {
  background: rgba(187, 187, 187, 0.311);
  font-style: italic;
}
.e-info button {
  background-color: var(--color-primary);
  color: white;
  border: none;
  text-transform: uppercase;
}
.e-info button:hover {
  background-color: var(--color-secondary);
}

.fab{
  color: var(--color-primary);
  font-size: 30px;
  margin: 0 10px;
}
.footer-info{
  margin: 0 auto;
  padding: 10px ;
}
.footer-info h3.footer-menu{
  font-weight: 400;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 10px 20px 10px;
  font-size: 1.5rem;
}
.footer-info h3.footer-menu::after{
 content: "+";
    height: 10px;
    width: 10px;
    position: absolute;
    right: 7%;
    
}
.copyright{
  text-align: center;
  font-size: 1.3rem;
  padding: 10px 50px;
  background-color: #ededed;
}

/* pc */
@media screen and (min-width: 1024px) {
  .title {
    font-size: 3rem;
  }
  .icon-logo img {
    left: 12%;
    max-height: 25px;
  }
  .nav-bar {
    padding: 0 50px 0 50px;
  }
}
/* ipad */
@media screen and (min-width: 768px) {
  .title {
    font-size: 3rem;
  }
  .icon-logo img {
    left: 22%;
    max-height: 25px;
  }
  .nav-bar {
    padding: 15px 50px 15px 50px;
  }
  .product-header::after {
    right: -30%;
    width: 100px;
  }
  .product-header::before {
   left: -30%;
    width: 100px;
  }
  .tus p {
    font-size: 2.6rem;
  }
  .tus,
  .tus-info {
    text-align: center;
  }
  .pro_tus{
	  background-color: #F0F4F7;
  }
}
@media (min-width: 768px) {
  .equal {
    display: flex;
    flex-wrap: wrap;
  }
}
.swiper-button-next:after, .swiper-button-prev:after{
  line-height:2;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* Hide scrollbar for Chrome, Safari and Opera */
.all-product .shop-nav::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.all-product .shop-nav {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Fix Tab*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: 0px;
}
.nav-tabs {
	border: 0px;
}
.nav > li > a {
	padding: 0px;
	color:var(--color-primary);
}
.viewmore a.viewmore-link{
	font-size: 16px;
	text-decoration:none;
}
.viewmore a span.viewmore-arrow{
	line-height:1;
	font-size: 15px;
}
.nav-tabs > li > a:hover {
    border-color: rgba(255,255,255,.5);
	font-weight:500
}
.pro_image, .pro_tips{
	padding:0;
}
div.desc{
    bottom: 10%;
    color: #fff;
    left: 0;
    position: absolute;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
}
p.desc_content{
	text-transform: uppercase;
}
.tablet_img{
	padding: 10px;
}

.fix{
    width: 100%;
    padding: 0px;
}