body {
	direction: rtl;
	text-align: right;
}

.bahrain_Service,
.box-slider,
.home-blogs {
	direction: ltr;
}

/* Elfsight Google Reviews builds its rating bar as a single LTR row
   ("4.9 * * * * * 3,360 reviews on Google"). The body{direction:rtl} above is
   inherited by the widget and reverses that row, so on the Arabic store it reads
   "Google reviews on 3,360 * * * * * 4.9". Scoped to the widget mount point so the
   section's own Arabic heading stays RTL. */
.testimonial [class*="elfsight-app-"] {
	direction: ltr;
}

.aboutUs .about_right .discount_box {
      right: -70px;
    left: auto;
}

.blog-detail .post-short-description ul {
    margin-left: auto;
    margin-right: 20px;
}

.search-wrap {
	left: calc(50px + 100px);
	right: auto;
}

@media screen and (max-width: 1400px) {
	.search-wrap {
		left: calc(20px + 100px);
		right: auto;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1366px) {
	.search-wrap {
		top: calc(35px + 43px);
	}
}

@media screen and (max-width: 1024px) {
	.search-wrap {
		top: calc(56px + 15px);
	}
}

@media screen and (max-width: 767px) {
	.search-wrap {
		width: calc(100% - 30px);
		left: 0;
		right: 0;
		top: 100%;
		border-radius: 0px 0px 9px 9px;
		border-top: 0;
	}
}

header .right-icons {
	margin-left: inherit;
	margin-right: auto;
}

header .right-icons .icon-list li {
	margin-left: auto;
	margin-right: 17px;
}

@media screen and (max-width: 767px) {
	header .logo {
		margin-right: auto;
		margin-left: 4px;
	}

	.lang-switcher-link {
		padding: 0 0px;

	}

	header .right-icons .icon-list li {
		margin-left: auto;
		margin-right: 13px;
	}
}

.searchTab .tab-content .tab-pane,
.searchTab .tab-content .tab-pane form {
	border-radius: 5px 0px 0px 0px;
}

.tyrewidthInfo .tyreInfoLeft ul li:last-child {
	margin-left: 0;
}

.tyrewidthInfo .tyreInfoLeft ul li {
	margin-left: 15px;
	margin-right: inherit;
}

.tyrewidthInfo figure .tyreValue {
	direction: ltr;
}

.tyreHeader {
	padding-right: 25px;
	padding-left: inherit;
}

.modal-popup .action-close {
	left: 15px;
	right: inherit;
}

.tyreHeader .backLink .fa-arrow-left {
	transform: rotate(180deg);
}


.ltr-text,
#searchUL li a,
.tyrewidthInfo .tyreinfoResult .tyreselection .data-selected,
.tyrewidthInfo .tyreinfoResult .rear-tyre-selection .data-selected {
	direction: ltr;
	display: inline-block;
}

.tyrewidthInfo figure {
	margin-left: 0;
	margin-right: auto;
}

@media screen and (max-width: 767px) {

	.searchTab .tab-content .tab-pane,
	.searchTab .tab-content .tab-pane form {
		border-radius: 0px 0px 0px 0px;
	}

	.searchTab .action-buttons .icon-btn {
		margin-right: 0;
	}
}

#input-search {
	margin: 10px 10px 10px 9px !important;
}

.search_block .products_holder ul li:first-child {
	text-align: right;
	padding-right: 16px;
}

.offers-section .offer-box .box-bottom .action-button:after {
	left: -15px;
	right: inherit;
	transform: skewX(29deg);
}

.offers-section .offer-box .box-top .offer-image {
	left: 0;
	right: inherit;
}

.howItWork .first-ul li::before,
.howItWork .second-ul li::before {
	right: 15px;
	left: inherit;
}

body.cms-index-index .btn:after {
	right: inherit;
	left: 17px;
	transform: rotate(180deg);
}

.aboutUs .about_left {
	background-position: top 140px left 70px !important;
}

.searchTab .tab-content .tab-pane .btn span svg {
	margin-left: 9px;
}


.ourBrand .brand_left {
	padding-left: 98px;
	padding-right: auto;
}

footer .footer_phone a {
	direction: ltr;
}

.footerBottom .paymentCard {
	width: auto;
	margin: 0 0 0 auto !important;
}

.footerBottom ul {
	margin: 0 auto 0 0 !important;
}

@media (max-width: 1024px) {

	.ourBrand .brand_left {
		padding-left: 50px;
		padding-right: auto;
	}

}


