
body {
    background: #f5f5f5;
}
.cms-page-view .page-main {
    font-size: 110%;
}
.cms-page-view .page-main h1 {
    font-size: 3em;
}
.label {
    white-space: normal!important;
}
.main-container {
    background: #f5f5f5;
    padding: 10px 0 0 0;
}

.box-tocart .basket::before {
	
    font-size: 40px;
    line-height: 45px;
    color: white;
    content: '\e611';
    font-family: 'icons-blank-theme';
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    text-align: center;
}

.coronavirus a {
	background: #AAAAAA;
	color: white;
	display: inline-block;
	font-size: 18px;
    line-height: 25px;
	font-weight:700;
	padding: 5px 10px 5px 10px;
}
.coronavirus a:hover {
	background: white;
	color: #AAAAAA;
	display: inline-block;
	font-size: 18px;
    line-height: 25px;
	font-weight:700;
	padding: 5px 10px 5px 10px;
}

#maincontent {
    margin: 0px auto;
}

.page-layout-2columns-left #maincontent, .catalog-product-view #maincontent, .model-view-index #maincontent {
    margin: 0 auto!important;
}

.account.page-layout-2columns-left #maincontent {
    margin: 30px auto!important;
}

a {
    color: #FF9300;
}

a:hover {
    color: #804f00;
}

a:vistied {
    color: #FF9300;
}
/*
    Header Section
*/

.top-bar .h-left p i {
    background: #FF9300;
}

.top-bar .clearfix {
    background: transparent;
}

#search_mini_form .search {
    border: 2px solid #FF9300;
    width: 90%;
    margin: 20px auto!important;
    max-width: none;
    height: 50px;
    padding-right: 0px;
    position: relative;
    float: none;
}


#search_mini_form .search button[type="submit"] {
    background: #FF9300;
    margin: 0!important;
}
.contact-link:before {
    color: #FF9300;
}

.account .product-item-info {
    padding: 10px;
    text-align: center;
}
.account .product-item-info .actions-primary {
    width: 100%;
    display: block;
}


@media (min-width: 767px) {
    .header-content .row {
        height: inherit;
        padding: 0;
    }
}

.logo img {
    width: 100%;
    padding: 0 20px;
}

.owl-theme .owl-controls .owl-buttons > div:hover {
    background: #FF9300;
}

/*
    Menu Section
*/

.nav-ozmegamenu {
    background: #FF9300;
    min-height: 45px;
}

.pt_custommenu div.pt_menu.act#pt_menu_home a {
    background: #282927;
}

.pt_custommenu div.pt_menu .parentMenu a:hover, .pt_custommenu div.pt_menu .parentMenu span.block-title:hover, .pt_custommenu div.pt_menu .parentMenu a.act, .pt_custommenu div.pt_menu .parentMenu span.block-title.act {
    background: #282927;
}
.verticalmenu-container .megamenu-title {
    background: #FF9300;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a:hover {
    color: #FF9300;
    background-color: #f9f9f9;
    border-left-color: #FF9300;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a.act {
    color: #FF9300;
    background-color: #f9f9f9;
    border-left-color: #FF9300;
}

.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemMenuName.level1 {    font-size: 16px;
    color: #262626;
    padding: 5px 5px 0 5px;
    line-height: 1.5em;
    display: block;
    font-weight: 100;
    font-family: 'Khula', sans-serif;
    border: none;
    text-transform: uppercase;
    margin-bottom: 0px;
    position: relative;
    text-align: left;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemMenuName.level1:hover {
    color: #fff;
    background: #FF9300;
}

.verticalmenu-container .pt_vmegamenu .pt_menu .popup a.level1:after {
    display: none;
}


ul.level1, ul.level2, ul.level1 a, ul.level2 a {
    color: #333;
    list-style: disc;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: initial !important;
}

/* catalog */


.stock {
    margin: -13px -15px 15px -15px;
    display: block;
    font-size: 14px;
    line-height: 1em;
	font-weight : bold;
	color: white;
	text-align: center;
}
.stock.available {
    padding-top: 8px;
	padding-bottom: 4px;
	background: #52c849;
}

.stock.unavailable {
    background: #f30;
	  padding-top: 5px;
	padding-bottom: 4px;
}

.stock.stocked {
    padding-top: 8px;
	padding-bottom: 4px;
	background: #0083ff;
}

.category-sku {
	text-align: center;	
	font-size: 14px;
	margin-top: 10px;
}

.product-item .price-box {
	margin-top: 0px;
}

.price-box .price-final_price {
	line-height: 1em;
	
}


 .price-container .price-including-tax + .price-excluding-tax:before{
    font-size: 1em;
    line-height: 1em;
    color: #575757;
}

.price-wrapper .price-excluding-tax {
	color: #666;
}


/* wish list */

#wishlist-view-form .product-image-wrapper {
	padding-bottom:160px !important;
}
#wishlist-view-form .product-item-name {
	margin-bottom:20px;
}
#wishlist-view-form .price-as-configured {
	text-align:left !important;
}

#wishlist-view-form .price-excluding-tax  {
	font-size:16px !important;
	line-height: 1em !important;
}
#wishlist-view-form .price-including-tax  {
	font-size:16px !important;
	line-height: 1em !important;
}

#wishlist-view-form .price-box .price {
	color: black;
}
 .pager {
	 margin: 0 0 0 0;
}


/*
    Blog
*/

@media only screen and (max-width : 768px) {
	.post-image {
		display: none;
	}
}

.post-meta .post-date  {
	visibility: hidden;
	display: none;
}

.post-view {
    padding: 20px;
    background: white;
    margin-top: 10px;
}
.post-image {
    margin-bottom: 10px;
}

#comments, .comments-wrapper, .post-user  {
    display: none!important;
}

.post-entry iframe {
    width: 100%;
    margin: 20px 0;
}

/*
    Mini Cart Section
*/

.minicart-wrapper {
    background: #282927;
}

.block-minicart .block-content > .actions > .primary .action.primary {
    background: #FF9300;
}
.block-minicart .block-content > .actions > .primary .action.primary:hover {
    background: #cc7700;
}

.minicart-wrapper .block-minicart .block-content > .actions .viewcart {
    background: #FF9300;
}
.minicart-wrapper .block-minicart .block-content > .actions .viewcart:hover {
    background:  #cc7700;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: #5ad17d;
	color: #000;
}

.minicart-wrapper .product-item-details {
	margin-left: 90px;	
	
}

.minicart-items .product-item-details {
	font-size: 14px;
}



.minicart-wrapper .product-item-details .label {
	padding-left: 0px;
}

.minicart-wrapper .product-item-details .price {
	
	font-weight: bold;
}

.minicart-wrapper .free-shipping  {
	text-align: center;
    color: black;
    font-size: 16px;
	
}

.minicart-wrapper .free-shipping span {
	color: #5ad17d;
	font-weight: bold;
}

/*
    slider
 */

.pt-banner-caption {
    display: none!important;
}





/*
    Category Menu
 */

.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a {
    display: block;
    font-size: 1.4rem;
    padding: 10px 20px 5px 27px;
}

.verticalmenu-container .megamenu-title:before {
    padding: 0 15px;
    line-height: 35px;
}

.verticalmenu-container .megamenu-title {
    line-height: 7px;
    font-size: 1.4rem;
}

.verticalmenu-container .show_more {
    display: none;
}


/*
    Home Top Block Section
 */
.assuranceBar a {
    color: #333;
}
.assuranceBar {
    padding: 10px;
    margin: 0px 0 10px 0;
    background: #fff;
    box-shadow: 0px 0px 5px #d6d6d6;
    text-align: center;
}
.assuranceBar H3 {
    font-size: 1.8em;
    line-height: 1em;
}
.main-top {
    margin-bottom: 10px;
}
.ma-brand {
    background: #FF9300;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom:-20px;
}
.brandslider-container .pt-brand-container li .pt-brand {
    margin-bottom: 0px;
    border: none;
}
.xs-mar-top-10 {
    margin-top: 10px;
}
.verticalmenu-container {
    margin-bottom: 0px;
}
.seo-info {
    background: #fff;
    padding: 0 10px;
    border: 1px solid #FF9300;
}
.seo-info img {
    margin: 0px 0 20px 0;
    width: 100%;
    height: auto;
}
.seo-info h1 {
    color: #FF9300;
}
.menu-link, .toolsMenuLinks {
    color: #333;
    margin-top: 5px;
}
.block-home-top-right {
    margin: 0px;
    padding: 0px;
}

