@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"),
        url(/fonts/roboto-v27-latin-regular.woff2) format("woff2");
}

@media (max-width: 1024px) {
    .navbar {
        padding: 15px 0 !important;
    }
    .navbar > .container {
        background-color: #efeae7;
    }
    .nav-border-right {
        border-right: none !important;
    }
    .home-wrapper {
        height: 100% !important;
        min-height: 300px !important;
    }

    .sub-header {
        font-size: 16px !important;
    }

    .header {
        font-size: 30px !important;
    }

    .description {
        font-size: 12px !important;
    }

    .three-img {
        height: 100% !important;
    }

    .three-img .col-sm-4 > img {
        height: 200px !important;
    }

    .two-img {
        height: 100% !important;
    }

    .two-img > img {
        height: 200px !important;
    }

    /* .home-wrapper .card > img {
        height: 280px !important;
    } */

    .multiple-img-banner-wrapper {
        height: 100% !important;
    }

    .h-500 {
        height: 300px !important;
    }

    .brown-link-revert > a {
        font-size: 10px !important;
    }

    .swiper-container .swiper-button-prev,
    .swiper-container .swiper-button-next {
        margin-top: calc(50px - (var(--swiper-navigation-size) / 2)) !important;
    }

    .blog-card .info {
        padding: 10px !important;
    }

    .width-350 {
        width: 100% !important;
    }

    .height-470 {
        height: 100% !important;
    }
}

body {
    background: #efeae7;
    font-family: "Montserrat", serif;
}

a {
    color: #502717;
}

a:hover {
    color: #502717;
}

hr {
    color: #502717;
    opacity: 1;
}

hr:not([size]) {
    height: 0.5px;
}

input[readonly] {
    background-color: rgba(80, 39, 23, 0.3) !important;
    cursor: not-allowed;
}

body::-webkit-scrollbar {
    width: 15px;
    height: 190px;
}

body::-webkit-scrollbar-thumb {
    background-color: #502717;
    border-radius: 10px;
}

body::-webkit-scrollbar-track {
    background-color: transparent !important;
}

.mapContainer {
    position: relative;
    width: 100%;
}

#map {
    height: 350px;
    margin: auto;
    margin-top: 10px;
    -webkit-transition: 0.5s all ease-in;
    transition: 0.3s all ease-in;
}

#map.hideMap {
    height: 0px;
    -webkit-transition: 0.5s all ease-in;
    transition: 0.3s all ease-in;
}

.navbar {
    background: #efeae7;
    padding: 30px 0;
    height: 70px;
}

.logo-nav {
    width: 125px;
    height: 41px;
}

.nav-border-right {
    border-right: 1px solid #0000008c;
}

.navbar .nav-item .nav-link {
    font-size: 15px;
    font-weight: 500;
    padding: 3px 25px;
    color: #0000008c;
}

.nav-img {
    width: 20px;
    height: 20px;
}

.home-wrapper {
    width: 100%;
    height: 100%;
    min-height: 800px;
    position: relative;
    max-width: 1440px;
    margin: auto;
}

.home-wrapper > img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.sub-header {
    color: #502717;
    font-size: 20px;
}

.header {
    color: #502717;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
}

.description {
    color: #502717;
    font-size: 18px;
}

.small-description {
    color: #502717;
    font-size: 17px;
}

.description.large {
    font-size: 22px;
    font-weight: 500;
}

.description-xxl {
    color: #502717;
    font-size: 38px;
}

.three-img {
    height: 450px;
}

.three-img .col-sm-4 > img {
    height: 100%;
    object-fit: fill;
}

.two-img {
    height: 600px;
}

.two-img img {
    height: 100%;
    object-fit: fill;
}

.bg-brown {
    background: #ac9665;
}

.bg-dark-brown {
    background: #502717;
}

.brown-link > a {
    color: #69452c !important;
    text-decoration: underline !important;
    font-size: 18px;
    font-weight: 500;
}

