.sp-megamenu-wrapper {
    padding-right: 20px;
}

.view-category  #sp-main-body .container {
	max-width: 85%;
}

.header-modules .search form:after {
    color: #000;
    font-size: 16px;
}

.headsearch .sj-search-pro-wrapper {
    padding: 0 !important;
    position: relative;
    margin-right: -15px;
}

 .offcanvas-inner .sj-search-pro-wrapper .input-group .form-control {
    width: 150px !important;
    max-width: 100%;
    border-radius: 10px !important;
    transition: 1s all ease;
	text-indent: 30px;
	border-width: 0;
	border:1px solid #ccc;
}
 .offcanvas-inner .sj-search-pro-wrapper {
	margin-top: -20px;
}

.headsearch .sj-search-pro-wrapper .input-group .form-control {

    max-width: 100%;
    border-radius: 10px !important;
    transition: 1s all ease;
	text-indent: 30px;
	border-width: 0;
}

.sj-search-pro-wrapper .button-search {
    background: #f00 !important;
    color: #fff !important;
}

.sj-search-pro-wrapper .button-search:after {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #f00 transparent;
    top: 10px;
    left: -8px;
    z-index: 3;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.headsearch .sj-search-pro-wrapper .input-group .form-control:focus , .sj-search-pro-wrapper .input-group .form-control:hover {
  
	border-width: 1px;
}


.headsearch .sj-search-pro-wrapper .input-group-btn{
    display: none !important;
}

.headsearch .sj-search-pro-wrapper .autosearch-input {
    height: 35px !important;
}

.headsearch  .sj-search-pro-wrapper:before{
	content:"\e915";
	width:30px;
	height:30px;
    font-family: 'megadeal' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
	position: absolute;
    text-align: center;
    font-size: 20px;
    margin-top: 3px;
    left: 5px;
}

.fullbox .sppb-addon-content {
    padding: 0 10px;
}


.fullbox .sppb-row > div  {
	padding:0;
}


.fullbox .sppb-addon-single-image-container:before {
    content: " ";
    position: absolute;
	right: -20px;
    top: 50%;
    border-left-width: 0px;
    border-right: 50px solid #fff;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    z-index: 999;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}



.leftarrow .sppb-addon-single-image-container:before{
	right: auto;
	left: -20px;
    border-left: 50px solid #fff;
    border-right-width: 0px;
}



#sp-bottom .sp-module ul>li {
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 20px;
}


.headsearch  .sj-search-pro-wrapper:before {
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    animation-name: shakeMe;
    animation-duration: 5s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

.spacer-buy-area {
	font-family: 'ABeeZee', sans-serif;	
}

.header-modules .sp-module {
    margin-left: 10px;
}

ul.social-icons>li:not(:last-child) {
    margin-right: 5px;
}


#column-id-1621743506718 {
    margin-top: -25px;
}

.sp-sign-in {
    margin-left: 5px;
    margin-right: 10px;
}


.productdetails  .width25 a{
  	min-height:60px;
      display: block;
}

.sp-module.recently_prod {
    border-top: 1px solid #ccc;
  	padding-top:15px;
   	margin-top:15px;
}

.sp-module.recently_prod h3{
	font-size: 20px;
  	text-align:center;
}


.view-category #sp-main-body {
     padding:  0;  
}
.category-view h1 {
    margin-top: 30px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    border-bottom: 1px solid #ccc;
}

a {
    color: #000;
}

.offcanvas-menu.border-menu .offcanvas-inner .sp-module ul.menu>li {
    border-bottom: 1px solid #fff;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li a, .offcanvas-menu .offcanvas-inner .sp-module ul>li span {
    color: #fff;
}

#sp-header-topbar a {
    color: #fff;
}

#sp-header-topbar .sp-contact-info {
    color: #fff;
}
.sp-contact-email .far{
	margin-right:5px;
}


.sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 16px !important;
}

.product_category_details_page{
	font-size: 24px;
    font-family: 'ABeeZee', sans-serif;
    background-color: #ececec;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

#sp-main-body {
    padding: 50px 0;
}

.chzn-container.chzn-container-single .chzn-single div>b:after {
    content: '';
}

.chzn-container-single .chzn-single div b {
    background: url(../images/down.png) no-repeat !important;
    margin-top: 10px;
    background-size: 100% 100% !important;
    width: 20px;
    height: 20px;
    margin-left: -4px;
}


.sppb-carousel-extended-item img {
    object-fit: contain !important;
}



@keyframes shakeMe {
    0% {
        color: #000;
		transform: scale(1);
    }

    25% {
        color: #f00;
		transform: scale(1.8);
    }

    50% {
        color: #000;
		transform: scale(1);
    }

    75% {
        color: #f00;
		transform: scale(1.2);
    }
    
    100% {
        color: #000;
		transform: scale(1);
    }
  
}

#head-cart-dropdown2 .total-product {
	animation: mymove 1s 1;
}


 .pre_button.VEH-row{
	display:none;
}	
.all_vehicle_search.VEH-row .search_button_vehicle_container  {
	display:none;
}
#ShowOrderBy{
	width: 100%;

}

#ShowOrderBy select {
    width: 180px;
    border: 2px solid #f00;
}

.vm_viewlist {
    background: #ececec;
}

