* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus {
  -moz-outline-style: none;
  outline: none;
}

input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
  cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
  cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
  cursor: pointer;
}

input[type="file"] {
  cursor: pointer;
}

html body {
  padding: 0;
}

*::-moz-selection {
  color: #fff;
  background: #b90206;
}

*::selection {
  color: #fff;
  background: #b90206;
}

*::-moz-selection {
  color: #fff;
  background: #b90206;
}

*::-webkit-selection {
  color: #fff;
  background: #b90206;
}

*::-ms-selection {
  color: #fff;
  background: #b90206;
}

*::after,
*::before,
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body a {
  outline: none !important;
  transition: 0.5s all;
}

body a:focus {
  outline: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body input[type="checkbox"] {
  height: 18px !important;
  width: 18px !important;
  padding: 0 !important;
  min-width: 18px !important;
}

ul:after,
li:after,
.container:after {
  clear: both;
  display: block;
  content: "";
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}

* {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  outline: none !important;
}

form label em {
  color: #ff0000;
  display: inline-block;
  font-style: normal;
  vertical-align: top;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
}

body ul,
body li,
body ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  position: relative;
}

ul {
  margin: 0;
  padding: 0;
}

a,
span,
b,
i {
  display: inline-block;
  vertical-align: top;
}

/*element css*/
#neve_body input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]),
#neve_body textarea,
#neve_body select {
  height: 50px;
  width: 100%;
  margin: 0;
}

/*contact form 7 error msg class and css*/
.wpcf7-not-valid-tip {
  font-size: 15px;
  color: #c10f0a;
  line-height: 120%;
  margin-top: 1px;
  font-family: "Poppins", sans-serif;
}

.wpcf7-form input:not([type="submit"]).wpcf7-not-valid,
.wpcf7-form .wpcf7-not-valid {
  border-color: #c10f0a !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
body .success {
  color: #c10f0a;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  padding: 7px 15px;
  border: 1px solid #c10f0a;
  margin: 15px 0 0 0;
  border-radius: 5px;
}

body .wpcf7 form.sent .wpcf7-response-output,
body .success {
  color: green;
  border-color: green;
  background: transparent;
  width: 100%;
}

body textarea {
  resize: none;
  overflow: auto;
  height: 148px !important;
  padding-top: 15px !important;
}

body textarea:focus {
  box-shadow: none;
}

.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

/*contact form 7 error msg class and css*/
body .to-top {
  height: 50px;
  width: 50px;
  position: fixed;
  top: auto;
  right: 15px;
  left: auto;
  bottom: 75px;
  border-radius: 7px;
  font-family: fontawesome;
  line-height: 48px;
  text-align: center;
  color: #fff;
  z-index: 111;
  box-shadow: 0 0 15px 2px #0006;
  text-decoration: none;
  transition: 0.5s all;
  scroll-behavior: smooth;
  padding: 0;
  font-size: 0;
  background: #39b54c;
  font-weight: normal;
}

.to-top::before {
  content: "\f106";
  font-size: 28px;
  color: #fff;
  padding-left: 1px;
}

.to-top:hover {
  cursor: pointer;
  color: #fff;
  background: #000000;
}

body a {
  transition: 0.5s all;
}

/* -------------------------------------------------------Custom CSS Start------------------------------------------------------------ */
.footer-copy-right>.e-con-inner {
  align-items: center;
}

.ft-payment {
  align-items: flex-end;
}

body .ft-payment .ft-payment-img .elementor-widget-container {
  height: 40px;
}

body .ft-payment .ft-payment-img .elementor-widget-container img,
body .ft-logo a .hfe-site-logo-container img,
body .ft-secure-container .ft-secure-img .elementor-widget-container img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

body .ft-logo a .hfe-site-logo-container {
  height: 90px;
}

body .ft-secure-container .ft-secure-img .elementor-widget-container {
  height: 99px;
  text-align: left;
}

footer .social-link {
  display: flex;
  line-height: 100%;
  padding: 46px 0 38px;
}

footer .social-link>div a {
  font-size: 0;
  width: 45px;
  height: 45px;
  background: #666666;
  margin-right: 14px;
  border-radius: 50%;
  position: relative;
  font-family: fontawesome;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: unset;
}

footer .social-link>div a::before {
  content: "\f09a";
  font-size: 25px;
  line-height: 100%;
  color: #ffff;
}

footer .social-link>div a:hover {
  background: #b90206;
}

footer .social-link>div.linkedln a::before {
  content: "\f0e1";
}

footer .ql-menu-container nav ul li a,
footer .inner-contain3 nav ul li a {
  font-size: 17px;
  line-height: 120%;
  color: #fff;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

footer nav ul li {
  display: block;
  width: 100%;
}

footer#colophon .ft-inner-container1 h2 {
  position: relative;
  padding-bottom: 28px;
}

footer#colophon .ft-inner-container1 h2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 17px;
  width: 42px;
  background-color: #b80006;
  height: 2px;
}

footer nav ul li a:hover {
  color: #b80006;
  text-decoration: unset;
}

footer#colophon nav ul li {
  display: block;
  width: 100%;
  padding: 1.5px 0;
}

footer#colophon .ds-nl-container .ds-nl-sc p.ds-text {
  font-size: 17px;
  color: #fff;
  line-height: 160%;
  font-weight: 300;
}

footer#colophon form input.ea-field,
div#news-suscribe form input {
  border: 1px solid #ffffff;
  background-color: transparent;
  font-size: 17px;
  line-height: 120%;
  border-radius: 100px;
  max-width: 367px;
  padding: 31px 35px;
  margin: 16px 0 4px 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

footer#colophon form input.mt-3.pl-5.pr-5,
div#news-suscribe form input.submit-form {
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  font-weight: 400;
  padding: 19px 80px 19px 35px !important;
  display: flex;
  height: auto;
  width: auto;
  background: #c10e0a;
  border: 0 !important;
  border-radius: 50px;
}

footer#colophon form .wrapper-class {
  position: relative;
  display: inline-block;
}

footer#colophon form .wrapper-class:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 25px;
  left: auto;
  right: 38px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: -4px -2px;
  height: 20px;
  width: 30px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(217deg) brightness(96%) contrast(101%);
}

ul#menu-category-menu li.current-menu-item a,
footer#colophon nav ul li.current_page_item a {
  color: #c10f0a;
  font-weight: 600;
}

footer#colophon form input.mt-3.pl-5.pr-5:hover {
  background: #fff;
  border: 0;
  color: #000;
}

html {
  overflow-x: hidden;
}

html body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

footer .social-link>div.linkedln a::before {
  content: "\f0e1";
}

footer .social-link>div.Instagram a::before {
  content: "\f16d";
}

footer .social-link>div.pinterest a::before {
  content: "\f231";
}

header .container-fluid,
header .top-header .top-bar {
  width: 100%;
  max-width: 1570px;
  padding: 0 15px;
  margin: 0 auto;
}

