body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 400;
  box-sizing: content-box;
  margin: 0px;
  padding: 0px;
  opacity: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.container {
  max-width: 1300px;
}
.error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
input[type="number"] {
  -moz-appearance: textfield;
}

/* loader */
.relativebox {
  position: relative;
}
.loader {
  width: 40px;
  height: 40px;
  border: 5px solid #ccc;
  border-bottom-color: #ec2028;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.myloader {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  backdrop-filter: blur(22px);
  display: none;
}
span.loadtxt {
  display: block;
  margin-top: 10px;
}
/* end-laoder */

/* breadcrumb-start */
.breadcrumbbg {
  background: url("../my_images/breadbg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 14px 15px;
}
.breadcrumbbg span > span > a,
.breadcrumbbg span {
  color: #fff;
  font-size: 14px;
}
.breadcrumbbg .breadcrumb_last {
  color: #ec2028;
  text-transform: capitalize;
}
/* end-breadcrumb-css */

/* topheader-css */
#top_header {
  background: #353893;
  padding: 15px;
  margin: 0px;
}
.top_wel_text {
  font-size: 14px;
  color: #fff;
}

.top_flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top_flex .phone_text {
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
}

.top_flex .phone_text > i {
  margin-right: 8px;
}

.dealer_text > a > i {
  margin-right: 8px;
}
.dealer_text > a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background: #000000;
  padding: 10px 15px;
  border-radius: 5px;
  display: block;
}
.dealer_text > a.loginbg {
  background: #dc3545;
}
/* end-top-header-css */

/* header-css */
#header_bg {
  background: #fff;
}
.right_part_nav > .cart_part > i {
  font-size: 18px;
  color: #000;
}
.right_part_nav .cart_part .badge_point {
  background: #ec2028;
  padding: 10px;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -6px;
  right: -12px;
}
.right_part_nav .login_part {
  display: flex;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  flex-direction: row;
  font-size: 14px;
}
.right_part_nav .login_part > i {
  background: #353893;
  padding: 18px;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.right_part_nav > .login_part > .text_login {
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
}

.flex-header {
  display: flex;
  flex-direction: row;
  /* background: #f20; */
}
.flex-header > nav {
  flex: 0 0 70%;
}
.flex-header > .right_part_nav {
  flex: 0 0 30%;
  justify-content: flex-end;
}
/* end-header-css */

/* navbar-css */
.navbar .navbar-nav .nav-link {
  padding: 10px 15px;
  font-size: 14px;
  transition: 0.5s;
  font-weight: 600;
}

.navbar {
  height: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
  color: #ec2028;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #ec2028;
  color: #fff !important;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-toggler:focus {
  box-shadow: none;
}

@media (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    transition: 0.5s;
    opacity: 0;
  }
}

.dropdown .dropdown-menu a:hover {
  background: #ec2028;
  color: #fff !important;
}

.dropdown-menu {
  font-size: 14px;
}
.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: #f4f6f8 !important;
  border-radius: 0px !important;
  transition: 0.5s;
  opacity: 1;
  padding: 0px;
}
/* end-navbar-css */

/* bannerbg-css */
#bannerbg {
  background: rgba(0, 0, 0, 0.7) url("../my_images/bgnew.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-blend-mode: overlay;
  padding: 50px 15px;
  margin: 0px;
}

#bannerbg .headtitle > h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
}
#bannerbg .headtitle > h1 .highlighttxt {
  color: #ec2028;
}

#bannerbg .headtitle > h6 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}
#bannerbg .headtitle > .parah {
  font-size: 14px;
  color: #fff;
}

.filter_tab {
  background: #353795;
  padding: 15px 30px;
  min-height: 390px;
}
.filter_tab .nav-tabs {
  border-bottom: none;
}

.filter_tab .nav-tabs .nav-link {
  border-color: transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  padding: 10px 28px;
  border-radius: 0px;
  border-bottom: #353795 solid 3px;
}

