
.vme-wishlist{
	margin:0 -15px;
	padding:10px;
	background-color: #fff;
}

.mywishform{
    margin-top: -60px;
    margin-bottom: 25px;
}

.vme-column {
    float: right;
}

.vme-list-item {
    background: #F1F1F1;
    padding: 15px;
}

.vme-list-right {
    border-left: 3px dashed #ccc;
}

.vme-list-section .quantity-controls , .vme-list-section  .quantity-box {
	display:none;
}


.vme-wishlist .vme-list-remove button.btn-vme-text {
    width: 100%;
    background-image: url(../images/ico/Delete.png);
	height: auto;
    font-size: 13px;
	background-color: #fff2f2;
    padding: 5px 15px;
    background-repeat: no-repeat;
    background-position: 95%;
    float: left;
    border: 1px #F44336 solid;
}


.mywishcontent {
    overflow: hidden;
    white-space:normal;
    text-overflow: ellipsis;
    max-height: 200px; 
}