﻿body {
}

input[name=qty].highlighted {
    box-shadow: 0 0 5px #d00
}
.tendineVarianti{
    position:relative;
}


.qtyAmount {
    width: 30px;
    text-align: center;
    display: inline-block;
}

.qty {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #000;
    text-align: center;
    display: inline-block;
    border: 1px solid #E6E6E6;
}

    .qty:hover {
        text-decoration: none;
        color: #000;
    }



.prodotto img{
    border-color: #09b4be!important;
}


.bottom-line {
    border-bottom: 2px solid #ddd;
    margin-bottom: 1.3em;
    padding-top: 1.3em;
}

.bottom-line-thin {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.3em;
    padding-top: 1.3em;
}

.media-heading {
    line-height: 26px;
}

.mobile-heading {
    display: none;
}



@media (max-width: 767px) {
    .desktop-heading {
        display: none;
    }

    .mobile-heading {
        margin-top: 1em;
        display: block;
    }

    .media-heading {
        margin-top: 1em;
    }

    .btn-remove {
    }
}