@charset "utf-8";



.img-wrapper img{
    width:100%;
max-width:100%;
    height: auto!important;
}

@media screen and (min-width:768px) {
.img-wrapper img{
max-width:600px;
}
}
.product-detail-ex h4{
    background-color: #287BC2;
    color: #FFF;
    padding: 10px;
    border-radius: 7px;
    }

.product-detail-ex p{
font-size:1.2em;
}