.filter_tab .nav-tabs .nav-link:hover,
.filter_tab .nav-tabs .nav-link:focus,
.filter_tab .nav-tabs .nav-link:focus-visible {
  border-color: transparent;
}

.filter_tab .nav-tabs .nav-item {
  margin-right: 10px;
}

.filter_tab .nav-tabs .nav-link.active {
  border-color: transparent;
  border-bottom: #ec2028 solid 3px;
  background: transparent;
  color: rgb(255, 255, 255);
  font-size: 16px;
  padding: 10px 28px;
  border-radius: 0px;
}

.filter_tab .tab-content {
  background: transparent;
  border-radius: 0px 0px 10px 10px;
  margin-top: 16px;
}

.advance_filterbox {
  display: flex;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  gap: 8px;
}
.advance_filterbox > div {
  flex: 1;
}
.advance_filterbox .filterfilds {
  appearance: auto;
  -webkit-appearance: auto;
  height: 45px;
  background: #d9d9d9;
}
.advance_filterbox .filterfilds:focus {
  box-shadow: none;
}
.advance_filterbox .serchbtn {
  background: #ec2028;
  border: #ec2028 solid thin;
  color: #fff;
  width: auto;
  height: 45px;
}
.sizecheck .labeltxt {
  color: #fff;
  font-size: 14px;
}

.advance_filterbox .tiresize {
  appearance: auto;
  -webkit-appearance: auto;
  height: 55px;
  flex: 2;
}
.advance_filterbox .tiresize:focus {
  box-shadow: none;
}
.advance_filterbox .rearsize {
  appearance: auto;
  -webkit-appearance: auto;
  height: 55px;
  flex: 2;
}
.advance_filterbox .rearsize:focus {
  box-shadow: none;
}


.tirebg {
    overflow: hidden;
    height: 400px;
}

.tirebg > img {max-width: 100%;object-fit: cover;height: 100%;width: 100%;object-position: center center;}
/* end-bannerbg-css */

/* about-css */
.about-us-sec {
  background-color: #ffffff;
}
.sec-heading {
  font-size: 36px;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 52px;
  color: #2a2b2c;
}
.para-text {
  font-size: 16px;
  line-height: 26px;
  color: #696969;
  font-weight: 500;
}
.sec-heading span {
  color: #ec2028;
}
.btn-theme,
.btn-theme:hover {
  background-color: #ec2028;
  border: solid 1px #ec2028;
  color: #fff;
}
.about-us-sec img.img-fluid {
    border: #000000 solid 4px;
}
/* about-css-end */

/* Why Roadway Tire Start CSS*/
.roadways-feature-wrap {
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 20px 20px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .roadways-feature-wrap {
    padding: 30px 50px;
  }
}
.roadways-feature-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../my_images/feature-bg-texture.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  height: 100%;
  z-index: 0;
  display: block;
  width: 100%;
}
.roadways-feature-title {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .roadways-feature-title {
    font-size: 24px;
  }
}
.roadways-feature-paragraph {
  font-size: 16px;
  color: #3e3e3e;
  font-weight: 400;
}
.roadways-feature-count {
  line-height: 90px;
  position: absolute;
  top: 0;
  left: -30px;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  font-size: 120px;
  color: #e8e7e7;
  font-weight: 800;
}
/* Why Roadway Tire End CSS*/

/* brand-css */
#brandbg {
  padding: 50px 15px;
  margin: 0px;
  background: rgb(53 55 149);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: right center;
  background-blend-mode: overlay;
}

.brand_content .titlepart {
  text-align: left;
}

.brand_content .titlepart > h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

