/*!
Theme Name: WP Bootstrap 5 by Ivan Pyrohov
Theme URI: https://pyrohov.com/
Author: Ivan Pyrohov
Version: 1.0.9
*/

@import '/wp-content/themes/wp-bootstrap-4/assets/css/fonts.css';

*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover,
a:focus{
    text-decoration: none;
    color: #ed5217;
}
body{
    font-family: 'IstokWeb-Regular', sans-serif;
    -webkit-overflow-scrolling: touch;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6, p{
    color: #1b1b1b;
}
section{
    padding-top: 70px;
    padding-bottom: 60px
}
.section-title{
    font-family: 'JosefinSans-Bold', sans-serif;
    font-size: 36px;
}
.section-sub{
    font-family: 'IstokWeb-Italic', sans-serif;
    font-size: 16px;
    margin-bottom: 60px;
}
small{
    font-family: 'IstokWeb-Italic', sans-serif;
    font-size: 22px;
}


/*--header--*/
.fixed-top {
    position: relative;
}
.upper_header{
    background-color: #444444;
    color: #fff;
}
.upper_header a{
    color: #fff;
}
.upper_header a:hover{
    text-decoration: underline;
}
.navbar{
    background-color: #fff;
}
.navbar li{
    list-style: none;
}
.navbar .container{
    justify-content: inherit;
}
.dropdown-toggle:after {
    font-family: "Font Awesome 5 Free" !important;
    content:"\f107";
    font-weight: 900;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    border: none;
}
.fixed-top{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    box-shadow: 0 0 10px rgb(0 0 0/30%);
    border-bottom: 1px solid #e2e2e2;
}
.navbar-nav .menu-item a{
    padding: 10px 15px !important;
}
.navbar-collapse {
    justify-content: right;
    margin-right: 15px;
}
.navbar-toggler {
    padding: .25rem .8rem;
    font-size: 1.4rem;
    background-color: #ed5217c7;
    border: 1px solid #c4c4c4;
}
.astm-search-menu a{
    display: flex;
}
.navbar-collapse a{
    text-decoration: none;
    color: #000 !important;
}
.navbar-collapse a:hover,
.navbar-collapse a:focus{
    text-decoration: none;
    color: #ed5217 !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #ed5217 !important;
    text-decoration: none;
    background-color: #dcdcdc;
}

/* WooCommerce icon cart*/
.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}
.my_account_icon{
	font-size: 30px;
    padding-left: 15px;
}

.cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f290" !important;
    font-size: 30px;
    color: #000;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
    position: absolute;
    top: 15px;
    right: 1px;
    transform: translateY(-105%) translateX(25%);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    width: 22px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #ed5217;
    border-radius: 50%;
    padding: 1px;
}




/*--banner--*/
#banner{
    background:url(assets/images/Banner-1.webp) no-repeat center center;
    background-size: cover;
}
#banner h1{
    font-family: 'JosefinSans-Bold', sans-serif;
    font-size: 48px;
    margin-bottom: 35px;
}
.banner_content{
    padding-top: 80px;
    padding-bottom: 50px;
}


/*--services--*/
#services{
    background-color: #fff;
}

.service-style-1,
.service-style-2,
.service-style-3 {
    background: #f8f8f8;
}

.service-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
}
.service-icon .fi:before {
    font-size: 40px;
}

.service-text h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}

.service-text p {
    margin-bottom: 0;
    color: #777;
}

.service-style-1 {
    background: #f5f5f5;
}

.service-style-1 .service-wrap {
    border: none;
    background: #fff;
}

.section-title-s2 h2:before {
    left: 46%;
}

.service-style-1 {
    padding-bottom: 90px;
}

.service-icon,
.service-icon-2,
.service-icon-3,
.service-icon-4,
.service-icon-5,
.service-icon-6,
.service-icon-7,
.service-icon-8,
.service-icon-9,
.service-icon-10 {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #ed5217;
    border-radius: 50%;
    color: #fff;
    /*margin-bottom: 23px;*/
    position: relative;
    z-index: 8;
}

.service-icon-2 {
    background: #19d78b;
}

