html, body {
    color: #343a40;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -0.015em;
    height: 100vh;
    margin: 0;
    background-color: #eef1f2;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.loading-svg-container {
    width: 100px;
    height: 50px;
    display: inline-block;
}

.header-query {
    margin-left: 1.49rem;
    margin-right: 1.45rem;
}

.grid {
    padding-bottom: 1rem;
}

/* These are the classes that are going to be applied: */
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }
.size-1of4 { width: 25%; }

.card.listing-container {
    border: none;
/*    float: left;*/
}

.column { float: left; }

.card-columns {
    column-count: 1;
    column-gap: 0;
}

@media screen and (max-width: 767px){
    .grid[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .grid[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .grid[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

@media screen and (min-width: 1200px) {
    .grid[data-columns]::before {
        content: '4 .column.size-1of4';
    }
}

.listing_like_button {
    font-size: 1.5rem;
}

._listing_share_button {
    cursor: pointer;
}

._listing_share {
    font-size: 1.25rem;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.6;
    z-index: 8;
}

.overlay-query {
    display: none;
    height: 150%;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #be9b64;
    box-shadow: none;
    outline: 0 none;
}

.logo {
    position: absolute;
    bottom: 125%;
    width: 100%;
    z-index: 8;
}

.static-header {
    position: fixed;
    top: 40%;
    z-index: 10;
    width: calc(100% - 3rem);
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: darkgray !important;
    opacity: 1;
    /* Firefox */
}

/*h1 {
    font-family: 'Gilroy', sans-serif;
}*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
}

/* container */

#_listingShareButtonModalBody {
    width: 100%;
    text-align: center;
}

/* buttons */

#_listingShareButtonModalBody a {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 8px;
    border-radius: 50%;
    font-size: 28px;
    color: #fff;
    opacity: 0.75;
    transition: opacity 0.15s linear;
    cursor: pointer;
}

#_listingShareButtonModalBody a:hover {
    opacity: 1;
}

/* icons */

#_listingShareButtonModalBody i {
    position: relative;
    top: 5px;
}

/* colors */

.facebook {
    background: #3b5998;
}

.twitter {
    background: #55acee;
}

.whatsapp {
    background: #25D366;
}

.telegram {
    background: #0088cc;
}

.header-background {
    height: 350px;
    width: 100%;
    position: absolute;
    top: 0;
    background: url("/res/jpg/jc-plaza.jpg");
    z-index: 1;
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
}

@media (max-width: 575px) {
    .header-background {
        height: 310px;
    }
}


.header-background.header-background-overlay {
    z-index: 2;
    background: rgba(0, 0, 0, 0.75);
}

.bam-logo {
    height: 1.6rem;
}

.store-logo {
    width: 9rem;
}

.other-logo-container {
    cursor: pointer;
    border: solid 2px white;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.other-logo-container:hover {
    background-color: rgba(255, 255, 255, 0.2);
}


.days input[type=checkbox] {
    display: none;
}

.days input[type=checkbox]+label {
    color: #ccc;
    cursor: pointer;
}

.days input[type=checkbox]:checked+label {
    color: #5F4E32;
}

.days>div {
    display: inline;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    transition: all 0.1s ease;
}

.container {
    background-color: transparent;
}

.search-container .row,
.search-container .col,
.t1_tag,
.t2_tag,
.filter-pills_tag,
.days label {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.search-bar-container:focus-within,
.search-filter:focus-within {
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .075) !important;
}

.search-sticky {
    position: sticky;
    position: -webkit-sticky;
    /* Safari */
    top: 0;
    z-index: 11;
}

.search-container {
    background-color: transparent;
    z-index: 10;
}

.search-input,
.search-filter {
    position: relative;
    background-color: white;
    /*color: #5F4E32;*/
    border: none;
    outline: none;
    width: 100%;
}

.search-filter {
    position: absolute;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .075) !important;
}

.search-filter.search-suggestion {
    position: relative !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .075) !important;
    align-items: center;
    justify-content: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: left;
    padding-left: 3rem;
    cursor: pointer;
}

.search-filter.search-suggestion:hover {
    background-color: #dfcdb2;
}

.search-suggestion-container {
    padding-left: 0.95rem;
}

