*,
*::before,
*::after {
	box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
	color: #212529;
	background-color: #F5F5F5;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	border-top: 1px solid;
	opacity: 0.25;
}

h5, h4, h3, h2, h1 {
	margin: 0;
	padding: 0;
	font-weight: 500;
	line-height: 1.25;
	color: inherit;
	margin-bottom: 0.5em;
}

h1 {
	font-size: 1.75rem;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.25rem;
}

h4 {
	font-size: 1rem;
}

h5 {
	font-size: 0.85rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol,
ul,
dl {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 0.875em;
}

mark {
	padding: 0.1875em;
	color: #212529;
	background-color: #fff3cd;
}

sub,
sup {
	position: relative;
	font-size: 0.75em;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
	text-decoration: none;
}
a:hover {
	--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

figure {
	margin: 0 0 1rem;
}

img,
svg {
	vertical-align: middle;
	max-width: 100%;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
}

caption {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: rgba(33, 37, 41, 0.75);
	text-align: left;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
select {
	text-transform: none;
}

[role=button] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}
select:disabled {
	opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
	display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
	cursor: pointer;
}

textarea {
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	line-height: inherit;
	font-size: calc(1.275rem + 0.3vw);
}

output {
	display: inline-block;
}

iframe {
	border: 0;
	vertical-align: middle;
}

.container {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}

.icon-search {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(images/search.svg);
	background-color: transparent;
	background-size: 85%;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .35s ease-in-out;
}

.icon-bars {
	display: block;
	width: 30px;
	height: 32px;
	background: url(images/bars.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.icon-continue {
	display: block;
	width: 30px;
	height: 20px;
	background: url(images/continue.svg);
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
}

.icon-list {
	float: left;
	display: block;
	width: 21px;
	height: 21px;
	margin-right: 0.35em;
	background: url(images/list.svg);
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
}

.icon-checked {
	display: block;
	width: 32px;
	height: 32px;
	background: url(images/checked.svg);
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
}

.icon-phone-support {
	display: block;
	width: 26px;
	height: 26px;
	background: url(images/phone-support.svg);
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
}

.icon-shopping {
	display: block;
	width: 28px;
	height: 28px;
	background-color: #212529;
	background-image: url(images/shopping.svg);
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
}

.icon-remove {
	display: inline-block;
	width: 24px;
	height: 20px;
	background: url(images/remove.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

.icon-add {
	display: inline-block;
	width: 24px;
	height: 20px;
	background: url(images/add.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

.icon-calendar {
	display: block;
	width: 24px;
	height: 24px;
	background: url(images/calendar.svg);
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
}

.icon-facebook {
	display: block;
	width: 36px;
	height: 36px;
	background: url(images/facebook.svg);
	background-color: transparent;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 0.5em;
	transition: all .1s ease-out 0s;
}

.icon-tiktok {
	display: block;
	width: 36px;
	height: 36px;
	background: url(images/tiktok.svg);
	background-color: transparent;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 0.5em;
	transition: all .1s ease-out 0s;
}

.icon-instagram {
	display: block;
	width: 36px;
	height: 36px;
	background: url(images/instagram.svg);
	background-color: transparent;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 0.5em;
	transition: all .1s ease-out 0s;
}

.icon-google-plus {
	display: block;
	width: 36px;
	height: 36px;
	background: url(images/google-plus.svg);
	background-color: transparent;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 0.5em;
	transition: all .1s ease-out 0s;
}

.icon-youtube {
	display: block;
	width: 36px;
	height: 36px;
	background: url(images/youtube.svg);
	background-color: transparent;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 0.5em;
	transition: all .1s ease-out 0s;
}

.icon-facebook:hover,
.icon-tiktok:hover,
.icon-google-plus:hover,
.icon-youtube:hover {
	background-size: 70%;
}

.icon-instagram:hover {
	background-size: 90%;
}

.icon-address {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(images/address.svg);
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
}

.icon-phone-footer {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(images/phone-footer.svg);
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
}

.icon-email-footer {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(images/email-footer.svg);
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
}

.header {
	background-color: #FFF;
	box-shadow: 0 1px rgb(233,233,233);
}
.row-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 1.75em;
	height: 100px;
}

.logo-image {
	height: 50px;
}

.main-menu ul.menu {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 2.5em;
}

.main-menu ul.menu li {
	position: relative;
}

.main-menu ul.menu li.home-menu {
	display: none;
}

.main-menu ul.menu a {
	display: block;
	color: #212529;
	font-size: 1.15rem;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 1em;
	padding-bottom: 1em;
}

.main-menu ul.menu ul.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 260px;
	background-color: #FFF;
	border: 1px solid #e1e1e1;
	border-radius: 0.25em;
	padding-top: 0.5em;
	z-index: 999;
}

.main-menu ul.menu li:hover ul.sub-menu {
	display: block;	
}

.main-menu ul.sub-menu li {
	border-bottom: 1px solid #e1e1e1;
}

.main-menu ul.sub-menu li:last-child {
	border-bottom: none;
}

.main-menu ul.sub-menu a {
	display: block;
	color: inherit;
	font-size: 1.1rem;
	font-weight: 500;
	text-transform: none;
	white-space: nowrap;
	line-height: 1.5;
	padding: 0.5em 1em;
}

.front-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}

.front-header .main-header {
	background-color: rgba(255, 255, 255, 0.85);
	box-shadow: none;
}

.fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}

.front-header:hover .main-header,
.fixed-top .main-header {
	background-color: #FFF;
	box-shadow: 0 1px rgb(233,233,233);
	color: #212529;
}

.right-header {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	gap: 1.0em;
}

.header .icon-search {
	background-image: url(images/search.svg);
}

.right-header {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	gap: 1.0em;
	min-width: 120px;
}

.search-header {
	cursor: pointer;
}

.search-header i {
	z-index: -1;
}

.search-header:hover i {
	background-size: 100%;
}

.toggle-menu {
	display: none;
	background: #FFF;
	border: 2px solid #e1e1e1;
	padding: 0.25em 0.5em;
	border-radius: 5px;
	line-height: 0;
	text-align: center;
}

.content-search-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #FFF;
}

.content-search-header .search-form {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 550px;
	max-width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: #FFF;
	border: 3px solid #e1e1e1;
	border-radius: 0.25em;
}

.search-field {
	flex: 1;
	background: transparent;
	border: none;
	color: #212529;
	font-size: 1rem;
	font-weight: 500;
	padding: 0.75em;
	outline: none;
}

.search-submit {
	background-color: #F5F5F5;
	border: none;
	border-left: 1px solid #e1e1e1;
	color: #212529;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.75em 1em;
}

.home-slider {
	position: relative;
}

.main-content {
	padding-bottom: 2.5em;
}

.home-connect {
	padding-top: 3.0em;
	margin-bottom: 1.75em;
}

.header-connect {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.title-connect {
	flex: 0 0 auto;
	width: 420px;
	color: inherit;
	font-size: 2.75rem;
	font-weight: 600;
	text-transform: capitalize;
}

.note-connect {
	color: inherit;
	font-size: 1.5rem;
	font-weight: 500;
}

.video-connect {
	border-radius: 0.25em;
	height: 500px;
	overflow: hidden;
	margin-bottom: 1.75em;
}

.category-header {
	padding-top: 3.0em;
	margin-bottom: 1.75em;
}

.category-title {
	color: #FFF;
	font-size: 2.25rem;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
}

.breadcrumb-bar {
	padding-top: 1.25em;
	padding-bottom: 1.25em;
}
.category-header .breadcrumb-bar {
	background-color: transparent;
}
.breadcrumb {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    list-style: none;
    overflow: hidden;	
}
.breadcrumb-item {
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	white-space: nowrap;
}
.breadcrumb-item a {
	color: #212529;
	font-size: 1rem;
	font-weight: 400;
}
.category-header .breadcrumb-item a {
	color: #FFF;
}
.breadcrumb-item a:hover {
	color: #FF9200;
}
.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #212529;
	content: "/";
}
.category-header .breadcrumb-item + .breadcrumb-item::before {
	color: #FFF;
}
.breadcrumb li.active {
	color: #858585;
	font-size: 1rem;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.category-header .breadcrumb li.active {
	color: #d5d5d5;
}

.page-header {
	margin-bottom: 0.5em;
}

.header-title {
	color: inherit;
	font-size: 1.65em;
	font-weight: 600;
	margin-bottom: 0;
}

.page-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1.75em;
}

.page-left {
	flex: 0 0 auto;
	width: 280px;
}

.cate-menu {
	background-color: #FFF;
	border: 1px solid #e1e1e1;
	border-radius: 0.25em;
	overflow: hidden;
}

.cate-menu-title {
	color: inherit;
	font-size: 1.15rem;
	font-weight: 600;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 0.75em;
}

.cate-menu-list li {
	border-top: 1px solid #e1e1e1;
	padding: 0.75em 1em;
}

.cate-menu-list a {
	color: inherit;
	font-size: 1.15rem;
	font-weight: 500;
	line-height: 1.35;
}

.product-price-filter {
	background-color: #FFF;
	border: 1px solid #e1e1e1;
	border-radius: 0.25em;
	padding: 1em;
	margin-top: 1.25em;
}

.title-price-filter {
	color: inherit;
	font-size: 1.15rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

.list-price-filter li {
	line-height: 1.75;
}

.list-price-filter label {
	cursor: pointer;
}

.page-main {
	flex: 1;
	width: calc(100% - 280px - 1.75em);
}

.home-slider {
	max-width: 100%;
	overflow: hidden;
}

.home-categories {
	padding-top: 3.0em;
}

.header-categories {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1.5em;
}

.title-categories {
	color: inherit;
	font-size: 2.5rem;
	font-weight: 600;
	text-transform: uppercase;
}

.note-categories {
	color: inherit;
	font-size: 1.5rem;
	font-weight: 500;
}

.row-categories {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 1.75em;
}

.cate-1, .cate-3 {
	position: relative;
	background-color: #FFF;
	flex: 0 0 auto;
	width: 28%;
	overflow: hidden;
	border-radius: 1.25em;
	border: 1px solid #FFF;
}

.cate-2 {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 1.5em;
}

.cate-21, .cate-22 {
	position: relative;
	background-color: #FFF;
	overflow: hidden;
	border-radius: 1.25em;
	border: 1px solid #FFF;
}

.cate-1, 
.cate-21, 
.cate-22 
.cate-3  {
	display: block;
	overflow: hidden;
}
.cate-1 .bg-categories, 
.cate-21 .bg-categories, 
.cate-22 .bg-categories,
.cate-3 .bg-categories {
  width: 100%;
  transform: scale(1);
  transition: all .2s ease-out 0s;
}
.cate-1:hover .bg-categories, 
.cate-21:hover .bg-categories, 
.cate-22:hover .bg-categories,
.cate-3:hover .bg-categories {
  transform:scale(1.05) 
}

.name-categories {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.0rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	background: rgba(5, 5, 5, 0.35);
	border-radius: 0.15em;
	color: #FFF;
	padding: 0.15em 0.35em;
}

.home-explore {
	padding-top: 1.5em;
}

.header-explore {
	margin-bottom: 0.75em;
}

.title-explore {
	color: inherit;
	font-size: 2.25rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}

.banner-explore {
	background-color: #FFF;
	border: 1px solid #FFF;
	border-radius: 1.25em;
	margin-bottom: 1.75em;
	overflow: hidden;
}

.row-explore {
	border-radius: 1.25em;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.image-explore {
	display: block;
	overflow: hidden;
}
.thumb-explore {
  width: 100%;
  transform: scale(1);
  transition: all .2s ease-out 0s;
}
.image-explore:hover .thumb-explore {
  transform:scale(1.05) 
}

.name-explore {
	opacity: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.75rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	background: rgba(5, 5, 5, 0.35);
	border-radius: 0.15em;
	color: #FFF;
	padding: 0.15em 0.35em;
	transition: opacity 0.5s ease-in;
}

.row-explore:hover .name-explore {
	opacity: 1;
}

.home-header {
	margin-bottom: 0.75em;
}

.home-title {
	color: inherit;
	font-size: 1.75rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
}

.home-text {
	color: inherit;
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 0.5em;
}

.home-product {
	padding-top: 3.0em;
}

.product-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 1.25em;
}

.row-product {
	background-color: #FFF;
	border: 1px solid #eee;
	border-radius: 0.25em;
	overflow: hidden;
}

.list-product .row-product, 
.list-product-best .row-product {
	margin-bottom: 1.25em;
}

.image-row-product {
	display: block;
	overflow: hidden;
}
.thumb-row-product {
  width: 100%;
  transform: scale(1);
  transition: all .2s ease-out 0s;
}
.image-row-product:hover .thumb-row-product {
  transform:scale(1.05) 
}

.info-row-product {
	padding: 0.75em 0.85em;
}

.name-row-product {
	color: inherit;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 0.5em;
	white-space: initial;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.price-row-product {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0.25em;
	color: inherit;
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0.75em;
}

.price-row-product del {
	color: #858585;
	font-size: 1rem;
	font-weight: 400;
}

.sale-row-product {
	display: block;
	color: #000;
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1;
}

.color-row-product {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0.25em;
	margin-bottom: 1em;
}

.color-row-product li {
	font-size: 0;
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #ccc;
	border-radius: 50%;
}

.buyer-row-product {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0.5em;
	width: 130px;
	color: inherit;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	background-color: transparent;
	border-radius: 14px;
	transition: all .35s ease-in-out;
}

.buyer-row-product:hover {
	background-color: #212529;
	color: #FFF;
}

.page-navigation {
	display: flex;
	justify-content: center;
	margin-top: 1.75em;
	margin-bottom: 1.75em;
}
.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
}
.page-link {
	position: relative;
	display: block;
	padding: 0.35em 0.85em;
	font-size: 1rem;
	background-color: #FFF;
	color: #212529;
	text-decoration: none;
	background-color: transform;
	border: 1px solid #dee2e6;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-item a:hover {
	color: #212529;
	background-color: #eee;
}
.page-item:first-child .page-link {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.page-item:last-child .page-link {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.page-item:not(:first-child) .page-link {
	margin-left: -1px;
}
.active > .page-link,
.page-link.active {
	z-index: 3;
	color: #fff;
	background-color: #212529;
}
.pagination li.active a:hover {
	color: #fff;
	background-color: #212529;
}

.product-content {
	background-color: #FFF;
	border: 1px solid #eee;
	border-radius: 0.25em;
	padding: 1.5em;
}

.product-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1.75em;
}

.product-left {
	flex: 0 0 auto;
	width: 40%;
}

.product-image-slider {
	margin-bottom: 1em;
}

.product-image-thumb {
	background-color: #F5F5F5;
	border: 1px solid #e1e1e1;
	cursor: pointer;
}

.product-image-list .slick-current {
	border: 1px solid #ed1c24;
}

.product-right {
	flex: 1;
}

.product-name {
	color: inherit;
	font-size: 1.5rem;
	font-weight: 600;
}

.product-sku-label {
	color: inherit;
	font-size: 1rem;
	font-weight: 400;
}

.product-sku-text {
	color: inherit;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
}

.product-meta {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1.75em;
}

.product-meta-list {
	flex: 1;
}

.product-price {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0.5em;
	background-color: #F5F5F5;
	border: 1px solid #e1e1e1;
	border-radius: 0.25em;
	padding: 1em;
	margin-top: 1em;
}

.product-price-label {
	color: inherit;
	font-size: 1rem;
	font-weight: 600;
}

.product-price-del {
	color: #858585;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: line-through;
}

.product-price-sale {
	color: #ed1c24;
	font-size: 1.75rem;
	font-weight: 600;
}

.product-color {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 1.25em;
	margin-top: 1.75em;
}

.product-color-label {
	color: inherit;
	font-size: 1rem;
	font-weight: 600;
	width: 80px;
}

.product-color-text {
	display: block;
	color: #00F;
	font-size: 0.85rem;
	font-weight: 500;
}

.product-color-list {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0.35em;
}

.product-color-list li {
	background-color: #FFF;
	border-radius: 50%;
	padding: 0.25em;
}

.product-color-list span {
	display: block;
	font-size: 0;
	text-indent: -1;
	width: 28px;
	height: 28px;
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	cursor: pointer;
}

.product-color-list li.selected {
	border: 1px solid #e1e1e1;
}

.product-color-list li.selected span {
	border: none;
}

.product-quantity {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 1.25em;
	margin-top: 1.25em;
}

.product-qty-label {
	color: inherit;
	font-size: 1rem;
	font-weight: 600;
	width: 80px;
}

.product-quantity-frame {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	margin-top: 8px;
}
.product-qty-remove {
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-color: #FFF;
	border: 1px solid #e1e1e1;
	border-right: medium none;
	border-radius: 4px 0px 0px 4px;
}
.product-qty-number {
	width: 50px;
	height: 40px;
	color: rgb(36, 36, 36);
	font-size: 1em;
	font-weight: 600;
	text-align: center;
	outline: none;
	border: 1px solid #e1e1e1;
}
.product-qty-add {
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-color: #FFF;
	border: 1px solid #e1e1e1;
	border-left: medium none;
	border-radius: 0px 4px 4px 0px;
}

.product-order {
	margin-top: 1.75em;
}

.product-order-btn {
	display: inline-block;
	background-color: #212529;
	border-radius: 0.25em;
	color: #FFF;
	font-size: 1.25em;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 0.65em 1.5em;
	width: 250px;
	max-width: 100%;
}

.product-info {
	flex: 0 0 auto;
	width: 30%;
	background-color: #FFF;
	border: 1px solid #e1e1e1;
	border-radius: 0.25em;
	padding: 1em;
}

.product-info-item:first-child {
	margin-bottom: 1em;
}

.product-info-title {
	color: inherit;
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 0.5em;
}

.product-info-list li {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0.5em;
	margin-bottom: 0.5em;
}

.product-info-list li:last-child {
	margin-bottom: 0;
}

.product-description {
	margin-top: 2.0em;
}

.product-desc-title {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.product-desc-title li {
	background-color: #e1e1e1;
	border: 1px solid #e1e1e1;
	color: #656565;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.75em 1em;
	margin-bottom: -1px;
	cursor: pointer;
}

.product-desc-title li.active {
	background-color: #FFF;
	border: 1px solid #eee;
	border-bottom: 1px solid #FFF;
	color: inherit;
}

.product-desc-content {
	background-color: #FFF;
	border: 1px solid #eee;
	border-radius: 0 0.25em 0.25em 0.25em;
	color: inherit;
	font-size: 1rem;
	font-weight: 400;
	text-align: justify;
	padding: 1em 1.25em;
}

.product-relate {
	margin-top: 2.0em;
}

.product-relate-title {
	color: inherit;
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0.75em;
}

.home-choose {
	margin-top: 1.75em;
}

.choose-header {
	background-color: #f6f5f0;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.choose-title {
	color: inherit;
	font-size: 2.25rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

.row-choose {
	position: relative;
}

.image-choose {
	background-color: #FFF;
	border-radius: 1.25em;
	overflow: hidden;
}

.info-choose {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	max-width: 100%;
}

.name-choose {
	color: #FFF;
	font-size: 2.0rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 1.75em;
}

.readmore-choose {
	display: block;
	background-color: #FFF;
	border-radius: 1.25em;
	color: inherit;
	font-size: 1.25rem;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	padding: 0.5em 1em;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}

.home-blogs {
	margin-top: 3.0em;
	margin-bottom: 3.0em;
}

.content-blogs {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1.5em;
}

.first-blogs {
	position: relative;
	background-color: #FFF;
	border: 1px solid #FFF;
}

.content-first-blogs {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.content-first-blogs {
	background-image: linear-gradient(transparent, #252525);
	padding: 1.25em;
}

.date-first-blogs {
	color: #FFF;
	font-size: 1rem;
	font-weight: 400;
}

.name-first-blogs {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 0.5em;
}

.readmore-first-blogs {
	float: right;
	color: #FFF;
	font-size: 1rem;
	font-weight: 500;
}

.list-blogs {
	display: flex;
	flex-direction: column;
	align-content: stretch;
	gap: 1em;
}

.item-blogs {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1em;
	background-color: #FFF;
	border: 1px solid #FFF;
}

.image-blogs {
	flex: 0 0 auto;
	width: 162px;
}

.text-blogs {
	display: flex;
	flex-direction: column;
	align-content: space-between;
}

.date-blogs {
	color: #757575;
	font-size: 0.95rem;
	font-weight: 400;
}

.name-blogs {
	color: inherit;
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 0.25em;
}

.readmore-blogs {
	flex: 0;
	margin-bottom: 0;
	color: #757575;
	font-size: 0.85rem;
	font-weight: 400;
}

.home-certificate {
	margin-top: 3.0em;
	margin-bottom: 3.0em;
}

.image-certificate {
	background-color: #FFF;
	padding-left: 1em;
	padding-right: 1em;
}

.post-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1.5em;
}

.row-post {
	background-color: #FFF;
	border: 1px solid #eee;
	border-radius: 0.25em;
	overflow: hidden;
}

.content-post {
	padding: 1em;
}

.name-row-post {
	white-space: initial;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	color: inherit;
	font-size: 1.15rem;
	font-weight: 600;
	margin-bottom: 0.5em;
	line-height: 1.4;
}

.content-row-post {
	white-space: initial;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	color: inherit;
	font-size: 1rem;
	font-weight: 400;
	text-align: justify;
}

.calendar-row-post {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	gap: 0.25em;
	margin-top: 0.75em;
}

.calendar-row-post span {
	color: #757575;
	font-size: 1rem;
	font-weight: 600;
}

.post-content {
	background-color: #FFF;
	border: 1px solid #eee;
	border-radius: 0.25em;
	padding: 1.75em;
}

.post-meta {
	color: #757575;
	font-size: 1rem;
	font-weight: 500;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 1.5em;
	margin-bottom: 0.75em;
}

.post-date {
	list-style-type: disc;
}

.post-image {
	margin-bottom: 1.25em;
}

.post-relation {
	margin-top: 2.0em;
}

.post-relation-title {
	color: inherit;
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0.75em;
}

.post-relation-item {
	background-color: #FFF;
	border: 1px solid #eee;
	border-radius: 0.25em;
	overflow: hidden;
}

.post-relation-name {
	white-space: initial;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	color: inherit;
	font-size: 1.05rem;
	font-weight: 600;
	margin: 0.75em 1em;
}

.latest-blogs {
	margin-top: 1.5em;
}

.title-latest-blog {
	color: inherit;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

.list-latest-blog {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.item-latest-blog {
	background-color: #FFF;
	border: 1px solid #FFF;
}


.item-latest-blog a {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 0.5em;
}

.image-latest-blog {
	flex: 0 0 auto;
	width: 120px;
}

.content-latest-blog {
	display: flex;
	flex-direction: column;
	align-content: space-between;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.name-latest-blog {
	white-space: initial;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	color: inherit;
	font-size: 1rem;
	font-weight: 400;
}

.cate-latest-blog {
	color: inherit;
	font-size: 0.85rem;
	font-weight: 400;
}

.date-latest-blog {
	color: #757575;
	font-size: 0.85rem;
	font-weight: 400;
}

.page-contact,
.page-map {
	flex: 0 0 auto;
	width: 50%;
}

.page-contact {
	background-color: #FFF;
	border: 1px solid #eee;
	border-radius: 0.25em;
	padding: 1.75em;
}

.page-map {
	border: 1px solid #FFF;
	border-radius: 0.25em;
	overflow: hidden;
}

.contact-header {
	margin-bottom: 1em;
}

.contact-title {
	color: inherit;
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0;
}

.contact-noted {
	color: inherit;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 1em;
}

.contact-row-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1.5em;
}

.form-group {
	margin-bottom: 1.5em;
}

.form-control {
	background-color: #FFF;
	border: 1px solid #d5d5d5;
	border-radius: 0.25em;
	padding: 0.75em 1em;
	display: block;
	color: inherit;
	font-size: 1rem;
	font-weight: 500;
	width: 100%;
	max-width: 100%;
}

.ct-submit {
	background-color: #212529;
	border: none;
	border-radius: 0.25em;
	color: #FFF;
	font-size: 1rem;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0.75em 1em;
}

.footer {
	background: #343434;
}

.footer-register {
	background-image: url("images/bg-cuoi-trang.gif");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.footer-register-row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.75em;
}

.title-register {
	color: #FFF;
	font-size: 1.75rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0.25em;
}

.text-register {
	color: #FFF;
	font-size: 1.25rem;
	font-weight: 400;
}

.form-register-footer {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.input-register {
	background-color: #FFF;
	border: 2px solid #212529;
	border-radius: 0.75em;
	color: inherit;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	padding: 0.75em 1em;
	width: 350px;
	max-width: 100%;
}

.main-footer {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}

.row-footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1.75em;
}

.intro-footer {
	flex: 0 0 auto;
	width: 30%;
}

.title-footer {
	color: #FFF;
	font-size: 1.25rem;
	font-weight: 600;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.text-intro {
	color: #FFF;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 1.25em;
}

.license-intro {
	color: #FFF;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 1.75em;
}

.social-footer {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0.5em;
	margin-top: 1em;
}

.social-footer a {
	color: #FFF;
	font-size: 1rem;
	font-weight: 500;
}

.right-footer {
	flex: 1;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1.75em;
}

.address-contact {
	color: #FFF;
	font-size: 1rem;
	font-weight: 400;
}

.advice-footer {
	margin-top: 1em;
}

.advice-title {
	color: #FFF;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0.5em;
}

.advice-content {
	color: #FFF;
	font-size: 1rem;
	font-weight: 400;
}

.cooperation-footer {
	margin-top: 1em;
}

.cooperation-title {
	color: #FFF;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0.5em;
}

.cooperation-content {
	color: #FFF;
	font-size: 1rem;
	font-weight: 400;
}

.menu-footer ul.menu {
	padding-left: 1em;
}

.menu-footer ul.menu li {
	color: #FFF;
	list-style-type: disc;
}

.menu-footer a {
	display: block;
	color: #FFF;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75;
}

.copy-right {
	border: 1px solid rgba(255, 255, 255, 0.25);
	padding-top: 1.25em;
	padding-bottom: 1.25em;
}

.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.5);
	z-index: 1;
}

.text-copy-right {
	color: #FFF;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
}

.slick-slider {
	margin-right: -0.75em;
    margin-left: -0.75em;
}
.product-image-list {
	margin-right: -0.35em;
    margin-left: -0.35em;
}
.list-choose {
	width: 100%;
	overflow: hidden;
}
.list-step {
	margin-right: 0;
    margin-left: 0;
}
.slick-track {
	display: flex;
}
.slick-slide {
	height: inherit;
    margin-right: 0.75em;
    margin-left: 0.75em;
}
.product-image-thumb {
	margin-right: 0.35em;
    margin-left: 0.35em;
}
.list-step .slick-slide {
	margin-right: 0;
    margin-left: 0;
}
.slick-prev {
	position: absolute;
	top: 50%;
	left: -40px;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 0;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgb(223 223 223 / 1);
	transform: translateY(-50%);
	transition: all 0.35s ease;
	z-index: 1;
}
.slick-prev::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(images/prev.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center; 
}
.slick-next {
	position: absolute;
	top: 50%;
	right: -40px;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 0;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgb(223 223 223 / 1);
	transform: translateY(-50%);
	transition: all 0.35s ease;
	z-index: 1;
}
.slick-next::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(images/next.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center; 
}
.slick-prev:hover,
.slick-next:hover {
	background: rgba(255, 255, 255, 1.0);
}

.slick-dots {
	position: absolute;
	left: 50%;
	bottom: 2.5em;
	transform: translateX(-50%);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0.75em;
}

.slick-dots button {
	display: block;
	font-size: 0;
	text-indent: -9999px;
	background: rgba(255, 255, 255, 0.35);
	border: none;
	width: 64px;
	height: 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots .slick-active button {
	background: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 992px) {
	
}

@media screen and (max-width: 576px) {
	
	.front-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99999;
	}

	.front-header .main-header {
		color: inherit;
		background-color: #FFF;
		box-shadow: none;
	}

	.fixed-top {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99999;
	}

	.front-header:hover .main-header,
	.fixed-top .main-header {
		background-color: #FFF;
		box-shadow: 0 1px rgb(233,233,233);
		color: #212529;
	}

	.front-header .main-header .icon-search {
		background-image: url(images/search.svg);
	}

	.front-header:hover .main-header .icon-search,
	.fixed-top .main-header .icon-search {
		background-image: url(images/search.svg);
	}
	
	.row-header {
		height: 80px;
	}
	
	
	.main-menu {
		position: fixed;
		display: none;
		background-color: #FFF;
		width: 280px;
		height: 100%;
		top: 0px;
		left: 0px;
		z-index: 99999;
		box-shadow: 0 -10px 20px -5px rgba(115,115,115,0.75), 10px 0 20px -5px rgba(115,115,115,0.75);
		overflow: scroll;
	}
	.main-menu ul.menu {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		border-bottom: none;
		gap: 0;
	}
	.main-menu ul.menu li.home-menu {
		display: block;
	}
	.main-menu ul.menu li {
		display: block;
		width: 100%;
		border-bottom: 1px solid #e1e1e1;
	}
	.main-menu ul.menu li a {
		display: block;
		color: #212529;
		font-size: 1.15rem;
		font-weight: 600;
		text-transform: uppercase;
		text-align: left;
		padding: 0.75em 1em;
	}
	.main-menu ul.menu li.current-menu-parent > a,
	.main-menu ul.menu li.current-menu-item a {
		color: #c5161d !important;
	}
	.main-menu ul.menu ul.sub-menu {
		position: relative;
		display: none;
		border: none;
		border-top: 1px solid #e1e1e1;
		box-shadow: none;
		padding: 0.5em 0;
		width: 100%;
	}
	.main-menu li:hover ul.sub-menu {
		display: block;
	}
	.main-menu ul.sub-menu li {
		padding-left: 1em;
		border-bottom: none;
	}
	.main-menu ul.sub-menu li a {
		display: block;
		color: #212529;
		font-size: 1.1rem;
		font-weight: 600;
		text-transform: initial;
		padding: 0.25em 1em;
	}
	.content-search-header {
		height: 80px;
	}
	.content-search-header .search-form {
		max-width: 92%;
	}
	.toggle-menu {
		display: block;
	}
	
	.main-content {
		padding-bottom: 1.25em;
	}
	
	.home-slider {
		margin-top: 80px;
	}
	.home-slider-content {
		margin-top: 0;
	}
	.home-slider-title {
		font-size: 1.25rem;
	}
	.home-slider-text {
		font-size: 1rem;
		line-height: 1.25;
		padding-left: 0.75em;
		padding-right: 0.75em;
	}
	.home-slider-button {
		font-size: 1rem;
		width: 150px;
	}
	.home-categories {
		padding-top: 0.75em;
	}
	.row-categories {
		display: flex;
		flex-direction: column;
		gap: 1em;
	}
	.cate-1, .cate-3, .cate-21, .cate-22 {
		width: 100%;
		height: 168px;
	}
	.cate-2 {
		gap: 1em;
	}
	.bg-categories {
		margin: 0;
		position: absolute;
		top: 50%;
		left: 0;
		-ms-transform: translateY(-50%)!important;
		transform: translateY(-50%)!important;
		width: 100%;
	}
	.name-categories {
		font-size: 1.5rem;
	}
	.home-design {
		padding-top: 1.25em;
	}
	.header-design {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-top: 1.75em;
	}
	.title-design {
		font-size: 1.75rem;
		text-align: center;
		margin-bottom: 0;
		padding-right: 0;
	}
	.home-video {
		margin-bottom: 1.25em;
	}
	.text-design {
		font-size: 1.25rem;
		text-align: center;
		border-left: none;
		padding-left: 0.75em;
		padding-right: 0.75em;
	}
	.home-title {
		font-size: 1.5rem;
	}
	.list-product .row-product, 
	.list-product-best .row-product {
		margin-bottom: 0.65em;
	}
	.name-choose {
		font-size: 1.5rem;
		margin-bottom: 1.0em;
	}
	.readmore-choose {
		font-size: 1rem;
		width: 140px;
	}
	.home-certificate {
		margin-bottom: 2.25em;
	}
	.home-blogs {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}
	.content-blogs {
		display: flex;
		flex-direction: column;
		gap: 1em;
	}
	.name-first-blogs {
		font-size: 1.25rem;
	}
	.date-blogs {
		display: none;
	}
	.name-blogs {
		font-size: 1rem;
		margin-top: 0.25em;
	}
	.page-left {
		display: none;
	}
	.page-main {
		width: 100%;
	}
	.category-header {
		padding-top: 1.75em;
		margin-bottom: 1.25em;
	}
	.category-title {
		font-size: 1.75em;
		margin-bottom: 0;
	}
	.breadcrumb {
		justify-content: center;
	}
	.product-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 0.75em;
	}
	.price-row-product {
		display: block;
	}
	.product-content {
		padding: 1.25em;
	}
	.product-row {
		display: flex;
		flex-direction: column;
	}
	.product-left, .product-right {
		width: 100%;
	}
	.product-name {
		font-size: 1.25rem;
	}
	.product-info {
		display: none;
	}
	.product-description {
		margin-top: 1.25em;
	}
	.product-relate {
		margin-top: 1.25em;
	}
	.post-list {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 1.25em;
	}
	.post-content {
		padding: 1.25em;
	}
	.header-title {
		font-size: 1.25em;
	}
	.page-row {
		display: flex;
		flex-direction: column;
		gap: 1.25em;
	}
	.page-contact, .page-map {
		width: 100%;
	}
	.footer-register-row {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 1em;
	}
	.content-register {
		text-align: center;
	}
	.title-register {
		font-size: 1.35em;
	}
	.main-footer {
		padding-top: 1.0em;
		padding-bottom: 1.5em;
	}
	.row-footer {
		display: flex;
		flex-direction: column;
		gap: 0.5em;
	}
	.intro-footer {
		width: 100%;
	}
	.right-footer {
		display: flex;
		flex-direction: column;
		gap: 0;
	}
	
	.slick-slider {
		margin-right: -0.45em;
		margin-left: -0.45em;
		overflow: hidden;
	}

	.slick-slide {
		margin-right: 0.45em;
		margin-left: 0.45em;
	}
	
	.slick-prev {
		left: -50px;
	}
	
	.slick-next {
		right: -50px;
	}
	
	.slick-dots {
		bottom: 1.25em;
	}
}