header .container {
  max-width: 1570px;
}

header .top-header .top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #b80106;
  padding: 12px 0px;
  position: relative;
}

header .top-header {
  padding: 0;
  border: 0;
}

header .top-header .top-bar span,
header .top-header .top-bar span a {
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: 500;
}

header .top-header .top-bar span a {
  display: inline;
}

header .top-header .top-bar:before,
header .top-header .top-bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  right: 3000px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #b80106;
}

ul#menu-category-menu li a:hover {
  color: #b80106;
}

header .top-header .top-bar:after {
  left: 100%;
}

header .top-header .top-bar span a:hover {
  color: #000;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 9;
}

ul#menu-category-menu li {
  line-height: 100%;
}

ul#menu-category-menu li a {
  font-size: 17px;
  line-height: 120%;
  color: #fff;
  text-decoration: none;
}

.site-header.sticky-header {
  background-color: #000;
  padding: 13px 0;
  border-top: 1px solid #232323;
  border-bottom: 1px solid #232323;
}

header .site-header.sticky-header .primary-menu {
  width: 100%;
}

ul#menu-category-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul#menu-category-menu li:not(:last-child) {
  margin-right: 59px;
}

header .top-header .row.header-wraping {
  padding: 25px 0 25px 0;
  margin: 0;
}

header .top-header .row.header-wraping input#keyword {
  font-size: 17px;
  line-height: 120%;
  background-color: #fff;
  padding: 19px 90px 19px 30px;
  height: auto;
  border-radius: 50px;
  color: #000;
  font-weight: 300;
}

header .top-header .row.header-wraping>div {
  padding: 0;
}

header .top-header .row.header-wraping form.ajax-search-form {
  max-width: 557px;
  margin: 0 0px 0 auto;
}

header .top-header .row.header-wraping form.ajax-search-form button {
  background: transparent;
  color: #999999;
  border: 0;
  width: 25px;
  padding: 0;
  height: 27px;
  top: 16px;
  right: 23px;
  background-image: url("../images/sprite-image.png");
  background-repeat: no-repeat;
  background-position: -141px -117px;
}

header .top-header .row.header-wraping form.ajax-search-form button:focus {
  border: 0;
  outline: unset;
}

header .top-header .row.header-wraping form.ajax-search-form button i.fa.fa-search {
  font-size: 0;
}

header .top-header .row.header-wraping form.ajax-search-form button {
  filter: brightness(0) saturate(100%) invert(10%) sepia(86%) saturate(5546%) hue-rotate(352deg) brightness(89%) contrast(108%);
}

header .top-header .row.header-wraping form.ajax-search-form button:hover {
  filter: brightness(0) saturate(100%) invert(0%) sepia(65%) saturate(4386%) hue-rotate(114deg) brightness(95%) contrast(95%);
}

header .top-header .top-bar .support-info span {
  position: relative;
  padding-left: 50px;
}

header .top-header .top-bar .call-info span {
  position: relative;
}

header .top-header .top-bar .support-info span:before,
header .top-header .top-bar .call-info span:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: auto;
  bottom: 0;
  background-image: url("../images/sprite-image.png");
  background-repeat: no-repeat;
  background-position: -29px -37px;
  height: 39px;
  width: 39px;
  background-color: #800104;
  border-radius: 100%;
}

header .top-header .top-bar .call-info span:before {
  background-position: -31px -127px;
  left: -51px;
}

.shopping-cart-widget .shopping-cart-button small {
  font-size: 14px;
  line-height: 120%;
  color: #666666;
}

header .top-header .row.header-wraping input#keyword::-webkit-input-placeholder {
  color: #999999;
  opacity: 1 !important;
}

header .top-header .row.header-wraping input#keyword:-moz-placeholder {
  color: #999999;
  opacity: 1 !important;
}

header .top-header .row.header-wraping input#keyword::-moz-placeholder {
  color: #999999;
  opacity: 1 !important;
}

header .top-header .row.header-wraping input#keyword:-ms-input-placeholder {
  color: #999999;
  opacity: 1 !important;
}

.shopping-cart-widget .shopping-cart-button h5.subtotal {
  font-size: 17px;
  line-height: 120%;
  color: #fff;
  font-family: "Poppins";
  font-weight: 300;
}

.top-header-action .shopping-cart-widget i.fal.fa-fw.fa-cart-plus {
  font-size: 0;
  position: relative;
  width: 30px;
  width: 35px;
  background-image: url("../images/sprite-image.png");
  background-repeat: no-repeat;
  background-position: -37px -220px;
}

.top-header-action .my-account-widget i.fal.fa-fw.fa-user,
.top-header-action .my-account-widget .my-account-button,
.top-header-action .my-account-widget .my-account-content .header-profile-login {
  display: none;
}

.top-header-action .my-account-widget .my-account-content {
  visibility: visible;
  opacity: 1;
  background: transparent;
  padding: 0;
  top: 0;
}

.top-header-action .my-account-widget .my-account-content .button-wrapper button.dealer-discount-btn {
  font-size: 17px;
  line-height: 120%;
  color: #fff;
  padding: 15px 59px 15px 12px;
  height: auto;
  position: relative;
  background: #c10f0a;
}

.top-header-action .my-account-widget .my-account-content .button-wrapper button.dealer-discount-btn:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #c10f0a;
  top: -5.5px;
  left: auto;
  right: -7px;
  bottom: 0;
  border-radius: 100%;
}

.top-header-action .my-account-widget .my-account-content .button-wrapper button.dealer-discount-btn:hover,
.top-header-action .my-account-widget .my-account-content .button-wrapper button.dealer-discount-btn:hover::before {
  background: #fff;
  color: #000;
}

.top-header-action .my-account-widget .my-account-content .button-wrapper button.dealer-discount-btn:after {
  content: "";
  position: absolute;
  top: 1px;
  left: auto;
  right: -2px;
  bottom: 0;
  background-image: url("../images/delear-btn.png");
  background-repeat: no-repeat;
  height: 45px;
  width: 45px;
  background-position: -3px -3px;
}

header .top-header .row.header-wraping .logo img.custom-logo {
  width: auto;
}

.top-header-action .my-account-widget .my-account-content .button-wrapper {
  margin-left: 15px;
  display: flex;
  justify-content: flex-end;
}

.top-header-action .widget-header .shopping-cart-widget {
  margin-left: 15px;
}

