.card a{
    position: relative;
}

.card .slider-link {
    padding: 0 1em;
}

.card-img:not(.cart-card-img){
    padding-top: 2em;
}

@media(max-width: 768px){
   .card-img:not(.cart-card-img){
        padding-top: 0 !important;
    } 
}

.card-img {
    max-width: 85%;
}
.card-select{
    width: 100%;
}
.slider-image-hover {
    position: absolute;
    top: 10px;
    left: 0;
    /*width: 100%;*/
    max-height: 0;
    background-color: #fff;
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
        transition-property: all;
        transition-duration: 250ms;
        transition-timing-function: ease-in-out;
        transition-delay: 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.nano {
    max-height: 250px;
    overflow: hidden;
}

.variant-preview-item {
    max-width: 50px;
    max-height: 50px !important;
    padding: 2px;
    float: left;
}

.card{
    position: relative;
}

.product-label{
    z-index: 2;
    position: absolute;
}

.product-label-newest{
    top: 10px;
    left: 10px;
}

.product-label-sale{
    top: 10px;
    right: 10px;
}

.product-label strong{
    color: #e95144;
    line-height: 16px;
    height: 20px;
    font-size: 10px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 5px;
    border: 2px solid #e95144;
    border-radius: 2px;
    background: #fff;
    margin-bottom: 10px;
    float: right;
    clear: both;
    font-family: 'Verdana', 'sans-serif';
}

.slide-item-label{
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.old-price {
    color: #969696;
    text-align: center;
    display: block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 21px;
    text-decoration: line-through;
}

/*.mslider-mid-description {*/
/*    height: 110px;*/
/*}*/