.service-icon-3 {
    background: #b471ff;
}

.service-icon-4 {
    background: #75cdff;
}

.service-icon-5 {
    background: #fec14e;
}

.service-icon-6 {
    background: #ff477d;
}
.service-icon-7 {
    background: #afa05a;
}
.service-icon-8 {
     background: #6e95eb;
 }
.service-icon-9 {
    background: #6e95eb;
}
.service-icon-10 {
    background: #777777;
}
.service-icon:before,
.service-icon-2:before,
.service-icon-3:before,
.service-icon-4:before,
.service-icon-5:before,
.service-icon-6:before,
.service-icon-7:before,
.service-icon-8:before,
.service-icon-9:before,
.service-icon-10:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100px;
    height: 100px;
    border: 10px solid #fee4da;
    border-radius: 50%;
    z-index: -11;
}

.service-icon-2:before {
    border: 10px solid #d1ffec;
}

.service-icon-3:before {
    border: 10px solid #efe0ff;
}

.service-icon-4:before {
    border: 10px solid #ddf3ff;
}

.service-icon-5:before {
    border: 10px solid #feebc7;
}

.service-icon-6:before {
    border: 10px solid #fdd7e2;
}
.service-icon-7:before {
    border: 10px solid #e7e3d5;
}
.service-icon-8:before {
    border: 10px solid #dee7f9;
}
.service-icon-9:before {
    border: 10px solid #dee7f9;
}
.service-icon-10:before {
    border: 10px solid #dbdbdb;
}

.single-service {
    text-align: center;
    padding: 25px 40px;
    box-shadow: 0 5px 30px -5px #ccc;
    padding-bottom: 20px;
    margin-bottom: 50px;
    background-color: #fff;
}
.single-service h3{
    font-family: 'IstokWeb-Bold', sans-serif;
    font-size: 18px;
}
.single-service img{
    max-width: 30%;
    margin-bottom: 25px;
}

.price_content {
    padding: 20px 0px;
    box-shadow: 0 5px 30px -5px #ccc;
	text-align: center;
    margin-bottom: 50px;
    background-color: #fff;
}
.price_content  h3 {
	font-family: 'IstokWeb-Bold', sans-serif;
    font-size: 14px;
}
.price_content  p {
	color: #fff !important;
    background-color: #333;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
	font-size: 14px;
}
.price_content img{
    max-width: 60%;
}
.price_wrap{
	padding-top: 15px;
    padding-bottom: 15px;
    width: 70px;
    height: 70px;
    display: flex;
    margin: 0 auto;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #ed5217;
    border-radius: 50%;
    margin-bottom: 30px;
	margin-top: 20px;
}
.price_wrap:before {
   content: "";
  position: absolute;
  width: 90px;
    height: 90px;
    border: 10px solid #fee4da;
    border-radius: 50%;
}
.price_wrap_1{
	background: #8be175;
}
.price_wrap_2{
	background: #e1ac75;
}
.price_wrap_3{
	background: #75e1dc;
}
.price_wrap_4{
	background: #757de1;
}
.price_wrap_5{
	background: #e175cf;
}
.price_wrap_6{
	background: #e17575;
}
.price_wrap_1:before {
	border: 10px solid #e0f7da;
}
.price_wrap_2:before {
	border: 10px solid #f3e1cf;
}
.price_wrap_3:before {
	border: 10px solid #d4f9f7;
}
.price_wrap_4:before {
	border: 10px solid #d2d4ef;
}
.price_wrap_5:before {
	border: 10px solid #ffd4f8;
}
.price_wrap_6:before {
	border: 10px solid #fdd4d4;
}
/*.service_content{
    margin: 0 auto;
}*/
a.border-btn {
    color: #fff !important;
    background-color: #333;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    margin-top: 20px;
    font-weight: 500;
    -webkit-transition:.4s;
    transition: .4s;
    position:relative;
    overflow:hidden;
    z-index:10
}
a.border-btn:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ed5217;
    left: 0;
    top: -100%;
    border-radius: 3px;
    -webkit-transition:.4s;
    transition: .4s;
    visibility: hidden;
    z-index:-1
}
a.border-btn:hover:before {
    visibility:visible;
    top: 0;
}



