div.wrapper {
	height: auto;
	margin: auto;
	margin-bottom: 70px;
	margin-top: 20px;
	position: relative;
	width: 1200px;
}

div.wrapper div.navigation a {
	font-size: 13px;
}

div.wrapper div.navigation i {
	font-size: 15px;
	position: relative;
	margin: 0 1px;
	top: 2px;
}

div.wrapper div.top {
	margin-top: 15px;
	height: auto;
	width: 100%;
}

div.wrapper div.top div.main-top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

div.wrapper div.top div.main-top div.img img {
	background-color: #ffffff;
	height: 450px;
	object-fit: cover;
	width: 450px;
}

div.wrapper div.top div.main-top div.img-slider {
	display: flex;
	flex-direction: row;
	height: auto;
	margin-top: 10px;
	overflow-x: scroll;
	width: 450px;
}

div.wrapper div.top div.main-top div.img-slider img {
	border-radius: 5px;
	cursor: pointer;
	height: 80px;
	margin-right: 10px;
	transition: 0.2s;
	width: 80px;
}

div.wrapper div.top div.main-top div.img-slider img:hover {
	filter: brightness(0.9);
}

div.wrapper div.top div.main-top div.ket {
	height: auto;
	width: 700px;
}

div.wrapper div.top div.main-top div.ket h1.title {
	font-size: 25px;
}

div.wrapper div.top div.main-top div.ket p.subtitle {
	color: #666666;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 600;
}

div.wrapper div.top div.main-top div.ket table tr {
	height: 32px;
}

div.wrapper div.top div.main-top div.ket table tr.newPrice td.price {
	position: relative;
	top: -10px;
}

div.wrapper div.top div.main-top div.ket table tr td.oldPrice {
	color: #666666;
	font-family: "Open Sans";
	font-size: 14px;
	text-decoration: line-through;
}

div.wrapper div.top div.main-top div.ket table tr td {
	color: #111;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 400;
}

div.wrapper div.top div.main-top div.ket table tr td.t {
	color: #333333;
	font-family: "Nunito";
	font-size: 16px;
	width: 150px;
}

div.wrapper div.top div.main-top div.ket table tr td.price {
	color: tomato;
	font-family: "Open Sans";
	font-size: 30px;
	font-weight: 600;
}

div.wrapper div.top div.main-top div.ket table tr td div.form-group {
	position: relative;
	top: 5px;
}

div.wrapper div.top div.main-top div.ket table tr td button {
	background-color: #ffffff;
	border: 1px solid #ccc;
	font-family: "Nunito";
	font-weight: 600;
	height: 30px;
	outline: none;
	width: 30px;
}

div.wrapper div.top div.main-top div.ket table tr td input {
	background-color: white;
	border: none;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
	text-align: center;
	height: 30px;
	outline: none;
	position: relative;
	top: 1px;
	width: 50px;
}

div.wrapper div.description {
	color: #666666;
	margin-top: 20px;
}

div.wrapper div.description h2 {
	font-size: 22px;
}

div.wrapper div.description h3 {
	font-size: 19px;
}

div.wrapper div.description h4 {
	font-size: 17px;
}

div.wrapper div.description p {
	font-size: 14.5px;
}

div.wrapper div.description img {
	width: 50%;
}

div.category-menu {
	height: 100px;
	margin: auto;
	margin-top: 40px;
	position: relative;
	width: 1000px;
}