.search-suggestion-item {
    /*color: #5F4E32;*/
    font-size: 1rem;
    font-family: "Work Sans";
    padding-left: 0.75rem;
}

.search-suggestion-item.loc-suggestion-item {
    padding-left: 0.35rem;
}

.search-suggestion-item.loc-suggestion-item-subtitle {
    padding-left: 0.35rem;
    font-size: 0.8rem;
    color: gray;
}

.acItem.ui-menu-item-wrapper {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.acItem.ui-menu-item-wrapper.ui-state-active {
    border-color: #be9b64;
    background: #dfcdb2 !important;
}

.search-input {
    height: 3rem;
    padding-left: 3rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23343a40' 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/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: 1rem center;
}


.search-bar-container {
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.search-go {
    height: 3rem !important;
    border-radius: 0 !important;
}

.filter-pill-label {
    color: white;
    
    font-weight: 500;
}

.filter-pills_tag {
    display: inline-block;
    padding: 0.25rem 0.6rem 0.25rem 0.6rem;
    text-align: center;
    margin: 5px;
    cursor: pointer;
    color: white;
    border-style: solid;
    border-width: 1.5px;
    border-radius: 20px;
    border-color: white;
    background: none;
    transition: all 0.2s ease;
    
    font-weight: 500;
}

.filter-pills_tag:not(.filter-pills_tag_selected):hover {
    background: rgba(255, 255, 255, 0.2);
}

.filter-pills_tag_selected {
    color: black;
    background: white;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}


.filter-pill-label-query:not(.cancel-green) {
    color: #343a40;
}

.filter-pills:not(.cancel-green) div {
    color: #343a40;
    border-color: #be9b64;
}

.filter-pills:not(.cancel-green) div:not(.filter-pills_tag_selected):hover {
    background: #be9b6433;
}

.filter-pills:not(.cancel-green) div.filter-pills_tag_selected {
    color: white;
    background: #be9b64;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
} 


.sidebar-filter {
    min-width: 250px;
    height: 150%;
}

.search-filter-query {
    z-index: 13;
    position: fixed;
    display: none;
    top: 0;
}

.filter-container {
    height: 150%;
    background-color: white;
}

button.close.close-sidebar {
    font-size: 2rem;
}

button.close:focus {
    outline: 0;
    border: 0px solid #fff;
    outline: none;
}

.mobile_nav_bar {
    height: 3rem;
}

.mobile_nav_bar_container {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
}

.main-top-nav {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 3rem;
    position: relative;
    z-index: 3;
}

.modal {
    --animate-duration: 0.3s;
}

.modal-header {
    padding-bottom: 0;
    text-align: center;
    border-bottom: none;
}

img.wl-logo {
    height: 3rem;
    padding-right: 0.75rem;
}

img.wdo-logo {
    height: 3rem;
    padding-top: 0.1rem;
}

img.main-logo {
    max-width: 300px;
}

.main-logo-container {
    position: relative;
    z-index: 3;
}

img.main-logo-query {
    height: 3rem;
    cursor: pointer;
}

.col.container-query {
    z-index: 10;
}

.row.search-bar-row-container-query {
    max-width: 1000px;
}

#empty-space-1 {
    height: 25px;
}

#empty-space-2 {
    height: 50px;
}

#empty-space-5 {
    height: 50px;
}

@media (max-width: 991px) {
    #empty-space-3 {
        height: 75px;
    }
}

@media (max-width: 991px) {
    #empty-space-4 {
        height: 90px;
    }
}

.search-bar-container-parent {
    padding-left: 0.94rem;
}

#nav-items {
    width: 150px;
    position: absolute;
    right: 0;
    display: none;
}

#filter_by {
    z-index: 10;
    position: absolute;
}

.body-background {
    position: absolute;
    z-index: -101;
    top: 0;
    height: auto;
    width: 100%;
    background-color: #eef1f2;
}

.main-content {
    margin-top: 50px;
    overflow-y: hidden;
}

.main-content-query {
    margin-top: 1rem;
}

#pill-container-query {
    position: absolute;
    left: 0.45rem;
    /*display: none;*/
}

#logo-mobile {
    height: 2.5rem;
}

.logo-mobile {
    cursor: pointer;
}

