/* General START */
html,
body,
* {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  line-height: 27px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  font-style: italic;
}

.font-arabic {
  font-family: myriad-arabic, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  font-size: 38px;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 46px;
  letter-spacing: 0px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
  line-height: 27px;
}

h5 {
  font-size: 22px;
  line-height: 27px;
}

h6 {
  font-size: 20px;
  line-height: 26px;
}

button,
a.action.primary {
  font-size: 16px !important;
  background-color: #bf140e !important;
  border-radius: 0px;
  letter-spacing: 1px;
  height: 40px;
  line-height: 18px;
}

a.action.primary {
  text-align: center;
  font-weight: 500;
  padding: 10px 20px !important;
}

button.button,
a.action.primary {
  font-weight: 500;
  min-width: 180px;
}

button:hover,
a.action.primary:hover {
  background-color: #ffde00 !important;
  color: #000 !important;

}

.btn-skew {
  transform: skew(-20deg);
}

.row {
  margin-left: 0;
  margin-right: 0;
}

#maincontent>.columns>.container>.row {
  margin-left: -15px;
  margin-right: -15px;
}

.arrow-link {
  display: flex;
  color: #000000;
  border-bottom: 1px solid #000000;
  justify-content: space-between;
  font-size: 14px;
  padding-bottom: 5px;
  min-width: 185px;
  line-height: 24px;
  font-weight: 800;
  text-transform: uppercase;
}

.arrow-link:hover {
  border-color: #ffde00 !important;
}

.arrow-link .icon,
.arrow-link svg {
  width: 13px;
  height: 13px;
  align-self: center;
  fill: #000000;
}

.arrow-link:hover .icon,
.arrow-link:hover svg {
  fill: #ffde00;
}

.arrow-link.disabled,
.arrow-link.disabled:hover {
  color: #bcbcbc !important;
  border-bottom-color: #bcbcbc !important;
  cursor: default;
}

.arrow-link.disabled .icon,
.arrow-link.disabled svg,
.arrow-link.disabled:hover .icon,
.arrow-link.disabled:hover svg {
  fill: #bcbcbc !important;
}

.rotate-y-180 {
  transform: rotateY(180deg);
}

.page-main {
  padding: 0;
}

.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 0;
}

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

  html,
  body,
  * {
    font-size: 16px;
  }

  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
    line-height: 26px;
  }

  h6 {
    font-size: 18px;
    line-height: 24px;
  }

  button,
  a.action.primary {
    font-size: 14px !important;
  }
}

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

  html,
  body,
  * {
    font-size: 14px;
    line-height: 22px;
  }

  h1 {
    font-size: 26px;
    line-height: 34px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  h6 {
    font-size: 16px;
    line-height: 22px;
  }

  button,
  a.action.primary {
    font-size: 12px !important;
  }
}

/* General END */

/* Alert Message START */
div.message> :first-child {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
}

div.message> :first-child::before {
  margin-top: -8px !important;
}

/* Alert Message END */

/* Page title style START */
.header-title-style-1 {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.header-title-style-1 h4 {
  color: #ffe000;
  font-weight: 700;
  margin-top: 35px;
  filter: drop-shadow(1.414px 1.414px 2.5px rgba(0, 0, 0, 0.2));
  text-transform: uppercase;
}

.header-title-style-1 p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  width: 34%;
  line-height: 20px;
  margin-top: 15px;
}

/* Page title style END */

/* Form START */
.rounded-radio {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.rounded-radio input[type="radio"] {
  display: none;
}

.rounded-radio .check {
  display: inline-block;
  border: 2px solid #0b9482;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  border-radius: 8px;
  cursor: pointer;
}

.rounded-radio input[type="radio"]:checked+.check {
  background-color: #eb0000;
}

.rounded-radio label {
  font-size: 12px !important;
  color: #0b9482;
  font-weight: 800 !important;
  text-transform: uppercase;
  line-height: 46px;
  cursor: pointer;
}

/* Form END */

/* Owl Carousel START */
.owl-carousel .owl-nav .owl-next:before {
  content: url("../images/arrowright.png");
}

.owl-carousel .owl-nav .owl-prev::before {
  content: url("../images/arrowleft.png");
}

.cms-home .owl-carousel .owl-nav .owl-prev::before {
  content: '\f104';
  font-size: 49px !important;
  color: #fff;
}

.cms-home .featured-products-container .home-main-title {
  margin-bottom: 40px;
}

.cms-home .owl-carousel .owl-nav .owl-next:before {
  content: '\f105';
  font-size: 49px !important;
  color: #fff;
}

.cms-home .featured-products-container .home-main-title {
  margin-bottom: 40px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  border: 2px solid #adadad;
  border-radius: 7px;
  background: unset;
  margin: 8px;
}

.cms-about-us .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot span,
.cms-tyres .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot span {
  border: 2px solid #adadad;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #adadad;
}

/* Owl Carousel END */

/* Topbar START */
.header-top {
  background-color: #e2e2e2 !important;
  border-bottom: 1px solid #cacaca;
}

.header-middle {
  background: #f7f7f7 !important;
  box-shadow: none !important;
}

.header-container.header-style-4 .top-right-content {
  padding-right: 0px;
  margin-top: 10px;
}

.header-top .topbar-links {
  float: right;
  margin-top: 6px;
  margin-right: 15px;
  padding-right: 15px;
  line-height: 11px;
}

.header-top .topbar-links>.header.links {
  line-height: 11px;
}

.header-top .topbar-links>.header.links>li {
  display: inline;
  margin-left: 10px;
  font-size: 11px;
  line-height: 11px;
}

.header-top .topbar-links>.header.links>li a {
  font-size: 14px;
  line-height: 11px;
  color: #555555;
  padding: 0px !important;
  font-family: 'Helvatica Neue';
  font-style: normal;
  letter-spacing: 1.5px;
}

.header-top .customer-action>.header.links>li>a:hover {
  color: #ffde00 !important;
}

.header-top div.phone-header {
  line-height: 11px;
  display: flex;
  align-items: center;
  margin-top: 2px;
}

.header-top div.phone-header>a {
  line-height: unset;
}

.header-top .phone-header span,
.header-top .phone-header span a {
  font-size: 14px;
  color: #308e84 !important;
  font-style: normal;
  font-family: 'Helvatica Neue';
  font-weight: bold;
  line-height: 14px;
  margin-top: 4px;
}

.header-top .phone-header i {
  margin-right: 5px;
}

.header-top .phone-header svg {
  height: 13px;
  width: 14px;
  fill: #308E84;
  margin-right: 5px;
  margin-top: 5px;
}

.header-top .phone-header::before {
  color: #308e84 !important;
  margin-right: 0px !important;
  content: '' !important;
}

.header-top .phone-header .fa-whatsapp::before {
  margin-right: 0px;
  font-size: 14px;
  margin-right: 0px;
  color: #308e84 !important;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .header-top {
    height: auto !important;
  }

  .header-top .setting-store {
    margin-bottom: 10px;
  }

  .header-top .setting-store,
  .header-top .topbar-links {
    display: flex;
    justify-content: center;
    float: none;
    width: 100%;
    text-align: center;
    border: none;
  }

  .header-top .topbar-links>.header.links>li {
    margin-bottom: 10px;
  }

  .discount-cards-block .discount-content p,
  .car-care-brands-block .content p,
  .testimonials-block .content p {
    width: 100%;
  }

  .cms-home .featured-products-container .home-main-title,
  .cms-home .testimonials-block.proshop-locations-block .home-main-title,
  .cms-home .discount-cards-block .discount .home-main-title {
    margin-bottom: 25px;
  }

  /*.mobile-tyre-guide-image .tyre-guide-width,
  .mobile-tyre-guide-image .tyre-guide-hieght,
  .mobile-tyre-guide-image .tyre-guide-rim,
  .mobile-tyre-guide-image .tyre-guide-load{
    display: block !important;
  }*/

}

.header-top .topbar-links ul.header.links {
  display: inline-block;
  margin: auto;
}

.header-top .topbar-links>.header.links>li {
  display: inline-block;
}

/* Topbar END */

/* Mega menu START */
.logo-content {
  text-align: left;
}

.header-navigation {
  /*width: 80%;*/
  display: flex;
  justify-content: end;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li .sm_megamenu_head .sm_megamenu_title {
  font-size: 16px !important;
  font-weight: 500 !important;
  font-style: normal;
  line-height: 70px !important;
  height: 70px !important;
}

.header-style-4 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li.sm_megamenu_actived .sm_megamenu_head .sm_megamenu_title,
.header-style-4 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li:hover .sm_megamenu_head .sm_megamenu_title {
  border-bottom: 4px solid #bf130d;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .logo-content {
    padding-top: 0px !important;
    /*padding-left: 20px;*/
  }

  .cms-discount-cards .discount-cards-block .tyre-brand-type .tyres-brands img {
    padding: 0 10px;
  }
}

/* Mega menu END */

/* Homepage START */

/* Top Banner START */
.home-page-4 .slidershow {
  /*height: 450px;*/
  margin-bottom: 0px;
  position: relative;
}

/*.home-page-4 .slidershow .owl-carousel .owl-item img {
  height: 450px;
}*/

.home-page-4 .slidershow .owl-theme .owl-nav div {
  width: 0px;
  height: 0px;
}

.home-page-4 .slidershow .owl-theme .owl-nav div.owl-next {
  right: 45px;
}

.home-page-4 .slidershow .slider_text {
  position: absolute;
  z-index: 2;
  color: #ffde00;
  top: 17%;
  padding: 0 10%;
}

.home-page-4 .slidershow .heading h1 {
  margin: 0;
  color: #ffffff;
  margin-bottom: 15px;
}

.home-page-4 .slidershow .description p {
  width: 58%;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 400;
}

.home-page-4 .slidershow .actions {
  margin-top: 11%;
}

/* .home-page-4 .search_container { */
/* position: relative; */
/* z-index: 1; */
/* color: #fff; */
/* top: -115px; */
/* } */



.home-page-4 .search_container h6 {
  width: 100%;
  font-weight: 700;
  color: #000;
  font-style: normal;
  padding: 25px 30px;
  background: #FFD601;
  border-radius: 10px 10px 0 0;
  font-size: 30px;
}

.home-page-4 .search_container {
  padding-top: 5%;
  padding-bottom: 4%;
}

.home-page-4 .search_container img {
  margin-top: 20px;
}

.home-page-4 .search_container .search-box {
  border: 1px solid #2d2d2d;
  padding-bottom: 25px;
  border-radius: 10px;
  background: #fff;
  margin-left: 11px;
}

/*.home-page-4 .search_container .first_search {
  background-size: 100% 100%;
}
*/
.home-page-4 .search_container .second_search {
  background-position: top right;
}

.home-page-4 .search_container .search_attributes {
  display: flex;
  margin: 0;
  padding-left: 30px;
  justify-content: center;
}

.home-page-4 .search_container .search_attributes .next-icon {
  padding-left: 5px;
  padding-right: 50px;
}

.home-page-4 .search_container .search_attributes .attribute {
  color: #000;
  border-color: #000;
  font-style: normal;
  min-width: unset;
  padding-bottom: 1px;
  font-size: 16px;
  justify-content: space-between;
  line-height: 16px;
}

.home-page-4 .search_container .search_attributes .attribute:last-child {
  margin-right: 0;
}

.home-page-4 .search_container .search_attributes .attribute .icon {
  fill: #ffffff;
}

.home-page-4 .search_container .search_attributes .attribute:hover {
  border-color: #ffde00;
}

.home-page-4 .search_container .search_attributes .attribute:hover .icon {
  fill: #ffde00;
}

/*@media screen and (min-width: 1400px) {
  .home-page-4 .slidershow,
  .home-page-4 .slidershow .owl-carousel .owl-item img {
    height: 500px;
  }
}*/

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .home-page-4 .search_container .container .col-md-8 {
    padding-left: 0px;
  }

  .home-page-4 .search_container .search_attributes .attribute {
    font-size: 14px;
  }

  .home-page-4 .search_container h6 {
    font-size: 26px;
  }

  .home-page-4 .search_container .container .col-md-4 {
    padding-right: 0px;
  }

  .home-page-4 .slidershow .slider_text {
    top: 35px;
  }

  /*.home-page-4 .search_container h6 {
    width: 55%;
  }*/

  /*.home-page-4 .search_container .search_attributes .attribute {
    width: auto;
    max-width: 25%;
    min-width: unset;
  }*/

  .home-page-4 .search_container .second_search .search_attributes .attribute {
    min-width: 170px;
  }

  .home-page-4 .search_container .search_attributes .attribute img.icon {
    margin-left: 10px;
  }

  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li.book-appointment-btn-parent .sm_megamenu_head .sm_megamenu_title {
    font-size: 11px !important;
  }
}

@media screen and (min-width: 992px) {
  .home-page-4 .slidershow .owl-carousel .owl-dots {
    bottom: 135px;
  }

  /*.home-page-4 {
    height: 490px;
  }*/
}

/*@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-page-4 .search_container .second_search .search_attributes .attribute {
    width: 36% !important;
  }

  .home-page-4 .search_container .search_attributes .attribute {
    width: 29.40%;
    margin-right: 3%;
  }
}*/

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

  .cms-home .home-page-4 .search_container .search_attributes svg {
    width: 14px !important;
    height: 12px !important;
  }

  .home-page-4 .slidershow,
  .home-page-4 .slidershow .owl-carousel .owl-item img {
    height: 375px;
  }

  .home-page-4 .slidershow .slider_text {
    left: 7%;
    top: 55px;
  }

  .home-page-4 .search_container>.container>.row>.col-sm-12 {
    padding: 0;
  }

  .home-page-4 .search_container>.container>.row>.col-lg-4 {
    margin-top: 15px;
  }

  .home-page-4 .search_container .search-box {
    height: auto;
    padding-bottom: 15px;
  }

  .home-page-4 .search_container h6 {
    width: 100%;
    padding-top: 25px;
  }

  .home-page-4 .search_container .search_attributes {
    align-items: center;
  }

  .home-page-4 .search_container {
    padding-top: 5%;
    padding-bottom: 2%;
  }

  .home-page-4 .search_container .search_attributes .attribute {
    height: auto;
    font-size: 11px;
  }

  .first_search p {
    padding: 20px 20px;
  }

  .home-page-4 .search_container h6 {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-page-4 .search_container .search_attributes .icones:nth-child(3) .next-icon {
    padding-right: 20px;
  }

  .home-page-4 .search_container .search_attributes {
    padding-left: 20px;
  }

  /*.home-page-4 .search_container .search_attributes {
    margin: 50px 25px 25px;
  }*/
}

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

  .home-page-4 .slidershow,
  .home-page-4 .slidershow .owl-carousel .owl-item img {
    height: 325px;
  }

  .home-page-4 .slidershow .slider_text {
    left: 10%;
    top: 15px;
  }

  .home-page-4 .search_container .search-box {
    margin-left: 0px;
  }

  .home-page-4 .search_container .search-content {
    flex: 0 0 100% !important;
    padding: 0px;
  }

  /*.home-page-4 .search_container .search-box .search_attributes {
    margin: 35px 25px 25px;
  }*/

  /*.home-page-4 .search_container .first_search .search_attributes .attribute {
    width: 22%;
    min-width: 140px;
    margin-right: 3%;
  }*/

  .home-page-4 .search_container .first_search .search_attributes .attribute:last-child {
    margin-right: 0;
  }

  .need-assistance-section .need-assistance .need-assi-para {
    padding-top: 20px;
  }

  #homepage-help-slider .owl-stage-outer {
    margin: -9.5px;
    padding: 8.5px;
  }

  .owl-stage-outer {
    margin: -9.5px;
    padding: 8.5px;
  }
}

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

  .home-page-4 .slidershow,
  .home-page-4 .slidershow .owl-carousel .owl-item img {
    height: 275px;
  }

  .home-page-4 .slidershow .description p {
    width: 90%;
  }

  .home-page-4 .slidershow .slider_text .heading h1 {
    width: 100% !important;
    font-size: 32px !important;
    line-height: normal !important;
  }

  .home-page-4 .slidershow .slider_text .heading .line {
    width: 25% !important;
  }

  .home-page-4 .slidershow .actions {
    margin-top: 12px;
    margin-left: 10px;
  }

  .home-page-4 .slidershow .slider_text {
    left: 5%;
    top: 20px;
    padding: 0 8%;
  }

  .home-page-4 .slidershow .owl-dots {
    bottom: 12px;
  }

  .home-page-4 .search_container .first_search.search-box {
    height: auto;
    background-size: 100% 100%;
    padding-bottom: 15px;
  }

  .home-page-4 .first_search p {
    padding: 10px 15px;
  }

  .cms-home .home-page-4 .search_container .first_search .search_attributes .arrow-link {
    display: unset;
    min-width: 155px;
    font-size: 12px;
  }

  .home-page-4 .search_container .search_attributes .icones {
    text-align: left;
  }

  /*.home-page-4 .search_container .first_search .search_attributes {
    flex-flow: column;
    margin: 20px 25px 25px 15px;
    width: 275px;
  }*/

  .home-page-4 .search_container {
    padding-top: 5%;
  }

  .home-page-4 .search_container .search_attributes {
    padding: 0px;
    flex-flow: column;
    margin: 0 auto;
  }

  .home-page-4 .search_container .search_attributes .next-icon,
  .home-page-4 .search_container .search_attributes .icones:nth-child(3) .next-icon {
    padding-right: 0px !important;
  }

  .home-page-4 .search_container .second_search .search_attributes {
    margin: 35px 25px 25px 15px;
  }

  .home-page-4 .search_container h6 {
    padding-left: 15px;
  }

  .home-page-4 .search_container h6 {
    font-size: 18px;
  }

  .home-page-4 .search_container .search-box-image img {
    margin-left: 0px !important;
  }
}

/* Top Banner END */

/* How can we help START */
.homepage-help-section {
  margin-bottom: 40px;
  margin-top: 10px;
}

.homepage-help-section #homepage-help-slider .item {
  border: 1px solid #b8b8b8;
  padding: 20px;
  min-height: 307px;
}

.homepage-help-section #homepage-help-slider .item img {
  height: 175px;
  width: 175px;
  margin: auto;
}

.homepage-help-section #homepage-help-slider .item .title {
  text-align: center;
  margin-top: 25px;
}

.homepage-help-section #homepage-help-slider .item .title span {
  font-size: 17px;
  line-height: 26px;
  font-weight: 800;
  text-transform: uppercase;
}

.homepage-help-section .service-help {
  margin: 35px 0;
}

.homepage-help-section .service-help p {
  letter-spacing: 0px;
  max-width: 685px;
}

.homepage-help-section .service-help .steps .step {
  display: flex;
}

.homepage-help-section .service-help .steps .step img,
.homepage-help-section .service-help .steps .step span {
  align-self: center;
}

.homepage-help-section .service-help .steps .step img {
  width: 60px;
  height: 60px;
  border: 2px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
}

.homepage-help-section .service-help .actions {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: space-around;
}

.homepage-help-section .service-help .actions .arrow-link {
  width: 255px;
}

@media screen and (max-width: 991px) {
  .homepage-help-section .service-help p {
    max-width: unset;
  }

  .homepage-help-section .service-help .steps .step img {
    height: 50px;
    width: 50px;
  }

  .homepage-help-section .service-help .actions {
    flex-flow: row;
    align-items: unset;
    justify-content: unset;
    margin-top: 25px;
  }

  .homepage-help-section .service-help .actions .arrow-link:last-child {
    margin-left: 20px;
  }

  .header-top .phone-header svg {
    margin-top: 0px;
    float: left;
  }

  .home-page-4 .search_container .search_attributes .next-icon {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .homepage-help-section .service-help .steps .step img {
    height: 40px;
    width: 40px;
  }

  .homepage-help-section .service-help .steps .step:last-child {
    margin-top: 15px;
  }

  .brand-inner-page .brakes-service-block p {
    width: 83%;
    text-align: justify;
  }

  .cms-uaeconsumerrights .brands-type .brands-content-image {
    margin-bottom: 30px;
  }

  .cms-uaeconsumerrights .contact-index-index .ways-to-serve-section {
    margin-top: 40px !important;
  }

  .modal-magepow-gdpr .modal-content {
    padding: 0 !important;
  }
}

@media screen and (max-width: 575px) {
  .homepage-help-section .service-help .steps .step img {
    height: 35px;
    width: 35px;
  }

  .homepage-help-section .service-help .steps .step {
    margin-top: 15px;
  }

  .homepage-help-section .service-help .actions {
    flex-flow: column;
  }

  .homepage-help-section .service-help .actions .arrow-link {
    width: 100%;
  }

  .homepage-help-section .service-help .actions .arrow-link:last-child {
    margin-left: 0;
    margin-top: 15px;
  }
}

/* How can we help END */

/* Promotions & Offers START */
.promotions-offers-block {
  margin-top: 50px;
  padding: 10px 0px 50px;
  background-size: cover;
}

.promotions-offers-block .deals-grid,
.promotions-offers-block .options-list {
  margin-top: 40px;
}

.promotions-offers-block .deals-grid .deal,
.ways-to-serve-section .options-list .option {
  position: relative;
}

.promotions-offers-block .deals-grid .deal img {
  width: 100%;
}

.promotions-offers-block .deals-grid .deal .deal-content,
.ways-to-serve-section .options-list .option .option-content {
  position: absolute;
  top: 25px;
  left: 40px;
  color: #ffffff;
}

.promotions-offers-block .deals-grid .deal-content h5,
.ways-to-serve-section .options-list .option .option-content h6 {
  width: 44%;
  font-weight: 800;
}

.promotions-offers-block .deals-grid .deal-content p,
.ways-to-serve-section .options-list .option .option-content p {
  color: #ffffff;
  width: 62%;
  font-weight: 400;
  line-height: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.promotions-offers-block .deals-grid .actions {
  display: flex;
  margin-top: 30px;
}

.promotions-offers-block .deals-grid .actions .arrow-link:first-child {
  margin-right: 40px;
}

.promotions-offers-block .deals-grid .actions .arrow-link {
  width: 220px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .promotions-offers-block .container {
    max-width: 1150px;
  }

  .home-page-4 .search_container .search_attributes .next-icon {
    padding-right: 15px;
  }

  .promotions-offers-block .deals-grid .deal-content h5 {
    width: 75%;
  }

  .promotions-offers-block .deals-grid .deal-content p {
    width: 80%;
  }

  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li:not(:last-child) {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .promotions-offers-block .deals-grid .deal-content p {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .promotions-offers-block .deals-grid .deal img {
    height: 230px;
    width: 100%;
  }

  .header-middle .middle-right-content {
    flex-flow: row-reverse;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .promotions-offers-block .deals-grid .deal:nth-child(2) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 575px) {
  .promotions-offers-block .deals-grid .deal img {
    width: 100%;
    height: 250px;
  }

  .promotions-offers-block .deals-grid .actions {
    flex-flow: column;
  }

  .promotions-offers-block .deals-grid .actions .arrow-link {
    width: 100%;
  }

  .promotions-offers-block .deals-grid .actions .arrow-link:last-child {
    margin-top: 15px;
  }

  .middle-right-content .header-actions .cart-wrapper {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 355px) {
  .promotions-offers-block .deals-grid .deal img {
    height: 290px;
  }
}

/* Promotions & Offers END */

/* Book Appointment START */
.book-appointment-block {
  background-repeat: no-repeat;
  margin: 40px auto;
  padding: 50px !important;
  background-size: cover;
}

.book-appointment-block .book-appointment {
  display: flex;
  color: #ffffff;
  flex-flow: column;
  justify-content: space-between;
}

.book-appointment-block .book-appointment .heading {
  margin: 0;
}

.book-appointment-block .book-appointment p {
  color: #ffffff;
  margin-bottom: 30px;
}

.book-appointment-block .book-appointment .actions a {
  margin-bottom: 15px;
}

.book-appointment-block .book-appointment .actions a:first-child {
  margin-right: 15px;
}

.book-appointment-block .services-list .arrow-link {
  width: 360px;
  justify-content: unset;
  border-color: #ffffff;
  margin-left: auto;
}

.book-appointment-block .services-list .arrow-link:hover {
  border-color: #ffde00;
}

.book-appointment-block .services-list .arrow-link img,
.book-appointment-block .services-list .arrow-link span {
  align-self: center;
}

.book-appointment-block .services-list .arrow-link svg {
  height: 30px;
  width: 30px;
  margin-right: 15px;
  fill: #ffffff;
}

.book-appointment-block .services-list .arrow-link:hover svg {
  fill: #ffde00;
}

.book-appointment-block .services-list .arrow-link span {
  color: #ffffff;
  font-size: 20px;
  line-height: 54px;
  font-weight: 800;
}

.book-appointment-block .services-list .arrow-link:hover span {
  color: #ffde00;
}

@media screen and (max-width: 991px) {
  .book-appointment-block {
    padding: 30px !important;
  }

  .book-appointment-block .services-list .arrow-link {
    width: 300px;
    margin-top: 5px;
  }

  .book-appointment-block .book-appointment .content .actions a.action {
    width: 220px;
  }

  .book-appointment-block .book-appointment .content .actions a.action:last-child {
    margin-top: 15px;
  }

  .home-page-4 .slidershow .owl-theme .owl-nav div.owl-prev {
    left: 2%;
  }

}

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

  .book-appointment-block .book-appointment {
    margin-bottom: 15px;
  }

  .book-appointment-block .book-appointment .heading,
  .book-appointment-block .book-appointment p {
    margin-bottom: 10px;
  }

  .book-appointment-block .services-list {
    display: flex;
    flex: 50%;
    flex-wrap: wrap;
  }

  .book-appointment-block .services-list .arrow-link {
    width: calc(50% - 20px);
    margin-top: 10px;
    margin-left: 0px;
    padding-bottom: 10px;
  }

  .book-appointment-block .services-list .arrow-link:nth-child(even) {
    margin-left: 20px;
  }

  .service-appointment-container .service-block #appoitment-form .privacy-policy {
    margin-bottom: 0px !important;
  }

  .book-appointment-block .services-list .arrow-link:nth-child(odd) {
    margin-right: 20px;
  }

  .book-appointment-block .services-list .arrow-link span {
    font-size: 16px;
    line-height: 28px;
  }

  .book-appointment-block .services-list .arrow-link span {
    font-size: 18px;
    line-height: 44px;
  }
}

@media screen and (max-width: 575px) {
  .book-appointment-block {
    background-size: 100% 100%;
  }

  .book-appointment-block .services-list {
    flex-flow: column;
  }

  .home-page-4 .slidershow .owl-theme .owl-nav div.owl-prev {
    left: 0%;
  }

  .book-appointment-block .book-appointment .content .actions a.action {
    width: 180px;
  }

  .book-appointment-block .services-list .arrow-link {
    width: 100%;
  }

  .book-appointment-block .services-list .arrow-link:nth-child(even) {
    margin-left: 0px;
  }

  .book-appointment-block .services-list .arrow-link:nth-child(odd) {
    margin-right: 0px;
  }

  .book-appointment-block .services-list .arrow-link img {
    height: 25px;
    width: 25px;
  }

  .book-appointment-block .services-list .arrow-link span {
    font-size: 14px;
    line-height: 28px;
  }
}

/* Book Appointment END */

/* Discount Cards START */
.discount-cards-block,
.testimonials-block,
.car-care-brands-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.discount-cards-block {
  margin-top: 0;
}

.discount-cards-block #discount-card-slider .discount-card,
.car-care-brands-block #car-care-brands-slider .brand,
.cms-brands .tyres-brands-block .tyres-brands,
.discount-cards-block .tyre-brand-type .tyres-brands {
  border: 1px solid #b8b8b8;
  height: 215px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cms-easy-payment-plan .driven-block .driven-content {
  border: 1px solid #b8b8b8;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 315px;
}

.discount-cards-block #discount-card-slider .discount-card img,
.car-care-brands-block #car-care-brands-slider .brand img {
  height: 100px;
  width: 150px;
}

.discount-cards-block .discount-content,
.testimonials-block .content,
.car-care-brands-block .content {
  margin-top: 23px;
  align-items: center;
}

/* Discount Cards END */

/* Ways to serve START */
.ways-to-serve-section {
  background-color: #e4e4e4;
  padding: 40px 0 85px;
}

.ways-to-serve-section h1,
.promotions-offers-block h1 {
  padding-left: 15px;
}

.ways-to-serve-section .options-list {
  margin-top: 40px;
}

.ways-to-serve-section .options-list .option img {
  width: 100%;
  height: 320px;
}

.ways-to-serve-section .options-list .option:last-child .option-content h6 {
  width: 60%;
}

.ways-to-serve-section .options-list .option .option-content p {
  width: 72%;
  margin-top: 50px;
}

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

  .promotions-offers-block .deals-grid .deal .deal-content,
  .ways-to-serve-section .options-list .option .option-content {
    top: 20px;
    left: 30px;
  }

  .promotions-offers-block .deals-grid .deal-content h5,
  .ways-to-serve-section .options-list .option:last-child .option-content h6,
  .ways-to-serve-section .options-list .option .option-content h6 {
    width: calc(100% - 30px) !important;
  }

  .promotions-offers-block .deals-grid .deal-content p,
  .ways-to-serve-section .options-list .option .option-content p {
    width: calc(100% - 30px);
  }

  .ways-to-serve-section .options-list .option img {
    height: 260px;
  }
}

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

  .promotions-offers-block .deals-grid,
  .promotions-offers-block .options-list {
    margin-top: 25px;
  }

  .promotions-offers-block .deals-grid .deal .deal-content,
  .ways-to-serve-section .options-list .option .option-content {
    top: 20px;
    left: 40px;
  }

  .promotions-offers-block .deals-grid .deal:last-child,
  .ways-to-serve-section .options-list .option:last-child {
    margin-top: 20px;
  }

  .ways-to-serve-section .options-list .option img {
    height: 250px;
    width: 100%;
  }

  .promotions-offers-block .deals-grid .deal-content p,
  .ways-to-serve-section .options-list .option .option-content p {
    margin-top: 20px !important;
    margin-bottom: 20px;
  }
}

/* Ways to serve END */

/* Car care brands START */
.car-care-brands-block #car-care-brands-slider .brand img {
  height: auto;
  width: auto;
}

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

  .car-care-brands-block .content .arrow-link,
  .discount-cards-block .discount-content .arrow-link {
    margin-left: 10px;
    min-width: 175px;
  }
}

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

  .car-care-brands-block .content .arrow-link,
  .discount-cards-block .discount-content .arrow-link {
    margin-left: 0px;
  }
}

/* Car care brands END */

/* Testimonials section START */
.testimonials-index-index .testimonials-block #testimonials-list .testimonial {
  border: none;
  padding-right: 20px;
  padding-left: 0;
  margin-top: 30px;
}

.testimonials-index-index .testimonials-block #testimonials-list .testimonial ul {
  border: 1px solid #b8b8b8;
  min-width: 100%;
  margin: 0;
  padding: 15px 10px;
}

.testimonials-block #testimonials-slider .testimonial,
.testimonials-block #testimonials-list .testimonial {
  border: 1px solid #b8b8b8;
  /*height: 290px;*/
  display: flex;
  padding-left: 5px;
}

.testimonials-index-index .testimonials-block h1 {
  margin-bottom: 0;
  padding-left: 10px;
}

.testimonials-index-index .testimonials-block #testimonials-list .testimonial:nth-child(4n+0) {
  padding-right: 0;
}

.testimonials-index-index .page-title {
  display: none;
}

.testimonials-block #testimonials-slider .testimonial,
.testimonials-block #testimonials-list .testimonial {
  border: 1px solid #b8b8b8;
  min-height: 245px;
  display: flex;
}

.testimonials-block .review-img img {
  width: 43px !important;
  height: 38px;
  border-radius: 100%;
  /*margin-top: 6px;*/
}

.cms-home .testimonials-block .heading {
  min-height: 55px;
  padding-bottom: 0px;
}

.testimonials-block .heading {
  font-size: 19px;
  line-height: 20px;
  color: #000000;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 10px;
  /*  min-height: 55px;*/
}

.testimonials-block .paragraph-text {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  padding-top: 9px !important;
  width: 92%;
}

#testimonials-slider .testimonial ul .customer-reviews,
#testimonials-list .testimonial ul .customer-reviews {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 90px;
  /* min-height: 92px;*/
  /*margin-bottom: 15px;*/
}

.testimonials-block .ratings span.fa,
#testimonial-modal #testimonial-modal-main .appointmnet-popup-data .testimonial-rating span.fa {
  color: #D5D5D5
}

.testimonials-block .ratings span.checked,
#testimonial-modal #testimonial-modal-main .appointmnet-popup-data .testimonial-rating span.checked {
  color: #dfb025
}

.testimonials-block #testimonials-slider ul,
.testimonials-block #testimonials-list ul {
  margin: 5px;
  padding: 5px;
  width: 100%;
}

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

  .testimonials-block #testimonials-slider .testimonial,
  .testimonials-block #testimonials-list .testimonial {
    height: auto;
  }
}

@media screen and (min-width:576px) and (max-width:1235px) {

  .testimonials-block #testimonials-slider .testimonial,
  .testimonials-block #testimonials-list .testimonial {
    height: auto;
  }

  .testimonials-block .heading {
    min-height: 55px;
    padding-bottom: 0px;
  }
}


/* Testimonials section END */

/* Proshop advantage START */
.proshop-advantage-section {
  background-size: cover;
  padding: 70px 0;
}

.proshop-advantage-section .heading h1 {
  margin-top: 0px;
  color: #ffffff;
}

.proshop-advantage-section .advantages-list .arrow-link {
  border-color: #ffffff;
  justify-content: unset;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 10px;
  min-height: 65px;
}

.proshop-advantage-section .advantages-list .arrow-link.advantage:hover {
  border-color: #fff !important;
}

.proshop-advantage-section .advantages-list .arrow-link svg {
  height: 25px;
  width: 25px;
  fill: #ffffff;
  margin-right: 15px;
}

.proshop-advantage-section .advantages-list .arrow-link span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: initial;
}

.proshop-advantage-section .advantages-list .arrow-link span sup {
  color: #ffffff;
}

/* .proshop-advantage-section .advantages-list .arrow-link:hover span,
.proshop-advantage-section .advantages-list .arrow-link:hover svg,
.proshop-advantage-section .advantages-list .arrow-link:hover span sup {
  color: #ffde00;
  fill: #ffde00;
} */

@media screen and (min-width: 1400px) {
  .proshop-advantage-section {
    background-position-y: 70%;
  }
}

@media screen and (min-width: 1200px) {
  .proshop-advantage-section .advantages-list .arrow-link {
    margin-bottom: 30px;
  }

  .proshop-advantage-section .advantages-list .arrow-link.state-of-art-advantage span {
    line-height: 22px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .proshop-advantage-section .col-lg-3 {
    padding-left: 0px;
  }

  .proshop-advantage-section .advantages-list .arrow-link {
    margin-bottom: 30px;
  }

  .proshop-advantage-section .advantages-list .arrow-link svg {
    height: 22px;
    width: 22px;
  }

  .proshop-advantage-section .advantages-list .arrow-link span {
    font-size: 14px;
  }

  .proshop-advantage-section .advantages-list .arrow-link.state-of-art-advantage span {
    line-height: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .proshop-advantage-section .advantages-list .arrow-link svg {
    height: 22px;
    width: 22px;
  }

  .proshop-advantage-section .advantages-list .arrow-link span {
    font-size: 13px !important;
  }

  .proshop-advantage-section .advantages-list .arrow-link.state-of-art-advantage span {
    line-height: 13px;
  }

  .home-page-4 .slidershow .slider_text {
    padding: 0 15px;
    left: 8%;
  }

  .cms-about-us div.driven-block:nth-child(2)>div:nth-child(1)>img:nth-child(1) {
    height: 285px;
  }

  .book-appointment-block .services-list .arrow-link span {
    font-size: 17px;
    line-height: 44px;
  }

  /*.home-page-4 .search_container .search_attributes .attribute{
    font-size: 13px;
  }*/

}

@media screen and (max-width: 991px) {
  .proshop-advantage-section {
    padding: 40px 0;
  }

  .proshop-advantage-section .heading {
    padding: 0px;
  }

  .proshop-advantage-section .heading h1 {
    text-align: center;
    margin-bottom: 35px;
  }

  .proshop-advantage-section .advantages-list .arrow-link span {
    font-size: 15px;
  }
}

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

  .home-page-4 .slidershow .slider_text .heading h1 {
    width: 100% !important;
    font-size: 40px !important;
    line-height: normal !important;
  }

  .proshop-advantage-section .advantages-list.col-sm-12 {
    display: flex;
    flex: 50%;
    flex-wrap: wrap;
  }

  .home-page-4 .slidershow .actions {
    margin-top: 5%;
  }

  .proshop-advantage-section .advantages-list.col-sm-12 .arrow-link {
    width: calc(50% - 7.5px);
  }

  .proshop-advantage-section .advantages-list.col-sm-12 .arrow-link:nth-child(odd) {
    margin-right: 7.5px;
  }

  .proshop-advantage-section .advantages-list.col-sm-12 .arrow-link:nth-child(even) {
    margin-left: 7.5px;
  }

  .page-wrapper .floating-links .link.search-icon svg {
    transform: translate(0, 75%) !important;
  }

  /*.home-page-4 .search_container img {
    margin-left: -7px;
  }*/
}

@media screen and (max-width: 575px) {
  .proshop-advantage-section .heading h1 {
    margin-bottom: 25px;
  }

  .proshop-advantage-section .advantages-list .arrow-link {
    min-height: unset;
  }
}

/* Proshop advantage END */

/* Homepage END */

/* Featured products START */

.featured-products-container {
  margin-top: 25px;
  margin-bottom: 60px;
}

.cms-home .featured-products-container {
  margin-top: 15px;
  margin-bottom: 20px;
}

.products.wrapper.products-grid {
  margin-right: 0;
  margin-left: -15px;
}

.related-upsell-wrapper .products.wrapper.products-grid {
  margin-left: 0;
}

.featured-products-container .featured-section .header {
  display: flex;
  margin-bottom: 25px;
}

.featured-products-container .featured-section h6 {
  line-height: 32px;
  font-weight: 800;
  text-transform: uppercase;
  flex: 50%;
}

.featured-products-container .featured-section.tyre-products,
.featured-products-container .featured-section.oil-products {
  margin-bottom: 30px;
}

.featured-products-container .featured-section .header .actions {
  flex: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.products.wrapper.products-grid .products.list .item {
  padding-right: 0px;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-details .product-item-inner,
.products.wrapper.products-grid .product-item-info .product-item-details .product-item-inner {
  opacity: 1;
  visibility: visible;
  position: static;
  padding: 12px;
}

.products.wrapper.products-grid .products.list .front-rear-tyre .product-item-details .product-item-inner,
.products.wrapper.products-grid .front-rear-tyre .product-item-details .product-item-inner {
  padding-top: 8px;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-inner .front-rear-product>div,
.products.wrapper.products-grid .product-item-info .product-item-inner .front-rear-product>div {
  border-top: 1px solid #a8a8a8;
  margin-left: -12px;
  margin-right: -12px;
  padding: 8px 12px;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-inner .front-rear-product .tyre-size,
.products.wrapper.products-grid .product-item-info .product-item-inner .front-rear-product .tyre-size {
  margin-top: 0;
  color: #308e84;
  font-weight: 600;
  font-size: 15px;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-inner .front-rear-details,
.products.wrapper.products-grid .products.list .product-item-info .product-item-inner .front-rear-details .front-rear-actions,
.products.wrapper.products-grid .products.list .product-item-info .product-item-inner .front-rear-details .front-rear-actions,
.products.wrapper.products-grid .product-item-info .product-item-inner .front-rear-details .front-rear-actions,
.products.wrapper.products-grid .product-item-info .product-item-inner .front-rear-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-inner .front-rear-details .front-rear-actions,
.products.wrapper.products-grid .product-item-info .product-item-inner .front-rear-details .front-rear-actions,
.products.wrapper.products-grid .products.list .product-item-info .product-item-inner .front-rear-details .front-rear-actions {
  margin-top: 0;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-inner .front-rear-details .price-box,
.products.wrapper.products-grid .product-item-info .product-item-inner .front-rear-details .price-box {
  display: block;
}

.featured-products-container .featured-section .actions .arrow-link {
  width: calc(50% - 13px);
}

.featured-products-container .featured-section .actions .arrow-link:last-child {
  margin-left: 19px;
}

.products.wrapper.products-grid .products.list .product-item-info:hover::before,
.products.wrapper.products-grid .product-item-info:hover::before {
  height: 100%;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.products.wrapper.products-grid .products.list .product-item-info:hover .product-item-details,
.products.wrapper.products-grid .product-item-info:hover .product-item-details {
  top: 0;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-details,
.products.wrapper.products-grid .product-item-info .product-item-details {
  padding: 0;
  border: 2px solid #b8b8b8;
  border-top: none;
}

.products.wrapper.products-grid .products.list .product-item-details .general-details,
.products.wrapper.products-grid .product-item-details .general-details {
  padding: 12px;
  min-height: 104px;
}

.products.wrapper.products-grid .tyre-product.front-rear-tyre .product-item-details .general-details,
.products.wrapper.products-grid .tyre-product.front-rear-tyre .product-item-details .general-details {
  padding-bottom: 0;
  min-height: unset;
}

.products.wrapper.products-grid .products.list .product-item-photo,
.products.wrapper.products-grid .product-item-photo {
  border: 2px solid #B8B8B8 !important;
  border-bottom: 1px solid #A8A8A8 !important;
}

.products.wrapper.products-grid .products.list .other-product .product-item-photo,
.products.wrapper.products-grid .other-product .product-item-photo {
  border-bottom: none !important;
}

.products.wrapper.products-grid .products.list .product-image-container span.product-image-wrapper,
.products.wrapper.products-grid .product-image-container span.product-image-wrapper {
  padding-bottom: 55% !important;
}

.products.wrapper.products-grid .products.list .other-product .product-image-container span.product-image-wrapper,
.products.wrapper.products-grid .other-product .product-image-container span.product-image-wrapper {
  padding-bottom: 75% !important;
}

.products.wrapper.products-grid .products.list .product-image-photo,
.products.wrapper.products-grid .product-image-photo {
  width: auto;
}

.products.wrapper.products-grid .products.list .tyre-product .product-image-photo,
.products.wrapper.products-grid .tyre-product .product-image-photo {
  top: 90%;
}

.products.wrapper.products-grid .products.list .product-item-details .brand-details,
.products.wrapper.products-grid .product-item-details .brand-details {
  display: flex;
  justify-content: space-between;
}

.products.wrapper.products-grid .products.list .product-item-details .brand-details .brand-logo,
.products.wrapper.products-grid .product-item-details .brand-details .brand-logo {
  height: 18px;
  align-self: center;
  width: auto;
}

.products.wrapper.products-grid .products.list .product-item-details .brand-details .stock-status,
.products.wrapper.products-grid .product-item-details .brand-details .stock-status {
  font-size: 12px;
  line-height: 18px;
}

.products.wrapper.products-grid .products.list .product-item-details .brand-details .stock-status.out-of-stock,
.products.wrapper.products-grid .product-item-details .brand-details .stock-status.out-of-stock {
  color: #bf140e;
}

.products.wrapper.products-grid .product-item-details .product-item-name,
.products.wrapper.products-grid .products.list .product-item-details .product-item-name {
  margin-top: 10px;
}

.products.wrapper.products-grid .products.list .front-rear-tyre .product-item-details .product-item-name,
.products.wrapper.products-grid .front-rear-tyre .product-item-details .product-item-name {
  margin-top: 7px;
}

.products.wrapper.products-grid .products.list .product-item-details .product-item-name a,
.products.wrapper.products-grid .product-item-details .product-item-name a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.products.wrapper.products-grid .products.list .product-item-details .tyre-size,
.products.wrapper.products-grid .product-item-details .tyre-size {
  font-size: 14px;
  line-height: 20px;
  display: block;
  text-align: left;
  margin-top: 5px;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-details .product-item-name,
.products.wrapper.products-grid .product-item-info .product-item-details .product-item-name {
  text-transform: unset !important;
  text-align: left;
}

.products.wrapper.products-grid .products.list .product-item-details .price-details,
.products.wrapper.products-grid .product-item-details .price-details {
  padding: 12px;
}

.products.wrapper.products-grid .products.list .tyre-product .product-item-details .price-details,
.products.wrapper.products-grid .tyre-product .product-item-details .price-details {
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}

.products.wrapper.products-grid .products.list .other-product .product-item-details .price-details span,
.products.wrapper.products-grid .other-product .product-item-details .price-details span {
  line-height: 20px;
  font-weight: 600;
}

.products.wrapper.products-grid .products.list .other-product .product-item-details .price-details .old-price,
.products.wrapper.products-grid .other-product .product-item-details .price-details .old-price {
  font-size: 12px;
  text-decoration: line-through;
  color: #808080;
  float: left;
}

.products.wrapper.products-grid .products.list .other-product .product-item-details .price-details .special-price,
.products.wrapper.products-grid .other-product .product-item-details .price-details .special-price {
  font-size: 18px;
  float: right;
  color: #bf140e;
}

.products.wrapper.products-grid .products.list .product-item-details .price-box,
.products.wrapper.products-grid .product-item-details .price-box {
  display: flex;
  text-align: left;
  justify-content: space-between;
}

.products.wrapper.products-grid .products.list .product-item-details .price-box .left span,
.products.wrapper.products-grid .product-item-info .product-item-inner .front-rear-details .price-box .old-price,
.products.wrapper.products-grid .product-item-details .price-box .left span {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  display: block;
}

.products.wrapper.products-grid .products.list .product-item-details .price-box .left span.old-price,
.products.wrapper.products-grid .product-item-info .product-item-inner .front-rear-details .price-box .old-price,
.products.wrapper.products-grid .product-item-details .price-box .left span.old-price {
  font-weight: 500;
  text-decoration: line-through;
  color: #808080;
}

.products.wrapper.products-grid .products.list .product-item-details .price-box .left span.old-price.main,
.products.wrapper.products-grid .product-item-details .price-box .left span.old-price.main {
  text-decoration: none;
  color: #000000;
}

.products.wrapper.products-grid .products.list .product-item-details .single-price .left span.old-price.main,
.products.wrapper.products-grid .product-item-details .single-price .left span.old-price.main {
  color: #000;
}

.products.wrapper.products-grid .products.list .product-item-details .price-box .right,
.products.wrapper.products-grid .product-item-details .price-box .right {
  display: flex;
}

.products.wrapper.products-grid .products.list .product-item-details .price-box .right span.special-price,
.products.wrapper.products-grid .product-item-info .product-item-inner .front-rear-details .price-box .special-price,
.products.wrapper.products-grid .tyre-product.front-rear-tyre .product-item-details .front-rear-product .group-price .price,
.products.wrapper.products-grid .tyre-product.front-rear-tyre .product-item-details .front-rear-product .group-price .price,
.products.wrapper.products-grid .product-item-details .price-box .right span.special-price {
  font-weight: 600;
  line-height: 20px;
  color: #bf140e;
  margin-right: 0px;
  align-self: flex-end;
}

.products.wrapper.products-grid .products.list .product-item-details .set-price.price-box .right span.special-price,
.products.wrapper.products-grid .product-item-info .product-item-inner .front-rear-details .price-box .special-price,
.products.wrapper.products-grid .product-item-details .set-price.price-box .right span.special-price {
  color: #000000;
}

.products.wrapper.products-grid .products.list .product-item-details .set-price,
.products.wrapper.products-grid .product-item-details .set-price {
  margin-top: 10px;
}

.products.wrapper.products-grid .products.list .product-item-details .additional-details,
.products.wrapper.products-grid .product-item-details .additional-details {
  display: flex;
  min-height: 80px;
}

.products.wrapper.products-grid .products.list .product-item-details .additional-details>ul,
.products.wrapper.products-grid .product-item-details .additional-details>ul {
  flex: 50%;
  list-style: inside disc;
  text-align: left;
}

.products.wrapper.products-grid .products.list .product-item-details .additional-details>ul::marker,
.products.wrapper.products-grid .product-item-details .additional-details>ul::marker {
  color: #808080;
}

.products.wrapper.products-grid .products.list .product-item-details .additional-details>ul li,
.products.wrapper.products-grid .product-item-details .additional-details>ul li,
.products.wrapper.products-grid .products.list .product-item-details .additional-details>ul li span,
.products.wrapper.products-grid .product-item-details .additional-details>ul li span {
  color: #000;
  font-size: 10px;
  line-height: 17px;
  text-align: left;
}

.products.wrapper.products-grid .tyre-product.front-rear-tyre .product-item-details .front-rear-product .group-price,
.products.wrapper.products-grid .tyre-product.front-rear-tyre .product-item-details .front-rear-product .group-price {
  display: flex;
  justify-content: space-between;
}

.products.wrapper.products-grid .tyre-product.front-rear-tyre .product-item-details .front-rear-product .group-price span,
.products.wrapper.products-grid .tyre-product.front-rear-tyre .product-item-details .front-rear-product .group-price span {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #808080;
}

.products.wrapper.products-grid .tyre-product.front-rear-tyre .product-item-details .front-rear-product .group-price .price,
.products.wrapper.products-grid .tyre-product.front-rear-tyre .product-item-details .front-rear-product .group-price .price {
  font-size: 18px;
  font-weight: 600;
}

.products.wrapper.products-grid .products.list .product-item-details .product-item-inner .product-item-actions,
.products.wrapper.products-grid .product-item-details .product-item-inner .product-item-actions {
  margin-top: 15px;
  background-color: transparent !important;
  padding: 0 !important;
  display: flex;
}

.products.wrapper.products-grid .products.list .other-product .product-item-details .product-item-inner .product-item-actions,
.products.wrapper.products-grid .tyre-product.front-rear-tyre .product-item-details .product-item-inner .product-item-actions,
.products.wrapper.products-grid .tyre-product.front-rear-tyre .product-item-details .product-item-inner .product-item-actions,
.products.wrapper.products-grid .other-product .product-item-details .product-item-inner .product-item-actions {
  margin-top: 0;
}

.products.wrapper.products-grid .products.list .product-item-details .product-item-inner .product-item-actions .actions-primary,
.products.wrapper.products-grid .product-item-details .product-item-inner .product-item-actions .actions-primary {
  margin-right: 5px;
  width: calc(100% - 49px);
}

.products.wrapper.products-grid .tyre-product.front-rear-tyre .product-item-inner .product-item-actions .actions-primary,
.products.wrapper.products-grid .tyre-product.front-rear-tyre .product-item-inner .product-item-actions .actions-primary {
  width: 100% !important;
  margin-right: 0 !important;
}

.products.wrapper.products-grid .products.list .product-item-details .product-item-inner .product-item-actions .actions-primary .cart-container,
.products.wrapper.products-grid .product-item-details .product-item-inner .product-item-actions .actions-primary .cart-container {
  display: flex;
}

.products.wrapper.products-grid .products.list .product-item-details .product-item-inner .product-item-actions .actions-primary .quantity-box,
.products.wrapper.products-grid .products.list .product-item-info .product-item-inner .front-rear-details .quantity-box,
.products.wrapper.products-grid .product-item-info .product-item-inner .front-rear-details .quantity-box,
.products.wrapper.products-grid .product-item-details .product-item-inner .product-item-actions .actions-primary .quantity-box {
  display: flex;
  background-color: #ffde10;
  margin-right: 5px;
  width: 55px;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-inner .front-rear-details .quantity-box,
.products.wrapper.products-grid .product-item-info .product-item-inner .front-rear-details .quantity-box {
  margin-right: 0;
  background-color: transparent;
  border: 1px solid #ddd;
  height: 35px;
}

.products.wrapper.products-grid .products.list .product-item-inner .product-item-actions .actions-primary .quantity-box .product-qty,
.products.wrapper.products-grid .products.list .product-item-info .product-item-inner .front-rear-details .quantity-box .product-qty,
.products.wrapper.products-grid .product-item-info .product-item-inner .front-rear-details .quantity-box .product-qty,
.products.wrapper.products-grid .product-item-inner .product-item-actions .actions-primary .quantity-box .product-qty {
  height: 35px;
  border: none;
  border-radius: 0;
  background-color: #ffde00;
  line-height: 35px;
  font-size: 16px;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-inner .front-rear-details .quantity-box .product-qty,
.products.wrapper.products-grid .product-item-info .product-item-inner .front-rear-details .quantity-box .product-qty {
  background-color: transparent;
}

.products.wrapper.products-grid .products.list .product-item-inner .product-item-actions .actions-primary .quantity-box .actions,
.products.wrapper.products-grid .products.list .product-item-info .product-item-inner .front-rear-details .quantity-box .actions,
.products.wrapper.products-grid .product-item-info .product-item-inner .front-rear-details .quantity-box .actions,
.products.wrapper.products-grid .product-item-inner .product-item-actions .actions-primary .quantity-box .actions {
  height: 35px;
  margin-right: 3px;
}

.products.wrapper.products-grid .products.list .product-item-inner .product-item-actions .actions-primary .quantity-box .actions span,
.products.wrapper.products-grid .products.list .product-item-info .product-item-inner .front-rear-details .quantity-box .actions span,
.products.wrapper.products-grid .product-item-info .product-item-inner .front-rear-details .quantity-box .actions span,
.products.wrapper.products-grid .product-item-inner .product-item-actions .actions-primary .quantity-box .actions span {
  line-height: 11px;
  font-size: 11px;
  display: block;
  padding-top: 6.5px;
}

.products.wrapper.products-grid .products.list .product-item-inner .product-item-actions .actions-primary .quantity-box .actions span:last-child,
.products.wrapper.products-grid .products.list .product-item-info .product-item-inner .front-rear-details .quantity-box .actions span:last-child,
.products.wrapper.products-grid .product-item-info .product-item-inner .front-rear-details .quantity-box .actions span:last-child,
.products.wrapper.products-grid .product-item-inner .product-item-actions .actions-primary .quantity-box .actions span:last-child {
  padding-top: 0px;
}

.products.wrapper.products-grid .products.list .product-item-inner .product-item-actions .actions-primary .quantity-box .actions span i,
.products.wrapper.products-grid .products.list .product-item-info .product-item-inner .front-rear-details .quantity-box .actions span i,
.products.wrapper.products-grid .product-item-info .product-item-inner .front-rear-details .quantity-box .actions span i,
.products.wrapper.products-grid .product-item-inner .product-item-actions .actions-primary .quantity-box .actions span i {
  line-height: 11px;
  font-size: 11px;
}

.products.wrapper.products-grid .products.list .product-item-inner .product-item-actions .actions-primary .quantity-box .actions:not(.disabled) span i,
.products.wrapper.products-grid .products.list .product-item-info .product-item-inner .front-rear-details .quantity-box .actions:not(.disabled) span i,
.products.wrapper.products-grid .product-item-info .product-item-inner .front-rear-details .quantity-box .actions:not(.disabled) span i,
.products.wrapper.products-grid .product-item-inner .product-item-actions .actions-primary .quantity-box .actions:not(.disabled) span i {
  cursor: pointer;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-details .product-item-inner .actions-secondary .action,
.products.wrapper.products-grid .products.list .product-item-info .product-item-inner .front-rear-actions .action.tocompare,
.products.wrapper.products-grid .product-item-info .product-item-inner .front-rear-actions .action.tocompare,
.products.wrapper.products-grid .product-item-info .product-item-details .product-item-inner .actions-secondary .action {
  position: static;
  background-color: #ffde00;
  color: #000;
  height: 35px;
  line-height: 35px;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-inner .front-rear-actions .action.tocompare,
.products.wrapper.products-grid .product-item-info .product-item-inner .front-rear-actions .action.tocompare {
  width: 44px;
  background-color: transparent;
  border: 1px solid #ddd;
  border-left: none;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-details .product-item-inner .actions-secondary .action svg,
.products.wrapper.products-grid .products.list .product-item-info .product-item-inner .front-rear-actions .action.tocompare svg,
.products.wrapper.products-grid .product-item-info .product-item-inner .front-rear-actions .action.tocompare svg,
.products.wrapper.products-grid .product-item-info .product-item-details .product-item-inner .actions-secondary .action svg {
  height: 18px;
  width: 16px;
  margin-top: 9px;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-details .product-item-inner .actions-secondary .action.tocompare::after,
.products.wrapper.products-grid .product-item-info .product-item-details .product-item-inner .actions-secondary .action.tocompare::after {
  content: unset;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-image .tyre-features,
.products.wrapper.products-grid .product-item-info .product-item-image .tyre-features {
  position: absolute;
  top: 0;
  left: 8px;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-image .tyre-features .feature,
.products.wrapper.products-grid .product-item-info .product-item-image .tyre-features .feature,
.product.media .tyre-features .feature {
  display: block;
  height: 15px;
  width: 15px;
  margin-top: 8px;
  fill: #cecece;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-image .tyre-features .feature.enable,
.products.wrapper.products-grid .product-item-info .product-item-image .tyre-features .feature.enable,
.product.media .tyre-features .feature.enable {
  fill: #737373;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-image .advantages,
.products.wrapper.products-grid .product-item-info .product-item-image .advantages {
  position: absolute;
  top: 8px;
  right: 8px;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-image .advantages span,
.products.wrapper.products-grid .product-item-info .product-item-image .advantages span,
.product.media .advantages span {
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 9px;
  line-height: 10px;
  text-align: center;
  padding-top: 10px;
  padding-left: 2px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-image .advantages span.warranty-text,
.products.wrapper.products-grid .product-item-info .product-item-image .advantages span.warranty-text,
.product.media .advantages span.warranty-text {
  padding-top: 14px;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-image .advantages .offer-text,
.products.wrapper.products-grid .product-item-info .product-item-image .advantages .offer-text,
.product.media .advantages .offer-text {
  background: #bf140e;
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 0;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-image .advantages .warranty-text,
.products.wrapper.products-grid .product-item-info .product-item-image .advantages .warranty-text,
.product.media .advantages .warranty-text {
  background: #0b9482;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-image .advantages .selling-fast,
.products.wrapper.products-grid .product-item-info .product-item-image .advantages .selling-fast,
.product.media .advantages .selling-fast {
  background: #3dabc3;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-image .advantages .selling-fast,
.products.wrapper.products-grid .product-item-info .product-item-image .advantages .selling-fast,
.product.media .advantages .selling-fast,
.products.wrapper.products-grid .products.list .product-item-info .product-item-image .advantages .free-fitment,
.products.wrapper.products-grid .product-item-info .product-item-image .advantages .free-fitment,
.product.media .advantages .free-fitment {
  background: #8f3695;
  padding-top: 8px;
  font-size: 8px;
  line-height: 10px;
  letter-spacing: 0;
  cursor: pointer;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-image .advantages .selling-fast,
.products.wrapper.products-grid .product-item-info .product-item-image .advantages .selling-fast,
.product.media .advantages .selling-fast {
  background: #3dabc3;
  padding-top: 10px;
}

.products.wrapper.products-grid .products.list .product-item-info .product-item-image .advantages .new,
.products.wrapper.products-grid .product-item-info .product-item-image .advantages .new,
.product.media .advantages .new {
  background: #39a4db;
  padding-top: 4px;
  font-size: 11px;
  line-height: 32px;
}

.products.wrapper.products-grid .products.list .product-item-details .product-item-inner .actions-primary .tocart,
.products.wrapper.products-grid .product-item-details .product-item-inner .actions-primary .tocart {
  background-color: #ffde00 !important;
  width: calc(100% - 60px) !important;
  padding: 0 !important;
  height: 35px;
  line-height: 35px;
}

.products.wrapper.products-grid .tyre-product.front-rear-tyre .product-item-inner .product-item-actions .actions-primary .tocart,
.products.wrapper.products-grid .tyre-product.front-rear-tyre .product-item-inner .product-item-actions .actions-primary .tocart {
  width: 100% !important;
}

.products.wrapper.products-grid .products.list .product-item-details .product-item-inner .actions-primary .tocart.disabled,
.products.wrapper.products-grid .product-item-details .product-item-inner .actions-primary .tocart.disabled {
  opacity: 1 !important;
}

.products.wrapper.products-grid .products.list .product-item-inner .product-item-actions .actions-primary .quantity-box .actions.disabled span i::before,
.products.wrapper.products-grid .product-item-inner .product-item-actions .actions-primary .quantity-box .actions.disabled span i::before,
.products.wrapper.products-grid .products.list .product-item-inner .product-item-actions .actions-primary .quantity-box .product-qty:disabled,
.products.wrapper.products-grid .product-item-inner .product-item-actions .actions-primary .quantity-box .product-qty:disabled,
.products.wrapper.products-grid .products.list .product-item-details .product-item-inner .actions-primary .tocart.disabled span,
.products.wrapper.products-grid .product-item-details .product-item-inner .actions-primary .tocart.disabled span {
  color: #A38D00 !important;
}

.products.wrapper.products-grid .products.list .product-item-details .product-item-inner .actions-primary .tocart span,
.products.wrapper.products-grid .product-item-details .product-item-inner .actions-primary .tocart span {
  font-size: 16px;
  line-height: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1225px) {
  .col1-layout .products.wrapper.products-grid .products.list .item.product {
    width: 33.333333333333%;
  }
}

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

  .products.wrapper.products-grid .products.list .product-item-info .product-item-details .product-item-inner .actions-primary .tocart,
  .products.wrapper.products-grid .product-item-info .product-item-details .product-item-inner .actions-primary .tocart {
    padding: 0 20px !important;
  }

  .header-middle .middle-right-content {
    justify-content: space-around !important;
  }
}

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

  .featured-products-container .featured-section .actions .arrow-link {
    min-width: unset;
  }

  .products.wrapper.products-grid .products.list .front-rear-tyre .product-item-details .product-item-name,
  .products.wrapper.products-grid .front-rear-tyre .product-item-details .product-item-name {
    margin-top: 9px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .products.wrapper.products-grid .products.list .product-image-photo {
    top: 120%;
  }

  .products.wrapper.products-grid .products.list .product-image-photo {
    top: 50%;
  }

  .products.wrapper.products-grid .product-image-photo {
    top: 12%;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {

  .products.wrapper.products-grid .products.list .product-item-details .product-item-inner .product-item-actions .actions-primary .quantity-box,
  .products.wrapper.products-grid .product-item-details .product-item-inner .product-item-actions .actions-primary .quantity-box {
    width: 50px;
  }

  .products.wrapper.products-grid .products.list .product-item-inner .product-item-actions .actions-primary .quantity-box .product-qty,
  .products.wrapper.products-grid .product-item-inner .product-item-actions .actions-primary .quantity-box .product-qty {
    font-size: 14px;
    padding-left: 5px;
  }

  .products.wrapper.products-grid .products.list .product-item-info .product-item-inner .actions-primary .action.tocart,
  .products.wrapper.products-grid .product-item-info .product-item-inner .actions-primary .action.tocart {
    padding: 0 !important;
    width: calc(100% - 55px) !important;
  }

  .products.wrapper.products-grid .tyre-product.front-rear-tyre .product-item-inner .product-item-actions .actions-primary .cart-container .tocart,
  .products.wrapper.products-grid .tyre-product.front-rear-tyre .product-item-inner .product-item-actions .actions-primary .cart-container .tocart {
    width: 100% !important;
  }

  .products.wrapper.products-grid .products.list .product-item-details .product-item-inner .actions-primary .tocart span,
  .products.wrapper.products-grid .product-item-details .product-item-inner .actions-primary .tocart span {
    font-size: 13px;
  }
}

@media only screen and (min-width: 475px) and (max-width: 810px) {

  .products.wrapper.products-grid .products.list .product-item-details .additional-details>ul li,
  .products.wrapper.products-grid .product-item-details .additional-details>ul li {
    font-size: 9px;
  }
}

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

  .featured-products-container .featured-section .actions .arrow-link {
    margin-bottom: 20px;
  }

  .products.wrapper.products-grid .products.list .front-rear-tyre .product-item-details .product-item-name,
  .products.wrapper.products-grid .front-rear-tyre .product-item-details .product-item-name {
    margin-top: 8.5px;
  }
}

@media screen and (max-width: 600px) {
  .featured-products-container .featured-section .header {
    flex-flow: column;
  }

  .featured-products-container .featured-section h6,
  .featured-products-container .featured-section .header .actions {
    margin-bottom: 15px;
  }

  .featured-products-container .featured-section .header .actions {
    margin-bottom: 20px;
    display: block;
  }

  .featured-products-container .featured-section .actions .arrow-link {
    width: 100%;
    margin-bottom: 0px;
  }

  .featured-products-container .featured-section .actions .arrow-link:last-child {
    margin-left: 0;
    margin-bottom: 15px;
  }

  .products.wrapper.products-grid .products.list .product-item-details .product-item-inner .product-item-actions .actions-primary,
  .products.wrapper.products-grid .product-item-details .product-item-inner .product-item-actions .actions-primary {
    width: calc(100% - 43px);
  }

  .products.wrapper.products-grid .products.list .product-item-inner .product-item-actions .actions-primary .quantity-box .product-qty,
  .products.wrapper.products-grid .product-item-inner .product-item-actions .actions-primary .quantity-box .product-qty {
    padding-left: 5px;
  }

  .products.wrapper.products-grid .products.list .product-item-details .product-item-inner .actions-primary .tocart span,
  .products.wrapper.products-grid .product-item-details .product-item-inner .actions-primary .tocart span {
    font-size: 12px;
  }

  .products.wrapper.products-grid .products.list .product-item-details .product-item-inner .product-item-actions .actions-primary .quantity-box,
  .products.wrapper.products-grid .product-item-details .product-item-inner .product-item-actions .actions-primary .quantity-box {
    height: 38px;
    width: 50px;
  }

  .products.wrapper.products-grid .products.list .product-item-inner .product-item-actions .actions-primary .quantity-box .product-qty,
  .products.wrapper.products-grid .product-item-inner .product-item-actions .actions-primary .quantity-box .product-qty {
    height: 38px;
    line-height: 38px;
  }

  .products.wrapper.products-grid .products.list .product-item-inner .product-item-actions .actions-primary .quantity-box .actions,
  .products.wrapper.products-grid .product-item-inner .product-item-actions .actions-primary .quantity-box .actions {
    height: 38px;
  }

  .products.wrapper.products-grid .products.list .product-item-inner .product-item-actions .actions-primary .quantity-box .actions span,
  .products.wrapper.products-grid .product-item-inner .product-item-actions .actions-primary .quantity-box .actions span {
    line-height: 12px;
    font-size: 12px;
    padding-top: 7px;
  }

  .products.wrapper.products-grid .products.list .product-item-inner .product-item-actions .actions-primary .quantity-box .actions span i,
  .products.wrapper.products-grid .product-item-inner .product-item-actions .actions-primary .quantity-box .actions span i {
    line-height: 12px;
    font-size: 12px;
  }

  .products.wrapper.products-grid .products.list .product-item-details .product-item-inner .actions-primary .action.tocart,
  .products.wrapper.products-grid .product-item-details .product-item-inner .actions-primary .action.tocart {
    height: 38px;
    line-height: 38px;
    padding: 0 10px !important;
    width: calc(100% - 55px) !important;
  }

  .products.wrapper.products-grid .tyre-product.front-rear-tyre .product-item-inner .product-item-actions .actions-primary .cart-container .tocart,
  .products.wrapper.products-grid .tyre-product.front-rear-tyre .product-item-inner .product-item-actions .actions-primary .cart-container .tocart {
    width: 100% !important;
  }

  .products.wrapper.products-grid .products.list .product-item-info .product-item-details .product-item-inner .actions-secondary .action svg,
  .products.wrapper.products-grid .product-item-info .product-item-details .product-item-inner .actions-secondary .action svg {
    height: 16px;
    width: 16px;
    margin-top: 11px;
  }

  .products.wrapper.products-grid .products.list .product-item-info .product.product-item-details .product-item-inner .actions-secondary .action,
  .products.wrapper.products-grid .product-item-info .product.product-item-details .product-item-inner .actions-secondary .action {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }

  .featured-products-container .featured-section .header {
    margin-bottom: 0;
  }
}

/* Featured products END */

/* Footer Section START */
.page-footer {
  background-color: #3d3d3d;
}

.footer-section .footer-column {
  padding-top: 35px;
}

.footer-section .footer-column .footer-title {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 42px;
  color: #9a9a9a;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-section .footer-column .footer-link {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 25px;
  color: #9a9a9a;
  font-weight: 400;
}

.footer-section .newsletter-section .newsletter-note {
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 18px;
  color: #808080;
}

.footer-section .newsletter-section .newsletter-input-box {
  display: flex;
}

.footer-section .newsletter-section .newsletter-input-box .newsletter-email {
  height: 37px;
  background-color: transparent;
  border: 1px solid #606060;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 20px;
  color: #9a9a9a;
  border-radius: 0px;
}

.footer-section .newsletter-section .newsletter-input-box .newsletter-email::placeholder {
  color: #9a9a9a;
}

.footer-section .newsletter-section .newsletter-input-box button {
  height: 37px;
  background-color: #606060 !important;
  border-radius: 0px !important;
  font-size: 13px !important;
  line-height: 20px;
  color: #b6b6b6 !important;
}

.footer-section .social-media-section {
  margin-top: 30px;
}

.footer-section .social-media-section .social-media-link {
  margin-right: 15px;
  color: #9a9a9a;
}

.footer-section .social-media-section .social-media-link i.fab {
  color: inherit;
  font-size: 16px;
}

.footer-bottom {
  margin-top: 35px;
}

@media screen and (min-width: 992px) {
  .footer-section .footer-column.col-half-offset {
    margin-left: 4.166666667%;
  }
}

@media screen and (max-width: 991px) {
  .footer-section .footer-column {
    padding-top: 15px;
  }

  #service-appointment-modal .service-appointment-success .service-appointment-content .service-content {
    margin: 0 20px !important;
  }

  #service-appointment-modal .service-appointment-success .service-appointment-content .service-content p {
    font-size: 15px !important;
  }

  #service-appointment-modal .service-appointment-success .service-appointment-content .service-content p.inform {
    margin-bottom: 30px !important;
  }

  #service-appointment-modal .service-appointment-success .service-appointment-content .service-content p.details {
    margin-bottom: 25px !important;
  }

  #service-appointment-modal .service-appointment-success .service-appointment-content .header h3 {
    font-size: 16px !important;
    margin-bottom: 30px !important;
  }

  #service-appointment-modal .service-appointment-success .service-appointment-content .service-content p strong {
    font-size: 15px !important;
  }

  #service-appointment-modal .service-appointment-success .service-appointment-content .actions {
    margin: 40px 0 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .footer-section .footer-column>.footer-title:before {
    content: "\f067";
    position: absolute;
    right: 0;
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: 400;
    margin-right: 5%;
    font-style: normal;
  }

  .footer-section .footer-column>.footer-title.active:before {
    content: "\f068";
    position: absolute;
    right: 0;
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: 400;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {

  .footer-section .footer-column .newsletter-section,
  .footer-section .footer-column .social-media-section {
    float: left;
    width: 50%;
  }

  .footer-section .footer-column .newsletter-section {
    padding-right: 15px;
  }

  .footer-section .footer-column .social-media-section {
    padding-left: 15px;
    margin-top: 0px;
  }

  .cms-about-us .block-link {
    margin-top: 0 !important;
  }
}

/* Footer Section END */

button,
.cart-container .action.continue,
a.action.primary,
.modal-footer .action-primary.action-accept {
  text-transform: initial !important;
}

.header-top .customer-action>.header.links>li:not(:first-child)::before {
  content: "" !important;
}

.header-top .phone-header::before {
  margin-right: 5px;
  content: "\f232";
  color: #308e84 !important;
  font-size: 12px !important;
  font-weight: bold !important;
}

.fa-whatsapp::before {
  margin-right: 8px;
}

.search-btn {
  border: none !important;
}

.header-top .customer-action>.header.links:before {
  content: "" !important;
}

.middle-right-content {
  padding-right: 0px !important;
}

.footer_last_row .footer_content .footer_section .footer_row_main_first .footer_menu ul li a {
  font-size: 13px;
}

.footer_section .footer_social_media {
  margin-top: 30px;
}

.footer_section .footer_social_media p {
  margin-bottom: 0px !important;
}

@media only screen and (min-width: 992px) {
  .header-top {
    height: 45px !important;
  }
}

@media only screen and (min-width: 768px) {
  .profooter {
    margin-left: 8%;
    width: 12%;
  }

  .block-footer .content-footer li a {
    color: white !important;
  }

  .footer_last_row .footer_content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1153px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    padding-top: 39px;
    overflow: hidden;
  }

  .footer_last_row .footer_content .footer_section {
    float: left;
    width: 100%;
    padding-bottom: 17px;
  }

  .footer_last_row .footer_content .footer_section .footer_row_main_first {
    float: left;
    width: 100%;
    clear: both;
  }

  .footer_last_row .footer_content .footer_section .footer_row_main_first .footer_menu {
    width: 20%;
    float: left;
    margin-bottom: 23px;
  }

  .footer_last_row .footer_content .footer_section .footer_row_main_first .footer_menu .footer_title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px;
  }

  .footer_last_row .footer_content .footer_section .footer_row_main_first .footer_menu ul li {
    list-style: none;
    margin: 5px 0 0;
    line-height: normal;
  }

  .footer_last_row .footer_content .footer_section .footer_row_main_first .footer_menu ul li a {
    font-weight: 300;
    font-size: 13px;
    line-height: normal;
    position: relative;
    text-decoration: none;
  }

  footer .footer.content {
    width: 100%;
    max-width: 100%;
    float: left;
    padding: 0 !important;
  }
}

@media only screen and (max-width: 667px) {
  .footer_title {
    font-size: 15px;
    margin-left: 3% !important;
  }

  .uiclass {
    margin-left: 3%;
  }

  .footer_last_row .footer_content .footer_section .footer_row_main_first .footer_menu .footer_title {
    margin: 0;
    min-height: unset;
  }

  #newsletter-popup-input {
    width: 50%;
  }

  .w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button {
    font-size: 14px !important;
  }
}

@media screen and (min-device-width: 736px) and (max-device-width: 1024px) {
  .header-navigation {
    margin-left: 0px !important;
  }

  .footer_last_row .footer_content .footer_section .footer_row_main_first .footer_menu {
    width: 20% !important;
    margin-left: 8% !important;
  }

  .w-newsletter {
    width: 155% !important;
  }

  .w-newsletter .newsletter-info .form-newsletter-popup .input-box .input-text {
    height: 35px !important;
    font-size: 8px !important;
    border-radius: 0px !important;
  }

  .w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button {
    height: 35px !important;
    line-height: unset !important;
  }

  .footer-bottom .col-lg-7 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .footer-bottom .col-lg-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .footer-payment {
    margin-top: 3% !important;
    float: left !important;
    margin-left: 5%;
  }

  .copyright-footer img {
    margin-left: 5%;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 667px) {

  /* margin of all blocks*/

  .w-newsletter {
    width: 100% !important;
  }

  #newsletter-popup-input {
    width: 70% !important;
  }

  .w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button {
    width: 30% !important;
    height: 50px !important;
  }

  .footer_row_main_first {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .footer-bottom .col-lg-7 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .footer-bottom .col-lg-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .footer-bottom .copyright-footer {
    text-align: left !important;
  }

  .copyright-footer img {
    float: unset !important;
  }

  .copyright-footer address {
    float: unset !important;
    text-align: left !important;
    width: 85% !important;
    margin-right: auto;
    margin-top: 5%;
  }

  .footer-payment {
    float: unset !important;
    text-align: left !important;
  }
}

.middle-right-content .search-btn {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  border: 2px solid #e5e5e5;
  color: #282828;
  position: absolute;
  top: 50%;
  margin-top: -18px;
}

.cart-wrapper {
  margin-top: 11px;
  margin-right: 8%;
}

.middle-right-content .account-btn::before {
  content: "\f007" !important;
  font-size: 18px !important;
  line-height: 32px !important;
}

a:hover {
  color: #ffc107 !important;
}

.footerlink {
  color: #868484;
  line-height: 140% !important;
}

/* margin of all blocks*/

.footer_menu .footer_title.active::before {
  margin-right: 5% !important;
}

.header-container.header-style-4 .logo-container .btn-mobile {
  display: none;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .logo-container .btn-mobile #sidebar-button {
    display: none;
  }

  .header-container.header-style-4 .logo-container .btn-mobile,
  .header-container.header-style-4 .logo-container .logo-wrapper {
    display: inline-block;
  }

  .header-container.header-style-4 .logo-container .btn-mobile,
  .header-container.header-style-4 .logo-container .logo-wrapper {
    float: left;
  }

  .logo-wrapper h1 {
    /*margin-left: 5%;*/
    padding-top: 30px;
  }

  .header-container.header-style-4 .middle-right-content {
    position: unset;
  }
}

.page-footer {
  background-color: #3d3d3d;
}

.footer_section {
  color: #a2a2a2;
}

.footer_title {
  letter-spacing: 1px;
  color: #a2a2a2 !important;
}

.footerlink {
  color: #a2a2a2 !important;
}

.w-newsletter .newsletter-info .form-newsletter-popup {
  top: -3px;
}

#newsletter-popup-input {
  background: transparent;
  box-shadow: 0 0 0 0 !important;
  border: 1px solid #686868;
  border-radius: 0px !important;
  font-size: 13px;
}

.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button {
  border-radius: 0px !important;
  color: #9b9b9b !important;
}

.w-newsletter .newsletter-info p {
  margin-bottom: 2% !important;
  font-size: 13px;
  color: #a2a2a2 !important;
}

.footer-bottom {
  background-color: #3d3d3d !important;
  border-top: 1px solid #6a6a6a;
}

.footer-payment {
  float: right;
  margin-top: 5%;
}

.footer-payment span {
  color: #6e6e6e !important;
  margin-right: 10px;
  font-size: 13px;
}

.copyright-footer img {
  float: left;
}

.copyright-footer address {
  color: #6e6e6e !important;
  float: right;
  text-align: left;
  width: 61%;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0;
}

.copyright-footer address u {
  color: #6e6e6e !important;
  font-size: 12px;
  letter-spacing: 0;
}

.copyright-footer a {
  color: #6e6e6e !important;
  font-size: 12px;
}

.payment_link img {
  width: 45px;
  margin-left: 6px;
}

/* Header Part (Menu) */

.middle-right-content #account-btn {
  right: 0;
}

.middle-right-content #search-btn {
  right: 65px;
}

.header-middle .middle-right-content {
  position: static;
  display: flex;
  justify-content: space-between;
}

.header-middle .middle-right-content .header-actions {
  position: static;
  display: flex;
  /*justify-content: space-between;*/
  width: 12%;
}

.middle-right-content .header-actions #search-btn {
  position: static;
  align-self: center;
  margin-top: 0;
  margin-right: 10px;
  height: unset;
  width: unset;
  line-height: 27px;
  cursor: pointer;
}

.middle-right-content .header-actions #search-btn svg {
  height: 16px;
  width: 16px;
}

.middle-right-content .header-actions .search-btn::before {
  font-size: 15px;
  content: '';
}

.middle-right-content .header-actions .cart-wrapper {
  position: static;
  align-self: center;
  margin-top: 0px !important;
  margin-right: 12px !important;
}

.middle-right-content .header-actions #account-btn {
  position: static;
  align-self: center;
  margin-top: 0px;
}

.middle-right-content .header-actions #logout-btn {
  align-self: center;
  margin-left: 15px;
}

@media screen and (max-width: 1099px) and (min-width: 992px) {
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li .sm_megamenu_head .sm_megamenu_title {
    font-size: 14px !important;
  }
}

/* @media screen and (max-width: 1200px) and (min-width: 992px) {
  .header-container.header-style-4 .header-middle>.container {
    max-width: unset;
    width: 100%;
  }
} */

@media screen and (min-width: 1200px) {
  /* .header-container.header-style-4 .header-middle>.container {
    width: 100%;
  } */

  .cms-our-offers .ways-to-serve-category-pages .ways-to-serve-section .options-list .option .option-content h6 {
    min-height: 52px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .header-container.header-style-4 .header-middle>.container>.row>.col-lg-9.col-md-6 {
    align-self: center;
  }
}

@media screen and (max-width: 992px) {
  .middle-right-content #account-btn {
    right: 0;
    margin-top: -18px;
  }

  .middle-right-content #search-btn {
    right: 75px;
    margin-top: -17px;
  }

  .middle-right-content .cart-wrapper {
    right: 75px !important;
    margin-right: 0 !important;
    margin-top: 22px !important;
  }
}

@media screen and (max-width: 480px) {
  .header-top .customer-action {
    border-right: none;
  }

  .header-top div.phone-header,
  .header-top .customer-action>.header.links>li.authorization-link>a {
    line-height: 30px;
    font-size: 11px !important;
  }

  .cms-home .homepage-help-section .actions .action.primary.btn-skew {
    margin-left: 0px;
  }
}

/* Minicart START */

.cart-wrapper .minicart-wrapper .action.showcart1::after {
  content: '' !important;
}

.cart-wrapper .minicart-wrapper .action.showcart1 svg {
  height: 18px;
  width: 18px;
}

.middle-right-content .account-btn {
  line-height: unset !important;
  height: unset !important;
  width: unset !important;
  top: 59% !important;
  right: 10px !important;
}

.middle-right-content .account-btn svg {
  height: 16px;
  width: 16px;
}

.middle-right-content .account-btn::before {
  content: '' !important;
}

/* Minicart END */

/* Proshop locations START */
.proshop-locations-block {
  margin-top: 30px;
  margin-bottom: 50px;
}

.proshop-locations-block #proshop-locations-slider .store-location {
  border: 1px solid #949494;
  padding: 30px 15px;
  min-height: 295px;
  cursor: pointer;
}

.proshop-locations-block #proshop-locations-slider .store-location h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 17px;
}

.proshop-locations-block #proshop-locations-slider .store-location>span {
  margin-top: 20px;
}

.proshop-locations-block #proshop-locations-slider .store-location span {
  font-size: 14px;
  display: block;
  line-height: 20px;
  letter-spacing: 0;
}

.proshop-locations-block #proshop-locations-slider .store-location address {
  font-size: 13px;
  display: block;
  padding-top: 20px;
  line-height: 20px;
  min-height: 142px;
}

.proshop-locations-block #proshop-locations-slider .store-location:hover {
  background-color: #ffde00;
}

.proshop-locations-block #proshop-locations-slider .store-location a {
  font-size: 14px;
  line-height: 20px;
}

.proshop-locations-block #proshop-locations-slider .store-location .map {
  color: #bf140e;
}

.proshop-locations-block #proshop-locations-slider .store-location a:hover {
  color: #bf140e !important;
}

.proshop-locations-block #proshop-locations-slider .owl-prev {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
}

.proshop-locations-block #proshop-locations-slider .owl-next {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
}

.proshop-locations-block .owl-carousel .owl-nav .owl-prev::before {
  content: url("../images/arrow-left-grey.png");
}

.proshop-locations-block .owl-carousel .owl-nav .owl-next::before {
  content: url("../images/arrow-right-grey.png");
}

/* Proshop locations END */

/* Contact page START */

.contact-index-index .contact-container .contactus-form input[type="checkbox"],
.request-quot-modal .request-for-service .request-quot-form .privacy-policy input[type="checkbox"],
.service-block #appoitment-form .privacy-policy input[type="checkbox"],
.service-block #appoitment-form .create-user input[type="checkbox"] {
  opacity: 1;
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  top: 0;
  z-index: 1;
  margin: 0 5px 0 0;
  padding: 0 !important;
  background-color: #ffffff;
  box-shadow: 0 0 0 0 #f7f7f7 inset;
  border: 1px solid #b4b4b4;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  outline: 0;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  cursor: pointer;
  vertical-align: middle !important;
  transform: none !important;
  clip-path: initial !important;
  --webkit-clip-path: initial !important;
}

.contact-index-index .contact-container .contactus-form input[type="checkbox"]::after,
.request-quot-modal .request-for-service .request-quot-form .privacy-policy input[type="checkbox"]::after,
.service-block #appoitment-form .privacy-policy input[type="checkbox"]::after,
.service-block #appoitment-form .create-user input[type="checkbox"]::after {
  content: '';
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 0;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
  transform: scale(0.2);
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
}

.contact-index-index .contact-container .contactus-form #submit-contact-form::after,
.contact-index-index .contact-container .contactus-form input[type="checkbox"]:checked,
.request-quot-modal .request-for-service .request-quot-form .privacy-policy #privacy-policy::after,
.request-quot-modal .request-for-service .request-quot-form .privacy-policy input[type="checkbox"]:checked,
.service-block #appoitment-form .privacy-policy #privacy-policy::after,
.service-block #appoitment-form .privacy-policy input[type="checkbox"]:checked,
.service-block #appoitment-form .create-user #create-user::after,
.service-block #appoitment-form .create-user input[type="checkbox"]:checked {
  background-color: #fff !important;
  border: 1px solid #b8b8b8 !important;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAMAAAA8eE0hAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHJQTFRFAAAAvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNpfWs6QAAACZ0Uk5TAAmNA1LhJNJzDKWtASARBWbUp6ofMNNRQ7DANRSxj8+iww1/51DQAoHdAAAASElEQVR4nGNggAJGJhiLmYUVxmRj54CyOLm4eRh4+YAsfgFBXgYGIWERHgZRMXGggISklLSMrBxYGY+cvIKiEkQLv7KKKogGAF2mAxKnmu95AAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: center;
}

#contact-form .checkbox~.error-message,
.service-block #appoitment-form .privacy-policy .checkbox~.error-message {
  display: none;
}

#contact-form .mage-error~.error-message,
.service-block #appoitment-form .privacy-policy .mage-error~.error-message {
  display: block !important;
}

.contact-container .form-contact #contact-form .actions-toolbar .contactus-form {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}

.service-block #appoitment-form .privacy-policy .policy,
.service-block #appoitment-form .create-user .register {
  flex: calc(100% - 29px);
  max-width: 365px;
  margin-bottom: 0;
}

.contact-container .form-contact #contact-form .actions-toolbar .contactus-form .policy-content {
  flex: calc(100% - 35px);
  max-width: 365px;
  margin-bottom: 0;
}


.contact-container .form-contact #contact-form .actions-toolbar .contactus-form input {
  margin-top: 4px !important;
  margin-right: 15px;
}

.contact-index-index .ways-to-serve-section .options-list .option:first-child .option-content h6,
.cms-faq .ways-to-serve-section .options-list .option:first-child .option-content h6 {
  width: 60%;
}

.contact-index-index .ways-to-serve-section .options-list .option:last-child .option-content h6,
.cms-faq .ways-to-serve-section .options-list .option:last-child .option-content h6 {
  width: 26%;
}

.cms-uaeconsumerrights .contact-index-index .ways-to-serve-section .options-list .option:last-child .option-content h6 {
  width: 44%;
}

.contact-container .contact-description h2 {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.contact-index-index .column:not(.sidebar-main) .form.contact {
  width: 100%;
}

.contact-container .form-contact .input-text {
  font-size: 17px;
  border: 1px solid #949494;
  padding-left: 10px;
  letter-spacing: 0px;
  line-height: 15px;
  font-weight: 300;
  font-style: normal;
  height: 45px;
}

.contact-container .form-contact .input-text::placeholder {
  color: #979797;
}

.contact-container .form-contact .input-text .field-error,
div.mage-error[generated],
.contact-container .form-contact #contact-form .actions-toolbar .contactus-form .error-message,
.service-appointment-container .service-block #appoitment-form .privacy-policy .error-message {
  margin-top: 7px;
  font-size: 12px;
  font-style: normal;
}

.contact-container .form-contact #contact-form .actions-toolbar .contactus-form .error-message,
.service-appointment-container .service-block #appoitment-form .privacy-policy .error-message {
  color: #e02b27;
  margin-left: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}

.contact-container .form-contact #comment:focus {
  height: 130px !important;
}

.contact-container .fieldset .field {
  margin-bottom: 15px !important;
}

.contact-container .form-contact #comment {
  height: 130px;
  padding-top: 13px;
}

.contact-container .contact-description {
  margin-bottom: 0;
  padding-top: 55px;
}

.contact-container .form-contact .actions-toolbar .primary {
  background-color: #ffde00 !important;
}

.contact-container .actions-toolbar p,
.contact-container .actions-toolbar p a {
  width: 80%;
  font-size: 12px;
  letter-spacing: 0px;
  color: #838383;
  font-weight: 400;
  line-height: 20px;
}

.contact-container .actions-toolbar p a {
  text-decoration: underline;
}

.contact-container .actions-toolbar .primary span {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 19px;
  color: #000000;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.contact-container .actions-toolbar .row>div {
  padding-right: 0;
}

.contact-container .actions-toolbar .row>div:first-child {
  padding-left: 0;
}

.contact-container .fieldset .row>div {
  padding-left: 0;
  padding-right: 0;
}

.contact-index-index .ways-to-serve-section {
  margin-top: 30px;
  margin-bottom: 50px;
}

.contact-container .committment-msg {
  font-size: 19px;
  padding-top: 20px;
  margin-bottom: 35px;
}

.proshop-locations-block-location {
  margin-bottom: 60px;
}

.explore-products h1 {
  padding-bottom: 15px;
}

.explore-products {
  margin-bottom: 70px;
}

.location-service-block .search_attributes .attribute:hover,
.location-service-block .search-box .attribute-second-search:hover {
  border-color: #ffde00;
}

.location-service-block .search_attributes .attribute:hover .icon,
.location-service-block .search-box .attribute-second-search:hover .icon {
  fill: #ffde00;
}

@media screen and (min-width: 1025px) and (max-width: 1330px) {
  .location-image h5 {
    margin-top: -54px;
    padding-left: 0px;
  }

  .location-image {
    padding-left: 70px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1201px) {
  .proshop-locations-block #proshop-locations-slider .store-location {
    min-height: 315px;
  }
}

@media screen and (max-width: 1024px) {
  .location-image {
    padding: 20px;
  }

  .location-image h5 {
    padding-left: 2.5%;
    margin-top: 25px;
  }
}

@media screen and (min-width: 792px) and (max-width: 991px) {
  .proshop-locations-block #proshop-locations-slider .store-location {
    min-height: 296px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .proshop-locations-block #proshop-locations-slider .owl-prev {
    left: -35px;
  }

  .proshop-locations-block #proshop-locations-slider .owl-next {
    right: -35px;
  }

  .contact-index-index .ways-to-serve-section .options-list .option:first-child .option-content h6,
  .cms-faq .ways-to-serve-section .options-list .option:first-child .option-content h6 {
    width: 80%;
  }

  .contact-index-index .ways-to-serve-section .options-list .option:last-child .option-content h6,
  .cms-faq .ways-to-serve-section .options-list .option:last-child .option-content h6 {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .contact-container .fieldset .row .contact-name-input {
    padding-right: 15px;
  }

  .contact-container .fieldset .row .contact-email-input {
    padding-left: 15px;
  }
}


@media screen and (min-width: 768px) and (max-width: 791px) {
  .proshop-locations-block #proshop-locations-slider .store-location {
    min-height: 314px;
  }
}

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

  .header-middle .middle-right-content .header-actions .account-btn {
    margin-right: 10px;
  }

  .font-lato .tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 50px;
    height: 50px;
  }

  .contact-container .actions-toolbar .row>div {
    padding-right: 0;
    padding-left: 0;
  }

  .header-title-style-1 p {
    width: 100%;
  }

  .proshop-locations-block #proshop-locations-slider .owl-prev {
    left: -40px;
  }

  .proshop-locations-block #proshop-locations-slider .owl-next {
    right: -40px;
  }

  .contact-index-index .ways-to-serve-section .options-list .option:first-child .option-content h6,
  .cms-faq .ways-to-serve-section .options-list .option:first-child .option-content h6 {
    width: 95% !important;
  }

  .contact-index-index .ways-to-serve-section .options-list .option:last-child .option-content h6,
  .cms-faq .ways-to-serve-section .options-list .option:last-child .option-content h6 {
    width: 70%;
  }

  .contact-index-index .ways-to-serve-section .options-list .option .option-content p,
  .cms-faq .ways-to-serve-section .options-list .option .option-content p {
    width: 95%;
  }

  .contact-container .committment-msg {
    font-size: 15px;
  }

  .header-navigation {
    margin-left: 0% !important;
  }

}

@media screen and (min-width: 524px) and (max-width: 602px) {
  .proshop-locations-block #proshop-locations-slider .store-location {
    min-height: 266px;
  }
}

@media screen and (min-width: 480px) and (max-width: 530px) {
  .proshop-locations-block #proshop-locations-slider .store-location {
    min-height: 286px;
  }

  .proshop-locations-block #proshop-locations-slider .store-location address {
    min-height: 160px;
  }
}

/*@media screen and (min-width: 480px) and (max-width: 602px) {

  .proshop-locations-block #proshop-locations-slider .store-location address {
    min-height: 120px;
  }

}*/

@media screen and (max-width: 479px) {
  .proshop-locations-block #proshop-locations-slider .store-location {
    min-height: 270px;
  }

  .proshop-locations-block #proshop-locations-slider .store-location address {
    min-height: unset;
  }
}

/* Contact page END */


/* Proshp locations grid, contact */
.proshop-locations-block-location #proshop-locations-grid .store-location {
  border: 1px solid #949494;
  padding: 15px;
  cursor: pointer;
  margin-bottom: 25px;
  min-height: 265px;
}

.proshop-locations-block-location #proshop-locations-grid .store-location h6 {
  font-weight: 800;
  font-size: 19px;
}

.proshop-locations-block-location #proshop-locations-grid .store-location address {
  display: block;
  padding-top: 20px;
  line-height: 20px;
  letter-spacing: 0;
  min-height: 100px;
}

.proshop-locations-block-location #proshop-locations-grid .store-location address span {
  font-size: 13px;
}

.proshop-locations-block-location #proshop-locations-grid .store-location span {
  font-size: 13px;
  display: block;
  line-height: 20px;
  letter-spacing: 0;
}

.proshop-locations-block-location #proshop-locations-grid .store-location a {
  font-size: 13px;
  line-height: 20px;
  display: block;
}

.proshop-locations-block-location #proshop-locations-grid .store-location a {
  color: #bf140e !important;
}

.proshop-locations-block-location #proshop-locations-grid .store-location .phone-location {
  color: #000 !important;
}

.proshop-locations-block-location #proshop-locations-grid .store-location .phone-location:hover {
  color: #bf140e !important;
}

.cms-locations .proshop-locations-block-location #proshop-locations-grid .store-location address {
  min-height: 135px;
}

.location-service-block .first_search {
  background-size: 100% 100%;
}

.location-service-block .search-box {
  border: 3px solid #ffde00;
  box-shadow: 2px 2px 3px 0px #000000;
  background-size: cover;
  background-repeat: no-repeat;
  height: 160px;
}

.location-service-block h6 {
  width: 40%;
  padding-top: 15px;
  padding-left: 25px;
  font-weight: 700;
  color: #ffde00;
}

.location-service-block .search_attributes {
  display: flex;
  margin: 25px;
}

.location-service-block .search_attributes .attribute {
  color: #ffffff;
  border-color: #ffffff;
  width: 25%;
}


.location-service-block .search_attributes .attribute .icon {
  fill: #ffffff;
}

.location-service-block .search-box p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  padding-left: 25px;
  padding-top: 15px;
}

.location-service-block .search-box .attribute-second-search {
  color: #ffffff;
  border-color: #ffffff;
  margin-left: 20%;
}

.location-service-block .search-box .attribute-second-search .icon {
  fill: #ffffff;
}

.proshop-locations-block-location .row {
  margin-left: -15px;
  margin-right: -15px;
}

.options-list .action.primary.btn-skew {
  margin-top: 12px;
  margin-left: 10px;
}

#proshop-locations-grid {
  padding-top: 50px;
}

.location-image {
  background-color: #efefef;
  padding-right: 50px;
  padding-top: 16px;
  padding-bottom: 50px;
  padding-left: 60px;
}

.location-image h5 {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 500;
  width: 60%;
  padding-left: 8px;
  margin-top: 30px;
}

.proshop-locations-block .arrow-link {
  display: flex;
  color: #000000;
  border-bottom: 1px solid #000000;
  justify-content: space-between;
  font-size: 14px;
  padding-bottom: 5px;
  min-width: 185px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 23px;
}

.proshop-locations-block-location #proshop-locations-grid .store-location:hover {
  background-color: #ffd600;
}

.homepage-help-section #homepage-help-slider .item img {
  height: 150px;
  width: auto;
  margin: auto;
  margin-top: 15px;
}

.homepage-help-section #homepage-help-slider .item {
  min-height: 314px;
}

/* .proshop-locations-block #proshop-locations-slider .owl-item {
  margin-right: 24.9px !important;
} */

.contact-container {
  padding: 20px 0 35px;
}

.location-image img {
  width: 100%;
  height: auto;
}

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

  .location-image h5 {
    font-size: 14px;
    padding-left: 30px;
    margin-top: 30px;
    text-align: justify;
  }

  .home-main-title,
  .home-main-title span {
    font-size: 24px !important;
  }

  .location-service-block .search_attributes {
    margin-top: 20px;
  }

  .cms-locations .proshop-locations-block-location #proshop-locations-grid .store-location {
    min-height: auto;
  }

  .cms-locations .proshop-locations-block-location #proshop-locations-grid .store-location address {
    min-height: auto;
    margin-bottom: 20px;
  }

  .page-wrapper .floating-links .link.search-icon svg {
    width: 17px !important;
    transform: translate(0, 65%) !important;
  }
}

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

  .contact-container .actions-toolbar p {
    width: 100%;
  }

  .location-image {
    padding: 15px;
  }

  .location-image h5 {
    font-size: 14px;
    width: 95%;
    padding-left: 0px;
    margin-top: 30px;
    text-align: left;
  }

  /*.homepage-help-section #homepage-help-slider .owl-item {
    margin-right: 14.9px !important;
  }*/

  .header-title-style-1 h4 {
    margin-top: 10px;
  }

  .cms-home .homepage-help-section .actions a:nth-child(1) {
    margin-bottom: 20px;
  }

  .cms-home .homepage-help-section .actions {
    margin-top: 30px !important;
  }


  .location-service-block .first_search {
    margin-top: 20px;
    height: 250px;
    background-size: 100% 100%;
  }

  .location-service-block .search-box p {
    width: 85%;
    padding-top: 10px;
  }

  .location-service-block h6 {
    width: 100%;
  }

  .location-service-block .search-box .attribute-second-search {
    margin-left: 0;
  }
}

@media screen and (min-width: 480px) and (max-width: 498px) {

  .homepage-help-section #homepage-help-slider .item {
    min-height: 310px;
  }
}

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

  .location-image h5 {
    font-weight: 500;
    padding-left: 15px;
  }

  .home-page-4 .slidershow .owl-theme .owl-nav div.owl-prev {
    left: 25px;
  }
}

@media screen and (min-width: 1050px) and (max-width: 1330px) {

  .location-image h5 {
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 500;
    padding-left: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {

  .location-image,
  .cms-brands .banner-image img {
    padding: 15px 30px 30px 30px;
  }


}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .location-image h5 {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 500;
    width: 100%;
    padding-left: 15px;
  }

  .contact-container .actions-toolbar p {
    width: 100%;
  }

  .ways-to-serve-section .options-list .option .option-content p {
    margin-top: 15px;
  }

  .cms-home .ways-to-serve-section .options-list .option .option-content p {
    min-height: 100px;
    margin: 10px 0;
  }

  .cms-home .ways-to-serve-section .options-list .option .option-content h6 {
    min-height: 49px;
  }

  .location-service-block .first_search {
    margin-top: 20px;
    height: 240px;
    background-size: 100% 100%;
  }

  .location-service-block .search-box p {
    width: 50%;
  }

  .location-service-block .search-box .attribute-second-search {
    margin-left: 0;
  }

  .featured-products-container .featured-section .header .actions {
    flex: 70%;
  }
}

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

  .proshop-locations-block-location #proshop-locations-grid .store-location span {
    font-size: 12px;
  }

  .location-service-block h6 {
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 636px) {

  .proshop-locations-block-location #proshop-locations-grid .store-location {
    min-height: 250px;
  }
}

@media screen and (min-width: 768px) and (max-width: 833px) {

  .proshop-locations-block-location #proshop-locations-grid .store-location {
    min-height: 250px;
  }
}

@media screen and (min-width: 834px) and (max-width: 867px) {

  .proshop-locations-block-location #proshop-locations-grid .store-location {
    min-height: 270px;
  }
}

@media screen and (min-width: 868px) and (max-width: 991px) {

  .proshop-locations-block-location #proshop-locations-grid .store-location {
    min-height: 270px;
  }
}


@media screen and (min-width: 939px) and (max-width: 991px) {

  .proshop-locations-block-location #proshop-locations-grid .store-location {
    min-height: 265px;
  }
}

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

  .proshop-locations-block-location #proshop-locations-grid .store-location {
    min-height: 285px;
  }

  .cms-locations .proshop-locations-block-location #proshop-locations-grid .store-location h6 {
    min-height: 50px;
  }
}

/* Proshp locations grid, contact END */

/* Category START */

.sidebar-main .tyre_rear_width,
.sidebar-main .tyre_rear_rim_diameter,
.sidebar-main .tyre_rear_load_speed,
.sidebar-main .tyre_rear_height,
.sidebar-main .tyre_front_width,
.sidebar-main .tyre_front_rim_diameter,
.sidebar-main .tyre_front_load_speed,
.sidebar-main .tyre_front_height {
  display: none;
}

.sidebar-main .am-ranges[data-amshopby-filter="attr_tyre_rear_width"],
.sidebar-main .am-ranges[data-amshopby-filter="attr_tyre_rear_rim_diameter"],
.sidebar-main .am-ranges[data-amshopby-filter="attr_tyre_rear_load_speed"],
.sidebar-main .am-ranges[data-amshopby-filter="attr_tyre_rear_height"],
.sidebar-main .am-ranges[data-amshopby-filter="attr_tyre_front_width"],
.sidebar-main .am-ranges[data-amshopby-filter="attr_tyre_front_rim_diameter"],
.sidebar-main .am-ranges[data-amshopby-filter="attr_tyre_front_load_speed"],
.sidebar-main .am-ranges[data-amshopby-filter="attr_tyre_front_height"] {
  display: none;
}

body.page-products .page-wrapper>.breadcrumbs,
body.customsearch-index-searchbycar .page-wrapper>.breadcrumbs,
body.catalog-product-view .page-wrapper>.breadcrumbs {
  display: none;
}

.catalog-category-view #maincontent .columns>.container>.row-content {
  padding-left: 15px;
  padding-right: 15px;
}

.catalog-topnav.amasty-catalog-topnav {
  display: none;
}

.filter-options .items .items-children.-folding {
  padding-left: 0px;
}

#amasty-shopby-product-list .toolbar:first-child,
.testimonials-index-index .toolbar .toolbar-amount,
.testimonials-index-index .toolbar .limiter,
.account .toolbar .toolbar-number,
.account .toolbar .limiter {
  display: none;
}

.account .toolbar .pager .toolbar-amount {
  display: none !important;
}

.account .toolbar .pages {
  display: block;
  float: unset;
  text-align: center;
  margin-top: 40px;
}

#amasty-shopby-product-list .toolbar,
.testimonials-index-index .toolbar,
.account .toolbar {
  text-align: center;
  background-color: unset;
  border: unset;
  margin-bottom: 0;
}

.products.wrapper~.toolbar .pages {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}

.pages .items {
  display: inline-block;
}

.testimonials-index-index .toolbar .pages {
  display: block;
  float: unset;
  margin-top: 0;
  margin-bottom: 50px;
}

#amasty-shopby-product-list .toolbar .pages-items .item.current,
#amasty-shopby-product-list .toolbar .pages-items .item:hover,
.blog-page-list .pages .pages-items .item:hover,
.blog-page-list .pages .pages-items .item.current,
.tips-index-index .pages .pages-items .item:hover,
.tips-index-index .pages .pages-items .item.current,
.testimonials-index-index .pages .pages-items .item.current,
.testimonials-index-index .pages .pages-items .item:hover,
.blog-post-view .post-bottom .post-nextprev-hld .prev-link:hover,
.blog-post-view .post-bottom .post-nextprev-hld .next-link:hover,
.blog-post-view .post-bottom .post-nextprev-hld .all-news:hover,
.tips-post-view .post-bottom .post-nextprev-hld .prev-link:hover,
.tips-post-view .post-bottom .post-nextprev-hld .next-link:hover,
.tips-post-view .post-bottom .post-nextprev-hld .all-news:hover,
.account .pages .pages-items .item:hover,
.account .pages .pages-items .item.current {
  background: #cecece;
}

#amasty-shopby-product-list .toolbar .pages-items .item,
.blog-page-list .pages .pages-items .item,
.tips-index-index .pages .pages-items .item,
.testimonials-index-index .pages .pages-items .item,
.blog-post-view .post-bottom .post-nextprev-hld .prev-link,
.blog-post-view .post-bottom .post-nextprev-hld .next-link,
.blog-post-view .post-bottom .post-nextprev-hld .all-news,
.tips-post-view .post-bottom .post-nextprev-hld .prev-link,
.tips-post-view .post-bottom .post-nextprev-hld .next-link,
.tips-post-view .post-bottom .post-nextprev-hld .all-news,
.account .pages .pages-items .item {
  border: 1px solid #cecece;
  border-radius: 0px;
  margin-left: 13px;
  color: #444;
  width: 37px;
  height: 37px;
}

.blog-page-list .pages .pages-items .item:hover,
.blog-page-list .pages .pages-items .item.current,
.tips-index-index .pages .pages-items .item:hover,
.tips-index-index .pages .pages-items .item.current,
.testimonials-index-index .pages .pages-items .item:hover,
.testimonials-index-index .pages .pages-items .item.current,
.blog-post-view .post-bottom .post-nextprev-hld .prev-link,
.blog-post-view .post-bottom .post-nextprev-hld .next-link,
.blog-post-view .post-bottom .post-nextprev-hld .all-news,
.tips-post-view .post-bottom .post-nextprev-hld .prev-link,
.tips-post-view .post-bottom .post-nextprev-hld .next-link,
.tips-post-view .post-bottom .post-nextprev-hld .all-news,
.account .pages .pages-items .item:hover,
.account .pages .pages-items .item.current {
  border-color: #cecece !important;
}

#amasty-shopby-product-list .toolbar .pages-items .item .page span,
#amasty-shopby-product-list .pages .pages-items .item.pages-item-next span,
#amasty-shopby-product-list .pages .pages-items .item.pages-item-previous span,
.blog-page-list .pages .pages-items .item.pages-item-next span,
.blog-page-list .pages .pages-items .item .page span,
.blog-page-list .pages .pages-items .item.pages-item-previous span,
.tips-index-index .pages .pages-items .item.pages-item-next span,
.tips-index-index .pages .pages-items .item .page span,
.tips-index-index .pages .pages-items .item.pages-item-previous span,
.testimonials-index-index .pages .pages-items .item.pages-item-next span,
.testimonials-index-index .pages .pages-items .item .page span,
.testimonials-index-index .pages .pages-items .item.pages-item-previous span,
.blog-post-view .post-bottom .post-nextprev-hld .prev-link,
.blog-post-view .post-bottom .post-nextprev-hld .next-link,
.blog-post-view .post-bottom .post-nextprev-hld .all-news,
.tips-post-view .post-bottom .post-nextprev-hld .prev-link,
.tips-post-view .post-bottom .post-nextprev-hld .next-link,
.tips-post-view .post-bottom .post-nextprev-hld .all-news,
.account .pages .pages-items .item.pages-item-next span,
.account .pages .pages-items .item .page span,
.account .pages .pages-items .item.pages-item-previous span {
  font-size: 12px;
  line-height: 36px;
  font-weight: 200;
  color: #444;
  font-style: normal;
  text-transform: uppercase;
}

#amasty-shopby-product-list .toolbar .pages-items .item.current .page span,
#amasty-shopby-product-list .toolbar .pages-items .item:hover .page span,
#amasty-shopby-product-list .pages .pages-items .item.pages-item-next:hover span,
#amasty-shopby-product-list .pages .pages-items .item.pages-item-previous:hover span,
.blog-page-list .pages .pages-items .item.pages-item-next:hover span,
.blog-page-list .pages .pages-items .item.current .page span,
.blog-page-list .pages .pages-items .item.pages-item-previous:hover span,
.blog-page-list .pages .pages-items .item:hover .page span,
.tips-index-index .pages .pages-items .item.pages-item-next:hover span,
.tips-index-index .pages .pages-items .item.current .page span,
.tips-index-index .pages .pages-items .item.pages-item-previous:hover span,
.tips-index-index .pages .pages-items .item:hover .page span,
.testimonials-index-index .pages .pages-items .item.pages-item-next:hover span,
.testimonials-index-index .pages .pages-items .item.current .page span,
.testimonials-index-index .pages .pages-items .item.pages-item-previous:hover span,
.testimonials-index-index .pages .pages-items .item:hover .page span,
.account .pages .pages-items .item.pages-item-next:hover span,
.account .pages .pages-items .item.current .page span,
.account .pages .pages-items .item.pages-item-previous:hover span,
.account .pages .pages-items .item:hover .page span {
  font-weight: bold;
  color: #fff;
}

#amasty-shopby-product-list .toolbar .pages-items .item.pages-item-next,
#amasty-shopby-product-list .toolbar .pages-items .item.pages-item-previous,
.blog-page-list .pages .pages-items .item.pages-item-next,
.blog-page-list .pages .pages-items .item.pages-item-previous,
.tips-index-index .pages .pages-items .item.pages-item-next,
.tips-index-index .pages .pages-items .item.pages-item-previous,
.testimonials-index-index .pages .pages-items .item.pages-item-next,
.testimonials-index-index .pages .pages-items .item.pages-item-previous,
.account .pages .pages-items .item.pages-item-next,
.account .pages .pages-items .item.pages-item-previous {
  width: 122px;
}

#amasty-shopby-product-list .toolbar .pages-items .item.pages-item-next a::before,
#amasty-shopby-product-list .toolbar .pages-items .item.pages-item-previous a::before,
.blog-page-list .pages .pages-items .item.pages-item-next a::before,
.blog-page-list .pages .pages-items .item.pages-item-previous a::before,
.tips-index-index .pages .pages-items .item.pages-item-next a::before,
.tips-index-index .pages .pages-items .item.pages-item-previous a::before,
.testimonials-index-index .pages .pages-items .item.pages-item-next a::before,
.testimonials-index-index .pages .pages-items .item.pages-item-previous a::before,
.account .pages .pages-items .item.pages-item-next a::before,
.account .pages .pages-items .item.pages-item-previous a::before {
  display: none;
}

#amasty-shopby-product-list .pages .pages-items .item.pages-item-next span,
#amasty-shopby-product-list .pages .pages-items .item.pages-item-previous span,
.blog-page-list .pages .pages-items .item.pages-item-next span,
.blog-page-list .pages .pages-items .item.pages-item-previous span,
.tips-index-index .pages .pages-items .item.pages-item-next span,
.tips-index-index .pages .pages-items .item.pages-item-previous span,
.testimonials-index-index .pages .pages-items .item.pages-item-next span,
.testimonials-index-index .pages .pages-items .item.pages-item-previous span,
.account .pages .pages-items .item.pages-item-next span,
.account .pages .pages-items .item.pages-item-previous span {
  display: block;
}

#amasty-shopby-product-list .pages .pages-items .item.pages-item-next span::after,
#amasty-shopby-product-list .pages .pages-items .item.pages-item-previous span::before,
.blog-page-list .pages .pages-items .item.pages-item-next span::after,
.blog-page-list .pages .pages-items .item.pages-item-previous span::before,
.tips-index-index .pages .pages-items .item.pages-item-next span::after,
.tips-index-index .pages .pages-items .item.pages-item-previous span::before,
.testimonials-index-index .pages .pages-items .item.pages-item-next span::after,
.testimonials-index-index .pages .pages-items .item.pages-item-previous span::before,
.blog-post-view .post-bottom .post-nextprev-hld .prev-link:before,
.blog-post-view .post-bottom .post-nextprev-hld .next-link:after,
.tips-post-view .post-bottom .post-nextprev-hld .prev-link:before,
.tips-post-view .post-bottom .post-nextprev-hld .next-link:after,
.account .pages .pages-items .item.pages-item-next span::after,
.account .pages .pages-items .item.pages-item-previous span::before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 17px;
  color: #444;
}

#amasty-shopby-product-list .pages .pages-items .item.pages-item-next:hover span::after,
#amasty-shopby-product-list .pages .pages-items .item.pages-item-previous:hover span::before,
.blog-page-list .pages .pages-items .item.pages-item-next:hover span::after,
.blog-page-list .pages .pages-items .item.pages-item-previous:hover span::before,
.tips-index-index .pages .pages-items .item.pages-item-next:hover span::after,
.tips-index-index .pages .pages-items .item.pages-item-previous:hover span::before,
.testimonials-index-index .pages .pages-items .item.pages-item-next:hover span::after,
.testimonials-index-index .pages .pages-items .item.pages-item-previous:hover span::before,
.blog-post-view .post-bottom .post-nextprev-hld .prev-link:hover::before,
.blog-post-view .post-bottom .post-nextprev-hld .next-link:hover::after,
.tips-post-view .post-bottom .post-nextprev-hld .prev-link:hover::before,
.tips-post-view .post-bottom .post-nextprev-hld .next-link:hover::after,
.account .pages .pages-items .item.pages-item-next:hover span::after,
.account .pages .pages-items .item.pages-item-previous:hover span::before {
  color: #fff;
}

#amasty-shopby-product-list .pages .pages-items .item.pages-item-next span::after,
.blog-page-list .pages .pages-items .link.next span::after,
.tips-index-index .pages .pages-items .link.next span::after,
.testimonials-index-index .pages .pages-items .link.next span::after,
.blog-post-view .post-bottom .post-nextprev-hld .next-link::after,
.tips-post-view .post-bottom .post-nextprev-hld .next-link::after,
.account .pages .pages-items .link.next span::after {
  content: '\f105';
  margin: 9px 15px 39px -30px;
  float: right;
}

#amasty-shopby-product-list .pages .pages-items .item.pages-item-previous span::before,
.blog-page-list .pages .pages-items .item.pages-item-previous span::before,
.tips-index-index .pages .pages-items .item.pages-item-previous span::before,
.testimonials-index-index .pages .pages-items .item.pages-item-previous span::before,
.blog-post-view .post-bottom .post-nextprev-hld .prev-link::before,
.tips-post-view .post-bottom .post-nextprev-hld .prev-link::before,
.account .pages-items .item.pages-item-previous span::before {
  content: '\f104';
  margin: 9px -15px 0px 15px;
  float: left;
}

.products.wrapper.products-grid .item {
  margin-bottom: 15px !important;
}

.products.wrapper.products-grid .products.list .product-item-details .additional-details ul .deliver-install span,
.products.wrapper.products-grid .product-item-details .additional-details ul .deliver-install span,
.products.wrapper.products-grid .products.list .product-item-details .additional-details ul .free-installation span,
.products.wrapper.products-grid .product-item-details .additional-details ul .free-installation span {
  text-decoration: underline;
}

@media screen and (max-width: 1199px) {
  .products.wrapper~.toolbar .pages {
    margin: 20px 0 30px 0;
  }

  .catalog-product-view .ratings-block .review-block img {
    width: 34px;
  }

  .header-middle .middle-right-content .header-actions {
    width: auto;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-products .sidebar .block.filter .filter-options .filter-options-title span {
    max-width: 210px;
  }

  .col2-layout .products.wrapper.products-grid .item {
    width: 50% !important;
  }

  .col2-layout .products.wrapper.products-grid .item:nth-child(2n+1) {
    clear: both;
  }

  .col2-layout .products.wrapper.products-grid .item:nth-child(3n+1) {
    clear: none !important;
  }

  .page-products .sidebar .block.filter .filter-options .filter-options-title span {
    max-width: calc(100% - 50px);
  }
}

@media screen and (max-width: 575px) {
  .col2-layout .products.wrapper.products-grid .item {
    width: 100% !important;
  }

  .col2-layout .products.wrapper.products-grid .item:nth-child(n+1) {
    clear: both;
  }

  .products.wrapper.products-grid .products.list .product-image-container span.product-image-wrapper {
    padding-bottom: 40%;
  }

  .products.wrapper.products-grid .products.list .product-item-details .additional-details>ul li {
    font-size: 11px;
  }
}

@media screen and (max-width: 400px) {
  .products.wrapper.products-grid .products.list .product-image-container span.product-image-wrapper {
    padding-bottom: 50%;
  }

  .products.wrapper.products-grid .products.list .product-image-photo {
    top: 0;
  }

  .products.wrapper.products-grid .products.list .product-item-info .product-item-image .advantages span {
    width: 36px;
    height: 36px;
    font-size: 8px;
    line-height: 9px;
    padding-top: 8px;
  }
}

/* Category END */

/* Free fitment START */
.free-tyre-fitment-modal .modal__container {
  max-width: 700px;
}

.free-tyre-fitment {
  background: #fff;
}

.service-appointment-success {
  background: #e1e1e1;
}

.free-tyre-fitment-modal .free-tyre-fitment .header {
  display: flex;
  justify-content: space-between;
  padding: 35px;
  border-bottom: 1px solid #a5a5a5;
}

.free-tyre-fitment-modal .close-modal {
  font-style: normal;
  font-size: 30px;
  font-weight: 400;
}

.free-tyre-fitment-modal .free-tyre-fitment .content p {
  padding: 35px;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 24px;
}

.free-tyre-fitment-modal .free-tyre-fitment button {
  height: 46px;
  font-style: normal;
  background-color: #ffd601;
}

.free-tyre-fitment-modal .free-tyre-fitment .btn-free-tyre {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 35px;
}

.free-tyre-fitment-modal .free-tyre-fitment .btn-free-tyre .knw-btn {
  background-color: #949393 !important;
  margin-left: 15px;
  padding-left: 47px !important;
  padding-right: 47px !important;
}

.free-tyre-fitment-modal .free-tyre-fitment .btn-free-tyre .cls-btn {
  background-color: #ffd601 !important;
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.free-tyre-fitment-modal .free-tyre-fitment .header h3 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 46px;
}

@media only screen and (max-width: 991) {
  .free-tyre-fitment-modal .free-tyre-fitment .header h3 {
    font-size: 24px;
    line-height: 36px;
  }
}

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

  .free-tyre-fitment-modal .free-tyre-fitment .content p {
    font-size: 14px;
  }

  .free-tyre-fitment-modal .free-tyre-fitment .btn-free-tyre .knw-btn {
    margin-left: 0;
  }

  .free-tyre-fitment-modal .free-tyre-fitment .header h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

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

  .free-tyre-fitment-modal .free-tyre-fitment .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .free-tyre-fitment-modal .free-tyre-fitment .btn-free-tyre {
    padding-left: 25px;
    padding-right: 25px;
  }

  .free-tyre-fitment-modal .free-tyre-fitment .header {
    padding-left: 25px;
    padding-right: 25px;
  }

  .free-tyre-fitment-modal .free-tyre-fitment .content p {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 991) {

  .free-tyre-fitment-modal .free-tyre-fitment .content p {
    font-size: 16px;
  }
}

/* Free fitment END */

/* Breadcrumbs Css Start */

.cms-page-view .page-wrapper>.breadcrumbs {
  background-color: #EFEFEF;
}

.cms-page-view .page-wrapper>.breadcrumbs .items .item a {
  color: #9a9a9a;
  font-style: normal;
  font-size: 12px;
}

.cms-page-view .page-wrapper>.breadcrumbs .items .item strong {
  color: #9a9a9a;
  font-style: normal;
  font-size: 12px;
}

.cms-page-view .page-wrapper>.breadcrumbs .items .item:not(:last-child)::before {
  font-size: 12px;
  margin: 9px 10px 0 12px;
  color: #9a9a9a;
}

.cms-page-view .page-wrapper>.breadcrumbs .items {
  padding-left: 15px;
  padding-right: 15px;
}

/*Breadcrumbs Css End*/

/*Success Page Css Start*/

.checkout-onepage-success .checkout-success .msg-payment {
  color: #309488;
  margin-bottom: 45px;
}

.checkout-onepage-success .checkout-success .success-img {
  text-align: center;
}

.checkout-onepage-success .checkout-success .success-img h1 {
  color: #309488;
  font-weight: bold;
  font-size: 50px;
  margin-top: 15px;
  margin-bottom: 40px;
}

.checkout-onepage-success .checkout-success p {
  text-align: center;
}

.checkout-onepage-success #registration p {
  text-align: center;
  margin-bottom: 0;
}

.checkout-onepage-success #registration {
  margin-top: 35px;
}

.checkout-onepage-success #registration .btn-action {
  text-align: center;
  padding-right: 15px;
}

.checkout-onepage-success .checkout-success .success-msg-ordr {
  margin-bottom: 0;
  margin-top: 30px;
}

.checkout-onepage-success #registration .btn-success-page {
  display: flex;
  justify-content: center;
  padding-top: 105px;
  padding-bottom: 95px;
  padding-left: 15px;
}

.checkout-onepage-success #registration .btn-success-page .btn-action a {
  color: #000 !important;
  background-color: #ffd602 !important;
  text-transform: uppercase !important;
  font-style: normal;
}

.checkout-onepage-success .checkout-success {
  padding-top: 55px;
}

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

  .checkout-onepage-success .checkout-success p {
    padding-left: 15px;
    padding-right: 15px;
  }

  .checkout-onepage-success #registration p {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-middle .middle-right-content .header-actions {
    width: auto;
  }
}

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

  .checkout-onepage-success #registration .btn-success-page {
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .checkout-onepage-success #registration .btn-action {
    text-align: center;
    padding-bottom: 15px;
  }

}

/*Success Page Css End*/

/* Product START */

.catalog-product-view .product-main-description .description-content ol li {
  padding-left: 15px;
}

.product-info-main .tyre-additional-details .tyre-details li .product-warrnty {
  color: #0b9482;
}

body.catalog-product-view #maincontent>.columns.col1-layout.container {
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-top: 40px;
}

.product.media .fotorama__thumb {
  border-color: #b8b8b8;
}

.product.media .fotorama__wrap--slide .fotorama__stage__frame {
  border: none;
}

.product.media .fotorama__stage__frame .fotorama__img {
  position: static;
  transform: unset;
}

.catalog-product-view .product.media {
  width: 45%;
}

.catalog-product-view .product-info-main {
  width: 55%;
}

.product.media .additional-details {
  position: absolute;
  top: 0;
  left: 120px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 120px);
}

.product.media .other-product .additional-details {
  justify-content: flex-end;
}

.product.media .tyre-features .feature:first-child {
  margin-top: 0;
}

.product.media .fotorama__thumb-border:first-child {
  margin-top: 0;
}

.product.media .fotorama__nav--thumbs .fotorama__nav__frame:nth-of-type(2) {
  padding-top: 0px;
}

.product-info-main .product-brand {
  display: flex;
  align-items: center;
}

.product-info-main .product-brand img {
  max-height: 18px;
}

.product-info-main .page-title-wrapper.product .page-title {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #b8b8b8;
  line-height: unset;
  margin-bottom: 20px !important;
}

.product-info-main .page-title-wrapper.product .page-title span {
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  max-width: 100%;
  text-transform: none;
  line-height: 32px;
}

.product-info-main .tyre-size-container {
  display: flex;
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 20px;
}

.product-info-main .tyre-size-container .tyre-size {
  margin-right: 60px;
}

.product-info-main .tyre-size-container>div>i,
.price-box .price-type .heading i {
  background: #f7f7f7;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  font-size: 12px;
  color: #8f8f8f;
  padding: 5px 7px;
  margin-right: 5px;
}

.product-info-main .tyre-size-container>div>span {
  font-size: 15px !important;
  line-height: 20px;
  color: #000 !important;
  font-weight: 600;
  font-style: normal;
}

.product-info-main .tyre-size-container>div>span.label {
  font-weight: 400 !important;
  color: #8f8f8f !important;
}

.need-assistance-section .need-assistance .need-assi-para,
.need-assistance-section .need-assistance .need-assi-para a {
  padding-top: 40px;
  margin-bottom: 40px;
  font-style: normal;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0;
}

.need-assistance-section .need-assistance span,
.need-assistance-section .need-assistance span a {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  font-style: normal;
}

.need-assistance-section .need-assistance .primary span {
  font-weight: 600;
}

.need-assistance-section .need-assistance .Contact-details .details {
  display: flex;
}

.need-assistance-section .need-assistance .Contact-details .details strong {
  width: 25%;
  text-transform: uppercase;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0;
  display: block;
  font-weight: 600;
}

.need-assistance-section .need-assistance-form .assistance-contact h2 {
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-bottom: 15px;
}

.need-assistance-section .need-assistance-form {
  padding-top: 50px;
}

.need-assistance-section .need-assistance h3 {
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.need-assistance-section .need-assistance h3,
.catalog-product-view .full-specifications-block h3 {
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.need-assistance-section .need-assistance {
  padding-bottom: 45px;
  padding-top: 45px;
  border-bottom: 1px solid #e5e5e5;
}

.need-assistance-section .need-assistance .option[aria-expanded="true"] h3::after,
.catalog-product-view .full-specifications-block .option[aria-expanded="true"] h3::after,
.catalog-product-view .product-main-description .description-heading .option[aria-expanded="true"] .tyre-details::after,
.catalog-product-view .review-raings-block .option[aria-expanded="true"] h3::after,
.cms-faq .brands-page-faqs .option[aria-expanded="true"] .faq-que::after {
  content: '-';
  font-size: 70px;
}

.need-assistance-section .need-assistance .option[aria-expanded="false"] h3::after,
.catalog-product-view .full-specifications-block .option[aria-expanded="false"] h3::after,
.catalog-product-view .product-main-description .description-heading .option[aria-expanded="false"] .tyre-details::after,
.catalog-product-view .review-raings-block .option[aria-expanded="false"] h3::after,
.cms-faq .brands-page-faqs .option[aria-expanded="false"] .faq-que::after {
  font-size: 48px;
  content: '+';
}

.catalog-product-view .full-specifications-block {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding-top: 45px;
}

.catalog-product-view .full-specifications {
  padding-bottom: 45px;
}

.catalog-product-view .full-specifications-block h3 {
  padding-bottom: 35px;
  font-style: normal;
  font-weight: 500;
}

.catalog-product-view .full-specifications div {
  float: left;
  width: 50%;
}

.catalog-product-view .full-specifications div span {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  font-style: normal;
}

.catalog-product-view .full-specifications div strong {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  width: 40%;
  display: inline-block;
  text-transform: uppercase;
}

.catalog-product-view .product.data.items {
  margin-bottom: 30px;
}

.catalog-product-view .product-main-description {
  padding-bottom: 10px;
  border-top: 1px solid #e5e5e5;
  padding-top: 35px;
}

.catalog-product-view .product-main-description h3 {
  padding-bottom: 25px;
  font-style: normal;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}

.catalog-product-view .product-main-description p,
.catalog-product-view .product-main-description .description-content ol li,
.catalog-product-view .product-main-description .description-content {
  font-style: normal;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 300;
}

.catalog-product-view .product-main-description p {
  margin-bottom: 30px;
  width: 85%;
}

.catalog-product-view .product-main-description .description-content ol {
  padding-left: 25px;
}

.catalog-product-view .product-reviews-container .review-raings-block {
  padding-top: 45px;
}

.catalog-product-view .product-reviews-container .review-raings-block h3 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  font-style: normal;
  font-weight: 500;
}

.catalog-product-view .review-list .block-title strong {
  font-weight: 600;
  font-size: 15px;
  font-style: normal;
  letter-spacing: 0;
}

.catalog-product-view .review-details .review-author {
  padding-right: 15px;
  margin-bottom: 0;
}

.catalog-product-view .review-details {
  display: flex;
}

.catalog-product-view .review-ratings {
  float: unset;
}

.catalog-product-view .review-content {
  margin-bottom: 0;
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 20px;
  color: #010101;
  font-weight: 300;
  font-style: normal;
}

.catalog-product-view .review-details .review-author .review-details-value,
.catalog-product-view .review-details .review-date .review-details-value {
  font-size: 17px;
  letter-spacing: 0px;
  color: #010101;
  font-weight: 300;
  font-style: normal;
}

.catalog-product-view .rating-summary .rating-result>span::before {
  color: #f1a400;
}

.catalog-product-view .review-control-vote label::before {
  color: #f1a400;
}

.catalog-product-view .review-title {
  text-transform: unset;
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #010101;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
}

.catalog-product-view .review-ratings~.review-content {
  margin-left: 0;
}

.catalog-product-view .review-item {
  padding: 0 0 30px 0;
  border-bottom: none;
}

.catalog-product-view .detail-title {
  margin-bottom: 0;
}

.catalog-product-view .review-item:first-child {
  padding-top: 30px;
}

.catalog-product-view .fieldset .review-legend.legend strong {
  font-style: normal;
}

.catalog-product-view .review-fieldset span {
  font-style: normal;
  font-size: 17px;
  font-weight: 400;
}

.catalog-product-view .fieldset .review-legend.legend strong {
  font-style: normal;
  font-weight: 600;
}

.catalog-product-view .ratings-block .col-lg-4 {
  padding-left: 0;
}

.catalog-product-view .ratings-block h5 {
  font-size: 15px;
  font-style: normal;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
}

.catalog-product-view .ratings-block h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 10px;
}

.catalog-product-view .ratings-block h2 {
  letter-spacing: 0px;
  line-height: 59px;
  color: #6e6e6e;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
}

.catalog-product-view .ratings-block span {
  font-size: 17px;
  letter-spacing: 0px;
  font-weight: 300;
  font-style: normal;
  display: flex;
}

.catalog-product-view .ratings-block a {
  font-style: normal;
  background-color: transparent;
  border: 1px solid #000 !important;
  font-weight: 300;
  font-size: 15px;
  cursor: pointer;
  width: 252px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b8b8b8 !important;
}

.catalog-product-view .ratings-block .ratings {
  padding-top: 25px;
}

.catalog-product-view .review-add .block-content .review-form {
  display: none;
}

.catalog-product-view .related-upsell-wrapper {
  margin-bottom: 40px;
  padding-left: 0;
  border-top: 1px solid #c9c9c9;
  padding-top: 50px;
}

body.catalog-product-view #maincontent>.columns .column.main::after {
  content: "";
  display: table;
  clear: both;
}

.catalog-product-view .product-main-description .description-heading {
  cursor: pointer;
}

.catalog-product-view .full-specification-section,
.need-assistance-section,
.catalog-product-view .description-section,
.catalog-product-view .top-navigation-section {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.catalog-product-view .navigation-block {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  padding-top: 25px;
}

.catalog-product-view .navigation-block {
  border-top: 1px solid #e5e5e5;
}

.catalog-product-view .top-navigation-section .navigation-block span {
  font-style: normal;
  padding-right: 20px;
  letter-spacing: 0px;
  color: #0b9482;
  font-weight: 600;
  font-size: 15px;
}

.catalog-product-view .top-navigation-section .navigation-block .block-links {
  text-transform: uppercase;
  cursor: pointer;
}

.catalog-product-view .top-navigation-section .navigation-block .free-services {
  display: flex;
}





.catalog-product-view .top-navigation-section .navigation-block .free-services .img-services span {
  font-size: 13px;
}

.catalog-product-view .slider-product .products-grid .owl-carousel .owl-stage-outer {
  padding-bottom: 15px;
  padding-top: 25px;
}

.related-upsell-wrapper>.note {
  display: none;
}

.related-upsell-wrapper.related>.note {
  font-size: 12px;
  line-height: 17px;
  color: #808080;
  display: block;
}

.product-info-main .tyre-additional-details .tyre-details {
  display: flex;
  flex-wrap: wrap;
  list-style: inside disc;
  padding: 20px 0;
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 15px;
}

.product-info-main .tyre-additional-details .tyre-details li {
  flex-basis: 33.33%;
  line-height: 21px;
}

.product-info-main .tyre-additional-details .tyre-details li span {
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 0px;
  font-style: normal;
}

.product-info-main .product-options-wrapper {
  width: 35%;
  float: left;
  margin-right: 5%;
}

.product-info-main .product-info-price {
  width: 60%;
  float: left;
}

.product-info-main .product-info-price .price-box {
  display: flex;
  justify-content: space-between;
}

.product-info-main .product-options-wrapper .fieldset .field {
  float: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.product-info-main .product-options-wrapper .fieldset .field .control div.mage-error {
  margin-top: 0;
}

.product-info-main .product-options-wrapper .fieldset .field .label::after {
  margin: 0;
  font-style: normal;
}

.product-info-main .product-options-wrapper .fieldset .field .label span {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
  font-weight: 400;
  font-style: normal;
}

.product-info-main .product-options-wrapper .fieldset .field select {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 23px;
  color: #6e6e6e;
  font-weight: 400;
  font-style: normal;
  border: 1px solid #949494;
  padding-right: 15px;
}

.product-info-main .product-options-wrapper .fieldset .field select * {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 23px;
  color: #6e6e6e;
  font-weight: 400;
  font-style: normal;
}

.related-upsell-wrapper .detail-title {
  display: flex;
  justify-content: space-between;
}

.related-upsell-wrapper .detail-title .actions {
  display: flex;
}

.related-upsell-wrapper .detail-title .actions .arrow-link {
  width: 50%;
}

.related-upsell-wrapper .detail-title .actions .arrow-link:first-child {
  margin-right: 15px;
}

.related-upsell-wrapper .detail-title h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  color: #000;
  font-style: normal;
  text-align: left;
}

.price-box .price-type .heading {
  margin-bottom: 5px;
}

.price-box .price-type .heading span.label {
  font-size: 15px !important;
  line-height: 20px;
  font-weight: 400 !important;
  font-style: normal;
}

.price-box .price-type .prices .old-price span.price {
  font-size: 12px !important;
  line-height: 20px;
  font-weight: 500;
  color: #6e6e6e;
  font-style: normal;
}

.price-box .price-type .prices .special-price span.price {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  font-style: normal;
}

.price-box .per-item-price .prices .special-price span.price {
  color: #bf140e;
}

.product-info-main .product-steps .steps {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.product-info-main .product-steps .steps .step {
  min-width: 60px;
}

.product-info-main .product-steps .steps .step:nth-child(3) {
  min-width: unset;
}

.product-info-main .product-steps .steps .step .count {
  position: relative;
  background: #d0d0d0;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  line-height: 21px;
  padding-left: 9px;
  padding-top: 2px;
  top: 6px;
}

.product-info-main .product-steps .steps .step.active .count {
  background: #0b9482;
}

.product-info-main .product-steps .steps .step .text {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0;
  color: #858585;
}

.product-info-main .product-steps .steps hr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-top: 4px solid #d0d0d0;
}

.product-info-main .product-add-form .action.tocompare,
.product-options-bottom .action.tocompare {
  position: static;
  background-color: #ffde00;
  color: #000;
  height: 48px;
  line-height: 35px;
  display: inline-block;
  width: 60px;
  text-align: center;
}

.product-info-main .product-add-form .action.tocompare svg,
.product-options-bottom .action.tocompare svg {
  height: 22px;
  width: 22px;
  margin-top: 13px;
}

.product-info-main .product-options-bottom .box-tocart .fieldset .qty .control,
.product-info-main .product-add-form .box-tocart .fieldset .qty .control {
  display: flex !important;
  background-color: #ffde10;
  margin-right: 5px !important;
  width: 80px !important;
  height: 48px;
  line-height: 48px;
  padding-right: 0 !important;
}

.product-info-main .product-options-bottom .box-tocart .fieldset .qty .control #qty,
.product-info-main .product-add-form .box-tocart .fieldset .qty .control #qty {
  height: 48px !important;
  border: none;
  border-radius: 0;
  background-color: #ffde00;
  line-height: 48px;
  font-size: 18px;
  font-weight: 600;
  width: 100% !important;
}

.product-info-main .product-options-bottom .box-tocart .fieldset .qty-actions,
.product-info-main .product-add-form .box-tocart .fieldset .qty-actions {
  height: 48px;
  padding-right: 10px;
}

.qty-actions.disabled {
  opacity: 0.5;
}

.product-info-main .product-options-bottom .box-tocart .fieldset .qty-actions span,
.product-info-main .product-options-bottom .box-tocart .fieldset .qty-actions span i,
.product-info-main .product-add-form .box-tocart .fieldset .qty-actions span i,
.product-info-main .product-add-form .box-tocart .fieldset .qty-actions span {
  font-size: 15px;
  line-height: 15px;
  display: block;
  cursor: pointer;
}

.product-info-main .product-options-bottom .box-tocart .fieldset .qty-actions span:first-child,
.product-info-main .product-add-form .box-tocart .fieldset .qty-actions span:first-child {
  margin-top: 9px;
}

.product-info-main .product-options-bottom {
  float: none !important;
  clear: left !important;
}

.product-add-form #product_addtocart_form .product-steps {
  clear: both;
  width: 35%;
  margin-right: 5%;
  float: left;
}

.product-add-form #product_addtocart_form .box-tocart {
  width: 60%;
}

.product-info-main .product-options-bottom .box-tocart .fieldset,
.product-info-main .product-add-form .box-tocart .fieldset {
  width: 100%;
  margin: 0;
}

.product-info-main .product-options-bottom .box-tocart .fieldset .actions,
.product-info-main .product-add-form .box-tocart .fieldset .actions {
  width: calc(100% - 87px);
}

.product-info-main .product-options-bottom .box-tocart .fieldset .actions button.action,
.product-info-main .product-add-form .box-tocart .fieldset .actions button.action {
  height: 48px;
  float: left;
  width: calc(100% - 65px);
  padding: 0 !important;
  text-align: center;
  background-color: #ffde00 !important;
  border-radius: 0;
  opacity: 1;
}

.product-info-main .product-options-bottom .box-tocart .fieldset .actions button.action:hover,
.product-info-main .product-add-form .box-tocart .fieldset .actions button.action:hover {
  background-color: #ffde00 !important;
}

.product-info-main .product-options-bottom .box-tocart .fieldset .actions button span,
.product-info-main .product-add-form .box-tocart .fieldset .actions button span {
  font-weight: 600;
  line-height: 28px;
  font-style: normal;
  text-transform: uppercase;
}

.product-info-main .product-options-bottom .box-tocart .fieldset .actions .actions-secondary,
.product-info-main .product-add-form .box-tocart .fieldset .actions .actions-secondary {
  float: left;
  margin-left: 5px;
}

.catalog-product-view .toolbar {
  background-color: unset !important
}

.catalog-product-view .toolbar .toolbar-amount {
  float: unset;
}

.catalog-product-view .toolbar-amount .toolbar-number {
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0px;
  color: #898989;
  font-weight: 400;
}

.catalog-product-view .toolbar-amount #load-btn {
  font-style: normal;
  margin-left: 70px;
  border: 1px solid #b8b8b8;
  padding: 12px 80px;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 300;
}

.catalog-product-view .toolbar.review-toolbar .pager {
  padding-bottom: 20px;
}

.catalog-product-view .toolbar-amount #load-btn:hover {
  background: #ffde00;
  color: #000 !important;
  border-color: #ffde00 !important;
}

.catalog-product-view .review-ratings {
  margin-bottom: 0;
}

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

  .need-assistance-section .need-assistance .Contact-details .details {
    display: flex;
    padding-bottom: 15px;
  }

  .need-assistance-section .need-assistance .Contact-details .details strong {
    width: unset;
    padding-right: 5px;
  }

  .need-assistance-section .need-assistance .need-assi-para {
    text-align: justify;
  }

  .catalog-product-view .full-specifications div strong {
    width: unset;
  }

  .catalog-product-view .full-specifications div {
    float: unset;
    width: 100%;
    padding-top: 15px;
  }

  .catalog-product-view .product-info-main .tyre-additional-details .tyre-details {
    display: block;
  }

  .catalog-product-view .ratings-block .review-block {
    transform: unset !important;
    padding-left: 0;
  }

  .catalog-product-view .ratings-block h4 {
    padding-top: 30px;
  }

  .product-add-form #product_addtocart_form .product-steps {
    width: 100% !important;
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .product-add-form .box-tocart {
    float: unset !important;
    width: 100% !important;
  }

  .catalog-product-view .ratings-block .review-space {
    border-right: none !important
  }

  .catalog-product-view .product-info-main .product-info-price .price-box {
    display: unset !important;
  }

  .catalog-product-view .related-upsell-wrapper .detail-title .actions {
    flex-flow: column;
  }

  .catalog-product-view .related-upsell-wrapper .detail-title .actions .arrow-link:first-child,
  .catalog-product-view .related-upsell-wrapper .detail-title .actions .arrow-link:last-child {
    flex-basis: 100%;
  }

  .catalog-product-view .related-upsell-wrapper .detail-title .actions .arrow-link {
    width: 100% !important;
  }

  .catalog-product-view .related-upsell-wrapper .detail-title h3 {
    padding-bottom: 25px;
  }

  .catalog-product-view .related-upsell-wrapper .detail-title .actions {
    padding-bottom: 15px;
  }

  .catalog-product-view .product-info-main .product-info-price {
    float: unset;
  }

  .catalog-product-view .product-info-main .product-options-wrapper {
    width: 50%;
    padding-top: 25px;
  }

  .catalog-product-view .review-block img {
    padding-bottom: 50px;
  }

  .catalog-product-view .ratings-block .review-content {
    transform: none !important;
  }

  .catalog-product-view #customer-reviews .block-title {
    margin-top: 45px;
  }

}

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

  .catalog-product-view .product-main-description p,
  .catalog-product-view .product-main-description .description-content ol li {
    font-size: 15px;
  }

  .catalog-product-view .top-navigation-section .navigation-block .free-services {
    flex-flow: column;
    padding-top: 25px;
  }

  .catalog-product-view .top-navigation-section .navigation-block .block-links {
    display: flex;
    flex-flow: column;
  }

  .catalog-product-view .navigation-block {
    flex-flow: column;
  }

  .catalog-product-view .top-navigation-section .navigation-block span {
    padding-bottom: 10px;
  }

  .catalog-product-view .top-navigation-section .navigation-block .free-services .img-services {
    padding-bottom: 10px;
  }
}

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

  .catalog-product-view .top-navigation-section .navigation-block span {
    padding-right: 10px;
    font-size: 12px;
  }
}

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

  .catalog-product-view .review-content {
    padding-top: 0 !important;
  }

  .catalog-product-view .product-main-description .description-heading .option[aria-expanded="false"] .tyre-details::after {
    font-size: 35px;
    content: '+';
  }

  .catalog-product-view .product-main-description .description-heading .option[aria-expanded="true"] .tyre-details::after {
    font-size: 48px;
    content: '-';
  }

  .catalog-product-view .product-info-main .tyre-size-container {
    display: unset;
  }

  .catalog-product-view .product.media,
  .catalog-product-view .product-info-main {
    width: 100%;
  }

  .need-assistance-section .need-assistance .option[aria-expanded="true"] h3::after,
  .catalog-product-view .full-specifications-block .option[aria-expanded="true"] h3::after,
  .catalog-product-view .review-raings-block .option[aria-expanded="true"] h3::after {
    content: '-';
    font-size: 48px;
  }

  .need-assistance-section .need-assistance .option[aria-expanded="false"] h3::after,
  .catalog-product-view .full-specifications-block .option[aria-expanded="false"] h3::after,
  .catalog-product-view .review-raings-block .option[aria-expanded="false"] h3::after,
  .catalog-product-view .product-main-description .description-heading .option[aria-expanded="false"] .tyre-details::after {
    font-size: 35px;
    content: '+';
  }

  .catalog-product-view .gallery-placeholder .tyre-features {
    position: relative;
    right: 100px;
  }

}


@media screen and (min-width: 768px) and (max-width: 1199px) {

  .catalog-product-view .tyre-features {
    position: relative;
    top: 10px;
    right: 100px;
  }

  .cms-about-us .driven-block h1 {
    font-size: 29px;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .cms-about-us .driven-block p {
    font-size: 16px !important;
    line-height: 23px;
  }

  .cms-about-us .driven-block .driven-content img {
    height: 225px;
    width: 100%;
  }

  .cms-easy-payment-plan .driven-block .driven-content img {
    width: auto;
    height: auto;
  }
}

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

  .catalog-product-view .ratings-block .review-content {
    transform: unset !important;
    padding-top: 50px !important;
  }

  .home-main-title,
  .home-main-title span {
    font-size: 27px !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {

  .catalog-product-view .related-upsell-wrapper .detail-title h3 {
    padding-bottom: 25px;
  }

  .customer-account-create .form-create-account .fieldset.create.info,
  .customer-account-login .login-container .block-customer-login,
  .customer-account-forgotpassword .forgot-password-container,
  .customer-account-createpassword .login-container .block.block-customer-login {
    width: 65% !important;
  }

  #service-appointment-modal .service-appointment-success .service-appointment-content .actions .create-account,
  #service-appointment-modal .service-appointment-success .service-appointment-content .actions .continue {
    width: 250px !important;
    height: 43px !important;
  }

  .catalog-product-view .product-reviews-container .review-raings-block .review-raings #customer-reviews .block-content .toolbar.review-toolbar.custom #load_more_main {
    margin-left: 75px !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {

  .need-assistance-section .need-assistance .Contact-details .details strong {
    width: 40%;
  }

  .catalog-product-view .full-specifications div strong {
    display: unset;
  }

  .catalog-product-view .full-specifications div {
    padding-bottom: 15px;
  }

}

@media screen and (min-width: 768px) and (max-width: 1199px) {

  .catalog-product-view .product-info-main .product-info-price,
  .product-info-main .product-options-wrapper,
  .product-add-form #product_addtocart_form .box-tocart,
  .product-add-form #product_addtocart_form .product-steps {
    width: 100%;
    padding-bottom: 10px;
  }

  .product-add-form #product_addtocart_form .box-tocart {
    padding-bottom: 0;
  }

  .product-info-main .tyre-additional-details .tyre-details li {
    flex-basis: 49.33%;
  }

  .product-info-main .tyre-size-container {
    display: block;
  }
}

/* Product END */

.catalog-product-view .fieldset>.field {
  margin: 0 0 5px !important;
}

.catalog-product-view .review-form-actions {
  padding-top: 15px;
}

.catalog-product-view .primary.actions-primary .primary span {
  font-style: normal;
}

.catalog-product-view .primary.actions-primary .primary span {
  font-style: normal;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
}

.catalog-product-view .ratings-block a:hover,
.catalog-product-view .product-reviews-container .review-raings-block .review-raings #customer-reviews .block-content .toolbar.review-toolbar.custom #load_more_main:hover {
  background: #ffde00 !important;
  border-color: #ffde00 !important;
  color: #000 !important;
}

.catalog-product-view .ratings-block .review-space {
  border-right: 1px solid #b8b8b8;
  padding-left: 0;
}

.catalog-product-view .ratings-block .review-block {
  transform: translate(45px, 28px);
}

.catalog-product-view .ratings-block .review-block img {
  cursor: pointer;
}

.catalog-product-view .primary.actions-primary .primary {
  background-color: #ffde00 !important;
  padding-left: 0;
}

.catalog-product-view .ratings-block .review-content {
  transform: translate(60px, 65px);
}

.catalog-product-view .fieldset .review-legend.legend {
  padding-top: 45px;
}

.catalog-product-view .product-reviews-container .review-raings-block h3 {
  cursor: pointer;
}

/* Minicart START */
.middle-right-content .cart-wrapper .minicart-wrapper .subtotal {
  display: none;
}

.middle-right-content .cart-wrapper .minicart-wrapper .counter.qty {
  position: relative;
}

.middle-right-content .cart-wrapper .minicart-wrapper .counter-number {
  font-size: 10px;
  font-weight: 600;
  background-color: #ffd600;
  border-radius: 50%;
  line-height: 12px;
  text-align: center;
  height: 16px;
  width: 20px;
  padding-top: 2px;
  padding-left: 1px;
  margin-left: -8px;
  position: absolute;
  top: -6px;
  right: -12px;
}

.middle-right-content .header-actions .cart-wrapper .minicart-wrapper:hover .mage-dropdown-dialog {
  display: none !important;
}

/* Minicart END */

/* Cart page START */


.checkout-cart-index .selection-of-service .select-option.has-errors {
  border-bottom: none;
}

.checkout-cart-index .selection-of-service .select-option.has-errors td {
  padding-bottom: 0;
}

.checkout-cart-index .selection-of-service .validation-errors {
  display: none;
  border-bottom: 1px solid #9D9D9D;
}

.checkout-cart-index .selection-of-service .validation-errors .date-error {
  font-size: 14px;
  font-style: normal;
  color: #E02B27;
  padding-bottom: 20px;
}

.checkout-index-index .validation-errors .date-error,
.checkout-index-index .future-dates .date-error {
  font-size: 14px;
  font-style: normal;
  color: #E02B27;
  margin-bottom: 0;
}

.alert-info {
  color: #0c5460;
  background-color: #eeccff;
  border-color: #c44dff;
  font-size: 15px;
  font-style: normal;
}

.checkout-cart-index .checkout-cart-title {
  display: none;
}

.checkout-cart-index .cart-container.container {
  margin-top: 65px;
}

.checkout-cart-index .cart-container .form.form-cart,
.cart-container .cart-summary {
  width: 100%;
}

.opc-wrapper #checkout-step-shipping .form-login h6,
.firecheckout #checkout #opc-sidebar h6.summary-heading,
.firecheckout #checkout .appointment-vehicle-block h6,
.opc-wrapper #checkout-step-shipping #co-shipping-form .heading h6,
.opc-wrapper #checkout-step-payment #co-payment-form .step-title,
.checkout-cart-index .cart-container .cart.table-wrapper .heading,
.cart-vehicle-container h6,
.crosssell-container .detail-title h6,
.cart-actions-container h6 {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  color: #0B9482;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-style: normal;
  text-align: left;
}

.checkout-cart-index .cart.table-wrapper .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #9d9d9d;
}

.checkout-cart-index .cart.table-wrapper .table thead th {
  border-bottom: none;
}

.checkout-cart-index .cart.table-wrapper .items thead+.item {
  border-top: 1px solid #9d9d9d;
}

.checkout-cart-index .cart.table-wrapper .table thead th span {
  font-style: normal;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: capitalize;
  display: ruby;
}

.checkout-cart-index .cart-container .cart.table-wrapper .product-item-name a {
  font-size: 15px;
  font-style: normal;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 600;
}

.checkout-cart-index .col.item {
  width: 10%;
  display: table-cell !important;
}

.checkout-cart-index .col.description {
  width: 17%;
}

.checkout-cart-index .col.services {
  width: 20%;
  text-align: center !important;
}

.checkout-cart-index .col.warranty {
  width: 8%;
}

.checkout-cart-index .col.qty {
  width: 12%;
  text-align: center !important;
  padding-left: 35px;
}

.checkout-cart-index .col.price {
  width: 9%;
  text-align: left !important;
  line-height: 0;
  padding-top: 0;
}

.checkout-cart-index .col.subtotal {
  width: 12%;
  text-align: center !important;
  padding-top: 0;
}

.checkout-cart-index .cart.table-wrapper dt {
  text-align: left;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 600;
}

.checkout-cart-index .cart-container .cart.table-wrapper .product-item-name {
  text-align: left;
}

.checkout-cart-index .item-options dd {
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
}

.checkout-cart-index .cart.table-wrapper .table td {
  border-top: none;
}

.checkout-cart-index .price-excluding-tax .price,
.checkout-cart-index .price-including-tax .price {
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
}

.checkout-cart-index .col.price .old-price+.price-excluding-tax .price,
.checkout-cart-index .col.price .old-price+.price-including-tax .price {
  color: #bf140e;
}

.checkout-cart-index .cart-container .cart.table-wrapper .product-item-photo .product-image-photo {
  border: none;
  width: 65px;
}

.checkout-cart-index .table tbody+tbody {
  border-top: none;
}

.checkout-cart-index .cart.table-wrapper .items>.item {
  border-bottom: 1px solid #9d9d9d;
}

.cart-container .cart.table-wrapper .product-item-photo {
  padding-left: 40px;
}

.checkout-cart-index .col.item .dlt-btn {
  display: block !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.checkout-cart-index .col.item .dlt-btn:hover {
  color: #FFDE00;
}

.checkout-cart-index .top-steps,
.checkout-index-index .top-steps {
  display: flex;
  justify-content: center;
  padding-top: 25px;
  border-bottom: 2px solid #cacaca;
  padding-bottom: 25px;
}

.checkout-cart-index .first-step,
.checkout-index-index .first-step,
.checkout-index-index .second-step,
.checkout-cart-index .second-step {
  padding-right: 40px;
}

.checkout-cart-index .first-step span,
.checkout-cart-index .third-step span,
.checkout-index-index .first-step span {
  font-size: 28px;
  line-height: 46px;
  color: #b8b8b8;
  font-weight: 300;
  font-style: normal;
}

.checkout-cart-index .second-step span,
.checkout-index-index .third-step span {
  font-size: 28px;
  line-height: 46px;
  color: #000000;
  font-weight: 600;
  font-style: normal;
}

.checkout-index-index .second-step span {
  font-size: 28px;
  line-height: 46px;
  color: #b8b8b8;
  font-weight: 300;
  font-style: normal;
}

.checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar .action-edit,
.checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar .action-delete,
.checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar .action-towishlist {
  display: none;
}

.checkout-cart-index .item-photo .product-image-container {
  width: 60px !important;
  display: block;
}

.checkout-cart-index .first-step img,
.checkout-cart-index .second-step img,
.checkout-index-index .first-step img,
.checkout-index-index .second-step img {
  padding-left: 40px;
}

.checkout-cart-index .field.qty .control.qty .cart-qty {
  display: flex;
}

.checkout-cart-index .field.qty .control.qty .qty-actions {
  display: grid;
  position: relative;
  bottom: 5px;
}

.checkout-cart-index .cart.table-wrapper .col.qty .input-text {
  border-radius: 0;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  height: 45px;
  border-color: #c2c2c2;
}

.checkout-cart-index .field.qty .control.qty .qty-actions .btn-qty {
  font-size: 10px;
  border: 1px solid #c2c2c2;
  padding: 5px;
  padding-left: 8px;
  padding-right: 8px;
  border-left: none;
  height: 22.5px;
}

.checkout-cart-index .ontop-element,
.checkout-index-index .ontop-element {
  border-bottom: 1px solid #cacaca;
}

.checkout-cart-index .field.qty .control.qty .qty-actions .btn-qty.plus {
  border-bottom: none !important;
}

.checkout-cart-index .col.services .product-custom-option,
.checkout-cart-index .col.services .product-custom-option option {
  font-style: normal;
  border-radius: 0;
  border-color: #949494;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 23px;
  color: #6e6e6e;
  font-weight: 300;
}

.checkout-cart-index .col.warranty,
.checkout-cart-index .col.services {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 13px;
  font-weight: 600;
  font-style: normal;
}

.checkout-cart-index .col.price .old-price {
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  text-decoration-line: line-through;
  line-height: 0;
  display: block;
  padding-top: 20px;
}

.checkout-cart-index .header-container,
.checkout-index-index .header-container {
  box-shadow: none;
}

.checkout-cart-index #discount-coupon-form .fieldset.coupon .field .label span,
.cart-login-form .form-login .field .label span {
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: uppercase;
}

.checkout-cart-index #discount-coupon-form .fieldset.coupon .field .control .input-text {
  width: 92%;
  border-radius: 0;
  border-color: #b7b7b7;
  height: 46px;
}

.checkout-cart-index .fieldset.coupon {
  padding-top: 35px;
  padding-left: 15px;
}

.checkout-cart-index #discount-coupon-form .fieldset.coupon .field {
  display: flex;
}

.checkout-cart-index #discount-coupon-form .fieldset.coupon .field .control {
  padding-left: 15px;
  width: 43% !important;
}

.checkout-cart-index .fieldset.coupon .actions-toolbar .primary .action.apply.primary,
.cart-login-form .form-login .actions-toolbar .action.login.primary {
  background: transparent !important;
  border: 1px solid #b7b7b7 !important;
  height: 46px;
  padding: 0 40px !important;
}

.checkout-cart-index .fieldset.coupon .actions-toolbar .primary .action.apply.primary span,
.cart-login-form .form-login .actions-toolbar .action.login.primary span {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 19px;
  color: #000000;
  font-weight: 300;
  font-style: normal;
}

.checkout-cart-index .crosssell-container .detail-title {
  margin-bottom: 25px;
}

.checkout-cart-index .crosssell-container .detail-title h6 {
  margin-bottom: 0;
}

.checkout-cart-index .cart.table-wrapper #shopping-cart-table {
  margin-bottom: 0;
}

.checkout-cart-index .cart-container .form-cart .cart.main.actions {
  display: none;
}

.checkout-cart-index .cart.table-wrapper tbody.cart.item .item-actions>td {
  padding: 0;
}

.checkout-cart-index .cart.table-wrapper .note,
.cart.table-wrapper .note a,
.checkout-cart-index .schedule-delivery-block .bottom-note p {
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 0px;
  font-weight: 300;
  font-style: normal;
}

.checkout-cart-index .schedule-delivery-block .bottom-note p {
  color: #8f8f8f;
  margin-bottom: 0;
  line-height: 17px;
}

.checkout-cart-index .cart.table-wrapper .note a {
  text-decoration: underline;
}

.checkout-cart-index .cart-container .cart-discount {
  float: left;
  width: 50%;
}

.checkout-cart-index .cart-container .cart-summary {
  float: right;
  width: 50%;
}

.checkout-cart-index .cart-vehicle-container {
  margin-bottom: 55px;
}

.checkout-cart-index .cart-vehicle-container h6,
.checkout-cart-index .cart-actions-container h6 {
  padding-left: 15px;
  margin-bottom: 25px;
}

.checkout-cart-index .cart-vehicle-container .form-group .form-control {
  padding-left: 15px;
  margin-bottom: 25px;
}

.checkout-cart-index .cart-vehicle-container .form-group .form-control,
.checkout-cart-index .cart-vehicle-container .form-group .form-control option,
.checkout-cart-index .cart-vehicle-container .form-group .form-control::placeholder,
.cart-login-form .form-login .control .input-text {
  height: 46px !important;
  border-color: #949494;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 20px;
  color: #979797;
  font-weight: 300;
  font-style: normal;
  border-radius: unset;
}

.checkout-cart-index .cart-vehicle-container .form-group .form-control::placeholder {
  height: unset !important;
  line-height: unset;
}

.checkout-cart-index .cart-container .cart-summary {
  border: none
}

.checkout-cart-index .cart-container .cart-summary .summary.title {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
  display: none;
}

.checkout-cart-index .cart-container .checkout-methods-items {
  display: none;
}

/*  Process checkout button */

.checkout-cart-index .cart-totals .grand.totals .mark {
  padding-top: 13.5px;
  border-top: none;
  padding-bottom: 0;
}

.checkout-cart-index .cart-totals .grand.totals .amount {
  padding-top: 13.5px;
  border-top: none !important;
  padding-bottom: 0;
}

.cart-summary #cart-totals .table-wrapper .data.table.totals {
  margin-bottom: 0;
}

.checkout-cart-index .cart-totals .grand.totals .mark .vat-msg {
  font-size: 12px;
  letter-spacing: 0px;
  color: #7a7a7a;
  font-weight: 500;
  line-height: 10px;
}

.checkout-cart-index .cart-summary .cart-totals .mark strong,
.checkout-cart-index .cart-summary .totals-tax .mark,
.checkout-cart-index .cart-summary .totals th {
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.checkout-cart-index .totals-tax .mark,
.checkout-cart-index .totals-tax .amount {
  border-top: none;
}

.checkout-cart-index .cart-totals .grand.totals .amount .price,
.checkout-cart-index .totals-tax .amount .price,
.checkout-cart-index .totals.sub td span {
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 500;
  font-style: normal;
}

.checkout-cart-index .cart-totals .totals-tax-summary .amount .price::after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price::after {
  position: absolute;
  right: -10px;
  top: 0px;
}

.checkout-cart-index .content #discount-coupon-form .fieldset.coupon .field .label {
  padding-top: 10px !important;
}

.checkout-cart-index .cart-totals {
  padding-top: 5px;
}

.checkout-cart-index .fieldset.coupon .actions-toolbar .primary .action.apply.primary:hover,
.cart-login-form .form-login .actions-toolbar .action.login.primary:hover {
  background: #ffde00 !important;
  border-color: #ffde00 !important;
}

.checkout-cart-index #discount-coupon-form .fieldset.coupon .field .control input[type="text"] {
  font-style: normal;
  font-size: 15px;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0;
  padding: 0 15px;
}

.checkout-cart-index .cart.table-wrapper .table td {
  vertical-align: middle;
  padding-bottom: 20px !important;
}

.checkout-cart-index .schedule-delivery-block .heading .preferred-delivery {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 18px;
  color: #0b9482;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

.checkout-cart-index .schedule-delivery-block .heading .detail,
.checkout-cart-index .schedule-delivery-block .heading .detail a {
  font-size: 12px;
  color: #808080;
  font-weight: 500;
  float: right;
}

.checkout-cart-index .schedule-delivery-block .heading {
  padding-top: 55px;
  width: 100%;
  padding-bottom: 25px;
}

.checkout-cart-index .schedule-delivery-block .service-block th {
  font-style: normal;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 300;
  padding-top: 30px;
  padding-bottom: 25px;
}

.checkout-cart-index .schedule-delivery-block .service-block {
  border-bottom: 1px solid #9d9d9d;
  border-top: 1px solid #9d9d9d;
}

.checkout-cart-index .schedule-delivery-block .select-option {
  border-bottom: 1px solid #9d9d9d;
}

.checkout-cart-index .schedule-delivery-block .select-option .date-time .img-select {
  text-align: center;
  width: 25%;
  display: inline-block;
}

.checkout-cart-index .schedule-delivery-block .select-option td {
  padding-bottom: 40px;
  padding-top: 25px;
  vertical-align: middle;
}

.checkout-cart-index .schedule-delivery-block .select-option .mode-location .img-select {
  text-align: center;
  width: 34%;
  display: inline-block;
}

.checkout-cart-index .schedule-delivery-block .select-option .mode-location p {
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 19px;
  color: #0b9482;
  font-weight: 300;
  margin-bottom: 0;
}

.checkout-cart-index .cart-actions-container.container {
  padding-bottom: 30px;
}

.checkout-cart-index #tabbyPromo {
  margin-bottom: 45px;
  text-align: right;
  display: flex;
  justify-content: end;
}

.checkout-login-options {
  display: flex;
}

.checkout-login-options .rounded-radio .check {
  border: 1px solid #7d7d7d;
}

.checkout-login-options .rounded-radio input[type="radio"]:checked+.check {
  background-color: #ffde00;
}

.checkout-login-options .rounded-radio label {
  color: #000000;
  text-transform: none;
  font-style: normal;
  font-weight: 600 !important;
}

.cart-actions-container .checkout-actions .action {
  font-size: 15px !important;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase !important;
  font-style: normal;
}

.cart-actions-container .checkout-actions .action.continue {
  width: 45%;
  margin-right: 15px;
  background-color: #949393 !important;
}

.cart-actions-container .checkout-actions .action.update {
  width: calc(55% - 15px);
  background-color: #ffd601 !important;
  color: #000 !important;
}

.cart-login-form {
  display: none;
}

.cart-login-form .form-login .fieldset.login {
  display: flex;
}

.cart-login-form .form-login .fieldset.login .field {
  margin-right: 15px !important;
}

.cart-login-form .form-login .fieldset.login .actions-toolbar>.primary {
  margin-top: 34px;
}

.checkout-cart-index .schedule-delivery-block .select-option select,
.checkout-cart-index .schedule-delivery-block .date-time input,
.checkout-cart-index .schedule-delivery-block .select-option select option {
  border: none;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  padding-left: 0;
  width: 85%;
  text-indent: 0;
}

.checkout-cart-index .fieldset {
  margin-bottom: 0;
}

.checkout-cart-index .fieldset:last-child {
  margin-bottom: 0;
}

.checkout-cart-index .fieldset>.field {
  margin-bottom: 0 !important;
}

.checkout-cart-index .cart-summary {
  margin-bottom: 40px;
}

.checkout-cart-index .cart.table-wrapper .product-image-wrapper {
  height: auto;
  padding: 0 !important;
  display: block;
}

.checkout-cart-index .schedule-delivery-block .calendar {
  display: inline-flex;
  padding-top: 35px !important;
  cursor: pointer;
}

.checkout-cart-index .schedule-delivery-block .select-option .map {
  padding-top: 4px !important;
}

.checkout-cart-index .schedule-delivery-block .date-time input[type="text"]::placeholder {
  color: #000;
  opacity: unset;
}

.checkout-cart-index .schedule-delivery-block .date-time input {
  width: 100%;
}

.checkout-cart-index .schedule-delivery-block .select-option .date-time #delivery-time {
  width: 94%;
}

.cart-empty p,
.cart-empty a {
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}

.checkout-cart-index .schedule-delivery-block .bottom-note {
  padding: 15px 0;
}

.checkout-cart-index .date-time.calendar div input[type="text"] {
  height: 29px;
}

.select-option .date-time.calendar img {
  padding-bottom: 10px;
  width: 27px;
}

.select-option .date-time.calendar .dropdwon-img img {
  padding-bottom: 0;
  width: 10px;
}

.select-option .date-time.calendar .cal-img {
  width: 42px;
}

.select-option .date-time.calendar .dropdwon-img {
  width: 10px;
}

.select-option .date-time.calendar .input-date {
  width: 141px;
}

.checkout-cart-index .modal-popup .modal-header {
  padding: 0;
  height: 50px;
}

.checkout-cart-index .modal-popup.confirm._show .modal-footer {
  padding: 15px;
  padding-right: 25px;
}

.checkout-cart-index .modal-popup.confirm._show .modal-title {
  display: none;
  border: none;
}

.checkout-cart-index .modal-popup.confirm._show .modal-content div {
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  padding-left: 25px;
}

.checkout-cart-index .modal-popup.confirm._show .modal-content {
  padding-left: 0;
}

.checkout-cart-index .modal-popup.confirm._show .action-close {
  background-color: transparent !important;
  margin-top: 10px;
  padding-right: 10px !important;
}

.checkout-cart-index .modal-popup.confirm._show .action-close::before {
  font-size: 45px;
  color: #000;
  font-style: normal;
}

.checkout-cart-index .modal-popup.confirm._show .modal-footer .action-primary.action-accept {
  background-color: #ffde00 !important;
  border-radius: 0;

}

.checkout-cart-index .modal-popup.confirm._show .modal-footer .action-primary.action-accept span {
  font-weight: 400;
  font-size: 15px;
  font-style: normal;
}

.checkout-cart-index .store-credit-actions td {
  border-top: none !important;
  padding: 0 0 15px 4px !important;
  line-height: 12px;
  font-size: 12px;
}

.checkout-cart-index .store-credit-actions td a {
  font-size: 12px !important;
  line-height: 12px !important;
  font-style: normal;
}

.checkout-cart-index .credit-amount th span,
.checkout-cart-index .credit-amount td span {
  font-size: 15px !important;
  line-height: 15px;
  font-style: normal;
  padding: 0 !important;
  font-weight: 400 !important;
}

.checkout-cart-index .credit-amount th,
.checkout-cart-index .credit-amount td {
  padding-bottom: 5px;
}

.checkout-cart-index .modal-popup.confirm .modal-inner-wrap {
  max-width: 600px;
  width: 90%;
}

.checkout-cart-index .modal-popup .action-close:hover::before {
  color: #ffde00;
}

.modal-popup .smcqp-actions .smcqp-view-cart:hover {
  background-color: #ffde00 !important;
  color: #000 !important;
}

.bootstrap-growl.alert.alert-success.alert-dismissible,
.bootstrap-growl.alert.alert-error.alert-dismissible {
  position: fixed !important;
  top: 85px !important;
  right: 0 !important;
}

.bootstrap-growl.alert.alert-success.alert-dismissible {
  background-color: #ffde00;
  border-radius: 0;
  font-size: 16px;
  font-style: normal;
  width: 400px !important;
  color: #000;
  border-color: #ffde00;
}

.bootstrap-growl.alert.alert-error.alert-dismissible {
  background-color: #fae5e5;
  border-radius: 0;
  font-size: 16px;
  font-style: normal;
  width: 400px !important;
}

.alert-dismissible .close {
  display: none;
}

.checkout-cart-index .crosssell-container {
  padding-top: 0 !important;
  overflow: hidden;
}

.checkout-index-index #checkout-payment-method-load .items.payment-methods .payment-group .payment-method-title input {
  display: inline-block !important;
}

.checkout-index-index .opc-block-summary .table-totals .totals-tax-summary .mark,
.checkout-index-index .opc-block-summary .table-totals .totals-tax-summary .amount,
.checkout-index-index .opc-block-summary .table-totals .totals-tax-details {
  border: none;
}

.checkout-cart-index .cart-actions-container .checkout-actions .action.continue:hover {
  color: #fff !important;
}

@media screen and (min-width: 481px) and (max-width: 520px) {

  .products.wrapper.products-grid .products.list .product-item-info .product-item-details .product-item-inner .actions-primary .action.tocart,
  .checkout-cart-index .products.wrapper.products-grid .product-item-info .product-item-details .product-item-inner .actions-primary .action.tocart {
    width: calc(106% - 55px) !important;
    padding: 0 !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {

  .checkout-cart-index .col.qty {
    padding-left: 20px;
  }

  .checkout-cart-index #discount-coupon-form .fieldset.coupon .field .label span {
    font-size: 14px;
  }

  .checkout-cart-index .col.price {
    width: 14%;
  }

  .checkout-cart-index .checkout-login-options {
    flex-flow: column;
  }

  .checkout-cart-index .cart-container .cart.table-wrapper .product-item-name a,
  .checkout-cart-index .cart.table-wrapper dt,
  .checkout-cart-index .item-options dd {
    font-size: 12px;
  }

  .checkout-cart-index .col1-layout .products.wrapper.products-grid .item {
    width: 33.33%;
  }

  .col1-layout .products.wrapper.products-grid .item:nth-child(3n+1) {
    clear: both;
  }

  .col1-layout .products.wrapper.products-grid .item:nth-child(4n+1) {
    clear: none !important;
  }

  .checkout-cart-index .schedule-delivery-block .select-option select,
  .checkout-cart-index .schedule-delivery-block .date-time input,
  .checkout-cart-index .schedule-delivery-block .select-option select option {
    width: 100%;
    font-size: 13px;
    padding-right: 15px;
  }

  .checkout-cart-index .schedule-delivery-block .select-option td {
    padding-right: 5px;
  }

  .checkout-cart-index .schedule-delivery-block .service-block th {
    font-size: 15px;
  }
}

@media screen and (max-width: 745px) {
  .checkout-cart-index .schedule-delivery-block .heading .detail {
    float: left;
  }
}

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

  .cms-home .car-care-brands-block.container {
    margin-top: 0px !important;
  }

  .checkout-cart-index .cart.table-wrapper thead .col:not(.item) {
    display: table-cell;
  }

  .checkout-cart-index #discount-coupon-form .fieldset.coupon .field .control {
    width: 100% !important;
  }

  .checkout-cart-index .cart-container .form.form-cart {
    overflow: scroll;
  }

  /* .checkout-cart-index .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    display: table-cell;
    float: unset;
  } */

  .checkout-cart-index .cart.table-wrapper .col.qty[data-th]::before,
  .cart.table-wrapper .col.price[data-th]::before,
  .cart.table-wrapper .col.subtotal[data-th]::before,
  .cart.table-wrapper .col.msrp[data-th]::before {
    content: none;
  }

  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    position: unset;
    /* padding-left: 0 !important; */
  }

  .checkout-cart-index .detail-title.row .arrow-link {
    padding-top: 25px;
  }

  .detail-title .actions.offset-md-3.col-md-3.pr-0 {
    padding-left: 0;
  }

  .checkout-cart-index .crosssell-container .detail-title {
    margin-bottom: 25px;
  }

  .checkout-cart-index .crosssell-container {
    padding-top: 0;
  }

  .checkout-cart-index .crosssell-container .detail-title .actions {
    padding-left: 0;
  }

  .checkout-cart-index .fieldset>.field:not(.choice)>.label {
    width: 281px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .checkout-cart-index .first-step span,
  .checkout-cart-index .third-step span,
  .checkout-index-index .first-step span,
  .checkout-index-index .third-step span {
    font-size: 20px;
  }

  .checkout-cart-index .second-step span,
  .checkout-index-index .second-step span {
    font-size: 20px;
  }

  .checkout-cart-index .cart-container .form.form-cart,
  .cart-container .cart-summary {
    overflow: scroll;
  }

  .checkout-cart-index .col.price .old-price {
    display: ruby;
  }

  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    position: unset;
  }

  /*.checkout-cart-index .fieldset > .field:not(.choice) > .label {
    width: 200px !important;
  }*/

  .checkout-cart-index #discount-coupon-form .fieldset.coupon .field .control {
    width: 80% !important;
  }

  .checkout-cart-index .content #discount-coupon-form .fieldset.coupon .field .label {
    padding-top: 0px !important;
  }
}

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

  .checkout-cart-index .schedule-delivery-block .selection-of-service {
    width: 100%;
    max-width: unset;
  }

  .checkout-cart-index .schedule-delivery-block .select-option select,
  .checkout-cart-index .schedule-delivery-block .date-time input,
  .checkout-cart-index .schedule-delivery-block .select-option select option {
    width: 100%;
  }

  .checkout-cart-index #schedule-delivery-block {
    overflow: scroll;
  }

  .checkout-cart-index .cart-container .cart-summary {
    width: 100%;
  }

  .checkout-cart-index .cart-container .cart-summary {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 10px;
  }

  .checkout-cart-index .cart-container .cart-discount {
    width: 100%;
  }

  .checkout-cart-index #discount-coupon-form .fieldset.coupon .field .control {
    padding-right: 15px;
  }

  .checkout-cart-index #discount-coupon-form .fieldset.coupon .field {
    padding-bottom: 60px;
  }

  .checkout-cart-index #discount-coupon-form .fieldset.coupon .field .control input[type="text"] {
    width: 100%;
  }

  .checkout-cart-index .checkout-login-options,
  .checkout-cart-index .cart-vehicle-container {
    margin-bottom: 35px;
  }

  .checkout-cart-index .cart-login-form .form-login .fieldset.login {
    display: block;
  }

  .checkout-cart-index .cart-login-form .form-login .fieldset.login .field {
    margin-right: 0 !important;
  }

  .checkout-cart-index #discount-coupon-form .fieldset.coupon .field {
    padding-right: 15px;
    width: 100%;
  }

  .checkout-cart-index .form-group {
    padding-right: 15px;
  }


  .checkout-cart-index .cart-container .cart.table-wrapper .product-item-name a,
  .checkout-cart-index .cart.table-wrapper dt,
  .checkout-cart-index .item-options dd {
    font-size: 12px;
  }

  .customer-account-login .account-social-login .social-btn-actions-toolbar.facebook-login {
    padding-bottom: 10px !important;
  }

}

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

  .checkout-cart-index #discount-coupon-form .fieldset.coupon .field .control {
    padding-left: 0;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .checkout-cart-index .content #discount-coupon-form .fieldset.coupon .field .label {
    padding-top: 10px !important;
    margin-bottom: 15px;
  }

  .checkout-cart-index .first-step span,
  .checkout-cart-index .third-step span,
  .checkout-index-index .first-step span,
  .checkout-index-index .third-step span {
    font-size: 12px;
  }

  .checkout-cart-index .second-step span,
  .checkout-index-index .second-step span {
    font-size: 10px;
  }

  .checkout-cart-index .first-step img,
  .checkout-cart-index .second-step img,
  .checkout-index-index .first-step img,
  .checkout-index-index .second-step img {
    padding-left: 25px;
  }

  .checkout-cart-index .first-step,
  .checkout-cart-index .second-step,
  .checkout-index-index .first-step,
  .checkout-index-index .second-step {
    padding-right: 14px;
  }

  .checkout-cart-index .cart-actions-container .checkout-actions .action.continue,
  .checkout-cart-index .cart-actions-container .checkout-actions .action.update {
    width: 100%;
  }

  .checkout-cart-index .checkout-login-options {
    display: block;
  }

  .checkout-cart-index #discount-coupon-form .fieldset.coupon .field {
    display: block;
  }

  .cart-actions-container .checkout-actions .action.update {
    margin-top: 10px;
  }

  .checkout-cart-index .crosssell-container {
    padding-top: 0;
  }

  .checkout-cart-index .schedule-delivery-block .heading .preferred-delivery,
  .checkout-cart-index .cart-container .cart.table-wrapper .heading {
    font-size: 12px;
  }

  .checkout-cart-index .schedule-delivery-block .service-block th {
    font-size: 14px;
  }

  .checkout-cart-index .schedule-delivery-block .select-option select,
  .checkout-cart-index .schedule-delivery-block .date-time input,
  .checkout-cart-index .schedule-delivery-block .select-option select option {
    font-size: 13px;
  }

  .customer-account-create .form-create-account .fieldset.create.info,
  .customer-account-login .login-container .block-customer-login,
  .customer-account-forgotpassword .forgot-password-container,
  .customer-account-createpassword .login-container .block.block-customer-login {
    width: 100% !important;
  }

  .customer-account-create .legend.title span,
  .customer-account-login .legend.title span,
  .customer-account-forgotpassword .page-title .base {
    font-size: 22px !important;
  }

  #service-appointment-modal .service-appointment-success .service-appointment-content .actions .create-account {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }

  #service-appointment-modal .service-appointment-success .service-appointment-content .header {
    margin-top: 20px;
  }
}



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

  .checkout-cart-index .first-step span,
  .checkout-cart-index .third-step span,
  .checkout-index-index .first-step span,
  .checkout-index-index .third-step span {
    font-size: 10px !important;
  }

  .checkout-cart-index .second-step,
  .checkout-index-index .second-step {
    font-size: 10px !important;
  }

  .checkout-cart-index .first-step img,
  .checkout-cart-index .second-step img,
  .checkout-index-index .first-step img,
  .checkout-index-index .second-step img {
    padding-left: 0 !important;
  }

  .checkout-cart-index .first-step,
  .checkout-cart-index .second-step,
  .checkout-index-index .first-step,
  .checkout-index-index .second-step {
    padding-right: 5px !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {

  .checkout-cart-index .second-step span,
  .checkout-index-index .second-step span {
    font-size: 16px;
  }

  .checkout-cart-index .first-step img,
  .checkout-cart-index .second-step img,
  .checkout-index-index .first-step img,
  .checkout-index-index .second-step img {
    padding-left: 15px;
  }

  .checkout-cart-index .first-step,
  .checkout-cart-index .second-step,
  .checkout-index-index .first-step,
  .checkout-index-index .second-step {
    padding-right: 15px;
  }

  .checkout-cart-index .first-step span,
  .checkout-cart-index .third-step span,
  .checkout-index-index .first-step span,
  .checkout-index-index .third-step span {
    font-size: 16px;
  }

}

.load.indicator {
  background-color: transparent !important;
}



/* Cart page END */


/* Checkout page Start */

.firecheckout #checkout .opc-wrapper .fc-compact-address-button.fc-active {
  background-color: #949393 !important;
  border-radius: 0;
}

.firecheckout #checkout .opc-wrapper .fc-compact-address-button.fc-active span {
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.firecheckout .form-shipping-address input[type="checkbox"],
.firecheckout #checkout input[type="checkbox"] {
  border-radius: 0 !important;
}

.checkout-index-index .checkout-container .opc-sidebar .modal-content .opc-block-summary {
  background-color: unset;
  border: 1px solid #b7b7b7;
  padding-top: 10px;
}

.checkout-index-index .checkout-container .opc-sidebar .modal-content .opc-block-summary>.title {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 20px;
  color: #0b9482;
  font-weight: 600;
  font-style: normal;
}

.checkout-index-index .opc-block-summary>.title {
  border-bottom: none;
}

.checkout-index-index .opc-block-summary .items-in-cart>.title {
  border-bottom: none;
}

.checkout-index-index .opc-block-summary .product-item .subtotal {
  display: table-row;
  text-align: left;
}

.checkout-index-index .minicart-items .product-item-details {
  padding-right: 55px;
  padding-left: 0;
}

.checkout-index-index .minicart-items .product-item-name {
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
}

.checkout-index-index .minicart-items .product>.product-image-container {
  float: right;
  width: 55px !important;
}

.checkout-index-index .minicart-items .product-item-details .details-qty span {
  font-style: normal;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0px;
}

.firecheckout .minicart-items .cart-price .price-label::after,
.firecheckout .minicart-items .product-item .item-option .label::after {
  content: ': ';
}

.opc-block-summary .product-item .product-item-inner {
  margin: 0 !important;
}

.checkout-index-index .minicart-items .product-item-details .details-qty {
  margin-top: 0;
}

.checkout-index-index .subtotal .price-excluding-tax .cart-price .price,
.checkout-index-index .subtotal .price-excluding-tax .cart-price .price-label,
.checkout-index-index .subtotal .price-including-tax .cart-price .price,
.checkout-index-index .subtotal .price-including-tax .cart-price .price-label,
.firecheckout .minicart-items .product-item .item-option .label,
.firecheckout .minicart-items .product-item .item-option .values {
  font-style: normal;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0;
}

.checkout-index-index .minicart-items .product-item-details .price-excluding-tax,
.checkout-index-index .minicart-items .product-item-details .price-including-tax {
  margin-top: 0;
  line-height: 0;
}

.checkout-index-index .opc-block-summary .block.items-in-cart {
  border-bottom: 1px solid #b7b7b7;
}

.checkout-index-index .opc-block-summary .table-totals .mark,
.checkout-index-index .opc-block-summary .table-totals .amount {
  padding: 0;
}

.checkout-index-index .opc-block-summary .table-totals .grand .amount {
  padding-top: 0;
}

.checkout-index-index .opc-block-summary .mark .value {
  display: none;
}

.checkout-index-index .opc-block-summary .table-totals .mark,
.checkout-index-index .opc-block-summary .table-totals .mark .label,
.checkout-index-index .opc-block-summary .table-totals .mark strong,
.checkout-index-index .opc-block-summary .table-totals .amount .price,
.checkout-index-index .opc-block-summary .table-totals .grand .amount .price,
.checkout-index-index .opc-block-summary .table-totals .totals.discount .mark .title,
.checkout-index-index .opc-block-summary .table-totals .mark span {
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 600;
}

.checkout-index-index .opc-block-summary .table-totals .amount .price,
.checkout-index-index .opc-block-summary .table-totals .grand .amount .price {
  font-weight: 400;
}

.firecheckout .opc-block-summary .product-item-details .action-links span,
.firecheckout .opc-block-summary .store-credit-actions .remove {
  font-style: normal;
  font-size: 13px;
  border-right: 1px solid #0b9482;
  padding-right: 5px;
  margin-right: 15px;
  color: #0b9482;
  cursor: pointer;
}

.firecheckout .opc-block-summary .product-item-details .action-links .edit-btn {
  border-right: none;
}

.checkout-index-index .opc-payment-additional.discount-code .payment-option-title #block-discount-heading span {
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
}

.checkout-index-index .opc-block-summary .not-calculated {
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
}

.checkout-index-index .firecheckout #checkout .opc-wrapper .step-content>*+.form-shipping-address {
  margin-top: 40px !important;
}

#checkoutSteps .firecheckout.firecheckout-col1-set .fc-order-summary-copy {
  margin-top: 60px !important;
}

.checkout-index-index .firecheckout.firecheckout-col1-set #checkout .opc-sidebar {
  position: unset;
}

/* Checkout page END */


/* About-us page START */

.latest-post-container .info-blog .date-post-title .postTitle .post-item-link:hover {
  color: #000 !important;
}

.cms-about-us .driven-block p {
  font-weight: 400;
  font-size: 17px;
}

.cms-about-us .date-post-title {
  min-height: 136px;
}

.cms-about-us .home-page-4 .slidershow .owl-carousel .owl-dots,
.cms-tyres .home-page-4 .slidershow .owl-carousel .owl-dots,
.cms-accessories .home-page-4 .slidershow .owl-carousel .owl-dots,
.cms-batteries .home-page-4 .slidershow .owl-carousel .owl-dots,
.cms-lubricants .home-page-4 .slidershow .owl-carousel .owl-dots,
.brand-inner-page .home-page-4 .slidershow .owl-carousel .owl-dots,
.blog-post-view .home-page-4 .slidershow .owl-carousel .owl-dots,
.tips-post-view .home-page-4 .slidershow .owl-carousel .owl-dots {
  bottom: 20px;
}

.cms-about-us .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot.active span,
.cms-about-us .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot:hover span,
.cms-tyres .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot.active span,
.cms-tyres .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot:hover span,
.cms-accessories .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot.active span,
.cms-accessories .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot:hover span,
.cms-batteries .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot.active span,
.cms-batteries .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot:hover span,
.cms-lubricants .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot.active span,
.cms-lubricants .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot:hover span,
.blog-post-view .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot.active span,
.blog-post-view .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot:hover span,
.tips-post-view .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot.active span,
.tips-post-view .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff
}

.cms-accessories .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot span,
.cms-batteries .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot span,
.cms-lubricants .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot span,
.blog-post-view .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot span,
.tips-post-view .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot span {
  border: 2px solid #fff;
}

.cms-about-us .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot.active span,
.cms-about-us .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot:hover span,
.cms-tyres .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot.active span,
.cms-tyres .home-page-4 .slidershow .owl-theme .owl-dots .owl-dot:hover span {
  border: unset;
}

.cms-about-us .discount-cards-block,
.testimonials-block,
.car-care-brands-block {
  margin-top: 0;
}

.cms-about-us .location-image {
  margin-bottom: 65px;
}

.cms-about-us .driven-block {
  padding-bottom: 50px;
  align-items: center;
}

.date-post-title .date-post {
  display: flex;
  padding: 25px;
  padding-bottom: 0;
}

.cms-about-us .info-blog {
  background: #ffd600;
}

.cms-about-us .postTitle {
  padding: 5px 40px 25px 25px;
  line-height: 0;
}

.cms-about-us .postContent {
  display: none;
}

.cms-about-us .date-post-title .date-post .day,
.cms-about-us .date-post-title .date-post .month,
.cms-about-us .date-post-title .date-post .year {
  font-size: 15px;
  font-weight: 400;
}

.cms-about-us .date-post-title .date-post .month {
  padding-right: 5px;
}

.cms-about-us .slider-post-container .item.item-post.col-md-6 {
  padding-bottom: 30px;
}

.cms-about-us .blog-link svg {
  width: 20px;
  float: right;
  margin-top: -35px;
  margin-right: 15px;
}

.cms-about-us .banner-image h5 {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 500;
  width: 60%;
  padding-left: 15px;
  margin-top: 20px;
}

.cms-about-us .banner-image img {
  padding: 0 45px;
}

.banner-image {
  background-color: #EFEFEF;
  margin-bottom: 85px;
  padding-bottom: 45px;
}

.banner-image .banner-heading {
  position: absolute;
  bottom: 95.5%;
  color: #fff;
  font-size: 35px;
}

.cms-about-us .block-link {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: -2%;
}

.cms-about-us .block-link .review-link {
  padding-right: 35px;
}

.cms-about-us .latest-post-container.container .title-home span {
  font-size: 35px;
  font-weight: 600;
}


.cms-about-us .latest-post-container.container .title-home {
  padding-bottom: 45px;
}

.cms-about-us .breadcrumbs {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 15px;
}

.cms-about-us .block-link .news-link .arrow-link #Layer_1,
.cms-about-us .block-link .review-link .arrow-link #Layer_1 {
  transform: rotate(90deg);
}

.cms-easy-payment-plan .block-link .news-link .arrow-link #Layer_1 {
  transform: rotate(0deg);
}

.cms-about-us .ways-to-serve-section .options-list .option .option-content h6 {
  width: 63%;
}

.cms-about-us .slider-post-container .item.item-post:nth-child(odd) {
  padding-left: 0;
}

.cms-about-us .slider-post-container .item.item-post:nth-child(even) {
  padding-right: 0;
}

.cms-about-us .slider-post-container .item.item-post .image-blog img {
  width: 100%;
}

.cms-about-us .slider-post-container .item.item-post .postTitle .post-item-link {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {

  .banner-image .banner-heading {
    bottom: 96%;
    font-size: 33px;
    right: 66%;
  }

  .cms-about-us .ways-to-serve-section .options-list .option .option-content p {
    margin-top: 35px;
    margin-bottom: 15px;
    min-height: 100px;
  }

  .cms-about-us .ways-to-serve-section .options-list .option .option-content h6 {
    line-height: 20px;
  }

}

@media screen and (min-width: 1200px) and (max-width: 1280px) {

  .banner-image .banner-heading {
    right: 70%;
  }
}

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

  .cms-about-us .banner-image img {
    padding: 0 15px !important;
  }

  .customer-account-create .account-social-login .actions-toolbar.social-btn.social-btn-actions-toolbar.facebook-login {
    padding-bottom: 10px !important;
  }
}

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

  .cms-about-us .banner-image h5 {
    width: 100%;
    font-size: 15px;
  }

  .cms-about-us .slider-post-container .item.item-post {
    padding-left: 0;
    padding-right: 0;
  }

  .cms-about-us .latest-post-container.container .title-home span {
    font-size: 20px;
  }

  .cms-about-us .latest-post-container .allnews-link {
    padding-left: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .request-quot-form .captcha .privacy-policy p {
    width: 96%;
  }

  .cms-home .car-care-brands-block.container {
    margin-top: 20px;
  }

  .banner-image .banner-heading {
    font-size: 31px;
    bottom: 95%;
  }

  .cms-about-us .ways-to-serve-section .options-list .option .option-content p {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 25px;
    min-height: 100px;
  }

  .cms-about-us .ways-to-serve-section .options-list .option .option-content h6 {
    font-size: 15px;
    line-height: 20px;
  }

  .cms-locations .proshop-locations-block-location #proshop-locations-grid .store-location h6 {
    font-size: 18px;
  }

}

@media screen and (min-width: 576px) and (max-width: 768px) {

  .banner-image .banner-heading {
    bottom: 95.4%;
    font-size: 28px;
  }

  .cms-about-us .block-link {
    padding-top: 25px;
    padding-left: 15px;
  }
}

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

  .banner-image .banner-heading {
    bottom: 95.6%;
    font-size: 16px;
  }

  .cms-about-us .block-link {
    padding-top: 25px;
    padding-left: 15px;
    flex-flow: column;
    padding-right: 15px;

  }

  .cms-about-us .block-link .review-link {
    padding-right: 0;
  }

  .options-list .action.primary.btn-skew {
    margin-top: 0;
    min-width: 150px;
  }
}

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

  .cms-about-us .ways-to-serve-section .options-list .option .option-content h6 {
    width: 100%;
    font-size: 12px;
    line-height: 15px;
  }

  .cms-about-us .ways-to-serve-section .options-list .option .option-content p {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
  }

  .options-list .action.primary.btn-skew {
    margin-top: 14px;
    min-width: 135px;
  }
}

/* About-us page END */

/* Group Product - Product Page Start */
.checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle {
  display: none;
}

.page-product-grouped .product-info-main .product-info-price {
  float: unset;
}

.page-product-grouped .product-info-main .price-box {
  display: block !important;
}

.page-product-grouped .price-box .price-type .heading {
  display: none;
}

.page-product-grouped .set-price.price-type {
  display: none;
}

.page-product-grouped .price-box .special-price,
.page-product-grouped .price-box .old-price {
  display: flex;
  font-weight: 600;
  font-style: normal;
}

.page-product-grouped .table.grouped .product-item-name {
  font-weight: 600;
  color: #1f9587;
}

.page-product-grouped .price-box .price-type .prices .old-price span.price {
  font-size: 15px !important;
  line-height: 20px;
  font-weight: 500;
  color: #6e6e6e;
  font-style: italic;
}

.page-product-grouped .product-info-main .price-box {
  margin-bottom: 0;
}

.page-product-grouped .front-rear-actions {
  display: flex;
  align-items: center;
}

.page-product-grouped .front-rear-product {
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
  padding-top: 20px;
  align-items: center;
}

.page-product-grouped .front-rear-product .front-tyre {
  border-right: 1px solid #e5e5e5;
  padding-right: 45px;
  margin-right: 45px;
  width: 58%;
}

.page-product-grouped .front-rear-product .rear-tyre {
  width: 50%;
}

.page-product-grouped .front-rear-product .front-rear-details {
  display: flex;
  justify-content: space-between;
}

.page-product-grouped .front-rear-product .front-rear-actions .quantity-box {
  display: flex;
  width: 60px;
  margin-right: 0;
  border: 1px solid #ddd;
  height: 37px;
}

.page-product-grouped .front-rear-product .front-rear-actions .quantity-box input[type="number"] {
  border: none !important;
}

.page-product-grouped .front-rear-actions .quantity-box .actions span {
  line-height: 11px;
  font-size: 11px;
  display: block;
  margin-right: 5px;
}

.page-product-grouped .front-rear-actions .action.tocompare {
  width: 44px !important;
  background-color: transparent !important;
  border: 1px solid #ddd;
  border-left: none;
  height: 37px !important;
  line-height: 35px !important;
}

.page-product-grouped .front-rear-actions .action.tocompare svg {
  margin-top: 9px !important;
  height: 18px;
  width: 16px;
}

.page-product-grouped .front-rear-product .front-tyre .tyre-size,
.page-product-grouped .front-rear-product .rear-tyre .tyre-size {
  margin-top: 0;
  color: #308e84;
  font-weight: 600;
  font-size: 15px;
  font-style: normal;
}

.page-product-grouped .price-box .old-price {
  font-weight: 500;
  text-decoration: line-through;
  color: #808080;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
}

.page-product-grouped .front-rear-product .front-rear-actions .quantity-box .product-qty {
  font-size: 16px;
  height: 33px;
  text-align: center;
}

.page-product-grouped .front-rear-product .front-rear-actions .quantity-box .actions {
  padding-top: 5px;
}

.page-product-grouped .product-info-main .product-add-form .box-tocart .fieldset .actions {
  width: 100%;
}

.catalog-product-view .fotorama .fotorama__stage {
  height: 415px !important;
}

.catalog-product-view .owl-carousel .owl-nav .owl-next::before {
  content: url("../images/arrow-right-grey.png");
}

.catalog-product-view .owl-carousel .owl-nav .owl-prev::before {
  content: url("../images/arrow-left-grey.png");
}

.catalog-product-view .slider-product .owl-theme .owl-nav div {
  background: none;
  border: none;
}

.catalog-product-view .slider-product .owl-theme .owl-nav div:hover {
  background: none;
  border: none;
}

.catalog-product-view .slider-product .owl-theme .owl-nav div.owl-next {
  right: -50px;
}

.slider-product .owl-theme .owl-nav div.owl-prev {
  left: -50px;
}

@media screen and (min-width: 768px) and (max-width: 796px) {
  .products.wrapper.products-grid .product-item-details .additional-details {
    min-height: 125px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {

  .page-product-grouped .front-rear-product .front-tyre {
    padding-right: 40px;
  }

  .page-product-grouped .front-rear-actions {
    padding-left: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

  .page-product-grouped .front-rear-product {
    align-items: unset;
    flex-flow: column;
  }

  .page-product-grouped .front-rear-product .front-tyre {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    width: 100%;
  }

  .page-product-grouped .front-rear-product .rear-tyre {
    width: 100%;
  }
}

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

  .page-product-grouped .front-rear-product .front-tyre {
    border-right: 1px solid #e5e5e5;
    width: 59.7%;
  }

  .page-product-grouped .front-rear-product {
    justify-content: unset;
  }

  .page-product-grouped .front-rear-actions {
    padding-left: 28px;
  }

  .cms-tyres .car-care-brands-block .content .arrow-link {
    min-width: unset;
  }

  .home-page-4 .search_container .second_search .search_attributes .attribute {
    width: 28% !important;
  }

  .page-wrapper .floating-links .back-to-top img {
    transform: translateY(40%) !important;
    width: 18px;
  }

  .page-wrapper .floating-links .link.whatsapp-chat img {
    transform: translateY(40%) !important;
    width: 22px;
  }
}

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

  .page-product-grouped .front-rear-product .front-tyre {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    width: 100%;
  }

  .page-product-grouped .front-rear-product .rear-tyre {
    width: 100%;
  }

  .page-product-grouped .front-rear-product {
    flex-flow: column;
  }

  .page-wrapper .floating-links .back-to-top img {
    transform: translateY(40%) !important;
    width: 15px;
  }

  .page-wrapper .floating-links .link.whatsapp-chat img {
    transform: translateY(40%) !important;
    width: 18px;
  }

  .location-image {
    padding: 5px;
  }
}

/* Group Product - Product Page End */

/* Firecheckout START */
.firecheckout .opc-block-summary .store-credit-actions td {
  padding: 0;
}

.firecheckout .opc-block-summary .store-credit-actions .remove {
  border-right: none;
}

/* Firecheckout END */

.modal-slide.smcqp-modal-popup .action-close::before,
.smcqp-messages.msg-success,
.smcqp-messages.msg-error,
.smcqp-actions .smcqp-btn,
.smcqp-actions .smcqp-continue {
  font-style: normal;
}

.smcqp-modal-popup .modal-content {
  padding: 0;
}

.modal-slide.smcqp-modal-popup .modal-header {
  padding-top: 25px;
  padding-right: 25px;
}


/* logout page START */

.customer-account-logoutsuccess .Logout-page p {
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}

.customer-account-logoutsuccess .page-title-wrapper .page-title span {
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}

/* logout page END */

/* create new password css start*/

#password-strength-meter {
  padding: 0px;
}

.customer-account-createpassword .login-container .block.block-customer-login {
  width: 35%;
}

.customer-account-createpassword .form.password.reset {
  min-width: unset;
}

.customer-account-createpassword .login-container {
  display: flex;
  justify-content: center;
}

.customer-account-createpassword .login-container .block-customer-login {
  background-color: unset;
  min-height: unset;
}

.customer-account-createpassword .login-container .fieldset::after {
  display: none;
}

.customer-account-createpassword .page-title {
  text-align: center;
}

.customer-account-createpassword .page-title .base {
  font-style: normal;
  font-size: 30px;
  font-weight: 500;
}

.login-container .block-customer-login #form-validate .fieldset .field .control input {
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
}

.customer-account-createpassword .actions-toolbar .primary {
  width: 100%;
}

.customer-account-createpassword .actions-toolbar .primary button {
  width: 100% !important;
}

.customer-account-createpassword .actions-toolbar .primary button span {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}

/* Update Cart START */

.checkout-cart-configure .product-info-main .product-add-form .box-tocart .fieldset .qty .label {
  display: none;
}

.checkout-cart-configure .product-info-main .product-add-form .box-tocart .fieldset .qty .control {
  margin-top: 0;
}

/* Update Cart END */

/* Tyres-main Start */

.cms-tyres .home-page-4 .search_container {
  position: static;
}

.ways-to-serve-category-pages .ways-to-serve-section .options-list .option {
  padding-bottom: 25px;
}

.banner-style-1 .banner-image {
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.cms-tyres .ways-to-serve-category-pages .ways-to-serve-section .options-list .option:nth-child(2n) .option-content h6 {
  width: 53%;
}

.ways-to-serve-category-pages .ways-to-serve-section {
  background-color: #EFEFEF;
  padding: 35px 0 60px;
}

.cms-lubricants .ways-to-serve-category-pages .ways-to-serve-section .options-list .option:nth-child(2n) .option-content h6 {
  width: 45%;
}

.shop-tyresby-category .shop-tyres-block {
  margin-bottom: 50px;
  padding: 0 5px;
}

.shop-tyresby-category .shop-tyres-block .categories-main {
  width: 20%;
  padding: 0 10px;
  float: left;
  min-height: 320px;
}

.shop-tyresby-category .shop-tyres-block .categories-main .heading {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
  background-color: #efefef;
  margin-bottom: 20px;
  min-height: 95px;
}

.shop-tyresby-category .shop-tyres-block .categories-main .img-tyres img {
  width: 100%;
}

.cms-tyres .modify-search-heading {
  padding-left: 10px !important;
}

.banner-style-1 .banner-image .block-link {
  display: flex;
  justify-content: flex-end;
  padding-right: 15px !important;
  margin-top: -3%;
}

.banner-style-1 .banner-image .block-link .arrow-link:last-child {
  margin-left: 35px;
}

.shop-tyresby-category .heading-main {
  padding-left: 15px;
}

.shop-tyresby-category.container .heading-main h1 {
  margin-bottom: 40px;
}

.cms-tyres .featured-products-container h1 {
  margin-top: 0;
}

.cms-tyres .featured-products-container {
  margin-top: 50px;
  margin-bottom: 0;
}

.cms-tyres .home-page-4,
.cms-lubricants .home-page-4,
.cms-batteries .home-page-4,
.cms-accessories .home-page-4 {
  height: unset;
}

.banner-style-1 .banner-image .block-link .arrow-link svg {
  transform: rotate(90deg);
}

.cms-tyres .widget.block.block-static-block .search_container {
  margin-bottom: 70px;
}

.cms-tyres .modify-search-heading h1 {
  margin-top: 0;
  margin-bottom: 30px;
}

.banner-style-1 {
  background: #efefef;
}

.banner-style-1 .banner-image img {
  padding: 45px 15px 0 15px;
}

.cms-tyres .home-page-4 .search_container .search-box {
  border: none;
  box-shadow: none;
}

.cms-tyres .page-wrapper>.breadcrumbs,
.cms-lubricants .page-wrapper>.breadcrumbs,
.cms-batteries .page-wrapper>.breadcrumbs,
.cms-accessories .page-wrapper>.breadcrumbs {
  display: none;
}

.cms-tyres .header-title-style-2 .breadcrumbs .container,
.cms-lubricants .header-title-style-2 .breadcrumbs .container,
.cms-batteries .header-title-style-2 .breadcrumbs .container,
.cms-accessories .header-title-style-2 .breadcrumbs .container {
  margin: 0 !important;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {

  .shop-tyresby-category .shop-tyres-block .categories-main .heading {
    font-size: 15px;
    min-height: 121px;
  }

  .ways-to-serve-category-pages .ways-to-serve-section .options-list .option .option-content p {
    margin-top: 15px;
  }

  .ways-to-serve-category-pages .ways-to-serve-section .options-list .option .option-content h6 {
    width: 68% !important;
    min-height: 52px;
  }

  .cms-locations .ways-to-serve-category-pages .ways-to-serve-section .options-list .option .option-content h6,
  .tips-post-view .ways-to-serve-category-pages .ways-to-serve-section .options-list .option .option-content h6,
  .blog-post-view .ways-to-serve-category-pages .ways-to-serve-section .options-list .option .option-content h6 {
    width: 80% !important;
  }

  .ways-to-serve-category-pages .ways-to-serve-section .options-list .option .option-content p {
    min-height: 100px !important;
  }

  .featured-products-container .featured-section .header .actions {
    flex: 60%;
  }

  .customer-account-create .form-create-account .fieldset.create.info,
  .customer-account-login .login-container .block-customer-login,
  .customer-account-forgotpassword .forgot-password-container,
  .customer-account-createpassword .login-container .block.block-customer-login {
    width: 45% !important;
  }

  .cms-car-services .ways-to-serve-category-pages .ways-to-serve-section .options-list .option .option-content h6 {
    width: 70% !important;
    min-height: 52px;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {

  .shop-tyresby-category .shop-tyres-block .categories-main {
    width: 33.33%;
  }

  .shop-tyresby-category .shop-tyres-block .categories-main .heading {
    min-height: 95px;
  }
}

@media screen and (min-width: 576px) and (max-width: 650px) {

  .shop-tyresby-category .shop-tyres-block .categories-main .heading {
    min-height: 101px;
    font-size: 16px;
    padding: 10px;
  }
}

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

  .shop-tyresby-category .shop-tyres-block .categories-main .heading {
    font-size: 16px;
  }
}

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

  .shop-tyresby-category .shop-tyres-block .categories-main {
    width: 50%;
  }

  .shop-tyresby-category .shop-tyres-block .categories-main .heading {
    min-height: 84px;
    font-size: 12px;
  }
}

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

  .shop-tyresby-category .shop-tyres-block .categories-main .heading {
    min-height: 60px;
    font-size: 11px;
    padding: 15px;
    line-height: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .banner-style-1 .banner-image .block-link {
    margin-top: -4.3%;
  }

  .cms-locations .ways-to-serve-category-pages .ways-to-serve-section .options-list .option .option-content h6,
  .tips-post-view .ways-to-serve-category-pages .ways-to-serve-section .options-list .option .option-content h6,
  .blog-post-view .ways-to-serve-category-pages .ways-to-serve-section .options-list .option .option-content h6 {
    width: 93% !important;
  }

  .ways-to-serve-category-pages .ways-to-serve-section .options-list .option .option-content h6 {
    width: 90% !important;
    min-height: 48px;
  }

  .cms-lubricants .ways-to-serve-category-pages .ways-to-serve-section .options-list .option:nth-child(2n) .option-content h6 {
    width: 70%;
  }

  .ways-to-serve-category-pages .ways-to-serve-section .options-list .option:nth-child(2n) .option-content h6 {
    width: 90%;
  }

  .ways-to-serve-category-pages .ways-to-serve-section .options-list .option .option-content p {
    min-height: 88px !important;
  }

  .ways-to-serve-category-pages .ways-to-serve-section .options-list .option .option-content p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 22px;
    width: 88% !important;
  }

  .cms-car-services .ways-to-serve-category-pages.choose .ways-to-serve-section .options-list .option:nth-child(2) .option-content p {
    width: 89% !important;
  }

  .cms-tyres .ways-to-serve-category-pages .ways-to-serve-section .options-list .option .option-content p {
    min-height: 88px;
  }

  .banner-style-1 .banner-image .block-link .arrow-link:last-child {
    margin-left: 15px;
  }

  .products.wrapper.products-grid .products.list .product-item-details .price-box .left span,
  .products.wrapper.products-grid .product-item-info .product-item-inner .front-rear-details .price-box .old-price,
  .products.wrapper.products-grid .product-item-details .price-box .left span {
    font-size: 11px;
  }

  .products.wrapper.products-grid .products.list .product-item-details .additional-details,
  .products.wrapper.products-grid .product-item-details .additional-details {
    min-height: 98px;
  }

  .products.wrapper.products-grid .products.list .front-rear-tyre .product-item-details .additional-details,
  .products.wrapper.products-grid .front-rear-tyre .product-item-details .additional-details {
    min-height: 80px;
  }

  .customer-account-create .form-create-account .fieldset.create.info,
  .customer-account-login .login-container .block-customer-login,
  .customer-account-forgotpassword .forgot-password-container,
  .customer-account-createpassword .login-container .block.block-customer-login {
    width: 50% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 850px) {

  .banner-style-1 .banner-image .block-link .arrow-link {
    max-width: 170px;
    min-width: 170px;
  }

  .cms-tyres .banner-style-1 .banner-image .block-link .arrow-link {
    font-size: 11px;
  }

  .cms-accessories .banner-style-1 .banner-image .block-link .arrow-link {
    min-width: 175px;
    font-size: 11px;
  }

  .featured-products-container .products.wrapper.products-grid .products.list .product-item-details .additional-details,
  .featured-products-container .products.wrapper.products-grid .product-item-details .additional-details {
    min-height: 102px;
  }
}

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

  .banner-style-1 .banner-image .block-link {
    display: block;
    margin-top: 4%;
    padding-left: 15px;
  }

  .forgot-password-container .actions-toolbar .secondary a {
    display: block;
  }
}

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

  .ways-to-serve-category-pages .ways-to-serve-section .options-list .option .option-content h6 {
    width: 90%;
  }

  .cms-lubricants .ways-to-serve-category-pages .ways-to-serve-section .options-list .option:nth-child(2n) .option-content h6 {
    width: 90%;
  }

  .ways-to-serve-category-pages .ways-to-serve-section .options-list .option:nth-child(2n) .option-content h6 {
    width: 90%;
  }

  .ways-to-serve-category-pages .ways-to-serve-section .options-list .option .option-content p {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 17px;
    min-height: 75px;
  }

  .cms-tyres .options-list .action.primary.btn-skew {
    min-width: 75px;
  }
}

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

  .cms-tyres .widget.block.block-static-block .search_container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .shop-tyresby-category .shop-tyres-block .categories-main {
    min-height: unset;
  }
}

/* Tyres-main End */

/* Anisha Css */


/* Error Popup */

.modal-popup.smcqp-confirm._show .modal-inner-wrap .modal-header .action-close {
  background-color: transparent !important;
  margin-top: 10px;
  padding-right: 0 !important;
}

.modal-popup.smcqp-confirm._show .modal-inner-wrap .modal-header {
  padding-top: 20px;
}


.modal-popup.smcqp-confirm._show .modal-inner-wrap .modal-header .action-close::before {
  font-size: 45px;
  color: #000;
  font-style: normal;
}

.modal-popup.smcqp-confirm._show .modal-inner-wrap .modal-header .action-close:hover::before {
  color: #ffde00;
}

.modal-popup.smcqp-confirm._show .modal-inner-wrap .modal-content div {
  font-style: normal;
  font-weight: 500;
}

.modal-popup.smcqp-confirm._show .modal-inner-wrap .modal-content {
  padding: 25px !important;
}

.modal-popup.smcqp-confirm._show .modal-inner-wrap .modal-footer .action-accept {
  background-color: #ffde00 !important;
  border-radius: 0;
}

.modal-popup.smcqp-confirm._show .modal-inner-wrap .modal-footer .action-accept span {
  font-style: normal;
}

.modal-popup.smcqp-confirm._show .modal-inner-wrap .modal-footer {
  padding: 15px !important;
}


/* Floating links */

.page-wrapper .floating-links {
  position: fixed;
  right: 25px;
  bottom: 80px;
  z-index: 100;
  display: flex;
  flex-flow: column;
}

.page-wrapper .floating-links .link {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #bf140e !important;
  color: #fff !important;
  text-align: center;
  margin-bottom: 10px;
}

.page-wrapper .floating-links .link::before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 55px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}

.page-wrapper .floating-links .back-to-top {
  display: none;
}

.page-wrapper .floating-links .message-chat::before {
  content: "\f075";
}

@media screen and (max-width: 767px) {
  .page-wrapper .floating-links {
    right: 20px;
  }

  .page-wrapper .floating-links .link {
    width: 50px;
    height: 50px;
  }

  .page-wrapper .floating-links .link::before {
    line-height: 50px;
  }

  .banner-style-1 .banner-image .block-link .arrow-link {
    margin: 0 !important;
  }
}

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

  /*.page-wrapper .floating-links {
    right: 10px;
  }*/

  .page-wrapper .floating-links .link {
    width: 40px;
    height: 40px;
  }

  .page-wrapper .floating-links .link::before {
    line-height: 40px;
    font-size: 18px;
  }

  .forgot-password-container .actions-toolbar .secondary a {
    padding: 9px 0 !important;
  }

  .customer-account-forgotpassword .page-title-wrapper .page-title .base,
  .customer-account-createpassword .page-title-wrapper .page-title .base {
    font-size: 23px !important;
  }

  .actions-toolbar .primary button span {
    font-size: 15px;
  }

  .catalog-product-view .product-reviews-container .review-raings-block .review-raings #customer-reviews .block-content .toolbar.review-toolbar.custom #load_more_main {
    margin-left: 10px !important;
    width: 142px !important;
    height: 40px !important;
  }

  .catalog-product-view .product-reviews-container .review-raings-block .review-raings #customer-reviews .block-content .toolbar.review-toolbar.custom #page-show-review span {
    font-size: 11px !important;
  }

}

/*.page-wrapper .floating-links .link.search-icon {
  background-color: #ffde00 !important;
}*/

.page-wrapper .floating-links .link.search-icon svg {
  width: 20px;
  transform: translate(0, 95%);
  fill: #fff !important;
}

/* FLoating links */

/* Car-service page */

.products.wrapper.products-grid .message {
  margin-left: 15px;
}

.car-services .banner-image .car-service-container p {
  padding: 40px 15px;
  margin-bottom: 0;
  width: 86%;
}

/* .car-services div.mage-error[generated] {
  margin-top: 0 !important;
} */

.car-services .banner-image {
  padding-bottom: 0;
  margin-bottom: 0;
}

.car-services .banner-image img {
  padding: 15px 62px 0 62px;
}

.cms-car-services .ways-to-serve-category-pages.choose .ways-to-serve-section {
  background-color: #fff;
}

.cms-car-services .ways-to-serve-category-pages.choose .ways-to-serve-section .options-list .option .option-content h6 {
  width: 35%;
}

.cms-car-services .ways-to-serve-category-pages.choose .ways-to-serve-section .options-list .option:nth-child(2n) .option-content h6 {
  width: 33%;
}

.cms-car-services .ways-to-serve-category-pages.choose .ways-to-serve-section .options-list .option .option-content p {
  width: 79%;
  min-height: 75px;
}

.cms-car-services .ways-to-serve-category-pages.choose .ways-to-serve-section h1 {
  margin-top: 0;
}

.cms-car-services .ways-to-serve-category-pages.choose .ways-to-serve-section {
  padding: 40px 0 35px;
}

.cms-car-services .ways-to-serve-category-pages.choose .ways-to-serve-section .options-list {
  margin-top: 0;
}

.ways-to-serve-category-pages {
  margin-top: 60px;
}

.cms-tyres .car-care-brands-block.container h1,
.cms-batteries .car-care-brands-block.container h1 {
  margin-bottom: 35px;
}

.ways-to-serve-category-pages .ways-to-serve-section .options-list {
  margin-top: 30px;
}

.cms-car-services .ways-to-serve-category-pages {
  margin-top: 0;
}

/* Book Appointment */

.service-appointment-container {
  background-color: #f6cd00;
}

.service-appointment-container .service-block .heading {
  display: flex;
  align-items: flex-end;
}

.service-appointment-container .service-block .heading .book p {
  letter-spacing: 0px;
}

.service-appointment-container .service-block .heading .book {
  margin-bottom: 5px;
}

.service-appointment-container .service-block #appoitment-form input,
.service-appointment-container .service-block #appoitment-form select,
.service-appointment-container .service-block #appoitment-form textarea {
  border-radius: 0;
  min-height: 45px;
}

.service-appointment-container .service-block {
  padding: 0;
}

.service-appointment-container .service-block #appoitment-form input::placeholder,
.service-appointment-container .service-block #appoitment-form select,
.service-appointment-container .service-block #appoitment-form select option,
.service-appointment-container .service-block #appoitment-form textarea::placeholder,
.service-appointment-container .service-block #appoitment-form input,
.service-appointment-container .service-block #appoitment-form textarea {
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0px;
  color: #979797;
  font-weight: 300;
}

.service-appointment-container .field.date input {
  width: 100%;
}

.service-appointment-container .service-block #appoitment-form .privacy-policy p,
.service-appointment-container .service-block #appoitment-form .create-user p,
.service-appointment-container .service-block #appoitment-form .privacy-policy p a {
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 15px;
  color: #000000;
  font-weight: 500;
}

.service-appointment-container .service-block #appoitment-form .appointment-submit button {
  font-weight: 500;
  font-style: normal;
  width: 100%;
}

.service-appointment-container .service-block #appoitment-form .privacy-policy,
.service-appointment-container .service-block #appoitment-form .create-user {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}

.service-appointment-container .service-block #appoitment-form .create-user {
  padding: 0 !important;
}

.service-appointment-container .service-block #appoitment-form .service-footer {
  display: flex;
  padding-left: 15px;
  margin-bottom: 40px;
}

.service-appointment-container .service-block #appoitment-form .create-user #create-user,
.service-appointment-container .service-block #appoitment-form .privacy-policy #privacy-policy {
  min-height: unset;
  margin-right: 10px;
}

#appoitment-form .appointment-submit {
  width: 25%;
  float: right;
  padding-right: 15px;
}

.brakes-service-block p {
  width: 76%;
  margin: auto;
  text-align: justify;
}

.service-inner-page .brakes-service-block {
  text-align: center;
}

.service-inner-page .ways-to-serve-category-pages.product .ways-to-serve-section .options-list .option .option-content h6 {
  width: 60%;
  font-weight: 800;
}

.service-inner-page .ways-to-serve-category-pages.product .ways-to-serve-section .options-list .option .option-content ul {
  padding-top: 45px;
  /* width: 95%; */
}

.cms-car-services .ways-to-serve-category-pages.choose .ways-to-serve-section .options-list .option:nth-child(7) .option-content p,
.cms-car-services .ways-to-serve-category-pages.choose .ways-to-serve-section .options-list .option:nth-child(8) .option-content p {
  min-height: 100px;
  margin-top: 25px;
}

.service-inner-page .ways-to-serve-category-pages.product .ways-to-serve-section .options-list .option .option-content ul li {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  list-style: inside;
}

.service-inner-page .ways-to-serve-category-pages.product .ways-to-serve-section {
  background-color: transparent;
  padding: 0;
}

.service-inner-page .ways-to-serve-category-pages.product {
  margin-top: 40px;
}

.service-inner-page .service-appointment-container {
  margin-top: 50px;
}

.service-inner-page .ways-to-serve-category-pages.tips .ways-to-serve-section .options-list .option:nth-child(2n) .option-content h6 {
  width: 40%;
}

.service-inner-page .ways-to-serve-category-pages.tips {
  margin-top: 0;
}

.service-inner-page .book-appointment-block {
  margin-bottom: 30px;
  margin-top: 70px;
}

.service-inner-page .homepage-help-section {
  margin-bottom: 70px;
}

.service-inner-page .banner-image img {
  padding: 15px 50px 0 50px;
}

.service-appointment-container .service-block #appoitment-form .privacy-policy p a {
  text-decoration: underline;
}

.service-appointment-container .service-block #appoitment-form .privacy-policy p a:hover {
  color: #bf140e !important;
}

.service-appointment-container .service-block #appoitment-form .appointment-submit button:hover {
  background-color: #bf140e !important;
  color: #fff !important;
}

.service-appointment-container .service-block #appoitment-form textarea {
  min-height: 100px;
  margin-bottom: 15px;
}

.service-appointment-container .service-block #appoitment-form .field .control .mage-error {
  margin-top: 0;
}

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

  .car-services .banner-image .car-service-container p {
    width: 100%;
  }

  .service-appointment-container .service-block #appoitment-form .create-user>p:nth-child(2) {
    margin-bottom: 50px;
  }

  .service-appointment-container .service-block #appoitment-form .privacy-policy {
    margin-bottom: 25px;
  }

  .service-appointment-container .service-block #appoitment-form textarea {
    margin-bottom: 15px;
  }

  .service-inner-page .ways-to-serve-category-pages.product .ways-to-serve-section .options-list .option .option-content ul li {
    font-size: 16px;
    line-height: 20px;
  }

  .service-inner-page .ways-to-serve-category-pages.product .ways-to-serve-section .options-list .option .option-content ul {
    padding-top: 15px;
  }

  .service-inner-page .ways-to-serve-category-pages.product .ways-to-serve-section .options-list .option .option-content ul li {
    font-size: 15px;
    line-height: 20px;
    width: 95%;
  }

  .service-inner-page .service-appointment-container {
    margin-top: 25px;
  }

  .service-inner-page .book-appointment-block {
    margin-top: 30px;
  }

  .ways-to-serve-category-pages .ways-to-serve-section {
    background-color: #EFEFEF;
    padding: 35px 0 30px;
  }

  .service-inner-page .homepage-help-section {
    margin-bottom: 40px;
    margin-top: 0;
  }

  .cms-car-services .ways-to-serve-category-pages.choose .ways-to-serve-section .options-list .option:nth-child(7) .option-content p,
  .cms-car-services .ways-to-serve-category-pages.choose .ways-to-serve-section .options-list .option:nth-child(8) .option-content p {
    min-height: 80px;
    margin-top: 25px;
  }

}

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

  .service-inner-page .banner-image img {
    padding: 15px 15px 0 15px;
  }

  .car-services .banner-image img {
    padding: 15px 15px 0 15px;
  }

  #appoitment-form .appointment-submit {
    width: 100%;
  }

  .service-appointment-container .service-block #appoitment-form .appointment-submit button {
    font-size: 15px !important;
  }
}

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

  .cms-car-services .ways-to-serve-category-pages.choose .ways-to-serve-section .options-list .option .option-content h6,
  .cms-car-services .ways-to-serve-category-pages.choose .ways-to-serve-section .options-list .option:nth-child(2n) .option-content h6,
  .customer-account-edit .form-edit-account .fieldset .field-dob,
  .customer-account-edit .form-edit-account .fieldset .field-phone {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .cms-car-services .ways-to-serve-category-pages.choose .ways-to-serve-section .options-list .option:nth-child(7) .option-content p,
  .cms-car-services .ways-to-serve-category-pages.choose .ways-to-serve-section .options-list .option:nth-child(8) .option-content p {
    min-height: 131px !important;
    margin-bottom: 0px;
  }

  .cms-car-services .ways-to-serve-category-pages.choose .ways-to-serve-section .options-list .option:nth-child(7) .option-content h6,
  .cms-car-services .ways-to-serve-category-pages.choose .ways-to-serve-section .options-list .option:nth-child(8) .option-content h6 {
    min-height: unset;
  }

  .cms-car-services .ways-to-serve-category-pages.choose .ways-to-serve-section .options-list .option .option-content h6,
  .cms-car-services .ways-to-serve-category-pages.choose .ways-to-serve-section .options-list .option:nth-child(2n) .option-content h6 {
    width: 100%;
  }

  .service-appointment-container .service-block #appoitment-form .appointment-submit button {
    padding: 0 10px !important;
  }

  .service-inner-page .ways-to-serve-category-pages.product .ways-to-serve-section .options-list .option .option-content ul {
    padding-top: 15px;
  }

  .service-inner-page .ways-to-serve-category-pages.product .ways-to-serve-section .options-list .option .option-content ul li {
    font-size: 16px;
    line-height: 22px;
    width: 95%;
  }

  #appoitment-form .appointment-submit {
    margin-top: 35px;
  }
}

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

  .service-appointment-container .service-block #appoitment-form .privacy-policy,
  .service-appointment-container .service-block #appoitment-form .create-user {
    float: unset !important;
    width: 100% !important;
  }

  .service-appointment-container .service-block #appoitment-form .create-user {
    margin-top: 10px;
  }
}

@media screen and (min-width: 851px) and (max-width: 991px) {

  .service-appointment-container .service-block #appoitment-form .privacy-policy,
  .service-appointment-container .service-block #appoitment-form .create-user {
    flex-basis: 30%;
  }

  .service-appointment-container .service-block #appoitment-form .service-footer {
    flex-wrap: wrap;
  }
}

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

  .service-appointment-container .service-block #appoitment-form .service-footer {
    width: 100%;
    display: unset;
  }

  .service-appointment-container .service-block #appoitment-form .privacy-policy,
  .service-appointment-container .service-block #appoitment-form .create-user {
    float: left;
    width: 49%;
  }

  .service-appointment-container .service-block #appoitment-form .privacy-policy {
    padding-left: 0;
  }
}

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

  .service-appointment-container .service-block #appoitment-form .appointment-submit button {
    font-size: 12px !important;
    padding: 0 15px !important;
  }

  .cms-car-services .ways-to-serve-category-pages.choose .ways-to-serve-section .options-list .option:nth-child(7) .option-content p,
  .cms-car-services .ways-to-serve-category-pages.choose .ways-to-serve-section .options-list .option:nth-child(8) .option-content p {
    min-height: 150px !important;
    margin-bottom: 0px;
  }
}


/* Car-service page */

/* Blog page Start */

.post-content-container .post-content.post-custom .post-description .post-info-blog {
  margin-left: 0;
  background: #ffd600;
}

.blog-page-list .row-content .col-main,
.tips-index-index .row-content .col-main {
  width: 100%;
}

.post-content-container .post-holder .post-header .addthis_toolbox {
  display: none;
}

.post-content-container .post-content.post-custom .post-description .post-title a {
  font-size: 19px;
  line-height: 25px;
  color: #000000;
  font-weight: 600;
}

.post-content-container .post-content.post-custom .post-description .post-info-blog .post-text-hld {
  display: none;
}

.post-content-container .post-content.post-custom .post-description .post-read-more svg {
  width: 20px;
  padding-top: 30px;
  margin-right: 20px;
  padding-bottom: 15px;
}

.post-content-container .post-content.post-custom .post-description .post-info-blog .post-read-more {
  background-color: transparent;
  float: right;
  padding: 0;
}

.post-content-container .post-content.post-custom .post-description .post-info-blog .post-read-more:hover {
  background-color: transparent !important;
}

.post-content-container .post-content .post-description .post-ftimg-hld img {
  margin: 0;
  width: 100%;
}

.blog-page-list .toolbar,
.tips-index-index .toolbar {
  border: none;
  background-color: unset;
}

.post-content-container .post-holder {
  width: calc(50% - 15px);
  float: left;
  margin-bottom: 15px;
}

.post-content-container .post-content.post-custom .post-description .post-title {
  margin: 0 0 15px;
  padding: 0;
  font-size: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post-content-container .post-content.post-custom .post-description .post-ftimg-hld {
  width: 100%;
  margin: 0;
  float: none;
}

.post-content-container .post-holder:nth-child(odd) {
  margin-right: 15px;
}

.post-content-container .post-holder:nth-child(even) {
  margin-left: 15px;
}

.post-content-container .post-content.post-custom {
  padding: 0;
  border: none;
}

.blog-page-list .page-title-wrapper .page-title,
.tips-index-index .page-title-wrapper .page-title {
  display: none;
}

.blog-page-list .post-list-wrapper .post-list,
.tips-index-index .post-list-wrapper .post-list {
  padding: 0 0 0 15px;
}

.post-content-container .post-holder .post-header {
  position: relative;
  display: flex;
  flex-flow: column-reverse;
  padding-left: 35px;
}

.post-content-container .post-holder .post-header .post-info {
  padding: 25px 0 0 0;
}

.post-content-container .post-holder .post-header .post-info .label {
  display: none;
}

.post-content-container .post-holder .post-header .post-info .value {
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
}

.post-content-container .post-content.post-custom .post-description .post-title a:hover {
  color: unset !important;
}

.blog-page-list .toolbar .pages,
.tips-index-index .toolbar .pages {
  display: block !important;
  float: unset !important;
  text-align: center;
  margin: 60px 10px 10px 0;
}

.blog-page-list .home-page-4 {
  height: unset !important;
  display: none;
}

.blog-page-list .page-bottom,
.tips-index-index .page-bottom {
  padding-top: 30px;
}

.blog-page-list .home-page-4 .search_container,
.tips-page-list .home-page-4 .search_container {
  top: 0;
  margin-bottom: 80px;
}

.blog-page-list .home-page-4 .search_container .search-box,
.tips-page-list .home-page-4 .search_container .search-box {
  box-shadow: none;
}

.testimonials-index-index .homepage-help-section {
  margin-top: 0;
}

.testimonials-index-index .homepage-help-section h1 {
  margin-top: 0;
}

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

  .post-content-container .post-holder {
    width: 100%;
  }

  .post-content-container .post-holder:nth-child(odd) {
    margin-right: 0;
  }

  .post-content-container .post-holder:nth-child(even) {
    margin-left: 0;
  }

  .tips-index-index .toolbar .pages {
    margin: 40px 10px 10px 0;
  }

  .tips-index-index .page-bottom {
    padding-top: 0;
  }

  .blog-page-list .home-page-4 .search_container {
    margin-bottom: 40px;
  }
}

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

  .blog-page-list .home-page-4 .search_container {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .testimonials-index-index .testimonials-block #testimonials-list .testimonial:nth-child(3n+0) {
    padding-right: 0 !important;
  }

  .testimonials-index-index .testimonials-block #testimonials-list .testimonial:nth-child(4n+0) {
    padding-right: 20px;
  }

  .testimonials-index-index .testimonials-block #testimonials-list .testimonial ul .paragraph-text {
    font-size: 12px;
  }
}

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

  .testimonials-index-index .testimonials-block #testimonials-list .testimonial ul .paragraph-text {
    font-size: 12px;
  }
}

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

  .testimonials-index-index .testimonials-block #testimonials-list .testimonial:nth-child(2n+0) {
    padding-right: 0;
  }

  .testimonials-index-index .testimonials-block #testimonials-list .testimonial:nth-child(4n+0) {
    padding-right: 0;
  }

  .appointment-customer-index .appointment-block .appointments-list .service-id-details .service-id {
    width: 32% !important;
  }

  .appointment-customer-index .appointment-block .appointments-list .service-id-details .service-details {
    width: 41% !important;
  }

  .appointment-customer-index .appointment-block .appointments-list .date-status .status-button .status {
    width: 40% !important;
  }
}

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

  .appointment-customer-index .appointment-block .appointments-list .date-status .status-button .status {
    width: 100% !important;
  }

  .appointment-customer-index .appointment-block .appointments-list .service-id-details,
  .appointment-customer-index .appointment-block .appointments-list .date-status .status-button {
    display: unset !important;
  }

  .appointment-customer-index .appointment-block .appointments-list {
    padding: 30px 20px !important;
  }

  .appointment-customer-index .appointment-block .appointments-list .date-status .status-button .cancel a,
  .appointment-customer-index .appointment-block .appointments-list .date-status .status-button .cancel button {
    font-size: 14px !important;
    width: 100%;
    display: inline-block !important;
  }

  .appointment-customer-index .appointment-block .appointments-list .date-status .status-button .status,
  .appointment-customer-index .appointment-block .appointments-list .service-id-details .service-details {
    margin-bottom: 30px
  }

  .appointment-customer-index .appointment-block .appointments-list .service-id-details .service-details,
  .appointment-customer-index .appointment-block .appointments-list .service-id-details .service-id {
    width: 100% !important;
  }
}

/* Blog page End */

/*** Login Page Start ***/

.customer-account-login #maincontent *,
.customer-account-forgotpassword #maincontent *,
.customer-account-create #maincontent * {
  font-style: normal;
}

.customer-account-login .page-main,
.customer-account-forgotpassword .page-main,
.customer-account-create .page-main,
.customer-account-createpassword .page-main {
  margin: 10px auto;
  padding: 0 15px;
}

.customer-account-login .page-title span,
.customer-account-forgotpassword .page-title span,
.customer-account-create .page-title span,
.customer-account-createpassword .page-title span {
  font-size: 38px;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 46px;
  letter-spacing: 0px;

}

.login-container .fieldset::after {
  font-size: 12px;
}

.customer-account-login button,
.customer-account-login a.action.primary,
.customer-account-forgotpassword button,
.customer-account-create button,
.customer-account-createpassword button {
  background-color: #ffd600 !important;
}

.customer-account-login a.action.primary span {
  line-height: 20px;
}

.customer-account-login .div.mage-error[generated] {
  font-size: 12px;
}

.customer-account-create .field.choice span,
.customer-account-create .field.choice p {
  font-size: 12px;
  line-height: 20px;
}

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

  .customer-account-login .page-main,
  .customer-account-forgotpassword .page-main,
  .customer-account-create .page-main,
  .customer-account-createpassword .page-main {
    width: 1170px;
  }
}

/*** Login Page Stop ***/

/*** Service Appointment START ***/

.appointment-customer-index .appointment-block .appointments-list {
  border: 1px solid #949494;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 40px;
}

.appointment-customer-index .appointment-block .appointments-list .service-id-details,
.appointment-customer-index .appointment-block .appointments-list .date-status .status-button {
  display: flex;
}

.appointment-customer-index .appointment-block .appointments-list span {
  display: flex;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  font-style: normal;
}

.appointment-customer-index .appointment-block .appointments-list .data {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  font-style: normal;
}

.appointment-customer-index .appointment-block .appointments-list .service-id-details .service-id {
  width: 28%;
}

.appointment-customer-index .appointment-block .appointments-list .service-id-details .service-details {
  width: 32%;
}

.appointment-customer-index .appointment-block .appointments-list .date-status .status-button .status {
  width: 60%;
}

.appointment-customer-index .appointment-block .appointments-list .service-id-details {
  margin-bottom: 20px;
}

.appointment-customer-index .appointment-block .appointments-list .date-status .status-button .cancel {
  margin-top: 10px;
}

.appointment-customer-index .appointment-block .appointments-list .service-id,
.appointment-customer-index .appointment-block .appointments-list .preffered-date {
  padding-bottom: 30px;
}

.appointment-customer-index .appointment-block .appointments-list .date-status .status-button .cancel a {
  background-color: #ffd600 !important;
  color: #02050a !important;
  font-weight: 500;
  padding: 10px 25px;
  font-size: 16px;
  text-align: center;
}

.appointment-customer-index .page-title-wrapper .page-title .base {
  margin-left: 25px;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
}

.appointment-customer-index .appointment-block .appointments-list .active {
  color: #308e84;
}

.appointment-customer-index .appointment-block .appointments-list .cancelled {
  color: #c50000
}

.appointment-customer-index .appointment-block .appointments-list .date-status .status-button .cancelled button,
.appointment-customer-index .appointment-block .appointments-list .date-status .status-button .completed button {
  background-color: #d3d3d3 !important;
  color: #959595 !important;
}

/*** Service Appointment END ***/


/* New CSS START */

/*cms-our-offers page css start*/



/*registration banner css start*/

.cms-our-offers .registration-banner.container img {
  padding: 0 15px;
}

.registration-banner.container.subcribe {
  margin-bottom: 60px;
}

.cms-our-offers .registration-banner.container {
  margin-bottom: 60px;
}

.cms-our-offers .homepage-help-section {
  margin: 25px 0 60px 0;
}

/*registration banner css end*/

.cms-our-offers .ways-to-serve-section .options-list .option .option-content h6 {
  width: 60%;
}

.cms-our-offers .banner-content p,
.cms-brands .banner-content p {
  width: 79%;
  padding: 40px 0 0px 15px;
}

.cms-brands .banner-image img {
  padding: 15px 65px 0 55px;
}

.cms-our-offers .banner-image,
.cms-brands .banner-image {
  margin-bottom: 50px;
}

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

  .cms-our-offers .banner-content p,
  .cms-brands .banner-content p {
    width: 100%;
  }

  .cms-our-offers .featured-products-container {
    margin-bottom: 0px;
  }
}

.cms-our-offers .featured-products-container .featured-section .header {
  margin-bottom: 0px;
}

.cms-our-offers .ways-to-serve-category-pages {
  margin-top: 0px;
}

.cms-our-offers .featured-products-container .featured-section .actions .arrow-link {
  width: calc(25% - 15px);
  float: right;
}

.cms-our-offers .featured-products-container .featured-section .header .actions {
  display: block;
}

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

  .cms-our-offers .banner-image img {
    padding: 0 15px !important;
  }

  .cms-brands .banner-image img {
    padding: 15px 15px 0 15px;
  }
}

@media (max-width: 480px) {
  .cms-our-offers .featured-products-container .featured-section .actions .arrow-link {
    width: 100%;
  }
}

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

  .cms-our-offers .featured-products-container .featured-section .actions .arrow-link {
    width: calc(50% - 15px);
  }
}

@media (min-width: 768px) and (max-width: 1225px) {

  .cms-our-offers .featured-products-container .featured-section .actions .arrow-link {
    width: calc(34% - 15px);
  }
}

/*cms-our-offers page css end*/

/*cms-request for quotation form css start*/
.request-quot-modal .request-for-service {
  background: #ffd500;
  height: auto;
  width: 955px;
  position: absolute;
}

.request-quot-modal .request-for-service .request-quot-form .privacy-policy label {
  margin-left: 5px;
  flex: calc(100% - 29px);
  margin-bottom: 0;
}

/*.request-quot-modal .request-for-service .header h3 {
  padding-left: 20px;
}*/

.request-quot-modal .modal__overlay .request-for-service .control {
  padding-bottom: 15px;
}

.request-quot-modal .request-for-service .request-quot-form {
  margin-top: 20px;
}

.request-quot-service .field.time.required .control #quot-service {
  height: 35px;
}

.request-quot-modal .modal__overlay .request-for-service .control #massage-note {
  height: 70px;
}

.request-quot-modal .modal__overlay .request-for-service .control .input-text,
.request-quot-modal .modal__overlay .request-for-service .control option {
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 12px;
  color: #979797;
  font-weight: 300;
  border-radius: unset;
  font-style: normal;
}

.request-quot-form .captcha .privacy-policy p,
.request-quot-form .captcha .privacy-policy a {
  font-size: 9px;
  line-height: 11px;
  letter-spacing: 0px;
}

.request-quot-modal .request-for-service .request-quot-form .captcha .privacy-policy a {
  text-decoration: underline;
  cursor: pointer;
}

.request-quot-modal .request-for-service .request-quot-form .captcha .privacy-policy {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  width: 37%;
  margin: 0px 15px;
}

.request-quot-modal .request-for-service .request-quot-form .privacy-policy label p {
  margin-bottom: 0;
}

.request-for-service .request-quot-form .privacy-policy .mage-error {
  margin-left: 25px;
}

.request-quot-modal .request-for-service .request-quot-form .captcha .request-submit button {
  font-size: 12px !important;
  height: 35px;
  width: 180px;
  line-height: 15px;
  font-weight: 500;
  float: right;
  background-color: #bf140e !important;
}

.request-quot-modal .request-for-service .request-quot-form .captcha .request-submit button:hover {
  background-color: #bf140e !important;
  color: #fff !important;
}

.request-quot-modal .request-for-service .request-quot-form .captcha .privacy-policy a:hover,
.request-for-service-form .header .view-all-services a:hover {
  color: #bf140e !important;
}

.request-quot-modal .modal__overlay .request-for-service .close-modal {
  position: absolute;
  right: 20px;
  top: 10px;
  font-style: normal;
}

.request-quot-modal .modal__overlay .request-for-service .close-modal:hover {
  color: #000 !important;
}

.header-top .topbar-links ul.header.links .request-quotation {
  cursor: pointer;
}

.request-quot-modal .request-for-service .request-for-service-form {
  padding: 30px 50px;
}

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

  .request-quot-form .captcha .privacy-policy p,
  .request-quot-form .captcha .privacy-policy a {
    font-size: 13px;
    line-height: 15px;
  }

  .request-quot-modal .request-for-service .request-quot-form .privacy-policy #privacy-policy::after,
  .request-quot-modal .request-for-service .request-quot-form .privacy-policy input[type="checkbox"]:checked {
    background-size: 9px 7px;
  }

  .request-quot-modal .request-for-service .request-quot-form .privacy-policy input[type="checkbox"] {
    min-width: 15px !important;
    min-height: 15px !important;
    width: 15px !important;
    height: 15px !important;
  }

  .request-quot-modal .request-for-service .request-for-service-form {
    padding: 30px 5px;
  }

}

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

  .row.captcha .col-lg-4.col-md-4.request-submit {
    display: flex;
    justify-content: center;
  }

  .request-quot-modal .modal__overlay .request-for-service {
    padding-bottom: 30px !important;
    height: auto;
    width: 90%;
    padding-top: 0px;
  }

  .request-quot-modal .request-for-service .request-for-service-form {
    padding: 0px;
  }

  .request-quot-modal .request-for-service .request-quot-form .captcha .request-submit button {
    margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .request-quot-modal .modal__overlay .request-for-service {
    height: auto;
    width: 90%;
  }
}

/*cms-request for quotation form css end*/

/*zamin css start*/
.service-appointment-container .service-block #appoitment-form .control,
.service-appointment-container .service-block #appoitment-form .control,
.service-appointment-container .service-block #appoitment-form .control {
  margin-bottom: 15px;
}

/*zamin css end*/

/*all-brands-page css start*/

.cms-brands .brands-type .brand-type-detail {
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}

.cms-brands .brands-type .brand-type-detail p {
  font-weight: 400;
  text-align: left;
}

.cms-brands .brands-type .brand-type-detail .brands-content {
  text-align: center;
}

.cms-brands .brands-type .brand-type-detail .right-content {
  padding-left: 55px;
}

.cms-brands .brands-type .brand-type-detail .left-content {
  padding-right: 55px;
}

.cms-brands .brands-type .brand-type-detail a {
  text-decoration: underline;
  display: inline-block;
}

.cms-brands .brands-type .brands-content img {
  margin-bottom: 35px;
}

.cms-brands .brands-type .row-line {
  border: 1px solid #efefef;
  margin: 0 15px;
}

.cms-brands .tyres-brands-block .tyre-brand-type,
.discount-cards-block .tyre-brand-type {
  margin-bottom: 25px;
}

.cms-brands .brands-type {
  padding: 15px 0px 30px 0px;
}

.cms-brands .tyres-brands-block h1,
.cms-brands .tyres-brands-block h1,
.cms-discount-cards .discount-cards-block h1 {
  padding-left: 15px;
}

.cms-brands .lubricant-brand,
.cms-brands .car-care-brands-block {
  margin-bottom: 70px;
}

.cms-brands .car-care-brands-block {
  padding-top: 20px;
}

.cms-brands .car-care-brands-block h1 {
  margin-bottom: 40px;
}

.cms-brands .book-appointment-section .book-appointment-block {
  margin: 60px auto 80px auto;
}

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

  .cms-brands .brands-type .brand-type-detail .brands-content-image {
    margin-bottom: 40px;
    text-align: center;
  }

  .cms-brands .brands-type .brand-type-detail {
    margin-bottom: 0px;
  }

  .ways-to-serve-category-pages .ways-to-serve-section .options-list .option,
  .ways-to-serve-section .options-list .option {
    display: flex;
    align-items: center;
  }

  .ways-to-serve-section .options-list .option .option-content {
    top: unset;
  }

  .cms-brands .brands-type .brands-deatils-content {
    flex-direction: column-reverse;
  }

  .cms-brands .brands-type .brand-type-detail .right-content {
    padding-left: 15px;
  }

  .cms-brands .brands-type .brand-type-detail .left-content {
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {

  .cms-brands .brands-type .brand-type-detail .right-content {
    padding-left: 15px;
  }

  .cms-brands .brands-type .brand-type-detail .left-content {
    padding-right: 15px;
  }

  .cms-brands .brands-type .brand-type-detail {
    margin-bottom: 35px;
  }

  .cms-lubricants .featured-products-container .tyre-products .arrow-link .icon,
  .arrow-link svg {
    align-self: unset;
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 576px) {
  .cms-brands .options-list .action.primary.btn-skew {
    margin-top: 0px;
  }

  .cms-brands .ways-to-serve-section .options-list .option .option-content p {
    margin: 15px 0;
  }
}

/*all-brands-page css start*/


/*dunlop-brands-page css end*/

.brand-inner-page .dunlop-description-block .brakes-service-block {
  text-align: center;
}

.brand-inner-page .dunlop-description-block .brakes-service-block img {
  margin: 40px auto;
}

.brand-inner-page .dunlop-description-block .ways-to-serve-section {
  background-color: transparent;
  padding: 10px 0 60px;
}

.brand-inner-page .dunlop-description-block .ways-to-serve-section .options-list .option .option-content h4 {
  font-weight: 700;
  width: 55%;
}

.brand-inner-page .featured-products-container {
  margin-bottom: 35px;
}

.brand-inner-page .dunlop-page-service-section .ways-to-serve-section .options-list .option .content-of-options p {
  width: 85%;
}

.cms-brands-falken .brand-inner-page .dunlop-page-service-section .ways-to-serve-section .options-list .option .content-of-options p {
  width: 70%;
}

.brand-inner-page .ways-to-serve-section {
  padding: 35px 0 95px;
}

.brand-inner-page .banner-image .banner-dunlop .banner-content p {
  width: 87%;
  margin: 20px 0px 0px 15px;
}

.brand-inner-page .banner-image img,
.cms-our-offers .banner-image img {
  padding: 15px 65px 0 65px;
}

.brand-inner-page .banner-image {
  margin-bottom: 15px;
}

.brand-inner-page .featured-products-container .featured-section .header .actions {
  align-items: center;
}

.brand-inner-page .featured-products-container .featured-section .actions .arrow-link {
  width: 35%;
}

.brand-inner-page .ways-to-serve-category-pages {
  margin-top: 0px;
}


@media screen and (max-width: 767px) {
  .brand-inner-page .featured-products-container {
    margin-top: 10px;
  }

  .brand-inner-page .banner-image img {
    padding: 15px 15px 0 15px;
  }

  .brand-inner-page .banner-image .banner-dunlop .banner-content p {
    width: 100%;
    margin: 20px 0px 0px 5px;
  }

  .brand-inner-page .featured-products-container h1 {
    margin: 25px 0px;
    width: 78%;
    font-size: 25px;
  }

  .brand-inner-page .featured-products-container .featured-section .actions .arrow-link {
    width: 100%;
  }

  .brand-inner-page .dunlop-description-block .ways-to-serve-section .options-list .option .option-content h4 {
    width: 73%;
  }
}

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

  .brand-inner-page .featured-products-container .featured-section .actions .arrow-link:last-child {
    margin-left: 0px;
  }

  .featured-products-container .featured-section .actions .arrow-link {
    margin-bottom: 0px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .brand-inner-page .featured-products-container .featured-section .actions .arrow-link {
    width: 100%;
  }

  .brand-inner-page .featured-products-container h1 {
    width: 100%;
  }

  .brand-inner-page .featured-products-container {
    margin-top: 40px;
  }

  .brand-inner-page .dunlop-description-block .ways-to-serve-section .options-list .option img {
    height: 320px;
  }

  .cms-car-services .ways-to-serve-category-pages .ways-to-serve-section .options-list .option:nth-child(2n) .option-content h6 {
    width: 90% !important;
  }

  .cms-about-us .latest-post-container .all-news {
    width: 30%;
  }

  .checkout-cart-index td.col.price {
    padding: 0 !important;
  }

  .appointment-customer-index .appointment-block .appointments-list .date-status .status-button .status {
    width: 58%;
  }

  .tips-page-list #accordion-2 li a {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  .tips-page-list #accordion-2 li {
    margin-left: 10px !important;
  }

  .checkout-cart-index #shopping-cart-table .col.qty .field.qty {
    margin-top: 10px;
  }

  .search_attributes .arrow-link {
    font-size: 13px;
  }

  /*.search_attributes .tyre-size-search {
    width: 27.4% !important;
  }*/

  .request-for-service-form .header .view-all-services {
    margin-top: 15px;
  }

  .featured-products-container .featured-section .actions .arrow-link:last-child {
    margin-left: 16px;
  }

  .featured-products-container .featured-section .actions .arrow-link {
    width: calc(50% - 19px);
  }

  /*.home-page-4 .search_container h6 {
    font-size: 22px;
  }*/
}


@media (min-width: 768px) and (max-width: 1024px) {

  .brand-inner-page .banner-image img {
    padding: 15px 40px 0 40px;
  }

  .product-info-main .product-add-form .action.tocompare,
  .product-options-bottom .action.tocompare {
    width: 55px !important;
  }
}

/*all-brands-page css end*/


/*brand-faq-page css start*/


.cms-faq .brands-faqs .icon-s-h::after {
  content: '+';
}

.cms-faq .brands-faqs .aq {
  display: flex;
  justify-content: space-between;
}

.cms-faq .brands-faqs .icon-s-h.active::after {
  content: '-';
}

.cms-faq .brands-page-faqs {
  border-bottom: solid 1px #eaeaea;
  margin-bottom: 30px;
}

.cms-faq .brands-faqs .brands-page-faqs .qa p {
  font-style: normal;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #414141;
  font-weight: 400;
}

.cms-faq .brands-faqs {
  margin-top: 60px;
}

.cms-faq .brands-faqs .aq p,
.cms-faq .brands-faqs .icon-s-h::after {
  font-style: normal;
  font-size: 23px;
  letter-spacing: 1px;
  line-height: 20px;
}

.cms-faq .ways-to-serve-section .options-list .option .content-heading h6 {
  width: 19%;
}

.cms-faq .brands-faqs .aq .brands-question {
  width: 100%;
}

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

  .cms-faq .ways-to-serve-section .options-list .option .option-content p {
    width: 93%;
  }
}

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

  .cms-faq .brands-faqs .brands-QA {
    padding-left: 0px !important;
  }

  .request-for-service-form #request-quot-form .captcha .request-submit button {
    width: 100%;
  }

  .need-assistance-section .need-assistance .need-assi-para {
    padding-top: 25px;
  }

  .blog-page-list .post-list-wrapper .post-list,
  .tips-index-index .post-list-wrapper .post-list {
    padding: 0px 15px;
  }

  .contact-container .form-contact #contact-form .actions-toolbar .contactus-form {
    flex-wrap: unset;
    margin-top: 35px;
  }

  .ways-to-serve-category-pages .ways-to-serve-section .options-list .option:last-child {
    margin-top: 0;
  }

  .customer-account-login .block-customer-login .block-content #login-form .fieldset.login .actions-toolbar .secondary .remind {
    text-align: right;
  }

  .blog-page-list .toolbar,
  .tips-index-index .toolbar {
    margin-bottom: 10px;
  }

  .tips-page-list #accordion-2 {
    flex-wrap: wrap;
  }

  .tips-page-list #accordion-2 li {
    margin-left: 0 !important;
    height: 70px !important;
  }

  .tips-page-list .col-sidebar .sidebar.sidebar-additional .all-blogs {
    margin-top: 50px !important;
  }

  .tips-page-list .header-title-style-2 {
    margin-bottom: 50px !important;
  }
}

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

  .cms-faq .ways-to-serve-section .options-list .option .option-content h6 {
    width: 90%;
  }

  .cms-faq .brands-faqs .brands-page-faqs .qa p {
    font-size: 15px;
  }

  .cms-faq .brands-faqs .aq p,
  .cms-faq .brands-faqs .icon-s-h::after {
    font-size: 18px;
  }

  .contact-container .form-contact #contact-form .actions-toolbar .contactus-form {
    flex-wrap: wrap;
  }

  .request-quot-modal .request-for-service .request-quot-form .captcha .privacy-policy {
    margin: 0 0 15px 0;
  }

  .checkout-cart-index .Year .form-group {
    padding-right: 0;
  }


  .contact-index-index .form-contact #contact-form .submit-form {
    margin-top: 35px;
  }

  .need-assistance-section .need-assistance .recaptcha {
    margin-bottom: 25px;
  }

  .featured-products-container .featured-section .header .actions {
    flex: calc(70% - 60px);
  }

  .featured-products-container .featured-section h6 {
    flex: calc(30% - 40px);
  }

  .brand-inner-page .dunlop-description-block .brakes-service-block img {
    margin: 20px auto;
  }

  .header-navigation {
    width: unset;
  }

  .catalog-category-view #maincontent .columns>.container>.row-content,
  .catalogsearch-result-index #maincontent .columns>.container>.row-content,
  .category-default-category #maincontent .columns>.container>.row-content {
    display: flex;
    flex-flow: column-reverse;
  }

  .col-sidebar .sidebar.sidebar-main .layered-navigation-mobile {
    display: none;
    font-style: normal;
    border: 1px solid #b8b8b8;
    padding: 8px 20px;
    margin-bottom: 15px;
    width: 165px;
    text-align: center;
  }

  .col-sidebar .sidebar.sidebar-main .layered-navigation-mobile:first-child {
    display: block !important
  }

  .col-sidebar .sidebar.sidebar-main .layered-navigation-mobile:hover {
    background-color: #ffde00;
    border-color: #ffde00;
  }

  .catalog-category-view .col-sidebar .sidebar.sidebar-main {
    cursor: pointer;
  }

  .catalog-category-view .col-sidebar .sidebar.sidebar-main .block.filter,
  .page-products .col-sidebar .sidebar.sidebar-main .block.filter {
    display: none;
  }

  .brand-inner-page .brakes-service-block p {
    letter-spacing: 0;
  }

  .testimonials-block .paragraph-text {
    width: 90%;
  }
}

.col-sidebar .sidebar.sidebar-main .layered-navigation-mobile {
  display: none;
}

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

  .need-assistance-section .need-assistance span,
  .need-assistance-section .need-assistance .Contact-details .details strong {
    font-size: 12px;
  }
}

/*brand-faq-page css start*/

/* New Css End */

/* Issues Category pages */

.cms-batteries .banner-image .block-link .arrow-link .icon,
.cms-lubricants .banner-image .block-link .arrow-link .icon,
.cms-tyres .banner-image .block-link .arrow-link .icon,
.cms-accessories .banner-image .block-link .arrow-link .icon {
  margin-left: 20px;
}

@media (min-width: 576px) and (max-width: 1200px) {

  .cms-lubricants .featured-products-container .tyre-products .arrow-link .icon,
  .cms-batteries .featured-products-container .tyre-products .arrow-link .icon {
    align-self: unset;
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 400px) {
  .cms-accessories .products.wrapper.products-grid .products.list .product-image-photo {
    top: 0;
  }
}

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

  .header-title-style-2 .body .actions .arrow-link {
    float: unset;
  }

  .header-title-style-2 .body .actions .arrow-link:first-child {
    margin-left: 10px !important;
  }

  .header-title-style-2 .body.row .actions {
    display: flex;
    flex-flow: row-reverse;
  }
}

/* News - Inside START */

.blog-post-view .post-content .post-description .post-ftimg-hld img,
.tips-post-view .post-content .post-description .post-ftimg-hld img {
  width: 100%;
  float: unset;
}

.blog-post-view .row-content .col-main,
.tips-post-view .row-content .col-main {
  width: 100% !important;
}

.blog-post-view .post-holder .post-header,
.tips-post-view .post-holder .post-header {
  display: none;
}

.blog-post-view .row-content .col-main .page-title span,
.tips-post-view .row-content .col-main .page-title span {
  font-size: 35px;
  letter-spacing: 0px;
  font-weight: 600;
}

.blog-post-view .row-content .col-main .post-content .post-description img,
.tips-post-view .row-content .col-main .post-content .post-description img {
  margin: 15px 15px 15px 0;
}

.blog-post-view .row-content .col-main .home-page-4,
.tips-post-view .row-content .col-main .home-page-4 {
  height: unset;
  margin: 0 0 50px 0;
}

.blog-post-view .row-content .col-main .page-title,
.tips-post-view .row-content .col-main .page-title {
  text-align: center;
}

.blog-post-view .row-content .col-main .post-content p,
.tips-post-view .row-content .col-main .post-content p {
  margin-bottom: 25px;
}

.blog-post-view .row-content .col-main .post-content ul,
.tips-post-view .row-content .col-main .post-content ul {
  margin-bottom: 25px;
  list-style: inside;
}

.blog-post-view .row-content .col-main .post-content .sub-heading,
.tips-post-view .row-content .col-main .post-content .sub-heading {
  text-decoration: underline;
  font-size: 16px !important;
}

.blog-post-view .post-view .post-content .post-description .post-text-hld,
.tips-post-view .post-view .post-content .post-description .post-text-hld {
  padding: 0 15px;
  font-style: normal;
}

.blog-post-view .post-content .post-description .post-ftimg-hld img,
.tips-post-view .post-content .post-description .post-ftimg-hld img {
  padding: 0 15px;
}

.blog-post-view .row-content .col-main .post-content ul li,
.tips-post-view .row-content .col-main .post-content ul li,
.blog-post-view .row-content .col-main .post-content strong,
.tips-post-view .row-content .col-main .post-content strong,
.blog-post-view .row-content .col-main .post-content span,
.tips-post-view .row-content .col-main .post-content span {
  font-size: 17px;
  letter-spacing: 0;
}

.blog-post-view .row-content .col-main .post-content p,
.tips-post-view .row-content .col-main .post-content p {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  width: 72%;
  margin: auto;
  margin-bottom: 35px;
}

/* .blog-post-view .row-content .col-main .post-content p,
.tips-post-view .row-content .col-main .post-content p,
.blog-post-view .row-content .col-main .post-content ul li,
.tips-post-view .row-content .col-main .post-content ul li,
.blog-post-view .row-content .col-main .post-content span,
.tips-post-view .row-content .col-main .post-content span {
  font-weight: 400;
} */

.blog-post-view .post-bottom .post-nextprev-hld .prev-link:hover,
.blog-post-view .post-bottom .post-nextprev-hld .next-link:hover,
.blog-post-view .post-bottom .post-nextprev-hld .all-news:hover,
.tips-post-view .post-bottom .post-nextprev-hld .prev-link:hover,
.tips-post-view .post-bottom .post-nextprev-hld .next-link:hover,
.tips-post-view .post-bottom .post-nextprev-hld .all-news:hover {
  font-weight: bold !important;
  color: #fff !important;
  text-align: center;
}

.blog-post-view .post-bottom .post-nextprev-hld .prev-link,
.blog-post-view .post-bottom .post-nextprev-hld .next-link,
.blog-post-view .post-bottom .post-nextprev-hld .all-news,
.tips-post-view .post-bottom .post-nextprev-hld .prev-link,
.tips-post-view .post-bottom .post-nextprev-hld .next-link,
.tips-post-view .post-bottom .post-nextprev-hld .all-news {
  text-align: center;
}

.blog-post-view .post-holder .post-nextprev-hld,
.tips-post-view .post-holder .post-nextprev-hld {
  display: flex;
  justify-content: center;
}

.blog-post-view .post-bottom .post-nextprev-hld .prev-link,
.blog-post-view .post-bottom .post-nextprev-hld .next-link,
.blog-post-view .post-bottom .post-nextprev-hld .all-news,
.tips-post-view .post-bottom .post-nextprev-hld .prev-link,
.tips-post-view .post-bottom .post-nextprev-hld .next-link,
.tips-post-view .post-bottom .post-nextprev-hld .all-news {
  width: 165px;
}

.blog-post-view .nextprev-link.disable,
.blog-post-view .nextprev-link.disable::after,
.blog-post-view .nextprev-link.disable::before,
.tips-post-view .nextprev-link.disable,
.tips-post-view .nextprev-link.disable::after,
.tips-post-view .nextprev-link.disable::before {
  color: #999595 !important;
}

.blog-post-view .post-nextprev-hld .prev-link.disable:hover,
.blog-post-view .post-nextprev-hld .next-link.disable:hover,
.blog-post-view .post-nextprev-hld .next-link.disable::after,
.blog-post-view .post-nextprev-hld .prev-link.disable::before,
.tips-post-view .post-nextprev-hld .prev-link.disable:hover,
.tips-post-view .post-nextprev-hld .next-link.disable:hover,
.tips-post-view .post-nextprev-hld .next-link.disable::after,
.tips-post-view .post-nextprev-hld .prev-link.disable::before {
  color: #999595 !important;
  font-weight: 200 !important;
}

.blog-post-view .disable:hover,
.blog-post-view .disable:hover::after,
.blog-post-view .disable:hover::before,
.tips-post-view .disable:hover,
.tips-post-view .disable:hover::after,
.tips-post-view .disable:hover::before {
  background-color: transparent !important;
  font-weight: unset;
}

.blog-post-view .owl-carousel .owl-nav .owl-prev::before,
.tips-post-view .owl-carousel .owl-nav .owl-prev::before {
  content: url("../images/arrow-left-grey.png");
}

.blog-post-view .owl-carousel .owl-nav .owl-next::before,
.tips-post-view .owl-carousel .owl-nav .owl-next::before {
  content: url("../images/arrow-right-grey.png");
}

.blog-post-view .slidershow .owl-theme .owl-nav div.owl-prev,
.tips-post-view .slidershow .owl-theme .owl-nav div.owl-prev {
  left: -55px;
}

.blog-post-view .slidershow .owl-theme .owl-nav div.owl-next,
.tips-post-view .slidershow .owl-theme .owl-nav div.owl-next {
  right: -45px;
}

.blog-post-view .need-assistance-section .need-assistance,
.tips-post-view .need-assistance-section .need-assistance {
  padding-bottom: 25px;
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 100px;
}

.blog-post-view .post-holder,
.tips-post-view .post-holder {
  margin-bottom: 0;
}

.blog-post-view .page-bottom,
.tips-post-view .page-bottom {
  padding-top: 0;
}

.cms-batteries .banner-style-1 .banner-image .block-link .arrow-link,
.cms-accessories .banner-style-1 .banner-image .block-link .arrow-link {
  cursor: pointer;
}

.blog-post-view .ways-to-serve-category-pages,
.tips-post-view .ways-to-serve-category-pages {
  margin-top: 0;
}

.blog-post-view .breadcrumbs .items .item a,
.blog-post-view .breadcrumbs .items .item strong,
.tips-index-index .breadcrumbs .items .item a,
.tips-index-index .breadcrumbs .items .item strong,
.blog-page-list .breadcrumbs .items .item a,
.blog-page-list .breadcrumbs .items .item strong,
.tips-post-view .breadcrumbs .items .item a,
.tips-post-view .breadcrumbs .items .item strong {
  font-size: 12px;
  color: #9a9a9a;
  font-weight: 500;
  font-style: normal;
}

.blog-post-view .breadcrumbs .items .item:not(:last-child)::before,
.tips-index-index .breadcrumbs .items .item:not(:last-child)::before,
.blog-page-list .breadcrumbs .items .item:not(:last-child)::before,
.tips-post-view .breadcrumbs .items .item:not(:last-child)::before {
  color: #9a9a9a;
  margin: 6px 10px 0 12px;
}

.cms-faq .brands-page-faqs .faq-que {
  display: flex;
  justify-content: space-between;
}

.cms-faq .brands-page-faqs .faq-ans p,
.cms-faq .brands-page-faqs .faq-ans p a {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  font-style: normal;
  color: #414141;
}

.cms-faq .brands-page-faqs .faq-que p {
  font-size: 23px;
  line-height: 25px;
  font-weight: 500;
  font-style: normal;
}

.blog-post-view .breadcrumbs .items,
.tips-post-view .breadcrumbs .items {
  color: #666;
  font-size: 107.69%;
  padding: 0 15px;
}

.blog-post-view .post-content .post-description .post-ftimg-hld,
.tips-post-view .post-content .post-description .post-ftimg-hld {
  display: none;
}

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

  .blog-post-view .row-content .col-main .page-title span,
  .tips-post-view .row-content .col-main .page-title span {
    font-size: 26px;
  }

  .testimonials-index-index .testimonials-block #testimonials-list .testimonial {
    padding-right: 0;
  }

  .blog-post-view .row-content .col-main .post-content p,
  .tips-post-view .row-content .col-main .post-content p,
  .blog-post-view .row-content .col-main .post-content ul li,
  .tips-post-view .row-content .col-main .post-content ul li,
  .blog-post-view .row-content .col-main .post-content strong,
  .tips-post-view .row-content .col-main .post-content strong,
  .blog-post-view .row-content .col-main .post-content span,
  .tips-post-view .row-content .col-main .post-content span {
    font-size: 14px;
  }

  .blog-post-view .row-content .col-main .post-content .post-text-hld div,
  .tips-post-view .row-content .col-main .post-content .post-text-hld div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .blog-post-view .row-content .col-main .post-content .sub-heading,
  .tips-post-view .row-content .col-main .post-content .sub-heading {
    font-size: 13px !important;
  }

  .blog-post-view .post-holder .post-nextprev-hld,
  .tips-post-view .post-holder .post-nextprev-hld {
    flex-flow: column;
  }

  .blog-post-view .post-holder .post-nextprev-hld .nextprev-link,
  .tips-post-view .post-holder .post-nextprev-hld .nextprev-link {
    width: unset;
    margin: 0 15px 15px 15px;
  }

  .blog-post-view .need-assistance-section .need-assistance,
  .tips-post-view .need-assistance-section .need-assistance {
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 35px;
  }

  .blog-post-view .need-assistance-section .need-assistance-form,
  .tips-post-view .need-assistance-section .need-assistance-form {
    padding-top: 25px;
  }

  .blog-post-view .breadcrumbs .items .item:not(:last-child)::before,
  .tips-index-index .breadcrumbs .items .item:not(:last-child)::before,
  .blog-page-list .breadcrumbs .items .item:not(:last-child)::before,
  .tips-post-view .breadcrumbs .items .item:not(:last-child)::before {
    margin: 3px 10px 0 12px;
  }

  .request-quot-modal .request-for-service .request-quot-form .privacy-policy label {
    width: 80%;
  }

  .brand-inner-page .dunlop-description-block .brakes-service-block img {
    width: 50%;
  }

  .brakes-service-block p {
    width: 100% !important;
    padding: 0 15px;
  }

  .blog-post-view .need-assistance-section .need-assistance,
  .tips-post-view .need-assistance-section .need-assistance {
    padding-bottom: 0;
  }
}

/* News - Inside END */


/* Account Information Customer Dashbaord Start */

.customer-account-edit #form-validate .field-name-prefix,
.customer-account-create .field-name-prefix {
  display: flex;
}

.customer-account-edit #form-validate .field-name-prefix .label,
.customer-account-create .field-name-prefix .label {
  margin-right: 15px;
  display: block;
  font-size: 14px !important;
  letter-spacing: 0px;
  color: #4d4d4d;
  font-weight: 400 !important;
  font-style: normal;
  margin-top: 2px;
}

.customer-account-edit .form-edit-account .fieldset .field input {
  border-radius: 0;
  min-height: 45px;
  font-size: 15px;
  letter-spacing: 0px;
  color: #979797;
  font-weight: 300;
  font-style: normal;
  border-color: #949494;
}

.customer-account-edit .form-edit-account .fieldset .field-dob .label,
.customer-account-edit .customer-dob .ui-datepicker-trigger,
.customer-account-edit .form-edit-account .fieldset.additional_info,
.customer-account-edit .page-title,
.customer-account-edit #form-validate .field-name-prefix .label::after,
.customer-account-create .field-name-prefix .label::after,
.customer-account-create #password-strength-meter {
  display: none;
}

.customer-account-edit .form-edit-account .fieldset {
  margin: 0;
}

.customer-account-edit .form-edit-account .fieldset .legend span {
  font-style: normal;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}

.customer-account-edit .form-edit-account .fieldset .legend {
  margin-bottom: 15px;
}

.customer-account-edit .form-edit-account .fieldset .field-dob,
.customer-account-edit .form-edit-account .fieldset .field-phone {
  width: calc(50% - 8px);
  float: left;
}

.customer-account-edit .form-edit-account .fieldset .field-dob {
  margin-right: 14px !important;
}

.customer-account-edit .form-edit-account .actions-toolbar {
  display: flex;
  justify-content: right;
}

.customer-account-edit .form-edit-account .actions-toolbar .primary button {
  margin-right: 0;
  background-color: #ffd600 !important;
  width: 130px;
}

.customer-account-edit .form-edit-account .current-new-password .password.current,
.customer-account-edit .form-edit-account .current-new-password .new.password {
  margin-bottom: 20px;
  width: 49%;
}

.customer-account-edit .form-edit-account .current-new-password {
  display: flex;
  justify-content: space-between;
}

.customer-account-edit .form-edit-account .field-name-prefix input[type="radio"],
.customer-account-create .field-name-prefix input[type="radio"] {
  opacity: 1;
  -webkit-appearance: none;
  border: 1px solid #dddddd;
  border-radius: 4px;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  cursor: pointer;
  vertical-align: middle !important;
  border-color: #7d7d7d !important;
  border-radius: 50% !important;
}

.customer-account-edit .form-edit-account .field-name-prefix input[type="radio"]:checked,
.customer-account-create .field-name-prefix input[type="radio"]:checked {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANBAMAAACAxflPAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAC1QTFRFAAAAvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNvxMNh1hhrAAAAA90Uk5TADBwgBCv/yDf75+/UM9g0WzfcQAAAE9JREFUeJxjYGAQMhZgAALXtLTUAgYGlra0tLTpDAxcQCotm4FBDESnFTCogWkFKG3AcAzKdwPTAhD1qUD914D0FaB5XkDtDiCD/XSA5gMAOdEaIpvpqNgAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px !important;
}

.customer-account-edit #form-validate .field-name-prefix .control input:not([disabled]):focus,
.customer-account-create .field-name-prefix .control input:not([disabled]):focus {
  box-shadow: none;
}

.ui-datepicker-calendar thead tr th span {
  font-style: normal;
  font-size: 13px;
}

.ui-datepicker-calendar thead tr th {
  text-align: center;
}

.ui-datepicker-title .ui-datepicker-month,
.ui-datepicker-title .ui-datepicker-year,
.ui-datepicker-title .ui-datepicker-month option,
.ui-datepicker-title .ui-datepicker-year option {
  font-style: normal;
  text-align: center;
  height: unset;
  font-size: 14px !important;
}

.ui-datepicker-header a {
  margin-top: 10px;
}

tbody td a,
tbody td span {
  font-style: normal;
  font-size: 12px;
}

.customer-account-edit #form-edit-validate .change-password .legend {
  line-height: 0;
}

.customer-account-edit #form-edit-validate {
  margin: 35px 0;
}

.customer-account-edit #form-validate .fieldset .legend {
  line-height: 0;
  margin-top: 55px;
}

.customer-account-create .form-create-account .fieldset.create.info {
  width: 35%;
  min-height: unset;
}

.customer-account-create .form-create-account .fieldset {
  min-height: unset;
}

/* Account Information Customer Dashbaord End */

/* General Chnages Start*/

.middle-right-content .cart-wrapper .minicart-wrapper .counter.qty.empty {
  padding-top: 0px;
}

.promotions-offers-block .deals-grid .actions .promotion:hover,
.promotions-offers-block .deals-grid .actions .scroll-to-newsletter:hover {
  color: #bc130d !important;
  border-color: #bc130d !important;
}

.promotions-offers-block .deals-grid .actions .promotion:hover .icon,
.promotions-offers-block .deals-grid .actions .scroll-to-newsletter:hover .icon {
  fill: #bf140e !important;
}

.page.messages {
  position: fixed;
  bottom: 0;
  z-index: 3000;
  width: 400px;
  right: 0;
  top: 77px;
  height: 0;
}

.message.success {
  padding: 20px 50px 20px 40px;
  background: #ffde00;
  color: #000;
}

.message.error {
  padding: 20px 50px 20px 40px;
}

.message.success> :first-child::before,
.message.error> :first-child::before {
  display: none;
}

.blog-page-list .breadcrumbs,
.tips-page-list .breadcrumbs {
  display: none;
}

.blog-page-list .header-title-style-2,
.tips-page-list .header-title-style-2 {
  margin-bottom: 60px;
}

.blog-page-list .news-breadcrumbs,
.tips-page-list .news-breadcrumbs {
  display: block;
}

.tips-page-list .home-page-4 {
  height: unset !important;
}

.free-tyre-fitment-modal .free-tyre-fitment .btn-free-tyre .knw-btn:hover {
  color: #fff !important;
}

.customer-account-create .form-create-account .field-name-lastname {
  display: none;
}

.customer-account-create .form-create-account .field-name-firstname {
  width: 100% !important;
}

.service-appointment-container .service-block .heading .book p a:hover {
  color: #bf140e !important;
}

.banner-image img {
  width: 100%;
}

.post-view .post-bottom .need-assistance-section {
  width: auto;
}

.blog-page .header-title-style-2 h1 {
  margin-top: 50px;
}

.customer-account-create #swissup-customer-fields-container,
.customer-account-create .form-create-account .field-dob {
  display: none;
}

.customer-account-create .actions-toolbar .fieldset.additional_info {
  margin-bottom: 20px;
}

.catalog-product-view .block-content #review-form .review-fieldset .review-field-ratings {
  margin-bottom: 30px !important;
}

.dunlop-page-service-section .ways-to-serve-section .options-list .option .option-content h6 {
  text-transform: uppercase;
}

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

  .contact-container .form-contact #contact-form .actions-toolbar .contactus-form input {
    margin-right: 8px;
  }

  .contact-container .form-contact #contact-form .actions-toolbar .contactus-form {
    flex-wrap: wrap;
  }
}

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

  .appointment-customer-index .appointment-block .appointments-list .service-id-details .service-id {
    width: 30%;
  }

  .appointment-customer-index .appointment-block .appointments-list .service-id-details .service-details {
    width: 40%;
  }

  .appointment-customer-index .appointment-block .appointments-list .date-status .status-button .status {
    width: 49%;
  }
}

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

  .service-appointment-container .service-block {
    overflow: hidden;
  }

  #appoitment-form .row div,
  #appoitment-form .row .service-footer {
    padding: 0 !important;
  }
}

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

  div.message> :first-child {
    font-size: 14px;
  }

  .page.messages {
    width: 300px;
  }

  .message.success {
    padding: 15px 35px 15px 30px;
  }

  .message.error {
    padding: 15px 35px 15px 30px;
  }
}

/* General Chnages End*/


/* Creat Account Css Start */

.customer-account-create #form-validate .fieldset.create.info {
  background-color: unset;
  margin-bottom: 40px;
}

.customer-account-create .legend.title,
.customer-account-login .legend.title {
  text-align: center;
  margin: 40px 0;
}

.customer-account-create .legend.title span,
.customer-account-login .legend.title span {
  font-size: 30px;
}

.customer-account-create .form-create-account .fieldset.create.info {
  float: unset;
}

.customer-account-create #form-validate {
  display: flex;
  justify-content: center;
}

.customer-account-create .page-title {
  display: none;
}

.customer-account-create #form-validate .fieldset.create.account,
.customer-account-create .form-create-account .actions-toolbar {
  padding: 0;
  background-color: transparent !important;
  border: none;
}

.customer-account-create .legend.title .sign-up::after,
.customer-account-login .legend.title .sign-up::after {
  content: '|';
  margin: 0 20px;
  font-weight: normal;
}

.customer-account-create .legend.title .sign-up,
.customer-account-login .legend.title .sign-up {
  font-weight: bold;
}

.customer-account-create #form-validate .fieldset.create.info .field .control input {
  border-radius: 0;
  height: 46px;
}

.customer-account-create #form-validate .fieldset.create.info .field .control input::placeholder,
.customer-account-create #form-validate .fieldset.create.info .field .control input {
  font-size: 14px;
  font-weight: normal;
}

.customer-account-create #form-validate .fieldset.create.account {
  margin-bottom: 20px;
}

.customer-account-create #form-validate .fieldset.create.account p {
  margin-bottom: 0;
  font-size: 12px;
  color: #4d4d4d;
  font-weight: normal;
}

.customer-account-create #form-validate .fieldset.create.info .actions-toolbar .primary {
  width: 100%;
}

.customer-account-create #form-validate .fieldset.create.info .actions-toolbar .primary button {
  margin-bottom: 20px;
}

.customer-account-create #form-validate .fieldset.create.info .actions-toolbar .primary button span {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.customer-account-create #form-validate .fieldset.create.account p a {
  font-size: 14px;
  font-weight: normal;
  color: #bf140e;
  cursor: pointer;
}

.customer-account-create #form-validate .fieldset.create.info .header-section .have-account p {
  font-size: 14px;
  letter-spacing: 0;
}

.customer-account-create #form-validate .fieldset.create.info .header-section .have-account p a {
  font-size: 14px;
  letter-spacing: 0;
  color: #bf140e;
  margin-left: 5px;
}

.customer-account-create #form-validate .fieldset.create.info .header-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.customer-account-create #form-validate .fieldset.create.info .actions-toolbar .social-login-authentication-channel {
  display: block !important;
}

.customer-account-create .form-create-account .fieldset.create.info .field.choice.newsletter {
  margin-bottom: 30px;
  line-height: 20px;
}

.customer-account-create .field-name-prefix input[type="radio"] {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
}

.customer-account-create .account-social-login .actions-toolbar.social-btn,
.checkout-index-index .account-social-login .actions-toolbar.social-btn,
.customer-account-login .social-login-authentication-channel,
.customer-account-login .account-social-login .actions-toolbar.social-btn {
  width: 100%;
}

.customer-account-create .btn-google,
.checkout-index-index .btn-google,
.customer-account-login .btn-google {
  background-color: #974242;
  border-color: transparent !important;
  color: #fff !important;
  text-align: center;
  min-height: 45px !important;
}

.customer-account-create .fa-google::before,
.checkout-index-index .fa-google::before,
.customer-account-login .fa-google::before {
  content: "\f1a0";
  font-size: 22px;
}

.customer-account-create .btn-google .fa-google,
.checkout-index-index .btn-google .fa-google,
.customer-account-login .btn-google .fa-google {
  background: unset;
  border: none;
}

.customer-account-create .btn-google .fa-google,
.checkout-index-index .btn-google .fa-google,
.customer-account-login .btn-google .fa-google {
  background: unset;
  border: none;
  color: #fff;
}

.customer-account-create .social-btn .btn-social,
.checkout-index-index .social-btn .btn-social,
.customer-account-login .social-btn .btn-social {
  border-radius: 0px;
  padding: 0;
  line-height: 46px;
}

.customer-account-create .social-btn .btn-social> :first-child,
.checkout-index-index .social-btn .btn-social> :first-child,
.customer-account-login .social-btn .btn-social> :first-child {
  position: relative;
  top: 3px;
  left: 0;
  bottom: 0;
}

.customer-address-form .field-name-lastname {
  display: none;
}

.account .actions-toolbar>.secondary:last-child {
  margin-top: 0;
  float: right;
}

.review-customer-index .reviews #my-reviews-table .col {
  width: 20%;
}

.review-customer-index .col.date {
  width: 10% !important;
}

.review-customer-index .col.item {
  width: 30% !important;
}

.review-customer-index .col.description {
  width: 15% !important;
}

.review-customer-index .col.actions {
  width: 15% !important;
}

.cms-lubricants .featured-products-container h1 {
  margin-top: 20px;
}

.cms-batteries .featured-products-container h1 {
  margin-bottom: 45px;
}

.cms-car-services .page-wrapper>.breadcrumbs .items .item:not(:last-child)::before {
  font-size: 12px;
  margin: 9px 1px 0 9px;
  color: #9a9a9a;
}

.cms-car-services .car-care-brands-block h1 {
  margin-top: 0;
}

.cms-car-services .discount-cards-block {
  margin-bottom: 35px;
}

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

  .customer-account-create #form-validate .fieldset.create.info .header-section .have-account {
    margin-top: 10px;
  }

  #checkoutSteps #shipping .new-address-popup {
    display: flex;
    flex-flow: column;
  }

  .firecheckout .checkout-container #checkoutSteps #shipping .new-address-popup button {
    text-align: left;
  }

  .action.action-show-popup span {
    border-right: none !important;
  }

  #checkoutSteps #shipping .new-address-popup span::before {
    display: none;
  }
}

/* Creat Account Css End */

/* Login Page Start */

.customer-account-login .login-container .block-new-customer,
.customer-account-login .login-container .fieldset::after,
.customer-account-login .page-title-wrapper .page-title {
  display: none;
}

.customer-account-login .social-login-authentication-channel,
.customer-account-create .social-login-authentication-channel {
  display: none !important;
}

.customer-account-login .block-customer-login .block-content #login-form .fieldset.login .actions-toolbar .social-login-authentication-channel {
  display: block !important;
  margin-top: 20px;
}

.customer-account-login .login-container {
  display: flex;
  width: 100%;
  flex-flow: column;
}

.customer-account-login .login-container .block-customer-login {
  background-color: unset;
  min-height: unset;
  display: flex;
  justify-content: center;
  width: 35%;
  margin: auto;
  margin-bottom: 40px;
}

.customer-account-login .block-customer-login .block-content #login-form .fieldset.login .actions-toolbar .primary {
  width: 100%;
  float: unset;
}

.customer-account-login .block-customer-login .block-content #login-form .fieldset.login .actions-toolbar .secondary a,
.customer-account-login .block-customer-login .block-content #login-form .fieldset.login .actions-toolbar .secondary a p,
.customer-account-login .block-customer-login .block-content #login-form .fieldset.login .actions-toolbar .secondary a span {
  font-size: 12px;
}

.customer-account-login .block-customer-login .block-content #login-form .fieldset.login .actions-toolbar .secondary {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.customer-account-login .block-customer-login .block-content #login-form .fieldset.login .actions-toolbar .secondary .register-link {
  text-align: left;
  line-height: 10px;
  color: #bf140e;
}

.customer-account-login .block-customer-login .block-content #login-form .fieldset.login .actions-toolbar .secondary a {
  margin-top: 15px;
}

.customer-account-login .block-customer-login .block-content #login-form .fieldset.login .field input {
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  border-radius: 0;
}

.customer-account-login .block-customer-login .block-content #login-form .fieldset.login .actions-toolbar .primary button {
  text-transform: uppercase !important;
}

.cms-our-offers .ways-to-serve-category-pages .ways-to-serve-section {
  padding: 35px 0 50px;
}

/* Login Page End */

/* Forgot password Page Start */

.customer-account-forgotpassword .field.captcha.required {
  display: none;
}

.customer-account-forgotpassword .form.password.forget {
  min-width: unset;
}

.customer-account-forgotpassword .forgot-password-container {
  width: 35%;
  margin: auto;
}

.customer-account-forgotpassword .forgot-password-container #form-validate {
  border: 1px solid #ddd;
  padding: 30px;
}

.customer-account-forgotpassword .page-title .base {
  text-align: center;
  display: block;
  font-size: 28px !important;
  font-weight: 500;
}

.customer-account-forgotpassword .forgot-password-container #form-validate .fieldset .field.note {
  font-size: 12px;
  line-height: 17px;
}

.forgot-password-container .actions-toolbar .primary {
  width: 100%;
  float: unset;
  display: block;
}

.forgot-password-container .actions-toolbar .secondary {
  text-align: center;
  display: block;
  float: unset;
  background-color: #949393;
  margin: 0;
  height: 40px;
  margin-top: 15px;
  cursor: pointer;
  width: 100%;
}

.forgot-password-container .actions-toolbar .secondary a {
  margin-top: 0;
  padding: 5px 0;
  width: 100%;
}

.forgot-password-container .actions-toolbar .secondary a span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.customer-account-forgotpassword .form.password.forget .fieldset .email .control input {
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  border-radius: 0;
}

.forgot-password-container .actions-toolbar .primary button span,
.customer-account-login .block-customer-login .block-content #login-form .fieldset.login .actions-toolbar .primary button span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.customer-account-login .login-container .block-customer-login .block-content {
  width: 100%;
}

.testimonials-index-index .header-title-style-2 h1 {
  margin-top: 60px;
}

.customer-account-forgotpassword .forgot-password-container #form-validate .fieldset {
  margin: 0 0 30px;
}

@media screen and (min-width: 1201px) and (max-width: 1250px) {

  .ways-to-serve-section .options-list .option .option-content p {
    margin-top: 35px;
    min-height: 100px;
  }
}

.delivery-details-popup .modal-inner-wrap .action-close {
  width: 0px !important;
  height: 0px !important;
  padding: 27px !important;
}

.customer-account-login .login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 15px !important;
}

.customer-account-login .btn-facebook,
.customer-account-create .btn-facebook,
.customer-account-login .btn-facebook {
  background-color: #2877ba;
}

.checkout-index-index .btn-facebook,
.checkout-index-index .btn-google {
  font-style: normal;
}

.customer-account-login .social-btn .btn-social> :first-child,
.customer-account-create .social-btn .btn-social> :first-child,
.checkout-index-index .social-btn .btn-social> :first-child {
  position: relative;
  left: 0;
  top: 3px;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 0px solid rgba(0, 0, 0, 0.2);
}

.customer-account-create .social-btn .btn-social .fa.fa-facebook::before,
.customer-account-create .btn-facebook:hover,
.customer-account-login .social-btn .btn-social .fa.fa-facebook::before,
.customer-account-login .btn-facebook:hover,
.checkout-index-index .social-btn .btn-social .fa.fa-facebook::before,
.checkout-index-index .btn-facebook:hover {
  color: #fff !important;
}

.customer-account-login .social-btn .btn-social> :first-child,
.customer-account-create .social-btn .btn-social> :first-child,
.checkout-index-index .social-btn .btn-social> :first-child {
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
}

.customer-account-login .social-btn .btn-social,
.customer-account-create .social-btn .btn-social,
.checkout-index-index .social-btn .btn-social {
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  padding: 0;
  font-family: 'gtmbook', helvetica, arial, sans-serif;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 46px;
}

.table-wrapper {
  margin-bottom: 0;
}

.ui-datepicker {
  display: none;
  z-index: 2000000000 !important;
  background: #fff;
  border: unset;
  padding: 10px;
}

.ui-datepicker table>thead>tr>th,
.ui-datepicker table>tbody>tr>th,
.ui-datepicker table>tfoot>tr>th,
.ui-datepicker table>thead>tr>td,
.ui-datepicker table>tbody>tr>td,
.ui-datepicker table>tfoot>tr>td {
  padding: 0 !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
  padding: 4px 10px !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #ffd600;
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
  background: #ffd600;
  color: #000 !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
  background: #949393;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today .ui-state-active {
  background: #ffd600;
  color: #000 !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  color: #fff;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
  background: #fff;
}

.firecheckout .checkout-footer-actions .fc-place-order-button .order-review-form .actions-toolbar {
  margin-top: 0;
}

.checkout-cart-index .cart-actions-container .col-lg-7.checkout-actions {
  margin-bottom: 25px;
}

.btn-skew {
  margin-left: 10px !important;
}

.discount-cards-block .discount-content p,
.car-care-brands-block .content p,
.testimonials-block .content p {
  width: 86%;
}

.cms-lubricants .featured-products-container .featured-section.tyre-products,
.cms-lubricants .featured-products-container .featured-section.oil-products {
  margin-bottom: 55px;
}

.cms-lubricants .featured-products-container,
.cms-batteries .featured-products-container {
  margin-top: 0;
  margin-bottom: 0;
}

.cms-lubricants .ways-to-serve-category-pages {
  margin-top: 0;
}

.cms-tyres .car-care-brands-block h1 {
  margin-top: 0;
}

.cms-batteries .home-page-4 .slidershow {
  margin-bottom: 35px;
}

.cms-about-us .latest-post-container .allnews-link {
  padding-right: 0;
}

.checkout-onepage-success .checkout-success .actions-toolbar {
  display: flex;
  justify-content: center;
  margin: 100px 0;
}

.checkout-onepage-success .checkout-success .actions-toolbar .primary .continue span,
.checkout-onepage-success .checkout-success .actions-toolbar .create-account .create span {
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 19px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}

.checkout-onepage-success .checkout-success .actions-toolbar .primary a.action.primary {
  margin-right: 0;
  height: 47px;
  padding: 15px 20px !important;
}

.checkout-onepage-success .checkout-success .actions-toolbar .primary .continue,
.checkout-onepage-success .checkout-success .actions-toolbar .create-account .create {
  background-color: #ffd600 !important;
  display: block;
  width: 246px;
}

.checkout-onepage-success .checkout-success .actions-toolbar .create-account .create {
  padding: 10px 20px;
  margin-right: 20px;
  text-align: center;
}

.checkout-onepage-success .checkout-success p.commitment {
  margin-bottom: 0;
  margin-top: 30px;
}

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

  .cms-batteries .ways-to-serve-section .options-list .option:last-child .option-content h6 {
    width: 52%;
  }

  .cms-batteries .ways-to-serve-section .options-list>div:nth-child(4) .option-content p {
    width: 75%;
  }
}

.catalog-product_compare-index .table-wrapper.comparison {
  margin-bottom: 50px;
}

.contact-index-index .homepage-help-section {
  margin: 40px 0 80px;
}

.contact-index-index .contact-container {
  padding-bottom: 0;
}

.contact-index-index .ways-to-serve-category-pages {
  margin-top: 65px;
}

.smcqp-actions .smcqp-btn,
.smcqp-actions .smcqp-continue {
  padding: 10px 15px;
}

.smcqp-actions .smcqp-btn:hover {
  background-color: #ffde00 !important;
  color: #fff !important;
}

.account.appointment-customer-index .toolbar .pages {
  margin-top: 0;
  margin-bottom: 30px;
}

/* Forgot password Page End */

.home-page-4 .search_container .second_search .search_attributes .attribute {
  width: 79%;
}

.cms-easy-payment-plan .banner-image img {
  padding: 0 40px;
}

.cms-uaeconsumerrights .contact-index-index .ways-to-serve-section {
  margin-top: 80px;
}

.catalog-product-view .product-reviews-container .review-raings-block .review-raings #customer-reviews .block-content .toolbar.review-toolbar.custom {
  display: flex !important;
  justify-content: center;
}

.catalog-product-view .product-reviews-container .review-raings-block .review-raings #customer-reviews .block-content .toolbar.review-toolbar .toolbar-amount .catalog-product-view .product-reviews-container .review-raings-block .review-raings #customer-reviews .toolbar.review-toolbar {
  display: none !important;
}

.catalog-product-view .product-reviews-container .review-raings-block .review-raings #customer-reviews .block-content .toolbar.review-toolbar.custom #page-show-review {
  display: flex;
  align-items: center;
}

.catalog-product-view .product-reviews-container .review-raings-block .review-raings #customer-reviews .block-content .toolbar.review-toolbar.custom #page-show-review span {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 11px;
  color: #898989;
  font-weight: 400;
  font-style: normal;
  margin-right: 5px;
}

.catalog-product-view .product-reviews-container .review-raings-block .review-raings #customer-reviews .block-content .toolbar.review-toolbar.custom #load_more_main {
  background-color: transparent !important;
  margin-left: 165px;
  color: #000 !important;
  border: 1px solid #b8b8b8 !important;
  font-style: normal;
  text-transform: uppercase !important;
  width: 252px;
  height: 46px;
}

.page-products .sidebar .block.filter .filter-options .need-assistance-content li a span:hover {
  color: #ffde00 !important;
}

.smcqp-messages.msg-success {
  color: #000;
  background: #ffde00;
}

.smcqp-actions .smcqp-btn {
  color: #000;
  background-color: #ffde00;
  font-size: 14px;
  font-weight: 600;
}

.smcqp-actions .smcqp-continue {
  font-size: 14px;
  font-weight: 600;
}

.smcqp-actions .smcqp-view-compare:hover {
  color: #000 !important;
}

.appointment-customer-index .appointment-block .appointments-list .date-status .completed-note {
  font-style: normal;
  margin: 20px 0 0;
  font-weight: 400;
}

.tyre-search-container .search-content .header .actions .reset-tyre-search img {
  width: 17px;
  height: 17px;
}

.page-wrapper .floating-links .back-to-top img,
.page-wrapper .floating-links .link.whatsapp-chat img {
  transform: translateY(50%);
}

#service-appointment-modal .service-appointment-success .service-appointment-content {
  text-align: center;
}

#service-appointment-modal .service-appointment-success .close-button {
  text-align: right;
  padding-right: 15px;
  padding-top: 10px;
}

#service-appointment-modal .service-appointment-success .close-button .close-modal {
  font-style: normal;
  font-size: 25px;
}

#service-appointment-modal .service-appointment-success .service-appointment-content .header h3 {
  font-size: 17px;
  letter-spacing: 0px;
  color: #308e84;
  font-weight: 700;
  margin-bottom: 50px;
  text-transform: uppercase;
}

#service-appointment-modal .service-appointment-success .service-appointment-content .service-content p {
  font-size: 18px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 500;
}

#service-appointment-modal .service-appointment-success .service-appointment-content .service-content p.inform {
  margin-bottom: 50px;
}

#service-appointment-modal .service-appointment-success .service-appointment-content .service-content p.service-id {
  margin-bottom: 0;
  line-height: 20px;
}

#service-appointment-modal .service-appointment-success .service-appointment-content .service-content p.details {
  margin-bottom: 40px;
}

#service-appointment-modal .service-appointment-success .service-appointment-content .service-content p.commitment {
  margin-bottom: 0;
  line-height: 20px;
}

#service-appointment-modal .service-appointment-success .service-appointment-content .service-content {
  margin: 0 50px;
}

#service-appointment-modal .service-appointment-success .service-appointment-content .actions .create-account,
#service-appointment-modal .service-appointment-success .service-appointment-content .actions .continue {
  background-color: #ffd600;
  padding: 10px 20px;
  text-transform: uppercase;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 600;
  display: inline-block;
  width: 286px;
  height: 46px;
}

#service-appointment-modal .service-appointment-success .service-appointment-content .actions .create-account:hover,
#service-appointment-modal .service-appointment-success .service-appointment-content .actions .continue:hover {
  color: #000 !important;
}

#service-appointment-modal .service-appointment-success .service-appointment-content .actions .create-account {
  margin-right: 20px;
}

#service-appointment-modal .service-appointment-success .service-appointment-content .actions {
  margin: 50px 0 65px;
}

.blog-page-list .page-main,
.tips-index-index .page-main {
  padding: 0;
  min-height: unset;
}

.car-configuration-region .configuration-list .configuration .tyre-size {
  flex: 0 0 32.33%;
}

.products.wrapper.products-grid .products.list .product-item-details .additional-details,
.products.wrapper.products-grid .product-item-details .additional-details {
  min-height: 90px;
}

.products.wrapper.products-grid .products.list .front-rear-tyre .product-item-details .additional-details,
.products.wrapper.products-grid .front-rear-tyre .product-item-details .additional-details {
  min-height: 62px;
}

.book-appointment-block .services-list .arrow-link.battery svg {
  stroke: #FFFFFF;
  stroke-width: 15;
}

.book-appointment-block .services-list .arrow-link.battery:hover svg {
  stroke: #ffde00;
}

.banner-style-1 .banner-image .block-link .arrow-link {
  cursor: pointer;
}

.uae-flag .input-text {
  width: 85%;
  border-left: none !important;
}

.uae-flag .selected-flag {
  display: flex;
  border: 1px solid #949494;
  background-color: #eee;
  border-right: none !important;
  align-items: center;
  justify-content: center;
  width: 15%;
}

#car-service-form .service-block .uae-flag .selected-flag,
.customer-account-create #form-validate .uae-flag .selected-flag,
.customer-address-form .form-address-edit .uae-flag .selected-flag,
#request-quot-form .uae-flag .selected-flag {
  border: 1px solid #ddd;
}

.uae-flag .control {
  display: flex;
  flex-wrap: wrap;
}

.uae-flag .selected-flag .flag {
  line-height: 0;
}

.customer-account-create #form-validate .uae-flag .control {
  display: inline-flex;
  width: 100% !important;
  flex-wrap: wrap;
}

.checkout-index-index .allows-number input {
  background: url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAQDAwQDAwQEBAQFBQQFBwsHBwYGBw4KCggLEA4RERAOEA8SFBoWEhMYEw8QFh8XGBsbHR0dERYgIh8cIhocHRz/2wBDAQUFBQcGBw0HBw0cEhASHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBz/wgARCAAKABQDAREAAhEBAxEB/8QAGAAAAgMAAAAAAAAAAAAAAAAAAAcBBgj/xAAYAQADAQEAAAAAAAAAAAAAAAAABgcIBf/aAAwDAQACEAMQAAAAoqjcWYx5sgMn8DUKeaoAB//EACgQAAEBBAgHAAAAAAAAAAAAAAIDAAQFBgEHCBIWV5TSEBEiNmF0sv/aAAgBAQABPwCr2ESdGYyshO0zBLsKFAiSezUAKDVvDyDr8XmwHZ7zpdtWhtbAdnvOl21aG1q0+33f2R+S4//EACARAAAFAwUAAAAAAAAAAAAAAAABAgMFEBRREzNhcdH/2gAIAQIBAT8Ah2tR9SeBZlkWZZEJvn15X//EACIRAAAEBQUBAAAAAAAAAAAAAAABAgMEBxZSsgUQESM1c//aAAgBAwEBPwCcMGmM0RptSuOwsVinWLjFOsXGJpeQ39CxVv8A/9k=') no-repeat 12px 18px;
  box-shadow: inset 46px 0 0 0 rgba(234, 234, 234, 0.3) !important;
  padding-left: 50px !important;
}

.smcqp-actions .smcqp-btn:not(:last-child) {
  margin-left: unset;
}

.smcqp-actions .smcqp-continue,
.smcqp-actions .smcqp-continue:hover {
  background-color: #949393 !important;
  color: #fff !important;
}

.product-info-main .tyre-additional-details .tyre-details li.product-warrnty {
  flex-basis: 66.66% !important;
}

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

  .smcqp-actions .smcqp-btn,
  .smcqp-actions .smcqp-continue {
    width: 100%;
  }

  .smcqp-actions .smcqp-continue {
    margin-bottom: 7px;
  }
}

@media screen and (min-width: 481px) and (max-width: 575px) {

  .col1-layout .products.wrapper.products-grid .item.tyre-product {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 870px) {
  .proshop-locations-block #proshop-locations-slider .store-location address {
    min-height: 162px;
  }
}


@media screen and (min-width: 577px) and (max-width: 616px) {

  .proshop-locations-block #proshop-locations-slider .store-location h6 {
    min-height: 48px;
  }
}

.customer-account-index .column.main .block:last-child {
  margin-bottom: 30px;
}

.cms-brands-blackhawk .brakes-service-block p {
  margin-bottom: 15px;
}

.cms-discount-cards .ways-to-serve-section .options-list .option:last-child .option-content h6,
.cms-faq .ways-to-serve-section .options-list .option:last-child .option-content h6 {
  width: 27%;
}

/* .service-inner-page p,
.service-inner-page ul,
.service-inner-page img,
.service-inner-page h1 {
    margin-left: 15px;
} */

.service-inner-page .type-of-repair ul {
  list-style: inside;
}

.products.wrapper.products-grid .products.list .other-product .product-image-photo,
.products.wrapper.products-grid .other-product .product-image-photo {
  top: 10%;
  width: 70%;
}

.checkout-index-index .request-quot-phone-input.allows-number input {
  background: none;
  box-shadow: none !important;
  padding-left: 9px !important;
  background-color: #fff;
}

.privacy-policy.cms-content.container ul {
  list-style: inside;
  padding-left: 15px;
}

.cms-privacy-policy .page-title {
  display: none;
}

.privacy-policy.cms-content.container p,
.privacy-policy.cms-content.container h1 {
  padding-left: 15px;
}

.privacy-policy.cms-content.container * {
  font-style: normal;
}

.privacy-policy.cms-content.container .heading {
  font-size: 25px;
  text-transform: uppercase;
  color: #222;
}

.privacy-policy.cms-content.container p.Sub-heading:nth-child(3) {
  margin-bottom: 35px;
}

.privacy-policy.cms-content.container .Sub-heading {
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 0;
  font-weight: 500;
}

.cms-privacy-policy .page-wrapper>.breadcrumbs {
  background-color: unset;
  margin-bottom: 35px;
}

/*.shop-tyresby-category .shop-tyres-block .categories-main.best-seller {
  display: none;
}*/

.privacy-policy.cms-content.container ul {
  padding-inline-start: 35px;
}

.privacy-policy.cms-content.container p,
.privacy-policy.cms-content.container ul li {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
}

.privacy-policy.cms-content {
  padding-right: 15px;
}

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

  .checkout-cart-index .schedule-delivery-block .select-option {
    margin-top: 15px;
  }
}

.tips-page-list .row-content {
  display: flex;
  flex-flow: column-reverse;
}

.tips-page-list #accordion-2 {
  display: flex;
  list-style: none;
  margin: 0 15px;
}

.tips-page-list .row-content .col-sidebar {
  width: 100%;
}

.tips-page-list #accordion-2 li:first-child {
  margin-left: 0 !important;
}

.tips-page-list .sidebar.sidebar-additional .block-title {
  display: none;
}

.tips-page-list #accordion-2 li {
  width: 100%;
  border: 1px solid #949494;
  height: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  margin-left: 25px;
  cursor: pointer;
}

.tips-page-list #accordion-2 li a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
}

.tips-page-list #accordion-2 li:hover {
  background-color: #bf140e;
}

.tips-page-list #accordion-2 li:hover a {
  color: #fff !important;
}

.tips-page-list .col-sidebar .sidebar.sidebar-additional .category-block {
  margin-top: 0;
  margin-left: 15px;
}

.tips-page-list .col-sidebar .sidebar.sidebar-additional .all-blogs {
  margin-top: 70px;
  margin-left: 15px;
}

.tips-page-list .post-holder .post-header .post-info .item::after {
  display: none;
}

.cms-home .book-appointment-block {
  margin: 20px auto;
}

/*.owl-carousel .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}*/

.home-page-4 .slidershow .owl-carousel .owl-stage-outer {
  margin: 0;
  padding: 0;
}

.full-specification-section.other-products .full-specifications-block .full-specifications.clearfix {
  display: flex;
  flex-flow: column;
}

/*.shop-tyresby-category .shop-tyres-block .categories-main.dunlop,
.shop-tyresby-category .shop-tyres-block .categories-main.falken,
.shop-tyresby-category .shop-tyres-block .categories-main.blackhawk,
.shop-tyresby-category .shop-tyres-block .categories-main.petronas,
.shop-tyresby-category .shop-tyres-block .categories-main.iq-power {
    display: none;
}*/

@media only screen and (max-device-width: 991px) {

  /* Force table to not be like tables anymore */
  .checkout-cart-index .selection-of-service table,
  .checkout-cart-index .selection-of-service thead,
  .checkout-cart-index .selection-of-service tbody,
  .checkout-cart-index .selection-of-service th,
  .checkout-cart-index .selection-of-service td,
  .checkout-cart-index .selection-of-service tr,
  .checkout-cart-index #shopping-cart-table table,
  .checkout-cart-index #shopping-cart-table thead,
  .checkout-cart-index #shopping-cart-table tbody,
  .checkout-cart-index #shopping-cart-table th,
  .checkout-cart-index #shopping-cart-table td {
    display: block;
  }

  .checkout-cart-index #shopping-cart-table tr {
    display: inline-block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .checkout-cart-index #shopping-cart-table thead tr,
  .checkout-cart-index .selection-of-service thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .checkout-cart-index .selection-of-service tr,
  .checkout-cart-index #shopping-cart-table tr {
    margin: 0 0 1rem 0;
  }

  .checkout-cart-index tr:nth-child(odd) {
    background-color: unset;
    border: unset;
  }

  .checkout-cart-index #shopping-cart-table td,
  .checkout-cart-index .selection-of-service td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;

  }

  .checkout-cart-index .selection-of-service td:before,
  .checkout-cart-index #shopping-cart-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  /* Cart page responsive table */
  .checkout-cart-index .selection-of-service td:nth-of-type(1):before {
    content: "Mode of Delivery";
  }

  .checkout-cart-index .selection-of-service td:nth-of-type(2):before {
    content: "Select Service Location";
  }

  .checkout-cart-index .selection-of-service td:nth-of-type(3):before {
    content: "Preferred Date*";
  }

  .checkout-cart-index .selection-of-service td:nth-of-type(4):before {
    content: "Time";
  }

  .checkout-cart-index .schedule-delivery-block .select-option .map {
    padding-top: 25px !important;
  }

  .checkout-cart-index .schedule-delivery-block .select-option td {
    padding-bottom: 20px;
    padding-top: 30px;
  }

  .checkout-cart-index .selection-of-service td::before {
    font-style: normal;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 300;
    margin-top: 8px;
  }

  .checkout-cart-index .schedule-delivery-block .select-option .mode-location p {
    margin-top: 10px;
  }

  .checkout-cart-index .schedule-delivery-block .calendar {
    width: 100%;
  }

  .checkout-cart-index .schedule-delivery-block .select-option select,
  .checkout-cart-index .schedule-delivery-block .select-option select option,
  .checkout-cart-index .schedule-delivery-block .select-option .date-time #delivery-time {
    width: 100%;
  }

  .select-option .date-time.calendar .input-date {
    width: 100%;
  }

  .checkout-cart-index .schedule-delivery-block .select-option {
    border-bottom: none;
  }

  .checkout-cart-index #shopping-cart-table td:nth-of-type(1):before {
    content: "Item";
  }

  .checkout-cart-index #shopping-cart-table td:nth-of-type(2):before {
    content: "Description";
  }

  .checkout-cart-index #shopping-cart-table td:nth-of-type(3):before {
    content: "Add-on Services***";
    text-align: left;
  }

  .checkout-cart-index #shopping-cart-table td:nth-of-type(4):before {
    content: "Warranty";
  }

  .checkout-cart-index #shopping-cart-table td:nth-of-type(5):before {
    content: "Quantity";
  }

  .checkout-cart-index #shopping-cart-table td:nth-of-type(6):before {
    content: "Price";
  }

  .checkout-cart-index #shopping-cart-table td:nth-of-type(7):before {
    content: "Subtotal";
  }

  .checkout-cart-index #shopping-cart-table .item-actions td:nth-of-type(1):before {
    content: none;
  }

  #shopping-cart-table .item-info .col {
    padding-left: 0 !important;
    width: 100%;
    text-align: left !important;
    display: flex;
    flex-flow: column;
  }

  .checkout-cart-index .cart-container .cart.table-wrapper .product-item-photo .product-image-photo {
    margin-top: 15px;
  }

  .checkout-cart-index #shopping-cart-table td::before {
    font-style: normal;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 300;
    text-transform: capitalize;
    position: unset;
    height: 25px;
  }

  /* .checkout-cart-index #shopping-cart-table td::before {
    border-bottom: none !important;
  } */


  .checkout-cart-index #shopping-cart-table td.col.qty::before {
    height: unset;
  }

  .checkout-cart-index #shopping-cart-table td.col.price::before {
    height: unset;
    margin-top: 30px;
  }

  .checkout-cart-index #shopping-cart-table .col.item {
    display: block !important;
  }

  .checkout-cart-index #shopping-cart-table .col.subtotal {
    padding-top: 20px !important;
  }

  .checkout-cart-index .cart-container .cart.table-wrapper .product-item-name a {
    font-size: 15px;
  }

  .checkout-cart-index .col.item .dlt-btn {
    top: 62%;
  }

  .checkout-cart-index #shopping-cart-table td[colspan="4"] {
    border: none !important;
  }

  .action-right .top-right-content .topbar-links {
    display: none;
  }
}

.cms-home .car-care-brands-block.container {
  margin-top: 20px;
  margin-top: 10px;
}

.request-for-service-form .header {
  align-items: last baseline;
  justify-content: space-between;
}

.request-for-service-form .header .view-all-services {
  text-align: right;
}

.request-for-service-form .header .view-all-services a {
  text-decoration: underline;
}

.col1-layout .products.wrapper.products-grid .tyre-product,
.col1-layout .products.wrapper.products-grid .other-product {
  width: unset !important;
  float: unset !important;
}

.col1-layout .products.wrapper.products-grid .tyre-product .owl-item,
.col1-layout .products.wrapper.products-grid .other-product {
  margin-right: 0px;
}

.col1-layout .products.wrapper.products-grid .tyre-product:nth-child(4n+1),
.col1-layout .products.wrapper.products-grid .tyre-product:nth-child(3n+1) {
  clear: unset !important;
}

.col1-layout .products.wrapper.products-grid .slider-product .owl-theme .owl-nav .owl-prev {
  left: -35px !important;
  border: unset;
  background: unset;
}

.col1-layout .products.wrapper.products-grid .slider-product .owl-theme .owl-nav .owl-next {
  right: -50px;
  border: unset;
  background: unset;
}

.col1-layout .products.wrapper.products-grid .slider-product .owl-carousel .owl-nav .owl-next::before {
  content: url("../images/arrow-right-grey.png");
}

.col1-layout .products.wrapper.products-grid .slider-product .owl-carousel .owl-nav .owl-prev::before,
.col1-layout .products.wrapper.products-grid .slider-product .owl-carousel .owl-nav .owl-prev::before {
  background-color: unset;
  background: unset;
  height: unset;
  width: unset;
  border: unset;
}

.col1-layout .products.wrapper.products-grid .slider-product .owl-carousel .owl-nav .owl-prev::before {
  content: url("../images/arrow-left-grey.png");
}

/*.products.wrapper.products-grid .products.list .tyre-product{
  padding-left: 0px;
  padding-right: 0px;
}*/

#tyre-guide .tyre-products.featured-section .tyre-product {
  padding-left: 15px;
  padding-right: 0px;
}

.featured-products-container {
  overflow: hidden;
}

.featured-products-container .products.wrapper {
  margin-left: -17px;
}

.tips-post-view .col-sidebar .sidebar-additional {
  display: none;
}

.testimonials-block #testimonials-list .testimonial:nth-child(2) .heading {
  font-size: 17px;
}

.custom-pages-parent {
  display: none;
}

#testimonials-slider .testimonial-readmore-popup .arrow-link,
#testimonials-list .testimonial-readmore-popup .arrow-link {
  display: block;
  border-bottom: unset;
  cursor: pointer;
}

#testimonials-slider .testimonial-readmore-popup,
#testimonials-list .testimonial-readmore-popup {
  text-align: right;
  margin-top: -22px;
}

#testimonials-slider .testimonial-readmore-popup .arrow-link svg,
#testimonials-list .testimonial-readmore-popup .arrow-link svg {
  width: 15px;
  height: 15px;
}

.checkout-cart-index #shopping-cart-table .field.qty .control.qty .mage-error {
  text-align: left;
}

.sm_megamenu_title {
  font-weight: 600;
}

.custom-pages-parent .sm_megamenu_title {
  font-weight: 400;
}

.customer-account-login .block-customer-login .block-content #login-form .fieldset.login .actions-toolbar .secondary .action.remind span:hover {
  color: #ffd600;
}

.cms-locations .ways-to-serve-section .options-list .option:last-child .option-content h6,
.tips-post-view .ways-to-serve-section .options-list .option:last-child .option-content h6,
.blog-post-view .ways-to-serve-section .options-list .option:last-child .option-content h6 {
  width: 65%;
}

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

  .location-image .banner-title {
    margin: 5px !important;
    font-size: 13px;
    line-height: 15px;
  }

  .cms-brands .banner-image .banner-title,
  .brand-inner .banner-title {
    font-size: 13px;
    line-height: 15px;
  }
}

@media screen and (min-width: 421px) and (max-width: 576px) {

  .location-image .banner-title {
    margin: 10px !important;
    font-size: 18px;
    line-height: 15px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1100px) {

  .cms-brands .banner-image img {
    padding: 15px 35px 0 35px;
  }

}

.book-appointment-block .arrow-link:hover svg path,
.book-appointment-block .arrow-link:hover svg rect {
  fill: #FFDE00;
}

.product-reviews-container textarea.mage-error {
  border-color: #ddd;
}

.slider-product .products-grid .owl-carousel .owl-stage-outer {
  padding-bottom: 0px;
}

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

  .home-page-4 .slidershow .owl-carousel .owl-item .desktop-banner,
  .book-appointment-block,
  .proshop-advantage-section {
    display: none;
  }

  .home-page-4 .slidershow .owl-carousel .owl-item .mobile-banner,
  .proshop-advantage-section-banner {
    display: block !important;
  }

  .book-appointment-block-banner {
    background-repeat: no-repeat;
    margin: 40px auto;
    background-size: cover;
    display: block !important;
  }

  #service-appoitnment-modal .modal__overlay {
    align-items: unset;
  }
}

.book-appointment-block-banner,
.proshop-advantage-section-banner {
  display: none;
}

.home-page-4 .slidershow .owl-carousel .owl-item .mobile-banner {
  display: none;
}

.box-tocart .fieldset .action.primary.tocart.disabled span {
  color: #A38D00 !important;
}

.home-page-4 {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0 15px !important;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li.book-appointment-btn-parent .sm_megamenu_head .sm_megamenu_title {
  height: 40px !important;
  line-height: 40px !important;
  margin: 15px 0;
  padding: 0 15px;
  background: #000;
  color: #fff;
  font-weight: bold !important;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li.book-appointment-btn-parent:hover .sm_megamenu_head .sm_megamenu_title {
  border-bottom: none;
}

.home-main-title,
.home-main-title span {
  font-size: 30px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
}

.home-main-title span {
  background: #ffd601;
}

.homepage-help-section #homepage-help-slider .item {
  border: 1px solid #b8b8b8;
  padding: 20px;
  min-height: 307px;
  border-radius: 15px;
}

.cms-home .homepage-help-section .actions {
  text-align: center;
  margin-top: 45px;
}

.first_search p {
  font-size: 12px;
  font-style: normal;
  padding: 20px 30px;
  margin: 0;
  line-height: normal;
  font-weight: normal;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li.book-appointment-btn-parent.sm_megamenu_actived .sm_megamenu_head .sm_megamenu_title {
  border-bottom: unset;
  color: #fff !important;
}

.home-page-4 .search_container .search_attributes .icones:hover {
  fill: #ffc107;
}

.cms-home .testimonials-block.proshop-locations-block .home-main-title {
  margin-bottom: 45px;
}

.cms-home .discount-cards-block .discount .home-main-title,
.cms-home .car-care-brands-block .home-main-title,
.cms-home .testimonials-block .home-main-title {
  margin-bottom: 40px;
}

.cms-home .ways-to-serve-section {
  padding: 20px 0 60px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li.book-appointment-btn-parent.sm_megamenu_actived .sm_megamenu_head .sm_megamenu_title {
  border-bottom: unset;
  color: #fff !important;
}

.home-page-4 .search_container .search_attributes .icones {
  display: flex;
  align-items: center;
  text-align: left;
}

.home-page-4 .search_container .search_attributes .icones:hover .arrow-link.attribute,
.home-page-4 .search_container .search_attributes .icones:hover .next-icon {
  fill: #ffc107;
  color: #ffc107;
  border-color: #ffc107;
}

.cms-home .homepage-help-section .actions .action.primary.btn-skew {
  font-style: normal;
  margin-left: 25px !important;
}

.cms-home .testimonials-block.proshop-locations-block .home-main-title {
  margin-bottom: 45px;
}

.cms-home .discount-cards-block .discount .home-main-title,
.cms-home .car-care-brands-block .home-main-title,
.cms-home .testimonials-block .home-main-title {
  margin-bottom: 40px;
}

.cms-home .ways-to-serve-section {
  padding: 20px 0 60px;
}

.cms-home .car-care-brands-block {
  margin-bottom: 0px;
}

@media screen and (min-width: 1200px) {
  .header-middle .middle-right-content .header-navigation {
    width: 90%;
  }
}

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

  .home-page-4 .search_container .search-box-image,
  .home-page-4 .search_container .col-lg-7.col-md-9.col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
  }

  #proshop-locations-slider .owl-stage-outer {
    padding: 8.5px;
    margin: -9.5px;
  }

  .home-page-4 .search_container .search-content {
    padding: 0;
  }
}

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

  .home-main-title,
  .home-main-title span {
    font-size: 20px !important;
  }
}

.homepage-help-section .action.primary.btn-skew.learn-btn,
.homepage-help-section .action.primary.btn-skew.consultation-btn:hover,
.book-appointment-block .book-appointment .actions .book-btn:hover {
  background-color: #bf140e !important;
  color: #fff !important;
}

.homepage-help-section .action.primary.btn-skew.learn-btn:hover,
.homepage-help-section .action.primary.btn-skew.consultation-btn,
.book-appointment-block .book-appointment .actions .book-btn,
.book-appointment-block .book-appointment .actions .service-btn:hover {
  background-color: #ffde00 !important;
  color: #000 !important;
}

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

  #homepage-help-slider .owl-stage-outer {
    padding: 8.5px;
    margin: -9.5px;
  }
}

.home-page-4 .search_container .search-box-image img {
  width: 88%;
  margin-left: 9px;
}

.home-page-4 .search_container .search-content {
  flex: 0 0 70%;
  margin: 0 auto;
  text-align: center;
}

.header-middle .container,
.header-top .container {
  max-width: 1300px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li .sm_megamenu_head .sm_megamenu_title {
  letter-spacing: normal;
}

@media screen and (min-width: 1400px) {
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li .sm_megamenu_head .sm_megamenu_title {
    letter-spacing: 1.5px !important;
  }
}

.home-page-4 .search_container .search-box-image {
  margin: 0 auto;
  text-align: center;
}

.home-page-4 .search_container .search_attributes .icones:nth-child(3) .next-icon {
  padding-right: 30px;
}

@media screen and (min-width: 1200px) and (max-width: 1236px) {

  .home-page-4 .search_container .search_attributes .attribute {
    font-size: 15px;
  }

  .cms-home .home-page-4 .search_container .search_attributes svg {
    margin-bottom: 0px;
  }

  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li.book-appointment-btn-parent .sm_megamenu_head .sm_megamenu_title {
    font-size: 12px !important;
  }
}

.checkout-cart-index .cart-empty {
  max-width: 1300px;
}

.catalog-category-view .home-page-4,
.tips-page .home-page-4 {
  display: none;
}

@media screen and (min-width: 1200px) and (max-width: 1315px) {

  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li:not(:last-child) {
    margin-right: 20px !important;
  }

  .header-middle .middle-right-content .header-actions {
    width: 14%;
  }
}

.amsitemap-index-index .htmlsitemap-search-wrapper label {
  text-align: center;
  margin: 20px auto;
}

.amsitemap-index-index .htmlsitemap-search-wrapper #htmlsitemap-search-input {
  margin: 20px auto;
}

.amsitemap-index-index .sitemapSection h2 {
  text-align: center;
}

.amsitemap-index-index .sitemapSection ul li {
  margin-bottom: 15px;
  line-height: 20px;
}

.amsitemap-index-index .sitemapSection ul li a {
  line-height: 20px;
}

.amsitemap-index-index .sitemapSection ul li a {
  font-style: normal;
}

.home-page-4 .slidershow .slider_text .heading h1 {
  width: 70%;
  font-size: 55px;
  line-height: 55px;
}

.home-page-4 .slidershow .slider_text .heading .line {
  border: solid 1px #ffde00;
  width: 13%;
  margin-bottom: 10px;
}

#notice-cookie-block .content #btn-cookie-allow {
  background-color: #ffde00 !important;
  height: 30px;
}

#notice-cookie-block {
  background: #fff;
  border: 2px solid #ffde00;
  padding: 10px;
}

.modal-magepow-gdpr .modal-inner-wrap {
  margin: 2rem auto;
}

#notice-cookie-block .notice-cookie-title,
#notice-cookie-block .notice-cookie-content br {
  display: none;
}

#notice-cookie-block .content #btn-cookie-allow span {
  font-size: 12px;
  font-style: normal;

}

#notice-cookie-block .notice-cookie-content,
#notice-cookie-block .notice-cookie-content #privacyLink {
  font-size: 12px;
  display: inline-block;
  text-align: start;
  line-height: 2;
  font-style: normal;
}

#notice-cookie-block .content {
  display: flex;
  align-items: center;
}

#notice-cookie-block .notice-cookie-content #privacyLink {
  color: #bf140e;
}

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

  #notice-cookie-block {
    padding: 15px;
    bottom: 50% !important;
    left: auto !important;
    width: auto !important;
  }

  #notice-cookie-block .content {
    display: block;
  }

  #notice-cookie-block .content #btn-cookie-allow {
    margin-top: 10px;
  }
}

.modal-magepow-gdpr .modal-header .action-close {
  top: 10px;
  background: unset !important;
}

.modal-magepow-gdpr .modal-header .action-close::before {
  color: #000 !important;
  font-weight: 600;
  font-style: normal;
}

.firecheckout #checkout .checkout-shipping-address .field._required[name="shippingAddress.city"] label {
  display: none;
}

.tyre-search-input[data-value-id="null"] {
  display: none;
}

.ways-to-serve-section .options-list .option .option-content a {
  color: #fff;
}

.tyre-search-container .tyre-size-search-content .tyre-guide-image>span a {
  text-align: center;
  font-size: 10px;
  color: #777777;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 18.5px;
}

.checkout-cart-index .schedule-delivery-block .heading .detail a {
  margin-left: 5px;
}

.tyre-search-container .tyre-size-search-content .tyre-search-input label[for="tyre-full-set-load-speed-skip"],
.tyre-search-container .tyre-size-search-content .tyre-search-input label[for="tyre-different-set-front-load-speed-skip"],
.tyre-search-container .tyre-size-search-content .tyre-search-input label[for="tyre-different-set-rear-load-speed-skip"] {
  background-color: #949393;
  color: #fff;
  border-color: #949393 !important;
}

.tyre-search-container .tyre-size-search-content .tyre-search-input .tyre-search-option:checked+label[for="tyre-full-set-load-speed-skip"],
.tyre-search-container .tyre-size-search-content .tyre-search-input .tyre-search-option:checked+label[for="tyre-different-set-front-load-speed-skip"],
.tyre-search-container .tyre-size-search-content .tyre-search-input .tyre-search-option:checked+label[for="tyre-different-set-rear-load-speed-skip"] {
  border-color: #fff !important;
  background-color: #949393;
}

.firecheckout .block.social-login-authentication-channel.account-social-login {
  display: none;
}

.firecheckout .modal-custom.authentication-dropdown .block-content {
  display: flex;
  flex-flow: column;
}

.firecheckout .modal-custom.authentication-dropdown .block-content .actions-toolbar {
  margin: 15px 0 !important;
}

.firecheckout .modal-custom.authentication-dropdown .block-content .actions-toolbar.facebook-login,
.firecheckout .modal-custom.authentication-dropdown .block-content .actions-toolbar.google-login {
  margin: 0 !important;
  margin-bottom: 5px !important;
}

.product-item-details .price-details .set-price .left .set {
  display: flex !important;
}

.product-item-details .price-details .set-price .left .set .qty-count {
  margin: 0 4px;
}

#loading-qty-price {
  width: 40px;
}

.customer-account-edit #form-validate-pass .field.field-name-firstname,
.customer-account-edit #form-validate-pass .field.field-name-lastname,
.customer-account-edit #form-validate-pass .field.date.field-dob {
  display: none;
}

.customer-account-edit #form-validate-pass .fieldset .label span {
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
}

.customer-account-edit #form-validate-pass #password-strength-meter {
  display: none;
}

.customer-account-edit #form-validate-pass {
  margin-bottom: 35px;
}

.catalog-product_compare-index .products-grid .box-info .product-brand .brand-logo {
  width: 90px;
  height: 18px;
}

.sitemapSection .am-sitemap-wrap .am-sitemap-column {
  width: 25% !important;
}

.sitemapSection .am-sitemap-wrap .am-sitemap-column ul li a {
  font-size: 16px;
}

.custome-search {
  display: flex;
  width: 100% !important;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-bottom: 15px;
}

.custome-search input {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  font-size: 14px;
  height: 41px;
  padding: 24px;
  border-right: none;
  background: transparent;
  border: 2px solid #ffde00;
}

.custome-search button {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  height: 52px;
  background: transparent !important;
  border: 2px solid #ffde00 !important;
  border-left: none !important;
}

.custome-search button:hover {
  background-color: #bf140e !important;
}

.custome-search button[disabled] {
  opacity: 1 !important;
}

.custome-search input::placeholder {
  letter-spacing: 0;
  font-size: 13px;
}

.custome-search button i {
  font-size: 15px;
  color: #000;
}

#car-service-form .service-block .close-btn {
  display: none;
}

.service-appoitnment-modal #car-service-form .service-block .close-btn {
  display: block;
  text-align: right;
  width: 100%;
}

.service-appoitnment-modal #car-service-form .service-block input,
.service-appoitnment-modal #car-service-form .service-block select {
  height: 20px !important;
  line-height: 20px !important;
  min-height: 35px !important;
}

.service-appoitnment-modal #car-service-form .service-block textarea {
  min-height: 75px;
  max-height: 75px;
}

.service-appoitnment-modal #car-service-form .service-block .heading h1 {
  font-size: 25px;
  margin: 0 0 10px 0;
}

.service-appoitnment-modal #car-service-form .service-block .close-btn {
  display: block;
	
}

.service-appoitnment-modal #car-service-form .service-block .close-btn .close-modal {
  font-style: normal;
}

.product-item .offer-section-main {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-size: 13px;
  text-transform: uppercase;
  padding: 5px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  min-height: 37px;
}

.product.media .offer-section-main {
  transform: rotate(990deg);
  position: absolute;
  width: 250px;
  top: 105px;
  left: -35px;
  text-align: center;
  color: #fff;
  font-style: normal;
  font-size: 13px;
  text-transform: uppercase;
  padding: 5px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  min-height: 37px;
  z-index: 1;
}

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

  .product.media .offer-section-main {
    top: 105px;
    left: -130px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

  .product.media .offer-section-main {
    top: 115px;
    left: -135px;
  }
}

.special-price.less {
  display: none !important;
}

/* Upgrade changes */

.customer-account-forgotpassword .actions-toolbar>.secondary .action.back {
  display: block;
}

.product-info-main .product-add-form {
  margin-top: 15px;
}

.checkout-cart-index .styles__tabby-snippet--750cf {
  width: 57%;
  padding-right: 15px;
}

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

  .checkout-cart-index .styles__tabby-snippet--750cf {
    width: 100%;
  }
}

.product-info-main .product-add-form {
  margin-top: 15px;
}

.checkout-cart-index #tabbyPromo > div {
  width: 57%;
  padding-right: 15px;
}

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

  .checkout-cart-index #tabbyPromo > div {
    width: 100%;
  }
}

.checkout-cart-index #tabbyPromo {
	display: flex;
	justify-content: end;
	margin-bottom: 15px;
}

.checkout-index-index .validation-message.cs__custom-checkbox-consent1-required {
    color: red;
    font-size: 14px;
}

.checkout-index-index .custom-checkbox-consent label {
    font-style: normal;
    font-size: 14px !important;
}

.checkout-index-index a.delivery-term-link , .checkout-index-index a.privacy-notice-link  {
    font-style: normal;
    font-size: 14px !important;
    font-weight: bold;
}

.customer-account-create .privacy__policy_consent a{
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
}
.customer-account-create .actions-toolbar .fieldset.additional_info {
    margin-bottom: 0px !important;
}
.customer-account-create div.mage-error {
    font-size: 14px !important; 

}