@media (max-width: 991px) {


	.ourBrand .brand_left {
		padding-left: 30px;
		padding-right: auto;
	}
}

@media screen and (max-width: 767px) {
	.ourBrand .brand_left {
		padding-left: 0px;
	}

	.footerBottom .paymentCard {
		margin: auto !important;
	}

	.home-blogs .text-center .btn {
		justify-content: end !important;
	}

	.home-blogs .text-center .btn:after {
		right: auto !important;
		left: 17px;
	}

    .ourBrand .brand_right .brand-info .btn {
       text-align: right;
}
}


footer h3:after {
	left: 30px;
	right: auto;
}

.testimonial .dlsxaN {
	color: #fff;
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-title:after {
	left: 0 !important;
	right: auto !important;
}

.google-review {
	position: fixed;
	bottom: 15px;
	left: 15px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 12px 0px;
	z-index: 999;
	padding: 8px 16px;
	border-radius: 12px;
	cursor: pointer;
	direction: ltr;
}

.google-review .icon-container {
	text-align: center;
	margin-right: 5px;
	position: relative;
	top: 1px;
}

.google-review .icon-container svg {
	width: 20px;
	height: auto;
}

.google-review .title {
	text-align: center;
	color: #111;
	font-size: 16px;
	white-space: nowrap;
}

.google-review .rating-container {
	margin-top: 6px;
}

.google-review .rating-container .rating {
	font-weight: 700;
	line-height: normal;
	font-size: 20px;
	color: #111;
	word-break: normal;
	margin-right: 13px;
}

.google-review .rating-container .rating-bar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	top: 4px;
}

.google-review .rating-container .rating-bar ul li svg {
	width: 20px;
	fill: #fcbf02;
}

@media screen and (max-width: 1280px) {
	.google-review {
		padding: 6px 10px;
		border-radius: 5px;
		bottom: 10px;
		left: 10px;
	}

	.google-review .icon-container {
		margin-right: 0;
		width: 100%;
	}

	.google-review .icon-container svg {
		width: 20px;
		height: 20px;
	}

	.google-review .title {
		display: none;
	}

	.google-review .rating-container {
		margin-top: 2px;
	}

	.google-review .rating-container .rating {
		margin-right: 0;
		font-size: 14px;
	}

	.google-review .rating-container .rating-bar {
		display: none;
	}
}

header .header-bottom .box-main .box-wrap .icon-box .icon {
	margin-right: auto;
	margin-left: 6px;
}

.howItWork .howitworkRight {
	padding-left: 0;
	padding-right: 100px;
}

@media screen and (max-width: 1024px) {
	.howItWork .howitworkRight {
		padding-left: 0;
		padding-right: 0;
	}
}

.refineresult img {
    margin-right: auto;
    margin-left: 0;
}

.refineresult .searchTab .tab-content {
    width: 100% !important;
}

.refineresult {
    padding: 10px 60px 10px 40px;
}

.refineresult .refineresult_text:before {
   right: -30px;
  top: -4px;
}

.page-with-filter  .container {
    max-width: 100% !important;
}


#finder-vehicle-form .row, #finder-size-form .finder-size-form-container .row {
    display: flex;
    flex-wrap: wrap;
}

.icon-btn span svg {
     margin-right: 0;
    margin-left: 8px;
}

.toolbar .modes {
  direction: ltr;
}

.toolbar-sorter.sorter {
    margin-right: 0px;
    margin-left: 30px;
}

.category-product-actions {
    justify-content: end;
}

.page-layout-1column .category-product-actions .toolbar-products {
    padding-left: 0;
    padding-right: 0;
}

.block.filter
  .block-content.filter-content
  .filter-options-item
  .filter-options-content
  ol.items
  .item {
    padding: 10px 0px 7px 20px;
}

.c-corner-label__text {
    left: 34px;
    transform: rotate(45deg);
}

.c-corner-label {
    right: 0;
    border-width: 105px 0 0 105px;
}

.products-grid .products img.img_brand_logo {
    left: 10px;
    right: auto;
}

.lazy-loading-img .products-grid .product-item-info .product-top .stockInfo {
    left: -30px;
    right: auto;
}

.lazy-loading-img .products-grid .product-item-info .product-top .manufacturer-warranty {
    right: -30px;
    left: auto;
}

.products-grid .product-item-info .product-item-details .product_detail_top_box .product_size {
    direction: ltr;
}

