
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Fira Sans', sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Fira Sans', sans-serif;
}

header,
#main-menu,
#cart-popup {
	font-family: 'Fira Sans', sans-serif;
}

.scrollY-body {
  overflow: hidden;
}

nav#navbar {
	top: -50px;
	transition: top 0.5s linear 0s;
}

.sec_banner_2 {
	position: relative;
}

.has-hover {
	margin-top: 0px;
	background-color: #DAE3E5;
	min-height: 400px;
	display: flex;
}

.img-inner {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}

.img-inner img {
	height: 60%;
}

.section-box-text {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}

.section-text-box {
	position: relative;
}

.text-inner-center {
	text-align: center;
	position: absolute;
}

.text-box {
	position: absolute;
	top: 100px;
	left: 550px;
	text-align: center;
}

.font-size-h2 {
	font-size: 44px;
	font-weight: bold;
	color: #000;
	/*font-family: "Open Sans", sans-serif;*/
	margin: 12px 0;
}

.btn-text,
.btn-text:hover {
	margin-top: 15px;
	display: block;
	color: #000;
	font-weight: 600;
	font-size: 20px;
	text-decoration: none;
}

.gap-element {
	padding-top: 30px;
}

.mona_title {
	font-size: 2.3em;
	text-align: center;
	line-height: 1.3em;
	/*font-weight: 900;*/
	/*font-family: "Noto Serif", sans-serif;*/
}

.nav-center .boder li {
	list-style: none;
	float: left;
	padding: 0 20px;
	/*font-family: "Open Sans", sans-serif;*/
}

.nav-center .boder li:not(:first-child) {
	border-left: 1px solid #dbdbdb;
}

.nav-center ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #918d8c;

}

.nav-center ul li a:hover {
	color: #000;
	font-size: 18px;
}

.boder {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}

#row-307244218 {
	--bs-gutter-x: 0;
}

.tab-panelss {
	clear: left;
	width: 100%;

}

.tab-panelss .panel {
	display: flex;
	flex-wrap: wrap;
	height: 0px;
	overflow: hidden;
	opacity: 0;
	transform: translate(0, 25px);
	transition: transform 2.5s ease, opacity 1s ease 0.3s;
}

.tab-panelss .panel.show {
	height: auto;
	opacity: 1;
	transform: translate(0, 0);
}

/*.slick-slide.slick-current.slick-active {*/
/*  width:100% !important;*/
/*}*/
/*.slick-list.draggable .slick-track {*/
/*  width:100% !important;*/
/*}*/
.col-inner {
	/* height: 540px; */
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	transition: all 0.8s;
}

.col-inner:hover img {
	box-shadow: 0px 0px 13px 0px darkgrey;
	transition: all 0.8s;
}

.col-inner .text-center p {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 10px 0;
}

.col-inner .text-center a {
	text-decoration: none;
	color: #000;
	white-space: nowrap;
}

.data-slug-product {
  height: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  transform: translateY(100%);
  cursor: pointer;
}

.block-image:hover .data-slug-product {
  transform: translateY(0%);
}

.HomeActionclick {
  height: 100%;
  color: #fff;
  font-size: 15px;
  gap: 5px;
}

@media (max-width: 425px) {
	.panel .col-6 {
		padding: 0 5px;
	}
}

@media (max-width: 768px) {
	.block-content a {
		text-decoration: none;
		color: #2D2D2D;
		margin-bottom: 10px;
		/*height: 55px !important;*/
		/*text-transform: uppercase;*/
		display: block;
		font-size: 14px;
		text-align: center;
	}
}

