/*
Theme Name: Tire Liquidators
Theme URI: https://tireliquidators.com
Author: Lincoln
Author URI: https://github.com/azharul-lincoln
Author Email: azharul.h.lincoln@gmail.com
Description: Custom theme for tireliquidators.com
Version: 1.0
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Krub:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

/* font-family: 'Krub', sans-serif; */
/* Fonts */
:root {
  --krub-font: "Krub", sans-serif;
  --bg-color: #fff;
  --heading-color: #282b31;
  --alt-bg-color: #ebebeb;
  --text-color: #525252;
  --dark-text-color: #000;
  --link-color: #ffd802;
  --alt-yellow-color: #fed72a;
}

/* Reset CSSS */
* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none !important;
  outline: none !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--krub-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  color: var(--text-color);
  font-size: 18px;
  line-height: 1.5;
  background-color: var(--bg-color);
}

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 20px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  color: var(--heading-color);
  font-weight: 700;
  line-height: 1.2;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 63px;
  margin-bottom: 10px;
}

h2,
.help-you-sec h1,
.faq-sec h1 {
  font-size: 55px;
  margin-bottom: 20px;
}

.faq-sec h1:last-child {
  margin-bottom: 0;
}

h3,
.hThree {
  font-size: 30px;
}

h4,
.brand-row p {
  font-size: 24px;
}

h5,
.prdct_txtBox h3 {
  font-size: 22px;
}

h6,
.hSix,
.help-wrap p {
  font-size: 20px;
  margin-bottom: 10px;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: var(--link-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--dark-text-color);
}

img,
figure {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
.form-control,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 20px;
  appearance: none;
  border: 1px solid #dadada;
  border-radius: 10px;
  height: 52px;
  background-color: #f4f4f4;
  font-size: 18px;
  line-height: 50px;
  color: #000;
  font-family: var(--krub-font);
  font-weight: 400;
  width: 100%;
  background-clip: padding-box;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
.form-control:focus {
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  color: #000;
}

textarea,
textarea.form-control {
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1.2;
  outline: none !important;
  resize: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;

  background-color: #f4f4f4;
  color: #525252;
  border: 1px solid #dadada;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  height: 132px;
  text-transform: capitalize;
  font-family: var(--krub-font);
  padding: 17px 20px;
}

textarea:focus,
textarea.form-control:focus {
  border-color: #000;
  background-color: transparent;
}

select {
  border: 1px solid #dadada;
  width: 100%;
  padding: 0 20px;
  background: url(images/dwn_arrw.svg) no-repeat calc(100% - 16px) center
    #f4f4f4;
  background-size: 13px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: var(--text-color);
  text-transform: capitalize;
}

select:focus {
  border-color: #000;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background: var(--link-color);
  color: #000000;
  height: 52px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  outline: none !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: var(--dark-text-color);
  color: var(--link-color);
}

::-webkit-input-placeholder {
  opacity: 0.7;
  color: #000;
}

:-ms-input-placeholder {
  opacity: 0.7;
  color: #000;
}

::-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

:-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"] + span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 55px;
  height: 55px;
  background-color: var(--alt-yellow-color);
  border-radius: 100%;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 30px rgba(255, 216, 2, 0.3);
  box-shadow: 0px 0px 30px rgba(255, 216, 2, 0.3);
  z-index: 9;
}

#scroll:hover {
  background: var(--alt-yellow-color);
}

#scroll em {
  font-style: normal;
  color: var(--dark-text-color);
  font-size: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover em {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* Custom CSS */

/* Header Section */
/* navbar*/
.main-head {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 263px;
  min-width: 263px;
  display: inline-block;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav > li {
  margin: 0 15px;
  padding: 20px 0;
  position: relative;
}

.navbar-nav > li:last-child {
  margin-right: 0;
}

.navbar-nav > li:first-child {
  margin-left: 0;
}

.navbar-nav > li > a {
  color: var(--bg-color);
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  font-weight: 500;
}

.navbar-nav > li > a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: var(--link-color);
  border-radius: 100%;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.navbar-nav > li.current-menu-item > a,
.navbar-nav > li > a:hover,
.navbar-nav > li.menu-item-has-children:hover > a {
  color: var(--link-color);
}

.navbar-nav > li.current-menu-item > a:after,
.navbar-nav > li > a:hover:after,
.navbar-nav > li.menu-item-has-children:hover > a:after {
  opacity: 1;
}

/* navbar submenu*/
.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  width: 140px;
  padding: 0;
}

.sub-menu > li > a {
  color: #000;
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.sub-menu > li {
  width: 100%;
  display: block;
}

.sub-menu > li > a:hover,
.sub-menu > li.menu-item-has-children:hover > a,
.sub-menu > li.current-menu-item > a {
  background: #eab71e;
  color: #fff;
}

.navbar-nav > li:last-child > .sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0 !important;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

/* for push-menu end*/
.top_header {
  padding: 4px 0;
  background: var(--alt-yellow-color);
}

.top_hdr_innr,
.top_rght_hdr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top_rght_hdr.top_lnks_lft,
.top_lnks_rght {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top_lft_hdr a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  color: var(--heading-color);
}

.top_lft_hdr a > span {
  display: inline-block;
  line-height: 1;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.top_lft_hdr a:hover {
  opacity: 0.8;
}

.top_lnks_lft > li > a,
.top_lnks_rght > li > a {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 16px;
}

.top_lnks_lft > li > a:hover,
.top_lnks_rght > li > a:hover,
.top_lnks_lft > li.current-menu-item > a {
  opacity: 0.8;
}

.top_lnks_lft > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 12px;
  margin-right: 14px;
  line-height: 1;
  border-right: 1px solid var(--heading-color);
}

.top_lnks_rght > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-right: 12px;
}

.top_lnks_rght > li:last-child {
  margin-right: 0;
}

.top_lnks_rght > li img {
  max-width: 19px;
  max-height: 19px;
  -o-object-fit: contain;
  object-fit: contain;
}

.top_lnks_rght > li a {
  line-height: 1;
  min-width: 10px;
  position: relative;
}

.crt_no {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ff0000;
  color: var(--bg-color);
  position: absolute;
  right: -4px;
  top: -2px;
}

.top_lnks_rght > li a:hover {
  opacity: 0.8;
}

.bttm_hdr {
  padding: 17px 0;
}

.hdr_bttn {
  font-size: 18px;
  line-height: 0.5;
  padding: 18px 26px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--bg-color);
  color: var(--bg-color);
  border-radius: 10px;
}

.hdr_bttn:hover {
  background: var(--link-color);
  border-color: var(--link-color);
  color: var(--dark-text-color);
}

.hdr_menu_rght {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lgin_bttn_hldr {
  margin-left: 20px;
}

.hdr_menu_rght {
  margin-left: 26px;
}

/* Banner Section */
.bnnr_section {
  position: relative;
  padding-bottom: 21px;
  overflow: hidden;
}

.bnnr_section::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 2px;
  height: 21px;
  width: 100%;
  background: url(images/bnnr_aftr.svg) no-repeat center center;
  background-size: 100% auto;
  z-index: -1;
}

.bnnr_innr {
  min-height: 766px;
  padding: 142px 0 142px;
}

.bnnr_innr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bnnr_sbttle {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--bg-color);
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

.bnnr_txt {
  max-width: 520px;
  color: var(--bg-color);
}

.bnnr_txt h1 {
  color: var(--bg-color);
  text-transform: capitalize;
  line-height: 1.1;
}

.bnnr_txt h1 span {
  color: var(--link-color);
}

.basic_bttn {
  padding: 5px 5px 5px 20px;
  min-width: 244px;
  border-radius: 10px;
  border: 1px solid #6d7277;
  color: var(--heading-color);
  font-weight: 700;
  text-transform: capitalize;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  font-size: 18px;
}

.bnnr_bttn {
  border-color: var(--bg-color);
  color: var(--bg-color);
}

.basic_bttn > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 39px;
  height: 42px;
  border-radius: 3px;
  background: var(--link-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.basic_bttn > span img {
  max-width: 12px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.basic_bttn:hover {
  color: var(--dark-text-color);
  background: var(--link-color);
  border-color: var(--dark-text-color);
}

.bnnr_bttn:hover {
  border-color: var(--bg-color);
}

.basic_bttn:hover span {
  background: var(--dark-text-color);
}

.basic_bttn:hover span img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.who_section {
  position: relative;
  z-index: 1;
}

.who_section::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 90px;
  left: 0;
  top: 0;
  background: #f2f2f2;
  z-index: -2;
}

.who_section::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 90px;
  height: 35px;
  width: 20%;
  background: var(--bg-color);
  -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}

.cmmn_gap {
  padding: 85px 0;
}

.bnnr_bttmFrm_top {
  color: var(--heading-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c8c8c8;
}

.bnnr_bttmFrm_top .hThree {
  margin-bottom: 6px;
  text-transform: capitalize;
}

.bnnr_bttmFrm {
  padding: 30px 88px;
  background: var(--bg-color);
  -webkit-box-shadow: 0px 34px 64px rgba(172, 172, 172, 0.25);
  box-shadow: 0px 34px 64px rgba(172, 172, 172, 0.25);
  border-radius: 10px;
  position: relative;
  z-index: 2;
  margin: -220px -47px 0;
}

.rdio_btn_cntnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  /* max-width: 325px; */
  overflow: hidden;
}

.rdio_btn_cntnr .form_input_radio label {
  padding: 0;
  min-width: 162px;
  text-align: center;
}

.rdio_btn_cntnr .form_input_radio label input[type="radio"] + span {
  padding: 9px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  color: #656565;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.rdio_btn_cntnr .form_input_radio label input[type="radio"] + span::before {
  width: auto;
  height: auto;
  border-radius: 0;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0;
  background: #f7f7f7;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.rdio_btn_cntnr .form_input_radio label input[type="radio"] + span::after {
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--link-color);
  border-radius: 10px;
  z-index: -1;
}

.rdio_btn_cntnr .form_input_radio label input[type="radio"]:checked + span {
  color: var(--heading-color);
  font-weight: 700;
}

.bnnr_bttmFrm_rdo {
  margin-bottom: 24px;
}

.bnnr_bttmFrm_rght {
  width: 142px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bnnr_bttmFrm_lft {
  width: calc(100% - 142px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 22px;
}

.bnnr_bttmFrm_outr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bnnr_bttmFrm_hldr input[type="submit"] {
  width: 100%;
}

.bnnr_bttmFrm_row {
  --bs-gutter-x: 18px;
}

.frm_info {
  display: block;
  color: #7a7a7a;
  font-size: 16px;
  margin-top: 25px;
}

.we_areBox {
  margin-top: 100px;
  overflow: hidden;
}

.who_txtBox {
  padding: 40px 0 200px 95px;
}

.hSix {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--heading-color);
  display: inline-block;
  position: relative;
  padding-bottom: 14px;
  z-index: 1;
  margin-bottom: 4px;
  line-height: 1;
}

.hSix::after {
  position: absolute;
  content: "";
  width: 198px;
  height: 20px;
  background: url(images/hdng_aftr.svg) no-repeat center center;
  background-size: 100% 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.who_imgBox {
  -webkit-clip-path: polygon(0 0, 81% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 81% 0%, 100% 100%, 0 100%);
  position: relative;
  z-index: 1;
  height: 100%;
}

.who_imgBox_outr {
  position: relative;
  z-index: 1;
  height: 100%;
  margin-left: -230px;
}

.who_imgBox_outr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.who_imgBox_outr::before {
  position: absolute;
  content: "";
  left: 0;
  right: -40px;
  top: 0;
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 83% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 83% 0%, 100% 100%, 0 100%);
  background: var(--link-color);
}

.who_imgBox_outr::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -40px;
  top: 36px;
  bottom: 0;
  width: 50%;
  -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0 100%);
  background: #525252;
  z-index: -2;
}

.page_hdng {
  margin-bottom: 40px;
}

.who_txtBox .page_hdng {
  margin-bottom: 0;
}

.pddng_big_top {
  padding-top: 190px;
}

.our_prdct_section .page_hdng {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.our_prdct_section {
  position: relative;
}

.our_prdct_section::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -3px;
  height: 21px;
  width: 100%;
  background: url(images/bnnr_aftr.svg) no-repeat center center;
  background-size: 100% auto;
  z-index: -1;
}

.prdct_img_box a {
  border-radius: 10px;
  border: 1px solid #bbbbbb;
  overflow: hidden;
  display: block;
  -webkit-box-shadow: 0px 14px 24px rgba(255, 216, 2, 0);
  box-shadow: 0px 14px 24px rgba(255, 216, 2, 0);
}

.prdct_img_box a:hover {
  border-color: var(--link-color);
  -webkit-box-shadow: 0px 14px 24px rgba(255, 216, 2, 0.13);
  box-shadow: 0px 14px 24px rgba(255, 216, 2, 0.13);
}