/* Same fix for list view (?product_list_mode=list). It nests the size under
   .product_grid_left_info rather than .product_detail_top_box, so the rule above never
   matched and the tyre size rendered with its runs reversed - "R14 0 185/60" instead of
   "185/60 R14 0". The markup and the stored value are identical in both views; only the
   bidi resolution differed.
   NB: do not add .product-item-details to this chain - in the list template that wrapper
   is commented out (<!-- <div class="product details product-item-details"> -->), so the
   real chain is li.product-item-info > .listsection2 > .product_grid_left_info. */
.product-item-info .product_grid_left_info .product_size {
    direction: ltr;
}

.products-grid
  .products
  .product-item-info
  .product-item-details
  .buynowbox
  .select_qty, .products-grid .products.bundle-product-list .buynowbox .select_qty {
    background-position: center left 5px;
}

.products-grid
  .products
  .product-item-info
  .product-item-details
  .buynowbox
  button
  i, .products-grid .bundle-product-list ol .buynowbox .bundle_final_price button i {
    margin-left: 5px !important;
    margin-right: 0;
}

.products-grid .bundle-product-list ol.bundlegrid span.single-tyre-price {
    display: block;
}

.main .products.bundleListing .products .fitted-balanced, .main .products.bundleListing .products .setfourprice {
    text-align: right;
}

.products-grid .bundle-product-list ol .buynowbox .bundle-price-fr-rr {
    margin-left: 50px;
    margin-right: 0;
}

.bundlegrid.products-grid
  .bundle-product-list
  ol
  .buynowbox
  .bundle_final_price
  button {
    margin-right: auto;
    margin-left: 0;
}

.budnle_grid_price {
    margin-left: 0;
    margin-right: 10px;
}

.products-grid .products .product-item-info .select_qty {
     background-position: center left 5px;
}

.products.listproduct li .listsection5 .btn i {
    margin-left: 10px;
    margin-right: 0;
}

@media  screen and (max-width: 767px) {
.c-corner-label__text {
    left: 30px !important;
}

.c-corner-label {
    border-width: 75px 0 0 75px;
}

    .products-grid
  .products
  .product-item-info
  .product-item-details
  .buynowbox
  button
  i, .products-grid .bundle-product-list ol .buynowbox .bundle_final_price button i {
    margin-left: 0px !important;
    margin-right: 0;
}
.bundlegrid.products-grid
  .bundle-product-list
  ol
  .buynowbox
  .bundle_final_price
  button {
    margin-right: auto;
    margin-left: auto;
}
}

.main .products.listproduct .products .fitted-balanced, .main .products.listproduct .products .setfourprice {
    text-align: right;
}
.offer-text.left {
    text-align: right;
}

.products.listproduct .products .vehicle_year_country {
    text-align: right;
}

.modal-content .tyre_finder_modal_submittyre button.button:hover {
    color: #ffffff;
}

.product-detail-infomation-sticky-parent {
    display: flex;
    flex-wrap: wrap;
}

.price-box .old-price {
    margin-left: 0;
    margin-right: 8px;
    text-align: right;
    float: inherit;
    vertical-align: middle;
}

.product-info-main .product-info-stock-sku .stock span {
    margin-right: 4px;
}

.price-box .special-price {
    float: right;
}

.product-info-main .product-add-form .box-tocart > .fieldset, .bundle-info .product-details .box-tocart > .fieldset {
    float: right;
}

.product-info-main .product-add-form .box-tocart .field.qty, .bundle-info .product-details .box-tocart .field.qty {
    margin-left: 10px;
    margin-right: auto;
}

.bundlegrid.products-grid .bundle-product-list ol .buynowbox .bundle_qty {
    padding: 5px 15px 15px 0px;
    justify-content: right;
}

.products-grid .bundle-product-list ol.bundlegrid span.single-tyre-price {
    text-align: right;
}

@media  screen and (max-width: 767px) {
.product-data-items-content .title-accordion {
    text-align: left;
}
.product-info-main .product-add-form .box-tocart .field.qty, .bundle-info .product-details .box-tocart .field.qty {
    margin-right: 0;
}
.product-info-main .product-sub-infomation:not(:empty) {
    padding: 15px 0 8px;
}
.oil-change-banner .col-lg-5 {
    width: 100%;
}
}

.catalog-product-view .refineresult_search_section .banner_container .searchTab_container.container {
    width: 100% !important;
}