/*--search vehicle--*/
.page-template, .search, .error404{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
#vehicle{
    background-color: #f5f5f5;
    flex: 1;
}
#vehicle_nocolor{
    background-color: none;
}
#vehicle h1{
    font-size: 36px;
    margin-bottom: 35px;
}
#vehicle h3{
    font-family: 'IstokWeb-Bold', sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
}
.select_option{
    padding: 0 50px;
    margin-bottom: 25px;
}
#vehicle .form-select, #vehicle_nocolor .form-select{
    border-radius: 30px;
    font-family: 'IstokWeb-Italic', sans-serif;
    color: #474747;
    min-width: 300px;
    margin-right: 35px;
}
#vehicle .form-select option:before,
#vehicle_nocolor .form-select option:before{
    content: 'Brand';
    font-weight: 900;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    border: none;
}
.btn-primary{
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    background-color: #ed5217;
    border: none;
    border-radius: 30px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background-color: #ce4917;
    box-shadow: none!important;
}


/*--information--*/
#information .container-fluid{
    padding: 0 170px;
}
.single-info {
    text-align: center;
    box-shadow: 0 5px 30px -5px #ccc;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.single-info h3{
    font-family: 'IstokWeb-Bold', sans-serif;
    font-size: 18px;
}
.single-info img{
    margin-bottom: 25px;
}
.info_content{
    margin: 0 auto;
}


/*--reviews--*/
#reviews{
    background-color: #f5f5f5;
}
.slick-dotted.slick-slider{
    margin: 0 auto;
}
#reviews .card {
    position: relative;
    display: flex;
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250, 0.7);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164, 0.7);
}
#reviews .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.profile {
    margin-top: 8px;
}
.profile-pic {
    border-radius: 50%;
}
.cust-name {
    font-family: 'IstokWeb-Bold', sans-serif;
    font-size: 18px;
}
.cust-car {
    font-size: 16px;
    color: #ed5217;
}
.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 100px;
}
.slick-slide {
    margin: 10px;
}
.slick-prev:before, .slick-next:before{
    color: #ed5217 !important;
}
.slick-dots li.slick-active button:before{
    color: #ed5217 !important;
}
.desc p{
    text-indent: 15px;
    text-align: justify;
}


/*--about--*/
#about h1{
    margin-bottom: 60px;
}
#about p{
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}
.social{
    margin-bottom: 15px;
}
.img_social{
    max-width: 10%;
    height: auto;
}
.social_link{
    font-family: 'JosefinSans-SemiBold', sans-serif;
}
.img_about{
    border-radius: 50%;
    margin-bottom: 25px;
}

footer{
    background-color: #1b1b1b;
    font-size: 14px;
    padding: 15px 0 15px 0;
    color: #fff;
}
footer a{
    font-family: "JosefinSans-SemiBold";
    color: #fff !important;
}
footer a:hover{
    color: #ed5217 !important;
}



