﻿/* common css for detail page desktop */

.detail-left {
    float: left;
    padding: 16px;
    width: calc(100% - 320px);
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow: 0 7px 30px #aaaaaa40;
}

    .detail-left .panel {
        background: #fff !important;
    }

    .detail-left .detail-title span.detail-price-type {
        font-size: 1.2rem;
    }

.detail-title .large-8,
.detail-info .medium-5 {
    padding-left: 0 !important;
}

.detail-title .large-4,
.detail-info .medium-7 {
    padding-right: 0 !important;
}

.detail-info .fa-map-marker {
    margin-right: 2px;
    font-size: 14px;
    color: #aaa !important;
}

.detail-info a {
    color: #888 !important;
    text-decoration: underline;
}

    .detail-info a:hover {
        color: #17b !important;
        text-decoration: underline;
    }

.detail-info .reposted {
    display: inline-block;
    margin-top: 4px;
    color: #f07830 !important;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--primary-font-family);
}

.detail-title h1 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 12px;
    word-wrap: break-word;
    color: #222;
}

    .detail-title h1 span {
        font-size: 1.25rem;
    }

    .detail-title h1::first-letter {
        text-transform: uppercase;
    }

.detail-title .product-price {
    font-size: 22px;
    font-family: var(--primary-font-family);
    font-weight: 500;
    letter-spacing: -1px;
}

    .detail-title .product-price span:last-child {
        font-weight: 500;
        letter-spacing: 0;
    }

.detail-left .article-detail h5,
#contactform h5 {
    margin: 36px 0 16px 0;
    padding: 0px;
    font-family: var(--primary-font-family);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

#contactform h5 {
    margin: 0 0 12px;
}

.contactform-warning-message {
    display: none;
    font-size: 13px;
    padding-bottom: 10px;
}

.detail-left .article-detail ul, .article-detail ul li {
    width: 100%;
    font-size: 14px;
}

.detail-left .detail-info p {
    font-size: .8125rem;
    word-wrap: break-word;
}

.detail-left .detail-info i {
    color: #888;
    font-size: .8125rem;
    font-style: normal;
}

.detail-left .article-detail {
    width: 100%;
}

    .detail-left .article-detail p.check-details {
        margin-top: 15px;
    }

    .detail-left .article-detail span {
        word-wrap: break-word;
    }

.detail-left .featuredArticles {
    width: 100%;
}

    .detail-left .featuredArticles h2 {
        width: 100%;
        font-size: 18px;
    }

    .detail-left .featuredArticles .more {
        width: 100%;
        margin-top: 10px;
    }

        .detail-left .featuredArticles .more a {
            padding: 15px 20px;
            display: inline-block;
            width: 160px;
        }

.article-detail .spec {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-detail .fa-plus,
.article-detail .fa-minus {
    cursor: pointer;
}

.detailAd-login {
    width: 100%;
    margin-top: 24px;
    padding: 20px;
    background: #e3edf4;
    border-radius: 8px;
}

/* Make offer modal */
.makeoffer-modal .reveal-modal {
    padding: 0px;
}

.makeoffer-modal table td:first-child {
    text-align: center;
}

.makeoffer-modal table {
    height: 200px;
    width: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.makeoffer-modal input {
    margin: 10px 0 0 0;
    padding: 15px;
    height: auto;
}

.makeoffer-modal button {
    margin-top: 10px;
    padding: 15px 20px;
}

.makeoffer-modal form {
    text-align: center;
}

/* Gallery */
#gallery {
    padding: 0 0 16px 0;
    width: 100%;
    margin-top: 12px;
    text-align: center;
}

    #gallery figure {
        position: relative;
        width: 100% !important;
        text-align: center;
        height: 426px;
        padding: 0px;
        margin: 0px;
    }

        #gallery figure img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

    #gallery .imgZone {
        position: relative;
        background-color: #f5f5f5;
        text-align: center;
        height: 426px;
        line-height: 426px;
    }

        #gallery .imgZone[style] {
            height: 426px !important;
            line-height: 426px !important;
        }

    #gallery .fa-chevron-left {
        left: 20px;
    }

    #gallery .fa-chevron-right {
        right: 18px;
    }

#detail-gallery {
    width: 100%;
    display: inline-flex;
    height: 111px;
    user-select: none;
}

.ChangeImagePrev,
.ChangeImageNext {
    float: left;
    display: inline-block;
    width: 32px;
    height: 110px;
    border: 0;
    cursor: pointer;
    opacity: 0.8;
}

#detail-gallery .svg-icon {
    width: 28px;
    position: relative;
    top: 40px;
    left: 0;
    margin: 0;
}

    #detail-gallery .svg-icon svg {
        width: 28px;
        height: 28px;
        fill: #bfbfbf;
    }

    .ChangeImagePrev:hover,
    .ChangeImageNext:hover {
        opacity: 1;
    }

