.product-detail .sp-wrap{
	max-width: 100%;
}
small{
	font-size: 18px;
	color: #808080;
}
/* .directional{
	padding-left: 5px;
}
.directional a{
	color: #000;
	padding: 0 10px 0 10px;
}
@media only screen and (max-width:445px){
    .directional a{
        color: #000;
        padding: 0;
        font-size: 16px;
    }
} */
.breadcrumb-item a{
    color: #000;
}
/* .kichthuoc p{
	border: 1px solid;
	padding: 0 5px;
	margin-left: 5px;
}
.kichthuoc p:hover{
	background-color: green;
} */


.kichthuoc p{
    padding-top: 12px;
}

.sizes{
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.size{
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background-color: #eee;
    margin: 0 10px;
    text-align: center;
    line-height: 30px;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    transition: .3s;
}

.size.active{
    background-color: var(--primary);
    color: #fff;
    transition: .5s;
}



.btn-end button{
    font-size: 16px;
	width: 40%;
	align-items: center;
}
@media only screen and (max-width:992px) and (min-width:768px){
	.btn-end button{
		width: 45%;
		align-items: center;
	}
}
/* Sản phẩm gợi ý */
.product-top img{
    width: 100%;   
}
.product-top img:hover{
    box-shadow : 1px 1px 10px;
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    -webkit-transition: 1s ease;
    transition: 1s ease;
}
.product-bottom .far, .product-bottom .fas{
    color: #28a745;
    font-size: 10px;
}
.product-bottom h3{
    font-size: 20px;
    font-weight: bold;
}
.product-bottom h5{
    font-size: 15px;
    padding-bottom: 10px;
}
.overlay{
    display: block;
    opacity: 0;
    position: absolute;
    top: 7%;
    margin-left: 0;
    width: 70px;
}
.overlay .btn i{
    border-radius: 50%;
}
.product-top:hover .overlay{
    opacity: 1;
    margin-left: 5%;
    transition: 0.1s;
}
.overlay .fas, .overlay .far{
    cursor: pointer;
    background-color: #fff;
    color: #000;
    height: 35px;
    width: 35px;
    font-size: 20px;
    padding: 7px;
    margin: 5%;
    margin-bottom: 5%;
}
.overlay .btn-secondary{
    background: transparent!important;
    border: none!important;
    box-shadow: none!important;
}