.box-text .sale-percent {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  height: 35px;
  width: 35px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.price {
	color: #000;
	font-weight: 600;
	font-size: 16px;
}

.price .price_default {
	margin-right: 5px;
	font-weight: 600;
	font-size: 16px;
}

.price .price_new {
	color: #999;
	font-weight: 500;
	font-size: 13px;
}

.price-wrapper ul li {
	margin-left: 30px;
	list-style: none;
	float: left;
}

.mona-list-varid {
	display: block;
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
}

.mona-list-varid .item {
	margin: 0;
	width: 30px !important;
	height: 30px !important;
	border-radius: 50%;
	border: 1px solid #ddd;
	padding: 2px;
	margin-right: 5px;
}

.mona-list-varid .item .mona-bg {
	cursor: pointer;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	display: block;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	margin: 0;
	background-size: cover;
	background-position: center;
	/* object-fit: cover; */
	padding: 2px;
	background-repeat: no-repeat;
}

label {
	font-weight: bold;
	display: block;
	font-size: .9em;
	margin-bottom: 0.4em;
}

.section-relative .grey {
	background-color: #f1f1f1;
}

.last-reset {
	text-align: center;
	font-size: 16px;
}

.last-reset .fas {
	font-size: 60px;
	padding: 20px 10px;
}

/*.button:last-of-type,*/
/*.button:last-of-type {*/
/*	margin-right: 0 !important;*/
/* margin: 20px 0; */
/*}*/
.button.white.arrow {
	display: flex;
	border-radius: 99px;
	height: 45px;
	width: 45px;
	align-items: center;
	justify-content: center;
	/* margin: 0 auto; */
	margin-left: auto;
	margin-right: auto;
}

.arrow.alone {
	padding: 0;
}

.white {
	background-color: #fff !important;
	color: #000 !important;
}

.button {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	font-size: 26px;
	/* border: 1px solid transparent; */
	padding: 2px 11px;
}

.button:hover {
	background-color: #a19c9b !important;
}

.text-dark {
	position: relative;
}

.text-dark_img {
	background-color: #000;
}

.text-dark_img img {
	opacity: 0.2;
}

.col_inner {
	position: absolute;
	top: 0;
	/*display: block;*/
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-layer {
	position: absolute;
	top: 100px;
	left: 200px;
	color: #fff;
	text-align: left;
}

.banner-bg {
	background-color: #D1C6DD !important;
	height: 100%;
	width: 100%;
	position: relative;
}

.banner-bg_img {
	height: 100%;
}

.margin_img {
	padding: 0 !important;
}

.bg-img {
	height: 110%;
	position: absolute;
	width: 50%;
	bottom: 0;
}

.featured-box h3 {
	/*font-family: "Noto Serif", sans-serif;*/
	font-weight: 700;
	text-align: center;
	font-size: 20px;
}

.featured-box {
    text-align: center;
}

.featured-box p {
	font-weight: 500;
	text-align: center;
}

.featured-box span {
	display: block;
	text-align: center;
}

.featured-box svg {
	height: 65px;
	width: 100%;
	margin-bottom: 10px;
}

#Capa_1 {
	height: 65px;
	width: 100%;
	margin-bottom: 10px;
}

.icon_box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.icon_box-tittle {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
}

.bg-img_one {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.col_inner-text {
	padding-left: 120px;
}

@media (max-width: 1100px) {
	.bg-img {
		height: 100%;
		position: relative;
	}

	.col_inner-text h4 {
		font-size: 16px;
	}

	.col_inner-text h1 {
		font-size: 42px;
		/*padding-right:120px;*/
	}

	.col_inner-text a,
	.col_inner-text a:hover {
		font-size: 12px;
	}
}

@media (max-width: 375px) {
	.icon_box {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.icon_box-tittle {
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		text-align: center;
		flex-direction: column;
	}

	.icon_box-tittle .fa-tshirt {
		font-size: 40px;
	}

	.icon_box-tittle h2 {
		font-size: 14px;
	}

	.banner_content_tittle h1 {
		font-size: 60px;
	}

	.banner_content_tittle a {
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
	}
}

.fa-tshirt {
	font-size: 65px;
	color: #918d8c;
}

#carousel-one .item img {
	width: 100%;
	height: 100%;
}

.container ul li {
	list-style: none;

}

.container ul li a {
	text-decoration: none;
}

.container ul li a img:hover {
	text-decoration: none;
	padding: 2px;
}

.owl-theme .owl-dots .owl-dot span {
	background: #fff !important;
}

.row {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-left: 0 !important;
}

.col__inner {
	padding: 0 !important;
}

.owl-nav span {
	font-size: 40px;
	display: block;
	color: #000;
}

.owl-stage-outer {
	position: relative;
}

.owl-prev span {
	position: absolute;
	top: 30%;
	left: 0;
}

.owl-next span {
	position: absolute;
	top: 30%;
	right: 0;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	outline: none !important;
}

.align-items-center {
	display: grid !important;
	grid-template-columns: 20% 20% 20% 20% 20%;
	width: 100%;
}

@media (max-width: 1000px) {
	.align-items-center {
		display: grid !important;
		grid-template-columns: auto auto auto;
		grid-template-rows: 25% 25% 25% 25%;
		width: 100%;
	}
}

@media (max-width: 380px) {
	.align-items-center {
		display: grid !important;
		grid-template-columns: 50% 50%;
		grid-template-rows: 20% 20% 20% 20% 20%;
		width: 100%;
	}
}

.center {
	padding: 10px 50px;
}

.footer-content {
	background-color: #000;
	min-height: 300px;
}

.logo-white {
	width: 135px;
	height: 70px;
}


.follow-icon a i {
	text-decoration: none;
	font-size: 30px;
	color: #fff;
	padding: 0 2px;
}

.follow-icon a i:hover {
	text-decoration: none;
	font-size: 30px;
	color: rgb(25, 86, 156);
	padding: 0 2px;
}

.menu-item ul li,
.menu-item ul li a {
	clear: left;
	padding: 5px 0;
	color: #fff;
}

.email-dang-ky {
	text-align: left;
}

.wpcf7-form-control-wrap {
	display: flex;
}

#email-dang-ky {
	height: 40px;
	border-radius: 3px 0 0 3px;
	border: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
	width: 61%;
}

.wpcf7-form-control {
	height: 40px;
	border-radius: 0 3px 3px 0;
	border: 0;
	color: #000;
	text-transform: capitalize;
	outline: none;
	padding: 5px 10px;
	font-weight: 600;
}

button.wpcf7-form-control:focus {
	outline: none !important;
}

.form_dang_ky:hover {
	background-color: #a19c9b;
}

/* .animated  {
	-webkit-animation-duration : 1000 ms  ;
	animation-duration : 1000 ms  ;
	-webkit-animation-fill-mode : both  ;
	animation-fill-mode : both  ;
  }  
  .owl-animated-out {
	z-index : 1 
	 }
  .owl-animated-in {
	z-index : 0 
	 }
  .fadeOut  {
	-webkit-animation-name : fadeOut  ;
	animation-name : fadeOut  ;
  }  
  @-webkit-keyframes  fadeOut  {
	0% {
	  opacity : 1   ;
	}  
	100% {
	  opacity : 0   ;
	}  
  }
  @keyframes  fadeOut  {
	0% {
	  opacity : 1   ;
	}  
	100% {
	  opacity : 0   ;
	}  
  } */

.panel {
	display: none;
}

.panel:first-child {
	display: block;
}

.tabs {
	cursor: pointer;
}

.tabs.active {
  color:red;
}

.carousel_avt {
	margin-top: 20px;
	margin-bottom: 10px;
  text-align: center;
}

.carousel_avt img {
	border: 1px solid #ddd;
	padding: 3px;
  border-radius: 50%;
}

.carousel-item {
	text-align: center;
	width: 760px;
	margin: 20px 0;
}

.carousel_content, 
.carousel_author {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 360px) {
	.col_inner-text h1 {
		font-size: 30px;
	}
}

@media (max-width: 1200px) {
	.carousel-item {
		text-align: center;
		width: 345px;
		margin: 20px 0;
	}

	.carousel_content {
		width: 345px;
	}
}

.product_remove a {
	text-decoration: none;
	color: rgba(102,102,102,0.85);
	padding-left:5px;
}

.widget_shopping_cart_content {
	font-size: 16px;
	text-align: center;
}

.custom-select {
  height: 100%;
	min-width: 190px;
	margin: auto;
}

/*.select-items div {*/
/*	color: #000;*/
/*	padding: 8px 16px;*/
/*	cursor: pointer;*/
/*	user-select: none;*/
/*	font-size: 14px;*/
/*}*/

/*.select-items {*/
/*	position: absolute;*/
/*	background-color: #fff;*/
/*	top: 100%;*/
/*	left: 0;*/
/*	right: 0;*/
/*	z-index: 999999;*/
/*	min-width: 190px;*/
/*	border: 1px solid rgba(0, 0, 0, .15);*/
/*	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
/*}*/

/*.select-hide {*/
/*	display: none;*/
/*}*/

/*.select-items div:hover,*/
/*.same-as-selected {*/
/*	background-color: rgba(0, 0, 0, 0.1);*/
/*}*/

.is-text-center {
	text-align: center !important;
}

.is-text-center h2 {
	/*font-family: 'Barlow Condensed', sans-serif;*/
	font-size: 24px;
	font-weight: 400;
}

/*css animation phone*/
div#phonering-alo-phoneIcon {
	z-index: 10;
}

