body {
    font-family: 'Karla', sans-serif;
    overflow-x: hidden;
    padding-top: 58px;
}
.btn {
    font-size: 13px;
}
.fs-7 {
    font-size: 0.9rem;
}
.form-control, .form-select {
    font-size: 14px;
}
.navbar {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
}
.navbar-nav .nav-link {
    color: #222222;
    font-family: Karla, sans-serif;
    font-size: 13px;
    text-decoration: none;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #ed8374;
    font-weight: bold;
}

.navbar-nav .nav-link.dropdown-toggle:after {
    display: none;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    background: #fbdb9f;
    border: 0;
    min-width: 100px;
}
.navbar-nav .dropdown-menu li a {
    color: #222222;
    font-size: 13px;
}
.navbar-nav .dropdown-menu li a:hover {
    color: #555555;
    background: transparent;
}
button.navToggle {
    background: #fff;
    border: 0;
    padding: 0;
    margin-left: auto;
    z-index: 9999;
}
button.navToggle .close {
    display: none;
}
button.navToggle.active .open {
    display: none;
}
button.navToggle.active .close {
    display: block;
}
.sidebar_backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000042;
    z-index: 1;
}
.sidebar_backdrop.active {
    display: block;
}


.fancybox-navigation .fancybox-button div {
    background-color: #fff;
}
.fancybox-navigation .fancybox-button--arrow_left, .fancybox-navigation .fancybox-button--arrow_right {
    padding: 0;
}
.fancybox-navigation .fancybox-button {
    height: 40px;
    width: 40px;
}
@media(min-width: 992px) {
    button.navToggle {
        display: none;        
    }
    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }
    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
        flex: 0 0 calc(100% - 117px * 2);
        margin-right: auto;
    }
}
@media(max-width: 991px) {
    .navbar-expand-lg .navbar-collapse {
        flex-flow: column;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        width: 60%;
        background: #fff;
        z-index: 999;
        padding: 27px 20px;
        padding-right: 10px;
        align-items: flex-start;
        transition: .3s;
        display: block;
        visibility: hidden;
        opacity: 0;
    }
    .navbar-collapse.show {
        right: 0;
        display: block;
        visibility: visible;
        opacity: 1;
    }
    .navbar-nav .dropdown-menu {
        display: block;
        background: #fff;
        padding: 0;
        position: initial;
        margin-bottom: 4px;
    }
}
@media(min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0.125rem;
    }
    .collapse:not(.show) {
        /* display: flex;
        flex-flow: row;
        justify-content: center; */
    }
}
@media(max-width:767px) {
    header.navbar.navbar-expand-lg.navbar-light.bg-transparent {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .container {
        max-width: 95%;
    }
    .dropdown-menu[data-bs-popper] {
        margin-top: 0;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        color: #222222;
    }
    
    .navbar-nav .dropdown-menu li a {
        font-size: 13px;
        color: #222222;
    }
    .navbar-nav .dropdown-menu .dropdown-item {
        padding: 0.25rem;
    }

    header.navbar.navbar-expand-lg.navbar-light.bg-transparent {
        background: #fff !important;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.home_img {
    margin-top: 100px;
    margin-bottom: 100px;
}
.home_img .img-fluid {
    max-height: 85vh;
    max-width: 100%;
    margin: 0 auto;
}
.fancybox-bg {
    background: #ffffff;
}
.fancybox-button, .fancybox-button:hover {
    background: #fff;
    color: #000;
}


@media(max-width: 540px) {
    .home_img {
        margin-top: 40px;
        margin-bottom: 50px;
    }
}

footer {
    text-align: center;
    margin-bottom: 60px;
}
footer .social {
    margin-bottom: 20px;
}
footer .social a {
    color: #999999;
    text-decoration: none;
    display: inline-block;
    margin: 0 7px;
}
footer .copyright {
    font-size: 12px;
}










/* CATEGORY PAGE*/

  
.grid {
    margin: 4rem auto;
    margin-left: -40px;
    margin-right: -40px;
}
.grid-item {
    height: auto;
    margin-bottom: 10px;
    width: 25%;
    padding: 0 40px;
}
.grid-item.grid-item--width2 {
    width: 75%;
}
.grid-item a {
    text-decoration: none;
    display: block;
    position: relative;
}
.grid-item a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 26px;
    width: 100%;
    background: rgba(243, 207, 152, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.grid-item a:hover:after {
    opacity: 1;
    visibility: visible;
}
.grid-item img {
    width: 100%;
    height: 285px;
    aspect-ratio: 10/13;
    object-fit: cover;
    /* opacity: .1; */
}
.caption {
    color: #343434;
    font-weight: 500;
    margin-top: 7px;
    margin-bottom: 50px;
    font-size: 13px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #ed8374 !important;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;
}
@media(max-width: 1024px) {
    .grid-item img {
        height: 227px;
    }
}
@media(max-width: 992px) {
    .grid {
        margin: 3rem auto;
        margin-left: -30px;
        margin-right: -30px;
    }
    .grid-item {
        height: auto;
        margin-bottom: 10px;
        width: 33.333%;
        padding: 0 30px;
    }
    .grid-item.grid-item--width2 {
        width: 66.666%;
    }
    .caption {
        margin-bottom: 30px;
    }
}
@media(max-width: 767px) {
    .grid-item {
        width: 50%;
        padding: 0 30px;
    }
    .grid-item.grid-item--width2 {
        width: 100%;
    }
}
@media(max-width: 540px) {
    .grid {
        margin: 2rem auto;
        margin-left: -20px;
        margin-right: -20px;
    }
    .grid-item {
        width: 50%;
        padding: 0 15px;
    }
    .caption {
        margin-bottom: 20px;
    }
}
.details_container {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
}
.details_title {
    display: inline-block;
    margin: 120px auto;
    font-size: 13px;
    color: #343434;
    line-height: 24px;
}
.details_container .details_img {
    max-width: 380px;
    width: 100%;
    margin-bottom: 80px;
}
.details_container .details_img:last-child {
    margin-bottom: 0;
}
.details_container .details_img img {
    width: 100%;
}


.details_action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 80px;
}
.details_action .action_btn {
    border: 0;
    padding: 0;
    background: transparent;
    color: #525252;
    font-size: 16px;
}
.details_action .action_btn.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.details_action>div {
    color: #4d4d4d;
}



.contact_sec {
    padding: 210px 0;
    text-align: center;
}
.contact_sec h6 {
    color: #343434;
    font-weight: 600;
    margin-bottom: 4px;
}
.contact_sec a {
    color: #343434;
    text-decoration: none;
    font-size: 13px;
}




form.siteform {
    margin: 100px 0;
}
form.siteform .form-label {
    color: #343434;
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 13px;
}

.details_container .details_img .caption {
    margin-top: 0;
    margin-bottom: 15px;
}

@media(max-width: 540px) {
    form.siteform {
        margin: 40px 0;
    }
    .details_title {
        margin: 35px auto;
        /* margin-top: 10px; */
    }
    .details_container .details_img {
        margin-bottom: 50px;
    }
    .details_container .details_img .caption {
        margin-top: 0;
    }
}
@media(max-width: 375px) {
    .grid-item img {
        height: 210px;
    }
}
@media(max-width: 320px) {
    .grid-item img {
        height: 175px;
    }
}