header .top-header {
  background-image: url("../images/header-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.si-search-banner .banner-content h1 {
  font-size: 35px;
  line-height: 120%;
}

.si-search-banner .banner-content p {
  font-size: 40px;
  line-height: 120%;
  font-weight: 500;
}

.si-search-banner section.banner {
  padding: 355px 0 20px 0;
  position: relative;
}

.si-search-banner .banner:after {
  position: static;
  opacity: 0;
}

.si-search-container .si-search-banner {
  max-width: 900px;
  margin: 0 auto;
  border-top: 5px solid #b80106;
  background-color: rgb(0, 0, 0, 0.5);
  padding: 38px 30px 49px;
}

.si-search-banner .banner-content {
  margin-bottom: 0;
}

.si-search-banner section.banner .brands_form form {
  background: transparent;
  border-top: 1px solid #353535;
  margin-top: 17px;
  padding: 28px 30px 0;
  width: 100%;
}

.si-search-container .si-search-banner .jet-filters-group {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 28px;
}

.si-search-container .si-search-banner>.col-lg-12 {
  padding: 0;
}

.si-search-container .si-search-banner .jet-filters-group .sayara-custom-select {
  width: 100%;
  margin: 0;
}

.si-search-container .si-search-banner .jet-filters-group .sayara-custom-select .select-selected {
  height: 64px;
  border-radius: 5px;
  position: relative;
  line-height: 225%;
}

.si-search-container .si-search-banner .jet-select:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 24px;
  border: unset;
  font-weight: 500;
  left: auto;
  right: 35px;
  top: 10px;
}

.si-search-container .si-search-banner .jet-filters-group li.list-inline-item:last-child {
  grid-column: 1/3;
}

.si-search-container .si-search-banner .apply-filters button {
  width: 100%;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  padding: 19px 30px;
  height: auto;
  font-weight: 500;
  border: 0 !important;
  transition: 0.5s all ease;
  background: #b90206;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.si-search-container .si-search-banner .apply-filters button:hover {
  background: #fff;
  color: #000;
  border: 0;
}

.si-support-list .elementor-image-box-wrapper .elementor-image-box-content {
  width: auto;
}

div#suport-listing .elementor-image-box-wrapper {
  display: flex;
  align-items: center;
}

div#suport-listing .elementor-image-box-wrapper h3.elementor-image-box-title {
  font-size: 20px;
  line-height: 120%;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  padding-left: 10px;
  margin: 0;
}

div#suport-listing figure.elementor-image-box-img,
div#suport-listing .elementor-image-box-content {
  width: auto;
  margin: 0;
}

div#suport-listing {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 10px 49px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

div#suport-listing>div:not(:last-child) {
  margin-right: 0;
}

.si-search-container {
  background-color: rgb(0, 0, 0, 0.5);
}

.si-car-logos-wrap .swiper-wrapper {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}

.owl-stage-outer {
  overflow: hidden;
}

.si-car-logos-wrap .swiper-wrapper .owl-item .swiper-slide {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.si-car-logos-wrap .swiper-wrapper .swiper-slide a {
  width: 240px;
}

.si-car-logos-wrap .swiper-wrapper .owl-nav,
.si-car-logos-wrap .swiper-wrapper .owl-dots {
  display: none;
}

.si-car-logos-wrap .elementor-image-carousel-wrapper.swiper {
  padding: 0;
}

.si-car-logos-wrap {
  padding: 95px 20px;
}

div#rrr-container .elementor-image-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  padding: 39px 0px 40px 48px;
}

div#rrr-container .elementor-image-box-content {
  text-align: left;
  width: 60%;
  padding-right: 10px;
}

div#rrr-container .elementor-image-box-wrapper figure.elementor-image-box-img {
  width: 40%;
}

div#rrr-container ul.rrr-li li {
  font-size: 18px;
  line-height: 180%;
  color: #fff;
  font-weight: 300;
}

div#rrr-container h3.elementor-image-box-title {
  font-size: 40px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 15px;
}

div#rrr-container {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 38px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1790px;
  margin: 0 auto;
}

div#rrr-container>div {
  max-width: 570px;
  border-radius: 30px;
  overflow: hidden;
  height: auto;
  align-items: flex-start;
}

div#rrr-container>div:not(:last-child) ul.rrr-li li {
  padding-left: 35px;
  position: relative;
  padding-bottom: 8px;
}

div#rrr-container ul.rrr-li li u {
  position: relative;
  display: inline-block;
}

div#rrr-container ul.rrr-li li u::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

div#rrr-container ul.rrr-li li u::after {
  display: none;
}

div#rrr-container>div:not(:last-child) ul.rrr-li li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/list-images.png");
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
}

div#rrr-container>div>div {
  height: 100%;
}

.logo-title h2 {
  position: relative;
}

.logo-title h2:before,
body.woocommerce-page .my-acnt .main-title.page-title::before,
body.woocommerce-checkout .entry-content>h2:before,
body .articlesla::before {
  content: "";
  position: absolute;
  height: 35px;
  width: 165px;
  top: -32px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/header-title-logo.png");
  background-repeat: no-repeat;
  margin: 0 auto;
}

div#product-list-con h3.elementor-image-box-title {
  font-size: 24px;
  line-height: 120%;
  padding-top: 4px;
  font-family: "Poppins", sans-serif;
}

div#product-list-con figure.elementor-image-box-img {
  height: 100px;
  width: 100px;
  background-color: #b90206;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

div#product-list-con>div>div:not(:last-child) {
  margin: 0 80px 0 0px;
}

div#product-list-con .elementor-image-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.owl-item {
  float: left;
  opacity: 0;
}

.owl-item.active {
  opacity: 1;
}

#c10f0a-text span {
  color: #b80106;
  font-weight: 600;
}

.ti-reviews-container .owl-stage .owl-item {
  max-width: 460px;
  background-color: #fff;
  box-shadow: 2px 2px 12.5px 12.5px rgba(0, 0, 0, 0.03);
  border-radius: 15px;
}

.ti-reviews-container .owl-stage .owl-item .ti-review-item.source-Google {
  width: 100%;
  max-width: 100%;
}

body div#best-industry .ti-reviews-container-wrapper .ti-review-text-container.ti-review-content {
  display: inline-block;
  overflow: visible !important;
  -webkit-line-clamp: none;
  font-size: 18px;
  line-height: 180%;
  height: auto !important;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  color: #333333;
  padding-top: 0;
  max-height: 320px;
  overflow-y: auto !important;
  margin-top: 20px;
  padding-right: 20px;
}

.ti-review-text-mode-readmore .ti-reviews-container span.ti-read-more,
.ti-review-text-mode-readmore .ti-reviews-container .ti-date {
  display: none;
}

.ti-review-text-mode-readmore .ti-reviews-container .ti-review-header:after {
  display: none !important;
}

.ti-review-text-mode-readmore .ti-reviews-container .ti-name {
  font-size: 22px;
  line-height: 130%;
}

.quality-section .quqlity-title h1 {
  font-family: "Play", sans-serif !important;
}

div#shopnow-btn a.sayara-btn,
button.woocommerce-button,
button.woocommerce-Button,
.woocommerce-page button.button,
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
  font-size: 20px;
  line-height: 120%;
  height: auto;
  text-decoration: unset;
  padding: 20px 77px 20px 36px;
  position: relative;
  background: #fff;
  color: #b90206;
  font-weight: 500;
  transition: 0.5s all ease;
  border-radius: 50px;
}

