.contact-seller {
    text-decoration: underline;
    text-transform: none;
}

.action.secondary.sell-by::after {
    color: #b3b3b3;
}

.tocart {
    white-space: nowrap;
}

.sell-by.has-seller {
    -webkit-text-size-adjust: 100%;
    text-decoration: none;
    background: #fcfbf8;
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 13.5px;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    -webkit-font-smoothing: antialiased;
    border: 1px solid #cdc9c1;
    color: transparent;
    cursor: pointer;
    padding: 21px;
    box-sizing: border-box;
    position: relative;
    color: black;
    white-space: nowrap;
}

.sell-by.has-seller .opacity {
    opacity: 0.5;
}

.sell-by.has-seller .bold {
    font-weight: 500;
}

.amlocator-content,
.amlocator-search-container,
.amlocator-block.-filter {
    display: none;
}

.amlocator-main-container {
    height: calc(100% - 110px);
}

.amlocator-index-index,
.amlocator-map-container,
.amlocator-desc-slide,
.amlocator-wrapper,
.amlocator-wrapper,
.amlocator-stores-wrapper,
.amlocator-block.-storelist.amlocator-store-list,
body .amlocator-index-index .amlocator-map-container .amlocator-map {
    height: 100%;
}

.amlocator-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
}

body .amlocator-index-index .amlocator-map-container {
    display: block;
    /* grid-template-columns: 55%;
    grid-template-areas: "map list"; */
}

/* .amlocator-store-list{
    overflow: hidden;
    height: unset;
} */

.origami-modal-background {
    z-index: 3;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background: #1A1A19;
    opacity: 0.6;
}

.origami-modal-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400px;
    letter-spacing: 4%;
    font-family: 'futura';
    color: rgba(50, 49, 47, 1);
    text-transform: uppercase;
    padding: 30px 30px 15px 30px;
    min-width: 490px;
}

.origami-modal-title .close {
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: inherit;
    font-family: 'Buffet-Crampon-Theme-Icon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.top {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding: 0px 30px 0px 30px;
    gap: 15px;
}

.top .origami-modal-field {
    flex: 1;
}

.or {
    display: flex;
    margin: 15px 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0px 30px 0px 30px;
    gap: 15px;
}

.or::before,
.or::after {
    position: relative;
    content: " ";
    height: 1px;
    flex: 1;
    /* background: rgba(50, 49, 47, 0.3); */
}

.favorite-seller-wrapper {
    padding: 0px 30px 30px 30px;
}

.favorite-seller-wrapper a {
    width: 100%;

}

.origami-modal-field .amsearch-input {
    background: white;
    color: black;
    width: 100%;
}

.origami-modal {
    z-index: 4;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F6F3EF;
    border: 0px 0px 0px 1px;
    min-width: 30vw;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.origami-modal .origami-modal-action button {
    padding: 15px 40px 15px 40px;
}

#origami-modal-find-reseller {
    display: flex;
    flex-direction: row;
    height: 70vh;
    width: 80vw;
}

#origami-modal-find-reseller .left,
#origami-modal-find-reseller .right {
    flex: 1;
    width: 50%;
}

#origami-modal-find-reseller .left {
    display: grid;
    grid-template-areas: "map";
}

#origami-modal-find-reseller .left .amlocator-block.-map {
    display: grid;
}

#origami-modal-find-reseller .right {
    display: flex;
    flex-direction: column;
}

#origami-modal-find-reseller .right .amlocator-store-information .actions {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    align-items: center;
    justify-content: space-between;
}

#origami-modal-find-reseller .right .amlocator-store-information .actions a {
    text-decoration: underline;
}

#origami-modal-find-reseller .right .map {
    flex: 1;
    overflow: auto;
}

@media (max-width: 1030px) {
    #origami-modal-find-reseller {
        flex-direction: column;
        height: 80vh;
        width: 90vw;
    }
    #origami-modal-find-reseller .left,
    #origami-modal-find-reseller .right {
        width: 100%;
    }
    #origami-modal-find-reseller .left .amlocator-block.-map {
        height: 30vh;
    }
    
    #origami-modal-find-reseller .amlocator-stores-wrapper{
        overflow: auto;
    }

    #origami-modal-find-reseller .amlocator-main-container{
        background: #F4F3EE;
    }

    #origami-modal-find-reseller .amlocator-search-container,
    #origami-modal-find-reseller .amlocator-desc-slide
    {
        display: none;
    }

    #origami-modal-find-reseller .amlocator-store-list
    {
        transform: inherit;
    }

    #origami-modal-find-reseller .amlocator-wrapper{
        display: block;
    }

    #origami-modal-find-reseller .left{
        flex: 0;
    }
}

@media (max-width: 500px) {
    #origami-modal-postalcode {
        width: 90vw;
    }

    #origami-modal-postalcode .top {
        flex-direction: column;

    }

    #origami-modal-postalcode .origami-modal-title {
        min-width: unset;
    }
}