.how-it-works-2 .steps .box:after {
    transform: translateX(-50%) rotate(180deg);
}

.how-it-works-2 .steps .box.step2:after {
	background: none;
}

.how-it-works-2 .steps .box.step3:after {
    background: url("/../media/images/shape2.png");
}

.how-it-works-2 .steps .box.step4:after {
    background: url("/../media/images/shape1.png");
}

.how-it-works-2 .steps .box .icon .number {
    right: 0;
    left: auto;
}


.services-packages .service-box .price-info .service-list ul li span svg {
    transform: rotateY(180deg);
}

.services-packages .service-box .price-info .price-modal-close {
    left: 10px;
    right: auto !important;
}

/* Tyre model names are Latin and several end in a neutral character - the data holds
   "ENERGY SAVER *" and "ENERGY XM2+". Under direction:rtl the bidi algorithm moves that
   trailing character to the visual left, so the card read "* ENERGY SAVER" / "+ENERGY XM2".
   Rendering the name as its own LTR run keeps the symbol where the data puts it, matching
   the English store. Scoped to listing cards; the cart and minicart use
   .product-item-details instead and are untouched. */
.product-item-info .product-item-name {
    direction: ltr;
}

.disclaimer-bullet {
    margin-left: 0.85em;
    margin-right: 0 !important;
}

.specialoffers-category-view .three-column-images ol,
.specialoffers-category-view .three-column-images ul {
    padding-right: 20px !important;
}

.bh-sl-form-container form .form-input {
    margin-left: 20px;
    margin-right: 0;
}

.bh-sl-loc-list ul.list li .list-content .loc-web a:after {
   content: "\f105" !important;
	margin-right: 10px !important;
	font-family: Flaticon !important;
}



.step-item:not(:last-child)::after {
    right: 1.5rem;
    left: auto;
}

.ui-accordion .ui-state-default:after {
    float: left !important;
}


.contact-form-content .margin-bottom60 ul.list-icon li .icon {
    right: 0;
}

.contact-index-index .contact-form-content ul.list-icon li {
    padding-right: 45px;
    padding-left: 0;
}

.contact-index-index .contact-form-content ul.list-icon li:nth-child(-n+2) {
    direction: ltr;
}

.col-sm-6.col-xs-12.margin-bottom60.address {
    padding: 0 20px;
}

.warranty-section .warranty-item {
    border-right: 3px solid #28a745;
	border-left: none;
}


.warranty-section .exclusion-item {
    border-right: 3px solid #dc3545;
    border-left: none;
}

.flooss-bullet {
   margin-left: 12px;
}

.flooss-split-section .flooss-steps li .flooss-step-number {
    margin-left: 8px;
}

.page-products .page-main .row {
	display: flex;
	flex-wrap: wrap;
}

.page-with-filter .col-xs-12 .col-md-10 {
    padding-left: 10px;
    padding-right: 0;
}

.page-sidebar {
    padding-right: 15px;
}

.breadcrumbs-list-page .refineresult .refineresult_size {
	direction: ltr;
    margin-right: 6px;
}

.block.filter
  .block-content.filter-content
  .filter-options-item
  input[type="radio"], .block.filter
  .block-content.filter-content
  .filter-options-item
  input[type="checkbox"] {
    margin-left: 4px;
	margin-right: 0;

}

.mgs-filter-active .filter-current-subtitle:before {
    left: auto;
    right: 0;
}

.mgs-filter-active .shoppingby-item {
    float: right;
    margin-left: 20px;
    margin-right: 0;
    display: flex;
    gap: 1.4rem;
}

.product-data-items-content .table.additional-attributes td[data-th="Tyre Size"] {
    direction: ltr;
}

.quote-form .form-row .col-md-12:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 991.98px) {
.quote-form .form-row .col-md-12:nth-child(2) {
    display: inherit;
    flex-wrap: inherit;
}
}

.listsection4 .select_qty {
    margin-left: 25px;
    margin-right: 0;
}

.main .products.bundleListing .products .vehicle_year_country {
    text-align: right;
    padding: 0 0px 0 50px;
}

.products-grid .bundle-product-list ol .buynowbox .bundle_final_price {
    text-align: start;
}

.checkout-cart-index .cart-container .form-cart {
    padding-right: 0;
    padding-left: 30px;
}


a.action.btn.btn-default.btn-full.viewcart:hover span{
    color:#fff !important;
}

.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr td, .checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr th {
    text-align: right;
}