/*--SERVICES--*/
#top{
    padding-top: 40px;
    padding-bottom: 0px;
}
#top h1{
    font-family: 'JosefinSans-Bold', sans-serif;
    font-size: 48px;
    margin-bottom: 15px;
}
#top p{
    text-align: justify;
    /*text-indent: 25px;
    padding-left: 15px;
    padding-right: 15px;*/
}
#top .order-last{
    margin: auto;
}
#top .order-first{
    margin: auto;
}
.img_top{
    border-radius: 30px !important;
    margin-bottom: 45px !important;
    max-width: 60% !important;
    filter: drop-shadow(8px 8px 10px #717171) !important;
 }
.img_content{
    width: 50%;
    margin: 15px auto;
}


 .content_top_1{
     height: 400px;
     background: url(assets/images/DPFbackground.webp)no-repeat center center fixed;
     background-size: cover;
     box-shadow: 0 0 0 920px rgb(12 5 3 / 45%) inset;
     display: flex;
     align-items: center;
 }
 .content_top_1 h1{
     font-family: 'JosefinSans-Bold', sans-serif;
     font-size: 48px;
     margin-bottom: 15px;
     color: #ed5217;
 }
 .content_top_1 p{
     padding-left: 175px;
     padding-right: 175px;
     color: #c1c1c1;
     font-weight: 800;
 }
 .content_top_2{
     height: 400px;
     background: url(assets/images/zabityi-egr.webp)no-repeat center center fixed;
     background-size: cover;
     box-shadow: 0 0 0 920px rgb(12 5 3 / 55%) inset;
     display: flex;
     align-items: center;
     margin-bottom: 50px;
 }
 .content_top_2 h1{
     font-family: 'JosefinSans-Bold', sans-serif;
     font-size: 48px;
     margin-bottom: 15px;
     color: #ed5217;
 }
 .content_top_2 p{
     padding-left: 175px;
     padding-right: 175px;
     color: #c1c1c1;
     font-weight: 800;
 }

#ecu_select ul{
	padding-left: 0px !important;
}
#info_container #ecu_select  a {
    color: #fff !important;
}
 #info_container{
     padding-top: 0px;
 }
 #info_container h3{
     font-family: 'JosefinSans-Medium', sans-serif;
     font-size: 30px;
     margin-top: 25px;
 }
 #info_container p{
     /*text-indent: 25px;*/
    text-align: justify;
}
#info_container p a{
    color: #ed5217 !important;
}
#info_container p a:hover{
    text-decoration: underline;
}
#info_container .related .button{
    color: #fff !important;
}
#info_container a {
    color: #ed5217 !important;
}
#info_container a:hover{
    text-decoration: underline;
}
#info_container ul{
    list-style: decimal;
    padding-left: 60px;
}
#info_container .woocommerce ul{
    list-style: none outside;
    padding-left: 0px;
}
#info_container .products a {
    color: #fff !important;
}





/*--TABLE--*/
.container-table100 {
    padding: 30px 30px;
}
.table100 {
    background-color: #fff;
}
.column1 {
    padding-left: 40px !important;
}
.table100-head th {
    padding-top: 12px;
    padding-bottom: 12px;
}
.table100-head td {
    padding-top: 10px;
    padding-bottom: 10px;
}
.table100.ver2 th {
    font-family: 'IstokWeb-Bold', sans-serif;
    font-size: 18px;
    color: #ed5217;
    line-height: 1.4;
    background-color: transparent;
}
.table100.ver2 td {
    font-family: 'IstokWeb-Regular', sans-serif;
    font-size: 16px;
    color: #808080;
}
.table100.ver2 {
    border-radius: 10px;
    box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.table>:not(:last-child)>:last-child>*{
    border-bottom-color: #696969;
}


/*--SELECT SEARCH--*/
.dropbtn {
    color: #fff !important;
    background-color: #333;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    margin-top: 20px;
    font-weight: 500;
    -webkit-transition:.4s;
    transition: .4s;
    position:relative;
    overflow:hidden;
    z-index:10;
    border: none;
    cursor: pointer;
}
.dropbtn:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ed5217;
    left: 0;
    top: -100%;
    border-radius: 3px;
    -webkit-transition:.4s;
    transition: .4s;
    visibility: hidden;
    z-index:-1
}
.dropbtn:hover:before {
    visibility:visible;
    top: 0;
}
.myInput {
    background-image: url(assets/images/search-512.png);
    background-position: 15px 15px;
    background-size: 20px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}