.hbb-icon {
    width: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ec7070' class='bi bi-house-heart' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.707L2 8.207V13.5A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5V8.207l.646.646a.5.5 0 0 0 .708-.707L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.707 1.5ZM13 7.207l-5-5-5 5V13.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V7.207Zm-5-.225C9.664 5.309 13.825 8.236 8 12 2.175 8.236 6.336 5.309 8 6.982Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    color: #ec7070;
    cursor: help;
}

span.listing-open-indicator {
    color: #1a6f50;
    font-weight: 600;
    letter-spacing: -0.25px;
}

span.listing-close-indicator {
    color: gray;
    font-weight: 600;
    letter-spacing: -0.25px;
}

@media (min-width: 992px) {

    #pill-container-query {
        left: 1rem;
        display: block;
    }

    .search-container,
    .search-filter {
        max-width: 1000px !important;
    }

    .mobile-only {
        display: none !important;
    }

    .search-sticky-query {
        padding-bottom: 1rem;
        background-color: white;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
        height: 5.5rem;
    }

    .search-sticky-listing {
        height: 10rem;
    }
}

@media (max-width: 991px) {
    .sidebar-filter {
        display: none;
        min-width: 365px;
    }

    .result-right-content {
        width: 100% !important;
    }

    .desktop-only {
        display: none !important;
    }

    .main-top-nav {
        padding-left: 1rem;
        padding-right: 1rem;
    }

}

.search-container-query {
    margin-top: .5rem;
}

.search-input::-webkit-search-cancel-button {
    position: relative;
    right: -0.5rem;
    margin-left: -0.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%23343a40' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    -webkit-appearance: none;
    height: 3rem;
    width: 3rem;
}

@media (min-width: 992px) {

    .nav-button-container {
        display: none;
    }
}

.search-button {
    position: relative;
    left: 3rem;
    height: 3rem;
    width: 3rem;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    outline: none !important;
    cursor: pointer;
    pointer-events: none;
}

.search-button i {
    font-size: 1.25rem;
    fill: #5F4E32;
}

@media (min-width: 768px) {
    .search-filter-divider {
        margin-top: 0.1rem;
        margin-bottom: 0.1rem;
        border-left: 1px solid #d3d3d3 !important;
    }
}

@media (max-width: 767px) {
    .search-filter-divider {
        width: 95%;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
        border-top: 1px solid #d3d3d3 !important;
    }
}

.search-filter-divider-horizontal {
    width: 95%;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    border-top: 1px solid #d3d3d3 !important;
}

.search-filter-address-geo {
    position: absolute;
    right: 0;
    margin-right: 2.25rem;
    color: #5F4E32;
}

.search-filter-toggle {
    width: 2.5rem !important;
    position: absolute;
    right: 0rem;
    font-size: 1.25rem;
    top: 0.6rem;
    color: #5F4E32;
}

.search-filter-toggle.filter-toggle-fill {
    color: #be9b64;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

#listing_name_link {
    color: #5F4E32;
}

#listing_name_link:hover {
    color: black;
    text-decoration: none;
}

.search-filter-address-nearby {
    width: auto;
}

.search-input-query {
    padding-right: 3rem;
}

.search-input-single {
    padding-right: 1.5rem;
}

.t1_tag,
.t2_tag {
    display: inline-block;
    padding: 0.5rem;
    text-align: center;
    margin: 2px;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    color: #5F4E32;
    transition: all 0.2s ease;
}

.t1_tag:not(.t1_tag_selected):hover,
.t2_tag:not(.t2_tag_selected):hover {
    background: #dfcdb2;
}

.t1_tag_selected,
.t2_tag_selected {
    color: white;
    background: #be9b64;
}

.listing_label {
    display: inline-block;
    padding: 0.5rem;
    text-align: center;
    margin: 2px;
    border-radius: 3px;
    color: white;
    background: #be9b64;
}

.listing-item {
    background-color: white;
    padding: 0;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .075) !important;
    height: fit-content;
}

.carousel-item {
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 0.75;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-arrow-left-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3.5 7.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z'/%3E%3C/svg%3E");
    filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 0, 0, .25));
    width: 2rem;
    height: 2rem;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-arrow-right-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E");
    filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 0, 0, .25));
    width: 2rem;
    height: 2rem;
}

.carousel-indicators {
    z-index: 9;
}