.block-home-top-right ul.blocks {
    margin: 0px;
    padding: 0px;
}
.block-home-top-right ul.blocks li {
    padding: 0;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    list-style: none;
}

.block-info {
    margin-bottom: 10px;
}

.ma-countdown {
    padding: 15px 25px 50px;
    background: #FF9300;
}
.ma-countdown .timer-title {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    padding: 5px 10px 0;
}

.timerproducts .products-grid-time .product-item .item-inner .product-item-info {
    position: relative;
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
}

.timerproducts .products-grid-time .product-item .item-inner .product-item-info .product-images {
    width: 50%;
    margin: auto;
    max-width: 200px;
    float: none;
}

.product-item-name {
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    display: block;
    margin: 5px 0;
}

.marg-bot-10 {
    margin-bottom: 10px;
}

.ma-title:after {
    background: #FF9300;
}
.block-recent-posts .item .item-inner .time-conment .date-time .date {
    color: #FF9300;
}
.block-recent-posts .item .item-inner .time-conment .date-time .month {
    background: #FF9300;
}

.block-recent-posts .item .item-inner .blog-content a.readmore:hover {
    background: #FF9300;
    border-color: #FF9300;
    color: #fff;
}

#homepage_video {
    width: 100%;
    height: 320px;
}

/*
Tyres Section
 */

.tyres {
    background: #FF9300;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #885719;
    box-shadow: 0 0 15px #c7c7c7;
}

.tyres h4.strapline {
    font-size: 4em;
    font-weight: 100;
    color: #fff;
}
.tyres h4.strapline span {
    color: #505050;
}
.tyres h2 {
    display: block;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;

}
.tyres select {
    background: #fff;
    font-size: 1.2em;
    width: 100%;
    color: #2c2c2c;
    font-weight: 100;
    height: auto!important;
    border: 1px solid #1a1a1a;
}
.tyres select:focus {
    border-color: #333!important
}
.tyres .tyres-text h2 {
    text-transform: uppercase;
    font-size: 1.4em;
}
.tyres .tyres-text p {
    font-size: 1em;
}
.tyres .tyres-text p a {
    text-transform: uppercase;
    color: #333;
}
.tyres .tyres-text p a:hover {
    color: #000;
}


.tyre-offers {
    background: #fff;
    color: #333;
    margin-bottom: 20px;
}

/*
    Pricing Details
 */


.price-excluding-tax .price {
    font-size: 1em!important;
    color: #575757 !important;
}

/*
    Footer
 */
.page-footer {
    margin-top: 20px;
}
.footer-top .container-size:after {
    background: #FF9300;
}

.footer-top ul.add li i {
    color: #FF9300;
}
.footer-top .container-size a:hover {
    color: #FF9300;
}
.ma-newsletter .subscribe .control button {
    background: #FF9300;
}

.vehicleFoot .btn.openTopDiv {
    color: #fff!important;
}

.action.primary {
    background: #FF9300;
    line-height: 3em;
}
.footer-top ul.link-follow li a:hover {
    background: #FF9300;
}
.btn.clearVehicle {
    color: #fff!important;
    margin-top: 200px;
}
.above-footer {
    padding: 20px 0 10px;
    background: #fff;
    text-align: center;
    margin: 20px 0 0 0;
}

.confidenceBar {
    padding: 10px;
    margin: 0px 0 10px 0;
    background: #fff;
    box-shadow: 0px 0px 5px #d6d6d6;
    text-align: center;
}
.confidenceBar h4 {
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5em;
}
.confidenceBar p {
    font-size: 1.2em;
    font-weight: 100;
    text-align: left;
    line-height: 1.5em;
}
.confidenceBar img {
    margin-right: 25px;
}
.confidenceBar a {
    color: #FF9300;
}
.confidenceBar a.bottomLink {
    color: #FF9300;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.3em;
    display: block;
    text-align: left;

}
.confidenceBar span.telNumber {
    color: #FF9300;
    font-weight: bold;
    font-size: 1.2em;
    display: block;
}

/*
    Category Page

 */


.price-container.price-final_price {
   
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.price-box.price-final_price .price-including-tax {
    order: 2;
    width: 100%;
	color: #FF9300 !important;
	font-size:14px;
}

.price-box.price-final_price .price-including-tax .price {
	color: #FF9300 !important;
	font-weight:700;
}

.price-box.price-final_price .price-excluding-tax {
    order: 1;
    width: 100%;
	font-size:14px;
	

}




.product-item-name a, .product.name a {
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
}

.product-item-description {
    margin: 15px 0;
    font-size: 1.3rem;
}

.product-item-description a {
    color: #666;
}

.toolbar-products {
    margin: 10px 0 0;
    background: #FF9300;
    padding: 10px;
    box-shadow: 0px 2px 1px #eee;
    font-weight: 100;
}
.toolbar-products a, .toolbar-products p, .toolbar-products span, .toolbar-products label {
    color: #fff;
    font-weight: 100;
}



.sorter-action:before {
    color: #fff;
}
.toolbar-amount {
    padding: 7px 0 0;
}
.products {
    margin: 10px 0;
}
.page-title-wrapper {
    padding:0;
    margin: 0;
    border-bottom:none;
}

.product-info-main .page-title-wrapper  {
	text-align: center;	
}

.block-left {
    margin: 20px 0 0 0;
}
.box-newsletter {
    display: none;
}
.sidebar .block, .account .block {
    border: 1px solid #e7e7e7;
    padding: 15px 20px;
    border-radius: 3px;
    margin: 20px 0;
    margin-bottom: 40px;
    background: #fff;
    box-shadow: 0px 2px 1px #eee;
}
.account .header-content .block {
    margin-bottom: 0px;
    background: transparent;
    box-shadow: none;
}
.checkout-onepage-success .header-content .block {
    border: none;
    padding: 0;
    border-radius: 0px;
    margin: 0;
    margin-bottom: 0px;
    background: #fff;
    box-shadow: none;
}

.sidebar .block-title, .sidebar .block .title, .account .block-title, .account .block .title  {
    display: block;
    padding: 10px 20px;
    margin: -15px -20px;
    margin-bottom: 10px;
    background: #FF9300;
}
.account .block-title, .account .block .title {
    margin: 0 0 10px 0!important;
}

.sidebar .block .block-title strong, .sidebar .block .title strong, .account .block .block-title strong, .account .block .title strong {
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Khula', sans-serif;
    font-weight: 600;
    line-height: 1em;
    margin: 0;
    padding: 5px 0 0 0;
    display: block;
}
.checkout-success .block .block-title strong {
    padding: 5px 20px 0px;
}
.block-collapsible-nav .content ul.nav {
    background-color: transparent;
}
.account-nav {
    display:none;
}

.page-title-wrapper h1.page-title {
    padding: 10px 10px 0px 10px;
    background: none;
    margin: 0px;
    border: none;
    text-transform: uppercase;
}

.catalog-category-view h1 {
    padding:0;
    margin: 0;
    border-bottom: none;
    box-shadow:none;
}


.category-view {
    padding: 30px;
    background: #fff;
    margin: 0 0 30px 0;
    border-bottom:none;
    box-shadow: 0px 0px 5px #cdcdcd;
}
.category-image {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.category-description {
    padding: 0px;
    background: none;
    margin: 0px;
    border: none;
    font-size: 1.3em;
    line-height:1.3em;
    font-weight: 100;
}

.productCount {
    padding: 7px 5px 7px 5px!important;
    border-radius: 50%!important;
    height: 2em!important;
    width: 2em!important;
    display: inline-block;
    line-height: 1em;
    color: #888;
    margin: 0 0 0 0!important;
    text-align: center;
}


.products-grid .product-item .product-item-info {
    transition: all ease 0.3s;
}
.products-grid .product-item .product-item-info:hover {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
}

.product-item-info .product-item-details .product-item-actions .add-to-cart-primary button.tocart {
	 background: #FF9300;
    border: 1px solid #FF9300;
    color: #fff;
	height: auto;

}

.product-item-info .product-item-details .product-item-actions .add-to-cart-primary button.tocart:hover {
    background: #cc7700;
    border: 1px solid  #cc7700;
    color: #fff;
	
}
.alert {
	padding-bottom:10px;	
}
.alert-table td {
	padding: 0px 0px 0px 5px;
	margin-left: -5px;
}
	

.pages-items li.current {
    color: #ff9300;
	background-color: #fff;
}

.toolbar-products li.current span
{
	color: #ff9300;
}


.pages-items li a {
    color: #fff;
}
.pages-items li.pages-item-next a {
    background: #fff;
    border: none;
}

.pages .action.next:before {
    color: #FF9300;
}


.product-info-main .price-box .price-including-tax + .price-excluding-tax, .product-options-bottom .price-box .price-including-tax + .price-excluding-tax, .product-info-main .price-box .weee + .price-excluding-tax, .product-options-bottom .price-box .weee + .price-excluding-tax, .product-info-main .price-box .weee, .product-options-bottom .price-box .weee {

    content: attr(data-label) ': ';
    font-size: 14px;

}


.price-box .price {
    font-size: 1em!important;
}

.product-item-name a:hover, .product.name a:hover {
    text-decoration: none;
    color: #FF9300!important;
}
.price-container .price-including-tax + .price-excluding-tax, .price-container .weee, .price-container .price-including-tax + .price-excluding-tax .price, .price-container .weee .price, .price-container .weee + .price-excluding-tax::before, .price-container .weee + .price-excluding-tax .price {
   
}



.price-including-tax + .price-excluding-tax:before{
  
    line-height: 1em;
    color: #575757;
}

#mini-cart .price-including-tax + .price-excluding-tax:before{
    font-size: 1em;
    line-height: 1em;
    color: #575757;
}
#shopping-cart-table .price-including-tax + .price-excluding-tax:before{
    font-size: 1rem;
    line-height: 1.2em;
    color: #575757;
}