div#shopnow-btn a.sayara-btn:before,
button.woocommerce-button:before,
button.woocommerce-Button::before,
.woocommerce-page button.button::before,
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 22px;
  left: auto;
  right: 36px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: -4px -2px;
  height: 20px;
  width: 30px;
}

div#shopnow-btn a.sayara-btn:hover {
  background: #000;
  color: #fff;
}

div#shopnow-btn a.sayara-btn:hover::before {
  filter: brightness(0) saturate(100%) invert(99%) sepia(9%) saturate(2%) hue-rotate(353deg) brightness(102%) contrast(100%);
}

div#shop-by-make .gallery-item a {
  max-width: 265px;
  height: 245px;
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

div#shop-by-make div#gallery-1 figure.gallery-item {
  width: 100%;
  max-width: 100%;
}

div#shop-by-make div#gallery-1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 27px;
}

div#shop-by-make div#gallery-1 figure.gallery-item figcaption {
  font-size: 22px;
  line-height: 120%;
  color: #fff;
  padding-top: 27px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  padding-bottom: 8px;
}

.logo-title.white-logo-title h2:before {
  background-image: url("../images/whit-logo-image.png");
}

#best-industry.best-industry-section .ti-reviews-container .ti-name {
  font-size: 22px;
  line-height: 130%;
  padding-left: 8px;
  white-space: wrap;
  padding-right: 50px;
}

#best-industry.best-industry-section .ti-profile-img {
  height: 62px;
  width: 62px;
  background-color: lightgray;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

#best-industry.best-industry-section .owl-nav button {
  width: 46px;
  height: 46px;
  background: #d8d8d8;
  padding: 0;
  border: 0;
  margin: 0 -120px;
}

#best-industry.best-industry-section .owl-nav button span {
  font-size: 0;
  position: relative;
}

#best-industry.best-industry-section .owl-nav button span::before {
  content: "\f105";
  position: absolute;
  top: 9px;
  bottom: 0;
  left: -4px;
  right: 0;
  color: #e4e4e4;
  font-size: 32px;
  font-family: "FontAwesome";
}

.si-search-container .si-search-banner .jet-filters-group .sayara-custom-select .select-items>div {
  padding: 0 20px;
}

footer#colophon form input.mt-3.pl-5.pr-5:hover,
div#news-suscribe form input.submit-form:hover {
  background-color: #000;
  color: #fff;
}

#best-industry.best-industry-section .owl-nav button.owl-prev span:before {
  content: "\f104";
  left: -8px;
}

#best-industry.best-industry-section .owl-nav button:hover {
  background: #b90206;
  border: 0;
}

#best-industry.best-industry-section .owl-nav button:hover span:before {
  color: #fff;
}

#best-industry.best-industry-section .ti-reviews-container-wrapper.owl-loaded.owl-drag {
  position: relative;
}

#best-industry .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 46px;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#best-industry .owl-dots {
  display: block;
  margin: 0 auto;
  padding-top: 50px;
  position: absolute;
  bottom: -69px;
  left: 0;
  right: 0;
  text-align: center;
}

#best-industry .owl-dots button {
  background: transparent;
  height: 10px;
  width: 10px;
  padding: 0;
  background-color: #444444;
  border: 0;
  opacity: 0.3;
  margin: 0 4px;
}

#best-industry .owl-dots button.active {
  background-color: #b90206;
  opacity: 1;
}

#best-industry .ti-review-header {
  align-items: flex-start;
  position: relative;
  row-gap: 0px !important;
  column-gap: 0 !important;
}

#best-industry .ti-review-header:before,
#best-industry span.ti-stars:before {
  content: "";
  width: 55px;
  height: 45px;
  position: absolute;
  top: 2px;
  bottom: 0px;
  left: auto;
  right: -4px;
  background-image: url("../images/slider-semi-colon-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -22px;
}

#best-industry span.ti-stars:before {
  height: 25px;
  width: 25px;
  background-position: -15px -132px;
  left: 117px;
  top: -4px;
}

#best-industry span.ti-stars {
  margin-top: 10px;
  margin-left: 5px;
  position: relative;
}

#best-industry .ti-inner {
  background-color: transparent !important;
  padding: 33px 23px 28px 33px !important;
}

#best-industry .google-icon-section {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#best-industry .google-icon-section:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 95px;
  top: 23px;
  left: 0;
  right: -525px;
  bottom: 0;
  background-image: url("../images/google-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0 auto;
}

body>.container,
body>.section-padding>.container,
body>.section-padding>.container .entry-content,
body>.section-padding {
  padding: 0;
  border-radius: 0;
  max-width: 100%;
}

#about-sec .about-img .elementor-widget-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 574px;
  background: #f3f3f3;
  border-radius: 29px;
  overflow: hidden;
}

#about-sec .about-img .elementor-widget-container img {
  width: 100%;
  height: 100%;
}

.logo-title.about h2::before {
  right: auto;
}

body:not(.home) header {
  position: static;
}

.breadcrump .elementor-shortcode span,
.breadcrump .elementor-shortcode span a,
.breadcrump .elementor-shortcode span span {
  font-size: 18px;
  line-height: 29px;
  color: #b80106;
  font-weight: 500;
  font-family: "Poppins";
  transition: 0.5s all;
}

.breadcrump .elementor-shortcode span a,
.breadcrump .elementor-shortcode span {
  color: #333333;
  text-decoration: unset;
}

.breadcrump .elementor-shortcode span a:hover {
  color: #b80106;
}

.breadcrump .elementor-shortcode {
  line-height: 0;
}

body .comment h1,
body .comment h2,
body .comment h3,
body .comment h4,
body .comment h5,
body .comment h6,
body .entry-content h1,
body .entry-content h2,
body .entry-content h3,
body .entry-content h4,
body .entry-content h5,
body .entry-content h6 {
  margin: 0px;
}

body>.section-padding>.container .hentry {
  margin: 0;
}

.location .elementor-widget-container {
  position: relative;
}

.location .elementor-widget-container::before {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  background: #b80106 url(../images/location.png) no-repeat;
  border-radius: 50%;
  top: 10px;
  bottom: auto;
  left: 0;
  right: auto;
  background-position: center;
}

/*blog*/
body section.bg-gray .container {
  max-width: 1440px;
}

body .all-posts-wrapper,
body.archive.category .all-posts-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  grid-gap: 28px;
}

body .justify-content-center article .the_excerpt_content {
  padding: 36px 25px 26px 28px;
}

body .justify-content-center article .the_excerpt_content .entry-meta {
  display: none;
}

body .justify-content-center article .the_excerpt {
  border-radius: 20px;
  display: flex;
  margin: 0;
  flex-direction: column;
}

