/* Shared Details */
.shared-detail {

}

.controlled-width-detail {
    width: 100%;
    max-width: 795px;
    margin: 0 auto;
}

/* Shared Top */
.shared-top {
    margin-top: 40px;
}

.shared-top .back-to {
    margin-bottom: 10px;
}

.shared-top .back-to a {
    color: #8e8e8e;
    font-size: 15px;
    font-weight: 300;
}

.root_panel.wine-theme .shared-top .back-to a {
    color: var(--dark-brown);
}

.shared-top .back-to a i {
    margin-right: 3px;
}

.shared-top .back-to a:hover {
    text-decoration: none;
}

.shared-top .title-cont {
    border-bottom: 1px solid #8e8e8e;
}

.root_panel.wine-theme .shared-top .title-cont {
    border-bottom: 1px solid var(--cream);
}

@media (max-width: 640px) {
    .root_panel.wine-theme .shared-top .title-cont {
        border-bottom: none;
    }
}

.shared-top .title-cont h1 {
    font-family: 'Josefin Sans', sans-serif;
    color: #195969;
    font-size: 34px;
    line-height: 34px;
    margin: 0 0 25px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.root_panel.wine-theme .title-cont h1 {
    color: var(--dark-brown);
    margin-bottom: 21px;
}

@media (max-width: 640px) {
    .root_panel.wine-theme .title-cont h1 {
        margin-bottom: var(--space-6);
    }
}

.shared-top .info-cont {
    display: flex;
    padding: 25px 0;
    margin: 0 0 30px;
}

.root_panel.wine-theme .shared-top .info-cont {
    padding: 0;
    padding-top: 29px;
    margin-bottom: 55px;
}

@media (max-width: 640px) {
    .root_panel.wine-theme .shared-top .info-cont {
        padding-top: 0;
    }
    
}

.shared-top .info-cont .trip-advisor {
    margin-bottom: 15px;
}

.shared-top .info-cont ul {
    margin: 0;
    list-style: none;
}

.shared-top .info-cont ul li {
    margin-bottom: 10px;
    color: #195969;
}

.root_panel.wine-theme .shared-top .info-cont ul li {
    color: var(--dark-brown);
}

.shared-top .info-cont ul li span:first-of-type {
    font-weight: 700;
}

.root_panel.wine-theme .shared-top .info-cont .address .info-list-value {
    color: var(--body-color);
}

.shared-top .info-cont ul li.detail-link a {
    font-weight: normal;
}

.shared-top .info-cont .see-more {
    border: 0;
    background-color: #52c4cd;
    padding: 13px 65px;
    font-size: 16px;
}

.root_panel.wine-theme .shared-top .info-cont .see-more {
    padding-block: var(--space-3);
    background-color: var(--clay);
    color: var(--white);
}

.shared-top .info-cont .rateInfo {
    display: none;
    margin-left: 10px; 
}

.shared-detail .shared-top .item .img-cont .youtube-play {
    width: 80px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shared-detail .shared-top .info-cont .info .noticeMessage {
    padding-top: 35px;
}


@media (max-width: 640px) {
    .shared-top {
        margin-top: 25px;
    }
    .shared-top .title-cont {
        border: 0;
    }
    .shared-top .title-cont h1 {
        font-size: 26px;
        line-height: 32px;
        margin: 0;
    }
    .shared-top .info-cont {
        flex-direction: column;
        margin-bottom: 0;
    }
    .shared-top .info-cont ul li {
        font-size: 16px;
        line-height: 20px;
    }
    .shared-top .info-cont .see-more {
        margin: 15px 0 10px;
    }
    .shared-top .info-cont .rateInfo { margin: 0 0 20px; }
}
.shared-top .map-container { 
    cursor: pointer;
}
.map-tab [data-gMapContainer] {
    display: none;
    border: 1px solid lightgray;
    border-radius: 8px;
    margin-bottom: 35px;
}
.map-tab .map-container.open [data-gMapContainer] {
    display: block;
}
.map-tab .map-container { 
    position: relative; 
    margin-bottom: 40px;
}
.map-container .map-toggle .map-button-text {
    position: absolute;
    background-color: rgb(14, 11, 11);
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    cursor: pointer;
    padding: 5px 15px;
    background-color: #52c4cd;
    border-radius: 90px;
    padding: 13px 65px;
    font-size: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.root_panel.wine-theme .map-container .map-toggle .map-button-text {
    background-color: var(--clay);
}
.map-container .map-toggle {
    position: relative;
}
.map-container .map-toggle .map-button-text:before {
    content: 'Click to View Map';
}
.map-container.open .map-toggle .map-button-text {
    /*content: 'Click to Close Map';*/
    display: none;
}
@media (max-width: 640px) {
    .map-tab .map-container .map-toggle .map-button-text {
        min-width: 200px;
        padding: 10px 25px;
    }
    .map-container .map-toggle .map-button-text {
        padding: 13px 20px;
    }
}
.map-tab .map-container .placeholder-map {
    display: block;
    cursor: pointer;
}
.map-tab .map-container.open .placeholder-map { display: none; }
.map-tab .map-container .map-toggle .fa {
    margin-left: 7px;
    color: #cc8b31;
}

[data-gMapContainer] [data-mapHolder] {
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

/* Shared Gallery */
.shared-gallery {
    margin-bottom: 20px;
}

.root_panel.wine-theme .shared-gallery {
    margin-bottom: var(--space-6);
}

.shared-gallery .item {
    position: relative;
}

.shared-gallery .item .img-cont {
    position: relative;
}

.shared-gallery .item .img-cont img {
    display: block;
    width: 100%;
    border-radius: 8px;
}

.root_panel.wine-theme .shared-gallery .item .img-cont img {
    border-radius: 0;
}

.shared-gallery .item .img-cont a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.7), rgba(0,0,0,0.05) 45%);
    border-radius: 8px;
}

.root_panel.wine-theme .shared-gallery .item .img-cont a::after {
    border-radius: 0;
}

.shared-gallery .gallery-link {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 15px;
    pointer-events: none;
}

.root_panel.wine-theme .shared-gallery .gallery-link {
    color: var(--white);
}

.shared-gallery .gallery-link i {
    font-size: 18px;
    margin-right: 3px;
}

.shared-gallery .gallery-link:hover {
    text-decoration: none;
}

@media (max-width: 640px) {
    .shared-gallery .item .img-cont img,
    .shared-gallery .item .img-cont::after {
        border-radius: 5px;
    }
}

/* Shared Bottom */
.shared-bottom {
    margin-bottom: 60px;
}

.shared-bottom .detail-tabs {
    list-style: none;
    margin: 0;
}

.shared-bottom .detail-tab {
    margin-bottom: 45px;
}

.shared-bottom .detail-tab:last-child {
    margin-bottom: 0;
}

.shared-bottom .detail-tab .tab-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 20px;
    border-bottom: 1px solid lightgray;
}