.brown-link-revert > a {
    color: white;
    background-color: #502717;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 3px;
}

.home-wrapper .card {
    background-color: transparent;
    border: none;
    height: 100%;
}

.home-wrapper .card a {
    text-decoration: none;
}

.home-wrapper .card img {
    height: 350px;
    object-fit: contain;
}

.home-wrapper .card.monthly img {
    height: 350px;
    object-fit: contain;
}

.home-wrapper .card .card-body {
    padding-left: 0;
    padding-right: 0;
}

.home-wrapper .card .card-title {
    color: #0d0d0d;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}

.home-wrapper .card.monthly .card-title {
    font-size: 18px;
}

.home-wrapper .card .card-text {
    color: #977e74;
    font-size: 12px;
    margin-bottom: 0;
}

.home-wrapper .card.monthly .card-text {
    font-size: 15px;
}

.card.blog {
    height: 300px;
}

.card.blog .card-title {
    color: #0d0d0d;
    font-size: 21px;
    font-weight: 600;
}

.card.blog .card-text {
    color: #977e74;
    font-size: 15px;
}

.home-wrapper .card .card-price {
    color: #69452c;
    font-size: 11px;
    font-weight: 600;
    padding-top: 5px;
}

.home-wrapper .card .card-price {
    color: black;
    font-size: 15px;
    font-weight: 600;
    padding-top: 0;
}

.btn-brown {
    background: #ac9665;
    color: white;
    font-weight: 600;
    position: absolute;
    bottom: 0;
}

.btn-order-now {
    padding: 8px 62px;
    font-size: 11px;
}

.home-wrapper .card .btn-brown {
    padding: 7px 60px;
}

.home-wrapper.bg-dark .header {
    color: #ac9665;
    font-weight: 400;
}

.home-wrapper .title {
    position: absolute;
    bottom: 15%;
    left: 10%;
    z-index: 1000;
}

@media screen and (max-width: 425px) {
    .home-wrapper .title {
        bottom: -15%;
    }
}

.multiple-img-banner-wrapper {
    height: 600px;
}

.multiple-img-banner-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.mh-300 {
    min-height: 300px;
}

.small-white {
    font-size: 12px;
    color: white;
}

.small-gold {
    font-size: 16px;
    color: #ac9665;
}

.small-mini-gold {
    font-size: 14px;
    color: #ac9665;
}

.mini-gold {
    font-size: 12px;
    color: #ac9665;
}

.color-gold {
    color: #ac9665;
}

.small-black {
    font-size: 16px;
    color: black;
}

.medium-small-black {
    font-size: 17px;
    color: black;
}

.medium-small-black-bold {
    font-size: 17px;
    color: black;
    font-weight: 600;
}

.mini-black {
    font-size: 12px;
    color: black;
}

.small-black-bold {
    font-size: 16px;
    color: black;
    font-weight: 600;
}

.small-gold-bold {
    font-size: 16px;
    font-weight: 500;
    color: #ac9665;
}

.small-brown-bold {
    font-size: 16px;
    font-weight: 500;
    color: #502717;
}

.medium-gold {
    font-size: 21px;
    color: #ac9665;
}

.medium-gold-bold {
    font-size: 21px;
    font-weight: 500;
    color: #ac9665;
}

.large-brown-bold {
    font-size: 36px;
    font-weight: 700;
    color: #502717;
}

.gold-bold {
    font-size: 18px;
    font-weight: 500;
    color: #ac9665;
}

.small-header-gold {
    color: #ac9665;
    font-size: 20px;
    font-weight: 900;
}

.mh-600 {
    min-height: 600px;
}

.h-500 {
    height: 500px;
}

.mh-500 {
    min-height: 500px;
}

.mh-300 {
    min-height: 300px;
}

.h-70 {
    height: 70px;
}

.about .wrapper {
    min-height: 600px;
}

.about .wrapper img {
    width: 100%;
}

.about .coffee-bean-image-wrapper {
    text-align: right;
    position: relative;
}

.about .coffee-bean-image-wrapper .bean {
    position: absolute;
    right: 70px;
    top: 30px;
    width: 200px;
}

.about .items {
    justify-content: space-between;
}

.circle-container {
    border: 3px solid #69452c;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    color: #69452c;
    font-weight: 700;
    position: relative;
}

.circle-container img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    z-index: -1000;
    position: absolute;
    display: none;
}