.prdct_img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.slick-list {
  margin-left: -13px;
  margin-right: -13px;
}

.slick-slide {
  margin-left: 13px;
  margin-right: 13px;
}

.prdct_img_box {
  margin-bottom: 22px;
}

.prdct_txtBox h3 {
  font-weight: 700;
  margin-bottom: 15px;
}

.prdct_txtBox h3 a {
  color: var(--heading-color);
}

.prdct_txtBox h5 a:hover {
  color: var(--link-color);
}

.ratng_hldr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin-bottom: 15px;
}

.rating_img {
  width: 123px;
  justify-content: flex-start;
  display: flex;
}

.rvw_txt {
  width: calc(100% - 123px);
  padding-left: 10px;
  display: block;
  line-height: 1;
  margin-left: -50px;
  font-size: 18px;
}

.prdct_prce h4 {
  line-height: 1;
  color: var(--text-color);
}

.prdct_prce h4 span {
  display: block;
  text-decoration: line-through !important;
  color: #989898;
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 10px;
}

.prdct_crtIcon {
  width: 42px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e9e9e9;
  border-radius: 9px;
}

.prdct_crtIcon:hover {
  background: var(--link-color);
}

.prdct_crtIcon img {
  max-width: 22px;
  max-height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
}

.prdct_txtBttm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wsh_icon {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  background: var(--bg-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
  z-index: 1;
}

.prdctBox {
  position: relative;
}

.slick-arrow::before {
  display: none;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-color: #efefef !important;
  z-index: 2;
  background-size: 12px !important;
  top: 100px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-shadow: 0px 14px 14px rgba(0, 0, 0, 0);
  box-shadow: 0px 14px 14px rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.slick-arrow:hover {
  -webkit-box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.1);
  background-color: var(--bg-color) !important;
}

.slick-prev.slick-arrow {
  background-image: url(images/lArrw.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.slick-next.slick-arrow {
  background-image: url(images/rArrw.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.prdct_bttn_outr {
  margin-top: 55px;
}

/* =========== monsa start css ============ */

/* --------- frequently css start ---------- */

.frequently_accordion .accordion-button::after {
  margin-left: auto;
  content: "";
  background-image: url(images/frequently-accordion-plus-icon.svg);
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: transparent;
  width: 31px;
  height: 29px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: 16px !important;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: relative;
}

.frequently_accordion .accordion-button:not(.collapsed)::after {
  background-image: url(images/frequently-minus-icon.svg);
  background-color: #ffd802;
}

.frequently_accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: none;
}

.frequently_accordion .accordion-button {
  background-color: transparent;
  padding: 0px 37px 25px 38px;
  color: #121b26;
  border: 0 !important;
  border-bottom: solid 1px rgb(0 0 0 / 12%) !important;
  font-size: 18px;
  line-height: 1.3;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.frequently_accordion .accordion-button::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 20px;
  height: 10px;
  background: url(./images/frequntly-right-arrow.svg) no-repeat left center;
  background-size: 21px;
  z-index: 2;
}

.frequently_accordion .accordion-item {
  background-color: transparent;
  border: none;
  padding-left: 17px;
  padding-top: 27px;
  border-radius: 10px !important;
  border: 1px solid transparent;
  -webkit-box-shadow: 10px 14px 54px rgba(0, 0, 0, 0);
  box-shadow: 10px 14px 54px rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.frequently_wraper {
  background-color: #ebebeb;
  position: relative;
  z-index: 1;
}

.frequently_accordion .accordion-body {
  padding: 0 52px 27px 48px;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.8;
}

/* ==============Overlay Search=============== */
.open_search .search_overlay {
  top: 0;
}

.search_overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: -100%;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.srchTop_box {
  padding: 30px;
  background-color: var(--bg-color);
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}

.search_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search_frm {
  width: 100%;
  padding-right: 25px;
}

.search_frm form {
  position: relative;
}

.hdr_input .form-control {
  width: 100%;
}

.search_frm .hdr_input {
  margin: 0;
  width: 100%;
  min-width: unset;
}

.close_btn {
  width: 35px;
  min-width: 35px;
  font-size: 35px;
  color: var(--dark-text-color);
  cursor: pointer;
  line-height: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.close_btn:hover {
  color: var(--link-color) !important;
}

.search_frm input[type="text"] {
  padding: 5px 35px 5px 18px;
  font-size: 20px;
  height: 66px;
  border: 0;
  line-height: 66px;
  border-bottom: 2px solid var(--dark-text-color);
  border-radius: 0;
  background-color: transparent;
  color: var(--dark-text-color);
  text-transform: inherit;
}

.hdr_input input[type="text"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--link-color);
}

.srch_btn_outr {
  position: absolute;
  width: 30px;
  top: 1px;
  right: 1px;
  display: block;
  z-index: 2;
  bottom: 1px;
  overflow: hidden;
  border-radius: 0 5px 5px 0;
}

.search_frm input[type="submit"].srch_btn {
  position: relative;
  background-color: transparent;
  padding: 0;
  font-size: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-image: url(images/srch_alt.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center center;
  border-radius: 0 5px 5px 0;
}

/* ----------- frequently css end ------------ */

/* ------- footer css start -------- */

.footer_main_wraper {
  position: relative;
}

.footer_main_wraper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(40 43 49 / 90%);
  z-index: 1;
}

.footer_up {
  position: relative;
  z-index: 3;
  padding: 123px 0 57px 0;
}

.footer_up::before {
  position: absolute;
  top: -1px;
  right: 0;
  width: 50%;
  height: 30px;
  content: "";
  background-color: #ebebeb;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 3% 100%, 0 0);
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 3% 100%, 0 0);
}

.footer_up::after {
  position: absolute;
  content: "";
  top: 28px;
  right: 0;
  width: 25%;
  height: 24px;
  background-color: #ffd802;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 5% 100%, 0 0);
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 5% 100%, 0 0);
}

.footer_logo {
  display: inline-block;
  width: 262px;
  margin-bottom: 18px;
}

.footer_logo_bottom_para {
  font-size: 14px;
  color: #fff;
}

.footer_social_icon {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer_social_icon li {
  display: inline-block;
  margin: 0 8px;
  color: #fff;
  line-height: 1;
}

.footer_social_icon li:first-child {
  margin-right: 10px;
  margin-left: 0;
}

.footer_social_icon li:last-child {
  margin-right: 0;
}

.footer_social_icon li a {
  color: #ffffff;
  font-size: 18px;
}

.footer_social_icon li a:hover {
  color: #ffd802;
}

.footer_title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 21px;
}

.footer_link {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer_link li {
  display: block;
  margin-bottom: 15px;
}

.footer_link li a {
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
}

.footer_link li a:hover,
.footer_link li.current-menu-item a {
  color: #ffd802;
}

.footer_bottom_wrap {
  padding: 20px 0;
  border-top: 1px solid rgb(255 255 255 / 30%);
  position: relative;
  z-index: 3;
}

.footer_bottom_wrap p {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.34em;
  font-size: 15px;
  font-weight: 500;
  z-index: 9;
  position: relative;
  line-height: 3;
}

.footer_bottom_wrap p a {
  color: #ffffff;
}

.footer_bottom_wrap p a:hover {
  color: #ffd802;
}

.footer_form_wrap {
  margin-bottom: 17px;
}

.footer_form_wrap:last-child {
  margin-bottom: 0;
}

.footer_subscribe_form input[type="email"] {
  background-color: #ffffff;
  border-radius: 0;
  width: 100%;
  border: none;
  -webkit-box-shadow: 7px 12px 24px rgba(0, 0, 0, 0.25);
  box-shadow: 7px 12px 24px rgba(0, 0, 0, 0.25);
  padding: 0 22px;
  color: #282b31;
  font-size: 15px;
  font-weight: 500;
}

.footer_subscribe_form input[type="submit"] {
  width: 100%;
  -webkit-box-shadow: 7px 12px 24px rgba(0, 0, 0, 0.25);
  box-shadow: 7px 12px 24px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.footer_subscribe_form input[type="submit"]:hover {
  background-color: #ffffff;
  color: var(--dark-text-color);
}

.footer_other_contant {
  padding-left: 50px;
}

.footer_subscribe_form {
  padding-left: 22px;
}

.frequently_accordion {
  max-width: 1084px;
  margin: 0 auto;
}

/* ============== monsa end css =============== */
.frequently_wraper .page_hdng {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.accordion-item.active_card {
  background: var(--bg-color);
  border-color: #d9d9d9;
  -webkit-box-shadow: 10px 14px 54px rgba(0, 0, 0, 0.05);
  box-shadow: 10px 14px 54px rgba(0, 0, 0, 0.05);
}

.frequently_accordion .accordion-item.active_card .accordion-button {
  border: 0 !important;
  padding-left: 50px;
  font-weight: 500;
  font-size: 19px;
}

.shape1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  z-index: -1;
}

.shape2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  z-index: -1;
}

/* su */
.brand-row > * {
  padding: 15px 35px;
}

.brand-row {
  margin: -15px -35px;
}

.bra-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 15px solid #ffd802;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 26px;
  box-shadow: -2px 19px 42px -17px rgba(255, 216, 2, 0.75);
  -webkit-box-shadow: -2px 19px 42px -17px rgba(255, 216, 2, 0.75);
  -moz-box-shadow: -2px 19px 42px -17px rgba(255, 216, 2, 0.75);
}

.tire-brand-sec .page_hdng {
  margin-bottom: 80px;
}

.tire-brand-sec {
  position: relative;
  z-index: 2;
}

.tire-left {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 200px;
}

.tire-rigth {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 200px;
}

.bra-img img {
  max-width: 44px;
}

.footer_alt .footer_up::before {
  background-color: #fff;
}

/* contact-us */
.help-you-sec .page_hdng {
  font-size: 15px;
}

.help-you-sec {
  position: relative;
}

.help-you-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("images/bnnr_aftr.svg");
  width: 100%;
  height: 20px;
}

.help-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.help-row > * {
  padding: 12px 22px;
}

.help-row {
  margin: -12px -22px;
}

.help-wrap p {
  font-weight: 600;
  color: #282b31;
}

.help-wrap p:last-child {
  margin-bottom: 0;
}

.help-wrap a {
  color: #282b31;
}

.help-wrap a:hover {
  color: #ffc702;
}

.help-you-sec .bra-img {
  width: 88px;
  height: 88px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  margin-right: 18px;
}

.help-you-sec .bra-img img {
  max-width: 27px;
}

.tire-brand-sec .page_hdng p {
  line-height: 1.8;
}

.brand-row p {
  font-weight: 600;
  color: #000000;
  text-align: center;
}

.touch-sec {
  background: #ebebeb;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.touch-row > * {
  padding: 12px 7px;
}

.touch-sec .tire-left {
  max-width: 330px;
}

.touch-sec .tire-rigth {
  max-width: 150px;
}

.touch-row {
  margin: -12px -7px;
}

.touch-form {
  max-width: 990px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 34px 64px 0px #e3e3e3;
  box-shadow: 0px 34px 64px 0px #e3e3e3;
  background: #ffffff;
  border-radius: 12px;
  padding: 45px 54px 60px;
}

.touch-form input[type="text"],
.touch-form input[type="tel"],
.touch-form input[type="password"],
.touch-form input[type="email"],
.touch-form .form-control,
.touch-form select {
  color: #525252;
  text-transform: capitalize;
  padding: 8px 20px;
}

.touch-form input[type="submit"] {
  border: 1px solid #6d7277;
  background: #ffffff;
  height: 54px;
  padding-left: 60px;
  padding-right: 60px;
  color: #282b31;
  border-radius: 10px;
}

.touch-form input[type="submit"]:hover {
  border-color: #ffc702;
  background: #ffc702;
}

.submit-box {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bnnr_innr.bnnr-min-height {
  min-height: 530px;
  padding: 164px 0 40px;
}

.touch-main {
  padding-bottom: 106px;
}

.main-head.second_header {
  position: relative;
  left: inherit;
  top: inherit;
  right: inherit;
}

.second_header .bttm_hdr {
  background: #282b31;
}

.help-you-sec .page_hdng p {
  line-height: 1.8;
  max-width: 1030px;
  margin: 0 auto;
}

/* su- end */
.footer_row > * {
  padding: 12px 12px;
}

.footer_row {
  margin: -12px -12px;
}

.help-wrap p {
  width: calc(100% - 106px);
}

.frequently_accordion .accordion-item.active_card .accordion-button {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.frequently_accordion .accordion-item .accordion-button {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer_link li.active a {
  color: var(--link-color);
}

/* support 10-2-23 start  */

.page-template-home .ratng_hldr .rating_img .woocommerce .star-rating {
  float: none;
  font-size: 20px;
}

.page-template-home
  .ratng_hldr
  .rating_img
  .woocommerce
  .star-rating
  > span::before {
  color: #fac703;
  font-size: 20px;
}

.page-template-home .prdctBox .tinv-wraper {
  position: absolute !important;
  right: 12px;
  top: 10px;
}

.page-template-home .prdctBox .tinv-wraper .tinvwl_add_to_wishlist_button {
  width: 33px !important;
  height: 33px !important;
  border-radius: 100%;
  background: var(--bg-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 4px 4px rgb(0 0 0 / 9%);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 9%);
  z-index: 1;
  position: relative !important;
}

.prdctBox .tinv-wraper .tinvwl_add_to_wishlist_button::before {
  font-size: 24px;
  transform: translate(-50%, -50%);
  color: #000;
  margin: 0 !important;
}

.prdctBox .tinv-wraper .inited-add-wishlist.tinvwl-product-in-list::before {
  color: #dc1f1f;
}

#gform_wrapper_1 #gform_fields_1 {
  grid-column-gap: 14px;
  grid-row-gap: 24px;
}

#gform_wrapper_1 #gform_fields_1 .ginput_container input[type="color"],
#gform_wrapper_1 #gform_fields_1 .ginput_container input[type="date"],
#gform_wrapper_1 #gform_fields_1 .ginput_container input[type="datetime-local"],
#gform_wrapper_1 #gform_fields_1 .ginput_container input[type="datetime"],
#gform_wrapper_1 #gform_fields_1 .ginput_container input[type="email"],
#gform_wrapper_1 #gform_fields_1 .ginput_container input[type="month"],
#gform_wrapper_1 #gform_fields_1 .ginput_container input[type="number"],
#gform_wrapper_1 #gform_fields_1 .ginput_container input[type="password"],
#gform_wrapper_1 #gform_fields_1 .ginput_container input[type="search"],
#gform_wrapper_1 #gform_fields_1 .ginput_container input[type="tel"],
#gform_wrapper_1 #gform_fields_1 .ginput_container input[type="text"],
#gform_wrapper_1 #gform_fields_1 .ginput_container input[type="time"],
#gform_wrapper_1 #gform_fields_1 .ginput_container input[type="url"],
#gform_wrapper_1 #gform_fields_1 .ginput_container input[type="week"],
#gform_wrapper_1 #gform_fields_1 .ginput_container textarea {
  color: #525252;
  text-transform: capitalize;
  padding: 8px 20px;
  font-size: 18px;
}

#gform_wrapper_1 #gform_fields_1 .ginput_container textarea {
  height: 132px;
  padding: 17px 20px;
}

#gform_wrapper_1 .gform_footer {
  padding: 0;
  margin-top: 24px;
  justify-content: center;
}

#gform_wrapper_1 .gform_footer input[type="submit"] {
  margin-bottom: 0;
}