.checkout-cart-index
  #shopping-cart-table
  tbody
  tr.item-actions
  td
  > .actions-toolbar {
    text-align: right;
}

@media screen and (max-width: 991.98px) {
.checkout-cart-index .cart-container .form-cart {
    padding-right: 0;
    padding-left: 0;
}
}

@media screen and (max-width: 767px) {
.checkout-cart-index #shopping-cart-table tbody tr td {
    text-align: right;
}
}

.process-main .col-3:not(:first-child):before {
    right: calc(-50% + 15px);
    left: inherit;
}

.opc-wrapper {
    padding-right: 0;
    float: right;
    padding-left: 15px;
}

#checkout #checkoutSteps li .step-title i {
    margin-right: 0;
    margin-left: 10px;
}

#onestepcheckout-page input[type="radio"] {
    margin-left: 0.5rem;
    margin-right: 0;
}

.opc-block-summary .items-in-cart > .title {
    padding: 0 0px 0 40px;
}

.checkout-index-index#onestepcheckout-page
  .opc-block-summary
  .items-in-cart
  > .title {
    position: relative;
}

.checkout-index-index#onestepcheckout-page
  .opc-block-summary
  .items-in-cart
  > .title:after {
    position: absolute;
    left: 0;
    right: auto;
}

.minicart-items .product-item .product-item-details .subtotal {
    right: auto;
    left: 0;
}

.opc-block-summary .table-totals tr.totals.sub th, .opc-block-summary .table-totals tr.totals.sub td {
    text-align: left;
}

.opc-block-summary .table-totals tr td {
    padding-left: 0;
    padding-right: 20px;
    text-align: left;
}

.opc-block-summary .table-totals tr th {
    text-align: right;
}

.opc-block-summary .table-totals tr.totals.sub th {
	text-align: right;
}

#onestepcheckout-page #opc-sidebar .payment-option-title .action-toggle:before, #onestepcheckout-page #opc-sidebar .gift-item-block .title:before, #onestepcheckout-page .opc-block-summary .items-in-cart > .title:after {
    margin-right: 5px;
    text-align: left;
    float: left;
}

.opc-payment .payment-methods .payment-method .payment-method-title .label {
    text-align: right;
}

@media  screen and (max-width: 767px) {
.opc-wrapper {
    padding-left: 0;
}
}

.fieldset.login .actions-toolbar .margin-left15 {
    margin-right: 15px !important;
}

#onestepcheckout-page #opc-sidebar .payment-option-title .action-toggle {
    width: 100%;
    text-align: right;
}

.form-gdpr-manage .fieldset .field.choice  ,
.mgs-gdpr-checkbox ,
#remember-me-box {
    text-align: right !important;
    padding-left: 0;
    margin-right: 0;
}

.form-gdpr-manage .fieldset .field.choice  > label,
.mgs-gdpr-checkbox > label,
 #remember-me-box > label {
    margin-right: 23px !important;
    text-align: right;
}

.form-gdpr-manage .fieldset .field.choice  > input ,
.mgs-gdpr-checkbox > input ,
#remember-me-box > input {
    right: 0px;
}

@media  screen and (max-width: 767px) {
    a.margin-left15.action.remind {
        float: right;
    }
	.fieldset.login .actions-toolbar .margin-left15 {
    margin-right: 0!important;
}
}

.sidebar .block .block-title .title:after {
    right: 0;
    left: auto;
}

.my-account-main .block-content .row {
    display: flex;
    flex-wrap: wrap;
}

.form-edit-account .actions-toolbar .margin-left10 ,
.form-address-edit .actions-toolbar .margin-left10 ,
.my-account-main .box-information .box-actions .margin-left10 {
    margin-right: 10px !important;
}

.account .main .block-dashboard-addresses .box .account-sub-title, .account .main .block-addresses-default .box .account-sub-title {
    padding-left: 100px;
    padding-right: initial;
}

.account .main .block-dashboard-addresses .box .box-actions, .account .main .block-addresses-default .box .box-content > div, .account
  .main
  .block-addresses-default
  .box.box-address-shipping
  .box-content
  > .action.btn {
    left: 50px;
    right: auto;
}

.sidebar-main .account-nav ul li:hover a, .sidebar-main .account-nav ul li.current strong {
    transform: translateX(-5px) !important;
}

.form-edit-account .field.choice  {
    text-align: right !important;
    padding-left: 0;
    margin-right: 0;
}