/* Checkbox */

.position-center-vertical {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.pure-checkbox *,
.pure-radiobutton * {
    box-sizing: border-box;
}

.pure-checkbox *:before,
.pure-radiobutton *:before,
.pure-checkbox *:after,
.pure-radiobutton *:after {
    box-sizing: border-box;
}

.pure-checkbox input[type="checkbox"],
.pure-radiobutton input[type="checkbox"],
.pure-checkbox input[type="radio"],
.pure-radiobutton input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.pure-checkbox input[type="checkbox"]:focus+label:before,
.pure-radiobutton input[type="checkbox"]:focus+label:before,
.pure-checkbox input[type="radio"]:focus+label:before,
.pure-radiobutton input[type="radio"]:focus+label:before,
.pure-checkbox input[type="checkbox"]:hover+label:before,
.pure-radiobutton input[type="checkbox"]:hover+label:before,
.pure-checkbox input[type="radio"]:hover+label:before,
.pure-radiobutton input[type="radio"]:hover+label:before {
    border-color: #be9b64;
    background-color: #f2f2f2;
}

.pure-checkbox input[type="checkbox"]:active+label:before,
.pure-radiobutton input[type="checkbox"]:active+label:before,
.pure-checkbox input[type="radio"]:active+label:before,
.pure-radiobutton input[type="radio"]:active+label:before {
    transition-duration: 0s;
}

.pure-checkbox input[type="checkbox"]+label,
.pure-radiobutton input[type="checkbox"]+label,
.pure-checkbox input[type="radio"]+label,
.pure-radiobutton input[type="radio"]+label {
    position: relative;
    padding: 5px 5px 5px 1.5em;
    vertical-align: middle;
    user-select: none;
    cursor: pointer;
}

.pure-checkbox input[type="checkbox"]+label:before,
.pure-radiobutton input[type="checkbox"]+label:before,
.pure-checkbox input[type="radio"]+label:before,
.pure-radiobutton input[type="radio"]+label:before {
    box-sizing: content-box;
    content: '';
    color: #be9b64;
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    margin-top: -9px;
    border: 1.5px solid #be9b64;
    text-align: center;
    transition: all 0.2s ease;
}

.pure-checkbox input[type="checkbox"]+label:after,
.pure-radiobutton input[type="checkbox"]+label:after,
.pure-checkbox input[type="radio"]+label:after,
.pure-radiobutton input[type="radio"]+label:after {
    box-sizing: content-box;
    content: '';
    background-color: #be9b64;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    transform: scale(0);
    transform-origin: 50%;
    /*transition: transform 200ms ease-out;*/
}

.pure-checkbox input[type="checkbox"]:disabled+label:before,
.pure-radiobutton input[type="checkbox"]:disabled+label:before,
.pure-checkbox input[type="radio"]:disabled+label:before,
.pure-radiobutton input[type="radio"]:disabled+label:before {
    border-color: #cccccc;
}

.pure-checkbox input[type="checkbox"]:disabled:focus+label:before,
.pure-radiobutton input[type="checkbox"]:disabled:focus+label:before,
.pure-checkbox input[type="radio"]:disabled:focus+label:before,
.pure-radiobutton input[type="radio"]:disabled:focus+label:before,
.pure-checkbox input[type="checkbox"]:disabled:hover+label:before,
.pure-radiobutton input[type="checkbox"]:disabled:hover+label:before,
.pure-checkbox input[type="radio"]:disabled:hover+label:before,
.pure-radiobutton input[type="radio"]:disabled:hover+label:before {
    background-color: inherit;
}

.pure-checkbox input[type="checkbox"]:disabled:checked+label:before,
.pure-radiobutton input[type="checkbox"]:disabled:checked+label:before,
.pure-checkbox input[type="radio"]:disabled:checked+label:before,
.pure-radiobutton input[type="radio"]:disabled:checked+label:before {
    background-color: #cccccc;
}

.pure-checkbox input[type="checkbox"]+label:after,
.pure-radiobutton input[type="checkbox"]+label:after {
    background-color: transparent;
    top: 50%;
    left: 4px;
    width: 8px;
    height: 3px;
    margin-top: -4px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 0 0 3px 3px;
    border-image: none;
    transform: rotate(-45deg) scale(0);
}

.pure-checkbox input[type="checkbox"]:checked+label:after,
.pure-radiobutton input[type="checkbox"]:checked+label:after {
    content: '';
    transform: rotate(-45deg) scale(1);
    /*transition: transform 200ms ease-out;*/
}

.pure-checkbox input[type="radio"]:checked+label:before,
.pure-radiobutton input[type="radio"]:checked+label:before {
    background-color: white;
}

.pure-checkbox input[type="radio"]:checked+label:after,
.pure-radiobutton input[type="radio"]:checked+label:after {
    transform: scale(1);
}

.pure-checkbox input[type="radio"]+label:before,
.pure-radiobutton input[type="radio"]+label:before,
.pure-checkbox input[type="radio"]+label:after,
.pure-radiobutton input[type="radio"]+label:after {
    border-radius: 50%;
}

.pure-checkbox input[type="checkbox"]:checked+label:before,
.pure-radiobutton input[type="checkbox"]:checked+label:before {
    background: #be9b64;
}

.pure-checkbox input[type="checkbox"]:checked+label:after,
.pure-radiobutton input[type="checkbox"]:checked+label:after {
    transform: rotate(-45deg) scale(1);
}

.pure-checkbox.pure-checkbox-inline,
.pure-radiobutton.pure-checkbox-inline,
.pure-checkbox.pure-radiobutton-inline,
.pure-radiobutton.pure-radiobutton-inline {
    display: inline-block;
}

.pure-checkbox-toggle input[type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.pure-checkbox-toggle input[type="checkbox"]+label {
    position: relative;
    padding: 5px 5px 5px 40px;
    vertical-align: middle;
    user-select: none;
    cursor: pointer;
    display: block;
}

.pure-checkbox-toggle input[type="checkbox"]+label:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    content: '';
    color: #be9b64;
    width: 35px;
    height: 20px;
    border-radius: 50px;
    text-align: center;
    transition: all 0.4s;
    background-color: #d6d6d6;
}

.pure-checkbox-toggle input[type="checkbox"]+label:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    content: '';
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
    transition: all 0.2s;
    box-sizing: border-box;
}

