/* widget vehicule count */

#vehiculestCount_container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 18px;
    width: 220px;
    border-radius: 50px;
    height: 35px;
    padding-bottom: 2px;
}

#vehiculestCount 
	{
    line-height: 30px;
    font-size: 18px;
    font-weight: bold!important;
    color: #000;
	}

#vehiculestCount_legend_after
    {
    margin-left:10px;
    font-size:18px;
    font-weight:700;
    line-height: 25px;
    font-weight: normal;
    }

/* page produit */

.separator
    {
    background: #000;
    height: 1px;
    align-self: stretch;
    margin-top: 50px;
    margin-bottom: 50px;
    }


.product_info_light
    {
    margin-top:30px;
    }


.product_info_light .detail_item
    {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    padding-top: 10px;
    }

.product_info_light .detail_item .item_title
    {
    width:50%;
    color: #515253;
    font-size: 16px;
    font-weight: 100;
    }

.product_info_light .detail_item .item_value
    {
    width:50%;
    color: #515253;
    font-size: 16px;
    font-weight: 700;
    }


.vehicule_details_container 
    {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 colonnes */
    gap: 10px 30px; /* ligne / colonne */
    }

.vehicule_detail_title
	{
    color: #000;
    text-align: left;
    font-size: 18px;
    margin-bottom: 50px;
    font-weight: 700;
	}

.vehicule_option_title
	{
    color: #000;
    text-align: left;
    font-size: 18px;
    margin-bottom: 50px;
    font-weight: 700;
    margin-top:20px;
	}

.vehicule_details_container .detail_item
    {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    }

.vehicule_details_container .detail_item .item_title
    {
    color: #515253;
    width:50%;
    font-size: 16px;
    font-weight: 100;
    }

.vehicule_details_container .detail_item .item_value
    {
    color: #515253;
    width:50%;
    font-size: 16px;
    font-weight: 700;
    }

.vehicule_options_container
    {
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 100;
    }

.vehicule_options_container ul li
    {
    list-style: ' - ';    
    color: #515253;
    margin-bottom: 10px;
    }


.col_left, .col_midle, .col_right
    {
    flex-grow: 1;
    width: 33%;
    }

.col_midle
    {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding-left: 20px;
    margin-right: 20px;
    }


@media only screen and (max-device-width : 480px) 
    {
    #vehiculestCount_container 
        {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 130px;
        }
       
    #vehiculestCount_legend_after
        {
        margin-left:0px;
        font-size:10px;
        line-height: normal;
        }
    
    
    #vehiculestCount 
	    {
        line-height: normal;
        font-size: 14px;
	    }

    .vehicule_details_container
        {
        flex-direction: column;
        }

    .col_left, .col_midle, .col_right
        {
        width: 100%;
        }

    .vehicule_detail_title, .vehicule_option_title
        {
        font-size: 18px;
        }

    .vehicule_details_container .detail_item .item_title,
    .vehicule_details_container .detail_item .item_value,
    .vehicule_options_container
        {
        font-size: 14px;
        }

    .col_midle
        {
        border-left: 0px;
        border-right: 0px;
        padding-left: 0px;
        margin-right: 0px;
        }


    .product_info_light .detail_item .item_title,
    .product_info_light .detail_item .item_value
        {
        font-size: 14px;
        }

    .js-product-miniature-wrapper .product-price-and-shipping
        {
        flex-direction: column;
        }

     .js-product-miniature-wrapper  .product-price-and-shipping span 
        {
        font-size: 15px!important;
        }

    .js-product-miniature-wrapper .h3.product-title a 
        {
        font-size: 15px!important;
        }

    .js-product-miniature-wrapper
        {
        max-width: 100%;
        flex: none;
        }

    }







/* listing produit */

.thumb-info-container
    {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }

.vehicule-item
    {
    background: #e6e6e6;
    margin-right: 1rem;
    margin-bottom: 1rem !important;
    border-radius: 15px;
    padding: 1px 10px;
    font-size: 13px;
    }