div.wrapper {
	height: auto;
	margin: auto;
	margin-bottom: 70px;
	margin-top: 20px;
	position: relative;
	width: 1000px;
}

div.wrapper div.top {
	margin-top: 30px;
	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 {
	height: 500px;
	width: 500px;
}

div.wrapper div.top div.main-top div.img button {
	outline: none;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 9;
}

.slick-slide {
	outline: none;
}

div.wrapper div.top div.main-top div.img button.slick-prev {
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	color: white;
	border: none;
	height: 40px;
	width: 40px;
	left: 15px;
}

div.wrapper div.top div.main-top div.img button.slick-next {
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	color: white;
	border: none;
	height: 40px;
	width: 40px;
	right: 15px;
}

div.wrapper div.top div.main-top div.img img {
	background-color: #eee;
	border-radius: 20px;
	height: 500px;
	overflow: hidden;
	object-fit: cover;
	width: 500px;
}

div.wrapper div.top div.main-top div.ket {
	height: auto;
	margin-top: 15px;
	width: 470px;
}

div.wrapper div.top div.main-top div.ket h1.title {
	font-size: 25px;
}

div.wrapper div.top div.main-top div.ket div.price-col {
	display: flex;
	margin-top: 10px;
}

div.wrapper div.top div.main-top div.ket h4.price {
	color: #ff0066;
	font-size: 28px;
	font-family: "Nunito";
	font-weight: bold;
	margin-right: 15px;
}

div.wrapper div.top div.main-top div.ket p.oldPrice {
	color: #777777;
	margin-top: 5px;
}

div.wrapper div.top div.main-top div.ket p.oldPrice span.linet {
	margin-right: 3px;
	text-decoration: line-through;
}

div.wrapper div.top div.main-top div.ket p.oldPrice span.badge-danger {
	font-size: 14px;
}

div.wrapper div.top div.main-top div.ket h3.title-sub {
	color: #444444;
	font-size: 17px;
	font-weight: normal;
	margin-top: 15px;
}

.errorMsgForSize,
.errorMsgForColor {
	color: red;
	display: none;
	font-size: 15px;
}

div.wrapper div.top div.main-top div.ket button.item-option {
	background-color: transparent;
	border-radius: 5px;
	font-size: 15px;
	margin-right: 7px;
	outline: none;
	padding: 5px 20px;
}

div.wrapper div.top div.main-top div.ket button.btn-for-addcart {
	background-color: #00af50;
	border: none;
	border-radius: 7px;
	color: white;
	display: block;
	font-size: 17px;
	margin-top: 20px;
	outline: none;
	padding: 15px;
	transition: 0.3s;
	width: 300px;
}

div.wrapper div.top div.main-top div.ket button.btn-for-addcart:hover {
	background-color: #444444;
}

div.wrapper div.top div.main-top div.ket p.more-info {
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
}

div.wrapper div.top div.main-top div.ket button.buttonPlusMinus {
	background-color: #eeeeee;
	border: 1px solid #ccc;
	font-family: "Nunito";
	font-weight: 600;
	height: 40px;
	outline: none;
	width: 35px;
}

div.wrapper div.top div.main-top div.ket button.plusMinusLeft {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

div.wrapper div.top div.main-top div.ket button.plusMinusRight {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

div.wrapper div.top div.main-top div.ket input {
	background-color: white;
	border: none;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
	text-align: center;
	font-size: 15px;
	height: 40px;
	outline: none;
	position: relative;
	top: 1px;
	width: 45px;
}

div.wrapper div.top-desc {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	position: relative;
}

div.wrapper h4.title-desc {
	color: #222222;
	font-size: 20px;
	top: 15px;
	position: relative;
}

div.wrapper button.share {
	background-color: white;
	border: 1px solid #dddddd;
	border-radius: 5px;
	color: #333333;
	font-size: 14px;
	outline: none;
	padding: 5px 15px;
	position: relative;
	top: 10px;
}

div.wrapper button.share i {
	margin-right: 5px;
}

div.wrapper div.share-dd {
	background-color: white;
	border-radius: 5px;
	box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
	display: none;
	padding: 5px;
	position: absolute;
	right: 0;
	top: 45px;
}

div.wrapper div.share-dd a {
	font-size: 25px;
	margin: 0 5px;
}

div.wrapper div.description {
	color: #666666;
}

div.wrapper iframe {
	border: none;
	height: 315px;
	width: 560px;
}

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.product-wrapper {
	margin-top: 20px;
}

div.wrapper h2.title {
	background-color: #333333;
	border-radius: 5px;
	box-sizing: border-box;
	color: white;
	display: inline;
	font-family: "Open Sans";
	font-size: 14px;
	padding: 10px 20px;
}

div.wrapper div.main-product {
	display: block;
}

div.wrapper div.main-product div.item-product {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
	border: none;
	border-radius: 7px;
	float: left;
	margin: 0 10px;
	margin-bottom: 20px;
	height: 370px;
	width: 230px;
}

div.wrapper div.main-product div.item-product img.card-img-top {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

div.wrapper div.main-product div.item-product div.card-body {
	margin-top: 10px;
	padding: 0;
}

div.wrapper img.banner-package {
	height: 250px;
	margin-bottom: 20px;
}

div.wrapper div.main-product div.item-product div.card-body p.card-text {
	color: #333333;
	font-size: 16px;
	line-height: 22px;
	padding: 0 10px;
	overflow: hidden;
	font-family: "Nunito";
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
}

div.wrapper div.main-product div.item-product div.card-body p.line-3 {
	-webkit-line-clamp: 3;
}

div.wrapper div.main-product div.item-product div.card-body p.price {
	color: #ff0066;
	font-family: "Nunito";
	font-size: 17px;
	margin-top: 5px;
	padding: 0 10px;
}

div.wrapper div.main-product div.item-product div.card-body p.oldPrice {
	color: #777777;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 5px;
	padding: 0 10px;
	text-decoration: line-through;
}

div.wrapper div.main-product div.item-product div.card-body p.newPrice {
	color: #ff0066;
	font-family: "Nunito";
	font-size: 20px;
	padding: 0 10px;
	margin-bottom: 0;
}

@media screen and (max-width: 1250px) {
	div.wrapper {
		width: 1000px;
	}

	div.wrapper div.top div.main-top div.img {
		height: 370px;
		width: 370px;
	}

	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 {
		height: 300px;
		width: 300px;
	}

	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 {
		margin-top: 0px;
		width: 90%;
	}

	div.wrapper div.top {
		margin-top: 20px;
	}

	div.wrapper div.top div.main-top {
		display: block;
	}

	div.wrapper div.top div.main-top div.img {
		height: 100%;
		width: 100%;
	}

	div.wrapper div.top div.main-top div.img img {
		display: block;
		height: 100%;
		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: 950px) {
	div.product-wrapper {
		width: 650px;
	}

	div.product-wrapper div.main-product div.item-product {
		margin: 0 10px;
		margin-bottom: 20px;
		height: 320px;
		width: 196px;
	}
}

@media screen and (max-width: 700px) {
	div.product-wrapper {
		width: 100%;
	}

	div.product-wrapper div.main-product {
		display: block;
	}

	div.product-wrapper div.main-product div.item-product {
		float: left;
		margin: 0 2%;
		margin-bottom: 20px;
		height: 400px;
		width: 46%;
	}

	div.wrapper div.top div.main-top div.ket button.btn-for-addcart {
		width: 100%;
	}
}

@media screen and (max-width: 577px) {
	div.product-wrapper div.main-product div.item-product {
		height: 350px;
	}

	div.product-wrapper
		div.main-product
		div.item-product
		div.card-body
		p.card-text {
		font-size: 14px;
	}

	div.product-wrapper div.main-product div.item-product div.card-body p.price {
		font-size: 13px;
	}

	div.product-wrapper
		div.main-product
		div.item-product
		div.card-body
		p.oldPrice {
		font-size: 12px;
	}

	div.product-wrapper
		div.main-product
		div.item-product
		div.card-body
		p.newPrice {
		font-size: 15px;
	}

	div.wrapper iframe {
		height: 200px;
		width: 100%;
	}
}

@media screen and (max-width: 550px) {
	div.product-wrapper div.main-product div.item-product {
		height: 340px;
	}
}

@media screen and (max-width: 480px) {
	div.product-wrapper div.main-product div.item-product {
		height: 310px;
	}
}

@media screen and (max-width: 430px) {
	div.product-wrapper div.main-product div.item-product {
		height: 280px;
	}
}

@media screen and (max-width: 380px) {
	div.product-wrapper div.main-product div.item-product {
		height: 260px;
	}
}