#shopping-cart-table .price-including-tax::before {
    content: attr(data-label) ': ';
    font-size: 1rem;
}

.price-excluding-tax, .price-including-tax {
    font-size: 14px;
    line-height: 1.3em!important;
}


.minicart-items .price-container .price-including-tax , .minicart-items .price-container .price-excluding-tax {
	font-size: 14px;
	line-height: 1.2em!important;
}


.product-info-price .price-excluding-tax, .product-info-price .price-including-tax {
    font-size: 24px!important;
    line-height: 1.1em!important;
}
.price-box .old-price {
    display: none!important;
}

span.cart-price {
    display: block;
}

.bottom-block {
    padding: 18px 0 3px 0;
    background: #f5f5f5;
    color: white;
}
.action.more {
    background: #efefef;
    padding: 7px 0px 5px;
    display: block;
    margin: 10px -10px -11px;
}
.bottom-block .rating {
    text-align: left !important;
    margin-top: -4px;
    display: block;
    color: white !important;
}
.category-sku {
    display: block;
    line-height: 1em;
}

.product-item-info .product-item-details .product-item-actions .add-to-cart-primary button.tocart.showHiddenTextForm:before  {
    font-family: "FontAwesome";
    font-size: 16px;
    margin-right: 2px;
    content:"\f10b"!important;
	
}

.product-item-details .product-item-name-block dl  dd {
	margin-bottom: -5px; 
}
.product-item-details .product-item-name-block dl {
	margin-bottom: 0px;
}

.hiddenTextForm, .TextForm {
    padding: 10px 0px;
    background: #1a1a1a;
    color: #fff;
    margin-top: 10px;
}
.TextForm {
    padding: 10px 0px 7px;
}
.hiddenTextForm input.mobile {
    width: 60%;
}

.TextForm input.mobile {
    width: 80%;
}

.hiddenTextForm .no-stock, .TextForm .no-stock {
    padding: 6px 7px 4px 7px!important;
    margin-top: -3px;
}

.hiddenTextForm {
    display: none;
}

.TextForm label {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 0;

}


/*
    Category SideBar
 */



.page-layout-3columns .verticalmenu-container .megamenu-title {
    font-size: 1.8rem;
}

.page-layout-3columns .verticalmenu-container .pt_vmegamenu #show_more span {
    font-size: 12px;
    padding: 22px 5px 20px 24px;
}

.page-layout-3columns .verticalmenu-container {
    box-shadow: 0px 2px 1px #eee;
}

.page-products .columns {
    padding-top: 20px;
}

.filter-title strong {
    line-height: 2em!important;
    color: #fff!important;
    text-transform: uppercase!important;
    font-size: 1.8rem!important;
    font-weight: 700!important;
    background: #FF9300!important;
    font-family: 'Khula', sans-serif!important;
    display: block;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 10px 20px 5px;
}
.block.filter .block-content {
    background: transparent;
    margin: 10px;
    padding: 0;
}

.account .block .block-content {
    padding: 20px
}

.block.filter .filter-content .filter-options-item.active .filter-options-title {
    color: #FF9300;
}
.block.filter .filter-content .filter-options-item .filter-options-title {
    color: #505050;
    text-transform: capitalize;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 15px;
    outline: none;
}

.block.filter .filter-content .filter-options-item .filter-options-content ol li {
    line-height: 1em;
    margin: 5px 0;
}
.block.filter .filter-content .filter-options-item .filter-options-content ol li a {
    line-height: 1.3em;
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}
.featureproduct-slider {
    margin-bottom: -20px;
}

.featureproduct-slider .owl-buttons {
    display: none;
}

.featureproduct-slider .owl-carousel .owl-wrapper-outer {
    margin-bottom: 15px;
}
.featureproduct-slider .owl-pagination {
    text-align: center;
    position: absolute;
    bottom: 0;
    left:10px;
    margin-bottom: 24px;
}

.product-item-info .product-item-details {
    padding: 0 10px 10px;
    text-align: center;
    position: initial;
}

@media (min-width: 768px), print {
    .modes-mode.active {
        background: #333;
    }
}


/*Modal Window Stuff*/

.modal-popup .modal-title, .modal-popup.modal-slide .modal-footer {
    border: none!important;
}

iframe#vehicleChoice {
    width: 100%;
    border: none;
    height: 500px;
}


body.vehicle-choose-index, body.vehicle-choose-step2, body.vehicle-choose-complete {
    background: #fff;
}

/* category_vehicle_block */
a.linkOrange {
    color: #FF9300;
}
.category_vehicle_block {
    padding: 10px 4%;
    background: #2a2a2a;
    margin: 10px 0 0;
    color: #fff;
}

.category_vehicle_block h3 {
    color: #FF9300;
    font-size: 2em;
    font-weight: 600;
    display: block;
    line-height: 1em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.selected_vehicle {
    font-size: 0.7em;
    color: #2a2a2a;
    font-weight: 300;
    display: block;
    line-height: 1em;
    margin-bottom: 10px;
}
.vehicle_title_image {
    width: 30%;
    height: auto;
    margin-bottom: 20px;
    float: left;
}
.catalog-product-view .vehicle_title_image {
    display: none;
}
.vehicle_title_image_div {
    width: 100%;
    min-height: 50px;
    margin-bottom: 10px;
    background: #ffffff;
    background-size: cover;
    background-position: 44% 50%;
}
.products-grid .product-item .product-item-info {
    position: relative;
    border: 1px solid #c8c8c8;
}
.icon-compat {
    display: none;
}

.page-products .products-grid .product-item {
    width: 25%!important;
}

#block-shipping {
    display: none;
}

@media (min-width: 1024px), print {
    .page-products .products-grid .product-item:nth-child(3n + 1) {
        margin-left: 0%!important;
    }
}



.sagepaysuite-payment-icon.sagepayimg{
    max-width: none!important;
}

.sagepay-text {
    display: block;
    text-align: left;
    margin: 5px 0 0 35px;
}

#payment_form_sagepaysuiteserver, #payment_form_sagepaysuitepaypal {
    color: #186fca;
    font-size: 12px;
    font-weight: normal;
}
#payment_form_sagepaysuiteserver .payment-method-note .fa-stack, #payment_form_sagepaysuitepaypal .payment-method-note .fa-stack {
    margin-right: 10px;
}
/* Product Info Block */
.product_vehicle_block {
    padding: 5px 0px 10px 0px;
    background: #efefef;
    margin: 0;
    font-weight: normal;
}


.fotorama__arr {
    display: block !important;
}

/* Top Header Slide */

.topPageWrapper {
    position: relative;
    display: block;
}

.vehicleTopShow {
    position: relative;
    display: block;
    background: #FF9300;
    padding: 50px 0;
    text-align: center;
}



/* Button Colour Settings */
.btn {
    padding: 12px 12px 10px 12px !important;
    white-space: initial!important;
}