.vm_mainblock .col_01 {
    font-weight: bold;
}

.basictable .col_01  {
    font-weight: bold;
}

.right-content .col_01 ,.right-content .col_02{
		color:#000;
}
.right-content .col_01{
    font-weight: bold;
}
.row_39.vm_maintitle{
	display:block !important;
}

.pricemoney {
    float: left;
    margin: 5px 15px 5px 0;
    width: auto;
}

#currency_price .money{
	font-size: 20px;
}

.featured_vehicles_line.novisible,.novisible{
	opacity: 1 !important;
}
.feature_textvehicle{
	color:#000;
}

[class*=vehiclemanager] [class*=vehicles-grid-layout] [class*=featured_vehicles_block] {
    width: 32%;
    margin-right: 13px;
    margin-bottom: 20px !important;
}

.featured_vehicles  li:hover{
    background: none repeat scroll 0 0 #FFF;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 20%);
}
.vehicle-image img{
    height: 320px;
    object-fit: cover;
    width: 100%;
}
.slider-container img{
    object-fit: cover;
}

.sp-module-title{
	text-align: center;
    border-bottom: #242221 3px solid;
    padding-bottom: 10px;
}

.basictable_28 .row_44 h3 .row_title{
	font-size:24px;
}
.basictable_28 .row_44 h3 {
    margin-top: 20px;
}
.col_featured .vm_featured_title{
	font-size: 14px;
}

.vm_featured_item {
    border: 0px solid #DDD;
    border-radius: 8px;
    padding: 10px;
    transition: 1s all cubic-bezier(0.17, 1.81, 0.17, 0.52);
}
.vm_featured_item:hover {
    background: #bc1719;
    color: #fff;
    transition: 1s all cubic-bezier(0.17, 1.81, 0.17, 0.52);
}

.basictable_26 {
	display:none;
}

.vm_mainblock .row_inline {
    min-width: 200px;
    width: 100%;
}
.specification  {
	border: 0;
}
.specification .col_01{
    min-width: 165px;
    float: left;
}
.specification .row_inline {
    padding: 0;
	margin: 0;
}

.pricemoney .price{
    line-height: 30px;
}

.specification .row_inline:nth-child(odd)  {
    background: #f3f3f3!important;
}

.estimate {
	background: #f3f3f3;
	border-radius:10px;
	padding:10px;
}

input[type="text"]:not(.form-control) {
    display: block;
    width: 100%;
    width: 90%;
    max-width: 100%;
}
.bi_weekly  {
	color: #000;
}
.styled.pull-right{
	float: left !important;
    margin-left: 20px;
}

.vh_contact .sppb-btn {
    width: 100%;
    background: #242221;
    color: #fff;
}

.btn-red{
    background: #f00;
    line-height: 20px !important;
    padding: 10px !important;
    border-radius: 4px;
}
.feature_textvehicle .featured_vehicles_hits  {
	display:none !important;
}

#sp-header-topbar {
    background: #242221;
}

#sp-header-topbar .container-inner {
    border-bottom: 0;
}

	.burger-icon>span {
		background-color: #fff;
	}

.slide-desc-in a {
	color:#fff;
}

.mypricespecial  .mypricespecial , .mypricespecial   .myprice, .vm_view_head .mypricespecial .price , .vm_view_head .mypricespecial .money {
    text-decoration: line-through;
    color: #f00 !important;
    padding-right: 10px;
}

#gallery .okno_V .vm_viewlist .price > div {
    display: inline-block;
}



@keyframes mymove {
0% {
        top: -40px;
    }
	70% {
        top: -40px;
    }
    75% {
        top: -3px;
    }
    80% {
        top: -7px;
    }
    85% {
        top: -3px;
    }
    90% {
        top: -7px;
    }
    95% {
        top: -3px;
    }
    100% {
        top: -5px;
    }
}





@media (max-width: 780px) {
  
  .vehicle-image img {
    height: unset;
    object-fit: cover;
    width: 100%;
}

	#sp-header .sp-module {
		display: inline-block;
	}
	.header-modules {
		width:100%;
	}

	.sp-sign-in{
		float: left;
		margin-top: 0;
	}
	.header-modules{
		width:100%;
	}
	.logo-image-phone {
		height: 60px !important;
	}

	[class*=vehiclemanager] [class*=vehicles-grid-layout] [class*=featured_vehicles_block] {
		width: 100%;
		margin-right: 0;
	}
	ul.featured_vehicles {
		padding:10px;
	}
  
}


@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ezusqw');
  src:  url('../fonts/icomoon.eot?ezusqw#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ezusqw') format('truetype'),
    url('../fonts/icomoon.woff?ezusqw') format('woff'),
    url('../fonts/icomoon.svg?ezusqw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.myfeature i{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-push_start:before {
  content: "\e900";
}
.icon-seat_heat:before {
  content: "\e901";
}
.icon-seat_leather:before {
  content: "\e902";
}
.icon-seat_memory:before {
  content: "\e903";
}
.icon-seat_power:before {
  content: "\e904";
}
.icon-back_camera:before {
  content: "\e905";
}
.icon-remote:before {
  content: "\e906";
}
.offcanvas-menu .offcanvas-inner a {
    color: #ffffff;
}