.big-img {
	border:0px;
}

.detail-product-in  .owl-carousel .owl-stage-outer {
	/* padding: 0px 5px;*/
	padding-top: 20px;
}
.detail-product-in ul.homeproduct li {
	transition: all .5s;
	padding: 10px;
	box-shadow: 1px 2px 3px 4px transparent;
}
.detail-product-in  ul.homeproduct li:hover {
	box-shadow: 1px 2px 3px 4px #eae4e4;
	margin-top: -10px;
}
#thoi-gian-giao-hang{
	display: none;
}
.detail-product-in  .box-qt{
	padding: 10px 0px;
}
.popups{
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
	opacity: 0;
	z-index: -1;
}
.popups.active{
	z-index: 999;
	overflow: visible;
	opacity: 1;
}
.popups .content{
	margin: 0 auto;
	margin-top: -100%;
	max-height: 80vh;
	
	
	width: 800px;
	background: #fff;
	
	transition: all .5s;
}
.popups .contents{
	overflow: hidden;
	overflow-y: scroll;
	padding: 10px;
	max-height: 80vh;
}
.popups.active .content{
	margin: 0 auto;
	border-radius: 5px;
}
.popups .content .img{
	text-align: center;
}
.popups .content .content_text{
	width: 100% !important;
}
.popups .content .content_text table tr:nth-child(2n-1) {
	background: #f4f4f4;
}
.popups .content .content_text table{
	width: 100% !important;
}
.popups .content .content_text table tr {
	padding: 10px;
	float: left;
	width: 100%;
}
.popups .content .content_text table tr>td:first-child {
	font-weight: 600;
	margin-right: 8px;
	float: left;
	position: relative;
}
.popups .content{
	position: relative;
}
.close_popup {
	position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    top: 10px;
    right: 12px;
    border-radius: 30px;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    box-shadow: 1px 0px 3px 1px rgba(220, 214, 214, .5);
    cursor: pointer;
}
/* width */
.popups .contents::-webkit-scrollbar {
	width: 10px;
}

/* Track */
.popups .contents::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.popups .contents::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
.popups .contents::-webkit-scrollbar-thumb:hover {
	background: #555;
}
.switchboard {

    margin: 0 0 0 45px;

}
.switchboard span {
    white-space: nowrap;
}
.login ul li {
    text-align: right;
}
#dk {
    float: right;
}
.btnviewed {
    padding: 10px 47px 10px 10px;
}

.btnviewed span {
    white-space: nowrap;
}
.login {
    width: 83px;
}
.list-item-cate > ul {

    overflow: auto;
}