.page-template-home .prdct_txtBttm .prdct_crtBox .add-to-cart .added_to_cart {
  position: absolute;
  bottom: 5px;
  right: 30px;
  background-color: #fad804;
  padding: 10px 15px;
  color: #282b31;
  border-radius: 10px;
  font-size: 15px;
}

.page-template-home
  .prdct_txtBttm
  .prdct_crtBox
  .add-to-cart
  .added_to_cart:hover {
  background: var(--dark-text-color);
  color: var(--link-color);
}

.woocommerce-shop .product-listing .products {
  margin-bottom: -22px;
}

.woocommerce-shop .product-listing .products .product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.08);
  padding: 26px 30px 30px 0;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 22px;
}

.woocommerce-shop
  .product-listing
  .products
  .product
  > .woocommerce-LoopProduct-link {
  width: 25%;
  flex: 0 0 auto;
}

.woocommerce-shop
  .product-listing
  .products
  .product
  > .woocommerce-LoopProduct-link
  .onsale {
  display: none;
}

.woocommerce-shop
  .product-listing
  .products
  .product
  > .woocommerce-LoopProduct-link
  .attachment-woocommerce_thumbnail {
  width: 100%;
  margin-bottom: 0;
}

.woocommerce-shop .product-listing .products .product .product-content-wrapper {
  width: 75%;
  flex: 0 0 auto;
  padding-left: 20px;
}

.woocommerce-shop
  .product-listing
  .products
  .product
  .product-content-wrapper
  .woocommerce-loop-product__title {
  padding-top: 0;
  padding-bottom: 0px;
  margin-bottom: 10px;
  font-size: 22px;
  color: #282b31;
  flex: 0 0 auto;
  width: 100%;
}

.woocommerce-shop
  .product-listing
  .products
  .product
  .product-content-wrapper
  .star-rating {
  font-size: 20px;
  margin-bottom: 15px;
  margin-bottom: 0;
}

.woocommerce-shop
  .product-listing
  .products
  .product
  .product-content-wrapper
  .woocommerce-LoopProduct-link {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-shop
  .product-listing
  .products
  .product
  .product-content-wrapper
  .price {
  margin-left: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 0;
  float: right;
  margin-top: -25px;
}

.woocommerce-shop
  .product-listing
  .products
  .product
  .product-content-wrapper
  .price
  ins
  .woocommerce-Price-amount.amount {
  color: #525252;
  font-family: "Krub";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  margin-right: 10px;
}

.woocommerce-shop
  .product-listing
  .products
  .product
  .product-content-wrapper
  .price
  del
  .woocommerce-Price-amount.amount {
  font-family: "Krub";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-decoration-line: line-through;
  color: #989898;
}

.woocommerce-shop
  .product-listing
  .products
  .product
  .product-content-wrapper
  .button {
  background: var(--link-color);
  border-radius: 10px;
  font-family: "Krub";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  padding: 18px 40px;
  color: #282b31;
  transition: all 0.3s ease-in-out;
}

.woocommerce-shop
  .product-listing
  .products
  .product
  .product-content-wrapper
  .button:hover {
  background: var(--dark-text-color);
  color: var(--link-color);
}

.woocommerce-shop .product-listing .products .product .compare-button-wrapper {
  width: 25%;
  flex: 0 0 auto;
  text-align: center;
}

.woocommerce-shop .product-listing .products .product .compare.button {
  margin-top: 0;
  background: #ffffff !important;
  box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  color: #282b31 !important;
  text-align: center;
  padding: 8px 15px !important;
}

.woocommerce-shop .product-listing .products .product .tinv-wraper {
  position: absolute;
  top: 13px;
  right: 25px;
}

.woocommerce-shop
  .product-listing
  .products
  .product
  .tinvwl_add_to_wishlist_button {
  margin-top: 0;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
}

.woocommerce-shop
  .product-listing
  .products
  .product
  .tinvwl_add_to_wishlist_button::before {
  margin-right: 0;
  color: #000;
  font-size: 23px;
}

.woocommerce-shop
  .product-listing
  .products
  .product
  .tinvwl_add_to_wishlist_button
  .tinvwl_add_to_wishlist-text {
  display: none;
}

.woocommerce-shop .product-listing .woocommerce-ordering {
  margin-bottom: 0;
}

.woocommerce-shop .woof_show_auto_form.woof_btn_default {
  display: none !important;
}

.woocommerce-shop .product-listing .col-lg-8 .woocommerce-result-count {
  margin-bottom: 0;
}

.woocommerce-shop
  .product-listing
  .woocommerce-products-header
  .woocommerce-products-header__title.page-title {
  font-weight: 700;
  font-size: 55px;
  color: #282b31;
  margin-bottom: 40px;
}

.woocommerce-shop .product-listing .woocommerce-products-header ~ div {
  display: none;
}

.woocommerce-shop
  .product-listing
  .product-filter-wrapper
  .woof_container_inner
  h4 {
  cursor: pointer;
  font-weight: 700;
  font-size: 22px;
  color: #282b31;
  margin-bottom: 11px;
}

.woocommerce-shop
  .product-listing
  .product-filter-wrapper
  .woof_text_search_container
  .woof_container_inner
  .woof_husky_txt-input {
  border: 1px solid #dadada;
  border-radius: 10px;
  height: 52px;
  color: #525252;
  text-transform: capitalize;
  padding: 8px 20px;
  font-size: 18px;
}

.woocommerce-shop
  .product-listing
  .product-filter-wrapper
  .woof_container_inner
  .woof_block_html_items
  .woof_list
  li {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 18px;
}

.woocommerce-shop
  .product-listing
  .product-filter-wrapper
  .woof_container_inner
  .woof_block_html_items
  .woof_list
  li
  .icheckbox_square-blue {
  margin-top: 0;
}

/* support 10-2-23 end */

/* support-13-02-2023-css-start */

.woocommerce-shop .woof_container_checkbox {
  margin-bottom: 10px;
  padding: 0;
}

.product-filter-wrapper .woof_container_inner h4 {
  margin: 0 !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  text-transform: capitalize !important;
  color: #656565 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 17px 50px 17px 12px;
  margin-bottom: 10px;
  position: relative;
  transition: 0.5s all;
}

.product-filter-wrapper .woof_container_inner h4::before {
  position: absolute;
  content: "";
  right: 6px;
  top: 6px;
  bottom: 6px;
  font-size: 0;
  background: url("images/arrw0101.svg") no-repeat center #e9e9e9;
  width: 42px;
  /* height: 38px; */
  background-size: 12px;
  border-radius: 9px;
  transition: 0.5s all;
}

.woocommerce-shop .woof_container_checkbox .woof_block_html_items {
  padding: 15px;
}

.woocommerce-shop .woof_container_checkbox .woof_block_html_items ul li {
  margin-bottom: 12px !important;
  line-height: 1;
}

.woocommerce-shop .woof_container_checkbox .icheckbox_square-blue {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  width: 13px;
  height: 13px;
}

.woocommerce-shop .woof_container_checkbox .woof_checkbox_label {
  font-weight: 500;
  font-size: 14px;
  color: #656565;
}

.woocommerce-shop
  .product-listing
  .woocommerce-products-header
  .woocommerce-products-header__title.page-title {
  text-align: center;
}

/* .woocommerce-shop .product-filter-wrapper{
    padding-top: 105px;
} */
.woocommerce-shop
  .product-listing
  .products
  .product
  .product-content-wrapper
  .woocommerce-LoopProduct-link {
  display: block !important;
}

.woocommerce-shop
  .product-listing
  .products
  .product
  .product-content-wrapper
  .woocommerce-loop-product__title {
  margin: 0;
}

.woocommerce-shop
  .product-listing
  .products
  .product
  .product-content-wrapper
  .product-extra-fields
  h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  padding: 0;
}

.woocommerce-shop .product-extra-fields {
  position: relative;
}

.woocommerce-shop .product-extra-fields ul {
  display: flex;
  padding: 0;
  margin: 15px 0;
  background: #f6f6f6;
  border-radius: 10px;
  padding: 8px 6px;
  justify-content: space-between;
}

.woocommerce-shop .product-extra-fields ul li {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #656565;
  padding: 0 6px;
}

.woocommerce-shop .product-extra-fields ul li strong {
  font-weight: 500;
}

.woocommerce-shop .stock-information ul li {
  font-weight: 500;
  font-size: 14px;
  color: #282b31;
  font-weight: 500;
}

.woocommerce-shop .stock-information ul li span {
  font-weight: 400;
}

.woocommerce-shop .filter-top-wrapper {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 16px 15px;
  margin-bottom: 24px;
}

.woocommerce-shop .filter-top-wrapper p {
  font-weight: 500;
  font-size: 17px;
  text-transform: capitalize;
  color: #656565;
}

.woocommerce-shop .filter-top-wrapper select {
  background-color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  color: #656565;
  border: none;
  cursor: pointer;
}

.woocommerce-shop .woof_reset_search_form {
  background-color: #fed72a !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #282b31 !important;
  padding: 12px 25px !important;
}

.woocommerce-shop .woof_reset_search_form:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.woocommerce-shop .woof_reset_button_2 {
  background-color: #fed72a !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #282b31 !important;
  padding: 12px 25px !important;
  line-height: 1;
}

.woocommerce-shop .woof_reset_button_2:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.woocommerce-shop .woocommerce_products_quantity_fields .quantity {
  border: 1px solid #6d7277;
  border-radius: 10px;
  width: 140px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 12px;
}

.woocommerce-shop .woocommerce_products_quantity_fields .quantity button {
  background-color: transparent;
  font-weight: 400;
  font-size: 22px;
  color: #605f63;
  pointer-events: fill;
  position: relative;
  cursor: pointer;
  z-index: 99;
}

.woocommerce-shop .product-listing .woocommerce-products-header .row {
  display: flex !important;
}

.woocommerce-shop.woocommerce .quantity .qty {
  font-weight: 500;
  font-size: 18px;
  color: #373736;
  pointer-events: fill;
  z-index: 9;
}

.woocommerce-shop .product-listing .products .product .compare-button-wrapper {
  position: absolute;
  left: 0;
  bottom: 45px;
}

.product-filter-wrapper .woof_container_inner h4.active {
  background: #282b31;
  color: #fff !important;
}

