/* CSS Document */


#image-gallery img {
    width: 100%;
}

.social img {
    margin-top: 24px;
    width: 256px;
}

.social.dsk {
    float: left;
}


.download-pdf img {
    width: 48px;
    vertical-align: middle;
}

.download-pdf.dsk {
    float: left;
    margin-left: 24px;
}

.pt24 {
    padding-top: 24px;
}

.p0 {
    padding: 0;
}

.pr0 {
    padding-right: 0;
}

.product-details {
    padding-bottom: 88px;
}


.status {
    position: absolute;
    top: 8px;
    /*left: 26px;*/
    background: #ffc716;
    padding: 8px 12px;
    font-size: 12px;
    text-transform: uppercase;
    /*display: table;*/
    z-index: 1;
    height:30px;
}
.promotion .status {
    background: #43a047;
    color:#fff;
}

.extra-info {
    margin-top: 32px;
    width: 100%;
    background: #17588f;
    padding: 12px;
    color: #fff;
}

.collapse-container {
    padding: 12px;
    margin-bottom: 32px;
}

.product-details h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    padding: 8px 0px 8px 0px;
    text-transform: uppercase;
}

.product-details h1 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    padding: 0px 0px;
    text-align: left;
    padding-bottom: 24px;
    font-weight: 600;
}


.product-details h2 {
    font-size: 28px;
    font-weight: 300;
    text-align: right;
    margin: 0;
    color: #004c97;
    background: #f2f2f2;
    line-height: 28px;
    padding: 8px;
}

.product-details .table-wrapper {
    overflow: hidden;
    width: 100%;
    padding: 12px 0;
}

.title-yellow {
    background: #ffc716;
    padding: 8px !important;
    color: #000;
    font-weight: 600 !important;
    /* margin-top: 24px !important*/
}



@media screen and (orientation:portrait) {
    .product-details input[type="text"] {
        float: right;
        width: 100%;
    }

    .product-details textarea {
        float: right;
        width: 100%;
        margin-top: 0;
    }
}

.mobile-contact {
    display: none;
}

@media screen and (orientation:portrait) {
    .mobile-contact {
        display: block;
        position: fixed;
        bottom: 0px;
        width: 100%;
        left: 0;
        overflow: hidden;
        padding-bottom: 16px;
        background: rgba(197, 197, 197, 0.9);
        padding-left: 2%;
        padding-right: 2%;
        z-index: 1000;
    }

        .mobile-contact input {
            padding: 12px;
            float: left;
            width: 46%;
            margin-left: 2%;
            margin-right: 2%;
            font-size: 11px;
            border: 0;
            font-family: 'FontAwesome','Poppins', sans-serif;
        }

    #call-mobile {
        background: #5cb85c !important;
        border-color: #5cb85c !important;
    }
}

.mbl {
    display: none !important;
}

@media screen and (orientation:portrait) {
    .mbl {
        display: block !important;
    }

    .dsk {
        display: none !important;
    }
}

@media screen and (orientation:landscape) and (max-width:991px) {
    .mbl {
        display: block !important;
    }

    .dsk {
        display: none !important;
    }
}

.product-preview {
    padding: 24px 0px;
   
}

.product-preview figure {
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    background:#000;
}

.product-preview figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: ease all 0.4s;
}

.product-preview li {
    padding:8px;
}


.product-single {
    transition: ease all 0.6s;
    height:100%;
}



.product-single h1 {
    font-size:18px !important;
    padding-top:10px;
    padding-bottom:0px;
    color:#666;
    min-height:60px;
}

.product-single:hover .shine {
    box-shadow: 0px 0px 0px 1000px rgba(255,255,255,0.3) inset;
    border-radius: 50%;
    width: 0;
    opacity: 0;
    visibility: visible;
}

.product-single:hover {
    opacity: .9;
    cursor: pointer;    
}

.product-single:hover figure {
          
    font-size: 20px;
           
}
.product-single:hover img {
    transform: scale(1.2);
    cursor: pointer;
    opacity: .50;
    
}


.product-preview button:hover {
    background: rgba(255,255,255,1);
}

.product-preview figure div {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: calc(50% - 120px);
    width: 240px;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    padding: 8px 12px;
    transition: ease all 0.6s;
    border: 0;
    text-align:center;
}


.product-preview .product-single.offer h2 {
    color: #009649;
}

.product-preview h2 s {
    color: #666;
    padding-right: 12px;
    font-size: smaller;
    transition: ease all 0.6s;
}

@media screen and (max-width:1279px) {
    .product-preview h2 s {
        color: #666;
        padding-right: 12px;
        font-size: 14px;
    }
}

/*.product-single {
    padding: 22px 0 0;
}
.product-single a {
    color:#222;
}*/



.product-preview section h2, .product-preview section h2 p {
    min-height: 20px;
    color: #666;
    font-size: 14px;
    text-align: center;
    text-transform: lowercase;
}

.product-preview section h3 {
    margin: 0;
    padding:0;
    text-align:center !important;
}




/*.product-preview section h2 {
    font-size: 15px;
    bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #4f4f4f;
}*/
@media screen and (orientation:portrait) {
    .product-preview section h1 {
        font-size: 15px;
        bottom: 50px;
        text-align: center;
        text-transform: uppercase;
        /*color: #4f4f4f;*/
    }
}


.product-preview section {
    padding: 8px;
    background: #f1f1f1;
    height:200px;
    overflow:hidden;
}

    .product-preview section div {
        font-size: 15px;
        bottom: 50px;
        text-align: center;
        text-transform: uppercase;
        color:#4f4f4f;
    }

/******slider  veicoli  light slider *******/

.lSSlideOuter .lSPager.lSpg > li a {
    /* background-color: #5bc0de; */
    /* border-radius: 0px !important; */
    display: inline-block;
    height: 15px;
    overflow: hidden;
    text-indent: -999em;
    width: 15px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    color: #ffc716;
}


.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    color: #ffc716;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #1554ff;
}

/****************************/


.used-home-details div i
{
    padding:8px
}

.used-home-details div
{
    padding:5px
}

.home-box-figure {
    /* height: 300px!important; */
}