.brand_content .titlepart > .tagline {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.brand_content .brand_icon {
  margin-top: 30px;
}

.brand_content .brand_icon > ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.brand_content .brand_icon > ul > li {
  list-style: none;
  width: 18.7%;
  height: 100px;
}

.brand_content .brand_icon > ul > li > a > .imgbrand img {
  max-width: 140px;
  object-fit: contain;
}
.brand_content .brand_icon > ul > li > a > .imgbrand {
  height: 84px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand_content .brand_icon > ul > li > a {
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: block;
  padding: 30px;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: -webkit-inline-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
/* end-brand-css */

/* best-selling-start */
.owl-stage-outer {
  padding-bottom: 15px;
}
.owl-carousel .owl-item {
  padding-left: 8px;
  padding-right: 8px;
}
#sellingbg {
  background: #f6f3ff;
  margin: 0px;
  padding: 50px 15px;
}
#sellingbg .titlesell {
  font-size: 26px;
  font-weight: 700;
  color: #353893;
}

.boxitem {
  background: #fff;
  padding: 16px;
  border-radius: 5px;
  margin-top: 30px;
  box-shadow: 0px 0px 10px rgba(118, 122, 236);
}

.boxitem > .hedtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.boxitem > .hedtitle > .labelbox {
  flex: 2;
}
.boxitem > .hedtitle > .labelbox input#compare {
  margin-right: 6px;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
}
.boxitem > .hedtitle > .labelbox > label {
  font-size: 14px;
  color: #353893;
  font-weight: 500;
}
.boxitem > .hedtitle > .brandbox {
  flex: 1;
  height: 50px;
}
.boxitem > .hedtitle > .brandbox > img {
  max-width: 130px;
}

.boxitem .product_img {
  overflow: hidden;
  padding: 16px;
  text-align: center;
}
.boxitem .product_img img {
  max-width: 100%;
  height: 253px;
  object-fit: contain;
}

.boxitem .heading_title .stock_title {
  font-size: 16px;
  font-weight: 600;
  color: #353893;
}

.boxitem .heading_title .product_title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  margin: 15px 0px;
}

.boxitem .heading_title .product_title > a {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.rating_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.rating_price .rating_star {
  color: #eec01f;
}

.rating_price .price {
  color: #ec2028;
  font-size: 18px;
  font-weight: 600;
}
.cartbox {
  display: flex;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  flex-direction: row;
  gap: 12px;
  margin-top: 12px;
}

.cartbox > .quantity_box {
  flex: 2;
  display: flex;
  display: -webkit-flex;
}

.cartbox > .buynow {
  flex: 1;
  background: #353893;
  color: #fff;
  font-size: 11px;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  text-align: center;
}
.cartbox > .buynow[disabled] {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

.cartbox > .cartbtn {
  flex: 1;
  border: #353893 solid thin;
  background: #fff;
  max-width: 40px;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 4px;
  color: #353893;
}

.cartbox > .quantity_box input.qty-text {
  width: 50px;
  text-align: center;
  border: #e5e5e5 solid thin;
  background: #fff;
}
.cartbox > .quantity_box input.qty-text::-webkit-outer-spin-button,
.cartbox > .quantity_box input.qty-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cartbox > .quantity_box input.add {
  border: #e5e5e5 solid thin;
  padding: 5px 10px;
  background: #f7f7f7;
}
/* end-best-selling */

/* seasonbg-start */
#seasonbg {
  padding: 50px 15px;
  margin: 0px;
  background: #fff;
}
.seasonal_box {
  background: #767aec;
  border-radius: 5px;
  position: relative;
  padding: 15px 5px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
}

.seasonal_box .content {
  padding: 20px;
  flex: 0 0 50%;
}

.seasonal_box .content > h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.seasonal_box .content > .discount {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}

.seasonal_box .content > .discount > span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.seasonal_box .content .shopbtn {
  margin-top: 20px;
}

.seasonal_box .content .shopbtn > a {
  background: #ec2028;
  font-size: 15px;
  width: 142px;
  border-radius: 4px;
  text-align: center;
  height: 40px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: -webkit-inline-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  text-transform: uppercase;
}

.seasonal_box .season_img {
  flex: 0 0 50%;
  text-align: center;
}
.seasonal_box .season_img > img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  object-position: center;
}
/* end-seasonbg-css */

