/*
--------------------------------------------------------* 
[Main Stylesheet ]

    Name         : 

    Version      :  1.0

    Author       :  xfinitysoft
--------------------------------------------------------
   TABLE OF CONTENTS:
========================================================
1 ) Google or local Font Import
2 ) Helping Classes

--------------------------------------------------------*/
/*      Reset CSS                 */

/*************************************************/
/*      1 ) Google or local Font Import          */
/*************************************************/

/**********************************/
/*      2 ) Helping Classes       */
/**********************************/
.clearfix::before,
.clearfix::after {
    content: " ";
    display: flex;
}

/***********************************
            3 ) Page        
************************************/
.xs-product-detail-page {
    display: block;
}

.xs-product-detail-container {
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 15px;
    display: block;
}

.xs-product-detail-header {
    border-bottom: 1px solid #d1d5dc;
    padding-bottom: 10px;
}

.xs-product-detail-header .title {
    font-size: 25px;
    line-height: 1.6;
    /*margin-bottom: 26px;*/
}

.xs-product-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: row;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 20px;

}

.pbWrapper img.zoomable {
    width: auto;
}

img {
    /*width: 100%;*/
}

.xs-listing-left {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}

.xs-listing-right {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    /*-ms-flex: 70%;
    flex: 70%;
    max-width: 70%;*/
    padding-right: 15px;
    padding-left: 15px;

}

.xs-product-left {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 60%;
    flex: 30%;
    /* max-width: 60%;*/
    padding-right: 15px;
    padding-left: 15px;
}

.xs-product-right {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 40%;
    flex: 40%;
    max-width: 40%;
    padding-right: 15px;
    padding-left: 15px;

}

.xs-product-slider .xs-product-media {
    padding-bottom: 20px;
}

.xs-thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
    flex-flow: row wrap;
}

.xs-thumbnails .xs-single-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17.5%;
    flex: 0 0 17.5%;
    max-width: 17.5%;
    padding: 5px 8px;
    float: left;
    list-style: none;

}

.xs-thumbnails .xs-single-thumbnail img {
    border: 3px solid #ddd;
}

.xs-thumbnails .xs-single-thumbnail a:hover {
    opacity: 0.8;
}

.xs-product-funding {
    padding-top: 30px;
    margin-bottom: 20px;
}

.xs-product-funding h3 {
    font-size: 20px;
    line-height: 1.3;
    border-bottom: 1px solid #d1d5dc;
    padding-bottom: 8px;
}

.xs-product-funding ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-left: 0;
}

.xs-product-funding ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(50% - 14px);
    margin: 0 7px 10px;
}