body .justify-content-center article .the_excerpt_content header.entry-header h3.entry-title a,
body .justify-content-center article .the_excerpt_content h3.entry-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  line-height: 130%;
}

body .justify-content-center article .the_excerpt_content p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 150%;
  color: #444444;
  margin: 0;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 93px;
}

body .justify-content-center article .the_excerpt_content h3.entry-title {
  margin-bottom: 9px;
}

body .justify-content-center article .the_excerpt_content .excerpt-readmore a.btn {
  background: transparent;
  color: #b80006;
  padding: 0;
  line-height: 120%;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 13px;
}

body .justify-content-center article .post_thumbnail a {
  height: 220px;
  overflow: hidden;
  transition: 0.5s all ease;
  border-radius: 20px 20px 0 0;
  background: transparent;
  width: 100%;
}

body .justify-content-center article .post_thumbnail a img {
  height: 100%;
  object-fit: cover;
  transition: 0.5s all ease;
  width: 100%;
  object-position: center;
}

body .justify-content-center article .post_thumbnail a:hover img {
  transform: scale(1.1);
}

body .justify-content-center article .post_thumbnail span.excerpt-date {
  padding: 0 9px;
  line-height: 26px;
  border-radius: 50px 0 0 50px;
  bottom: -14px;
  right: 0;
  left: auto;
  background: #b80006;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}

body .justify-content-center article .post_thumbnail {
  position: relative;
}

body.blog h2.title {
  font-family: "Play", Sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  position: relative;
  color: #000;
  margin-bottom: 45px;
}

body.blog h2.title:before {
  content: "";
  position: absolute;
  height: 35px;
  width: 165px;
  top: -32px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/header-title-logo.png);
  background-repeat: no-repeat;
  margin: 0 auto;
}

#best-industry .ti-widget.ti-goog .ti-star {
  width: 19px;
  height: 18px;
  margin-right: 4px !important;
}

body.blog section.section-padding.bg-gray {
  padding: 38px 15px 80px 15px;
}

aside#secondary h4.widget-title {
  font-size: 20px;
  line-height: 120%;
  background: #b80006;
  color: #fff;
  padding: 13px 20px;
  margin: 0;
  text-transform: uppercase;
}

aside#secondary>div {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

aside#secondary div#categories-1 ul li,
aside#secondary div#categories-1 ul li a {
  font-size: 16px;
  line-height: 160%;
  color: #444444;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

aside#secondary div#categories-1 ul li {
  border-bottom: 1px solid #d3d3d3;
  padding: 9px 45px;
}

aside#secondary div#categories-1 ul li:last-child {
  border: 0;
}

aside#secondary div#categories-1 ul li a::before {
  content: "\f101";
  font-family: "FontAwesome";
  color: #444444;
  font-size: 18px;
  position: absolute;
  top: 1px;
  left: -23px;
  right: 0;
  bottom: 0;
  font-weight: 400;
}

div#tag_cloud-1 .tagcloud a.tag-cloud-link {
  background: transparent;
  font-size: 15px;
  color: #444444;
  line-height: 160%;
  border: 1px solid #808080;
  border-radius: 50px;
  padding: 7px 36px;
  margin: 5px 4px;
}

div#tag_cloud-1 .tagcloud {
  padding: 8px 6px 14px 10px;
}

div#tag_cloud-1 .tagcloud a.tag-cloud-link:hover {
  background-color: #c10e0a;
  color: #fff;
}

ul.sidebar-recent-post .recent-post-content a {
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

ul.sidebar-recent-post li:not(:last-child) {
  border-bottom: 1px solid #d3d3d3 !important;
}

ul.sidebar-recent-post li .recent-post-thumb a {
  width: 80px;
  height: 80px;
  border-radius: 15px;
  overflow: hidden;
}

ul.sidebar-recent-post li {
  padding-left: 16px !important;
  padding-right: 13px !important;
}

ul.sidebar-recent-post .recent-post-content {
  margin: 0;
}

.wp-block-search__inside-wrapper button.wp-block-search__button {
  position: absolute;
  font-size: 0;
  background: transparent;
  border: 0;
  height: 20px;
  width: 20px;
  background-image: url("../images/search-btn-image.png");
  background-repeat: no-repeat;
  margin: 0;
  left: auto;
  right: 19px;
  top: 14px;
  padding: 0;
}

form .wp-block-search__inside-wrapper {
  position: relative;
  flex-wrap: wrap;
}

form .wp-block-search__inside-wrapper .error-message {
  width: 100%;
  border-radius: 50px;
}

aside#secondary form .wp-block-search__inside-wrapper input {
  border: 1px solid #808080 !important;
  height: 50px !important;
  border-radius: 50px !important;
  padding: 0 25px !important;
  margin-bottom: 0;
  color: #000 !important;
  width: 100%;
}

form.wp-block-search__button-outside {
  position: relative;
  margin: 0;
}

form.wp-block-search__button-outside label {
  font-size: 16px;
  line-height: 120%;
  color: #999999;
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 25px;
  right: auto;
  pointer-events: none;
  width: auto;
  transition: 0.5s all ease;
}

form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search.has-focus label {
  top: -10px !important;
  background-color: #c10e0a;
  z-index: 9;
  padding: 0 10px;
  border-radius: 10px;
  color: #fff;
}

aside#secondary .widget_search {
  overflow: unset;
  box-shadow: unset;
  background: transparent;
}

body.single section.section-padding.bg-gray .dasdfapsdfasdf>.col-xl-9.col-md-7 {
  padding-left: 30px;
}

button.woocommerce-button,
button.woocommerce-Button,
.woocommerce-page button.button,
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
  background: #b90206;
  color: #fff;
  border: 0;
}

button.woocommerce-button:hover,
button.woocommerce-Button:hover,
.woocommerce-page button.button:hover,
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover {
  background: #000;
}

button.woocommerce-button::before,
button.woocommerce-Button::before,
.woocommerce-page button.button::before,
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:before {
  filter: brightness(0) invert(1);
}