.circle-container:hover {
    border: 0;
    color: white;
    font-weight: 700;
}

.circle-container:hover img {
    display: block;
}

@media screen and (max-width: 768px) {
    .circle-container {
        width: 200px;
        height: 200px;
    }

    .about .items {
        justify-content: center;
    }
}

@media screen and (max-width: 425px) {
    .circle-container {
        margin: 20px 0;
    }

    .about .wrapper {
        min-height: 400px;
    }
}

.read-more .company-logo {
    width: 75%;
    padding: 50px 0;
}

@media screen and (max-width: 425px) {
    .read-more {
        text-align: center;
    }
    
    .read-more .company-logo {
        width: 50%;
    }
}


form input {
    border: 2px solid #69452c !important;
    border-radius: 15px !important;
    background-color: transparent !important;
}

form input:focus {
    box-shadow: none !important;
}

input {
    border: 2px solid #69452c !important;
    border-radius: 15px !important;
    background-color: transparent !important;
}

input:focus {
    box-shadow: none !important;
}

input::placeholder {
    font-size: 14px;
    padding: 5px;
}

form textarea {
    border: 2px solid #69452c !important;
    border-radius: 15px !important;
    background-color: transparent !important;
}

form textarea:focus {
    box-shadow: none !important;
}

button:focus {
    box-shadow: none !important;
}

.p-15-30 {
    padding: 15px 30px !important;
}

.btn-main {
    background: #ac9665;
    color: white;
    font-weight: 600;
}

.btn-main:hover {
    background: #69452c;
    color: white;
}

.btn-main-dark {
    background: #69452c;
    color: white;
    font-weight: 600;
}

.btn-main-dark:hover {
    background: #502717;
    color: white;
}

.btn-main-revert {
    background: transparent;
    color: #ac9665;
    font-weight: 600;
    border: 1px solid #ac9665;
}

.btn-main-revert:hover {
    background: #69452c;
    color: white;
}

.btn-main-light {
    background: white;
    color: #977e74;
    font-weight: 600;
    box-shadow: 0px 1px 6px #00000029;
}

.btn-main-light:hover {
    background: whitesmoke;
    color: #977e74;
}

.btn-main-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    padding: 10px 20px;
    font-size: 16px;
    background: transparent;
    color: #69452c;
    font-weight: 600;
    border: 2px solid #69452c;
    height: 70px;
}

.btn-main-logo img {
    width: 40px;
    height: 40px;
}

.mh-100 {
    min-height: 100px;
}

.brown-color {
    color: #69452c !important;
}

.small-header {
    color: black;
    font-size: 20px;
    font-weight: 900;
}

.medium-header {
    color: black;
    font-size: 25px;
    font-weight: 900;
}

.cart-img {
    width: 130px;
    height: 150px;
}

.border-bottom-brown {
    border-bottom: 1px solid #502717;
}

.height-200 {
    height: 200px;
}

.height-300 {
    height: 300px;
}

.ms-n5 {
    margin-left: -40px;
}

.width-350 {
    width: 350px;
}

.btn-toggle {
    border: 1px solid #502717;
    border-radius: 25px;
    color: #502717;
    font-size: 16px;
    padding: 5px 20px;
}

.btn-toggle.active {
    color: white;
    background: #502717;
}

.max-w-1000 {
    max-width: 1000px;
}

.mh-200 {
    min-height: 200px;
}

.no-bold {
    font-weight: 400;
}

.pagination {
    margin-bottom: 0;
    justify-content: flex-end;
}