.myInput:focus {outline: 3px solid #ddd;}
.dropdown-content {
    margin-top: 25px;
    display: none;
    height: 450px;
    /*position: absolute;*/
    background-color: #f6f6f6;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ddd;
    z-index: 100;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
}
.dropdown a:hover {background-color: #ddd;}
.show {display: block;}
#ecu_select .single-service img {
    max-width: 75%;
}


/*--DEALERS--*/
.map{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.container-table200{
    max-width: 550px;
    margin: auto!important;
    padding-top: 50px;
}
.wrap-input100 {
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 13px;
    padding: 10px 30px 9px 22px;
    margin-bottom: 20px;
}
.bg1 {
    background-color: #f7f7f7;
}
.label-input100 {
    font-size: 10px;
    color: #393939;
    line-height: 1.5;
    text-transform: uppercase;
}
input.input100 {
    height: 40px;
}
.input100 {
    display: block;
    width: 100%;
    background: 0 0;
    font-size: 16px;
    color: #555;
    line-height: 1.2;
    padding-right: 15px;
}
input {
    outline: none;
    border: none;
}
textarea {
    outline: none;
    border: none;
}
button {
    outline: none!important;
    border: none;
    background: 0 0;
}
element.style {
}
.validate-input {
    position: relative;
}
.bg0 {
    background-color: #fff;
}
textarea.input100 {
    min-height: 120px;
    padding-top: 9px;
    padding-bottom: 13px;
}
.container-contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    width: 100%;
}
.contact100-form-btn {
    color: #fff !important;
    background-color: #333;
    display: inline-block;
    padding: 10px 30px;
    width: 100%;
    border-radius: 30px;
    -webkit-transition:.4s;
    transition: .4s;
    position:relative;
    overflow:hidden;
    z-index:10;
    border: none;
    cursor: pointer;
}
.contact100-form-btn:hover {
    background-color: #ed5217;
    -webkit-transition:.1s;
    transition: .1s;
}




/*--CARS--*/
#top_cars h1{
    font-family: 'JosefinSans-Bold', sans-serif;
    font-size: 22px;
    margin-bottom: 35px;
}
#top_cars .order-last{
    margin: auto;
}
#top_cars .order-first{
    margin: auto;
}
#top_cars .order-last img{
    max-width: 30%;
    margin-bottom: 25px;
}
#top_cars p{
    margin-bottom: 3px;
}
.wp-post-image {
    /*border-radius: 50%;*/
    margin-bottom: 25px;
    max-width: 100%;
    height: auto;
}
#top_cars .wp-post-image{
    padding-left: 75px;
    padding-right: 75px;
    filter: drop-shadow(8px 8px 10px #717171);
}
.col_stage{
    margin-bottom: 10px;
}
q{
    font-family: 'JosefinSans-Bold', sans-serif;
    color: #ed5217;
    font-size: 24px;
}
q:before{
    content: none;
}
.canvasjs-chart-credit{
    display: none;
}
.dot{
    list-style: disc !important;
}
.video-container {
    overflow: hidden;
    position: relative;
    width: 40%;
}
.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.chartContainer{
    height: 370px;
    width: 80%;
    margin: auto;
    margin-bottom: 25px;
}


/*--Email us section--*/
#email_us{
    background-color: #f5f5f5;
}
#email_us .bg1 {
    background-color: #ffffff;
}
#email_us textarea.input100{
    height: 50px;
}
#email_us .contact100-form-btn{
    /*width: 50%;*/
}
#email_us .wpcf7{
    max-width: 600px;
}
.wpcf7{
    max-width: 700px;
    margin: auto;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 1em;
}
.wpcf7 .ajax-loader {
    left: 30%;
	top: 15%;
}

/*--Search page--*/
.search{
    background-color: #f5f5f5;
}
.container_search{
    flex: 1;
}
.page-title{
    margin-top: 45px;
    margin-bottom: 35px;
}
.card-search {
    margin-bottom: 25px;
}
.card-body-search {
    flex: 1 1 auto;
    padding: 1.25rem;
    text-align: center;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250, 0.7);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164, 0.7);
}
.card-title a:focus {
    text-decoration: none;
    color: #ed5217 !important;
}


/*--404 page--*/
#notfound {
    flex: 1;
    margin-top: 35px;
    margin-bottom: 35px;
}
#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.notfound {
    max-width: 560px;
    width: 100%;
    padding-left: 160px;
    line-height: 1.1;
}
.notfound .notfound-404 {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 140px;
    height: 140px;
    background-image: url('assets/images/emoji.png');
    background-size: cover;
}
.notfound .notfound-404:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(2.4);
    -ms-transform: scale(2.4);
    transform: scale(2.4);
    border-radius: 50%;
    background-color: #f2f5f8;
    z-index: -1;
}
.notfound h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 65px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #151723;
    text-transform: uppercase;
}
.notfound h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    color: #151723;
}
.notfound p {
    font-family: 'Nunito', sans-serif;
    color: #999fa5;
    font-weight: 400;
}
.notfound a {
    font-family: 'Nunito', sans-serif;
    display: inline-block;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    color: #388dbc;
}
a.glink span {
    color: #ababab;
	
}