body.woocommerce-page .my-acnt {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

body.woocommerce-page .my-acnt .woocommerce-MyAccount-navigation {
  float: unset;
  width: 17.4%;
  height: fit-content;
  border-radius: 0;
  border: 0;
}

body.woocommerce-page .my-acnt .woocommerce-MyAccount-content {
  float: unset;
  width: 82.6%;
  padding-left: 28px;
}

body.woocommerce-page .my-acnt .woocommerce-MyAccount-content>form .div-table-wrpaper {
  border: 1px solid #e5e5e5;
  padding: 0;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 25px;
}

body.woocommerce-page .my-acnt .woocommerce-MyAccount-navigation ul {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

body.woocommerce-page .my-acnt .woocommerce-MyAccount-navigation ul li {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

body.woocommerce-page .my-acnt .woocommerce-MyAccount-navigation ul li:last-child {
  border: 0;
}

body.woocommerce-page .my-acnt .woocommerce-MyAccount-navigation ul li a {
  font-size: 16px;
  line-height: 29px;
  color: #333;
  font-weight: 600;
  font-family: "Poppins";
  transition: 0.5s all;
  padding: 11px 30px;
}

body.woocommerce-page .my-acnt .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:hover,
body.woocommerce-page .my-acnt .woocommerce-MyAccount-navigation ul li a:hover,
body.woocommerce-page .my-acnt .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #b80106;
}

body.woocommerce-page .my-acnt .input-text,
body.woocommerce-page .my-acnt input[type="email"],
body.woocommerce-page .my-acnt input[type="password"],
body.woocommerce-page .my-acnt input[type="search"],
body.woocommerce-page .my-acnt input[type="text"],
body.woocommerce-page .my-acnt input[type="url"],
body.woocommerce-page .my-acnt textarea,
body.woocommerce-page .my-acnt select,
.my-acnt .select2.select2-container .selection {
  padding: 0 34px;
  height: 64px;
  border-radius: 31px;
  background-color: #ffffff;
  border: 1px solid #808080;
  font-size: 17px;
  line-height: 20px;
  color: #999999;
  font-weight: 400;
  font-family: "Poppins";
  z-index: 1;
}

body input.error {
  border-color: #c10f0a !important;
  margin-bottom: 0;
}

body.woocommerce-page .my-acnt form p>span {
  display: block;
}

body.woocommerce-page .my-acnt form p {
  position: relative;
  margin: 0;
  float: unset;
  width: 100%;
}

body.woocommerce-page .my-acnt form p br {
  display: none;
}

body.woocommerce-page .my-acnt form p label {
  margin: 0;
  position: absolute;
  top: 22px;
  bottom: auto;
  left: 34px;
  right: auto;
  pointer-events: none;
  transition: 0.5s all ease-in-out;
  width: auto;
  font-size: 17px;
  line-height: 20px;
  color: #999999;
  font-weight: 400;
  font-family: "Poppins";
  z-index: 9;
  text-transform: capitalize;
}

.woocommerce-error strong {
  color: #fff;
}

body.woocommerce-page .my-acnt form p.input_focus label,
body.woocommerce-page .my-acnt form p.value_focus label {
  background: #000;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  line-height: 140%;
  padding: 0 5px;
  top: -9px;
}

body.woocommerce-page .my-acnt form fieldset legend,
body.woocommerce-page .my-acnt .woo-content h2 {
  font-size: 18px;
  line-height: 23px;
  color: #333333;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0 0 22px;
  text-transform: capitalize;
}

body.woocommerce-page .my-acnt form p.form-row:not(:last-child) {
  margin-bottom: 18px;
}

body.woocommerce-page .my-acnt form p>span em {
  font-size: 16px;
  line-height: 29px;
  color: #333333;
  font-weight: 400;
  font-family: "Poppins";
  font-style: normal;
  display: block;
  margin: 10px 0 0;
}

body.woocommerce-page>.section-padding>.container {
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}

.woocommerce-no-products-found .woocommerce-info {
  color: #c10f0a;
}

.wrappeng-bread .breadcrumb-wrapper span {
  vertical-align: initial;
  font-size: 0;
  display: flex;
}

body.woocommerce-page .my-acnt .main-title.page-title {
  font-family: "Play", Sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  color: #000;
  position: relative;
  padding-top: 0;
  margin: 0;
}

body.archive.category article .the_excerpt .the_excerpt_content .entry-meta {
  display: none;
}

.my-acnt .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

#my-account-id .woocommerce-Addresses .woocommerce-Address {
  width: 100%;
  float: unset;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

#my-account-id .woocommerce-Addresses .woocommerce-Address .title a.edit:hover {
  color: #c10e0a;
}

.woocommerce-Addresses .woocommerce-Address header {
  background: #e5e5e5;
  padding: 7px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.woocommerce-Addresses .woocommerce-Address header h3,
.woocommerce-Addresses .woocommerce-Address header a {
  font-size: 18px;
  line-height: 23px;
  color: #333333;
  font-weight: 600;
  font-family: "Poppins";
  text-transform: capitalize;
}

.woocommerce-Addresses .woocommerce-Address address {
  margin: 0;
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  font-weight: 400;
  font-family: "Poppins";
  padding: 28px 30px;
}

body.woocommerce-page .my-acnt .address-page {
  font-size: 16px;
  line-height: 29px;
  color: #333333;
  font-weight: 400;
  font-family: "Poppins";
  margin: 0 0 20px 0;
}

.my-acnt .select2.select2-container {
  display: flex;
  align-items: center;
}

.my-acnt .select2.select2-container .selection {
  width: 100%;
  position: relative;
}

.my-acnt .select2.select2-container .select2-selection {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
}

.my-acnt .select2-container .selection .select2-selection__arrow {
  display: none;
}

.my-acnt .select2.select2-container .selection::before {
  pointer-events: none;
  position: absolute;
  font-size: 20px;
  content: "\f107";
  font-family: fontawesome;
  color: #333333;
  left: auto;
  top: 21px;
  bottom: auto;
  right: 30px;
  line-height: 100%;
}

#my-account-id .select2-search--dropdown .select2-search__field {
  height: 35px;
  color: #000;
  padding: 0 10px;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
  background-color: #b90206;
  color: #fff;
  padding: 0 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #000;
  color: #fff;
  padding: 0;
}

span.select2-container span.select2-search.select2-search--dropdown input.select2-search__field {
  display: none;
}

.select2-dropdown {
  background: #e5e5e5;
  border-radius: 20px;
}

.woocommerce-notices-wrapper .woocommerce-message {
  font-size: 16px;
  line-height: 100%;
  border: 1px solid green;
  color: green;
  font-family: "poppins", sans-serif;
  margin-bottom: 10px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  font-size: 16px;
  line-height: 100%;
}

body.woocommerce-cart .cart-wrappers {
  display: flex;
  flex-wrap: wrap;
  padding-top: 45px;
  padding-bottom: 117px;
}

body.woocommerce-cart .cart-wrappers .wrap-cart-btn {
  width: 72.1%;
}

body.woocommerce-cart .cart-wrappers .cart-collaterals {
  width: 27.9%;
  margin: 0;
  padding-left: 29px;
}

body.woocommerce-cart .cart-wrappers .cart-collaterals .cart_totals {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}

body.woocommerce-cart .cart-wrappers .wrap-cart-btn table thead tr,
body.woocommerce-cart .cart-wrappers .cart-collaterals h2 {
  background: #e5e5e5;
}

body.woocommerce-cart .cart-wrappers form.woocommerce-cart-form table thead tr th,
body.woocommerce-cart .cart-wrappers .cart-collaterals h2 {
  font-size: 18px;
  line-height: 130%;
  font-family: "Poppins", Sans-serif;
  font-weight: 600;
  color: #333333;
  padding: 17px 0 12px 28px;
  text-transform: uppercase;
}

body.woocommerce-cart .cart-wrappers form.woocommerce-cart-form td.product-thumbnail a {
  height: 100px;
  width: 100px;
  padding: 10px;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

body.woocommerce-cart .cart-wrappers .cart-collaterals .cart_totals label {
  display: block;
  height: auto;
  position: static !important;
  color: #333333;
  margin: 0;
  clip: unset;
  -webkit-clip-path: unset;
  clip-path: unset;
  font-size: 16px;
  line-height: 180%;
  font-weight: 600;
}

body.woocommerce-cart .cart-wrappers .cart-collaterals .cart_totals .coupon {
  padding: 21px 15px 30px 29px;
}

body.woocommerce-cart .cart-wrappers .cart-collaterals .cart_totals input#coupon_code {
  font-size: 14px;
  line-height: 180%;
  color: #000 !important;
  height: 50px;
  border-radius: 5px;
  padding: 0 22px;
  max-width: 173px;
}

body.woocommerce-cart .cart-wrappers .cart-collaterals .cart_totals .coupon button.button {
  padding: 13px 28px;
  margin-left: 15px;
  width: auto !important;
}

body.woocommerce-cart .cart-wrappers .cart-collaterals .cart_totals .coupon button.button:before {
  display: none;
}

body.woocommerce-cart .cart-wrappers .cart-collaterals .cart_totals table.shop_table tr td {
  font-size: 14px;
  line-height: 180%;
  border-left: 0;
  text-align: right;
  border: 0;
  border-top: 1px solid #dddddd;
  padding-right: 28px;
}

body.woocommerce-cart .cart-wrappers .cart-collaterals .cart_totals table.shop_table tr th {
  font-size: 16px;
  line-height: 180%;
  font-weight: 700;
  border: 0 !important;
  border-top: 1px solid #dddddd !important;
  padding-left: 28px;
}

body.woocommerce-cart .cart-wrappers .cart-collaterals .cart_totals table.shop_table tr.order-total th {
  font-size: 18px;
}

body.woocommerce-cart .cart-wrappers .cart-collaterals .cart_totals table.shop_table tr.order-total td {
  font-size: 18px;
}

body.woocommerce-cart .cart-wrappers .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  text-align: center;
  padding-bottom: 28px;
}

