

.header-area {
    padding: 15px 0;
    background: #1b1b1c;
    border-bottom: 2.5px solid #e30712;
}
.about-widget {
    height: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget-item {
    height: 100%;
}
.header-area .nav li a {
    color: #b7b7b7;
}
.about-widget img {
    max-width: 260px;
    margin-bottom: 0px;
}
ul.list_social li {
    margin: 0 5px;
    color: #fff;
}
ul.list_social {
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: center;
}
ul.widget-list li {
    border-bottom: 1px solid #e30712;
}
ul.widget-list li:last-child {
    border-bottom: 0px solid #e30712;
}
ul.list_social li a {
    color: #fff;
    font-size: 45px;
    line-height: 0;
}
.best-seller-products-area {
    padding: 100px 0;
}
.product-item__thumb img {
    width: 100%;
}
.product-item__content {
    padding: 35px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.colored-separator .first-long, .colored-separator .last-short {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 9px;
    margin: 0 2px;
    transform: skew(-40deg,0deg);
    border-radius: 2px;
    background-color: #E30613;
}
.colored-separator .last-short {
    width: 16px;
}
.section-title h2 {
    position: relative;
    margin-bottom: 10px;
    color: #fff;
}
.colored-separator {
    margin-bottom: 20px;
}
.cars_list{
    position: relative;
    background-attachment: fixed;
}
.cars_list h2{
    color:#fff;
}
/* .cars_list::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
} */
.showroom .gallery-item,.showroom .slick-list.draggable{
    z-index: 99;
}
.gallery-item img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
figure.blog-item__thumb img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.product-item__content .price strong {
    color: #ffffff !important;
    font-weight: 600;
}
.product-item__content .title a {
    color: #ffffff;
}
.product-item__content {
    background: #1b1b1c;
    color: #ffff;
    border-radius: 0px 0px 7px 7px;
}
.btn-brand {
    color: #fff;
}
.btn-brand:hover {
    color: #333;
}
.contact-info-item {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
button.btn-menu i {
    font-size: 30px;
}
.flash-deals-area.blogs_list {
    margin: 0;
    padding: 90px 0;
}
.sidebar-product .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-item__content .price {
    color: #ffffff;
}
.error {
    color: red;
}
.product-item__thumb img {
    height: 300px;
    object-fit: cover;
}
.description-content ul li {
    list-style-type: inherit;
}
.description-content ul {
    padding-left: 25px;
}
ul.slick-dots {
    display: flex;
    justify-content: center;
    overflow: hidden;
    bottom: 0;
    position: absolute;
    /* z-index: 99; */
    width: 100%;
}
.product-item__thumb img {
    border-radius: 7px 7px 0px 0px;
}
.product-item{
    border-radius: 7px;
    background-color: #1b1b1c;
}
button.btn-menu i {
    font-size: 30px;
    color: #fff;
}
.img_car {
    padding: 0;
}
.title_car {
    padding: 0 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.title_car h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: .8rem;
    color: #a8a8a8;
}
.img_car img {
    height: 120px;
    width: 100%;
    object-fit: cover;
}
.title_car h2 {
    color: #fff;
    font-size: .9rem;
    margin: 0;
    margin-bottom: 5px;
}
.footer-fixed i.fa.fa-instagram {
    font-size: 1.9rem;
}
.title_car p {
    font-size: .6rem;
    margin: 0;
}
.box_mobile {
    border-bottom: 1px solid #e30712;
    opacity: 1;
}
.box_mobile:first-child  {
    border-top: 1px solid #e30712;
    opacity: 1;
}
.head_car .gallery-item img {
    height: 400px;
    object-fit: cover;
}
.head_car {
    margin: 0;
}
.table {
    
    color: #c7c7c7;
}
.product-config {
    margin: 0;
}
.prod-details-info-content h2 {
    margin: 0;
    margin-bottom: 15px;
}
.box_com {
    height: 100%;
    background: #9a9a9a38;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.head_com p {
    margin: 0;
    margin-bottom: 5px;
}
.com_profile img {
    width: 130px;
    max-width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f6f6f6;
}
.com_profile h3 {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: bold;
}
.com_profile h4 {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
}
.com_profile {
    display: flex;
    flex-direction: revert;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.content_com {
    margin-left: 20px;
}
.divider {
    background: #c7c7c7;
    height: 1px;
    width: 100%;
    margin: 15px 0;

}
.com_phones {
    display: flex;
    flex-direction: revert;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 35px;
}
.com_phones a {
    background: #98030a linear-gradient(-180deg,#e30712 0%,#b1020b 50%,#e30712 100%);
    padding: 6px 12px;
    border-radius: 7px;
    margin: 0 10px;
    color: #fff;
    font-weight: bold;
    transition: all ease-in-out .3s;
}
.com_phones a:hover{
    background-color: #333;
    color: #fff;
}
.com_phones a i {
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-right: 5px;
}
.product-description-review .tab-content{
    background: none;
}
.product-description-review {
    margin: 0;
}
section.description_section {
    background: #222;
    padding: 60px 0;
}
.left_side {
    background: #333;
    padding: 44px 45px;
    overflow: hidden;
}
.right_side {
    background: #fff;
    padding: 0;
    overflow: hidden;
}
.box_info_contact {
    height: 100%;
}
.contact-form-content input {
    height: 70px;
    background: #333;
    color: #fff;
    padding: 20px;
}
.contact-form-content textarea {
    background: #333;
    color: #fff;
    padding: 20px;
}
.input-item.submit_input {
    display: flex;
    justify-content: center;
}
.info_con {
    padding: 30px;
}
.map_gt{
    height: 50%;
}
.info-txt {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.info-txt:hover .con-info-icon {
    background-color: #E30613;
    color: #FFFFFF;
}
.con-info-icon {
    display: flex;
    justify-content: center;
    margin-right: 15px !important;
}
.info-txt p {
    color: #333;
}
.info-txt h4 {
    color: #000;
    font-size: 1.1rem;
    margin: 0;
    margin-bottom: 5px;
}
.info-txt .colored-separator {
    margin: 0;
}

.con-info-icon {
    border: 1px solid #E30613;
    color: #E30613;
    font-size: 35px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    line-height: 60px;
    height: 60px;
    width: 60px;
}
.map_gt {
    height: 440px;
}
.box_mobile.first_of_list {
    border-top: 1px solid #e30712;
}
a.link_contactez {
    background: #e30712;
    background: #98030a linear-gradient(-180deg,#e30712 0%,#b1020b 50%,#e30712 100%);
    color: #fff;
    border-radius: 5px;
    padding: 9px 55px;
    margin-bottom: 20px;
}
.link_contactez{
    display: none 
}
.fiche_th {
    padding: 0;
}

.config-text {
    border-bottom: 1px solid #e30712a3;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 5px;
}
span.separator {
    margin: 0 5px;
}
.product-config {
    width: 80%;
}
.slick-dots li button:before {
    color: #e30712;
    opacity: .5;
}
.description-content p {
    margin: 0;
}
.slick-dots li button:before{
    font-size: 8px;
}
.slick-dots li{
    width: 3px;
}
.content_new {
    padding: 10px;
}
.car_new {
    display: flex;
    flex-direction: column;
}
h2.new_title {
    font-size: 1.3rem !important;
}
.content_new a h2 {
    font-size: 1.2rem;
}
.content_new a h3 {
    font-size: 1.1rem;
    color: #a8a8a8;
}
.content_new p{
    font-size: .8rem;
    margin: 0;
}
h2.new_title {
    font-size: 1.1rem !important;
    margin-bottom: 10px;
    margin-top: 5px;
    text-transform: uppercase;
    color: #e30712;
}
.config-text strong {
    font-style: italic;
}
table.table.table-bordered tr td, table.table.table-bordered tr th {
    padding: 5px;
    font-size: 1rem;
}
button.btn-menu img {
    width: 41px;
}
.config-text span {
    text-align: right;
    text-transform: uppercase;
}
.footer-fixed {
    background: #df0711;
    padding: 0px 0px 0px 0px;
    height: 45px;
    color: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 150;
}
.content_new p, .title_car p{
    text-transform: capitalize;
}
.footerBlock {
    display: block !important;
}
.footerNone {
    display: none !important;
}
ul.social {
    display: flex;
    align-items: center;
    justify-content: center;
}
.suivez {
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.contact-icon  a{
    color: #fff;
}
ul.social li {
    margin: 0 5px;
    color: #fff;
}
.contact-icon {
    font-size: 1.8rem;
    color: #fff;
}
.footer-fixed >.row {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0 10px;
}
ul.social li i {
    color: #fff;
    font-size: 1.8rem;
}
.social_body .widget-body{
    display: flex;
    height: 100%;
    align-items: center;
}
.list_a a {
    border: 1px solid #cecece;
    color: #969696;
    padding: 10px;
    text-align: center;
}
.list_a a {
    border: 1px solid #cecece;
    color: #969696;
    padding: 15px;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}

.list_a >div {
    overflow: hidden;
    height: auto;
    display: flex;
}
.desktop_agent .com_profile {
    justify-content: center;
    width: 100%;
    margin-bottom: 25px;
}
.info_right .colored-separator .first-long, .info_right .colored-separator .last-short{background-color: #6d6d6d !important;}
/******** responsive ********************/
@media only screen and (min-width: 1200px){

    .main-menu {
        -webkit-box-pack: flex-end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end !important;
    }

}
.comerc_items {
    margin-bottom: 35px;
}
.page-header-content h1 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
}
.box_com .row {
    width: 100%;
    justify-content: center;
}