body {
    background-color: #9BCA64 !important;
}
.rama{
    background-color: #f3f3f3;
    border-radius: 10px;
    margin-top: 2%;
    -webkit-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.54);
    -moz-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.54);
    box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.54);
}
.logo{
    max-width:245px;
    height:auto;
    display:block;
    margin:2% auto 0;
}
.stylish {
    color: #000;
    margin-bottom: 2%;
    text-align: center;
}
.hop{
    margin-bottom: 2%;
}
.special:hover {
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.special {
    background-color: transparent;
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}
.col-md-4 img {
    display: block;
    margin: 0 auto;
}
footer {
    color: #000;
    text-align: center;
}
.content-hem{
    color:#000;
    font-size: 17px;
    text-align: justify;
}
.products img {
    height: auto;
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .hop .col-lg-3{
        margin-top: 5%;
    }
}
@media screen and (max-width: 640px) {
    .stylish h1 {
        font-size: 28px;
    }
    .rama {
        margin-top:0;
        border-radius:0;
    }
}