.form-edit-account .field.choice  > label {
    margin-right: 23px !important;
    text-align: right;
}

.form-edit-account .field.choice  > input {
    right: 0px;
}

.form-edit-account .field.choice  > input {
    cursor: pointer;
}

.testimonial .es-main-container .es-widget-title .fpMVgQ {
    color: #fff;
}

.sidebar-list li a .flaticon {
    right: auto;
    left: 0;
    top: 0px;
    transform: rotateY(180deg);
}

.sidebar-list li a {
    padding-left: 28px;
    padding-right: 0 !important;
}

.sidebar-tag li a {
    margin: 0 0px 10px 10px !important;
}

.blog-post-view .post-item-info .post-info > div {
    margin-right: 0 !important;
    margin-left: 26px;
}

.blog-post-view .post-item-info .post-info > div .fa {
    margin-left: 10px;
    margin-right: 0 !important;
}


@media screen and (min-width: 768px) {
    .search-wrap .search-field .form-footer .btn {
        border-radius: 6px 0 0 6px;
    }
}

@media screen and (min-width: 768px) {
    .search-wrap .search-field .form-footer {
        top: 0;
        right: auto;
        left: 0;
    }
}


.search-wrap .search-suggestions ul li a .icon {
    margin-left: 0;
    margin-right: 10px;
}

.pull-right .empty .message > * {
    padding: 12px 45px 12px 20px;
}

.pull-right .empty .message > *:before {
     right: 0;
     left: auto;
}

.minicart-items .product-item .product-item-details {
    padding-left: 0;
    padding-right: 15px;
    float: right;
}

#shopping-cart-table .col.item .product-item-details .product-item-name{
    padding-right: 1rem;
}

/* .minicart-items .product-item .product {
    display: flex;
} */

.minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container {
    float: right;
}

.block-minicart .minicart-items .product-item .product-item-details {
    text-align: right;
}

.checkout-cart-index .installer-schedule .box-body .row {
    display: flex;
    flex-wrap: wrap;
}

@media  screen and (max-width: 767px) {
.checkout-cart-index .installer-schedule .box-body .row {
    display: inherit;
    flex-wrap: wrap;
}
}

form.account, form.forget, form.contact, .login-container .block {
    margin-left: auto;
    margin-right: 0;
}

.contact-form-content .row {
    display: flex;
    flex-wrap: wrap;
}

.oil-change-banner .right-image .oil-image img {
    margin-left: 0;
    margin-right: auto;
}

.service-with-image .list .row .text-block {
    padding: 70px 40px 70px 00px;
}

.service-with-image .list:nth-child(even) .row .text-block {
    padding: 70px 0px 70px 40px;
    margin-left: inherit;
    margin-right: auto;
}

.service-with-image .list .row .text-block ul {
    margin-left: 0;
    margin-right: 20px;
}


.section.facts .row {
    display: flex;
    flex-wrap: wrap;
}

.facts .row .col-xs-6:last-child .box {
    border-right: 1px solid rgba(255, 255, 255, .0901960784) !important;
}

.facts .row .col-xs-6:first-child .box {
    border-right: none;
}



@media screen and (max-width: 991.98px) {
.oil-change-banner .right-image .oil-image img {
    margin-left: auto;
    margin-right: auto;
}
}

@media screen and (max-width: 767px) {
.service-with-image .list .row .text-block,
.service-with-image .list:nth-child(even) .row .text-block {
    padding: 30px;
}
.facts .row .col-xs-6:last-child .box {
    border-right: none !important;
}
}

.services-packages .row {
    display: flex;
    flex-wrap: wrap;
}

.select-litre select:not([multiple]), .select-litre select.form-control:not([multiple]), .select-litre select.input-text:not([multiple]) {
    background-position: left;
}

.lazy-loading-img .products-grid .product-item-info .product-top .manufacturer-warranty img {
    margin-right: 0;
    margin-left: 7px;
}

@media screen and (max-width: 767px) {
 .bundleBox.bundlegrid .stockInfo.limitstock {
    left: auto !important;
    right: -10px !important;
}
}

.page-layout-1column .category-product-actions .toolbar-products {
    margin-left: 30px !important;
}

@media screen and (max-width: 767px) {
.page-layout-1column .category-product-actions .toolbar-products {
    margin-left: 4px !important;
}
.toolbar-sorter.sorter {
    margin-right: 0px;
    margin-left: 0;
}
}

