.search-selection .search-selection-wrap .selection-block .selection-search .button{
  min-height: 40px;
  font-weight: 700;
}

.search-selection .search-selection-wrap .selection-block .selection-search .button span{
padding: 5px 25px;
min-width: 1px;
font-size: 14px;
}

.selection-search .select2.select2-container{
  width: calc(100% - 68px) !important;
  margin-left: -50px;
}

.selection-search .select2-hidden-accessible{
height: 100% !important;
width: 100% !important;
max-height: 40px !important;
}

.selection-search .select2-container--default .select2-selection--multiple{
  background: #eee;
  padding: 0;
  border: 1px solid #eee;
  min-height: 40px;
  margin: 0;
  vertical-align: middle;
  width: 100%;
  font-weight: 600;
  border-radius: 100px;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: flex-end;
}

.selection-search .select2-container--default .select2-selection--multiple .select2-search{
  
}

.selection-search .select2-container--default .select2-selection--multiple .select2-search__field{
  margin: 0px;
  vertical-align: middle;
  font-weight: 600;
  font-size: 14px;
  text-align: right;
}

.selection-search .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.selection-search .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
border-radius: 100px;
}

.selection-search .select2-container--default.select2-container--focus .select2-selection--multiple{
border: solid #eee 1px;
  display: flex;
  align-items: center;
}

.selection-search .select2-container .select2-selection--multiple .select2-selection__rendered{
padding: 0;
margin: 0;
}

.selection-search .select2-container--default .select2-selection--multiple .select2-selection__choice{
margin: 2px 0px 2px 5px;
background-color: #d60000;
border: 1px solid #d60000;
border-radius: 100px;
color: #fff;
padding-right: 20px;
padding-left: 0;
}

.selection-search .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
background-color: transparent;
border-right: 1px solid #d60000;
padding: 0 4px;
color: #fff;
right: 2px;
left: auto;
}

.selection-search .select2-container--default .select2-selection--multiple .select2-selection__choice__display{
padding-left: 5px;
padding-right: 0px;
color: #fff;
font-weight: normal;
font-size: 11px;
}

.search-selection .search-selection-wrap .selection-block .selection-search .input-text{
border-radius: 100px;
padding: 8px 15px;
}

@media screen and (max-width:767px) {
.selection-search .select2.select2-container{
  width: 100% !important;
  margin: 0;
}
.search-selection .search-selection-wrap .selection-block .selection-search .button{
  width: 100%;
  margin-top: 5px;
}
}


.site-header .mid-header{
position: relative;
}

.header-search-wrap{
position: relative;
}

.header-search-wrap .button{
  font-weight: 700;
  width: 40px;
  height: 40px;
  min-height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.header-search-wrap .button span{
  padding: 0;
  min-width: 1px !important;
  font-size: 14px;
}

.header-search-wrap .button span svg{
  height: 18px;
  fill: #fff;
}

.header-search-wrap select{
  opacity: 0;
  visibility: hidden;
  height: 40px;
}

.header-search-wrap .select2.select2-container{
  width: calc(100%) !important;
}


.header-search-wrap .select2-hidden-accessible{
height: 100% !important;
width: 100% !important;
}

.header-search-wrap .select2-container--default .select2-selection--multiple{
  background: #eee;
  padding: 0;
  border: 1px solid #eee;
  min-height: 40px;
  margin: 0;
  vertical-align: middle;
  width: 100%;
  font-weight: 600;
  border-radius: 100px;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: flex-end;
}

.header-search-wrap .select2-container--default .select2-selection--multiple .select2-search{
  
}

.header-search-wrap .select2-container--default .select2-selection--multiple .select2-search__field{
  margin: 0px;
  vertical-align: middle;
  font-weight: 600;
  font-size: 13px;
  text-align: right;
}

.header-search-wrap .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.header-search-wrap .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
border-radius: 100px;
}

.header-search-wrap .select2-container--default.select2-container--focus .select2-selection--multiple{
border: solid #eee 1px;
display: flex;
align-items: center;
justify-content: flex-end;
}

.header-search-wrap .select2-container .select2-selection--multiple .select2-selection__rendered{
padding: 0;
margin: 0;
}

.header-search-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice{
margin: 2px 5px 2px 0px;
background-color: #d60000;
border: 1px solid #d60000;
border-radius: 100px;
color: #fff;
    padding-right: 20px;
  padding-left: 0;
}

.header-search-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  background-color: transparent;
  border-right: 1px solid #d60000;
  border-left: 0;
  padding: 0 4px;
  color: #fff;
  right: 0;
  left: auto;
}

.header-search-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice__display{
padding-right: 0px;
padding-left: 5px;
color: #fff;
font-weight: normal;
font-size: 11px;
vertical-align: middle;
}

.header-search-wrap .input-text{
border-radius: 100px;
padding: 8px 15px;
}

.site-header .mid-header .header-right ul li+li {
  margin-right: 30px;
}

.site-header .mid-header .header-right ul li.header-search{
  width: 290px;
}

.site-header .mid-header .header-right ul li.search-toggle span{
cursor: pointer;
}