.phonering-alo-phone.phonering-alo-static {
	opacity: .6
}

.phonering-alo-phone.phonering-alo-hover,
.phonering-alo-phone:hover {
	opacity: 1
}

.phonering-alo-ph-img-circle {
	width: 60px;
	height: 60px;
	top: 70px;
	left: 70px;
	position: absolute;
	background: rgba(30, 30, 30, 0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
	border-radius: 100% !important;
	border: 2px solid transparent;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
	animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
	background-color: #75eb50;
	background-color: #75eb50;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
	background-color: #1b6db6;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
	background-color: #ccc
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
	background-color: #75eb50
}

@keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}
}

/*End animation phone*/

/* scroll*/
.scrolltop {
	display: none;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 70px;
	right: 1px;
	z-index: 9999;
}

.scroll {
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: #1b6db6;
	padding: 12px 14px 7px 14px;
	text-align: center;
	margin: 0 0 0 0;
	cursor: pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	color: #fff;
	border-radius: 50%;
	border: 2px solid #fff;
}

.scroll:hover {
	background: #ce8564;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.scroll .fa {
	font-size: 20px;
	margin-top: -5px;
	margin-left: 1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

/* end scroll*/


/**/
.block-content a {
  margin-top: 5px;
	text-decoration: none;
	color: #2D2D2D;
	margin-bottom: 5px;
	height: 42px;
	/*text-transform: uppercase;*/
	display: block;
	font-size: 14px;
	text-align: center;
}

.item-product-name {
	display: block;
	font-size: 13px;
	font-weight: 500;
}

.item-product-color .img-dots .img-dots-color {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-dots.slick-slide.slick-active:focus {
	outline: none;
}

.img-dots .name-color {
	width: 14px;
	height: 14px;
	border-radius: 50%;
}

.item-product {
	margin-bottom: 20px;
}

.item-product-color {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-product-color .slick-slide {
	width: 0 !important;
	margin-left: 6px;
}

.item-product-color .slick-slide.slick-current .img-dots {
	border: 1px solid #000;
}

.item-product-color .slick-list {
	margin: 0 -4px;
}

.item-product-color .slick-track {
	width: 100% !important;
	display: flex;
	justify-content: center;
	transform: inherit !important;
}

.item-product-color .img-dots {
	width: 22px !important;
	height: 22px !important;
	border-radius: 50%;
	border: 1px solid #ddd;
	padding: 2px;
}

.item-product-color .img-dots div {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-size: contain;
}

.item-product-color .img-dots:focus {
	outline: 0;
}

.item-product-color .slick-current.img-dots {
	border: 1px solid #000;
	padding: 2px;
	border-radius: 50%;
}

.tvh-img-dots img {
  border-radius: 50%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.block-image .sale-percent {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  height: 35px;
  width: 35px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.block-image {
	position: relative;
	overflow: hidden;
}

.item-product-price {
	text-align: center;
}

.item-product-price .price_default {
	margin-right: 5px;
	font-weight: 600;
	font-size: 16px;
}

.item-product-price .price_new {
	color: #999;
	font-weight: 500;
	font-size: 13px;
	/* margin-left: 5px; */
}

img.img-after {
	position: relative;
	aspect-ratio: 4/6;
  object-fit: cover;
}

.het-hang {
	position: absolute;
	top: 40%;
	text-align: center;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	opacity: .9;
	color: #333;
	padding: 15px 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	outline: none;
}

.product-section .owl-nav {
	margin: 0;
	color: #000;
	font-size: 35px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: none !important;
	color: #00bcc2 !important;
	text-decoration: none !important;
}

.product-section .owl-next {
	right: 0;
	position: absolute;
	top: 35%;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

.product-section .owl-prev {
	left: 0;
	margin: 0;
	position: absolute;
	top: 35%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

#carousel--two:hover .owl-next,
#carousel--two:hover .owl-prev {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
}

.product-image .owl-nav {
	display: none;
}

/*.products.tabshow .block-content a {*/
/*	font-size: 14px;*/
/*}*/

/*tiêu đề danh mục*/
.tvh-breadcrumb-shop {
  background-color: #F9F9F9;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.tvh-breadcrumb-shop .tvh-link-home a {
  color: #8B8B8B;
}

/*sua thong tin*/
/*.wrapper img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/

.page-title.mgb-20 {
  display:none;
}

.wrapper {
	max-width: 1200px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.wrapper>.container {
	width: 100%;
}

.account-area--content {
	display: flex;
}

@media screen and (max-width: 798px) {
	.footer-navigation+span {
		position: absolute;
		right: 0;
	}

	.account-area--content {
		flex-direction: column;
	}

	.category-right {
		padding-left: 0px !important;
		width: 100%;
	}
}

.is-text-center {
	text-align: center !important;
}

li {
	list-style: none;
}


table#history-order {
	border-collapse: collapse;
}

table#history-order tr th {
	border-bottom: 1px solid #ddd;
	height: 60px;
	text-align: center;
}

.mgb-10 {
	margin-top: 20px;
	font-size: 20px;
}

.mgb-15 h4 {
	font-size: 20px;
}

.two-col {
	display: flex;
}

@media screen and (max-width: 420px) {
	.two-col {
		flex-direction: column !important;
		padding: 0 !important;
	}

}

.mg-auto {
	margin: 0 auto;
}


.logo-pancake {
	text-align: end;
	margin-top: 3px;
	font-size: 13px;
}

.logo-pancake img {
	width: 100px;
	height: 30px;
}

.logo-pancake span a {
	position: relative;
	top: -2px;
}


.widget-posts{
  background-color: #fff;
  border: 1px solid #eee;
}

.widget-posts ul {
  padding-left: 0;
}

.widget-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

.widget-title{
  padding: 15px 10px;
  border-bottom: 1px solid  #eee;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.widget_products {
  border: 1px solid #eee;
}

.widget_products ul {
  padding-left: 0;
}

.li-posts{
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 20px;
}
.li-posts:nth-child(odd){
  background-color: #f8f8f8;
}

.container ul li a img:hover {
  text-decoration: none;
  padding: 0 !important;
}

.li-posts .li-posts-div{
  display: flex;
  align-items: center;
}

.li-posts-div .flex-col,
.flex-col h6{
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #444;
  text-align: left;  
}

.li-posts-a:hover .flex-col{
  color: #F05D5A !important;
}

dl, ol, ul {
  margin-top: 0 !important;
  margin-bottom: 0rem !important; 
}

ol{
  padding-left: 0rem !important;
}

/*phan trang*/

#pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination {
	margin: 0;
}

#pagination .page-link {
	color: #444;
	border: 1px solid #444;
}

.pagination .select {
	background: #444;
	color: #fff !important;
	border: 1px solid #444;
}

#pagination .page-item .page-link:hover {
	background: #444;
	color: #fff;
	border: 1px solid #444;
}

.page-link:focus {
	box-shadow: none !important;
}

li.page-item {
	margin: 0 2px;
}

#pagination .page-item:first-child .page-link,
#pagination .page-item:last-child .page-link {
	border-radius: 0;
}


/*file pro css*/
.page-tittle{
  position: relative;
  background-color: #000000;
}

.page__img{
  opacity: 0.3;
}

.page__justify{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.justify{
  top: 100%;
  text-align: center;
  vertical-align: middle;
}


.breadcrumbs {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0px;
  padding: 0;
  display: block;
  font-size: 18px;
}

.breadcrumbs a{
  text-decoration: none;
  color: #fff;
}

.img__inner{
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-text-center{
  text-align: center;
}

.col-text-center p{
  font-size: 18px;
  margin: 15px;
}

.container_inner{
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-inner{
  flex-direction: column;
}

.fa-check-circle, 
.fa-cart-arrow-down{
  font-size: 85px;
  padding: 0 80px;
}

.img-inner-dark img{
  width: 70%;
  margin: 0 35px;
}

.icon-box{
  text-align: center;
}

.container_inner .icon-inner i,
.container_inner .icon-inner h4{
  width: 100%;
  text-align: center;
  padding-top: 25px;
}

.container_inner .icon-inner svg{
  height: 70px;
  width: 100%;
}

/*wishlist*/
.content-wishlist-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

.content-wishlist-icon a {
  width: 30px;
  height: 30px;
  border: 2px solid #e13838;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  color: #e13838;
}

.content-wishlist-icon a:hover {
  color: #fff;
}

.content-wishlist-icon .fas {
  color: red;
}

/**/

.ali-baseline {
  align-items: baseline; }

.ali-flex-end {
  align-items: flex-end; }

.ali-center {
  align-items: center; }

.uppercase {
  text-transform: uppercase; }

.jc-end {
  justify-content: flex-end; }

.jc-center {
  justify-content: center; }

.jc-start {
  justify-content: flex-start; }

.jc-between {
  justify-content: space-between; }

.jc-around {
  justify-content: space-around; }
  
/*danh muc*/
.tvh_filter-option-items {
  /*padding: 15px 15px 0 15px;*/
  border: 1px solid #eee;
}

.tvh_filter-label {
  border-bottom: 1px solid #eee;
  padding: 15px 20px;
  font-size:18px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-box ul {
  padding: 0;
}

.filter-box li {
  padding: 6px 0;
}

.filter-box li.haketu {
  width: 50%;
  float: left;
}

input[type='radio'] {
  margin-top: 0;
  vertical-align: top;
  width: 16px;
  height: 16px;
  outline: none;
  margin: 2px 0;
}

input[type='checkbox'] {
  margin-top: 0;
  vertical-align: top;
  width: 15px;
  height: 15px;
  outline: none;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}

.filter-box li span {
    margin-left: 5px;
    font-weight: normal;
    cursor: pointer;
}

/**/
#collection .sort-by {
  padding: 7px 10px;
  border: 1px solid #000;
  height: 100%;
  width:100%;
  outline:none;
}

.toggle-click {
  cursor: pointer;
}

.filter-box{
	max-height: 0;
  overflow: hidden;
  transition: 500ms all;
}

.icon-show {
  transition: all .3s ease;
}

.toggle-click i {
  transform: rotate(-180deg);
  transition: all .5s ease;
}

.toggle-click.showActive i {
  transform: rotate(0deg);
  transition: all .5s ease;
}

.tvh-menu-category-bottom {
  padding: 20px;
  font-size: 15px;
}

.tvh-menu-category-material-radio {
  display: inline-block;
}

.pr-filter-color {
  float: left;
  width: 50%;
  margin: 4px 0px;
  height: 100%;
}

.pr-filter-color label {
  margin-bottom: 0;
}

.content-right {
  position: absolute;
  top: 15%;
}

@media(min-width:1024px) {
  .content-right {
    top: 30%;
  }
}

.img-dots {
  cursor: pointer;
}

.notification-add-product,
.notification-delete-product {
  position: fixed;
  display: none;
  right: 5%;
  color: white;
  top: 0;
  z-index: 9999;
  border: 1px solid #f08522;
  background: #0c8796;
  padding: 16px;
  animation: action-notification 1s ease-in-out;
}

@keyframes action-notification {
  0% {
    opacity: 0;
    top: 0
  }
  40% {
    opacity: 0.7;
    top: 40px;
  }
  100% {
    opacity: 1;
    top: 40px;
  }
}

.notification-add-product.notification,
.notification-delete-product.notification{
    display: block;
    top: 40px;
}

.notification-add-product a {
    text-decoration: none;
}

.color-blue {
    color: blue;
}






/**/
.last-reset {
  text-align: center;
  font-size: 16px;
}

.featured-box {
  display: flex;
}

.featured-box img {
  width: 40px;
  height: 40px;
}

.icon-box-text {
  padding: 0 10px;
  text-align: center;
}

.featured-box h3 {
  font-family: "Noto Serif", sans-serif;
  font-weight: 600;
  text-align: left;
  font-size: 16px;
  margin-bottom: 0;
}

.featured-box p {
  font-weight: 400;
  text-align: left;
  font-size: 14px;
}

.col-6.item-product {
  padding: 0 5px;
}

/*flash sale*/
.tvh-set-time {
  display: flex;
  align-items: center;
  gap: 5px;
}

.tvh-time-sale {
  background: #63b1bc;
  border-radius: 4px;
  display: block;
  text-align: center;
  line-height: 36px;
  color: #fff;
  min-width: 36px;
  font-weight: 700;
  font-size: 18px;
  padding: 0 5px;
}

.tvh-flash-sale-title h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  text-transform: none;
  margin-bottom: 10px;
  color: #fc4a1a;
}


.background-succ {
  background-color: #000000;
  color: #fff;
  width: 400px;
  z-index: 1000;
  border-radius: 5px;
  height: 215px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.background-succ .content {
  padding-top: 50px;
  position: relative;
  text-align: center;
}

.background-succ .content img {
  width: 60px;
  height: 60px;
}

.background-succ .content p {
  display: block;
  font-size: 18px;
  margin-top: 1rem;
  font-weight: 500;
  color: #fff;
}


.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: green;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: green;
  stroke-miterlimit: 10;
  margin: 0px auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #fff;
  }
}

.total-flash-sale {
  display: block;
  width: 100%;
  height: 14px;
  background: #f0f0f0;
  border-radius: 20px;
}

.text-buyed {
  background: red;
  border-radius: 5px;
  color: red;
  height: 14px;
  line-height: 14px;
  text-align: center;
}

.nav-count-buyed {
  position: absolute;
  width: 100%;
  font-size: 11px;
  line-height: 16px;
  color: #000;
}


/*modal product*/
.site-overlay {
  background: rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 100ms linear;
}

.site-overlay.active {
  opacity: 0.6;
  visibility: visible;
}

.modal-main-modal-product {
  gap: 20px;
}

button:focus {
  outline: none !important;
}

.modal-products .modal-header {
  background-color: #1b6db6;
  padding: 10px;
}

.modal-products .modal-title {
  text-align: center;
  width: 100%;
  color: #fff;
}

.close-modal-product {
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
}

.close-modal-product span {
  color: #fff;
  font-size: 25px;
}

.product-title h3 {
  font-size: 21px;
  color: #1b6db6;
  font-weight: 600;
}

.price-product span {
  font-size: 18px;
  font-weight: 500;
  display: block;
}

#swiper-slide-modal .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.swiper-slide.swiper-slide-thumb-active {
  opacity: 1 !important;
}

.gallery-modal-top img,
.gallery-modal-thumbs img {
  aspect-ratio: 4/6;
  object-fit: cover;
}

.modal-products .modal-content {
  max-width: 800px;
}

.modal-modal-left,
.modal-modal-right {
  width: 50%;
}

.tvh_modal_attribute-modal {
  border-top: 1px dotted #dfe0e1;
  border-bottom: 1px dotted #dfe0e1;
}

.tvh_modal_attribute-modal .style-variant-template {
  padding-left:0;
  margin:0;
  display: inline-block;
  vertical-align: middle;
}

.tvh_modal_attribute-modal .style-variant-template li {
  float: left;
  margin-right: 5px;
  list-style: none;
}

.tvh_modal_attribute-modal .style-variant-template label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.tvh_modal_attribute-modal .style-variant-template input {
  display: none;
}

.tvh_modal_attribute-modal .style-variant-template input[type=radio]:checked + div.mona-bg {
  border: 1px solid #D87C7C;
  background: url(https://theme.hstatic.net/1000290074/1000781377/14/bg-variant-checked.png) no-repeat right bottom #fff;
}

.tvh_modal_attribute-modal .style-variant-template li div.mona-bg {
  background: #fff;
  cursor: pointer;
  border: 1px solid #ccc;
  font-weight: 400;
  padding: 5px 10px;
}

.tvh_modal_attribute-modal .style-variant-template .out-of-stock .item-show{
  opacity:0.5;
  border: 1px dashed #ccc !important;
  cursor: not-allowed !important;
}

.tvh_modal_attribute-modal .out-of-stock div{
  opacity:0.5;
  border: 1px dashed #ccc !important;
  cursor: not-allowed !important;
}

.tvh_modal_attribute-modal .out-of-stock input[type='radio']{
  pointer-events: none;
  opacity:0.5;
}

.variant-style input.qty-btn {
  float: left;
  border: solid 1px #E5E5E5;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  outline: none;
  height: 32px;
  width: 32px;
  text-align: center;
  border-radius: 0;
}

.variant-style input#quantity {
  background: #FFF;
  font-weight: 600;
  height: 32px;
  padding: 0;
  text-align: center;
  width: 70px;
  border: 1px solid #E5E5E5;
  border-left: none;
  border-right: none;
  border-radius: 1px;
  float: left;
  -webkit-appearance: none;
}

.ModalForm .btnAddCart {
  width: 100%;
  background: #1b6db6;
  padding: 9px;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  color: #fff;
  font-weight: 600;
  transition: all .3s ease-out;
  cursor: pointer;
}

.product-descriptionn p {
  margin: 0;
}

.product-descriptionn {
  border-top: 1px dotted #dfe0e1;
}


/*--- Minh thêm*/
.tcm-loading-image {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(250,250,250,0.7);
    z-index: 1000;
}

.loading__content{
  display:flex;
  width:100%;
  height:100%;
}

.loading {
  display: block;
  margin: auto;
  position: relative;
  width: 50px;
  height: 50px;
}
.loading span {
  display: block;
  position: absolute;
  width: 50%;
  height: 50%;
}
.loading span:nth-child(1) {
  top: 0;
  left: 0;
  background-color: rgba(66, 133, 244, 0.75);
  animation: move1 2s linear infinite;
}
.loading span:nth-child(2) {
  top: 0;
  right: 0;
  background-color: rgba(219, 68, 55, 0.75);
  animation: move2 2s linear infinite;
}
.loading span:nth-child(3) {
  bottom: 0;
  left: 0;
  background-color: rgba(244, 180, 0, 0.75);
  animation: move3 2s linear infinite;
}
.loading span:nth-child(4) {
  bottom: 0;
  right: 0;
  background-color: rgba(15, 157, 88, 0.75);
  animation: move4 2s linear infinite;
}
@keyframes move1 {
  0% {
    transform: translate(0);
    z-index: 10;
  }
  25% {
    transform: translate(100%, 0);
  }
  50% {
    transform: translate(100%, 100%);
  }
  75% {
    transform: translate(0, 100%);
    z-index: 0;
  }
  100% {
    transform: translate(0);
  }
}
@keyframes move2 {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(0, 100%);
  }
  50% {
    transform: translate(-100%, 100%);
    z-index: 0;
  }
  75% {
    transform: translate(-100%, 0);
    z-index: 10;
  }
  100% {
    transform: translate(0);
  }
}
@keyframes move3 {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(0, -100%);
    z-index: 10;
  }
  50% {
    transform: translate(100%, -100%);
  }
  75% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(0);
    z-index: 0;
  }
}
@keyframes move4 {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(-100%, 0);
    z-index: 0;
  }
  50% {
    transform: translate(-100%, -100%);
    z-index: 10;
  }
  75% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0);
  }
}