.detailthumbs li {
    height: 110px;
    width: 140px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    line-height: 88px;
    border: 10px solid #f4f4f4;
}

.detailthumbs li.current-thumb {
    border: 10px solid #ddd;
}

.detailthumbs img {
    max-width: 120px;
    max-height: 90px;
    cursor: pointer;
}

.thumbZone {
    height: 110px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0;
}

.detailViewCountImages {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 30px;
    padding: 6px 12px;
    background: rgba(0,0,0,0.5);
    font-size: 14px;
    color: #fff;
    z-index: 2;
}

.imgArrayL,
.imgArrayR {
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url('../../img/a02-min.png') no-repeat;
    overflow: hidden;
}

.imgArrayL {
    background-position: -243px -33px;
    left: 8px;
    top: 176px;
}

    .imgArrayL[style] {
        top: 176px !important;
    }

.imgArrayR {
    background-position: -303px -33px;
    right: 8px;
    top: 176px;
}

    .imgArrayR[style] {
        top: 176px !important;
    }

.imgArrayL:hover {
    background-position: -123px -33px;
}

.imgArrayR:hover {
    background-position: -183px -33px;
}

.zoomerGlass {
    display: none;
    position: absolute;
    left: 0;
    top: 176px;
    right: 0;
    margin: auto !important;
    width: 55px;
    height: 55px;
    color: #fff;
    font-size: 55px;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
    opacity: .7;
    pointer-events: none;
}

    .zoomerGlass[style] {
        top: 176px !important;
    }

.detailViewImg {
    cursor: zoom-in;
    vertical-align: middle;
}

#gallery figure .detailViewImg[style] {
    max-height: 426px !important;
}

.imgZone .favorites {
    position: absolute;
    top: 16px;
    right: 8px;
    z-index: 1;
}

.detail-favorite-desktop .favorites {
    position: relative;
    top: 0;
    right: -4px;
    z-index: 1;
}

.detail-right .panel.user .userdata h3 a {
    line-height: 1.3;
}

.detail-right .panel .panel-buttons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 40px;
    margin: 0 10px 0 0;
    padding: 12px 16px;
    border: 1px solid #17b;
    border-radius: 8px;
    background: #fff;
    color: #17b !important;
    text-align: center;
    font-size: 16px;
    font-family: var(--primary-font-family);
    font-weight: 500;
    line-height: 1;
    user-select: none;
}

.site-startapro .detail-right .panel .panel-buttons {
    font-size: 15px;
}

    .detail-right .panel .panel-buttons.sendmessage.fullsize {
        width: 100%;
    }

    .detail-right .panel .panel-buttons.panel-button-outline,
    .detail-right .panel .panel-buttons.makeoffer,
    .detail-right .panel .panel-buttons.checkavailability {
        margin-right: 0px;
        margin-top: 10px;
    }

    .detail-right .panel .panel-buttons:hover {
        background: #ecf7ff;
        text-decoration: none;
    }

    .detail-right .panel button[data-eventtype="Phone"] {
        font-size: 18px;
        height: 54px;
    }

.panel-button-outline.btn-outline .svg-icon svg {
    fill: #17b !important;
}

.make-offer-container {
    max-width: 300px;
}

.delivery-container {
    margin-bottom: 20px;
    padding: 16px;
    background: #fff;
    box-shadow: 0 7px 30px #aaaaaa30;
    border-radius: 12px;
    text-align: center;
}

.askfordelivery {
    margin: 0 0 12px;
    border: 1px solid #17b;
    background: #fff;
    color: #17b !important;
}

    .askfordelivery .svg-icon svg {
        fill: #17b !important;
    }

.btn-article-stats {
    font-size: 14px;
    margin-right: 0;
}

@media (max-width: 728px) {
    #content {
        padding-top: 0;
    }

    .detail-left,
    .detail-right {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .detailAd-login {
        margin-bottom: 20px;
    }
}

@media (min-width: 729px) {
    #contactform #sendmessage.btn-act:hover {
        background: #2e95df;
    }

    .user-vip-txt a {
        transition: all .2s ease-in;
    }

    .btn-act:hover {
        text-decoration: none;
    }

    .btn-show-phone:hover {
        background: #6dbb36;
    }

    .user-vip-txt a:hover {
        color: #ffbc00 !important;
    }

    .btn-report-article:hover {
        text-decoration: underline;
        cursor: pointer;
    }
}

.mapboxgl-map {
    top: 10px;
}

.anz-sol-detail-desktop {
    width: 100%;
    height: 80px;
    margin: 16px auto;
}
