html#ecwid_html body#ecwid_body .t371 .ecwid-SingleProduct .ecwid-title {
    font-weight: 400;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
}

html#ecwid_html body#ecwid_body .t371 .ecwid-SingleProduct {
    padding-top: 20px;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px 0px;
    border-radius: 1px;
    background-color: #fff;
}

html#ecwid_html body#ecwid_body .t371 .ecwid-SingleProduct:hover {
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10) !important;
}

@media screen and (max-width: 600px) {
    html#ecwid_html body#ecwid_body div.ecwid-minicart {
        right: -30px !important; 
        bottom: -30px !important;
    }
    .ecwid-minicart-floating {
        -webkit-transform: scale(0.5, 0.5); /* Safari */
        transform: scale(0.5, 0.5);
    }
}