.page-link {
    border: none;
    background-color: transparent;
    color: #ac9665;
    font-weight: 500;
    font-size: 18px;
}

.page-item.active .page-link {
    background-color: #502717;
    border-color: #502717;
}

.page-link:hover {
    background-color: #ac9665;
    color: white;
}

.page-link:focus {
    background-color: #ac9665;
    color: white;
    box-shadow: none;
}

.opacity-50 {
    opacity: 0.5;
}

.mh-400 {
    min-height: 400px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* .swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-bullet img {
    width: 20px;
    height: 20px;
} */

.bold-underline {
    font-weight: 500;
    text-decoration: underline;
}

.btn-check:checked + .btn-main-revert {
    background: #ac9665;
    color: white;
    font-weight: 600;
}

label:focus {
    box-shadow: none !important;
}

.btn-check:focus + .btn {
    box-shadow: none !important;
}

.no-border-radius {
    border-radius: 0 !important;
}

.table-main {
    border: 3px solid #502717;
}

.cart-notification {
    top: -5px;
    left: 30px;
}

.mySwiper2 {
    height: 60% !important;
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff;
}

.mySwiper {
    height: 40% !important;
}

.swiper-slide .image.thumb > img {
    width: 100%;
    height: 150px !important;
}

.select2-container .select2-selection--single {
    height: 70px !important;
    padding-left: 10px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 70px !important;
}

.select2-selection__rendered {
    font-size: 1.25rem;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 70px !important;
    right: 10px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #efeae7 !important;
    border-radius: 15px !important;
    border: 2px solid #69452c !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 0.25rem !important;
}

.select2-dropdown {
    background-color: #efeae7 !important;
    border-radius: 15px !important;
    border: 2px solid #69452c !important;
}

.select2-container--open .select2-dropdown--below {
    border-top: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.select2-container--default.select2-container--open.select2-container--above
    .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
    .select2-selection--multiple {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.select2-search--dropdown {
    padding-top: 10px !important;
}

.select2-results__option {
    padding: 10px !important;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #502717 !important;
    border-radius: 10px;
}

.select2-container--default .select2-results__options::-webkit-scrollbar {
    width: 15px;
    height: 190px;
}

.select2-container--default .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #502717;
    border-radius: 10px;
}

.select2-container--default .select2-results__options::-webkit-scrollbar-track {
    background-color: transparent !important;
}

.select2-search--dropdown .select2-search__field {
    padding: 10px 20px !important;
}

.select2-search--dropdown .select2-search__field:focus-visible {
    border: 2px solid #69452c !important;
}

.summary-img {
    width: 100px;
    height: 100px;
}

.border-main {
    border: #502717 1px solid;
    border-radius: 15px;
}

.p-left-20 {
    padding-left: 20px !important;
}

input[type="checkbox"] {
    border: 2px solid #ac9665 !important;
    border-radius: 10px !important;
    width: 30px;
    height: 30px;
    -webkit-appearance: none;
}

input[type="checkbox"]:checked {
    background-color: #ac9665 !important;
}

.transparent {
    background-color: transparent !important;
    border: none !important;
}

.page-item.disabled .page-link {
    background-color: transparent !important;
    border: none !important;
}

.dropdown-menu {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #fbfbfb;
    color: #0d0d0d96;
    padding: 5px;
    min-width: 200px;
    border-radius: 5px;
    box-shadow: -2px 12px 20px -8px rgba(0, 0, 0, 0.48);
    -webkit-box-shadow: -2px 12px 20px -8px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: -2px 12px 20px -8px rgba(0, 0, 0, 0.48);
}

.dropdown-item {
    color: #0d0d0d96;
    padding: 5px 10px;
}

.dropdown-item-border-bottom {
    border-bottom: 1px solid #8888885e;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: black;
    background-color: white;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-dropdown-img {
    width: 15px;
    height: 15px;
}

div.dataTables_wrapper div.dataTables_length select {
    background-color: transparent;
}

.profile-img {
    width: 200px;
    height: 200px;
}

.btn-edit-profile {
    bottom: 0;
    right: 25%;
}

.max-h-300 {
    max-height: 300px;
}

.max-h-200 {
    max-height: 200px;
}

.logo {
    width: 200px;
    height: 70px;
}

.object-fit-contain {
    object-fit: contain !important;
}

.letter-spacing-3 {
    letter-spacing: 3px;
}

.letter-spacing-6 {
    letter-spacing: 6px;
}

.height-430 {
    height: 430px;
}

.mh-50 {
    min-height: 50px;
}

.mh-70 {
    min-height: 70px;
}

.mh-60 {
    min-height: 60px;
}

.logo-home-black {
    width: 140px;
    height: 50px;
}

.br-20 {
    border-radius: 20px;
}

.height-650 {
    height: 650px;
}

.height-600 {
    height: 600px;
}

.height-580 {
    height: 580px;
}

.height-500 {
    height: 500px;
}

.height-520 {
    height: 520px;
}

.height-470 {
    height: 470px;
}

.product-list {
    height: 140px;
    background-color: white;
    margin-bottom: 20px;
}

.product-list > .image-wrapper > a > img {
    width: 130px;
    object-fit: cover;
}

.product-list .info-wrapper {
    padding: 20px 20px;
}

.border-left-gold {
    border-left: 1px solid #ac9665;
}

.btn-medium {
    font-size: 14px !important;
}

.border-top-brown-3 {
    border-top: 3px solid #502717;
}

.width-150 {
    width: 150px;
}

.border-light-grey {
    border: 1px solid #d8cfc8 !important;
}

.height-3 {
    height: 3px !important;
}

.g-recaptcha {
    text-align: right;
}

.g-recaptcha > div {
    width: 100% !important;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    margin-top: calc(150px - (var(--swiper-navigation-size) / 2));
    color: #ac9665;
}

.whatsapp-icon {
    position: fixed;
    z-index: 9999999999;
    right: 25px;
    bottom: 100px;
    border-radius: 500px;
    width: 60px;
    height: 60px;
    display: flex;
    background: #25d366;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;

    box-shadow: 0 0 0 0 rgba(52, 183, 241, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}

.whatsapp-icon i {
    color: #fff !important;
    font-size: 30px !important;
}

#lightgallery a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.position-relative:hover .position-absolute.top-0.start-0.w-100.h-100.bg-dark {
    opacity: 0.8;
}

.position-relative:hover
    .position-absolute.top-50.start-50.translate-middle.text-center
    > div {
    display: block;
    font-size: 20px;
    font-weight: 900;
    color: white;
}
.position-absolute.top-50.start-50.translate-middle.text-center > div {
    display: none;
}
.position-absolute.top-0.start-0.w-100.h-100.bg-dark {
    opacity: 0;
}

.blog-card {
    padding: 80px 0;
}

.blog-card img {
    width: 100%;
    height: 450px;
}

.blog-card .description {
    color: #919191;
}

.blog-card .info {
    padding: 0 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.blog-details .main-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.small-description.product-detials-content img {
    max-width: 100% !important;
}

.blog-content img {
    max-width: 100% !important;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(52, 183, 241, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(52, 183, 241, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(52, 183, 241, 0);
    }
}

.container.loading {
    position: relative;
    opacity: 0.5;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
}

.loading::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #69452c;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    z-index: 10000;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.faq .accordion-item {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #502717
}

.faq .accordion-item:last-of-type {
    border-radius: 0;
}

.faq .accordion-header .accordion-button {
    color: #502717;
    font-size: 18px;
    font-weight: bold;
    border: none;
    background-color: transparent;
}

.faq .accordion-header .accordion-button:not(.collapsed) {
    color: white;
    background-color: #502717;
}

.faq .accordion-body {
    color: #502717;
    font-size: 16px;
    font-weight: 500;
    padding: 25px 40px;
}

.faq .accordion-button::after {
    color: white;
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23502717'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23502717'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
