@charset "utf-8";
/* CSS Document */

#mainheader{
    position: relative;
    z-index: 1;
}

.searchform{
    padding: 0px 0px 10px 0px;
}

.logo{
    position: relative;
    padding: 10px 10px 0px 10px;
}

.label{
    display: none;
}

.imagebox{
   margin: 15px 0px 15px 0px;
}

.price{
    font-size: 30px;
    color: #b80d2d;
    font-weight: 700;
    float: right;
}

.action_but{
    background: #ffe385;
    Color: #000;
    Font-size: 20px;
}

.footer{
    padding: 40px 0px;
}

.footertext{
    font-size: 14px;
    line-height: 16px;
    margin-top: 12px;
}

.imagewrapper{
    background: #fff;
    padding: 15px;
    position: relative;
    min-height:300px;
    margin-bottom: 30px;
}

.imagewrapper img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:100%;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {



}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {


}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}