/*WooCommerce*/
.woocommerce-page{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.entry-title{
    font-family: 'JosefinSans-Medium', sans-serif;
    margin: 55px 0px 25px 0px;
}
.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    background-color: #fff;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    box-shadow: 0 0px 40px 0px rgb(0 0 0 / 15%);
    border-radius: 5px;
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 12px 12px;
    line-height: 1.5em;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    border: 0;
}
.post-type-archive .price {
    color: #ed5217 !important;
}
.woocommerce .product-name a{
    color: #ed5217;
}
.woocommerce .product-name a:hover{
    text-decoration: underline;
}
.woocommerce .variation{
    margin-top: 15px;
}
.woocommerce .woocommerce-cart-form .product-quantity .form-control {
    width: 60%;
    margin: auto;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    padding: 0.75rem 1.25rem;
    color: #0c5460;
    background-color: #d1ecf1;
    border: 1px solid transparent;
    border-color: #bee5eb;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    display: block;
}
.woocommerce-message {
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    display: block;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    content: none;
}
.woocommerce-error {
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    display: block;
}
.woocommerce-error li{
    list-style: none;
}
.woocommerce .coupon .input-text {
    width: 300px !important;
}

.woocommerce .update_btn{
    background-color: #ed5217 !important;
    color: #fff !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    display: block;
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    padding: 15px 20px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #ed5217;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #ce4917;
    color: #fff;
}
.woocommerce .form-select{
    border-radius: 30px;
    font-family: 'IstokWeb-Italic', sans-serif;
    color: #474747;
}
.woocommerce .restore-item{
    color: #f00;
}
.woocommerce .restore-item:hover{
    text-decoration: underline;
}
.woocommerce .wp-post-image {
    border-radius: 0;
}

.woocommerce div.product .product_title{
	font-family: 'JosefinSans-Medium', sans-serif;
	margin-bottom: 30px;
    margin-left: 25px;
}
.woocomerce .product_info_area{
	padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px
}
.woocommerce .added_to_cart{
	color: #ffffff;
    background-color: #ed5217;
	border-radius: 5px;
	padding: 5px 10px;
    margin-left: 15px;
    padding-top: 5px;
}