.toolbar .form-item-select:after {
     right: auto;
    left: 10px;
}

.footer-container footer .row {
    display: flex;
    flex-wrap: wrap;
}

footer h3 {
    font-size: 20px;
}

.minicart-wrapper .block-minicart {
    left: 0 !important;
    right: auto !important;
    transform: translateX(-100%) !important;
    -webkit-transform: translateX(-100%) !important;
    -moz-transform: translateX(-100%) !important;
    -o-transform: translateX(-100%) !important;
}
.minicart-wrapper.active .block-minicart {
    opacity: 1 !important;
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
}

.minicart-items .product-item .details-qty.qty {
    float: right !important;
}

.minicart-items .product-item .product.actions {
    margin-left: 0;
    margin-right: 69%;
    float: right;
}

@media screen and (min-width: 768px) {
.minicart-items .product-item .product.actions {
    margin-left: 0;
    margin-right: 75% !important;
    float: right !important;
}
}


@media screen and (max-width: 1024px) {
.page-layout-1column .block.filter .block-content.filter-content {
    left: 0 !important;
    right: auto !important;
    opacity: 0 !important;
    transform: translateX(-100%) !important;
    -webkit-transform: translateX(-100%) !important;
    -moz-transform: translateX(-100%) !important;
    -o-transform: translateX(-100%) !important;
}

.filter-open .page-layout-1column .block.filter .block-content.filter-content {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
}
}

.how-it-works-2 {
    padding: 20px 0 !important;
}

.page-layout-1column .category-product-actions .filter-toggle .title:before {
    right: auto !important;
    left: 375px;
}

@media screen and (max-width: 767px) {
    .page-layout-1column .category-product-actions .filter-toggle .title:before {
        right: auto !important;
        left: 295px !important;
    }
}

.category-car-battery .toolbar-sorter.sorter {
    margin-right: 0px !important;
    margin-left: 0 !important;
}

.facts .row .col-xs-6 .box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: center;
    column-gap: 0.5rem;
}
.facts .box span {
    order: 1;
}

.facts .box p {
    flex: 1 0 100%;
    order: 3;
}

.checkout-cart-index .installer-schedule .form-group select:not([multiple]), .checkout-cart-index .installer-schedule .form-group select.form-control:not([multiple]), .checkout-cart-index .installer-schedule .form-group select.input-text:not([multiple]) {
    background-position: left;
}

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a + a {
    margin-left: 0;
    margin-right: 15px;
}

@media  screen and (max-width: 767px) {
    .checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a + a {
    margin-right: 7px;
}
}


.header-search-form
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
    direction: rtl;
}

.header-search-form
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
    direction: ltr;
}

#onestepcheckout-page .fieldset.address > .field[name="billingAddress.telephone"] .control .input-text, #onestepcheckout-page .fieldset.address > .field[name="shippingAddress.telephone"] .control .input-text {
    padding-right: 65px;
    padding-left: 20px;
    direction: ltr;
    text-align: right;
}

#onestepcheckout-page .fieldset.address > .field[name="billingAddress.telephone"] .control .phone-label, #onestepcheckout-page .fieldset.address > .field[name="shippingAddress.telephone"] .control .phone-label {
    left: 20px;
    right: auto;
    direction: ltr;
    unicode-bidi: isolate;
}

#onestepcheckout-page .fieldset.address .field .label {
    text-align: right;
}

.login-container.row {
    display: flex;
    flex-wrap: wrap;
}

.message > * {
    padding: 12px 45px 12px 20px;
}

.message.info > *:before {
    right: 0 !important;
    left: auto;
}

.sidebar-main .block .block-title .title i.pe-7s-angle-down {
    display: none;
}

 .row.customer-name-fields {
    display: flex;
    flex-wrap: nowrap;
}

.order-comment-form .opc-payment-additional .form-discount .payment-option-inner {
    width: calc(100% - 0px) !important;
}

.sidebar.sidebar-main > .block + .sidebar-additional {
    display: none;
}

.account .main table.table tbody tr td.actions a.action + a.action {
    margin-right: 5px;
    margin-left: 0;
}

.form-address-edit .fieldset .field.country .control select:not([multiple]) {
    background-position: left;
}

.order-details-items .table-wrapper tfoot tr td {
    text-align: left !important;
}

.order-details-items .table-wrapper tfoot tr th {
    text-align: left !important;
}

.block-order-details-view .block-content .box .box-content address {
    direction: ltr;
}