.site-header .mid-header .header-right ul li.search-toggle span svg{
width: 20px;
}

.site-header .mid-header .header-right ul li.search-toggle .close{
display: none;
}

.site-header .mid-header .header-right ul li.search-toggle.active .close{
display: block;
}

.site-header .mid-header .header-right ul li.search-toggle.active .search{
display: none;
}

@media screen and (max-width: 767px) {
.site-header .mid-header .header-right ul li+li {
  margin-right: 10px;
}

.site-header .mid-header .header-right ul li.header-search{
  width: 100%;
  position: absolute;
  top: calc(100% - 5px);
  background-color: #fff;
  padding: 10px 12px;
  margin-left: -0.75rem;
}


}

.footer-brands-select .toggle-brands {
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

.footer-brands-select .brand-list {
	position: absolute;
	background-color: #fff;
	text-transform: uppercase;
	max-height: 205px;
	border: 1px solid #ebebeb;
	overflow: auto;
  z-index: 1;
}

.footer-brands-select .brand-item {
	display: block;
	padding: 10px 20px;
	color: #000;
	text-align: center;
	cursor: pointer;
	transition: ease 0.3s;
}

.footer-brands-select .brand-item:hover {
	color: #fff;
	background-color: #d60000;
}

.footer-brands-mobile {
  display: none;
}

.footer-brands-mobile .list-custom {
  max-height: 165px;
  overflow: auto;
}

@media screen and (min-width: 768px) and (max-width: 1199px){
.site-header .mid-header .header-right ul li.header-search{
      width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 10px 15px;
  z-index: 9;
  border-top: 1px solid #eee;
}
}

@media screen and (min-width: 1200px) and (max-width: 1499px){
.site-header .mid-header {
padding: 0 20px;
}
.site-header .mid-header .header-right ul li+li {
  margin-right: 20px;
}

.site-header .mid-header .header-right ul li.header-search {
  width: 260px;
}
}

@media screen and (min-width: 1920px) {
.site-header .mid-header .header-right ul li.header-search {
  width: 390px;
}
.site-header .mid-header .header-right ul li.search-toggle span svg {
  width: 25px;
}
}



.all-tyres-size .selection-block .selection-search .input-text{
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  height: 48px;
  font-weight: bold;
  color: #000;
  border-radius: 100px;
  padding: 10px 30px;
}

.all-tyres-size .selection-block .tyresize-list{
 margin-top: 30px;
}

.all-tyres-size .selection-block .tyresize-list li a{
    border: 2px solid #d60000;
  border-radius: 14px;
  padding: 12px 10px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  direction: ltr;
  font-family: 'Rubik', sans-serif;
}

.all-tyres-size .selection-block .tyresize-list li a:hover{
background-color: #d60000;
color: #fff;
}


@media screen and (max-width: 767px) {
.footer_brands_custom {
  display: none;
}  
.footer-brands-mobile {
  display: block;
}
.all-tyres-size .selection-block .tyresize-list li a{
    font-size: 14px;
}
}



.products.related-product-list {
  order: 3;
  width: 100%;
  padding-top: 70px;
}

.products.related-product-list .cover{
  padding: 0 7%;
}

@media screen and (min-width: 767px) {
.products.related-product-list .slider .owl-stage{
  display: flex;
}
}

.products.related-product-list .slider .item{
      height: 100%;
  display: flex;
  align-items: flex-end;
  flex-flow: wrap;
}

.products.related-product-list .slider .item:after{
  display: none;
}

.products.related-product-list .slider .owl-item{
  padding: 0 2px;
}

.products.related-product-list .show-all{
  margin-top: 25px;
}

.products.related-product-list .product-list.grid-view .product-box .product-box-wrap .product-image img{
  display: inline-block;
}

.products.related-product-list .product-list .list-view-mobile .product-box .right .product-brand img{
  display: inline-block;
}

.products.related-product-list .owl-nav-style2 .owl-nav button.owl-next,
.products.related-product-list .owl-nav-style2 .owl-nav button.owl-prev{
  top: 50%;
}

.products.related-product-list .heading-style6 h2 span{
direction: ltr;
display: inline-block;
}

.products.related-product-list .show-all .button b{
direction: ltr;
display: inline-block;
}

@media screen and (max-width:767px) {
  .products.related-product-list{
      padding-top: 50px;
  } 

  .products.related-product-list .cover{
      padding: 0 0px;
  } 
}

@media screen and (min-width:1199px) and (max-width:1499px) {
.products.related-product-list .cover{
  padding: 0 9.9%;
}
}


.sidebar .mgs-filter .filter-options .filter-options-item .filter-options-content .items .item .mgs-ajax-layer-item{
direction: ltr;
}

.sidebar .mgs-filter .filter-options .filter-options-item .filter-options-content .items .item .mgs-ajax-layer-item .count{
float: left;
  margin-right: 3px;
}


.pac-item{
text-align: right !important;
}

.pac-icon{
margin-right: 0px !important;
margin-left: 7px !important;
}

.cars-brand-sprite {
  background: url("../images/section/Cars-Brands.png") no-repeat
}

.cars-brand {
  padding: 4.347826087rem 0rem 1.3043478261rem 0rem
}

@media screen and (min-width: 1200px)and (max-width: 1499px) {
  .cars-brand {
      padding: 5.2631578947rem 0rem 1.5789473684rem 0rem
  }
}

@media screen and (min-width: 1500px) {
  .cars-brand {
      padding: 5.2083333333vw 0vw 1.5625vw 0vw
  }
}

.cars-brand .heading-style6 p {
  margin-left: auto;
  margin-right: auto;
  max-width: 39.7826086957rem
}

@media screen and (min-width: 1200px)and (max-width: 1499px) {
  .cars-brand .heading-style6 p {
      max-width: 48.1578947368rem
  }
}

@media screen and (min-width: 1500px) {
  .cars-brand .heading-style6 p {
      max-width: 47.65625vw
  }
}

.cars-brand .brand-list {
  padding: 0 14%
}

.cars-brand .brand-list .box {
  margin-bottom: 0.4347826087rem
}

.cars-brand .brand-list .box a:hover {
  filter: grayscale(1)
}

@media screen and (min-width: 1200px)and (max-width: 1499px) {
  .cars-brand .brand-list .box {
      margin-bottom: 0.5263157895rem
  }
}

@media screen and (min-width: 1500px) {
  .cars-brand .brand-list .box {
      margin-bottom: .5208333333vw
  }
}

.cars-brand .brand-list .box .image {
  padding-bottom: 5.0434782609rem;
  background-size: 320%;
  max-width: 6.7391304348rem;
  margin: auto;
  display: block
}

@media screen and (min-width: 1200px)and (max-width: 1499px) {
  .cars-brand .brand-list .box .image {
      padding-bottom: 6.1052631579rem
  }
}

@media screen and (min-width: 1500px) {
  .cars-brand .brand-list .box .image {
      padding-bottom: 6.0416666667vw
  }
}

@media screen and (min-width: 1200px)and (max-width: 1499px) {
  .cars-brand .brand-list .box .image {
      max-width: 8.1578947368rem
  }
}

@media screen and (min-width: 1500px) {
  .cars-brand .brand-list .box .image {
      max-width: 8.0729166667vw
  }
}

.cars-brand .brand-list .box .image.audi {
  background-position: 3% 2%
}

.cars-brand .brand-list .box .image.bmw {
  background-position: 51% 2%
}

.cars-brand .brand-list .box .image.chevrolet {
  background-position: 94.8% 52.7%
}

.cars-brand .brand-list .box .image.ford {
  background-position: 5% 76%
}

.cars-brand .brand-list .box .image.hyundai {
  background-position: 50.8% 52.7%
}

.cars-brand .brand-list .box .image.kia {
  background-position: 50% 76%
}

.cars-brand .brand-list .box .image.mazda {
  background-position: 50% 27.3%
}

.cars-brand .brand-list .box .image.mercedes-benz {
  background-position: 92% 27.3%
}

.cars-brand .brand-list .box .image.mini {
  background-position: 5% 96.7%
}

.cars-brand .brand-list .box .image.mitsubishi {
  background-position: 3% 25.7%
}

.cars-brand .brand-list .box .image.nissan {
  background-position: 96% 2%
}

.cars-brand .brand-list .box .image.porsche {
  background-position: 95% 76%
}

.cars-brand .brand-list .box .image.tesla {
  background-position: 96% 98.2%
}

.cars-brand .brand-list .box .image.rolls-royce {
  background-position: 50% 96.6%
}

.cars-brand .brand-list .box .image.toyota {
  background-position: 4.8% 52.6%
}

.cars-brand .show-all {
  margin-top: 1.7391304348rem
}

@media screen and (min-width: 1200px)and (max-width: 1499px) {
  .cars-brand .show-all {
      margin-top: 2.1052631579rem
  }
}

@media screen and (min-width: 1500px) {
  .cars-brand .show-all {
      margin-top: 2.0833333333vw
  }
}

.cars-brand .show-all .button span {
  width: 12.1739130435rem
}

@media screen and (min-width: 1200px)and (max-width: 1499px) {
  .cars-brand .show-all .button span {
      width: 14.7368421053rem
  }
}

@media screen and (min-width: 1500px) {
  .cars-brand .show-all .button span {
      width: 14.5833333333vw
  }
}

@media screen and (max-width: 991px) {
  .cars-brand .brand-list {
      padding: 0
  }
}

@media screen and (max-width: 767px) {
  .cars-brand {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem
  }
}


@media screen and (min-width: 1200px) {
  .site-header .mid-header .header-right ul li.header-search{
      display: block;
  }
  .site-header .mid-header .header-right ul li.search-toggle{
      display: none;
  }

}

@media screen and (min-width: 768px) {
  .search-selection .search-selection-wrap .selection-block .selection-search{
      display: block !important;
  }
  .search-selection .selection-search-toggle{
      display: none;
  }
}

.owl-carousel .brand-logo img {
  width:auto;
}
