.action-btn, #save-btn, #fake-save-btn{
    position: fixed !important;
    height: 60px;
    width: 60px;
    border-radius: 100% !important;
    border: none;
    margin: 0px;
    padding: 0px;
        -webkit-transition: opacity .5s ease-out;
        -moz-transition: opacity .5s ease-out;
        -o-transition: opacity .5s ease-out;
        transition: opacity .5s ease-out;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.action-btn:hover, #save-btn:hover, #fake-save-btn:hover{
    border: none;
}

.action-btn > img, #save-btn > img, #fake-save-btn > img{
    width: 34px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* #action-btn-shop{bottom: 90px !important; left: 10px !important;} */

/* #action-btn-rooms{bottom: 20px !important; left: 10px !important;} */

#block{padding-top:0px;}

.block{
    padding-top: 0px;
}

.btn-outline-white{
    border: 2px solid !important;
    border-color: #fff !important;
    color: #fff !important;
}

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active{
    background-color: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}

#chat{
    background-color: #fff !important;
    position: fixed !important;
    bottom: 30px !important;
    right: 10px !important;
    height: 500px !important;
    width: 90% !important;
    max-width: 350px;
    display: none;
    z-index: 1000 !important;
    border-radius: 5px !important;
}

#chat-btn-open{
    background-color: #FFAE61 !important;
    position: fixed !important;
    bottom: 30px !important;
    right: 10px !important;
    height: 70px !important;
    width: 70px !important;
    font-size: 2.3em !important;
    text-align: center !important;
    padding-top: 10px !important;
}

#chat-header{
    position: absolute;
    width: 100%;
    background-color: #FFAE61;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 0px 10px 0px;
}

#explore-sidebar{
    padding-top: 60px;
    padding-bottom: 60px;
    position: fixed;
    overflow-y: scroll;
    height: 100vh;
    width: 85%;
    background-color: rgba(0,0,0,0.7);
    border-radius: 0px;
    top: 0;
    left: -85%;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    z-index: 999;
}

#explore-sidebar-btn-div{
    /* background-color: #49c164; */
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 40px;
    height: 140px;
    border-radius: 0px 5px 5px 0px;
    top: 45%;
    left:-50px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
}

#explore-sidebar-btn{
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) rotate(90deg);
}

#explore-sidebar-btn > h3{
    font-size: 32px;
    margin-bottom: 0px;
}

#host-info{
    position: fixed;
    top: 55px;
    left: 10px;
    width: 225px;
    transition: opacity .5s ease-out;
    max-width: 50%;
}

#host-username{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .9em;
    text-shadow: 0px 0px 3px #797979;
}

#product{
    position: fixed;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    background-color: #fff;
    height: 170px;
    bottom: -170px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
}

#product-brand{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .9em;
    margin-bottom: 2px;
}

#product-btn-close{
    cursor: pointer;
}

#product-name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1em;
    margin-bottom: 2px;
}

#product-price{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2em;
    margin-bottom: 2px;
}

#product-thumb{
    max-height: 135px;
}


/* TOUR OVERLAYS */

#container-nav-bottom {
    z-index: 1;
    position: fixed;
    bottom: 35px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

#container-recommended-home {
    background-color: white;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;
}

#container-recommended-home > #column-image {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

#container-recommended-home > #column-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 40px;
}


#recommended-home-name {
    font-size: 1.1em;
    color: #FF6F61;
}

#recommended-home-cta {
    font-size: 1.1em;
    text-transform: uppercase;
}

#recommended-home-thumbnail {
    max-height: 100px;
}

#recommended-home-button {
    min-width: 150px;
}

#recommended-home-close {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px;
    background-color: lightgray;
    border-radius: 4px;
    color: #444;
    cursor: pointer;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    z-index: 100;
}

#recommended-home-close-wrapper {
    z-index: 1;
    width: 100%;
    max-width: 400px;
    transition: bottom 0.5s;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}

#recommended-home-close-wrapper.hidden {
    bottom: -200px;
}

#recommended-home-close-wrapper.visible {
    bottom: 0;
}

#save-btn, #fake-save-btn{
    cursor: pointer;
    position: fixed !important;
    bottom: 26px !important;
    right: 10px !important;
    border-radius: 100%;
    display: none;
}

#save-btn-img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#shot-div{
    position: fixed !important;
    bottom: 26px !important;
    right: -300px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    width: 20%;
    max-width: 300px !important;
    z-index: 9999;
}

#shot-img{
    border: #fff solid 3px;
    border-radius: 10px;
    width: 100%;
}

#shot-heading{
    text-align: center;
    font-size: 15px;
    margin-bottom: 3px;
    color: #fff;
    font-family: 'Jost', sans-serif !important;
    text-transform: uppercase;
    line-height: 15px;
}

#space-name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1em;
    margin-bottom: 2px;
    text-shadow: 0px 0px 3px #797979;
}

.space-thumb{
    max-width: 350px;
}

#tour, #oh-tour-iframe{
    width: 100vw;
    height: 100vh;
    border: none;
    position: fixed;
    bottom: 0;
}

.video-btn{
    position: absolute;
    bottom: -28px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    color: #fff;
    font-family: 'Jost', sans-serif !important;
    text-transform: uppercase;
    border-radius: 7px;
    font-size: 14px;
    width: 48%;
}

.video-btn:focus{
    outline: 0 !important;
}

#mute-video-btn{ right: 0px; }

#video-div{
    position: fixed;
    z-index: 0;
    top: 55px;
    right: 10px;
    width: 90px;
    height: 160px;
    background-color: transparent;
}

#video-wrapper{ height: 100%; }

#video-play-btn-div{
    z-index: 9999;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

#video-play-btn{
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    color: #fff;
    font-size: 40px;
    opacity: 0;
    transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
}

#video-play-btn-div:hover{
    cursor: pointer;
}

#video-iframe, #video-player{
    max-width:100%;
    max-height: 100%;
    bottom: 0px;
    position: absolute;
    border-radius: 7px;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #host-info{
        top: 80px;
        left: 20px;
        width: 400px;
    }

    #host-username{
        font-size: 1.1em;
    }

    #product-name{
        font-size: 1.4em;
    }

    #product-brand{
        font-size: 1.1em;
    }

    #product-add_to_bag{
        max-width: 300px;
    }

    #space-name{
        font-size: 1.5em;
    }

    #toggle-video-btn, #mute-video-btn{
        width: 48%;
    }

    #video-div{
        top: 80px;
        right: 20px;
        width: 120px;
        height: 213px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .action-btn, #save-btn, #fake-save-btn{
        height: 90px;
        width: 90px;
    }

    /* #action-btn-shop{bottom: 120px !important;} */

    #share-btn{right: 27px !important;}

    .action-btn > img, #save-btn > img, #fake-save-btn > img{width: 45px;}

    #explore-sidebar{
        display:block;
        padding-top: 60px;
        padding-bottom: 60px;
        position: fixed;
        overflow-y: scroll;
        height: 100vh;
        width: 33%;
        background-color: rgba(0,0,0,0.7);
        border-radius: 0px;
        top: 0;
        left: -33%;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
    }

    #explore-sidebar-btn-div{
        width: 50px;
        height: 180px;
    }

    #explore-sidebar-btn > h3{
        font-size: 40px;
    }

    #product{
        max-width: 500px;
        right: 0px;
    }

    #video-div{
        top: 80px;
        right: 20px;
        width: 150px;
        height: 267px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}