.btn-white {
    background: #fff;
    color: #333!important;
    border-color: #fff;
}

.btn-white.transparent {
    background: transparent;
    color: #fff!important;
    border-color: #fff;
}
.btn-orange {
    background: #FF9300;
    color: #fff!important;
    border-color: #FF9300;
}

.btn-orange:hover {
    background: #cc7700;
}

.btn-orange.transparent {
    background: transparent;
    color: #FF9300!important;
    border-color: #FF9300;
}
.btn-dark {
    background: #3e3e3e;
    color: #fff!important;
    border-color: #3e3e3e;
}

.btn-dark.transparent {
    background: transparent;
    color: #3e3e3e!important;
    border-color: #3e3e3e;
}

.btn-no-radius {
    border-radius: 0!important;
}

.orange-box {
    background: #FF9300!important;
    padding: 20px!important;
    margin: 20px auto;
    display: block;
    border-radius: 5px;
}


.floatClick {
    position: absolute;
    display: block;
    top: 100%;
    left: 50%;
    width: auto;
    margin-left: -150px;
    margin-top: 0px;
    height: auto;
    color: #fff;
    z-index: 999;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0px 10px 0px!important;
    border-radius: 0 0 10px 10px;
    transition: all ease 0.3s;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #989898;
    border-top: none;
    width: 300px;
}
.floatClick:hover {
    padding: 13px 0 10px 0;
}
.hiddenContent {
    display: none;
}


/* Home Page SLide */
.get-started {
    position: relative;
    width:100%;
    overflow: hidden;
    height: 338px;
    background: #f5f5f5;
    border: 1px solid #d4d4d4;
}

.home_page_vehcle_block {
    width: 200%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    transition: all ease 0.5s;
    height: 338px;

}
.home_page_vehcle_block.slide2 {
    left: -100%!important;
}
.slide {
    display: block;
    width: 50%;
    height: 338px;
    float: left;
    background: #fff;
}

.slide-1 {
    padding: 20px;
    background: #fff;

}
.slide-2 {
    background-repeat: no-repeat;
    background-origin: inherit;
    background-position: center center;
    background-size: cover;
    position: relative;

}
.slide-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;

}

.slide-inner {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}

.home_page_vehcle_block h3 {
    color: #FF9300;
    margin: 0 0 10px 0;
    font-size: 1.5em;
    line-height: 1em;
}
h3.slide-title {
    padding-bottom: 10px;
    border-bottom: 2px solid grey;
}

.vehicleName {
    text-align: center;
    padding: 0 10px;
}
.vehicleImage {
    text-align: center;
}
.vehicleImage img {
    width: 100%;
    height: auto;
}

.home_page_vehcle_block.no-vehicle h4 {
    color: #333;
    margin: 0 0 5px 0;
    font-size: 1.6em;
    text-transform: uppercase;
}
.home_page_vehcle_block.vehicle-selected h4 {
    color: #333;
    margin: 0 0 5px 0;
    font-size: 1.2em;
    text-transform: uppercase;
}

.home_page_vehcle_block.no-vehicle p {
    color: #909090;
    margin: 0 0 5px 0;
    font-size: 0.8em;
}
.home_page_vehcle_block.vehicle-selected p.short_name {
    color: #000;
    margin: 10px 0 10px 0;
    font-size: 1.4em;
    line-height: 2em;
    font-weight: bold;
}
.home_page_vehcle_block.vehicle-selected .vehicleDescription p {
    color: #FF9300;
    margin: 0 0 5px 0;
    font-size: 1.2em;
    line-height: 1.2em;
}

.home_page_vehcle_block select {
    background: #f1f1f1;
    border: 1px solid #d8d8d8 !important;
    border-radius: 5px;
    color: #1e1e1e;
    margin-bottom: 5px;
}


.home_page_vehcle_block .vehicle_submit {
    padding: 8px 5px 0px 5px;
    color: #333;
    line-height: 1.3em;
    background: #ffffff;
    border: 3px solid #cacaca;
    border-radius: 5px;
    font-size: 2em;
    margin-top: 10px;
}
.info_button {
    width: 1.5em;
    height: 1.5em;
    background: #FF9300;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    border-radius: 50%;
    line-height: 1.8em;
    font-size: 1em;
    display: block;
    cursor: pointer;
    color: #fff;
    margin-left: 10px;
    margin-top: -3px;
    text-transform: lowercase;
}

.not-sure {
    color: #333!important;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.no-padding {
    padding: 0!important;
}
.no-left-padding {
    padding-left: 0!important;
}
.no-right-padding {
    padding-right: 0!important;
}

.left-padding-5 {
    padding-left: 5px!important;
}
.right-padding-5 {
    padding-right: 5px!important;
}

/* SIDE VERTICAL MENU CODE */
.verticalmenu-plan2pixel .megamenu-title {
    line-height: 27px;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.4rem;
    font-weight: 700;
    background: #FF9300;
    font-family: 'Khula', sans-serif;
    display: block;
    cursor: pointer;
    position: relative;
    margin: -5px -5px 5px -5px;
}



.verticalmenu-plan2pixel .megamenu-title {
    line-height: 7px;
    font-size: 1.4rem;
}
.verticalmenu-plan2pixel .megamenu-title {
    background: #FF9300;
}
.verticalmenu-plan2pixel .megamenu-title::before {

    padding: 0 15px;
    line-height: 35px!important;

}
.verticalmenu-plan2pixel .megamenu-title::before {
    content: "\f0ca";
    font-family: FontAwesome;
    padding: 0 15px;
    line-height: 54px;
    text-align: center;
    border-right: 1px solid #fff;
    display: inline-block;
    margin-right: 20px;

}

.verticalmenu-plan2pixel .popup, .verticalmenu-plan2pixel .block1 {
    width: auto!important;
}
.verticalmenu-plan2pixel {
    padding: 5px;
    background: #fff;
    z-index: 1;
    position: relative;
    margin-top: 0px;
}

.verticalmenu-plan2pixel .block1 {
    padding: 0 10px;
    margin: 10px;
    width: auto!important;
}

.verticalmenu-plan2pixel a.itemMenuName {
    display: block;
    margin: 0;
    padding: 1px 0;
    text-transform: uppercase;
	 color: #FF9300 !important;
}

.verticalmenu-plan2pixel a.itemMenuName.act {
    font-weight: bold !important;
    color: #FF9300 !important;

}

/*a.itemMenuName.act < .block1 {*/
/*font-weight: bolder !important;*/
/*color: #FF9300 !important;*/
/*}*/

.verticalmenu-plan2pixel .cat-name {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 10px;

}

.verticalmenu-plan2pixel .parentMenu {
    padding: 0;
    margin: 0;
    line-height:2em;
    cursor: pointer;
    transition: ease all 0.3s;
    display: block;
}
.verticalmenu-plan2pixel .parentMenu:hover {
    color: #FF9300 !important;
}
.verticalmenu-plan2pixel .pt_menu-p2p {
    padding: 2px;
}

.verticalmenu-plan2pixel .pt_cate.act, .verticalmenu-plan2pixel .cat-name.act {
    color: #FF9300 !important;
}



/*
    Landing Page CSS
 */
.closeWrapper {
    padding: 20px;
    margin: -58px 0 0 0;
    cursor: pointer;
}
.landingPageContentWrapper {
    padding: 20px;
    background: #fff;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);

}
.landingPageContentWrapper h1 {
    padding: 0px;
    background: none;
    margin: 0 10px;
    border: none;
    text-transform: uppercase;
}

.landingPageContent {
    padding: 0px;
    background: none;
    margin: 20px 10px 0;
}
.landingPageImage img {
    width: 100%;
    height: auto;
    padding: 10px;
}
.text-orange {
    color: #FF9300!important;
}
.text-bold {
    font-weight: bold!important;
}

.catBlock {
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
}

.catBlock h3 {
    margin: -10px -10px 10px -10px;
    display: block;
}
.catBlock h3 a {
    background: #3e3e3e;
    border-radius: 5px 5px 0 0;
    color: #fff;
    line-height: 1.5em;
    transition: all ease 0.3s;
    display: block;
    padding:5px 10px 0;

}

.catBlock h3 a:hover {
    background: #FF9300;
    color: #fff;
}

.catBlock img {
    width: 100%;
    height: auto;
}

.sub-cat {
    margin: 0 0 0 10px;
    padding:0;
    list-style: disc;
    color: #FF9300;
}

