#quickview-product {
	width: 70%;
	margin: 50px auto;
	padding: 15px;
	background: #FFF;
	position: relative;
}

#quickview-product .img-top img {
	max-width: 100%;
	display: block;
}

#quickview-product .img-bottom {
	padding-top: 10px;
	margin-top: 10px;
	position: relative;
	width: 80%;
	margin: auto;
}

#quickview-product .img-bottom .img {
	padding: 0px 5px;
}

#quickview-product .img-bottom .img img {
	border: 1px solid #e5e5e5;
	padding: 3px;
	max-width: 100%;
	display: block;
}

#quickview-product .img-bottom .img .mz-thumb-selected img {
	border: 1px solid var(--color-key) !important;
}

#quickview-product .img-bottom .img .mz-thumb:hover img {
	border: 1px solid var(--color-key) !important;
}

#quickview-product .img-bottom .owl-prev,
#quickview-product .img-bottom .owl-next {
	position: absolute;
	font-size: 30px;
	top: 50%;
	margin-top: -20px;
}

#quickview-product .img-bottom .owl-prev {
	left: -20px;
}

#quickview-product .img-bottom .owl-next {
	right: -20px;
}

#quickview-product .header {
	font-size: 20px;
	margin-bottom: 10px;
}

#quickview-product .header h3 {
	color: #333;
	font-weight: 700;
}

#quickview-product .quickview-info {
	margin-bottom: 10px;
}

#quickview-product .quickview-info .status-page {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 10px;
}

#quickview-product .quickview-info .status-page .status {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #CCC;
}

#quickview-product .quickview-info .status-page .status .status-class {
	color: #333;
}

#quickview-product .quickview-info .status-page .status:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px solid #CCC;
}

#quickview-product .quickview-info .reviews {
	margin-bottom: 10px;
}

#quickview-product .quickview-info .reviews span {
	color: var(--color-key);
}

#quickview-product .quickview-info .prices {
	margin-bottom: 10px;
}

#quickview-product .quickview-info .prices .price {
	font-size: 25px;
	color: #D90000;
	margin-right: 10px;
}

#quickview-product .quickview-info .prices .old-price {
	font-size: 18px;
	text-decoration: line-through;
	color: #acacac;
}

#quickview-product .product-description {
	color: #707070;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}

#quickview-product .product-description a {
	font-size: 14px;
	color: #D90000;
	font-weight: 400;
	font-style: italic;
}

#quickview-product .qty-ant {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

#quickview-product .qty-ant label {
	width: 100px;
	line-height: 35px;
}

#quickview-product .qty-ant .custom {
	width: auto;
	border: 1px solid #CCC;
}

#quickview-product .qty-ant .custom .btn-cts {
	font-size: 20px;
	line-height: 0px;
	border: none;
	display: block;
	width: 35px;
	height: 35px;
	background: #fff;
	float: left;
	color: #333;
	text-align: center;
	padding: 0px;
	border-radius: 0;
	cursor: pointer;
}

#quickview-product .qty-ant .custom .qty {
	height: 35px;
	font-size: 1em;
	margin: 0;
	width: 35px;
	padding: 0 2px;
	text-align: center;
	background: #fff;
	min-height: unset;
	display: block;
	float: left;
	box-shadow: none;
	border-radius: 0px;
	border: none;
}

#quickview-product .btn-mua .buy {
	color: #fff;
	background-color: #01266c;
	font-size: 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	text-transform: uppercase;
	font-weight: 500;
	height: auto;
	line-height: inherit;
	box-shadow: none;
	padding: 10px 30px;
	width: 100%;
	border: none;
	cursor: pointer;
}

#quickview-product .btn-mua .buy .txt-main {
	font-size: 16px;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-weight: bold;
	display: block;
	width: 100%;
}

#quickview-product .btn-mua .buy .text-add {
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	display: block;
	width: 100%;
}

#quickview-product .element {
	margin-bottom: 10px;
}

#quickview-product .element .head {
	margin: 0px 0px 10px;
	text-align: left;
	min-width: 100px;
	font-weight: 400;
	font-size: 14px;
}

#quickview-product .element .cont {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#quickview-product .element .cont .el {
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	cursor: pointer;
}

#quickview-product .element .cont .el label {
	min-width: 35px !important;
	height: 35px !important;
	margin: 0;
	padding: 0 5px;
	border: #d7d7d7 1px solid;
	background-color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	white-space: nowrap;
	display: inline-block;
	font-weight: normal;
	background-color: unset !important;
	text-transform: uppercase;
}

#quickview-product .element .cont .el input:checked + label {
	color: var(--color-key);
	border: 1px solid var(--color-key);
}

#quickview-product .element .cont .el input[type="checkbox"],
#quickview-product .element .cont .el input[type="radio"] {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	position: absolute;
	background: transparent;
	outline: none;
	opacity: 0;
	left: 0px;
	cursor: pointer;
}
@media screen and (max-width: 991px) {
	#quickview-product{
		width: 98%;
	}
    #quickview-product .col-5{
        width: 100%;
        margin-bottom: 20px;
    }
    #quickview-product .col-7{
        width: 100%;
    }
}