@charset "utf-8";
/* CSS Document */
.wrapper{
    display: block;
    height: 100%;
}
#mainheader{
    position: relative;
    z-index: 1;
}

.homepage{
    position: relative;
    height:100%;
}

.carousel-inner, .carousel-item{
    height:100%;
}

.action_but{
    background: #fff;
    font-weight: 700;
    font-size: 18px;
    color: #0e436e;
}

.homemenu{
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    bottom: 5%;
    right: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    z-index: 100;
    padding:0px 50px;

}

.headermenu{
    margin-bottom: 40px;
}

.headermenu .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: right;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: fit-content;
    margin: auto;
}

.headermenu .navbar-nav li a {
    color: #000;
}

.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;
}

.fancybox__caption{
    width:50%;
    text-align: center;
}

.footer{
    text-align: center;
    padding: 50px;
    border-top: solid 1px #fff;
}

/* 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) {

.boximg{
    height: auto;
    overflow: hidden;
}
    .boximg img{
        height: 100%;
    }
}