
footer {
    background-color: #46a051
}

.hero__img{
    border-radius: 0.5rem;
}
/* * Preparing stage */
html, body {
    padding: 0;
    margin: 0;
    height: 100%;
}
/* body {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0093e9;
    background-image: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);
} */
/* * Start */
.glassBox {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.1);
    border-bottom-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    padding: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 0.5rem;
}
.glassBox, .glassBox * {
    box-sizing: border-box;
    transition: 400ms;
}
.glassBox__imgBox img {
    display: block;
    height: auto;
    max-height: 150px;
}
.glassBox__title {
    text-align: center;
    /* margin-top: 15px; */
    color: black;
    font-size: 20px;
    font-weight: 500;
    /* font-family: "Lato"; */
}

.glassBox__title a{
    color: black;
    text-decoration: none;
}

.glassBox__title a:hover{
    color:#f69935;
}
/* .glassBox__content {
    position: absolute;
    right: 15px;
    bottom: 15px;
    left: 15px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: "Lato";
    letter-spacing: 0.1em;
    opacity: 0;
} */
.glassBox:hover .glassBox__imgBox {
    /* transform: translateY(-50px); */
}
.glassBox:hover .glassBox__imgBox img {
    /* transform: translate(-20px, -40px) rotate(-15deg) scale(1.4); */
    transform: scale(0.8);
   
}

.shopdetail{
	margin:50px 0 0;
}
.shopdetail .thumbnail{
	border:none;
	padding:0px;
}
.shopdetail .thumbnail img{
	width:100%;
}
.shopdetail .thumbnails {
	margin:0;
}
.shopdetail .thumbnails li{
	padding:0;
	width: 22.5%;
}
.shopdetail .thumbnails li + li{
	margin-left:7px;
}

.list-inline > li {
    display: inline-block;
}

#header-logo{
    max-height: 50px;
}