.product-filter-wrapper .woof_container_inner h4.active::before {
  background: url("images/arrw0101.svg") no-repeat center #ffd802;
  transform: rotate(180deg);
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  width: 45px;
  height: 45px;
  display: flex !important;
  align-items: center !important;
  font-weight: 700;
  font-size: 17px;
  text-transform: capitalize;
  color: #525252;
  border: none;
  justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li .next.page-numbers {
  font-size: 0 !important;
  background: url("images/arrrw01.svg") no-repeat center;
  background-size: 8px !important;
}

.woocommerce nav.woocommerce-pagination ul li .prev.page-numbers {
  font-size: 0 !important;
  background: url("images/arrrw01.svg") no-repeat center;
  background-size: 8px !important;
  transform: rotate(180deg);
}

.woocommerce nav.woocommerce-pagination ul li .prev.page-numbers:hover {
  background: url("images/arrrw01.svg") no-repeat center #ebe9eb;
  transform: rotate(180deg);
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #525252;
  font-weight: 700;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span:hover {
  background: #e7e7e7;
}

.woocommerce-shop .woocommerce-products-header__title {
  margin-bottom: 40px;
}

.woocommerce-shop .product-filter-wrapper h3 {
  font-weight: 700;
  font-size: 22px;
  color: #282b31;
  margin-bottom: 12px;
}

.single-product .woocommerce-product-gallery__image {
  border: 1px solid #bbbbbb;
  border-radius: 10px;
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.single-product .woocommerce-product-gallery .tinvwl_add_to_wishlist_button {
  position: absolute !important;
  top: 3px;
  right: 25px;
  width: 33px !important;
  height: 33px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 9%);
  color: #525252;
}

.single-product .summary.entry-summary {
  font-weight: 700;
  font-size: 30px;
}

.single-product .summary.entry-summary .product_title {
  font-size: 55px;
  line-height: 1;
  margin: 0;
}

.woocommerce .star-rating span::before {
  color: #ffc702;
}

.single-product .woocommerce-product-rating {
  font-size: 16px;
  margin-bottom: 34px;
}

.single-product .woocommerce-product-rating .woocommerce-review-link {
  font-weight: 400;
  font-size: 16px;
  color: #282b31;
}

.single-product .price {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  float: right;
  line-height: 1;
}

.single-product .price ins {
  font-weight: 700;
  font-size: 40px;
  color: #525252;
}

.single-product .price del {
  font-weight: 400;
  font-size: 24px;
  color: #989898;
  padding: 0 15px;
}

.single-product .entry-summary .product-extra-fields ul {
  background: #f6f6f6;
  border-radius: 10px;
  padding: 0;
  margin: 0 auto 40px 0;
  max-width: 253px;
}

.single-product .entry-summary .product-extra-fields ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 20px;
  font-weight: 500;
  font-size: 16px;
  color: #656565;
}

.single-product .entry-summary .product-extra-fields ul li:last-child {
  border: none;
}

.single-product form.cart div.quantity {
  border: 1px solid #6d7277;
  border-radius: 10px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 12px;
  font-weight: 500;
  font-size: 18px;
  float: inherit !important;
  width: 150px;
  margin-bottom: 22px !important;
}

.single-product form.cart div.quantity button {
  background-color: transparent;
  font-weight: 400;
  font-size: 22px;
  color: #605f63;
}

.single-product .single_add_to_cart_button {
  float: inherit !important;
  background: var(--link-color) !important;
  border-radius: 10px !important;
  font-family: "Krub" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  padding: 18px 40px !important;
  color: #282b31 !important;
  transition: all 0.3s ease-in-out !important;
  margin-bottom: 14px !important;
  width: 245px;
}

.single-product .single_add_to_cart_button:hover {
  background: var(--dark-text-color) !important;
  color: var(--link-color) !important;
}

.single-product .after-cart-custom-text p {
  font-weight: 400;
  font-size: 14px;
  color: #656565;
}

.single-product .tinvwl-after-add-to-cart {
  display: none;
}

.single-product .compare-button-wrapper {
  display: none;
}

.single-product .product_meta {
  display: none;
}

.single-product .woocommerce-tabs ul.wc-tabs {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 !important;
}

.single-product .woocommerce-tabs ul.wc-tabs::before {
  display: none !important;
}

.single-product .woocommerce-tabs ul.wc-tabs::after {
  display: none !important;
}

.single-product .woocommerce-tabs ul.wc-tabs li {
  border: none !important;
  border-bottom: 3px solid #fff !important;
  padding: 10px 0 !important;
  margin: 0 60px 0 0 !important;
  background: transparent !important;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #282b31;
}

.single-product .woocommerce-tabs ul.wc-tabs li a {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #282b31;
}

.single-product .woocommerce-tabs ul.wc-tabs li:hover {
  border-bottom: 3px solid #373736 !important;
}

.single-product .woocommerce-tabs ul.wc-tabs li:last-child {
  margin: 0 !important;
}

.single-product .woocommerce-tabs ul.wc-tabs li::before {
  display: none;
}

.single-product .woocommerce-tabs ul.wc-tabs li::after {
  display: none;
}

.single-product .woocommerce-tabs ul.wc-tabs li.active {
  border-bottom: 3px solid #373736 !important;
}

.single-product .review-section-wrapper h2 {
  font-weight: 700;
  font-size: 40px;
  color: #282b31;
  margin: 0;
}

.single-product .review-section-wrapper .custom-review-button {
  border: 1px solid #6d7277;
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
  color: #373736;
  padding: 12px 18px;
  margin-left: auto;
  display: flex;
  width: 180px;
  justify-content: center;
}

.single-product .review-section-wrapper .custom-review-button:hover {
  background: #6d7277;
  color: #fff;
}

.single-product #comments .woocommerce-Reviews-title {
  display: none;
}

.single-product #comments .commentlist {
  display: none;
}

.single-product #respond .form-submit input.submit {
  background: var(--link-color) !important;
  border-radius: 10px !important;
  font-family: "Krub" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  padding: 18px 40px !important;
  color: #282b31 !important;
  transition: all 0.3s ease-in-out !important;
  margin-bottom: 14px !important;
}

.single-product #respond .form-submit input.submit:hover {
  background: var(--dark-text-color) !important;
  color: var(--link-color) !important;
}

.single-product
  .cr-all-reviews-shortcode
  ol.commentlist
  li
  .comment-text
  .meta {
  flex-direction: column-reverse;
}

.single-product
  .cr-all-reviews-shortcode
  ol.commentlist
  li
  .comment-text
  .meta
  .woocommerce-review__published-date {
  position: relative;
  padding-left: 20px;
}

.single-product
  .cr-all-reviews-shortcode
  ol.commentlist
  li
  .comment-text
  .meta
  .woocommerce-review__published-date::before {
  position: absolute;
  content: "";
  background-size: 12px;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  background: url("images/calpdttcsim01.svg") no-repeat;
}

.single-product #review_form #respond p.comment-form-cookies-consent {
  display: flex;
  align-items: baseline;
}

.single-product #review_form #respond p.comment-form-cookies-consent label {
  padding-left: 10px;
}

.single-product .woocommerce-product-gallery__image:hover {
  border-color: #ffc702;
}

.single-product #respond .comment-reply-title {
  margin: 15px 0;
  display: block;
}

.woocommerce nav.woocommerce-pagination ul li .next.page-numbers:hover {
  background: url(images/arrrw01.svg) no-repeat center #ebe9eb;
}

.single-product.woocommerce span.onsale {
  display: none;
}

.single-product
  .cr-all-reviews-shortcode
  ol.commentlist
  li
  .comment-text
  .meta
  .woocommerce-review__author {
  font-weight: 700;
  font-size: 28px;
  color: #282b31;
}

.woocommerce-shop a.added_to_cart {
  background: var(--link-color) !important;
  border-radius: 10px !important;
  font-family: "Krub" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  padding: 15px 24px !important;
  color: #282b31 !important;
  transition: all 0.3s ease-in-out !important;
  margin-bottom: 14px !important;
  margin-left: 15px;
}

.woocommerce-shop a.added_to_cart:hover {
  background: var(--dark-text-color) !important;
  color: var(--link-color) !important;
}

.woocommerce-shop .woocommerce_products_quantity_fields {
  float: left;
  margin-top: 18px;
  margin-right: 15px;
}

/* support-13-02-2023-css-end */

/* 14.02.23 start */

.woocommerce-shop .product-listing .products .product .product-imagewrapper {
  width: 200px;
  flex-basis: 200px;
}

.woocommerce-shop .product-listing .products .product .product-content-wrapper {
  width: calc(100% - 200px);
  flex-basis: calc(100% - 200px);
  padding-left: 28px;
}

.product-content-wrapper h2 {
  font-size: 22px;
  color: #282b31;
  margin-bottom: 5px;
}

.product-content-wrapper h2 a {
  color: #282b31;
}

.product-content-wrapper h2 a:hover {
  color: var(--link-color);
}

.woocommerce-shop .product-listing .products .product {
  align-items: flex-start;
}

.single-product .pwb-single-product-brands.pwb-clearfix {
  display: none;
}

.commentlist .comment_container img.avatar,
.commentlist .comment_container .cr-avatar-check {
  display: none !important;
}

.commentlist .comment_container .comment-text {
  margin-left: 0 !important;
}

.commentlist .comment-text .description p {
  font-size: 15px;
}

.woocommerce-cart .product-name a {
  color: #000;
}

.woocommerce-cart .product-name a:hover {
  color: var(--link-color);
}

.woocommerce-cart .coupon input.input-text {
  width: 220px !important;
}

.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: var(--link-color) !important;
  border-radius: 10px;
  font-family: "Krub";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  padding: 18px 40px !important;
  color: #282b31 !important;
  transition: all 0.3s ease-in-out;
}

.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #000 !important;
  color: var(--link-color) !important;
}

.select2-container--default .select2-selection--single {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 20px;
  appearance: none;
  border: 1px solid #dadada;
  border-radius: 10px;
  height: 52px;
  background-color: #f4f4f4;
  font-size: 18px;
  line-height: 50px;
  color: #000;
  font-family: var(--krub-font);
  font-weight: 400;
  width: 100%;
  background-clip: padding-box;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 12px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
  padding: 0;
}

.woof_products_top_panel li a {
  font-weight: bold;
  color: #000;
}

.woof_products_top_panel li a:hover {
  color: var(--link-color);
}

.woocommerce table.shop_table .quantity {
  border: 1px solid #6d7277;
  border-radius: 10px;
  width: 140px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 12px;
}

.woocommerce table.shop_table .quantity .minus {
  background-color: transparent;
  font-weight: 400;
  font-size: 22px;
  color: #605f63;
  pointer-events: fill;
  position: relative;
  cursor: pointer;
  z-index: 99;
}

.woocommerce table.shop_table .quantity .plus {
  background-color: transparent;
  font-weight: 400;
  font-size: 22px;
  color: #605f63;
  pointer-events: fill;
  position: relative;
  cursor: pointer;
  z-index: 99;
}

.woocommerce table.shop_table .quantity .qty {
  font-weight: 500;
  font-size: 18px;
  color: #373736;
  pointer-events: fill;
  z-index: 9;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  border: 1px solid #525252;
  border-radius: 8px;
  overflow: hidden;
}

.woocommerce-shop
  .product-listing
  .products
  .product
  .product-content-wrapper
  a.added_to_cart {
  margin: 15px 0 0 10px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  width: 100%;
  display: inline-block;
  padding: 10px 15px;
  background: #f7f7f7;
  color: #000;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: #525252;
  color: var(--link-color);
}

.woocommerce-account .entry-content {
  padding-top: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  padding: 20px 15px;
  border: 1px solid #000;
  border-radius: 8px;
}

.woocommerce-account .woocommerce-MyAccount-content a {
  color: #000;
  font-weight: 500;
  text-decoration: underline !important;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: var(--link-color);
}

.entry-footer .post-edit-link {
  float: inherit !important;
  background: var(--link-color) !important;
  border-radius: 10px !important;
  font-family: "Krub" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  padding: 10px 40px !important;
  color: #282b31 !important;
  transition: all 0.3s ease-in-out !important;
  margin-top: 14px;
  display: inline-block;
  text-align: center;
}

.entry-footer .edit-link {
  display: block;
}

.entry-footer .post-edit-link:hover {
  background: #000 !important;
  color: var(--link-color) !important;
}

.woocommerce-shop .woof_block_html_items ul {
  padding: 15px !important;
}

.woocommerce-shop .woof_list label {
  font-size: 14px;
}

.woocommerce-info {
  border-top-color: var(--link-color) !important;
}

.woocommerce-info::before {
  color: var(--link-color) !important;
}

.woocommerce-info a {
  font-weight: 500;
  color: #000;
}

.woocommerce-info a:hover {
  color: var(--link-color);
}

.woocommerce.tinv-wishlist button.button.alt {
  padding: 15px !important;
  font-size: 16px;
}

