@font-face {
    font-family: "Futura";
    src: url("FUTURA_REGULAR.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Futura-Medium";
    src: url("FUTURA_MEDIUM.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Futura-Medium" ;
}

body {
    /* font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; */
    font-family: Futura;
}

input[type="text"],
input[type="search"],
select {
    border: none;
    background: transparent;
    margin: 0;
    padding: 7px 0px;
    font-size: 14px;
    color: inherit;
    border: 1px solid transparent;
    border-radius: inherit;
    width: 100%;
}

a {
    color: #B0B9AE;
}
a:hover {
    color: #fff;
}

button[type="submit"] {
    position: absolute;
    text-indent: -999px;
    overflow: hidden;
    width: 30px;
    margin-left: -30px;
    margin-top: 6px;
    border: none;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    cursor: pointer;
    opacity: 0.7;
}

button[type="submit"]:hover {
    opacity: 1;
}

button[type="submit"]:focus,
input[type="search"]:focus {
    box-shadow: 0 0 3px 0 #1183d6;
    border-color: #1183d6;
    outline: none;
}

.result_1 {
    color: black;
    font-weight: bold;
}

.result_2,
.result_3 {
    color: black;
    font-size: 90%;
}

.result_icons {
    width: 70%;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
}

#loading {
    display: none;
    background-color: #eaeaea88 !important;
    z-index: 1;
}

#modalcontent .result_icons {
    width: 100%;
}


#suggestions {
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    position: absolute;
    background-color: white;
    width: 300px;
    z-index: 1000;
}
.suggestion-item {
    padding: 8px;
    cursor: pointer;
}
.suggestion-item:hover {
    background-color: #f0f0f0;
}
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}


.result_icons li {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    word-wrap: break-word;
    cursor: pointer;
}

.result_icons a {
    color: initial;
}

#filters td {
    font-size: 90%;
    word-wrap: break-word
}

#filters label,
#filters input {
    cursor: pointer;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.2);
    /* IE */
    -moz-transform: scale(1.2);
    /* FF */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
    /* Opera */
    transform: scale(1.2);
    padding: 10px;
    margin-right: 5px;
    accent-color: #000;
}

.btnprimxo {
    background-size: 201% 100%;
    background-image: linear-gradient(to right, #000 50%, #fff 50%), linear-gradient(to right, #fff 50%, #303030 50%);
    transition: background-position 0.5s;
    background-repeat: no-repeat;
    background-position: 100% top, 100% top;
    -webkit-background-clip: text, border-box;
    background-clip: text, border-box;
    color: transparent;
    padding: 4%;
    border: 1px solid #303030;
    font-family: Futura;
    font-size: 90%;
}

.btnprimxo:hover {
    background-position: 0% top, 0% top;
}

.storelist_div {}

.actionbtn {
    display: flex;
}

.mapview_div {
    min-height: 70vh;
}

#result_text {
    display: none;
}

#store_list {
    overflow: hidden;
    display: none;
    margin-right: -3%;
}

.verifiedstockist {
    background: #c9c9c9;
    color: black;
    width: fit-content;
    border-radius: 5px;
    padding: 0 10px 0 5px;
    font-size: 80%;
}

#store_list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 5px;
}

#store_list::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

#store_list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0.44, rgb(77, 77, 77)),
            color-stop(0.72, rgb(104, 104, 104)),
            color-stop(0.86, rgb(64, 64, 64)));
}

.dir_btn {
    background-color: #1C1C1C;
    color: white;
    font-size: small;
    padding: 8px 15px;
    width: 90%;
    border-radius: 5px;
    border: none;
}

.my_location_btn {
    border-radius: 20px;
    cursor: pointer;
    padding: 10px 10px;
    position: absolute;
    top: 55px !important;
    left: 10px !important;
}

.my_location_btn .icon {
    width: 20px;
}

.my_location_btn .text {
    max-width: 0;
    -webkit-transition: max-width 1s;
    transition: max-width 1s, opacity 0.3s linear, padding 0.5s;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    padding: 0 0;
    opacity: 0;
    font-weight: bold;
}

.my_location_btn:hover .text {
    max-width: 7rem;
    padding: 0 5px;
    opacity: 1;
}

.mapinfowindow {}

.subscribe {
    width: 100%;
    height: 100vh;
    /* background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("../img/cover.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    display: flex;
}

.subscribe .cover {
    width: 100%;
    height: 100vh;
    background: radial-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3)), url("../img/cover.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: absolute;
    z-index: -1;
    /* opacity: 0.3; */
}

.subscribe .content {
    margin: 0 2%;
    padding: 0 2%;
    display: grid;
    margin: auto;
    text-align: center;
    font-family: Futura, sans-serif !important;
}

.subscribe .content .btnprimxo {
    padding: 4% 10%;
}