.pure-checkbox-toggle input[type="checkbox"]:checked+label:before {
    box-shadow: inset 0 0 0 10px #be9b64;
}

.pure-checkbox-toggle input[type="checkbox"]:checked+label:after {
    left: 15px;
    border-color: #be9b64;
    background-color: #ffffff;
}

.pure-checkbox-toggle input[type="checkbox"]:disabled+label {
    cursor: default;
}

.pure-checkbox-toggle input[type="checkbox"]:disabled+label:before {
    box-shadow: inset 0 0 0 10px #e3e3e3;
}

.pure-checkbox-toggle input[type="checkbox"]:disabled+label:after {
    border-color: #e3e3e3;
}

.pure-checkbox-toggle input[type="checkbox"]:disabled:checked+label:before {
    box-shadow: inset 0 0 0 10px #999999;
}

.pure-checkbox-toggle input[type="checkbox"]:disabled:checked+label:after {
    border-color: #999999;
}

.pure-checkbox-toggle--right input[type="checkbox"]+label {
    padding: 5px 40px 5px 5px;
}

.pure-checkbox-toggle--right input[type="checkbox"]+label:before {
    left: auto;
    right: 0;
}

.pure-checkbox-toggle--right input[type="checkbox"]+label:after {
    left: auto;
    right: 15px;
}

.pure-checkbox-toggle--right input[type="checkbox"]:checked+label:after {
    left: auto;
    right: 0;
}

@keyframes borderscale {
    50% {
        box-shadow: 0 0 0 2px #be9b64;
    }
}

/* End Checkbox */

.clockpicker {
    width: 224px;
}

/*.clockpicker-popover.popover {
    font-family: 'Source Sans Pro' !important;
}*/

.clockpicker-popover .popover-title {
    border-radius: .3rem;
    font-weight: 600;
    padding: .25rem;
}

.clockpicker-popover .popover-title .text-primary {
    color: #be9b64 !important;
}

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
    fill: #d2b993 !important;
}

.clockpicker-canvas line {
    stroke: #d2b993 !important;
}

.clockpicker-canvas-bg {
    fill: #dfcdb2 !important;
}