.sub-cat li {
    padding: 0;
    margin: 0;
}

.sub-cat.hideCats li:nth-child(n+5) {
    display: none;
}

.sub-cat li a {
    padding: 3px 0px 0px 5px;
    transition: all ease 0.3s;
    display: block;
    line-height: 1em;
    color: #333;
}
.sub-cat li a:hover {
    background: #FF9300;
    color: #fff;
}
.toolsMenuLinks {
    display: inline-block;
    padding: 10px 5px;
    width: 18%;
}
.margin-top-35 {
    margin-top: 35px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-10 {
    margin-top: 10px;
}
.message-success {
    padding: 10px;
    background: #6fd46f;
    border: 1px solid #409e40;
    margin: 10px 0;
    color: #146d14;
    border-radius: 5px;
}




.slideHidden {
    display: none;
    margin: 20px 0;
    padding: 0;
    background: transparent;
}
.slideHiddenInner {
    max-width: 1180px;
    margin: auto;
    padding: 20px 50px 50px 50px;
    background: rgba(255, 255, 255, 0.3);
}

.loadSpinner {
    display: none;
    width: 30px;
    height: auto;
    float: right;
}

/* Custom Vehicle Menu */

.customVehicleMenu {
    float: left;
    margin: 0;
    padding: 0;
}


.customVehicleMenu > li {
    float: left;
    margin: 0;
    margin-right: 1px;
    width: auto;
}

.customVehicleMenu > li > a {
    padding: 0 25px;
    line-height: 50px;
    height: 45px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.4rem;
    position: relative;
    font-weight: bold;
    color: #fff;
    font-family: 'Khula', sans-serif;
}
.customVehicleMenu > li > a:hover {
    background: #282927;
}
.customVehicleMenu li .subDiv {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0%;
    border: #FF9300 1px solid;
    border-top: none;
    background: #fff;
    width: 100%;
    z-index: 9999;
    height: auto;
    max-height: 0;
    overflow:hidden;
    transition: all ease 0.3s;
    padding-bottom: 10px;

}

.customVehicleMenu li .subDiv.showDiv {
    max-height: 9999px!important;
    opacity: 1;
    visibility: visible;
}

.customVehicleMenu li.selectVehicle_highlight {
	
	 background-color: #44b6d8;
}

.vehicleSubList {
    margin: 0 0 0 20px;
    padding:0;
    list-style: disc;
    color: #FF9300;
}
.vehicleSubList li {
    margin: 0;
    padding:0;
}
.vehicleSubList > li > a {
    margin: 0;
    padding: 0px;
    color: #404040;
    font-size: 13px;
    line-height: 2em;
    font-weight: normal;
}
.vehicleSubList li a:hover {
    color: #FF9300!important;
}
a.i-dont-know {
    color: #FF9300!important;
    padding: 0!important;
    margin: 0;
    display: block;
}


#loading{
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}
.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: auto;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #fff;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
          -webkit-transform: scale3D(0, 0, 1);
          transform: scale3D(0, 0, 1);
      }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
          -webkit-transform: scale3D(0, 0, 1);
          transform: scale3D(0, 0, 1);
      }
}



.chosenVehicle {
    background: #2e2e2e;
    color: #fff;
    padding: 20px;
    border: 3px solid #FF9300;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.chosenVehicle h2 {
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 1.5em;
    line-height: 1em;
}

.chosenVehicle h4 {
    color: #fff;
    margin: 0 0 5px 0;
    font-size: 1.6em;
    text-transform: uppercase;
}

.chosenVehicle p.short_name {
    color: #FF9300;
    margin: 0 0 5px 0;
    font-size: 1.3em;
    line-height: 1.2em;
}
.chosenVehicle .vehicleDescription p {
    color: #fff;
    margin: 0 0 5px 0;
    font-size: 1.2em;
    line-height: 1.2em;
}

p.alreadySelected {
    font-size: 3em;
    text-align: center;
    margin: 30px 0;
    line-height: 1.7em;
}
.chosenVehicle select {
    background: #FF9300;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #1a1a1a;
    margin-bottom: 5px;
}


.chosenVehicle .vehicle_submit {
    padding: 10px;
    color: #333;
    line-height: 1em;
    background: #7d7d7d;
    border: 1px solid #fff;
    border-radius: 5px;
}
.optionsList {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.optionsList li {
    list-style: none;
    padding: 10px;
    display: inline-block;
}

.vehicleDrops {
    /*padding: 5px;*/
}
.vehicleDrops select {
    height: 40px!important;
}

.vehicleDrops h3 {
    font-size: 1em;
    line-height: 1em;
    margin: 10px 0 3px 0;
    text-transform: uppercase;
}


/* PRODUCT PAGES */


.delivery-tab-table {
    text-align: center;
    width: 75%;
    margin: 0 auto 20px auto;
}

.delivery-tab-table thead {
    border-bottom: 1px solid #efefef;
}

.delivery-tab-table tr:nth-child(even) {
    background-color: #f2f2f2
}



@media (min-width: 768px), print {
    .product.data.items > .item.title:not(.disabled) > .switch:active, .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
        background: #FF9300;
        color: #fff;
        padding-top: 10px;
    }
    .product.data.items > .item.content {
        border: 1px solid #d1d1d1;
        border-top: 4px solid #FF9300;

        margin-top: 36px;
    }
}
.block.related .block-title:after, .block.upsell .block-title:after, .block.crosssell .block-title:after {
    width: 120px;
    height: 2px;
    background: #FF9300;
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions button:hover {
    background-color: #cc7700;
}

.fotorama__thumb-border {
    border:2px solid #FF9300!important;
}

.product-info-main .price-box .price-wrapper .price, .product-options-bottom .price-box .price-wrapper .price {
    font-size: 1em !important;
    font-weight: 700 !important;
    line-height: 1em;
}



.trustpilot_block2 {
    width: 100%;
    padding: 10px 0 0 0;
}


.trustpilot_wrapper {
	left: 0px; 
	margin: 0 0 0 -56px;
}


.price-including-tax::before {
    content: attr(data-label) ': ';
    font-size: 1em;
  
}

.checkout-success .price-including-tax::before {
    content: attr(data-label) ': ';
    font-size: 0.7em;
}

.checkout-success .price-including-tax + .price-excluding-tax:before {
    font-size: 0.7em;
}

.catalog-product-view .product-info-main .attribute.overview {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 1.1em;
    line-height: 1em;
}

.product-info-main {
    padding: 50px 20px 20px;
    position: relative;
    margin-bottom: 40px;
    background: #fff;
	border: 1px solid #e7e7e7;
}

.gallery-placeholder {
    padding-bottom: 40px;
    background: #fff;
	border: 1px solid #e7e7e7;
}

.fotorama__thumb {
	background-color: white !important;
	
}


.product-info-stock-sku .stock {
    position: absolute;
    top: 0%;
    right: 0;
    width: 100%;
    padding: 10px 20px 5px;
    margin: 0!important;
}

.product-info-stock-sku .availability.only {
	color: #fff;  
    position: absolute;
    top: 0px;
    margin-top: 8px;
    font-weight: bold;
	
}

.product-info-stock-sku .stock.available {
    background: #52c849;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.product-info-stock-sku .stock.unavailable {
    background: #FF3300;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.product-info-stock-sku .stock.stocked {
    background: #0083ff;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}



.product-info-price .stock {
    display: none;
}

.product-info-main  .product.attribute.sku {
    margin-left: 20px;
	
}
.product-info-main.overview {	
	color: #ff9900;
	position: relative;
}
.catalog-product-view .product-info-main .product-info-price:after {
    clear:both;
}
.product-info-main .product-info-price .product.attribute.sku .type {
    font-weight: 200;
}
.product-info-main .product-info-price .product.attribute.sku .value {
    font-weight: 800;
}

.catalog-product-view .product-info-main .page-title {
    border-bottom: 0px solid #efefef;
}

.product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 5px!important;
}

.product-info-main .box-tocart, .product-options-bottom .box-tocart {
    margin: 0!important;
}
.catalog-product-view .product-info-main .product-info-price {
    margin: 0;
    padding:25px 0 10px 0;
    text-align: left;
    position: relative;
}

.product-item-info .product-item-details .product-item-actions .add-to-links-secondary {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -10px;
}

.product.data.items > .item.title {
    transition: 0.5s ease all;
}
.product.data.items > .item.title.active {
    margin: -5px 5px 5px 0;
}

.product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 10px !important;

}


