/* Navbar */

.store-header {
    position: relative;
    background: #08272d;
}

.inner{
background: #08272d;
}

.index #mainnav *:not(.sub-menu *) {
    color: #fff !important;
}


section:nth-of-type(1) h1{
    max-width: 1000px;
    line-height: 1.5 !important;
}

.rooms h1,
.infooo * {
  color: #fff !important;
}

.double-section .container > div h1,
.double-section .container > div button a {
  color:  #fff!important;
}

.double-section div button {
    border-color: #fff !important;
    width: 100% !important;
    background: var(--color-primary);
    border: 0 !important;
}

.double-section .absolute {
    bottom:0% !important;
    top:unset !important;
    left: 50%;
    transform: translateX(-50%);
    width: 100% !important;
    
}
@media(max-width:768px){
.details-sec .grid > div:first-child {
    grid-row: span 1 !important;
}
.details-sec .grid > div:nth-child(2) {
    grid-row: span 1 !important;
    height: 100%;
}
}