.pull-right {
    float: left !important;
}

.form.contact .form-group.reason select:not([multiple]) {
    background-position: left;
}

@media  screen and (max-width: 767px) {
.refineresult {
    padding: 10px 40px 10px 18px;
}
.mgs-filter-active .shoppingby-item {
    margin-right: 0;
     margin-left: 0;
    gap: 0.5rem;
    margin-bottom: 0.3rem;
}
.lazy-loading-img .products-grid .product-item-info .product-top .manufacturer-warranty {
    right: -11px;
}
}

header .header-bottom .box-slider .icon-box {
    flex-direction: row-reverse;
}

header .header-bottom .box-slider .icon-box .icon {
    margin-right: 0;
    margin-left: 6px;
}

.modal-popup.confirm .modal-inner-wrap .modal-content {
    padding: 20px 15px 20px 45px;
}

.modal-popup.confirm .action-close {
    right: auto;
    left: 5px;
}

@media  screen and (max-width: 767px) {
.modal-popup.confirm .modal-inner-wrap .modal-content {
    padding: 20px 7px 20px 26px;
}
}

@media (max-width: 1100px) {
    header nav {
        width: 320px;
        right: -320px;
        left: auto;
        top: 0;
    }
    header nav.open_menu {
        right: 0;
        left: auto;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    }
}

@media (max-width: 1100px) {
    header nav:before {
          left: auto;
        right: 20px;
    }
}

.eoA-Dm {
  color: #fff !important;
}

.packages-section .row ,
.book-appointment .row ,
.review-form .fieldset.review-fieldset .row ,
.review-form .fieldset.review-fieldset .row ,
.offers-section .row {
    display: flex;
    flex-wrap: wrap;
}

.product-detail-infomation-sticky-parent .offer-text {
    text-align: left;
}

.block-minicart .block-content .actions .btn.btn-default:hover span {
   color: #fff !important;
} 

select {
    cursor: pointer;
}

.checkout-index-index#onestepcheckout-page .field .control .select {
    background-position: center left 5px !important;
}

.modal-popup.confirm .modal-inner-wrap .modal-header h1 {
    padding: 7px 13px;
}

.modal-popup.confirm .modal-inner-wrap .modal-footer {
    text-align: left !important;
}


@media screen and (max-width: 767px) {
.product-data-items-content .title-accordion {
    text-align: right;
    padding: 0 17px 0 40px;
}
.product-data-items-content .title-accordion:after {
    left: 0;
    right: auto;
}
.searchTab .tab-content .tab-pane .form-group {
    text-align: center;
}
}

@media (max-width: 1024px) {
    .aboutUs .about_right .discount_box, .special_offer .special_offer_right .discount_box {
        right: -30px;
        left: auto;
    }

    .checkout-cart-index #shopping-cart-table tbody tr td {
    padding: 15px 5px;
}
}

@media (max-width: 767px) {
    .aboutUs .about_right .discount_box, .special_offer .special_offer_right .discount_box {
        right: auto;
        left: auto;
    }
}


.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item a {
    white-space: nowrap;
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item label span {
    unicode-bidi: isolate;
    direction: ltr;
}

.warranty-section .warranty-support .support-content {
    text-align: right;
}

@media (max-width: 767px) {
.warranty-section .warranty-support .support-content {
    text-align: center;
}
}

@media screen and (max-width: 767px) {
    .google-review {
        bottom: 107px;
    }
}

.checkout-cart-index #shopping-cart-table tbody tr span.cart-price,
.checkout-cart-index #shopping-cart-table tbody tr .price-excluding-tax {
    white-space: nowrap;
}

.aboutUs .about_right .discount_box:before {
    left: -29px;
    right: auto;
}

@media (max-width: 767px) {
    .aboutUs .about_right .discount_box:before {
        left: 0;
        right: 0;
    }
}

.bundlegrid.products-grid .bundle-product-list .setfourprice span {
    white-space: nowrap;
}

@media screen and (max-width: 1024px) {
.toolbar .modes {
  display: none;
}
.toolbar-sorter.sorter {
    margin-left: 0;
}
}
/* Tyre size and other Latin/numeric spec values in the product detail attributes table
   read reversed under direction:rtl — e.g. "R17 225/50" instead of "225/50 R17".
   Force LTR on the value cells so slash-separated specs render correctly. */
.additional-attributes td.col.data {
    direction: ltr;
    text-align: left;
}