/* FAQ Accordion CSS Start */
.faq-accordion .accordion-button {
  font-size: 26px;
  font-weight: 600;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .faq-accordion .accordion-button {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-accordion .accordion-button {
    font-size: 16px;
  }
}
.faq-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.faq-accordion .accordion-button:focus {
  box-shadow: none;
}
.faq-accordion .accordion-button,
.faq-accordion .accordion-item {
  background-color: #fbfaff;
  border-radius: 4px;
}
.faq-accordion .accordion-item {
  border: solid 1px #d9d3f1;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .faq-accordion .accordion-item {
    margin-bottom: 15px;
  }
}
.faq-accordion .accordion-body {
  line-height: 28px;
  font-weight: 500;
  font-size: 18px;
  color: #4b4b4b;
  padding-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .faq-accordion .accordion-body {
    padding-top: 0px;
    line-height: 26px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-accordion .accordion-body {
    line-height: 22px;
    font-size: 14px;
  }
}
.faq-accordion .accordion-button::after {
  background-image: url("../my_images/arrow-down.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../my_images/arrow-down.png");
}
.faq-accordion .accordion-button::after,
.faq-accordion .accordion-button:not(.collapsed)::after {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: solid 2px #000;
}
@media only screen and (max-width: 767px) {
  .faq-accordion .accordion-button::after,
  .faq-accordion .accordion-button:not(.collapsed)::after {
    width: 24px;
    height: 24px;
  }
}
.faq-accordion .accordion-item:last-of-type {
  margin-bottom: 0;
}
/* FAQ Accordion CSS End */

/* footer-css */
.footer-sec {
  background-color: #000000;
}
.footer-logo {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  margin-bottom: 15px;
}
.footer-logo > figure {
  margin-bottom: 0px;
}
.footer-logo.footersocial {
  background: transparent;
}
.f-title,
.business-title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .f-title,
  .business-title {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.f-mon-fri {
  color: #fea701;
  font-size: 16px;
  font-weight: 500;
}
.footer-info p {
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .footer-info p,
  .f-mon-fri {
    font-size: 14px;
    line-height: 22px;
  }
}
.footer-quick-links .menu-footer-menu-container > ul {
  margin: 0px;
  padding: 0px;
}
.footer-quick-links .menu-footer-menu-container > ul li {
  position: relative;
  list-style: none;
  padding-left: 20px;
}
.footer-quick-links .menu-footer-menu-container > ul li:before {
  content: "\f105";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  position: absolute;
  left: 0;
  top: 0;
  color: #dc3545;
  display: block;
}
.footer-quick-links .menu-footer-menu-container > ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #dedede;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

.footer-quick-links .menu-footer-quick-links-container > ul {
  margin: 0px;
  padding: 0px;
}
.footer-quick-links .menu-footer-quick-links-container > ul li {
  position: relative;
  list-style: none;
  padding-left: 20px;
}
.footer-quick-links .menu-footer-quick-links-container > ul li:before {
  content: "\f105";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  position: absolute;
  left: 0;
  top: 0;
  color: #dc3545;
  display: block;
}
.footer-quick-links .menu-footer-quick-links-container > ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #dedede;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .footer-quick-links .menu-footer-menu-container > ul li a,
  .footer-quick-links .menu-footer-quick-links-container > ul li a {
    font-size: 14px;
  }
}
.footer-quick-links .menu-footer-menu-container > ul li i,
.footer-quick-links .menu-footer-menu-container > ul li a:hover {
  color: #ec2028;
}
.footer-quick-links .menu-footer-quick-links-container > ul li i,
.footer-quick-links .menu-footer-quick-links-container > ul li a:hover {
  color: #ec2028;
}
.cont-icon i {
  font-size: 24px;
  color: #ec2028;
}
@media only screen and (max-width: 767px) {
  .cont-icon i {
    font-size: 18px;
  }
}
.footer-contact {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #383838;
}
@media only screen and (max-width: 991px) {
  .footer-contact {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-contact {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
.footer-contact a {
  text-decoration: none;
}
.footer-cont-info h5 {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
  color: #dee8ef;
}
@media only screen and (max-width: 767px) {
  .footer-cont-info h5 {
    margin-bottom: 0px;
    font-size: 16px;
  }
}
.footer-cont-info p,
.footer-cont-info a {
  font-size: 14px;
  color: #dedede;
}
@media only screen and (max-width: 767px) {
  .footer-cont-info h4 {
    font-size: 14px;
  }
}
.footer-cont-info h6,
.footer-cont-info h4 {
  font-weight: 400;
}
.footer-social-links ul li a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  background-color: #ec2028;
  border: solid 1px #ec2028;
  color: #fff;
  justify-content: center;
}
.footer-social-links ul li a {
  margin-right: 6px;
  margin-bottom: 6px;
}
.footer-social-links ul li:last-child a {
  margin-right: 0px;
}
.footer-social-links ul li a:hover,
.footer-social-links ul li a:focus {
  background-color: #000;
  color: #ec2028;
  border: solid 1px #ec2028;
}

.copytext {
  color: rgb(255, 255, 255);
  font-size: 14px;
}
.copyright {
  background: #000;
  border-top: #383838 solid thin;
  text-align: center;
}
/* end-footer */

/* extra-css */
.registergetprice,
.registergetprice:hover {
  padding: 8px 15px;
  border: none;
  background: #353893;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mycards img {
  width: 110px;
}
.mycards {
  text-align: center;
}
.mycards .card {
  justify-content: center;
  align-items: center;
}
#visitorpage {
  border-top: #ededed solid thin;
}
.outofstoke {
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(0px);
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: #e7a6a8 solid thin; */
}

.outofstoke > .stockimg > img {
  width: 130px;
}
.outofstoke.detail > .stockimg > img {
  width: 340px;
}

/* end-extra */

/* responsive-css */
@media all and (max-width: 767px) {
  .top_wel_text {
    text-align: center;
    margin-bottom: 10px;
  }
  .top_flex {
    justify-content: center;
  }
  #bannerbg .headtitle > h1 {
    font-size: 30px;
  }
  .filter_tab .nav-tabs .nav-link,
  .filter_tab .nav-tabs .nav-item {
    width: 100%;
    margin-right: 0px;
  }
  .advance_filterbox {
    flex-direction: column;
  }
  .seasonal_box .season_img {
    display: none;
  }
  .brand_content .brand_icon > ul {
    display: block;
  }
  .brand_content .brand_icon > ul > li {
    width: 100%;
    margin-bottom: 10px;
  }
  .why_content {
    background: linear-gradient(to right, transparent, #fff 0%);
  }
  .contact_form {
    background: linear-gradient(to right, transparent, #fff 0%);
    padding: 20px;
  }
  .contact_form .form_box .custm-btn {
    width: 100%;
  }
  .navbar-collapse {
    border-top: #f2f2f2 solid thin;
    margin-top: 10px;
  }
  .flex-header > .right_part_nav {
    border-top: #f2f2f2 solid thin;
    flex: initial;
    width: 100%;
    max-width: 100%;
    text-align: center;
    justify-content: center;
    padding: 15px 15px;
  }
  .about-us-sec {
    background-color: #fff;
  }
  .sec-heading {
    font-size: 24px;
    line-height: 28px;
  }

  .dealer_text > a > i {
    margin-right: 0px;
  }
  .flex-header > nav {
    flex: 0 0 100%;
  }
  .flex-header {
    flex-direction: column;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .brand_content .brand_icon > ul > li {
    width: 31.2%;
  }
  .navbar-collapse {
    border-top: #f2f2f2 solid thin;
    margin-top: 10px;
    position: absolute;
  }
  .flex-header > .right_part_nav {
    border-top: #f2f2f2 solid thin;
    flex: initial;
    width: 100%;
    max-width: 245px;
  }
  .about-us-sec {
    background-color: #fff;
  }
  .sec-heading {
    font-size: 24px;
    line-height: 28px;
  }
  .flex-header {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .flex-header > nav {
    flex: initial;
    width: 100%;
  }
}

@media all and (min-width: 992px) and (max-width: 1283px) {
  .brand_content .brand_icon > ul > li {
    width: 23.2%;
  }
}
/* end-responsive-css */