.woocommerce .added_to_cart:hover{
 	background-color: #ce4917;
}
.woocommerce .add_to_cart_button, 
.woocommerce .product_type_variable{
	background-color: #39bf79 !important;
    color: #fff !important;
}
.woocommerce .add_to_cart_button:hover, 
.woocommerce .product_type_variable:hover{
	background-color: #006734 !important;
}
.woocommerce-loop-product__title:hover{
	text-decoration: underline;
}
.woocommerce .variations_select{
	width: 50%;
    margin-bottom: 15px;
}
.woocommerce .product_content{
	padding: 10px 20px;
}
.woocommerce .quantity .form-control{
	width: 10%;
}
.woocommerce .product_meta{
	margin-bottom: 35px;
}
.woocommerce .woocommerce-notices-wrapper .wc-forward{
	font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    top: -5px;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 10px 10px;
    border-radius: 3px;
    left: auto;
    color: #ffffff;
    background-color: #39bf79;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.woocommerce .woocommerce-notices-wrapper .wc-forward:hover{
    color: #ffffff;
    background-color: #136533;
}
.woocommerce div.product form.cart div.quantity_hidden{
	margin: 10px 4px 35px 10px;
}
.woocommerce .quantity_hidden .form-control{
	width: 10%;
}
.woocommerce .showcoupon,
.woocommerce .showlogin{
	text-decoration:underline;
} 
.woocommerce .woocommerce-additional-fields{
	margin-bottom: 35px;
	margin-top: 10px;
}
.woocommerce .woocommerce-account-fields{
	margin-top:25px;
	margin-bottom: 50px;
}
.woocommerce .woocommerce-billing-fields__field-wrapper,
.woocommerce .woocommerce-additional-fields__field-wrapper{
	box-shadow: 0 0px 40px 0px rgb(0 0 0 / 15%);
    padding: 10px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.1);
    background-color: #fff;
}
.woocommerce #reviews{
	padding:25px;
}
.woocommerce .woocommerce-account-fields p{
	color: #ed5217;
	cursor: pointer;
}
.woocommerce .woocommerce-account-fields p:hover{
	color: #ce4917;
}
.woocommerce .coupon .apply_btn,
.woocommerce .checkout_coupon .apply_btn{
	color: #515151;
    background-color: #ebe9eb;
}
.woocommerce .coupon .apply_btn:hover,
.woocommerce .checkout_coupon .apply_btn:hover{
	color: #515151;
    background-color: #dfdcde;
}
.woocommerce .woocommerce-ResetPassword{
	margin-bottom: 50px;
}
.woocommerce .woocommerce-privacy-policy-link{
	color: #ed5217;
}
.woocommerce .woocommerce-privacy-policy-link:hover{
	text-decoration: underline;
}
.woocommerce small{
	font-size: .875em;
}
.woocommerce .link_dashboard{
	color: #ed5217;
}
.woocommerce .link_dashboard:hover{
	text-decoration:underline;
}
.woocommerce .log_out:hover{
	text-decoration: underline;
}
.woocommerce .navigation_col{
	margin-bottom: 50px;
}
.woocommerce .woocommerce-MyAccount-navigation-link{
	border-bottom: 1px solid #c7c7c7;
}
.woocommerce .navigation_col .nav-link{
	padding-left: 0;
}
.woocommerce .my_account_row .img_dashboard{
	display: flex;
	margin: 25px auto;
}
.woocommerce .my_account_row .woocommerce-Button{
	    top: -5px;
}
.woocommerce .woocommerce-address-fields{
	padding: 15px 25px 0 25px;
}
.woocommerce .woocommerce-shipping-fields{
	margin-top: 25px;
}

.woocommerce .woocommerce-address-fields__field-wrapper,
.woocommerce .woocommerce-shipping-fields__field-wrapper,
.woocommerce .woocommerce-EditAccountForm{
	box-shadow: 0 0px 40px 0px rgb(0 0 0 / 15%);
    padding: 15px;
    margin-bottom: 25px;
	border: 1px solid rgba(0,0,0,.1);
    background-color: #fff;
    border-radius: 5px;
}
.woocommerce .woocommerce-Address a{
	margin-right: 15px;
    padding: 5px 15px;
    background-color: #ed5217;
    color: #fff;
    border-radius: 5px;
}
.woocommerce .woocommerce-MyAccount-navigation-link--orders a:after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: '\f218';
	float: right;
}
.woocommerce .woocommerce-MyAccount-navigation-link--dashboard a:after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: '\f3fd';
	float: right;
}
.woocommerce .woocommerce-MyAccount-navigation-link--edit-address a:after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: '\f59f';
	float: right;
}
.woocommerce .woocommerce-MyAccount-navigation-link--edit-account a:after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: '\f2bb';
	float: right;
}
.woocommerce .woocommerce-MyAccount-navigation-link--customer-logout a:after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: '\f2f5';
	float: right;
}
.woocommerce .woocommerce-MyAccount-navigation-link--payment-methods a:after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: '\f53d';
	float: right;
}
.woocommerce .onsale:before, .onsale:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: -1;
    transform: rotate(30deg);
}
.woocommerce .onsale:after{
    transform: rotate(-30deg);
}


@media only screen and (max-width: 767px) {
.notfound .notfound-404 {
    width: 110px;
    height: 110px;
}
.notfound {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 110px;
}
}

