.lineView .productData .picture{
	height:150px;
}

.productData .picture{
    position: relative;    
}

.productData .picture a{
    position: absolute;
	top: 0;
    left: 0;
    right: 0;
}

.productData .quick{
    display:block;
	padding:10px;
}

.productData .quick a{
	display: block !important;
	text-align:center;
	border:1px solid #007bff;
}

.productData .picture:hover .quick, .productData .picture:hover .quick a{
    display:block;
	color:#000000;
}

.modal-title{
	margin: 0 !important;
	margin: 0 auto;
}

.modal-dialog{
	margin:0 auto;
	width:90%;
	max-width:800px;
}

@media only screen and (max-width: 479px){
.modal-dialog{
	width:95%;
}
}

#quickload {
    display: none;
	text-align: center;
}
.cl-details .tobasket .tobasketFunction input {
    width: 60px;
}

.cl-details .tobasket .tobasketFunction input{
	width:60px;
}

.cl-details .star-ratings {
    margin-bottom: 20px;
    margin-top: 5px;
}

.cl-details .star-ratings {
    margin-bottom: 20px;
    margin-top: 5px;
}
.cl-details .star-ratings .fa-star, .cl-details .star-ratings .fa-star-half-o {
    font-size: 22px;
}
.cl-details .star-ratings .rating-star-filled {
    color: #f60;
}
.cl-details .star-ratings .rating-star-empty {
    color: #c7c7c7;
}

.modal-dialog .dropdown-menu {
    top: 70%;
}