.product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #333;
    color: #fff;
}

.product-info-main .price-box {
    margin: 0px;
}

.product_vehicle_info_block {
    border-top: 1px solid #efefef;
    margin: 15px 0;
    padding: 20px 0 10px 0;
}
.product_vehicle_info_block p {
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 10px 0 0 0;
}
.product_vehicle_info_block .row {
    padding: 5px 0;
}


.numberOfReviews {
    display: none!important;
}


.product-item-info .product-item-details .product-item-actions .add-to-cart-primary button.tocart.notAvailable:before {
    font-family: "FontAwesome";
    content: "\f06e";
    font-size: 16px;
    margin-right: 2px;
}


/* Customer Account */

.action.edit {
    color: #333;
    font-weight: 400;
    transition: 0.3s all ease;
    margin: 10px 0;
}

.action.edit:hover {
    color: #000;
}
.account .sidebar-additional {
    margin-top: 0px!important;
}

.sidebar-additional-block {
    padding: 10px 4%;
    background: #2a2a2a;
    margin: 0 0;
    color: #fff;
}
.sidebar-additional-block h3 {
    color: #FF9300;
    font-size: 2em;
    font-weight: 600;
    line-height: 1em;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    display: inline-block;
}

.mobile-bar-content {
    overflow: scroll;
}

.magnifier-preview img {
    height: 1500px!important;
    width: auto!important;
}

.catalog-product-view .review-list .review-title{
    font-weight: 600;
}
.catalog-product-view .review-list .review-ratings{
    float: none;
}
.catalog-product-view .review-list .rating-summary .rating-result > span:before, .catalog-product-view .review-list .rating-summary .rating-result:before{
    line-height: 14px;
}
.product-reviews-summary .action.add{
    display: none;
}
.rating-summary .rating-result > span:before{
    color: #FF9300;
}

.block-search {
    float: none!important;
    padding-left: 0px!important;
    position: relative!important;
    width: auto!important;
    z-index: 4;
    opacity: 1!important;
}


.mobilemenu ul {
    width: auto!important;
}

.mobilemenu li.active a, .mobilemenu a:hover {
    color: #FF9300;
}
.mobilemenu ul a:hover, .mobilemenu ul li.active a {
    color: #FF9300 !important;
}

.mobilemenu li ul li {
    font-size: 1em;
}

.mobilemenu ul.level2, .mobilemenu ul.level3 {
    margin-left: 25px;
    border-left: 3px solid #333;
}

.mobilemenu ul a {
    padding-left: 0px;
}
.mobilemenu ul ul a {
    padding-left: 10px;
}





.twitter-typeahead {
    display: contents!important;
}

.block {
    border: none!important;
    padding: 0!important;
    border-radius: 0!important;
}

.block-swissup-ajaxsearch .loading-mask {
    left: -110px!important;
    width: 30px!important;
    height: 30px!important;
}

.block-swissup-ajaxsearch-results {
    background: #ffffff;
    min-width: 200px;
    font-size: 1.3rem;
    left: -2px!important;
    border:2px solid #FF9300!important;
    width: 570px;
    margin-top:2px;

}

.block-swissup-ajaxsearch-results .tt-dataset .price-wrapper {
    width: 100%;
}
.block-swissup-ajaxsearch-results .tt-dataset {
    margin: -2px 0 0!important;
    padding: 0;
    border: none!important;
    box-shadow: none!important;
    max-height: 550px;
    overflow-y: auto;
    background: #fff;
}
.block-search .action.search:before {
    color: #ffffff!important;
}


.block-swissup-ajaxsearch-results .product-item-info-wrapper {
    width: 60%;
    float: left;
    padding-right: 20px;
    border-right: 1px solid #efefef;
}

.block-swissup-ajaxsearch-results .custom-item-info-wrapper {
    width: 39%;
    float: right;
    padding-left: 20px!important;
}
.trustpilot-padding {
    padding:0 70px;
}

#owlCarousel .owl-item {
    padding: 0 10px;
}



.block-home-top-right img {
    width: 100%;
}

.breadcrumbs .items {
    margin: auto;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}
.breadcrumbs ul strong {
    text-decoration: none;
    color: #25251e;
    font-weight: 800;
}



.checkout-cart-index .page-main {
    margin: 35px auto 0;
}
 .totals.shipping.excl {
	padding-left: 0px; 
}

button, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue  {
    background: #FF9300;
}

.cart-container .checkout-methods-items .action.primary {
    background: #FF9300;
    color: #fff;
    font-size: 1.3rem;
}

.cart-container .checkout-methods-items .action.primary {
    background: #1ab90b;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2em;
}

.block-swissup-ajaxsearch .minisearch .inactive {
    display: block!important;
}

.payment-option-title, #block-discount-heading, .block.discount {
    display: none;
}
.block.block-minicart {
    border: 2px solid #d0d0d0!important;
    padding: 15px 20px!important;
    border-radius: 3px!important;
	
}

.block-search input {
    left: 0!important;
    position: relative;
}

/* CHECKOUT */

/*
    Firecheckout Fix
*/


.firecheckout #checkout .opc-wrapper .step-title:before, .firecheckout #checkout .opc-block-summary>.title:before, .firecheckout #checkout .opc-sidebar .step-title:before {
	
	border: 1px solid #ff9300 !important;
    width: 40px!important;
    height: 38px!important;
    color: #ff9300!important;
}

.firecheckout #checkout .shipping-information-content  {
	padding-bottom:10px;
	font-size: 14px;
	
}

.firecheckout #checkout .shipping-information  {
	font-size: 14px;
	
}
.firecheckout #checkout  .shipping-information-title
{
	color:#737586;
}
	.firecheckout #checkout  .shipping-information-title .action
{
	height:0px;
}
.firecheckout .checkout-shipping-address .search-bar .action.primary {
    width: 33%;
    padding: 0;
}


.active-shipping {
	background: black;
	
}
#checkout .totals.sub {
	display: none;
}
#checkout .totals-tax {
	display: none;
}

#checkout .fieldset>.field._required>.label:after
{
	visibility: hidden;
}

#checkout .minicart-items:after {
	background:transparent !important;
}

#checkout .minicart-items .product-item-name {
    font-weight: 400;
    margin-bottom: 0px;
}

#checkout .totals tr {
	font-size: 14px;
}

#checkout .opc-block-summary .product-item-sku
{
	margin-top: 0px !important;
}

#checkout .opc-block-summary .subtotal
{
	text-align: left;
	background-color:transparent;
}

#checkout .opc-block-summary .product-item .product-item-inner 
{
	margin-bottom: 0px;
}

#checkout .checkout-billing-address{
	margin-top:40px
}

#checkout .cc_search_input {
	border: 1px solid #ff9300 !important;
	
}


.firecheckout  #checkout .checkout-billing-address button
{
		line-height: 0px;
}
.firecheckout  #checkout .checkout-billing-address .actions-toolbar .primary .action-cancel {
    background: #ff9300;
	color: #FFF;
}
.firecheckout  #checkout .checkout-billing-address .actions-toolbar .primary .action-update {
    height: 45px;
}

.firecheckout #maincontent .authentication-wrapper .action-auth-toggle:hover {
	 background: #2d9f4f !important;
	
	border-color:  #2d9f4f !important;
}


#checkout .payment-group{
	margin-top:60px
}
#checkout .opc-block-summary .product-item-name-block .details-qty
{
	margin-top: 0px;
}
 #checkout .opc-sidebar {
	 border: 1px solid #ddd !important;
}

#checkout .opc-wrapper li {
	border: 1px solid #ddd !important;
}

.firecheckout #checkout .opc-block-summary .product-item-name-block .details-qty .qty-wrapper .qty {
	border: 1px solid #ff9300 !important;
}
.firecheckout #checkout .opc-block-summary .details-qty .qty-wrapper {
	border: 1px solid #ff9300 !important;
}

#checkout .opc-block-summary .details-qty .qty-wrapper .qty-toggler {
	border: none !important;
	background-color: #ff9300 !important;
	color: #FFF !important;
}

#checkout .opc-block-summary .details-qty .qty-wrapper .qty-toggler:hover {
	background-color: #dd7200 !important;
	
}

#checkout .opc-block-summary .price-excluding-tax {
	font-size: 14px;	
}
#checkout .opc-block-summary .table-totals span {
	padding-left: 0px	
}