@media (max-width: 575px) {
.navbar-nav {
    padding-top: 30px;
}
.my_account_icon{
	display:none;
}
.navbar-nav .dropdown-menu {
    position: absolute;
}
    .upper_header .w_hours{
        display: none !important;
    }
#banner h1 {
    font-size: 36px;
}
.banner_content{
    padding-top: 20px;
    padding-bottom: 20px;
}
#information .container-fluid {
    padding: 0 30px;
}
.slick-prev:before, .slick-next:before {
    display: none;
}
footer {
    font-size: 12px;
}
.price_content {
	margin-bottom: 5px;
}
.price_content h3 {
    font-size: 12px;
}
.price_content p {
    font-size: 12px;
}
.price_wrap {
    width: 55px;
    height: 55px;
}
.price_wrap:before {
    width: 75px;
    height: 75px;
}
.table100.ver2 th {
    font-size: 14px;
}
.video-container {
    width: 100%;
}

#email_us .contact100-form-btn{
    width: 100%;
}

.content_top_2{
    height: 600px;
}
.content_top_2 p{
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
}

div.taxonomy-chain-menu{
    display: inline-block !important;
}
#vehicle .form-select, #vehicle_nocolor .form-select{
    min-width: 250px;
    margin-bottom: 20px;
}

#top_cars h1 {
    margin-bottom: 30px;
}
#top_cars .wp-post-image {
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
}
.chartContainer{
    height: 200px;
    width: 100%;
}
	
/*--woocommerce----*/
.woocommerce .variations_select {
	width: 100%;
}
.woocommerce .coupon .input-text {
    width: 48% !important;
}
.woocommerce .quantity .form-control{
	width: 25%;
}
.woocommerce .quantity_hidden .form-control{
	width: 25%;
}
.woocommerce .checkout_coupon .apply_btn{
	margin-top: 15px;
}
}
@media (min-width: 576px) and (max-width: 767px){
.navbar-nav {
    padding-top: 30px;
}	
.my_account_icon{
	display:none;
}
.navbar-nav .dropdown-menu {
    position: absolute;
}
    .upper_header .w_hours{
        display: none !important;
    }
.banner_content{
    padding-top: 20px;
    padding-bottom: 20px;
}
footer {
    font-size: 12px;
}
.video-container {
    width: 60%;
}
#email_us .contact100-form-btn{
    width: 100%;
}
div.taxonomy-chain-menu{
    display: inline-block !important;
}
#vehicle .form-select, #vehicle_nocolor .form-select{
    min-width: 250px;
    margin-bottom: 20px;
}
#top_cars h1 {
    margin-bottom: 30px;
}
#top_cars .wp-post-image {
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
}
	
/*--woocommerce----*/
.woocommerce .variations_select {
	width: 100%;
}
.woocommerce .coupon .input-text {
    width: 48% !important;
}
.woocommerce .quantity .form-control{
	width: 30%;
}
.woocommerce .quantity_hidden .form-control{
	width: 30%;
}
.woocommerce .checkout_coupon .apply_btn{
	margin-top: 15px;
}
}
@media (min-width: 768px)and (max-width: 991px) {
.navbar-nav {
    padding-top: 30px;
}
.my_account_icon{
	display:none;
}
.navbar-nav .dropdown-menu {
    position: absolute;
}
.banner_content{
    padding-top: 40px;
    padding-bottom: 30px;
}
.price_content {
    padding: 20px 30px;
}
.single-service {
    padding: 20px 30px;
}
div.taxonomy-chain-menu{
    display: inline-block !important;
}
#vehicle .form-select, #vehicle_nocolor .form-select{
    min-width: 250px;
    margin-bottom: 20px;
}
#top_cars .wp-post-image {
    padding-left: 25px;
    padding-right: 25px;
}
	
/*--woocommerce----*/
.woocommerce .variations_select {
	width: 100%;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.navbar-nav {
    padding-top: 30px;
}
.navbar-nav .dropdown-menu {
    position: absolute;
}
.banner_content{
    padding-top: 50px;
    padding-bottom: 30px;
}
#information .container-fluid {
    padding: 0 35px;
}
.social_link {
    font-size: 14px;
}
div.taxonomy-chain-menu{
    display: inline-block !important;
}
#vehicle .form-select, #vehicle_nocolor .form-select{
    min-width: 250px;
    margin-bottom: 20px;
}
#top_cars .wp-post-image {
    padding-left: 45px;
    padding-right: 45px;
}
}
@media (min-width: 1200px) {

}