.tinvwl-input-group .form-control {
  height: auto;
}

.tinvwl-table-manage-list .product-name a {
  color: #000;
  font-weight: 500;
}

.tinvwl-table-manage-list .product-name a:hover {
  color: var(--link-color);
}

.tinv-wishlist .product-action {
  width: 170px;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account #customer_login h2 {
  font-size: 30px;
}

.woocommerce-account h1.entry-title {
  font-size: 45px;
}

/* 14.02.23 end */

/* support 15/2/23 */

.content-area .site-main .woo-product-gallery-slider .wpgs-for .slick-slide {
  border: 1px solid #bbbbbb;
  border-radius: 10px;
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.content-area .site-main .single-product .woocommerce-product-gallery__image {
  border: none;
}

.content-area .site-main .woo-product-gallery-slider .wpgs-nav .slick-slide {
  padding: 9px 5px;
  border: 1px solid #bbbbbb;
  border-radius: 10px;
}

.content-area
  .site-main
  .woo-product-gallery-slider
  .wpgs-nav
  .slick-slide.slick-current {
  border: 1px solid #ffc702;
  box-shadow: 0px 4px 24px rgba(255, 216, 2, 0.2);
}

/* end support 15/2/23 */

/* 28.04.2023 */

.product-right-img {
  padding: 60px 30px;
  border: 1px solid #bbbb;
  border-radius: 10px;
  text-align: center;
}

.right-content-wrapper {
  padding-left: 50px;
}

.right-content-wrapper h2,
.right-content-wrapper h3 {
  margin-bottom: 10px;
  line-height: 0.9;
}

.product-extra-fields.product-details-extra-fields ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 20px;
  font-weight: 500;
  font-size: 16px;
  color: #656565;
}

.product-extra-fields.product-details-extra-fields ul {
  background: #f6f6f6;
  border-radius: 10px;
  padding: 0;
  margin: 0 auto 40px 0;
  max-width: 253px;
}

.product-price-wrapper {
  display: flex;
}

.product-price-wrapper p {
  font-weight: 700;
  font-size: 40px;
}

.number {
  position: relative;
}

.number .minus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  cursor: pointer;
}

.number .plus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
}

.quantity-wrapper-button input {
  text-align: center;
  background: #fff;
}

.quantity-wrapper-button {
  width: 100%;
  max-width: 100%;
}

.resp-tab-active {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 13px 35px !important;
  border-bottom: 3px solid #373736 !important;
}

.resp-tabs-list li {
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  padding: 13px 35px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  text-transform: uppercase;
}

.product-content-subheading {
  color: #615c5c;
  font-size: 32px;
}

.product-other-info {
  margin-bottom: 100px;
}

.resp-tab-content {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.resp-tab-content {
  padding: 20px 5px;
}

.resp-tab-content.resp-tab-content-active p {
  padding: 10px 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

/* 22.05.2023 mm */
.page-template-product-list .tire-detailed-info ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.page-template-product-list .tire-detailed-info ul li {
  width: 50%;
  margin-bottom: 5px;
}

.page-template-product-details .product-other-info {
  margin-bottom: 30px;
}

.page-template-product-details .consumer-review {
  margin-bottom: 70px;
}

.tab-contents .content {
  display: none;
}
.tab-contents .content.active {
  display: block;
}

/* 22.05.2023 mm */

/* 3/10/23 work start */
.top_header .top_lft_hdr p {
  font-size: 16px;
}
.top_lnks_lft > li:last-child {
  border-right: 0px;
  padding-right: 0;
  margin-right: 0px;
}
.bnnr_txt h1 {
  font-size: 50px;
}
.bnnr_txt {
  max-width: 540px;
}
.srch_iconBox {
  margin-left: auto;
}
.navbar-nav {
  margin-left: 30px;
}
.bttm_hdr {
  transition: all 0.3s ease-in-out;
}
.bttm_hdr.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #5a5a5a;
  box-shadow: 0 0 14px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 0px;
}
.bttm_hdr.sticky .navbar-brand {
  width: 180px;
  min-width: 180px;
}
.how-it-works-wrapper {
  text-align: center;
}
.how-it-works-wrapper figure {
  margin-bottom: 25px;
}
.how-it-works-wrapper h3 {
  text-transform: capitalize;
  margin-bottom: 5px;
}
.how-it-works {
  position: relative;
  z-index: 1;
}
.popular-brands-wrapper {
  position: relative;
  z-index: 1;
}
.popular-brands-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  justify-content: center;
  align-items: center;
}
.popular-brands-wrapper ul li {
  margin: 10px;
}
.most-popular-brands {
  position: relative;
  z-index: 1;
}
.most-popular-brands:after {
  content: "";
  background-image: url("images/brand-right-img.jpeg");
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 455px;
  height: 465px;
  z-index: -1;
  opacity: 0.5;
}
.most-popular-brands:before {
  content: "";
  background-image: url("images/brand-left-img.jpeg");
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 362px;
  height: 497px;
  z-index: -1;
  opacity: 0.5;
}
.theme_tab .tab-btn {
  color: #fff;
  font-weight: 700;
  border-radius: 30px 30px 0 0;
  border: none;
  font-size: 20px;
  padding: 15px 15px 10px;
  font-weight: 700;
  background: #525252;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  flex-grow: 1;
}
.theme_tab .tab-btns {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
}
.theme_tab .tab-contents {
  background: #fff;
  border: 5px solid #000;
  border-radius: 40px;
  padding: 40px;
  z-index: 1;
  position: relative;
}
.theme_tab .tab-btns .tab-btn.active:after {
  content: "";
  background: #000;
  position: absolute;
  height: 100px;
  width: 100%;
  left: 0;
  bottom: -100px;
  z-index: 0;
}
.theme_tab .tab-btns .tab-btn:after {
  content: "";
  background: #000;
  position: absolute;
  height: 100px;
  width: 100%;
  left: 0;
  bottom: -100px;
  z-index: 0;
}
.theme_tab .tab-btn.active,
.theme_tab .tab-btn:hover {
  color: #fff;
  font-weight: 700;
  background: #000;
  border: none;
}
.theme_tab .tab-btn:focus {
  box-shadow: none;
}
.why-tire-liquidators {
  position: relative;
  z-index: 1;
}
.why-tire-liquidators:after {
  content: "";
  position: absolute;
  height: 220px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--link-color);
  z-index: -1;
}
.custom-secvices-section .row {
  align-items: flex-end;
}
.custom-secvices-text {
  padding: 40px 0px 30px;
}
.custom-secvices-text > *:last-child {
  margin-bottom: 0;
}
.custom-secvices-section figure img {
  width: 100%;
}
footer {
  border-top: 8px solid var(--link-color);
  background-size: cover;
}
.ft_signup {
  padding: 50px 0;
  background: url("images/newsletter-bg.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ft_signup_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ft_sign_up_left {
  width: 50%;
  padding-right: 50px;
}
.ft_sign_up_right {
  width: 50%;
}
.ft_sign_up_left h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
}
.ft_sign_up_left h2 span {
  color: var(--link-color);
}
.ft_sign_up_left p {
  color: #fff;
  line-height: 1.2;
}
.ft_sign_up_right form {
  padding: 5px;
  min-width: 100%;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  font-size: 18px;
}
.ft_sign_up_right form input {
  background: transparent;
  border: 0;
  color: #fff !important;
}
.ft_sign_up_right form input::placeholder {
  color: #fff;
  opacity: 1;
}
.ft_sign_up_right form input[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 52px;
  border-radius: 3px;
  background: var(--link-color) !important;
  padding: 0px 15px;
  border-radius: 5px;
  cursor: pointer;
}
.ft_sign_up_right form input[type="submit"]:hover {
  background: #fff !important;
  color: #000;
}
.ft_top {
  background: #525252;
  padding: 60px 0px;
}
.ft_logo {
  margin-bottom: 25px;
}
.phn_num {
  text-align: center;
}
.phn_num a {
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  font-style: italic;
}
.phn_num a:hover {
  color: var(--link-color);
}
.ft_title {
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
.ft_links li + li {
  margin-top: 10px;
}
.ft_links li,
.ft_links a {
  color: #fff;
  font-weight: 500;
}
.ft_links a:hover {
  color: var(--link-color);
}
.ft_links li {
  font-size: 16px;
  line-height: 1.3;
}
.ft_btm {
  background: #000;
  padding: 35px 0px;
  text-align: center;
}
.ft_scl {
  padding-bottom: 20px;
  border-bottom: 1px solid #606060;
  width: 100%;
  max-width: 750px;
  margin: 0 auto 15px;
}
.ft_scl p {
  color: #fff;
  font-weight: 600;
}
.ft_scl ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ft_scl li {
  margin: 0px 10px;
}
.ft_scl a {
  color: #fff;
}
.ft_scl a:hover {
  color: var(--link-color);
}
.ord_seq {
  padding-bottom: 20px;
  border-bottom: 1px solid #606060;
  width: 100%;
  max-width: 750px;
  margin: 0 auto 15px;
  clear: both;
  text-align: center;
}
.ord_title {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 600;
}
.ord_seq p {
  color: #fff;
  line-height: 1.3;
  font-size: 16px;
}
.ord_seq ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ord_seq li {
  margin: 0px 10px;
}
.ord_seq li {
  font-size: 20px;
  color: #fff;
  font-weight: 900;
}
.ord_seq li svg {
  margin-right: 5px;
}
.trusted_by p {
  font-weight: 600;
  color: #fff;
}
.trusted_by {
  margin-bottom: 30px;
}
.copyright_text {
  color: #fff;
  font-size: 14px;
}
.copyright_text a:hover {
  color: #fff;
}
.bttm_hdr {
  background: #5a5a5a;
}
.header-cart-icon img {
  filter: brightness(100%) invert(1);
}
/* 3/10/23 work end */

/* ========== responsive css =========== */
@media (min-width: 1025px) {
  /* navbar*/
  .navbar-nav .clickD {
    display: none;
  }

  .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1164px;
  }
}

@media (max-width: 1599px) {
  .who_imgBox_outr {
    margin-left: -150px;
  }
}

@media (max-width: 1439px) {
  .who_imgBox_outr {
    margin-left: -114px;
  }
}

@media (max-width: 1365px) {
  .who_imgBox_outr {
    margin-left: -30px;
  }

  .bnnr_bttmFrm {
    margin: -220px 0px 0;
  }

  .who_section::after {
    height: 24px;
  }

  .who_imgBox_outr {
    margin-bottom: 0;
  }

  .who_txtBox {
    padding: 40px 0 160px 95px;
  }
}

@media (max-width: 1199px) {
  h1 {
    font-size: 55px;
  }

  .bnnr_sbttle {
    font-size: 18px;
  }

  h3,
  .hThree {
    font-size: 27px;
  }

  .rdio_btn_cntnr .form_input_radio label input[type="radio"] + span {
    font-size: 15px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  .form-control,
  select {
    font-size: 15px;
  }

  input[type="submit"] {
    font-size: 16px;
  }

  h6,
  .hSix,
  .help-wrap p {
    font-size: 17px;
  }

  h2,
  .help-you-sec h1,
  .faq-sec h1 {
    font-size: 40px;
  }

  .basic_bttn > span {
    width: 35px;
    height: 37px;
  }

  h5,
  .prdct_txtBox h3 {
    font-size: 19px;
  }

  h4,
  .brand-row p {
    font-size: 20px;
  }

  .prdct_prce h4 span {
    font-size: 16px;
  }

  .prdct_crtIcon {
    width: 38px;
    height: 34px;
  }

  .prdct_crtIcon img {
    max-width: 19px;
    max-height: 20px;
  }

  .footer_other_contant {
    padding-left: 10px;
  }

  .hSix::after {
    width: 130px;
  }

  .footer_logo {
    width: 202px;
  }

  .bnnr_innr.bnnr-min-height {
    min-height: 415px;
  }

  .brand-row {
    margin: -15px -25px;
  }

  .brand-row > * {
    padding: 15px 25px;
  }

  .help-row > * {
    padding: 12px 12px;
  }

  .help-row {
    margin: -12px -12px;
  }

  .touch-main {
    padding-bottom: 55px;
  }

  .help-you-sec .bra-img {
    margin-right: 11px;
  }

  .help-you-sec .bra-img {
    width: 75px;
    height: 75px;
  }

  .help-you-sec .bra-img img {
    max-width: 23px;
  }

  .who_imgBox_outr {
    margin-left: -30px;
  }

  .who_txtBox {
    padding: 11px 0 145px 25px;
  }

  .help-wrap p {
    width: calc(100% - 87px);
    font-size: 16px;
  }

  /* support 10-2-23 start  */
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="color"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="date"],
  #gform_wrapper_1
    #gform_fields_1
    .ginput_container
    input[type="datetime-local"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="datetime"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="email"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="month"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="number"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="password"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="search"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="tel"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="text"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="time"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="url"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="week"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container textarea {
    font-size: 16px;
  }

  /* support-13-02-2023-css-start */

  .woocommerce-shop a.added_to_cart {
    margin-top: 10px;
    margin-left: 0;
  }

  .woocommerce-shop .woocommerce-products-header__title {
    margin-bottom: 20px;
  }

  .woocommerce-shop .filter-top-wrapper select {
    font-size: 14px;
  }

  .woocommerce-shop .filter-top-wrapper p {
    font-size: 14px;
  }

  .woocommerce-shop .product-extra-fields ul li {
    font-size: 12px;
  }

  .woocommerce-shop
    .product-listing
    .products
    .product
    .product-content-wrapper
    .button {
    padding: 18px 20px;
  }

  .single-product .summary.entry-summary .product_title {
    font-size: 40px;
  }

  .single-product .summary.entry-summary {
    font-size: 20px;
  }

  .single-product .price ins {
    font-size: 20px;
  }

  .single-product .price del {
    font-size: 14px;
  }

  .single-product .entry-summary .product-extra-fields ul {
    max-width: 180px;
  }

  .single-product .entry-summary .product-extra-fields ul li {
    font-size: 14px;
  }

  .single-product .review-section-wrapper h2 {
    font-size: 30px;
  }

  .single-product #respond .form-submit input.submit {
    padding: 0 40px !important;
  }

  /* support-13-02-2023-css-start */

  /* 22.05.2023 mm */
  .page-template-product-list .tire-detailed-info ul li {
    font-size: 15px;
  }

  /* 22.05.2023 mm */
}

