.btn-three {
	background: #0664dc;
    color: #fff !important;
}
	.btn-three:hover {
		background: #044dab;
	}

.btn-upload {
    background: #0664dc;
}

.btn-upload .icon-upload {
	background: #0664dc;
	color: #fff;	
}
.btn-upload .txt-upload {
	color: #fff;
}

.sp-shopping-cart-sm {
	background: url('../../images/sprite.png') no-repeat -1089px -26px;
	width: 21px;
	height: 20px;
}

.image-home-img {
	width: 100%;
	margin-bottom: 10px;
}
.container-image-home {
	margin-top: 20px;
	margin-bottom: 10px;
}

.container-voucher {
	position: relative;
}
	.container-voucher button {
		position: absolute;
		top: 0px;
		right: 0px;
	}

.box-voucher-delivery {
	display: none;
}

.txt-before-discount {
	color: #8a8a8a;
	text-decoration: line-through;
}

@media (max-width: 767px) {
	.modal-dialog {
		top: 145px !important;
	}

	.page-content img {
		max-width: 100%;
        height: auto !important;
	}
	.article-content-text img {
		max-width: 100%;
        height: auto !important;
	}
}