div.category-menu div.main-category {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

div.category-menu div.main-category div.item {
	cursor: pointer;
	margin: 0 20px;
	position: relative;
	width: 130px;
}

div.category-menu div.main-category div.item:hover p {
	color: #2c598a;
}

div.category-menu div.main-category div.item img {
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	width: 50px;
}

div.category-menu div.main-category div.item p {
	color: #333333;
	font-family: "Open Sans";
	font-size: 15px;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
}

div.modal-body div.main-category {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

div.modal-body div.main-category div.item {
	cursor: pointer;
	margin: 0 10px;
	width: 90px;
}

div.modal-body div.main-category div.item:hover p {
	color: #2c598a;
}

div.modal-body div.main-category div.item img {
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	width: 50px;
}

div.modal-body div.main-category div.item p {
	color: #333333;
	font-family: "Open Sans";
	font-size: 15px;
	margin-top: 10px;
	text-align: center;
}

div.promo {
	box-shadow: 1px 2px 25px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	height: auto;
	margin: auto;
	margin-bottom: 30px;
	margin-top: 30px;
	position: relative;
	width: 1100px;
}

div.promo div.card-header {
	background-color: #008cd7;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-sizing: border-box;
	height: 60px;
	position: relative;
}

div.promo div.card-header p {
	font-family: "Open Sans";
	font-size: 15px;
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
}

div.promo div.card-header button {
	background-color: white;
	border: none;
	border-radius: 3px;
	color: #008cd7;
	font-family: "Nunito";
	font-weight: 600;
	padding: 4px 10px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
	transition: 0.2s;
}

div.promo div.card-header button:hover {
	background-color: #ffffff;
}

div.promo div.bottom {
	background-color: white;
	border: 1px solid #ddd;
	border-top: none;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	height: auto;
	padding: 30px;
	width: 100%;
}

div.promo div.bottom div.card {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
	border: none;
	border-radius: 7px;
	margin: 0 12px;
	width: 150px;
}

div.promo div.bottom div.card div.card-body {
	margin-top: 5px;
	padding: 0;
}

div.promo div.bottom div.card div.card-body p.card-text {
	color: #333333;
	font-size: 15px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
}

a.text-infonya {
	color: #2a04ff;
	font-size: 15px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1; /* number of lines to show */
	-webkit-box-orient: vertical;
}
div.promo div.bottom div.card div.card-body p.oldPrice {
	color: #777777;
	font-size: 14px;
	margin-top: 5px;
	text-decoration: line-through;
}

div.promo div.bottom div.card div.card-body p.newPrice {
	color: #2c598a;
	font-family: "Nunito";
	font-size: 15px;
	font-weight: 600;
	margin-top: 5px;
}
div.product-wrapper {
	height: auto;
	margin: auto;
	margin-bottom: 30px;
	position: relative;
	width: 1100px;
}
div.product-wrapper h2.title {
	color: #222222;
	font-family: "Open Sans";
	font-size: 21px;
	font-weight: 600;
}

div.product-wrapper div.main-product {
	display: flex;
	flex-direction: row;
}

div.product-wrapper div.main-product button {
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-radius: 50%;
	color: #444;
	font-size: 15px;
	height: 40px;
	outline: none;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 40px;
	z-index: 1;
}

div.product-wrapper div.main-product button.slick-prev {
	left: -10px;
}

div.product-wrapper div.main-product button.slick-next {
	right: -10px;
}

div.product-wrapper div.main-product div.card {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
	border: none;
	border-radius: 7px;
	margin: 0 10px;
	margin-bottom: 7px;
	width: 163px;
}

.slick-slide {
	outline: none;
}

div.product-wrapper div.main-product div.card div.card-body {
	margin-top: 10px;
	padding: 0;
}

div.product-wrapper div.main-product div.card div.card-body p.card-text {
	color: #333333;
	font-size: 15px;
	line-height: 22px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
}

div.product-wrapper div.main-product div.card div.card-body p.line-3 {
	-webkit-line-clamp: 3;
}

div.product-wrapper div.main-product div.card div.card-body p.price {
	color: #2c598a;
	font-family: "Nunito";
	font-size: 15px;
	font-weight: 600;
	margin-top: 5px;
	padding: 0 10px;
}

div.product-wrapper div.main-product div.card div.card-body p.oldPrice {
	color: #777777;
	font-size: 14px;
	margin-top: 5px;
	padding: 0 10px;
	text-decoration: line-through;
}

div.product-wrapper div.main-product div.card div.card-body p.newPrice {
	color: #2c598a;
	font-family: "Nunito";
	font-size: 15px;
	font-weight: 600;
	margin-top: 5px;
	padding: 0 10px;
}

div.product-wrapper button.more {
	background-color: white;
	border: 1px solid #008cd7;
	border-radius: 3px;
	color: #008cd7;
	font-size: 15px;
	left: 50%;
	margin-top: 10px;
	padding: 5px 20px;
	position: relative;
	transform: translate(-50%, 0);
}

div.product-wrapper button:hover {
	background-color: #ffffff;
}

@media screen and (max-width: 1250px) {
	div.wrapper {
		width: 1000px;
	}

	div.wrapper div.top div.main-top div.img img {
		height: 370px;
		width: 370px;
	}

	div.wrapper div.top div.main-top div.img-slider {
		width: 370px;
	}

	div.wrapper div.top div.main-top div.img-slider img {
		height: 80px;
		width: 80px;
	}

	div.wrapper div.top div.main-top div.ket {
		width: 600px;
	}
}

@media screen and (max-width: 1050px) {
	div.wrapper {
		width: 800px;
	}

	div.wrapper div.top div.main-top div.img img {
		height: 300px;
		width: 300px;
	}

	div.wrapper div.top div.main-top div.img-slider {
		width: 300px;
	}

	div.wrapper div.top div.main-top div.img-slider img {
		height: 70px;
		width: 70px;
	}

	div.wrapper div.top div.main-top div.ket {
		width: 450px;
	}

	div.wrapper div.top div.main-top div.ket h1.title {
		font-size: 20px;
	}

	div.wrapper div.top div.main-top div.ket table tr {
		height: 20px;
	}

	div.wrapper div.top div.main-top div.ket table tr td.price {
		font-size: 24px;
	}
}

@media screen and (max-width: 850px) {
	div.wrapper {
		width: 90%;
	}

	div.wrapper div.top div.main-top {
		display: block;
	}

	div.wrapper div.top div.main-top div.img img {
		display: block;
		height: auto;
		width: 100%;
	}

	div.wrapper div.top div.main-top div.img-slider {
		width: 100%;
	}

	div.wrapper div.top div.main-top div.img-slider img {
		height: 70px;
		width: 70px;
	}

	div.wrapper div.top div.main-top div.ket {
		display: block;
		width: 100%;
	}

	div.wrapper div.top div.main-top div.ket table {
		width: 100%;
	}

	div.wrapper div.description {
		width: 100%;
	}
}

@media screen and (max-width: 1050px) {
	div.category-menu {
		width: 800px;
	}

	div.category-menu div.main-category div.item {
		width: auto; /* category menu */

		@media screen and (max-width: 1050px) {
			div.category-menu {
				width: 800px;
			}

			div.category-menu div.main-category div.item {
				width: auto;
			}

			div.category-menu div.main-category div.item p {
				font-size: 14px;
			}
		}

		@media screen and (max-width: 850px) {
			div.category-menu {
				width: 600px;
			}

			div.category-menu div.main-category div.item img {
				width: 30px;
			}

			div.category-menu div.main-category div.item p {
				font-size: 12px;
			}

			div.product-wrapper img.banner-package {
				height: 130px;
			}
		}

		@media screen and (max-width: 650px) {
			/*div.fixed-top {*/
			/*	position: relative;*/
			/*	top: auto;*/
			/*}*/
			div.category-menu {
				height: auto;
				width: 100%;
			}

			div.category-menu div.main-category {
				overflow-x: scroll;
				justify-content: start;
				width: 100%;
			}

			div.category-menu div.main-category div.item {
				width: auto;
			}

			div.category-menu div.main-category div.item p {
				margin-bottom: 0;
			}
		}

		/* promo */
		@media screen and (max-width: 1150px) {
			div.promo {
				width: 900px;
			}

			div.promo div.bottom {
				justify-content: start;
				overflow-x: scroll;
				width: auto;
			}

			div.promo div.bottom div.card {
				margin: 0 10px;
			}
		}

		@media screen and (max-width: 950px) {
			div.promo {
				width: 95%;
			}

			div.promo div.card-header {
				height: 45px;
			}

			div.promo div.card-header p {
				font-size: 14px;
			}

			div.promo div.card-header button {
				font-size: 14px;
			}

			div.promo div.bottom {
				padding: 10px;
			}

			div.promo div.bottom div.card div.card-body p.card-text {
				font-size: 14px;
			}

			div.promo div.bottom div.card div.card-body p.oldPrice {
				font-size: 13px;
			}

			div.promo div.bottom div.card div.card-body p.newPrice {
				font-size: 14px;
			}
		}

		/* product wrapper */
		@media screen and (max-width: 1150px) {
			div.product-wrapper {
				width: 900px;
			}

			div.product-wrapper div.main-product {
				justify-content: start;
				overflow-x: scroll;
				width: auto;
			}

			div.product-wrapper div.main-product div.card {
				float: left;
				margin: 0 10px;
				margin-bottom: 10px;
				width: 156px;
			}

			div.best-product {
				display: block;
			}
		}

		@media screen and (max-width: 950px) {
			div.product-wrapper {
				width: 600px;
			}

			div.product-wrapper div.main-product div.card {
				margin: 0 10px;
				margin-bottom: 10px;
				width: 130px;
			}
		}

		@media screen and (max-width: 650px) {
			/*.fixed-top {*/
			/*	position: relative;*/
			/*	top: auto;*/
			/*}*/
			div.promo div.card-header {
				height: auto;
				padding-top: 20px;
			}

			div.promo div.card-header button {
				font-size: 12px;
				margin-top: 10px;
				padding: 3px 8px;
			}

			div.product-wrapper {
				width: 90%;
			}

			div.promo {
				margin-bottom: 50px;
			}
		}
	}

	div.category-menu div.main-category div.item p {
		font-size: 14px;
	}
}

@media screen and (max-width: 850px) {
	div.category-menu {
		width: 600px;
	}

	div.category-menu div.main-category div.item img {
		width: 30px;
	}

	div.category-menu div.main-category div.item p {
		font-size: 12px;
	}

	div.product-wrapper img.banner-package {
		height: 130px;
	}
}

@media screen and (max-width: 650px) {
	/*div.fixed-top {*/
	/*	position: relative;*/
	/*	top: auto;*/
	/*}*/
	div.category-menu {
		height: auto;
		width: 100%;
	}

	div.category-menu div.main-category {
		overflow-x: scroll;
		justify-content: start;
		width: 100%;
	}

	div.category-menu div.main-category div.item {
		width: auto;
	}

	div.category-menu div.main-category div.item p {
		margin-bottom: 0;
	}
}

/* promo */
@media screen and (max-width: 1150px) {
	div.promo {
		width: 900px;
	}

	div.promo div.bottom {
		justify-content: start;
		overflow-x: scroll;
		width: auto;
	}

	div.promo div.bottom div.card {
		margin: 0 10px;
	}
}

@media screen and (max-width: 950px) {
	div.promo {
		width: 95%;
	}

	div.promo div.card-header {
		height: 45px;
	}

	div.promo div.card-header p {
		font-size: 14px;
	}

	div.promo div.card-header button {
		font-size: 14px;
	}

	div.promo div.bottom {
		padding: 10px;
	}

	div.promo div.bottom div.card div.card-body p.card-text {
		font-size: 14px;
	}

	div.promo div.bottom div.card div.card-body p.oldPrice {
		font-size: 13px;
	}

	div.promo div.bottom div.card div.card-body p.newPrice {
		font-size: 14px;
	}
}

/* product wrapper */
@media screen and (max-width: 1150px) {
	div.product-wrapper {
		width: 900px;
	}

	div.product-wrapper div.main-product {
		justify-content: start;
		overflow-x: scroll;
		width: auto;
	}

	div.product-wrapper div.main-product div.card {
		float: left;
		margin: 0 10px;
		margin-bottom: 10px;
		width: 156px;
	}

	div.best-product {
		display: block;
	}
}

@media screen and (max-width: 950px) {
	div.product-wrapper {
		width: 600px;
	}

	div.product-wrapper div.main-product div.card {
		margin: 0 10px;
		margin-bottom: 10px;
		width: 130px;
	}
}

@media screen and (max-width: 650px) {
	/*.fixed-top {*/
	/*	position: relative;*/
	/*	top: auto;*/
	/*}*/
	div.promo div.card-header {
		height: auto;
		padding-top: 20px;
	}

	div.promo div.card-header button {
		font-size: 12px;
		margin-top: 10px;
		padding: 3px 8px;
	}

	div.product-wrapper {
		width: 90%;
	}

	div.promo {
		margin-bottom: 50px;
	}
}