.clockpicker-tick.active,
.clockpicker-tick:hover {
    background-color: #dfcdb2 !important;
    background-color: rgba(230, 235, 234, .25) !important;
}

.clockpicker-canvas-bg-trans {
    fill: rgba(171, 185, 182, .25) !important;
}

button.navbar-toggler {
    outline: none;
    position: absolute;
    right: 1em;
}

a.nav-link {
    color: #5F4E32 !important;
    
    font-weight: 500;
}

a.nav-link:hover {
    color: #000000 !important;
}

a.nav-link.nav-link-white {
    color: white !important;
}

a.nav-link.nav-link-white:hover {
    color: lightgrey !important;
}

a.nav-link.home-button {
    font-size: 1.25rem;
}

.btn-primary {
    color: #ffffff;
    background-color: #be9b64;
    border-color: #be9b64;
    font-weight: 400;
    /**/
}

.btn-primary:* {
    color: #ffffff;
    background-color: #be9b64;
    border-color: #be9b64;
    font-weight: 400;
    /**/
}

.btn-primary:active,
.btn-primary:focus {
    background-color: #5F4E32 !important;
    border-color: #5F4E32 !important;
}

.btn-primary:hover {
    background-color: #856D46;
    border-color: #856D46;
}

.btn-my-wallet {
    color: #ffffff;
    background-color: #00b5e2;
    border-color: #00b5e2;
    font-weight: 400;
    border-radius: 0;
    height: 3rem;
    display: flex;
    align-items: center;
    /**/
}

.btn-my-wallet:* {
    color: #ffffff;
    background-color: #00b5e2;
    border-color: #00b5e2;
    font-weight: 400;
    /**/
}

.btn-my-wallet:active,
.btn-my-wallet:focus {
    color: #ffffff;
    background-color: #006d88 !important;
    border-color: #006d88 !important;
}

.btn-my-wallet:hover {
    color: #ffffff;
    background-color: #0091b5;
    border-color: #0091b5;
}

.btn:focus,
.btn:active {
    box-shadow: none !important;
    outline: 0px !important;
}

.main-container .card {
    background-color: transparent;
    transition: width 0.2s;
}

.card {
    border-radius: .5rem;
}

.card .card-header {
    border-radius: .5rem .5rem 0 0;
}

.card .card-footer {
    border-radius: 0 0 .5rem .5rem;
}

.container.card {
    background-color: transparent;
}

/* class applies to select element itself, not a wrapper element */
select {
    display: inline-block;
    color: #444;
    /*line-height: 1.3;*/
    padding: .3em 1.4em .3em .6em !important;
    width: auto;
    max-width: 100%;
    /* useful when width is set to anything other than 100% */
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
        for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
        
    */
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
        linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
    background-position: right .6em top 50%, 0 0;
    /* icon size, then gradient */
    background-size: .5em auto, 100%;
}

/* Hide arrow icon in IE browsers */
select::-ms-expand {
    display: none;
}

/* Hover style */
select:hover {
    border-color: #888;
}

/* Focus style */
select:focus {
    border-color: #aaa;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

/* Set options to normal weight */
select option {
    font-weight: normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] select,
:root:lang(ar) select,
:root:lang(iw) select {
    background-position: left .7em top 50%, 0 0;
    padding: .3em .6em .3em 1.4em;
}

/* Disabled styles */
select:disabled,
select[aria-disabled=true] {
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
        linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

select:disabled:hover,
select[aria-disabled=true] {
    border-color: #aaa;
}

input.form-control::-webkit-search-cancel-button {
    position: relative;
    right: -10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='%23343a40' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;

    -webkit-appearance: none;
    height: 25px;
    width: 25px;
}

.search-filter-address {
    color: #5F4E32;
}

.search-filter-address.form-control::-webkit-search-cancel-button {
    position: relative;
    right: 1.25rem;
    margin-left: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='%23343a40' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;

    -webkit-appearance: none;
    height: 25px;
    width: 25px;
}

@media (max-width:992px) {
    .nav-link {
        padding: .3rem 1rem;
    }

    .nav-link.home-button {
        padding: .3rem 1.25rem;
    }
}

.hidden-item {
    display: none;
}

.invisible-item {
    visibility: hidden;
}