.root_panel.wine-theme .shared-bottom .detail-tab .tab-inner {
    border-bottom: 1px solid var(--cream);
}

.shared-bottom .detail-tab .tab-inner h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 26px;
    line-height: 29px;
    margin: 0;
    color: #195969;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.root_panel.wine-theme .shared-bottom .detail-tab .tab-inner h3 {
    color: var(--dark-brown);
}

.shared-bottom .detail-tab .content-toggle {
    position: relative;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.shared-bottom .detail-tab .content-toggle i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #195969;
}

.root_panel.wine-theme .shared-bottom .detail-tab .content-toggle i {
    color: var(--dark-brown);
}

.shared-bottom .detail-tab.active .content-toggle i.fa-plus {
    display: none;
}

.shared-bottom .detail-tab .detail-content {
    padding: 25px 0;
    display: none;
}

.root_panel.wine-theme .shared-bottom .detail-tab .detail-content {
    padding-top: 45px;
}

@media (max-width: 640px) {
    .root_panel.wine-theme .shared-bottom .detail-tab .detail-content {
        padding-top: var(--space-6);
    }
}

.shared-bottom .detail-tab.active .detail-content {
    display: block;
}

.shared-bottom .detail-tab.active {
    margin-bottom: 0;
}

.shared-bottom .about-tab .tabs-content h6 {
    color: #52c4cd;
}

@media (max-width: 640px) {
    .shared-bottom {
        margin-bottom: 0;
    }
    .shared-bottom .detail-tabs .detail-tab:last-child .detail-content {
        padding-bottom: 10px;
    }
}

/* Map */
[data-gMapContainer] {}

[data-gMapContainer] [data-mapHolder] {
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

[data-mapHolder] .map-pin-cont {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -70%);
}

[data-mapHolder] .map-pin-cont .map-pin-inner {
    position: relative;
    height: 100%;
}

[data-mapHolder] .map-pin-cont .marker {
    width: 35px;
}

[data-gMapContainer] img.temp {
    display: block;
    width: 100%;
    min-height: 100%;
}

[data-gMapContainer] ul li {
    font-size: 15px;
    padding: 0;
    margin: 0;
}

@media (max-width: 1024px) {
    [data-gMapContainer] {
        margin-bottom: 50px;
        transform: translateY(0);
    }
}

@media (max-width: 641px) {
    [data-gMapContainer] {
        margin-bottom: 30px;
    }
}

@media (max-width: 400px) {
    .map-container .map-toggle .map-button-text {
        padding: 13px 20px;
        font-size: 10px;
    }
}