.subscribe .content input {
    width: 100%;
    padding: 3%;
    background-color: transparent;
    font-family: Futura, 'Times New Roman', Times, serif !important;
    border: 1px solid #6f6f6f;
}

.subscribe .content p,
.subscribe .content h2 {
    margin-bottom: 5%;
    font-family: Futura, sans-serif !important;
    font-weight: normal;
}

#changeviewbtns {
    display: none;
}

@media (max-width: 575.98px) {

    .subscribe .content input {
        text-align: center;
    }

    .emailbox tr {
        display: flex;
        flex-wrap: wrap;
    }

    .emailbox tr>td:not(:last-child) {
        flex: 1;
    }

    .emailbox tr>td:last-child {
        margin-top: 3%;
        width: 100%;
    }

    .subscribe .content .btnprimxo {
        width: 100%;
    }
}


/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 30vh;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    padding-top: 40px;
    border: 1px solid #888;
    width: 25%;
}

.close {
    color: #aaaaaa;
    position: absolute;
    top: 0%;
    right: 10px;
    font-size: 28px;
    font-weight: bold;
    z-index: 1;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Register Popup */
.registerpopup {
    display: none;
    position: fixed;
    z-index: 1021;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.popup-content {
    background-color: #fefefe;
    margin: 3% auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 80%;
    max-width: 600px;
}

.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.registerpopup input[type=text],
input[type=tel],
input[type=url],
input[type=email] {
    border: 1px solid black;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
}

.checkbox-group {
    margin: 10px 0;
}

.checkbox-group label {
    margin-right: 20px;
    cursor: pointer;
}

.checkbox-group input {
    cursor: pointer;
}

.registerpopup .buttons {
    margin-top: 5%;
    text-align: center;
}

.registerpopup .btnprimxo {
    padding: 2% 4%;
}

.cancel-btn {
    margin-left: 10px;
}



/********** Template CSS **********/
:root {
    --primary: #5B8C51;
    --secondary: #EDDD5E;
    --light: #F7F7F7;
    --dark: #404A3D;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: Futura, "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }

    .actionbtn {
        display: block;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .storelist_div {
        padding: 0%;
    }

    .mapview_div {
        padding-right: 0%;
        display: block;
    }

    #store_list {
        overflow-y: scroll;
        max-height: 70vh !important;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .mapview_div {
        padding: 0%;
    }

    .modal-content {
        width: 90%;
    }
    
    .checkbox-group {
        display: flex;
        flex-wrap: wrap;
    }
    
    .checkbox-group label {
        margin-right: 0px;
        cursor: pointer;
        width: 50%;
        box-sizing: border-box;
    }

    .btnprimxo {
        background-image: linear-gradient(to right, #fff 50%, #000 50%), linear-gradient(to right, #000 50%, #fff 50%);
        width: 100%;
    }
}

.page-header {
    background: url(../img/banner.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 5px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 6px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** About ***/
.about-experience {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -45px;
    bottom: -45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/*** Service ***/
.service-item {
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    border-radius: 10px;
}

.service-item .service-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    z-index: 1;
}

.service-item .service-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s ease-out;
    z-index: 2;
}

.service-item:hover .service-img::after {
    width: 0;
    left: auto;
    right: 0;
}

.service-item .service-text .service-icon {
    width: 140px;
    height: 140px;
    padding: 15px;
    margin-top: -70px;
    margin-bottom: 40px;
    background: #FFFFFF;
    border-radius: 140px;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}

.service-item .service-text h5,
.service-item .service-text p {
    transition: .5s;
}

.service-item:hover .service-text h5,
.service-item:hover .service-text p {
    color: #FFFFFF;
}

.service-item .service-text .btn {
    color: var(--secondary);
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .25);
}

.service-item .service-text .btn:hover {
    color: var(--dark);
    background: var(--secondary);
}


/*** Product ***/
.product-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.product-item .product-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.product-item:hover .product-overlay {
    opacity: 1;
    padding-top: 0;
}


/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .btn {
    border-color: transparent;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}


/*** Testimonial ***/
.testimonial-img {
    position: relative;
    min-height: 400px;
}

.testimonial-img::after {
    position: absolute;
    content: "\f10d";
    font-family: Futura, "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 200px;
    color: #EEEEEE;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.testimonial-img img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.testimonial-img img:nth-child(1) {
    top: 0;
    left: 0;
}

.testimonial-img img:nth-child(2) {
    top: 60%;
    left: 20%;
}

.testimonial-img img:nth-child(3) {
    top: 20%;
    left: 60%;
}

.testimonial-img img:nth-child(4) {
    bottom: 0;
    right: 0;
}

.testimonial-img img .animated.pulse {
    animation-duration: 2s;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 45px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
    color: var(--dark);
}


/*** Footer ***/
.footer {
    color: #B0B9AE;
    padding-top: 15px;
    padding-bottom: 5px;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: Futura, "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}