body.woocommerce-cart section.breadcrumbs {
  display: none;
}

.woocommerce-account table.account-orders-table th {
  text-transform: uppercase;
}

.woocommerce-account table.account-orders-table th {
  text-transform: uppercase;
  font-weight: 600;
}

.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
}

.woocommerce-account table.account-orders-table th {
  padding: 14px 10px;
}

body.woocommerce-view-order table.order_details .order_item td.product-name {
  width: 650px;
}

.woocommerce-account table.account-orders-table th:last-child,
.woocommerce-account table.account-orders-table td:last-child {
  text-align: center;
}

.red-text span {
  color: #b90206;
  font-weight: 600;
}

body.woocommerce-account .woocommerce form .form-row .required {
  text-decoration: none;
}

body .woocommerce form .form-row .required {
  text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery ol.owl-loaded .owl-item li.active {
  border: 1px solid #b90206;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout input.error {
  border: 1px solid #b90206 !important;
}

body .custom-archive-wrapper li.product a span.price del bdi {
  text-decoration: line-through;
}

body .custom-archive-wrapper li.product a span.price del bdi>span {
  color: #000 !important;
}

body .custom-archive-wrapper li.product a span.price ins bdi {
  color: green !important;
  font-weight: 600 !important;
}

body.woocommerce-page .my-acnt form p#shipping_address_2_field {
  display: none !important;
}

body.login-form-active .woocommerce.my-acnt ul li a.showlogin {
  pointer-events: none;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout div#pay-info-wrap div#payment .woocommerce-validated input {
  width: 100% !important;
}

.error-dropdown {
  border: 1px solid #b90206 !important;
}

.single-product .product form.cart ul#tm-extra-product-options-fields li .tc-container .tc-cell span.info {
  position: absolute;
  width: 302px;
  display: none;
  background: #000;
  z-index: 9999;
  padding: 20px;
  opacity: 0.8;
  color: #fff;
  left: 8px;
  top: 30px;
  font-size: 14px;
}

body.blog form .wp-block-search__inside-wrapper .error-message {
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

body.woocommerce-page .my-acnt>.woo-content>.dashborad-wrap .dashborad-order-content-wrap table tbody tr td,
body.woocommerce-orders table.account-orders-table td {
  font-size: 16px;
  line-height: 180%;
  font-family: "Poppins", Sans-serif;
  font-weight: 400;
  color: #333333;
}

aside#secondary form .wp-block-search__inside-wrapper input.error {
  border: 1px solid #b80006 !important;
}

body .widget_shopping_cart_content p.woocommerce-mini-cart__total.total strong,
body .widget_shopping_cart_content p.woocommerce-mini-cart__total.total bdi {
  font-size: 16px;
  line-height: 180%;
  font-family: "Poppins", Sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.off-canvas-menu nav ul li.current_page_parent a {
  background-color: #b80006;
  color: #fff;
}

.woocommerce-order-overview__date strong {
  text-transform: uppercase;
}

body.woocommerce-checkout form.checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 150% !important;
}

.single-product div.product .woocommerce-tabs .panel .shipping-table table {
  background: #fff;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

.single-product div.product .woocommerce-tabs .panel .shipping-table table center {
  font-size: 20px;
  font-weight: 600;
}

.single-product div.product .woocommerce-tabs .panel .shipping-table table td,
.single-product div.product .woocommerce-tabs .panel .shipping-table table th {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 15px 15px 0;
}

body .woocommerce-mini-cart.cart_list li a.tm-cart-edit-options {
  display: none;
}

.single-product .product .woocommerce-tabs.wc-tabs-wrapper .panel .ox-toggle-title strong {
  font-size: 18px;
  font-weight: 500;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  padding: 0;
}

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table td.product-total {
  text-align: right;
}

body.woocommerce-cart .cart_totals table th {
  width: 41%;
}

.woocommerce-Tabs-panel--additional_information p>a {
  pointer-events: none;
}

.off-canvas-menu-bar .row {
  margin: 0;
}

body.single-product div.product .related.products {
  display: none;
}

body .custom-archive-wrapper #product-list .wooc-pagination {
  grid-column: 1/5;
}

body .custom-archive-wrapper #product-list .wooc-pagination ul.page-numbers {
  margin: 15px 0;
}

body .custom-archive-wrapper #product-list .wooc-pagination ul.page-numbers .page-numbers {
  margin: 0;
}

body.woocommerce-view-order .woocommerce-table--order-details .wc-item-meta li p {
  display: inline-block;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  padding: 0 !important;
}