.xs-product-funding ul li a {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.xs-product-funding ul img {
    width: 16px;
}

.xs-product-funding ul li span {
    padding: 0 5px;
}

.xs-product-right-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.xs-product-right-header .logo {
    margin-bottom: 4px;
}

.xs-product-right-header .logo img {
    width: 30px;
}

.xs-product-right-header h2 {
    font-size: 25px;
    color: #dd0000;
    line-height: 1.3;
}

.xs-product-price {
    border: 1px solid #dddddd;
    margin-bottom: 15px;
}

.xs-product-price h3 {
    padding: 15px;
    text-align: center;
    background-color: #ddd;
    color: #000;
}

.xs-product-price .price {
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    font-size: 18px;
}

.xs-product-desc {
    /*margin-bottom: 15px;*/
}

.xs-product-desc h3 {
    padding: 15px;
    text-align: center;
    background-color: #ddd;
    color: #000;
}

.xs-table {
    width: 100%;
    border-spacing: 5px;
}

.xs-table, th, td {
    border-collapse: collapse;
}

.xs-table tr {
    border: 1px solid #dddddd;
}

.xs-table th,
.xs-table td {

    text-align: left;
    padding: 15px;
}

.xs-table th {
    text-align: left;
}

.xs-table td {
    text-align: right;
}

.xs-bilasolur-button {
    margin-top: 15px;
    width: 100%;
    background: #dd0000;
    color: #fff;
    border: none;
    padding: 15px;
}

.xs-parkeddetails-text {
    display: flex;
    align-items: center;
    padding-left: 0 !important;
}

.xs-parkeddetails-text img {
    margin-right: 15px;
}

button.open-inquiry-form {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    width: 100%;
    margin-top: 15px;
}

button.open-inquiry-form:hover {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .xs-product-detail-container {
        max-width: 100%;
    }

    .xs-listing-left.xs-product-left,
    .xs-product-right {
        -webkit-box-flex: 0;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .xs-product-detail {
        flex-flow: wrap;
    }

    .xs-listing-left {
        display: none;
    }
}

/* The Modal (background) */
.bilasolur-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4; /* Sit on top */
    padding-top: 17px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.bilasolur-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.bilasolur-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    margin-top: -1%;
}

.bilasolur-close:hover,
.bilasolur-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.bilasolur-success-msg {
    font-size: 16px;
    font-weight: 1000;
    background: #7ed492;
    color: white;
    padding: 9px;
    border-radius: 3px;
}

.row-custom {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
    padding-left: 10%;
    padding-right: 5%;
}

.grid-2 {
    grid-column: span 1;
}

.grid-2 {
    grid-column: span 2;
}

.grid-3 {
    grid-column: span 3;
}

.grid-4 {
    grid-column: span 4;
}

.grid-5 {
    grid-column: span 5;
}

.grid-6 {
    grid-column: span 6;
}

.grid-7 {
    grid-column: span 7;
}

.grid-8 {
    grid-column: span 8;
}

.grid-9 {
    grid-column: span 9;
}

.grid-10 {
    grid-column: span 10;
}

.grid-11 {
    grid-column: span 11;
}

.grid-12 {
    grid-column: span 12;
}

.car-make {
    font-size: 25px;
    font-weight: 1000;
}

body {
    font-family: "Exo 2", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.bilasolur-font-25 {
    font-size: 25px;
}

.bilasolur-font-13 {
    font-size: 13px;
}

.bilasolur-font-18 {
    font-size: 18px;
}

.bilasolur-font-700 {
    font-weight: 700;
}

.bilasolur-text-align-right {
    text-align: right;
}

.bilasolur-price-background {
    background: #f5f5f5;
}

.bilasolur-price-lable {
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 4%;
}

.bilasolur-amount {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.bilasolur-text-price {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5%;
}

.bilasolur-funding-a-text {
    padding-bottom: 6%;
    padding-top: 3px;
    padding: 1%;
    font-size: 13px;
    color: #005db9;
    text-decoration: none;
}

.bilasolur-fundding-a {
    text-decoration: none;
}

.bilasolur-funding-a-text:hover {
    color: red;
}

.bilasolur-funding-img {
    width: 6%;
    margin: 0px;
    padding: 0px;
    padding-top: -15px;
}

.bilasolur-addition-images {
    width: 90%;
}

.bilasolur-font-weight-100 {
    font-weight: 100;
}

/* Listing Css */
.xs-thumbnails-listing .xs-single-thumbnail-lisiting {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.5%;
    /*flex: 0 0 22.5%;
    max-width: 22.5%;*/
    padding: 5px 8px;

}

.xs-thumbnails-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
    flex-flow: row wrap;
}

@media only screen and (max-width: 767px) {
}

.xs-product-right-header h2 {
    color: #f57b20;
}

#tm-footer {
    background: #282836;
}

#bilasolur-model-button {
    background: #f57b20;
}

#bilasolur-model-button:hover {
    background: #f57b20;
    color: white;
}

.bilasolur-modal-row-custom {
    padding-left: 1% !important;
    padding-right: 1% !important;
}

.bilasolur-modal-heading {
    margin-top: -4px;
}

.bilasolur-modal-text {
    font-size: 18px;
}

.bilasolur-modal-heading2 {
    margin-top: -1%;
    margin-bottom: -3%;
}

.bilasolur-modal-heading2-text {
    font-weight: 600;
}

.bilasolur-button-model {
    background: #f57b20;
    color: white;
}

.bilasolur-model-textarea {
    min-height: 111px
}

.xs-title-details-heading {
    margin-block-end: auto;
}

.product-images-wrapper .woocommerce-product-gallery {
    display: block !important;
}

.xs-parkeddetails-parent {
    margin-top: 2%;
    margin-bottom: 2%;
}

.xs-parkeddetails-image {
    width: 18px;
    float: left;
}

.xs-parkeddetails-text {
    padding-left: 7%;
    padding-top: 2px;
}

.xs-parkeddetails-price {
    color: #f57b20;
}

/* -------------------------------------- WE 031323 -------------------------------------------- */
#cstm-grid-gallery {
    margin-bottom: 40px;
}

#cstm-grid-gallery #gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}

#cstm-grid-gallery #gallery a {
    border-radius: 5px;
    display: block;
    height: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
}

#cstm-grid-gallery #gallery a:after {
    content: '+';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(244, 245, 246, 0.5);
    font-size: 40px;
    color: #282836;
    visibility: hidden;
    opacity: 0;
    transition: ease 0.3s;
}

#cstm-grid-gallery #gallery a:hover:after {
    visibility: visible;
    opacity: 1;
}

#cstm-grid-gallery #gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: ease 0.4s;
}

#cstm-grid-gallery #gallery a:hover img {
    transform: scale(1.1);
}

.xs-product-desc ul {
    margin-left: 20px;
    padding-top: 20px;
}

@media screen and (max-width: 1199px) {

    #cstm-grid-gallery #gallery {
        grid-gap: 20px;
    }

}

@media screen and (max-width: 991px) {
    #cstm-grid-gallery #gallery a {
        height: 120px;
    }
}

@media screen and (max-width: 567px) {
    #cstm-grid-gallery #gallery a {
        height: initial;
    }

    #cstm-grid-gallery #gallery {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
}