.firecheckout .opc-wrapper .shipping-address-item .selected-item div {
	border-color: #ff9300!important;
}


.firecheckout #checkout input[type=checkbox]+label  {
	font-size: 14px;
	text-align: left;	
}

.firecheckout #checkout .label {
	font-size: 14px;
	text-align: left;
}
#checkout .cart-totals .mark strong, .opc-block-summary .table-totals {
	font-size: 14px;
	text-align: left;
}



#checkout .action button {
	line-height: 16px;
}


.firecheckout .firecheckout-header .header .logo img {
    display: inline;
    max-width: 100%;
    width: auto;
}






.firecheckout .table-checkout-shipping-method .radio {
    visibility: hidden;
    overflow: hidden;
    height: 0px;
    width: 0px;
}
.firecheckout .modal-popup._show .modal-inner-wrap, .firecheckout .modal-custom:not(.opc-sidebar)._show .modal-inner-wrap {
    margin-left: -400px !important;
    width: 800px !important;
    left: 50% !important;
}
.firecheckout .table-checkout-shipping-method tbody td {
    padding: 0px!important;
}

.firecheckout .checkout-shipping-address button {
	height: 60px;
	background: #ff9300!important;
	border-color: #ff9300!important;
	color: #FFF!important;
	border-radius:5px !important;
}
.firecheckout .checkout-shipping-address button:hover {
	background: #cc7700!important;
	border-color: #cc7700!important;
}

.firecheckout .checkout-shipping-address button + button, .firecheckout .modal-footer button + button, .firecheckout .actions-toolbar button + button {
    Margin: 0 10px!important;
    padding: 10px 30px!important;
    line-height: 0px!important;
	height: 45px!important;
}

.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method .shipping_table {
    padding: 10px;
    margin: 10px auto 0;
    background: #f9f9f9;
    color: #505050;
    transition: all ease 0.3s;
    border: solid 1px #e2e2e2;
    border-radius: 5px;
    display: block;
    cursor: pointer;
}
.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method .shipping_table .row {
    margin: 0!important;
}
.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method .shipping_table tr {
    display: block;
}

.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method .shipping_table:hover {
    border: 1px solid #c1c1c1;
    background: #dddddd;

}
.firecheckout .checkout-shipping-address .search-container.type_3 .mage-error{
    display: none;
}


#checkout .selectShippingMethod {
    border: 1px solid black;
    background: #cccccc;
}


.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method .row.shipping_comments {
    padding: 5px 0px 0;
    margin: 0;
    color: #186fca;
    font-size: 12px;
    position: relative;
}
.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method .row.shipping_comments .fa-stack {
    margin-right: 10px;
    color: #186fca;
}
.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method .shipping_table .col-method {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3em;
}
.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method .shipping_table .col-price {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
    padding-right: 10px!important;
}
.table-checkout-shipping-method tbody td:first-child {
    padding-left: 0;
    padding-right: 0;
    width: auto;
}
.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method .shipping_table * {
    cursor: pointer;
}

.color-white {
    color: #fff!important;
}

.mobile-bar-content .tabs-content-mobile .header.links li {
    display: block;
    margin: 0px 10px;
    background: #4a4a4a;
    padding: 10px 0;
}
#layered-filter-block {
    display: none!important;
}


.no-padding-left {
    padding-left: 0!important;
}
.no-padding-right {
    padding-right: 0!important;
}
.no-padding-left-padding-right-5 {
    padding-left: 0!important;
    padding-right: 5px!important;
}
.no-padding-right-padding-left-5 {
    padding-right: 0!important;
    padding-left: 5px!important;
}
.no-padding-left {
    padding-left: 0!important;
}

/* CMS PAGES */
.cms-index-index #maincontent {
    display: none;
}

.breadcrumbs {
    max-width: 100%;
    padding: 10px 0;
    margin: 0px 0;
    background: #e8e8e8;
}
.cms-page-view .column.main {
    background: #fff;
    padding: 15px 30px;
    box-shadow: 0px 0px 5px #d6d6d6;
}
.promoBanner img {
    width: 100%;
}
.page-wrapper {
    min-height: initial!important;
}

.openTopHeaderBlock {
    color: #fff!important;
}

#empty_cart_button {
    display: none!important;
}
.TextForm input.mobile {
    width: 80%;
    color: #333;
}

.post-list .post-list-item {
    background: #fff;
    padding: 10px 20px;
}

#checkout-step-shipping::before {
    content: "Enter Postcode - View / Change Shipping Options below";
	font-size: 16px;
	font-weight: bold;
	color:red;
}
.firecheckout .opc-sidebar .shipping-information .shipping-information-title .action span {
	 color: #FF9300;
	 margin-left: 10px !important;
	font-weight: bold;
	font-size: 14px;
	
}

.firecheckout .page-title-wrapper h1 {
	margin: 20px auto 0px 0px !important;	
}

.firecheckout .page-title-wrapper a.continue-shopping {
    background:  #FF9300;
    padding: 11px 12px 11px 12px;
    text-align: left;
    color: #FFF;
    text-transform: uppercase;
	border-radius: 5px;
	display:initial;
}

.firecheckout .page-title-wrapper a.continue-shopping:hover {
	background: #cc7700;
}

.firecheckout .page-title-wrapper .authentication-wrapper button {
	font-weight: bold;
}

.firecheckout a.create-an-account {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #333;
    color: #333;
    font-size: 1.5rem;
    font-weight: bold;
    float:right;
}

.firecheckout .modal-popup._show .modal-inner-wrap, .firecheckout .modal-custom:not(.opc-sidebar)._show .modal-inner-wrap {
    position: absolute!important;
    max-width: none!important;
}


.firecheckout .action.primary {
    line-height: 2em;
	
}

.firecheckout .place-order .actions-toolbar .primary .action:hover {
     background: #2d9f4f !important;
	 border-radius: 0px !important;
	border-color:  #2d9f4f !important;
}

.modal-content .form.form-shipping-address:before {
    content: "Please fill this form out fully, including the phone number at the bottom by scrolling down.";
    margin-bottom: 10px;
    display: block;
}

.showContent {
    display: none;
}



.block-customer-login, .block-new-customer, .fieldset.create {
    padding: 20px!important;
    margin: 20px 0 10px 0;
    background: #fff;
    box-shadow: 0px 0px 5px #d6d6d6;
}
.block-customer-login .block-title strong, .block-new-customer .block-title strong, .fieldset.create legend {
    font-size: 2.5rem;
    color: #505050;
    text-transform: capitalize;
    font-weight: 900;

}

@media (min-width: 768px), print {
    .login-container .fieldset>.field>.control {
        width: 74.2%;
    }
	#checkout .fieldset>.field {
		margin-bottom:5px;
	}
}

.createAccount {
    float: right;
}

.modal-content .block-customer-login, .modal-content .block-new-customer {
    box-shadow: none;
}

.modal-header {
    padding: 20px;
    border-bottom: none;
}

.modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
    line-height: 50px;
    color: #808080;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    font-weight: bold;
}

.thank-you-note .check-mark {
    display: none!important;
}

.post-list-description {display:none;}


/* BLOG SECTION */

@media only screen and (min-width : 992px) {

	.is-blog .page-title-wrapper {
		 margin: auto;
  		 width: 70%;
	}

    .is-blog .page-title-wrapper h1.page-title {
        margin: 0 0 0 30%;
        padding: 20px 20px 10px 20px;
		text-align: center;
    }

	.is-blog .post-view P {
		font-size: 1.2em;
    	line-height: 1.2em;
	}

	.is-blog .post-view ul {
		font-size: 1.2em;
    	line-height: 1.2em;
	}
	
	.is-blog .post-view ol {
		font-size: 1.2em;
    	line-height: 1.2em;
	}
	
    .is-blog .post-view .post-image {
        margin: 0 20px 20px 0;
    }

}



/* MEDIA QUERIES */

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .block-swissup-ajaxsearch-results {
        width: 100%;
    }

    .block-swissup-ajaxsearch-results .product-item-info-wrapper, .block-swissup-ajaxsearch-results .custom-item-info-wrapper {
        width: 100%;
        padding: 10px;
        border: none;
    }
    .customVehicleMenu > li > a {
        padding: 0 10px;
        font-size: 1.25rem;
    }
}
/* Medium Devices, Desktops */

.mobile_vehicle_change {
	display:none;
}