@media (max-width: 1024px) {
  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(images/sort-down.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu > li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 20px;
  }

  .sub-menu > li.menu-item-has-children > a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav > li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:after,
  .navbar-nav > li.menu-item-has-children > a:after {
    opacity: 0;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:hover:after,
  .navbar-nav > li.menu-item-has-children:hover > a:after {
    opacity: 1;
  }

  /* navbar end*/

  /* 3/10/23 work start */
  .most-popular-brands:before {
    width: 162px;
    height: 297px;
    background-repeat: no-repeat;
  }

  .most-popular-brands:after {
    background-repeat: no-repeat;
    width: 185px;
    height: 195px;
  }

  .why-tire-liquidators:after {
    height: 150px;
  }
  /* 3/10/23 work end */
}

@media (max-width: 991px) {
  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: auto;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: auto;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    -webkit-transform: rotate(45deg) translate(42px, -28px);
    -ms-transform: rotate(45deg) translate(42px, -28px);
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    -webkit-transform: rotate(-45deg) translate(42px, 28px);
    -ms-transform: rotate(-45deg) translate(42px, 28px);
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px !important;
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }

  .sub-menu,
  .navbar-nav > li > .sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav > li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav li.menu-item-has-children > a {
    padding-right: 30px !important;
  }

  .navbar-nav > li > a {
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
  }

  .sub-menu > li > a {
    padding-left: 40px;
  }

  .sub-menu .sub-menu > li > a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu > li > a {
    padding-left: 80px;
  }

  .navbar-nav > li > a:after {
    bottom: 0;
  }

  /* navbar end*/
  /* push nav */
  .navbar-collapse {
    background: #000000;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    -webkit-transition: inherit !important;
    -o-transition: inherit !important;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0 !important;
    padding: 0 0 40px 0;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden !important;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:hover:after,
  .navbar-nav > li.menu-item-has-children:hover > a:after {
    opacity: 0;
    display: none;
  }

  /* push nav end */
  .navbar-brand {
    width: 200px;
    min-width: 200px;
  }

  .hdr_bttn {
    font-size: 16px;
    padding: 15px 26px;
  }

  body {
    font-size: 16px;
  }

  .bnnr_innr {
    min-height: 606px;
    padding: 136px 0 122px;
  }

  h1 {
    font-size: 45px;
  }

  .bnnr_bttmFrm {
    padding: 30px 40px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  .form-control,
  select {
    height: 44px;
    font-size: 16px;
    line-height: 20px;
  }

  select {
    background: url(images/dwn_arrw.svg) no-repeat calc(100% - 9px) center
      #f4f4f4;
    background-size: 13px;
    padding: 0 12px;
    padding-right: 20px;
  }

  input[type="submit"] {
    height: 44px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .who_txtBox {
    padding: 0px 0 40px 40px;
  }

  h2,
  .help-you-sec h1,
  .faq-sec h1 {
    font-size: 30px;
  }

  h6,
  .hSix,
  .help-wrap p {
    font-size: 15px;
  }

  h5,
  .prdct_txtBox h3 {
    font-size: 17px;
  }

  h4,
  .brand-row p {
    font-size: 18px;
  }

  .prdct_prce h4 span {
    font-size: 14px;
  }

  .footer_under_contant {
    text-align: center;
  }

  .footer_logo_bottom_para {
    margin-bottom: 10px;
  }

  .footer_subscribe_form input[type="submit"] {
    font-size: 15px;
  }

  .footer_bottom_wrap p {
    letter-spacing: 0.24em;
    font-size: 15px;
    line-height: 2;
  }

  .footer_up {
    padding: 103px 0 47px 0;
  }

  .frequently_accordion .accordion-button {
    padding: 0px 37px 15px 38px;
  }

  .frequently_accordion .accordion-item .accordion-button {
    font-size: 17px;
  }

  .hdr_menu_rght {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
  }

  .navbar-toggler {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 26px;
  }

  .bnnr_section::after {
    height: 16px;
  }

  .bnnr_section {
    padding-bottom: 15px;
  }

  .our_prdct_section::before {
    height: 16px;
  }

  .help-you-sec .bra-img {
    height: 55px;
    width: 55px;
    border: 8px solid #ffd802;
  }

  .help-you-sec .bra-img img {
    max-width: 17px;
  }

  .help-wrap p {
    font-size: 13px;
  }

  .touch-main {
    padding-bottom: 45px;
  }

  textarea,
  textarea.form-control {
    font-size: 16px;
  }

  .bnnr_bttmFrm_lft {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }

  .bnnr_bttmFrm_outr {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .who_txtBox {
    padding: 0px 0 85px 15px;
  }

  .who_section::before {
    bottom: 45px;
  }

  .who_section::after {
    bottom: 45px;
  }

  .who_imgBox_outr::before {
    right: -20px;
  }

  .who_imgBox_outr::after {
    right: -20px;
  }

  .basic_bttn {
    min-width: 207px;
  }

  .footer_subscribe_form {
    padding-left: 0;
  }

  .footer_other_contant {
    padding-left: 0;
  }

  .footer_up::before {
    height: 21px;
  }

  .footer_up::after {
    top: 19px;
    height: 20px;
  }

  .tire-brand-sec .page_hdng {
    margin-bottom: 45px;
  }

  .bra-img {
    width: 100px;
    height: 100px;
    border: 10px solid #ffd802;
    margin: 0 auto 15px;
  }

  .help-you-sec .bra-img {
    height: 50px;
    width: 50px;
    margin-right: 6px;
  }

  .help-wrap p {
    width: calc(100% - 56px);
  }

  .help-row > * {
    padding: 12px 7px;
  }

  .help-row {
    margin: -12px -7px;
  }

  .frequently_accordion .accordion-button::before {
    top: 9px;
  }

  .navbar-collapse .navbar-toggler {
    overflow: hidden;
  }

  .basic_bttn {
    font-size: 16px;
  }

  /* support-13-02-2023-css-start */
  .woocommerce-shop .woocommerce_products_quantity_fields .quantity {
    width: 120px;
    padding: 15px 10px;
  }

  .woocommerce-shop a.added_to_cart {
    margin-left: 10px;
  }

  .single-product .summary.entry-summary .product_title {
    font-size: 30px;
  }

  .single-product .entry-summary .product-extra-fields ul {
    max-width: 100%;
  }

  .single-product .price {
    float: none;
  }

  .single-product .woocommerce-tabs ul.wc-tabs li {
    margin: 0 20px 0 0 !important;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
    padding: 0;
  }

  /* support-13-02-2023-css-end */

  /* 14.02.23 start */

  .select2-container--default .select2-selection--single {
    height: 44px;
    font-size: 16px;
  }

  .woocommerce-account h1.entry-title {
    font-size: 38px;
  }

  /* 14.02.23 end */
  .product-right-img {
    margin-bottom: 30px;
  }

  /* 3/10/23 work start */
  .top_hdr_innr {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }

  .top_lft_hdr {
    width: 100%;
    margin-bottom: 5px;
  }

  .top_header .top_lft_hdr p {
    font-size: 14px;
  }

  .top_lnks_lft > li > a,
  .top_lnks_rght > li > a {
    font-size: 14px;
  }

  .top_rght_hdr {
    justify-content: center;
  }

  .top_lnks_lft > li {
    padding-right: 7px;
    margin-right: 7px;
  }

  .bnnr_txt h1 {
    font-size: 28px;
  }

  .bnnr_innr {
    padding-top: 150px;
  }

  .bnnr_sbttle {
    font-size: 14px;
  }

  .how-it-works-wrapper .col-lg-4 + .col-lg-4 {
    margin-top: 35px;
  }

  .most-popular-brands:before {
    display: none;
  }

  .most-popular-brands:after {
    display: none;
  }

  .saving-section-wrapper .col-lg-3 {
    margin: 20px 0px;
  }

  .saving-section-wrapper .col-lg-3 img {
    width: 100%;
  }

  .theme_tab .tab-btn {
    font-size: 14px;
    padding: 8px;
  }

  .theme_tab .tab-contents {
    padding: 20px;
  }

  .ft_sign_up_left {
    width: 100%;
    margin-bottom: 30px;
  }

  .ft_sign_up_right {
    width: 100%;
  }

  .ft_top .col-lg-3 {
    margin-bottom: 35px;
  }

  .ft_scl a svg {
    width: 20px;
    height: 20px;
  }

  .ord_seq li {
    font-size: 14px;
  }
  .srch_iconBox {
    position: absolute;
    top: 22px;
    right: 70px;
  }
  .srch_iconBox img {
    width: 25px;
  }
  /* 3/10/23 work end */
}

@media (max-width: 767px) {
  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  .cmmn_gap {
    padding: 65px 0;
  }

  h1 {
    font-size: 36px;
  }

  .bnnr_sbttle {
    font-size: 16px;
  }

  h3,
  .hThree {
    font-size: 24px;
  }

  .bnnr_bttmFrm {
    padding: 30px 20px;
  }

  .bnnr_bttmFrm_row > * {
    padding: 8px 4px;
  }

  .bnnr_bttmFrm_row {
    margin: -8px -4px;
  }

  .bnnr_bttmFrm_lft {
    width: 100%;
    padding-right: 0px;
  }

  .bnnr_bttmFrm_outr > * {
    padding: 6px 4px;
  }

  .bnnr_bttmFrm_outr {
    margin: -6px -4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer_title {
    font-size: 17px;
    /* margin-bottom: 21px; */
  }

  .footer_bottom_wrap p {
    letter-spacing: 0.14em;
    font-size: 13px;
    line-height: 2;
  }

  body {
    font-size: 15px;
  }

  .footer_subscribe_form input[type="submit"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .who_row > * {
    padding: 12px 12px;
  }

  .who_row {
    margin: -12px -12px;
    text-align: center;
  }

  .who_imgBox_outr::before {
    right: -20px;
  }

  .who_imgBox_outr::after {
    right: -20px;
  }

  .who_txtBox {
    padding: 0px;
  }

  .we_areBox {
    margin-top: 70px;
  }

  .bnnr_innr {
    min-height: 456px;
    padding: 116px 0 82px;
  }

  .bnnr_bttmFrm {
    margin: -170px 0px 0;
  }

  .navbar-brand {
    width: 150px !important;
    min-width: 150px !important;
  }

  .tire-brand-sec .page_hdng {
    margin-bottom: 35px;
  }

  .brand-row > * {
    padding: 21px 12px;
  }

  .brand-row {
    margin: -21px -12px;
  }

  .bnnr_innr.bnnr-min-height {
    min-height: 280px;
  }

  .footer_subscribe_form {
    padding-left: 0;
  }

  .footer_other_contant {
    padding-left: 0;
  }

  .help-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .help-wrap p {
    width: 100%;
    text-align: center;
    font-size: 17px;
  }

  .help-you-sec .bra-img {
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .touch-main {
    padding-bottom: 31px;
  }

  .our_prdct_section.cmmn_gap {
    padding-top: 65px;
  }

  .we_areBox {
    margin-top: 45px;
  }

  .who_row .who_colLft {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .who_row .who_colRght {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .who_section::before {
    bottom: 0;
  }

  .who_txtBox {
    padding-bottom: 65px;
    padding-top: 25px;
  }

  .who_section::after {
    bottom: 0;
  }

  .footer_up {
    padding: 85px 0 47px 0;
  }

  .frequently_accordion .accordion-button {
    padding: 0px 20px 15px 28px;
  }

  .frequently_accordion .accordion-button::before {
    background-size: 15px;
  }

  .frequently_accordion .accordion-item.active_card .accordion-button {
    padding-left: 28px;
  }

  .frequently_accordion .accordion-body {
    padding: 0 25px 27px 28px;
  }

  .frequently_wraper .page_hdng {
    margin-bottom: 19px;
  }

  .help-you-sec .bra-img {
    height: 75px;
    width: 75px;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .help-wrap p {
    width: 100%;
  }

  .help-row > * {
    padding: 12px 12px;
  }

  .help-row {
    margin: -12px -12px;
  }

  .help-you-sec::after {
    height: 13px;
  }

  .frequently_accordion .accordion-button::before {
    top: 8px;
  }

  .who_imgBox_outr {
    margin-left: 0;
  }

  .bnnr_bttmFrm_lft .bnnr_bttmFrm_col {
    width: 100%;
  }

  .basic_bttn {
    font-size: 15px;
  }

  #scroll {
    bottom: 70px;
  }

  .footer_title {
    margin-bottom: 15px;
  }

  /* support 10-2-23 start  */

  /* support 10-2-23 start  */
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="color"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="date"],
  #gform_wrapper_1
    #gform_fields_1
    .ginput_container
    input[type="datetime-local"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="datetime"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="email"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="month"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="number"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="password"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="search"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="tel"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="text"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="time"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="url"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container input[type="week"],
  #gform_wrapper_1 #gform_fields_1 .ginput_container textarea {
    font-size: 14px;
    height: 41px;
  }

  #gform_wrapper_1 #gform_fields_1 .ginput_container textarea {
    height: 100px;
  }

  #gform_wrapper_1 #gform_fields_1 {
    grid-row-gap: 14px;
  }

  #gform_wrapper_1 .gform_footer {
    margin-top: 14px;
  }

  .page-template-home .prdct_txtBttm .prdct_crtBox .add-to-cart .added_to_cart {
    bottom: 1px;
  }

  /* support 10-2-23 end  */

  /* support-13-02-2023-css-start */

  .woocommerce-shop .product-listing .products .product {
    width: 100% !important;
  }

  .woocommerce-shop .product-extra-fields ul {
    flex-wrap: wrap;
  }

  .woocommerce-shop .product-extra-fields ul li {
    width: 100%;
    margin-bottom: 5px;
  }

  .woocommerce-shop
    .product-listing
    .products
    .product
    .compare-button-wrapper {
    position: static;
    display: block;
    width: 100%;
    margin-top: 15px;
  }

  .woocommerce-shop a.added_to_cart {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .woocommerce-shop
    .product-listing
    .products
    .product
    .product-content-wrapper
    .button {
    width: 100%;
    text-align: center;
  }

  .woocommerce-shop .woocommerce_products_quantity_fields {
    float: none;
    margin-right: 0 !important;
  }

  .woocommerce-shop .woocommerce_products_quantity_fields .quantity {
    width: 100%;
  }

  .single-product .single_add_to_cart_button {
    width: auto;
    font-size: 16px !important;
  }

  /* support-13-02-2023-css-end */

  /* 14.02.23 start */

  .woocommerce table.shop_table .quantity {
    margin-left: auto;
  }

  .woocommerce-page table.cart td.actions .coupon .input-text + .button {
    width: 100%;
    float: none;
  }

  .woocommerce-cart .coupon input.input-text {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }

  .woocommerce-shop .product-listing .products .product .product-imagewrapper {
    width: 100%;
    flex-basis: 100%;
  }

  .woocommerce-shop
    .product-listing
    .products
    .product
    .product-content-wrapper {
    width: 100%;
    flex-basis: 100%;
    padding-left: 20px;
  }

  .product-filter-wrapper .woof_container_inner h4 {
    font-size: 16px !important;
  }

  .woocommerce-shop .product-listing .products .product {
    padding-right: 20px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 25px;
  }

  .woocommerce-column--billing-address {
    margin-bottom: 25px;
  }

  .woocommerce-account .woocommerce-MyAccount-content h2,
  .woocommerce-account #customer_login h2 {
    font-size: 24px;
  }

  .woocommerce-account h1.entry-title {
    font-size: 30px;
  }

  /* 14.02.23 end */
  .right-content-wrapper {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 14px;
  }

  .slick-next {
    right: -11px;
  }

  .slick-prev {
    left: -11px;
  }

  .who_imgBox_outr::before {
    right: 0px;
  }

  .who_imgBox_outr::after {
    right: -5px;
  }

  .slick-slide {
    margin-left: 9px;
    margin-right: 9px;
  }

  .slick-list {
    margin-left: -9px;
    margin-right: -9px;
  }

  .rdio_btn_cntnr {
    margin: 0 auto;
  }

  .frm_info {
    margin-top: 15px;
    text-align: center;
  }

  .footer_subscribe_form {
    padding-left: 0;
  }

  .footer_title {
    display: block;
  }

  .bnnr_section::after {
    height: 10px;
  }

  .bnnr_section {
    padding-bottom: 9px;
  }

  .our_prdct_section::before {
    height: 10px;
  }

  .bnnr_innr.bnnr-min-height {
    padding: 127px 0 40px;
  }

  .cmmn_gap {
    padding: 50px 0;
  }

  .page_hdng {
    margin-bottom: 31px;
  }

  .touch-form {
    padding: 45px 35px 60px;
  }

  .touch-main {
    padding-bottom: 21px;
  }

  .bnnr_bttmFrm {
    margin: -152px 0px 0;
  }

  .shape1 {
    display: none;
  }

  .shape2 {
    display: none;
  }

  .footer_under_contant {
    text-align: left;
  }

  .basic_bttn {
    min-width: 190px;
  }

  #scroll {
    height: 45px;
    width: 45px;
  }

  #scroll em {
    font-size: 20px;
  }

  select {
    height: 39px;
  }

  .touch-form input[type="submit"] {
    height: 45px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slick-arrow {
    height: 33px;
    width: 33px;
    background-size: 9px !important;
  }

  .search_frm input[type="text"] {
    height: 48px;
    font-size: 17px;
  }

  .basic_bttn {
    font-size: 14px;
  }

  .slick-prev {
    left: -5px;
  }

  .slick-next {
    right: -5px;
  }

  /* 3/10/23 work start */
  .bnnr_innr {
    padding-top: 170px;
  }

  .bnnr_sbttle {
    font-size: 14px;
  }

  .bnnr_txt h1 {
    font-size: 25px;
  }

  .theme_tab .tab-btn {
    width: 100%;
    border-radius: 0px;
  }

  .theme_tab .tab-contents {
    margin-top: 10px;
  }

  .ft_sign_up_left {
    padding-right: 0px;
  }
  /* 3/10/23 work end */
}

@media (max-width: 479px) {
  .touch-form input[type="text"],
  .touch-form input[type="tel"],
  .touch-form input[type="password"],
  .touch-form input[type="email"],
  .touch-form .form-control,
  .touch-form select {
    height: 41px;
  }

  textarea,
  textarea.form-control {
    height: 100px;
    padding: 11px 20px;
  }

  .touch-form input[type="submit"] {
    height: 41px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .top_hdr_innr {
    font-size: 14px;
  }

  .top_lnks_lft > li {
    padding-right: 6px;
    margin-right: 6px;
  }

  .top_lnks_rght > li img {
    max-width: 17px;
    max-height: 17px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .navbar-toggler {
    margin-left: 15px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 26px;
  }

  .frequently_accordion .accordion-item.active_card .accordion-button {
    padding-left: 29px;
    padding-right: 29px;
  }

  .frequently_accordion .accordion-button::before {
    background-size: 15px;
  }

  .frequently_accordion .accordion-body {
    padding: 0 25px 27px 29px;
  }

  .frequently_accordion .accordion-button {
    padding: 0px 29px 15px 29px;
  }

  .frequently_accordion .accordion-item.active_card .accordion-button {
    font-size: 17px;
  }

  .we_areBox {
    margin-top: 35px;
  }

  .our_prdct_section.cmmn_gap {
    padding-top: 55px;
  }

  .cmmn_gap {
    padding: 45px 0;
  }

  .bnnr_bttmFrm_lft .bnnr_bttmFrm_col {
    width: 100%;
  }

  select {
    background: url(images/dwn_arrw.svg) no-repeat calc(100% - 11px) center
      #f4f4f4;
  }

  .bnnr_bttmFrm_row > * {
    padding: 6px 4px;
  }

  .bnnr_bttmFrm_row {
    margin: -6px -4px;
  }

  .tire-left {
    display: none;
  }

  .tire-rigth {
    display: none;
  }

  .footer_link li:last-child {
    margin-bottom: 0;
  }

  .touch-form {
    padding: 35px 15px 44px;
  }

  .touch-row > * {
    padding: 7px 5px;
  }

  .touch-row {
    margin: -7px -5px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  .form-control,
  select {
    font-size: 14px;
  }

  textarea,
  textarea.form-control {
    font-size: 14px;
  }

  .rdio_btn_cntnr .form_input_radio label {
    min-width: auto;
  }

  .rdio_btn_cntnr {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bnnr_bttmFrm {
    margin: -135px 0px 0;
  }

  .who_section::after {
    height: 13px;
  }

  .who_txtBox {
    padding-bottom: 45px;
    padding-top: 9px;
  }

  .prdct_bttn_outr {
    margin-top: 35px;
  }

  .frequently_accordion .accordion-button::after {
    width: 22px;
    height: 20px;
    background-size: 9px !important;
  }

  .frequently_accordion .accordion-button:not(.collapsed)::after {
    width: 22px;
    height: 20px;
  }

  .frequently_accordion .accordion-item.active_card .accordion-button {
    padding-left: 17px;
    padding-right: 15px;
    font-size: 15px;
  }

  .frequently_accordion .accordion-button {
    padding: 0px 15px 15px 17px;
    font-size: 15px;
  }

  .frequently_accordion .accordion-item .accordion-button {
    font-size: 15px;
  }

  .frequently_accordion .accordion-button::before {
    background-size: 10px;
  }

  .frequently_accordion .accordion-button::before {
    top: 5px;
  }

  .navbar-brand {
    width: 125px;
    min-width: 125px;
  }

  .bnnr_innr {
    min-height: 410px;
  }

  .frequently_accordion .accordion-body {
    padding: 0 17px 27px 17px;
  }

  .frequently_accordion .accordion-item.active_card .accordion-button {
    padding-bottom: 10px;
  }

  .bra-img {
    width: 85px;
    height: 85px;
  }

  .bra-img img {
    max-width: 31px;
  }

  .help-you-sec::after {
    height: 10px;
  }

  .basic_bttn > span {
    width: 29px;
    height: 30px;
  }

  .basic_bttn > span img {
    max-width: 9px;
  }

  .basic_bttn {
    min-width: 180px;
  }

  .rdio_btn_cntnr {
    max-width: 273px;
  }

  .search_frm input[type="submit"].srch_btn {
    background-size: 19px;
  }

  .close_btn {
    font-size: 25px;
    width: 25px;
    min-width: 25px;
  }

  .srchTop_box {
    padding: 20px;
  }

  .search_frm {
    padding-right: 15px;
  }

  .search_frm input[type="text"] {
    padding: 5px 35px 5px 4px;
  }

  .prdct_txtBox h3 br {
    display: none;
  }

  .footer_title {
    margin-bottom: 15px;
  }

  /* support-13-02-2023-css-start */

  .woocommerce-shop .filter-top-wrapper p {
    width: 100%;
    margin-bottom: 10px !important;
  }

  .woocommerce-shop .product-listing .woocommerce-ordering {
    width: 100%;
  }

  .woocommerce-shop
    .product-listing
    .products
    .product
    > .woocommerce-LoopProduct-link {
    width: 100%;
    margin-bottom: 20px;
  }

  .woocommerce-shop
    .product-listing
    .products
    .product
    .product-content-wrapper {
    width: 100%;
  }

  .woocommerce-shop
    .product-listing
    .products
    .product
    .product-content-wrapper
    .price {
    justify-content: flex-end;
  }

  .woocommerce-shop
    .product-listing
    .products
    .product
    .compare-button-wrapper {
    margin-top: 20px;
    padding-left: 20px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 11px;
  }

  .single-product .woocommerce-tabs ul.wc-tabs li {
    margin: 0 15px 0 0 !important;
  }

  .single-product .review-section-wrapper h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .single-product .review-section-wrapper .custom-review-button {
    font-size: 14px;
  }

  .single-product
    .cr-all-reviews-shortcode
    ol.commentlist
    li
    .comment-text
    .meta
    .woocommerce-review__author {
    font-size: 18px;
  }

  .single-product .woocommerce-product-gallery__image {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  /* support-13-02-2023-css-end */

  /* 14.02.23 start */

  .woocommerce-account .woocommerce-MyAccount-content h2,
  .woocommerce-account #customer_login h2 {
    font-size: 22px;
  }

  /* 14.02.23 end */
}

@media (max-width: 374px) {
  body {
    font-size: 14px;
  }

  .top_hdr_innr {
    font-size: 13px;
  }

  .top_lft_hdr a > span {
    width: 11px;
    height: 11px;
  }

  .navbar-brand {
    width: 115px;
    min-width: 115px;
  }

  .lgin_bttn_hldr {
    margin-left: 13px;
  }

  .hdr_bttn {
    font-size: 14px;
    padding: 10px 15px;
  }

  .rdio_btn_cntnr .form_input_radio label {
    min-width: auto;
  }

  .rdio_btn_cntnr .form_input_radio label input[type="radio"] + span {
    font-size: 12px;
  }

  .we_areBox {
    margin-top: 30px;
  }

  .our_prdct_section.cmmn_gap {
    padding-top: 45px;
  }

  .frequently_accordion .accordion-item .accordion-button {
    font-size: 15px;
  }

  .cmmn_gap {
    padding: 35px 0;
  }

  .bnnr_bttmFrm {
    margin: -135px 0px 0;
  }

  .bra-img {
    margin: 0 auto 23px;
  }

  .brand-row > * {
    padding: 17px 12px;
  }

  .brand-row {
    margin: -17px -12px;
  }

  .bnnr_innr.bnnr-min-height {
    padding: 110px 0 31px;
    min-height: 215px;
  }

  h4,
  .brand-row p {
    font-size: 16px;
  }

  .top_lft_hdr a {
    font-size: 0;
  }

  .top_lft_hdr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top_lft_hdr a > span {
    width: 15px;
    height: 15px;
  }

  .top_lnks_lft > li {
    padding-right: 8px;
    margin-right: 8px;
  }

  .bnnr_bttmFrm {
    margin: -102px 0px 0;
  }

  .rdio_btn_cntnr {
    max-width: 232px;
  }

  .search_frm input[type="text"] {
    padding: 5px 29px 5px 8px;
    height: 40px;
    font-size: 14px;
  }

  .footer_title {
    font-size: 15px;
  }

  .footer_link li {
    font-size: 13px;
    margin-bottom: 6px;
  }
}

/*start update 03.05.2023*/
.product-listing-area {
  position: relative;
}

.spin-loading {
  background: #00000078;
  width: 100%;
  height: 100vh;
  position: fixed;
  align-items: center;
  left: 0;
  top: 0;
  justify-content: center;
  overflow: hidden;
  z-index: 999;
}

.spin-loading img {
  position: relative;
}

.product-listing-area .product-each-wrapper {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.08);
  padding: 26px 30px 30px 0;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 30px;
}

.product-listing-area h2 {
  margin-bottom: 45px;
  text-align: center;
  font-size: 60px;
  line-height: 64px;
}

.product-listing-area .product-img-area a {
  width: 100%;
  height: 200px;
}

.product-listing-area .product-img-area {
  width: 30%;
  height: 200px;
}

.product-listing-area .product-content-area h3 {
  font-weight: 400;
  font-size: 20px;
}

.product-listing-area .product-img-area a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-listing-area .product-content-area {
  margin-left: 25px;
  width: 70%;
}

.product-listing-area .product-content-ratings {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-listing-area .product-size-infos ul {
  display: flex;
  align-items: center;
  background-color: #f6f6f6;
  padding: 0 12px;
  justify-content: center;
  margin: 15px 0;
  border-radius: 10px;
  padding: 8px 6px;
}

.product-listing-area .product-size-infos ul li {
  padding: 0 15px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.product-listing-area .product-size-infos ul li strong {
  margin-right: 3px;
  font-weight: 500;
}

.product-listing-area .product-content-ratings .rvw_txt {
  font-size: 14px;
  margin-left: 5px;
}

.product-listing-area .product-content-area h2 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

.product-listing-area .product-content-area h2 a {
  color: #282b31;
}

.product-listing-area .product-content-area h2 a:hover {
  color: #fad804;
}

.product-listing-area .product-content-area h3 {
  font-size: 18px !important;
  font-weight: 500 !important;
  margin-bottom: 12px !important;
  line-height: 26px !important;
}

.product-listing-area .product-content-area .product-price-column p {
  color: #525252;
  font-family: "Krub";
  font-weight: 700;
  font-size: 24px;
  line-height: 28p;
}

.product-listing-area .quantity-wrapper-button {
  display: inline-block;
}

.product-listing-area .quantity-wrapper-button input {
  border: 1px solid #6d7277;
}

.product-listing-area .product-listing-wrapper h3 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #282b31;
  margin-bottom: 10px !important;
}

.product-listing-area .rating_img .star-rating {
  font-size: 24px;
}

.product-listing-area .product-cat-filter h4 {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  background: #282b31;
  color: #fff !important;
  border-radius: 10px;
  padding: 17px 50px 17px 12px;
  margin: 7px 0;
}

.product-listing-area .product-cat-filter ul {
  padding: 15px;
}

.product-listing-area .product-cat-filter ul li {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  position: relative;
  top: -2px;
}

.product-listing-area .product-each-wrapper .add-to-cart-button {
  display: inline;
}

.product-listing-area .product-each-wrapper .add-to-cart-button a {
  background: var(--link-color);
  border-radius: 10px;
  font-family: "Krub";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  padding: 14px 40px;
  color: #282b31;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.product-listing-area .product-each-wrapper .add-to-cart-button a:hover {
  background: var(--dark-text-color);
  color: #ffd802;
}

.product-listing-area .product-cat-filter ul li label {
  margin-left: 7px;
}

.product-listing-area .product-cat-filter ul li input[type="radio"] {
  width: 20px;
  height: 20px;
  border-color: #6d7277;
  position: relative;
  cursor: pointer;
}

.product-listing-area.product-cat-filter [type="radio"]:checked + label:after,
.product-listing-area
  .product-cat-filter
  [type="radio"]:not(:checked)
  + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ffc702;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product-cat-filter .filter-content .filter-heading {
  margin-top: 30px;
}

.product-cat-filter .filter-content {
  max-height: 240px;
  overflow-y: scroll;
  border: 1px solid #bbbbbb;
  margin-bottom: 20px;
}

.product-cat-filter .year-filter-content ul {
  border-radius: 10px;
  padding-bottom: 35px;
  max-height: 300;
}

.product-cat-filter .filter-content::-webkit-scrollbar {
  width: 5px;
}

.product-cat-filter .filter-content::-webkit-scrollbar-thumb {
  background: #fad804;
}

.product-cat-filter .filter-content::-webkit-scrollbar-track {
  width: 5px;
  background-color: #f6f6f6;
}

.product-listing-area .ratng_hldr {
  margin-bottom: 0;
}

.product-listing-area
  .product-cat-filter
  [type="radio"]:not(:checked)
  + label:after {
  background: transparent;
  top: 6px;
}

.product-listing-area .product-cat-filter input[type="radio"]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -1px;
  left: 2px;
  position: relative;
  content: "";
  display: inline-block;
  visibility: visible;
}

.product-listing-area .product-cat-filter input[type="radio"]:checked:after {
  width: 13px;
  height: 13px;
  border-radius: 15px;
  top: -2px;
  left: 3px;
  position: relative;
  background-color: #fad804;
  content: "";
  display: inline-block;
  visibility: visible;
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
  .product-cat-filter {
    margin-bottom: 50px;
  }

  .product-listing-area h2 {
    font-size: 45px;
    line-height: 48px;
  }

  .product-listing-area .product-each-wrapper .add-to-cart-button a {
    font-size: 15px;
  }

  .product-listing-area .product-content-area .product-price-column p {
    font-size: 20px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .product-listing-area h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 35px;
  }

  .product-listing-area .product-each-wrapper {
    flex-wrap: wrap;
    padding: 25px;
  }

  .product-listing-area .product-img-area {
    width: 100%;
  }

  .product-listing-area .product-content-area {
    width: 100%;
  }

  .product-listing-area .product-size-infos ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .product-listing-area .product-size-infos ul li {
    margin: 3px;
    width: 48%;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 575px) {
  .product-listing-area .product-each-wrapper .add-to-cart-button a {
    padding: 12px 30px;
  }

  .product-listing-area .product-each-wrapper {
    padding: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .product-listing-area .product-content-area h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .product-listing-area h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .product-listing-area .product-listing-wrapper h3 {
    font-size: 16px !important;
  }

  .product-listing-area .rating_img .star-rating {
    font-size: 16px;
  }

  .product-listing-area .product-content-area .product-price-column p {
    font-size: 16px;
    line-height: 24px;
  }

  .product-listing-area .quantity-wrapper-button {
    margin-right: 5px;
  }

  .product-listing-area .quantity-wrapper-button {
    max-width: 165px;
  }

  /* 22.05.2023 mm */
  .page-template-product-list .tire-detailed-info ul li {
    width: 100%;
  }

  /* 22.05.2023 mm */
}

@media only screen and (max-width: 380px) {
  .product-listing-area .product-img-area {
    height: 165px;
  }

  .product-listing-area .product-each-wrapper .add-to-cart-button {
    margin-top: 15px;
    display: block;
    text-align: center;
    max-width: 100%;
  }

  .product-listing-area .product-each-wrapper .add-to-cart-button a {
    width: 100%;
  }

  .product-listing-area .product-each-wrapper .quantity-wrapper-button {
    text-align: center;
    max-width: 100%;
    display: block;
  }
}

/*end update 03.05.2023*/

/* Product detail style */

.product-details-extra-fields .tag-list {
  display: inline-flex;
  flex-wrap: wrap;
}
.product-details-extra-fields .tag-list .tag {
  background-color: #f4f4f4;
  color: #222222;
  border-radius: 4px;
  padding: 4px 20px;
  margin-right: 15px;
  margin-bottom: 10px;
  font-weight: 500;
}
.product-price {
  font-size: 1.4rem;
  display: flex;
  flex-direction: row;
  font-weight: 600;
  color: #222;
  justify-content: start;
  align-items: center;
}

/* Custom styling for the table */
.spec-table {
  color: #000; /* Black text */
  border-collapse: collapse; /* Collapse border */
}
.spec-table th,
.spec-table td {
  border: none; /* No border for table cells */
  padding: 8px; /* Add padding for better spacing */
}
.spec-table th {
  font-weight: 600;
}

.spec-table td {
  font-weight: 400;
}

.spec-table tr:nth-child(odd) {
  background-color: #f8f9fa; /* Off-white background for odd rows */
}
.spec-table tr:nth-child(even) {
  background-color: #fff; /* White background for even rows */
}

.section {
  padding-bottom: 85px;
}

.right-content-wrapper {
  display: flex;
  flex-direction: column;
}

.right-content-wrapper img {
  height: 35px;
  width: fit-content;
}

.right-content-wrapper h4 {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

.right-content-wrapper p {
  font-weight: 500;
  margin-bottom: 10px;
}
.pricing-section {
  margin-top: 30px;
}

.product-price span.price-amount {
  align-self: end;
  font-weight: 600;
  font-family: "Krub";
}
.product-price span.ea {
  font-size: 0.9rem;
  align-self: unset;
  padding-left: 5px;
  margin-top: 10px;
}

.quantity-wrapper-button .number,
input {
  font-size: 1.2rem;
  font-weight: 600;
}

.quantity-wrapper-button .tire-type {
  margin-right: 20px;
  width: 50%;
  display: flex;
  justify-content: right;
}
.single-page-add-to-cart-button {
  margin-top: 30px;
}
.single-page-add-to-cart-button a {
  background: var(--link-color);
  border-radius: 10px;
  font-family: "Krub";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  padding: 14px 40px;
  color: #282b31;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid #debd05;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.single-page-add-to-cart-button a:hover {
  background: var(--dark-text-color);
  color: #ffd802;
  box-shadow: none;
  border: 1px solid #000;
}

h2.section-title {
  font-family: "Krub";
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: -0.03em;
}
.feature h4 {
  font-size: 1rem;
  font-weight: 600;
}

.number .minus,
.number .plus {
  font-weight: 600;
  font-size: 30px;
}

.quantity-wrapper-button input {
  font-weight: 600;
  font-size: 22px;
}

.front-tire-pricing,
.rear-tire-pricing {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.rear-tire-pricing {
  margin-top: 15px;
}

.quantity-wrapper-button {
  display: flex;
  align-items: center;
}

.col-lg-6.pricing-element-half {
  width: 50%;
}

h2.full-speck {
  border-bottom: 2px solid #888;
  padding-bottom: 30px;
}
div.characteristic:last-of-type {
  margin-bottom: 40px;
}

div.characteristic {
  margin-bottom: 15px;
}
.feature {
  margin-top: 20px;
}

.disabled {
  pointer-events: none; /* Disable click events */
  opacity: 0.7; /* Optionally reduce opacity to visually indicate it's disabled */
}