body.woocommerce-order-received section.woocommerce-order-details td.woocommerce-table__product-name.product-name li a {
  font-weight: 300;
}

body.woocommerce-order-received section.woocommerce-order-details td.woocommerce-table__product-name.product-name li a:hover {
  color: #b90206;
}

body.single-product .tc-init .addquotelistlink {
  display: none;
}

body.archive.woocommerce-page .wp-block-group>div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px;
}

body.archive.woocommerce-page .wp-block-group>div>div:first-child {
  display: none;
}

body.archive.woocommerce-page .wp-block-group>div .jet-filter {
  margin: 0;
}

body.archive.woocommerce-page .wp-block-group>div .jet-filter select {
  height: 64px;
  font-size: 17px;
  line-height: 120%;
  padding: 0 22px;
  border-radius: 5px;
  background: #ffffff;
  background-image: none;
  box-shadow: 0 0 1px rgb(128, 128, 128);
  color: #333333;
  font-weight: 400;
  border: 1px solid #808080;
}

body.archive.woocommerce-page .wp-block-group>div .jet-filter .jet-select {
  position: relative;
}

body.loader_active .loader {
  display: block;
  z-index: 1;
}

body.loader_active .loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999999;
}

body.loader_active {
  position: relative;
}

body.loader_active::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.4;
  pointer-events: all;
  z-index: 99999;
}

.custom-page-numbers li a,
.custom-page-numbers li span,
.custom-page-numbers li .custom-pagination-link:hover {
  width: 40px;
  height: 40px;
  background: #d81533;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
}

.custom-page-numbers li .custom-pagination-link {
  background: transparent;
  color: rgba(68, 68, 68, 0.4);
  font-size: 16px;
  text-transform: uppercase;
}

.custom-pagination {
  grid-column: 1/5;
}

.custom-page-numbers li {
  margin: 0 7px;
}

body .custom-page-numbers li .next:hover {
  background: transparent;
  color: #d81533;
}

.custom-page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.selected_filters>div span {
  width: auto;
  color: #000000;
  line-height: 30px;
  position: relative;
  margin: 0 auto;
  background: #e0e0e0;
  text-align: center;
  padding: 6px 20px 6px 30px;
  font-size: 15px;
  cursor: pointer;
}

.selected_filters>div {
  width: 100%;
  margin: 20px 0 0;
}

.selected_filters>div span:hover {
  text-decoration: line-through;
}

.selected_filters>div span::before {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: auto;
  margin: auto;
  font-size: 12px;
  line-height: 20px;
  pointer-events: all;
  cursor: pointer;
  color: #000;
  content: "\f00d";
  font-family: 'FontAwesome';
  font-weight: 300;
}

.selected_filters {
  display: grid;
  gap: 40px;
  width: 100%;
  text-decoration-line: grammar-error;
  grid-template-columns: repeat(3, 1fr);
}

.tax-product_cat .custom-archive-wrapper>div:nth-of-type(5) .filter_product_grp {
  display: none;
}

.tax-product_cat .custom-archive-wrapper>div:nth-of-type(6) .selected_filters {
  display: none;
}

footer#colophon form ul .epic_results>.errors .error1 {
  width: 100%;
  border-radius: 5px;
  padding: 7px 15px;
  border: 1px solid #c10f0a;
  text-align: center;
  color: red;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  color: #c10f0a;
  margin-top: 4px;
}

body .footer-copy-right p {
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

.ti-widget.ti-goog .ti-verified-review,
.ti-widget.ti-goog .ti-platform-icon {
  display: none !important;
}


body .custom-archive-wrapper li.product a.button {
  display: none !important;
}

body .custom-archive-wrapper li.product a.buy-now-button {
  font-size: 16px;
  line-height: 100%;
  background: #b80006;
  width: auto;
  margin: 0 auto;
  max-width: max-content;
  padding: 12px 51px;
  text-transform: uppercase;
  display: block;
  border-radius: 50px;
  color: #fff;
  margin-top: 0px !important;
}

body .custom-archive-wrapper li.product a.buy-now-button:hover {
  background-color: #000;
}

.best-industry-section .grw-reviews .grw-review .wp-google-name {
  font-size: 22px !important;
  line-height: 130% !important;
  padding-left: 8px !important;
  white-space: wrap !important;
  padding-right: 50px !important;
  color: #000000 !important;
  margin-bottom: 2px !important;
}

.best-industry-section .grw-reviews .grw-review .wp-google-feedback {
  height: auto !important;
  font-weight: 400 !important;
  font-family: "Poppins", sans-serif !important;
  padding-top: 5px !important;
  max-height: 275px;
  margin-top: 7px;
}

.best-industry-section .grw-reviews .grw-review .wp-google-feedback span {
  font-size: 18px !important;
  line-height: 180% !important;
  height: auto !important;
  font-weight: 400 !important;
  font-family: "Poppins", sans-serif !important;
  font-style: italic !important;
  color: #333333 !important;
}

.best-industry-section .grw-reviews .grw-review .wp-google-feedback {
  padding-right: 15px;
}

.best-industry-section .grw-reviews .grw-review-inner.grw-backgnd {
  background-color: #fff !important;
  padding: 33px 23px 28px 33px !important;
  box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.07) !important;
  border-radius: 15px !important;
}

.best-industry-section .grw-reviews .wp-google-time {
  font-family: "Poppins", sans-serif !important;
}

.best-industry-section .grw-reviews .wp-google-left::before {
  content: "";
  width: 55px;
  height: 45px;
  position: absolute;
  top: 6px;
  bottom: 0px;
  left: auto;
  right: 10px;
  background-image: url("../images/slider-semi-colon-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -22px;
}

.wp-gr .wp-star svg path {
  fill: #f6bb06 !important;
}

.single-product div.product .woocommerce-tabs .panel h4 {
  margin-bottom: 10px;
}

.dynamic-category-text ul,
.single-product div.product .woocommerce-tabs .panel ul {
  margin-bottom: 10px;
}

.single-product .product .woocommerce-tabs.wc-tabs-wrapper .panel p>a:hover {
  color: #c20f0a !important;
}

div#custom-vin-div span.optional {
  display: none;
}

.single-product .ppc-button-wrapper,
.single-post .entry-meta ul.list-inline li:first-child,
.home .post-date,
.blog span.excerpt-date {
  display: none;
}

.hfe-nav-menu__layout-horizontal {
  width: auto !important;
}

header .top-header .top-bar .support-info span br {
  display: none;
}
.blockUI.blockOverlay::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border: 5px solid;
    border-radius: 50%;
    border-top: 5px solid #f3f3f3 !important;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
    display: block;
    margin: auto;
    border-color: #E52727;
    z-index: 9;
}
body.home .si-home-sec-one-container::before {
    background: rgb(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 247px;
}
@media screen and (max-width:1200px) {
body.home .si-home-sec-one-container::before {
 display:none;
}