@media only screen and (max-width : 992px) {
	
	.mobile_vehicle_change {
		display:inline;
		background:#28a4c9;
		margin-left:10px;
		padding-left:15px;
		padding-right:15px
		
	}
	
    .floatClick {
        position: relative;
        display: block;
        top: inherit;
        left: 0;
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
        height: auto;
        color: #fff;
        z-index: 999;
        text-align: center;
        text-transform: uppercase;
        padding: 10px 0px 10px 0px!important;
        border-radius: 0;
        transition: all ease 0.3s;
        cursor: pointer;
        font-weight: bold;
        border: 0;
        border-top: none;
    }
    .floatClick:hover {
        padding: 13px 0 10px 0;
    }
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .category-sku {
        text-align: center;
    }
	
	.home_page_vehcle_block select {
		font-size: 1.2em;
	}
	
	
	
	.home_page_vehcle_block.no-vehicle p {
    color: #909090;
    margin: 0 0 5px 0;
    font-size: 1.2em;
	}
    .product-info-main, .product-info-main * {
        text-align: center;
    }
    .product-info-stock-sku {
        text-align: left!important;
    }
	
	
	.data.item.content {
		font-size: 1.2em;
	}
	
    .mobilemenu li {
        margin-bottom: 0px!important;
    }

    .mobilemenu a {
        line-height: 35px!important;
    }
	.mobilemenu {
		font-size: 1.1em;
	}

    .mobile-bar-content .mobile-bar-close {
        right: 0!important;
    }
    .modes-mode {
        padding: 10px;
        background: #333;
        margin: 0px 5px;
        display: inline-block;
    }
    .modes-mode.active {
        background: #549e55;
    }
    .block-swissup-ajaxsearch-results, .block-swissup-ajaxsearch .loading-mask {
        display: none!important;
    }
    .page-products .products-grid .product-item {
        width: 50%!important;
		margin-bottom: 20px!important;;
    }
	
    .header-content .logo-home {
        max-width: 400px;
        margin: 10px auto;
    }

    .trustpilot-padding {
        padding:0px;
    }
    .header-content {
        padding: 0!important;
    }

    #search_mini_form {
        padding: 10px 0 0 0;
    }
    .mobilemenu a:visited {
        color: #fff;
    }
    .container-inner .row img {
        width: 100%;
    }
    .above-footer .container-inner .row img {
        width: auto;
    }
    .slideHiddenInner {
        margin: auto;
        padding: 10px 0px;
        background: rgba(255, 255, 255, 0.3);
    }
    .well-sm {
        font-size: 140%;
    }
    .trust-trax-img {
        width: 35%!important;
        float: right;
        height: auto;
    }
    .nav-ozmegamenu {
        background: #c5c5c5;
    }
    .vehicleDrops {
        padding: 5px;
    }



    /* Mobile Menu Home Page */
    .mobile_cat_list {
        display: block;
        margin: 20px;
        padding: 10px;
        background: #2a2a2a;
        float:right;

    }
    .mobile_cat_list h3 {
        color: #fff;
    }


    .cms-index-index .verticalmenu-plan2pixel {
        display: none!important;
    }
	.stock.available{
		font-size: 1.2em;
	}

    .product-info-main .product-info-price .product.attribute.sku {
        color: #333333 !important;
        position: relative;
        display: block;
        top: inherit;
        right: inherit;
        padding: 10px 0px;
        background: #efefef;
        text-align: center;
        width: 90%;
        margin: 10px auto;
		font-size: 1.2em;
    }


}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .block-swissup-ajaxsearch-results, .block-swissup-ajaxsearch .loading-mask {
        display: none!important;
    }
    .page-products .products-grid .product-item {
        width: 100%!important;
    }
    .header-content {
        padding: 0!important;
    }
    .firecheckout .checkout-shipping-address .search-bar .action.primary {
        width: 33%;
        padding: 0;
    }

}

@media only screen and (max-width : 430px) {
    .firecheckout .checkout-shipping-address .search-container input{
		width: 100% !important;
        margin-bottom: 12px;
	}
    .firecheckout .checkout-shipping-address .search-bar .action.primary{
		width: 100%;
	}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .block-swissup-ajaxsearch-results, .block-swissup-ajaxsearch .loading-mask {
        display: none!important;
    }
    .page-products .products-grid .product-item {
        width: 100%!important;
    }
    .header-content {
        padding: 0!important;
    }
    .price-excluding-tax, .price-including-tax {
        font-size: 15px!important;
    }
    .bottom-block {
        display: none!important;
    }
    .featureproduct-slider .product-item-description {
        display: none!important;
    }
    .get-started .slide-1 {
        padding: 10px!important;
    }
    .slide .vehicle-information {
        display: none!important;
    }
}

@media only screen and (min-width : 768px) {
    .product.data.items > .item.title > .switch {
        font-size: 1.2rem;
        padding: 5px 10px;
    }
}

/******* home page *****/
.home_page_vehcle_block .slide .vehicleDrops select {background-color: #44B6D8;color: white;height: 42px !important;border-radius: 0;font-size: 16px;font-weight: 600;}
.home_page_vehcle_block  a.btn.changeVehicle {background: #44B6D8;border-color: #44B6D8;}
.content-home .main-top .row.assuranceBar , .content-home .home-banner-slide {display: none;}
.home_page_vehcle_block .slide .vehicleDrops h3 {opacity: 0;margin:0px 0 1px;}
.home_page_vehcle_block .slide .refreshNow h1{font-size: 30px;color: black;margin: 0px 0 1rem 0px;letter-spacing: -1px;}
.home_page_vehcle_block .slide .refreshNow h4{font-size: 20px;text-transform: none;margin-bottom: 1rem;letter-spacing: -1px;}
.home_page_vehcle_block .slide .refreshNow a{color: #ff9300 !important;font-size: 18px;text-transform: none;font-weight: 800;letter-spacing: -1px;}
.content-home .slide-1{padding: 30px 3rem;height: 334px;}
.content-home .home_page_vehcle_block , .content-home .get-started{height: 334px;}
.content-home .pt-banner-container ul li img {border: 1px solid #d4d4d4;}
.sidebar-content .trustpilot-widget iframe {height: 668px !important;}
.cms-index-index .featureproduct-slider {margin-top: 3rem;}
.home_page_vehcle_block .slide .vehicleDrops select option {background: grey;}
/******* product detail page *******/
.catalog-product-view .product_vehicle_info_block p {font-size: 17px;color: black;}
.catalog-product-view .product_vehicle_info_block .row {display: flex;align-items: center;padding: 8px 0;}
.catalog-product-view .info-image img{width: 40px;}
.catalog-product-view .trustpilot_wrapper{bottom: 1rem;position: absolute;left: -60%;}
.page-layout-1column .product.media{border: 1px solid #e7e7e7;padding-bottom: 4.6rem;}
.page-layout-1column .product.media .gallery-placeholder{border:0;}
/****** product list page ******/
.category-view {border:1px solid #c8c8c8 !important;border-bottom:0px!important;}
.category_vehicle_block{border:1px solid #c8c8c8 !important;border-top:0!important;}

.catalog-category-view .columns .column.main{display:flex;flex-flow:row wrap;}

.catalog-category-view  .columns .column.main .widget.block.block-static-block {margin-bottom: 0;}.catalog-category-view  .columns .column.main .delivery-banner{padding: 1rem 0;}
.catalog-category-view  .toolbar-products , .catalog-category-view  .category_vehicle_block{width: 100%;}
	div#product-details {
    display: none;
}
.mobile-bar-content .tabs-menu #ma-mobilemenu img {
    display: none;
}
.container-fluid.service-kits {
    display: none;
}
.col-md-12.no-padding.xs-mar-top-10.hidden-xs.genuine-toyoto {
    display: none;
}
.page-layout-2columns-left .sidebar-additional {
    width: 25% !important;
}

button.action-primary.action-accept {
    background: #ff9300;
    padding: 0 20px;
    line-height: 25px;
    height: 40px;
    font-weight: 700;
    color: #fff;
    border: 0;
}

button.action-primary.action-accept:hover {
    background-color: #5e5e5e;
    color: #fff;
    border-color: #5e5e5e;
}

.takepayment-method-logo {
    background-image: url(../images/elavon_logo.png);
    width: auto;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    max-width: 300px;
}


.payment-method #sp_container{
    display: none !important;   
}

#ctf_form {
    display: none;
}